

@media only screen and ( max-width: 1570px) {
    .nav-bar{
        padding: 20px 80px;
    }
}
@media only screen and ( max-width: 1350px) {
    .container{
        max-width: 95%;
    }
    .nav-bar{
        padding: 10px 40px;
    }
    .banner-content .content h2{
        font-size: 40px;
    }
}
@media only screen and ( max-width: 1230px) {
    .banner-content .content h2{
        font-size: 37px;
    }
    .content-box h3{
        font-size: 28px;
    }

    .breadcrumb-section {
        padding: 80px 0px;
    }
    .breadcrumb-section .breadcrumb-heading {
        font-size: 35px;
    }
    .breadcrumb-section .breadcrumb {
        margin-top: 5px;
    }
    .why-choose-us-page-items{
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
    }
    .why-choose-us-page .wcu-points{
        display: grid;
        gap: 30px;
        grid-template-columns: repeat(2, 1fr);
    }
    .contact-info-data{
        gap: 20px;
        grid-template-columns: repeat(3, 1fr);
    }
    .contact-item{
        padding: 30px;
    }
    .about-section .img-box .about-img2 {
        position: absolute;
        top: 20px;
        right: 30px;
        border-radius: 10px;
    }
}
@media only screen and ( max-width: 1140px) {
    .banner-content .content h2{
        font-size: 37px;
    }
    .ham {
        display: block;  
        z-index: 1002;
    }
    .nav-bar .menu{
        width: 100%;
        height: 100vh;
        position: fixed;
        display: block;
        background-color: var(--thm-color);
        left: -100%;
        top: 0;
        padding: 100px 60px;
        z-index: 1001;
        transition: 0.5s;
    }
    .nav-bar .menu.show-menu{
        left: 0;
    }
    .nav-bar .menu > li > a{
        margin: 10px 0px;
    }
    .nav-bar .menu .drop-down .drop-down-menu{
        display: none;
        top: 45px !important;
    }
    .nav-bar .menu .drop-down .drop-down-menu.show-drop-down{
        display: block;
    }
    .drop-down-icon{
        display: block;
    }
    .contact-info-data{
        gap: 0px 30px;
        grid-template-columns: repeat(2, 1fr);
    }
    .contact-item{
        padding: 30px;
        margin-top: 30px;
    }
    .why-choose-us-page .wcu-points{
        gap: 20px;
        grid-template-columns: repeat(1, 1fr);
    }
}

