/* 

1. Add your custom Css styles below
2. Place the this code in your template: 

 <link href="css/custom.css" rel="stylesheet">

*/
.lang_ar p,
.lang_ar .about p {
    text-align: right !important;
    line-height: 2 !important;
}

.lang_ar .direction_independent {
    direction: ltr;
}

.wizard .actions>ul {
    display: inline-block;
    float: none;
    padding: 0;
    margin: 0 !important;
    width: 100%;
}

.wizard>.steps ul,
.wizard>.steps ul li {
    padding-left: 0 !important;
}

.wizard>.steps ul li a {
    background-color: transparent !important;
    color: #000 !important;
}

.wizard>.steps ul li.current a {
    border-bottom: 3px solid #000 !important;
}

.wizard>.steps ul li.current.error a {
    border-bottom: 3px solid #e71818 !important;
}

.wizard .actions>ul>li:first-child {
    margin: 0;
    float: left !important;
}

.wizard .actions>ul>li {
    float: right;
}

.example_modal_header {
    position: relative;
}

.booking_form_wrapper {
    background: #ffffffd9;
    padding: 40px;
    border-radius: 10px;
    margin: 0 auto;
}

.example_modal_close {
    position: absolute;
    color: #fff;
    width: 10px;
    height: 10px;
    z-index: 9;
    right: 20px;
    top: 16px;
    background-color: #e73434;
    padding: 5px !important;
    font-weight: 600;
    font-size: 15px;
    opacity: 1;
}

span.booking_form_response {
    color: #000;
    margin: 10px 0;
    display: block;
    font-weight: bold;
}

span.booking_form_response.error {
    color: red;
    padding: 10px 0;
    display: block;
}

input[type="number"].otp-input::-webkit-outer-spin-button,
input[type="number"].otp-input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type="number"].otp-input {
    -moz-appearance: textfield;
}

/* IE 10+ */
input[type="number"].otp-input {
    -ms-appearance: textfield;
}

.hidden {
    display: none !important;
}

.pr-0 {
    padding-right: 0;
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
    content: "\f00d";
}

.thanks-error {
    background-color: red;
    color: #fff;
    display: inline-grid;
    width: 40px;
    align-items: center;
    height: 40px;
    border-radius: 50%;
    font-size: 25px;
}

h3.popover-header {
    padding: 0;
    text-align: center;
}

h3.popover-header button {
    border: none;
    background: transparent;
}

div#booking_time-picker-content a.btn.btn-link.px-1.mx-0.chevron-btn {
    padding: 0;
    font-size: 12px;
}

div#booking_time-picker-content button.btn.btn-secondary.mx-1.cancel-btn {
    padding: 10px;
}

div#booking_time-picker-content button.btn.btn-primary.mx-1.submit-btn {
    padding: 10px;
}

div#booking_time-picker-content button.btn.meridiem-btn.border-light {
    padding: 10px;
}

input#booking_time {
    width: 100%;
}

div#booking_time-picker-content .form-control.text-center {
    padding: 0;
    width: 50px;
}

#booking_time {
    width: 100%;
}

/* .loading_wrapper {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 99999;
    top: 0;
    left: 0;
    background: rgba(0,0,0,.7);
}
.loading_wrapper img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
} */
select.monthselect {
    min-height: 30px;
}

select.yearselect {
    min-height: 30px;
}

.holder {
    position: fixed;
    left: 0px;
    top: 0px;
    bottom: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    background: rgba(45, 47, 72, .7);
    z-index: 999;
}

.preloader {
    /* size */
    width: 100px;
    height: 100px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    animation: rotatePreloader 2s infinite ease-in;
}

@keyframes rotatePreloader {
    0% {
        transform: translateX(-50%) translateY(-50%) rotateZ(0deg);
    }

    100% {
        transform: translateX(-50%) translateY(-50%) rotateZ(-360deg);
    }
}

.preloader div {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.preloader div:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 0%;
    width: 10%;
    height: 10%;
    background-color: #ffffff;
    transform: translateX(-50%);
    border-radius: 50%;
}

.preloader div:nth-child(1) {
    transform: rotateZ(0deg);
    animation: rotateCircle1 2s infinite linear;
    z-index: 9;
}

@keyframes rotateCircle1 {
    0% {
        opacity: 0;
    }

    0% {
        opacity: 1;
        transform: rotateZ(36deg);
    }

    7% {
        transform: rotateZ(0deg);
    }

    57% {
        transform: rotateZ(0deg);
    }

    100% {
        transform: rotateZ(-324deg);
        opacity: 1;
    }
}

