/*@import url("https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&display=swap");

body {
    font-family: "Roboto Condensed", sans-serif;
}*/

/*:root {
    --main-color: #113BAA;
    --secondary-color: #F83232;
    --white-color: #fff;
    --black-color: #000;
    --gray-color: #6d6561;
}*/

ul {
    padding: 0;
    margin: 0;
}

    ul li {
        list-style: none;
    }

a {
    text-decoration: none !important;
}

.flight-result-card {
    margin-bottom: 25px;
    background: var(--color-white);
    display: flex;
    display: inline-flex;
    flex-direction: column;
    width: 100%;
    border-radius: 10px;
    background: #FFF;
    box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.25);
}

.booking-btn .btnTheme {
    display: inline-block;
    background-color: var(--primary-color) !important;
    color: #fff !important;
    padding: 10px 25px;
    border: 2px solid var(--primary-color);
    border-radius: 6px;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
}

.flight-search-area {
    min-height: 100vh;
}

.search-result-card {
    background-color: #fff;
    border: 1px solid rgb(237, 241, 243);
    border-radius: 6px;
    margin-right: 0px;
    margin-left: 0px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.flight-card-top {
    padding: 15px;
    position: relative;
}

.flight-selection-button {
    position: absolute;
    top: 10px;
    left: 0;
}

.card-print-check {
    position: relative !important;
    width: fit-content;
}

.refund-tag {
    position: absolute;
    top: 30px;
    left: -8px;
    color: white;
    width: fit-content;
    display: flex;
    padding: 2px 14px 2px 20.6px;
    z-index: 10;
    position: absolute;
    font-size: 12px;
    margin-top: -1.5rem;
    text-align: left;
    align-items: center;
    font-family: "Lato", sans-serif;
    font-weight: 500;
    border-radius: 4px 0px 0px 4px;
}

    .refund-tag.refund {
        background: linear-gradient(-264.4deg, #145a32 -42.46%, #28b463 199.39%);
    }

.ticket-breaker {
    height: 100%;
    position: relative;
    border-top: 1px dashed rgb(216, 220, 222) !important;
}

    .ticket-breaker:before {
        content: "";
        width: 16px;
        height: 16px;
        background-color: #F9F9F9;
        position: absolute;
        top: -9px;
        left: -8px;
        border-radius: 50%;
        transform: rotate(0deg);
        box-shadow: inset -12px 0px 18px -11px rgba(0, 0, 0, 0.5);
    }

    .ticket-breaker:after {
        content: "";
        width: 16px;
        height: 16px;
        background-color: #f9f9f9;
        position: absolute;
        top: -9px;
        right: -8px;
        border-radius: 50%;
        transform: rotate(00deg);
        box-shadow: inset 12px 0px 18px -11px rgba(0, 0, 0, 0.5);
    }

.flight-image {
    margin-right: 10px;
}

    .flight-image img {
        width: 48px;
        height: 48px;
    }

.airlines-name {
    font-size: 14px;
    font-weight: 600;
    color: var(--black-color);
    margin-bottom: 0;
    line-height: 1.3;
    max-width: 14ch;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.flight-no {
    color: var(--black-color);
    font-size: 12px;
    font-weight: 600;
    line-height: 1.3;
    margin-bottom: 0;
}

.aircraft-no {
    color: var(--gray-color);
    font-size: 12px;
    font-weight: 500;
    line-height: 1.3;
    margin-bottom: 0;
}

.flight-date {
    color: var(--gray-color);
    font-size: 12px;
    font-weight: 600;
    line-height: 1.3;
}

/* .airport-text {
  color: var(--black-color);
  font-size: 22px;
  font-weight: 900;
  line-height: 1.3;
} */

.airport-text {
    position: relative;
    color: var(--bs-primary);
    font-size: 22px;
    font-weight: 900;
    line-height: 1.3;
    cursor: pointer;
    display: inline-block;
}

.airport-text-full {
    min-width: 225px;
    position: absolute;
    display: none;
    background: #fff;
    color: #202020;
    padding: 10px;
    border-radius: 5px;
    top: -62px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    /* left: -105px; */
    font-size: 14px;
    font-weight: 500;
    transition: all 0.5s ease;
    text-align: center;
    z-index: 9;
    left: -68px;
}

    .airport-text-full::after {
        content: "";
        position: absolute;
        top: 100%;
        left: 50%;
        margin-left: -5px;
        border-width: 5px;
        border-style: solid;
        border-color: white transparent transparent transparent;
    }

.airport-text:hover .airport-text-full {
    display: block;
}

.flight-time {
    color: var(--black-color);
    font-size: 26px;
    font-weight: 600;
    line-height: 1;
}

.fromToRouteBox {
    -ms-flex: 0 0 160px;
    flex: 0 0 160px;
    width: 160px;
    position: relative;
    padding-top: 25px;
    display: block;
    text-align: center;
    margin: 0 15px;
    /* background: url(images/flight-route-icon-50cfb250.svg) */
    background: url('../home/img/flight-route-icon-50cfb250.png') no-repeat center top / 100%;
}

    .fromToRouteBox .durationBox {
        width: 100%;
        float: left;
        color: #343440;
        font-size: 14px;
        line-height: 1;
        font-weight: 800;
        margin-bottom: 3px;
    }




.btn-flight {
    transition: all 0.5s ease;
    text-align: center;
    display: block;
    font-size: 14px;
    border: none;
    padding: 5px 14px;
    color: #ffffff !important;
    font-weight: 600;
    letter-spacing: 1.3px;
    margin-bottom: 6px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border-radius: 5px;
    background: linear-gradient(90deg, #0AC7C7 0%, #056161 100%);
}



    .flight-details-btn.collapsed::after {
        content: "\f078";
        font-family: "Font Awesome 6 free";
        font-weight: 600;
        font-size: 13px;
        margin-left: 2px;
    }

    .flight-details-btn::after {
        content: "\f077 ";
        font-family: "Font Awesome 6 free";
        font-weight: 600;
        font-size: 13px;
        margin-left: 2px;
    }

.fare-type.text-danger {
    color: #0f7971 !important;
}

.custom-tooltip {
    position: relative;
    transition: all 0.5s ease;
}

.custom-tooltip-body {
    min-width: 225px;
    position: absolute;
    display: none;
    background: #fff;
    color: #202020;
    padding: 10px;
    border-radius: 5px;
    top: -45px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    /* left: -105px;*/
    font-size: 14px;
    font-weight: 500;
    transition: all 0.5s ease;
}

    .custom-tooltip-body::after {
        content: "";
        position: absolute;
        top: 100%;
        left: 50%;
        margin-left: -5px;
        border-width: 5px;
        border-style: solid;
        border-color: white transparent transparent transparent;
    }

.hidden-fare small {
    font-size: 10px;
    font-weight: 600;
}

.hidden-fare {
    font-size: 14px;
    font-weight: 600;
}

.custom-tooltip:hover .custom-tooltip-body {
    display: block;
    transition: all 0.5s ease;
}

.ticket-fare {
    font-size: 22px;
    font-weight: 700;
}

    .ticket-fare small {
        font-size: 14px;
    }

.custom-tooltip i {
    color: #11b5a5;
    font-size: 20px !important;
}

.pricing-area {
    padding: 12px 12px 18px;
    display: flex;
    align-items: center;
    -webkit-box-pack: start;
    justify-content: space-around;
    flex-direction: column;
    background-color: rgba(17, 59, 170, 0.2);
    border-radius: 8px;
    width: 100%;
    height: 100%;
}

.trip-details {
    padding: 10px 0;
    width: 100%;
}

.ticket-footer {
    padding: 10px 20px;
}

.passenger-info {
    text-align: center;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
}

    .passenger-info li {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        margin-right: 10px;
        font-size: 14px;
        font-weight: 600;
    }

        .passenger-info li span {
            margin-right: 2px;
        }

            .passenger-info li span svg path {
                fill: var(--main-color);
            }

h4.ticket-price {
    font-size: 14px;
    font-weight: 600;
    line-height: 18px;
    margin-bottom: 0;
}

    h4.ticket-price small {
        font-size: 10px;
        font-weight: 800;
    }

.price-txt-xl {
    font-size: 15px;
}

.txt-note {
    display: block;
    font-size: 12px;
    font-weight: 600;
}

.over-lined {
    text-decoration: line-through;
}

.flight-details-area {
    margin: 15px 0 5px;
     padding: 10px; 
    /* margin: 10px; */
    /* background: #EBFFFF; */
    border-radius: 6px;
    background: #f2f2f2;
}



/*.flightLayoverOuter {
    text-align: center;
    position: relative;
    margin: 25px 0;
}

.flightLayover {
    border-radius: 4px;
    background-color: #fff;
    padding: 5px 10px;
    display: inline-block;
    position: relative;
    color: var(--main-color);
    font-size: 12px;
    font-weight: 700;
}

    .flightLayover:before {
        left: -100px;
    }

    .flightLayover:after {
        right: -100px;
    }

    .flightLayover:after,
    .flightLayover:before {
        position: absolute;
        background: #dfdfdf;
        height: 1px;
        content: "";
        width: 100px;
        top: 49%;
    }*/


/*i {
    color: var(--main-color)!important;
}*/

.flight-details-header {
    display: block;
    width: 100%;
}

    .flight-details-header p {
        color: #056161;
        font-family: Outfit;
        font-size: 15px;
        font-style: normal;
        font-weight: 300;
        line-height: normal;
    }

    .flight-details-header p span{
        color: #056161;
        font-family: Outfit;
        font-size: 16px;
        font-style: normal;
        font-weight: 300;
        line-height: normal;
    }

    .flight-details-header p strong{
        color: #056161;
        font-family: Outfit;
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }

.booking-btn {
    margin-top: 15px;
}

@media (max-width: 991px) {
    .custom-nav-tabs {
        overflow-x: scroll;
        overflow-y: hidden;
        flex-wrap: nowrap !important;
    }

        .custom-nav-tabs.nav-tabs .nav-link {
            white-space: nowrap !important;
        }

    .custom-nav-tabs {
        margin-bottom: 10px;
    }
}

@media (max-width: 567px) {
    .flight-card-top {
        padding: 8px;
        position: relative;
    }

    .flight-time {
        color: var(--black-color);
        font-size: 18px;
        font-weight: 600;
        line-height: 1;
    }

    .airport-text {
        position: relative;
        color: var(--main-color);
        font-size: 18px;
        font-weight: 900;
        line-height: 1.3;
        cursor: pointer;
    }

    .flight-date {
        color: var(--gray-color);
        font-size: 10px;
        font-weight: 600;
        line-height: 1.3;
    }

    .ticket-footer {
        padding: 5px 5px;
    }

    .fromToRouteBox {
        -ms-flex: 0 0 100px;
        flex: 0 0 100px;
        width: 100px;
        position: relative;
        padding-top: 25px;
        display: block;
        text-align: center;
        margin: 0 15px;
        /*background: url(images/flight-route-icon-50cfb250.svg) no-repeat center top / 100% auto;*/
    }

    .ticket-footer {
        flex-direction: column !important;
    }

    .passenger-info {
        margin-bottom: 10px;
    }

    .flight-details-btn {
        font-size: 14px;
        font-weight: 600;
        color: var(--main-color);
    }

    .flightLayover:after, .flightLayover:before {
        width: 0%;
    }
}

/*=============================================*/

.price-list-filter ul {
    padding: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-bottom: 0;
}

    .price-list-filter ul li {
        list-style: none;
    }

#b2b-lowest-price-filter-box::-webkit-scrollbar {
    width: 20px;
}

#b2b-lowest-price-filter-box::-webkit-scrollbar-track {
    background-color: #e4e4e4;
    border-radius: 100px;
}

#b2b-lowest-price-filter-box::-webkit-scrollbar-thumb {
    border-radius: 100px;
    border: 5px solid transparent;
    background-clip: content-box;
    background-color: #000000 !important;
}

#b2b-lowest-price-filter-box li {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px !important;
    margin-left: 10px;
}

    #b2b-lowest-price-filter-box li .airchk {
        position: relative;
        min-width: 104px;
    }

