.recaptcha {
    margin-top: 14px;
}
.checl_list .woocommerce-Price-amount span {
    color: #fff;
}

body .cc-window .cc-message {
    color: #fff!important;
}

body .cc-close.cc-closeXcustomText {
    color: #fff!important;
    text-decoration: none;
}


body  .cc-revoke.cc-bottom {
    display: none;
}

body .footer-bottom-item {
    width: 25%;
}

body .header-left {
    width: 100%;     justify-content: space-between;
}

body .section-0 .xt_woovs-swatches-wrap.xt_woovs-align-left ~ div .woocommerce-variation.single_variation .woocommerce-variation-availability {
    display: none!important;
}
.wpcf7 .wpcf7-recaptcha iframe {
        width: -webkit-fill-available;
}


@media (max-width: 1100px) {
    
    body .header-left {
      
        justify-content: flex-start;
    }
    
    body .logo-box {
        width: calc(100% - 50px);
        text-align: center;
    }


}


@media (max-width: 960px) {
    
   body .cc-window .cc-message {
      font-size: 14px;
   } 
   
   body .footer-bottom-item {
        width: 33.33%;
    }
    
      body .footer-bottom-item.footer-contact {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .home-facilities {
        padding: 70px 0;
    }
    .moto-left img {
        display: none;
    }
}
@media (max-width: 640px) {
        body .footer-bottom-item {
        width: 50%;
    }
}

@media (max-width: 400px) {
    body .footer-bottom-item {
        width: 100%;
    }
}