﻿.service_count_block {
    margin-bottom: 0;
}

.div_right {
    max-width: 270px;
}

.norecod_block {
    display: inline-block;
    width: 100%;
    overflow: hidden;
    border-radius: 5px;
    border: 5px solid var(--btn-bg);
}

.no_room_found {
    padding: 0px 7px 7px 7px;
    font-size: 18px;
    font-weight: 500;
}

.flight_policy {
    z-index: 1;
    line-height: 20px;
    font-weight: 500;
    font-size: 12px;
    color: #008009;
    text-align: center;
    padding: 0 10px;
    position: relative;
}

.flight_from_to {
    background: var(--other-bg);
    padding: 10px;
    border-radius: 3px;
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
}

.flight_logo_selction {
    position: relative;
    z-index: 0;
    margin-bottom: 25px;
}

    .flight_logo_selction a {
        margin: 30px 0px;
        display: block;
        border-radius: 10px;
        overflow: hidden;
    }

.flight_filter_logo {
    overflow: hidden;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    transition: all 0.5s;
    border: 1px solid var(--border-color);
    border-radius: 10px;
}

.owl-nav {
    width: 100%;
    display: flex;
    justify-content: space-between;
    top: 40%;
}

.angle-left {
    width: 38px;
    height: 38px;
    display: block;
    border-radius: 50%;
    border: 1px solid var(--border-color);
    background-position: -1px -125px;
}

.angle-right {
    width: 38px;
    height: 38px;
    display: block;
    border-radius: 50%;
    border: 1px solid var(--border-color);
    background-position: -25px -124px;
}

.owl-nav .owl-prev {
    margin-left: -20px;
}

.owl-nav .owl-next {
    margin-right: -20px;
}

.flight_logo {
    width: 100%;
    height: 40px;
    object-fit: contain;
    margin: 15px auto;
    max-width: 80px;
}

.flight_filter_name {
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 125px;
    overflow: hidden;
    font-weight: 600;
    font-size: 14px;
    color: var(--all-text-main);
}

.stan_room_block .pnltitlesub {
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    text-transform: uppercase;
    border-bottom: 1px solid var(--border-color);
    padding-bottom: 10px;
}

.price_logo_filter {
    flex: 1;
    min-width: 100%;
    text-align: center;
    background: var(--btn-bg);
    color: #fff;
    line-height: 30px;
    display: none;
}

.flight_filter_count {
    line-height: 25px;
    color: var(--all-text-main);
    text-align: center;
    font-size: 12px;
    font-weight: 600;
    background: var(--other-bg-light);
    width: 100%;
    margin-top: 10px;
    padding: 5px 0;
}

.active_flightname .flight_filter_logo, .flight_filter_logo:hover {
    background-color: #EDF1FE;
}



.active_flightname .price_logo_filter {
    background: var(--btn-two-bg);
}

