
/** MOBILE MENU CSS **/


.callnow_mm {
    position: absolute;
    top: 18px;
    right: 88px;
    width: 74px;
    background: #f60;
    padding: 8px 10px;
    text-align: center;
    border-radius: 4px;
    display: none;
}

    .callnow_mm a {
        color: #fff;
        line-height: 14px;
        font-size: 14px;
        text-transform: uppercase;
        text-decoration: none;
        font-weight: 600;
    }



.phone_destop {
    border-left: 1px solid rgba(192, 204, 206, .8);
    padding-left: 14px;
}

    .phone_destop img {
        float: left;
    }

.phone_no_new {
    float: right;
    margin: 0 0 0 4px;
}

    .phone_no_new p {
        font-size: 13px;
        line-height: 13px;
        margin: 0 0 6px 0;
        text-align: end;
    }

    .phone_no_new a {
        font-size: 24px;
        font-weight: 600;
        text-decoration: none;
        color: #fd5003;
        line-height: 24px;
        display: block;
    }

/** SHORT FILTER CSS **/

.assuran_pera {
    font-size: 14px;
}

.wait_popup_session {
    -webkit-backdrop-filter: blur(2px);
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    backdrop-filter: blur(2px);
    background: rgba(0, 0, 0, 0.6);
    z-index: 99911;
}

.session_expired {
    width: 95%;
    max-width: 500px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    border-radius: 10px;
    padding: 15px;
    text-align: center;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.6);
}

    .session_expired img {
        width: 100px;
    }

    .session_expired h3 {
        font-size: 22px;
        color: #ed2223;
        font-weight: 600;
        margin: 20px 0 15px;
    }

    .session_expired p {
        color: #5f5f5f;
        padding: 0;
        margin: 0 0 25px;
        font-size: 16px;
        font-weight: 500;
    }

    .session_expired a {
        width: 96%;
        line-height: 38px;
        max-width: 165px;
        height: 38px;
        color: #fff;
        font-size: 0.9rem;
        border-radius: 5px;
        text-align: center;
        display: inline-block;
        font-weight: bold;
        cursor: pointer;
        background: #014d9d;
    }

.bgblue_home {
    background-color: #ff6600 !important;
}

.noflights_error {
    padding: 45px 0;
}

.middle-search_no {
    width: 100%;
    text-align: center;
    float: left;
    margin: 15px 0 20px 0;
}

.no_result {
    width: 70%;
    display: inline-block;
    padding: 40px 0 40px 0;
    margin: 0 auto;
    background: #fff;
    box-shadow: 0 0 6px #00000029;
}

.noflights_calls {
    width: 40%;
    float: left;
}

    .noflights_calls img {
        width: 100%;
        position: relative;
        bottom: -59px;
    }

.no_result_left {
    width: 60%;
    float: left;
    padding: 0 15px;
}

    .no_result_left img {
        width: 90px;
    }

    .no_result_left h1 {
        font-size: 22px;
        margin: 20px 0 12px 0;
        color: #014d9d;
        font-weight: 600;
        text-align: center;
    }

    .no_result_left p {
        font-size: 18px;
        margin: 0px 0 15px 0;
        color: #000000;
        font-weight: 500;
        text-align: center;
    }

    .no_result_left h3 {
        font-size: 16px;
        margin: 40px 0 10px 0;
        color: #333333;
        font-weight: 500;
        text-transform: uppercase;
    }

    .no_result_left h5 {
        font-size: 18px;
        margin: 4px 0 5px 0;
        color: #333333;
        font-weight: 600;
    }

.calls_mearror {
    background: #f60;
    color: #fff !important;
    padding: 14px 25px;
    font-size: 20px;
    display: inline-block;
    line-height: 18px;
    border-radius: 4px;
    font-weight: 600;
    text-decoration: none !important;
}

a.Fresh_Again {
    color: #007bff;
    text-decoration: none;
    margin: 2px 0 0 0;
    display: inline-block;
    border: solid 1px #007bff;
    padding: 2px 15px 2px 15px;
    border-radius: 10px;
}

/** SHORT FILTER CSS **/

/** PRELOADING **/

#overlayer {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 5;
    background: #ffffffd4;
    top: 0px;
    left: 0px;
}

.loader {
    position: absolute;
    z-index: 3;
    border: 0px solid #fff;
    top: 50%;
    animation: loader 2s infinite ease;
    transform: translate(-50%, -50%);
    left: 50%;
}

.cv-spinner {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

    .cv-spinner img {
        width: 14%;
    }

.spinner {
    width: 110px;
    height: 110px;
    border: 4px #ddd solid;
    border-top: 4px #014d9d solid;
    border-radius: 50%;
    animation: sp-anime 0.8s infinite linear;
    text-align: center;
    line-height: 132px;
    position: absolute;
}

@keyframes sp-anime {
    100% {
        transform: rotate(360deg);
    }
}

/** PRELOADING **/

/** LOADER PAGE CSS **/

.build_loader {
    background: url(/content/assets/images/skyback.jpg) left top no-repeat;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    z-index: 999;
    background-color: #fff;
}

.main_popup {
    width: 550px;
    padding: 0px 0 0px;
    margin: 50px auto;
}

.pkfty {
    padding: 0px;
    text-align: center;
}

    .pkfty h3 {
        font-size: 18px;
        margin: 30px 0 30px 0;
        font-weight: 700;
        text-transform: uppercase;
        display: inline-block;
        background: #f9f9f9;
        padding: 4px 35px 4px 35px;
        color: #fd5003;
        border-radius: 35px;
    }

.pls_my {
    text-align: center;
    width: 80%;
    margin: 20px auto 0 auto;
}

.dating_dsdr {
    margin: 25px auto;
    width: 80%;
}

    .dating_dsdr ul {
        list-style: none;
        padding: 0px;
        margin: 0px;
        display: flex;
    }

        .dating_dsdr ul li {
            width: 33.3%;
            text-align: center;
        }

.nb_bord {
    border-right: solid 1px #ddd;
}

.dating_dsdr ul li img {
    width: 25px;
    display: block;
    margin: 0 auto;
}

.dating_dsdr ul li p {
    font-size: 14px;
    margin: 10px 0 15px 0;
    color: #777;
}

.dating_dsdr ul li h6 {
    font-size: 15px;
    margin: 10px 0 10px 0;
    color: #292929;
    font-weight: 600;
}

.progress {
    padding: 1px;
    background: rgb(222 222 222);
    border-radius: 6px;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.25), 0 1px rgba(255, 255, 255, 0.08);
    height: 20px;
}

.progress-bar {
    height: 18px;
    background-color: #ee303c;
    border-radius: 4px;
    transition: 0.4s linear;
    transition-property: width, background-color;
}

