

.hotel-deal-content .owl-nav button.owl-prev,
.hotel-deal-content .owl-nav div.owl-prev {
    left: -88px;
    background-color: white;
}

.hotel-deal-content .owl-nav button,
.hotel-deal-content .owl-nav div {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50%;
    background: #fff !important;
    width: 52px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #d4d4d4 !important;
    outline: 0;
    box-shadow: none;
}

    .hotel-deal-content .owl-nav button svg,
    .hotel-deal-content .owl-nav div svg {
        fill: #616161;
    }

    .hotel-deal-content .owl-nav button.owl-prev svg,
    .hotel-deal-content .owl-nav div.owl-prev svg {
        position: relative;
        left: 4px;
    }

    .hotel-deal-content .owl-nav button.owl-next,
    .hotel-deal-content .owl-nav div.owl-next {
        right: -88px;
        background-color: white;
    }

.hotel-deal-content .owl-nav {
    display: block !important;
}

.stories-blog-content .owl-nav button.owl-prev,
.stories-blog-content .owl-nav div.owl-prev {
    left: -88px;
    background-color: white;
}

.stories-blog-content .owl-nav button,
.stories-blog-content .owl-nav div {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50%;
    background: #fff !important;
    width: 52px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #d4d4d4 !important;
    outline: 0;
    box-shadow: none;
}

    .stories-blog-content .owl-nav button svg,
    .stories-blog-content .owl-nav div svg {
        fill: #616161;
    }

    .stories-blog-content .owl-nav button.owl-prev svg,
    .stories-blog-content .owl-nav div.owl-prev svg {
        position: relative;
        left: 4px;
    }

    .stories-blog-content .owl-nav button.owl-next,
    .stories-blog-content .owl-nav div.owl-next {
        right: -88px;
        background-color: white;
    }

.stories-blog-content .owl-nav {
    display: block !important;
}

.headeing2 {
    text-align: center;
    font-weight: 500;
    font-size: 24px;
    margin: 0 0 40px;
}

.form-group .wheretotext {
    margin-top: 5px;
}

h2.headeing3 {
    text-align: center;
    font-weight: 500;
    font-size: 24px;
}

p.subheading {
    text-align: center;
    font-size: 18px;
    color: #000;
}

.discoversdeals {
    padding: 40px 0 0;
}

.discoverdealblock figure {
    margin: 0;
}

    .discoverdealblock figure img {
        width: calc(100%);
        height: 272px;
        object-fit: cover;
        transition: all 0.3s linear;
        transform: scale(1.1);
    }

.discoverdealblock:hover figure img {
    transform: scale(1);
}