.preloader div:nth-child(2) {
    transform: rotateZ(36deg);
    animation: rotateCircle2 2s infinite linear;
    z-index: 8;
}

@keyframes rotateCircle2 {
    5% {
        opacity: 0;
    }

    5.0001% {
        opacity: 1;
        transform: rotateZ(0deg);
    }

    12% {
        transform: rotateZ(-36deg);
    }

    62% {
        transform: rotateZ(-36deg);
    }

    100% {
        transform: rotateZ(-324deg);
        opacity: 1;
    }
}

.preloader div:nth-child(3) {
    transform: rotateZ(72deg);
    animation: rotateCircle3 2s infinite linear;
    z-index: 7;
}

@keyframes rotateCircle3 {
    10% {
        opacity: 0;
    }

    10.0002% {
        opacity: 1;
        transform: rotateZ(-36deg);
    }

    17% {
        transform: rotateZ(-72deg);
    }

    67% {
        transform: rotateZ(-72deg);
    }

    100% {
        transform: rotateZ(-324deg);
        opacity: 1;
    }
}

.preloader div:nth-child(4) {
    transform: rotateZ(108deg);
    animation: rotateCircle4 2s infinite linear;
    z-index: 6;
}

@keyframes rotateCircle4 {
    15% {
        opacity: 0;
    }

    15.0003% {
        opacity: 1;
        transform: rotateZ(-72deg);
    }

    22% {
        transform: rotateZ(-108deg);
    }

    72% {
        transform: rotateZ(-108deg);
    }

    100% {
        transform: rotateZ(-324deg);
        opacity: 1;
    }
}

.preloader div:nth-child(5) {
    transform: rotateZ(144deg);
    animation: rotateCircle5 2s infinite linear;
    z-index: 5;
}

@keyframes rotateCircle5 {
    20% {
        opacity: 0;
    }

    20.0004% {
        opacity: 1;
        transform: rotateZ(-108deg);
    }

    27% {
        transform: rotateZ(-144deg);
    }

    77% {
        transform: rotateZ(-144deg);
    }

    100% {
        transform: rotateZ(-324deg);
        opacity: 1;
    }
}

.preloader div:nth-child(6) {
    transform: rotateZ(180deg);
    animation: rotateCircle6 2s infinite linear;
    z-index: 4;
}

@keyframes rotateCircle6 {
    25% {
        opacity: 0;
    }

    25.0005% {
        opacity: 1;
        transform: rotateZ(-144deg);
    }

    32% {
        transform: rotateZ(-180deg);
    }

    82% {
        transform: rotateZ(-180deg);
    }

    100% {
        transform: rotateZ(-324deg);
        opacity: 1;
    }
}

.preloader div:nth-child(7) {
    transform: rotateZ(216deg);
    animation: rotateCircle7 2s infinite linear;
    z-index: 3;
}

@keyframes rotateCircle7 {
    30% {
        opacity: 0;
    }

    30.0006% {
        opacity: 1;
        transform: rotateZ(-180deg);
    }

    37% {
        transform: rotateZ(-216deg);
    }

    87% {
        transform: rotateZ(-216deg);
    }

    100% {
        transform: rotateZ(-324deg);
        opacity: 1;
    }
}

.preloader div:nth-child(8) {
    transform: rotateZ(252deg);
    animation: rotateCircle8 2s infinite linear;
    z-index: 2;
}

@keyframes rotateCircle8 {
    35% {
        opacity: 0;
    }

    35.0007% {
        opacity: 1;
        transform: rotateZ(-216deg);
    }

    42% {
        transform: rotateZ(-252deg);
    }

    92% {
        transform: rotateZ(-252deg);
    }

    100% {
        transform: rotateZ(-324deg);
        opacity: 1;
    }
}

.preloader div:nth-child(9) {
    transform: rotateZ(288deg);
    animation: rotateCircle9 2s infinite linear;
    z-index: 1;
}

@keyframes rotateCircle9 {
    40% {
        opacity: 0;
    }

    40.0008% {
        opacity: 1;
        transform: rotateZ(-252deg);
    }

    47% {
        transform: rotateZ(-288deg);
    }

    97% {
        transform: rotateZ(-288deg);
    }

    100% {
        transform: rotateZ(-324deg);
        opacity: 1;
    }
}

.preloader div:nth-child(10) {
    transform: rotateZ(324deg);
    animation: rotateCircle10 2s infinite linear;
    z-index: 0;
}