.progress-striped .progress-bar {
    background-color: #fcbc51;
    width: 100%;
    background-image: linear-gradient(45deg, #fca311 15%, transparent 15%, transparent 40%, #fca311 40%, #fca311 75%, transparent 75%, transparent);
    animation: progressBarAnimationStrike 15s;
    -webkit-animation: progressBarAnimationStrike 15s;
    -moz-animation: progressBarAnimationStrike 15s;
}

@keyframes progressBarAnimationStrike {
    from {
        width: 0;
    }

    to {
        width: 100%;
    }
}

@-webkit-keyframes progressBarAnimationStrike {
    from {
        width: 0;
    }

    to {
        width: 100%;
    }
}

.Fetching_rr {
    padding: 10px 0 0 0;
    text-align: center;
}

    .Fetching_rr i {
        font-size: 20px;
        color: #fd5003;
    }

    .Fetching_rr h4 {
        font-size: 22px;
        font-weight: 600;
        margin: 0px 0 5px 0;
        color: #014d9d;
    }

    .Fetching_rr p {
        font-size: 14px;
        font-weight: 400;
        margin: 0px 0 0px 0;
        line-height: 14px;
    }

.pop_logo {
}

    .pop_logo img {
        width: 200px;
    }

.pop_tollfree {
    float: right;
    margin: 0px 0 0 0;
}

    .pop_tollfree a {
        background: #191446;
        padding: 5px 15px;
        display: inline-block;
        text-decoration: none;
        font-size: 18px;
        color: #fff;
        border-radius: 20px;
    }

        .pop_tollfree a i {
            background: #28d025;
            padding: 5px 7px;
            border-radius: 16px;
            margin: 0 0 0 -9px;
        }

.Popup_call {
    margin: 20px 0 0 0;
    text-align: center;
}

    .Popup_call a {
        background: #f60;
        padding: 8px 17px 8px 50px;
        color: #fff;
        text-decoration: none;
        font-size: 18px;
        display: inline-block;
        border-radius: 5px;
        font-weight: 600;
        text-transform: uppercase;
        position: relative;
    }

        .Popup_call a i {
            background: #ffffff52;
            width: 32px;
            height: 32px;
            position: absolute;
            line-height: 32px;
            color: #fff;
            border-radius: 20px;
            left: 10px;
            top: 5px;
        }

    .Popup_call p {
        font-size: 12px;
        color: #777;
        margin: 20px 0 15px;
    }

/** LOADER PAGE CSS **/


.list_itenry {
    background: #efeee5;
    padding: 30px 0;
}

.all_filters {
}
.swal-button {
    background-color: #f60 !important;
}
    .swal-button:not([disabled]):hover {
        background-color: #f60 !important;
    }

    .fare_alert_button {
        color: #ff6600;
        background: #fff;
        padding: 10px;
        font-size: 15px;
        font-weight: 600;
        border-radius: 10px;
        margin-bottom: 15px;
        border: 1px solid #ff6600;
        text-align: center;
        cursor: pointer;
    }

    .fare_alert_button .ringing-bell {
        width: 18px;
    }

.notes_sd {
    font-size: 12px;
    margin: 0 0 0 0;
}

.matrixBox {
    margin-bottom: 20px;
    margin-top:10px;
}

    .matrixBox h3 {
        font-size: 16px;
        margin: 0 0 0 0;
        font-weight: 500;
        color: #333;
    }

.IsAlternateContent {
    font-size: 12px;
    background-color: #014d9d;
    font-weight: 500;
    color: white;
    padding: 5px;
    border-radius: 5px;
}

.IsNearbyContent {
    font-size: 12px;
    background-color: #007bff;
    font-weight: 500;
    color: white;
    padding: 5px;
    border-radius: 5px;
}

.hid {
    display: none;
}

.slider_matrix {
    margin-bottom: 20px;
    box-shadow: rgba(0, 63, 127, 0.15) 0px 2px 3px 0px;
    border-radius: 12px;
    background: #fff;
    position: relative;
    display: flex;
    width: 100%;
    margin-top: 15px;
}

    .slider_matrix .matrix__aside {
        position: relative;
        float: left;
        width: 14%;
       /* z-index: 1;*/
    }

    .slider_matrix .matix__Box_lg {
        border-bottom: 1px solid #ddd;
        border-right: 1px solid #ddd;
        border-left: 0;
        font-size: 13px;
        height: 63px;
        line-height: normal;
        padding: 8px;
        position: relative;
        width: 100%;
        text-align: center;
        cursor: pointer;
    }

.matrix__wrapper .matix__Box-lg,
.is_default {
    cursor: default;
    display: flex;
    align-items: center;
    font-weight: 600;
    padding-left: 30px !important;
}

.slider_matrix .matrix__cell {
    padding: 3px;
    text-align: center;
    font-weight: 600;
    vertical-align: middle;
    width: 100%;
    border-right: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
    cursor: pointer;
    line-height: 30px;
    font-size: 14px;
    position: relative;
    height: 36px;
}

.slider_matrix .matrix__aside .matrix__cell {
    text-align: left;
    color: #ff6600;
    padding-left: 30px;
    font-size: 12px;
}

.slider_matrix .matrix__rights {
    position: relative;
    float: left;
    width: 100%;
}

.wrapper {
    padding: 70px 0;
    overflow-x: hidden;
}

#news-slider {
    margin-top: 0px;
}
/*post-slide for static content code start*/
.post-slide-static {
    margin: 0 0px;
    margin-top: 0px;
    position: relative;
}

    .post-slide-static .post-content {
        padding-left: 0px;
        text-align: center;
    }

        .post-slide-static .post-content a h6 img {
            width: 45px;
            height: auto;
            display: block;
            margin: 5px auto 5px auto;
        }

        .post-slide-static .post-content a {
            text-decoration: none;
        }

            .post-slide-static .post-content a h6 {
                font-size: 12px;
                font-weight: 400;
                margin: 0 0 0 0;
                color: #333;
                border-bottom: 1px solid #ddd;
                border-right: 1px solid #ddd;
                height: 63px;
                padding: 5px 10px;
                position: relative;
            }

            .post-slide-static .post-content a h4 {
                font-size: 13px;
                font-weight: 600;
                color: #333;
                padding: 12px 0 10px 0;
                margin: 0;
                height: 36px;
                border-right: 1px solid #d9d9d9;
                border-bottom: 1px solid #d9d9d9;
            }

            .post-slide-static .post-content a h5 {
                font-size: 13px;
                font-weight: 600;
                color: #333;
                padding: 12px 0 10px 0;
                margin: 0;
                height: 36px;
                border-right: 1px solid #d9d9d9;
            }
/*post-slide for static content code end*/
/*post-slide for dynamic content code start*/
.post-slide {
    margin: 0 0px;
    margin-top: 0px;
    position: relative;
}

    .post-slide .post-content {
        padding-left: 0px;
        text-align: center;
    }

        .post-slide .post-content a h6 img {
            width: 45px;
            height: auto;
            display: block;
            margin: 5px auto 5px auto;
        }

        .post-slide .post-content a {
            text-decoration: none;
        }

            .post-slide .post-content a h6 {
                font-size: 12px;
                font-weight: 400;
                margin: 0 0 0 0;
                color: #333;
                border-bottom: 1px solid #ddd;
                border-right: 1px solid #ddd;
                height: 63px;
                padding: 5px 10px;
                position: relative;
            }

span.malti_armat {
    position: absolute;
    right: 12px;
}

.post-slide .post-content a h4 {
    font-size: 13px;
    font-weight: 600;
    color: #333;
    padding: 12px 0 10px 0;
    margin: 0;
    height: 36px;
    border-right: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
}

.post-slide .post-content a h5 {
    font-size: 13px;
    font-weight: 600;
    color: #333;
    padding: 12px 0 10px 0;
    margin: 0;
    height: 36px;
    border-right: 1px solid #d9d9d9;
}


.owl-controls .owl-buttons {
    margin: 5px 0;
    position: absolute;
    top: -45px;
    width: 10%;
    text-align: end;
    right: 0;
}

.owl-controls .owl-prev,
.owl-controls .owl-next {
    display: inline-block;
    background: #fff;
    border: 1px solid #014d9d;
    margin-left: 5px;
    transition: background 0.5s ease;
    width: 28px;
    height: 28px;
    text-align: center;
    border-radius: 5px;
}

    .owl-controls .owl-prev:hover,
    .owl-controls .owl-next:hover {
        background: #3498db;
        border-color: #3498db;
    }

    .owl-controls .owl-prev:after,
    .owl-controls .owl-next:after {
        content: "\f104";
        font-family: FontAwesome;
        color: #444;
        font-size: 26px;
        line-height: 26px;
    }

    .owl-controls .owl-next:after {
        content: "\f105";
    }

    .owl-controls .owl-prev:hover:after,
    .owl-controls .owl-next:hover:after {
        color: #fff;
    }

@media only screen and (max-width: 480px) {
    .hid {
        display: block;
        margin-bottom: 33px;
    }

    .post-slide .post-date {
        width: 70px;
    }

    .post-content {
        padding-left: 85px;
    }

    .owl-controls .owl-prev,
    .owl-controls .owl-next {
        width: 20px;
        height: 20px;
    }

        .owl-controls .owl-prev:after,
        .owl-controls .owl-next:after {
            font-size: 16px;
            line-height: 12px;
            position: relative;
            top: -3px;
        }

    .slider_matrix {
        box-shadow: 0 0 7px 0 #00000029;
        margin-top: 5px;
    }
}

.greenbar_msg {
    background: #fff;
    border: solid 1px #014d9d;
    margin-bottom: 20px;
    padding: 35px 15px 10px 15px;
    border-radius: 15px;
    box-shadow: 0px 0px 5px rgb(0 138 4 / 36%);
    position: relative;
}

.altern_green {
    position: absolute;
    left: 0;
    background: #014d9d;
    font-weight: 500;
    font-size: 12px;
    padding: 5px 15px 6px 14px;
    color: #fff;
    line-height: 12px;
    border-radius: 14px 14px 0 0;
    width: 100%;
    margin: 0 0 0 0;
    top: 0;
}

.nearby_al_msg {
    background: #fff;
    border: solid 1px #007bff;
    margin-bottom: 20px;
    padding: 35px 15px 10px 15px;
    border-radius: 15px;
    box-shadow: 0px 0px 5px rgb(0 123 255 / 34%);
    position: relative;
}

.neary_alrt {
    position: absolute;
    left: 0;
    background: #007bff;
    font-weight: 500;
    font-size: 12px;
    padding: 5px 15px 6px 14px;
    color: #fff;
    line-height: 12px;
    border-radius: 14px 14px 0 0;
    width: 100%;
    margin: 0 0 0 0;
    top: 0;
}

.Nwes_rlts {
    margin-bottom: 20px;
    border-radius: 15px;
    background: #fff;
    padding: 15px 15px 10px;
    position: relative;
    display: table;
    width: 100%;
    border: 1px solid #b1b7c7;
    box-shadow: 0px 0px 5px rgb(0 0 0 / 10%);
}

.Departure_gfd {
    font-size: 15px;
    margin: 0 0 10px 0;
    line-height: 15px;
    padding-left: 0px;
}

    .Departure_gfd span {
        font-size: 12px;
        margin: 0 10px 0 0;
        background: #e2f2f3;
        padding: 2px 10px 2px 10px;
        line-height: 12px;
        display: none;
    }

.Ons_leftsr {
    width: 80%;
    float: left;
    border-right: 1px dashed #ccc;
}

.ddiadcfr {
    border-top: 1px dashed #ccc;
    margin: 0px 0 10px 0px;
    clear: both;
    display: table;
    width: 100%;
}

.ftbs_details {
    display: table;
    padding: 10px 0 0 0;
    border-top: dashed 1px #ddd;
    width: 100%;
    margin: 10px 0 0 0;
}

/*--- /.price-range-slider ---*/

.price-range-slider {
    width: 100%;
    float: left;
    padding: 0px 0px 20px;
}

    .price-range-slider .range-value {
        margin: 0;
    }

        .price-range-slider .range-value input {
            width: 100%;
            background: none;
            color: #000;
            font-size: 14px;
            box-shadow: none;
            border: none;
            margin: 10px 0 15px 0;
            font-weight: 500;
        }

    .price-range-slider .range-bar {
        border: none;
        background: #000;
        height: 3px;
        width: 96%;
        margin-left: 8px;
    }

        .price-range-slider .range-bar .ui-slider-range {
            background: #014d9d;
        }

        .price-range-slider .range-bar .ui-slider-handle {
            border: none;
            border-radius: 25px;
            background: #fff;
            border: 2px solid #ff6600;
            height: 17px;
            width: 17px;
            top: -0.51em;
            cursor: pointer;
        }

            .price-range-slider .range-bar .ui-slider-handle + span {
                background: #ffffff;
            }

    .price-range-slider .ui-widget.ui-widget-content {
        box-shadow: none;
    }

