.modify-nav {
    background-color: #262626;
    color: #fff;
    height: 100%;
    padding: 0;
    width: 100%;
    margin: auto;
}

.m-0 {
    margin: 0px !important;
}

.modify-nav > ul {
    list-style: outside none none;
    margin: 0 auto;
    padding: 0;
    position: relative;
    width: 100% !important;
    display: inline-block;
}

    .modify-nav > ul > li.route {
        border-left: 1px solid #414551;
        font-size: 14px;
        width: 41%;
    }

    .modify-nav > ul > li.hover {
        cursor: pointer;
    }

.modify-nav li {
    background-color: transparent;
    font-size: 14px;
    height: 70px;
    line-height: 70px;
    padding: 0 12px;
    float: left;
    border-right: 1px solid #414551;
    text-align: center;
    width: 22%;
    overflow: hidden;
}

    .modify-nav li.route span.origin, .modify-nav li.route span.destination {
        font-size: 20px;
        line-height: 24px;
        margin-top: 11px;
        padding-left: 5px;
        padding-right: 5px;
        width: 41%;
    }

    .modify-nav li.route span.origin, .modify-nav li.route span.indicators, .modify-nav li.route span.destination {
        display: block;
        float: left;
        text-align: center;
        width: 39%;
    }

    .modify-nav li.route span.indicators {
        width: 18%;
    }

    .modify-nav li.route span.origin span.iata, .modify-nav li.route span.destination span.iata {
        color: #fb607f;
        font-weight: 600;
    }

    .modify-nav li.route span.origin .name, .modify-nav li.route span.destination .name {
        display: block;
        font-size: 14px;
        font-weight: 400;
        overflow: hidden;
        text-align: center;
        text-overflow: ellipsis;
        white-space: nowrap;
        width: 100%;
    }

    .modify-nav li.route .indicators i {
        vertical-align: middle;
    }

    .modify-nav li.outboundDate, .modify-nav li.returnDate {
        line-height: 18px;
        width: 18%;
    }

        .modify-nav li.outboundDate label, .modify-nav li.returnDate label {
            color: #fb607f;
            font-size: 90%;
            font-weight: normal;
            margin-right: 10px;
            text-transform: uppercase;
        }

        .modify-nav li.outboundDate label, .modify-nav li.returnDate label {
            display: block;
            margin-bottom: 3px;
            margin-top: 16px;
        }

    .modify-nav li.allDates {
        display: none;
    }

.serachresult {
    background-color: #262626;
}

.resultsearch {
    background-color: #efefef;
    padding: 2rem 0;
}

.resultboxsearch {
    border-radius: 0.4rem;
}

.modify-nav li label {
    cursor: pointer;
}

.resultsearch {
    display: none;
}

.filter_head h4 {
    color: #333;
    font-weight: 600;
    cursor: pointer;
    font-size: 1.5rem;
    margin: 0 0 1rem 0;
}

.f1_filterheadpric {
    font-size: 0.9rem;
    color: #000000;
    background: #efefef;
    padding: 0.4rem 0.6rem;
    font-weight: 600;
}

.f1_directflight {
    list-style: none;
    padding: 0.8rem 0.6rem;
}

    .f1_directflight li {
        display: inline-block;
        width: 100%;
        font-size: 0.8rem;
        padding: 0px 0;
        margin: 0.1rem 0;
    }

.f1_directa {
    float: left;
}

    .f1_directa input {
        width: 14px;
        height: 14px;
        margin: 0 !important;
        position: relative;
        top: 2px;
    }

.f1_directprice {
    float: right;
    font-weight: 600;
}

    .f1_directprice sup {
        top: 0.5em !important;
        position: relative;
    }

.resultmainarea {
    margin-top: 1.52rem;
}

.rangefilter {
    padding: 0 0.6rem;
}

.p_range {
    margin-bottom: 0.6rem;
}

.f1_directa span {
    margin-left: 0.2rem;
}

.filterarea {
    float: left;
    width: 25%;
}

.f1_filborder {
    margin: 1rem 0;
}

