@charset "utf-8";

.CurrncyCD_Rs:before, .CurrncyCD_RS:before {
    content: "\20B9";
    font-style: normal;
}

.CurrncyCD_AED:before {
    content: "AED";
    font-style: normal;
}

.CurrncyCD_USD:before {
    content: "\0024";
    font-style: normal;
}

.CurrncyCD_SGD:before {
    content: "S$";
    font-style: normal;
}

.CurrncyCD_THB:before {
    content: "\0E3F";
    font-style: normal;
}

.CurrncyCD_GBP:before {
    content: "\00A3";
    font-style: normal;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: poppins, sans-serif;
}

img {
    max-width: 100%;
}

a {
    text-decoration: none;
    color: inherit;
}

.d-flex {
    display: flex;
}

.justify-content-center {
    justify-content: center;
}

.justify-content-between {
    justify-content: space-between;
}

.align-items-center {
    align-items: center;
}
/*--Modify-Search--*/
.tlmrg {
    margin: 10px 0 0 !important;
}

.srchtab {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-around;
    margin: auto;
    border: 1px solid #CCD9E3;
    border-radius: 40px;
    margin: 5px auto 10px;
    padding: 4px;
    position: relative;
}

.triptab {
    flex: 1;
    text-align: center;
    padding: 5px;
    font-size: 12px;
    line-height: 1;
    color: #000;
    position: relative;
    min-width: fit-content;
    text-transform: uppercase;
    font-weight: 500;
    transition: color 0.3s ease;
}

.srchtab .triptab.sltd {
    color: #ffff;
    font-weight: 600;
}

.tab-indicator {
    position: absolute;
    top: 50%;
    left: 0;
    width: 0;
    height: 80%;
    background: #2093EF;
    border-radius: 40px;
    z-index: 0;
    transform: translate(-1px, -50%);
    transition: all 0.4s ease;
}


/* Fade in tabs */
@-webkit-keyframes fadeEffect {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeEffect {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }

    stcksec
}

.tripsrchrea {
    padding: 10px;
    max-height: calc(100dvh - 230px);
    overflow: auto;
}

.srchfrmto, .srchdtlpad {
    display: flex;
    align-items: normal;
    justify-content: space-between;
    border-bottom: 1px solid #ccd9e3b6;
    padding-bottom: 12px;
    margin-bottom: 12px;
}

.srchfrmtoitm, .srchdtlpaditm {
    display: flex;
    gap: 10px;
    flex: 1;
    max-width: 100%;
}

    .srchfrmtoitm:last-child .srchicn img {
        transform: rotate(50deg);
    }

