html,
body {
    overflow-x: hidden !important;
}

body {
    position: relative
}

.hero_section {
    height: auto;
    overflow: hidden;
}

.hero_section img {
    max-height: 100%;
    width: 100%;
    object-fit: cover;
}


.contact-form label[for] {
    display: inline-block !important;
}

.MainLogo {
    width: 279px;
}

p,
h2,
label,
h3,
.services li {
    color: #ffffff !important;
}

.single-testimonial-bg p {
    color: #8a9099 !important;
}

ul {
    text-align: initial !important;
}


.intro {
    margin: 0 auto;
    border: 1px solid #eaeaea;
    clear: both;
    margin-top: 10px;
    width: 98%;
    margin-right: 1% !important;
}

.intro p {
    text-align: right;
}

.contact-form label[for]:hover {
    cursor: pointer !important;
}

.mainLables {
    width: 95% !important;
    margin-right: 19px;
    font-weight: 700 !important;
}

.pointer {
    position: absolute;
}

.single-offer {
    height: 350px !important;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="number"],
textarea,
select,
.form-control {
    background-color: white !important;
}

.theme_buttons.color2 a,
.theme_button.color2 {
    background-color: #006b88 !important;
}

.page_footer .widget-title {
    margin-bottom: 50px !important;
}

.cs.main_color3 {
    color: #8a9099;
    background-color: #102035;
}

.row {
    text-align: start;
    /* display: block !important; */
}

.services li {
    text-align: right;
}

label {
    direction: rtl;
}


.intro p {
    text-align: right;
    margin-right: 16px;
    margin-bottom: 10px;
    color: #102036 !important;
    padding: 5px;
}

.text_cc {
    color: #102036;
}

.btn.ss-btn {
    float: none !important;
}

.form-btn {
    text-align: center;
}

.btn {
    background: #e9d6a5;
    color: #ffffff;
    border-radius: 25px;
    font-weight: bold;
}

.allform,
.offers {
    height: 100%;

    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    /*padding: 60px 0 50px 0;*/

}


.offers {
    margin-top: -1px;
}

#mainform {
    display: table-cell;
    vertical-align: middle
}

@media only screen and (min-width: 900px) {
    .appointment {
        height: 1024px;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }



}

input,
select {
    height: 45px !important;
    width: 100% !important;
}

.appointment-form {
    background: #a99676;
    padding: 25px;
    border-radius: 30px;
    /* height: 100vh; */
}

@media screen and (min-width: 768px) and (max-width: 1366px) {
    section {
        min-height: 60vh !important;
    }

    .appointment {
        padding: 11px 0 50px 0;
    }

    .section_offer_3 {
        margin-bottom: 20px;
    }

    .allform {
        padding: 60px 0 73px 0;
    }

    .offers {
        padding: 40px 0 40px 0;
    }

    .footer_img {
        margin-top: -170px;
    }
}



.offer_section {
    background-color: #ffffff;
    padding: 14px;
    text-align: center;
    border-radius: 7px;
}

.offers h2 {
    color: #8e998e !important;
    margin-bottom: 40px;
}

.appointment h2,
.align-items-end p {
    color: #8e998e !important;
}

.offer_section img {
    width: 100%;
    height: 275px;
    margin-bottom: 30px;
    border-radius: 7px;
}

.offer_section .offer_name {
    /*background-color: #8e998e;*/
    /*padding: 2px;*/
    /*text-align: center;*/

    padding: 18px 45px;
    background: #8e998e;
    box-shadow: none;
    border-radius: 10px;
}


.section_offer_3,
.col-lg-3,
.col-lg-9 {
    float: right;
}


.offer_header {
    padding-bottom: 20px;
}

.offer_header img {
    width: 400px;
}

footer {
    padding: 2rem;
    text-align: center;
}

footer img {
    width: 300px;
}

@media screen and (min-width: 100px) and (max-width: 767px) {
    .newslater-area {
        background: transparent !important;
    }

    .form-title {
        font-size: 1.1rem;
    }

    .appointment-form {
        padding: 1rem;
    }

    .row {
        margin-right: -15px;
        margin-left: -15px;
    }
}

section {
    height: auto !important
}

.text-center {
    display: flex;
    justify-content: center;
}

h3 {
    text-align: center;
}

.button_submit {
    margin-bottom: 10px;
}