﻿/*--header topbar start--*/


.header_top_bar {
    background: var(--other-bg);
    padding: 10px 0;
}

    .header_top_bar .profile_menu li a {
        color: var(--color) !important;
        font-size: 12px;
        line-height: 30px !important;
    }

    .header_top_bar .mail_icon {
        background-position: -288px -102px;
        transform: scale(0.8)
    }

    .header_top_bar .phone_icon {
        transform: scale(0.8)
    }

    .header_top_bar .profile_menu li a::before {
        content: '';
        background: #fff;
        width: 2px;
        height: 15px;
        position: absolute;
        right: -15px;
    }

    .header_top_bar .profile_menu li:last-child a::before {
        display: none;
    }

.header_top_flex {
    display: flex;
    gap: 30px;
    justify-content: space-between;
    align-items: center;
}
/*--header topbar start--*/

a.popup-close, div.popup-close {
    position: absolute;
    top: -16px;
    right: -12px;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    line-height: normal;
    border: 1px solid transparent;
    box-shadow: 0px 8px 16px rgb(15 15 15 / 10%);
    font-size: 23px;
    transition: all .2s;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    z-index: 99999999;
    background: #fff;
    color: var(--all-text-main);
    text-align: center;
    cursor: pointer;
}


.input_box {
    color: #000000;
    font-weight: normal;
    height: 42px;
    display: block;
    width: 100%;
    padding: 0px 10px 0px 10px;
    font-size: 14px;
    border: 1px solid #ededed;
    border-radius: 3px;
    background: #f7f9fc;
    line-height: 42px;
    -moz-appearance: none;
    -webkit-appearance: none;
}

.form-group {
    margin-left: 10px;
    margin-right: 10px;
}


/*.switch_theme {
    position: relative;
    display: inline-block;
    width: 48px;
    height: 24px;
    margin-bottom: 0;
}

    .switch_theme input {
        opacity: 0;
        width: 0;
        height: 0;
    }

.slider_theme {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

    .slider_theme:before {
        position: absolute;
        content: "";
        height: 16px;
        width: 16px;
        left: 5px;
        bottom: 4px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

input:checked + .slider_theme {
    background-color: var(--btn-bg);
}

    input:checked + .slider_theme:before {
        -webkit-transform: translateX(26px);
        -ms-transform: translateX(26px);
        transform: translateX(22px);
    }

.slider_theme.round {
    border-radius: 50px;
}

    .slider_theme.round:before {
        border-radius: 50%;
    }*/

.buy-now {
    position: relative;
    margin-right: 10px;
}

.cartcount {
    position: absolute;
    top: 0px;
    z-index: 9;
    border-radius: 50%;
    right: -10px;
    width: 20px;
    height: 20px;
    text-align: center;
    border: 1px solid var(--btn-bg);
    line-height: 19px;
    background: #fff;
    font-size: 13px;
    color: #353535;
}

.cart_icon {
    position: relative;
    width: 25px;
    height: 29px;
    background-position: -176px -10px;
    line-height: inherit !important;
    top: -5px;
}

.cart_text {
    text-align: center;
    margin-bottom: 20px;
    font-size: 17px;
}

.m-0-a {
    margin: 0 auto;
}

.darkHeader.header_block {
    transition: all 0.5s;
    background: #fff;
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.15);
}

.darkHeader .profile_menu {
    margin: 0;
}

.header_block {
    position: fixed;
    top: 0;
    z-index: 9;
    left: 0;
    right: 0;
    transition: all 0.5s;
    background: #fff;
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.20);
}

.header_section {
    display: flex;
    align-items: center;
    padding: 15px 0px;
    border-radius: 0;
    transition: all 0.5s;
    min-height: 83px;
    column-gap: 20px;
    justify-content: space-between;
    max-width: 1360px;
    margin: 0 auto;
    width: calc(100% - 30px);
}

.logo_section {
    min-width: 70px;
}

a.logo_display {
    display: flex;
    align-items: center;
    overflow: hidden;
    padding: 0;
}

    a.logo_display img {
        object-fit: contain;
        max-width: 100%;
        max-height: 60px;
        width: auto;
        transition: all 0.5s;
    }

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content a {
    color: var(--color);
}

.arrow-set {
    font-size: 20px;
}

.mores .dropdown-content {
    padding: 15px 0;
}

.dropdown-content {
    display: block;
    position: absolute;
    background: #fff;
    min-width: 170px;
    top: 110%;
    left: 0;
    opacity: 0;
    visibility: hidden;
    padding: 15px;
    -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: 3px;
    box-shadow: var(--box-shadow);
    max-width: fit-content;
    border-top: 4px solid var(--active-menu);
}

    .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;
        }

            .dropdown-content > li > a.Active {
                background: var(--active-menu);
                color: var(--color);
                border-radius: 3px;
                padding: 0 10px;
            }

            .dropdown-content > li > a:hover {
                padding-left: 25px;
            }

.new_link li a {
    background: var(--active-menu);
    color: #fff;
    border-radius: 3px;
}

