﻿.service_count_block {
    margin-bottom: 0;
}

.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 {
    margin-bottom: 20px;
    position: relative;
    z-index: 0;
}

.flight_filter_logo {
    overflow: hidden;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    padding: 0px;
    border: 1px solid var(--border-color);
}

.owl-nav {
    width: 100%;
    display: flex;
    justify-content: space-between;
    top: 25%;
    background: transparent;
    position: absolute;
}

.angle-left {
    min-width: 38px;
    height: 38px;
    background-position: 1px -127px;
    display: block;
    margin-left: 5px;
}

.angle-right {
    width: 38px;
    height: 38px;
    background-position: -53px -127px;
    display: block;
    border-radius: 50%;
}

.owl-nav .owl-prev {
    margin-left: -20px;
}

.owl-nav .owl-next {
    margin-right: -20px;
    box-shadow: none;
    right: 0;
}

.owl-nav .owl-prev, .owl-nav .owl-next {
    position: absolute;
}

.flight_logo {
    width: 100%;
    height: 22px;
    object-fit: contain;
    margin: 10px auto;
    max-width: 80px;
}

.flight_filter_name {
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 125px;
    overflow: hidden;
    font-weight: 600;
}

.price_logo_filter {
    flex: 1;
    min-width: 100%;
    text-align: center;
    background: var(--btn-bg);
    color: #fff;
    line-height: 30px;
}

.flight_filter_count {
    line-height: 25px;
    color: #1FBA71;
    text-align: center;
    font-size: 12px;
    font-weight: 500;
}

.active_flightname .flight_filter_logo {
    background-color: var(--active-menu);
}

.active_flightname .flight_filter_count, .active_flightname .flight_filter_name {
    color: #fff;
}

.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_Search {
    max-width: 1330px;
    margin: 0 auto;
    width: calc(100% - 15px);
    position: relative;
    display: flex;
    flex-direction: column;
    row-gap: 10px;
    padding: 15px;
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.10);
}

.panel_row {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    padding: 0px;
}

.destination_s_div {
    display: flex;
    flex: 0 0 46%;
    gap: 10px;
    max-width: 46%;
    position: relative;
    align-items: center;
}

.n_d_div {
    flex: 1;
    position: relative;
}

.hotel_date_p {
    display: flex;
}

.date_div {
    position: relative;
    flex: 1;
}

.lbl_up {
    font-size: 12px;
    position: absolute;
    color: #777E90;
    z-index: 1;
    white-space: nowrap;
    top: 5px;
    font-weight: 400;
    pointer-events: none;
    background: transparent;
    width: auto;
    max-width: fit-content;
    left: 42px;
    right: 0;
    text-align: left;
}

.drop_icon {
    width: 22px;
    height: 22px;
    pointer-events: none;
    position: absolute;
    top: 27px;
    left: 9px;
    z-index: 1;
}



.Economy_icon {
    background-position: -184px -138px;
}

.down_room {
    background-position: -109px -88px;
}

.from_location {
    background-position: -121px -138px;
}

.to_location {
    background-position: -154px -138px;
}

.down_checkin {
    background-position: -43px -90px;
}

.down_arrow {
    background-position: -1px -11px;
    right: 10px;
    left: auto;
}

.down_location {
    background-position: -70px -3px;
}

.fliht_ex {
    width: 35px;
    height: 35px;
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    background-position: -175px -83px;
    background-color: #f5f5f5;
    border-radius: 50%;
    z-index: 1;
    cursor: pointer;
    border: 1px solid #ECECEC;
}

.search_input {
    height: 56px;
    width: 100%;
    color: var(--all-text-main);
    padding: 17px 0px 0px 42px;
    font-size: 14px;
    cursor: pointer;
    outline: none;
    border: 1px solid #ECECEC;
    appearance: none;
    background: #F5F5F5;
    box-sizing: border-box;
    font-weight: 600;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 43px;
    border-radius: 3px;
}