@media only screen and ( max-width: 991px) {
    .banner-content{
        padding: 100px 0px;
        text-align: center;
    }
    .banner-section .banner-content .row.row-change{
        flex-direction: column-reverse;
    }
    .banner-content .content h2{
        font-size: 40px;
    }
    .btns-box{
        justify-content: center;
    }
    .about-section .img-box{
        position: relative;
        text-align: center;
        margin-bottom: 40px;
        
    }
    .about-section .img-box .shape-img1{
        top: 0px;
        left: 5%;
    }
    .funfact .funfact-content{
        gap: 50px;
        grid-template-columns: repeat(2, 1fr);
    }
    .content-box h6,h3{
        text-align: center;
    }
    .content-box.content-box2{
        width: 100%;
    }
    .call-to-action{
        width: 100%;
        margin: auto;
        margin-bottom: 20px;
        display: block;
        justify-content: center;
        align-items: center;
        border-radius: 3px;
        text-align: center;
    }
    .calltoAction-btn{
        display: inline-block;
        margin-top: 15px;
    }
    .service-detail-page .section-reverse{
        flex-direction: column-reverse;
    }
    .service-detail-page .side-bar{
        margin-bottom: 0px;
        margin-top: 30px;
    }
    .service-detail-page .service-detail-content h3{
        font-size: 35px;
        text-align: left;
    }
    .why-choose-us-section .wcu-img-item img{
        margin-top: 20px;
    }
}
@media only screen and ( max-width: 768px){
    .nav-call a:nth-child(2){
        display: none;
    }
    .nav-bar{
        padding: 20px 30px;
    }
    .contact-item{
        padding: 20px;
    }
    .service-detail-page .service-detail-content .services-items{
        margin-bottom: 20px;
    }
    .service-detail-page .service-detail-content img{
       margin-bottom: 15px;
    }
}
@media only screen and ( max-width: 580px){
    .mb-80{
        margin-bottom: 40px;  
    }
    .description{
        font-size: 12px;
        margin-bottom: 10px;
    }
    .description2{
        font-size: 12px;
        margin-bottom: 10px;
        text-align: start;
    }
    .top-header > a{
        display: none;
    }
    .top-header .social-media{
        padding: 0px;
        border: none;
    }
    .top-header a i {
        font-size: 16px;
    }
    .nav-bar .logo-img{
        width: 70%;
    }
    .nav-bar{
        padding: 10px 20px;
    }
    .nav-call a i{
        font-size: 14px;
        padding: 10px;
    }
    .banner-content{
        padding: 40px 0px;
        text-align: center;
    }
    .banner-section {
        min-height: 600px;
    }
    .banner-content .content h2{
        font-size: 20px;
    }
    .banner-content .content h5{
        font-size: 14px;
        margin-top: 20px;
    }
    .content-box h6{
        font-size: 12px;
        margin-bottom: 6px;
        text-align: start;
    }
    .content-box h3{
        font-size: 18px;
        margin-bottom: 8px;
        text-align: start;
    }
    .content-box.content-box2{
        width: 100%;
        margin-bottom: 20px;
    }
    /* .content-box > p {
        text-align: center;
    } */
    .funfact{
        padding: 40px 0px;
    }
    .funfact .funfact-content{
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }
    .funfact .funfact-content .funfact-items h2{
        font-size: 30px;
    }
    .funfact .funfact-content .funfact-items .description2{
        font-size: 13px;
        text-align: center;
    }
    .funfact .funfact-content .funfact-items .funfact-icon i{
        font-size: 26px;
        padding: 20px;
    }
    .funfact .funfact-content .funfact-items .funfact-icon{
        margin-top: -40px;
        margin-bottom: 10px;
    }
    .funfact .funfact-content .funfact-items{
        padding: 3px;
        margin-top: 5px;
        margin-bottom: 30px;
    }
    .img-hight{
        height: 300px;
    }
    .img-hight2{
        height: 200px;
    }
    .roof-type .find-solution .down-flow a h4{
        margin-bottom: 20px;
        margin-left: 20px;
        font-size: 18px;
    }
    .btn-one{
        padding: 8px 20px;
        font-size: 13px;
    }
    .footer-container{
        padding: 40px 10px;
    }
    .about-section{
        background-image: none;
    }
    .about-section .img-box{
        position: relative;
        text-align: center;
        margin-bottom: 10px;
    }
    .about-section .img-box .shape-img1{
        left: -20%;
        width: 50%;
    }
    .about-section .content-box .funfact-section div p{
        font-size: 14px;
    }
    .about-section .content-box .funfact-section div p:first-child{
        font-size: 25px;
    }
    .about-section .content-box .funfact-section {
        gap: 10px;
    }
    .about-section .content-box .funfact-section div {
        gap: 10px;
        padding: 10px;
    }
    .about-section .content-box .about-points .about-points-icon i{
        font-size: 15px;
        padding: 10px;
        margin-top: -6px;
    }
    .about-section .content-box .about-points{
        display: flex;
        gap: 5px;
        margin-bottom: 10px;
    }
    .about-section .content-box .about-points div h5{
        font-size: 18px;
        margin-bottom: 4px;
    }
    .roof-type .find-solution{
        margin-bottom: 24px;
    }
    .roof-type .find-solution a .img-hight{
        height: 250px;
    }
    .roof-type .find-solution a .img-hight2{
        height: 180px;
    }
    .roof-type .down-flow{
        left: 10px;
        bottom: -30px;
    }
    .roof-type .find-solution .down-flow a h4{
        margin-bottom: 8px;
        margin-left: 0px;
        font-size: 16px;
    }
    .roof-type .find-solution .down-flow .btn-one{
        padding: 3px 8px;
        border-radius: 5px;
    }
    .roof-type .find-solution:hover .down-flow{
        bottom: 15px;
    }
    .testimonial-section{
        padding: 40px 0px;
    }
    .testimonials-silder-div{
        padding: 20px;
        background-color: var(--thm-color);
        border-radius: 4px;
        position: relative;
    }
    .testimonials-silder-div .person-info{
        gap: 3px;
        margin-bottom: 20px;
    }
    .testimonials-silder-div .person-info h5{
        font-size: 16px;
        font-weight: 600;
    }
    .testimonials-silder-div .person-info p{
        font-size: 12px;
        font-weight: 500;
    }
    .testimonials-silder-div .person-info div img{
        width: 80% !important;
        margin: auto;
    }
    .testimonials-silder-div .person-info .reating{
        font-size: 10px;
        padding: 8px;
    }
    .owl-dots {
        text-align: center !important;
    }
    .owl-dot {
        width: 15px;
        height: 4px;
        margin: 0 3px;
        margin-top: 20px !important;
    }
    .owl-dots .active {
        width: 20px;
        height: 4px;
    }
    .calltoAction-btn{
        padding: 5px 20px;
    }
    .calltoAction-btn a:last-child{
        font-size: 15px; 
    }
    .calltoAction-btn a i{
        font-size: 16px;
        padding: 10px;
        margin-left: -40px;
    }
    .call-to-action p{
        font-size: 14px;
    }
    .call-to-action > p > a{
        font-size: 15px;
    }
    .footer-logo a img{
       width: 40%;
        margin-bottom: 20px;
    }
    .footer-container .description{
        font-size: 14px;
    }
    .footer-container .sub-heading{
        font-size: 18px;
    }
    .footer-services li a{
        font-size: 15px;
    }
    .footer-contact p{
        font-size: 14px;
    }
    .footer-bottom-section{
        padding: 20px 0px;
    }
    .footer-bottom-section p{
        font-size: 13px;
    }
    #back-to-top-button {
        width: 40px;
        height: 40px;
        bottom: 25px;
        right: 25px;
    }
    #back-to-top-button::after {
        font-size: 20px;
        line-height: 40px;
    }
    .breadcrumb-section {
        padding: 50px 0px;
        text-align: center;
    }
    .breadcrumb-section .breadcrumb-heading {
        font-size: 25px;
    }
    .breadcrumb-section .breadcrumb {
        margin-top: 4px;
        justify-content: center;
    }
    .breadcrumb-section .breadcrumb .breadcrumb-item {
        font-size: 14px;
    }
    .breadcrumb-section .breadcrumb .symbol-breadcrumb {
        font-size: 10px;
        padding: 0px 7px;
    } 
   
    .contact-info-data{
        gap: 0px 30px;
        grid-template-columns: repeat(1, 1fr);
    }
    .contact-item i{
        font-size: 24px;
        padding: 16px 20px;
        margin-bottom: 10px;
    }
    .contact-item h4{
        font-size: 18px;
        margin-bottom: 6px;
    }
    .contact-item a{
        font-size: 14px;
    }
    .form-section {
        padding: 20px;
    }
    .form-heading {
        font-size: 16px;
    }
    .form-control{
        margin-top: 0px;
        padding: 7px 15px;
        font-size: 14px;
    }
    .form-select {
        margin-top: 0px;
        padding: 7px 15px;
        font-size: 14px;
    }
    .service-detail-page .side-bar li a{
        font-size: 13px;
        padding: 10px 16px;
        margin-bottom: 12px;
    }
    .service-detail-page .service-detail-content h3{
        font-size: 24px;
        margin-bottom: 10px;
    }
    .service-detail-page .service-detail-content h5{
        font-size: 16px;
        margin-bottom: 8px;
        margin-top: 20px;
    }
    .service-detail-page .service-detail-content .services-items{
        gap: 10px;
        padding: 10px;
    }
    .service-detail-page .service-detail-content .services-items div i{
        font-size: 25px;
        padding: 10px 15px;
    }
    .service-detail-page .service-detail-content .services-items p{
        font-size: 14px;
    }
    .call-to-action-section{
        padding: 10px 0px;
        background-color: var(--thm-test-light);
    }
    .service-data {
        padding: 12px;
    }
    .services-content a h4 {
        font-size: 18px;
        margin-bottom: 7px;
        transition: 0.5s;
    }
    .services-content p {
        font-size: 12px;
    }
    .services-btn {
        padding: 10px;
        font-size: 13px;
        border-top: 1px solid var(--thm-light);
    }

    
    .why-choose-us-page,
    .why-choose-us-section{
        background-image: none;
        padding: 0px 0px 40px 0px;
    }
    .why-choose-us-section .why-choose-us-cantent{
        margin-bottom: 30px;
    }
    .why-choose-us-page .wcu-points,
    .why-choose-us-section .why-choose-us-cantent .wcu-points{
        gap: 20px;
        grid-template-columns: repeat(1, 1fr);
    }
    .why-choose-us-page .wcu-points .wcu-items i,
    .why-choose-us-section .why-choose-us-cantent .wcu-points .wcu-items i{
        font-size: 35px;
        margin-bottom: 10px;
    }
    .why-choose-us-page .wcu-points .wcu-items h5,
    .why-choose-us-section .why-choose-us-cantent .wcu-points .wcu-items h5{
        font-size: 16px;
    }
    .why-choose-us-page .wcu-points .wcu-items,
    .why-choose-us-section .why-choose-us-cantent .wcu-points .wcu-items{
        padding: 20px 0px 0px 0px;
        text-align: start;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }
    .why-choose-us-page .wcu-points .wcu-items i,
    .why-choose-us-section .why-choose-us-cantent .wcu-points .wcu-items i{
        font-size: 30px;
        margin: 0px 10px 12px 15px;
    }
    .why-choose-us-page .wcu-points .wcu-items .wcu-item-desc,
    .why-choose-us-section .why-choose-us-cantent .wcu-points .wcu-items .wcu-item-desc{
        background-color: var(--thm-primary);
        position: static;
        padding: 15px;
        border-radius: 0px 0px 10px 10px;
        left: 0;
        top: 0;
        opacity: 1;
        height: auto;
        width: 100%;
        text-align: start;
    }
    .why-choose-us-page .wcu-points .wcu-items .wcu-item-desc > p,
    .why-choose-us-section .why-choose-us-cantent .wcu-points .wcu-items .wcu-item-desc > p{
        font-size: 12px;
        margin-bottom: 0px;
    }
    .why-choose-us-page .wcu-points .wcu-items .wcu-item-desc,
    .why-choose-us-section .why-choose-us-cantent .wcu-points .wcu-items .wcu-item-desc{
        padding: 15px;
    }

    .why-choose-us-page .wcu-points .wcu-items .wcu-item-desc > h5,
    .why-choose-us-section .why-choose-us-cantent .wcu-points .wcu-items .wcu-item-desc > h5{
        margin-bottom: 5px;
    }
    .num-count{
        display: none;
    }

    .thank-you-item i{
        font-size: 24px;
        padding: 16px 20px;
        margin-bottom: 10px;
    }
}