/*--- /.price-range-slider ---*/

/** FLIGHT LIST CSS **/

.ffuuls_p {
    display: table;
    width: 100%;
    margin: 0px 0 10px 0;
}

.arlt_kk {
    width: 26%;
    float: left;
}

    .arlt_kk img {
        width: 45px;
        border: solid 1px #ddd;
        float: left;
        margin: 9px 5px 0 0;
        border-radius: 4px;
    }

    .arlt_kk p {
        font-size: 11px;
        margin: 6px 0 0 0;
    }

        .arlt_kk p span {
            display: block;
            font-weight: 500;
            color: #989898;
        }

/* This css code for altenate date and nearby airport icon on hover start css*/

.ruot_ttyps_icon {
    cursor: pointer;
    position: relative;
}

    .ruot_ttyps_icon span:hover .promo_detai3 {
        display: block;
    }

.promo_detai3 {
    position: absolute;
    left: 46%;
    top: 35px;
    width: 260px;
    border: solid 1px #b1b7c7;
    background: #fff;
    color: black;
    text-align: left;
    padding: 8px 10px 8px 10px;
    border-radius: 4px;
    display: none;
    box-shadow: inset 0 0 4px #00000033;
    transform: translate(-50%, 0px);
    z-index: 9999;
}

    .promo_detai3 h5:before {
        font-family: fontawesome;
        content: "\f0d8";
        position: absolute;
        top: -20px;
        left: 48%;
        font-size: 27px;
        color: #fff;
        text-shadow: 0 -2px 0 #b1b7c7;
    }

    .promo_detai3 h5 {
        font-size: 11px;
        font-weight: 400;
        margin: 0 0 0 0;
        padding: 4px 0 4px 0;
    }

/* This css code for altenate date and nearby airport icon on hover end css*/

.ruot_ttyps {
    width: 40%;
    float: left;
    padding: 0px 20px 0 20px;
    margin: 4px 0 0 0;
    position: relative;
}

    .ruot_ttyps h6 {
        font-size: 12px;
        color: #626262;
        margin: 0 0 8px 0;
        text-align: center;
    }

        .ruot_ttyps h6 span {
            position: relative;
            padding: 0 20px;
            text-align: center;
        }

            .ruot_ttyps h6 span:before {
                position: absolute;
                content: "";
                top: 18px;
                left: 50%;
                width: 12px;
                height: 12px;
                background: #ff6600;
                border: solid 3px #ffffff;
                border-radius: 9px;
                z-index: 1;
                transform: translate(-50%, 0px);
            }
    /* .ruot_ttyps h6 span:after {
    position: absolute;
    content: '';
    top: 23px;
    left: 50%;
    width: 7px;
    height: 7px;
    background: #8d8d8d;
    border-radius: 19px;
    z-index: 1;
    transform: translate(-50%, 0px);
} */

    .ruot_ttyps p {
        font-size: 12px;
        color: #626262;
        margin: 6px 0 0 0;
        text-align: center;
    }

    .ruot_ttyps h6 span:hover .promo_detai2 {
        display: block;
    }

.promo_detai2 {
    position: absolute;
    left: 46%;
    top: 35px;
    width: 260px;
    border: solid 1px #b1b7c7;
    background: #fff;
    text-align: left;
    padding: 8px 10px 8px 10px;
    border-radius: 4px;
    display: none;
    box-shadow: inset 0 0 4px #00000033;
    transform: translate(-50%, 0px);
    z-index: 1;
}

    .promo_detai2:before {
        font-family: fontawesome;
        content: "\f0d8";
        position: absolute;
        top: -20px;
        left: 48%;
        font-size: 27px;
        color: #fff;
        text-shadow: 0 -2px 0 #b1b7c7;
    }

    .promo_detai2 h5 {
        font-size: 11px;
        font-weight: 400;
        margin: 0 0 0 0;
        padding: 4px 0 4px 0;
    }

.ruot_ttyps p span {
    padding: 0px 10px;
}

.nbvc {
    text-align-last: left !important;
}

.Nffrto {
    width: 17%;
    float: left;
    text-align-last: end;
}

    .Nffrto h5 {
        font-size: 12px;
        color: #494949;
        margin: 0px 0 5px 0;
        font-weight: 400;
        line-height: 11px;
    }

    .Nffrto h4 {
        font-size: 16px;
        color: #000;
        margin: 0px 0 4px 0;
        font-weight: 700;
    }

        .Nffrto h4 span {
            font-size: 13px;
        }

    .Nffrto h6 {
        font-size: 13px;
        color: #888;
        margin: 0px;
        font-weight: 500;
        position: relative;
    }

        .Nffrto h6:hover .airp_name {
            display: block;
        }

.airp_name {
    position: absolute;
    display: none;
    top: -30px;
    left: 90%;
    background: #fff;
    padding: 5px 10px;
    font-size: 12px;
    color: #919192;
    border-radius: 4px;
    z-index: 1;
    box-shadow: inset 0 0 4px #00000033;
    transform: translateX(-90%);
    white-space: nowrap;
    border: 1px solid #ced0d4;
    font-weight: 400;
}

.lbtrd_rght {
    width: 20%;
    float: left;
    text-align: end;
    padding: 30px 0 0 0;
}

    .lbtrd_rght h2 {
        font-size: 22px;
        color: #014d9d;
        margin: 0px 0 2px 0;
        font-weight: 600;
    }

        .lbtrd_rght h2 span {
            color: #6e6e6e;
            font-weight: 400;
            display: block;
            font-size: 13px;
        }

    .lbtrd_rght h5 {
        font-size: 13px;
        margin: 0 0 10px 0;
        color: #767676;
        font-weight: 500;
    }

    .lbtrd_rght h6 {
        font-size: 13px;
        margin: 0;
        color: #6e6e6e;
        font-weight: 400;
    }

    .lbtrd_rght p {
        font-size: 13px;
        margin: 0;
        color: #fd5a02;
        font-weight: 400;
    }

    .lbtrd_rght a {
        display: block;
        background: #fd5a02;
        color: #fff;
        padding: 6px 15px 6px 15px;
        margin: 10px 0 0 0;
        text-transform: uppercase;
        font-weight: 600;
        font-size: 16px;
        border-radius: 2px;
        text-decoration: none;
        text-align: center;
        width: 85%;
        float: right;
    }

.middle_ways {
    width: 33%;
    float: left;
    padding: 0 0 0 0;
}

.leg-points {
    border: solid 1px #8d8d8d;
    height: 1px;
    position: relative;
    text-align: center;
    margin: 4px 0;
}

.middle_ways p {
    font-size: 12px;
    margin: 15px 0 0 0;
    text-align: center;
}

.leg-points:after,
.leg-points:before {
    content: "";
    width: 8px;
    height: 8px;
    display: block;
    position: absolute;
    left: -4px;
    top: -4px;
    background: #8d8d8d;
    border-radius: 20px;
}

.leg-points:after {
    content: "";
    left: auto;
    right: 0px;
    background: url(/content/assets/images/plane.svg) no-repeat 100% #fff;
    width: 18px;
    background-size: 18px;
    height: 18px;
    top: -9px;
}

.onne_wy {
    width: 20%;
    float: left;
    text-align: end;
    padding: 0 0 9px 0 !important;
}

    .onne_wy h5 {
        font-size: 13px;
        margin: 0 0 5px 0;
        color: #767676;
        font-weight: 500;
    }

    .onne_wy h2 {
        font-size: 22px;
        color: #014d9d;
        margin: 0px 0 2px 0;
        font-weight: 700;
    }

        .onne_wy h2 strong {
            font-weight: 600;
            font-size: 16px;
        }

        .onne_wy h2 span {
            color: #6e6e6e;
            font-weight: 500;
            display: block;
            font-size: 12px;
        }

    .onne_wy h6 {
        font-size: 13px;
        margin: 0;
        color: #6e6e6e;
        font-weight: 400;
    }

    .onne_wy p {
        font-size: 12px;
        margin: 0;
        color: #fd5a02;
        font-weight: 500;
    }

    .onne_wy a {
        display: block;
        background: #ff6600;
        color: #fff;
        padding: 8px 15px 6px 15px;
        margin: 10px 0 0 0;
        text-transform: uppercase;
        font-weight: 600;
        font-size: 14px;
        border-radius: 5px;
        text-decoration: none;
        text-align: center;
        width: 85%;
        float: right;
        box-shadow: 0 4px #e54726, -5px 7px transparent;
    }

.operated_ar {
    display: none;
    width: 100%;
    font-size: 13px;
    font-weight: 400;
}

.flterd_dl {
    width: 30%;
    float: left;
}

    .flterd_dl a {
        font-size: 14px;
        color: #006de2;
        margin: 0 0 0 0;
        display: inline-block;
        text-decoration: none;
    }

        .flterd_dl a i {
            width: 18px;
            height: 18px;
            background: #007bff;
            color: #fff;
            text-align: center;
            border-radius: 28px;
            font-size: 16px;
            margin: 0 0px 0 4px;
            line-height: 18px;
        }

.bagges_info {
    width: 30%;
    float: left;
}

    .bagges_info ul {
        list-style: none;
        padding: 0px;
        margin: 0px;
    }

        .bagges_info ul li {
            display: block;
            width: 22px;
            float: left;
            background: #ffeee2;
            text-align: center;
            height: 22px;
            border-radius: 26px;
            margin: 0 5px 0 5px;
            line-height: 22px;
        }

            .bagges_info ul li img {
                width: 18px;
            }