.search_button {
    width: 100%;
    height: 56px;
    display: flex;
    align-items: center;
    background-color: var(--btn-two-bg);
    border-radius: 3px;
    transition: all 0.3s;
    border: none;
    color: #fff;
    justify-content: center;
    font-size: 18px;
    column-gap: 10px;
    position: relative;
    max-width: 55px;
    background-position: -127px -72px;
}

    .search_button span {
        display: none;
    }

.br_left_r {
    border-left: none;
    border-radius: 0px 3px 3px 0px;
}

.economy_select {
    width: 120px;
    position: absolute;
    height: 56px;
    right: 25px;
    top: 0;
    line-height: normal;
    pointer-events: none;
    font-size: 15px;
}

    .economy_select div {
        padding: 15px 0px 0px 35px;
        line-height: 47px;
    }

.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: 16px;
    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 {
    font-weight: 700;
    font-size: 13px;
    margin-right: 10px;
    margin-bottom: 0;
    color: var(--all-text-main);
}

.input_redio_box label::before {
    font-family: FontAwesome;
    content: "";
    background: none;
    font-size: 14px;
    border: 2px solid var(--btn-bg);
    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:after {
    top: 7px;
    width: 8px;
    height: 8px;
    content: "";
    position: absolute;
    background: var(--btn-bg);
    left: 4px;
    border-radius: 50%;
    margin: 0 auto;
}

.input_redio_box input:checked ~ label:before {
    border: 2px solid var(--btn-bg);
}

.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_search {
    font-weight: 500;
    font-size: 18px;
    line-height: 45px;
    text-transform: capitalize;
    color: var(--all-text-main);
    padding: 0px 0px;
    overflow: hidden;
}



.sidebar-item {
    display: block;
    width: 100%;
    box-sizing: border-box;
    overflow: hidden;
    position: relative;
    border-top: 1px solid var(--border-color);
    padding: 0;
}

.item-filter {
    margin: 10px 0;
    overflow: auto;
    max-height: 300px;
}

.sidebar-item .filter_text {
    font-size: 18px;
    line-height: 50px;
    font-weight: 500;
    display: flex;
    width: 100%;
    color: var(--all-text-main);
    text-transform: capitalize;
    padding: 0px;
    align-items: center;
    justify-content: space-between;
}

.fa-angle-up:before {
    content: "\f106";
}

.collapsed .fa-angle-up:before {
    content: "\f107";
}


.sidebar-item a .fa-angle-up {
    font-size: 23px;
}
/*price slider*/
.ui-slider .ui-slider-range {
    display: block;
    position: absolute;
    z-index: 1;
    border: none;
    background: var(--btn-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: 4px;
    position: relative;
    text-align: left;
    margin-bottom: 15px;
    width: 94%;
}

.ui-slider .ui-slider-handle {
    cursor: default;
    position: absolute;
    z-index: 1;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: var(--color);
    margin-left: 0;
    top: -4px;
    border: 3px solid var(--btn-bg);
}

.min_height50 {
    min-height: 50px;
    padding-top: 15px;
}

.price-label {
    display: flex;
    justify-content: space-between;
    column-gap: 15px;
}



.min-price-label, .max-price-label {
    padding: 2px 5px;
    border-radius: 3px;
    border: 1px solid var(--border-color);
    background: var(--color);
    color: var(--all-text-main);
    font-size: 14px;
    font-weight: 600;
    width: 100%;
}


.list_back_h {
    display: none;
}

.flight_block, .flight_block_search {
    max-width: 301px;
}

.flight_block_list {
    position: relative;
    padding: 0;
    margin-bottom: 20px;
    border-radius: 10px;
    border: 1px solid var(--border-color);
}

.flight_first_block {
    display: flex;
    padding: 0px;
    align-items: center;
    border-radius: 10px;
    overflow: hidden;
}

.flight_left {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 81.666667%;
    max-width: 81.666667%;
    display: flex;
    flex-direction: column;
    background: #fff;
    padding: 0px 0px 0px 10px;
    border-right: 1px solid var(--border-color);
}

.flight_repeat {
    display: flex;
    justify-content: space-between;
    padding: 15px 0px 35px 0px;
    align-items: center;
    position: relative;
}

.flight_right {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 18.333333%;
    max-width: 33.333333%;
    display: flex;
    align-items: center;
    height: 100%;
    justify-content: center;
}

.flight_img {
    display: flex;
    align-items: center;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 120px;
    flex-direction: column;
    text-align: center;
    gap: 5px;
}

.flight_name div {
    margin-bottom: 5px;
}

.flight_name, .flight_d_logo {
    font-weight: 600;
    font-size: 12px;
    line-height: 15px;
    color: var(--all-text-main);
}

.flight_time {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 27.666667%;
    /* max-width: 140px; */
    text-align: center;
    font-size: 12px;
}

.stop_div {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 21.666667%;
    text-align: center;
    display: flex;
    flex-direction: column;
    row-gap: 10px;
}

.flight_img img {
    width: 40px;
    height: auto;
    margin-right: 10px;
}

.departure_time {
    font-weight: 600;
    font-size: 18px;
}

    .departure_time span {
        font-size: 12px;
        text-transform: uppercase;
    }

.departure_point {
    font-weight: 600;
    font-size: 13px;
    line-height: 16px;
    position: relative;
}

.flight_stop_d_b {
    display: flex;
    align-items: center;
    column-gap: 10px;
    justify-content: center;
    flex-direction: column;
    row-gap: 5px;
}

.pluse_day {
    color: red;
    letter-spacing: 1px;
    font-size: 12px;
}

.stop_name {
    font-size: 13px;
    line-height: 16px;
    color: #1DAC08;
    font-weight: 600;
}

.f_dureation {
    font-weight: 600;
    font-size: 13px;
    line-height: 16px;
    display: flex;
    align-items: center;
    column-gap: 5px;
    white-space: nowrap;
    color: var(--btn-bg);
}

.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;
}

.travel-stops {
    animation: increase 1.5s;
    position: relative;
    border-bottom: 1px dashed var(--btn-bg);
    height: 1px;
    width: 100%;
    display: flex;
    text-align: center;
    margin: 5px 0;
    align-items: center;
    justify-content: center;
}

span.point_stop {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--btn-two-bg);
    margin: 0 5px;
}

