﻿/*--VISA MODUEL NEW CSS START--*/
.visa_apply_btn {
    display: flex;
    flex-direction: column;
    padding: 10px 0;
}

    .visa_apply_btn .installments {
        font-weight: 600;
        font-size: 12px;
        line-height: normal;
        position: absolute;
        top: -40px;
        right: 0;
        left: 10px;
        background: #333333;
        padding: 10px 5px;
        width: 158px;
        color: #fff;
        border-radius: 10px;
        opacity: 0;
    }

        .visa_apply_btn .installments.active {
            opacity: 1;
        }

        .visa_apply_btn .installments::before {
            content: "";
            position: absolute;
            top: 100%;
            left: 50%;
            margin-left: -37px;
            border-width: 12px;
            border-style: solid;
            border-color: #333 transparent transparent transparent;
        }

.my_deal_btn.active {
    background-color: yellow !important;
    color: black !important;
}

.visa_btn_wrapper {
    display: flex;
    align-items: center;
    gap: 5px;
    margin-bottom: 10px;
    white-space: nowrap;
}

.visa_apply_btn {
    font-size: 14px !important;
    white-space: normal;
    line-height: normal !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.visa_btn {
    border: 1px solid transparent;
    box-sizing: border-box;
    border-radius: 8px;
    cursor: pointer;
    display: inline-block;
    font-weight: 500;
    font-size: 15px;
    line-height: 25px;
    padding: 4px 15px;
    color: #000;
}

    .visa_btn.active {
        border: 1px solid #00aae8;
        color: #000;
        background: #00aae8;
        color: #fff;
    }

.typevisicon {
    background-position: -506px -211px !important;
}

.hotel_tabby_product {
    margin-top: -70px;
}

@keyframes blinkvisa {
    0% {
        background-color: #ff0000;
    }

    50% {
        background-color: #f50303;
    }

    100% {
        background-color: #db0e0ead;
    }
}

@media (max-width: 767px) and (min-width: 20px) {
    .search_box_area.new_flight_module {
        bottom: 90px !important;
    }

    .search_box_area.visa_module {
        bottom: 130px !important;
    }


    .visa_apply_btn .installments {
        left: 0;
        right: 0;
        margin: auto;
        padding: 10px;
        top: -29px;
    }

        .visa_apply_btn .installments::before {
            top: 97%;
            border-width: 10px;
        }

    .hotel_tabby_product {
        margin-top: 0px;
    }

    .typevisicon {
        background-position: -506px -211px !important;
        bottom: 2px !important;
        background-size: auto !important;
        transform: scale(0.8);
        left: 11px !important;
        width: 30px !important;
    }

    .wd_31 {
        width: 100%;
        float: left;
        border-bottom: 1px solid #dee2ee;
        position: relative;
    }

    .typevisicon {
        background-position: -506px -211px;
        bottom: 2px;
        background-size: auto;
        transform: scale(0.8);
        left: 11px;
        width: 30px;
    }

    img.tabbyhome_logo {
        top: -35px;
        max-width: 60px;
    }

    .visa_btn {
        font-size: 12px;
        padding: 4px 5px;
    }
}

/*--VISA MODUEL NEW CSS END--*/




.search-heading h1 {
    color: #fff;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    max-width: fit-content;
    background: #00aae8;
    padding: 0 5px;
}

.search-heading .sub-title {
    color: #fff;
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    max-width: fit-content;
    background: #8dc94d;
    padding: 0 5px;
}

    .search-heading h1 span, .search-heading .sub-title span {
        color: #FF0;
    }

img.image_s_block {
    filter: brightness(0.5);
    min-height: 630px;
    height: 100vh !important;
    object-fit: cover;
}

button.nearby_des {
    background: rgba(255, 255, 255, 0);
    border-color: rgb(193, 203, 224);
    border-style: solid;
    border-width: 0px 0px 1px;
    cursor: pointer;
    display: flex;
    align-items: center;
    flex-shrink: 0;
    position: relative;
    padding: 12px;
    color: #000;
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    font-weight: 500;
    gap: 5px;
}

    button.nearby_des svg {
        min-width: 24px;
        min-height: 24px;
        max-width: 24px;
        max-height: 24px;
    }

.select_des_text {
    display: none;
}


.inner-addon.right-addon.auto_sbox.autosuggesion_input .select_des_text {
    text-align: center;
    padding: 15px 10px 10px 10px;
    background: #257ECD;
    font-size: 16px;
    line-height: 19px;
    font-weight: 500;
    margin: 0px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.select_des_text .arw_inputback {
    position: absolute;
    top: 13px;
    left: 10px;
    font-size: 22px;
    color: #fff;
}





.locAutosuggest__content {
    display: none;
    flex-direction: column;
    row-gap: normal;
    max-height: 100vh;
    overflow: auto;
}

.autosuggesion_input .locAutosuggest__content {
    display: flex;
}

.loc_contant b {
    margin: auto 0px;
    font-weight: 500;
    color: #00aae8;
    font-size: 15px;
}

    .loc_contant b span {
        font-weight: 600;
    }

.loc_contant {
    display: flex;
    align-items: center;
    gap: 5px;
    color: rgb(107, 115, 136);
    font-size: 15px;
    padding: 10px;
}

    .loc_contant svg {
        width: 20px;
        height: 20px;
        fill: #00aae8;
    }

    .loc_contant:hover {
        background: #147cd5;
        color: #fff;
    }

        .loc_contant:hover b {
            color: #fff;
        }

        .loc_contant:hover svg {
            fill: #fff;
        }

.modal-open-test {
    height: 100vh;
    position: fixed;
    width: 100%;
    overflow: hidden !important;
    -webkit-overflow-scrolling: touch !important;
    margin-top: 0px !important;
}

.hide_input_search .chosen-search {
    display: none;
}

.tabbyhome_logo {
    height: 35px;
    float: right;
    position: absolute;
    right: 30px;
    top: 0;
}

.hotel_pluse_flight {
    background: #ffffff;
    padding: 0 20px;
    border-radius: 5px;
    line-height: 30px;
    display: inline-block;
    margin: 0 15px;
    color: #080000;
    font-weight: 500;
    font-size: 17px;
    border: 3px solid #8dc94d;
}

.flight_top .one_way_trip .form-check label {
    line-height: 35px;
}
/*.see_more_module,#showBack{ display:none;}*/

em {
    font-style: normal;
}

.chosen-container {
    height: 90px;
    width: 100% !important;
    color: #00aae8;
    border: none;
    padding: 15px 3px 0 55px;
    position: initial;
    font-size: 16px;
    margin-bottom: 0;
    font-weight: 700;
    line-height: 75px;
    cursor: pointer;
    background-color: #fff;
}

    .chosen-container a {
        display: inline-block;
        width: 100%;
        white-space: nowrap;
        overflow: hidden;
        max-width: 245px;
    }

    .chosen-container.chosen-with-drop .chosen-drop {
        left: 0;
    }

.chosen-container-single .chosen-drop {
    margin-top: -1px;
    border-radius: 0 0 4px 4px;
    background-clip: padding-box;
}

.chosen-container .chosen-drop {
    position: absolute;
    top: 100%;
    left: -9999px;
    z-index: 1010;
    width: 100%;
    border-top: 0;
    background: #fff;
    box-shadow: 0 4px 5px rgba(0,0,0,.15);
}

.chosen-container-single .chosen-search {
    position: relative;
    z-index: 1010;
    margin: 0;
    padding: 3px 4px;
    white-space: nowrap;
}

    .chosen-container-single .chosen-search input[type=text] {
        margin: 1px 0;
        padding: 4px 20px 4px 5px;
        width: 100%;
        height: 40px;
        outline: 0;
        border: 1px solid #ddd;
        font-size: 15px;
        line-height: normal;
    }

.chosen-container .chosen-results {
    color: #444;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    margin: 0 4px 4px 0;
    padding: 0 0 0 4px;
    max-height: 240px;
    -webkit-overflow-scrolling: touch;
}

    .chosen-container .chosen-results li.active-result {
        display: list-item;
        cursor: pointer;
    }

    .chosen-container .chosen-results li {
        display: none;
        margin: 0;
        padding: 5px 6px;
        list-style: none;
        line-height: 15px;
        word-wrap: break-word;
        -webkit-touch-callout: none;
        font-size: 15px;
        font-weight: 400;
    }

        .chosen-container .chosen-results li.result-selected {
            background: #00aae8;
            color: #fff;
        }

        .chosen-container .chosen-results li.highlighted {
            background-color: #00aae8;
            color: #fff;
        }

.pn {
    left: 32px !important;
    top: auto !important;
}

.rating ul {
    display: flex;
}

    .rating, .rating ul li {
        float: left;
        display: flex;
    }

.build_star .rating_new {
    padding: 15px;
    background: #fff;
}

.add-plus {
    padding-top: 25px;
}

.bg_white {
    background: #fff;
}

.rating li:not(:checked) > input {
    top: -9999px;
    position: fixed !important;
}

.rating li:not(:checked) > label {
    position: relative;
    cursor: pointer;
    text-transform: none;
    width: 60px;
    height: 60px;
    border-radius: 8px;
    font-size: 15px;
    text-align: center;
    margin-bottom: 0;
    line-height: 60px;
}

.rating li label {
    border: 1px solid #c3d4eb;
    width: 44px;
    height: 44px;
    border-radius: 8px;
    margin-right: 10px;
    padding: 0;
}

    .rating li label span {
        padding-right: 3px;
    }

.rating li > input:checked ~ label {
    background: #ff0;
    border-color: #ff0;
}

.rating_new li:not(:checked) > label:hover {
    color: #00aae8;
}

.q_rating {
    background: #fff;
    height: 90px;
    width: 100%;
    color: #00aae8;
    border: none;
    position: initial;
    font-weight: 700;
    text-transform: capitalize;
    background-color: #fff;
    padding-top: 5px;
}

.select_service {
    display: inline-block;
    width: 100%;
    background: #fff;
    height: 90px;
    padding-top: 35px;
    padding-left: 15px;
}

    .select_service > label {
        width: 30%;
        float: left;
        margin-bottom: 0;
        margin-right: 10px;
    }

        .select_service > label input[type=checkbox] {
            margin: 0 5px 0 0;
        }

.service_lable {
    font-size: 15px;
    font-weight: 700;
    color: #00aae8;
    display: flex;
    cursor: pointer;
}

    .service_lable span {
        padding-left: 5px;
    }

.q_rating ul li > label {
    width: 40px !important;
    height: 40px !important;
    line-height: 40px !important;
}

.q_rating ul li {
    display: block;
}

.q_rating ul {
    padding-left: 25px;
    padding-top: 25px;
}

.q_rating li:not(:checked) > label {
    border: none;
}

div.bhoechie-tab-container {
    z-index: 10;
    background-color: #fff;
    padding: 0 !important;
    border-radius: 0;
    -moz-border-radius: 0;
    background-clip: padding-box;
    position: absolute !important;
    width: 100%;
    -webkit-box-shadow: 0 10px 20px 0 rgba(53,64,90,.2);
    box-shadow: 0 10px 20px 0 rgba(53,64,90,.2);
    max-height: 350px;
    overflow-y: auto;
    margin-top: 1px;
}

.imagesearch a:hover {
    background-color: #f2f8ff;
}

.imagesearch a {
    display: flex;
    font-size: 14px;
    font-weight: 600;
    line-height: 25px;
    color: #4a4a4a;
    padding: 0px 10px 0 40px;
    margin-bottom: 7px;
    position: relative;
}

.imagesearch:last-child {
    padding-bottom: 30px;
}

.list-group-item {
    border: none;
}

.menu_block {
    padding: 28px 0;
}

.page_none {
    display: none;
}

.br_top_left {
    border-radius: 10px 0 0 10px;
}

.br_top_right {
    border-radius: 0 10px 10px 0;
}

.transfer_depature {
    position: absolute;
    top: 90px;
    display: inline-flex;
    left: 0;
    right: 0;
    z-index: 9;
    border-top: 1px solid #c3d4eb;
}

.clock_time {
    background-color: transparent;
    background-position: -551px -124px;
    z-index: 9 !important;
}

.form_time {
    border: none;
    bottom: 0;
    position: relative;
    width: 285px;
}

.fa-search:before {
    content: "\f002";
}

.t-date-info-title {
    font-weight: 700 !important;
    color: #00aae8;
    height: 100px;
    padding: 15px 9px 0 0;
    font-size: 15px;
    line-height: 100px;
}

.search_box_area {
    width: 100%;
    position: absolute;
    margin: 0 auto;
    left: 50%;
    right: 0;
    top: 50%;
    transform: translate(-50%, -50%);
}

.mtop-button {
    margin-top: 85px;
}

.re_search_input {
    background: #fff;
    border: 1px solid #ebebeb;
    box-sizing: border-box;
    border-radius: 10px 10px 0 0;
    position: relative;
    border-bottom: none;
}

.country_location {
    width: 25px;
    height: 25px;
    top: 4px;
    pointer-events: none;
    z-index: 9;
    background-position: -66px -2px;
    background-size: 410px;
    position: absolute;
    left: 12px;
}

.list-group .imagesearch {
    position: relative;
}

.re_search_input .search_histroy {
    border-radius: 10px 10px 0 0;
    height: 100px;
    padding: 0 0 0 82px;
    font-size: 20px;
    font-weight: 700;
    line-height: 100px;
    color: #000;
}

.form-control {
    height: 60px;
    width: 100%;
    color: #000;
    border: none;
    padding: 13px 3px 0 55px;
    position: initial;
    font-size: 14px;
    margin-bottom: 0;
    font-weight: 700;
    line-height: 52px;
    background-color: #fff;
}

.drop_down_name {
    cursor: pointer;
}

.t-check-in, .t-check-out {
    border-color: #ededed;
    background: #fff;
}

.close_history {
    width: 36px;
    height: 30px;
    pointer-events: none;
    position: absolute;
    right: 30.76px;
    z-index: 9;
    background-position: -139px -6px;
    top: 38px;
}

.main_search_containt {
    padding: 0 15px 30px 15px;
    background: #f0f7ff;
    border-radius: 8px;
    outline: 0;
}

.actvie_module {
    background-position: -558px -55px;
}

.drop_icon_active {
    width: 36px;
    height: 30px;
    pointer-events: none;
    position: absolute;
    bottom: 85px;
    left: 32px;
    z-index: 9;
    display: none;
}

.li_width input:focus, .select:focus, input:focus {
    border: 1px solid #00aae8;
}

.hotel_drop input::-webkit-input-placeholder {
    color: #000;
}

.hotel_drop input:-moz-placeholder {
    color: #000;
}

.lbl_up {
    max-width: 100%;
    font-size: 11px;
    position: absolute;
    padding-left: 20px;
    color: #2E598F;
    top: 5px;
    z-index: 3;
    font-weight: 500;
    white-space: nowrap;
}

.br_right {
    border-right: 1px solid #dee2ee;
}

.exchange_flid {
    position: relative;
}

.fliht_ex {
    width: 25px;
    height: 30px;
    pointer-events: all;
    position: absolute;
    bottom: 15px;
    left: -13px;
    z-index: 9;
    background-position: -54px -55px;
    background-color: #fff;
    cursor: pointer;
}

.bradiusl {
    margin: 27px 10px 30px 10px;
    display: inline-block;
}

.search_flid .li_width {
    width: 25%;
    position: relative;
}

.search_flid .li_width_33 {
    width: 33.33%;
    position: relative;
}

.flight_add {
    position: absolute;
    right: -25%;
    width: 25%;
}

.drop_icon {
    width: 30px;
    height: 30px;
    pointer-events: none;
    position: absolute;
    bottom: 8px;
    left: 20px;
    z-index: 1;
}

.going_location {
    background-position: -76px -36px;
    background-size: 500px;
}

.from_location {
    background-position: -1px -36px;
    background-size: 500px;
}

.down_checkin {
    background-position: -145px -58px;
}

.down_location {
    background-position: -106px -88px;
    width: 25px;
}

.down_adult {
    background-position: -386px -427px;
}

.down_markup {
    background-position: -489px -382px;
}

.living-globe {
    background-position: -490px -125px;
}

.down_moon {
    background-position: -128px -89px;
    width: 25px;
    left: 10px;
}

.down_moon_q_p {
    background-position: -376px -254px;
}

.down_nationalty {
    background-position: -150px -85px;
    left: 5px !important;
    top: 15px;
    width: 30px;
}

.up_nationalty {
    background-position: -156px -85px;
    left: 20px;
    width: 25px;
}

.star_icon {
    background-position: -195px -88px;
    left: 5px;
    top: 25px;
    width: 30px;
}

.night_droup {
    color: #2E598F !important;
    font-weight: 600;
    font-size: 15px;
    line-height: 25px;
}

.down_room {
    background-position: -180px -57px;
}

.down_time {
    background-position: -560px -125px;
    width: 25px;
}

.search_flid {
    width: 100%;
    display: inline-flex;
    position: relative;
    background: 0 0;
    border-radius: 10px;
}

.display_flex {
    display: inline-flex;
    position: relative;
    height: 60px;
    background: #fff;
    width: 100%;
}

.desh {
    display: block;
    width: 24px;
    font-size: 22px;
    margin-top: 35px;
    text-align: center;
    position: relative;
    left: 0;
    color: #00aae8;
    z-index: 1;
}

.hotel_drop {
    margin: 0 15px;
    position: relative;
}

.position-rele {
    position: relative;
}

.search_flid_secound {
    width: 100%;
    display: inline-flex;
    border-radius: 10px;
    margin-top: 20px;
}

    .search_flid_secound .dropdown-display-label {
        padding: 23px 0 0;
    }

.one_way_trip {
    display: flex;
}

.inner-addon, .pos-r-search {
    position: relative;
    margin-bottom: 0;
}

.form-check {
    font-size: 15px;
    font-weight: 400;
    margin-right: 0;
}

.one_way_trip .form-check label {
    margin: 0;
    line-height: 30px;
    padding: 0 15px;
    caret-color: transparent;
}

[type=radio] {
    position: absolute !important;
    margin-left: 0 !important;
    opacity: 0;
}

    .trnsfer-search [type=checkbox] + label, [type=radio] + label {
        cursor: pointer;
        display: inline-block;
        font-weight: 400;
        font-size: 15px;
        line-height: 25px;
    }

.one_way_trip .form-check.checked {
    border: 1px solid #c3d4eb;
    box-sizing: border-box;
    border-radius: 8px;
}

.position-rele .lbl_up, .t-dates.t-date-check-out {
    padding-left: 20px;
}

    .t-dates.t-date-check-out .down_checkin {
        display: none !important;
    }

.drop_down_field ul {
    background-color: #fff;
    display: block;
    margin: 0 0 0;
    padding: 0;
    position: absolute !important;
    border: 1px solid #e6e6e6;
    border-radius: 4px;
    width: 100%;
    min-width: 300px;
    box-shadow: 0 3px 10px 0 rgba(0,0,0,.1);
    z-index: 9;
}

.Child_unit_age {
    display: inline-flex;
    margin-right: 10px;
    position: relative;
    margin-top: 10px;
}

    .Child_unit_age select {
        width: 100%;
        padding: 0 20px 0 5px;
        height: 27px;
    }

    .Child_unit_age .down_errow_grey {
        right: 5px;
        left: auto;
        position: absolute;
        pointer-events: none;
    }

.text-black {
    color: #444;
}

.add_room_btn_wrapper .addroom_btn, .add_room_btn_wrapper .doneadded, .add_room_btn_wrapper .removeroom {
    color: #949494;
    cursor: pointer;
    text-align: center;
    font-size: 15px;
    font-weight: 500;
}

.add_room_btn_wrapper {
    height: 40px;
    width: 100%;
    text-align: center;
}

    .add_room_btn_wrapper .doneadded {
        border-radius: 37px;
        height: 35px;
        width: 65px !important;
        line-height: 35px;
        margin-right: 15px;
        background: #00aae8;
        color: #fff;
    }

.lg-mr20 {
    margin-right: 20px;
}

.bort_none {
    border-top: medium none !important;
}

.rooms {
    padding: 11px 17px;
    background-color: #f3f3f3;
    overflow: hidden;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 500;
    position: relative;
}

.removeroom {
    float: right;
    font-size: 22px;
    position: absolute;
    right: 13px;
    top: 6px;
    color: #757575;
    cursor: pointer;
}

.text_box_wrapp {
    overflow: hidden;
    padding: 10px 15px;
    width: 100%;
}

.Child_wrapp, .Unit_wrapp, .adult_wrapp {
    height: auto;
    display: inline-block;
    width: 100%;
    padding: 10px 0;
}

.Child_lbl, .Unit_lbl, .adult_lbl {
    color: #434343;
    font-family: arial;
    font-size: 14px;
    float: left;
    font-weight: 400;
}

.counter_wrapper {
    float: right;
}

.text_box_wrapp span {
    font-size: 14px;
    height: 22px;
    margin-left: 10px;
    color: #949494;
    font-weight: 400;
}

.minus {
    background-color: #cecece;
    font-size: 32px;
    line-height: 20px;
    color: #fff;
    border-radius: 2px;
}

.count_pre {
    font-size: 14px;
    line-height: 20px;
    float: left;
    height: 20px;
    text-align: center;
    width: 40px;
    color: #363636;
    font-weight: 500;
}

.minus, .plus {
    float: left;
    height: 20px;
    text-align: center;
    width: 20px;
    cursor: pointer;
}

.plus {
    font-size: 17px;
    line-height: 20px;
    background: #00aae8;
    border-radius: 2px;
    color: #fff;
    font-weight: 500;
}

.child_age {
    color: #434343;
    font-size: 14px;
    overflow: hidden;
    width: 100%;
}

.serch_btn {
    position: absolute;
    right: 0;
    bottom: 0;
    top: 0;
}

span.night_text {
    font-weight: 400;
    font-size: 13px;
    line-height: 19px;
    color: #00aae8;
    opacity: .5;
    display: block;
}

.search_button {
    width: 90px;
    height: 60px;
    right: 0;
    line-height: 52px;
    font-size: 30px;
    text-align: center;
    background: #00aae8;
    color: #fff;
    font-weight: 700;
}

.home-page-widget-overlay {
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0;
    visibility: hidden;
    z-index: -1;
}

    .home-page-widget-overlay.show {
        background: #020202;
        background: rgba(2,2,2,.7);
        z-index: 999;
        visibility: visible;
        opacity: 1;
        display: none !important;
    }

.z-index {
    z-index: 999;
    position: relative;
}

.top0 {
    top: 0;
}

.hotel_main_search {
    background: #f0f7ff;
    box-sizing: border-box;
    border-radius: 8px;
}

.wd22 {
    width: 22%;
    position: relative;
}

.wd_30 {
    width: 30%;
    position: relative;
}

.wd_50 {
    width: 50%;
}

.flight_class {
    font-size: 12px;
    display: block;
    position: absolute;
    bottom: -24px;
}

.m10 {
    margin: 10px;
}

.wd_40 {
    width: 40%;
    position: relative;
}

.wd_34 {
    width: 34%;
    position: relative;
}

.wd_14 {
    width: 14%;
    position: relative;
}

.wd_11 {
    width: 11%;
    position: relative;
}

.wd_20 {
    width: 20%;
    position: relative;
}

.wd_24 {
    width: 24%;
    position: relative;
}

.nat_arrow {
    right: 15px;
    top: 20px;
    left: auto;
    pointer-events: none;
    background-position: -71px -21px;
    width: 15px;
    height: 15px;
    position: absolute;
}

.nat_arrow2 {
    right: 25px;
    top: 55px;
    left: auto;
    pointer-events: none;
    position: absolute;
}

.pl40 {
    padding-left: 40px;
}

.pr20 {
    padding-right: 20px;
}

.common_button {
    width: 140px;
    height: 60px;
    border-radius: 8px;
    right: 0;
    line-height: 48px;
    font-size: 17px;
    text-align: center;
    background: #00aae8;
    color: #fff;
    font-weight: 700;
    margin-top: 20px;
}

.natnality_hotel {
    border: 1px solid #c3d4eb;
    box-sizing: border-box;
    border-radius: 8px;
    height: 60px;
    background: 0 0;
    line-height: 60px;
    padding-top: 0;
    padding-left: 45px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
}

.posi_re {
    position: relative;
    display: inline-flex;
}

.prefarnce_ul {
    display: flex;
    width: 100%;
    margin-top: 10px;
}

.drop_down_field_com {
    list-style: none;
    position: relative;
    right: 0;
    left: 0;
    float: left;
    padding-right: 20px;
    padding-left: 20px;
    width: 17%;
    border-right: 1px solid #edf0f7;
    display: flex;
    background: #fff;
}

.prefarance {
    text-align: center;
    position: absolute;
    left: 0;
    width: 150px;
    padding: 5px;
    color: #00aae8;
    border-radius: 10px 10px 0 0;
    z-index: 0;
    background: #fff;
    line-height: 20px;
    right: 0;
    margin: 0 auto;
    bottom: 0;
}

    .prefarance a {
        display: block;
    }

.fa-angle-double-up:before {
    content: "\f102";
}

.Prefance_body {
    display: block;
    padding: 5px 0 0 0;
}

.pref_bw {
    cursor: pointer;
    background: rgba(255,255,255,.4);
    color: #0e0e0e;
    padding: 10px 0;
    height: 40px;
    width: 100%;
    position: relative;
    right: 0;
}

.fa-calender:before, .fa.fa-chevron-down {
    content: "\f073";
    float: right;
    color: #ccc;
    line-height: 20px;
}

.destination_div::before {
    border-bottom: 10px solid #e1e3e7;
    width: 0;
}

.des_wrapper, .drop_down_field_com ul {
    position: absolute;
}

.des_wrapper {
    height: auto;
    width: 320px;
}

.des_wrapper, .nav-dropdown_mydiv {
    background-color: #fff;
    right: 0;
    left: 0;
    -webkit-box-shadow: 0 10px 20px 0 rgba(53,64,90,.2);
    box-shadow: 0 10px 20px 0 rgba(53,64,90,.2);
    top: 41px;
    z-index: 9;
}

.checkbox input {
    cursor: pointer !important;
}

.des_wrapper ul {
    margin: 0 !important;
}

.tmark .currency_div ul {
    right: 0 !important;
    padding: 0;
    width: 156px;
    height: 262px;
    overflow-x: hidden;
}

.nationalityhotel_div li {
    border-bottom: 1px solid #dee2ee;
    color: #505050;
    padding: 10px 0 10px 10px;
}

.des_wrapper, .drop_down_field_com ul {
    position: absolute;
}

.nati_txt {
    border-bottom: medium none !important;
    box-shadow: none !important;
    height: 30px;
    z-index: 181;
}

.drop_down_field_com ul {
    background-color: #fff;
    display: block;
    margin: 0;
    right: 0;
    left: 0;
    -webkit-box-shadow: 0 10px 20px 0 rgba(53,64,90,.2);
    box-shadow: 0 10px 20px 0 rgba(53,64,90,.2);
    z-index: 9;
    min-width: 120px;
    top: 41px;
    width: 100%;
}

.des_wrapper, .drop_down_field_com ul {
    position: absolute;
}

.scroll_div {
    height: 222px;
    overflow-x: hidden;
}

.mt30 {
    margin-top: 30px !important;
}

#ddlPrefPkgCountry label, .added_destination label {
    color: #333;
    margin-bottom: 5px;
    font-size: 12px;
    text-transform: none;
    font-weight: 400;
    padding-left: 5px;
}

.checkbox-custom-label, .setsearch .checkbox-custom {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    cursor: pointer;
    font-weight: 400;
    font-size: 11px;
}

.Hnationality_txt {
    height: 30px;
    padding-left: 10px;
    width: 100%;
    border: 1px solid #ddd;
}

.nati_txt .fa-search {
    position: absolute;
    right: 10px;
    top: 10px;
}

.add_des_txtbox {
    padding: 0 4px;
    width: 134px;
}

.markup_div li {
    border-bottom: 1px solid #dee2ee;
    color: #505050;
    padding: 10px 0 10px 8px;
}

ul li.select_item {
    color: #2e318d !important;
}

.fa-search:before {
    content: "\f002";
}

.save_btn {
    width: 100%;
    text-align: center;
    line-height: 40px;
}

.fa-chevron-down::before {
    content: "\f078" !important;
}

.search_flid_secound .lbl_up {
    top: 5px;
    padding-left: 10px;
}

.search_flid_secound .dropdown-multiple-label {
    background: #fff;
    border: 1px solid #c3d4eb;
}

.search_flid_secound .dropdown-display-label .dropdown-selected {
    color: #000;
}

.uaetooltip {
    top: 100%;
    left: 0;
    background-color: #fff;
    padding: 8px;
    border-radius: 3px;
    width: 80%;
    text-align: center;
    position: absolute;
    transition: ease .5s;
    z-index: 2;
    box-shadow: 1px 2px 10px 0 rgb(0 0 0 / 10%);
    font-size: 12px;
    line-height: 18px;
    border: 1px solid #00aae8;
    color: #00aae8;
    font-weight: 300;
    margin: 0 auto;
    right: 0;
}

    .uaetooltip::before {
        position: absolute;
        right: 0;
        left: 0;
        background: #fff;
        top: -13%;
        text-align: center;
        height: 12px;
        width: 12px;
        content: '';
        margin: auto;
        transform: rotate(45deg);
        border-left: 1px solid #00aae8;
        border-top: 1px solid #00aae8;
    }

.justyfy {
    justify-content: space-between;
}

.cal_note {
    position: absolute;
    bottom: 0;
    padding: 0 8px;
    z-index: 9;
    pointer-events: none;
}

@media (max-width:1400px) and (min-width:1200px) {
    .form-control, .t-dates {
        font-size: 18px;
    }

    .product_title {
        font-size: 26px;
    }

    #Add_room {
        line-height: 82px;
    }

    .drop_icon {
        left: 10px;
    }

    .form-control {
        padding: 15px 3px 0 35px;
        font-size: 18px;
    }

    .search_flid_secound select.form-control {
        font-size: 14px;
        padding-left: 38px;
        padding-top: 0;
    }

    .lbl_up {
        padding-left: 10px;
    }

    .clock_time {
        left: 0 !important;
    }
}

