/*---------- Responsive Design ----------*/
@media (min-width: 1024px) and (max-width: 1199px) {}

@media only screen and (max-width:1299px) {
    .product-specifications-wrapper .product-specifications{
        padding: 0px 40px;
    }
    .product-specifications-wrapper .product-image {
        padding: 0px 40px;
    }
    .where-we-install-item .image{
        height: 230px;
    }
}


@media only screen and (min-width:1199px) and (max-width:1260px) {

}

@media only screen and (max-width:1399px) {
    .product-specifications-wrapper{
        margin: 0px -15px;
    }

    .product-specifications-wrapper .product-image{
        padding: 0px 15px;
    }
    .product-specifications-wrapper .product-specifications{
        padding: 0px 15px;
    }
    .service-support-col{
        width: 50%;
    }
    .service-support-col:not(:last-child){
        margin-bottom: 20px;
    }

}
@media only screen and (max-width:1250px) {
    .main-conatct-right, .main-conatct-left {
        width: 50%;
    }
    .gallery-item a {
        height: 300px;
    }    
    .gallery-tab .tab-menu{
        width: 30%;
    }
    .gallery-tab .tab-main-box {
        width: 70%;
    }
}
@media only screen and (max-width:1199px) {
    .slider-content .product-main-slide .image {
        height: 500px;
    }
    .product-detail-wrapper{
        margin: 0px -15px;
    }
    .product-detail-left,.product-detail-right{
        padding: 0px 15px;
    }
    .button-wrapper a.whatsapp-button{
        font-size: 15px;
    }
    .product-detail-right h1{
        font-size: 40px;
    }
    .slider-thumb .product-main-slide .image{
        height: 100px;
    }
    .product-features-tab .tab-menu ul li a{
        padding: 10px 30px;
        font-size: 15px;
    }
    .footer-col-1 {
        width: 18%;
    }
    .footer-col-2 {
        width: 15%;
    }
    .footer-col-3{
        width: 15%;

    }
    .footer-col-4{
        width: 15%;
    }
    .footer-col-5{
        width: 37%;
    }
    
    .image-slider .image {
        height: 250px;
    }
    .where-we-install-item .image {
        height: 180px;
    }
    .product-box-item .product-image {
        height: 300px;
    }
    .our-video-item{
        height: 270px;
    }
    .brochures-item .brochures-image {
        height: 230px;
    }   
    .brochures-item .brochures-image img {
        width: 190px;
        height: 210px;
    } 
    .about-experience h4{
        font-size: 22px;
    }
    .about-experience {
        width: 190px;
        height: 190px;
    }
    .about-main-right,.about-main-left {
        padding: 0px 15px;
    }
    .about-banner-image {
        width: 30%;
    }
}
@media only screen and (max-width:1024px) {
    /*------ Header Start ------*/
    .header-center {
        bottom: 0;
        display: flex;
        flex-direction: column;
        right: 0px;
        opacity: 0;
        overflow-x: hidden;
        overflow-y: auto;
        padding: 0;
        position: fixed;
        top: 144px;
        transform: translateX(100%);
        transition: all .5s;
        visibility: hidden;
        z-index: 9;
        width: 100%;
        background: #fff;
        height: calc(100vh - 144px);
        padding-bottom: 80px;
        width: 50%;
    }
     .menu-open .header-center {
        opacity: 1;
        transform: translateX(0);
        visibility: visible;
    }
    .button-wrap{
        position: relative;
    }

    .menu-open{
        overflow: hidden;
    }
   
    .mobile-menu-icon {
        display: flex;
        align-items: center;
    }
    .mobile-menu-icon .humbger-box{
        display: flex;
        width: 35px;
        height: 35px;
        justify-content: flex-end;
        align-items: center;
    }
    .mobile-menu-icon .humbger-box img{
        width: 100%;
        height: 100%;
        object-fit: contain;
    }
    .mobile-menu-close{
        display: none;
    }
    .menu-open .mobile-menu-close{
        display: block;
    }
    .menu-open .mobile-menu-open{
        display: none;
    }
    .site-branding img {
        width: 180px;
    }
    .site-branding,.mobile-menu-icon{
        z-index: 99;
        position: relative;
    }
    .main-navigation ul{
        flex-direction: column;
        padding-top: 27px;
    }
    .main-navigation ul li{
        margin-bottom: 20px;
        margin-right: 0px;
    }
    .main-navigation ul li.current-menu-item{
        margin-bottom: 40px;
    }
    .mobile-menu-icon a + a {
        margin-left: 0px !important;
        margin-top: 0px;
    }
    .lang-btn::after{
        top: -2px;
        position: relative;
    }
    .header-inner {
        padding: 15px 15px 15px 15px;
        margin: 0px -15px;
    }
    .lang-wrapper{
        margin-right: 16px;
        margin-left: 0px;
    }
    .main-navigation{
        width: 100%;
        text-align: center;
    }
    .header-right .button-wrap{
        width: 100%;
        flex-direction: column;
    }
    .header-right .button-wrap .lang-btn{
        margin-top: 50px;
    }
    .header-right .button-wrap a + a{
        margin-left: 0px !important;
    }
    .lang-btn{
        font-size: 18px;
        line-height: 29px;
    }
    .menu-open .site-header.sticky{
        backdrop-filter: unset;
    }
    .site-header.sticky .header-inner {
        padding: 15px;
    }
    .menu-contact-btn{
        display: none;
    }
    .menu-contact-btn{
        display: block;
    }
    .header-right a.btn{
        display: none;
    }
    .top-bar-wrapper{
        flex-direction: column;
    }
    .top-bar-left{
        margin-bottom: 10px;
    }
    .product-litre-wrap {
        margin-bottom: 30px;
    }
    .menu-item-gtranslate > div{
        left: 50%;
        transform: translateX(-50%);
    }
    /*------ Header End ------*/

    /*-------- Home Start ----------*/
    .who-we-are-left {
        padding-left: 15px;
        padding-right: 15px;
    }
    .who-we-are-right {
        padding-left: 15px;
        padding-right: 15px;
    }
    .who-we-are-images .img-1 {
        width: 280px;
        height: 350px;
    }
    /*-------- Home End ----------*/

    .service-item .image{
        height: 280px;
    }

    .contact-info-top .icon {
        width: 60px;
        height: 60px;
    }
    .contact-form-wrap {
        padding: 50px 40px;
    }
}
@media only screen and (max-width:991px) {

    .mb-50 {
        margin-bottom: 40px;
    }

    .header-center{
        top: 173px;
        height: calc(100vh - 173px);
        width: 60%;
    }
    .breadcrumb{
        white-space: nowrap;
        overflow-x: auto;
        flex-wrap: nowrap;
        margin: 30px 0px;
    }
    .menu-main-menu-container{
        padding: 0px 15px;
    }

    /*-------- Footer Start ---------*/
    .footer-col-1,.footer-col-2,.footer-col-3, .footer-col-4{
        width: 33.3%;
        margin-bottom: 40px;
    }
    .footer-col-5{
        width: 50%;
    }
    .copyright-text {
        margin-top: 50px;
    }
    footer{
        padding: 40px 15px 20px 15px;
    }
    .faq-right,.faq-left{
        padding: 0px 15px 0px 15px;
    }
    /*-------- Footer End ---------*/

    /*-------- Product Detail Start ---------*/
    .product-detail-left,.product-detail-right{
        width: 100%;
    }
    .slider-thumb .product-main-slide .image {
        height: 150px;
    }
    .product-detail-left{
        margin-bottom: 50px;
    }
    .product-specifications-wrapper .product-specifications,
    .product-specifications-wrapper .product-image{
        width: 100%;
    }
    .product-specifications-wrapper .product-specifications{
        margin-bottom: 50px;
    }
    .product-specifications-wrapper .product-image .image{
        height: 500px;
    }
    .product-box-col{
        width: 50%;
        margin-bottom: 40px;
    }
    .faq-left, .faq-right {
        width: 100%;
    }
    .faq-left{
        margin-bottom: 40px;
    }
    .product-detail{
        margin-bottom: 80px;
    }
    .product-specifications-wrapper{
        padding-bottom: 0px;
    }
    .product-detail-left .slider-content {
        margin-bottom: 30px;
    }
    .product-detail,.product-specifications-wrapper {
        margin-bottom: 60px;
    }
    .mb-80 {
        margin-bottom: 60px;
    }
    .faq .section-title {
      margin-bottom: 30px;
    }
    /*-------- Product Detail End ---------*/

    /*-------- Home Start ----------*/
    .our-services .left-wrap h2{
        margin: 0 0 10px;
    }
    .our-services .left-wrap{
        padding-right: 40px;
    }
    .who-we-are-left{
        width: 100%;
        margin-bottom: 80px;
    }
    .who-we-are-right{
        width: 100%;
    }
    .who-we-are-images .img-2 {
        width: 450px;
    }
    .who-we-are-images .img-1 {
        width: 370px;
        height: 450px;
    }
    .get-quote-left,.get-quote-right{
        width:100%;
    }
    .get-quote-left{
        margin-bottom: 40px;
    }
    .best-seller .product-box-col:nth-child(2) {
        margin-top: 0px;
    }
    .high-quality-image::before{
        width: 100%;
    }
    .high-quality-text{
        padding: 100px 0px;
    }
    .our-video-col {
       width: 50%;
       margin-bottom: 35px;
    }
    .where-we-install-col {
        width: 33.33%;
        margin-bottom: 30px;
    }
    .where-we-install-item .image {
        height: 200px;
    }
    .get-quote .row{
        padding: 50px 30px 50px 30px;
    }
    .product-box-col:last-child{
        margin-bottom: 0px;
    }
    .who-we-are {
        margin-bottom: 70px;
    }
    
    /*-------- Home End ----------*/
    .inner-banner{
        padding: 70px 0px;
    }
    .main-conatct-left {
        width: 100%;
        margin-bottom: 40px;
    }
    .main-conatct-right{
        width: 100%;
    }
    .contact-info-top .text h5{
        font-size: 22px;
    }

    .map-wrapper {
        margin-top: 60px;
    }
    .map-wrapper iframe{
        height: 350px;
    }
    .brochures-col {
        width: 50%;
    }
    .gallery-tab .tab-menu{
        width: 35%;
    }
    .gallery-tab .tab-main-box {
        width: 65%;
    }
    .gallery-col {
        width: 50%;
    }
    .gallery-item a {
        height: 250px;
    }
    .about-main-right,.about-main-left {
        width: 100%;
    }
    .about-main-right{
        margin-top: 40px;
    }
    .why-choose-col {
        width: 50%;
    }
    .about-banner-text{
        max-width: 400px;
        padding: 50px 30px 50px 70px;
    }
    .about-banner-image {
        width: 50%;
    }
    .about-banner-cta-wrap{
        flex-direction: column;
    }
    .about-banner-image {
        width: 100%;
        margin-bottom: 0px;
        padding: 0px;
    }
    .about-banner-text {
        max-width: 100%;
        padding: 30px;
    }
}