@keyframes rotateCircle10 {
    45% {
        opacity: 0;
    }

    45.0009% {
        opacity: 1;
        transform: rotateZ(-288deg);
    }

    52% {
        transform: rotateZ(-324deg);
    }

    102% {
        transform: rotateZ(-324deg);
    }

    100% {
        transform: rotateZ(-324deg);
        opacity: 1;
    }
}

.no_color_icon i {
    color: #000 !important;
    background: transparent !important;
}

.order-summary .text-end {
    font-weight: bold;
}

.body_inner_ar #booking_emirate,
.body_inner_ar #booking_package_type,
.body_inner_ar #booking_package {
    padding-right: 40px;
}

.daterangepicker .drp-buttons {
    display: none !important;
}

a.float.bounce {
    transition: all .5s ease-in-out;
}

a.float.bounce:hover {
    color: #fff;
    opacity: .7;
}

.padding_right_10 {
    padding-right: 10px !important;
}

.uppercase_letter {
    text-transform: uppercase !important;
}

#verify_phone_number_button {
    margin: 30px auto 0;
    display: table;
}

#booking_phone_number_verify {
    width: 100%;
    max-width: 250px;
    margin: 0 auto;
    text-align: center;
    padding-left: 25px;
    letter-spacing: 2px;
    font-weight: bold;
    font-size: 14px;
    color: #5e5c5c;
    direction: ltr;
}

.section_center_div {
    margin: 0 auto;
}

.blog_listing_page .post-video {
    min-height: 250px;
    overflow: hidden;
    max-height: 250px;
}

.blog_listing_page .post-image {
    min-height: 250px;
    max-height: 250px;
    overflow: hidden;
}

.blog_listing_page .post-item-description {
    min-height: 300px;
    max-height: 300px;
}

.sticky-active .header-inner.other_page_head {
    background-color: #333333 !important;
}

.payment_method_options {
    padding: 10px 20px 5px 40px;
    margin-bottom: 5px;
    min-width: 320px;
    cursor: pointer;
}

/* .footer_image_payment img {
    position: absolute;
    right: 100px;
    height: 40px;
    top: 18px;
} */
@media (min-width: 1400px) {
    div#mainMenu .container {
        max-width: 1141px !important;
    }
}

@media (min-width: 767px) {

    .padding_left_0 {
        padding-left: 0 !important;
    }
}

@media (min-width: 992px) {

    .index_body_inner_ar .header-extras,
    .index_body_inner_ar #mainMenu {
        float: right !important;
    }

    /* .footer_image_payment img {
        position: absolute;
        right: 50px;
        height: 30px;
        top: 25px;
    } */
}

@media screen and (min-width:992px) and (max-width:1400px) {

    #header[data-fullwidth="true"] .header-inner .container,
    #header[data-fullwidth="true"] #header-wrap .container {
        max-width: 100% !important;
    }
}

@media (max-width: 992px) {
    .body_inner_ar .offset-lg-2.booking_form_wrapper {
        margin-right: 8% !important;
        margin-left: 8% !important;
    }

    .steps.clearfix ul li {
        display: none !important;
    }

    .steps.clearfix ul li.current {
        display: contents !important;
    }

    .wizard .actions {
        padding-right: 20px;
        padding-left: 20px;
    }

    .float {
        bottom: 9px;
        left: 5px;
    }

    .responsive_p-t-50 {
        padding-top: 50px !important;
    }

    .responsive_p-t-100 {
        margin-top: 100px;
    }

    #footer .copyright-content {
        min-height: 70px;
        padding: 20px 0;
        background-color: #f1f1f3;
    }

    .body_inner_ar .header-inner {
        position: absolute;
    }

    .body_inner_ar .header-extras,
    .body_inner_ar #mainMenu {
        float: left !important;
    }
}

a.home_page_order_now_button.body_inner_ar {
    letter-spacing: 0px !important;
}

.body_inner_ar .heading-text.heading-section h2 {
    letter-spacing: 0px !important;
}

.body_inner_ar div#mainMenu .container nav ul li a {
    letter-spacing: 0px !important;
}

.footer_image_payment ul {
    margin: 0;
    padding: 0;
}

.footer_image_payment {
    position: absolute;
    width: 220px;
    right: 60px;
    height: 40px;
    top: 15px;
    z-index: 10;
}

.footer_image_payment ul li {
    list-style: none;
    margin: 0;
    padding: 0;
    float: left;
}

.footer_image_payment ul li img {
    width: 40px;
    margin: 0 10px 0 0;
}