@media (max-width:1199px) and (min-width:768px) {
    .one_way_trip .form-check label {
        line-height: 23px;
    }

    .trnsfer-search [type=checkbox] + label, [type=radio] + label {
        font-size: 13px;
    }

    .search_flid .li_width, .search_flid .li_width_33, .wd22, .wd_11, .wd_24, .wd_30, .wd_34, .wd_40 {
        width: 50%;
        position: relative;
        float: left;
        border-bottom: 1px solid #eef0f6;
        min-height: 91px;
    }

    .form-check {
        padding: 15px 10px;
        margin-right: 0;
    }

    .serch_btn {
        top: 90px;
    }

    .serch_btn_flight {
        bottom: 119px;
        top: auto;
    }

    .flight_add {
        position: relative;
        left: 10px;
        width: 25%;
        float: left;
    }

    .bradiusl {
        margin: 15px 0 10px 0;
        display: inline-block;
    }

    .search_flid {
        display: inline-block;
    }

    .exchange_flid {
        float: left;
        height: 100px;
        line-height: 100px;
        width: auto;
        position: absolute;
        left: 50%;
        z-index: 1;
    }

    .top0 {
        top: 32%;
    }

    .search_flid .m_width {
        width: 100%;
    }

    .form-control, .t-dates {
        font-size: 18px;
    }

    .transfer_depature {
        position: relative;
        top: 0;
    }

        .transfer_depature .t-check-out .t-datepicker-day {
            left: 0;
        }

        .transfer_depature .t-dates.t-date-check-out .down_checkin {
            display: block !important;
        }

        .transfer_depature .t-dates.t-date-check-out {
            padding-left: 72px;
        }

    .t-datepicker-day {
        top: 91px;
    }
}