@media only screen and (max-width:767px) {
    body{
        font-size: 16px;
        line-height: 26px;
    }
    p{
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 30px;
    }
    .mb-80 {
        margin-bottom: 40px;
    }
    .mb-50 {
        margin-bottom: 30px;
    }
    .product-features-tab .tab-menu ul{
            margin-bottom: 40px;
    }
    h1,.h1 { 
        font-size: 30px; 
        margin: 0 0 15px;
    }
    h2,.h2 { 
        font-size: 25px; 
        margin: 0 0 15px;
    }
    h3,.h3 { 
        font-size: 22px; 
        margin: 0 0 15px;
    }
    h4,.h4 { 
        font-size: 20px; 
        margin: 0 0 15px;
    }
    h5,.h5 { 
        font-size: 16px; 
        margin: 0 0 15px;
    }
    a.btn, .menu-contact-btn a {
        width: 100%;
        justify-content: center;
        padding: 15px;
    }
    .menu-contact-btn a{
        padding: 15px 15px !important;
    }
    .top-bar-right{
        flex-direction: column;
        align-items: flex-start;
    }
    .top-bar-right .top-item:not(:last-child) {
        padding-right: 0px;
        margin-right: 0px;
        border-right: 0px;
        margin-bottom: 10px;
    }
    /*-------- Header Start ---------*/
    .top-bar-wrapper .top-item a{
        font-size: 12px;
    }
    .top-item img{
        width: 15px;
        height: 15px;
        object-fit: contain;
    }
    .site-branding img {
        width: 100px;
        height: 60px;
    }
    .header-search input[type=search]{
        width: 200px;
        height: 45px;
        font-size: 14px;
        padding: 11px 35px 11px 15px;
        border-radius: 10px;
    }

    .header-search button.search-submit{
        right: 15px;
    }
    .header-center{
        width: 100%;
    }
    /*-------- Header End ---------*/

    /*-------- Footer Start ---------*/
    .footer-col-1, .footer-col-4 {
        width: 100%;
        margin-bottom: 20px;
    }
    .footer-col-1{
        margin-bottom: 40px;
    }
    .footer-col-2,.footer-col-3{
        width: 50%;
        margin-bottom: 20px;
    }
    .footer-col-5 {
        width: 100%;
    }
    .footer-logo a img {
        max-width: 100px;
    }
    .footer-details a img, .footer-details a svg{
        margin-right: 15px;
    }
    .footer-logo {
        margin-bottom: 30px;
    }
    .copyright-text {
        margin-top: 40px;
        padding-top: 20px;
    }
    .copyright-text p{
        font-size: 14px;
    }
    /*-------- Footer End ---------*/

    /*-------- Product Detail Start ---------*/
    .slider-thumb .product-main-slide .image {
        height: 80px;
    }
    .slider-content .product-main-slide .image {
        height: 400px;
        padding: 30px 15px;
    }
    .breadcrumb{
        margin: 20px 0px;
    }
    .product-detail-right h1 {
        font-size: 30px;
    }
    .product-detail-right h6 {
        margin-bottom: 30px;
    }
    .product-litre-wrap .tab-menu ul li:not(:last-child) {
        margin-right: 15px;
        margin-bottom: 20px;
    }
    .button-wrapper a{
        width: 100%;
        justify-content: center;
    }
    .button-wrapper a.whatsapp-button{
        margin-left: 0px;
        margin-top: 20px;
    }
    .product-specifications-wrapper .product-image .image {
        height: 400px;
    }
    .product-detail, .product-specifications-wrapper {
        margin-bottom: 40px;
    }
    .product-detail-left {
        margin-bottom: 40px;
    }
    .product-litre-wrap {
        margin-bottom: 20px;
    }
    .feature-item {
        margin-bottom: 30px;
    }
    .feature-item h5{
        margin-bottom:15px;
        align-items: flex-start;
    }
    .product-box-col {
        width: 100%;
        margin-bottom: 30px;
    }

    .related-products .section-title{
        margin-bottom: 30px;
    }
    .product-box-item .product-image {
        height: 330px;
        padding: 20px;
    }
    .accrodion-title {
        padding: 20px 0px;
    }
        .faq-left {
        margin-bottom: 30px;
    }
    .product-specifications-head h6{
        font-size: 20px;
    }
    .product-box-item .btn{
        width: 50%;
    }
    .product-features-tab .tab-menu ul li a {
        padding: 15px 30px;
        font-size: 16px;
    }
    .product-box-detail h5{
        font-size: 20px;
    }
    /*-------- Product Detail End ---------*/


    /*-------- Home Start ----------*/
    .section-top{
        flex-direction: column;
        align-items: flex-start;
    }
    .our-services .left-wrap {
        padding-right: 0px;
    }
    .our-services .right-wrap {
        margin-top: 20px;
    }
    .slider-navigation .step-prev,.slider-navigation .step-next{
        width: 65px;
        height: 60px;
    }   
    .service-item .title{
        height: auto;
    } 
    .who-we-are-images .img-1{
        position: relative;
    }
    .who-we-are-images{
        flex-direction: column;
    }
    .who-we-are-images .img-1 {
        width: 100%;
        margin-bottom: 30px;
        bottom: 0px;
    }
    .who-we-are-images .img-2{
        width: 100%;
        height: 500px;
    }
    .get-quote .row{
        padding: 40px 15px;
    }
    .form-col {
        width: 100%;
        margin: 0px 0px 20px 0px;

    }
    .form-row{
        flex-direction: column;
        margin: 0px;
    }
    .how-get-text{
        padding: 30px 20px;
    }
    .how-get-step .item{
        padding-left: 37px;
    }
    .how-get-step h6{
        margin: 0 0 10px;
    }
    input, select, textarea{
        padding: 14px 16px;
    }
    .high-quality-content a.btn{
        font-size: 14px;
    }
    .high-quality-text {
        padding: 80px 0px;
    }
    .high-quality-banner{
        min-height: auto;
    }
    .service-support-col{
        width: 100%;
    }
    .service-support-item .icon {
        margin-right: 15px;
        width: 40px;
        height: 40px;
    }
    .our-video-col {
        width: 100%;
        margin-bottom: 25px;
    }
    .our-video-col:last-child{
        margin-bottom: 0px;
    }
    .our-video-item {
        height: 250px;
    }
    .best-seller .section-title,.our-video .section-title,.where-we-install .section-title{
        margin-bottom: 30px;
    }
    .where-we-install-col{
        width: 100%;
        margin-bottom: 25px;
    }
    .where-we-install-col:last-child{
        margin-bottom: 0px;
    }
    .where-we-install-item .image{
        height: 250px;
    }
    .who-we-are-left{
        margin-bottom: 40px;
    }
    .who-we-are {
        margin-bottom: 40px;
    }
    .image-gallery {
        margin-bottom: 40px;
    }
    .image-gallery .section-title{
        margin-bottom: -10px;
    }
    .home-bg-text{
        padding: 120px 0px;
    }
    /*-------- Home End ----------*/

    .service-item{
        width: 100%;
    }
    .service-item{
        margin-bottom: 30px;
    }
    .our-services .row {
        margin-bottom: -30px;
    }
    .contact-info{
        padding: 20px 15px;
    }
    .contact-info-top .icon {
        width: 50px;
        height: 50px;
        margin-right: 0px;
        margin-bottom: 15px;
    }
    .contact-info-top .text h5 {
        font-size: 20px;
        margin-bottom: 2px;
    }
    .contact-info-top{
        flex-direction: column;
        justify-content: center;
        text-align: center;
    }
    .inner-banner {
        padding: 60px 0px;
    }
    .inner-banner-text h1 {
        margin-bottom: 10px;
    }
    .contact-form-wrap {
        padding: 40px 20px;
    }
    .map-wrapper {
        margin-top: 40px;
    }
    .map-wrapper iframe {
        height: 300px;
    }
    .contact-info,.contact-form-wrap,.map-wrapper iframe{
        border-radius: 10px;
    }
    .brochures-col {
        width: 100%;
    }
    .gallery-tab .tab-menu{
        width: 100%;
        margin-bottom: 30px;
    }
    .gallery-tab .tab-main-box {
        width: 100%;
    }
    .gallery-col {
        width: 100%;
    }
    .gallery-item a {
        height: 280px;
    }
    .image-half{
        height: 200px;
    }
    .image-full{
        height: 200px;
    }
    .about-experience h4 {
        font-size: 20px;
    }
    .about-main-right {
        margin-top: 30px;
    }
    .why-choose-col {
        width: 100%;
    }
    .why-choose-col:last-child .why-choose-box{
        height: 100%;
        margin-bottom: 0px;    
    }
}

@media only screen and (max-width:375px) {
    .footer-details a, .footer-col ul li a {
        color: #ccc;
        font-size: 14px;
    }
    
}