﻿
.buy-now.left.ui-draggable {
    position: initial !important;
} 
.header_block {
    position: fixed;
    top: 0;
    z-index: 9;
    left: 0;
    right: 0;
    /* transition: all 0.5s; */
    background: var(--top-header);
    box-shadow: var(--box-shadow);
}

.darkHeader {
    background: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .12);
}

.header_section {
    display: flex;
    justify-content: flex-start;
    border-radius: 0;
    transition: all 0.5s;
    min-height: 80px;
    max-width: 1330px;
    margin: 0 auto;
    align-items: center;
    padding: 10px 0px;
    width: calc(100% - 15px);
    column-gap: 25px;
}

.logo_section {
    min-width: 70px;
}

a.logo_display {
    display: flex;
    align-items: center;
    overflow: hidden;
    padding: 0;
}

    a.logo_display img {
        transition: all 0.5s;
    }

.menu_section {
    margin-left: auto;
}

.profile_menu {
    margin-bottom: 0;
    display: flex;
    align-items: center;
    column-gap: 15px;
    justify-content: flex-end;
}

    .profile_menu > li > a, .profile_menu li .link_triger {
        padding: 0px;
        font-size: 14px;
        color: var(--top-header-text);
        font-weight: 400;
        position: relative;
        z-index: 1;
        white-space: nowrap;
        display: flex;
        align-items: center;
        column-gap: 5px;
        transition: all 0.3s;
        line-height: 33px;
        cursor: pointer;
    }

        .profile_menu > li > a:hover, .profile_menu li .link_triger:hover {
            color: var(--active-menu);
        }

        .profile_menu > li > a.h_buttton, .profile_menu > li > .link_triger.h_buttton {
            line-height: 40px;
            padding: 0 20px;
            box-sizing: border-box;
            border-radius: 3px;
            background: var(--btn-bg);
            display: flex;
            align-items: center;
            column-gap: 5px;
            color: #fff;
            overflow: hidden;
            position: relative;
        }

    .profile_menu > li > .h_buttton.reg_btn {
        color: var(--all-text-main);
        line-height: 38px;
        padding: 0 24px;
        border-radius: 25px;
        font-weight: 600;
        border: 1px solid var(--btn-two-bg);
        background: none;
    }

    .profile_menu > li > a.partner_login {
        line-height: 46px;
        border-radius: 8px;
        border: 1px solid var(--btn-two-bg);
        font-weight: 600;
        padding: 0 32px;
        color: var(--btn-two-bg);
    }

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;
}



.whattup_icon {
    width: 24px;
    height: 24px;
    background-position: -37px -35px;
}

.arrow_h_icon {
    width: 16px;
    height: 10px;
    background-position: -7px -102px;
}

.reg_icon, .partner_icon {
    background-position: 107px -131px;
    width: 24px;
    height: 24px;
}

.partner_icon {
    background-position: -77px -35px;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: block;
    position: absolute;
    background: #fff;
    min-width: 200px;
    top: 110%;
    right: 0;
    opacity: 0;
    visibility: hidden;
    padding: 10px;
    -webkit-transition: all 0.4s ease-out 0s;
    -moz-transition: all 0.4s ease-out 0s;
    -ms-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
    z-index: 99;
    border-radius: 8px;
    box-shadow: var(--box-shadow);
    max-width: fit-content;
}

.dropdown:hover .dropdown-content {
    opacity: 1;
    visibility: visible;
    top: 100%;
}

.dropdown-content-credit {
    width: 257px;
    max-width: max-content;
    padding: 15px 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: 24px;
    height: 24px;
    background-position: 309px -205px;
    transform: scale(1.2);
}

@media (hover: hover) and (pointer: fine) {
   /*  Only apply hover styles on devices that support hover (like desktop) */
    .usefull_link li a:hover {
        color: var(--active-menu);
    }
  /*   or whatever your hover effect is */
}

.cart_icon, .bell_icon {
    position: relative;
    width: 35px;
    height: 22px;
    background-position: -7px -14px;
    line-height: inherit !important;
}

.bell_icon {
    background-position: -97px 5px;
}