ul.dropdown-content.new_link {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.CurrencyList ul {
    list-style: none;
    max-width: 330px;
    right: 0;
    width: max-content;
    left: auto;
    display: flex;
    flex-wrap: wrap;
    row-gap: 10px;
    column-gap: 10px;
    flex-direction: column;
}

    .CurrencyList ul li {
        /* display: inline-block; */
        /* flex: 0 0 93px; */
    }

        .CurrencyList ul li a {
            border: 1px solid var(--border-color);
            padding: 0px 8px;
            width: 100%;
            border-radius: 24px;
            font-weight: 700;
            font-size: 12px;
            line-height: 35px;
        }

            .CurrencyList ul li a:hover {
                padding-left: 5px;
            }

.dropdown:hover .dropdown-content {
    opacity: 1;
    visibility: visible;
    top: 120%;
}

.dropdown-content > li > a:hover {
    background: var(--other-bg-light);
}

.dropdown-content .flex_center {
    display: flex;
    align-items: center;
}
.Credit {
    padding: 5px;
    background: var(--other-bg);
    color: var(--color);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.dropdown-content-credit {
    width: 257px;
    max-width: max-content;
    padding: 15px 0;
}

.Credit_color {
    padding: 0px 0px;
    background: #f7f9fc;
    color: #000;
    border: 1px solid var(--border-color);
    border-bottom: none;
    margin-bottom: 15px;
}

.Credit_dtl {
    display: block;
    width: 100%;
    line-height: 25px;
    border-bottom: 1px solid var(--border-color);
    padding: 0 5px;
    align-items: center;
    white-space: nowrap;
}

    .Credit_dtl span:last-child {
        float: right;
    }

.credit_icon {
    display: none;
}

.fa-refresh:before {
    content: "\f021";
}

i.fa.fa-refresh.refreshlimit {
    margin-left: 10px;
}

span.redem {
    float: right;
}

.profile_menu {
    margin-bottom: 0;
    display: flex;
    align-items: center;
    column-gap: 32px;
    justify-content: flex-end;
}


.menu_section_right {
    margin-left: auto;
}

.profile_menu > li > a, .profile_menu li .link_triger {
    padding: 0px;
    position: relative;
    z-index: 1;
    white-space: nowrap;
    display: flex;
    align-items: center;
    column-gap: 5px;
    transition: all 0.3s;
    cursor: pointer;
    color: #353535;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
}

.service_menu .profile_menu > li > a, .service_menu .profile_menu li .link_triger {
    color: var(--text-dark-h);
}

.lng_icon {
    width: 20px;
    height: 20px;
}

.flags-eng {
    background-position: -5px -4px;
}

.flags-eng-footer {
    background-position: -113px -159px;
}

.flags-arabic {
    background-position: -30px -4px;
}

.arrow_h_icon {
    width: 14px;
    height: 10px;
    background-position: -581px -57px;
}

.fa-caret-down:before {
    content: "\f0d7";
}

.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(--other-bg);
        color: var(--color);
    }

    .guest_acc a {
        line-height: 45px;
        padding: 0 20px;
        border-radius: 3px;
        transition: all 0.4s;
        white-space: nowrap;
    }

.booking_icon {
    background-position: -590px -41px;
}

.whishlist_icon {
    background-position: -643px -42px;
}

.app_icon {
    width: 8px;
    height: 11px;
    background-position: -110px -6px;
}

.help_iocn {
    width: 11px;
    height: 11px;
    background-position: -130px -6px;
}

.reg_icon {
    background-position: -34px -2px;
    width: 22px;
    height: 22px;
}


.toggle_icon {
    line-height: 33px;
    color: #000;
    display: none;
}

.fa-navicon:before, .fa-reorder:before, .fa-bars:before {
    content: "\f0c9";
}

.profile_menu > li > a.h_buttton, .profile_menu > li > .link_triger.h_buttton {
    line-height: 42px;
    padding: 0 20px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    column-gap: 5px;
    overflow: hidden;
    position: relative;
    border-radius: 28px;
    border: 1px solid #1B427B;
    color: #353535;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;
}

    .profile_menu > li > a.h_buttton.reg_btn, .profile_menu > li > .link_triger.h_buttton.reg_btn {
        border: 1px solid var(--other-bg);
        background: var(--other-bg);
    }

.reg_input_icon {
    width: 21px;
    height: 23px;
    background-position: -587px -113px;
}

.b2c_user_btn .dropdown-content {
    left: auto;
    right: 0;
}

.header_menu .service_menu {
    display: flex;
    align-items: center;
    column-gap: 40px;
    margin-bottom: 0;
    padding: 0 20px;
}

.header_menu {
    background-color: var(--btn-bg);
    border-radius: 0px 0px 5px 5px;
}

ul.service_menu li a {
    display: flex;
    align-items: center;
    column-gap: 10px;
    line-height: 55px;
    font-weight: 600;
    font-size: 15px;
    color: #fff;
    white-space: nowrap;
}

.from-group-input {
    display: flex;
    gap: 15px;
    padding: 0px;
}

.image_section_login {
    position: absolute;
    bottom: 20px;
    z-index: 3;
    margin: 0 auto;
    left: 0;
    right: 0;
    max-width: 1360px;
    padding: 15px;
    border-radius: 15px;
    background: #FFF;
    box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.25);
    width: calc(100% - 30px);
}