.f1_fiterall {
    margin-bottom: 9px;
    box-shadow: 1px 2px 11px 0 #00000012;
}

.pdrange {
    padding: 0.6rem 0.999rem;
}

.flightresultarea {
    float: left;
    width: 75%;
    padding-left: 1.5rem;
}

.sortedarea {
    -webkit-box-shadow: 0 1px 3px rgb(0 0 0 / 12%), 0 1px 2px rgb(0 0 0 / 10%);
    box-shadow: 0 1px 3px rgb(0 0 0 / 12%), 0 1px 2px rgb(0 0 0 / 10%);
    background-color: #fff;
    display: table;
    width: 100%;
    table-layout: fixed;
    border-bottom: 0;
}


    .sortedarea > li {
        display: table-cell;
        vertical-align: middle;
        float: none;
        text-align: center;
        padding: 16px 8px;
        font-weight: 600;
        color: #080808;
    }

        .sortedarea > li:hover {
            background-color: #efefef;
            cursor: pointer;
        }

        .sortedarea > li.active {
            border: 0;
            border-bottom: 4px solid #fb607f;
        }

.sorted_amout {
    color: #fb607f;
}

.sorted_label {
    font-size: 1.2rem;
    font-weight: 600;
}
/*.fewq {
    font-size: 20px;
    margin: 0px;
    line-height: normal;
    font-weight: 600;
    color: #027002;
}*/