.fli_res_dl {
    width: 40%;
    float: left;
    text-align: end;
}

    .fli_res_dl a {
        display: block;
        font-size: 15px;
        color: #f60;
        font-weight: 500;
        text-decoration: none;
    }

.shortest_pres {
    border-bottom: none;
    margin-bottom: 18px;
}

.nav-tabs.shortest_pres .nav-link {
    margin-bottom: -1px !important;
    border: none !important;
    border-radius: 6px !important;
    font-size: 13px;
    margin-right: 8px;
    background-color: #fff;
    height: 46px;
    padding: 0 20px 0 20px;
/*    color:#000;*/
}

    .nav-tabs.shortest_pres .nav-link span {
        display: block;
        font-size: 14px;
        text-align: left;
        color: #f60;
        font-weight: 500;
        line-height: 16px;
    }

.nav-tabs .shortest_pres .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #ffffff;
    background-color: #014d9d;
    border-color: #014d9d #014d9d #014d9d;
}

.nav.nav-tabs.lslobed {
    border-bottom: none;
    margin-bottom: 10px;
}

.nav-tabs.lslobed .nav-link {
    margin-bottom: -1px;
    border: 1px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
    color: #014d9d;
    font-weight: 600;
    font-size: 14px;
    background-color: #ffffff;
    margin: 0 8px 0 0;
    border-bottom: solid 2px #014d9d;
    text-transform: uppercase;
    padding: 5px 8px 5px 8px;
}

    .nav-tabs.lslobed .nav-item.show .nav-link,
    .nav-tabs.lslobed .nav-link.active {
        color: #ff5a00;
        background-color: #ffffff;
        border-color: #fff;
        border-bottom: solid 2px #ff5a00;
    }

.mndfrty {
    margin: 10px 0 0 0;
    box-shadow: #ababab 0 0 5px inset;
    padding: 12px;
    border-radius: 10px;
}

.mlxt_it {
}

    .mlxt_it h6 {
        font-size: 15px;
        color: #014d9d;
        margin: 0px;
        background: #efeee5;
        padding: 8px 10px 8px 10px;
        border-radius: 2px;
        font-weight: 600;
    }

        .mlxt_it h6 span {
            font-size: 14px;
            color: #171717;
            font-weight: 500;
            float: right;
        }

.layover_time_travel {
    font-size: 13px;
    margin: 0px auto 8px auto;
    display: table;
    width: 98%;
    padding-top: 4px;
    position: relative;
}

    .layover_time_travel span {
        color: #014d9d;
        font-weight: 500;
    }

    .layover_time_travel strong {
        font-weight: 400;
        text-align: start;
        background: #fff8e6;
        padding: 2px 22px 2px 22px;
        font-size: 11px;
        line-height: 13px;
        display: inline-block;
        border-radius: 14px;
        position: absolute;
        left: 50%;
        top: 25px;
        transform: translate(-50%, 0px);
        border: solid 1px #fff8e6;
        color: #8a6d3b;
    }

    .layover_time_travel img {
        float: right
    }

.rtored {
    border-top: solid 1px #ddd;
    padding: 20px 0 0 0;
}

.ltored {
    border-top: solid 1px #ddd;
    padding: 20px 0 0 0;
}

.bk_fltIt {
    margin: 0px 0 0 0;
    display: table;
    width: 100%;
}

.LLt_one {
    width: 7%;
    float: left;
    padding: 0 10px;
}

    .LLt_one img {
        width: 100%;
    }

.LLT_two {
    width: 18%;
    float: left;
    padding: 0px 10px;
}

    .LLT_two img {
        width: 35px;
    }

    .LLT_two h6 {
        font-size: 12px;
        color: #333;
        margin: 4px 0 0 0;
    }

    .LLT_two p {
        font-size: 12px;
        color: #333;
        margin: 0px;
    }

.LLT_three {
    width: 19%;
    float: left;
    padding: 0px 10px;
}

    .LLT_three h5 {
        font-size: 14px;
        color: #000;
        margin: 0px 0 4px 0;
    }

    .LLT_three p {
        font-size: 12px;
        color: #333;
        margin: 0px;
    }

.dlts_laymys {
    text-align: center;
    width: 26%;
    float: left;
    padding: 0px 10px;
}

    .dlts_laymys h4 {
        font-size: 11px;
        color: #777;
        margin: 0 0 0 0;
        font-weight: 500;
    }

    .dlts_laymys h6 {
        font-size: 12px;
        color: #777;
        margin: 0 0 0 0;
    }

.layover_linest {
    background: #8d8d8d;
    height: 1px;
    position: relative;
    text-align: center;
    margin: 4px 0;
}

    .layover_linest:after {
        content: "";
        width: 5px;
        height: 5px;
        display: block;
        position: absolute;
        left: -3px;
        top: -2px;
        background: #8d8d8d;
        border-radius: 20px;
    }

    .layover_linest:before {
        position: absolute;
        content: "";
        border-bottom: solid 5px transparent;
        border-top: solid 5px transparent;
        border-left: solid 5px #8d8d8d;
        right: -5px;
        top: -5px;
    }

.layover_linest24 {
    background: #8d8d8d;
    height: 1px;
    position: relative;
    text-align: center;
    margin: 4px 0;
}

    .layover_linest24:after {
        content: "";
        width: 5px;
        height: 5px;
        display: block;
        position: absolute;
        right: -3px;
        top: -2px;
        background: #8d8d8d;
        border-radius: 20px;
    }

    .layover_linest24:before {
        position: absolute;
        content: "";
        border-bottom: solid 5px transparent;
        border-top: solid 5px transparent;
        border-left: solid 5px #8d8d8d;
        left: -5px;
        top: -4px;
        transform: rotate(180deg);
    }

.ltdes {
    text-align: end;
}

.LLT_Four {
    width: 18%;
    float: left;
    padding: 0px 10px;
    text-align: end;
}

    .LLT_Four h6 {
        font-size: 13px;
        color: #5c5b5b;
        margin: 2px 0 0 0;
    }

    .LLT_Four p {
        font-size: 12px;
        color: #333;
        margin: 0px;
    }

tr.fare-summary-text {
    background: #efeee5;
    font-size: 13px;
}

    tr.fare-summary-text th {
        font-size: 13px;
        color: #014d9d;
        font-weight: 700;
    }

table.table.table-bordered.table-hover td {
    font-size: 13px;
}

    table.table.table-bordered.table-hover td p {
        margin: 0px;
    }

/** FLIGHT LIST CSS **/

/** FLIGHT LIST 2 CSS **/

.fli_res_box_cont {
    border-radius: 20px;
    background: #fff;
    border: 1px solid #b1b7c7;
    box-shadow: 0px 0px 5px rgb(0 0 0 / 10%);
    display: table;
    width: 100%;
    margin-bottom: 20px;
}

.fli_res_box_dep_row {
    padding: 12px 15px 12px;
}

.fli_res_box_dep_det {
    padding: 0;
    display: flex;
    align-items: center;
}

.fli_res_box_dep_al {
    float: left;
    width: 16%;
    word-break: break-all;
}

    .fli_res_box_dep_al span {
        display: block;
        width: auto;
        text-align: center;
        margin: 0 auto 4px auto;
    }

    .fli_res_box_dep_al p {
        font-size: 12px;
        font-weight: 500;
        color: #6c6c6c;
        text-align: center;
        margin: 0;
    }

.fli_res_box_dep_time {
    width: 28%;
    float: left;
    text-align: left;
    font-size: 16px;
    font-weight: 500;
    color: #333;
    padding: 0 0 0 1rem;
}

    .fli_res_box_dep_time h3 {
        font-size: 17px;
        margin: 0 0 5px 0;
        font-weight: 600;
    }

    .fli_res_box_dep_time h6 {
        font-size: 13px;
        margin: 0 0 0 0;
        font-weight: 500;
        color: #777;
    }

.fli_res_box_dep_stop {
    width: 28%;
    float: left;
}

.fli_res_box_dep_stop_line .bf_legline {
    border-top: 1px dashed #6c6c6c;
    position: relative;
    margin: 10px 15px;
}

    .fli_res_box_dep_stop_line .bf_legline > span > img {
        position: absolute;
        left: 5px;
        top: -2px;
    }

    .fli_res_box_dep_stop_line .bf_legline > span {
        background: #fff;
        padding: 0 15px;
        width: 20px;
        height: 20px;
        position: absolute;
        left: 50%;
        z-index: 1;
        top: -8px;
        transform: translateX(-50%);
    }

    .fli_res_box_dep_stop_line .bf_legline:before,
    .fli_res_box_dep_stop .bf_legline:after {
        content: "";
        position: absolute;
        left: -11px;
        top: -5px;
        width: 8px;
        height: 8px;
        background: #1442cc;
        border-radius: 50%;
    }

    .fli_res_box_dep_stop_line .bf_legline:after {
        left: auto;
        right: -11px;
    }

.fli_res_box_dep_stop_line {
}

    .fli_res_box_dep_stop_line h6 {
        font-size: 13px;
        text-align: center;
        margin: 0 0 0 0;
    }

    .fli_res_box_dep_stop_line p {
        font-size: 13px;
        text-align: center;
        margin: 0 0 0 0;
    }

.arr_time_rt {
    text-align: right;
}

.fli_res_box_bot {
    border-top: 1px solid #eeeff2;
    position: relative;
    padding: 10px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 95%;
    margin: 0 auto;
}

/** FLIGHT LIST 2 CSS **/

/** SIDEBAR CSS STYLE **/