span.directdtoppoint {
    position: absolute;
    left: -6px;
    background: #cccccc;
}

.plane_icon {
    position: absolute;
    width: 22px;
    height: 25px;
    float: left;
    background-position: -576px -322px;
    top: -14px;
    background-color: #fff;
    right: 0;
}

@keyframes increase {
    from {
        width: 10%;
    }

    to {
        width: 100%;
    }
}

/*.flight_left > :not(:last-child) {
    border-bottom: 1px dashed rgb(216, 220, 222);
    padding-bottom: 15px;
}
*/
.flight_left .flight_repeat:nth-child(2), .flight_left .flight_repeat:nth-child(3) {
    border-top: 1px dashed rgb(216, 220, 222);
    padding-bottom: 15px;
}

.flight_detail span {
    text-align: center;
    font-weight: 600;
    font-size: 13px;
    line-height: 16px;
    cursor: pointer;
    white-space: nowrap;
}

.flight_detail {
    height: 30px;
    align-items: center;
    font-size: 16px;
    text-align: center;
    font-weight: 500;
    padding: 0px 15px;
    cursor: pointer;
    background: #fff;
    border-radius: 3px;
    color: var(--btn-bg);
    line-height: 40px;
    transition: all 0.3s;
    display: flex;
    border: 1px solid var(--btn-bg);
    justify-content: center;
    width: 100%;
}

.flight_v_detail {
    width: 17px;
    height: 17px;
    background-position: -455px -203px;
}

.flight_detail_more_ {
    height: 100%;
    align-items: center;
    font-size: 16px;
    text-align: center;
    font-weight: 500;
    padding: 0px 15px;
    cursor: pointer;
    background: #224600;
    border-radius: 3px;
    color: #fff;
    line-height: 40px;
    transition: all 0.3s;
    display: block;
    max-width: 200px;
    border: none;
    color: #fff;
}