@media (max-width:767px) and (min-width:20px) {

    img.image_s_block {
        height: 100vh !important;
        object-position: top left;
        object-fit: cover;
    }

    .search-heading h1 {
        font-size: 18px;
    }

    .search-heading .sub-title {
        font-size: 12px;
    }

    .tabbyhome_logo {
        right: 15px;
    }

    .hotel_pluse_flight {
        margin: 0 0px;
        line-height: 22px;
        font-size: 12px;
    }

    .main_search_containt {
        padding: 0 15px 10px 15px;
    }

    .menu_block {
        padding: 10px 0;
        padding-bottom: 5px;
    }

    .flight_top .one_way_trip .form-check label {
        line-height: 35px;
    }

    .add-plus {
        padding-top: 0;
    }

        .add-plus button {
            font-size: 14px;
        }

    .uaetooltip {
        position: relative;
        margin-bottom: 10px;
    }



    .form_time {
        width: 255px;
    }

    .flight_class {
        font-size: 12px;
        display: inline;
        position: relative;
        bottom: 0;
        margin-left: 5px;
    }

    .rating li:not(:checked) > label {
        width: 50px;
        height: 45px;
        line-height: 45px;
    }

    .bradiusl {
        margin: 15px 0 10px 0;
        display: inline-block;
    }

    .transfer_depature .t-check-out .t-datepicker-day {
        left: 0;
    }

    .display_flex {
        height: 45px;
    }

    .clock_time {
        background-position: -560px -117px;
        background-size: auto !important;
        width: 25px !important;
        height: 30px !important;
    }

    .t-date-info-title {
        height: 60px;
        line-height: 60px;
        top: 0;
    }

    .search_flid_secound.mt20 {
        margin-top: 0 !important;
    }

    .prefarnce_ul, .search_flid {
        display: block;
        width: 100%;
        border-left: none;
    }

    .fliht_ex {
        width: 20px;
        height: 20px;
        pointer-events: all;
        position: absolute;
        bottom: -10px;
        left: 50%;
        z-index: 9;
        background-position: -40px -41px;
        background-image: url(/assets/whitelable1/img/info-icons-strip.svg?13);
        background-color: #fff;
        transform: rotate(-90deg);
        background-size: 443px;
    }

    .exchange_flid {
        position: relative;
        display: block;
        float: left;
        width: 100%;
    }

    .drop_down_field_com, .search_flid .li_width, .search_flid .li_width_33, .search_flid_secound .li_width, .serch_btn, .wd22, .wd_11, .wd_14, .wd_20, .wd_24, .wd_30, .wd_34, .wd_40 {
        width: 100%;
        float: left;
        border-bottom: 1px solid #dee2ee;
        position: relative;
    }

    .cal_note {
        font-size: 11px;
    }

    .search_flid_secound .li_width {
        border-bottom: none;
    }

    .flight_add {
        position: relative;
        right: 0;
        width: 100%;
        display: inline-block;
    }

    .t-datepicker-day {
        top: 62px;
    }

    .from_location {
        background-position: -3px -28px;
    }

    .going_location {
        background-position: -67px -32px;
    }

    .re_search_input .search_histroy {
        height: 60px;
        padding: 0 0 0 50px;
        font-size: 21px;
        line-height: 60px;
    }

    .down_checkin {
        background-position: -106px -35px;
    }

    .down_room {
        background-position: -134px -35px;
    }

    .desh {
        margin-top: 25px;
        left: 0;
    }

    .br_right {
        border-right: none;
    }

    .drop_icon {
        bottom: 8px;
        left: 16px;
        background-size: 443px;
        width: 25px;
        height: 25px;
    }

    .down_location {
        background-position: -77px -62px;
        width: 20px;
        height: 20px;
    }

    .up_nationalty {
        background-position: -111px -62px;
        top: 20px;
        width: 20px;
    }

    .nat_arrow2 {
        top: 25px;
    }

    .living-globe {
        background-position: -357px -86px;
    }

    .mtop-button {
        margin-top: 0;
    }

    .down_nationalty {
        background-position: -113px -61px;
        left: 15px !important;
        top: 13px !important;
        width: 18px;
    }

    .star_icon {
        background-position: -147px -63px;
    }

    .form-control {
        height: 45px;
        padding: 10px 9px 0 44px;
        font-size: 13px;
        line-height: 45px;
        -webkit-user-select: none;
    }

    .natnality_hotel {
        padding-top: 0;
        margin-bottom: 10px;
    }

    .lbl_up {
        font-size: 8px;
        padding-left: 16px;
        top: 4px;
        line-height: 12px;
        display: flex;
    }

    .xs-mb0 {
        margin-bottom: 0 !important;
    }

    .hotel_drop {
        margin: 0 0;
    }

    .down_time {
        background-position: -958px -97px;
        width: 25px;
        background-size: 500px;
    }

    .search_flid .wd_50p {
        width: 50% !important;
    }

    .country_location {
        width: 23px;
        height: 30px;
        left: 4px;
        background-position: -73px -3px;
        top: 5px;
        background-size: 443px;
    }

    .close_history {
        width: 26px;
        height: 26px;
        right: 20px;
        background-position: -99px 1px;
        top: 15px;
        background-size: 443px;
    }

    span.sername {
        font-size: 14px;
        white-space: nowrap;
    }

    .xs-p0 {
        padding: 0;
    }


    .trnsfer-search [type=checkbox] + label, [type=radio] + label {
        font-size: 14px;
    }

    .search_button {
        width: 100%;
        height: 45px;
        border-radius: 8px;
        line-height: 35px;
        font-size: 15px;
        font-weight: 700;
        margin-top: 10px;
    }

    .chosen-container {
        height: 60px;
        font-size: 15px;
        line-height: 60px;
    }

    .serch_btn {
        position: relative;
        right: 0;
        bottom: 0;
    }

    .form-check {
        font-size: 17px;
        margin-right: 0;
        white-space: nowrap;
    }

    .br_bottm {
        border-bottom: none !important;
    }

    .search_flid_secound {
        width: 100%;
        display: inline-block;
        position: relative;
        border-radius: 10px;
        margin-top: 5px;
    }

    .transfer_depature {
        position: relative;
        top: 0;
    }

        .position-rele .lbl_up, .transfer_depature .t-dates.t-date-check-out {
            padding-left: 45px;
        }

            .transfer_depature .t-dates.t-date-check-out .down_checkin {
                display: block !important;
            }

    .down_moon_q_p {
        background-position: -377px -251px;
        background-size: inherit !important;
    }
}