.accordion.fltairli .card-header .title {
    font-size: 15px;
    color: #121212;
    font-weight: 600;
    display: inline-block;
    line-height: 16px;
}

.accordion.fltairli .card-header {
    padding: 14px 10px;
    background: #fff;
    height: 50px;
    display: flow;
}

    .accordion.fltairli .card-header .accicon {
        float: right;
        font-size: 20px;
        width: 1.2em;
        margin: -3px 0 0 0;
    }

.card-header {
    cursor: pointer;
    border-bottom: none;
}

.accordion.fltairli .card {
    border: 1px solid #ddd;
    margin-bottom: 10px;
}

.accordion.fltairli .card-body {
    border-top: 1px solid #ddd;
}

.card-header:not(.collapsed) .rotate-icon {
    transform: rotate(180deg);
}

.card-body.airselct_box {
    padding: 0 10px;
}

.check_bx {
    display: block;
    position: relative;
    padding-left: 25px;
    margin-bottom: 12px;
    padding-right: 0px;
    cursor: pointer;
    font-size: 13px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-weight: 400;
    color: #333;
    margin-top: 15px;
}

label.check_bx strong {
    float: right;
    font-weight: 500;
}

.fly_imgs {
    float: left;
    margin-right: 10px;
    margin-top: 3px;
}

/* Hide the browser's default checkbox */
.check_bx input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom checkbox */
.checkmark_ar {
    position: absolute;
    top: 0;
    left: 0;
    height: 18px;
    width: 18px;
    background-color: #fff;
    border-color: #014d9d;
    border-style: solid;
    border-width: 1px;
    border-radius: 2px;
}

/* When the checkbox is checked, add a blue background */
.check_bx input:checked ~ .checkmark_ar {
    background-color: #fff;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark_ar:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.check_bx input:checked ~ .checkmark_ar:after {
    display: block;
}

/* Style the checkmark/indicator */
.check_bx .checkmark_ar:after {
    left: 6px;
    top: 1px;
    width: 5px;
    height: 11px;
    border: solid;
    border-color: #014d9d;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.one_flttp {
    margin: 0 0 0px 0;
    display: table;
    width: 100%;
    background: #fff;
    padding: 10px 0px 10px 0px;
    border-radius: 4px;
}

    .one_flttp h4 {
        font-size: 14px;
        color: #070707;
        font-weight: 500;
        margin: 0 0 0px 0;
        padding-bottom: 10px;
    }

.innest-div {
    float: left;
    width: 48%;
    margin: 0 2% 2% 0%;
}

.inner-div label {
    font-size: 13px;
    color: #000000;
}

.innest-div span {
    display: block;
    font-size: 12px;
    color: #525252;
    margin-bottom: 0px;
    text-align: center;
    font-weight: 500;
}

    .innest-div span strong {
        display: block;
    }

    .innest-div span svg {
        fill: #525252;
        width: 25px;
        display: block;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 5px;
        height: 22px;
    }

/* The container */
.check-container2 {
    position: relative;
    padding-right: 0px;
    margin-bottom: 0px;
    cursor: pointer;
    font-size: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: block;
}
    /* Hide the browser's default checkbox */
    .check-container2 input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }
/* Create a custom checkbox */
.checkmark2,
.checkmark-ok {
    padding: 6px 4px !important;
    background-color: #fff !important;
    border-radius: 10px;
    font-weight: normal;
    border: solid 1px #ddd;
    margin: 0 0 0 0;
}
/* On mouse-over, add a grey background color */
.check-container2:hover input ~ .checkmark2,
.check-container2:hover input ~ .checkmark-ok {
    background-color: #e8e8e8;
}
/* When the checkbox is checked, add a blue background */
.check-container2 input:checked ~ .checkmark2,
.check-container2 input:checked ~ .checkmark-ok {
    background-color: #e0e8f6 !important;
    color: #014d9d;
}

    .check-container2 input:checked ~ .checkmark2 > svg {
        fill: #f60;
    }

/** SIDEBAR CSS STYLE **/

/** MODIFY SEARCH FORM MOBILE **/

.modifySearchInfoBox {
    background: #e9e9e9;
    padding: 12px 10px;
    display: none;
}

.searchInfo_left {
 /*   width: 60%;*/
    display: inline-block;
}

    .searchInfo_left h5 {
        font-size: 16px;
        color: #333;
        margin: 0px 0 4px 0;
        font-weight: 600;
    }

        .searchInfo_left h5 span {
            font-size: 13px;
            color: #777;
            font-weight: 400;
            margin: 0 0 0 5px;
        }

    .searchInfo_left h6 {
        font-size: 12px;
        color: #777;
        margin: 0 0 0 0;
        font-weight: 400;
    }

        .searchInfo_left h6 span {
            font-size: 12px;
            color: #777;
            font-weight: 400;
        }

    .searchInfo_left h5 img {
        width: 18px;
        margin: -2px 4px 0px 4px;
    }

.searchInfo_right {
    width: 40%;
    float: right;
}

#modifySearchBtn {
    background: #ff6600;
    color: #fff;
    display: block;
    width: 75%;
    text-align: center;
    border-radius: 2px;
    padding: 11px 0 11px 0;
    font-size: 13px;
    line-height: 16px;
    float: right;
    margin: 1px 0 0 0;
}

.mobileFilterBox {
    background: #f8f8f8;
    padding: 0;
    display: none ;
}

.filter_text {
    font-size: 13px;
    font-weight: 500;
    margin: 0px 10px 0 10px;
    display: block;
    width: 90%;
    text-align: center;
    border: solid 1px #818494;
    color: #014d9d;
    padding: 4px 0 4px 0;
    line-height: 13px;
    border-radius: 30px;
    background: #fff;
}

.uitk_badge_text {
    background: #f60;
    display: inline-block;
    width: 14px;
    height: 14px;
    color: #fff;
    border-radius: 2px;
    font-size: 12px;
    line-height: 15px;
    margin: 0 2px 0 2px;
}

.mobile_apply_flt {
    display: none;
    width: 100%;
    position: relative;
    top: 0;
    background: #ffffff;
    left: 0;
    text-align: left;
    padding: 6px 10px 7px 10px;
    z-index: 99999;
    box-shadow: 0 2px 0.75rem rgba(12, 14, 28, 0.08);
}

.rmoved_filters {
    text-align: left;
    background: none;
    border: none;
    color: #014d9d;
    font-size: 15px;
    padding: 4px 0 0 0;
    font-weight: 500;
}

    .rmoved_filters span {
        font-size: 15px;
        margin: 0px 2px 0 0;
        text-align: center;
        display: inline-block;
        position: relative;
        top: 0px;
        line-height: 14px;
    }

#apply_nows {
    height: 41px;
    font-size: 14px;
    border-radius: 40px;
    border: 1px solid #014d9d;
    color: #ffffff;
    outline: 0;
    background-color: #014d9d;
    font-weight: 400;
    padding: 10px 35px 10px 35px;
    position: fixed;
    bottom: 15px;
    left: 50%;
    transform: translate(-50%, 0px);
    width: 85%;
}

#reset_nows {
    height: 30px;
    font-size: 15px;
    border-radius: 40px;
    border: 1px solid #ebfdff;
    color: #007bff;
    outline: 0;
    background-color: transparent;
    font-weight: 400;
    padding: 2px 0px 0px 0px;
    float: right;
    display: block;
}

.more_results_loads {
    background: #fff;
    border: solid 1px #ff6600;
    font-size: 16px;
    padding: 12px 10px;
    text-align: center;
    width: 100%;
    display: block;
    color: #ff6600;
    border-radius: 5px;
}

.closed_modyfm {
    position: absolute;
    right: 12px;
    color: #fff;
    /* border: solid 1px #fff;*/
    width: 25px;
    height: 25px;
    text-align: center;
    border-radius: 18px;
    line-height: 20px;
   
    display: none;
    z-index: 9;
  /*  font-weight: 600;*/
    font-size: 20px;
}

    .closed_modyfm img {
        width: 12px;
    }

/** MODIFY SEARCH FORM MOBILE **/

.lastmin_banner_ft {
    position: fixed;
    bottom: 10px;
    background: #fff;
    width: 91%;
    left: 50%;
    transform: translate(-50%, 0px);
    padding: 10px 12px 10px 12px;
    box-shadow: 0 0 .3125rem rgba(0, 0, 0, .3);
    border-radius: 6px;
    border-bottom: solid 2px #ff6600;
    z-index: 1;
    display: none;
}

.hide_none {
    opacity: 0;
}

.show_blk {
    opacity: 1;
}

.lastmin_banner_ft a {
    display: flex;
    color: inherit;
    text-decoration: none;
}

.ftr_calls img {
    width: 65px;
    margin: 0 10px 0 0;
}

.fotr_cnts h4 {
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 0 0;
}

.fotr_cnts p {
    font-size: 14px;
    margin: 3px 0 3px 0;
    color: #777;
}

    .fotr_cnts p span {
        font-weight: 600;
        color: #ff6600;
    }

.fotr_cnts h6 {
    margin: 0 0 0 0;
    color: #282828;
}

    .fotr_cnts h6 strong {
        font-weight: 600;
        color: #ff6600;
    }

/*Get Fare Alert css code start*/
#popup_get_fare_alert {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    color: white;
    text-align: center;
    /*font-size: 2em;*/
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.ftimeout_title {
    width: 33%;
    background: #fff;
    margin: 70px auto;
    padding: 30px 15px;
    border-radius: 5px;
    text-align: center;
}
.modal-header .close {
    padding: 1rem 1rem;
    margin: -1rem -1rem -1rem auto
}
    .ftimeout_title img {
        width: 60px;
    }

    .ftimeout_title h3 {
        color: #000;
        font-size: 20px;
        font-weight: 600;
    }

    .ftimeout_title p {
        font-size: 14px;
        color: #777;
        font-weight: 500;
        margin: 0 0 0 0;
    }

    .ftimeout_title .close {
        position: relative;
        margin-top: -24px;
    }

    .ftimeout_title #btnFareAlertSubmit {
        padding: 6px 16px;
        color: #fff;
        font-size: 15px;
        border-radius: 4px;
        background-color: #ff6600;
        font-weight: 400;
        border: none;
    }

