@media(max-width: 768px)  {
 .header .logo-img {
  max-height: 40px;
  border-radius: 5px;
 }
 .header .search-box {
  height: 40px;
  padding-left: 35px;
  font-size: 13px;
 }
 .header .search-icon {
  top: 10px !important;
  left: 10px !important;
  font-size: 16px !important;
 }
 .header .main-nav {
  
 }
 .header {/* padding-bottom: 10px; *//* border-bottom: 0; */}
 .top-bar { display: none; }

 .homeslider .hero-content {
  height: auto;
  min-height: 220px;
  padding: 15px;
 }
 .homeslider .hero-title {
  font-size: 32px;
  margin-bottom: 8px;
 }
 .homeslider .hero-subtitle {
  font-size: 14px;
  padding: 4px 10px;
 }
 .homeslider .hero-content .mt-4 {
  margin-top: 10px !important;
 }
 .homeslider .hero-content .badge {
  font-size: 10px;
  padding: 4px 6px !important;
  margin: 2px !important;
 }
 .header .nav-swiper .swiper-slide a {
    font-size: 12px;
}
}