#b2b-lowest-price-filter-box .airline-chk:checked + label::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: .25rem;
    border: 2px solid var(--bs-primary);
}

.price-font {
    font-size: 14px;
}

/*==================*/

.side-area-part {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    background-color: #ffffff;
    padding: 15px;
    border-radius: 5px;
}


/*===================================*/
.cancelation-block {
    background: #fff;
    padding: 5px;
    border-radius: 6px;
}

    .cancelation-block .single-block {
        margin: 10px 0 0 0;
    }

.cancelation-block-title {
    padding: 10px;
    background-color: #EBFFFF;
    border-radius: 6px 6px 0 0;
    margin-bottom: 0;
}

    .cancelation-block-title h3 {
        font-size: 15px;
        font-weight: 500;
        color: var(--main-color);
        margin-bottom: 0;
    }

.cancelation-block table thead tr th {
    font-weight: 600;
    color: var(--main-color);
    font-size: 16px;
}

    .cancelation-block table thead tr th span {
        font-size: 14px;
    }

.cancelation-block table tbody tr td {
    font-size: 15px;
    font-weight: 500;
    color: #333333;
}

@media (max-width: 767px) {
    .cancelation-block table thead tr th {
        white-space: nowrap;
    }

    .table-responsive {
        overflow: scroll;
        overflow-y: hidden;
    }

        .table-responsive table {
            width: 100%;
        }
}