.dvsvgbell .ringing-bell {
    color: #ff6600;
    width: 40px;
}

.ftimeout_title #fare_alert_term_condion {
    font-size: 12px;
    font-style: italic;
    padding-top: 5px;
}

#fa_email:focus {
    outline: 1px solid #ced4da;
    border-color: #ced4da;
}


.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5
}

    .close:hover {
        color: #000;
        text-decoration: none
    }

    .close:not(:disabled):not(.disabled):focus, .close:not(:disabled):not(.disabled):hover {
        opacity: .75
    }

button.close {
    padding: 0;
    background-color: transparent;
    border: 0
}

a.close.disabled {
    pointer-events: none
}
/*Get Fare Alert css code end*/


.homecall_img_2 img {
    width: 75%;
    margin: 0px 0 0 0;
    border-radius: 50%;
}

.homecall_img_2 h5 {
    font-size: 18px;
    font-weight: 700;
    margin: 0px 0 8px 0;
    color: #313131;
}

.homecall_img_2 ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

    .homecall_img_2 ul li {
        font-size: 13px;
        width: 50%;
        float: left;
        padding: 0 12px 0 0;
        display: flex;
    }

        .homecall_img_2 ul li img {
            width: 10px;
            height: 10px;
            position: relative;
            top: 6px;
            margin: 0 5px 0 0;
        }

/** MOBILE VIEW SECOND CSS **/

@media (min-width: 220px) and (max-width: 319px) {
    .homecall_img_2 img {
        width: 25%;
        margin: 5px auto;
        display: block;
    }
    .searchInfo_left {
       /* width: 65%;*/
    }

        .searchInfo_left h5 {
            font-size: 12px;
        }

            .searchInfo_left h5 span {
                font-size: 10px;
            }

        .searchInfo_left h6 {
            font-size: 8px;
        }

            .searchInfo_left h6 span {
                font-size: 8px;
            }

    .searchInfo_right {
        width: 35%;
    }

    #modifySearchBtn {
        width: 95%;
        padding: 8px 0 8px 0;
        font-size: 9px;
    }

    .filter_text {
        font-size: 12px;
        font-weight: 500;
        margin: 0px 10px 0 10px;
        display: block;
        width: 40%;
        text-align: center;
        border: solid 1px #818494;
        color: #014d9d;
        padding: 4px 0 4px 0;
        line-height: 13px;
        border-radius: 30px;
        background: #fff;
    }

    .uitk_badge_text {
        width: 12px;
        height: 12px;
        font-size: 10px;
        line-height: 12px;
    }

    .hid {
        display: block;
        margin-bottom: 33px;
    }

    .neary_alrt {
        font-size: 7px;
        padding: 5px 10px 6px 10px;
    }

    .altern_green {
        font-size: 7px;
        padding: 5px 10px 6px 10px;
    }

    .promo_detai3 {
        left: -95px;
    }

        .promo_detai3 h5:before {
            left: 85%;
        }

    .shortest_pres {
        border-bottom: none;
        margin-bottom: 10px;
        display: flex;
        white-space: nowrap;
        overflow-x: auto;
        overflow-y: hidden;
        flex-wrap: initial;
        padding-bottom: 10px;
    }

    .list_itenry {
        background: #f9f9f9;
        padding: 0 0 30px 0;
    }

    .owl-controls .owl-buttons {
        width: 30%;
        top: -32px;
    }

    .slider_matrix .matrix__aside {
        width: 22%;
    }

    .slider_matrix .matrix__rights {
        width: 100%;
    }

    .matrix__wrapper .matix__Box-lg,
    .is_default {
        padding-left: 10px !important;
        font-size: 10px;
    }

    .slider_matrix .matrix__aside .matrix__cell {
        padding-left: 10px;
        font-size: 8px;
    }
    .post-slide-static .post-content a h6 {
        padding: 5px 2px;
        font-size: 7px;
    }

    .post-slide-static .post-content a h4 {
        font-size: 10px;
    }

    .post-slide-static .post-content a h5 {
        font-size: 10px;
    }

    .post-slide-static .post-content a h6 img {
        width: 30px;
    }

    .post-slide .post-content a h6 {
        padding: 5px 2px;
        font-size: 7px;
    }

    .post-slide .post-content a h4 {
        font-size: 10px;
    }

    .post-slide .post-content a h5 {
        font-size: 10px;
    }

    .post-slide .post-content a h6 img {
        width: 30px;
    }

    .form_bx {
        padding: 15px;
    }

    .nav-tabs.shortest_pres .nav-link {
        padding: 0 14px 0 14px;
        margin-right: 4px;
        border: solid 1px #ddd !important;
        font-size: 10px;
        border-radius: 30px !important;
        height: 34px;
      /*  color:#000*/
    }

        .nav-tabs.shortest_pres .nav-link span {
            font-size: 11px;
        }

    .Nwes_rlts {
        border-radius: 15px;
        border: 1px solid #b1b7c7;
        box-shadow: 0px 0px 5px rgb(0 0 0 / 10%);
        display: block;
    }

    .Ons_leftsr {
        width: 100%;
        border-right: none;
    }

    .Departure_gfd {
        font-size: 12px;
    }

    .arlt_kk {
        width: 100%;
        float: left;
    }

        .arlt_kk img {
            margin: 0px 5px 0 0;
            width: 35px;
        }

        .arlt_kk p {
            font-size: 10px;
            margin: 4px 0 18px 0;
        }

            .arlt_kk p span {
                display: none;
            }

    .Nffrto {
        width: 26%;
    }

        .Nffrto h5 {
            font-size: 8px;
            margin: 0px 0 6px 0;
        }

        .Nffrto h4 {
            font-size: 10px;
            margin: 0 0 5px 0;
        }

        .Nffrto h6 {
            font-size: 11px;
        }

    .ruot_ttyps h6 {
        font-size: 9px;
        padding: 0 5px;
    }

    .ruot_ttyps p {
        font-size: 9px;
    }

    .ruot_ttyps h6 span::before {
        top: 14px;
    }

    .onne_wy h2 {
        font-size: 14px;
    }

        .onne_wy h2 strong {
            font-size: 11px;
        }

        .onne_wy h2 span {
            font-size: 9px;
        }

    .onne_wy p {
        font-size: 9px;
    }

    .ruot_ttyps {
        width: 48%;
        padding: 0px 10px 0 10px;
    }

    .operated_ar {
        font-size: 12px;
        padding: 8px 0 0 0;
    }

    .onne_wy {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        background: #ffffff;
        border-radius: 0px;
        padding: 5px 0 5px 0 !important;
        border-top: dashed 1px #ddd;
    }



        .onne_wy a {
            width: 100%;
            font-size: 10px;
            margin: 5px 0 0 0;
        }

    .flterd_dl a {
        font-size: 10px;
    }

        .flterd_dl a i {
            width: 14px;
            height: 14px;
            font-size: 12px;
            line-height: 14px;
        }

    .fli_res_dl {
        display: none;
    }

    .bagges_info {
        width: 50%;
    }

        .bagges_info ul li img {
            width: 12px;
        }

    .flterd_dl {
        width: 50%;
    }

    .desktop_search {
        display: none;
        position: fixed;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: 9;
        overflow: scroll;
    }

    .closed_modyfm {
        display: block;
    }

    .filters_moblies {
        position: fixed;
        left: 0px;
        top: 0px;
        width: 100%;
        height: 100%;
        /*padding: 48px 10px 55px 10px;*/
        display: none;
        background: #fff;
        z-index: 9;
        overflow: scroll;
    }

    .fare_alert_button {
        display: none;
    }

    .mobile_apply_flt {
        display: block;
    }


    .notes_sd {
        font-size: 9px;
        margin: 0 0 0 0;
    }

    .modifySearchInfoBox {
        display: block;
        position: relative;
        z-index: 1;
    }

    .mobileFilterBox {
        display: block ;
    }

    .mndfrty {
        padding: 10px;
    }

    .nav-tabs.lslobed .nav-link {
        font-size: 12px;
        margin: 0 2px 0 0;
        padding: 5px 5px 5px 5px;
    }

    .mlxt_it h6 {
        font-size: 13px;
    }

        .mlxt_it h6 span {
            font-size: 12px;
            float: none;
        }

    .LLt_one {
        width: 25%;
    }

    .LLT_two {
        width: 100%;
        margin-bottom: 6px;
    }

    .LLT_three {
        width: 30%;
    }

    .dlts_laymys {
        width: 40%;
    }

        .dlts_laymys h4 {
            font-size: 8px;
        }

        .dlts_laymys h6 {
            font-size: 10px;
        }

    .LLT_three h5 {
        font-size: 10px;
    }

    .LLT_three p {
        font-size: 9px;
    }

    .LLT_Four {
        width: 35%;
        text-align: left;
        margin-top: 5px;
    }

    .layover_time_travel strong {
        /* left: 46%;*/
        transform: translate(-50%, 0px);
        width: 80%;
        font-size: 10px;
        /* padding: 4px 5px 4px 5px;*/
    }

    .table-responsive > .table-bordered {
        border: 0;
        width: 730px;
    }

    .main_popup {
        width: 100%;
        margin: 20px auto;
    }

    .pkfty h3 {
        font-size: 15px;
        padding: 4px 20px 4px 20px;
    }

    .dating_dsdr {
        width: 100%;
    }

    .Popup_call a {
        padding: 8px 17px 8px 48px;
        font-size: 16px;
    }

    .dating_dsdr ul li h6 {
        font-size: 14px;
    }

    .no_result {
        width: 100%;
    }

    .noflights_calls {
        display: none;
    }

    .no_result_left {
        width: 100%;
    }

    .session_expired a {
        max-width: 140px;
    }

    .blue_ribbon_bag {
        background: #ffffff !important;
    }

    .new_payment_title h3 {
        width: 80%;
        font-size: 15px !important;
    }

    .ltored {
        border-top: solid 1px #ddd;
        padding: 20px 0 8px 0;
    }
    .ftimeout_title{
        width:90%;
    }
}


