.home-header form .img{
    margin-right: 0.3rem;
}
.body-img{
    width: 3rem !important;
}
.header-input{
    width: 95%;
    border-radius: 0.2rem;
    border: none;
    background: none;
    padding: 0.5rem 1.2rem;
    outline: none !important;
    color: white;
    letter-spacing: 0.1rem;

}
.header-input-body{
    color: var(--black);
}
.home-header form .img{
    margin-right: 0.3rem;
    width: 1.5rem;
/* z-index: 9999; */
    padding: 0;
}
.home-post-banner-content input.img{
    margin-right: 0.3rem;
    width: 4.5rem;
    /* z-index: 9999; */
    border: 1px solid var(--primary);
    background-color: var(--primary);
    padding: 1rem 1.4rem;
    margin-left: -2rem;
    border-radius: 0;
    border-bottom-right-radius: 2rem;
    border-top-right-radius: 2rem;
}


/* -------------- */
.global-search {
 display: none;
 transition: all 0.3s ease-in-out;
}

@media screen and (max-width : 580px) {
    .global-search {
  background: none;
  outline: none;
  border: none;
  width: 80%;
  margin: auto;
  margin-bottom: -1rem;
  padding: 0.5rem 1rem;
  background-color: #ebebeb;
  border-radius: 0.3rem;
  margin-top: 1rem;
 }
  .header-inside{
    .header-logo{
        height: 4rem !important;
    }
 }
 .header-inside  .search-btn .icon-img{
    width: 2rem !important;
    }

    .header-inside .flex20{
        flex: 0 1 55% !important;
    }
    .article-content-page{
        h3{
            font-size: 1.8rem !important;
        }
    }
}