.from-group-input .form-group {
    flex: 1;
    margin-bottom: 0;
}

.form-group_Wrapper {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
}

.justify-space-between {
    justify-content: space-between;
}

.modal-dialog-login {
    background: #fff;
    max-width: 520px;
    padding: 20px;
    position: relative;
    box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    margin: 0 auto;
    color: var(--all-text-main);
}

.dialog-login {
    margin: 0 auto;
    /* display: flex; */
    gap: 10px;
}

    .dialog-login .form-group {
        flex: 1;
        margin: 0;
    }

    .dialog-login.search_page_serach {
        max-width: 720px;
        justify-content: center;
        position: absolute;
        bottom: 70px;
        z-index: 3;
        margin: 0 auto;
        left: 0;
        right: 0;
    }

.panel_row {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    padding: 0px;
}

.n_d_div {
    flex: 1;
    position: relative;
    max-width: 170px;
}

.wid_destination {
    max-width: 477px;
}

.login_title_b2c {
    border-radius: 10px 10px 0px 0px;
    background: var(--btn-bg);
    color: #ffff;
    text-align: center;
    line-height: 50px;
    font-size: 24px;
}

a.popup-close, div.popup-close {
    position: absolute;
    top: -16px;
    right: -12px;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    line-height: normal;
    border: 1px solid transparent;
    box-shadow: 0px 8px 16px rgb(15 15 15 / 10%);
    font-size: 23px;
    transition: all .2s;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    z-index: 99999999;
    background: #fff;
    color: var(--all-text-main);
    text-align: center;
    cursor: pointer;
}

.modal-forget {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0px 64px 64px -48px rgb(15 15 15 / 8%);
    max-width: 544px;
    padding: 72px 60px;
    position: relative;
}

.login_title {
    text-align: left;
    font-size: 24px;
    color: var(--all-text-main);
    margin-bottom: 10px;
    font-weight: 600;
    line-height: 29px;
    padding-bottom: 5px;
}

.login_fild {
    display: flex;
    gap: 10px;
    flex-direction: column;
}

    .login_fild .form-group {
        flex: 1;
        margin-bottom: 0;
    }

.login_extra {
    padding: 10px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
}

.login_input, .search_input {
    height: 48px;
    width: 100%;
    padding: 0px 0px 0px 35px;
    cursor: pointer;
    outline: none;
    appearance: none;
    box-sizing: border-box;
    border: 1px solid var(--border-color);
    background: var(--color);
    /* line-height: 40px; */
    border-radius: 8px;
    color: #242424;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
}

.eye_icon {
    width: 20px;
    height: 20px;
    position: absolute;
    right: 10px;
    top: 15px;
    background-position: -507px -215px;
}

.eye_icon_view {
    background-position: -487px -215px;
}

.markup_setup {
    position: relative;
    width: 165px;
}

.search_page_serach .down_markup {
    background-position: -455px -214px;
    height: 21px;
    width: 18px;
    top: 14px;
    transform: scale(0.9);
}

.select_arrow_markp {
    position: absolute;
    right: 5px;
    bottom: 17px;
    width: 15px;
    height: 15px;
    background-position: -376px -224px;
    pointer-events: none;
}

.login_button, .changepassbutton {
    font-weight: 600;
    font-size: 18px;
    text-align: center;
    display: block;
    cursor: pointer;
    border-radius: 3px;
    color: var(--color);
    padding: 0px 20px;
    width: 100%;
    line-height: 50px;
    transition: all 0.3s;
    margin: 0px auto;
    border: none;
    text-transform: uppercase;
    position: relative;
    overflow: hidden;
    background-color: var(--btn-bg);
}

.search_button {
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--color);
    line-height: 35px;
    height: 48px;
    width: 48px;
    background-position: -244px -8px;
    padding: 0;
    border-radius: 8px;
    border: none;
}

.or {
    text-align: center;
    font-size: 15px;
    color: var(--all-text-main);
    margin: 10px 0;
    font-weight: bold;
}

.login_pading {
    padding: 15px;
}


.fa-facebook-f:before, .fa-facebook:before {
    content: "\f09a";
}

.fa-google:before {
    content: "\f1a0";
}


.footer_row {
    display: flex;
    gap: 60px;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-bottom: 30px;
}

.footer_col {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
    flex: 1;
}

.other_div ul {
    list-style-type: disc;
    padding-left: 20px;
    display: flex;
    flex-direction: column;
    row-gap: 8px;
    margin-bottom: 0;
}

    .other_div ul li a {
        color: #fff;
    }

.footer_col.first_col {
    max-width: 220px;
}

.form-login-socials {
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin-bottom: 20px;
}