@media (min-width: 220px) and (max-width: 479px) {
    .container_result {
        width: 100%;
        padding: 0 15px;
    }

    .fares_list_bar {
        width: 100%;
        padding: 0px 0px;
    }
    .homecall_img_2 img {
        width: 25%;
        margin: 5px auto;
        display: block;
    }
    .lastmin_banner_ft {
        display: block;
    }

    .adsright_bar {
        display: none;
    }

    .callGrowth5 {
        padding: 10px 15px 12px;
    }

    .homecall_img_2 img {
      /*  width: 25%;*/
        margin: 5px auto;
        display: block;
    }

    .hid {
        display: block;
        margin-bottom: 33px;
    }

    .neary_alrt {
        font-size: 8px;
        padding: 5px 10px 6px 10px;
    }

    .altern_green {
        font-size: 8px;
        padding: 5px 10px 6px 10px;
    }

    .promo_detai3 {
        left: -95px;
    }

        .promo_detai3 h5:before {
            left: 85%;
        }
    .filter_text {
        font-size: 12px;
        font-weight: 500;
        margin: 0px 10px 0 10px;
        display: block;
        width: 40%;
        text-align: center;
        border: solid 1px #818494;
        color: #014d9d;
        padding: 4px 0 4px 0;
        line-height: 13px;
        border-radius: 30px;
        background: #fff;
    }
    .shortest_pres {
        border-bottom: none;
        margin-bottom: 10px;
        display: flex;
        white-space: nowrap;
        overflow-x: auto;
        overflow-y: hidden;
        flex-wrap: initial;
        padding-bottom: 10px;
    }

    .list_itenry {
        background: #f9f9f9;
        padding: 0 0 30px 0;
    }

    .owl-controls .owl-buttons {
        width: 30%;
        top: -32px;
    }

    .slider_matrix .matrix__aside {
        width: 22%;
    }

    .slider_matrix .matrix__rights {
        width: 100%;
    }

    .matrix__wrapper .matix__Box-lg,
    .is_default {
        padding-left: 10px !important;
    }

    .slider_matrix .matrix__aside .matrix__cell {
        padding-left: 10px;
    }
    .post-slide-static .post-content a h6 {
        padding: 5px 2px;
        font-size: 10px;
    }

    .post-slide .post-content a h6 {
        padding: 5px 2px;
        font-size: 10px;
    }

    .form_bx {
        padding: 15px;
    }

    .nav-tabs.shortest_pres .nav-link {
        padding: 0 14px 0 14px;
        margin-right: 4px;
        border: solid 1px #ddd !important;
        font-size: 12px;
        border-radius: 30px !important;
/*        color:#000;*/
    }

    .Nwes_rlts {
        border-radius: 15px;
        border: 1px solid #b1b7c7;
        box-shadow: 0px 0px 5px rgb(0 0 0 / 10%);
        display: block;
    }

    .Ons_leftsr {
        width: 100%;
        border-right: none;
    }

    .Departure_gfd {
        font-size: 12px;
    }

    .arlt_kk {
        width: 100%;
        float: left;
    }

        .arlt_kk img {
            margin: 0px 5px 0 0;
        }

        .arlt_kk p {
            font-size: 12px;
            margin: 0px 0 18px 0;
        }

            .arlt_kk p span {
                display: none;
            }

    .Nffrto {
        width: 23%;
    }

        .Nffrto h5 {
            font-size: 11px;
            margin: 0px 0 6px 0;
        }

        .Nffrto h4 {
            font-size: 15px;
            margin: 0 0 5px 0;
        }

    .ruot_ttyps {
        width: 54%;
        padding: 0px 10px 0 10px;
    }

    .operated_ar {
        font-size: 12px;
        padding: 8px 0 0 0;
    }

    .onne_wy {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        background: #ffffff;
        border-radius: 0px;
        padding: 5px 0 5px 0 !important;
        border-top: dashed 1px #ddd;
    }



        .onne_wy a {
            width: 100%;
        }

    .fli_res_dl {
        display: none;
    }

    .bagges_info {
        width: 32%;
    }

    .flterd_dl {
        width: 68%;
    }

    .desktop_search {
        display: none;
        position: fixed;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: 9;
        overflow: scroll;
    }

    .closed_modyfm {
        display: block;
    }

    .filters_moblies {
        position: fixed;
        left: 0px;
        top: 0px;
        width: 100%;
        height: 100%;
        /*padding: 48px 10px 55px 10px;*/
        display: none;
        background: #fff;
        z-index: 9;
        overflow: scroll;
    }

    .fare_alert_button {
        display: none;
    }

    .mobile_apply_flt {
        display: block;
    }


    .notes_sd {
        font-size: 9px;
        margin: 0 0 0 0;
    }

    .modifySearchInfoBox {
        display: block;
        position: relative;
        z-index: 1;
    }

    .mobileFilterBox {
        display: block ;
        position: relative;
    }

    .mndfrty {
        padding: 10px;
    }

    .nav-tabs.lslobed .nav-link {
        font-size: 12px;
        margin: 0 2px 0 0;
        padding: 5px 5px 5px 5px;
    }

    .mlxt_it h6 {
        font-size: 13px;
    }

        .mlxt_it h6 span {
            font-size: 12px;
            float: none;
        }

    .LLt_one {
        width: 25%;
    }

    .LLT_two {
        width: 100%;
        margin-bottom: 6px;
    }

    .LLT_three {
        width: 30%;
    }

    .dlts_laymys {
        width: 40%;
    }

        .dlts_laymys h4 {
            font-size: 8px;
        }

        .dlts_laymys h6 {
            font-size: 10px;
        }

    .LLT_three h5 {
        font-size: 10px;
    }

    .LLT_three p {
        font-size: 9px;
    }

    .LLT_Four {
        width: 100%;
        text-align: left;
    }

    .layover_time_travel strong {
        /*left: 46%;*/
        transform: translate(-50%, 0px);
        width: 80%;
        font-size: 10px;
        /* padding: 4px 5px 4px 5px;*/
    }

    .table-responsive > .table-bordered {
        border: 0;
        width: 730px;
    }

    .main_popup {
        width: 100%;
        margin: 20px auto;
    }

    .pkfty h3 {
        font-size: 15px;
        padding: 4px 20px 4px 20px;
    }

    .dating_dsdr {
        width: 100%;
    }

    .Popup_call a {
        padding: 8px 17px 8px 48px;
        font-size: 16px;
    }

    .dating_dsdr ul li h6 {
        font-size: 14px;
    }

    .no_result {
        width: 100%;
    }

    .noflights_calls {
        display: none;
    }

    .no_result_left {
        width: 100%;
    }

    .session_expired a {
        max-width: 140px;
    }

    .blue_ribbon_bag {
        background: #ffffff !important;
    }

    .new_payment_title h3 {
        width: 80%;
    }

    .ltored {
        border-top: solid 1px #ddd;
        padding: 20px 0 8px 0;
    }
    .ftimeout_title {
        width: 90%;
    }
}