.discoverdealblock {
    position: relative;
    margin-bottom: 15px;
    height: 272px;
    overflow: hidden;
}

    .discoverdealblock h3 {
        color: #fff;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        font-weight: 700;
        background: rgba(0, 0, 0, 0.25);
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

.row.discover_row {
    margin: 40px 0;
}

.row[data-gutter="15"] > [class^="col-"] {
    padding-left: 7.5px;
    padding-right: 7.5px;
}

ul.socialicons {
    padding: 0;
}

ul.socialicons {
    display: flex;
    align-items: center;
    margin: 0;
}

    ul.socialicons li {
        display: block;
        margin: 0 3px;
    }

        ul.socialicons li a {
            display: flex;
            align-items: center;
            width: 32px;
            height: 32px;
            background: #f7f7f7;
            border-radius: 50%;
            justify-content: center;
        }

            ul.socialicons li a svg {
                fill: #1e1c66;
                width: 20px;
                height: 20px;
            }

.subscribebox {
    display: flex;
    align-items: center;
    max-width: 400px;
    position: relative;
}

    .subscribebox .form-control {
        border-radius: 0 !important;
        border-top-left-radius: 2px !important;
        border-bottom-left-radius: 2px !important;
        font-weight: 500;
        color: #000;
        padding-left: 48px;
    }

    .subscribebox .btn.btn-subscribe {
        background: #cc1212;
        color: #ffff;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
        border: 1px solid #cc1112;
        height: 40px;
        line-height: 1;
    }

    .subscribebox:before {
        content: "";
        background: url(../images/img-sprits.png) no-repeat center;
        background-position: -15px -156px;
        width: 23px;
        height: 17px;
        position: absolute;
        left: 16px;
        top: 50%;
        transform: translateY(-50%);
    }

    .subscribebox .form-control::-webkit-input-placeholder {
        color: #999;
        font-size: 15px;
    }

    .subscribebox .form-control::-moz-placeholder {
        color: #999;
        font-size: 15px;
    }

    .subscribebox .form-control:-ms-input-placeholder {
        color: #999;
        font-size: 15px;
    }

    .subscribebox .form-control:-moz-placeholder {
        color: #999;
        font-size: 15px;
    }

.subscribeboxwrapper {
    display: flex;
    justify-content: flex-end;
}

ul.footernav {
    padding: 0;
    margin: 0;
}

    ul.footernav li {
        display: block;
    }

.footermenu {
    margin: 20px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    padding: 20px 0;
    border-bottom: 0px solid rgba(255, 255, 255, 0.08);
}

.removemulticity.btn,
.removemulticity.btn:focus,
.removemulticity.btn:hover {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    top: 34%;
    background: 0 0;
    height: 32px;
    padding: 0;
    right: -32px;
    transform: translateY(-50%);
    outline: 0;
    box-shadow: none;
}

    .removemulticity.btn svg {
        position: relative;
        top: initial !important;
        transform: initial !important;
        right: initial !important;
        fill: #fff;
        width: 28px;
        height: 28px;
    }

.flight_swap_btn {
    display: none;
}

.flightmodify {
    border: 1px solid rgba(171, 171, 196, 0.2);
    background: #fcfcfd;
    padding: 10px 0 4px;
    transition: all 0.3s linear;
}

.flightmodify-mobile {
    display: none;
}

.flightmodify.fixed {
    width: calc(100%); /*position: fixed; */
    /*top: 0; */
    z-index: 2;
    padding: 6px 0 2px;
    background: #fcfcfd;
}

.modify-search-widget {
    align-items: center;
    justify-content: space-between;
}

    .modify-search-widget .citysearchbox,
    .modify-search-widget .dateinputbox {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .modify-search-widget .control-label {
        color: #66678f;
        font-size: 12px;
    }

    .modify-search-widget .dropdown-toggle,
    .modify-search-widget .form-control {
        height: 48px;
        padding: 8px 0 8px 26px;
        width: 100%;
        background: transparent;
        border: 1px solid rgba(171, 171, 196, 0.6);
        border-radius: 6px;
        font-size: 14px;
        line-height: 170%;
        letter-spacing: -0.01em;
        font-feature-settings: "pnum" on, "lnum" on;
        color: #66678f;
    }

    .modify-search-widget span.error {
        opacity: 0;
        color: red;
    }

    .modify-search-widget .modifydiv:not(:last-child) { /*padding-right: 20px*/
    }

.flight_swap_btn.modifyswap {
    display: flex;
    justify-content: center;
    align-items: center;
    background: 0 0;
    border: none; /*width: 72px*/
}

    .flight_swap_btn.modifyswap svg {
        fill: rgba(255, 255, 255, 0.61);
    }

.modifybtn.btn {
    background: #ed1b2e;
    color: #fff; /*width: 130px; */
    font-weight: 500;
    letter-spacing: 0.4px;
    font-size: 14px;
}

ul.triplist {
    padding: 0;
    margin: 0;
}

    ul.triplist li {
        position: relative;
        display: block;
    }

        ul.triplist li input[type="radio"] {
            position: absolute;
            opacity: 0;
        }

            ul.triplist li input[type="radio"] + label {
                margin: 0;
                color: #000;
                cursor: pointer;
                font-size: 14px;
                line-height: 1;
                padding: 10px 10px;
                width: 100%;
            }

            ul.triplist li input[type="radio"]:checked + label {
                background: #cc1212;
                color: #fff;
            }

.modify-search-widget .dropdown-menu {
    padding: 0 !important;
    cursor: pointer;
    transform: translate(0, 0) !important;
    top: 75px !important;
    left: 0 !important;
    right: 0 !important;
}

.tripTypeWrapper .dropdown .dropdown-toggle { /*min-width: 120px; */
    text-align: left;
    cursor: pointer;
}

.tripTypeWrapper .dropdown-menu {
    max-width: 100px !important;
    cursor: pointer;
}

.flightcontainer {
    padding: 20px 0;
    background: #dedde8;
    min-height: calc(100vh - 567px);
}

.filtertopheading {
    border-radius: 4px;
    display: flex;
    justify-content: space-between;
    background: #FFF;
    margin-bottom: 10px;
    padding: 10px;
}

    .filtertopheading ._left {
        font-size: 18px;
        line-height: 160%;
        color: #000;
        display: flex;
        justify-content: space-between;
        align-items: center;
        font-weight: 600;
    }

    .filtertopheading .search_info {
        font-size: 12px;
        display: block;
        color: #717171;
    }

    .filtertopheading ._left a.back_btn {
        margin-right: 10px;
        display: none;
    }

.btn.btn-rest {
    font-size: 14px;
    border: none;
    background: transparent;
    padding: 0;
    line-height: 190%;
    display: flex;
    align-items: center;
    text-align: right;
    border: 1px solid #ed1b2e;
    transition: all 0.3s linear;
    color: #ed1b2e;
    padding: 5px 15px;
    font-size: 14px;
    font-weight: 600;
}

.filterblock .filterheading {
    font-size: 16px;
    color: #000;
    font-weight: 600;
    margin: 0 0 18px;
}

.filterblock:not(:last-child) {
    border-bottom: 1px solid #e9e9e9;
}

.filterblock {
    padding: 10px;
    background: #FFF;
    margin-bottom: 15px;
    border-radius: 4px;
}

ul.filtercheckboxlist {
    padding: 0;
    margin: 0;
    display: block;
}

    ul.filtercheckboxlist li {
        display: block;
    }

        ul.filtercheckboxlist li:not(:last-child) {
            margin-bottom: 15px;
        }

        ul.filtercheckboxlist li label {
            display: flex;
            justify-content: space-between;
            font-size: 13px;
            font-weight: 600;
            color: #000;
        }

            ul.filtercheckboxlist li label .price {
                color: #333;
                font-weight: 500;
            }

            ul.filtercheckboxlist li label .only {
                position: relative;
                z-index: 99;
                color: #008cff;
                font-size: 14px;
                opacity: 0;
            }

            ul.filtercheckboxlist li label:hover .only {
                opacity: 1;
            }

.pricetext {
    border: none;
    display: flex;
    color: #66678f;
    font-size: 14px;
    margin-bottom: 20px;
    font-weight: 500;
}

.timings .pricetext {
    margin-bottom: 2px;
    margin-top: 12px;
}

.PriceSlider .slider.ui-slider {
    height: 3px;
    background: #d2d2d2;
    box-shadow: none !important;
    border: none !important;
    margin: 0 10px 10px;
}

.PriceSlider .ui-slider-horizontal .ui-slider-handle {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
    border-radius: 50%;
    border: 1px solid #e5e5e5;
    box-shadow: 0 2px 1px -1px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    background: #fff;
    z-index: 2;
}

    .PriceSlider .ui-slider-horizontal .ui-slider-handle:before {
        content: "|||";
        font-size: 9px;
        position: absolute;
        left: 50%;
        top: 50%;
        color: #615d5d;
        transform: translate(-50%, -50%);
    }

.PriceSlider .ui-slider .ui-slider-range {
    height: 3px;
    background: #ed1b2e;
}

.flightmatrix {
    padding: 0 36px 0;
    position: relative;
}

.flightmatrixslider {
    display: flex;
    width: calc(100%);
}

.fltmatrixblock {
    text-align: center;
}

.fltmatrixairline ._blankspan,
.fltmatrixairline img {
    display: block;
    height: 40px;
    width: auto;
    object-fit: scale-down;
    margin: 0 auto;
}

    .fltmatrixairline ._blankspan,
    .fltmatrixairline img._blank {
        width: 37px;
        margin-bottom: 4px;
        border: none !important;
    }

.fltmatrixairline,
.matrix_flt_price,
.matrix_multistop_price {
    padding: 8px 0;
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
    font-size: 15px;
    font-weight: 500;
    color: #000;
    cursor: pointer;
    letter-spacing: 0.5px;
}

.flightmatrix ._left .matrix_label {
    font-size: 13px;
    color: #424242;
    font-weight: 500;
    letter-spacing: 0;
}

.flightmatrix ._left .matrix_labelheader {
    font-size: 13px;
    color: #424242;
    font-weight: 500;
    letter-spacing: 0;
    height: 32px;
    display: inline-block;
}

.flightmatrix ._left .fltmatrixairline,
.flightmatrix ._left .matrix_flt_price,
.flightmatrix ._left .matrix_multistop_price {
    border-left: 1px solid #ddd;
    text-shadow: none;
}

.fltmatrixairline {
    border-top: 1px solid #ddd;
}

.matrix_airline {
    color: #8e8e8e;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0;
    text-shadow: none;
    height: 32px;
    display: inline-block;
    width: 93%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.flightmatrix ._left {
    width: 120px;
}

.flightmatrix ._right {
    width: calc(100% - 120px);
}

.fltmatrixnav .matrixbtn {
    position: absolute;
    top: 0;
    height: 100%;
    background: #e5e7eb;
    border: none !important;
    cursor: pointer;
    display: flex;
    align-items: center;
}

    .fltmatrixnav .matrixbtn.btn_left {
        left: 0;
    }

    .fltmatrixnav .matrixbtn.btn_right {
        right: 0;
    }

    .fltmatrixnav .matrixbtn.btn_left svg {
        position: relative;
        right: -1px;
    }

.flight_block ._flt_block_top {
    display: flex;
    justify-content: space-between; /*align-items: center*/
}

    .flight_block ._flt_block_top ._flt_price {
        width: 214px;
        padding: 10px;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
    }

    .flight_block ._flt_block_top ._flt_info {
        width: calc(100% - 214px);
        padding: 1rem 0 1rem 1rem;
        border-right: 1px dashed rgba(102,103,143,.2);
    }

        .flight_block ._flt_block_top ._flt_info ._fltsector.d-flex {
            justify-content: space-between;
            padding: 10px 0 5px !important;
        }

        /*.flight_block ._flt_block_top ._flt_info ._fltsector:not(:last-child) { */
        /* border-bottom: 1px dashed #ccc; */
        /* } */

        .flight_block ._flt_block_top ._flt_info:not(.onewayblock) ._fltsector { /*background: green; */
        }

        .flight_block ._flt_block_top ._flt_info ._fltAirDt {
            width: 215px;
            text-align: left;
            display: flex;
            align-items: center;
            padding: 0 0 0 10px;
            position: relative;
            font-weight: 600;
            font-size: 14px;
            color: #000;
        }

            .flight_block ._flt_block_top ._flt_info ._fltAirDt img {
                width: auto;
                height: 28px;
                object-fit: scale-down;
                margin-right: 5px;
                max-width: 28px;
            }

/*.flight_block ._flt_block_top ._flt_info ._fltAirDt ._fltAirlineName { */
/* font-size: 14px; */
/* font-weight: 600; */
/* letter-spacing: -0.38px; */
/* display: inline-block; */
/* line-height: 13px; */
/* } */

.flight_block.isbestvale:before,
.flight_block.ischeapest:before,
.flight_block.isfastest:before {
    position: absolute;
    content: "Fastest";
    height: 24px;
    top: -12px;
    left: 5%;
    padding: 2px 15px;
    color: #fff;
    border-radius: 20px;
    font-weight: 500;
    font-size: 12px;
    text-transform: uppercase;
    line-height: 20px;
}

.flight_block {
    border-radius: 3px;
    box-shadow: 0px 3px 30px 0px rgb(16 23 46 / 10%);
    border: 1px solid #d9dde8;
    margin-bottom: 24px;
    position: relative;
    background: #fff;
}

    .flight_block:hover { /*box-shadow: 0 0 6px 0 #00ad45; */
        border: 1px solid #00ad45;
    }

    .flight_block ._flt_block_top ._flt_info ._flt_leg_options {
        width: calc(100% - 140px);
    }

._flt_leg_options.active ._flt_leg_block:not(:last-child) {
    margin-bottom: 15px;
}

._flt_leg_options:not(.active) ._flt_leg_block:not(:first-child) {
    display: none !important;
}

.flight_block ._flt_block_top ._flt_info ._flt_leg_options ._flt_leg_block {
    display: flex;
    align-items: center;
}

._flt_leg_block ._flt_stops {
    width: 160px;
    text-align: center;
}

span._ftline {
    border-bottom: 2px solid #d1d1d1;
    width: 100%;
    height: 5px;
    display: block;
    position: relative;
}

    span._ftline em {
        background-color: #9e9e9e;
        width: 6px;
        height: 6px;
        position: absolute;
        content: "";
        top: 1px;
        border: 1px solid #fff;
        left: 45%;
        transform: translateX(-50%);
    }

.city_time {
    width: 50px;
    flex-shrink: 0;
    flex-grow: 0;
}

._flt_leg_block ._flt_timmings {
    width: calc(100% - 200px);
    display: flex;
    justify-content: space-around;
    align-items: center;
}

._flt_price ._fltamount {
    font-size: 22px;
    font-weight: 600;
    color: #000;
}

._fltfareWrapper ._aslows {
    color: #26a65b;
    font-size: 12px;
    font-weight: 600;
    display: flex;
    align-items: center;
    cursor: pointer;
}

._flt_price .flt_book_btn {
    background: #00cde2;
    color: #fff;
    width: 120px;
    font-weight: 600;
    margin: 10px 0 0;
}

._flt_leg_block ._flt_stops ._stopsCount,
._flt_leg_block ._flt_timmings ._fltHour {
    font-size: 16px;
    font-weight: 600;
    position: relative;
    color: #000;
}

._flt_leg_block ._flt_stops ._stopsCount {
    display: flex;
    align-items: center;
    justify-content: center;
}

    ._flt_leg_block ._flt_stops ._stopsCount .icons.info_icon {
        margin-left: 7px;
    }

._flt_leg_block ._fltCity,
._flt_leg_block ._flt_flyduration {
    color: #878787;
    font-size: 12px;
    text-align: center;
}

.city_time._arrival {
    margin-left: 25px;
}

.city_time._arrival {
}

._flt_leg_block ._fltCity {
    width: 65px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
}

._flt_splitter ._stopdot {
    position: relative;
    display: flex;
    justify-content: space-around;
    align-content: center;
    width: 130px;
}

._flt_splitter {
    position: relative;
    width: 160px;
    text-align: center;
    flex-grow: 0;
    flex-shrink: 0;
    padding: 0 10px;
}

    ._flt_splitter ._stopdot ._stop span {
        font-size: 11px;
    }

    ._flt_splitter ._stopdot ._stop {
        text-align: center;
        position: relative;
        color: #66678f;
    }

._flt_leg_block ._flt_timmings ._fltHour .nextday {
    color: #cc1112;
    font-size: 12px;
    top: 0;
}

._flt_leg_options:not(.active) .radio_opt .md-radio {
    opacity: 0;
}

._flt_splitter ._stopdot ._stop._blankdot:after {
    background: #c3c3c3;
}

.radio_opt .md-radio {
    margin-left: 5px;
}

.radio_opt {
    text-align: center;
    width: 20px;
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
}

._moreflts {
    border: 0;
    background: 0 0;
    padding: 0;
    display: flex;
    align-items: center;
    margin: 0 auto;
    color: #197ebe;
    font-weight: 700;
    font-size: 13px;
    position: relative;
    top: 5px;
    left: -12.5%;
    cursor: pointer;
}

    ._moreflts svg {
        fill: #197ebe;
        width: 18px;
        height: 18px;
    }

._flt_block_footer {
    display: flex;
    justify-content: space-between;
    padding: 8px 15px;
    border-top: 1px solid #ccd4dd;
    font-size: 14px;
    font-weight: 500;
}

a._fltlink,
a._fltlink:focus,
a._fltlink:hover,
a._fltlink:visited {
    text-decoration: none;
    color: #000000;
    font-weight: 500;
    position: relative;
}

    a._fltlink:before {
        content: "";
        width: 100%;
        position: absolute;
        height: 1px;
        bottom: 0;
        border-bottom: 1px dotted #616161;
    }

    a._fltlink:not(._blue),
    a._fltlink:not(._blue) svg {
        color: #717171;
        fill: #717171;
    }

    a._fltlink svg {
        fill: #008cff;
    }

.pd-15 {
    padding: 15px;
}

.flight_all_result {
    padding: 25px 0;
}

ul.timmingsfilter {
    margin: 0 0 10px;
    padding: 0;
    display: flex;
    align-items: center;
    border: 1px solid #e2e2e2;
}

    ul.timmingsfilter li {
        flex: 0 0 25%;
        display: block;
        position: relative;
    }

        ul.timmingsfilter li label {
            transition: all 0.3s linear;
            padding: 10px 0;
            margin: 0 !important;
            width: calc(100%);
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            align-items: center;
            position: relative;
            cursor: pointer;
        }

        ul.timmingsfilter li input[type="checkbox"] {
            position: inherit;
            opacity: 0;
            position: absolute
        }

            ul.timmingsfilter li input[type="checkbox"]:checked + label {
            }


        ul.timmingsfilter li:not(:last-child) label {
            border-right: 1px solid #e2e2e2;
        }

        ul.timmingsfilter li label .icon {
            display: flex;
            height: 32px;
            align-items: center;
        }

        ul.timmingsfilter li label .time {
            color: #333;
            transition: all 0.3s linear;
            display: block;
            font-size: 0.8rem;
            text-align: center;
            width: calc(100%);
            margin-top: 10px;
            border-top: 1px solid #e2e2e2;
            padding-top: 10px;
            text-shadow: 0 0 0 #666;
            -webkit-touch-callout: none;
            -webkit-user-select: none;
            -khtml-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
            user-select: none;
        }

        ul.timmingsfilter li input[type="checkbox"]:checked + label .time {
            border-color: rgba(226, 226, 226, 0.33);
        }

        ul.timmingsfilter li label svg {
            fill: #888;
            height: 24px;
            width: auto;
            transition: all 0.3s linear;
            margin: 0 auto;
        }

        ul.timmingsfilter li input[type="checkbox"]:checked + label span {
            color: #fff;
        }

        ul.timmingsfilter li input[type="checkbox"]:checked + label {
            background: #008cff;
            border-right-color: rgba(226, 226, 226, 0.33);
        }

            ul.timmingsfilter li input[type="checkbox"]:checked + label svg {
                fill: #fff;
            }

.timmingstext {
    color: #343434;
    font-weight: 500;
    margin-bottom: 4px;
    font-size: 14px;
}

.fltmtext {
    font-size: 0.76rem;
    font-weight: 500;
    margin: 10px 0;
    color: #999;
}

.sortingbar { /*background: #e5e7eb; */
    /*padding: 4px 6px; */
    border-radius: 6px;
    display: flex;
    justify-content: space-between;
    border: 1px solid rgba(102, 103, 143, 0.2);
    box-shadow: 0 2px 2px rgba(102, 103, 143, 0.08);
}

    .sortingbar ul.sortinglist {
        padding: 0;
        margin: 0;
        min-height: 40px;
        width: 100%;
        justify-content: flex-start;
        display: flex;
        align-items: center;
        overflow: hidden;
        background: #FFF;
    }

.sortingbox {
    display: flex;
    align-items: center;
    position: relative;
    flex: 3; /*border-right: 1px solid rgba(171, 171, 196, 0.6); */
}

li.sortingbox:not(:last-child) {
    border-right: 1px solid rgba(171, 171, 196, 0.6);
}

.sortingbox .sortairline {
    display: inline-flex;
    height: 40px;
    width: 40px;
    align-items: center;
    justify-content: center;
    float: right;
}

    .sortingbox .sortairline img {
        height: 25px;
        object-fit: scale-down;
    }

.sortingbox input[type="radio"] {
    position: absolute;
    opacity: 0;
}

.sortingbox label {
    margin: 0;
    background: #fff;
    padding: 0;
    align-items: center;
    justify-content: space-between; /*height: 40px; */
    border-radius: 4px;
    overflow: hidden;
    cursor: pointer; /*max-width: 172px; */
    /*border: 1px solid #dedede; */
    /*border-bottom: 2px solid #dedede*/
}

.sortingbox input[type="radio"]:checked + label {
    background-color: #f0f0f0;
    width: 100%;
    height: 100%;
}

.sortingbox label .icon {
    height: 40px;
    width: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sortingbox.cheapest .sortprice,
.sortingbox.bestvalue .sortprice,
.sortingbox.fastest .sortprice,
.sortingbox.price .sortprice,
.sortingbox.other .sortprice {
    font-size: 14px;
    line-height: 16px;
    letter-spacing: -0.01em;
    color: #616161;
    cursor: pointer;
}

    .sortingbox.cheapest .sortprice span,
    .sortingbox.bestvalue .sortprice span,
    .sortingbox.fastest .sortprice span,
    .sortingbox.price .sortprice span,
    .sortingbox.other .sortprice span {
        font-size: 14px;
        line-height: 17px;
        letter-spacing: -0.01em;
        color: #66678f;
        font-weight: normal;
    }

.sortingbox label .sortprice {
    font-size: 13px;
    display: block;
    padding: 12px;
}

    .sortingbox label .sortprice strong {
        font-size: 18px;
        color: #000;
    }

    .sortingbox label .sortprice div {
        margin-bottom: 2px;
    }

.sortingbar ul.sortinglist .sortingheading {
    line-height: 40px;
    font-weight: 600;
    padding-left: 20px;
    font-size: 14px;
}

.sortingbox label span { /*display: inline-block; */
    float: left;
}

.sortingbar ul.sortinglist li label:not(:first-child) {
    padding-left: 8px;
}

.flexsearchbtn.btn {
    background: #fff;
    font-weight: 500;
    font-size: 14px;
}

._flt_leg_block ._flt_stops ._stopsCount .stopoverat-xs {
    display: none;
}

.filter_mobilebottom,
.mobile-sorting {
    display: none;
}

.sort_option_block {
    padding: 10px 2%;
}

    .sort_option_block .sortheading {
        font-weight: 700;
        font-size: 16px;
        display: flex;
        align-items: center;
    }

        .sort_option_block .sortheading svg {
            width: 22px;
            height: 22px;
            margin-right: 8px;
            fill: #9a9a9a;
        }

    .sort_option_block ul {
        padding: 0;
        margin: 0;
        display: flex;
    }

        .sort_option_block ul li {
            position: relative;
            display: block;
        }

            .sort_option_block ul li input[type="radio"] {
                position: absolute;
                opacity: 0;
            }

                .sort_option_block ul li input[type="radio"] + label {
                    margin: 10px 5px;
                    display: block;
                    padding: 5px 10px;
                    color: #262626;
                    font-weight: 500;
                    border: 1px solid #b8b8b8;
                    border-radius: 5px;
                    font-size: 14px;
                }

                .sort_option_block ul li input[type="radio"]:checked + label {
                    color: #fff;
                    background: #008cff;
                    border-color: #008cff;
                }

.mobile_sorting {
    display: none;
}

ul.airlineclassselect {
    padding: 0;
    margin: 0;
}

    ul.airlineclassselect li {
        display: block;
        position: relative;
        margin: 0;
    }

        ul.airlineclassselect li:hover {
            background: #f7f7f7;
        }

        ul.airlineclassselect li input[type="radio"] {
            position: absolute;
            opacity: 0;
        }

            ul.airlineclassselect li input[type="radio"] + label {
                margin: 0;
                padding: 7px 0;
                display: block;
                font-weight: 500;
                font-size: 15px;
                cursor: pointer;
                color: #000;
            }

            ul.airlineclassselect li input[type="radio"]:checked + label {
                color: #fff;
                background: #1e1c66;
            }

#airline_class_select .dropdown-menu {
    padding: 10px 0 0;
    width: 200px;
    cursor: pointer;
}

#airline_class_select .dropdowntitle {
    width: 200px;
    margin-bottom: 10px;
}

.modiytravelpax .dropdowntitle.bot {
    margin-bottom: 10px;
    cursor: pointer;
}

.modiytravelpax ul.airlineclassselect {
    margin-bottom: 10px;
}

.modiytravelpax .dropdowntitle {
    width: 270px;
    cursor: pointer;
}

.tootltip-flight-details {
    opacity: 1 !important;
}

    .tootltip-flight-details .tooltip-arrow {
        display: none;
    }

    .tootltip-flight-details .tooltip-inner {
        min-width: 324px;
        background-color: transparent !important;
        text-align: left;
    }

    .tootltip-flight-details ._flt_tp_flytime {
        color: #878787;
    }

    .tootltip-flight-details ._flt_tp_timmings {
        color: #000;
    }

._flt_tp_legheadeing {
    font-size: 14px;
    font-weight: 700;
    color: #000;
    margin-bottom: 10px;
}

._flt_tp_sector {
    display: flex;
    margin: 15px 0;
}

    ._flt_tp_sector ._flt_tp_img img {
        height: 20px;
        object-fit: scale-down;
    }

    ._flt_tp_sector ._flt_tp_img {
        width: 32px;
        height: 32px;
        background: #f2f2f2;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 50%;
        overflow: hidden;
        margin-right: 10px;
    }

    ._flt_tp_sector ._flt_tp_legdt {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

        ._flt_tp_sector ._flt_tp_legdt ._flt_tp_timmings ._flt_tp_city {
            display: block;
            font-size: 12px;
            color: #878787;
            font-weight: 400;
            letter-spacing: 0;
        }

        ._flt_tp_sector ._flt_tp_legdt ._flt_tp_timmings {
            font-weight: 700;
            letter-spacing: 0.38px;
            width: 65px;
            font-size: 16px;
        }

._flt_tp_legdt ._flt_tp_flytime span {
    display: block;
    width: 90px;
    text-align: center;
}

._flt_tp_legdt ._flt_tp_flytime {
    position: relative;
    display: flex;
    width: 130px;
    justify-content: center;
    height: 42px;
    align-items: center;
}

    ._flt_tp_legdt ._flt_tp_flytime ._flt_tp_stops,
    ._flt_tp_legdt ._flt_tp_flytime ._total_flytime {
        position: absolute;
    }

    ._flt_tp_legdt ._flt_tp_flytime ._total_flytime {
        top: 0;
        font-size: 12px;
    }

    ._flt_tp_legdt ._flt_tp_flytime ._flt_tp_stops {
        top: 22px;
        font-size: 12px;
        font-weight: 500;
        color: #008cff;
    }

._flt_tp_flytime ._divider {
    width: 100%;
    height: 1px;
    background: #e7e7e7;
}

.flex-heading {
    display: flex;
    align-items: center;
    line-height: 1;
    font-size: 18px;
    font-weight: 700;
}

    .flex-heading svg {
        width: 20px;
        height: 20px;
        margin-right: 10px;
    }

.flex_boxtop {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 5px;
    margin-top: 5px;
}

._farecolors ul {
    margin: 0;
    display: flex;
    padding: 0;
}

    ._farecolors ul li {
        display: flex;
        align-items: center;
        font-weight: 500;
        color: #000;
        letter-spacing: 0.5px;
        font-size: 14px;
    }

        ._farecolors ul li span {
            display: inline-block;
            width: 8px;
            height: 8px;
            border-radius: 50%;
            margin-right: 10px;
        }

            ._farecolors ul li span.red {
                background: #ea4335;
            }

        ._farecolors ul li:not(:last-child) {
            margin-right: 22px;
        }

        ._farecolors ul li span.green {
            background: #34a853;
        }

._flt_arrow {
    font-weight: 500;
    color: #313131;
    font-size: 0.94rem;
    letter-spacing: 0.38px;
    padding-left: 32px;
    text-shadow: 0 0 0 #000;
}

._smltext {
    color: #666;
    font-size: 12px;
    font-weight: 400;
}

.outerbox {
    position: relative;
    padding-left: 34px;
}

    .outerbox ._flt_arrow.return {
        transform: rotate(90deg);
        position: absolute;
        top: 59px;
        left: -55px !important;
        z-index: 1;
        padding: 0;
    }

.flex_cell._white,
.flex_cell._white:hover {
    color: #fff !important;
}

ul._fltsteps {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    padding: 0;
    margin: 0;
    overflow: hidden;
}

    ul._fltsteps li {
        display: flex;
        padding: 17px 15px;
        align-items: center;
        justify-content: center;
        flex: 1;
        transition: all 0.3s linear;
    }

.flightsteps {
    background: #1e1c66;
    color: #fff;
}

ul._fltsteps li ._count {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #fff;
    color: #000;
    font-weight: 500;
    font-size: 16px;
    line-height: 1;
    margin-right: 10px;
    position: relative;
    z-index: 1;
}

ul._fltsteps li ._atStep {
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0.4px;
    position: relative;
    z-index: 1;
}

ul._fltsteps li.active {
    background: #008cff;
    position: relative;
}

    ul._fltsteps li.active:after {
        width: 100px;
        height: 100px;
        content: "";
        position: absolute;
        border-radius: 17px;
        transform: rotate(45deg) translateY(-50%);
        top: 25%;
        right: 20px;
        background: #008cff;
        z-index: 0;
    }

ul._fltsteps li:last-child.active:after {
    left: -58px;
    right: initial !important;
    display: none;
}

.flightreview {
    background: #ffffff;
}

._fltreview_top {
    padding: 30px 0 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 600;
}

._fltreview_heading {
    font-size: 18px;
    line-height: 22px;
    color: #0c0d25;
    padding-bottom: 4px;
    margin-bottom: 4px;
    font-weight: 700;
}

._reviewDOM {
    background: #fff; /* border-radius: 2px; */
    margin-bottom: 24px;
    box-shadow: 0px 3px 30px 0px rgb(16 23 46 / 10%);
    border: 2px solid rgba(0, 0, 0, 0.125);
}

._flightreviewbox ._reviewheader {
    display: flex;
    justify-content: space-between;
    padding: 10px 15px;
    border-bottom: 1px solid #e8eff5;
    margin-bottom: 10px
}

    ._flightreviewbox ._reviewheader ._left {
        display: flex;
        align-items: center
    }

        ._flightreviewbox ._reviewheader ._left .icon {
            margin-right: 10px
        }

            ._flightreviewbox ._reviewheader ._left .icon svg {
                fill: #008cff;
                width: 28px;
                height: 28px
            }

        ._flightreviewbox ._reviewheader ._left ._fltStr span {
            display: block;
            font-weight: 400;
            font-size: 12px;
            color: #343434
        }

        ._flightreviewbox ._reviewheader ._left ._fltStr {
            font-weight: 700;
            font-size: 16px;
            color: #000
        }

    ._flightreviewbox ._reviewheader ._right {
        display: flex;
        align-items: center
    }

        ._flightreviewbox ._reviewheader ._right ._rules_time {
            color: #4c4c4c;
            font-size: 14px;
            margin-right: 10px
        }

        ._flightreviewbox ._reviewheader ._right a {
            font-weight: 400;
            display: flex;
            justify-content: space-between;
            align-items: center;
            font-size: 16px;
            text-decoration: none
        }

            ._flightreviewbox ._reviewheader ._right a svg {
                fill: #0c0c0c;
                width: 18px;
                width: 18px;
                margin-left: 10px
            }

a.btn.backtoflight {
    transition: all 0.3s linear;
    font-size: 14px;
    line-height: 1.85;
    color: #ed1b2e;
    cursor: pointer;
    font-weight: 600;
}

    a.btn.backtoflight svg {
        margin-left: 16px;
    }

._flightreviewbox ._reviewheader {
    display: flex;
    justify-content: space-between;
    padding: 10px 15px; /*border-bottom: 1px solid #e8eff5; */
}

    ._flightreviewbox ._reviewheader ._left {
        display: flex;
        align-items: center;
    }

        ._flightreviewbox ._reviewheader ._left .icon {
            margin-right: 10px;
        }

            ._flightreviewbox ._reviewheader ._left .icon svg {
                fill: #008cff;
                width: 28px;
                height: 28px;
            }

    ._flightreviewbox ._reviewheader ._right {
        display: flex;
        align-items: center;
    }

        ._flightreviewbox ._reviewheader ._right ._rules_time {
            color: #4c4c4c;
            font-size: 12px;
            margin-right: 10px;
            font-weight: 500;
        }

        ._flightreviewbox ._reviewheader ._right a {
            font-weight: 400;
            display: flex;
            justify-content: space-between;
            align-items: center;
            font-size: 14px;
            text-decoration: none;
            font-weight: 500;
        }

            ._flightreviewbox ._reviewheader ._right a svg {
                fill: #0c0c0c;
                width: 18px;
                width: 18px;
                margin-left: 10px;
            }

._reviewLeg ._reviewAirDT img {
    height: 32px;
    object-fit: scale-down;
    margin: 0 auto 5px;
}

._review_baggageDt a {
    font-size: 13px;
    font-weight: 500;
}

._flightreviewbox ._reviewLeg {
    padding: 20px 8px;
    display: flex;
    align-items: center;
}

._reviewLeg ._reviewAirDT {
    text-align: center;
    width: 180px;
}

    ._reviewLeg ._reviewAirDT span {
        display: block;
        text-align: center;
    }

        ._reviewLeg ._reviewAirDT span._airlineName {
            font-size: 12px;
            line-height: 1.15;
        }

        ._reviewLeg ._reviewAirDT span._airline_no {
            font-size: 12px;
            color: #878787;
            font-weight: 500;
        }

        ._reviewLeg ._reviewAirDT span._airline_plane {
            font-size: 12px;
            color: #878787;
        }

._review_flyhourDT._depart {
    margin: 0;
}

._review_flyhourDT ._review_flyDate {
    font-size: 12px;
    color: #737373;
    font-weight: 500;
}

._review_flyhourDT ._review_flyCity {
    font-size: 16px;
    color: #171717;
    line-height: 1;
}

._review_flyhourDT ._review_flyHour {
    font-weight: 700;
    font-size: 20px;
}

._review_flyhourDT ._review_flyAirport {
    font-size: 12px;
    color: #9a9a9a;
    line-height: 1.2;
}

._review_fltDT ._review_timingDt {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: calc(100% - 220px);
}

._reviewLeg ._review_fltDT {
    width: calc(100%);
    display: flex;
}

._review_timingDt ._review_flytime_dt {
    display: flex;
    position: relative;
    height: 90px;
    align-items: center;
}

    ._review_timingDt ._review_flytime_dt ._divider {
        width: 136px;
        height: 1px;
        background: #d8d8d8;
        position: relative;
    }

    ._review_timingDt ._review_flytime_dt ._review_total_flytime {
        position: absolute;
        top: 7px;
        left: 50%;
        transform: translateX(-50%);
        font-size: 14px;
        color: #575757;
    }

    ._review_timingDt ._review_flytime_dt svg {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%) rotate(90deg);
        fill: #b5b5b5;
    }

    ._review_timingDt ._review_flytime_dt ._divider:after,
    ._review_timingDt ._review_flytime_dt ._divider:before {
        content: "";
        height: 10px;
        width: 1px;
        position: absolute;
        background: #d8d8d8;
        top: 50%;
        transform: translateY(-50%);
    }

    ._review_timingDt ._review_flytime_dt ._divider:before {
        left: 0;
    }

    ._review_timingDt ._review_flytime_dt ._divider:after {
        right: 0;
    }

._review_baggageDt ._rvbagTitle {
    font-weight: 700;
    font-size: 15px;
    margin-bottom: 9px;
}

._review_baggageDt ._rvbagType {
    font-size: 12px;
    color: #313131;
    font-weight: 500;
}

._review_flyhourDT {
    width: 132px;
}

    ._review_flyhourDT > div:first-child {
        color: #0c0d25;
        font-size: 14px;
        line-height: 1.5;
        font-weight: 600;
    }

    ._review_flyhourDT > div:last-child {
        color: #66678f;
        font-size: 12px;
        line-height: 1.15;
    }

._reviewLayoverAt {
    text-align: center;
    font-size: 16px;
    color: #6b6b6b;
    position: relative;
}

    ._reviewLayoverAt strong {
        font-weight: 500;
        color: #1a1a1a;
    }

._flightreviewbox.return ._reviewheader {
    border-top: 1px solid #e8eff5;
    margin-top: 10px;
}

._reviewLayoverbox {
    display: inline-block;
    border: 1px solid #0e8cfd;
    padding: 8px 15px;
    border-radius: 50px;
    background: #fff;
    width: calc(70%);
    position: relative;
    z-index: 1;
}

._reviewLayoverAt:after {
    content: "";
    position: absolute;
    width: 80%;
    height: 1px;
    background: #0e8cfd;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 0;
}

.MobileNav {
    display: none;
}

.mtb20 {
    margin: 36px 0 32px;
}

._fltreview_heading span {
    font-weight: 500;
    font-size: 16px;
    color: #4c4c4c;
}

    ._fltreview_heading span a {
        text-decoration: none;
    }

._fltCheckoutbox {
    padding: 15px 2.5%;
}

.fltchkheading {
    font-size: 16px;
    line-height: 150%;
    font-weight: 600; /* Primary */
    color: #0c0d25;
    margin-bottom: 8px;
}

.fltchkheadingtext {
    font-size: 14px;
    line-height: 170%; /* Secondary - Main */
    color: #66678f;
    font-weight: 500;
    margin-bottom: 26px;
}

.selectboxinput {
    position: relative;
}

    .selectboxinput .dropdown.bootstrap-select {
        position: absolute;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
        z-index: 1;
        cursor: pointer;
    }

    .selectboxinput .btn-light,
    .selectboxinput .btn-light:focus,
    .selectboxinput .btn-light:hover {
        background: 0 0 !important;
        border: 1px solid transparent !important;
        border-right: 1px solid #ddd !important;
        box-shadow: none !important;
    }

    .selectboxinput .form-control {
        padding-left: 84px;
    }

.sendonwhatsapp {
    display: inline-flex;
    align-items: center;
    position: relative;
    top: -3px;
    font-size: 16px;
}

.whatsappicon {
    margin: 0 15px;
    height: 24px;
    display: inline-block;
    width: auto;
}

.fltchk_contactdiv {
    padding-bottom: 20px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
}

.alert.alert-primary.flt_aleart {
    padding: 0.35rem 0.8rem;
    color: #616161;
    margin-top: 10px;
    font-size: 14px;
    font-weight: 500;
}

    .alert.alert-primary.flt_aleart svg {
        fill: #0972c9;
        width: 20px;
        height: 20px;
        margin-right: 5px;
    }

/*.dropdown-toggle::after { position:absolute; top:50%; transform:translateY(-50%); right:10px; cursor: pointer; } */
.dropdown-toggle {
    position: relative;
    cursor: pointer;
}

.form-group._dateinput {
    position: relative;
}

    .form-group._dateinput input {
        padding-left: 40px;
    }

    .form-group._dateinput svg {
        position: absolute;
        top: 31%;
        left: 8px;
        transform: translateY(-50%);
        z-index: 1;
    }

._dateinput .form-control {
    padding-right: 32px;
}

    ._dateinput .form-control:read-only {
        background: #fff !important;
    }

._reviewDOM .row[data-gutter="15"] {
    margin: 0 -10px !important;
}

._paxEntryBox .row._paxentryrow:last-child {
    margin-bottom: 0 !important;
}

/* ._paxentryrow .form-group { margin-bottom:0!important } */
.bootstrap-select.form-control .btn-light,
.bootstrap-select.form-control .btn-light:focus,
.bootstrap-select.form-control .btn-light:hover {
    background: #fff !important;
    border: 1px solid #b5b5b5;
    box-shadow: none !important;
    color: #6f6f6f !important;
    border-radius: 2px;
}

.sidebar_faresummary {
    padding: 16px 0;
    min-width: 270px;
}

    .sidebar_faresummary .list {
        padding: 0;
        margin: 0;
    }

        .sidebar_faresummary .list li {
            display: block;
        }

            .sidebar_faresummary .list li:not(:last-child):not(.total) {
                margin-bottom: 15px;
            }

            .sidebar_faresummary .list li ._row {
                display: flex;
                justify-content: space-between;
                margin-bottom: 5px;
                align-items: center;
            }

            .sidebar_faresummary .list li .rs {
                margin-right: 2px;
            }

            /*.sidebar_faresummary .list li span._left svg { */
            /* width: 14px; */
            /* heght: 14px; */
            /* fill: #999; */
            /* position: relative; */
            /* top: 2px; */
            /* transition: all .3s ease-in*/
            /* } */

            /*.sidebar_faresummary .list li span._left:not(.collapsed) svg { */
            /* transform: rotate(180deg)*/
            /* } */

            .sidebar_faresummary .list li span.gray-light {
                color: #999 !important;
                font-size: 13px;
                font-weight: 500;
            }

            .sidebar_faresummary .list li.youpay .title_bold {
                font-size: 16px !important;
                letter-spacing: -0.01em;
                font-weight: 500;
            }

            .sidebar_faresummary .list li.youpay .TotalPayable {
                font-size: 16px !important;
                font-weight: 600;
            }

            .sidebar_faresummary .list li.total {
                border-top: 1px solid #e2e0e0;
                padding: 8px 0;
                margin-top: 10px;
            }

                .sidebar_faresummary .list li.total .title_bold {
                    font-size: 16px !important;
                    color: #111;
                    font-weight: 700;
                }

                .sidebar_faresummary .list li.total .TotalPayable {
                    font-size: 18px !important;
                    font-weight: 400;
                }

._fareBox {
    background: #fff;
    padding: 0 15px;
    border-radius: 8px; /*margin-top: 35px; */
    position: sticky;
    top: 0 !important;
}

.sticky-sidebar {
    position: sticky;
    top: 10px;
}

.btn-make-payment button.btn {
    margin: 26px auto;
    display: block;
    color: #fff;
    background: #cc1212;
    width: calc(80%);
    font-weight: 500;
    letter-spacing: 0.38px;
    font-size: 15px;
    padding: 12px 15px;
}

.form-control ~ .error {
    color: red;
    opacity: 0;
}

.form-control.has-error ~ .error {
    opacity: 1 !important;
}

.directpayment {
    background: #f3f3f3;
    padding: 40px 0;
}

    .directpayment ._reviewDOM {
        margin: 0 auto 24px;
        max-width: 912px;
    }

.dp_heading {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 5px;
}

.directpayment .control-label {
    font-weight: 700;
    color: #000;
    font-size: 16px;
    letter-spacing: 0.5px;
    display: flex;
    align-items: center;
    margin: 0;
}

._paybox {
    background: #fff;
    padding: 30px;
    border-radius: 20px;
    box-shadow: 0 1px 3px rgba(60, 64, 67, 0.3), 0 4px 8px 3px rgba(60, 64, 67, 0.15);
}

.directpayment .form-control {
    border-color: #b5b5b5;
    position: relative;
    z-index: 1;
    background-color: transparent;
}

.form-group.mdinput .form-control {
    height: 50px;
    padding: 18px 12px 5px;
    z-index: 1 !important;
    position: relative;
    background: 0 0;
}

.directpayment .control-label span {
    color: #f44336;
    font-size: 24px;
    position: relative;
    top: 7px;
    margin-right: 10px;
}

.wheretotext {
    color: #00569f;
    font-size: 12px;
    font-weight: 700;
    display: inline-block;
}

.payment-logo {
    height: 40px;
    object-fit: scale-down;
    position: relative;
    top: -12px;
}

ul.paymethod {
    display: flex;
    align-items: center;
    padding: 0;
    margin-bottom: 32px;
}

    ul.paymethod li {
        display: block;
    }

.directpayment .md-checkbox label {
    font-size: 16px;
    color: #000;
}

.btn.btnmakepayment {
    background: #cc1112;
    font-weight: 500;
    color: #fff;
    width: 120px;
    padding: 10px 15px;
    font-size: 16px;
    letter-spacing: 0.5px;
    margin-top: 20px;
}

.margintop-20 {
    margin-top: 20px;
}

.row.ac .wheretotext {
    margin-bottom: 10px;
    margin-top: -5px;
}

.directpayment .form-group {
    margin-bottom: 14px;
}

.acwrapper {
    position: absolute;
    width: calc(100% - 8px);
    top: 50px;
    max-width: 340px;
}

.form-control + .error {
    opacity: 0;
}

.register__inner-container ._header {
    padding-bottom: 4px;
}

    .register__inner-container ._header ._title {
        font-size: 18px;
        font-weight: 400;
        text-align: center;
        margin-bottom: 16px;
    }

    .register__inner-container ._header .close {
        color: #666 !important;
        opacity: 1 !important;
        font-size: 16px;
        font-weight: 400;
        position: absolute;
        right: 16px;
        top: 16px;
    }

.loginmodal .modal-content {
    border-radius: 0;
}

.loginmodal .modal-dialog {
    max-width: 360px;
}

.register__inner-box .form-control {
    border: 1px solid rgba(171, 171, 196, 0.6);
    border-radius: 4px;
    font-weight: 500;
    color: #0c0d25;
    font-size: 15px;
    height: 44px;
}

.register__inner-box .form-group {
    margin-bottom: 0;
}

a.register__form-forgot-password {
    color: #007aff;
    text-decoration: none;
    font-weight: 500;
    font-size: 14px;
    margin-top: -10px;
    display: block;
}

.timeSlider .slider.ui-slider {
    height: 3px;
    background: #d2d2d2;
    box-shadow: none !important;
    border: none !important;
    margin: 0 10px 10px;
}

.timeSlider .ui-slider-horizontal .ui-slider-handle {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
    border-radius: 50%;
    border: 1px solid #e5e5e5;
    box-shadow: 0 2px 1px -1px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    background: #fff;
    z-index: 2;
}

    .timeSlider .ui-slider-horizontal .ui-slider-handle:before {
        content: "|||";
        font-size: 9px;
        position: absolute;
        left: 50%;
        top: 50%;
        color: #615d5d;
        transform: translate(-50%, -50%);
    }

.timeSlider .ui-slider .ui-slider-range {
    height: 3px;
    background: #ed1b2e;
}

.timeSlider .ui-widget.ui-widget-content {
    border: none;
    height: 3px;
    background: #DDD;
}

.timeSlider {
    padding: 40px 10px 0;
    position: relative;
}

    .timeSlider p {
        position: absolute;
        top: -40px;
    }

@media screen and (max-width: 480px) {
    .acwrapper {
        width: calc(100%);
        min-width: 340px;
    }

    #returnairportappend .ui-autocomplete {
        left: -50% !important;
    }

    /*.flightmatrix, .sortingbar, .fltmtext, .btn-checkout { */
    /* !*display: none !important; *!*/
    /* } */
}

.acwrapper .ui-autocomplete {
    width: calc(100%) !important;
    width: calc(100%) !important;
    max-height: 321px;
    height: auto;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    overflow-x: hidden;
}

    .acwrapper .ui-autocomplete::-webkit-scrollbar {
        width: 10px;
    }

    .acwrapper .ui-autocomplete::-webkit-scrollbar-thumb {
        background-color: #a9a9a9;
        outline: 1px solid #708090;
    }

    .acwrapper .ui-autocomplete .ui-menu-item {
        padding: 0;
    }

        .acwrapper .ui-autocomplete .ui-menu-item a {
            font: 400 15px/1 Roboto, HelveticaNeue, Arial, sans-serif;
            display: flex;
            justify-content: space-between;
            color: hsla(0, 0%, 46%, 1);
            padding: 8px 15px;
            align-items: center;
            min-height: 40px;
        }

            .acwrapper .ui-autocomplete .ui-menu-item a .airportname {
                text-shadow: 0 0 0 rgba(0, 0, 0, 0.2);
            }

                .acwrapper .ui-autocomplete .ui-menu-item a .airportname b {
                    font-weight: 500;
                    color: #000;
                }

            .acwrapper .ui-autocomplete .ui-menu-item a ._right {
                display: flex;
                align-items: center;
            }

            .acwrapper .ui-autocomplete .ui-menu-item a .countrycode {
                max-width: 70px;
                display: inline-block;
                text-align: right;
                margin-right: 8px;
                line-height: 1.25;
                color: #545454;
                font-size: 12px;
            }

        .acwrapper .ui-autocomplete .ui-menu-item:not(last-child) {
            border-bottom: 1px solid #ddd;
        }

        .acwrapper .ui-autocomplete .ui-menu-item:hover {
            background: #008cff;
        }

            .acwrapper .ui-autocomplete .ui-menu-item:hover a {
                color: #fff;
            }

                .acwrapper .ui-autocomplete .ui-menu-item:hover a .airportname {
                    text-shadow: none;
                }

                .acwrapper .ui-autocomplete .ui-menu-item:hover a .countrycode {
                    color: #fff;
                }

                .acwrapper .ui-autocomplete .ui-menu-item:hover a b {
                    color: #fff;
                    text-shadow: none;
                }

.ui-menu-item {
    border-bottom: 1px solid #ddd;
}

._flinfotabs {
    margin: 0 -15px;
}

@media screen and (max-width: 480px) {
    ._flinfotabs .nav-tabs {
        display: flex;
    }
}

._flinfotabs .nav-tabs .nav-item {
    margin-bottom: 0 !important;
    border: none;
}

@media screen and (max-width: 480px) {
    ._flinfotabs .nav-tabs .nav-item {
        width: calc(50%);
        flex: 1;
    }
}

._flinfotabs .nav-tabs .nav-item .nav-link {
    border-radius: 1px !important;
    border-color: #dee2e6;
    border-right: none !important;
    border-bottom: none !important;
    padding: 12px 15px;
    min-width: 200px;
    text-align: center;
    color: #484848 !important;
    font-size: 0.95rem;
}

@media screen and (max-width: 480px) {
    ._flinfotabs .nav-tabs .nav-item .nav-link {
        min-width: calc(100%);
    }
}

._flinfotabs .nav-tabs .nav-item .nav-link.active {
    position: relative;
    color: #111 !important;
    font-weight: 700;
}

    ._flinfotabs .nav-tabs .nav-item .nav-link.active::after {
        position: absolute;
        content: "";
        height: 4px;
        width: calc(100%);
        background: #1e1c66;
        left: 0;
        right: 0;
        top: 0;
    }

._flinfotabs .nav-tabs .nav-item:last-child .nav-link {
    border-right: 1px solid #dee2e6 !important;
}

.secterforbaggage {
    display: flex;
    align-items: center;
}

    .secterforbaggage svg {
        font-size: 16px;
        transform: rotate(45deg);
        position: relative;
        top: 2px;
        margin-right: 10px;
    }

    .secterforbaggage .flyaircity {
        font-size: 1rem;
        font-weight: 700;
    }

.table-white,
.table-white-lft {
    background: #fff;
    font-size: 13px;
    margin: 10px 0;
    color: #666;
    line-height: 1.5;
    border-collapse: separate;
    border-radius: 20px;
    -moz-border-radius: 20px;
    overflow: hidden;
}

._fltRules_baggage p {
    font-size: 0.89em;
    line-height: 1.5;
    color: #616161;
}

.table-white-lft tr th {
    background: #1e1c66 !important;
    color: #fff;
    border-color: transparent;
    font-weight: 600;
    vertical-align: middle;
    text-align: center;
}

    .table-white-lft tr th:not(:last-child) {
        position: relative;
    }

        .table-white-lft tr th:not(:last-child)::after {
            content: "";
            height: calc(60%);
            width: 1px;
            background: rgba(255, 255, 255, 0.4);
            position: absolute;
            top: 50%;
            right: -1px;
            transform: translateY(-50%);
        }

.table-white-lft tr td {
    border-color: #efefef;
    padding: 0.5em 0.75em;
    color: #111;
    font-weight: 400;
}

.table-center tr td:not(:first-child) {
    text-align: center;
}

.table-center tr th:not(:first-child) {
    text-align: center;
}

.table-center.centerall tr td {
    text-align: center;
}

.table-center.centerall tr th {
    text-align: center;
}

.flysector-nav .nav-tabs {
    border: none;
}

    .flysector-nav .nav-tabs .nav-item {
        margin-bottom: 0 !important;
        border: none;
    }

        .flysector-nav .nav-tabs .nav-item .nav-link {
            border: none;
            color: #666 !important;
            font-weight: 700;
        }

            .flysector-nav .nav-tabs .nav-item .nav-link.active {
                position: relative;
                font-weight: 900;
                color: #000 !important;
            }

/* .flysector-nav .nav-tabs .nav-item .nav-link.active:after { content:""; width:0; height:0; border-style:solid; border-width:7px 7px 0 7px; border-color:#cc1212 transparent transparent transparent; position:absolute; bottom:0; left:50%; transform:translateX(-50%) } */
.tdheading {
    font-weight: 700 !important;
    color: #000;
}

.modal.show {
    background: rgba(0, 0, 0, 0.68);
}

.multicity_dt {
    width: 744px;
    margin-right: 30px;
    cursor: pointer;
}

.form-control small {
    color: rgba(255, 255, 255, 0.82);
}

#paxselectwrapper { /*min-width: 190px; */
    text-align: left;
}