.landing_part {
    flex-direction: column;
}

    .landing_part > div {
        display: flex;
        column-gap: 7px;
    }

.landline_details {
    list-style-type: disc;
    padding-left: 44px;
    margin-top: 10px;
    display: flex;
    flex-direction: column;
    row-gap: 8px;
}

.form-footer {
    text-align: center;
    color: var(--all-text-sub);
    font-weight: 600;
    font-size: 15px;
}

    .form-footer p a {
        color: var(--bg1-dark-h);
        transition: all 0.3s;
        font-size: 16px;
        font-weight: 600;
    }

        .form-footer p a:hover {
            color: var(--btn-bg);
        }

a.social-button {
    line-height: 48px;
    border-radius: 24px;
    padding: 0 20px;
    display: flex;
    align-items: center;
    column-gap: 10px;
    color: var(--all-text-main);
    border: 1px solid var(--border-color);
    transition: all 0.3s;
    font-size: 16px;
    font-weight: bold;
}

.social-button:hover {
    background: var(--bg2-light);
}

.tab-external-link {
    color: #FF0000;
    white-space: nowrap;
    font-weight: 700;
    transition: all 0.3s;
    font-size: 14px;
}

    .tab-external-link:hover {
        color: var(--text-hover);
    }

.login_input_icon, .email_icon, .phone_icon_l {
    position: absolute;
    top: 15px;
    left: 10px;
    background-position: -624px -71px;
    width: 21px;
    height: 21px;
    float: left;
}

.password_icon {
    background-position: -662px -71px;
}

.email_icon {
    background-position: -5px -445px;
}

.phone_icon_l {
    background-position: -127px -445px;
}

.donthave {
    color: #4C4C4C;
    text-align: center;
    font-size: 15px;
    font-weight: 500;
}

    .donthave a {
        color: var(--primary-color);
    }

.panel-app_top {
    display: -webkit-box;
    display: flex;
    padding-bottom: 16px;
    margin-bottom: 16px;
    border-bottom: 1px solid #eee;
}

.panel-app_icon {
    background-position: -310px -319px;
    width: 42px;
    height: 42px;
}

.panel-app_text {
    -webkit-box-flex: 1;
    flex: 1;
    margin-left: 12px;
}

    .panel-app_text b {
        display: block;
        font-size: 16px;
    }

    .panel-app_text span {
        display: block;
        margin-top: 6px;
        color: #757575;
        font-size: 12px;
    }

.panel-app_bottom {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
    column-gap: 5px;
}

.panel-app_qrcode {
    background-image: url(/assets/whitelable1/img/qrcode_13119108_.png);
    background-position: -483px -200px;
    width: 100px;
    height: 99px;
    background-size: 100px;
}

.panel-app_market a {
    display: block;
}

.panel-app_ios, .panel-app_android {
    width: 142px;
    height: 42px;
}

.panel-app_ios {
    background-position: -157px -318px;
}

.panel-app_android {
    background-position: -3px -318px;
}

.footer_logo img {
    margin: 0 auto;
    background-color: #fff;
    padding: 5px;
    border-radius: 5px;
}

footer.footer-areawe {
    color: var(--color);
    width: calc(100%);
    margin: 0px auto;
    overflow: hidden;
    padding-top: 57px;
    margin-top: 80px;
    background: var(--bg1-dark-h);
    box-shadow: 4px 0px 6px 0px rgba(56, 56, 56, 0.15);
}

.footer_block_inside {
    width: 100%;
    display: inline-block;
}


.foter_title {
    margin: 30px 0 20px 0;
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 21px; /* 105% */
}

.usefull_link li button {
    position: relative;
    text-decoration: none;
    color: var(--color);
    display: flex;
    align-items: center;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: 21px; /* 105% */
    background: transparent;
    border: none;
    padding: 0;
}


.contact_part {
    display: flex;
    column-gap: 7px;
    margin-bottom: 15px;
}

    .contact_part a {
        color: var(--color);
        display: flex;
        column-gap: 5px;
    }

.contact_icon {
    width: 18px;
    height: 17px;
    position: relative;
    left: 0;
    min-width: 18px;
}

.address_icon {
    background-position: -20px -116px;
}

.phone_icon {
    background-position: -58px -115px;
}

.Chat_icon {
    background-position: -96px -113px;
    min-width: 20px;
}

.Landline_icon {
    background-position: -135px -114px;
    min-width: 20px;
}

.mail_icon {
    background-position: -172px -114px;
    min-width: 20px;
}

.footer-bottom {
    line-height: 45px;
    font-weight: 500;
    font-size: 14px;
    background: var(--btn-bg);
    border-top: 1px solid #E4E4E4;
    padding-top: 45px;
}

.footer_flex {
    display: flex;
    align-items: center;
    column-gap: 40px;
    margin-bottom: 25px;
}

.footer_col_right {
    display: flex;
    align-items: flex-start;
    margin-left: initial;
    column-gap: 48px;
    flex-direction: column;
}

.top_set_flex {
    display: flex;
    column-gap: 48px;
    align-items: center;
}