.ticket_no {
    text-align: center;
    font-weight: 600;
    color: var(--all-text-third);
    text-decoration: underline;
}

.cartcount, .count_bell {
    position: absolute;
    top: -11px;
    z-index: 9;
    border-radius: 50%;
    color: var(--footer-text);
    right: 0px;
    width: 18px;
    height: 18px;
    text-align: center;
    line-height: 16px;
    background: #fff;
    border: 1px solid var(--btn-two-bg);
    font-weight: 600;
    font-size: 13px;
}

.guest_acc {
    display: flex;
    justify-content: center;
    column-gap: 15px;
    padding-top: 10px;
    border-top: 1px solid var(--border-color);
}

    .guest_acc a:first-child {
        background: var(--btn-bg);
    }

    .guest_acc a:last-child {
        background: var(--btn-two-bg);
        color: var(--color-two);
    }

    .guest_acc a {
        line-height: 45px;
        padding: 0 20px;
        border-radius: 3px;
        transition: all 0.4s;
        white-space: nowrap;
        color: var(--color-two);
    }


/*header bottom menu*/
.header_menu {
    /* background: var(--bottom-header); */
}

.service_menu li {
    position: relative;
}

    .service_menu li .Upcoming_text {
        top: -18px;
        right: -8px;
    }

.Upcoming_text {
    position: absolute;
    top: -15px;
    right: 0;
    background: var(--btn-bg);
    color: var(--color-two);
    padding: 0px 10px;
    border-radius: 25px;
    font-size: 12px;
    font-weight: 600;
    line-height: 20px;
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.2);
}
.upcoming_disable a {
    pointer-events: none !important;
    cursor: not-allowed !important;
    opacity: 0.6;
}

.service_menu {
    margin-bottom: 0;
    display: flex;
    align-items: center;
    column-gap: 35px;
    padding: 10px 0;
}

    .service_menu > li > a {
        font-weight: 400;
        font-size: 16px;
        color: var(--all-text-main);
    }

    .service_menu li.Active a {
        color: var(--active-menu);
    }

.menu_icon {
    width: 30px;
    min-width: 30px;
    height: 30px;
}

.hotel_menu_icon {
    background-position: -110px -10px;
}


.fligt_hotel_menu_icon {
    background-position: -115px -132px;
}


.flight_menu_icon {
    background-position: -72px -11px;
}

.tour_menu_icon {
    background-position: -147px -11px;
}

.rent_menu_icon {
    background-position: -228px -134px;
}

.transfer_menu_icon {
    background-position: -190px -9px;
}

.package_menu_icon {
    background-position: -35px -10px;
}

.visa_menu_icon {
    background-position: -579px -48px;
}

.build_menu_icon {
    background-position: -282px -133px;
}

/*header bottom menu end*/
/*login css*/
.modal-dialog-login {
    max-width: 463px;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}


input[type=number] {
    -moz-appearance: textfield;
}
/*start-css*/
.sidebar_login_body {
    display: flex;
    align-items: center;
    flex-direction: column;
    overflow: auto;
    height: 100%;
    justify-content: center;
}

.sidebar_login_first, .sidebar_login_secound {
    width: 100%;
    display: flex;
    flex-direction: column;
    row-gap: 24px;
    /* padding: 25px 0; */
}

    .sidebar_login_first .sidebar_login_body_title {
        font-weight: 600;
        font-size: 21px;
        text-align: left;
        color: #000;
    }

.sidebar_login_body_des {
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    text-align: center;
    color: #646464;
    max-width: 300px;
    margin: 0 auto;
}


.sidebar_login_radiobtn {
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid rgb(238, 238, 238);
    max-width: fit-content;
    margin: 0 auto;
}

    .sidebar_login_radiobtn label {
        margin: 0;
        cursor: pointer;
        display: inline-block;
        font-weight: 500;
        font-size: 14px;
        line-height: 40px;
        padding: 0px 15px;
    }

    .sidebar_login_radiobtn input[type="radio"]:checked + label {
        color: var(--active-menu);
        border-bottom: 3px solid var(--active-menu);
        font-weight: 600;
    }

.sidebar_loginform_float_two {
    display: flex;
    column-gap: 10px;
}

