/*for-large-dekstop view-1200*/

@media only screen and (min-width: 100px) and (max-width: 1399px) {
   .banner-title h1 {
    font-size: 40px;
}
.banner-title p {
    padding: 10px 0px;
    line-height: 25px;
    font-size:14px;
}
.banne-form textarea {
    height: 43px;
}
.banne-form {
    padding: 30px 40px 0px;
}

}

/*for-laptop view-1024*/

@media only screen and (min-width: 100px) and (max-width: 1199px) {
    .main-title h2 {
    font-size: 38px;
        
    }
    
}

/*for-tablet view-768*/

@media only screen and (min-width: 100px) and (max-width: 991px) {
    .header-social {
    display: none;
}
    
    .banner-content .row {
    flex-direction: column;
}
    .banner {
    min-height: 100dvh;
    padding: 40px 0px;
    max-height: fit-content;
        
    }
    .banne-form {
        margin: 0 auto;
    }
        .banne-form {
        margin-top: 30px !important;
    }
    .cards-section .container .row:nth-child(2) {
    row-gap: 30px !important;
}

.hvac-features .row {
    flex-direction: column;
}



.contact-info-main {
    margin-bottom: 40px;
}



.service-area .row {
    flex-direction: column;
}



.footer-col {
    margin-top: 25px;
}


footer.footer {
    padding-top: 30px;
}

.banner {
    height: auto;
}
.about-content {
    padding-top: 30px;
}

.responsive-links ul li a {
    padding: 20px 0px;
}

}

/*for-landscape_mobile view-576*/

@media only screen and (min-width: 100px) and (max-width: 767px) {
.about-section .row {
    flex-direction: column-reverse;
}
 
        .about-content {
        padding-top: 0px;
    }
    
    .newsletter {
    padding: 50px 0px;
}
    
    
    .contact-image img {
    height: 530px;
}

.contact-image {
    width: 70%;
}
    
    
    
    
    
    
    
    
    
    
    
    
    
}

/*for-mobile view-375*/

@media only screen and (min-width: 100px) and (max-width: 575px) {
  .container {
    width: 96%;
  }
  .top-header {
    display: none;
}
  
      .banne-form {
        margin-top: 30px !important;
        padding: 20px 22px 0px;
    }
  
  .spacing {
    padding: 70px 0px;
}
  
  
  .about-img {
    margin-top: 20px;
}
  
  .services-box {
    background: var(--c2);
    padding: 19px;
  }
  .choose-us-box {
    flex-direction: column;
}
  
  .choose-us-video {
    width: 210px;
    bottom: -50px;
    left: 0px;
  }
  .testimonial-item {
    padding: 22px;
    margin: 0px 10px;
}
  
  .testimonial-slider .slick-prev, .testimonial-slider .slick-next {
    position: absolute;
    top: 50%;
    transform: translateY(-70%);
  }
  .testimonial-slider .slick-next {
    right: -17px;
    background: var(--c4);
    color: var(--c2);
}
  .testimonial-slider .slick-prev {
    right: unset;
    left: -17px;
    background: var(--c4);
    color: var(--c2);
}


.testimonial-slider .slick-track {
    padding-bottom: 0px;
}

    .contact-info-main {
        margin-bottom: 40px;
        flex-direction: column;
        gap: 20px;
        margin-top: 0px;
    }

.contact-image {
        width: 100%;
    }



    .contact-image img {
        height: 230px;
    }


.contact-shape-image {
        display: none;
    }

.service-area-content {
        margin-bottom: 10px;
    }
    
    
    .service-area .service-map {
    width: 100%;
    height: 260px;
    
    }
    
    
    .footer-col > p {
    padding-right: 0px;
}
    .page-id-33 .contact {
    padding-top: 0;
}
    
    .banner-title h1 {
        font-size: 32px;
    }
        .main-title h2 {
        font-size: 30px;
    }
}

/*for-small_mobile view-320*/

@media only screen and (min-width: 100px) and (max-width: 374px) {
}