@media (min-width: 480px) and (max-width: 767px) {
    .hid {
        display: block;
        margin-bottom: 33px;
    }
    .homecall_img_2 img {
        width: 100%;
        margin: 5px auto;
        display: block;
    }
    .fares_list_bar {
        width: 100%;
    }

    .adsright_bar {
        display: none;
    }
    .filter_text {
        font-size: 12px;
        font-weight: 500;
        margin: 0px 10px 0 10px;
        display: block;
        width: 40%;
        text-align: center;
        border: solid 1px #818494;
        color: #014d9d;
        padding: 4px 0 4px 0;
        line-height: 13px;
        border-radius: 30px;
        background: #fff;
    }
    .shortest_pres {
        border-bottom: none;
        margin-bottom: 10px;
        display: flex;
        white-space: nowrap;
        overflow-x: auto;
        overflow-y: hidden;
        flex-wrap: initial;
        padding-bottom: 10px;
    }

    .list_itenry {
        background: #f9f9f9;
        padding: 0 0 30px 0;
    }

    .owl-controls .owl-buttons {
        width: 30%;
        top: -45px;
    }

    .slider_matrix .matrix__aside {
        width: 22%;
    }

    .slider_matrix .matrix__rights {
        width: 100%;
    }

    .matrix__wrapper .matix__Box-lg,
    .is_default {
        padding-left: 10px !important;
    }

    .slider_matrix .matrix__aside .matrix__cell {
        padding-left: 10px;
    }
    .post-slide-static .post-content a h6 {
        padding: 5px 2px;
        font-size: 10px;
    }

    .post-slide .post-content a h6 {
        padding: 5px 2px;
        font-size: 10px;
    }

    .form_bx {
        padding: 15px;
    }

    .nav-tabs.shortest_pres .nav-link {
        padding: 0 14px 0 14px;
        margin-right: 4px;
        border: solid 1px #ddd !important;
        font-size: 12px;
        border-radius: 30px !important;
        /*color:#000;*/
    }

    .Nwes_rlts {
        border-radius: 15px;
        border: 1px solid #b1b7c7;
        box-shadow: 0px 0px 5px rgb(0 0 0 / 10%);
        display: block;
    }

    .Ons_leftsr {
        width: 100%;
        border-right: none;
    }

    .Departure_gfd {
        font-size: 12px;
    }

    .arlt_kk {
        width: 100%;
        float: left;
    }

        .arlt_kk img {
            margin: 0px 5px 0 0;
        }

        .arlt_kk p {
            font-size: 12px;
            margin: 0px 0 18px 0;
        }

            .arlt_kk p span {
                display: none;
            }

    .Nffrto {
        width: 23%;
    }

        .Nffrto h5 {
            font-size: 11px;
            margin: 0px 0 6px 0;
        }

        .Nffrto h4 {
            font-size: 15px;
            margin: 0 0 5px 0;
        }

    .ruot_ttyps {
        width: 54%;
        padding: 0px 10px 0 10px;
    }

    .operated_ar {
        font-size: 12px;
        padding: 8px 0 0 0;
    }

    .onne_wy {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        background: #ffffff;
        border-radius: 0px;
        padding: 5px 0 5px 0 !important;
        border-top: dashed 1px #ddd;
    }



        .onne_wy a {
            width: 100%;
        }

    .fli_res_dl {
        display: none;
    }

    .bagges_info {
        width: 32%;
    }

    .flterd_dl {
        width: 68%;
    }

    .desktop_search {
        display: none;
        position: fixed;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: 9;
        overflow: scroll;
    }

    .closed_modyfm {
        display: block;
    }

    .filters_moblies {
        position: fixed;
        left: 0px;
        top: 0px;
        width: 100%;
        height: 100%;
       /* padding: 48px 10px 55px 10px;*/
        display: none;
        background: #fff;
        z-index: 9;
        overflow: scroll;
    }

    .fare_alert_button {
        display: none;
    }

    .mobile_apply_flt {
        display: block;
    }

    .notes_sd {
        font-size: 9px;
        margin: 0 0 0 0;
    }

    .modifySearchInfoBox {
        display: block;
        position: relative;
        z-index: 1;
    }

    .mobileFilterBox {
        display: block ;
        position: relative;
    }

    .mndfrty {
        padding: 10px;
    }

    .nav-tabs.lslobed .nav-link {
        font-size: 12px;
        margin: 0 2px 0 0;
        padding: 5px 5px 5px 5px;
    }

    .mlxt_it h6 {
        font-size: 13px;
    }

        .mlxt_it h6 span {
            font-size: 12px;
            float: none;
        }

    .LLt_one {
        width: 25%;
    }

    .LLT_two {
        width: 75%;
        margin-bottom: 6px;
    }

    .LLT_three {
        width: 50%;
    }

        .LLT_three p {
            font-size: 11px;
        }

    .LLT_Four {
        width: 35%;
        text-align: left;
        margin-top: 5px;
    }

    .layover_time_travel strong {
        left: 50%;
        transform: translate(-50%, 0px);
        width: 100%;
        font-size: 10px;
        /* padding: 4px 14px 4px 15px;*/
    }

    .table-responsive > .table-bordered {
        border: 0;
        width: 730px;
    }

    .main_popup {
        width: 100%;
        margin: 20px auto;
    }

    .pkfty h3 {
        font-size: 15px;
        padding: 4px 20px 4px 20px;
    }

    .dating_dsdr {
        width: 100%;
    }

    .Popup_call a {
        padding: 8px 17px 8px 48px;
        font-size: 16px;
    }

    .dating_dsdr ul li h6 {
        font-size: 14px;
    }

    .no_result {
        width: 100%;
    }

    .noflights_calls {
        display: none;
    }

    .no_result_left {
        width: 100%;
    }

    blue_ribbon_bag {
        background: #ffffff !important;
    }

    .new_payment_title h3 {
        width: 80%;
    }

    .ftimeout_title {
        width: 50%;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .fares_list_bar {
        width: 100%;
    }

    .adsright_bar {
        display: none;
    }

    .homecall_img_2 img {
        width: 65%;
        margin: 5px auto;
        display: block;
    }
    .filter_text {
        font-size: 12px;
        font-weight: 500;
        margin: 0px 10px 0 10px;
        display: block;
        width: 40%;
        text-align: center;
        border: solid 1px #818494;
        color: #014d9d;
        padding: 6px 0 6px 0;
        line-height: 13px;
        border-radius: 30px;
        background: #fff;
    }
    .hid {
        display: block;
        margin-bottom: 33px;
    }

    .list_itenry {
        background: #f9f9f9;
        padding: 0 0 30px 0;
    }

    .owl-controls .owl-buttons {
        width: 30%;
        top: -45px;
    }

    .slider_matrix .matrix__aside {
        width: 22%;
    }

    .slider_matrix .matrix__rights {
        width: 100%;
    }

    .matrix__wrapper .matix__Box-lg,
    .is_default {
        padding-left: 10px !important;
    }

    .slider_matrix .matrix__aside .matrix__cell {
        padding-left: 10px;
    }
    .post-slide-static .post-content a h6 {
        padding: 5px 2px;
        font-size: 10px;
    }

    .post-slide .post-content a h6 {
        padding: 5px 2px;
        font-size: 10px;
    }

    .form_bx {
        padding: 15px;
    }

    .nav-tabs.shortest_pres .nav-link {
        padding: 0 14px 0 14px;
        margin-right: 4px;
        border: solid 1px #ddd !important;
        font-size: 12px;
        border-radius: 30px !important;
     /*   color:#000;*/
    }

    .Nwes_rlts {
        border-radius: 15px;
        border: 1px solid #b1b7c7;
        box-shadow: 0px 0px 5px rgb(0 0 0 / 10%);
        display: block;
    }

    .Ons_leftsr {
        width: 100%;
        border-right: none;
    }

    .Departure_gfd {
        font-size: 12px;
    }

    .arlt_kk {
        width: 100%;
        float: left;
    }

        .arlt_kk img {
            margin: 0px 5px 0 0;
        }

        .arlt_kk p {
            font-size: 12px;
            margin: 0px 0 18px 0;
        }

            .arlt_kk p span {
                display: none;
            }

    .Nffrto {
        width: 23%;
    }

        .Nffrto h5 {
            font-size: 11px;
            margin: 0px 0 6px 0;
        }

        .Nffrto h4 {
            font-size: 15px;
            margin: 0 0 5px 0;
        }

    .ruot_ttyps {
        width: 54%;
        padding: 0px 10px 0 10px;
    }

    .operated_ar {
        font-size: 12px;
        padding: 8px 0 0 0;
    }

    .onne_wy {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        background: #ffffff;
        border-radius: 0px;
        padding: 5px 0 5px 0 !important;
        border-top: dashed 1px #ddd;
    }



        .onne_wy a {
            width: 100%;
        }

    .fli_res_dl {
        display: none;
    }

    .bagges_info {
        width: 32%;
    }

    .flterd_dl {
        width: 68%;
    }

    .desktop_search {
        display: none;
        position: fixed;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: 9;
        overflow: scroll;
    }

    .closed_modyfm {
        display: block;
    }

    .filters_moblies {
        position: fixed;
        left: 0px;
        top: 0px;
        width: 100%;
        height: 100%;
      /*  padding: 48px 10px 55px 10px;*/
        display: none;
        background: #fff;
        z-index: 9;
        overflow: scroll;
    }

    .fare_alert_button {
        display: none;
    }

    .mobile_apply_flt {
        display: block;
    }


    .notes_sd {
        font-size: 9px;
        margin: 0 0 0 0;
    }

    .modifySearchInfoBox {
        display: block;
        position: relative;
        z-index: 1;
    }

    .mobileFilterBox {
        display: block ;
        position: relative;
    }

    .mndfrty {
        padding: 10px;
    }

    .nav-tabs.lslobed .nav-link {
        font-size: 12px;
        margin: 0 2px 0 0;
        padding: 5px 5px 5px 5px;
    }

    .mlxt_it h6 {
        font-size: 13px;
    }

        .mlxt_it h6 span {
            font-size: 12px;
            float: none;
        }

    .LLt_one {
        width: 10%;
    }

    .LLT_two {
        width: 100%;
        margin-bottom: 6px;
    }

    .dlts_laymys {
        width: 26%;
    }

    .LLT_three {
        width: 25%;
    }

        .LLT_three p {
            font-size: 11px;
        }

    .LLT_Four {
        width: 24%;
        text-align: end;
        margin-top: 0px;
    }

    .layover_time_travel strong {
        left: 50%;
        transform: translate(-50%, 0px);
        width: 65%;
        font-size: 10px;
    }

    .table-responsive > .table-bordered {
        border: 0;
        width: 730px;
    }

    .main_popup {
        width: 100%;
        margin: 20px auto;
    }

    .pkfty h3 {
        font-size: 15px;
        padding: 4px 20px 4px 20px;
    }

    .dating_dsdr {
        width: 100%;
    }

    .Popup_call a {
        padding: 8px 17px 8px 48px;
        font-size: 16px;
    }

    .dating_dsdr ul li h6 {
        font-size: 14px;
    }

    .no_result {
        width: 100%;
    }
}

@media (min-width: 1024px) and (max-width: 1027px) {
    .ftimeout_title {
        width: 50%;
    }
}

@media(min-width:1024px) and (max-width:1300px){
    .onne_wy a {
        font-size: 11px;
    }
    .owl-controls .owl-buttons{
        width:auto;
    }
}

.form-group{
    margin-bottom:5px!important;
}