.multicity_triplabel {
    color: #66678f;
    width: 140px;
    display: flex;
    justify-content: flex-end;
    font-weight: 500;
    position: relative;
    top: 2px;
}

/*.modify-search-widget .dateinputbox .searchcitybox:first-child { */
/* margin-right: 10px*/
/* } */

.modify-search-widget.multicity_addon {
    justify-content: flex-start;
}

.multicity_addon .removemulticity.btn {
    position: relative !important;
    top: initial !important;
    right: initial !important;
}

.flightmodify .addmulticity {
    margin-left: 160px;
}

    .flightmodify .addmulticity button {
        width: 200px;
        margin-bottom: 10px;
    }

.modify-search-widget .dateinputbox .searchcitybox { /*width: 144px*/
}

.btn.btn_form_action {
    width: calc(100%);
    background: #ed1b2e;
    color: #fff;
    margin: 15px auto 10px;
    font-size: 14px;
    font-weight: 500;
}

.dont_haveaccount {
    border-top: 1px solid #e8e8e8;
    padding-top: 8px;
    margin-top: 8px;
    font-size: 14px;
    text-decoration: none !important;
    color: #66678f;
}

    .dont_haveaccount a {
        color: #007aff !important;
        font-weight: 500;
        letter-spacing: 0.5px;
        text-decoration: none;
    }

