@media (max-width: 1200px) {
  .logo {
    width: 175px;
  }
  .menu-bar {
    padding: 10px 15px;
  }
}
@media (max-width: 992px) {
  .shape1,
  .shape2 {
    width: 100%;
  }
  h1,
  h2 {
    font-size: 40px;
  }
  .banner-box {
    height: 90vh;
    margin-top: 80px;
  }
  .menu-bar {
    background-color: #fff;
  }
  .service,
  .brands .owl-nav {
    display: none;
  }
  .menu-link.active::after {
    left: -9px;
    top: 37%;
  }
  .menu-link {
    color: #000;
  }
  .menu-link:hover::after,
  .menu-link.active::after {
    left: -9px;
    top: 37%;
  }
  .nav-btn-resp{
      justify-content: start !important;
  }
}

@media (max-width: 768px) {
  h1,
  h2 {
    font-size: 30px;
  }
  .testimonials .owl-nav {
    left: 75%;
    bottom: -44px;
  }
  .footer-head {
    margin-top: 10px;
  }
  .banner .owl-dots {
    display: none;
  }
  .sub-head {
    font-size: 24px;
  }
  .newsletter-box {
    margin-top: 10px;
  }
  .footer-brak {
    display: block !important;
  }
  .about-main-content-box{
      margin-top: 15px;
  }
}

@media (max-width: 600px) {
  .menu-bar {
    padding: 10px 20px;
  }
  .sub-head {
    font-size: 21px;
  }
  .testimonial-bg h6 {
    font-size: 20px;
  }
  .copy {
    justify-content: center;
    flex-wrap: wrap;
  }
  .features-section {
   padding: 20px !important;
}

@media (max-width: 400px) {
}
