﻿.form-group_Wrapper {
    max-width: 100%;
    border-radius: 20px;
    padding: 16px;
    backdrop-filter: blur(30px);
    background: rgb(255 255 255 / 6%);
    border: 2px solid rgb(255 255 255 / 21%);
}

.from-group-input {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.justify-space-between {
    justify-content: space-between;
}

.input_check_box.justify-space-between input:checked ~ label:before {
    background-color: #8FBDAA;
}

.make-flex label.custom-control-label {
    color: #F7F5F0;
}

.login_input {
    color: var(--all-text-main);
    font-weight: 400;
    height: 56px;
    display: block;
    width: 100%;
    padding: 0 40px 0 10px;
    font-size: 15px;
    border-radius: 8px;
    border: 1px solid var(--border-color);
    background: #FFF;
}

.form-group_Wrapper .login_text {
    color: #F7F5F0;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
    text-align: center;
    margin-bottom: 16px;
}

.login_from {
    position: relative;
}

    .login_from .login_input {
        border: none;
        border-bottom: 2px solid rgb(255 255 255 / 38%);
        background: transparent;
        border-radius: 0;
        padding: 0 10px 0 36px;
        color: #fff;
    }

.login_button {
    font-weight: 700;
    font-size: 18px;
    text-align: center;
    display: block;
    cursor: pointer;
    border-radius: 3px;
    padding: 0px 20px;
    width: 100%;
    line-height: 50px;
    transition: all 0.3s;
    margin: 0px auto;
    border: none;
    text-transform: capitalize;
    position: relative;
    overflow: hidden;
    margin-top: 10px;
    background: #CFE3DC;
    color: #101E2F;
}



.h_buttton:hover::before, .h_buttton:hover {
    background: #B6D5C9;
    color: var(--all-text-main);
}

.login_from input.login_input::-moz-placeholder {
    color: #fff;
    opacity: 1;
}

.login_from input.login_input:-ms-input-placeholder {
    color: #fff;
}

.login_from input.login_input::-webkit-input-placeholder {
    color: #fff;
}

.login_from input:-webkit-autofill, .login_from input:-webkit-autofill:hover, .login_from input:-webkit-autofill:focus, .login_from input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0px 1000px #00000000 inset !important;
    -webkit-text-fill-color: #ffffff !important;
    transition: background-color 5000s ease-in-out 0s;
}



.btn-two-bg {
    background: var(--btn-two-bg);
}

.or {
    text-align: center;
    font-size: 15px;
    color: var(--all-text-main);
    font-weight: bold;
}

.login_input_icon, .email_icon, .phone_icon_l {
    position: absolute;
    top: 15px;
    left: 10px;
    background-position: -80px -3px;
    width: 21px;
    height: 21px;
    float: left;
}

.password_icon {
    background-position: -129px -4px;
}

.make-flex.input_check_box.justify-space-between a {
    color: #F7F5F0;
    font-size: 16px;
    font-weight: 400;
}