.baggagetable {
    margin-top: 20px;
}

.margin-top-44 {
    margin-top: 44px;
}

ul.choosePaymentPlan {
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

    ul.choosePaymentPlan li {
        display: block;
    }

        ul.choosePaymentPlan li label {
            font-weight: 700;
            font-size: 15px;
        }

            ul.choosePaymentPlan li label span {
                position: relative;
                top: -2px;
            }

.date-input-container {
    border: 1px solid #b5b5b5;
    display: inline-block;
    padding: 16px 10px;
    border-radius: 2px;
    height: 54px;
}

    .date-input-container input {
        border: 0;
        outline: 0;
        text-align: center;
        width: 27px;
    }

        .date-input-container input.day,
        .date-input-container input.month {
            margin-right: 0;
        }

        .date-input-container input.year {
            width: 40px;
        }

.directpayment .control-lable {
    margin-right: 12px;
    font-size: 16px;
    color: #000;
    min-width: 103px;
    display: inline-block;
}

.payselectbxox {
    max-width: 640px;
    margin: 0 auto;
}

.cardimage {
    background: #fff url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/260969/ic_credit_card.png) 50% 50% no-repeat;
    background-position: center right 10px !important;
    background-size: 30px 20px !important;
}

    .cardimage.visa {
        background: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/260969/ic_card_visa.png) 0 50% no-repeat;
    }

    .cardimage.amex {
        background: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/260969/ic_card_american_express.png) 0 50% no-repeat;
    }

    .cardimage.mc {
        background: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/260969/ic_card_master_card.png) 0 50% no-repeat;
    }

    .cardimage.disc {
        background: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/260969/ic_card_discover.png) 0 50% no-repeat;
    }

.cvv2 {
    background: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/260969/ic_credit_card_cvv.png) 0 50% no-repeat;
    background-position: center right 10px !important;
    background-size: 30px 20px !important;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5) {
    .cardimage {
        background: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/260969/ic_credit_card@2x.png) 0 50% no-repeat;
        background-size: 25px 16px;
    }

        .cardimage.visa {
            background: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/260969/ic_card_visa@2x.png) 0 50% no-repeat;
        }

        .cardimage.amex {
            background: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/260969/ic_card_american_express@2x.png) 0 50% no-repeat;
        }

        .cardimage.mc {
            background: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/260969/ic_card_master_card@2x.png) 0 50% no-repeat;
        }

        .cardimage.disc {
            background: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/260969/ic_card_discover@2x.png) 0 50% no-repeat;
        }

    .cvv2 {
        background: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/260969/ic_credit_card_cvv@2x.png) 0 50% no-repeat;
    }
}

.paylaterBox {
    margin: 0px 0 0;
    max-width: 600px;
}

    .paylaterBox thead tr td {
        font-weight: 700;
        background: #f5f5f5;
    }

ul._paylaterbenifets {
    padding: 0;
    margin: 0 0 20px;
}

    ul._paylaterbenifets li {
        display: flex;
        align-items: center;
    }

        ul._paylaterbenifets li ._text strong {
            display: block;
            line-height: 1;
            color: #000;
            font-weight: 700;
            font-size: 18px;
        }

        ul._paylaterbenifets li .icon {
            margin-right: 14px;
        }

        ul._paylaterbenifets li ._text {
            color: #616161;
            font-size: 16px;
        }

        ul._paylaterbenifets li .icon svg {
            height: 28px;
            width: 28px;
            fill: #101010;
        }

.md-checkbox.noDebitCard a {
    position: relative;
    top: -1px;
}

.md-checkbox.noDebitCard {
    margin: 20px 0 20px;
}

.md-checkbox.checkterms a {
    position: relative;
    top: -1px;
}

.md-checkbox.checkterms {
    margin: 20px 0 0;
}

.relative {
    position: relative;
}

.display_mobile {
    display: none;
}

.margin-bottom-20 {
    margin-bottom: 20px;
}

.form-group.mdinput {
    position: relative;
    margin: 0 0 15px;
}

    .form-group.mdinput label {
        position: absolute;
        left: 14px;
        width: 100%;
        top: 14px;
        transition: 0.5s;
        z-index: 0 !important;
        letter-spacing: 0.4px;
        font-size: 15px;
        margin: 0;
        color: #9c9c9c;
    }

    .form-group.mdinput .form-control:focus ~ label,
    .form-group.mdinput .form-control:valid ~ label {
        top: 4px;
        font-size: 12px;
        color: #adadad;
    }

.mdinput .btn-light {
    height: 50px;
    top: -18px;
    width: calc(100% + 30px);
    left: -15px;
}

.form-group.mdinput .bootstrap-select {
    z-index: 3 !important;
}

.countrycode .form-group.mdinput {
    position: relative;
    z-index: 2;
}

.bs-datepicker,
.bs-datepicker .bs-media-container {
    box-shadow: none !important;
    border-radius: 3px 3px 0 0;
}

ul._payment-options {
    padding: 0 20px;
    display: flex;
    border-bottom: 1px solid #d2d7d3; /*margin: 20px -20px 28px*/
}

    ul._payment-options li {
        display: inline-block;
    }

        ul._payment-options li input[type="radio"] {
            position: absolute;
            opacity: 0;
        }

            ul._payment-options li input[type="radio"] + label {
                display: block;
                margin: 0;
                padding: 15px 20px 15px 20px;
                font-size: 16px;
                font-weight: 700;
                line-height: 20px;
                color: #000;
                border-top-right-radius: 5px;
                border-top-left-radius: 5px;
                cursor: pointer;
                transition: all 0.3s linear;
            }

            ul._payment-options li input[type="radio"]:checked + label {
                color: #007aff;
                position: relative;
                background: #fff;
            }

            ul._payment-options li input[type="radio"] + label:after {
                content: "";
                position: absolute;
                width: 100%;
                background: 0 0;
                height: 3px;
                bottom: -3px;
                left: 0;
                z-index: 1;
                transition: all 0.3s linear;
            }

            ul._payment-options li input[type="radio"]:checked + label:after {
                background: #007aff;
            }

        ul._payment-options li:not(:last-child) {
            margin-right: 10px;
        }

table.table.paylater_breakup {
    font-size: 16px;
    border: 1px solid #ddd;
}

ul.CC_Card_type li span.cardimage {
    width: 49px;
    height: 20px;
    display: inline-block;
}