.flight_detail_more {
    height: 100%;
    align-items: center;
    font-size: 16px;
    text-align: center;
    font-weight: 500;
    padding: 0px 15px;
    cursor: pointer;
    background: #9d0000;
    border-radius: 3px;
    color: #fff;
    line-height: 40px;
    display: block;
    max-width: 200px;
    border: none;
    transition: transform 0.3s; /* Added transform to the transition property */
    animation: bounce 0.6s ease-in-out infinite; /* Added bounce animation */
}

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0);
    }

    40% {
        transform: translateY(-10px);
    }

    40% {
        transform: translateY(-10px);
    }
}

.flight_detail_more:hover {
    transform: scale(1.1); /* Scale the button on hover */
    background: #4CAF50; /* Change the background color on hover */
    animation: none; /* Stop the bounce animation on hover */
}


.flight_price {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
    margin-left: auto;
    width: 100%;
    align-items: flex-end;
    padding: 10px;
    height: 100%;
}

.seat_left {
    display: flex;
    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;
}

.refundabletext {
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
    position: relative;
    text-align: center;
}

.book_button {
    font-size: 16px;
    text-align: center;
    font-weight: 600;
    padding: 0px 15px;
    cursor: pointer;
    background: var(--btn-two-bg);
    border-radius: 3px;
    line-height: 40px;
    transition: all 0.3s;
    display: block;
    border: none;
    color: #fff;
    width: 100%;
}

.login_low_price {
    font-size: 16px;
    text-align: center;
    font-weight: 500;
    padding: 0px 15px;
    cursor: pointer;
    background: var(--btn-two-bg);
    border-radius: 3px;
    line-height: 40px;
    transition: all 0.3s;
    display: block;
    border: none;
    color: #fff;
    width: 100%;
}

.descount_price_flight {
    font-size: 15px;
    text-align: center;
    font-weight: 600;
    padding: 0px 5px;
    cursor: pointer;
    background: var(--btn-two-bg);
    border-radius: 3px;
    height: 58px;
    transition: all 0.3s;
    display: block;
    border: none;
    color: #fff;
    width: 100%;
    position: relative;
    line-height: 75px;
}

span.plus_price {
    position: absolute;
    top: 0;
    line-height: 21px;
    border-radius: 0px 0px 5px 5px;
    background: #FF5900;
    padding: 0 14px;
    left: 0;
    right: 0;
    margin: 0 auto;
    max-width: fit-content;
    font-size: 11px;
    font-weight: 600;
}

.descount_price_flight small {
    color: #F6FF00;
    text-align: center;
    font-size: 10px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-right: 5px;
}

.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;
}

.modal.fade.filght_d_modal .modal-dialog {
    top: 0%;
    -webkit-transform: translate(0,-0%);
    -ms-transform: translate(0,-0%);
    -o-transform: translate(0,-0%);
    transform: translate(0,-0%);
}

.modal.in.filght_d_modal .modal-dialog {
    top: 0%;
    transform: translate(0, -0%);
    -ms-transform: translate(0, -0%) !important;
    -webkit-transform: translate(0, -0%);
    -webkit-transform: translate(0, -0%);
    -ms-transform: translate(0, -0%);
    -o-transform: translate(0, -0%);
}

.filght_d_modal .modal-dialog {
    margin: 30px auto;
}

.filght_d_modal .modal-body {
    max-height: 75vh;
    overflow-y: auto;
    padding-top: 0;
    margin-top: 15px;
}

.statin_price {
    display: none;
}

