

/* @media only screen and ( max-width: 1570px) {
    .nav-bar{
        padding: 20px 80px;
    }
} */
@media only screen and ( max-width: 1230px) {
    .container{
        max-width: 95%;
    }
    .banner-content .content h1{
        font-size: 40px;
    }
}
@media only screen and ( max-width: 1230px) {
    .banner-content .content h1{
        font-size: 35px;
    }
    .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 .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;
    }
}
@media only screen and ( max-width: 1140px) {
    .contact-info-data{
        gap: 0px 30px;
        grid-template-columns: repeat(2, 1fr);
    }
    .contact-item{
        padding: 30px;
        margin-top: 30px;
    }
    .funfact .funfact-section {
        display: grid;
        gap: 30px;
        grid-template-columns: repeat(2, 1fr);
    }
}

@media only screen and ( max-width: 991px) {
    .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 .drop-down-icon{
        display: block;
    }
    .nav-bar .menu > li > a{
        margin: 10px 0px;
        border: none;
    }
    .nav-bar .menu > li > a:hover{
        border: none;
    }
    .nav-bar .menu > li > .active{
        border: none;
    }
    .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;
    }
    .banner-content{
        width: 75%;
        padding: 15px;
    }
    .banner-content .content h5{
       font-size: 16px;
    }
    .banner-content .content h1{
        font-size: 30px;
        margin-bottom: 10px;
    }
    .banner-content .content .description{
       font-size: 14px;
    }

    .btns-box{
        justify-content: center;
    }
    .about-section .img-box{
        margin-bottom: 20px;
    }
    .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;
    }
    .wcu-img-item img{
        margin-top: 40px;
    }
    .service-page{
        display: grid;
        gap: 30px;
        grid-template-columns: repeat(2, 1fr);
    }
}
@media only screen and ( max-width: 800px){
    .top-header .container a span{
        display: none;
    }
    .top-header .container{
        justify-content: center;
        gap: 10px;
        padding: 8px 0px;
    }
    .top-header .container a i{
        font-size: 16px;
       background-color: var(--thm-base);
       padding: 4px 6px;
       border-radius: 3px;
    }
    .top-header .container a:hover{
        color: var(--thm-base2);
    }
    .top-header .container .social-media a:hover i{
        color: var(--thm-base2);
    }
    
    .top-header .container div{
        gap: 10px;
    }
}
@media only screen and ( max-width: 768px){
    .nav-call a:nth-child(2){
        display: none;
    }
    .banner-content .content h1{
        font-size: 26px;
        margin-bottom: 10px;
    }
    .about-section .img-box .about-img3{
        display: none;
    }
    .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;  
    }
    .mt-80{
        margin-top: 40px;
    }
    .description{
        font-size: 16px;
        margin-bottom: 10px;
    }
    .description2{
        font-size: 12px;
        margin-bottom: 10px;
    }
    .top-header > a{
        display: none;
    }
    .top-header .social-media{
        padding: 0px;
        border: none;
    }
    .nav-bar .logo-img{
        width: 70%;
    }
    .nav-call a i{
        font-size: 16px;
        padding: 12px;
    }
    .banner-content{
        width: 95%;
        margin: auto;
        position: static;
        margin-top: 20px;
        left: 0;
        top: 0;
        transform: translateY(0) !important;
    }
    .banner-content .content h5{
        font-size: 13px;
    }
    .banner-content .content h1{
        font-size: 18px;
        color: var(--thm-base2);
    }
    .banner-content .content .description{
       color: var(--thm-base2);
       font-size: 12px;
       font-weight: 600;
    }
    .content-box h6{
        font-size: 11px;
        margin-bottom: 8px;
    }
    .content-box h3{
        font-size: 17px;
        margin-bottom: 10px;
    }
    .content-box.content-box2{
        width: 100%;
        margin-bottom: 20px;
    }

    .why-choose-us-section .wcu-items h5{
        font-size: 14px;
    }
    .why-choose-us-section .wcu-items h5 i{
        font-size: 12px;
    }
    
    .btn-one{
        padding: 6px 15px;
        font-size: 12px;
    }
    .btn-one i{
        font-size: 8px;
    }

    .footer-container{
        padding: 40px 10px;
    }
    .about-section{
        background-image: none;
    }
    .about-section .content-box .funfact-section div p{
        font-size: 12px;
    }
    .about-section .content-box .funfact-section div p:first-child{
        font-size: 20px;
    }
    .about-section .content-box .funfact-section {
        gap: 10px;
    }
    .about-section .content-box .funfact-section div {
        gap: 7px;
        padding: 8px;
        border-radius: 6px;
    }
    .about-section .content-box .about-points .about-points-icon i{
        font-size: 13px;
        padding: 6px;
        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: 16px;
        margin-bottom: 4px;
    }
    .about-section .about-points .about-points-icon i{
        font-size: 13px;
        padding: 6px;
    }
    .about-section .about-points div h5{
        font-size: 16px;
    }
    .about-section .bold-text {
        font-size: 14px;
    }
    .funfact{
        padding: 30px 25px;
        margin: 0px 14px 40px 14px;
    }
    .funfact .funfact-section {
        display: grid;
        gap: 15px;
        grid-template-columns: repeat(1, 1fr);
    }
    .funfact .funfact-section div {
        padding: 15px;
    }
    .funfact .funfact-section div p{
        font-size: 14px;
    }
    .funfact .funfact-section div p:first-child{
        font-size: 30px;
    }

    /* .funfact{
        padding: 30px 0px;
        margin: 0px 14px 40px 14px;
    }
    .funfact .funfact-section {
        display: grid;
        gap: 10px;
        grid-template-columns: repeat(1, 1fr);
        flex-wrap: wrap;
    }
    .funfact .funfact-section div {
        display: flex;
        gap: 5px;
        border: 2px solid var(--thm-base);
        padding: 10px;
        border-radius: 6px;
        align-items: center;
        justify-content: center;
    }
    .funfact .funfact-section div p{
        font-size: 12px;
        padding-left: 10px;
    }
    .funfact .funfact-section div p:first-child{
        font-size: 20px;
    } */


    .roof-type .find-solution{
        margin-bottom: 24px;
    }
    .roof-type .down-flow{
        left: 15px;
        bottom: -30px;
    }
    .roof-type .find-solution .down-flow a h4{
        margin-bottom: 10px;
        margin-left: 0px;
        font-size: 15px;
    }
    .roof-type .find-solution:hover .down-flow{
        bottom: 15px;
    }
    .testimonial-section{
        padding: 40px 0px;
    }
    .testimonials-silder-div{
        padding: 20px;
    }
    .testimonials-silder-div .person-info{
        gap: 6px;
    }
    .testimonials-silder-div .person-info h6{
        font-size: 12px;
        font-weight: 600;
    }
    .testimonials-silder-div .person-info p{
        font-size: 12px;
        font-weight: 500;
    }
    .testimonials-silder-div .person-info div i{
        font-size: 30px;
    }
    .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;
    }
    .contact-info-items{
        gap: 5px;
        margin-bottom: 15px;
    }
    .contact-info-items div i{
        padding: 10px;
        font-size: 16px;
        border-radius: 4px;
    }
    .contact-info-items .contact-info-content p{
        font-size: 13px;
    }
    .contact-info-items div a{
        display:  block;
        font-size: 13px;
    }
    .contact-info-items .contact-info-content .opening-time{
        font-size: 13px;
    }


    .footer-logo a img{
        width: 30%;
        margin-bottom: 15px;
    }
    .footer-container .description{
        font-size: 12px;
    }
    .footer-container .sub-heading{
        font-size: 16px;
    }
    .footer-services li a{
        font-size: 14px;
    }
    .footer-contact p{
        font-size: 14px;
    }
    .footer-section .social-media i{
        font-size: 18px;;
        padding: 5px 6px;
    }
    .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: 22px;
    }
    .breadcrumb-section .breadcrumb {
        margin-top: 2px;
        justify-content: center;
    }
    .breadcrumb-section .breadcrumb .breadcrumb-item {
        font-size: 14px;
    }
    .breadcrumb-section .breadcrumb .symbol-breadcrumb {
        font-size: 10px;
        padding: 0px 7px;
    } 
    .why-choose-us-page .wcu-points{
        gap: 20px;
        grid-template-columns: repeat(1, 1fr);
    }
    .why-choose-us-page .wcu-points .wcu-items i{
        font-size: 35px;
        margin-bottom: 10px;
    }
    .why-choose-us-page .wcu-points .wcu-items h5{
        font-size: 16px;
    }
    .why-choose-us-page{
        padding: 0px 0px 40px 0px;
    }
    .why-choose-us-page .wcu-points .wcu-items{
        padding: 30px;
    }
    .why-choose-us-page .wcu-points .wcu-items .wcu-item-desc{
        padding: 20px;
    }
    .why-choose-us-page .wcu-points .wcu-items .wcu-item-desc > h5{
        margin-bottom: 5px;
    }
    .why-choose-us-page .wcu-points .wcu-items .wcu-item-desc > p{
        font-size: 14px;
        margin-bottom: 0px;
    }
    .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: 12px;
    }
    .form-select {
        margin-top: 0px;
        padding: 7px 15px;
        font-size: 12px;
    }
    .service-detail-page .side-bar li a{
        font-size: 12px;
        padding: 10px 16px;
        margin-bottom: 12px;
    }
    .service-detail-page .service-detail-content h3{
        font-size: 20px;
        margin-bottom: 10px;
    }
    .service-detail-page .service-detail-content h5{
        font-size: 14px;
        margin-bottom: 10px;
    }
    .service-detail-page .service-detail-content h5 i{
        font-size: 12px;
    }
    .service-detail-page .service-detail-content strong{
        color: var(--thm-base2);
        font-size: 13px;
    }
    .service-detail-page .service-detail-content h4{
        font-size: 16px;
        margin-bottom: 10px;
        margin-top: 20px;
    }
    
    .service-page{
        gap: 0px;
        grid-template-columns: repeat(1, 1fr);
    }
    .service-detail-page .side-bar li a::before{
        right: 15px;
        font-size: 12px;
    }
    .service-detail-page .side-bar{
        margin-bottom: 20px;
        padding: 10px;
    }
    .service-detail-page .side-bar  .call-container{
        padding: 30px;
    }
    .service-detail-page .side-bar  .call-container h4{
        font-size: 15px;
        margin-bottom: 10px;
    }
    .service-detail-page .side-bar .call-container .service-call{
        margin-bottom: 15px;
        font-size: 14px;
    }
    .contact-form-section .social-section h5 {
        font-size: 18px;
    }
    .contact-form-section .social-media i {
        font-size: 20px;
        padding: 5px 6px;
    }
}