.breadcrumb_block {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

a.modify_button {
    background: var(--color);
    border-radius: 3px;
    line-height: 40px;
    display: block;
    text-align: center;
    padding: 0 20px;
    font-weight: 600;
    font-size: 16px;
    color: var(--btn-bg);
}

.modify_block {
    padding: 20px 0;
    background: var(--other-bg-light);
}

.Modify_Search {
    max-width: 1330px;
    margin: 0 auto;
    width: calc(100% - 15px);
    position: relative;
    display: flex;
    flex-direction: column;
    row-gap: 10px;
    border-radius: 10px;
}

.panel_row {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.destination_s_div {
    display: flex;
    flex: 0 0 46%;
    max-width: 46%;
    position: relative;
    align-items: center;
}

.n_d_div {
    flex: 1;
    position: relative;
    /* background: #fff; */
}

.n_d_none {
    border-radius: 8px 0px 0px 8px;
}

.hotel_date_p {
    display: flex;
    max-width: 310px;
}

.date_div {
    position: relative;
    flex: 1;
}

.lbl_up {
    font-size: 11px;
    position: absolute;
    color: var(--label-color);
    z-index: 1;
    white-space: nowrap;
    top: 7px;
    font-weight: 400;
    pointer-events: none;
    background: transparent;
    width: auto;
    max-width: fit-content;
    left: 40px;
    right: 0;
    text-align: left;
}

.drop_icon {
    width: 22px;
    height: 22px;
    pointer-events: none;
    bottom: 6px;
    left: 10px;
    z-index: 1;
    position: absolute;
}


.Economy_icon {
    background-position: -184px -138px;
}


.from_location {
    background-position: 313px -55px;
}

.to_location {
    background-position: 284px -55px;
}

.down_checkin {
    background-position: -260px -14px;
}

.down_room {
    background-position: -294px -14px;
}

.down_arrow {
    background-position: -317px -14px;
    right: 10px;
    left: auto;
    top: 13px;
}

.down_location {
    background-position: -70px -3px;
}

.fliht_ex {
    width: 35px;
    height: 50px;
    position: relative;
    margin: 0 auto;
    left: 0;
    right: 0;
    cursor: pointer;
    background-position: 262px -41px;
    border: 1px solid var(--border-color);
    background-color: #fff;
}

.search_input {
    height: 50px;
    width: 100%;
    color: var(--all-text-main);
    padding: 20px 5px 0px 40px;
    font-size: 15px;
    cursor: pointer;
    outline: none;
    appearance: none;
    background: #fff;
    box-sizing: border-box;
    font-weight: 600;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 26px;
    border-radius: 10px;
    border: 1px solid var(--border-color);
}

.br_right_r {
    border-radius: 8px 0px 0px 8px;
    border-right: none;
}

.search_button {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    background-color: var(--btn-bg);
    border-radius: 8px;
    transition: all 0.3s;
    border: none;
    color: var(--color-two);
    justify-content: center;
    font-size: 16px;
    column-gap: 10px;
    position: relative;
    max-width: 60px;
    font-weight: 600;
}

.br_left_r {
    border-left: none;
    border-radius: 0px 8px 8px 0px;
}

.br_right_r {
    border-right: none;
    border-radius: 8px 0px 0px 8px;
}

.economy_select {
    width: 197px;
    position: absolute;
    height: 50px;
    left: 93px;
    top: 1px;
    line-height: normal;
    pointer-events: none;
    font-size: 15px;
    font-weight: 600;
}

    .economy_select div {
        padding: 15px 0px 0px 15px;
        line-height: 38px;
    }

.economy_select_in select {
    background: 0;
    border: 1px solid #B3B9C0;
    padding: 5px;
    line-height: normal;
    margin-top: 15px;
    margin-bottom: 30px;
    max-width: 120px;
    height: auto;
    border-radius: 2px;
}

span.economy_pos {
    position: relative;
}

.economy_pos .economy_arrow {
    background-position: -317px -14px;
    right: 5px;
    top: -2px;
    left: auto;
}

.drop_down_field .addroom_search_div {
    padding: 24px 20px;
}

.multi-button {
    background: var(--btn-bg);
    line-height: 60px;
    outline: 0;
    border: none;
    color: var(--color);
    font-weight: 700;
    font-size: 14px;
    padding: 0px 12px;
    white-space: nowrap;
    border-radius: 5px;
}

.input_redio_box {
    display: inline-flex;
    cursor: pointer;
    position: relative;
    font-size: 14px;
    line-height: 40px;
    color: var(--all-text-main);
}

.one_way_trip {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0;
}

.left_div {
    display: flex;
    column-gap: 10px;
}

.right_div {
    display: flex;
    column-gap: 10px;
}

.input_redio_box input {
    display: none;
}

.input_redio_box [type=radio] + label {
    margin-right: 0px;
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 0;
    color: var(--all-text-main);
    border-radius: 25px;
    cursor: pointer;
    padding: 0 20px;
    line-height: 28px;
    border: 1px solid var(--btn-two-bg);
}

.input_redio_box label::before {
    font-family: FontAwesome;
    content: none;
    background: none;
    font-size: 14px;
    border: 0;
    padding: 0;
    left: 0;
    position: relative;
    text-align: center;
    font-weight: normal;
    color: #fff;
    border-radius: 50%;
    width: 16px;
    height: 16px;
    display: inline-block;
    top: 3px;
    margin-right: 5px;
}

.input_redio_box input:checked ~ label {
    background: var(--btn-two-bg);
    color: var(--bottom-header-text);
}

    .input_redio_box input:checked ~ label:after {
        display: none;
    }

.div_row {
    display: flex;
    column-gap: 30px;
}

.sticky_pos {
    position: sticky;
    top: 100px;
    z-index: 1;
    background: #fff;
    border-bottom: 1px solid var(--border-color);
    margin-bottom: 20px;
    padding: 15px 0;
}

.all_filter {
    display: flex;
    align-items: center;
    gap: 15px;
}

.search_filter_button {
    display: flex;
    gap: 10px;
    align-items: center;
}

.filter_title {
    color: #353535;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 15px;
}

button.close-btn-filter {
    position: absolute;
    right: 10px;
    background: transparent;
    border: none;
    font-size: 25px;
    top: 10px;
}

.filder_slider {
    color: #00AAE8;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    display: flex;
    align-items: center;
    column-gap: 10px;
    cursor: pointer;
}

.filter_icon {
    width: 20px;
    height: 20px;
    background-position: -718px -7px;
}

.filter_block {
    display: flex;
    align-items: center;
    gap: 15px;
}

.dropdown-filter {
    position: relative;
    display: inline-block;
}

.dropdown-toggle-filter {
    cursor: pointer;
    border: 1px solid var(--border-color);
    border-radius: 3px;
    background: transparent;
    font-size: 14px;
    font-weight: 600;
    line-height: 30px;
    display: flex;
    align-items: center;
    column-gap: 5px;
    justify-content: space-between;
}

.dropdown-menu-filter {
    display: none;
    position: absolute;
    z-index: 1;
    padding: 20px 10px;
    min-width: 270px; /* Optional: To ensure a minimum width for the menu */
    border-radius: 5px;
    border: 1px solid var(--border-color);
    background: #FFF;
    box-shadow: 0px 0px 8px 4px rgba(0, 0, 0, 0.10);
}

    .dropdown-menu-filter.show {
        display: block;
    }

    .dropdown-menu-filter .close-btn {
        position: absolute;
        top: 10px;
        right: 10px;
        cursor: pointer;
        background: none;
        border: none;
        font-size: 16px;
        color: #888;
    }


/*filter css*/
.filter_div_all {
    border: 1px solid var(--border-color);
    border-radius: 10px;
    padding: 10px;
}
.fill_text {
    font-size: 16px;
    font-weight: 600;
    color: var(--all-text-main);
    padding-bottom: 15px;
    padding-top: 5px;
}
.sidebar-item {
    display: block;
    width: 100%;
    box-sizing: border-box;
    overflow: hidden;
    position: relative;
    border-top: 1px solid var(--border-color);
    padding: 10px 0px;
}

.filter_div_all .sidebar-item:first-child {
    border-top: none;
    padding-top: 0;
}

.item-filter {
    margin: 10px 0;
    overflow: auto;
    max-height: 300px;
}

.sidebar-item .filter_text {
    font-size: 16px;
    line-height: 40px;
    font-weight: 600;
    display: flex;
    width: 100%;
    color: var(--all-text-main);
    padding: 0px;
    align-items: center;
    justify-content: space-between;
    text-transform: capitalize;
}

.fa-angle-up:before {
    content: "\f106";
}

.collapsed .fa-angle-up:before {
    content: "\f107";
}


.sidebar-item a .fa-angle-up {
    font-size: 23px;
}

ul.check-square {
    display: flex;
    flex-direction: column;
    row-gap: 5px;
}
/*price slider*/
.ui-slider .ui-slider-range {
    display: block;
    position: absolute;
    z-index: 1;
    border: none;
    background: var(--btn-two-bg);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px 5px 5px 5px;
    border-radius: 5px;
    height: 100%;
}

.ui-slider.ui-widget-content {
    background: var(--border-color);
    border-radius: 6px;
    height: 3px;
    position: relative;
    text-align: left;
    margin-bottom: 25px;
    width: 91%;
}

.ui-slider .ui-slider-handle {
    cursor: default;
    position: absolute;
    z-index: 1;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #fff;
    margin-left: 0;
    top: -7px;
    background: var(--btn-two-bg);
}

.min_height50 {
    /* min-height: 50px; */
    padding-top: 15px;
}

.price-label {
    display: flex;
    justify-content: space-between;
    column-gap: 15px;
    margin-top: 10px;
}

.min-price-label, .max-price-label {
    padding: 3px 10px;
    border-radius: 3px;
    border: 1px solid var(--border-color);
    background: transparent;
    color: var(--all-text-main);
    font-size: 14px;
    font-weight: 600;
    width: 100%;
    text-align: center;
    max-width: fit-content;
}


.list_back_h {
    display: none;
}

.flight_block {
    max-width: 301px;
}

.flight_block_list {
    padding: 10px 0;
}

.flight_first_block {
    justify-content: flex-start;
    align-items: center;
    display: inline-flex;
    width: 100%;
    border: 1px solid var(--border-color);
    border-radius: 10px;
    padding: 15px;
}

.flight_left {
    align-self: stretch;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    display: inline-flex;
    width: 100%;
    padding-right: 15px;
}

.flight_repeat {
    align-self: stretch;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 8px;
    display: flex;
}

.FlightInfo {
    align-self: stretch;
    justify-content: space-between;
    align-items: flex-start;
    display: inline-flex;
}

.Divider {
    align-self: stretch;
    border-top: 1px solid var(--border-color);
}

.Number {
    align-self: stretch;
    justify-content: flex-start;
    align-items: center;
    gap: 4px;
    display: inline-flex;
    color: var(--all-text-main);
    font-size: 15px;
    font-weight: 400;
}
    .Number span {
        flex: 1 1 0;
        word-wrap: break-word;
    }

.flight_date {
    color: var(--all-text-main);
    font-size: 15px;
    font-weight: 400;
    line-height: normal;
    word-wrap: break-word;
}
.flight_right {
    width: 230px;
    align-self: stretch;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    display: inline-flex;
    border-left: 1px solid var(--border-color);
    padding-left: 15px;
}

.flight_img {
    align-self: stretch;
    justify-content: flex-start;
    align-items: flex-end;
    gap: 4px;
    display: inline-flex;
}

.flight_name div {
    margin-bottom: 5px;
}

.flight_name, .flight_d_logo {
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    color: var(--all-text-main);
}

.flight_time {
    flex: 1 1 0;
    align-self: stretch;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: inline-flex;
}

    .flight_time.m_text_r {
        align-items: flex-end;
    }

.stop_div {
    align-self: stretch;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 4px;
    display: inline-flex;
}

.flight_img img {
    width: 40px;
    height: 40px;
    margin-right: 10px;
    background-color: #F4F5FA;
    border-radius: 4px;
}

.departure_time {
    font-weight: 600;
    font-size: 22px;
    line-height: 38px;
    color: var(--all-text-main);
}

    .departure_time span {
        font-size: 12px;
        text-transform: uppercase;
    }

.departure_point {
    font-weight: 400;
    font-size: 16px;
    line-height: 23px;
    position: relative;
    color: var(--all-text-main);
}
.flight_stop_d_b {
    align-self: stretch;
    text-align: center;
    color: var(--all-text-main);
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    word-wrap: break-word;
}

.pluse_day {
    color: red;
    letter-spacing: 1px;
    font-size: 12px;
}

.stop_name {
    width: 226px;
    justify-content: space-between;
    align-items: center;
    display: inline-flex;
}

.frist_stop {
    flex: 1 1 0;
    height: 20px;
    justify-content: flex-start;
    align-items: center;
    display: flex;
}
.frist_name_stop {
    text-align: center;
    color: var(--all-text-main);
    font-size: 18px;
    font-weight: 400;
    line-height: 20px;
    word-wrap: break-word;
    padding-left: 6px;
    padding-right: 6px;
    justify-content: center;
    align-items: center;
    display: flex;
}
.travel-stops {
    flex: 1 1 0;
    height: 0px;
    border-top: 1px solid var(--border-color);
}
.flight_stop_icon {
    height: 16px;
    width: 20px;
    background-position: 225px -58px;
}
.f_dureation {
    align-self: stretch;
    text-align: center;
    color: var(--all-text-main);
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    word-wrap: break-word;
}

.clock_icon {
    width: 15px;
    height: 15px;
    background-position: -536px -330px;
}

.f_bugguge {
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    display: flex;
    align-items: center;
    column-gap: 5px;
}

.buggage_not {
    width: 25px;
    height: 22px;
    background-position: -486px -319px;
}

.buggage_yes {
    width: 25px;
    height: 22px;
    background-position: -95px -229px;
    min-width: 25px;
}


.flight_detail {
    align-self: stretch;
    height: 30px;
    border-radius: 3px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    display: inline-flex;
    color: var(--all-text-main);
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    cursor: pointer;
    border: 1px solid var(--btn-two-bg);
    margin-top: 10px;
}

.flight_detail_icon {
    width: 15px;
    height: 15px;
    background-position: 190px -59px;
}

.flight_price {
    align-self: stretch;
    flex-direction: column;
    display: flex;
}

.seat_left {
    display: none;
    justify-content: center;
    line-height: 32px;
    align-items: center;
    border-radius: 3px;
    column-gap: 5px;
}

.left_seat {
    width: 12px;
    height: 18px;
    background-position: -632px -322px;
}


.main_price {
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    color: var(--all-text-main);
    display: flex;
    align-items: center;
    justify-content: center;
}

    .main_price .curracy_s {
        font-weight: 600;
        line-height: 16px;
        margin-right: 5px;
    }

.price_value {
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
}

.fare_info_ref {
    align-self: stretch;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 8px;
    display: flex;
}
.refundabletext {
    color: var(--btn-bg);
    font-size: 14px;
    font-weight: 600;
}
.price_text {
    color: var(--all-text-main);
    text-align: right;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.book_button {
    font-size: 14px;
    text-align: center;
    font-weight: 600;
    padding: 0px 24px;
    cursor: pointer;
    background: var(--btn-two-bg);
    border-radius: 5px;
    color: var(--color-two);
    line-height: 35px;
    transition: all 0.3s;
    display: block;
    border: none;
    width: 100%;
    margin-top: 10px;
}
.txt-green {
    color: #1DAC08;
}

.txt-red {
    color: #FF0000;
}

.toltip_div {
    position: relative;
}

.flight_toltip {
    display: block;
    position: absolute;
    background: var(--other-bg);
    width: auto;
    bottom: 110%;
    right: -50%;
    left: -50%;
    margin: 0 auto;
    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: 5px;
    box-shadow: var(--box-shadow);
    text-align: center;
    font-size: 13px;
    font-weight: 500;
    color: #fff;
    max-width: fit-content;
}

.toltip_div:hover .flight_toltip {
    opacity: 1;
    visibility: visible;
    bottom: 20px;
}


.statin_price {
    text-align: right;
    color: var(--all-text-main);
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    word-wrap: break-word;
}

ul.detail_tab {
    display: flex;
    align-items: center;
    column-gap: 10px;
    background-color: var(--btn-two-bg);
    padding: 10px;
    overflow: auto;
    position: sticky;
    position: -webkit-sticky;
    position: -moz-sticky;
    position: -ms-sticky;
    position: -o-sticky;
    top: 0;
    z-index: 1;
}

    ul.detail_tab li a {
        background: white;
        box-shadow: rgb(0 0 0 / 10%) 0px 1.5px 8px 0px;
        color: var(--all-text-main);
        line-height: 32px;
        display: block;
        padding: 0 15px;
        font-size: 14px;
        font-weight: 500;
        border-radius: 3px;
        transition: all 0.3s;
        white-space: nowrap;
    }

        ul.detail_tab li.active a, ul.detail_tab li a:hover {
            background: var(--active-menu);
            color: #fff;
        }

/*popup detail*/
.flight_d_re {
    display: flex;
    align-items: center;
    padding: 10px;
    position: relative;
}

.flight_d_img {
    display: flex;
    align-items: center;
    column-gap: 10px;
}

.total_trip {
    flex: 1 1 0;
    text-align: right;
    color: var(--all-text-main);
    font-size: 14px;
    font-weight: 600;
    line-height: 26px;
    word-wrap: break-word;
}

.stop_flight {
    display: inline-block;
    width: 100%;
}

.flight_commn {
    flex: 1;
    padding-right: 20px;
}

.flight_popup_detail {
    display: flex;
    flex-direction: column;
    row-gap: 30px;
}

.flight_d_block {
    align-self: stretch;
    padding: 16px;
    border: 1px solid var(--border-color);
    border-radius: 10px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 4px;
    display: flex;
}

.flight_tag {
    background: var(--btn-two-bg);
    display: flex;
    padding: 0 10px;
    line-height: 36px;
    color: #fff;
    align-items: center;
    font-weight: 600;
    border-radius: 8px;
    display: none;
}

.flight_d_name {
    align-self: stretch;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 3px;
    display: flex;
}

.CityAirportCode {
    align-self: stretch;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 4px;
    display: inline-flex;
    font-size: 16px;
}

.city_from {
    flex: 1 1 0;
    justify-content: flex-start;
    align-items: center;
    gap: 4px;
    display: flex;
}

.city_to {
    flex: 1 1 0;
    justify-content: flex-end;
    align-items: center;
    gap: 4px;
    display: flex;
}

    .city_from b, .city_to b, .flight_n_info .city_from span, .flight_n_info .city_to span {
        color: #7E8389;
        font-weight: 400;
    }

.flight_n_info .city_from span, .flight_n_info .city_to span {
    font-size: 14px;
}
.flight_baggage_infoblock {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-top: 15px;
}
.flight_n_info {
    display: flex;
    flex-direction: column;
    margin: 10px 0;
}

    .flight_n_info .city_from b, .flight_n_info .city_to b {
        color: #2E2E32;
        font-weight: 600;
        font-size: 14px;
    }
.Baggage_info {
    align-self: stretch;
    align-items: center;
    display: inline-flex;
    flex: 1;
    justify-content: flex-end;
}
.baggage_title {
    color: var(--btn-two-bg);
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    padding-right: 15px;
}
.baggage_size {
    background: var(--table-head);
    border-radius: 10px;
    justify-content: center;
    align-items: center;
    display: flex;
    flex: 1;
    max-width: 260px;
    border: 1px solid var(--border-color);
}
.baggage_table {
    flex: 1 1 0;
    padding-top: 4px;
    padding-bottom: 4px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: inline-flex;
    color: var(--all-text-main);
    font-size: 12px;
    font-weight: 600;
}
    .baggage_table b {
        align-self: stretch;
        text-align: center;
        word-wrap: break-word;
    }

    .baggage_table p {
        flex: 1 1 0;
        text-align: center;
        color: #7E8389;
        font-size: 14px;
        font-weight: 400;
        line-height: 20px;
        word-wrap: break-word;
        margin: 0;
    }

.baggage_border {
    width: 1px;
    align-self: stretch;
    transform-origin: 0 0;
    border: 1px solid var(--border-color);
}

.de_d_time_from {
    flex: 1 1 0;
    justify-content: flex-start;
    align-items: center;
    gap: 4px;
    display: flex;
    color: var(--all-text-main);
    font-size: 14px;
    font-weight: 600;
    line-height: normal;
    word-wrap: break-word;
}

.flight_d_name_city .city_to_from {
    color: var(--all-text-main);
    font-size: 16px;
    font-weight: 600;
    line-height: normal;
    word-wrap: break-word;
}

.flight_d_name_city {
    align-self: stretch;
    justify-content: space-between;
    align-items: center;
    display: inline-flex;
}
.layover {
    height: 35px;
    align-items: center;
    display: flex;
    align-self: stretch;
    font-size: 13px;
    font-weight: 600;
    justify-content: center;
    background-color: var(--other-bg-light);
    border-radius: 10px;
    gap: 8px;
    margin: 15px 0;
}
.layover_icon {
    height: 20px;
    width: 22px;
    background-position: 161px -56px;
}
span.detail_time {
    font-size: 16px;
    font-weight: 600;
    margin-left: 5px;
}

.de_d_time {
    line-height: 20px;
    align-self: stretch;
    justify-content: space-between;
    align-items: center;
    display: inline-flex;
}

.day_trip {
    font-size: 12px;
    font-weight: 600;
    color: #000;
    margin-bottom: 5px;
}

.flight_commn.flight_d_time {
    flex: 0.4 1 0%;
}

    .flight_commn.flight_d_time.end {
        justify-content: end;
        padding-right: 0;
    }

        .flight_commn.flight_d_time.end .f_dureation {
            float: right;
        }

.flight_d_img img {
    height: 50px;
    object-fit: contain;
    max-width: 100px;
}

.price_flight_m {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.detail_book {
    line-height: 40px;
    padding: 0 25px;
    background: var(--btn-bg);
    color: #fff;
    border-radius: 3px;
    font-size: 15px;
    font-weight: 500;
    cursor: pointer;
}

.mobile_direction {
    display: none;
}

pre {
    word-break: break-word;
    overflow: hidden;
    white-space: break-spaces;
}


.suppliername_class {
    position: absolute;
    top: -12px;
    left: 10px;
    background: var(--btn-bg);
    line-height: 24px;
    font-size: 12px;
    padding: 0 10px;
    border-radius: 3px;
    color: var(--color);
}

.from_indicator {
    position: sticky;
    top: 0px;
    z-index: 2;
}

.flight_logo_slide .fl_logo img {
    max-width: 60px;
    min-height: 14px;
    margin: 0 auto;
}

.flight_logo_slide .airline_name {
    color: #575757;
    font-size: 12px;
    font-weight: 600;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    overflow: hidden;
}

.flight_stop_slider {
    display: flex;
    position: relative;
    width: 100%;
    margin-bottom: 25px;
    z-index: 0;
}

    .flight_stop_slider .stop_result {
        width: 30%;
        border: 1px solid #B3DAE9;
    }

    .flight_stop_slider .flight_logo_slide {
        width: 70%;
    }

.stop_result table tr th, .stop_result table tr td {
    border-top: 1px solid #B3DAE9;
    background: var(--other-bg-light);
    text-align: center;
    font-weight: 700;
    padding: 5px;
    border-right: 1px solid #B3DAE9;
    font-size: 14px;
}

    .stop_result table tr td:last-child {
        border-right: 0;
    }

    .stop_result table tr th:last-child {
        border-top: 0;
        border-top-right-radius: 0;
    }

.stop_result table tr th {
    border-top-left-radius: 0 !important;
    border-left-color: inherit !important;
    border-top-color: #B3DAE9 !important;
    height: 75px;
    color: var(--btn-bg);
    font-size: 15px;
}

.fl_logo {
    text-align: center;
    padding: 5px;
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 5px;
    height: 75px;
    border-bottom: 0;
}

.flight_logo_slide table tr td {
    color: #000;
    text-align: center;
    border-top: 1px solid #B3DAE9;
    padding: 5px;
    font-size: 14px;
    font-weight: 700;
}

.flight_logo_slide .item {
    border: 1px solid #B3DAE9;
    border-left: 0;
}

.flight_logo_slide button.owl-prev {
    width: 27px;
    position: absolute;
    left: 0;
    top: 0;
    background: var(--btn-bg) !important;
    border-radius: 0;
    height: 100%;
}

.flight_logo_slide button.owl-next {
    width: 27px;
    position: absolute;
    right: 20px;
    top: 0;
    background: var(--btn-bg) !important;
    border-radius: 0;
    height: 100%;
}

.flight_logo_slide button.owl-prev i {
    font-size: 25px;
    left: 0;
    margin: 0;
    width: 27px;
    color: #fff;
}

.flight_logo_slide button.owl-next i {
    font-size: 25px;
    right: 0;
    margin: 0;
    width: 27px;
    color: #fff;
}

.flight_logo_slide .owl-stage-outer {
    padding: 0 27px;
}

.flight_price_slider_active {
    background: #0386ba !important;
    color: #fff !important;
}

.flight-detail-block:nth-child(1) {
    border: none;
    padding-top: 0;
}

.flight-detail-block {
    border-top: 1px #D4D9DE solid;
    width: 100%;
    padding-top: 15px;
}

.list_search_icon {
    height: 35px;
    width: 30px;
    background-position: -11px -160px;
}

@media (max-width: 991px) {

    .ui-slider.ui-widget-content {
        width: 95%;
    }

    .hotel_date_p, .search_button {
        max-width: 100%;
    }
   
    .destination_s_div {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .panel_row {
        flex-direction: column;
    }
    .Modify_Search {
        margin-top: 10px;
    }
    .modify_block {
        padding: 0;
    }
    .Number {
        font-size: 14px;
    }
    .departure_time {
        font-size: 18px;
        line-height: normal;
    }
    .departure_point, .flight_date {
        font-size: 14px;
    }

    .flight_logo_selction a {
        margin: 0px 0px;
    }
    .flight_logo_selction {
        margin-bottom: 5px;
    }
    .owl-nav .owl-next {
        margin-right: 0px;
    }
    .owl-nav .owl-prev {
        margin-left: 0;
    }
    .div_row {
        flex-direction: column;
        margin-top: 0;
    }
    .div_right {
        max-width: 100%;
        margin-bottom: 10px;
    }
    .flight_stop_slider .stop_result, .flight_stop_slider .flight_logo_slide {
        width: 50%;
    }

    .list_back_h {
        display: none;
        align-items: center;
        background: var(--other-bg);
        line-height: 50px;
        padding: 0 10px;
        column-gap: 10px;
        color: #fff;
        font-weight: 600;
        font-size: 16px;
        position: sticky;
        position: -webkit-sticky;
        position: -moz-sticky;
        position: -ms-sticky;
        position: -o-sticky;
        top: 0;
        z-index: 2;
    }

    .back_errow_w {
        width: 14px;
        height: 16px;
        background-position: -444px -129px;
        display: block;
        z-index: 1;
        border-radius: 50px;
        filter: brightness(0) invert(1);
    }

    .alplyfilter {
        position: absolute;
        right: 20px;
        color: #fff;
        padding: 0 10px;
    }
}

@media (max-width: 767px) {

    .CityAirportCode .city_from, .CityAirportCode .city_to {
        flex-wrap: wrap;
    }

    .CityAirportCode .city_to {
        text-align: right;
    }

    .frist_name_stop {
        font-size: 15px;
        font-weight: 600;
    }

    .flight_baggage_infoblock {
        margin-top: 0px;
        flex-direction: column;
    }
    .baggage_title {
        font-size: 12px;
    }
    
    .CityAirportCode {
        font-size: 13px;
    }

    .flight_name, .flight_d_logo {
        font-weight: 600;
        font-size: 15px;
    }

    .flight_time {
        gap: 0px;
    }

    .departure_point {
        font-size: 14px;
    }

    .hotel_date_p {
        max-width: 100%;
    }

    .flight_block {
        max-width: 100%;
    }

    .flight_right {
        width: 100%;
        border-left: 0;
        padding: 0;
        margin-top: 12px;
    }

    .de_d_time_from {
        font-size: 13px;
    }

    .flight_d_block {
        padding: 10px;
    }

    .book_button {
        max-width: 100%;
    }
    .flight_left {
        padding: 0;
    }

    .div_row {
        flex-direction: column;
    }
    .fare_info_ref {
        align-items: end;
    }
    .Modify_Search {
        margin-top: 10px;
        border: none;
        flex-direction: column;
        border-radius: 0px;
        box-shadow: none;
    }

    .panel_row {
        flex-direction: column;
        row-gap: 10px;
    }

    .destination_s_div {
        flex: 0 0 100%;
        gap: 10px;
        max-width: 100%;
        align-items: normal;
        flex-direction: column;
    }

    .fliht_ex {
        top: 42px;
        transform: rotate(90deg);
    }

    .filder_slider, .dropdown-toggle-filter, button.close-btn-filter {
        display: none;
    }

    .filter_block {
        align-items: flex-start;
        flex-direction: column;
        height: 100%;
        padding: 15px;
    }

    .dropdown-filter {
        width: 100%;
    }

    .dropdown-menu-filter {
        display: block;
        position: relative;
        padding: 0;
        border: none;
        background: #FFF;
        box-shadow: none;
    }

    .sticky_pos {
        position: relative;
        top: 0px;
        z-index: 9;
        padding: 0;
        border: none;
    }

    .suppliername_class {
        z-index: 1;
    }

    .search_button {
        margin-left: 0;
        max-width: 100%;
        height: 40px;
    }

        .search_button span {
            display: block;
        }

    .left_breadcrumb {
        display: none;
    }

    a.flight_detail_more {
        position: absolute;
        bottom: 49px;
        height: 20px;
        line-height: 20px;
        left: 10px;
        animation: none;
        font-size: 12px;
        max-width: fit-content;
        z-index: 9;
    }



    .one_way_trip {
        flex-direction: column;
        align-items: flex-start;
    }

    .flight_policy {
        line-height: 27px;
        font-size: 13px;
        color: #fff;
        padding: 0 20px;
        background: #008009;
        border-radius: 3px;
    }

    .stop_name {
        max-width: 100px;
        word-wrap: break-word;
    }

    .flight_logo_slide table tr td {
        font-size: 12px;
    }

    .flight_logo_slide button.owl-prev {
        left: 20px;
    }

    .stop_result table tr th, .stop_result table tr td {
        font-size: 12px;
    }

    .stop_result table tr th {
        height: 40px;
        font-size: 14px;
    }

    .flight_stop_slider .stop_result, .flight_stop_slider .flight_logo_slide {
        width: 100%;
    }

    .flight_stop_slider {
        flex-direction: column;
        gap: 10px;
    }


    .from_indicator {
        top: 40px;
    }

    .flight_from_to {
        font-size: 11px;
    }

    .section_main_part {
        margin-top: 0 !important;
    }

    .flight_first_block {
        display: block;
        border-radius: 10px;
        position: relative;
        background: var(--other-bg-light);
        padding: 10px;
    }

    .departure_time {
        line-height: normal;
        font-size: 18px;
    }

    .flight_date {
        font-size: 12px;
        line-height: normal;
    }

    .f_dureation {
        font-size: 12px;
        line-height: 12px;
    }

    .m_text_r {
        text-align: right;
    }

    .flight_n_info .city_from {
        flex-direction: row;
    }

    .flight_d_name {
        font-size: 13px;
        line-height: 22px;
        padding: 0;
        gap: 10px;
    }

    .filght_d_modal .modal-body {
        min-height: calc(100vh - 128px);
        padding: 0 15px;
    }

    .modal.fade.filght_d_modal .modal-dialog {
        margin: 0 auto
    }

        .modal.fade.filght_d_modal .modal-dialog .modal-content {
            border-radius: 0;
        }

    .filght_d_modal a.popup-close {
        top: 10px;
        right: 10px;
    }

    .total_trip {
        font-size: 12px;
    }

    .flight_d_re {
        flex-direction: column;
        row-gap: 10px;
        padding-left: 75px;
        align-items: flex-start;
    }

    .flight_commn.flight_d_time.end .f_dureation {
        flex-direction: column;
    }

    .flight_d_logo {
        display: flex;
    }



    .flight_d_img img {
        object-fit: contain;
    }

    .mobile_direction {
        display: block;
        position: absolute;
        bottom: 15px;
        top: 15px;
        left: 54px;
        width: 1px;
        border: 1px dashed #B3D0D7;
    }

    .flight_d_re:before {
        top: 12px;
        left: 50px;
        width: 10px;
        border: 2px solid #EEEEEE;
        height: 10px;
        content: "";
        display: block;
        z-index: 99;
        position: absolute;
        border-radius: 50%;
        background-color: var(--btn-bg);
    }

    .flight_d_re:after {
        bottom: 12px;
        left: 50px;
        width: 10px;
        border: 2px solid #EEEEEE;
        height: 10px;
        content: "";
        display: block;
        z-index: 99;
        position: absolute;
        border-radius: 50%;
        background-color: #23a5b9;
    }

    .flight_commn.flight_d_time.end {
        justify-content: end;
        padding-right: 0;
        position: absolute;
        top: 40%;
        left: 0px;
    }
}
