@media only screen and (max-width:1200px) {

}   
@media only screen and (max-width: 1024px) {

}
@media only screen and (max-width: 991px) {
    .header{
       overflow: visible;
    }
    .navbar-collapse{
        background: #ffffff;
        width: 100%;
        position: absolute;
        top:100%;
        z-index: 1;
        left: 0px;
    }
    .header .navbar-nav{
        width: 100%;
        margin-top: 20px;
    }
    .hero-slick, .hero-slide{ height: 70vh; min-height: 480px; }
    #dry-clean .col-7 { padding-left: 0; margin-top: 20px; }
  #dry-clean .ba-images { max-height: 420px; }
  .dry-clean-left{
    margin-bottom: 20px;
  }
  .feature{
        margin-bottom:30px;
    }
    .service{
        margin: auto;
    }
    .service-outer .col{
        padding-bottom: 30px;
        text-align: center;
    }
    .service-outer{
        padding: 60px 0px 40px;
    }
    .section{
        padding: 40px 0px;
    }
    .appointment-outer::after{
        display: none;
    }
    #contact .row{
        gap:25px
    }
}
@media only screen and (max-width: 767px) {
     .gallery-popup {
        padding: 72px 14px 26px;
      }

      .gallery-popup img {
        max-height: 75vh;
        border-radius: 12px;
      }

      .gallery-close,
      .gallery-nav {
        width: 42px;
        height: 42px;
        font-size: 24px;
      }

      .gallery-close {
        top: 18px;
        right: 16px;
        font-size: 32px;
      }

      .gallery-prev {
        left: 10px;
      }

      .gallery-next {
        right: 10px;
      }
}

@media only screen and (max-width:575px) {
    #backToTop{
    right: 16px;
    bottom: 16px;
  }
  .slick-arrow, .hero-slick .slick-next{
    display: none!important;
    }
    .nav-link{
        width: 100%;
        margin: 0px 0px 10px!important;
    }
    .navbar-collapse{
        padding-bottom: 15px;
    }
    .feature-outer .container{
    overflow: visible;
    }
    .container{
    overflow: hidden;
    }

}
