@media screen and (min-width: 992px) {
  .row-equal {
    display: flex;
    flex-wrap: wrap;
  }
  .row-equal > * {
    display: flex;
    flex: 1;
  }
}

@media screen and (min-width: 1200px) {
  .container {
    max-width: 100%;
  }
}

@media screen and (min-width: 1300px) {
  .container {
    max-width: 1140px;
  }
}

@media screen and (max-width: 1225px) {
  .navbar .nav-item:not(:last-child) .nav-link {
    margin-right: 20px;
  }
}

@media screen and (max-width: 1199px) {
  .navbar .nav-item:not(:last-child) .nav-link {
    margin-right: 5px;
    font-size: 16px;
  }
}

@media screen and (max-width: 991px) {
  header {
    background-color: #fff;
    position: initial;
    min-height: initial;
  }
  .navbar {
    padding: 5px 15px;
  }
  .navbar .navbar-brand {
    position: initial;
  }
  .navbar .nav-item:not(:last-child) .nav-link {
    margin-right: 0;
  }
  .navbar .nav-link.active::before {
    top: initial;
    width: 100%;
    bottom: 0;
  }
  .dropdown-menu.multi-menu {
    width: 100%;
  }
  .section-location {
    padding: 50px 0;
  }
  .location-map {
    margin-top: 50px;
  }
  .hero-title h4 {
    font-size: 30px;
    top: 100px;
    left: 0;
  }
  .card-team, .card-box, .section-apeda h3 {
    margin-bottom: 30px;
  }
  .quality-content {
    padding: 20px;
  }
  .product-card {
    min-height: 300px;
    margin-bottom: 20px;
  }
  .touch-card {
    padding: 65px 15px;
  }
  .section-about {
    margin-bottom: 0;
  }
  .btn-enquire-sticky {
    top: 131px;
    padding: 8px;
  font-size: 0px;
  right: -15px;
  }
  .hero-slide {
    height: calc(100vh - 130px);
  }
  .hero-carousel.owl-theme .owl-nav {
    padding: 0;
  }
  .hero-banner:after {
    height: 170px;
    width: 110px;
  }
  .section-corevalue:before {
    width: 80px;
    height: 128px;
  }
  .section-corevalue:after {
    width: 80px;
    height: 210px;
  }
}

@media screen and (max-width: 767px) {
  .nav-products .icon-wrap { display: none; }
  .footer-logo, .footer-link, .footer-contact {
    margin-bottom: 20px;
  }
  .footer-copyright {
    padding-bottom: 100px;
  }
  .footer-copyright p {
    margin-top: 0;
  }
  .hexagon-wrapper {
    position: initial;
    transform: translate(0,0) rotate(90deg);
    display: block;
    margin: auto;
  }
}

@media screen and (max-width: 575px) {
  .navbar .navbar-brand {
    width: 75%;
  }
}

@media screen and (max-width: 375px) {
}