.sidebar_floating-label {
    flex: 1;
    position: relative;
}

    .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;
}

.login_input {
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    color: var(--all-text-main);
    font-weight: 400;
    height: 56px;
    display: block;
    width: 100%;
    padding: 0 40px 0 10px;
    font-size: 16px;
    border-radius: 8px;
    border: 1px solid var(--border-color);
    background: #FFF;
}

.login_button {
    font-weight: 600;
    font-size: 16px;
    text-align: center;
    display: block;
    cursor: pointer;
    border-radius: 8px;
    color: #fff;
    padding: 0px 20px;
    width: 100%;
    line-height: 48px;
    transition: all 0.3s;
    margin: 0px auto;
    border: none;
    position: relative;
    overflow: hidden;
    background: var(--btn-two-bg);
}

.btn-two-bg {
    background: var(--btn-two-bg);
}

.or {
    text-align: center;
    color: var(--all-text-sub);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
}

.login_input_icon, .email_icon, .phone_icon_l {
    position: absolute;
    top: 15px;
    right: 10px;
    background-position: -452px -7px;
    width: 21px;
    height: 21px;
    float: left;
}

.password_icon {
    background-position: -39px -7px;
}

.phone_h_icon {
    background-position: -632px -8px;
}

.booking_re_icon {
    background-position: -547px -7px;
}

.sidebar_loginform {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.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-two-bg);
    width: 100%;
    border-radius: 8px;
}

.sidebar_loginform_social li {
    font-size: 16px;
    line-height: 21px;
    border-radius: 2px;
    color: var(--btn-two-bg);
    cursor: pointer;
    display: inline-block;
    width: 100%;
}

.sidebar_loginform_social {
    display: flex;
    gap: 10px;
}

.sidebar_loginform_info .custom-control-label a {
    color: var(--btn-two-bg);
    font-weight: 500;
}

.sidebar_login_verifymobile {
    display: flex;
    flex-direction: column;
    gap: 15px;
    justify-content: center;
    align-items: center;
}

.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;
    }

.f_social.google_icon {
    background-position: -301px -249px;
    width: 33px;
    height: 33px;
}

#signup .facebook_icon {
    background-position: -34px -400px;
}

.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;
}

.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;
}

.sidebar_login_verifymobile .resend {
    font-size: 18px;
    font-weight: 400;
    color: var(--all-text-sub);
    margin-top: 20px;
}
/*login End*/


/*cart css*/
.cart_drawer {
    position: fixed;
    width: 100%;
    top: 0;
    right: -465px;
    z-index: 999;
    background: #fff;
    transition: all 1s;
    padding: 24px 32px;
    max-width: 465px;
    border-radius: 16px 0px 0px 16px;
    box-shadow: 0px 8px 22px 0px rgba(0, 0, 0, 0.07);
    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 - 245px);
    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: 32px;
    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;
    border: 1px solid var(--btn-two-bg);
    padding: 8px;
    width: 100%;
    margin-bottom: 10px;
    background: #fff;
    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: -198px -211px;
    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: 85px;
        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: 10px;
    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: 0px 32px 32px;
    padding-top: 15px;
}

.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;
}

.Checkout_btn_side {
    background: var(--btn-two-bg);
    color: #fff;
}

.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: 164px -15px;
    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: 20px;
    height: 21px;
}

.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: -262px -14px;
}
.cart_time_icon {
    background-position: 103px -94px;
}

.cart_room_icon {
    background-position: -294px -14px;
}
.cart_break_icon {
    background-position: 97px -14px;
}

.cart_s_div {
    display: flex;
    gap: 5px;
    align-items: center;
    text-transform: uppercase;
}

.cart_s_icon {
    width: 31px;
    height: 27px;
}

.cart_s_hotel {
    background-position: -116px -12px;
}

.cart_s_transfer {
    background-position: -189px -12px;
}

.cart_s_pkg {
    background-position: -39px -11px;
}

.cart_s_flight {
    background-position: -75px -12px;
}

.cart_s_tour {
    background-position: -147px -11px;
}

