﻿.email_box_icon {
    background-position: -452px -6px;
}

.contact_box_icon {
    background-position: -630px -7px;
}

.whatsapp_box_icon {
    background-position: -460px -61px;
    height: 32px !important;
    width: 31px !important;
    top: 23px !important;
}
.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: 40%;
}

.angle-left {
    width: 38px;
    height: 38px;
    background-position: -2px -84px;
    display: block;
    margin-right: 10px;
    box-shadow: 0px 0px 12px rgb(0 0 0 / 10%);
    border-radius: 50%;
}

.angle-right {
    width: 38px;
    height: 38px;
    background-position: -56px -84px;
    display: block;
    box-shadow: 0px 0px 12px rgb(0 0 0 / 10%);
    border-radius: 50%;
}

.owl-nav .owl-prev {
    margin-left: -20px;
}

.owl-nav .owl-next {
    margin-right: -20px;
}

.flight_logo {
    width: 100%;
    height: 22px;
    object-fit: contain;
    margin: 10px auto;
    max-width: 80px;
}

.flight_filter_name {
    font-weight: 600;
    color: var(--btn-bg);
    font-size: 14px;
}
.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: 1px solid var(--border-color);
    padding: 0;
    margin-bottom: 20px;
    border-radius: 5px;
}
.item-filter {
    margin: 10px;
    max-height: 300px;
}
.sidebar-item .filter_text {
    font-size: 16px;
    line-height: 50px;
    font-weight: 600;
    display: flex;
    width: 100%;
    color: var(--all-text-main);
    text-transform: capitalize;
    padding: 0px 10px;
    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: 15px 0;
    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;
}

.price-label {
    display: flex;
    justify-content: space-between;
    column-gap: 15px;
}

.price_gap {
    display: flex;
    justify-content: space-between;
}
.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: auto;
}


.list_back_h {
    display: none;
}

.flight_block {
    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: 5px;
    overflow: hidden;
    border: 1px solid var(--border-color);
    background: var(--other-bg-light);
}

.panel-content {
    font-weight: 600;
    padding-left: 10px;
    color: var(--bottom-header);
}
.flight_block_div .flight_first_block {
    background: var(--color);
    margin-bottom: 20px;
}
.flight_left {
    -ms-flex: 0 0 85%;
    flex: 0 0 85%;
    max-width: 85%;
    display: flex;
    flex-direction: column;
    padding: 0px 0px 0px 10px;
    border-right: 1px solid var(--border-color);
}

.flight_repeat {
    display: flex;
    justify-content: space-between;
    padding: 15px 0px;
    align-items: center;
    position: relative;
}
.flight_right {
    -ms-flex: 0 0 15%;
    flex: 0 0 15%;
    max-width: 15%;
    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: 13px;
    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;
}
.de_date {
    font-size: 13px;
    font-weight: 600;
    color: var(--all-text-main);
    line-height: 25px;
}
.departure_time {
    font-weight: 600;
    font-size: 16px;
    color: var(--all-text-main);
}

    .departure_time span {
        font-size: 12px;
        text-transform: uppercase;
    }

.departure_point {
    font-weight: 600;
    font-size: 13px;
    line-height: 16px;
    position: relative;
    color: var(--all-text-main);
}
.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: 2px 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: -13px;
    right: 0;
}

@keyframes increase {
    from {
        width: 10%;
    }

    to {
        width: 100%;
    }
}
.flight_left > :not(:last-child) {
    border-bottom: 1px solid var(--border-color);
}

.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;
    font-size: 13px;
    color: var(--all-text-main);
    font-weight: 600;
}

.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: 500;
    padding: 0px 15px;
    cursor: pointer;
    background: var(--btn-bg);
    border-radius: 3px;
    line-height: 40px;
    transition: all 0.3s;
    display: block;
    border: none;
    color: #fff;
    width: 100%;
}

.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;
    font-weight: 600;
    color: var(--all-text-main);
}

.stop_flight {
    display: inline-block;
    width: 100%;
    color: var(--btn-bg);
}

.flight_commn {
    flex: 1;
    padding-right: 20px;
}

.flight_d_block {
    margin-bottom: 15px;
    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: 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;
    font-weight: 600;
}

span.detail_time {
    font-size: 16px;
    font-weight: 600;
    margin-left: 5px;
}

.de_d_time {
    line-height: 20px;
    font-size: 16px;
    font-weight: 600;
    color: var(--all-text-main);
}

.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;
}

.text-green {
    color: var(--btn-two-bg);
}
.Cancellation_policy {
    font-size: 14px;
    font-weight: 600;
}
.ticket-price-wrap {
    font-weight: 600;
    font-size: 16px;
}
.flight_button_new {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 10px;
}

.flight_button {
    height: 40px;
    line-height: 42px;
    background: var(--btn-bg);
    color: var(--color);
    text-align: center;
    font-weight: 600;
    font-size: 15px;
    border-radius: 4px;
}
    .flight_button.selected {
        background: var(--btn-two-bg);
    }
.flight_viewbtn {
    height: 30px;
    line-height: 30px;
    background: var(--color);
    color: var(--btn-bg);
    text-align: center;
    font-weight: 600;
    font-size: 14px;
    border-radius: 4px;
    display: flex;
    gap: 10px;
    justify-content: center;
    border: 1px solid;
    align-items: center;
}

.flight_play_icon {
    width: 16px;
    height: 16px;
    background-position: -615px -326px;
}
.flight_drower_list {
    display: flex;
    gap: 15px;
}

.flightlist_dr_left {
    flex: 0 0 20%;
}

.flightlist_dr_right {
    flex: 1;
}
.fc_text {
    color: var(--btn-bg);
}

@media (max-width: 991px) {

    .Cancellation_policy {
        font-size: 12px;
    }
    .min-price-label, .max-price-label {
        font-size: 11px;
    }

    .input_check_box label, .check-square li a {
        font-size: 11px;
    }
    .sidebar-item a .fa-angle-up {
        font-size: 17px;
    }
    .sidebar-item .filter_text {
        font-size: 13px;
        padding: 0px 5px;
    }
    .flight_name, .flight_d_logo {
        font-size: 12px;
    }
    .de_d_time {
        font-size: 14px;
    }
    .flight_button {
        font-size: 13px;
    }
    .flight_viewbtn {
        font-size: 11px;
        gap: 1px;
    }
    .flight_left {
        -ms-flex: 0 0 80%;
        flex: 0 0 80%;
        max-width: 80%;
        padding: 0px 0px 0px 0px;
    }
    .flight_right {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
    .departure_time {
        font-size: 15px;
    }

    .de_date {
        font-size: 11px;
    }
    .flight_filter_name, .departure_point {
        font-size: 12px;
    }
    .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) {
    .ticket-price-wrap {
        font-size: 13px;
    }
    .sidebar-item {
        margin-bottom: 10px;
    }

    .flight_drower_list {
        gap: 10px;
        flex-direction: column;
    }

    .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: 5px;
    }

    .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_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-start;
        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: 5px;
        justify-content: end;
    }
    .flight_price {
        align-items: center;
        flex-direction: row;
        gap: 10px;
        width: 100%;
        justify-content: space-between;
        padding: 0;
    }
    .flight_button_new {
        width: 50%;
    }
    .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: block;
    }

    .m_text_r {
        text-align: right;
    }

    .flight_d_name {
        font-size: 13px;
        line-height: 22px;
        padding: 5px;
    }

    .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_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;
    }
}
