
form#send_form .col-md-12 {
    width: 33% !important;
    flex: 0 0 33%;
    max-width: 100%;
    float: right;
}
.error {
    color: red;
}

.header-icon.language-header.d-flex.align-items-center.gap-10 {
    color: white;
    font-size: 20px;
   
}

@media (max-width: 767px) {
.page-header.page-header-bg{

    background-size: cover;
    padding-top: 4px;
    background-position: left;
}
.slide-bg.scene .layer>img {
    margin-top: 60px;
}
.footer-top {
    padding-top: 12px;
    padding-bottom: 0px;
}
span.mmenu-btn {
    left: 0;
}
.footer-middle .col-lg-2, .footer-middle .col-lg-3 {
    width: 30% !important;
}



}