/*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_MYR {
    background-position: -9px -300px;
}

.flag_AED {
    background-position: -43px -302px;
}
.flag_EUR {
    background-position: -75px -302px;
}

.flag_GBP {
    background-position: -108px -302px;
}

.flag_OMR {
    background-position: -142px -302px;
}

.flag_SAR {
    background-position: -174px -302px;
}

.flag_USD {
    background-position: -207px -302px;
}

.flag_QAR {
    background-position: -241px -302px;
}

.flag_BHD {
    background-position: -274px -302px;
}

.flag_KWD {
    background-position: -306px -302px;
}


.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;
    background: #f4f4f4;
}

.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: var(--footer-bg);
    padding-top: 160px;
    color: var(--color);
    margin-top: 60px;
}

.foter_title {
    line-height: 20px;
    color: var(--all-text-main);
    margin: 0px 0 20px 0;
    white-space: nowrap;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
}

.footer_row {
    display: flex;
    gap: 60px;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-top: 40px;
}

.footer_col {
    flex: 1;
    max-width: fit-content;
}

.footer_contact {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
}

.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);
    max-width: 350px;
}

.footer-bottom a {
    color: var(--color-two);
}

.contact_icon {
    width: 20px;
    height: 25px;
    position: relative;
    left: 0;
    min-width: 20px;
}

.address_icon {
    background-position: -212px -97px;
}

.phone_icon {
    background-position: -241px -97px;
}

.mail_icon {
    background-position: -272px -97px;
    height: 19px;
}

.usefull_link li a {
    position: relative;
    text-decoration: none;
    line-height: 30px;
    display: flex;
    color: var(--all-text-main);
    margin-bottom: 0;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    gap: 10px;
    align-items: center;
}

.footer_link_icon {
    height: 9px;
    width: 12px;
    background-position: -184px -102px;
}

.usefull_link {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    margin: 0;
    padding: 0;
    list-style: none;
}

    .usefull_link li {
         width: calc(100%); 
    }

        .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;
    flex-direction: column;
}

    ul.resocial a {
        display: flex;
        align-items: center;
        color: var(--color);
        font-size: 14px;
        font-style: normal;
        font-weight: 600;
        column-gap: 10px;
        text-transform: capitalize;
    }

.f_social {
    width: 27px;
    height: 27px;
    position: relative;
}

.linkedin_icon {
    background-position: 2px -364px;
}

.facebook_icon {
    background-position: -8px -206px;
}

.youtube_icon {
    background-position: -85px -206px;
}

.snapchat_icon {
    background-position: -213px -247px;
}

.instagram_icon {
    background-position: -47px -206px;
}

.tiktok_icon {
    background-position: -284px -206px;
}

.twitter_icon {
    background-position: -124px -206px;
}

.trip_icon {
    background-position: -9px -313px;
}


.partnerlogo {
    margin-top: 30px;
    max-width: 227px;
    margin-bottom: 70px;
}

    .partnerlogo img {
        width: 100%;
        height: auto;
        object-fit: contain;
    }

.payment_icon {
    width: 280px;
    height: 43px;
    background-position: -9px -246px;
}
.footer_logo a {
    display: block;
}
.foot_logo_bottom {
    display: flex;
    height: 85%;
    flex-direction: column;
    justify-content: space-between;
    max-width: fit-content;
}
    .foot_logo_bottom p {
        font-size: 18px;
        font-weight: 500;
        color: var(--all-text-main);
        text-align: center;
    }
.iosapp_icon {
    width: 140px;
    height: 43px;
    background-position: -159px -230px;
}

.androidapp {
    width: 140px;
    height: 43px;
    background-position: -5px -230px;
}

ul.app_logo {
    display: flex;
    gap: 10px;
}

.footer-bottom {
    line-height: 45px;
    font-weight: 400;
    font-size: 14px;
    color: var(--color-two);
    margin-top: 40px;
    background: var(--btn-two-bg);
}

.footer-bottom {
    border-top: 1px solid var(--border-color);
}

.footer_main_con {
    display: flex;
    justify-content: space-between;
}

.subscribe_box .generalnewsletter_input {
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    width: 100%;
    display: block;
    padding: 12px 16px;
    outline: none;
    height: 60px;
    border: 1px solid var(--border-color);
    border-radius: 8px;
}

.subscribe_box {
    display: flex;
    align-items: center;
    gap: 66px;
    color: var(--all-text-main);
    background: var(--color-two);
    box-shadow: var(--box-shadow);
    border-radius: 15px;
    margin-bottom: -197px;
    position: relative;
    margin-top: 70px;
}

    .subscribe_box .subscribe_title {
        font-weight: 600;
        font-size: 30px;
        line-height: 38px;
        margin: 0 0 8px;
        color: var(--all-text-main);
    }

    .subscribe_box img {
        width: auto;
        height: 250px;
        margin-top: 20px;
        margin-left: 15px;
    }

    .subscribe_box .subscribe_subtitle {
        font-weight: 400;
        font-size: 16px;
        line-height: 18px;
    }

.subscribe_form {
    display: flex;
    align-items: center;
}

.subscribe_box .search_button {
    height: 50px;
    max-width: 183px;
    width: 100%;
    display: flex;
    align-items: center;
    background-color: var(--btn-two-bg);
    border-radius: 8px;
    transition: all 0.3s;
    border: none;
    color: var(--color-two);
    justify-content: center;
    font-size: 16px;
    column-gap: 10px;
    position: absolute;
    margin-left: 5px;
    font-weight: 600;
    text-transform: uppercase;
    right: 5px;
}

.subscribe_input_div {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 25px;
    padding: 0 25px;
}

    .subscribe_input_div .input_check_box label {
        color: var(--all-text-main);
        font-size: 14px;
        line-height: 20px;
    }

        .subscribe_input_div .input_check_box label a {
            color: var(--all-text-main);
        }

        .subscribe_input_div .input_check_box label::before {
            border-radius: 6px;
            background: var(--btn-two-bg);
            border: 2px solid;
        }

    .subscribe_input_div .input_check_box input:checked ~ label:before {
        color: #fff;
        background: var(--btn-two-bg);
        border: 2px solid var(--btn-two-bg);
    }
/*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: -1px -2px;
    display: block;
    width: 22px;
    top: 19px;
}

.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;
}

.menu_left {
    padding-left: 60px;
}

@media (max-width:1199px) and (min-width:992px) {
    .subscribe_box {
        gap: 30px;
    }

        .subscribe_box .subscribe_title {
            font-size: 26px;
        }

        .subscribe_box .subscribe_subtitle {
            font-size: 14px;
        }

        .subscribe_box .search_button {
            max-width: 120px;
        }
}

@media (max-width:991px) {
    span.common_icon.login_toggel {
        width: 25px;
        height: 30px;
        display: block;
        background-position: 70px -93px;
    }

    .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%;
    }

    .side_d_menu {
        font-size: 14px;
        display: flex;
        flex-direction: column;
        row-gap: 5px;
        font-weight: 500;
        padding-bottom: 20px;
    }

    .mobile_dr_close {
        position: absolute;
        text-align: right;
        display: block;
        width: 100%;
        cursor: pointer;
        font-size: 30px;
        padding-right: 10px;
    }

    .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; */
        padding-right: 25px;
    }

    .side_d_menu ul, .side_d_menu .mobile_menu_list {
        padding: 0 15px;
        display: flex;
        row-gap: 5px;
        flex-direction: column;
        margin: 0;
    }

    .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;
    }

    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;
    }

    .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: 25px;
    }

    .lang_show_iocn {
        background-position: -83px -374px;
    }

    .currancy_d_icon {
        background-position: -1178px -165px;
    }

    .my_booking {
        background-position: -535px -164px;
    }

    .my_wallet {
        background-position: -661px -164px;
    }

    .my_ticket {
        background-position: -122px -374px;
    }

    .my_account {
        background-position: 107px -129px;
    }

    .my_signout {
        background-position: -702px -161px;
    }
    .my_wishlist {
        background-position: -621px -164px;
    }

    .my_faq {
        background-position: -92px -426px;
    }

    .my_contact {
        background-position: -124px -425px;
    }

    .my_privacy {
        background-position: -164px -425px;
    }

    .my_terms {
        background-position: -207px -425px;
    }


    .subscribe_box {
        gap: 0;
    }

    .profile_menu {
        column-gap: 10px;
    }

    .header_section {
        column-gap: 10px;
    }

    .subscribe_box img {
        width: auto;
        height: 145px;
        margin-top: 20px;
        margin-left: 15px;
    }

    .subscribe_box .subscribe_subtitle {
        font-size: 14px;
    }

    .subscribe_box .subscribe_title {
        font-size: 16px;
        line-height: 30px;
    }

    .subscribe_input_div {
        gap: 15px;
        padding: 0 15px;
    }

    .subscribe_box .search_button {
        max-width: 145px;
        font-size: 14px;
    }

    .subscribe_box .generalnewsletter_input {
        font-size: 14px;
    }

    footer.footer-areawe {
        padding-top: 80px;
        margin-top: 114px;
    }
}