ul.CC_Card_type {
    padding: 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

    ul.CC_Card_type li {
        margin: 0;
        display: block;
    }

        ul.CC_Card_type li ._CardHolder {
            font-size: 18px;
            position: relative;
            top: -2px;
            font-weight: 500;
        }

.flt_confirmationtxt p {
    font-weight: 500;
    line-height: 1.25;
    font-size: 16px;
    color: #000;
    margin-bottom: 10px;
}

.flightreview.flt-confirmation {
    background: #dedde8;
}

.flt_confirmationtxt {
    margin-bottom: 30px;
}

.bookingPaxTable tr:first-child td {
    font-weight: 700;
    background: linear-gradient(-180deg,#00cde2,#00cde2);
    color: #fff;
}

.bookingPaxTable {
    font-size: 15px;
    margin-top: 10px;
    border: 1px solid #ddd;
}

.fltchkheading span {
    font-weight: 500;
    color: #2196f3;
    font-size: 90%;
}

._fltconffaredt ._fareBox {
    box-shadow: none;
    margin-top: 10px;
}

._fltconffaredt .sidebar_faresummary .list li.youpay {
    border-right: 1px solid #d8d8d8;
    border-left: 1px solid #d8d8d8;
}

._fltconffaredt .sidebar_faresummary {
    padding: 10px 0;
}

.userafterlogin .dropdown-toggle, .userafterlogin .dropdown-toggle:focus, .userafterlogin .dropdown-toggle:visited {
    background: 0 0;
    cursor: pointer;
    border: none;
    display: flex;
    align-items: center;
    padding: 0 30px 0 20px;
    outline: none !important;
}

.userafterlogin .header-user-icon {
    border-radius: 50%;
    width: 30px;
    height: 30px;
    background: #66bb6a;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    margin-right: 10px;
}

.userafterlogin .head-user-name {
    font-weight: 600;
    color: #000;
}

.userafterlogin .dropdown-menu {
    right: 0;
    border-radius: 10px;
    cursor: pointer;
    left: -85px !important;
    top: 40px;
}

    .userafterlogin .dropdown-menu:before {
        content: "";
        width: 0;
        height: 0;
        border-style: solid !important;
        border-width: 0 10px 10px 10px !important;
        border-color: transparent transparent rgba(119, 119, 119, 0.4) transparent;
        position: absolute !important;
        top: -11px !important;
        right: 20px !important;
        z-index: 1;
    }

    .userafterlogin .dropdown-menu:after {
        content: "";
        width: 0;
        height: 0;
        border-style: solid !important;
        border-width: 0 10px 10px 10px !important;
        border-color: transparent transparent #fff transparent;
        position: absolute !important;
        top: -10px !important;
        right: 20px !important;
        z-index: 1;
    }

    .userafterlogin .dropdown-menu a {
        font-weight: 600;
        cursor: pointer;
        display: block;
        padding: 10px 15px;
        font-size: 14px;
        color: #000;
        letter-spacing: 0.38px;
    }

        .userafterlogin .dropdown-menu a:not(:last-child) {
            border-bottom: 1px solid #ddd;
        }

.flightreview.flt-confirmation.flt_bookings {
    padding: 32px 0;
}

._fltBookedCard {
    display: flex;
    align-items: center;
    padding: 15px 15px;
    background: #fff;
    margin: 20px 0;
    border-radius: 6px;
    box-shadow: 0 1px 3px rgba(60, 64, 67, 0.3), 0 4px 8px 3px rgba(60, 64, 67, 0.15);
    cursor: pointer;
    border: 1px solid transparent;
}

    ._fltBookedCard:hover {
        box-shadow: 0 0 6px 0 #5e7eca;
        border: 1px solid #5e7eca;
    }

    ._fltBookedCard ._FltCalDate span {
        display: block;
        text-align: center;
    }

    ._fltBookedCard ._FltCalDate {
        background: #f7f7f7;
        width: 74px;
        display: flex;
        position: relative;
        height: 74px;
        border-radius: 6px;
        align-items: center;
        justify-content: center;
        overflow: hidden;
        border: 1px solid #ddd;
    }

        ._fltBookedCard ._FltCalDate ._FLTMonth {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            background: #00cde2;
            color: #fff;
            font-size: 11px;
            padding: 3px 0;
            font-weight: 500;
        }

        ._fltBookedCard ._FltCalDate ._FLTDAY {
            position: absolute;
            bottom: 2px;
            left: 0;
            right: 0;
            font-size: 10px;
            font-weight: 500;
            color: #666;
        }

        ._fltBookedCard ._FltCalDate ._FLTDATE {
            font-weight: 700;
            font-size: 18px;
            position: relative;
            top: 2px;
        }

    ._fltBookedCard ._FLTAirLogoIMG img {
        display: block;
        width: 28px;
        height: 28px;
        object-fit: scale-down;
        margin: 5px auto;
    }

    ._fltBookedCard ._FLTAirLogoIMG {
        width: 120px;
        text-align: center;
    }

    ._fltBookedCard ._FltBookingValue {
        width: 132px;
    }

    ._fltBookedCard ._FltSect_PaxDT {
        width: calc(100% - 590px);
    }

._FltBookingValue,
._FltSect_PaxDT {
}

    ._FltBookingValue ._title,
    ._FltSect_PaxDT ._FLTBookedSector {
        font-size: 14px;
        text-shadow: 0 0 0 #6f6f6f;
        font-weight: 500;
    }

    ._FltBookingValue ._FLTRspValue,
    ._FltSect_PaxDT ._FltBookingPax {
        color: #737373;
        font-size: 12px;
    }

._FLTBookedAirline {
    font-size: 12px;
    color: #484848;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

._profileSidebar ul {
    display: block;
    margin: 0;
    padding: 0;
}

    ._profileSidebar ul li {
        display: block;
    }

        ._profileSidebar ul li a {
            display: flex;
            color: #000;
            font-size: 15px;
            padding: 15px 15px;
            font-weight: 500;
            text-decoration: none;
            align-items: center;
        }

._profileSidebar {
    margin-top: 20px;
    background: #fff;
    padding: 10px;
    border-radius: 2px;
    box-shadow: 0 1px 3px rgba(60, 64, 67, 0.3), 0 4px 8px 3px rgba(60, 64, 67, 0.15);
    position: sticky;
    top: 10px;
}

    ._profileSidebar ul li a svg {
        fill: #33495f;
    }

    ._profileSidebar ul li a span.icon {
        background: 0 0;
        border-radius: 50%;
        width: 40px;
        height: 40px;
        margin-right: 15px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    ._profileSidebar ul li.active a span.icon {
        background: #008cff;
    }

        ._profileSidebar ul li.active a span.icon svg {
            fill: #fff;
        }

.rot45deg svg {
    transform: rotate(45deg);
}

._profileSidebar ul li:not(:last-child) {
    border-bottom: 1px solid #e8e8e8;
}

.profileheding {
    margin: 25px 0;
    font-size: 20px;
    font-weight: 600;
    color: #000;
}

.flt_bookings ._reviewDOM {
    margin-top: 20px;
    padding: 20px 30px 10px;
}

    .flt_bookings ._reviewDOM .fltchkheading {
        margin-bottom: 20px;
    }

._reviewDOM .btn-light .filter-option-inner-inner {
    color: #000 !important;
    margin-top: 0px;
    margin-left: 4px;
}

._profile_Actionbtn {
    padding: 20px 0;
}

    ._profile_Actionbtn button {
        min-width: 155px;
        padding: 10px 15px;
        font-weight: 500;
    }

        ._profile_Actionbtn button:not(:last-child) {
            margin-right: 16px;
        }

    ._profile_Actionbtn .btn.btn-save {
        background: #1e1c66;
        color: #fff;
        font-size: 15px;
        border: 1px solid #1e1c66;
    }

    ._profile_Actionbtn .btn.btn-reset {
        background: 0 0;
        color: #cc1212;
        font-size: 15px;
        border: 1px solid #cc1212;
        transition: all 0.3s linear;
    }

        ._profile_Actionbtn .btn.btn-reset:hover {
            color: #fff;
            background: #cc1212;
        }

.mobilenumber .bootstrap-select {
    position: absolute;
    background: 0 0 !important;
}

.mobilenumber {
    position: relative;
}

    .mobilenumber .bootstrap-select .btn-light {
        background: 0 0 !important;
        outline: 0 !important;
        box-shadow: none;
        width: 92px;
        border: none;
        border-right: 1px solid #d4d4d4;
        border-radius: 0;
        margin-top: 19px;
    }

.form-group.mdinput.mobilenumber label {
    left: 110px;
}

.flt_bookings ._reviewDOM .form-group.mdinput {
    margin: 10px 0 15px;
}

.no-bookingsyet {
    text-align: center;
    margin-top: 40px;
}

    .no-bookingsyet img {
        height: 120px;
        margin: 20px 0 50px;
    }

    .no-bookingsyet p {
        font-size: 18px;
        font-weight: 700;
        margin-bottom: 60px;
    }

._blank.circle {
    width: 20px;
    height: 20px;
    border-radius: 50%;
}

._blank i {
    color: transparent !important;
}

._blank {
    background: rgba(240, 240, 244, 0.64) !important; /*display: inline-block; */
    position: relative;
    overflow: hidden;
    color: transparent !important;
    cursor: inherit !important;
    text-shadow: none !important;
    border: none !important;
    box-shadow: none !important;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-bottom: 5px;
}

.redprogress {
    height: 4px;
    width: 100%;
}

._blank-red {
    background: rgba(240, 240, 244, 0.64) !important; /*display: inline-block; */
    position: relative;
    overflow: hidden;
    color: transparent !important;
    cursor: inherit !important;
    text-shadow: none !important;
    border: none !important;
    box-shadow: none !important;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-bottom: 5px;
}

._blankstars:before {
    color: #ddd;
}

.end._blank:after {
    right: 0;
}

._blank svg {
    fill: transparent !important;
    border: none;
}

    ._blank svg path {
        fill: transparent !important;
    }

._blank:after {
    content: "";
    top: 0;
    transform: translateX(100%);
    width: 100%;
    height: 40px;
    position: absolute;
    z-index: 1;
    animation: slide 1s infinite;
    background: -moz-linear-gradient( left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.8) 50%, rgba(128, 186, 232, 0) 99%, rgba(125, 185, 232, 0) 100% );
    background: -webkit-gradient( linear, left top, right top, color-stop(0, rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, 0.8)), color-stop(99%, rgba(128, 186, 232, 0)), color-stop(100%, rgba(125, 185, 232, 0)) );
    background: -webkit-linear-gradient( left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.8) 50%, rgba(128, 186, 232, 0) 99%, rgba(125, 185, 232, 0) 100% );
    background: -o-linear-gradient( left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.8) 50%, rgba(128, 186, 232, 0) 99%, rgba(125, 185, 232, 0) 100% );
    background: -ms-linear-gradient( left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.8) 50%, rgba(128, 186, 232, 0) 99%, rgba(125, 185, 232, 0) 100% );
    background: linear-gradient( to right, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.8) 50%, rgba(128, 186, 232, 0) 99%, rgba(125, 185, 232, 0) 100% );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00ffffff", endColorstr="#007db9e8", GradientType=1);
}