.sidebar_loginform {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.sidebar_login_first .sidebar_login_body_title {
    font-weight: 600;
    font-size: 21px;
    text-align: left;
    color: #000;
}

.sidebar_loginform_float_two {
    display: flex;
    column-gap: 10px;
}

.sidebar_floating-label {
    flex: 1;
    position: relative;
}

.sidebar_loginform_social li a {
    display: flex;
    justify-content: center;
    column-gap: 10px;
    padding: 10px 10px;
    align-items: center;
    font-weight: 600;
    font-size: 16px;
    border: 1px solid var(--btn-bg);
    width: 100%;
    border-radius: 8px;
}

.google_icon {
    background-position: -3px -393px;
}

.sidebar_floating-label.Country_code {
    max-width: 110px;
}

.select_code {
    line-height: 32px;
    position: absolute;
    width: 110px;
    z-index: 1;
    background: #fff;
    color: #7E8389;
    font-size: 16px;
    padding: 10px 18px;
    height: 56px;
    background-color: #ffffff;
    border-radius: 8px 0px 0px 8px;
    border: 1px solid var(--border-color);
    pointer-events: none;
}
/**otp css*/
.sidebar_login_verifymobile {
    display: flex;
    flex-direction: column;
    gap: 15px;
    justify-content: center;
    align-items: center;
    padding-right: 15px;
}

.sidebar_login_verifymobile_title {
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    color: #000;
    text-align: center;
}

.sidebar_login_verifymobile p {
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    color: var(--all-text-main);
    margin-top: 0;
    margin-bottom: 33px;
}

.sidebar_login_verifymobile .otp_field {
    flex-direction: row;
    column-gap: 7px;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .sidebar_login_verifymobile .otp_field .otp-input {
        height: 50px;
        width: 50px;
        border-radius: 4px;
        outline: none;
        font-size: 24px;
        text-align: center;
        border: 1px solid var(--border-color);
    }

    .sidebar_login_verifymobile .otp_field .otp-input_emailMobileOTP {
        height: 45px;
        width: 42px;
        border-radius: 6px;
        outline: none;
        font-size: 1.125rem;
        text-align: center;
        border: 1px solid #ddd;
    }

.sidebar_login_verified {
    display: flex;
    column-gap: 10px;
}

    .sidebar_login_verified a {
        font-size: 14px;
        line-height: 21px;
        background: var(--btn-two-bg);
        color: #fff;
        padding: 5px 10px;
        border-radius: 6px;
        display: block;
    }

.sidebar_login_verifymobile .login_button {
    background: #fff;
    border: 1px solid var(--btn-two-bg);
    color: var(--btn-two-bg);
    line-height: 35px;
}

.input_check_box_div {
    margin-top: 24px;
}

    .input_check_box_div label {
        margin-bottom: 0;
        cursor: pointer;
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
        text-align: left;
        color: var(--all-text-main);
        padding-left: 0px;
    }
/**end*/
body.before_login .header_section {
    background: transparent;
    justify-content: center;
}

.header_block {
    position: fixed;
    top: 0;
    z-index: 9;
    left: 0;
    right: 0;
    transition: all 0.3s;
    background: transparent;
    box-shadow: var(--box-shadow);
}

    .header_block.darkHeader {
        background: #fff;
    }

        .header_block.darkHeader .profile_menu > li > a {
            color: var(--all-text-main);
        }

            .header_block.darkHeader .profile_menu > li > a.h_buttton {
                color: var(--color);
                background: var(--hover);
            }

.header_section {
    display: flex;
    justify-content: flex-start;
    transition: all 0.5s;
    max-width: 1330px;
    margin: 0 auto;
    align-items: center;
    padding: 8px 0px;
    width: calc(100% - 30px);
    column-gap: 25px;
}

.logo_section {
    min-width: 96px;
}

a.logo_display {
    display: flex;
    align-items: center;
    overflow: hidden;
    padding: 0;
}

    a.logo_display img {
        object-fit: contain;
        max-width: 96px;
        max-height: 44px;
        transition: all 0.5s;
        width: 100%;
    }



.menu_section {
    margin-left: auto;
}

.profile_menu {
    margin-bottom: 0;
    display: flex;
    align-items: center;
    column-gap: 20px;
    justify-content: flex-end;
}

    .profile_menu > li > a, .profile_menu li .link_triger {
        padding: 0px;
        font-size: 16px;
        color: var(--all-text-main);
        font-weight: var(--weight-400);
        position: relative;
        z-index: 1;
        white-space: nowrap;
        display: flex;
        align-items: center;
        column-gap: 5px;
        transition: all 0.3s;
        line-height: normal;
        cursor: pointer;
        padding-top:10px;
    }





        .profile_menu > li > a.h_buttton, .profile_menu > li > .link_triger.h_buttton {
            line-height: 46px;
            padding: 0 20px;
            box-sizing: border-box;
            border-radius: 3px;
            background: var(--btn-bg);
            display: flex;
            align-items: center;
            column-gap: 5px;
            overflow: hidden;
            position: relative;
            font-weight: 600;
            position: relative;
            border-radius: 5px;
            z-index: 1;
            color: var(--color);
            text-decoration: none;
            overflow: hidden;
        }


            
        .profile_menu > li > a.h_buttton.reg_btn {
                /*background: rgb(255 255 255 / 6%);*/
                color: #F7F5F0;
                backdrop-filter: blur(10px);
                border: 2px solid rgb(255 255 255 / 21%);
            }

                .profile_menu > li > a.h_buttton.reg_btn:hover {
                    background: #B6D5C9;
                    color: var(--all-text-main);
                }

.wallte_icon {
    width: 19px;
    height: 20px;
    background-position: -39px -4px;
}



.menu_left .profile_menu > li > a, .menu_left .profile_menu li .link_triger {
    background: transparent;
}

ul.dropdown-content.menu_search li a {
    display: flex;
    align-items: center;
    column-gap: 7px;
}

/*.best_offer {
    width: 24px;
    height: 24px;
    background-position: -0px -35px;
}

.best_offer {
    width: 24px;
    height: 24px;
    background-position: -0px -35px;
}

.whattup_icon {
    width: 24px;
    height: 24px;
    background-position: -37px -35px;
}
*/
.arrow_h_icon {
    width: 16px;
    height: 10px;
    background-position: -39px -40px;
}



.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background: #fff;
    min-width: 200px;
    top: 110%;
    right: 0;
    opacity: 0;
    visibility: hidden;
    padding: 10px;
    /*-webkit-transition: all 0.2s ease-out 0s;
    -moz-transition: all 0.2s ease-out 0s;
    -ms-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;*/
    z-index: 99;
    border-radius: 5px;
    box-shadow: var(--box-shadow);
}

.dropdown:hover .dropdown-content {
    opacity: 1;
    visibility: visible;
    top: 100%;
    display: block;
}

.dropdown-content-credit {
    width: 265px;
    padding: 0;
}

.dropdown-content > li {
    margin: 0;
    display: block;
    width: 100%;
    float: left;
}

    .dropdown-content > li > a {
        color: var(--all-text-main);
        text-decoration: none;
        display: block;
        line-height: 40px;
        padding: 0px 10px;
        -webkit-transition: 0.3s;
        transition: 0.3s;
        font-weight: 600;
        white-space: nowrap;
        cursor: pointer;
    }

        .dropdown-content > li > a:hover {
            padding-left: 15px;
            color: var(--hover);
        }

.help_iocn {
    width: 16px;
    height: 16px;
    background-position: -29px -10px;
}

.your_booking {
    width: 17px;
    height: 16px;
    background-position: -56px -10px;
}





.cart_icon, .bell_icon {
    position: relative;
    width: 35px;
    height: 30px;
    background-position: -498px -187px;
    line-height: inherit !important;
}

.bell_icon {
    background-position: -537px -187px;
    width: 30px;
}

.ticket_no {
    text-align: center;
    font-weight: 600;
    color: var(--all-text-third);
    text-decoration: underline;
    cursor: pointer;
}

.cartcount, .count_bell {
    position: absolute;
    top: -6px;
    z-index: 9;
    border-radius: 50%;
    color: var(--other-bg);
    right: 0px;
    width: 20px;
    height: 20px;
    text-align: center;
    border: 1px solid var(--btn-bg);
    line-height: 17px;
    background: #fff;
    border: 2px solid var(--btn-two-bg);
}



.guest_acc {
    display: flex;
    justify-content: center;
    column-gap: 15px;
    padding-top: 10px;
    border-top: 1px solid var(--border-color);
}





    .guest_acc a {
        line-height: 45px;
        padding: 0 20px;
        border-radius: 3px;
        transition: all 0.4s;
        white-space: nowrap;
        color: var(--color);
        position: relative;
        background: var(--btn-bg);
    }


/*login css*/
.modal-dialog-login {
    max-width: 435px;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}


input[type=number] {
    -moz-appearance: textfield;
}
/*start-css*/
/*credit*/
.Credit {
    padding: 0px 5px;
    background: var(--btn-bg);
    color: var(--color);
    display: flex;
    column-gap: 5px;
    align-items: center;
    justify-content: center;
    max-width: 215px;
    margin: 0 auto;
    line-height: 40px;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    position: relative;
}

.Credit_colord {
    padding: 10px;
}

i.fa.fa-refresh.refreshlimit {
    margin-left: 10px;
}

.fa-refresh:before {
    content: "\f021";
}

.Credit_color {
    padding: 15px;
    color: #000;
    display: flex;
    flex-direction: column;
    row-gap: 10px;
}

.Credit_dtl {
    display: block;
    width: 100%;
    line-height: 25px;
    padding: 0px;
    align-items: center;
    white-space: nowrap;
}

    .Credit_dtl span:last-child {
        float: right;
    }

ul.wallet_tab {
    display: flex;
}

    ul.wallet_tab li a {
        color: var(--Text-text-body, #2E2E32);
        /* Desktop/footnote L */
        font-size: 16px;
        font-style: normal;
        font-weight: var(--weight-700);
        line-height: 44px; /* 142.857% */
        display: block;
        text-align: center;
        border-radius: 5px;
        background: #F6F8FA;
    }

    ul.wallet_tab li {
        flex: 1;
    }

        ul.wallet_tab li.active a {
            background: #fff;
        }





/*cart css*/
.cart_drawer {
    position: fixed;
    width: 100%;
    top: 0;
    right: -465px;
    z-index: 999;
    background: #fff;
    transition: all 1s;
    padding: 15px;
    max-width: 465px;
    border-radius: 0px;
    box-shadow: 0px 8px 22px 0px rgba(0, 0, 0, 0.07);
    padding-bottom: 135px;
    bottom: 0;
}

.nocart {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    row-gap: 15px;
    font-size: 15px;
    font-weight: 600;
    text-align: center;
}

.cart_maincom {
    max-height: calc(100vh - 140px);
    overflow-x: auto;
}

.cart_none {
    font-size: 24px;
    padding: 0 10px;
    color: var(--all-text-sub);
    cursor: pointer;
}

.cart_title {
    color: var(--all-text-main);
    line-height: 40px;
    margin-bottom: 10px;
    display: flex;
    justify-content: space-between;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
}

.cart_opcity {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 99;
    visibility: hidden;
    background-color: rgba(0, 0, 0, 0.8);
}

.fa-shopping-cart {
    font-size: 30px;
}


    .fa-shopping-cart::before {
        content: "\f07a";
    }

.cart_block {
    display: flex;
    position: relative;
    padding: 8px;
    width: 100%;
    margin-bottom: 10px;
    background: var(--other-bg-light);
    border-radius: 8px;
    flex-direction: column;
}

.service_name_cart {
    color: var(--all-text-main);
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    margin-bottom: 5px;
}

.fa-trash-o:before {
    content: "\f014";
}

.trash-o-icon {
    width: 20px;
    height: 20px;
    background-position: -740px -154px;
    display: block;
}

.Service_wise_title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    color: var(--btn-two-bg);
    margin-bottom: 16px;
}

.removecartnew {
    font-size: 22px;
    color: red;
    font-weight: 600;
    cursor: pointer;
}

.cart-img {
    display: flex;
    width: 100%;
}

    .cart-img img {
        width: 100px;
        height: 134px;
        object-fit: cover;
        border-radius: 4px;
        flex-shrink: 0;
    }

.transfer-img {
    object-fit: contain !important;
}

.cart-img .cart_serviceName_fix {
    width: 100%;
    margin-left: 10px;
    font-weight: 400;
    font-size: 14px;
    position: relative;
    flex-direction: column;
    display: flex;
}

.cart-img .cart_serviceName .service_name_cart {
    width: 100%;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 13px;
    line-height: 15px;
}

.cart-img .cart_serviceName .service_detail {
    color: #7c7c7c;
    font-weight: 400;
    font-size: 12px;
}

.removecart {
    position: relative;
    float: right;
    color: #676767;
    cursor: pointer;
    font-weight: bold;
    font-size: 15px;
}

.service_price_cartnew {
    display: flex;
    font-weight: 600;
    font-size: 18px;
    padding-top: 16px;
    line-height: 25px;
    column-gap: 16px;
    justify-content: end;
}

.empty_cart {
    background: #f7f9fc;
    text-align: center;
    padding: 25px 5px;
}

.cart-fix-footer {
    width: 100%;
    position: absolute;
    bottom: 0;
    z-index: 2;
    left: 0;
    right: 0;
    padding: 20px;
    background: #fff;
}

.cartd_btn {
    display: flex;
    gap: 5px;
}

.cart_price_justi {
    display: flex;
    justify-content: space-between;
}

.cartd_btn .common_button {
    max-width: none;
    margin: initial;
    height: 48px;
    line-height: 48px;
    padding: 0;
}



.cancel_booking {
    font-size: 12px;
    text-align: right;
    display: block;
    margin-top: -6px;
    color: #000;
    position: relative;
    cursor: pointer;
}

    .cancel_booking .password_nofica {
        top: -40px;
        width: 225px;
    }

    .cancel_booking:hover .password_nofica, .login_btn:hover .password_nofica {
        opacity: 1;
    }

.password_nofica {
    width: 276px;
    position: absolute;
    top: -176px;
    z-index: 999;
    margin: 0 auto;
    left: 0;
    padding: 10px;
    border-radius: 7px;
    opacity: 0;
    color: #fff;
    background-color: #000;
    pointer-events: none;
    transition: 0.5s;
}

.cart_price_block {
    display: flex;
    font-size: 24px;
    font-weight: 600;
    justify-content: space-between;
    flex-direction: column;
    gap: 16px;
}

.cart_adults {
    display: flex;
    column-gap: 16px;
    margin-bottom: 5px;
}

.service_detail {
    margin-bottom: 5px;
    display: flex;
    gap: 5px;
    align-items: center;
}

.exchane_chnge_fli {
    background-position: -408px -172px;
    width: 35px;
    height: 20px;
}

.cart_duicon {
    width: 18px;
    height: 18px;
    background-position: -801px -156px;
}

.cart_add {
    display: flex;
    gap: 4px;
    align-items: center;
    color: var(--all-text-main);
}

.cart_faciliti {
    width: 16px;
    height: 17px;
}


.add_facilities {
    display: flex;
    position: relative;
    column-gap: 5px;
    align-items: center;
}

.facilities_div {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.cart_checkin_icon {
    background-position: -396px -6px;
}

.cart_room_icon {
    background-position: -129px -156px;
}

.cart_break_icon {
    background-position: -266px -155px;
}

.cart_s_div {
    display: flex;
    gap: 5px;
    align-items: center;
}

.cart_s_icon {
    width: 23px;
    height: 27px;
    display: none;
}

.cart_s_hotel {
    background-position: -668px -185px;
}

.cart_s_transfer {
    background-position: -698px -227px;
}

.cart_s_pkg {
    background-position: -768px -227px;
}

.cart_s_flight {
    background-position: -768px -187px;
}

.cart_s_tour {
    background-position: -654px -68px;
}
/*cart css end*/

.advanceCurrency {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    row-gap: 20px;
    column-gap: 5px;
}

.currencydrop .advanceCurrency li b {
    font-weight: bold;
}

.flag_country {
    min-width: 25px;
    height: 25px;
}

.flag_AED {
    background-position: -9px -193px;
}

.flag_EUR {
    background-position: -35px -193px;
}

.flag_GBP {
    background-position: -62px -193px;
}

.flag_OMR {
    background-position: -87px -193px;
}

.flag_SAR {
    background-position: -116px -193px;
}

.flag_USD {
    background-position: -143px -193px;
}

.flag_QAR {
    background-position: -170px -193px;
}

.flag_BHD {
    background-position: -197px -193px;
}

.flag_KWD {
    background-position: -224px -193px;
}

.currencydrop .advanceCurrency li {
    width: calc(100%/4 - 5px);
    line-height: 21px;
    text-align: left;
    display: flex;
    font-weight: 600;
    border-radius: 3px;
    align-items: center;
    gap: 5px;
    cursor: pointer;
    padding: 5px;
}

.text-left.font-sym {
    font-weight: 400;
    font-size: 11px;
    white-space: nowrap;
}

.currencydrop ul li.select_item {
    color: var(--active-menu);
    font-weight: 700;
    background: #eaf5ff;
}


/*cupon code*/
.coupon-row {
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 20px;
    font-weight: 600;
}


/*footer css*/
footer.footer-areawe {
    background: #08423c;
    padding: 50px 0 0px 0;
    color: var(--color);
    margin-top:30px;
}

.footer_bottom_detail {
    display: flex;
    justify-content: center;
    padding: 20px 0;
}

.foter_title {
    font-weight: 700;
    font-size: 20px;
    line-height: 20px;
    color: #fff;
    margin: 0px 0 15px 0;
    white-space: nowrap;
}

.footer_row {
    display: flex;
    gap: 10px;
    justify-content: space-between;
    flex-wrap: wrap;
}

.footer_col {
    flex: 1;
    max-width: 360px;
}

.footer_contact {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
    margin-top: 25px;
}

.contact_part a {
    color: var(--footer-text);
    white-space: nowrap;
}

.contact_part {
    display: flex;
    column-gap: 5px;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    color: var(--footer-text);
    align-items: flex-start;
}

.footer-bottom a {
    color: var(--btn-bg);
}

.contact_icon {
    width: 25px;
    height: 25px;
    position: relative;
    left: 0;
    min-width: 25px;
}

.address_icon {
    background-position: -183px -5px;
}

.phone_icon {
    background-position: -263px -2px;
}

.mail_icon {
    background-position: -223px -1px;
}

.usefull_link li a {
    position: relative;
    text-decoration: none;
    font-weight: 500;
    font-size: 14px;
    line-height: 26px;
    display: flex;
    align-items: flex-start;
    color: #F7F5F0;
    margin-bottom: 0;
}

.usefull_link {
    display: flex;
    column-gap: 50px;
    margin: 0;
    flex-direction: column;
}

    .usefull_link li {
    }

        .usefull_link li a:before {
            position: absolute;
            content: "";
            left: 0;
            width: 14px;
            height: 10px;
            background-position: -291px -91px;
            top: 8px;
            display: none;
        }

ul.resocial {
    display: flex;
    gap: 10px;
    margin: 0;
    flex-direction: column;
}

    ul.resocial a {
        display: flex;
        align-items: center;
        color: var(--footer-text);
        font-size: 14px;
        font-style: normal;
        font-weight: 600;
        column-gap: 10px;
        text-transform: uppercase;
    }

.f_social {
    width: 30px;
    height: 30px;
    position: relative;
}

.linkedin_icon {
    background-position: 0px -527px;
}

.facebook_icon {
    background-position: -1px -154px;
}

.youtube_icon {
    background-position: -1px -58px;
}

.snapchat_icon {
    background-position: -213px -247px;
}

.instagram_icon {
    background-position: -1px -347px;
}

.twitter_icon {
    background-position: -1px -108px;
}

.trip_icon {
    background-position: -9px -313px;
}


.payment_icon {
    width: 230px;
    height: 32px;
    background-position: -0px -309px;
}



.footer-bottom {
    line-height: 45px;
    font-weight: 600;
    font-size: 14px;
    color: var(--footer-text);
    margin-top: 140px;
}

.footer_main_con {
    display: flex;
    justify-content: space-between;
}

.footer-bottom {
    border-top: 1px solid var(--border-color);
}

/*footer end*/
.b2c_sign_ups {
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    text-align: center;
}

    .b2c_sign_ups a {
        color: var(--btn-two-bg);
    }

.eye_icon {
    background-position: -349px -120px;
    display: block;
    width: 22px;
    top: 19px;
}

.eye_icon_view {
    background-position: -317px -120px;
}

.toggle-password {
    display: flex;
    height: 20px;
    position: absolute;
    right: 10px;
}

.change_pass {
    box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
    padding: 16px;
    border-radius: 15px;
    max-width: 435px;
    margin: 0 auto;
}

.sec_mt {
    margin-top: 100px;
}

.change_pass h2 {
    color: var(--all-text-main);
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    border-bottom: 0;
    margin-top: 0;
}
.eye_icon {
    background-position: -397px -269px;
    display: block;
    width: 22px;
    top: 19px;
    filter: invert(1);
}

@media (max-width:991px) and (min-width:768px) {
    .header_section {
        column-gap: 10px;
    }

    .usefull_link {
        column-gap: 10px;
    }

    .login_drawer {
        position: fixed;
        width: 100%;
        top: 0;
        bottom: 0;
        right: -100%;
        z-index: 999;
        background: #fff;
        transition: all 0.5s;
        overflow: auto;
        max-height: 100%;
        display: block;
    }
}

@media (max-width:991px) {
    .cart_drawer {
        padding: 10px 10px;
        border-radius: 0;
        padding-bottom: 110px;
    }

    .cart_title {
        margin-bottom: 10px;
        font-size: 18px;
    }

    .cart_block {
        flex-direction: column;
    }

    .cartd_btn .common_button {
        height: 36px;
        line-height: 36px;
    }

    .cart-fix-footer {
        padding: 0 10px 10px;
    }

    .cart_price_block {
        font-size: 18px;
        gap: 10px;
    }

    .one_way_trip.build_flight {
        flex-wrap: wrap;
    }

    footer.footer-areawe {
        padding: 20px 0 0px 0;
    }

    .service_menu > li > a {
        font-weight: 500;
        font-size: 14px;
        column-gap: 1px;
        line-height: 35px;
        border-radius: 4px;
        border: none;
    }

    .menu_icon {
        transform: scale(0.7);
    }

    .service_menu {
        column-gap: 10px;
        padding: 0px 0;
    }

    span.common_icon.login_toggel {
        width: 24px;
        height: 21px;
        display: block;
        background-position: -568px -196px;
    }

    .login_drawer {
        position: fixed;
        width: 100%;
        top: 0;
        bottom: 0;
        right: -100%;
        z-index: 999;
        background: #fff;
        transition: all 0.5s;
        overflow: auto;
        max-height: 100%;
    }

    .mobile_dr_close {
        position: relative;
        text-align: right;
        display: block;
        width: 100%;
        cursor: pointer;
        font-size: 30px;
        padding-right: 15px;
    }

    .side_d_menu {
        font-size: 14px;
        display: flex;
        flex-direction: column;
        row-gap: 15px;
        font-weight: 500;
        padding-bottom: 20px;
    }

    .welcome_text {
        font-size: 18px;
        line-height: 40px;
        font-weight: 600;
        color: var(--all-text-main);
        white-space: nowrap;
        overflow: hidden;
        max-width: 100%;
        text-overflow: ellipsis;
        padding: 0 15px;
        /* margin-bottom: 15px; */
    }

    .side_d_menu ul, .side_d_menu .mobile_menu_list {
        padding: 0 15px;
        display: flex;
        row-gap: 20px;
        flex-direction: column;
        margin: 0;
    }

    .space_di_block {
        display: flex;
        align-items: center;
        column-gap: 11px;
        width: 100%;
        background-color: transparent;
        border: none;
        padding: 0;
        color: var(--all-text-main);
    }

        .space_di_block .last_right {
            margin-left: auto;
            font-weight: 600;
        }

    .all_m_icon {
        width: 26px;
        height: 20px;
    }

    .lang_show_iocn {
        background-position: -83px -374px;
    }

    .currancy_d_icon {
        background-position: -122px -374px;
    }

    .my_booking {
        background-position: -188px -376px;
    }

    .my_wallet {
        background-position: -227px -375px;
    }

    .my_ticket {
        background-position: -122px -374px;
    }

    .my_account {
        background-position: -158px -375px;
    }

    .my_report {
        background-position: -207px -425px;
    }

    .my_signout {
        background-position: -260px -376px;
    }

    .my_faq {
        background-position: -92px -426px;
    }

    .my_contact {
        background-position: -124px -425px;
    }

    .my_privacy {
        background-position: -164px -425px;
    }

    .my_terms {
        background-position: -207px -425px;
    }

    .my_about {
        background-position: -284px -427px;
    }

    .my_partner {
        background-position: -250px -425px;
    }

    .m_s_line {
        min-height: 1px;
        height: 1px;
        background: #e5e5e5;
        width: 100%;
    }

    .m_small_title {
        font-size: 13px;
        line-height: normal;
        font-weight: 600;
        color: rgb(112, 112, 112);
        padding: 0px 15px;
    }


    .side_d_menu .mobile_s_menu {
        row-gap: 5px;
    }

    .side_d_menu .menu_icon {
        transform: scale(0.67);
        margin-left: -9px;
    }

    ul.mobile_s_menu li a, .side_d_menu .mobile_menu_list li a {
        display: flex;
        align-items: center;
        width: 100%;
        background-color: transparent;
        border: none;
        padding: 0;
        color: var(--all-text-main);
        column-gap: 7px;
    }

    .best_offer {
        width: 30px;
        height: 35px;
        background-position: -3px -33px;
    }

    .sign_out {
        display: flex;
        align-items: center;
        width: 100%;
        background-color: transparent;
        border: none;
        color: var(--all-text-main);
        column-gap: 7px;
        padding: 0px 15px 10px 15px;
    }

    .profile_menu > li > .h_buttton.reg_btn {
        line-height: 35px;
        padding: 0 7px;
        font-size: 13px;
    }

    .logo_display img {
        max-width: 100px;
        max-height: 27px;
    }

    .before_login a.logo_display img {
        max-width: 100px;
        max-height: 80px;
    }

    .profile_menu .dropdown-content {
        right: -35px;
    }


    .currencydrop .advanceCurrency li {
        width: calc(100% / 1 - 5px);
    }

    .footer_row {
        gap: 20px;
        flex-direction: column;
        align-items: flex-start;
    }

    .usefull_link li a {
        font-weight: 400;
        font-size: 14px;
    }

    .partnerlogo {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .footer-bottom {
        line-height: 20px;
        font-weight: 500;
        font-size: 11px;
        margin-top: 10px;
        padding: 5px 0;
    }

    .usefull_link {
        flex-direction: column;
    }

    .header_section {
        column-gap: 10px;
        padding: 16px 0px;
    }

    .profile_menu > li > a, .profile_menu li .link_triger {
        padding: 0px 5px;
    }
}