@media (max-width: 767px) {
    .body_inner_ar .plan-header .text-muted {
        text-align: center !important;
    }
    .footer_image_payment {
        position: absolute;
        left: 50%;
        height: 30px;
        top: 35px;
        transform: translateX(-50%);
        width: 165px;
    }

    .footer_image_payment ul li img {
        width: 30px;
        margin: 0 10px 0 0;
    }

    .copyright-content {
        padding-top: 10px !important;
    }

    .plan.featured .plan-header {
        padding-top: 50px !important;
    }

    .contact-style-one-info li i {
        width: 25px;
        height: 25px;
        margin-right: 10px;
        font-size: 18px;
    }

    #footer {
        line-height: 20px;
    }

    #footer .copyright-content {
        font-size: 12px;
    }

    .footer_image_payment {
        top: 33px;
    }
}

@media (max-width: 550px) {
    .owl_car_wrapper .item h4 {
        max-width: 75%;
        margin: 0 auto;
        width: 100%;
    }

    .plan.featured .plan-header {
        padding-top: 50px !important;
    }

    .contact-style-one-info li i {
        width: 20px;
        height: 20px;
        margin-right: 10px;
        font-size: 18px;
    }

    .contact-style-one-info li h5 {
        line-height: 25px;
    }

    .contact-style-one-info li a {
        font-size: 14px;
    }

    .body_inner_ar .direction_independent_ .icon {
        margin-left: 12px !important;
    }

    .booking_form_wrapper {
        padding: 20px;
    }
}

.body_inner_ar .booking_payment_option {
    float: right !important;
    margin-left: 10px !important;
}

.body_inner_ar .payment_method_options {
    padding: 10px 0 5px 40px !important;
    margin-right: 0 !important;
}

.body_inner_ar .row.responsive_padding_right_15 {
    padding-right: 15px;
}

.language_dropdown_menu ul li span {
    line-height: 26px;
    white-space: nowrap;
    display: block;
    padding: 2px 8px;
    color: #3c4043;
    cursor: pointer;
}

@media (max-width: 430px) {
    .contact-style-one-info li i {
        width: 15px;
        height: 15px;
        font-size: 16px;
    }

    .contact-style-one-info li a {
        font-size: 14px;
        letter-spacing: 0;
    }

    .direction_independent_ {
        padding: 0;
    }
}

@media (max-width: 370px) {
    .contact-style-one-info li i {
        width: 14px;
        height: 14px;
        font-size: 14px;
    }

    .contact-style-one-info li a {
        font-size: 14px;
        letter-spacing: 0;
    }

    .wizard .actions>ul li a {
        padding: 0 15px !important;
    }
}

.body_inner_ar #header .header-inner #logo,
.body_inner_ar #header #header-wrap #logo {
    float: left;
}


.body_inner_ar #mainMenu {
    float: right !important;
}
.body_inner_ar .header-extras{
    float: right ;
}

.index_body_inner_ar #header .header-inner #logo,
.index_body_inner_ar #header #header-wrap #logo {
    float: left;
}

.body_inner_ar .post-item {
    float: right !important;
    height: auto;
    padding: 0 0 20px 0;
    position: relative !important;
    left: auto !important;
    top: auto !important;
}

.contact_page_info_head {
    font-weight: bold !important;
}

.contact_page_info_data {
    font-weight: 300 !important;
}

.payment_method_options {
    border: 2px solid transparent;
    padding: 10px;
    border-radius: 5px;
    cursor: pointer;
    transition: border-color 0.3s;
    position: relative;
    margin-bottom: 10px;
    width: 100%;
}

.payment_method_options::after {}

.booking_payment_option:checked~.form-check-label {
    /* border: none !important;  */
    /* background-color: #f1f1f1;  */
}

.payment_method_options .booking_payment_option {
    /* opacity: 0; */
}

.payment_method_options .form-check-label:hover {
    /* background-color: #f1f1f1;  */
}

.body_inner_ar .payment_method_options .form-check-label {
    right: 30px;
    background-position: left center;
}

.body_inner_en .payment_method_options .form-check-label {
    left: 15px;
    background-position: right center;
}

.payment_method_options .form-check-label {
    content: '';
    position: absolute;
    width: 100%;
    /* height: 75px; */
    z-index: 9;
    display: table;
    background-repeat: no-repeat;
    top: 50%;
    transition: all .5s ease-in-out;
    transform: translateY(-50%);
}

#booking_payment_option_1_label .form-check-label {
    background-image: url('../images/online_payment.png');
    background-size: 95px;
}

#booking_payment_option_2_label .form-check-label {
    background-image: url('../images/cod_image.png');
    background-size: 35px;
}