._blank-red:after {
    content: "";
    top: 0;
    transform: translateX(100%);
    width: 100%;
    height: 40px;
    position: absolute;
    z-index: 1;
    animation: slide 3s infinite;
    background: -moz-linear-gradient(left, #ed1b2e 33%, rgba(253, 21, 21, 0) 0%);
    background: -webkit-gradient( linear, left top, right top, color-stop(33%, #ed1b2e), color-stop(0%, rgba(255, 255, 255, 0)) );
    background: -webkit-linear-gradient( left, #ed1b2e 33%, rgba(255, 255, 255, 0) 0% );
    background: -o-linear-gradient(left, #ed1b2e 33%, rgba(255, 255, 255, 0) 0%);
    background: -ms-linear-gradient(left, #ed1b2e 33%, rgba(255, 255, 255, 0) 0%);
    background: linear-gradient(to right, #ed1b2e 33%, rgba(255, 255, 255, 0) 0%); /*background-image: linear-gradient(to right, rgba(255, 0, 0, 1) 33%, rgba(255,255,255,0) 0%); */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00ffffff", endColorstr="#007db9e8", GradientType=1);
}

.htrseation:after {
    height: 250px;
}

._blankimg._blank:after {
    height: calc(100%);
}

.bs-datepicker-container {
    padding: 0 !important;
}

@keyframes slide {
    0% {
        transform: translateX(-100%);
    }

    100% {
        transform: translateX(100%);
    }
}

._w100 {
    width: 100px;
}

._h40 {
    height: 40px;
}

._blankimg {
    display: block;
    width: calc(100%);
    height: 240px;
    content: url("data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==");
}

.blankimg ._blank:after {
    height: calc(100%);
}

@media (min-width: 576px) {
    .gray.modal-xl {
        max-width: 980px;
    }
}

@media only screen and (min-width: 1600px) {
    .container {
        max-width: 1560px;
    }
}

@media only screen and (min-width: 1280px) {
    .container {
        max-width: 1280px;
    }

    .modal-dialog.modal-xl {
        min-width: 1060px;
    }
}

@media only screen and (min-width: 1025px) and (max-width: 1200px) {
    .container {
        max-width: 1180px;
    }
}

@media only screen and (max-width: 1024px) {
    .display_desktop {
        display: none;
    }

    .display_mobile {
        display: block;
    }

    .flightmodify {
    }

    .fltmodify-mobile {
        display: flex;
        align-items: center;
    }

    .flightmodify-mobile {
        display: block;
        background: #fcfcfd;
        padding: 10px 0;
        color: #0c0d25;
    }

    .fltmodify-mobile a svg {
        fill: #0c0d25;
    }

    ._midifyheader_right span {
        display: flex;
    }

    ._midifyheader_right { /*margin-left: 10px; */
        width: 100%;
        display: flex;
        justify-content: space-between;
    }

    .edit-btn-span svg {
        display: inline-block;
        margin: auto;
    }

    ._midifyheader_right .listingHeaderTitle { /*font-weight: 700; */
        color: #0c0d25;
        display: block;
    }

    ._midifyheader_right .listingHeaderDisc { /*font-weight: 300; */
        color: #66678f;
        font-size: 12px;
        line-height: 14px;
    }

    .flightmodify-mobile.fixed {
        width: calc(100%);
        position: fixed;
        top: 0;
        z-index: 2;
    }

    .col-lg-100 {
        width: 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .mobile-sorting {
        position: fixed;
        bottom: 0;
        z-index: 1;
        width: calc(100%);
        display: block;
    }

        .mobile-sorting ul {
            display: flex;
            align-items: center;
            width: calc(100%);
            justify-content: space-around;
            background: #03045e;
            box-shadow: 0 2px 8px rgba(102, 103, 143, 0.3);
            border-radius: 0;
            padding: 0;
            margin: 0;
        }

            .mobile-sorting ul li {
                padding: 2%;
                color: #fff;
                display: flex;
                align-items: center;
                flex: 0 0 50%;
                justify-content: center;
                font-size: 13px;
            }

                .mobile-sorting ul li svg {
                    fill: #fff;
                    margin-right: 10px;
                }

                .mobile-sorting ul li strong {
                    display: block;
                    letter-spacing: 0.38px;
                }

                .mobile-sorting ul li:not(:last-child) {
                    border-right: 1px solid #dddddd1c;
                }

    .sidebarfilters {
        position: fixed;
        left: 0;
        right: 0;
        width: calc(100%);
        z-index: 9;
        background: #fff;
        height: 100vh;
        overflow-y: scroll;
        -webkit-overflow-scrolling: touch;
        top: 100%;
        transition: all 0.3s linear;
        display: block;
        padding-bottom: 60px;
    }

        .sidebarfilters.active {
            top: 0;
            bottom: 0;
        }

        .sidebarfilters .filterblock,
        .sidebarfilters .filtertopheading {
            padding: 10px 2%;
        }

        .sidebarfilters .filtertopheading {
            position: sticky;
            top: 0;
            background: #fff;
            z-index: 2;
        }

    .filtertopheading ._left a.back_btn {
        display: block;
    }

    .btn.apply_filter {
        background: #ed1b2e;
        color: #fff;
        font-weight: 500;
        letter-spacing: 0.4px;
        width: calc(100%);
        border-radius: 4px;
    }

    .filter_mobilebottom {
        position: absolute;
        bottom: 0;
        width: calc(100%);
        padding: 15px;
        background: #fff;
        border-top: 1px solid #e7e7e7;
        display: block;
        transition: all 0.3s linear;
    }

    .sidebarfilters.active .filter_mobilebottom {
        position: fixed;
    }

    .modal-dialog.modal-xl {
        width: 980px;
        max-width: 980px;
    }

    body._mnavactive {
        overflow: hidden !important;
        height: 100vh;
    }

        body._mnavactive .MobileNav {
            left: 0 !important;
        }

    .MobileNav {
        position: fixed;
        width: 100vw;
        height: 100vh;
        z-index: 9999999;
        top: 0;
        left: -100% !important;
        overflow: hidden !important;
        display: flex;
        right: initial !important;
        transition: all 0.3s linear;
    }

    .MnavLogo .MobileNav .logo {
        text-align: center;
    }

    .MnavLogo {
        padding: 0 2%;
    }

        .MnavLogo img {
            height: 42px !important;
            object-fit: scale-down;
            margin: 10px 0;
        }

    ul.mobilenav {
        padding: 0;
        margin: 0;
    }

        ul.mobilenav li {
            display: block;
            border-bottom: 1px solid #ddd;
        }

            ul.mobilenav li a {
                display: block;
                font-size: 14px;
                color: #414141;
                font-weight: 700;
                padding: 10px 15px;
            }

    .MobileNavinner {
        background: #fff;
        width: 80%;
        height: 100vh;
        overflow: scroll;
        position: relative;
        z-index: 1;
        overflow-y: scroll;
        -webkit-overflow-scrolling: touch;
    }

    .MobileUserLogins .btn {
        font-size: 14px;
        font-weight: 500;
        color: #fff;
        border-radius: 4px;
        padding: 6px 15px;
        width: 100px;
    }

        .MobileUserLogins .btn.msignup {
            background: #1e1c66;
            margin-right: 20px;
        }

    .msignin.btn {
        background: #cc1212;
    }

    .MobileUserLogins {
        padding: 15px;
        display: flex;
        align-items: center;
        justify-content: flex-start;
    }

    .MobileNav:after {
        content: "";
        height: 100vh;
        width: 100vw;
        background: #0a0a0ac2;
        position: fixed;
        top: 0;
        left: -100%;
        z-index: 0;
        opacity: 0;
        transition: opacity 0.5s linear;
    }

    .mobile_sorting {
        display: block;
    }

    body._mnavactive .MobileNav:after {
        opacity: 1 !important;
        left: 0;
    }

    .flightinfolinks a.btn.btn-view {
        padding: 8px 15px;
    }
}

@media only screen and (max-width: 991px) {
    .container {
        max-width: 900px;
    }

    .flightmatrix ._left {
        width: 160px;
    }

    .flightmatrix ._right {
        width: calc(100% - 160px);
    }

    .fltmatrixnav .matrixbtn {
        height: 155px !important;
    }

    /*.callus { */
    /* display: none !important*/
    /* } */
    .customersupport {
        display: none !important;
    }

    ul.footernav {
        margin-bottom: 20px;
        text-align: center;
    }

    .footermenu h3 {
        text-align: center;
    }

    .modal-dialog.modal-xl {
        width: calc(100% - 20px);
        max-width: 980px;
    }

    ._fltBookedCard ._FltBookingValue {
        width: 100px;
    }

    ._fltBookedCard ._FltSect_PaxDT {
        width: calc(100% - 494px);
    }
}

@media only screen and (min-width: 768px) {
    ._airline_plane {
    }
}

@media only screen and (max-width: 768px) {
    .flightmodify {
        top: 60px !important;
    }

    section.searchboxwrapperNoBG {
        background-color: #fff !important;
        background-image: none !important;
    }

    .container {
        max-width: 720px;
    }

    .userlogin {
        display: none;
    }

    .mlogo {
        display: flex;
        align-content: center;
    }

    ul.triptselect li input[type="radio"] + label {
        font-size: 13px;
        padding: 8px 8px;
        margin: 0;
    }

    .flightpaxclass .dropdown-toggle,
    .searchboexs .form-control {
        height: 42px;
        border-radius: 4px;
        font-size: 1rem;
    }

    .searchbox h6 {
        margin: 0 0 0;
    }

    .searchboxwrapper,
    .searchboxwrapperNoBG {
        background: #fff;
        padding: 0;
    }

    .tripselectbox {
        margin: 0 auto;
    }

    ul.triptselect {
        padding: 15px 20px 40px;
        max-width: 540px;
        margin: 0 auto;
    }

    .searchbox {
        padding: 0;
        background: #fff;
        width: calc(100%);
    }

    .searchboxwrapper .container,
    .searchboxwrapperNoBG .container {
        padding: 0 !important;
        margin: 0;
        max-width: 100%;
    }

    .searchboexs {
        padding: 0 15px;
        margin: 10px auto 30px;
        position: relative;
        z-index: 1;
        max-width: 540px;
    }

        .searchboexs .flightdate {
            flex: 0 0 100%;
            padding-right: 0;
        }

        .searchboexs .flightpaxclass {
            flex: 0 0 100%;
            padding-left: 0;
        }

    .flexsearchcheck .md-checkbox label span {
        color: #000;
        font-weight: 500;
    }

    .searchbox_bottom_row .flexsearchcheck {
        padding: 14px 0;
    }

    .searchbox_bottom_row {
        flex-wrap: wrap;
    }

        .searchbox_bottom_row .flexsearchcheck,
        .searchbox_bottom_row .searchbtn {
            flex: 0 0 100%;
        }

    .flexsearchcheck .md-checkbox label span {
        font-size: 0.89rem;
        position: relative;
        top: -2px;
    }

    .searchbox_bottom_row .searchbtn {
        padding-left: 0;
    }

    .sectionheader {
        background: #f4f4f4;
        color: #000;
        padding: 20px 0 0;
        font-weight: 500;
        letter-spacing: 0.4px;
    }

    .removemulticity.btn svg {
        fill: #000;
    }

    .addmulticity .btn {
        border: 1px solid #ced4da;
        border-radius: 4px;
        color: #1e1c66;
        font-size: 1rem;
        margin-bottom: 20px;
    }

    .searchboexs.multicityactive .addmulticity {
        flex: 0 0 100%;
    }

    .flight_swap_btn {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        margin: -11px 0 0;
        right: -15px;
        z-index: 1;
        background: #fff;
        border: 1px solid #ddd;
        border-radius: 50%;
        height: 30px;
        width: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .searchboexs.multicityactive .flight_swap_btn {
        display: none;
    }

    .discoverdealblock,
    .discoverdealblock figure img {
        height: 174px;
    }

    .sortingbar {
        display: block;
    }

        .flexsearchbtn.btn,
        .sortingbar ul.sortinglist {
            width: calc(100%);
        }

    .flight_block ._flt_block_top {
        flex-wrap: wrap;
    }

        .flight_block ._flt_block_top ._flt_info {
            width: calc(100%);
        }

        .flight_block ._flt_block_top ._flt_price {
            width: calc(100%);
            padding: 10px 15px 10px;
            border-top: 1px solid #dce2e8;
            border-left: none;
        }

        .flight_block ._flt_block_top ._fltfareWrapper {
            display: flex;
            justify-content: space-between;
            width: calc(100%);
            align-items: center;
        }

    ._flt_price .flt_book_btn {
        order: 3;
    }

    ._flt_price ._fltamount {
        order: 2;
    }

    ._fltfareWrapper ._aslows {
        order: 1;
    }

    ._review_timingDt ._review_flytime_dt ._divider {
        width: 78px;
    }

    ._review_fltDT ._review_timingDt {
        width: calc(100% - 150px);
    }

    .userafterlogin .head-user-name {
        display: none;
    }

    .userafterlogin .dropdown-toggle {
        padding: 15px 20px 0 0 !important;
    }

    ._fltBookedCard {
        flex-wrap: wrap;
    }

        ._fltBookedCard ._FltSect_PaxDT {
            width: calc(100% - 188px);
        }

        ._fltBookedCard ._FltBookingValue {
            width: calc((100% - 188px) / 3);
        }

        ._fltBookedCard ._FltSect_PaxDT + ._FltBookingValue {
            margin-left: 188px;
        }

    ._FltBookingValue ._title,
    ._FltSect_PaxDT ._FLTBookedSector {
        font-size: 14px;
    }

    ._FltBookingValue ._FLTRspValue,
    ._FltSect_PaxDT ._FltBookingPax {
        font-size: 13px;
    }

    ._FLTBookedAirline {
        font-size: 12px;
    }

    ._fltBookedCard ._FltCalDate ._FLTDATE {
        font-size: 16px;
    }

    ._fltBookedCard ._FltCalDate {
        height: 68px;
        width: 68px;
    }

    ._fltBookedCard ._FltSect_PaxDT ._FLTBookedSector {
        font-size: 16px;
    }

    ._profileSidebar {
        display: none;
    }
}

@media only screen and (max-width: 896px) {
    ul.socialicons {
        margin: 0 auto 20px;
        justify-content: center;
    }

    .subscribeboxwrapper {
        justify-content: center;
    }

    .flightsteps {
        display: none;
    }
}

@media only screen and (max-width: 680px) {
    .flight_block ._flt_block_top ._flt_info ._fltsector {
        display: block;
    }

    .flight_block ._flt_block_top ._flt_info ._fltAirDt {
        display: flex;
        width: calc(100%);
        padding: 0 20px 15px;
    }

        .flight_block ._flt_block_top ._flt_info ._fltAirDt img {
            height: 28px;
        }

    .flight_block ._flt_block_top ._flt_info ._flt_leg_options {
        width: calc(100%);
    }

    ._moreflts {
        left: initial;
    }

    ._flt_splitter ._ftline,
    .flight_block ._flt_block_top ._flt_info ._flt_leg_options ._flt_leg_block {
        padding-left: 15px;
    }

    #flexsearch .modal-dialog.modal-xl {
        margin: 0 !important;
        width: calc(100%);
    }

    ._flightreviewbox ._reviewLeg {
        padding: 15px 10px;
    }

    ._reviewLeg ._reviewAirDT {
        display: flex;
        align-items: center;
        width: 100%;
        justify-content: flex-start;
        margin-bottom: 10px;
    }

    ._flightreviewbox ._reviewLeg {
        display: block;
    }

    ._reviewLeg ._reviewAirDT img {
        margin: 0 10px 0 0;
    }

    ._reviewLeg ._reviewAirDT span._airline_no,
    ._reviewLeg ._reviewAirDT span._airline_plane {
        position: relative;
        top: 1px;
        margin-left: 5px;
    }

    ._reviewLeg ._review_fltDT {
        width: calc(100%);
    }

    ._review_baggageDt ._rvbagType {
        color: #616161;
    }

    .flightinfolinks a.btn.btn-view {
        padding: 5px 8px;
        font-size: 14px;
    }
}

@media only screen and (max-width: 600px) {
    ._flt_splitter ._ftline,
    ._flt_splitter ._stopdot {
        width: 100%;
        padding: 0 8px;
    }

    ._flt_arrow,
    .flex_boxtop {
        display: none;
    }

    .outerbox {
        padding: 0;
    }

    .searchbox {
        box-shadow: none;
    }

    ._review_fltDT ._review_timingDt {
        width: 100%;
    }

    ._review_flyhourDT._depart {
        margin-left: 0px !important;
    }

    ._reviewLeg ._review_fltDT {
    }

    ._review_baggageDt {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        justify-content: center;
        text-align: center;
    }

        ._review_baggageDt ._rvbagTitle {
            flex: 0 0 100%;
        }

        ._review_baggageDt a {
            margin-left: 5px;
            position: relative;
            top: -1px;
        }

    ul.paymethod {
        flex-wrap: wrap;
    }

        ul.paymethod li:nth-child {
            flex: 0 0 100%;
            margin-top: 10px;
        }
}

@media only screen and (max-width: 599px) {
    ._flt_stops {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        width: calc(100%) !important;
        text-align: center !important;
        z-index: 0;
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }

    ._flt_leg_block ._flt_timmings {
        width: calc(100%);
        position: relative;
        z-index: 1;
    }

        ._flt_leg_block ._flt_timmings ._fltHour .nextday {
            color: #cc1112;
            position: absolute;
            font-size: 12px;
            top: -16px;
            right: 0;
            white-space: nowrap;
        }

    .flight_block ._flt_block_top ._flt_info:not(.onewayblock) ._fltsector {
        padding: 16px 0;
    }


    ._flt_leg_options:not(.active) .radio_opt .md-radio {
        opacity: 1;
    }

    .flight_block ._flt_block_top ._flt_info ._flt_leg_options ._flt_leg_block {
        position: relative;
    }

    ._flt_leg_block ._flt_stops ._stopsCount .icons.info_icon {
        display: none;
    }

    ._flt_leg_block ._fltCity,
    ._flt_leg_block ._flt_flyduration,
    ._flt_leg_block ._flt_stops ._stopsCount {
        color: #464646;
        font-size: 13px;
        margin: 5px 0;
        width: 100%;
        font-weight: 600;
    }

    ._flt_leg_block ._flt_stops ._stopsCount {
        order: 2;
        font-weight: 400;
        color: #878787;
    }

    .flightmatrix,
    .fltmtext,
    .sortingbar,
    .tabs-matrix li:first-of-type {
        display: none;
    }

    ._flt_leg_block ._flt_stops ._stopsCount .stopoverat-xs {
        display: inline !important;
    }

    .tabs-matrix .nav-item:nth-child(2) {
        margin-left: auto;
    }
}

@media only screen and (max-width: 540px) {
    ._flightreviewbox ._reviewheader {
        display: block;
    }

        ._flightreviewbox ._reviewheader ._right {
            justify-content: space-between;
            margin-top: 5px;
        }

            ._flightreviewbox ._reviewheader ._left ._fltStr span,
            ._flightreviewbox ._reviewheader ._right ._rules_time,
            ._flightreviewbox ._reviewheader ._right a {
                font-size: 12px;
            }

    ._flightreviewbox ._reviewheader {
        margin-bottom: 0; /*background: #f9fdff*/
    }

    ._review_baggageDt ._rvbagType {
        margin-right: 5px;
    }

    ._flightreviewbox ._reviewLeg {
        padding: 8px 10px;
    }

    ._review_baggageDt ._rvbagTitle {
        font-size: 13px;
        margin: 10px 0 3px;
    }

    ._review_baggageDt ._rvbagType {
        font-size: 10px;
    }

    ._review_fltDT ._review_timingDt {
        padding: 0;
    }

    ._review_flyhourDT ._review_flyCity {
        font-size: 12px;
        color: #414141;
    }

    ._review_flyhourDT ._review_flyDate {
        font-size: 10px;
    }

    ._review_flyhourDT ._review_flyHour {
        font-size: 18px;
    }

    ._review_flyhourDT ._review_flyAirport {
        font-size: 10px;
    }

    ._review_flyhourDT {
        width: 105px;
    }

    ._review_timingDt ._review_flytime_dt ._review_total_flytime {
        font-size: 12px;
        width: 100%;
        text-align: center;
    }

    ._reviewLayoverbox {
        font-size: 11px;
    }

    ._review_timingDt ._review_flytime_dt {
        margin: 0px 12px;
    }

    a.btn.backtoflight {
        padding: 5px 8px;
        font-size: 12px;
    }

    ._review_baggageDt a {
        font-size: 10px;
    }

    ._fltBookedCard ._FltSect_PaxDT + ._FltBookingValue {
        margin-left: 0 !important;
    }

    ._fltBookedCard ._FltBookingValue {
        width: calc(100% / 3);
        margin-top: 15px;
    }
}

.ticoicon {
    background-position: -86px -160px;
    width: 72px;
    height: 40px;
    margin-left: 20px;
    display: inline-block;
}

.flt_aleart {
    display: flex;
    padding: 10px;
}

    .flt_aleart svg {
        margin-right: 10px;
    }

.d-heading {
    display: block;
    line-height: 1;
    color: #000;
    font-weight: 700;
    font-size: 18px;
    margin: 5px 0 5px;
}

.bookingtext p {
    text-align: justify;
    color: #575757;
}

.bookingtext .font-weight-bold {
    font-size: 16px;
    margin-bottom: 5px;
    display: block;
}

.bookingtext strong {
    color: #000;
}

.bookingtext p {
    line-height: 1.8;
}

.bookingtext .ft-16 {
    font-weight: 600;
    margin-right: 5px;
}

@media only screen and (min-width: 768px) {
    .paylaterBox.yscrollbox {
        max-height: 530px;
        overflow-y: auto;
    }

        .paylaterBox.yscrollbox::-webkit-scrollbar {
            width: 5px;
        }

        .paylaterBox.yscrollbox::-webkit-scrollbar-track {
            box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
        }

        .paylaterBox.yscrollbox::-webkit-scrollbar-thumb {
            background-color: darkgrey;
            outline: 1px solid slategrey;
        }
}

@media only screen and (max-width: 480px) {
    .logo img {
        width: auto;
        height: 36px;
    }

    .discoverdealblock figure img {
        height: 148px;
    }

    .discoverdealblock h3 {
        font-size: 16px;
    }

    .discoverdealblock {
        height: 148px;
    }

    p.subheading {
        font-size: 14px;
    }

    .fltpriceblock {
        padding: 0 1px 0 8px;
    }

    .whyusblock p {
        font-size: 13px;
    }

    .whyusblock h3 {
        font-weight: 600;
        font-size: 16px;
        color: #1e1c66;
    }

    .searchboexs .searchcity {
        flex-wrap: wrap;
    }

    .searchboexs.multicityactive .searchcity .form-group:nth-child(1),
    .searchboexs.multicityactive .searchcity .form-group:nth-child(2) {
        flex: 0 0 50% !important;
    }

    .searchboexs.multicityactive .searchcity .form-group:nth-child(3) {
        flex: 0 0 100%;
        padding-left: 0;
    }

    #multicityrow2 .form-group.multicitydate svg,
    #multicityrow3 .form-group.multicitydate svg,
    #multicityrow4 .form-group.multicitydate svg {
        right: 42px;
    }

    .searchcity:not(#multicityrow1) .removemulticity.btn,
    .searchcity:not(#multicityrow1) .removemulticity.btn:focus,
    .searchcity:not(#multicityrow1) .removemulticity.btn:hover {
        right: 8px;
    }

    .searchboexs:not(.multicityactive) .searchcity .form-group:nth-child(1) {
        padding-right: 0 !important;
    }

    .searchboexs:not(.multicityactive) .searchcity .form-group:nth-child(2) {
        padding-left: 0 !important;
    }

    .searchboexs:not(.multicityactive)
    .searchcity
    .form-group:nth-child(1)
    .form-control {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }

    .searchboexs:not(.multicityactive)
    .searchcity
    .form-group:nth-child(1)
    .form-control {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }

    .searchboexs:not(.multicityactive)
    .searchcity
    .form-group:nth-child(2)
    .form-control {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
        border-left: transparent;
        padding-left: 24px;
    }

    ul.socialicons {
        margin: 0 auto 20px;
        justify-content: center;
    }

    ul.footernav {
        text-align: left;
    }

    .footermenu h3 {
        text-align: left;
    }

    .ttdin-content .owl-nav,
    .ttdin-content .owl-nav button {
        display: none !important;
    }

    .featuredflightdeals .owl-nav,
    .featuredflightdeals .owl-nav button {
        display: none !important;
    }

    .ttd-categories-parent .owl-nav,
    .ttd-categories-parent .owl-nav button {
        display: none !important;
    }

    .destination-carousel-wrapper .owl-nav,
    .destination-carousel-wrapper-parent .owl-nav button {
        display: none !important;
    }

    .hotel-deal-content .owl-nav,
    .hotel-deal-content .owl-nav button {
        display: none !important;
    }

    .stories-blog-content .owl-nav,
    .stories-blog-content .owl-nav button {
        display: none !important;
    }

    .copywrite {
        display: flex;
        text-align: center;
        flex-wrap: wrap;
        justify-content: center;
    }

        .copywrite .iataicon {
        }

        .copywrite .copywritetext {
            margin: 8px 0 0 0;
            font-size: 12px;
            display: block;
            width: 100%;
        }

    ._fltfareWrapper ._aslows {
        position: relative;
        margin-top: -14px;
        left: 0px;
        order: 2;
    }

    #airline_class_select .dropdown-menu {
        left: initial !important;
        right: 0;
    }

    ._flt_price ._fltamount {
        font-size: 18px;
        font-weight: 700;
        color: #000;
        position: relative;
        top: -7px;
        order: 1;
        width: 100%;
    }

    ._flt_price .flt_book_btn {
        margin: 0;
        width: 100%;
        padding: 4px;
        margin-top: 0px;
    }

    .flight_block ._flt_block_top ._fltfareWrapper {
        flex-wrap: wrap;
        flex-direction: row-reverse;
    }

    ._reviewLeg ._reviewAirDT span._airlineName {
        font-size: 12px;
        color: #878787;
    }

    .PriceSlider {
        padding: 0 15px;
    }

    .wheretotext {
        color: #3a69c8;
        font-size: 14px;
    }

    ul.choosePaymentPlan {
        justify-content: flex-start;
    }

    .directpayment ._fltCheckoutbox {
        padding: 15px;
    }

    ul.CC_Card_type li ._CardHolder {
        display: none;
    }

    .userafterlogin .header-user-icon {
        border-radius: 50%;
        width: 28px;
        height: 28px;
    }

    .flt_confirmationtxt p {
        font-size: 14px;
    }

    .userafterlogin {
        display: none;
    }

    .bookingPaxTable tr td {
        min-width: 160px;
    }

    .FltResultRow ._Fltstops,
    .FltResultRow ._Fltstops ._FltFlyHours {
        flex: 0 0 30% !important;
    }

    ._Fltstops ._FltFlyHours {
        border-right: none !important;
    }

    .FltResultRow ._FltBlockTimmings {
        flex: 0 0 30% !important;
    }

    ._fltBookedCard ._FltCalDate {
        height: 60px;
        width: 54px;
    }

        ._fltBookedCard ._FltCalDate ._FLTDATE {
            font-size: 14px;
        }

    ._fltBookedCard ._FLTAirLogoIMG {
        width: 80px;
    }

    ._fltBookedCard ._FltSect_PaxDT {
        width: calc(100% - 134px);
    }

        ._fltBookedCard ._FltSect_PaxDT ._FLTBookedSector span {
            display: none;
        }

    ._fltBookedCard ._FLTAirLogoIMG img {
        width: 24px;
        height: 24px;
    }

    ._fltBookedCard ._FltCalDate ._FLTDAY,
    ._fltBookedCard ._FltCalDate ._FLTMonth {
        font-size: 10px;
    }

    ._FltBookingValue ._title,
    ._FltSect_PaxDT ._FLTBookedSector {
        font-size: 13px;
    }

    ._FltBookingValue ._FLTRspValue {
        font-size: 12px;
    }

    ._FltSect_PaxDT ._FltBookingPax {
        font-size: 13px;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }

    .mobileafterlogin {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 20px 15px;
    }

        .mobileafterlogin a {
            display: block;
            font-size: 14px;
            font-weight: 500;
        }

    ._m_welcomeuser {
        display: block;
        font-size: 14px;
        font-weight: 500;
        color: #000;
    }

    ul.mobilenav li a {
        font-weight: 500;
    }
}

@media only screen and (max-width: 420px) {
    ._flt_leg_block ._flt_stops ._stopsCount,
    ._flt_leg_block ._flt_timmings ._fltHour {
        font-size: 16px;
    }

    ._flt_leg_block ._fltCity,
    ._flt_leg_block ._flt_flyduration,
    ._flt_leg_block ._flt_stops ._stopsCount {
        font-size: 12px;
        color: #878787;
        font-weight: 500;
        white-space: normal;
        overflow: visible;
        text-overflow: initial;
    }

    a._fltlink,
    a._fltlink:focus,
    a._fltlink:hover,
    a._fltlink:visited {
        font-size: 12px;
    }

        a._fltlink svg {
            width: 16px;
            height: 16px;
        }

    .flight_block ._flt_block_top ._flt_info ._fltAirDt img {
        height: 24px;
        margin-right: 10px;
    }

    .flight_block ._flt_block_top ._flt_info:not(.onewayblock) ._fltsector {
        padding: 10px 0 0;
        margin: 0;
    }

    ._flt_stops {
        position: absolute;
        left: 55%;
    }

    ._flt_leg_block ._fltCity {
        width: 66px;
    }

    ._reviewLeg ._reviewAirDT img {
        height: 20px;
    }

    ._flightreviewbox ._reviewheader ._left .icon svg {
        fill: #008cff;
        width: 20px;
        height: 20px;
    }

    span._airline_plane {
        margin-left: 10px;
        font-size: 14px;
        color: #717171;
    }
}

@media only screen and (max-width: 375px) {
    ._flt_leg_block ._flt_timmings {
        width: calc(100% - 20px);
    }

    .flight_block ._flt_block_top ._flt_info ._flt_leg_options ._flt_leg_block {
        justify-content: space-between;
    }

    ._flt_splitter ._ftline,
    ._flt_splitter ._stopdot {
        min-width: 120px;
        width: 120px;
    }

    ._moreflts {
        font-size: 12px;
    }

    .flight_block.isbestvale,
    .flight_block.ischeapest,
    .flight_block.isfastest {
        padding-top: 15px;
    }

    ._flt_leg_block ._flt_timmings ._fltHour .nextday {
        right: initial;
        left: 0;
    }
}

@media only screen and (max-width: 320px) {
    ul.triptselect li input[type="radio"] + label {
        font-size: 12px;
        padding: 8px 5px;
        margin: 0;
    }

    .flightpaxclass .dropdown-toggle,
    .searchboexs .form-control {
        height: 42px;
        font-size: 0.8rem;
    }

    .searchboexs .flightdate svg,
    .searchboexs .multicitydate svg {
        width: 20px;
        height: 20px;
        right: 10px;
    }

    ._flt_splitter ._ftline,
    ._flt_splitter ._stopdot {
        min-width: 80px;
        padding: 0 20px;
        flex: 1;
        width: 80px;
    }
}

.selectboxinput .invalid-feedback {
    position: absolute;
}

.mat-snack-bar-container {
    color: #fff !important;
    max-width: 33vw;
    background: rgba(197, 34, 35, 0.9) !important;
}

.flysector-nav .nav-tabs .nav-item .nav-link.active:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 7px 0 7px;
    border-color: #1e1c66 transparent transparent transparent;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.modal-open {
    overflow: hidden;
    height: 100vh;
}

._airline_plane {
    display: block;
    font-size: 11px;
}

@media only screen and (max-width: 480px) {
    bs-datepicker-container.right {
        top: 10.4rem !important;
        left: -8rem !important;
    }

    bs-datepicker-container.left {
        top: 11rem !important;
        right: -4% !important;
        left: auto !important;
    }

    .body {
        position: relative;
    }

    .footermenu > [class^="col-"] {
        padding-left: 5px;
        padding-right: 5px;
    }

    ul.footernav li a {
        font-size: 12px;
    }

    .paxselect,
    .paxselect .btn {
        text-align: left;
    }

    .modal-title {
        font-size: 15px;
        font-weight: 600;
    }

    ._flinfotabs .nav-tabs .nav-item .nav-link {
        font-size: 13px;
        padding: 10px 5px;
    }

    .table td,
    .table th {
        padding: 0.5rem;
    }

    .flysector-nav .nav-tabs .nav-item {
        flex: 1;
    }

        .flysector-nav .nav-tabs .nav-item .nav-link {
            text-align: center;
        }

    body.modal-open {
        overflow: visible;
    }
}

.imgloader {
    width: 120px;
    height: auto;
}

/*.noresultdiv { text-align: center; width: calc(100% - 80px); margin: 20px auto; } */

.noresultdiv .noresult-heading {
    font-weight: 600;
    font-size: 20px;
}


.pageheader .container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    color: #fff;
}

ol.list,
ol.list ol {
    counter-reset: item;
    font-size: 16px;
}

ol.list {
    padding-left: 0;
}

    ol.list ol {
        padding-left: 25px;
    }

    ol.list li {
        display: block;
        margin-bottom: 6px;
    }

        ol.list li:before {
            content: counters(item, ".") ". ";
            counter-increment: item;
        }

.txtheading {
    margin-bottom: 5px;
    color: #000000;
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    display: inline;
}

.ft-16 {
    font-size: 16px;
}

em.qoutes {
    color: #cc1212;
    font-weight: 600;
    text-align: center;
    display: block;
    margin: 90px auto;
    max-width: 780px;
}

.contactheading {
    font-weight: 600;
    color: #000;
    font-size: 28px;
    margin-bottom: 32px;
    position: relative;
    padding-bottom: 20px;
    text-transform: capitalize;
}

.faqs .card,
.faqs .card-header {
    border: none;
    position: relative;
}

.faqs .card-header {
    border-bottom: 1px solid #eee;
}

.faqs .card .card-header:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 5px;
    background: #cc1212;
    left: 0;
    top: 0;
}

.faqs .card .btn-link:before {
    content: "Q.";
    font-size: 22px;
    margin-right: 5px;
    color: #cc1212;
}

.faqs .card .card-body {
    position: relative;
    padding-left: 65px;
}

    .faqs .card .card-body:before {
        content: "A.";
        font-size: 22px;
        margin-right: 5px;
        color: #c1c1c1;
        font-weight: 600;
        position: absolute;
        top: 13px;
        left: 34px;
    }

.faqs .card .btn-link {
    text-decoration: none !important;
    color: #000;
    font-weight: 600;
}

.faqs .card .card-body p {
    color: #000;
}

.contactheading:after {
    content: "";
    position: absolute;
    width: 120px;
    height: 4px;
    background: #ec0707;
    left: 0;
    bottom: 0;
}

.footer-info-block {
    display: flex;
    align-items: flex-start;
    padding-top: 50px;
    padding-bottom: 50px;
}

    .footer-info-block .contacticon {
        margin-right: 24px;
        flex-shrink: unset;
    }

.footer-info-row {
    border-top: 1px solid #ddd;
    background: #f8f8f8;
    border-bottom: 1px solid #ddd;
}

.footer-info-block h4 {
    font-weight: 600;
    font-size: 20px;
}

.footerTablink {
    position: relative;
    display: inline-block !important;
    font-weight: 500;
    line-height: 32px !important;
}

@media only screen and (max-width: 991px) {
    ul.footernav,
    .footermenu h3 {
        text-align: left;
    }

    .userafterlogin .dropdown-toggle {
        padding: 10px 30px 0 0;
    }
}

.contactdiv {
    line-height: 2;
}

ngb-typeahead-window,
typeahead-container {
    width: 100%;
    min-width: 345px !important;
    line-height: 1.5;
    max-height: 350px;
    overflow: auto;
}

    ngb-typeahead-window button,
    typeahead-container button {
        margin-bottom: 0;
        padding-top: 5px !important;
        font-size: 14px;
        padding-bottom: 5px !important;
        border-left: 4px solid #fff !important;
    }

        /*ngb-typeahead-window .ngb-highlight, typeahead-container .app-highlight { */
        /* color: #243863; */
        /* } */

        ngb-typeahead-window button.dropdown-item,
        typeahead-container button { /*padding: 8px 0 !important; */
        }

    ngb-typeahead-window .city-info,
    typeahead-container .city-info {
        font-size: 16px;
        max-width: 85%;
        color: #ababc4 !important;
        display: flex;
        font-weight: 500;
    }

.dropdown-svg {
    position: absolute !important;
    left: 5px !important;
    top: inherit !important;
    transform: inherit !important;
    fill: #ababc4 !important;
}

ngb-typeahead-window button.dropdown-item.active .dropdown-svg,
typeahead-container button.active .dropdown-svg {
    fill: #007aff !important;
}

ngb-typeahead-window button.dropdown-item.active,
typeahead-container button.active {
    background: rgba(0, 122, 255, 0.02) !important;
}

    ngb-typeahead-window button.dropdown-item.active .city-info,
    typeahead-container button.active .city-info {
        color: #0c0d25 !important;
    }

        ngb-typeahead-window button.dropdown-item.active .city-info .icon,
        typeahead-container button.active .city-info .icon {
            color: #007aff !important;
        }

ngb-typeahead-window .city-info .icon,
typeahead-container .city-info .icon {
    margin-right: 5px;
    margin-left: -10px;
}

ngb-typeahead-window .arp-info,
typeahead-container .arp-info {
    font-size: 12px;
    color: #ababc4;
    margin-left: 11px;
    margin-top: 5px;
}

ngb-typeahead-window .cnt-info,
typeahead-container .cnt-info {
    position: absolute;
    right: 10px;
    margin-top: -30px;
    font-size: 12px;
    color: #666 !important;
}

@media only screen and (max-width: 480px) {
    .footer-info-block.border-right {
        border-right: none !important;
        border-bottom: 1px solid #cccccc;
    }

    .contactheading {
        font-size: 22px;
    }
}

.paylater_breakup.sidebar_faresummary {
    padding: 0 !important;
}

    .paylater_breakup.sidebar_faresummary ._fareBox {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
        padding-top: 0 !important;
        padding-bottom: 0 !important;
        box-shadow: none !important;
    }

.paylaterheading {
    font-size: 16px;
    padding: 10px 15px;
    font-weight: 600;
    color: #26a65b;
}

.sidebar_faresummary .list li.youpay ._row {
    margin-bottom: 0 !important;
}

._flt_leg_block .radio_opt {
    display: none;
}

.fltofferpage {
    background: url("../images/flight_home_bg1920.jpg") !important;
    background-position: 50% 50%;
    background-repeat: no-repeat !important;
    background-size: cover;
}

    .fltofferpage h1 {
        font-weight: 600;
        font-size: 36px;
        color: #000000;
    }

.main-bg-arc {
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    display: inline-block;
    width: 100%;
    height: 0;
    padding-top: 6.4516%;
    background-image: url("../images/main-bg-arc.png");
    background-repeat: no-repeat;
    background-size: cover;
}

.fltofferdiv {
    padding: 40px 0 0;
}

.divheading {
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 10px;
}

@media only screen and (max-width: 480px) {
    .fltofferpage {
        background: url("../images/flight_home_bg480.jpg") !important;
    }

        .fltofferpage h1 {
            font-weight: 600;
            font-size: 28px;
            color: #000000;
            text-align: center;
        }
}

.contactheading:after {
    content: "";
    position: absolute;
    width: 120px;
    height: 4px;
    background: #ec0707;
    left: 0;
    bottom: 0;
}

.footer-info-block {
    display: flex;
    align-items: flex-start;
    padding-top: 50px;
    padding-bottom: 50px;
}

    .footer-info-block .contacticon {
        margin-right: 24px;
        flex-shrink: unset;
    }

.footer-info-row {
    border-top: 1px solid #ddd;
    background: #f8f8f8;
    border-bottom: 1px solid #ddd;
}

.footer-info-block h4 {
    font-weight: 600;
    font-size: 20px;
}

.contactdiv {
    line-height: 2;
}

@media only screen and (max-width: 480px) {
    .footer-info-block.border-right {
        border-right: none !important;
        border-bottom: 1px solid #cccccc;
    }

    .mt-xs-2 {
        margin-top: 1rem;
    }

    .contactheading {
        font-size: 22px;
    }
}

._moreflts.less svg {
    transform: rotate(180deg);
}

.QuoteFlexRow {
    display: flex;
    justify-content: space-between;
}

    .QuoteFlexRow .form-group {
        width: calc(50% - 25px);
    }

    .QuoteFlexRow .orText {
        margin-top: 10px;
        font-weight: 600;
    }

.sendQuot {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: #1e1c66;
    color: #fff;
    padding: 5px 10px;
    border-radius: 5px;
    line-height: 24px;
    cursor: pointer;
    height: 34px !important;
}

    .sendQuot:after {
        content: attr(data-totalitems);
        font-size: 12px;
        font-weight: 600;
        position: absolute;
        top: -12px;
        right: -12px;
        background: #2bd156;
        line-height: 24px;
        padding: 0 5px;
        height: 24px;
        min-width: 24px;
        color: white;
        text-align: center;
        border-radius: 24px;
    }

.addtoquote .plusIcon {
    display: inline-flex;
    width: 18px;
    height: 18px;
    background: #008cff;
    align-items: center;
    justify-content: center;
    color: #fdfdfd;
    font-weight: 600;
    border-radius: 50%;
    line-height: 1;
    font-size: 14px;
}

.sendQuot .q {
    display: inline-block;
    width: 24px;
    text-align: center;
    height: 24px;
    background: #cc1212;
    border-radius: 4px;
    color: #fdfdfd;
    font-weight: 700;
    margin-right: 5px;
}

.addtoquote .spancount {
    opacity: 0;
    background: #cc1212;
    display: inline-flex;
    width: 24px;
    height: 24px;
    align-items: center;
    justify-content: center;
    color: #fff;
    border-radius: 50%;
    font-weight: 600;
}

.fltCard {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 10px;
}

    .fltCard .FltOption,
    .fltCard .FltDate {
        flex: 0 0 100%;
    }

    .fltCard .fltImg img {
        width: 32px;
        height: 32px;
        margin-right: 20px;
    }

    .fltCard .FltOption {
        display: flex;
        justify-content: space-between;
        background: #eaeaea;
        padding: 10px 8px;
        border-radius: 4px;
        margin-bottom: 10px;
        font-size: 15px;
    }

        .fltCard .FltOption .OptionHeading {
            font-weight: 600;
        }

.FltOption .OptionAmount {
    font-weight: 500;
    color: #000;
}

.fltCard .FltDate {
    margin-bottom: 15px;
    font-weight: 500;
}

.fltCard .FltDt {
    flex: 1;
    display: flex;
    justify-content: space-between;
}

.fltCard .fltImg {
    flex-shrink: 0;
}

.fltCard .FltDt .FltTimings {
    font-weight: 600;
    color: #000;
    font-size: 15px;
    position: relative;
}

a.optDelete {
    display: inline-flex;
    margin: 0 0 0 10px;
    width: 24px;
    height: 24px;
    justify-content: center;
    align-items: center;
    background: #cc1212;
    color: #fff;
    border-radius: 4px;
    text-decoration: none;
    font-weight: 600;
}

.fltCard .FltDt .fltStops .stopcount {
    font-weight: 600;
    color: #000;
    font-size: 15px;
}

.fltStops .fltLayover {
    font-size: 14px;
    color: #676767;
}

.fltCard .FltDt .FltTimings .plusday {
    position: absolute;
    color: red;
    top: 0;
    font-size: 11px;
}

#quoteinfomodal .modal-dialog {
    min-width: 640px;
}

#quoteinfomodal .btn-primary {
    background: #153d6c;
}

#quoteinfomodal .close {
    color: #fff;
    opacity: 1;
    font-weight: 400;
    font-size: 24px;
}

.QuoteCheckBox {
    display: flex;
    flex-wrap: wrap;
    margin: 5px 0 20px;
}

    .QuoteCheckBox .md-checkbox {
        margin: 0 15px 0 0;
        font-weight: 600;
    }

@media only screen and (max-width: 480px) {
    #quoteinfomodal .modal-dialog {
        min-width: auto;
        max-width: 100%;
    }

    .QuoteFlexRow {
        display: block;
    }

        .QuoteFlexRow .form-group {
            width: 100%;
        }

        .QuoteFlexRow .orText {
            margin-top: 0 !important;
            margin-bottom: 15px;
            text-align: center;
            width: 100%;
            display: block;
        }

    .fltCard .FltDt {
        display: block;
    }

        .fltCard .FltDt .FltTimings {
            margin-bottom: 6px;
        }

    .sendQuot {
        position: fixed;
        bottom: 66px;
        right: 5px;
    }

    ._flt_block_footer {
        display: flex;
    }

        ._flt_block_footer ._left,
        ._flt_block_footer ._right {
            display: flex;
            justify-content: space-between;
            align-items: center;
        }

        ._flt_block_footer ._right {
            text-align: right;
        }

    .addtoquote .spancount {
        position: absolute;
    }

    ._flt_block_footer ._left {
        margin-bottom: 5px;
    }
}

/*Set style for PriceSlider*/
.price-slider .ng5-slider .ng5-slider-bar {
    background-color: #d2d2d2;
    height: 3px;
}

.price-slider .slider.slider-horizontal {
    width: 92%;
    height: 10px;
    margin-left: 8px;
}

    .price-slider .slider.slider-horizontal .slider-track {
        height: 2px;
        margin-top: -1px;
    }

.price-slider .ng5-slider .ng5-slider-selection,
.price-slider .slider-horizontal .slider-selection {
    background: #ed1b2e;
    box-shadow: none;
}

.slider.slider-horizontal .slider-track-low,
.slider.slider-horizontal .slider-track-high {
    background: #f0f0f0;
}

.price-slider .ng5-slider .ng5-slider-pointer,
.price-slider .slider-horizontal .slider-handle {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
    border-radius: 4px;
    border: 1px solid rgba(171, 171, 196, 0.6);
    box-shadow: 0 2px 1px -1px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    background: #fff;
    z-index: 1;
    color: #ababc4;
}

.price-slider .ng5-slider .ng5-slider-pointer,
.price-slider .slider-horizontal .slider-handle {
    background-image: url("/assets/images/svg/four-line.svg");
    background-position: center center;
    background-repeat: no-repeat;
}

    .price-slider .ng5-slider .ng5-slider-pointer:after {
        display: none;
    }

span.pay_later__disabled {
    opacity: 0.65;
}

body.modal-open {
    overflow: visible;
}

.flightmatrixslider .carousel-control-next,
.flightmatrixslider .carousel-control-prev {
    display: none;
}

.flightreview .price-breakdown {
    padding-top: 30px;
}

    .flightreview .price-breakdown .sidebar_faresummary {
        padding-top: 15px;
    }

.flightreview .sidebar_faresummary ._fltreview_heading._blank {
    display: block;
}

.tabs-matrix .nav-item:first-child {
    margin-left: auto;
}

.tabs-matrix .nav-item {
    float: right;
}

.searchbox .mat-tab-group.mat-primary .mat-ink-bar,
.mat-tab-nav-bar.mat-primary .mat-ink-bar {
    background-color: #cc1212;
}

.pointer {
    cursor: pointer;
}

img.responsive {
    height: 100%;
    object-fit: cover;
}

._FlightDate {
    font-weight: 700;
    font-size: .75rem;
    line-height: 180%;
    letter-spacing: .04em;
    text-transform: uppercase;
    color: #121212;
}

.sidebar_faresummary {
    padding: 30px 0;
    min-width: 270px
}

    .sidebar_faresummary .list {
        padding: 0;
        margin: 0
    }

        .sidebar_faresummary .list li {
            display: block
        }

            .sidebar_faresummary .list li:not(:last-child):not(.total) {
                margin-bottom: 15px
            }

            .sidebar_faresummary .list li ._row {
                display: flex;
                justify-content: space-between;
                margin-bottom: 5px;
                align-items: center
            }

            .sidebar_faresummary .list li .rs {
                margin-right: 2px
            }

            .sidebar_faresummary .list li span {
                border: none;
                background: 0 0;
                font-size: 14px;
                font-weight: 700
            }

                .sidebar_faresummary .list li span.title {
                    font-weight: 700;
                    cursor: pointer;
                }

                .sidebar_faresummary .list li span._left svg {
                    width: 14px;
                    heght: 14px;
                    fill: #999;
                    position: relative;
                    top: 2px;
                    transition: all .3s ease-in
                }

                .sidebar_faresummary .list li span._left:not(.collapsed) svg {
                    transform: rotate(180deg)
                }

                .sidebar_faresummary .list li span.gray-light {
                    color: #999 !important;
                    font-size: 13px;
                    font-weight: 500
                }

            .sidebar_faresummary .list li .FareBrakup {
                padding: 1px 0 0 15px;
                font-size: 12px;
                background: rgba(249,249,249,.68);
                position: relative;
                color: #000
            }

                .sidebar_faresummary .list li .FareBrakup::before {
                    content: "-";
                    position: absolute;
                    left: 8px;
                    top: 50%;
                    transform: translateY(-50%)
                }

                .sidebar_faresummary .list li .FareBrakup span {
                    font-size: 12px;
                    font-weight: 500;
                    color: #616161;
                }

            .sidebar_faresummary .list li.youpay {
                padding: 10px 15px;
                border-bottom: 1px solid #d8d8d8;
                border-top: 1px solid #d8d8d8;
                margin: 5px -15px;
                background: #f3f3f3;
                font-family: Montserrat,sans-serif
            }

                .sidebar_faresummary .list li.youpay .title_bold {
                    font-size: 16px !important;
                    font-weight: 600;
                }

                .sidebar_faresummary .list li.youpay .TotalPayable {
                    font-size: 18px !important
                }

            .sidebar_faresummary .list li.total {
                border-top: 1px solid #e2e0e0;
                padding: 8px 0;
                margin-top: 10px
            }

                .sidebar_faresummary .list li.total .title_bold {
                    font-size: 16px !important;
                    color: #111;
                    font-weight: 700
                }

                .sidebar_faresummary .list li.total .TotalPayable {
                    font-size: 18px !important;
                    font-weight: 400
                }

._fareBox {
    background: #fff;
    padding: 10px 15px;
    border-radius: 3px;
    box-shadow: 0 1px 3px rgba(60,64,67,.3),0 4px 8px 3px rgba(60,64,67,.15);
    margin-top: 35px;
    position: sticky;
    top: 0 !important
}

.sticky-sidebar {
    position: sticky;
    top: 10px
}

.btn-make-payment button.btn {
    margin: 26px auto;
    display: block;
    color: #fff;
    background: #03045e;
    width: calc(100%);
    letter-spacing: .38px;
    font-size: 15px;
    padding: 12px 15px;
    font-weight: 700;
}

@media only screen and (max-width: 1260px) {
    .font-variant {
        font-size: 14px !important;
    }

    .menu__item {
        font-size: 13px;
    }

    .header-right {
        padding-left: 0;
    }

    .header-main {
        padding-right: 0;
    }

    @media only screen and (max-width: 1200px) {
        .menu div {
            justify-content: center;
        }

        .font-variant {
            font-size: 15px !important;
        }

        .menu__item {
            font-size: 14px;
        }

        .header-right {
            padding-left: 0;
        }

        .topright {
            align-items: center;
            justify-content: center !important;
        }

        .header-main {
            padding-right: 0;
            align-items: center;
        }
    }
}

._fltsector.block.onward {
    margin-bottom: 1.5rem;
}

.selectboxinput .bootstrap-select > .dropdown-toggle {
    height: 40px;
    position: relative;
    margin-top: 0px;
}


.selectPickerBox .bootstrap-select > .dropdown-toggle {
    height: 50px;
    line-height: 38px;
    height: 50px;
    font-size: 14px;
    font-weight: 500;
}

._reviewDOM .form-control {
    height: 50px;
    font-size: 14px;
    font-weight: 500;
}

._paxentryrow .form-control {
    height: 50px;
    font-size: 14px;
    font-weight: 500;
}

.flt_confirmationtxt.fltConformedBox {
    border-radius: 20px;
    display: flex;
    padding: 1rem;
    margin-top: 30px;
}

    .flt_confirmationtxt.fltConformedBox .flt_txt_icon {
        width: 100px;
        height: 100px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

.flt_Conformed_heading {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 15px;
}

.icon_flt_round {
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 3px solid #00cbdf;
    margin-right: 10px;
    flex-shrink: 0;
}

.flt_ttxConf {
    padding-left: 25px;
}

.icon_flt_round svg {
    fill: #00cde2;
    transform: rotate(45deg);
}

._fltbookingterms ul li {
    font-size: 14px;
    padding: 4px 0;
}

@media screen and (max-width:991px) {
    ._flt_leg_block ._flt_timmings {
        width: calc(100% - 125px);
        display: flex;
        justify-content: space-around;
        align-items: center;
    }
}

@media screen and (max-width:767px) {
    ._flt_splitter ._stopdot, ._flt_splitter {
        width: 90px;
        padding: 0 0;
    }

    ._flt_leg_block ._flt_stops {
        width: 100px;
        text-align: center;
    }
}

@media screen and (max-width:599px) {
    ._review_baggageDt {
        display: none !important;
    }

    ._fltsector.d-flex {
        flex-wrap: wrap;
    }

    .flt_confirmationtxt.fltConformedBox {
        display: block;
        padding: 0;
    }

        .flt_confirmationtxt.fltConformedBox .flt_txt_icon {
            display: none;
        }

    .flt_ttxConf {
        padding: 0;
    }

    ._flt_leg_block ._flt_stops {
        display: none;
    }

    ._flt_leg_block ._flt_timmings {
        width: calc(100%);
        order: 1
    }

        ._stopsCount, ._flt_leg_block ._flt_timmings ._fltHour {
            width: 70px;
            position: relative;
        }

    .city_time {
        width: 80px;
        flex-shrink: 0;
        flex-grow: 0;
    }
}


/* New Css */
.top-padding {
    padding-top: 25px;
}
/* Round trip section css start */
.roundtrip-flight-wrapper .roundtrip-card {
    border: 1px solid #d9dde8;
    border-radius: 3px;
    box-shadow: 0px 3px 30px 0px rgb(16 23 46 / 10%);
    background: #fff;
    transition: all .4s linear;
    margin-bottom: 30px;
}

    .roundtrip-flight-wrapper .roundtrip-card:hover {
        border: 1px solid #00ad45;
    }

.roundtrip-card .card-top {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
}

.roundtrip-card .card-left {
    padding: 16px 10px 16px 16px;
    width: 100%;
}

.roundtrip-card .card-right {
    padding: 16px 16px 16px 10px;
    border-left: 1px dashed rgba(102,103,143,.2);
    width: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.roundtrip-card .card-info {
    width: 95%;
}

.roundtrip-card .flight-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 14px;
}

.roundtrip-card .airline-info {
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    color: #000;
}

.roundtrip-card .flight-type {
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    color: #022040;
}

.roundtrip-card .flight-info .flight-icon {
    display: inline-block;
}

    .roundtrip-card .flight-info .flight-icon img {
        width: 30px;
        height: auto;
    }

.roundtrip-card .flight-duration-info {
    display: flex;
    justify-content: space-between;
}

    .roundtrip-card .flight-duration-info .flight-departure {
    }

        .roundtrip-card .flight-duration-info .flight-departure.flight-arrival {
            text-align: right;
        }

        .roundtrip-card .flight-duration-info .flight-departure .flight-time {
            font-size: 14px;
            line-height: 20px;
            font-weight: 600;
            color: #000;
            margin-bottom: 2px;
        }

        .roundtrip-card .flight-duration-info .flight-departure .days {
            font-size: 12px;
            line-height: 16px;
            font-weight: 400;
            color: #f00;
            display: block;
        }

        .roundtrip-card .flight-duration-info .flight-departure .city {
            font-size: 14px;
            line-height: 20px;
            font-weight: 500;
            color: #878787;
        }

.roundtrip-card .flight-splitter {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 10px;
    width: 110px;
}

    .roundtrip-card .flight-splitter .fly-duration,
    .roundtrip-card .flight-splitter .fly-stop {
        color: #878787;
        font-size: 12px;
        text-align: center;
    }

    .roundtrip-card .flight-splitter .fly-line {
        border-bottom: 2px solid #d1d1d1;
        width: 100%;
        height: 5px;
        display: block;
        position: relative;
    }

        .roundtrip-card .flight-splitter .fly-line em {
            background-color: #9e9e9e;
            width: 6px;
            height: 6px;
            position: absolute;
            content: "";
            top: 1px;
            border: 1px solid #fff;
            left: 45%;
            transform: translateX(-50%);
        }

.roundtrip-card .booking-info {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

    .roundtrip-card .booking-info .price {
        font-size: 14px;
        line-height: 20px;
        font-weight: 600;
        color: #000;
        display: inline-block;
        margin-bottom: 5px;
    }


.custom-radio-input {
    display: none;
}

.radio-wrapper .custom-radio-control {
    display: inline-block;
    width: 25px;
    height: 25px;
    border: 2px solid #555;
    border-radius: 50%;
    position: relative;
}

.radio-wrapper .custom-radio-input:checked + .custom-radio-control::before {
    content: '';
    position: absolute;
    top: 3px;
    left: 3px;
    width: 15px;
    height: 15px;
    background: #00cde2;
    border-radius: 50%;
}

.radio-wrapper .custom-radio-input:checked + .custom-radio-control {
    border-color: #00cde2;
}

.radio-wrapper .custom-radio {
    display: flex;
    align-items: center;
    cursor: pointer;
    margin: 5px 0;
}

    .radio-wrapper .custom-radio:hover .custom-radio-control {
        border-color: #00cde2;
    }
/* Round trip section css end */

/* Round trip section css start */

/* Booking details fixed section css start */
.booking-details-fixed {
    position: fixed;
    bottom: 20px;
    max-width: 955px;
    width: 100%;
    background-color: red;
    z-index: 10;
    margin-left: -10px;
    background: #03045e;
    border-radius: 5px;
    padding: 15px 10px;
}

.booking-details-top {
    top: 10px !important;
    bottom: unset;
}

.booking-details-fixed .flight-info .flight-airline {
    margin-bottom: 10px;
}

    .booking-details-fixed .flight-info .flight-airline span {
        font-size: 14px;
        line-height: 20px;
        font-weight: 400;
        color: #fff;
        display: inline-block;
    }

        .booking-details-fixed .flight-info .flight-airline span:first-child {
            position: relative;
            margin-right: 15px;
        }

            .booking-details-fixed .flight-info .flight-airline span:first-child::after {
                content: '';
                position: absolute;
                top: 10px;
                right: -11px;
                background: #fff;
                width: 3px;
                height: 3px;
                border-radius: 50%;
            }

.booking-details-fixed .flight-meta {
    display: flex;
    justify-content: space-between;
}

.booking-details-fixed .meta-left {
    display: flex;
    align-items: flex-start;
    margin-right: 10px;
}

    .booking-details-fixed .meta-left .airline-logo {
        margin-right: 10px;
    }

        .booking-details-fixed .meta-left .airline-logo img {
            width: 28px;
            height: auto;
        }

    .booking-details-fixed .meta-left .flight-timing {
        display: flex;
        flex-direction: column;
    }

        .booking-details-fixed .meta-left .flight-timing .time {
            font-size: 16px;
            line-height: 24px;
            font-weight: 500;
            color: #fff;
            display: inline-block;
            margin-bottom: 5px;
        }

        .booking-details-fixed .meta-left .flight-timing a {
            font-size: 12px;
            line-height: 16px;
            font-weight: 400;
            color: #00cde2;
            text-decoration: none;
        }

            .booking-details-fixed .meta-left .flight-timing a:before {
                display: none;
            }

.booking-details-fixed .meta-right .flight-price {
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    color: #fff;
}

.booking-details-fixed .booking-details-right {
    display: flex;
    justify-content: flex-end;
}

    .booking-details-fixed .booking-details-right .total-fare-info {
        display: flex;
        /*flex-direction: column;*/
        text-align: right;
        justify-content: center;
        margin-right: 10px;
        min-width: 100px;
    }

        .booking-details-fixed .booking-details-right .total-fare-info .total-price {
            font-size: 20px;
            line-height: 28px;
            font-weight: 500;
            color: #fff;
        }

        .booking-details-fixed .booking-details-right .total-fare-info .passanger-info {
            font-size: 12px;
            line-height: 16px;
            font-weight: 400;
            color: #fff;
        }

        .booking-details-fixed .booking-details-right .total-fare-info a {
            font-size: 12px;
            line-height: 16px;
            font-weight: 400;
            color: #00cde2;
            text-decoration: none;
        }

            .booking-details-fixed .booking-details-right .total-fare-info a:before {
                display: none;
            }

.booking-details-fixed .booking-btn-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-right: 10px;
}

    .booking-details-fixed .booking-btn-wrapper .booking-btn {
        font-size: 14px;
        line-height: 20px;
        background: #00cde2;
        color: #fff;
        font-weight: 600;
        margin-bottom: 10px;
    }

    .booking-details-fixed .booking-btn-wrapper .lock-btn {
        font-size: 14px;
        line-height: 20px;
        border: 1px solid #fff;
        color: #fff;
        background: transparent;
        font-weight: 600;
    }

.booking-details-fixed .wrapper-position-wrapper {
    display: flex;
    align-items: center;
}

.booking-details-fixed .position-btn {
    background: transparent;
    padding: 0;
}

    .booking-details-fixed .position-btn img {
        width: 20px;
    }
/* Booking details fixed section css end */
@media(max-width: 1300px) {
    .booking-details-fixed {
        max-width: 870px;
    }
}

@media(max-width: 1200px) {
    .booking-details-fixed {
        max-width: 760px;
    }
}

@media(max-width: 1024px) {
    .booking-details-fixed {
        max-width: 95%;
    }
}

@media(max-width: 991px) {
    .booking-details-fixed {
        max-width: 600px;
        right: 50%;
        transform: translateX(50%);
        bottom: 0;
    }

        .booking-details-fixed .booking-details-right {
            display: flex;
            justify-content: space-between;
            align-items: center
        }

        .booking-details-fixed .booking-btn-wrapper .booking-btn {
            margin-bottom: 0;
        }
}

@media(max-width: 575px) {
    .roundtrip-card .card-left {
        padding: 8px 10px 8px 8px;
    }

    .roundtrip-card .card-right {
        padding: 8px 8px 8px 10px;
    }

    .roundtrip-card .card-info {
        width: 100%;
    }

    .roundtrip-card .flight-type {
        font-size: 12px;
        line-height: 16px;
        display: none;
    }

    .roundtrip-card .card-top {
        flex-wrap: wrap;
    }

    .radio-wrapper {
        display: none;
    }

    .roundtrip-card .booking-info .price {
        position: absolute;
        top: 14px;
        right: 25px;
    }

    .booking-details-fixed .col-lg-8 {
        display: none;
    }

    .roundtrip-card .airline-info {
        font-size: 12px;
        line-height: 16px;
    }

    .roundtrip-card .flight-duration-info .flight-departure .city {
        font-size: 12px;
        line-height: 16px;
    }

    .roundtrip-card .flight-duration-info .flight-departure .flight-time {
        font-size: 12px;
        line-height: 16px;
    }

    .roundtrip-flight-wrapper .roundtrip-card {
        margin-bottom: 15px;
    }
}

.ft-footer {
    display: flex;
    justify-content: space-between;
    padding: 5px 10px;
    border-top: 1px dashed #ccc;
}

    .ft-footer a {
        color: #1e1c66;
        font-size: calc(var(--font-scale, 1)* 12px);
    }

.roundtrip-card.selected {
    border: 1px solid #00cde2;
    background: #f6feff;
    border-bottom: 4px solid #00cde2;
}
