.typed-search-box{
  position: relative;
  z-index: 99;
}
.header-style-1 .search-style-2 form input{
  max-width: 100%!important;
}
.logo.logo-width-1 a img {
  width: 120px;
  min-width: 120px;
}
@media only screen and (max-width: 768px) {
  .logo.logo-width-1 a img {
      width: 70px;
      min-width: 70px;
  }
  .header-bottom {
    padding: 30px 0;
  }
}