.cancelation-block .table {
    border: 1px solid #eff2f5;
}

    .cancelation-block .table td, .cancelation-block .table th {
        border: 1px solid #eff2f5;
        padding: 10px !important;
    }



.cancellation-footer {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
    border: 1px dashed #EF0019;
    color: #EF0019;
    background-color: #fcced2;
    border-radius: 6px;
}

    .cancellation-footer i {
        color: #EF0019;
    }

.underlinePrice {
    font-size: 12px;
    font-weight: 600;
    text-decoration: line-through !important;
    line-height: 1;
    margin-right: 0;
    margin-bottom: 0;
}




/*===============*/

/*#modify-search .search-panel {
    padding: 28px 28px 50px 28px !important;
}


*/



/*===========================================================*/

/*:root {
    --bs-primary: #f18900;
    --bs-primary-hover: #d37800;
    --bs-white: #ffffff;
    --bs-black: #000000;
    --bs-light-gray: #9BA6B2;
}*/

body {
    font-family: "Outfit", serif;
    font-weight: 500;
    box-sizing: border-box;
    color: #000000;
    overflow-x: hidden;
}

.flight-result-card {
    padding: 10px;
}

.airlines-info {
    display: block;
    text-align: center;
}

@media (max-width: 576px){
    .airlines-info {
        margin-top: 5px;
        display: inline-flex;
        align-items: flex-start;
    }
}



    .airliners-image img {
        width: 64px;
        height: 64px;
    }