/*flight_hotel_mobile css Start*/

@media (min-width:20px) and (max-width:767px) {
    .autocomplete-suggestions {
        max-height: 100%;
        max-width: 100%;
        width: 100% !important;
    }

    .inner-addon.right-addon.auto_sbox.autosuggesion_input {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        background: #fff;
        z-index: 99;
        height: 100%;
    }

        .inner-addon.right-addon.auto_sbox.autosuggesion_input input {
            border: 15px solid #257ECD;
            text-align: left;
            border-radius: 0;
            padding: 10px 10px;
            height: 70px;
        }

        .inner-addon.right-addon.auto_sbox.autosuggesion_input label {
            display: none;
        }

        .inner-addon.right-addon.auto_sbox.autosuggesion_input .fa-arrow-left:before {
            content: "\f060";
        }

    .arw_inputback {
        position: absolute;
        top: 23px;
        left: 10px;
        font-size: 22px;
    }

    ul.search_flid.flight_hotel_mobile {
        display: flex;
        padding: 0;
        gap: 10px;
        justify-content: flex-start;
        flex-wrap: wrap;
    }

    .flight_hotel_mobile li.flight_hotel_destination {
        width: calc(100% / 1 - 0px) !important;
    }

    ul.search_flid.flight_hotel_mobile > li {
        width: calc(100% / 2 - 10px);
        border-bottom: unset;
    }

        ul.search_flid.flight_hotel_mobile > li.serch_btn.serch_btn_flight {
            width: 100%;
        }

    ul.search_flid.flight_hotel_mobile .drop_icon {
        bottom: 27px;
        left: 13px;
        display: none;
    }

    ul.search_flid.flight_hotel_mobile label {
        display: none;
    }

    ul.search_flid.flight_hotel_mobile li .form-control {
        padding: 10px 10px;
        height: 70px;
        text-align: center;
        border-radius: 10px;
    }

    .search_flid.flight_hotel_mobile .exchange_flid {
        width: unset !important;
    }

    .search_flid.flight_hotel_mobile .fliht_ex {
        left: -10px;
        bottom: 35px;
        -webkit-transform: translateY(10px);
        -moz-transform: translateY(10px);
        -ms-transform: translateY(10px);
        -o-transform: translateY(10px);
        transform: translateY(10px);
    }

    .search_flid.flight_hotel_mobile .flight_hotel_date {
        width: calc(100% / 1 - -1px) !important;
    }

        .search_flid.flight_hotel_mobile .flight_hotel_date .display_flex {
            justify-content: space-between;
            /*background: transparent;*/
            height: 70px;
            column-gap: 8px;
        }

        .search_flid.flight_hotel_mobile .flight_hotel_date .celendar_div {
            width: calc(100% / 2 - 8px) !important;
            height: 70px;
            text-align: center;
            border-radius: 10px;
        }

    .search_flid.flight_hotel_mobile .one_way_trip .form-check.checked .flight_hotel_date .display_flex {
        background: #fff;
    }

    .search_flid.flight_hotel_mobile.mobile_mt {
        margin-top: 8px;
    }

    .mobile_hotel_btn {
        color: #00aae8;
        display: inline-block;
        line-height: normal;
        border: 1px solid #115a9c;
        padding: 10px;
        border-radius: 10px;
        margin: 15px 0;
        width: 100%;
    }

        .mobile_hotel_btn .serchdiffcity {
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
        }

        .mobile_hotel_btn .custom-control-label {
            color: #00aae8;
            margin-left: 0;
            font-size: 12px;
            margin-bottom: 0;
            width: 100%;
            padding-left: 15px;
        }

    .mobile-full-width {
        width: 100% !important;
    }
}
/*flight_hotel_mobile css End*/