.footer_address > div {
    color: #FFF;
    text-align: center;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
    margin-bottom: 10px;
}

.usefull_link {
    display: flex;
    flex-wrap: wrap;
    column-gap: 48px;
    margin: 0;
    align-items: center;
}

.footer_flex .link_triger_main {
    border-radius: 5px;
    border: 1px solid #D9D9D9;
    background: #FFF;
    color: #232323;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px; /* 150% */
    padding: 0 10px;
    display: flex;
    align-items: center;
    column-gap: 5px;
}

.link_triger_f {
    padding: 0px;
    position: relative;
    z-index: 1;
    white-space: nowrap;
    display: flex;
    align-items: center;
    column-gap: 5px;
    transition: all 0.3s;
    cursor: pointer;
    color: #353535;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
}

.footer-bottom a {
    color: var(--color);
}

.footer_currency li {
    display: block;
}

ul.resocial {
    display: flex;
    row-gap: 13px;
    column-gap: 30px;
    margin: 0px;
    align-items: center;
}

.footer_bottom_add {
    font-size: 11px;
    line-height: normal;
}

.flowus {
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
}

ul.resocial a {
    display: flex;
    align-items: center;
    color: #363737;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    column-gap: 10px;
}

.footer_devlop_div {
    display: flex;
    justify-content: space-between;
}

.f_social {
    width: 29px;
    height: 28px;
    position: relative;
}

.linkedin_icon {
    background-position: -67px -277px;
    /* scale: 1.2; */
}

.facebook_icon {
    background-position: -18px -277px;
}

.snapchat_icon {
    background-position: -213px -247px;
}

.instagram_icon {
    background-position: -114px -277px;
}

.twitter_icon {
    background-position: -115px -308px;
    scale: 0.9;
}

.trip_icon {
    background-position: -9px -313px;
}

.vk_icon {
    background-position: -9px -346px;
}

.youtube_icon {
    scale: 1.4;
    background-position: -163px -277px;
}

.whatt_icon {
    background-position: -4px -220px;
}

.enquiry_icon {
    background-position: -50px -265px;
}

.teligram_icon {
    background-position: -153px -247px;
}

.m_show, .user_login {
    display: none;
}

.menu_inside_b2c {
    display: flex;
    column-gap: 32px;
}

/*--NEw Sidewhats app css start*/
/*
.social {
    position: fixed;
    bottom: 15%;
    z-index: 1;
    width: 0px;
}

    .social ul {
        padding: 0px;
        transform: translate(-255px,0);
    }

        .social ul li {
            display: block;
            margin: 5px;
            background: var(--transparent-bg);
            width: 300px;
            text-align: right;
            padding: 10px;
            border-radius: 0 30px 30px 0;
            transition: all 1.5s;
        }

            .social ul li:hover {
                transform: translate(110px,0);
                background: var(--other-bg);
                transition: all 1.5s;
            }

                .social ul li:hover a {
                    color: white;
                }

            .social ul li a {
                display: flex;
                align-items: center;
                justify-content: flex-end;
                color: #fff;
            }

            .social ul li:hover .f_social {
                color: #c44a73;
                background-color: white;
                transform: rotate(360deg);
                transition: all 1.5s;
            }

            .social ul li .f_social {
                margin-left: 10px;
                color: #000;
                background-color: white;
                padding: 10px;
                border-radius: 50%;
                width: 35px;
                height: 35px;
                transform: rotate(0deg);
                text-align: center;
                font-size: 20px;
            }

                .social ul li .f_social.enquiry_icon {
                    width: 45px;
                }

.right_side_social {
    right: 0;
    left: auto;
    width: 51px;
}

    .right_side_social ul {
        transform: translate(0px,0);
    }

        .right_side_social ul li {
            border-radius: 30px 0px 0px 30px;
            background: #fff;
            box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.15);
        }

            .right_side_social ul li a {
                justify-content: flex-start;
            }

            .right_side_social ul li .f_social {
                margin-right: 10px;
                margin-left: 0;
            }

            .right_side_social ul li:hover {
                transform: translate(-110px,0);
                background: var(--other-bg);
                transition: all 1.5s;
            }*/


.social {
    position: fixed;
    top: 30%;
    right: 0;
    transform: translatex(261px);
    z-index: 1;
}

    .social ul {
        list-style-type: none;
        padding: 0;
    }

        .social ul li {
            display: block;
            margin: 5px;
            background-color: rgba(0, 0, 0, 0.5);
            width: 300px;
            text-align: left;
            padding: 10px;
            border-radius: 30px 0px 0px 30px;
            transition: all 1s;
        }

.side-social {
    width: 30px;
    height: 30px;
    background-color: #fff;
    border-radius: 100px;
}

.whatt_icon {
    background-position: -4px -220px;
}

.social ul li:hover {
    transform: translatex(-110px);
}

/*.social ul li.twitter:hover {
                background-color: #55acee;
            }*/

.social ul li.facebook:hover {
    background-color: #3b5999;
}

