@media (min-width: 375px) {}

@media (min-width: 576px) {
  .custom-container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .custom-container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .custom-container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .custom-container {
    max-width: 1180px;
  }

}

@media (min-width: 1300px) {
  .custom-container {
    max-width: 1280px;
  }

}

@media (min-width: 1400px) {
  .custom-container {
    max-width: 1368px;
  }
}

@media (min-width: 1700px) {
  .custom-container {
    max-width: 1615px;
  }

}

@media (max-width: 1700px) {
  .navbar-brand img {
    height: 50px;
  }

  .navbar-expand-lg .navbar-nav {
    gap: 25px !important;
  }

  .nav-btn {
    margin-left: 25px !important;
  }

  .sec-pad {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .counter-sec {
    margin-top: 6rem;
  }
}

@media (max-width: 1650px) {}

@media (max-width: 1600px) {}

@media (max-width: 1440px) {
  .main-title {
    font-size: 40px;
  }

  .big-title {
    font-size: 9rem;
  }

}

@media (max-width: 1400px) {
  .navbar-expand-lg .navbar-nav {
    gap: 20px !important;
  }

  .nav-btn {
    margin-left: 20px !important;
  }

  .navbar-expand-lg .navbar-nav .nav-link,
  .theme-btn {
    font-size: 12px;
  }

  .sec-pad {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .hero-text h2 {
    font-size: 3.7rem;
  }

  .hero-text p {
        font-size: 1rem;
        line-height: 1.3rem;
        margin-bottom: 1.5rem;
    }

  .counter-sec {
    margin-top: 3rem;
  }

  .counter-box p {
    font-size: .75rem;
    line-height: 1rem;
  }

  .coverage-post .media-text h3 {
    font-size: 20px;
  }
}

@media (max-width: 1300px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    font-size: 14px;
  }

  .navbar-expand-lg {
    padding: 10px 0;
  }    .navbar-brand img {
        height: 40px;
    }.coverage-post img {
    height: 400px;}.inner-banner-wrapper2 h1 {
    font-size: 60px;
}
}

@media (max-width: 991px) {
.process-flex{
    flex-wrap: wrap;gap:20px;justify-content: center!important;
}.process-flex-box{
    width: 48%;
}
  .side-menu {
    position: fixed;
    left: 0;
    top: 0;
    background: var(--black);
    height: 100dvh;
    width: 56%;
    transform: translateX(-70%);
    transition: visibility .3s ease-in-out, transform .3s ease-in-out;
    display: block;
    visibility: hidden;
    padding: 25px;
    z-index: 99999;
  }

  .navbar-toggler {
    border-radius: 0;
    filter: invert(1);
    padding: 13px;
  }



  .side-menu.show {
    transform: translateX(0);
    visibility: visible;
  }

  .navbar-toggler:focus {
    box-shadow: none;
  }

  .side-menu .nav-item .nav-link {
    display: block;
    width: 100%;
    padding: 12px 0 !important;
    border-bottom: 1px solid #ffffff85;
    color: #fff;
    font-size: 16px;
  }

  .header-overlay {
    position: fixed;
    width: 100%;
    height: 100dvh;
    top: 0;
    left: 0;
    background: #000;
    background: #000000c2;
    z-index: 9999;
    transform: translateX(-100%);
    transition: transform 0.5s ease-in-out;
  }

  .header-overlay.show {
    transform: translateX(0%);
  }

  .about-img-box {
    margin-top: 25px;
  }



  .navbar-expand-lg {
    padding: 10px 0;
  }

  .navbar-nav .dropdown-menu {
    display: none;
    opacity: 1;
    visibility: visible;
  }

  .navbar-nav .dropdown-menu.show {
    display: block;
  }

  .nav-btn {
    margin-left: 0 !important;
    padding-top: 12px;
    flex-direction: column;
  }

  .nav-btn a {
    text-align: center;
  }

  .chart-legend {
    margin-bottom: 25px;
  }

  .quality-ul {
    padding-left: 0 !important;
    margin-top: 25px;
  }

  .product-pills .nav-link {
    font-size: 14px;
  }

  .product-pills {
    gap: 13px !important
  }

  .img-colarge {
    padding-left: 0 !important;
    margin-top: 65px;
  }

  .tab-content {
    padding: 25px;
  }

  .footer-h-left:before {
    display: none;
  }

  .widget {
    margin-bottom: 0;
  }

  .float-btn {
    bottom: 55px;
  }

  .coverage-post img {
    height: 360px;
  }

  .inner-banner-wrapper2 h1 {
    font-size: 55px;
    margin-bottom: 25px !important;
  }

  .navbar-expand-lg .navbar-nav {
    gap: 0 !important;
  }.float-btn {
border: 1px solid #fff;
}
}

@media (max-width: 600px) {
  .custom-container {
    padding-left: 12px;
    padding-right: 12px;
  }


  .main-title {
    font-size: 30px;
  }

  .main-title br {
    display: none;
  }

  .hero-text h2 {
    font-size: 2.5rem;
  }

  .hero-text p {
    font-size: 14px;
    line-height: 1.2;
    margin-bottom: 2rem;
  }

  .counter-sec {
    margin-top: 25px;
  }

  .hero-text h3 {
    font-size: 1.3rem;
    line-height: 1.2;
    margin-bottom: 10px;
  }

  .hero-text h4 {
    margin-bottom: 10px;
        padding-left: 0.8rem;
    padding-right: 0.8rem;font-size: 9px;
  }

  .float-btn {
    bottom: 10px;
    right: 10px;
  }

  .counter-box h3 {
    font-size: 2rem;
    line-height: 2.5rem;
    margin-bottom: 0;
  }

  .badge-bottom {
    left: -7px;
  }

  .badge-top {
    right: -7px;
    top: -2rem;
  }

  .row.pt-50 {
    padding-top: 0px;
  }

  .chart-legend {
    padding: 10px !important;
    margin-top: 10px !important;
  }

  .unit-number {
    font-size: 18px;
    min-width: 18px;
  }

  .unit-card {
    padding: 15px;
  }

  .quality-ul li {
    width: 100%;
  }

  .product-pills .nav-link {
    font-size: 12px;
    padding: 10px 12px;
  }

  .icon-xl img {
    height: 50px;
  }

 

  .wt-box {
    padding: 20px;height:auto;
  }

  .footer-h-right {
    padding-top: 0;
  }

  .footer-h-left {
    padding-right: 0;
  }

  .footer-dark .footer-top h3 {
    margin-bottom: 10px;
  }

  .copy-sec {
    padding-bottom: 75px;
  }.side-menu{
    width: 70%;
  }    .side-menu .nav-item .nav-link {
    
        font-size: 14px;
    }.social-icons{
      margin-bottom: 1rem;
    }.inner-banner-wrapper h1, .inner-banner-wrapper h2 {
    font-size: 40px;}.banner-form{
      padding: 25px!important;
    }.service-box-content-new {
    min-height: auto;
}.wt-icon-card{
  height: auto;margin-top: 10px;
}.state-rate-box iframe {
    height: 325px;}.footer-dark .widget_services ul li a{
      font-size: 14px;
    }
    .process-flex-box {
        width: 100%;
    }
}

@media (max-width: 430px) {}

@media (max-width: 414px) {}

@media (max-width: 390px) {}

@media (max-width: 375px) {}

@media (max-width: 360px) {}