ul.detail_tab {
    display: flex;
    align-items: center;
    column-gap: 10px;
    background-color: var(--other-bg-light);
    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 {
    font-size: 14px;
    flex-direction: column;
    line-height: 20px;
    text-align: right;
    justify-content: flex-end;
}

.stop_flight {
    display: inline-block;
    width: 100%;
}

.flight_commn {
    flex: 1;
    padding-right: 20px;
}

.flight_d_block {
    margin-bottom: 40px;
    border-radius: 5px;
    border: 1px solid var(--border-color);
    overflow: hidden;
}

.flight_tag {
    background: var(--btn-two-bg);
    display: flex;
    padding: 0 10px;
    line-height: 36px;
    color: #fff;
    align-items: center;
    font-weight: 600;
}

.flight_d_name {
    font-size: 15px;
    line-height: 35px;
    padding: 0 10px;
    border-bottom: 1px solid #f2f2f2;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

    .flight_d_name span b {
        color: var(--btn-bg);
    }

.layover {
    display: flex;
    justify-content: center;
    line-height: 35px;
    margin: 10px 0;
    background: var(--other-bg-light);
}

    .layover strong {
        display: flex;
        justify-content: center;
        align-items: center;
    }

.layover_icon {
    width: 25px;
    height: 21px;
    background-position: -363px -298px;
}

.flight-r {
    width: 28px;
    height: 25px;
    background-position: -315px -300px;
    float: left;
    margin-right: 5px;
    position: absolute;
    left: 0;
}

.flight-l {
    width: 26px;
    height: 25px;
    background-position: -316px -344px;
    float: left;
    margin-right: 5px;
    left: 0;
    position: absolute;
}

.flight_d_name > div {
    display: flex;
    align-items: center;
    padding-left: 32px;
    position: relative;
}

span.detail_time {
    font-size: 16px;
    font-weight: 600;
    margin-left: 5px;
}

.de_d_time {
    line-height: 20px;
}

.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_date_flex {
    display: flex;
    flex-direction: column;
    row-gap: 5px;
    justify-content: center;
    align-items: center;
    border-right: 1px solid var(--border-color);
}

.date_filter {
    color: #353535;
    text-align: center;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.flight_data_sldier .owl-carousel {
    z-index: unset;
}

.date_f_price {
    color: #353535;
    text-align: center;
    font-family: Montserrat;
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.flight_data_sldier {
    margin: 20px 0;
    border: 1px solid var(--btn-bg);
    padding: 0px 20px;
    border-radius: 5px;
}

.flight_date_div {
    border-bottom: 2px solid #fff;
    padding: 10px 0;
}

    .flight_date_div.active {
        background: var(--other-bg-light);
        border-bottom: 2px solid var(--active-menu);
    }
/*fare options*/
pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 15px;
    line-height: 1.42857143;
    color: #333;
    word-break: break-all;
    word-wrap: break-word;
    background-color: #00aae81f;
    border: 1px solid #00aae8;
    border-radius: 4px;
    white-space: normal;
}

.more_fare_options {
    width: 100%;
    align-items: center;
    font-size: 16px;
    text-align: center;
    font-weight: 500;
    padding: 0px 15px;
    cursor: pointer;
    background: var(--btn-bg);
    border-radius: 3px;
    color: #fff;
    line-height: 40px;
    display: block;
    border: none;
    transition: transform 0.3s;
    /*animation: bounce 0.6s ease-in-out infinite;*/
}


/*flight slider*/

.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-top: 15px;
}

    .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: #EDF5F9;
    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: #0386BA;
    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: #0386BA;
    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: #43B0DC !important;
    border-radius: 0;
    height: 100%;
}

.flight_logo_slide button.owl-next {
    width: 27px;
    position: absolute;
    right: 0;
    top: 0;
    background: #43B0DC !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 slider over*/


.width_25.card .card-header {
    border-radius: 3px;
    border: 1px solid #00AAE8;
    background: #00AAE8;
    line-height: 20px;
    color: #fff !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    padding: 5px !important;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.economy_box_text .service-description {
    width: 100%;
    white-space: normal;
    word-wrap: break-word;
    padding: 10px;
    font-size: 12px;
    color: var(--all-text-main);
    font-weight: 600;
    height: 210px;
    overflow: auto;
}
.service-header {
    color: #353535;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 15px;
    margin-top: 15px;
}

.tpcnt_booking {
    display: flex;
    justify-content: flex-start;
    padding: 10px;
    column-gap: 15px;
    overflow: auto;
}

.dropdown-menu {
    position: unset;
}


.tpcnt_booking div .card:hover {
    box-shadow: 0 0px 20px rgb(3, 134, 186) !important;
    transition: transform ease 0.5s, box-shadow ease 0.5s;
    transform: translateY(-10px);
    opacity: 1;
}

.width_25 {
    padding: 15px;
    background-color: #EFFBFF;
    position: relative;
    -webkit-transition: -webkit-box-shadow .25s;
    transition: -webkit-box-shadow .25s;
    transition: box-shadow .25s;
    transition: box-shadow .25s, -webkit-box-shadow .25s;
    min-width: 315px;
    width: 315px;
    text-align: center;
    border-radius: 10px;
    border: 1px solid var(--border-color);
}

.ticket-price-wrap {
    text-align: center;
    font-size: 18px;
    margin-top: 15px;
    font-weight: 600;
    background: #fff;
    padding: 10px;
    !;
    max-height: 280px;
    overflow-y: auto;
    overflow-x: hidden;
    padding-top: 0;
}

.service-name {
    padding: 4px 5px;
    color: #606060;
}

.service-name {
    text-align: left;
    font-size: 14px;
    padding: 2px;
    white-space: pre-wrap;
    font-weight: 500;
    color: var(--all-text-main);
    padding-left: 15px;
    position: relative;
}

.detail_button_sub {
    text-align: center;
}

.Sp_class {
    position: absolute;
    bottom: 25px;
    left: 0;
    right: 0;
    width: 120px;
    margin: 0 auto;
}

.tick_price {
    font-size: 20px;
    color: var(--all-text-main);
    font-weight: 700;
    text-align: center;
    margin-top: 15px;
}
.service-name:before {
    content: "\f00c";
    font-family: 'FontAwesome';
    margin-right: 8px;
    color: var(--btn-bg);
    position: absolute;
    left: -10px;
}

.txt-red {
    color: red;
}
/**flight hotel css*/
.flight_summery_main {
    background: #f0f7ff;
    padding: 10px 5px;
    border: 3px solid #00aae8;
    max-width: 100%;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    position: relative;
    margin-bottom: 20px;
}

.main_price_div_flght {
    font-size: 14px;
    display: flex;
    gap: 5px;
    font-weight: 600;
    background: var(--bottom-header);
    padding: 0px;
    border-radius: 5px;
    flex-wrap: wrap;
    border: unset !important;
    justify-content: flex-start;
}

.main_price_bundle {
    font-size: 17px;
    line-height: 35px;
    background: #fff;
    color: var(--all-text-main);
    border-radius: 5px;
    font-weight: 600;
    padding: 0 10px;
    width: 100%;
    text-transform: uppercase;
    text-align: center;
    border: 3px solid var(--bottom-header);
}

.main_price_bundel_box {
    font-size: 12px;
    display: flex;
    gap: 5px;
    font-weight: 600;
    color: #fff;
    background: var(--bottom-header);
    margin-top: -4px;
    padding: 5px;
    border-radius: 0 0 5px 5px;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.main_price_bundel_box_b {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
    font-size: 14px;
    text-align: left;
}

.main_price_bundel_wrapp {
    display: flex;
    flex-direction: column;
    width: 100%;
    text-align: left;
    gap: 5px;
}

.main_price_div_flght .uitk-price-subtext {
    font-size: 12px;
    align-items: center;
    gap: 2px;
    background: var(--all-text-third);
    color: #fff;
    padding: 5px 2px;
    width: 100%;
    border-radius: 5px;
    display: flex;
    flex-wrap: wrap;
    max-width: fit-content;
}

.summery_title {
    font-size: 20px;
}

.summery_contant {
    display: flex;
    flex-direction: column;
    gap: 5px;
    padding-bottom: 15px;
    border-bottom: 1px solid #d2e7ff;
}

.summery_inside {
    display: flex;
    justify-content: space-between;
}

    .summery_inside b {
        font-size: 14px;
    }

.summery_paynow {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.tabby_product {
    display: flex;
    align-items: center;
    font-size: 11px;
    color: #292929;
    justify-content: flex-end;
    gap: 5px;
    border: 1px solid #3bffa7;
    max-width: fit-content;
    margin-top: 6px;
    padding: 0;
    border-radius: 5px;
    font-weight: 600;
    line-height: normal;
    float: right;
    margin-left: auto;
}

    .tabby_product img {
        height: 18px;
    }

.summery_sub_total {
    display: flex;
    justify-content: space-between;
    font-size: 12px;
}

.flight_summery_main button {
    background: var(--all-text-third);
    border: none;
    height: 52px;
    font-size: 18px;
    color: #fff;
    border-radius: 10px;
    position: relative;
    margin-top: 25px;
}

.flight_block_div {
    position: relative;
    margin-bottom: 20px;
    border-radius: 5px;
    background: #fff;
    border: 4px solid #00aae8 !important;
    !I;
    !;
    overflow: hidden;
}

.bundled_flight {
    display: flex;
    align-items: center;
    background: var(--bottom-header);
    color: #fff;
    font-size: 20px;
    padding: 5px;
    justify-content: space-between;
    cursor: pointer;
}

.panel_contain {
    background: #f0f7ff;
    padding: 15px;
    border-bottom: 15px solid #fff;
}

.fancy_title {
    display: flex;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 10px;
    background: var(--active-menu);
    padding: 5px 30px;
    border-radius: 10px;
    max-width: fit-content;
    color: #fff;
}

.flighthotel_block_li {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.image_block {
    flex: 1;
    max-width: 140px;
}

    .image_block img {
        width: 100%;
    }

.flighthotel_detail {
    flex: 1;
}

.flighthpotel_name {
    font-size: 16px;
    font-weight: 600;
    color: #000;
}

.place {
    color: #ffb345;
    letter-spacing: 2px;
    font-size: 14px;
}

.fa-star:before {
    content: "\f005";
}

.flighthotel_add {
    display: flex;
    font-size: 15px;
    margin-bottom: 3px;
}

.detail_button_hotel {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

    .detail_button_hotel a {
        font-size: 14px;
        color: #115A9C;
        text-decoration: underline;
        font-weight: 600;
    }

.flight_block {
    display: table;
    width: 100%;
    line-height: 20px;
    border-bottom: none;
    position: relative;
    max-width: 100%;
}

a.hote_filght_view.Sp_class_vbtn {
    margin: 0 auto;
    position: absolute;
    bottom: -15px;
    right: 0;
    max-width: fit-content;
    background: var(--active-menu);
    padding: 5px 20px;
    border-radius: 5px;
    left: 0;
    font-size: 16px;
    color: #fff;
}

.flight_block .pl10.mobile_td_logo {
    width: 10%;
}

.logo_with_code {
    padding: 5px;
    text-align: center;
    position: relative;
}

    .detail_block0 img, .detail_block1 img, .logo_with_code img, .detail_block2 img, .detail_block3 img {
        width: 32px;
        height: 32px;
        margin-bottom: 5px;
        max-width: 100%;
        background-image: none;
        min-height: 100%;
    }
.chnage_flight {
    font-size: 18px;
    font-weight: bold;
    margin: 20px 0;
    background: var(--bottom-header);
    padding: 10px;
    color: #fff;
    border-radius: 5px;
    display: flex;
    gap: 10px;
    align-items: center;
    max-width: 250px;
    cursor: pointer;
}
.detail_block0 td, .detail_block1 td, .detail_block2 td, .detail_block3 td {
    width: 15%;
    padding: 10px 5px 30px;
}
ul.search_flid_flight {
    display: flex;
    align-items: center;
    margin-top: 10px;
    gap: 10px;
    background: #f3f3f3;
    padding: 10px;
    border-radius: 5px;
    margin-bottom: 15px !important;
}

    ul.search_flid_flight li.sortby_select button {
        background: #115A9C;
        border-radius: 3px;
        color: #fff;
        border: none;
    }

.hotel_fligut_blink {
    animation: blink 1.5s linear infinite;
    border: 1px solid !important;
    color: #115A9C !important;
}

ul.search_flid_flight li button {
    background: #d4ebff;
    border-radius: 3px;
    padding: 0 10px;
    border: none;
    color: #115A9C;
    font-weight: 600;
}

@keyframes blink {
    0% {
        background-color: yellow;
    }

    50% {
        background-color: white;
    }

    100% {
        background-color: yellow;
    }
}
.chnage_flight svg {
    filter: brightness(0) invert(1);
}

.chnage_flight .jwQdLI {
    display: flex;
    align-items: center;
    gap: 5px;
}
    /**end*/
@media (max-width: 991px) {
    .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) {
    .login_low_price, .more_fare_options {
        font-size: 13px;
        padding: 0px 5px;
    }

    .Modify_Search {
        margin-top: 0px;
        border: none;
        flex-direction: column;
        border-radius: 0px;
        box-shadow: none;
    }

    .panel_row {
        flex-direction: column;
        row-gap: 10px;
    }

    body {
        padding-top: 103px;
    }

    .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;
    }

    .flight_d_block {
        border: none;
        overflow: hidden;
    }

    .suppliername_class {
        z-index: 1;
    }

    .search_button {
        width: 100%;
        max-width: 100%;
        background-image: none;
    }

        .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;
    }

    .fix_filter {
        position: relative;
        top: 0;
    }

    .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);
    }

    .flight_left, .flight_right {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding: 10px;
    }

    .flight_img {
        align-items: flex-start;
        -ms-flex: 0 0 15%;
        flex: 0 0 15%;
        max-width: 15%;
    }

    .departure_time {
        line-height: 25px;
        display: block;
    }

    .flight_toltip, .seat_left, .book_button, .f_bugguge {
        /* display: none; */
    }

    .flight_name {
        position: absolute;
        bottom: 10px;
        display: none;
    }

    .flight_repeat {
        padding: 15px 0px 25px 0px;
    }

    .flight_img img {
        width: 50px;
        margin-right: 0;
    }

    .flight_time {
        text-align: left;
        padding-left: 0;
    }

    .departure_time span {
        display: none;
    }

    .flight_stop_d_b {
        justify-content: center;
    }

    .main_price {
        display: flex;
        justify-content: flex-end;
        column-gap: 5px;
        margin-top: 5px;
    }

        .main_price .curracy_s {
            font-weight: bold;
            font-size: 18px;
            line-height: 22px;
        }

    .flight_detail {
        /* opacity: 0; */
        /* position: absolute; */
        /* top: 0; */
        /* left: 0; */
        /* right: 0; */
        /* bottom: 0; */
        /* max-width: 100%; */
        /* height: 100%; */
    }

    .flight_right {
        padding: 10px;
        justify-content: end;
    }

    .flight_price {
        /* row-gap: 0px; */
        /* flex-direction: row-reverse; */
        flex: 0 0 100%;
        max-width: 100%;
        justify-content: space-between;
        padding: 0;
        align-items: center;
        border-left: none;
    }

    .statin_price {
        position: absolute;
        bottom: 39px;
        background: var(--btn-bg);
        color: #fff;
        padding: 0 5px;
        line-height: 20px;
        font-size: 12px;
        border-radius: 3px;
        display: none;
    }

    .m_text_r {
        text-align: right;
    }

    .flight_d_name {
        font-size: 13px;
        line-height: 22px;
        padding: 0;
    }

    .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_name > div {
        align-items: flex-start;
    }

    .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;
    }

    .refundabletext {
        position: relative;
        bottom: auto;
        left: auto;
    }
}