.social ul li.linkedin:hover {
    background-color: #0077b5;
}

.social ul li.instagram:hover {
    background-color: #e4405f;
}

.social ul li.youtube:hover {
    background-color: #ff0000;
}

.social ul li.Whatsapp:hover {
    background-color: #4cca5a;
}

.social ul li a {
    color: white;
    text-decoration: none;
    display: flex;
    align-items: center;
    column-gap: 5px;
}

.social ul li .side-social {
    transform: rotate(0deg);
}

.social ul li:hover .side-social {
    transform: rotate(360deg);
    transition: all 1s;
}

.side-facebook {
    background-position: -45px -337px;
}

.side-linkedin {
    background-position: -139px -339px;
}

.side-instagram {
    background-position: -67px -338px;
}

.side-youtube {
    background-position: -91px -338px;
}

.side-whatt_icon {
    background-position: -164px -339px;
}

.menu_icon {
    min-width: 22px;
    height: 18px;
}

.ticket_menu_icon {
    background-position: -19px -22px;
}

.activity_menu_icon {
    background-position: -59px -21px;
}

.tour_menu_icon {
    background-position: -98px -21px;
}

.transfer_menu_icon {
    background-position: -136px -21px;
}

.more_erow {
    background-position: -20px -168px;
    min-width: 10px;
    height: 5px;
}


.subscribe_box .generalnewsletter_input {
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    width: 100%;
    display: block;
    padding: 0px 0 0px 45px;
    outline: none;
    height: 45px;
    border: 1px solid var(--border-color);
    border-radius: 8px;
    color: var(--all-text-main);
}

.newsletter_mail_icon {
    width: 26px;
    height: 26px;
    background-position: -140px -68px;
    position: absolute;
    top: 10px;
    left: 10px;
}

.subscribe_box .search_button {
    height: 45px;
    width: 100%;
    display: flex;
    align-items: center;
    transition: all 0.3s;
    border: none;
    color: var(--all-text-sub);
    justify-content: center;
    font-size: 15px;
    column-gap: 10px;
    font-weight: 600;
    border-radius: 5px;
    background: #F2D14D;
    box-shadow: 0px 0px 12px 0px rgba(80, 80, 80, 0.15);
    max-width: 100px;
    margin-top: 10px;
}

.subscribe_form {
    margin-left: 0;
    display: flex;
    flex-direction: column;
    position: relative;
}

.profile_menu > li > a.Active {
    background: var(--btn-bg);
    border-radius: 35px;
    color: #fff;
    padding: 8px 15px;
    font-weight: 400;
}

    .profile_menu > li > a.Active .activity_menu_icon {
        filter: brightness(0.5) invert(1);
    }

.chat_logo {
    position: fixed;
    bottom: 15px;
    right: 15px;
    display: flex;
    column-gap: 5px;
    z-index: 1;
}

    .chat_logo img {
        width: 100%;
        height: 40px;
        object-fit: contain;
    }

.floating-label.tel-box {
    display: flex;
    position: relative;
}

.position_re {
    position: absolute;
}

.select_code {
    line-height: 32px;
    position: absolute;
    width: 70px;
    z-index: 1;
    background: #fff;
    color: #5c6770;
    font-size: 14px;
    padding: 10px 18px;
    height: 42px;
    /* background-color: #ffffff; */
    border-radius: 3px 0px 0px 3px;
    border: 1px solid #c3d4eb;
    pointer-events: none;
    display: flex;
    a;
    align-items: center;
}

.floating-label.tel-box select {
    width: 90px !important;
    border-radius: 3px 0px 0px 3px;
    border: 0;
    height: 38px;
    left: 2px;
    top: 2px;
    position: relative;
    margin-right: 1px;
    border: 1px solid var(--border-color);
}

.position_re .select_code {
    width: 90px;
    height: 48px;
}

.tel-box .telecode {
    padding-left: 140px;
}

.floating-label.tel-box .more_erow {
    position: absolute;
    right: 10px;
    top: 24px;
    z-index: 9;
}
.profile_menu > li > a:hover {
    color: var(--btn-bg);
}

.head_terms label {
    padding-left: 23px;
}
.head_terms .input_check_box label::before {
    height: 18px;
    left: 0;
    position: absolute;
    top: 4px;
    line-height: 16px;
}
.dropdown-content span.common_icon.profile_icon {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    background-position: -443px -20px;
    height: 20px;
    width: 20px;
}
.dropdown-content span.common_icon.bookiing_icon {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    background-position: -665px -20px;
    height: 20px;
    width: 20px;
}
.dropdown-content .report_icon {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    background-position: -704px -20px;
    height: 20px;
    width: 20px;
}
.dropdown-content .signout_icon {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    background-position: -443px -20px;
    height: 20px;
    width: 20px;
}
.dropdown-content .reg_input_icon {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    background-position: -628px -115px;
    height: 20px;
    width: 20px;
}

.right_div.phone_code select {
    width: 70px;
}

