/* media query */


@media (max-width: 991.98px) {

  .navbar-collapse {
    position: fixed;
    top: 0;
    left: -100%;
    height: 100%;
    width: 250px;
    background: white;
    z-index: 10;
    transition: left 0.3s ease-in-out;
  }

  .navbar-collapse li {
    padding: 2px 15px;
  }

  .navbar-collapse.show {
    left: 0;
  }
}

@media only screen and (max-width: 476px) {
  .subscribe-button {
    padding: 10px 8px;
  }
}


@media only screen and (max-width: 1199px) {

  .product-box img {
    object-position: top;
    height: auto;
  }

  .environment-section h3 {
    width: 100%;
  }

  .environment-section p {
    width: 100%;
  }

  .video-right-3 {
    left: 74%;
    width: 100px;
  }

  .video-left-1 {
    right: 77%;
    width: 105px;
  }

  .video-left-2 {
    right: 94%;
    width: 113px;
  }

  #insta-carousel-video {
    border-radius: 15px;
    top: 13px;
  }

  .insta-videos video {
    border-radius: 15px;
  }

}


@media only screen and (max-width: 535px) {

  .environment-section h3 {
    font-size: 37px;
  }

  .environment-section p {
    font-size: 15px;
  }

  .step-box-left p {
    font-size: 15px;
    line-height: 21px;
  }

  .step-box-right p {
    font-size: 15px;
    line-height: 21px;
  }

  .step-box-left h5 {
    font-size: 22px;
  }

  .step-box-right {
    padding: 22px 20px !important;
  }
}

@media only screen and (max-width: 520px) {
  .main-insta-div {
    flex-direction: column;
  }

  .insta-h3{
    width: 100%;
  }

  .insta-video-main-section {
    text-align: center;
  }

  .insta-pera {
    width: 100% !important;
  }

  .store-icon {
    justify-content: center;
  }

  .insta-mobile-frame {
    margin-top: 20px;
  }

}


@media only screen and (max-width: 991px) {

  .help-icon-h5 {
    min-height: 49px !important;
  }

  .testimonial-box {
    padding: 13px;
  }

  .insta-h3 {
    font-size: 31px !important;
  }

  .store-icon img {
    width: 125px !important;
  }

  .insta-pera {
    font-size: 16px;
    margin: 16px 0 19px 0;
    width: 85%;
  }

  .go-top {
    top: -89px;
  }

  .subscribe-section p {
    width: 100%;
  }

  .video-left-2 {
    right: 94%;
    width: 88px;
  }

  .video-right-3 {
    width: 73px;
  }

  #insta-carousel-video {
    top: 10px;
    border-radius: 11px;
    height: 93%;
    width: 83%;
    left: -2px;
  }

  .video-left-1 {
    width: 73px;
  }


  .instagram-box img,
  .facebook-box img {
    width: 100%;
  }

  .blog-main-section .blog-sub-text {
    width: 85%;
  }

  .process-right-img-box {
    width: 40%;
  }

  .process-ul li div:last-child {
    font-size: 11px;
  }

  .process-ul li {
    padding: 11px;
  }

  .process-ul li div:last-child {
    font-size: 11px;
  }

  .testimonials-section h3 {
    width: 100%;
  }

  .testimonials-section {
    padding: 60px 0 68px 0;
  }
}


@media only screen and (max-width: 459px) {
  .step-main-box-section {
    flex-direction: column;
    gap: 0;
  }

  .something {
    font-size: 35px;
    line-height: 42px;
    margin-bottom: 4px;
  }

}

@media only screen and (max-width: 303px) {
  .phone-email-ul li:last-child {
    font-size: 13px;
  }

  .social-media-list {
    gap: 5px;
  }
}

@media only screen and (max-width: 427px) {

  .process-ul {
    flex-direction: column;
  }
}

@media only screen and (max-width: 767px) {
  .help-icon-h5 {
    min-height: auto !important;
  }

  .choose-cleanholics-box {
    margin-bottom: 20px !important;
  }

  .how-get-ul-main-box {
    margin-top: 40px !important;
    flex-direction: column !important;
    gap: 28px !important;
  }

  .margin-top1 {
    margin-top: 0 !important;
  }

  .arrow-box1 {
    display: none;
  }

  .footer-social-box {
    float: none !important;
    justify-content: center;
    margin-top: 13px;
  }

  .newsletter-form {
    width: 100%;
  }

  .right-side-col {
    display: none;
  }

  #insta-carousel-video {
    top: 15px;
    border-radius: 21px;
  }

  .video-left-1,
  .video-left-2,
  .video-right-3 {
    display: none;
  }

  .insta-feeds {
    margin-top: 30px;
  }

  .main-badge-section {
    padding: 40px 0 22px 0;
  }

  .badge-with-text-box {
    margin-bottom: 25px;
  }

  .follow-main-text {
    margin-top: 0;
  }

  .follow-section {
    padding: 50px 0;
    text-align: center;
  }

  .recommended-services-section .owl-nav {
    font-size: 31px;
    position: static;
    width: 100%;
    margin-top: 15px;
    justify-content: center;
    gap: 11px;
  }

  .overlay-div p {
    font-size: 14px;
    line-height: 16px;
  }

  .mobile-none {
    display: none;
  }

  .step-box-left {
    padding: 15px;
  }

  .step-box-left p {
    margin-bottom: 0;
  }

  .step-box-right {
    padding: 28px 20px;
  }
}

@media only screen and (max-width: 575px) {
  #insta-carousel-video {
    top: 36px;
    border-radius: 40px;
  }
}

@media only screen and (max-width: 360px) {
  .newsletter-form {
    flex-direction: column;
  }

  .subscribe-button {
    width: 100%;
  }
}

@media only screen and (min-width: 426px) and (max-width: 575px) {
  #insta-carousel-video {
    top: 35px;
    border-radius: 34px;
  }

  .insta-videos video {
    border-radius: 49px;
  }
}

@media only screen and (min-width: 320px) and (max-width: 425px) {
  #insta-carousel-video {
    top: 19px;
    border-radius: 27px;
  }
}

@media only screen and (min-width: 248px) and (max-width: 319px) {
  #insta-carousel-video {
    top: 15px;
    border-radius: 18px;
  }
}

@media only screen and (max-width: 1034px) {
  .box11 {
    margin-left: 60px;
}
}

@media only screen and (max-width: 943px) {
  .box11 {
    margin-left: 30px;
}
}


@media only screen and (max-width: 891px) {

  .banner-top-section {
    width: 74% !important;
  }

  .box11 {
    margin-left: 30px !important;
  }

  .banner-top-section p {
    font-size: 20px;
    margin-top: 50px !important;
  }

  .banner-top-section .get-in-touch-bix {
    margin: 0px 0 10px 0 !important;
  }
  .word {
    font-size: 35px !important;
  }
  .banner-top-section h4 {
    font-size: 31px !important;
  }
}

@media only screen and (max-width: 742px) {

 .banner-top-section{
  background-color: #5E17EB !important;
  width: 100% !important;
  background-image:none !important;
  height: 340px !important;
  position: relative;
 }

 #banner-slider{
  display: none;
 }
  

}