@font-face {
    font-family: "Opensans Light";
    src: url('../fonts/OpenSans-Light.ttf');
}


/*css footer*/


footer#footer {
    background: var(--primary-color);
}
footer#footer .footer_bkns {
    margin-top: 50px;
}

footer#footer .footer_bkns {
    margin-top: 50px;
}
footer#footer .text-center.footer_bkns h2 {
    line-height: 40px;
    font-size: 35px;
    color: #ffffff;
}
footer#footer .text-center.footer_bkns img {
    width: 340px;
}
.footer-social p {
    margin: 2px;
    font-size: 20px;
    color: #ffffff;
}
.footer-social p i {
    margin-right: 5px
}



/*css home*/

.title_bkns h1 {
    margin: 0px;
    line-height: 55px;
    font-weight: 100;
    font-size: 35px;
    color: #000000;
}
.title_bkns h3 {
    margin: 0px;
    line-height: 35px;
    font-weight: 100;
    font-size: 18px;
    color: #000000;
}



/*css from*/

.formRegister {

}
.formRegister .form-group input {
    border-radius: 5px!important;
    border: 1px solid #9a9292 !important;
    height: 45px!important;
}
.formRegister .form-group input::placeholder {
    opacity: 1;
    color: #000000;
}

.formRegister .form-group label {
    font-size: 18px;
    font-weight: 100;
}

.formRegister .form-group span {
    color: red;
}
.formRegister .form-group select.wpcf7-form-control.wpcf7-select {
    border-radius: 5px !important;
    border: 1px solid #9a9292 !important;
    height: 45px !important;
}

.formRegister .form-group textarea.wpcf7-form-control.wpcf7-textarea {
    height: 90px;
    margin-bottom: 15px;
    border: 1px solid #7e7272c7;
    min-height: 145px;
    border-radius: 10px;
}

.formRegister button.wpcf7-submit.btnContact {
    background: var(--primary-color);
    color: #ffffff;
    font-size: 18px;
    font-weight: 100;
    border-radius: 6px;
}
.from_home {
    border: 0px solid rgba(27, 127, 204, .8);
    margin: 15px !important;
    padding: 25px !important;
    box-shadow: 0 0 5px #0000004d;
    background: #FFFFFF;
    box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.15);
    border-radius: 16px;
}
.booking-success-popup {
    position: fixed;
    top: 0; left: 0; right: 0; bottom: 0;
    background: rgba(0,0,0,0.6);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 99999;
}
.booking-success-popup .popup-content {
    background: #fff;
    padding: 30px;
    border-radius: 8px;
    text-align: center;
    width: 580px;
    position: relative;
}
.booking-success-popup .popup-content h2 {
    color: #d93025;
    margin: 15px 0;
    font-size: 30px;
}
.booking-success-popup .popup-content .icon-success {
    font-size: 48px;
    color: green;
}
.booking-success-popup .popup-content .close-popup {
    position: absolute;
    top: 10px; right: 15px;
    font-size: 24px;
    cursor: pointer;
}
.booking-success-popup .icon-success img {
    width: 48px;
    height: 48px;
    filter: invert(40%) sepia(80%) saturate(500%) hue-rotate(90deg) brightness(100%) contrast(90%);
}
.booking-success-popup .popup-content p {
    font-size: 16px;
    color: #000000;
}
.title_bkns h3 span {
    color: red;
}