.right_div.phone_code {
    display: flex !important;
    position: relative;
}
    .right_div.phone_code input {
        border-radius: 0px 8px 8px 0px;
        border-left: transparent;
        max-width: 300px !important;
    }

.b2c_user_btn .dropdown-content a {
    display: flex;
    align-items: center;
    gap: 5px;
}

@media (max-width: 1199px) and (min-width:992px) {
    .usefull_link {
        column-gap: 15px;
    }

    .top_set_flex {
        column-gap: 20px;
    }

    .header_section {
        column-gap: 18px;
    }

    .profile_menu {
        column-gap: 18px;
    }

    ul.resocial {
        column-gap: 15px;
    }
}


@media (max-width: 991px) {
    .footer_flex {
        flex-direction: column;
    }

    .top_set_flex {
        column-gap: 20px;
    }

    .usefull_link {
        column-gap: 10px;
    }

    ul.resocial {
        column-gap: 10px;
    }

    .footer_bottom_add {
        font-size: 10px;
    }

    .foter_title {
        font-size: 18px;
        margin: 20px 0 20px 0;
    }

    .footer_col {
        font-size: 14px;
    }

    footer.footer-areawe {
        padding-top: 10px;
        margin-top: 0;
    }

    .footer_row {
        padding-bottom: 10px;
    }

    .footer-bottom {
        padding-top: 20px;
    }

    .footer_row {
        gap: 25px;
    }

    .navbar-toggle {
        margin-right: 5px;
        margin-top: 7px;
        margin-bottom: 5px;
        padding: 0;
        position: absolute;
        right: 0px;
        z-index: 1;
        display: block;
    }

        .navbar-toggle .icon-bar {
            background: #000;
        }

    .main_close {
        font-size: 20px;
        position: absolute;
        right: 10px;
        top: 10px;
        width: 20px;
        height: 20px;
        border-radius: 50%;
        color: var(--color);
        text-align: center;
        line-height: 22px;
    }

    .b2c_usermenu {
        overflow: hidden;
        transition: .5s;
        width: 100%;
        z-index: 2;
        height: 100%;
        left: -100%;
        max-height: inherit;
        padding: 0;
        background: #fff;
        position: fixed;
        top: 0;
        bottom: 0;
        display: block;
    }

    .b2c_mobile_menu.profile_menu {
        flex-direction: row;
        padding-right: 32px;
        column-gap: 10px;
    }

    .user_login {
        position: relative;
        padding: 10px !important;
        background: var(--bg1-dark-h);
        color: #fff;
        font-weight: 600;
        margin-top: 0;
        font-size: 13px;
        display: block;
        margin-bottom: 5px;
    }

    ul.profile_menu li {
        width: 100%;
    }

    .res_mobilr_div:before, .new_navbar_ope:before {
        top: 0;
    }
}