.airlines-name-info {
    margin-top: 8px;
}

    .airlines-name-info .airlines-name {
        font-size: 14px;
        font-weight: 600;
        color: var(--bs-black);
        margin-bottom: 5px;
        line-height: 1.3;
        max-width: 20ch;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }


.flight-no {
    color: #2e3032;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 0;
}

.flt-time-block{
    text-align: center;
}


    .flt-time-block p {
        margin-bottom: 2px;
        font-size: 14px;
        line-height: 1.4;
        font-weight: 600;
        color: var(--bs-black);
    }

        .flt-time-block p.terminal-name{
            font-size: 12px;
        }

        .flt-time-block h3 {
            color: #000;
            font-family: Outfit;
            font-size: 20px;
            font-style: normal;
            font-weight: 500;
            line-height: normal;
            margin-bottom: 0;
            line-height: 1.5;
        }

    .flt-time-block h4 {
        color: #000;
        font-family: Outfit;
        font-size: 14px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        margin-bottom: 0;
    }


.interval-divider {
    position: relative;
    width: 100%;
    background-color: transparent;
    height: 0.1rem;
    border-radius: 8px 0 0 8px;
    border-bottom: 0.1rem dashed rgba(5, 97, 97, 0.70);
}

    .interval-divider:before {
        position: absolute;
        content: '\f111';
        font-family: "Font Awesome 6 Free";
        font-weight: 900;
        color: var(--bs-primary);
        z-index: 9;
        margin: 0 auto;
        left: 0;
        /* right: 0; */
        height: 2px;
        width: 2px;
        top: -3px;
        font-size: 7px;
    }

    .interval-divider:after {
        position: absolute;
        content: url(../../flyoval/images/icons/el_plane.png);
        font-family: "Font Awesome 6 Free";
        font-weight: 900;
        background: #fff;
        top: -9px;
        right: -2px;
    }