@keyframes blink {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.fewq {
    font-size: 18px;
    margin: 0px;
    line-height: normal;
    border-radius: 2pc;
    font-weight: 600;
    background: #14add9;
    color: #ffffff;
    padding: 3px 12px;
    animation: blink 1s infinite;
}

.bottombordersep {
    padding-top: 2rem;
    margin-top: 0.9rem;
}
/* result css */
.flightresuldep, .flightresultgroup {
    display: flex;
    /* align-items: center;*/
}

.flightresultgroup {
    justify-content: space-between;
    width: 100%;
    padding-left: 20px;
}

.flghtresultdeptext {
    flex: 1 1 0%;
    text-align: center;
}

.flightresultrer {
    flex: 1;
    display: flex;
    justify-content: space-evenly;
}

.flightresultboxoneW {
    padding: 40px 20px !important;
}

.flightresultmidbord {
    flex: 1 1 0%;
    /* border-radius: 0.4rem; */
    text-align: center;
    flex: 0.93;
    font-family: 'Gibson-SemiBold','Gibson',-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,'Helvetica Neue',Arial,sans-serif;
    font-weight: 600;
    line-height: normal;
}

    .flightresultmidbord p {
        /*background: #efefef;*/
        display: initial;
        border-radius: 0.4rem;
        padding: 0.2rem 0.4rem;
    }

/*.resultplane{
    padding: 0 0.4rem;
}*/

.flightcitytime {
    font-family: 'Gibson-SemiBold','Gibson',-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,'Helvetica Neue',Arial,sans-serif;
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 2px;
    line-height: normal;
}

.flightcityname {
    font-size: 12px;
    color: #545454;
    margin-bottom: 2px;
    line-height: normal;
}

.clear {
    clear: both;
}

.resultplane {
    display: block;
    border-bottom: 1px solid #e6e6e6;
    margin: 5px 47px;
}


.resultpricetext {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 3px;
}

.flight-list-main .stop-duration {
    padding: 0px !important;
}

.resultprice {
    font-size: 2.3rem;
    font-weight: bold;
    color: #23306c;
    letter-spacing: 0px;
}

    .resultprice small {
        color: #d94c80;
    }

.perpersontext {
    font-size: 10px;
    display: block;
    font-weight: 600;
}

.resultprivebtn {
    font-size: 1.5rem;
    background: #003749;
    border: 1px solid #003749;
    padding: 0.9rem 19px;
    border-radius: 6px;
    color: #fff;
    line-height: 1rem;
    cursor: pointer;
}
.callnow_btn {
    color: #23306c;
    font-size: 16px;
    font-weight: 700;
    padding: 0px;
    margin-top: 15px;
    line-height: normal;
    cursor: pointer;
}

.flightresultbox {
    float: left;
    width: 75%;
    padding: 0px 10px 0px 10px;
    border-right: 1px solid #00000017;
    margin-bottom: 5px;
}

.pd-0 {
    padding: 0px !important;
}

.jtype_hd {
    background: #efefef !important;
    margin: 0px;
    height: initial;
    margin-top: 0px;
    border: 1px solid #e2e2e2 !important;
    margin-left: 0px !important;
    margin-right: 0px !important;
}

.flt-re-dis, .flt-re-disk {
    font-size: 11px;
    color: #909090;
    width: 45%;
    display: inline-flex;
}

.flightcitytime sup {
    cursor: help;
}

.flt-re-disover {
    font-size: 11px;
    display: inline-flex;
    color: #909090;
    width: 10%;
    text-align: center;
}

.flightresiltprice {
    float: left;
    width: 25%;
    padding: 0px;
    padding-top: 0px;
    text-align: center;
}

.grid_header .fa-phone {
    rotate: 90deg;
    animation: oscillate-rotation 1s infinite ease-in-out;
    margin-left: 4px;
}

.flightresultmain {
    display: inline-block;
    width: 100%;
    padding-top: 11px;
    background-color: rgb(255, 255, 255);
    box-shadow: rgb(0 0 0 / 10%) 0px 4px 8px 0px;
    border-radius: 8px;
    /* margin-top: 1.5rem; */
    /* border: 1px solid #00000036; */
    position: relative;
}

.mrgn-0 {
    margin: 0px;
}

.openresultflightdt {
    text-align: left;
    cursor: pointer;
    font-size: 14px;
    color: #fff;
    margin: 0;
}

    .openresultflightdt:link {
        color: #fff;
    }

    .openresultflightdt:visited {
        color: #fff;
    }

    .openresultflightdt:hover {
        color: #fff;
    }

    .openresultflightdt:active {
        color: #fff;
    }

.openresultflightdtfares {
    text-align: right;
    cursor: pointer;
    font-size: 14px;
    color: #23306c;
    margin: 0;
}

/* flight details */
.flightreultdeatails {
    clear: both;
    display: none;
}

.flightItinerary {
    clear: both;
    padding: 0 2rem;
    background: #efefef;
    padding: 0.6rem 2rem;
    border-top: 1px solid #a9a9a9;
}

    .flightItinerary h3 {
        font-size: 1.2rem;
        text-transform: capitalize;
    }

.Flights-Results-FlightResultDetails, .details-section {
    margin: 32px;
    transition: visibility .5s ease,opacity .5s ease;
}

.Flights-Results-FlightResultDetails, .details-section, .section-content, .leg-details:not(:last-child) {
    margin-bottom: 16px;
}

.leg-details {
    background: #fff;
    border-radius: 0.6rem;
}

.stopbox h5 {
    line-height: normal;
    margin-top: 3px;
    margin-bottom: 3px;
    font-size: 13px;
    font-weight: 600;
}

.dErF {
    border-radius: 8px;
    border: 1px solid #e5ebf0;
    color: #192024;
}

.dErF-header {
    display: flex;
    align-items: center;
    padding: 12px 16px;
    border-bottom: 1px solid #e5ebf0;
}

.dErF-header-text {
    flex-grow: 1;
    font-weight: 600;
    line-height: 24px;
    font-size: 16px;
}

.dErF-leg-duration {
    flex-shrink: 0;
    font-size: 14px;
    line-height: 20px;
}

.dErF-body {
    padding: 0 24px;
}

.dErF-segment {
    display: flex;
    flex-direction: row;
    padding: 16px 0;
}

.dErF-segment-info {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.dErF-carrier-info {
    display: flex;
    align-items: center;
    padding-bottom: 12px;
}

.dErF-carrier-icon {
    height: 20px;
    width: 26px;
    margin-right: 16px;
    display: flex;
    justify-content: center;
}

    .dErF-carrier-icon img {
        height: 20px;
        max-width: 100%;
    }

.dErF-carrier-text {
    font-size: 12px;
    line-height: 16px;
    color: #5a6872;
}

.dErF-segment-body {
    display: flex;
    flex-direction: column;
}

.dErF-departure-row, .dErF-arrival-row {
    display: flex;
}

.dErF-time-graph {
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
    align-items: center;
    width: 26px;
    margin-right: 16px;
}

    .dErF-time-graph .dErF-dot:first-child {
        margin-top: 6px;
    }

    .dErF-time-graph .dErF-dot {
        height: 7px;
        width: 7px;
        border: 1px solid #8596a3;
        border-radius: 50%;
    }

    .dErF-time-graph .dErF-axis {
        width: 1px;
        background-color: #8596a3;
        flex-grow: 1;
    }

.dErF-time-info.dErF-departure {
    margin-bottom: 12px;
}

.dErF-time-info {
    display: flex;
    flex-direction: column;
    font-size: 16px;
    line-height: 24px;
}

.dErF-time-info-text-wrapper {
    display: flex;
    align-items: flex-start;
}

.dErF-time {
    margin-right: 4px;
    min-width: 80px;
    flex: 1 1 auto;
    font-weight: 600;
    line-height: 24px;
    font-size: 16px;
}

.dErF-location-block {
    display: flex;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.dErF-station {
    font-weight: 400;
    line-height: 24px;
    font-size: 16px;
}

.dErF-duration-row {
    display: flex;
    align-items: center;
}

svg:not(:root) {
    overflow: hidden;
}

.dErF-eq-icon {
    height: 26px;
    width: 100%;
}

.dErF-duration-text {
    font-size: 12px;
    line-height: 16px;
    margin-right: 12px;
}

.dErF-segment-extras-wrapper {
    margin-left: 42px;
    margin-top: 4px;
}

.dErF-segment-amenities {
    display: flex;
    flex-direction: column;
    margin: 0 0 0 24px;
    align-items: flex-end;
}

.dErF-cabin-class {
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 8px;
}

.iidY-container {
    padding: 12px 16px;
    display: flex;
    align-items: center;
    background-color: #f0f3f5;
    border-radius: 18px;
}

.iidY-aircraft-name {
    margin: 0 4px 0px 0;
    float: left;
    font-weight: 400;
    line-height: 18px;
    font-size: 12px;
}

.iidY-rolled-up-icons {
    display: flex;
    align-items: center;
}

.iidY-quality-icon {
    height: 16px;
    width: 16px;
    margin-right: 12px;
    flex-shrink: 0;
}

.yDSb {
    display: flex;
    align-items: center;
    border-top: 1px solid #e5ebf0;
    border-bottom: 1px solid #e5ebf0;
    padding: 8px 0;
}

.yDSb-layover-info {
    display: flex;
    align-items: center;
    font-size: 14px;
    line-height: 20px;
}

.yDSb-duration {
    flex-shrink: 0;
}

.yDSb-separator {
    margin: 0 8px;
}

.yDSb-layover-warnings {
    display: flex;
    align-items: center;
    margin-left: 12px;
    flex-shrink: 0;
}

.dErF-station span {
    font-size: 0.8rem;
    color: #999;
}

.detaitsbookbaggage-details {
    margin-left: 0.6rem;
}

    .detaitsbookbaggage-details > svg {
        margin-right: 0.2rem;
    }

.showopen {
    display: block;
}
/* flight deatis end */


@media screen and (max-width: 1199px) and (min-width: 992px) {

    /* result css */

    .flightresultmidbord p {
        padding: 0.2rem 0.2rem;
        font-size: 14px;
    }

    .flightresultmidbord {
        flex: 1.43;
    }

    .flightcityname {
        font-size: 11px;
        color: #909090;
    }
}

@media screen and (max-width: 991px) and (min-width: 768px) {
    /* result css */
    .flightresultarea {
        width: 100%;
        padding-left: 0;
    }

    #openfrm1 {
        display: none;
    }

    .filterarea {
        width: 100%;
    }
    /*   .flightcitytime {
        font-size: 0.875rem;
    }*/
    .flightresultmidbord {
        flex: 1.43;
    }
}

@media screen and (max-width: 449px) and (min-width: 100px) {
    .flightresuldep, .flightresultgroup {
        display: flex;
        align-items: center;
        text-align: center;
    }

    .no-padding {
        padding-right: 0px;
        padding-left: 0px;
    }

    .flightresultgroup {
        padding-left: 0px;
        padding-top: 10px;
    }

    .flightresultbox {
        float: left;
        width: 100%;
        padding: 10px 20px;
    }

    .flightresiltprice {
        width: 100%;
        padding: 0px;
        border-left: none;
        border-top: 1px solid #00000017;
        text-align: center;
        float: none;
        position: initial;
    }

    .resultpricetext {
        flex-direction: row;
        display: flex;
        justify-content: space-between;
        padding: 10px 4px;
        text-align: center;
        white-space: break-spaces;
    }


    .flight-list-main {
        display: flow-root !important;
        padding-top: 5px !important;
    }

    .flight-list-v2 .airline {
        padding: 0px 0px 0px 0px;
        float: left !important;
        text-align: left !important;
        width: 100% !important;
        display: flex;
        gap: 15px;
        align-items: center;
        margin-bottom:6px;
    }

    .departure {
        text-align: left;
        padding: 0px 5px !important;
        width: 40% !important;
        float: left !important;
    }

    .flight-list-main .stop-duration {
        width: 20%;
        padding: 0px 5px !important;
        float: left;
       
    }

    .destination {
        text-align: left;
        float: left !important;
        padding-right: 5px !important;
        width: 40% !important;
       
    }
   
    .baggage_cls {
        width: 100% !important;
        float: right !important;
        padding: 0px 5px !important; 
    }

    .rp_flightimg {
        margin-top: 0px !important;
        width: auto !important;
        height:30px;
    }

    .flight-list-v2 h5 {
        margin: 5px 0px;
        font-size: 12px;
    }
}



@media screen and (max-width: 767px) and (min-width: 450px) {
    .flightresuldep, .flightresultgroup {
        display: flex;
        /* align-items: center;*/
    }

    .flightresultgroup {
        justify-content: space-between;
        width: 100%;
        padding-left: 20px;
    }

    .resultpricetext {
        flex-direction: row;
        display: flex;
        justify-content: space-around;
        padding: 0px;
        text-align: center;
        white-space: normal;
    }
}

@media screen and (max-width: 767px) and (min-width: 280px) {


    .modify-nav > ul > li.route {
        border-left: 1px solid #414551;
        font-size: 14px;
        width: 56%;
    }

    .modify-nav li.allDates {
        display: block;
    }

    .modify-nav li.route span.origin, .modify-nav li.route span.destination {
        font-size: 16px;
    }

    .modify-nav li {
        height: 66px;
        padding: 0 4px;
        width: 22%;
    }

        .modify-nav li.route span.origin .name, .modify-nav li.route span.destination .name {
            font-size: 12px;
        }

    .returnDate {
        display: none;
    }

    .outboundDate {
        display: none;
    }

    .modify-nav li.route span.indicators {
        width: 22%;
    }


    /* result css */
    .flightresultarea {
        width: 100%;
        padding-left: 0;
    }

    #openfrm1 {
        display: none;
    }

    .filterarea {
        width: 100%;
    }

    /* .flightcitytime {
            font-size: 0.875rem;
        }*/

    .flightresultmidbord {
        flex: 1;
    }

    .flightresiltprice {
        float: none;
        width: 100%;
        border-top: 1px dashed #00000017;
        border-left: none;
        position: relative;
    }

    .flightresultbox {
        float: none;
        width: 100%;
        padding: 1rem 0.4rem;
    }

    .resultplane {
        padding: 0 0.4rem;
        display: block;
    }

    .flightresultmidbord p {
        background: none;
        display: initial;
        border-radius: 0.4rem;
        padding: 0.2rem 0rem;
        font-size: 14px;
    }

    .flightresultlogo > img {
        width: 50px;
    }

    .resultprivebtn {
        font-size: 15px;
        background: #012c61;
        border: 1px solid #012c61;
        padding: 0.8rem 15px;
        border-radius: 1rem;
        color: #fff;
        line-height: 1rem;
        margin: 0;
    }


    /*.resultpricetext {
            flex-direction: row;
            display: block;*/
    /* justify-content: space-between; */
    /*padding: 10px;
            text-align: center;
            white-space: break-spaces;
        }*/

    .openresultflightdt, .openresultflightdtfares {
        text-align: center;
        margin-top: 0rem;
        padding:3px 0px;
        letter-spacing: 0.2px;
        text-transform: capitalize;
    }

    /* flight details start */
    .dErF-body {
        padding: 0 12px;
    }

    .details-section {
        margin: 10px;
    }

    .dErF-time-graph {
        width: 24px;
        margin-right: 18px;
    }

    .dErF-time {
        margin-right: 9px;
        min-width: 60px;
        font-weight: 600;
        line-height: 24px;
        font-size: 14px;
    }

    .dErF-station {
        font-weight: 400;
        line-height: 18px;
        font-size: 14px;
    }

    .dErF-segment-amenities {
        flex-direction: row;
        margin: 8px 0 0 0;
        align-items: center;
    }

    .dErF-cabin-class {
        font-size: 12px;
        line-height: 16px;
        margin-bottom: 0px;
        margin-right: 1rem;
    }

    .iidY-container {
        padding: 5px 14px;
        display: flex;
        align-items: center;
        background-color: #f0f3f5;
        border-radius: 18px;
        flex-direction: row;
    }

    .iidY-content-rail {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .iidY-aircraft-name {
        margin: 0 4px 0px 0;
        font-weight: 400;
        line-height: none;
        font-size: 12px;
    }

    .dErF-segment {
        display: flex;
        flex-direction: column;
        padding: 16px 0;
    }

    .dErF-leg-duration {
        font-size: 13px;
    }

    .dErF-header-text {
        font-size: 14px;
    }

    .flightItinerary h3 {
        font-size: 1rem;
        text-transform: capitalize;
    }

    .dErF-header {
        padding: 12px 12px;
    }
    /* flight details end */

}

@media screen and (max-width: 991px) {

    /*    .flightresultmain {
        padding-bottom: 20px;
    }*/
}

@media screen and (max-width: 991px) and (min-width: 100px) {
    .moreinfo {
        width: 100%;
        margin: 0px;
        display: inline-block;
    }

    .stopDur_m hideformobile {
        padding-right: 15px !important;
        padding-left: 15px !important;
    }

    .flight-list-main .stop-duration {
        text-align: center;
    }

    .box5 {
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
        margin: 6px 0px;
    }
        .box5 .baggaes-text {
            margin:0px;
        }

    .departure {
        text-align: left;
    }

    .destination {
        text-align: right;
    }
}

@media screen and (max-width: 991px) and (min-width: 500px) {
    .flight-list-main .stop-duration {
        text-align: center;
    }

    .box5 {
        text-align: center;
    }

    .stop-duration {
        text-align: center;
    }

    .departure {
        width: 50% !important;
        text-align: center;
    }

    .destination {
        width: 50% !important;
        text-align: center;
    }
}

.fares-dropdown .heading {
    width: 100%;
    float: left;
    background: #1c165e;
    color: #fff;
    font-size: 20px;
    padding: 5px 10px;
    margin-bottom: 0;
}

.fares-dropdown table thead tr th {
    background: rgb(55 75 92 / 25%) !important;
}

.fares-dropdown table tbody tr {
    background: rgb(199 200 201 / 36%) !important;
}

    .fares-dropdown table tbody tr:last-child {
        background: rgb(55 75 92 / 25%) !important;
        font-weight: 700;
    }


@media screen and (max-width: 767px) and (min-width: 100px) {

    .fares-dropdown {
        width: 100%;
        float: right;
        padding: 0px 17px;
    }
}
