@media screen and (max-width: 768px) {
  .header-mb.header_mobile_3 .header-mb-right .search-form .search-bar {
    border: 1px solid #dddddd !important;
    max-width: 80%;
    margin: 1px auto;
    border-radius: 0.5rem;
  }
  .header-mb.header_mobile_3 .header-mb-right .search-mb .icon-search {
    z-index: 0;
    position: relative;
    right: 0;
    padding: 1px !important;
  }
}