@media (max-width:767px) {
    a.logo_display img {
        height: 33px;
        width: auto;
    }
    .footer_logo a img {
        height: 35px;
        width: auto;
    }
    .footer_col {
        max-width: 100%;
    }

    .foot_logo_bottom {
        max-width: 100%;
        text-align: center;
    }

    .payment_icon {
        margin: 0 auto;
    }

    .cart_drawer {
        padding: 10px;
        border-radius: 0;
    }

    .cart-fix-footer {
        padding: 10px 10px 15px;
        background: #fff;
        border-top: 1px solid var(--border-color);
       
      
    }

    
    .cart_price_block {
        font-size: 20px;
        gap: 10px;
    }

    .cart_title {
        margin-bottom: 10px;
    }
    .usefull_link li a {
        font-size: 13px;
        pointer-events: auto;
        z-index: 99;
        line-height: 30px;
        position: relative;
        cursor: pointer;
        -webkit-user-select: none;
        -webkit-tap-highlight-color: transparent;
    }

    .usefull_link {
        gap: 5px;
    }
    .foot_logo_bottom p {
        font-size: 15px;
    }
    .subscribe_input_div {
        gap: 5px;
        padding: 0 5px;
        margin-bottom: 10px;
    }

    .subscribe_box img {
        width: 160px;
        height: auto;
        margin: 10px auto;
    }

    .profile_menu > li > a.partner_login, .profile_menu > li > .h_buttton.reg_btn {
        line-height: 35px;
        padding: 0 3px;
        font-size: 13px;
        border: 0;
    }

    .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;
    }
    /*above mobile*/
    .service_menu {
        column-gap: 10px;
        padding: 0px 0;
    }


        .service_menu > li > a {
            font-weight: 500;
            font-size: 14px;
            column-gap: 1px;
            line-height: 35px;
            border-radius: 4px;
            border: none;
        }

    .subscribe_box .subscribe_title {
        font-size: 13px;
    }

    .subscribe_box .subscribe_subtitle {
        font-size: 14px;
    }

    .profile_menu {
        column-gap: 5px;
    }

    .currencydrop .advanceCurrency li {
        width: calc(100% / 1 - 5px);
    }

    .footer_row {
        gap: 15px;
        flex-direction: column;
    }

    .partnerlogo {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .foter_title {
        margin: 0px 0 10px 0;
        font-size: 15px
    }

    .contact_part, ul.resocial a, .usefull_link li a {
        font-size: 13px;
    }

    .footer-bottom {
        line-height: 20px;
        font-weight: 500;
        font-size: 11px;
        margin-top: 10px;
        padding: 5px 0;
        text-align: center;
    }

    .header_section {
        column-gap: 10px;
        padding: 0;
        min-height: 65px;
    }

    .subscribe_box {
        align-items: normal;
        gap: 15px;
        flex-direction: column;
    }

        .subscribe_box .search_button {
            font-size: 12px;
            max-width: 115px;
            height: 40px;
        }

    .subscribe_box {
        gap: 5px;
    }

    .footer_main_con {
        flex-direction: column;
        align-items: center;
    }

    .subscribe_box .generalnewsletter_input {
        font-size: 14px;
        height: 50px;
        padding: 5px;
    }
}