.flight-hours {
    color: #000;
    font-family: Outfit;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 0;
    background-color: #fff;
}
/*.stopBox {
    width: auto;
    display: inline-block;
    color: #5d5d66;
    font-size: 14px;
    line-height: 1;
    padding: 0;
    background: none !important;
    border: none !important;
    font-weight: 700;
}

.stopBox {
    margin-top: 6px;
    color: var(--bs-black);
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1.5px;
    color: var(--bs-black);
}*/

.stopage-badge {
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    width: fit-content;
    background: #ffffff;
    top: -10px;
    padding: 0 11px;
}

    .stopage-badge .stopBox {
        color: #FBC21A;
        font-family: Outfit;
        font-size: 12px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
    }

.border-allover {
    height: 100%;
    border-radius: 7px;
    padding: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: start;
    border-radius: 5px;
    background: #EEFFFE;
}


.flt-book-btn {
    display: block;
    /* width: 100% !important; */
    font-size: 14px;
    background: #FC5F22;
    border-radius: 6px;
    border: none;
    padding: 5px 14px;
    color: #ffffff !important;
    font-weight: 600;
    letter-spacing: 1.3px;
    margin-bottom: 6px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border-radius: 5px;
    background: linear-gradient(90deg, #0AC7C7 0%, #056161 100%);
}

    .flt-book-btn:hover {
        box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    }

.flight-details-btn {
    /* width: 100%; */
    /* font-size: 14px; */
    /* background: #202020; */
    /* border-radius: 6px; */
    /* border: none; */
    /* padding: 7px 14px; */
    /* color: #ffffff !important; */
    /* font-weight: 600; */
    /* letter-spacing: 1.3px; */
    /* margin-bottom: 10px; */
    /* box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px; */
    /* text-transform: capitalize; */
    /* text-align: center; */
    display: inline-flex;
    align-items: center;
    color: #056161;
    font-family: Outfit;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}


.price-area {
    font-size: 18px;
    font-weight: 800;
    letter-spacing: 1.3px;
    text-align: center;
    color: #000;
    font-family: Outfit;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 16px;
}

    .price-area small {
        font-size: 14px;
    }

.main-price {
    font-size: 12px;
    color: #000;
    font-family: Outfit;
    font-size: 12px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    text-decoration-line: line-through;
    margin-bottom: 8px;
}

.refundablity-note{
    margin-right: 20px;
}

.offerTag.cheap p {
    margin-bottom: 0;
    display: inline-block;
    border-radius: 5px;
    padding: 1px 10px;
    font-size: 12px;
    border-radius: 5px;
    background: #BFFCD7;
    color: #00A651;
    font-family: Outfit;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.offerTag.shortDue p {
    margin-bottom: 0;
    display: inline-block;
    border-radius: 5px;
    padding: 1px 10px;
    color: #FF4C41;
    font-family: Outfit;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    border-radius: 5px;
    background: #FFE0E0;
}

.seat-count, .baggage-count{
    display: flex;
    align-items: center;
    justify-content: center;
}

.baggage-badge {
    display: inline-block;
    padding: 4px 4px 4px 6px;
    border-radius: 5px;
    background: #EEFFFE;
    color: #008989;
    font-family: Outfit;
    font-size: 12px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}

.seat-badge {
    color: #008989;
    font-family: Outfit;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 10px;
}


.seat-count p {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 0;
}
.seat-count p span {
    color: #FC5F22;
    font-weight: 600;
}

    .seat-count span{
        margin-right: 5px;
    }

.seat-count span svg path {
    fill: var(--bs-primary);
}


    .seat-count span svg, .baggage-count span svg {
        height: 18px;
        width: 18px;
    }

.baggage-count p {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 0;
}
.baggage-count p span {
    color: #FC5F22;
    font-weight: 600;
}

.custom-nav-tabs {
    padding: 8px;
    background-color: #EBFFFF !important;
    border-radius: 6px;
}

    .custom-nav-tabs .nav-link {
        position: relative;
        background-color: transparent !important;
        border-bottom: 1px solid var(--main-color) !important;
        border: 0px;
        color: var(--black-color);
        font-size: 14px;
        font-weight: 500;
        white-space: nowrap;
        border-radius: 6px;
        margin: 0;
        padding: 6px 10px;
    }

        .custom-nav-tabs .nav-link.active {
            color: #fff;
            border-color: transparent !important;
            background: linear-gradient(90deg, #0AC7C7 0%, #056161 100%);
        }

            .custom-nav-tabs .nav-link.active::after {
                content: "";
                position: absolute;
                width: 50%;
                height: 4px;
                background: var(--main-color);
                border-radius: 10px 10px 0 0;
                left: 0;
                right: 0;
                margin: 0 auto;
                bottom: 0;
            }

@media (max-width: 991px) {
    .custom-nav-tabs {
        overflow-x: scroll;
        overflow-y: hidden;
        flex-wrap: nowrap !important;
    }

        .custom-nav-tabs.nav-tabs .nav-link {
            white-space: nowrap !important;
        }

    .custom-nav-tabs {
        margin-bottom: 10px;
    }

    .flight-details-area {
        margin: 15px 0 5px;
         padding: 10px; 
        /* margin: 10px; */
        /* background: #EBFFFF; */
        border-radius: 6px;
        background: #f2f2f2;
    }

    .flight-details-btn {
        font-size: 12px;
    }
    .flt-book-btn {
        font-size: 12px;
    }
}


.flightlayover {
    padding: 10px;
    background-color: #FC5F22;
    border-radius: 6px;

}

    .flightlayover p {
        margin-bottom: 0;
        color: #fff;
        font-size: 15px;
    }

    .flightlayover p span{
        cursor: pointer;
    }



@media (max-width: 1200px) and (min-width: 992px){
    .flt-book-btn, .flight-details-btn {
        font-size: 12px;
    }
}

@media (max-width: 767px){
    .border-allover{
        text-align: center;
    }

    .tabIcon{
        display: none;
    }

    .custom-nav-tabs .nav-link {
        padding: 4px 15px;
    }

    .customTab.custom-nav-tabs {
        width: 100%;
    }

      /*  .customTab.custom-nav-tabs .nav-item {
            width: 25%;
        }*/
}

@media (max-width: 576px){
    .stopBox {
        font-size: 12px;
    }

    .flt-time-block p {
        font-size: 12px;
    }

    .airlines-name-info .airlines-name {
        font-size: 12px;
        font-weight: 600;
        color: var(--bs-black);
        margin-bottom: 5px;
        line-height: 1.3;
        max-width: 25ch;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .flt-time-block img{
        height: 16px;
        width: 16px;
    }

    .custom-nav-tabs .nav-link {
        padding: 4px 15px;
    }

    .customTab.custom-nav-tabs {
        width: 100%;
    }

   /* .customTab.custom-nav-tabs .nav-item{
        width: 25%;
    }*/

    .flight-details-header p {
        margin-bottom: 0;
        font-size: 14px;
        font-weight: 600;
        color: var(--black-color);
    }

}

@media (max-width: 320px) {

    .flight-hours {
        font-size: 10px;
        font-weight: 600;

    }


}

/*========================================================================*/

.details-content-box.baggagesBody table td,
.details-content-box.fare-details-table table td,
.details-content-box.fare-details-table table th {
    white-space: nowrap;
}


.details-content-box.baggagesBody .user-body .user-data, .details-content-box.baggagesBody .user-body .user-field,
.details-content-box.fare-details-table .user-body .user-data, .details-content-box.fare-details-table .user-body .user-field {
    padding: 6px 6px;
}

.details-content-box.baggagesBody .users-info,
.details-content-box.fare-details-table .users-info {
    padding: 5px;
    border-radius: 0;
    background-color: transparent;
    box-shadow: none;
}

.flight-summery-area {
    background: #ffffff;
    border-radius: 10px;
}

.flight-summery-area .header {
    padding: 15px;
    border-radius: 10px 10px 0px 0px;
    background: #EBFFFF;
    color: #056161;
    font-family: Outfit;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.flight-summery-area .body {
    padding: 15px;
}



.flightlayover {
    /*display: flex;*/
    padding: 3px 6px;
    /*align-items: flex-start;
    gap: var(--item-spacing-5, 5px);
    align-self: stretch;*/
    border-radius: 3px;
    border: 1px solid #E6E6E8;
    background: #FFF;
}

.flightlayover p {
    color: #056161;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
}

/**/

.airlines-info.flight-dtl {
    display: inline-flex;
    text-align: start;
    justify-content: flex-start;
    align-items: center;
}

.airlines-info.flight-dtl .airlines-name-info {
    margin-top: 0px;
    margin-left: 6px;
}

/*@media (max-width: 1200px){
    .airlines-info.flight-dtl {
        display: block;
        text-align: center;
        justify-content: flex-start;
    }

        .airlines-info.flight-dtl .airlines-name-info {
            margin-top: 0px;
            margin-left: 0px;
        }
        .airlines-info.flight-dtl.baggage-img{
            width: fit-content;
        }
        .airlines-info.flight-dtl.baggage-img .airliners-image,
        .airlines-info.flight-dtl.baggage-img .airlines-name-info {
            width: fit-content;
        }
}*/

.refund-badge {
    display: inline-flex;
    padding: 3px 12px 3px 10px;
    align-items: center;
    align-self: stretch;
    border-radius: 0px 5px 0px 20px;
    background: linear-gradient(105deg, #1B9564 0%, #39D546 100%);
    position: absolute;
    top: 0;
    right: 14px;
    color: #fff;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 14.22px;
}
.nonrefund-badge {
    display: inline-flex;
    padding: 3px 12px 3px 10px;
    align-items: center;
    align-self: stretch;
    position: absolute;
    top: 0;
    right: 14px;
    border-radius: 0px 5px 0px 20px;
    background: linear-gradient(105deg, #E03A3E 0%, #830308 100%);
    color: #FFF;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 14.22px; /* 118.5% */
}

.book-hold-badge {
    display: inline-block;
    border-radius: 5px;
    background: #E2FEFC;
    color: #00A651;
    font-family: Outfit;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding: 2px 10px;
}

@media (max-width: 576px){
    .airliners-image img {
        width: 36px;
        height: 36px;
    }

    .airlines-name-info {
        margin-top: 0;
        text-align: start;
        margin-left: 10px;
    }
}

/*for branded fare start*/
.fare-btn.collapsed:after {
    content: '\f078';
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    color: #ffffff;
    font-size: 12px;
}

.fare-btn:after {
    content: '\f077';
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    color: #ffffff;
    font-size: 12px;
}

.bfList .bg-body {
    --bg-color: 255, 255, 255;
    background-color: #fff !important;
    margin: 5px 10px;
}

.list-group-item.title {
    font-weight: 400;
    font-size: 14px;
}

    .list-group-item.title i {
        margin-right: 8px !important;
    }

@media (max-width: 768px) {
    .bfList .bg-body {
        margin: 0px;
    }
}

.underlinePrice {
    text-decoration: line-through !important;
    font-size: 12px
}

.swiper-button-next, .swiper-button-prev {
    width: 28px !important;
    height: 28px !important;
    background: #fff;
    border-radius: 50%;
    top: 45%;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    text-align: center;
}

    .swiper-button-next::after, .swiper-button-prev::after {
        font-family: swiper-icons;
        font-size: 12px !important;
        text-transform: none !important;
        letter-spacing: 0;
        font-variant: initial;
        line-height: 1;
        text-align: center;
        font-weight: 700;
    }

#penalties-popup-header {
    font-size: 18px !important;
    font-weight: 600;
}


@media (max-width: 767px) {
    .brandedFare.bfList {
        padding: 12px;
    }
}
/*for branded fare end*/


@media (max-width: 576px){
    .flt-time-block h4 {
        color: #000;
        font-family: Outfit;
        font-size: 10px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        margin-bottom: 0;
    }

    .flt-time-block h3 {
        color: #000;
        font-family: Outfit;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        margin-bottom: 0;
        line-height: 1.5;
    }

    .flt-time-block p {
        font-size: 9px;
    }

    .stopage-badge .stopBox {
        color: #FBC21A;
        font-family: Outfit;
        font-size: 9px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
    }

    .offerTag.shortDue p, .offerTag.cheap p {
        font-size: 8px;
        font-style: normal;
        font-weight: 400;
    }
}