@media (max-width: 767px) {

    .top_set_flex {
        flex-direction: column;
        align-items: flex-start;
    }

    .form-group {
        margin-left: 0;
        margin-right: 0;
    }

    .footer_logo_bottom {
        margin-bottom: 10px;
    }

    .image_section_login {
        position: relative;
        bottom: 0;
        padding: 15px;
        width: calc(100% - 30px);
        margin-top: -80px;
    }

    .from-group-input .form-group {
        margin-left: 0;
        margin-right: 0;
    }

    .login_title {
        font-size: 18px;
        margin-bottom: 5px;
    }

    .search_button {
        background-color: var(--btn-bg);
        background-position: -286px -100px;
    }

    .from-group-input {
        flex-direction: column;
    }

    .subscribe_box .search_button {
        height: 35px;
    }

    footer .footer-areawe {
        margin-top: 30px;
        padding-top: 10px;
    }

    .foter_title {
        font-size: 16px;
    }

    .footer_col {
        font-size: 13px;
    }

    .contact_part:last-child {
        margin-bottom: 0;
    }

    .b2c_usermenu li {
        padding: 0 10px;
        margin-bottom: 5px;
    }

    .footer_address > div {
        font-size: 12px;
        line-height: 20px;
        margin-bottom: 10px;
    }

    .footer_devlop_div {
        flex-direction: column;
        font-size: 12px;
    }

    .profile_menu > li > a, .profile_menu li .link_triger {
        font-size: 14px;
        line-height: 30px;
    }

    .reg_icon {
        background-position: -19px -114px;
        background-color: var(--bg1-dark-h);
        border-radius: 50%;
        text-align: center;
        line-height: 200px;
    }

    .buy-now {
        margin-top: 5px;
    }

    .header_top_bar .resocial .f_social {
        transform: scale(0.8);
        width: 25px;
    }

    .header_top_bar .mail_icon {
        background-position: -288px -101px;
        transform: scale(0.8);
    }

    .header_top_bar .profile_menu li a {
        color: var(--color) !important;
        font-size: 10px;
        gap: 0;
    }

    .header_top_flex {
        gap: 0;
    }

    .footer_logo_bottom + .foter_title {
        text-align: center;
    }

    .footer_col.first_col {
        max-width: unset;
    }

    .footer_logo_bottom a.logo_display {
        justify-content: center;
    }

    ul.resocial {
        justify-content: flex-start;
        column-gap: 10px;
    }

    .footer_row {
        flex-direction: column;
        gap: 10px;
        padding-bottom: 10px;
    }

    .dialog-login {
        flex-direction: column;
    }

    .b2b_pr0 {
        padding-right: 0 !important;
    }


    .why_signle h5 {
        font-size: 18px;
    }

    .why_signle p {
        font-size: 14px;
    }

    .footer-bottom > div {
        justify-content: center;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .dialog-login.search_page_serach {
        border-radius: 5px;
        bottom: 20px;
        text-align: left;
        gap: 0;
        flex-direction: row;
        padding: 10px;
        background: #fff;
        left: 10px;
        right: 10px;
    }

    .n_d_div {
        flex: auto;
        width: calc(100% / 2 - 15px);
    }

    .xs_wid {
        width: calc(100% / 1 - 15px);
        max-width: 100%;
    }

    .dialog-login .form-group {
        width: 100%;
    }

    .search_page_serach .search_input {
        border-radius: 0;
        max-width: 100%;
    }

    .markup_setup {
        width: 100%;
        border-bottom: 1px solid #cbcbcb;
        border-top: 1px solid #cbcbcb;
    }

    .credit_icon {
        width: 23px;
        height: 23px;
        background-position: -434px -4px;
        display: block;
    }

    .header_section {
        min-height: auto;
        padding: 5px 0;
    }

    .header_menu .service_menu {
        overflow: auto;
        column-gap: 15px;
    }

    ul.service_menu li a {
        column-gap: 10px;
        line-height: 40px;
    }

    .dropdown-content {
        right: 0;
        left: auto;
    }

        .m_show {
        display: block;
    }

    .foter_title {
        margin: 10px 0 10px 0;
    }

    .my_account {
        width: 20px;
        height: 20px;
        background-position: -49px -2px;
    }

    .CurrencyList ul {
        right: auto;
        left: -25px;
    }

    .profile_menu > li > a, .profile_menu > li > .link_triger {
        column-gap: 5px;
    }

        .profile_menu > li > a.h_buttton, .profile_menu > li > .link_triger.h_buttton {
            line-height: 25px;
            font-size: 10px;
            border: 0;
            padding: 0;
        }

    .fa-navicon:before, .fa-reorder:before, .fa-bars:before {
        content: "\f0c9";
    }

    .usefull_link li a {
        padding-left: 0px;
        font-size: 12px;
    }

    .flowus {
        font-size: 12px;
    }

    .usefull_link li a:before {
        display: none;
    }

    .footer-bottom {
        line-height: 23px;
        font-size: 13px;
        margin-top: 10px;
    }

        .footer-bottom .text-right {
            text-align: left;
        }

    .login_fild {
        flex-direction: column;
        gap: 5px;
    }

    .login_extra {
        gap: 5px;
        flex-wrap: wrap;
        justify-content: space-between;
    }

        .login_extra span {
            display: none;
        }

    .usefull_link {
        gap: 10px;
        flex-direction: row;
        margin-top: 0;
        align-items: flex-start;
    }

    .footer_col_right {
        align-items: flex-start;
        flex-direction: column;
    }

    .login_input {
        height: 43px;
        font-size: 14px;
    }

    .login_button, .changepassbutton {
        font-size: 14px;
        padding: 0px 20px;
        line-height: 40px;
    }

    .login_input_icon {
        top: 13px;
    }

    ul.resocial {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .footer_flex {
        margin-bottom: 10px;
        flex-direction: column;
        align-items: flex-start;
    }

    .footer_contect {
        flex-direction: column;
    }

    .footer_c_detail {
        align-items: flex-start;
        flex-direction: column;
    }

    .mobile_menu {
        position: fixed;
        top: 0;
        bottom: 0;
        left: -100%;
        width: 100%;
        background: #fff;
        transition: all 0.5s;
    }

        .mobile_menu a.user_login {
            position: relative;
            top: 0;
            left: 0;
            right: 0;
            justify-content: space-between;
            background: var(--btn-bg);
            color: #fff !important;
            padding: 5px 0px 5px 10px;
            line-height: 30px;
            width: 100%;
            display: block;
        }

    span.user_n {
        background: var(--other-bg);
        padding: 0 10px;
        position: absolute;
        right: 0;
        top: 0;
        font-size: 35px;
        line-height: 40px;
    }

    .mobile_menu .service_menu {
        width: 100%;
    }

    .mobile_menu .profile_menu {
        flex-direction: column;
        align-items: flex-start;
        width: 100%;
        padding: 10px;
    }

    .mobile_menu ul li {
        width: 100%;
    }

    .mobile_menu .profile_menu > li > a, .mobile_menu .profile_menu > li > .link_triger {
        column-gap: 10px;
        border-bottom: 1px solid whitesmoke;
        font-weight: normal;
        text-transform: capitalize;
        line-height: 45px;
    }

    .toggle_icon {
        display: block;
    }
}