.tripplc {
    font-size: 13px;
    color: #61717D;
    max-width: 29vw;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.triplcd {
    font-size: 33px;
    font-weight: 700;
    line-height: 1.2;
}

.srcdvd {
    width: 40px;
    min-height: 100%;
    position: relative;
}

.srchswitch {
    width: 1px;
    background: #ccd9e3b6;
    height: 100%;
    margin: auto;
}

    .srchswitch img, .srchswitchml img {
        position: absolute;
        height: 35px;
        width: 35px;
        padding: 9px;
        border: 1px solid #ccd9e3b6;
        border-radius: 50%;
        left: 50%;
        top: 50%;
        transform: translate(-50%,-50%) rotate(90deg);
        background: #fff;
        transition: all .3s;
    }

.lcnswitch.rotate {
    transform: translate(-50%,-50%) rotate(270deg);
}

.srchdtlpaditm {
    position: relative;
}

.tripldte {
    font-size: 15px;
    font-weight: 600;
}

.rtrndte {
    font-size: 20px;
    color: #61717d63;
    position: absolute;
    top: 10px;
    right: 0;
    line-height: 0;
}

.srchdticn img, .srchtrvlicn img, .srchseat img {
    max-width: 15px;
    height: 18px;
    object-fit: contain;
}

.srchicn img {
    max-width: 17px;
    height: 12px;
    object-fit: contain;
}

.srchdtlpaditm:last-child .srchdticn > img {
    transform: rotateY(180deg);
}

.srchdtlpaditm.disabled .tripdtlarea {
    opacity: .5;
}
/* .splfrebx{
        border-bottom: 1px solid #ccd9e3b6;
    padding-bottom: 12px;
    margin-bottom: 10px;
} */
.splfretl, .dirhdn {
    font-size: 13px;
    color: #61717D;
}

.splcfarebx {
    display: flex;
    align-items: center;
    gap: 10px;
    max-width: 100%;
    overflow: auto;
}

    .splcfarebx::-webkit-scrollbar {
        display: none;
    }

.splfaretag {
    background: linear-gradient(to left, #FFFFFF,#FFEDC3);
    padding: 0px 8px;
    border-radius: 40px;
    font-size: 12px;
    color: #CD8000;
    width: fit-content;
}

.splcfreimt {
    font-size: 13px;
    color: #61717D;
    border: 1px solid #ccd9e3b6;
    border-radius: 50px;
    padding: 6px 15px;
    text-align: center;
    min-width: fit-content;
    margin-top: 10px;
}

    .splcfreimt.actv {
        border-color: #2093EF;
        color: #2093EF;
        background: #F5FAFF;
    }

.dirsrcharea {
    display: flex;
    gap: 10px;
    justify-content: center;
    align-items: center;
}

.dirswitch {
    position: relative;
    display: inline-block;
    width: 34px;
    height: 17px;
}

    .dirswitch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

.dirtoggle {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 14px;
}

    .dirtoggle:before {
        position: absolute;
        content: "";
        height: 13px;
        width: 13px;
        left: 2px;
        bottom: 2px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
        border-radius: 50%;
    }

.dirswitch input:checked + .dirtoggle {
    background-color: #20C21A;
    box-shadow: inset 1px 1.5px 0px #1AAD14;
}

    .dirswitch input:checked + .dirtoggle:before {
        -webkit-transform: translateX(17px);
        -ms-transform: translateX(17px);
        transform: translateX(17px);
        box-shadow: inset 1px 1.5px 0px #ECF3F8;
    }

.searchbtn {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    text-align: center;
    background: #EF6615;
    border-radius: 30px;
    padding: 12px 0;
    border: 0;
    outline: 0;
    width: 100%;
    display: block;
    margin-top: 10px;
    font-weight: 600;
}
/*multicity*/
.flighbxarea {
    position: relative;
}

.srchswitchml {
    width: 100%;
    height: 1px;
    background: #ccd9e3b6;
    position: relative;
}

.srcdvdml {
    padding: 10px 0;
    width: 100%;
}

.srchswitchml img {
    right: 0;
    left: auto;
}

.tripdtlarea {
    min-width: 85%;
    max-width: 85%;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.triplcdml {
    font-size: 18px;
    font-weight: 700;
    max-width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    line-height: 1.3;
}

    .triplcdml span {
        font-weight: normal;
    }

.flighbxarea.addCity .rtrndte {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 1px;
    background: #8f8f8f63;
    filter: invert(1);
    aspect-ratio: 1;
    height: 15px;
    width: 15px;
    color: #000;
    border-radius: 50%;
    top: 0;
    line-height: 1;
}

.fltaratl {
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 600;
    margin: 5px 0 10px;
    display: inline-block;
    padding: 4px 11px;
    background: #2093ef1f;
    border-radius: 50px;
}

.addctyf {
    color: #2093EF;
    font-size: 13px;
    text-align: center;
    font-weight: 500;
}

.bdrml {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}

.srchswitchml .lcnswitch {
    transform: translate(-50%,-50%) rotate(0deg);
}

    .srchswitchml .lcnswitch.rotate {
        transform: translate(-50%,-50%) rotate(180deg);
    }

._flxhudrd {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 10px 15px;
}

.arwWwhte {
    width: 14px;
    height: 14px;
    float: left;
    background: url(https://images.emtcontent.com/mob-web/svg/left-arrow-white.svg) no-repeat 0 0;
    background-size: 14px 14px;
    margin: 0;
    filter: brightness(0) invert(1%);
}

._tvhdr {
    font-size: 16px;
    font-weight: 600;
}

._BkHome {
    width: 25px;
    display: flex;
    flex-direction: column;
}

.dw_tringle {
    border: solid black;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    position: absolute;
    right: 2px;
    top: 24px;
}

#rndtag {
    font-size: 11px;
    margin-top: 4px;
    color: rgb(32, 147, 239);
}

.srchbar {
    padding: 0 15px;
}

.mdfy-pop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 99;
}

.mdfy-cnt {
    background: #fff;
    border-radius: 0 0 30px 30px;
    padding-bottom: 15px;
    position: relative;
    animation: popslide 0.5s ease;
}

@keyframes popslide {
    0% {
        transform: translateY(-100%);
        opacity: 0;
    }

    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

.termnicn {
    font-size: 35px;
    font-weight: 300;
    position: absolute;
    left: 50%;
    cursor: pointer;
    bottom: -56px;
    color: #fff;
    background: #606060;
    border-radius: 50%;
    z-index: 999999;
    transform: translate(-50%);
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 42px;
}
/*--loader--*/
._newlognsecv2 {
    position: fixed;
    inset: 0;
    height: 100%;
    -o-backdrop-filter: blur(3px);
    -moz-backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
    background-color: #000000a6;
    z-index: 999;
}

.loaderpp {
    position: absolute;
    width: 80px;
    height: 80px;
    z-index: 999;
    padding: 30px 0;
    border: 1px solid rgba(125, 125, 125, 0);
    border-radius: 100%;
    margin: auto;
    inset: 0;
}

    .loaderpp span {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        transform: rotate(calc(18deg * var(--i)));
    }

        .loaderpp span:before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            width: 10px;
            height: 10px;
            background: #2093EF;
            border-radius: 50%;
            transform: scale(0);
            animation: animate 2s linear infinite;
            animation-delay: calc(.1s * var(--i));
        }

@keyframes animate {
    0% {
        transform: scale(0);
    }

    50% {
        transform: scale(1.2);
    }

    80%, 100% {
        transform: scale(0);
    }
}

.loadtxtfl {
    margin: auto;
    font-size: 14px;
    color: #fff;
    height: 20px;
    width: 254px;
    position: absolute;
    inset: 175px 0 0;
    font-family: poppins;
    text-align: center;
    z-index: 999;
}

.offer_outer::-webkit-scrollbar, ._nwfltrboxmain::-webkit-scrollbar, .uspsec::-webkit-scrollbar, .revbx::-webkit-scrollbar, .dteprcing::-webkit-scrollbar, .freairlbx::-webkit-scrollbar {
    display: none;
}
/* search header */
._edit_dv {
    min-width: 20px;
    height: 20px;
    display: block;
    margin: auto;
}

.infstrip {
    padding: 10px;
    box-shadow: 0 2px 4px #0000001a;
    gap: 10px;
    position: sticky;
    top: 0;
    background: #fff;
    z-index: 2;
}

.back_ico {
    background: url(https://images.emtcontent.com/fph/assets/img/right-arrow.svg);
    width: 16px;
    height: 13px;
    display: flex;
    background-repeat: no-repeat;
    background-size: contain;
    margin-top: 6px;
    margin-right: 10px;
}

.txt-bs {
    width: auto;
    font-size: 15px;
    color: #000;
    font-weight: 600;
    line-height: 25px;
    display: flex;
    line-height: 1.3;
    gap: 4px;
}

.travel-inf {
    width: 100%;
    font-size: 12px;
    color: #000;
}

.loginaftr {
    width: 28px;
    margin: auto 0 auto auto;
}
/* breadcrum */
.brdcm {
    display: flex;
    gap: 2px;
    font-size: 12px;
    color: #1f1f29;
    margin: 10px 0;
	flex-wrap:wrap;
}

.brditm {
    color: #2093ef;
}

.seotl {
    font-size: 16px;
    font-weight: 700;
    position: relative;
    width: fit-content;
    max-width: calc(100% - 30px);
}
.seotl>img{scale:.9;margin-bottom:-5px;}

h3.seotl, .dhpstchr h3 {
    font-size: 15px;
    font-weight: 600;
}
.dhpstchr h3{margin-top:8px;}
.cont {
    font-size: 13px;
}

    .cont a {
        color: #2093ef;
        font-weight: 500;
    }

.seotl::after {
    content: '';
    right: -33px;
    bottom: -4px;
    position: absolute;
    scale: .9;
}

.arly::after {
    content: url(../../img/flightnewroute/erlymring.svg);
}

.mrng::after {
    content: url(../../img/flightnewroute/morning-fl.svg);
}

.aftern::after {
    content: url(../../img/flightnewroute/afternon-glt.svg);
}

.eveng::after {
    content: url(../../img/flightnewroute/nights-flt.svg);
}

.chpst::after {
    content: url(../../img/flightnewroute/cheapest-arln.svg);
}

.flxprc::after {
    content: url(../../img/flightnewroute/date-prci.svg);
}

.bstdy::after {
    content: url(../../img/flightnewroute/best-day.svg);
}

.mntrnd::after {
    content: url(../../img/flightnewroute/monthly-trnd.svg);
}

.fltic::after {
    content: url(../../img/flightnewroute/plane-cin.svg);
}

.fltarlpn::after {
    content: url(../../img/flightnewroute/airlnaft.png);
    scale: .8;
}

/*offer-section*/
.offer_outer {
    display: flex;
    overflow-x: auto;
    border-bottom: 0;
    background: #fff;
    padding: 8px 0 8px;
}

.ofer_bx_sld {
    flex: 0 0 80%;
    margin-left: 10px;
    border-radius: 6px;
    color: #1f1f29;
    display: flex;
    font-size: 11px;
    align-items: center;
    background-color: #e4fbf1;
    border: 1px solid #c3ead9;
    position: relative;
    padding: 5px 10px;
}

.off_20 {
    width: 8%;
    margin-right: 10px;
}

    .off_20 img {
        width: 100%;
    }

.bank-logo {
    width: 28px;
    height: 28px;
    object-fit: contain;
}

.clamp2line {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.off_80 {
    width: 90%;
}
/*--price-slider--*/
.date-price-bar {
    display: flex;
    align-items: stretch;
    border: 1px solid #ddd;
    width: 100%;
    background: #fff;
    border-radius: 4px;
    overflow: hidden;
}

.month {
    background: #fff;
    padding: 5px 10px;
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    font-weight: 500;
    font-size: 12px;
    flex-shrink: 0;
    text-align: center;
    box-shadow: 0 4px 10px #0003;
    display: flex;
    align-items: center;
    justify-content: center;
    color: gray;
    border-left: 1px solid #eee;
}

.date-scroll {
    display: flex;
    overflow-x: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.date-item {
    min-width: 68px;
    width: 68px;
    text-align: center;
    padding: 4px 5px;
    cursor: pointer;
    flex-shrink: 0;
    border-bottom: 3px solid transparent;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

    .date-item .day {
        display: block;
        font-size: 11px;
        color: #5e616e;
    }

    .date-item .price {
        display: block;
        font-size: 12px;
        font-weight: 600;
        color: #333;
        margin-top: 0;
    }

    .date-item.active {
        border-bottom: 3px solid #ef6614;
        background: #fff4dd;
    }

        .date-item.active .price {
            color: #ef6614;
        }
/*--filter--*/
.stckprnt {
    position: relative;
}

.stcksec {
    position: sticky;
    top: 0px;
    background: #fff;
    z-index: 1;
    max-width: 100%;
}

._nwfltrboxmain {
    position: relative;
    overflow: auto;
    padding: 4px 0;
    width: 95%;
    margin: auto;
}

._nwfltrbox {
    gap: 5px;
    display: grid;
    grid-auto-flow: column;
    grid-template-rows: repeat(2, 1fr);
    margin-top: 10px;
}

.filterrowsplit, .filterrow {
    display: flex;
    gap: 5px;
    flex-wrap: nowrap;
}

.chipbox {
    display: flex;
    align-items: center;
    padding: 5px 7px;
    border-radius: 50px;
    border: 1.5px solid #DFE2E7;
    background: #fff;
    font-size: 11px;
    white-space: nowrap;
    cursor: pointer;
    justify-content: center;
    font-weight: 600;
    gap: 5px;
    position: relative;
    width: max-content;
}

.filterbxnw {
    position: relative;
}

    .filterbxnw.has-filters {
        border-color: #2093ef;
        background: #effaff;
    }

        .filterbxnw.has-filters .fltcount {
            display: flex!important;
        }

        .filterbxnw.has-filters .fitericonmob {
            filter: brightness(0) saturate(100%) invert(40%) sepia(94%) saturate(1500%) hue-rotate(190deg);
        }

.fltcount {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #2093ef;
    color: #fff;
    font-size: 11px;
    font-weight: 600;
    display: none;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: -5px;
    top: -5px;
}

.fitericonmob {
    background: url(https://easemytrip.com/flight-search/assets/img/fitericonmob.svg) no-repeat center;
    width: 17px;
    height: 14px;
    font-size: 14px;
    background-size: 100%;
    color: #2093ef;
}

.chipboxactive, .chipbox.active {
    border-color: #2093ef;
    border: 1px solid #85c9ff;
    background: #effaff;
}

.chipbox img {
    width: 14px;
    height: 14px;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
}
/*--sortby--*/
.sort_bxx_full {
    padding: 8px 10px;
    gap: 6px;
}

.sort_bxx_prnt {
    gap: 6px;
    width: 100%;
}

.sort_bxx_prnt {
    gap: 6px;
    width: 100%;
}

.sort_bxx {
    border: 1px solid #F0F4F7;
    padding: 6px;
    border-radius: 10px;
    background: #F0F4F7;
    display: flex;
    flex-direction: column;
    gap: 2px;
    font-size: 9px;
    font-weight: 500;
    color: #5d5f61;
}

    .sort_bxx p {
        text-transform: uppercase;
        font-size: 11px;
        font-weight: 600;
    }

.activeBox {
    background: #EFFAFF;
    color: #2093ef;
    border-color: #2093ef;
}

.othdropflt {
    margin-left: auto;
    position: relative;
    font-size: 14px;
    font-weight: 500;
    width: 50px;
}

._regflx {
    display: flex;
    align-items: center;
    position: relative;
    cursor: pointer;
    font-size: 11px;
}

.othfltixo {
    background: url(https://flight.easemytrip.com/content/img/othrfltixo.svg);
    min-width: 14px;
    width: 14px;
    height: 14px;
    background-size: 100%;
    background-repeat: no-repeat;
    display: inline-flex;
    margin-right: 5px;
}

._othdrpswn {
    position: absolute;
    right: 0;
    display: none;
    border: 1px solid #ddd;
    padding: 10px 15px;
    border-radius: 10px;
    z-index: 99;
    background: #fff;
    width: 125px;
    top: 35px;
    transition: max-height .2s ease-in;
    -webkit-transition: max-height .2s ease-in;
    box-shadow: #00000024 0 0 6px;
    -webkit-box-shadow: rgb(0 0 0 / 14%) 0 0 6px;
    -moz-box-shadow: rgb(0 0 0 / 14%) 0 0 6px;
}

    ._othdrpswn ul {
        display: flex;
        flex-direction: column;
        gap: 8px;
        font-size: 12px;
        font-weight: 500;
        list-style-type: none;
    }

    ._othdrpswn li {
        cursor: pointer;
    }

._sortcxnw {
    padding: 6px 15px;
    display: flex;
    background: #F1F4F6;
    justify-content: space-between;
    margin-bottom: 10px;
}

._fntbb {
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 600;
}

._fntsm {
    font-size: 9px;
    font-weight: 500;
    color: #5d5f61;
    line-height: 1;
}

.arrow-down:before {
    content: url(https://flight.easemytrip.com/content/img/srtarrwdwn.svg);
}
/*--listing--*/
.fligt-cntnr {
    padding: 0 10px;
}

.managlistparent {
    border-radius: 10px;
    margin-top: 15px;
    box-shadow: 0 0 5px #00000026;
    border: 1px solid #dbdbdb;
    background: #fff;
}

.adodis_v4 {
    padding: 3px 5px;
    font-size: 10px;
    font-weight: 600;
    background: linear-gradient(to right, #ffffff, #f3dcac);
    display: inline-flex;
    border-radius: 10px 0;
    position: relative;
    top: 0;
    left: 0;
    color: #000;
}

    .adodis_v4 img {
        margin-right: 3px;
    }

.fligt-cntnr .managlist1 {
    padding: 16px 0;
}

.managlist1_inner {
    padding: 0 10px;
    overflow: visible;
}

.fltlft {
    width: 74%;
    margin-right: auto;
    float: left;
}

.fl_logo {
    width: 30px;
    float: left;
}

    .fl_logo img {
        width: 30px;
        border-radius: 5px;
    }

.fl_info_col {
    width: 82%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
}

.bannrstrip {
    margin: 15px 0;
}

    .bannrstrip img {
        width: 100%;
        border-radius: 10px;
        display: block;
    }

.duratn-bdr {
    border-bottom: 1px solid #d8d7d7;
    position: relative;
    padding-bottom: 7px;
    font-size: 11px;
    margin: 5px 0 3px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.sml-dot-l {
    position: absolute;
    bottom: -5px;
    left: 0;
}

.gray_dot--solid {
    width: 8px;
    height: 8px;
    background: #fff;
    border: 1px solid #d8d7d7;
    border-radius: 50%;
}

.fl_deprt {
    font-weight: 700;
    font-size: 15px;
    color: #333;
    line-height: 1;
}

.text_gray {
    color: #737373;
    font-size: 12px;
    line-height: 1;
    display: block;
}

.fl_arive {
    font-weight: 600;
    font-size: 15px;
    color: #333;
    line-height: 1;
}

.sml-dot-r {
    position: absolute;
    bottom: -5px;
    right: -2px;
}

.owsectr {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 7px;
}

.ftn11 {
    font-size: 11px;
}

.text_gray_n {
    color: #324fad;
    font-size: 10px;
    font-weight: 500;
    text-transform: capitalize;
}

.distancenvn2 {
    color: #333;
    font-size: 9px;
    font-weight: 500;
    margin-top: 3px;
    width: 100%;
    display: flex;
}

    .distancenvn2 span:nth-of-type(2), .tright, .dest11 {
        text-align: right;
        margin-left: auto;
    }

.clr {
    clear: both;
}

.fl_sub_inf {
    margin-top: 5px;
}

._oprdby {
    width: max-content;
    color: #565656;
    font-size: 9px;
    font-weight: 400;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-bottom: 2px;
}

.fl-num {
    color: #545252;
    font-size: 10px;
    font-weight: 600;
}

.seats-left {
    color: #f6141b;
}

    .seats-left img {
        width: 7px;
    }

.fl_cost {
    width: 26%;
    float: left;
}

.ti_prc {
    float: right;
    text-align: right;
    width: 100%;
}

.ttl_b_amt {
    font-size: 16px;
    display: inline-block;
    color: #000;
    font-weight: 700;
}

.mobbookbtn {
    background-color: #ef6614;
    text-shadow: none;
    color: #fff;
    outline: 0;
    font-weight: 500;
    background-image: none;
    border: 0;
    border-radius: 40px;
    cursor: pointer;
    font-size: 11.5px;
    padding: 5px 0;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    min-width: 75px;
    margin-top: 6px;
    margin-left: auto;
    max-width: 100px;
    justify-content: center;
    display: flex;
}

.offstp {
    font-size: 9.5px;
    padding: 3px;
    color: #3a3a3a;
    background: #fdecd6;
    margin: 7px 0 0;
    text-align: left;
    border-left: 3px solid #fdd19f;
}

.loaman_mfare {
    display: flex;
    align-items: center;
    margin-bottom: 4px;
    justify-content: center;
}

.loader_mfare {
    border: 4px solid #e8e8e8;
    border-radius: 50%;
    border-top: 4px solid #2093EF;
    width: 25px;
    height: 25px;
    animation: spin 1s linear infinite;
    margin: 9px;
}

@keyframes spin {
    100% {
        rotate: 360deg;
    }
}

.pl-wt-mfare {
    font-size: 13px;
    font-weight: 600;
    color: #525252;
    padding: 0;
}

.mrfrpop {
    display: block;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    background-color: #000000b3;
    -o-backdrop-filter: blur(3px);
    -moz-backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
}

.mrfr-content {
    background-color: #f8fafc;
    margin: auto;
    padding: 0;
    width: 100%;
    border-radius: 25px 25px 0 0;
    position: absolute;
    bottom: 0;
    max-height: 85vh;
}

.slideUpani, .mrfr-content {
    animation-duration: .5s;
    animation-fill-mode: both;
    animation-name: slideUpsc;
}

@keyframes slideUpsc {
    0% {
        transform: translateY(100%);
    }

    100% {
        transform: translateY(0);
    }
}

.mrterm {
    color: #fff;
    font-size: 25px;
    font-weight: 300;
    line-height: 1;
    position: absolute;
    top: -50px;
    background: #00000070;
    left: 50%;
    border-radius: 100%;
    height: 30px;
    justify-content: center;
    width: 30px;
    padding-top: 2px;
    display: flex;
    align-items: center;
    transform: translate(-50%);
}

.mrpopdta {
    padding: 15px 10px;
}

.mrttl {
    font-size: 18px;
    font-weight: 600;
}

.mtfltinfo {
    margin: 10px 0;
    display: flex !important;
    gap: 10px;
    padding: 10px;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 0 4px #0000001a;
}

.fltlg {
    width: 40px;
    height: 100%;
    aspect-ratio: 1;
    border-radius: 9px;
    overflow: hidden;
}

    .fltlg img {
        width: 100%;
        object-fit: cover;
        height: 100%;
    }

.mrfltdta {
    display: flex;
    gap: 7px;
    align-items: center;
    margin-bottom: 5px;
}

.frmto {
    display: flex;
    gap: 6px;
    align-items: center;
}

    .frmto span {
        font-size: 17px;
        font-weight: 600;
        line-height: 1;
    }

    .frmto img {
        display: block;
        width: 18px;
    }

    .frmto span {
        font-size: 17px;
        font-weight: 600;
        line-height: 1;
    }

.flttpp {
    font-size: 11px;
    font-weight: 500;
    color: #2093ef;
    padding: 2px 5px;
    border-radius: 12px;
    background: #EAF6FF;
}

.fltdtl {
    display: flex;
    gap: 3px;
    color: #444e5a;
    align-items: center;
    flex-wrap: wrap;
}

    .fltdtl img {
        width: 12.5px;
        margin-top: -2px;
    }

    .fltdtl span {
        font-size: 13px;
        color: #444e5a;
        line-height: 1;
    }

    .fltdtl i {
        line-height: 1;
    }

.clastabs {
    scrollbar-width: none;
}

.clastabs {
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    scroll-behavior: smooth;
}

.clastabs {
    display: flex;
    justify-content: space-between;
    gap: clamp(5px, 2.8vw, 10px);
    padding: 10px 0;
}

    .clastabs .classbutton.active {
        background: #2093ef;
        color: #fff;
    }

.classbutton {
    border: 1px solid #E0E6F1;
    background: #fff;
    font-size: 14px;
    font-weight: 600;
    border-radius: 12px;
    box-shadow: 0 0 6px #0000000d;
    padding: 9px;
    flex: 1;
    line-height: 1.3;
}

.prm {
    position: relative;
    border: 3px solid transparent;
    border-radius: 16px;
    background: linear-gradient(#fff, #fff) padding-box, linear-gradient(var(--angle), #710CF4 0%, #8b36fa00 50%, #7211EF 100%) 0% 0% no-repeat border-box;
    animation: rotatebg 3s ease-in-out infinite;
    transition: all .3s ease;
    -webkit-animation: rotatebg 3s ease-in-out infinite;
}

.rcmndtg {
    padding: 3px 7px;
    border-radius: 9px;
    font-size: 9px;
    position: absolute;
    top: -9px;
    left: 50%;
    transform: translate(-50%);
    background: linear-gradient(99deg, #710CF4 0%, #8C36FA 50%, #7211EF 100%) 0% 0% no-repeat padding-box;
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 1;
}

@property --angle {
    syntax: "<angle>";
    initial-value: 0deg;
    inherits: false;
}

@keyframes rotatebg {
    0% {
        --angle: 0deg;
    }

    100% {
        --angle: 360deg;
    }
}

.classcontent {
    padding: 12px;
    border-radius: 24px;
    background: #fff;
    box-shadow: 0 0 6px #0000000d;
    border: 1px solid #E0E6F1;
    animation: fadeEffect 1s;
    max-height: 42vh;
    overflow-y: auto;
}

@keyframes fadeEffect {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.classprimum, .classbusiness, .classfirst {
    background: #fff url(https://www.easemytrip.com/flight-search/assets/img/more-fare/classprimum.webp);
    border-radius: 12px;
    padding: 10px;
    background-size: 100%;
    margin: 0;
}

.clastabs .prm.active, .clastabs .buss.active, .clastabs .first.active {
    background: url(https://www.easemytrip.com/flight-search/assets/img/bg.png) no-repeat center;
    border-color: #710cf4;
}

.clascrd:has(input:checked) {
    border: 2px solid #2093ef;
    background: linear-gradient(0deg, #FFFFFF 0%, #FBFDFF 87%, #F2F9FF 140%) 0% 0% no-repeat padding-box;
}

.clascrd:last-child {
    margin-bottom: 0;
}

.clascrd {
    display: block;
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
    user-select: none;
    border: 1px solid #D2DAE4;
    border-radius: 18px;
    transition: all .3s ease;
    margin-bottom: 15px;
    background: #fff;
}

.clspad {
    padding: 10px;
}

.clastlbx {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.clastl {
    font-size: 17px;
    font-weight: 600;
}

.clascrd input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    transition: all .3s ease;
}

    .clascrd input:checked ~ .checkmark {
        border-color: #2093ef;
    }

.checkmark {
    position: relative;
    aspect-ratio: 1;
    display: block;
    height: 18px;
    width: 18px;
    border: 2px solid #D2DAE4;
    border-radius: 50%;
}

.clascrd input:checked ~ .checkmark:after {
    display: block;
}

.clascrd .checkmark:after {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #2093ef;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.clsprc {
    font-size: 19px;
    color: #2093ef;
    font-weight: 600;
    margin-bottom: 10px;
}

.pricr-nerw {
    display: inline-block;
    margin: 0;
    padding: 0;
    font-size: 16px;
    font-weight: 600;
}

.clasgrd {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px 5px;
}

.clsitm {
    display: flex;
    gap: 5px;
    font-size: 11px;
}

    .clsitm img {
        width: 18px;
        max-height: 18px;
        object-fit: contain;
    }

    .clsitm strong {
        font-weight: 600;
    }

.offrstrp {
    font-size: 10px;
}

.offrstrp {
    padding: 5px 7px;
    background: linear-gradient(90deg, #FEF3B6 0%, #FEF7CDAE 46%, #FEF9D983 72%, #FFFFFF00 110%) 0% 0% no-repeat padding-box;
    display: flex;
    align-items: flex-start;
    gap: 5px;
    margin: 0 0 15px;
}

.iconoffr {
    background: url(https://www.easemytrip.com/flight-search/assets/img/more-fare/iconoffr.svg);
    min-width: 16px;
    min-height: 16px;
    background-repeat: no-repeat;
    background-size: 100%;
    margin-top: 2px;
}

.clascrd:has(input:checked) .clsbtns {
    display: flex;
}

.clsbtns {
    padding: 0 10px 10px;
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: end;
    display: none;
}

.bknow {
    background: #EF6614;
    border-radius: 60px;
    padding: 10px;
    color: #fff;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0;
    font-weight: 500;
    width: 112px;
}

/*--cheapest-fare-by-airline--*/
.freairlbx {
    display: flex;
    gap: 10px;
    justify-content: space-between;
    margin: 10px 0 15px;
    max-width: 100%;
    overflow: auto;
	padding:5px 0;
}

.freitm {
    flex: 1;
    overflow: hidden;
    border-radius: 20px;
    box-shadow: 0 0 4px 0 rgb(0 0 0 / 20%);
    min-width: 200px;
    border: 1px solid #80808045;
}

.freimg {
    height: 100px;
    width: 100%;
}

    .freimg img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.frebdy {
    background: #fff;
    padding: 5px 10px 10px;
}

.fretl {
    font-size: 14px;
    font-weight: 700;
}

.fredta {
    display: flex;
    justify-content: space-between;
}

.fredta {
    font-size: 10px;
    color: #5D5F61;
}

.freprbx {
    text-align: end;
}

.freds {
    font-size: 9px;
    color: green;
    font-weight: 500;
}

.freprc {
    font-size: 15px;
    font-weight: 700;
    color: #000;
}

.sltbtns {
    padding: 7px 20px;
    background: #da5200;
    border: 1px solid #da5200;
    border-radius: 40px;
    cursor: pointer;
    color: #fff;
    margin-top: 10px;
    font-size: 12px;
    text-align: center;
}

.seobtl {
    font-size: 13px;
    color: #333;
}
/*--date-pricing--*/
.dteprcing {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 10px;
    margin: 10px 0 15px;
    max-width: 100%;
    overflow: auto;
}

.groupbx {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #ADDBFF;
    border-radius: 10px;
    min-width: 85px;
}

    .groupbx.active {
        border-color: #2093ef;
    }

.grttl {
    text-align: center;
    font: normal normal normal 11px / 21px Poppins;
    padding: 3px 0 6px 0px;
}

    .grttl strong {
        font-size: 14px;
        font-weight: 600;
        display: block;
        line-height: 1;
    }

.groupbx.active .grbdy {
    background: #2093ef;
    color: #fff;
}

.grbdy {
    background: #F6FAFE 0% 0% no-repeat padding-box;
    outline: 1px solid #ADDBFF;
    border-radius: 10px;
    opacity: 1;
    color: #333;
}

.grpdte {
    padding: 6px;
    font-weight: 700;
    text-align: center;
    font-size: 15px;
}

    .grpdte a {
        color: inherit;
        text-decoration: none;
    }
/*--best-day-to-book--*/
.dhpstchr {
    padding: 10px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 0 8px 0 rgb(0 0 0 / 33%);
    margin: 10px 0 15px;
}

    .dhpstchr p, .bkkitms {
        font-size: 14px;
    }

    .dhpstchr ul {
        padding-left: 12px;
        font-size: 14px;
    }

.seocntl {
    font-size: 14px;
    font-weight: 700;
    margin-top: 10px;
}
/* Steps List */
    .emt-v2-steps-list {
      padding: 10px 0 0;
	  margin-bottom:0;
    }

    .emt-v2-step-item {
      display: flex;
      align-items: flex-start;
      gap: 8px;
      padding: 10px;
      background-color: #ffffff;
      border: 1px solid #f1f5f9;
      border-radius: 10px;
      box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
      margin-bottom: 10px;
    }

    .emt-v2-step-number {
      flex-shrink: 0;
      width: 30px;
      height: 30px;
      background-color: #789fbf;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      color: #ffffff;
      font-weight: 700;
      font-size: 15px;
    }

    .emt-v2-step-content {
      flex-grow: 1;
    }

    .emt-v2-step-title {
      font-size: 15px;
      font-weight: 700;
      color: #2093ef;
      margin-bottom: 3px;
      line-height:1;
    }

    .emt-v2-step-text {
      font-size: 14px;
      color: #000;
      line-height: 1.5;
    }

    .emt-v2-semibold {
      font-weight: 700;
      color: #111a28;
    }


.seoul {
    list-style: disc;
    padding-left: 15px;
    font-size: 15px;
}

    .seoul li {
        margin: 5px 0;
    }

        .seoul li::marker {
            color: #444;
        }

.legend {
    display: flex;
    gap: 10px;
    justify-content: flex-end;
    margin-bottom: 12px;
    font-size: 12px;
}

    .legend span {
        display: flex;
        align-items: center;
        gap: 5px;
    }

.swatch {
    width: 12px;
    height: 12px;
    border-radius: 3px;
}

.crtrow {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 8px;
}

.day-label {
    width: 35px;
    font-size: 12px;
    font-weight: 500;
    color: #000;
    flex-shrink: 0;
}

.bar-track {
    flex: 1;
    background: #e5f1fa;
    border-radius: 5px;
    height: 30px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.bar-fill {
    height: 100%;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-right: 10px;
    transition: filter 0.15s;
    box-sizing: border-box;
}

    .bar-fill .crtprice {
        filter: brightness(0.93);
    }

    .bar-fill .crtprice {
        font-size: 12px;
        font-weight: 500;
        white-space: nowrap;
    }

    .bar-fill .crtarrow {
        font-size: 11px;
        margin-left: 4px;
        opacity: 0.7;
    }

.cheapest-fill {
    background: #2093ef;
}

    .cheapest-fill .crtprice {
        color: #fff;
    }

    .cheapest-fill .crtarrow {
        border: solid #fff;
        border-width: 0 2px 2px 0;
        display: inline-block;
        padding: 2px;
        transform: rotate(45deg);
        -webkit-transform: rotate(315deg);
        position: relative;
        transition: transform .3s ease;
        cursor: pointer;
    }

.regular-fill {
    background: #b6deff;
}

    .regular-fill .crtprice {
        color: #2a3a5e;
    }

    .regular-fill .crtarrow {
        border: solid #2a3a5e;
        border-width: 0 2px 2px 0;
        display: inline-block;
        padding: 2px;
        transform: rotate(45deg);
        -webkit-transform: rotate(315deg);
        position: relative;
        transition: transform .3s ease;
        cursor: pointer;
    }
/*--why-book-with-us--*/

.uspsec {
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
    max-width: 100%;
    overflow: auto;
    padding: 0;
}

.trcard {
    padding: 10px 5px;
    text-align: center;
    border-right: 1px solid #CED9E0;
    flex: 1;
    min-width: 150px;
}

    .trcard:last-child {
        border-right: 0;
    }

.crdttl {
    font-size: 14px;
    margin: 6px;
    font-weight: 600;
}

.crdbdy {
    font-size: 12px;
    text-wrap-style: balance;
}

.accordion__item {
    margin-bottom: 10px;
    /* padding-bottom: 12px; */
    border-bottom: 1px solid #eee;
}

.accordion__item__header {
    padding: 5px 0;
    cursor: pointer;
    position: relative;
    color: #000;
    /* font: normal normal normal 19px / 27px Poppins; */
    font-size: 15px;
    font-weight: 600;
}

    .accordion__item__header.active::before {
        transform: rotate(45deg) !important;
    }

    .accordion__item__header::before {
        height: 7px;
        width: 7px;
        content: "";
        position: absolute;
        right: 2px;
        top: 15px;
        transition: .5s all;
        transform: rotate(-135deg);
        border-right: 2px solid #000;
        border-bottom: 2px solid #000;
    }

.accordion__item__content {
    overflow-y: hidden;
    padding: 0;
    display: none;
    margin-bottom: 10px;
    font-size: 16px;
}

.revbx {
    display: flex;
    gap: 10px;
    justify-content: space-between;
    margin: 10px 0 15px;
    max-width: 100%;
    overflow: auto;
}

.revitm {
    flex: 1;
    background: linear-gradient(to top, #2092ef29,#fff);
    padding: 8px 10px;
    border-radius: 12px;
    box-shadow: 0 0 4px 0 rgb(0 0 0 / 20%);
    min-width: 250px;
    border: 1px solid #80808045;
}

.strbx {
    display: flex;
    gap: 2px;
}

    .strbx img {
        width: 12px;
    }

.revitm p {
    font-size: 13.5px;
    margin: 8px 0;
}

.authnmw {
    font-size: 15px;
    font-weight: 700;
}

.authtl {
    font-size: 12px;
    color: #6f6f6f;
    line-height: 1;
}

.mt35 {
    margin-top: 35px;
}
/*--flight-routes--*/
.fltrtsbx {
    box-shadow: 0 0 8px 0 rgb(0 0 0 / 33%);
    padding: 1px 0;
    margin: 10px 0 15px;
    border-radius: 12px;
}

.fur {
    padding: 0 10px;
    margin: 10px 0;
}

    .fur .sbttl {
        font-size: 14px;
        font-weight: 600;
    }

.fur1 {
    text-align: left;
    font-size: 13px;
    letter-spacing: 0.26px;
    color: #2093ef;
    opacity: 1;
}

    .fur1 ul {
        margin-top: 0px;
        padding: 5px 0px;
    }

    .fur1 li {
        list-style: none;
        margin-bottom: 3px;
    }

    .fur1 a {
        color: rgb(32, 147, 239);
        text-decoration: none;
    }

.cheapest-badge {
    background: white;
    border: 1.5px solid #079f7a;
    border-radius: 50px;
    padding: 5px 14px;
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 12px;
    white-space: nowrap;
    width: fit-content;
    margin-top: 5px
}

.badge-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #079f7a;
}

.badge-label {
    color: #079f7a
}

.badge-price {
    font-weight: 600;
    color: #079f7a;
    font-size: 14px;
}

.badge-date {
    color: #079f7a
}

.frscroll-row {
    display: flex;
    align-items: center;
    gap: 5px;
    margin-bottom: 15px;
    margin-top: 15px;
}

.frnav {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 1px solid #BDBDBD;
    background: white;
    cursor: pointer;
    font-size: 16px;
    color: #BDBDBD;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    padding: 6px;
}

    .frnav svg {
        stroke-width: 2px;
        color: #484848;
    }

    .frnav:hover svg {
        color: #fff;
    }

    .frnav:hover {
        border-color: #2093ef;
        background: #2093ef;
        color: #fff;
    }

.frscroll {
    display: flex;
    gap: 10px;
    overflow-x: auto;
    scrollbar-width: none;
    flex: 1;
}

    .frscroll::-webkit-scrollbar {
        display: none;
    }

.frcard {
    flex-shrink: 0;
    width: 90px;
    background: white;
    border: 1px solid #d3d3d3;
    border-radius: 10px;
    padding: 10px 8px;
    text-align: center;
    cursor: pointer;
    transition: border-color 0.15s;
    box-shadow: 0 0 1px 0 #4ea8ef;
}

    .frcard:hover {
        border-color: #2093ef;
        background: #2092ef09;
    }

    .frcard.sel {
        background: #2093ef;
        border-color: #2093ef;
    }

    .frcard .dl {
        font-size: 10px;
        font-weight: 500;
        color: #737373;
        text-transform: uppercase;
        letter-spacing: 0.04em;
    }

    .frcard.sel .dl {
        color: #fff;
    }

    .frcard .dn {
        font-size: 15px;
        font-weight: 600;
        color: #1a1a1a;
        line-height: 1.3;
        margin-top: 2px;
    }

    .frcard.sel .dn {
        color: white;
    }

    .frcard .fp {
        font-size: 12px;
        color: #666;
        font-weight: 600
    }

    .frcard.sel .fp {
        color: #fff;
    }

.cpill {
    background: #32a4ff;
    color: #fff;
    border: 1px solid #fff;
    font-size: 9px;
    font-weight: 600;
    backdrop-filter: blur(5px);
    letter-spacing: 0.05em;
    border-radius: 50px;
    padding: 2px 7px;
    margin-top: 5px;
    display: inline-block;
    text-transform: uppercase;
}

.frbottom {
    display: flex;
    gap: 10px;
    align-items: stretch;
    flex-direction: column;
}

.sel-bar {
    background: #F6FAFE;
    border-radius: 10px;
    padding: 10px 15px;
    flex: 1;
    border: 1px solid #ADDBFF;
    transition: all .3s ease;
}

.sel-lbl {
    font-size: 9px;
    font-weight: 600;
    color: #737373;
    text-transform: uppercase;
    letter-spacing: 0.07em;
    margin-bottom: 2px;
}

.sel-date-txt {
    font-size: 15px;
    font-weight: 600;
    color: #1a1a1a;
    transition: all .3s ease;
    line-height: 1.2;
}

.cnote {
    font-size: 16px;
    color: #2093ef;
    font-weight: 500
}

    .cnote span {
        font-size: 12px;
    }

.fare-lbl {
    font-size: 9px;
    font-weight: 700;
    color: #2093ef;
    text-transform: uppercase;
    letter-spacing: 0.07em;
    text-align: right;
}

.fare-big {
    font-size: 23px;
    font-weight: 700;
    color: #1a1a1a;
    line-height: 1.2;
}

.frbook-btn {
    background: #da5200;
    color: white;
    border: none;
    border-radius: 10px;
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    white-space: nowrap;
    display: flex;
    align-items: center;
    gap: 5px;
    transition: all 0.3s ease;
    justify-content: center;
    margin-bottom: 20px
}

.btn-ic {
    font-size: 18px;
}

/*
new filter css*/
.filter-sticky {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 999;
    background: #fff;
    /* display: none; */
    height: 100dvh;
    max-height: 100dvh;
    overflow: auto;
}

/* ── Filter Header ── */
.filterHead {
    width: 100%;
    float: left;
    background: #2093EF;
    padding: 10px;
    display: flex;
    align-items: center;
}

.crossflter {
    font-size: 27px;
    color: #fff;
    display: inline-block;
    vertical-align: top;
    padding: 0;
    line-height: 18px;
    margin-right: 10px;
    cursor: pointer;
    transition: opacity 0.3s ease;
}

    .crossflter:hover {
        opacity: 0.8;
    }

    .crossflter:active {
        transform: scale(0.95);
    }

.fltrTxt {
    float: left;
    font-size: 15px;
    color: #fff;
    font-weight: 600;
}

.resetflter {
    font-size: 11px;
    color: #fff;
    text-transform: uppercase;
    margin-left: auto;
    cursor: pointer;
    transition: opacity 0.3s ease;
    padding: 5px 10px;
    border-radius: 4px;
}

    .resetflter:hover {
        opacity: 0.9;
        background: rgba(255, 255, 255, 0.1);
    }

    .resetflter:active {
        transform: scale(0.95);
    }

/* ── Tabs ── */
.frlistblock {
    width: 100%;
}

    .frlistblock ul {
        padding: 0;
        margin: 0;
        border-bottom: 1px solid #eee;
        width: 100%;
        float: left;
        list-style-type: none;
    }

        .frlistblock ul li {
            padding: 10px;
            background-color: #fff;
            list-style: none;
            cursor: pointer;
            width: 44%;
            outline: 0;
            color: #000;
            font-size: 15px;
            position: relative;
            margin: auto 3%;
            text-align: center;
            font-weight: 500;
            float: left;
        }

            .frlistblock ul li::after {
                content: "";
                position: absolute;
                left: 0;
                bottom: 0;
                width: 0%;
                height: 3px;
                background: #2093EF;
                transition: width 0.3s ease;
            }

            .frlistblock ul li.tabSelected {
                color: #2093EF;
            }

                .frlistblock ul li.tabSelected::after {
                    width: 100%;
                }

/* ── Filter / Sort panels ── */
.filterpnl {
    width: 100%;
    float: left;
    margin-bottom: 70px;
    overflow: auto;
    height: 72vh;
}

.sortbycolm {
    width: 100%;
    float: left;
    margin-bottom: 70px;
}

/* ── Utility ── */
.clr {
    clear: both;
}

.pdfl10 {
    padding: 10px;
}

.flflex {
    display: flex;
}

.jc_sb {
    justify-content: space-between;
}

.flflexclm {
    display: flex;
    flex-flow: column;
    width: 100%;
}

.dividerfltr {
    width: 100%;
    float: left;
    height: 1px;
    background: #eee;
    margin: 10px 0;
}

.fw500 {
    font-weight: 500;
}

/* ── Section title ── */
.flt_tcol {
    font-size: 16px;
    font-weight: 600;
    color: #000;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.durbx ~ .range input {
    width: 20px;
}

.fltoptext {
    font-size: 15px;
    font-weight: 600;
}

/* ── Toggle / Switch ── */
.switch {
    position: relative;
    display: inline-block;
}

    .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

    .switch label {
        height: 20px;
        width: 44px;
        background: #ccc;
        display: block;
        border-radius: 20px;
        position: relative;
        cursor: pointer;
        transition: background 0.4s ease;
    }

        .switch label::after {
            content: "";
            height: 16px;
            width: 16px;
            background: #fff;
            position: absolute;
            top: 2px;
            left: 2px;
            border-radius: 50%;
            transition: transform 0.4s ease;
            z-index: 2;
        }

        .switch label::before {
            content: "OFF";
            position: absolute;
            right: 5px;
            top: 50%;
            transform: translateY(-50%);
            font-size: 10px;
            color: #fff;
            font-weight: 600;
            transition: opacity 0.3s ease;
        }

    .switch input:checked + label {
        background: #4caf50;
    }

        .switch input:checked + label::after {
            transform: translateX(24px);
        }

        .switch input:checked + label::before {
            content: "ON";
            left: 8px;
            right: auto;
        }

.form-check-inline {
    margin-left: auto;
}

/* ── Stops boxes ── */
.flBox {
    width: 31%;
    border-radius: 12px;
    border: 1px solid #C7C2C2;
    padding: 12px 0;
    justify-content: center;
    align-items: center;
    flex-flow: column;
    cursor: pointer;
    transition: all 0.3s ease;
}

    .flBox:hover {
        border-color: #2093ef;
        background: #f8fcff;
    }

.ttlstop {
    color: #252525;
    font-weight: 600;
    margin-bottom: 1px;
    font-size: 13px;
    transition: color 0.3s ease;
}

.ttlsubstp {
    font-size: 12px;
    color: #646b74;
    font-weight: 400;
    transition: color 0.3s ease;
}

.activeBox .ttlstop {
    color: #2093ef;
}

.activeBox .ttlsubstp {
    color: #2093ef;
}

.activeBox {
    background: #F4FAFE;
    border-color: #2093EF;
}


input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

/* jQuery UI slider overrides */
.ui-slider-horizontal .ui-slider-handle {
    top: -1px !important;
    margin-left: -.6em;
    cursor: grab;
}

    .ui-slider-horizontal .ui-slider-handle:active {
        cursor: grabbing;
    }

.ui-slider .ui-slider-handle {
    height: 18px !important;
    width: 18px !important;
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    border: 2px solid #2093ef !important;
    background: #fff !important;
}

    .ui-slider .ui-slider-handle:hover {
        transform: scale(1.15);
        box-shadow: 0 0 8px rgba(32, 147, 239, 0.4);
    }

    .ui-slider .ui-slider-handle:active {
        transform: scale(1.25);
        box-shadow: 0 0 12px rgba(32, 147, 239, 0.6);
    }

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
    background: #fff !important;
}

.ui-widget-content {
    background: #e0e0e0 !important;
    border: 0 !important;
    height: 6px !important;
    border-radius: 3px;
}

.ui-slider-range {
    background: #2093ef !important;
    border-radius: 3px;
}

/* ── Airlines checkboxes ── */
.check-box-flt {
    font-weight: 400;
    color: #000;
    position: relative;
    /* margin-bottom: 8px; */
    cursor: pointer;
    font-size: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: flex;
    align-items: center;
    transition: background 0.2s ease;
    border-radius: 6px;
    padding: 8px 25px 8px 0;
}



    .check-box-flt img {
        margin-right: 7px;
        width: 20px;
        border-radius: 5px;
        pointer-events: none;
    }

    .check-box-flt input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
    }

.checkmark-flt {
    position: absolute;
    top: 8px;
    right: 0;
    height: 19px;
    width: 19px;
    background-color: #fff;
    border: 1px solid #bbbbbb;
    border-radius: 3px;
    transition: all 0.3s ease;
}

.check-box-flt:hover input ~ .checkmark-flt {
    border-color: #2093EF;
    background-color: #f0f8ff;
}

.check-box-flt input:checked ~ .checkmark-flt {
    background-color: #2093EF;
    border-color: #2093EF;
}

.checkmark-flt:after {
    content: "";
    position: absolute;
    display: none;
}

.check-box-flt input:checked ~ .checkmark-flt:after {
    display: block;
}

.check-box-flt .checkmark-flt:after {
    left: 6px;
    top: 0px;
    width: 5px;
    height: 12px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.mgr7 {
    margin-right: 7px;
}

.ft-12 {
    font-size: 12px;
    color: #8F8B8B;
    text-align: right;
    margin-left: auto;
    font-weight: 500;
}

.bdrb0 {
    border-bottom: 0 !important;
}

.moreairline_v2 {
    font-size: 12px;
    color: #2093EF;
    padding: 0 0 10px 0;
    width: 100%;
    cursor: pointer;
    display: flex;
    justify-content: flex-end;
}

/* ── Departure / Arrival time boxes ── */
.depsecCol {
    width: 100%;
    border: 0;
    float: left;
    margin: 0;
    min-width: 35px;
    background: #fff;
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.inrcolmfl {
    width: 47.5%;
    padding: 10px 12px;
    margin: 0;
    border: 1px solid #F6F9FC;
    flex-flow: row;
    align-items: center;
    border-radius: 12px;
    background: #F6F9FC;
    gap: 10px;
    cursor: pointer;
    transition: all 0.3s ease;
    user-select: none;
}

.viewmr {
    padding: 6px 25px;
    border: 1px solid #2093ef;
    border-radius: 40px;
    color: #2093ef;
    margin: 15px auto;
    width: fit-content;
    cursor: pointer;
    font-size: 14px;
}

.inrcolmfl:active {
    transform: translateY(0);
}

.inrcolmfl .ttlstop,
.inrcolmfl .ttlsubstp {
    transition: color 0.3s ease;
    pointer-events: none;
}

.depdtetxt {
    font-size: 11px;
    color: #9E9C9C;
    margin-left: auto;
}

.depsecCol .bgactv {
    background: #ffffff;
    height: 35px;
    width: 35px;
    min-width: 35px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    padding: 6px;
    transition: all 0.3s ease;
    pointer-events: none;
}

.depsecCol .activebgblu .bgactv {
    background: #2093EF;
}

.depsecCol .activebgblu {
    border-color: #2093EF;
    box-shadow: 0 2px 8px rgba(32, 147, 239, 0.2);
    background: #fff;
    color: #252525;
}

    .depsecCol .activebgblu .ttlstop, .depsecCol .activebgblu .ttlsubstp {
        color: #252525;
    }

.activebgblu {
    background: #2093EF;
    color: #fff;
}

    .activebgblu .ttlstop,
    .activebgblu .ttlsubstp {
        color: #fff;
    }

    .activebgblu .mrngicn,
    .activebgblu .sunriseicn,
    .activebgblu .afternoonicn,
    .activebgblu .nighticn {
        filter: brightness(0) invert(1);
    }

/* Time-of-day icons */
.mrngicn {
    width: 25px;
    height: 17px;
    background: url('../../img/flightnewroute/earlymorningico.svg') no-repeat;
    background-size: 100%;
    display: inline-block;
}

.sunriseicn {
    width: 23px;
    height: 23px;
    background: url('../../img/flightnewroute/morningico.svg') no-repeat;
    background-size: 100%;
    display: inline-block;
}

.afternoonicn {
    width: 23px;
    height: 23px;
    background: url('../../img/flightnewroute/afternoonico.svg') no-repeat;
    background-size: 100%;
    display: inline-block;
}

.nighticn {
    width: 16px;
    height: 16px;
    background: url('../../img/flightnewroute/eveningico.svg') no-repeat;
    background-size: 100%;
    display: inline-block;
}

/* ── Airports section ── */
.aiptclas {
    font-size: 14px;
    color: #000;
    width: 100%;
    margin: 10px 0;
    font-weight: 500;
    padding: 2px 0;
    position: relative;
    border-radius: 40px;
    display: flex;
    text-transform: uppercase;
}

/* ── Sort By boxes ── */
.bxsorting {
    padding: 10px 12px;
    margin: 0;
    border: 1px solid #F6F9FC;
    flex-flow: row;
    align-items: center;
    border-radius: 12px;
    background: #F6F9FC;
    gap: 10px;
    margin-top: 15px;
    position: relative;
}

/* /* ── Sort Option Wrapper ── */ */
/* .sort-option { */
/* display: flex; */
/* align-items: center; */
/* gap: 8px; */
/* padding: 8px 12px; */
/* border-radius: 8px; */
/* cursor: pointer; */
/* transition: all 0.2s ease; */
/* border: 1px solid transparent; */
/* } */
/* .sort-option:hover { */
/* background: rgba(32, 147, 239, 0.1); */
/* } */
/* .sort-option.active-sort { */
/* background: rgba(32, 147, 239, 0.15); */
/* border-color: #2093EF; */
/* } */
.sort-option.active-sort label {
    color: #2093EF;
    font-weight: 600;
}

._reccmmmdsrt {
    color: #0FA259;
    font-size: 9px;
    text-transform: uppercase;
    background: #A9F7D0;
    padding: 1px 6px;
    font-weight: 500;
    border-radius: 40px;
    position: absolute;
    right: 15px;
    top: -8px;
}

.bxsorting .bgactv {
    background: #ffffff;
    height: 35px;
    width: 35px;
    min-width: 35px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 6px;
}

.bgactv i {
    font-style: unset;
    font-weight: 600;
    color: #8194ae;
}

.departureicn {
    width: 23px;
    height: 23px;
    background: url(../../img/flightnewroute/morningico.svg) no-repeat;
    background-size: 100%;
    display: inline-block;
}

.arrivalcn {
    width: 24px;
    height: 21px;
    background: url(../../img/flightnewroute/arrivalcn.svg) no-repeat;
    background-size: 100%;
    display: inline-block;
}

.durationicn {
    width: 20px;
    height: 20px;
    background: url(../../img/flightnewroute/durationicn.svg) no-repeat;
    background-size: 100%;
    display: inline-block;
}

.bxsorting {
    transition: all 0.3s ease;
}

    .bxsorting:has(input[type="radio"]:checked) {
        border-color: #2093EF;
        background: #fff;
    }

        .bxsorting:has(input[type="radio"]:checked) .bgactv {
            background: #2093EF;
        }

            .bxsorting:has(input[type="radio"]:checked) .bgactv i,
            .bxsorting:has(input[type="radio"]:checked) .bgactv span {
                filter: brightness(0) invert(1);
            }

    .bxsorting .radio-toolbar-v3 input[type="radio"] {
        appearance: none;
        -webkit-appearance: none;
        width: 18px;
        height: 18px;
        border: 1px solid #ccc;
        border-radius: 50%;
        outline: none;
        cursor: pointer;
        position: relative;
    }

        .bxsorting .radio-toolbar-v3 input[type="radio"]::after {
            content: "";
            width: 12px;
            height: 12px;
            background: #2093EF;
            border-radius: 50%;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%) scale(0);
            transition: 0.2s ease;
        }

        .bxsorting .radio-toolbar-v3 input[type="radio"]:checked {
            border-color: #2093EF;
            filter: unset !important;
        }

            .bxsorting .radio-toolbar-v3 input[type="radio"]:checked::after {
                transform: translate(-50%, -50%) scale(1);
            }

.radio-toolbar-v3 {
    width: 100%;
    display: flex;
    gap: 15px;
    align-items: center;
}

    .radio-toolbar-v3 label {
        cursor: pointer;
        text-align: center;
        font-size: 12px;
        color: #646b74;
        font-weight: 500;
        margin: 0;
        margin-right: 10px;
    }

    .radio-toolbar-v3 input[type="radio"]:checked + label {
        background: #2093EF;
        border-color: #2093EF;
        color: #fff;
    }

/* ── Apply button ── */
.apl777 {
    width: 100%;
    position: fixed;
    bottom: 0;
    z-index: 2;
    background: #fff;
    padding: 10px 0px 15px 0px;
    text-align: center;
}

.apl277 {
    padding: 2%;
    text-align: center;
    color: #fff;
    background-color: #F60;
    border: 1px solid #f60;
    -webkit-appearance: none;
    appearance: none;
    border-radius: 0;
    font-size: 18px;
    width: 96%;
    font-family: 'poppins';
    margin: 0 auto;
    border-radius: 40px;
}

.gap-3 {
    gap: 3%;
}

/* ═══════════════════════════════════════════════════════════════
   MOBILE SLIDER TOUCH-FRIENDLY STYLES
   ═══════════════════════════════════════════════════════════════ */

/* Make slider track taller for easier touch */
.range #slider-range,
.range #slider-range2 {
    height: 4px !important;
    background: #e0e0e0 !important;
    border: none !important;
    border-radius: 4px !important;
    margin: 15px auto !important;
    max-width: calc(100% - 10px);
}


.range .ui-slider-handle:focus,
.range .ui-slider-handle:active {
    outline: none !important;
    background: #1976D2 !important;
    transform: scale(1.1);
}

/* Slider range (filled part) */
.range .ui-slider-range {
    background: #2093EF !important;
    border-radius: 4px !important;
}

/* Price display styling */
.range-price {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
}

    .range-price input {
        border: none !important;
        background: transparent !important;
        font-size: 14px;
        font-weight: 600;
        color: #333;
        width: 50px;
        text-align: center;
    }

/* Prevent parent scroll when touching slider */
.range {
    touch-action: pan-y !important;
    -webkit-overflow-scrolling: auto !important;
    padding: 10px 5px !important;
}

    /* Extra touch area around handles */
    .range .ui-slider-handle::before {
        content: '';
        position: absolute;
        top: -10px;
        left: -10px;
        right: -10px;
        bottom: -10px;
    }



/*--new-flight---*/


.airline-card{
    min-width: 240px;
    background:#fff;
    border-radius:22px;
    padding: 15px;
    box-shadow:0 10px 30px rgba(0,0,0,0.08);
    transition:0.3s ease;
    position:relative;
    overflow:hidden;
}


.airline-card::before{
    content:'';
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:5px;
    background:#ef6614;
}

.airline-logo{
    width: 45px;
    height: 44px;
    object-fit:contain;
    margin-bottom:5px;
    border-radius:9px;
}

.airline-name{
    font-size: 18px;
    font-weight:600;
    color:#111;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.price{
    font-size: 22px;
    font-weight:700;
    color:#2093ef;
    margin-bottom: 7px;
    margin-top: 3px;
}

.price span{
    font-size:14px;
    font-weight:500;
    color:#666;
}

.book-btn{
    display:inline-block;
    width:100%;
    text-align:center;
    padding: 10px;
    border-radius:14px;
    background:#ef6614;
    color:#fff;
    text-decoration:none;
    font-size:15px;
    font-weight:600;
    transition:0.3s;
}
