/*Clock Session timer code css start*/
.count_timer {
    padding: 15px;
    border-radius: 8px;
    box-shadow: 0 0 6px #00000029;
    background: #fff;
    margin-bottom: 15px;
    position: relative;
}

    .count_timer h4 {
        font-size: 18px;
        font-weight: 600;
        color: #014d9d;
        margin: 0 0 0px 0;
        text-align: center;
    }

    .count_timer h3 {
        font-size: 26px;
        font-weight: 600;
        text-align: center;
        color: #ff6600;
        margin: 6px 0px 5px;
    }

        .count_timer h3 img {
            width: 26px;
            margin: -6px 0 0 0;
        }

        .count_timer h3 strong {
            font-weight: 600;
            width: 85px;
            display: inline-block;
        }

    .count_timer p {
        font-size: 13px;
        margin: 0 0 0 0;
        text-align: center;
        color: #595959;
    }

#popup_timeup {
    display: none;
    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;
}

.timeout_title {
    width: 33%;
    background: #fff;
    margin: 200px auto;
    padding: 50px 25px;
    border-radius: 5px;
    text-align: center;
}

    .timeout_title img {
        width: 60px;
    }

    .timeout_title h4 {
        font-size: 22px;
        color: #000;
        margin: 20px 0 10px 0;
        font-weight: 700;
    }

    .timeout_title p {
        font-size: 14px;
        color: #777;
        font-weight: 500;
        margin: 0 0 0 0;
    }

    .timeout_title a {
        background: #ff6600;
        font-size: 15px;
        color: #fff;
        display: inline-block;
        padding: 6px 16px;
        border-radius: 2px;
        font-weight: 400;
        text-decoration: none;
    }
/*Clock Session timer code css end*/

.passenger_detal_1 {
    padding: 35px 0 35px 0;
    border-top: solid 1px #e2e2e2;
    background: #efeee5;
}

.stepsBox {
    width: 100%;
    position: relative;
    margin: 0px 0 20px;
    overflow: hidden;
}

    .stepsBox .back_button {
        font-size: 13px;
        font-weight: 600;
        line-height: 34px;
        position: absolute;
        left: 0;
        top: 0;
        color: #005dba;
    }

    .stepsBox ul {
        list-style: none;
        width: 70%;
        margin: 0 auto;
    }

        .stepsBox ul li {
            width: calc(25% - 10px);
            float: left;
            position: relative;
            margin-right: 10px;
        }

            .stepsBox ul li .step {
                display: flex;
                align-items: center;
            }

            .stepsBox ul li.selected.active .count {
                border: 4px solid #a8c6fa;
                color: #fff;
                width: 35px;
                height: 35px;
                text-align: center;
            }

            .stepsBox ul li.selected .count {
                background: #014d9d;
                border-color: #005dba;
                color: #fff;
            }

            .stepsBox ul li.selected .text {
                color: #014d9d;
            }

            .stepsBox ul li .count {
                width: 30px;
                height: 30px;
                background: #f9f9f9;
                border: 2px solid #1f1f1f;
                font-size: 15px;
                color: #1f1f1f;
                text-align: center;
                line-height: 26px;
                border-radius: 100%;
                display: inline-block;
                z-index: 1;
                position: relative;
                font-weight: 500;
                cursor: pointer;
            }

            .stepsBox ul li .text {
                background: #efeee5;
                padding: 0 10px;
                z-index: 1;
                font-size: 13px;
                font-weight: 600;
            }

            .stepsBox ul li .line {
                width: 100%;
                height: 2px;
                background: #1f1f1f;
                position: absolute;
                left: 0;
                top: 50%;
            }

.mobile_pricsl {
    display: none;
}

    .mobile_pricsl .card {
        margin: 0 0 15px 0;
        background-color: transparent;
        border: none;
    }

        .mobile_pricsl .card .card-header {
            background: #fff;
            padding: 8px 12px;
            border-radius: 8px 8px 0 0;
            border: 1px solid #ced0d4;
            box-shadow: 0 0 6px #00000029;
        }

            .mobile_pricsl .card .card-header .title {
                font-size: 18px;
                font-weight: 600;
            }

            .mobile_pricsl .card .card-header .accicon {
                float: right;
            }

.mobile_show_box {
    background: #fff;
    padding: 12px 12px 10px 12px;
}

.commonBox_itry {
    padding: 15px;
    border-radius: 8px;
    box-shadow: 0 0 6px #00000029;
    background: #fff;
    margin-bottom: 15px;
    border: 1px solid #ced0d4;
    color: #1f1f1f;
}

.Sort_flight_detail h4 {
    font-size: 14px;
    color: #014d9d;
    margin-bottom: 6px;
}

.Sort_flight_detail .cityname {
    padding-bottom: 10px;
    font-size: 18px;
    font-weight: 600;
}

.Sort_flight_detail .airline_detail {
    display: flex;
    align-items: center;
    font-size: 13px;
    color: #1f1f1f;
}

    .Sort_flight_detail .airline_detail img {
        width: 30px;
        float: left;
    }

    .Sort_flight_detail .airline_detail .name {
        padding-left: 6px;
        margin-top: 4px;
        float: left;
        font-weight: 500;
        display: flex;
    }

        .Sort_flight_detail .airline_detail .name .date .dot {
            width: 1px;
            height: 12px;
            background: #d6d6d6;
            display: inline-block;
            border-radius: 100%;
            margin: 0 4px 0 6px;
            position: relative;
            top: 1px;
        }

        .Sort_flight_detail .airline_detail .name .date {
        }

.Sort_flight_detail .time {
    padding-top: 8px;
    padding-bottom: 15px;
    font-size: 14px;
    font-weight: 600;
}

    .Sort_flight_detail .time .total_time {
        padding: 0 0 0 10px;
    }

.itenerary_baggage {
    display: table;
    width: 100%;
}

    .itenerary_baggage ul {
        list-style: none;
        padding: 0px;
        margin: 0px;
    }

        .itenerary_baggage ul li {
            display: block;
            float: left;
            text-align: center;
            /*margin: 0 12px 15px 0px;*/
            font-size: 13px;
            font-weight: 400;
            color: #4d4d4d;
        }

            .itenerary_baggage ul li img {
                width: 16px;
                margin: -4px 2px 0 0;
            }

.mx_depart_step1 .card {
    border: none;
}

.mx_depart_step1 .card-header {
    padding: 0;
    background: none;
}

    .mx_depart_step1 .card-header .title {
        font-size: 13px;
        color: #007bff;
        display: inline-block;
        font-weight: 500;
    }

    .mx_depart_step1 .card-header .accicon {
        color: #007bff;
        line-height: 14px;
        position: relative;
        top: 1px;
        padding: 0 0 0 2px;
    }

.border_depart {
    border-bottom: 1px dashed #ced0d4;
    padding-bottom: 20px;
}

.border_Return {
    padding-bottom: 0;
    margin-top: 20px;
}

/** flight details css **/

.X3K_header {
    display: flex;
    align-items: center;
    padding: 6px 15px;
    border-bottom: 1px solid #efeee5;
    background: #efeee5;
    border-radius: 8px 8px 0 0;
}

.X3K_header_text {
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    flex-grow: 1;
    color: #000;
}

.X3K_leg_duration {
    flex-shrink: 0;
    font-size: 14px;
    line-height: 20px;
    color: #647582;
}

.X3K_segments {
    padding: 0 20px;
}

.aarn_nms {
    margin: 0 0 20px 0;
}

    .aarn_nms img {
        width: 25px;
        border: solid 1px #e6e6e6;
        border-radius: 4px;
        margin: 0 6px 0 0;
    }

    .aarn_nms h6 {
        margin: 0 0 0 0;
        padding: 12px 0 0 0;
        font-size: 12px;
        font-weight: 400;
    }

        .aarn_nms h6 span {
            float: right;
            font-size: 11px;
            margin: 5px 0 0 0;
            font-weight: 500;
        }

        .aarn_nms h6 strong {
            font-weight: 400;
            font-size: 12px;
            margin: 0 0 0 42px;
            color: #005dba;
            padding: 0 10px 0 10px;
            border-radius: 2px;
        }

.life_mainds {
    width: 100%;
    display: block;
    flex-wrap: nowrap;
    border-left: 2px solid #87a2b8;
    position: relative;
    padding: 0 0 0 15px;
    margin-top:8px
}

    .life_mainds:before {
        content: " ";
        position: absolute;
        background-color: #87a2b8;
        padding: 3px;
        border-radius: 50%;
        top: 0;
        left: -4px;
    }

    .life_mainds .lasvegas h4 {
        font-size: 14px;
        font-weight: 600;
        margin: 0px 0 4px 0;
        color: #121212;
        line-height: 14px;
    }

    .life_mainds .lasvegas h4 span {
        font-weight: 400;
        margin: 0 0 0 15px;
        font-size: 13px;
    }

    /** FARE RULES CSS NEW **/

    .life_mainds .lasvegas h4 .psfare_rule {
        display: inline-block;
        float: right;
        width: 35%;
    }

    .life_mainds .lasvegas h4 .psfare_rule h6 {
        margin: 0;
    }

    .life_mainds .lasvegas h4 .psfare_rule h6 img {
        width: 19px;
        margin: -5px 15px 0 0;
    }

    .life_mainds .lasvegas h4 .psfare_rule h6 strong {
        font-size: 14px;
        color: #007bff;
        font-weight: 500;
        float: right;
        cursor: pointer;
    }

    /** FARE RULES CSS NEW **/

    .life_mainds:after {
        content: " ";
        background-color: #87a2b8;
        padding: 3px;
        border-radius: 50%;
        position: absolute;
        bottom: 0;
        left: -4px;
    }

.iiT_gapping {
    margin: 25px 0;
    display: table;
    width: 100%;
}

    .iiT_gapping p {
        font-size: 12px;
        color: #ff6600;
        margin: 0 0 0 0;
        position: relative;
        font-weight: 500;
    }

        .iiT_gapping p:before {
            position: absolute;
            content: "";
            left: -26px;
            top: -4px;
            width: 20px;
            height: 20px;
            background: #fff url(/Content/assets/images/plane.svg) left top no-repeat;
            transform: rotate(90deg);
            background-size: 20px;
            background-position: center;
        }

.M124_rout {
    border: 1px solid #e9e9e9;
    margin-bottom: 15px;
    border-radius: 8px;
    padding: 0 0 10px 0px;
    background: #fffefe;
    margin-top: 10px;
}

.c62AT_nng {
    border-top: solid 1px #e9e9e9;
    padding: 10px 0;
    border-bottom: solid 1px #e9e9e9;
    margin: 18px 0 10px 0;
    background: #ffffff;
}

    .c62AT_nng p {
        margin: 0 0 0 0;
        font-size: 13px;
        padding: 0 0 0 15px;
        color: #005dba;
    }

        .c62AT_nng p span {
            font-weight: 400;
            font-size: 12px;
            padding: 0 8px 0 8px;
            line-height: 12px;
            margin: 0 0 0 15px;
            background-color: #ff6600;
            color: #fffefe;
        }

.card-body.passngr_dlts {
    padding: 0 0px;
}

.coverage p {
    font-size: 14px;
    margin: 0 0 0 0;
}

/* Travel Insurance css*/
.new_travelIns_title {
    position: relative;
}

    .new_travelIns_title h3 {
        padding: 0 0 12px;
        margin: 0;
        font-size: 20px;
        font-weight: 600;
        position: relative;
        overflow: hidden;
        display: flex;
        align-items: center;
        color: #1f1f1f;
    }

        .new_travelIns_title h3 img {
            width: 30px;
            margin-right: 8px;
        }
.tppBox .new_travelIns_title .price_Plan {
    font-size: 20px;
    text-align: end;
}

.new_travel_ins {
    width: 100%;
    background: url(/content/assets/images/giphy_bags.gif) right center no-repeat;
    background-size: 130px;
}

    .new_travel_ins h4 {
        font-size: 16px;
        font-weight: 500;
        color: #014d9d;
        margin: 0 0 10px 0;
    }

    .new_travel_ins h5 {
        font-size: 16px;
        font-weight: 500;
        color: #014d9d;
        margin: 0 0 10px 0;
    }

    .new_travel_ins ul {
        list-style: none;
        margin: 0;
        padding: 0px 0 10px;
        overflow: hidden;
    }

        .new_travel_ins ul li {
            padding: 0 10px 5px 18px;
            line-height: 24px;
            position: relative;
            font-size: 12px;
            background: url(/content/assets/images/check.png) left 5px no-repeat;
            background-size: 12px;
        }
/*
    .new_travel_ins a {
        margin: 0 0 15px 0;
        color: #014d9d !important;
        text-decoration: underline;
    }*/
.newtra_ins {
    margin: 5px 0 20px 0;
}

    .newtra_ins h4 {
        font-size: 16px;
        font-weight: 500;
        color: #014d9d;
        margin: 0px 0 5px 0;
    }

    .newtra_ins p {
        margin: 0 0 0 0;
        color: #333;
        font-size: 14px;
    }
.trvins_pera{
    font-size:14px;
}
/* New Travel Ins css code*/
/** flight details css **/
.new_payment_title {
    position: relative;
}

    .new_payment_title h3 {
        padding: 0 0 12px;
        margin: 0;
        font-size: 20px;
        font-weight: 600;
        position: relative;
        overflow: hidden;
        display: flex;
        align-items: center;
        color: #1f1f1f;
    }

        .new_payment_title h3 img {
            width: 30px;
            margin-right: 8px;
        }

.passenger_inputs {
    font-size: 14px;
    color: #333;
    padding: 10px;
    height: 46px;
}

    .passenger_inputs:focus {
        border-color: #4f8ffc;
        outline: 0;
        box-shadow: 0 0 6px #4f8ffc66 !important;
    }

.iti {
    position: relative;
    display: block !important;
}

.iti__country {
    padding: 5px 10px;
    outline: none;
    font-size: 13px;
}

.iti--separate-dial-code .iti__selected-dial-code {
    margin-left: 6px;
    font-size: 14px;
}

.inputSet_nofill {
    padding-left: 0px;
    position: relative;
    color: #1f1f1f;
    font-size: 12px;
}

    .inputSet_nofill .check_bx {
        margin: 0;
    }

.note_text {
    border: 1px solid #90c5f9;
    color: #5b5b5b;
    border-radius: 5px;
    padding: 6px;
    font-size: 12px;
    margin: 14px 0 0 0;
}

    .note_text strong {
        color: #014d9d;
        font-weight: 600;
    }

.adultfarediv a.collapsible {
    color: #333333;
    padding: 0;
    width: 100%;
    font-size: 14px;
    display: block;
    text-decoration: none;
    font-weight: 600;
}

    .adultfarediv a.collapsible span {
        float: right;
    }

    .adultfarediv a.collapsible:after {
        content: "\002B";
        color: #333;
        font-weight: bold;
        float: left;
        margin-right: 5px;
        font-size: 20px;
        top: -5px;
        position: relative;
        height: 15px;
    }

    .adultfarediv a.collapsible.active:after {
        content: "\2212";
    }

.adultfarediv {
    display: table;
    width: 100%;
    margin: 0 0 14px 0;
}

.content_alft {
    padding: 0 0px;
    display: none;
}

    .content_alft p {
        border-bottom: 1px solid #e0e0e0;
        font-weight: 500;
        padding: 12px 0;
        position: relative;
        font-size: 13px;
        margin: 0;
    }

        .content_alft p span {
            float: right;
            font-size: 14px;
        }

/* Travel Guard CSS start  for stripe payment*/

/*.flexy {
    background: #001871;
    color: white;
    padding: 10px 20px;
    justify-content: space-between;
    align-items: center;
    display: flex;
}

    .flexy img {
        width: 100px;
    }

.w-100.for-pad {
    padding: 20px;
}

.travel_protection .you_prerared {
    border: none;
    padding: 0;
    margin-bottom: 15px;
}

.w-100.for-pad h5 {
    color: #154ecf;
    font-weight: 800;
}

.accordion_panel .accordion_container p {
    margin: 12px 0 15px 0;
    font-size: 14px;
}

.for-blue {
    background: #1352df;
    color: #fff;
    padding: 10px 8px;
}

    .for-blue a {
        color: #fff;
        border-bottom: 1px solid;
    }

.travel_protection .form-option > p {
    margin: 1px 22px;
}

.form-option label {
    margin: 0;
    color: #fff;
    font-weight: 600;
    cursor: pointer;
    position: relative;
    z-index: 1;
    font-size: 16px;
    line-height: 1;
}*/

/* Travel Guard CSS end  for stripe payment*/

.continue_next {
    background: #ff6600;
    border: none;
    border-radius: 6px;
    width: 350px;
    height: 50px;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    margin: 25px auto 25px;
    font-style: normal;
    align-items: center;
    display: flex;
    justify-content: center;
}

.paypal_clone_btn {
    background: #ffc439;
    border: none;
    border-radius: 4px;
    width: 355px;
    height: 45px;
    margin: 0px 0px 6px 225px;
    align-items: center;
    display: flex;
    justify-content: center;
}

    .paypal_clone_btn img {
        height: 22px;
    }

    .paypal_original_btn {
        width: 72%;
        padding:0 0 5px 225px;
    }

.priceBox ul {
    list-style: none;
    padding: 0;
}

    .priceBox ul li {
        font-weight: 500;
        padding: 0px 0 14px;
        position: relative;
        font-size: 13px;
    }

        .priceBox ul li .price {
            float: right;
        }

.coupon_code p {
    font-size: 13px;
    margin: 0 0 12px 0;
    font-weight: 400;
}

.row_codpn {
    display: flex;
}

    .row_codpn .col-xs-8 {
        width: 75%;
    }

    .row_codpn .col-xs-4 {
        width: 25%;
    }

.inputText_coupn {
    margin-bottom: 10px;
    width: 100%;
    font-weight: 400;
    border: 1px solid #ced0d4;
    border-radius: 5px;
    padding: 6px 10px;
    height: 45px;
    color: #1f1f1f;
    font-size: 14px;
}

.applybutton_cpn {
    width: 100%;
    height: 45px;
    font-weight: 500;
    background: #ff6600;
    color: #fff;
    border: 1px solid #ff6600;
    border-radius: 5px;
    font-size: 14px;
}

.priceBox ul li .price_tottle {
    border-bottom: none;
    font-size: 14px;
    font-weight: 600;
    float: right;
}

.make-me-sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
}

.notic_usd {
}

    .notic_usd p {
        font-size: 12px;
        margin: 0 0 0 0;
        color: #777;
    }

#important_note {
    padding-left: 0px;
    position: relative;
    color: #1f1f1f;
    font-size: 13px;
}

.travellerblock {
    position: relative;
    margin: 10px 0 10px;
    color: #1f1f1f;
    font-weight: 600;
    cursor: pointer;
    font-size: 14px;
}

    .travellerblock span {
        width: 20px;
        display: inline-block;
        height: 20px;
        background: #b9d3ff;
        text-align: center;
        line-height: 22px;
        border-radius: 14px;
    }

.form_dateofbirt {
    font-size: 14px;
    color: #333;
    height: 46px;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
}

.datesofbirth {
    width: 33.3%;
    float: left;
    font-size: 14px;
    color: #333;
    line-height: 45px;
    height: 44px;
    background: transparent;
    border: none;
    padding: 0 0 0 4px;
}

.left_linebr {
    border-left: solid 1px #ddd;
}

.tppBox .insurance_list {
    list-style: none;
    margin: 0;
    padding: 30px 0 8px;
    display: table;
    width: 100%;
}

    .tppBox .insurance_list li {
        width: 50%;
        float: left;
        margin-bottom: 22px;
        padding-right: 34px;
    }

        .tppBox .insurance_list li .icon {
            float: left;
            margin-right: 10px;
            width: 38px;
        }

        .tppBox .insurance_list li .right {
            overflow: hidden;
        }

        .tppBox .insurance_list li h5 {
            font-weight: 600;
            margin: 0 0 5px;
            font-size: 15px;
        }

        .tppBox .insurance_list li p {
            margin: 0;
            line-height: 22px;
            font-size: 13px;
        }

.tppBox .subTitle {
    font-size: 13px;
    color: #5b5b5b;
    font-weight: 400;
    display: block;
    margin-top: 4px;
    line-height: 20px;
}

.tppBox .price_Plan {
    font-size: 22px;
    color: #014d9d;
    font-weight: 600;
    position: absolute;
    right: 0;
    top: 0;
    line-height: 24px;
}

    .tppBox .price_Plan .perperson {
        font-size: 12px;
        color: #5b5b5b;
        font-weight: 400;
        display: block;
        line-height: 14px;
    }

.radioGroup {
    list-style: none;
    margin: 0;
    padding: 0;
}

    .radioGroup li {
        width: 100%;
        overflow: hidden;
        margin-bottom: 5px;
    }

        .radioGroup li .yeslabel,
        .radioGroup li .nolabel {
            border-radius: 3px;
            display: block;
            padding: 10px;
            display: flex;
            align-items: center;
            justify-content: space-between;
        }

            .radioGroup li .yeslabel .radioDiv,
            .radioGroup li .nolabel .radioDiv span {
                font-size: 14px;
            }

            .radioGroup li .yeslabel .radioDiv,
            .radioGroup li .nolabel .radioDiv {
                padding-left: 30px;
                position: relative;
            }

            .radioGroup li .yeslabel p {
                font-size: 14px;
                margin: 0 0 0 0;
                font-weight: 400;
            }

        .radioGroup li .nolabel {
            background: #e6e7e9;
        }

        .radioGroup li .yeslabel {
            background: #d9e7fe;
        }

        .radioGroup li .nolabel p {
            font-size: 14px;
            margin: 0 0 0 0;
            font-weight: 400;
        }

.theme_bgs {
    background: #1352df;
}

    .theme_bgs li {
        margin-bottom: 0;
    }

    .theme_bgs .yeslabel p {
        color: #fff;
    }

    .theme_bgs .yeslabel .small {
        color: #fff;
    }

    /*  .theme_bgs .yeslabel, .radioGroup li .nolabel {
        background: transparent !important;
    }*/

    .theme_bgs li .nolabel p {
        color: #fff;
    }

    .theme_bgs li .yeslabel p a {
        color: #ccc;
    }

.travel_guard {
}

    .travel_guard h3 {
        background: #001871;
        font-size: 22px;
        font-weight: 600;
        font-family: "Poppins", sans-serif;
        color: #fff;
        padding: 18px 15px 18px 15px;
        margin: 0 0 20px 0;
    }

        .travel_guard h3 sup {
            top: -7px;
            right: 4px;
        }

        .travel_guard h3 img {
            float: right;
            width: 85px;
            margin: -8px 0 0 0;
        }

.guardtra_ins {
    margin: 5px 0 20px 0;
}

    .guardtra_ins h4 {
        font-size: 18px;
        font-weight: 700;
        color: #05176d;
        margin: 0px 0 5px 0;
    }

    .guardtra_ins p {
        margin: 0 0 0 0;
        color: #333;
        font-size: 14px;
    }

.refund_subtital {
    font-size: 13px;
    color: #27ac39;
    background: #f1f8fd;
    border-left: 3px solid #27ac39;
    padding: 10px 10px 10px 15px;
    margin-bottom: 15px;
    font-weight: 400;
    margin-top: 15px;
}

.blue_ribbon_bag {
    width: 100%;
    background: url(/content/assets/images/giphy_bags.gif) right center no-repeat;
    background-size: 130px;
}

    .blue_ribbon_bag h4 {
        font-size: 16px;
        font-weight: 500;
        color: #014d9d;
        margin: 0 0 10px 0;
    }

    .blue_ribbon_bag h5 {
        font-size: 16px;
        font-weight: 500;
        color: #014d9d;
        margin: 0 0 10px 0;
    }

    .blue_ribbon_bag ul {
        list-style: none;
        margin: 0;
        padding: 0px 0 10px;
        overflow: hidden;
    }

        .blue_ribbon_bag ul li {
            padding: 0 10px 5px 18px;
            line-height: 24px;
            position: relative;
            font-size: 12px;
            background: url(/content/assets/images/check.png) left 5px no-repeat;
            background-size: 12px;
        }

    .blue_ribbon_bag a {
        margin: 0 0 15px 0;
        /*display: block;*/
        color: #014d9d !important;
        text-decoration: underline;
    }

.check_list_refund {
    width: 100%;
}

    .check_list_refund ul {
        list-style: none;
        margin: 0;
        padding: 10px 0;
        overflow: hidden;
    }

        .check_list_refund ul li {
            width: 33.3%;
            float: left;
            padding: 0 10px 5px 18px;
            line-height: 24px;
            position: relative;
            font-size: 12px;
            background: url(/content/assets/images/check.png) left 5px no-repeat;
            background-size: 12px;
        }

/* On mouse-over, add a grey background color */
/*.customradio:hover input ~ .checkmark_prot {
    background-color: transparent;
}*/
/* Create a custom radio button */
/*.checkmark_prot {
    position: absolute;
    top: 7px;
    left: 0px;
    height: 20px;
    width: 20px;*/
/* background-color: #fff !important;*/
/*border-radius: 50%;
    border: 1px solid #ff6600 !important;
    box-shadow: #ffffff 0 0 4px inset;
}*/

/* When the radio button is checked, add a blue background */
/*.customradio input:checked ~ .checkmark_prot {
    background-color: white;
    border: 1px solid #5d5d5d;
}*/

/* Create the indicator (the dot/circle - hidden when not checked) */
/*.checkmark_prot:after {
    content: "";
    position: absolute;
    display: none;
}*/

/* Show the indicator (dot/circle) when checked */
/*.customradio input:checked ~ .checkmark_prot:after {
    display: block;
}*/

/* Style the indicator (dot/circle) */
/*.customradio .checkmark_prot:after {
    top: 5px;
    left: 5px;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #005dba;
}*/

.View_Plan_Summary {
    color: #007bff;
    font-size: 14px;
    text-decoration: underline;
    font-weight: 400;
}

.tcp_main_contBox {
    display: flex;
}

.tcpServiceColumn {
    width: 40%;
    float: left;
}

.serviceBox_1 {
    min-height: 160px;
    padding: 22px 0 0 0;
    position: relative;
}

    .serviceBox_1 h4 {
        font-size: 16px;
        margin: 0 0 0 0;
        padding: 60px 0 20px 0;
    }

.tcpoption_Box {
    padding: 5px 10px;
    min-height: 70px;
}

    .tcpoption_Box h5 {
        font-size: 14px;
        font-weight: 500;
        margin: 0 0 4px 0;
    }

    .tcpoption_Box p {
        font-size: 12px;
        margin: 0 0 0 0;
        color: #777;
        font-weight: 400;
        line-height: 18px;
    }

.highligh_bg {
    background: #eceff7;
}

.tcpPlanColumn {
    width: 20%;
    float: left;
    text-align: center;
    border: solid 1px #ddd;
    border-radius: 5px;
    position: relative;
}

    .tcpPlanColumn label {
        display: block;
        cursor: pointer;
    }

.serviceBox_1 h5 {
    font-size: 16px;
    margin: 7px 0 7px 0;
}

.serviceBox_1 h3 {
    font-size: 20px;
    margin: 0 0 10px 0;
    color: #ff6600;
    font-weight: 600;
}

.tcpoption_Box h6 {
    font-size: 13px;
    color: #333;
    margin: 0 0 0 0;
    padding: 22px 0 0 0;
}

.tcpradio input[type="radio"] {
    background-color: transparent;
    border: 2px solid #014d9d;
    border-radius: 50%;
    box-shadow: inset 0 0 0 0 white;
    cursor: pointer;
    font: inherit;
    height: 18px;
    outline: none;
    width: 18px;
    -moz-appearance: none;
    -webkit-appearance: none;
}

    .tcpradio input[type="radio"]:checked {
        background-color: white;
        box-shadow: inset 0 0 0 0.2875em #ff6600;
        -webkit-transition: background 0.15s, box-shadow 0.1s;
        transition: background 0.15s, box-shadow 0.1s;
    }

.most_popular_ribbon {
    width: 179px;
    position: absolute;
    right: -10px;
    top: -18px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    background: #ff6600;
    padding: 5px 0;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    z-index: 1;
}

    .most_popular_ribbon::before {
        border-color: #d55500 #d55500 transparent transparent;
        position: absolute;
        display: block;
        border-style: solid;
        bottom: -10px;
        left: 0;
        content: "";
        border-width: 10px 10px 0 0;
        border-bottom-left-radius: 15px;
    }

    .most_popular_ribbon::after {
        border-color: #d55500 #d55500 transparent transparent;
        position: absolute;
        display: block;
        border-style: solid;
        bottom: -10px;
        right: 0;
        content: "";
        border-width: 10px 10px 0 0;
        border-bottom-right-radius: 15px;
    }

/** SEAT MAP CSS **/

#modalOverlay {
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 99999;
    height: 100%;
    width: 100%;
    display: none;
}

.modalPopup {
    /* position: absolute; */
    /* top: 40%; */
    /* left: 50%; */
    /* transform: translate(-50%, -50%); */
    background: #fff;
    width: 70%;
    padding: 0 0 0px;
    -webkit-box-shadow: 0 2px 10px 3px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 2px 10px 3px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 10px 3px rgba(0, 0, 0, 0.2);
    margin: 20px auto;
}

.modalContent {
    padding: 10px 20px 15px 20px;
    /* overflow: scroll; */
    height: auto;
}

.Seates_planes {
    position: relative;
    display: table;
    width: 100%;
}

.plane_front h5 {
    text-align: left;
    padding: 60px 0 0 40px;
}

.plane_front {
    width: 63%;
    float: left;
    height: 293px;
    position: relative;
    overflow: hidden;
    text-align: center;
    border: 5px solid #d8d8d8;
    border-right: none;
    border-radius: 50%;
    border-left: none;
}

.plane {
    margin: 0px 0;
    width: 70%;
    float: right;
    position: absolute;
    right: 20px;
    background: #fff;
    bottom: 0;
}

/* .plane {
    margin: -90px 290px 0 0px;
    width: 45%;
    float: right;
    transform: rotate(90deg);
} */

.cockpit {
    height: 250px;
    position: relative;
    overflow: hidden;
    text-align: center;
    border-bottom: 5px solid #d8d8d8;
}

    .cockpit:before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        height: 500px;
        width: 100%;
        border-radius: 50%;
        border-right: 5px solid #d8d8d8;
        border-left: 5px solid #d8d8d8;
    }

    .cockpit h1 {
        width: 60%;
        margin: 150px auto 35px auto;
        font-size: 24px;
    }

.exit {
    position: relative;
    height: 19px;
}

    .exit:before,
    .exit:after {
        content: "EXIT";
        font-size: 14px;
        line-height: 18px;
        padding: 0px 2px;
        font-family: "Arial Narrow", Arial, sans-serif;
        display: block;
        position: absolute;
        background: #ff6600;
        color: white;
        top: 50%;
        transform: translate(0, -50%);
    }

    .exit:before {
        left: 0;
    }

    .exit:after {
        right: 0;
    }

.fuselage {
    border-right: 5px solid #d8d8d8;
    border-left: 5px solid #d8d8d8;
}

ol {
    list-style: none;
    padding: 0;
    margin: 0;
}

.seats {
    display: inline-block;
    width: 100%;
}

.seat {
    display: block;
    width: 5%;
    padding: 0px 2px;
    position: relative;
    float: left;
    margin: 0 5px;
}

    .seat:nth-child(3) {
        margin-right: 0;
    }

    .seat input[type="checkbox"] {
        position: absolute;
        opacity: 0;
    }

        .seat input[type="checkbox"]:checked + label {
            background: #014d9d;
            -webkit-animation-name: rubberBand;
            animation-name: rubberBand;
            animation-duration: 300ms;
            animation-fill-mode: both;
        }

        .seat input[type="checkbox"]:disabled + label {
            background: #dddddd;
            text-indent: -9999px;
            overflow: hidden;
        }

            .seat input[type="checkbox"]:disabled + label:after {
                content: "X";
                text-indent: 0;
                position: absolute;
                top: 0px;
                left: 50%;
                transform: translate(-50%, 0%);
            }

            .seat input[type="checkbox"]:disabled + label:hover {
                box-shadow: none;
                cursor: not-allowed;
            }

.seat_rout label {
    display: block;
    position: relative;
    text-align: center;
    font-size: 12px;
    font-weight: 500;
    padding: 0px 0;
    border-radius: 4px;
    animation-duration: 300ms;
    animation-fill-mode: both;
    color: #333333;
    width: 31px;
    height: 30px;
    line-height: 30px;
    margin: 0;
}

.seat_rout {
    display: block;
    width: 5%;
    padding: 0px 0px;
    position: relative;
    float: left;
    margin: 0 5px;
}

.seat label {
    display: block;
    position: relative;
    text-align: center;
    font-size: 12px;
    font-weight: 500;
    padding: 0px 0;
    background: #9cc2ff;
    border-radius: 4px;
    animation-duration: 300ms;
    animation-fill-mode: both;
    color: #000000;
    width: 100%;
    height: 100%;
    line-height: 30px;
    margin: 0;
}

    .seat label:before {
        content: "";
        position: absolute;
        width: 86%;
        height: 75%;
        top: 4px;
        left: 42%;
        transform: translate(-50%, 0%);
        background: rgba(255, 255, 255, 0.4);
        border-radius: 3px;
    }

    .seat label:hover {
        cursor: pointer;
        box-shadow: 0 0 0px 2px #5c6aff;
    }

@-webkit-keyframes rubberBand {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    30% {
        -webkit-transform: scale3d(1.25, 0.75, 1);
        transform: scale3d(1.25, 0.75, 1);
    }

    40% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
        transform: scale3d(0.75, 1.25, 1);
    }

    50% {
        -webkit-transform: scale3d(1.15, 0.85, 1);
        transform: scale3d(1.15, 0.85, 1);
    }

    65% {
        -webkit-transform: scale3d(0.95, 1.05, 1);
        transform: scale3d(0.95, 1.05, 1);
    }

    75% {
        -webkit-transform: scale3d(1.05, 0.95, 1);
        transform: scale3d(1.05, 0.95, 1);
    }

    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes rubberBand {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    30% {
        -webkit-transform: scale3d(1.25, 0.75, 1);
        transform: scale3d(1.25, 0.75, 1);
    }

    40% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
        transform: scale3d(0.75, 1.25, 1);
    }

    50% {
        -webkit-transform: scale3d(1.15, 0.85, 1);
        transform: scale3d(1.15, 0.85, 1);
    }

    65% {
        -webkit-transform: scale3d(0.95, 1.05, 1);
        transform: scale3d(0.95, 1.05, 1);
    }

    75% {
        -webkit-transform: scale3d(1.05, 0.95, 1);
        transform: scale3d(1.05, 0.95, 1);
    }

    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

.rubberBand {
    -webkit-animation-name: rubberBand;
    animation-name: rubberBand;
}

.slecrt_option {
    width: 100%;
    float: left;
    margin-bottom: 35px;
    border: solid 1px #f4f4f4;
    padding: 15px 15px 15px 15px;
    box-shadow: #ccc 0 0 5px inset;
    border-radius: 4px;
}

.seatMapLegend {
    width: 60%;
    float: left;
}

    .seatMapLegend p {
        font-size: 14px;
        font-weight: 300;
        margin: 10px 0 0 0;
    }

    .seatMapLegend ul {
        list-style: none;
        padding: 0px;
        margin: 0px;
    }

        .seatMapLegend ul li {
            font-size: 13px;
            line-height: 34px;
            border-bottom: solid 1px #eee;
            display: inline-block;
            width: 24%;
        }

            .seatMapLegend ul li .bg_green {
                width: 16px;
                height: 16px;
                display: inline-block;
                background: #014d9d;
                position: relative;
                top: 2px;
                border-radius: 2px;
                margin: 0 5px 0 0;
            }

            .seatMapLegend ul li .bg_blue {
                width: 16px;
                height: 16px;
                display: inline-block;
                background: #9cc2ff;
                position: relative;
                top: 2px;
                border-radius: 2px;
                margin: 0 5px 0 0;
            }

            .seatMapLegend ul li .bg_darkyello {
                width: 16px;
                height: 16px;
                display: inline-block;
                background: #ffc107;
                position: relative;
                top: 2px;
                border-radius: 2px;
                margin: 0 5px 0 0;
            }

            .seatMapLegend ul li .bg_gray {
                width: 16px;
                height: 16px;
                display: inline-block;
                background: #e6e7e9;
                position: relative;
                top: 2px;
                border-radius: 2px;
                margin: 0 5px 0 0;
            }

                .seatMapLegend ul li .bg_gray:before {
                    content: "X";
                    text-indent: 0;
                    position: absolute;
                    top: -8px;
                    left: 50%;
                    transform: translate(-50%, 0%);
                }

.seat.Preferred label {
    background: #ffc107;
}

.seat.Preferred input[type="checkbox"]:disabled + label {
    background: #ffc107;
    text-indent: -9999px;
    overflow: hidden;
}

    .seat.Preferred input[type="checkbox"]:disabled + label:after {
        content: "✯";
        text-indent: 0;
        position: absolute;
        top: 0px;
        left: 50%;
        transform: translate(-50%, 0%);
    }

.departtab {
    margin: 0 0 0px 0;
    width: 40%;
    float: left;
}

    .departtab p {
        font-size: 14px;
        color: #777;
        margin: 10px 0 0 0;
    }

    .departtab h3 {
        font-size: 15px;
        color: #010101;
        margin: 5px 0 0 0;
        font-weight: 600;
    }

    .departtab h6 {
        font-size: 11px;
        font-weight: 400;
        color: #ff0018;
        margin: 4px 0 0 0;
    }

.Select_Saats {
    margin: 0 0 20px 0;
    color: #1e1e1e;
    text-align: center;
    font-size: 15px;
    padding: 6px;
    background: #f4f4f4;
}

.nextFlightBtn {
    width: 217px;
    background: #005dba;
    padding: 12px;
    border: none;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    border-radius: 5px;
    margin: 30px 0 0 0;
}

/** SEAT MAP CSS **/

/** BILLING PAGE CSS **/

.paymentdetails {
    text-align: end;
}

.bills_cs {
    margin: 15px 0 0 0;
}

.labeltext_bill {
    font-size: 14px;
    margin: 12px 0 0 0;
}

    .labeltext_bill span {
        color: #fa0119;
    }

.card_info_expry {
    font-size: 12px;
    margin: 6px 0 0 0;
    color: #777;
}

.traveller_edit {
    padding: 5px 0 15px 0;
    border-bottom: dashed 1px #ddd;
    font-size: 14px;
    line-height: 14px;
    margin-bottom: 20px;
}

    .traveller_edit strong {
        font-weight: 600;
    }

    .traveller_edit span {
        font-size: 13px;
       /* margin: 0 0 0 10px;*/
    }

/** BILLING PAGE CSS **/

/** THANK YOU PAGE **/

.conf_ticket {
}

    .conf_ticket img {
        width: 65px;
        margin: 0 auto;
        display: block;
    }

    .conf_ticket h3 {
        font-size: 22px;
        font-weight: 500;
        margin: 20px 0 20px 0;
        color: #014d9d;
        text-align: center;
    }

    .conf_ticket h4 {
        font-size: 16px;
        font-weight: 500;
        margin: 20px 0 8px 0;
        color: #014d9d;
        text-align: center;
    }

    .conf_ticket h6 {
        font-size: 13px;
        font-weight: 400;
        margin: 0px 0 0px 0;
        color: #777777;
        text-align: center;
    }

    .conf_ticket p {
        font-size: 13px;
        font-weight: 400;
        margin: 20px auto;
        color: #004266;
        border-radius: 4px;
        background: #d8f0ff;
        padding: 14px;
    }

.heading_tickrt {
    font-size: 18px;
    font-weight: 600;
    margin: 15px 0 18px 15px;
    padding: 0 0 0 0px;
    color: #014d9d;
    line-height: 18px;
}

.ticke_fulls {
    border: solid 1px #ddd;
    margin-bottom: 15px;
    background: #fff;
}

.fusion_far {
}

    .fusion_far p {
        font-size: 13px;
        color: #8b8b8b;
        margin: 0;
        padding: 0 15px;
    }

    .fusion_far h5 {
        font-size: 15px;
        color: #0f0f0f;
        margin: 15px 0 10px 0;
        padding: 0 15px;
        font-weight: 600;
    }

    .fusion_far h6 {
        background: #fff1d8;
        font-size: 13px;
        font-weight: 400;
        padding: 15px;
        margin: 20px 0 0 0;
        border-top: solid 1px #ddd;
        color: #7c7c7c;
        line-height: normal;
    }

.e_ticket_book {
    padding: 0px 0px;
    margin: 0 auto;
    border-radius: 10px;
    width: 85%;
}

/** THANK YOU PAGE **/

/*SessionExpired.cshtml page code start*/
.wait_popup_atlas {
    -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;
}

.atlas_expired {
    width: 95%;
    max-width: 580px;
    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);
}

    .atlas_expired img {
    }

    .atlas_expired h3 {
        font-size: 22px;
        color: #ed2223;
        font-weight: 600;
        margin: 20px 0 15px;
    }

    .atlas_expired p {
        color: #5f5f5f;
        padding: 0;
        margin: 0 0 25px;
        font-size: 16px;
        font-weight: 500;
    }

#manage_at_btn {
    display: flex;
    justify-content: space-between;
}

.atlas_expired .backtolist_at {
    width: 100%;
    line-height: 38px;
    max-width: 200px;
    color: #fff;
    font-size: 0.9rem;
    border-radius: 5px;
    text-align: center;
    font-weight: bold;
    cursor: pointer;
    background: #ff6600;
    white-space: nowrap;
    padding: 0px 5px;
}

.atlas_expired .repayment_btn_at {
    width: 100%;
    line-height: 38px;
    max-width: 200px;
    color: #fff;
    font-size: 0.9rem;
    border-radius: 5px;
    text-align: center;
    font-weight: bold;
    cursor: pointer;
    background: #014d9d;
    white-space: nowrap;
    padding: 0px 5px;
    margin-bottom:5px;
}

/*----declined by gds css code start*/
.wait_popup_atlas_gds {
    -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;
}

.atlas_gds_expired {
    width: 95%;
    max-width: 580px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    border-radius: 10px;
    padding: 15px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.6);
}

    .atlas_gds_expired #manage_at_gds_btn {
        display: flex;
        justify-content: space-between;
    }


#manage_at_gds_btn .goHome {
    width: 100%;
    line-height: 38px;
    max-width: 200px;
    color: #fff;
    font-size: 0.9rem;
    border-radius: 5px;
    text-align: center;
    font-weight: bold;
    cursor: pointer;
    background: #ff6600;
    white-space: nowrap;
    padding: 0px 5px;
}

#manage_at_gds_btn .backtolist_at_gds {
    width: 100%;
    line-height: 38px;
    max-width: 200px;
    color: #fff;
    font-size: 0.9rem;
    border-radius: 5px;
    text-align: center;
    font-weight: bold;
    cursor: pointer;
    background: #014d9d;
    white-space: nowrap;
    padding: 0px 5px;
}
    


/*SessionExpired.cshtml page code end*/

/** MOBILE VIEW SECOND CSS **/

@media (min-width: 220px) and (max-width: 319px) {
    .atlas_expired #manage_at_btn {
        display: inline-grid;
        justify-content: center;
        width: 100%;
    }
    #manage_at_btn .repayment_btn_at {
        font-size: 12px;
        padding: 0px 14px;
    }

    #manage_at_btn .backtolist_at {
        margin-bottom: 10px;
        font-size: 12px;
        padding: 0px 14px;
    }
    .atlas_gds_expired #manage_at_gds_btn {
        display: inline-grid;
        justify-content: center;
        width: 100%;
    }

    #manage_at_gds_btn .goHome {
        margin-bottom: 10px;
        font-size: 12px;
        padding: 0px 14px;
    }
    #manage_at_gds_btn .backtolist_at_gds {
        font-size: 12px;
        padding: 0px 14px;
    }

    .stepsBox ul {
        width: 100%;
        display: flex;
        margin: 0;
        padding: 0 0 0 15px;
    }

        .stepsBox ul li {
            width: 25%;
            float: left;
            position: relative;
            margin-right: 0;
        }

            .stepsBox ul li .step {
              /*  display: block;*/
                width: 115%;
            }

    .requent_req {
        font-size: 12px;
    }

    .passenger_inputs {
        font-size: 13px;
    }

    .datesofbirth {
        font-size: 13px;
    }

   /* .requent_req_child {
        font-size: 12px;
    }*/

    .stepsBox ul li .text {
        padding: 0 5px 0 1px;
        z-index: 1;
        font-size: 9px;
        font-weight: 600;
        position: relative;
        top: 0px;
    }

    .Sort_flight_detail .cityname {
        font-size: 14px;
    }

    .stepsBox ul li .count {
        width: 20px;
        height: 20px;
        line-height: 20px;
        font-size: 8px;
    }

    .stepsBox ul li .line {
        width: 80%;
    }

    .stepsBox ul li.selected.active .count {
        width: 22px;
        height: 22px;
        margin: -2px 0 0 0;
        line-height: 15px;
    }

    .blue_ribbon_bag p {
        font-size: 14px;
    }

    .Sort_flight_detail .airline_detail {
        font-size: 10px;
    }

    .Sort_flight_detail .time {
        font-size: 10px;
    }

    .itenerary_baggage ul li {
        font-size: 12px;
    }

    .stepsBox .back_button {
        text-align: center;
        display: block;
        width: 100% !important;
        margin: 0px 0 10px 0;
        position: static;
    }

    .tppBox .insurance_list li {
        width: 100%;
        float: left;
        margin-bottom: 22px;
        padding-right: 0px;
    }

    .form_dateofbirt {
        margin-bottom: 15px;
    }

    .tppBox .subTitle {
        display: none;
    }

    .check_list_refund ul li {
        width: 99.3%;
    }

    .tppBox .price_Plan {
        font-size: 20px;
        text-align: left;
        position: static;
    }

    .blue_ribbon_bag h4 {
        font-size: 14px;
        margin: 10px 0 10px 0;
    }

    .blue_ribbon_bag ul li {
        padding: 0px 10px 5px 0px;
    }

    .blue_ribbon_bag a {
        font-size: 14px;
    }

    .aarn_nms h6 strong {
        display: block;
        margin: 0 0 0 25px;
    }

    .aarn_nms h6 span {
        margin: 4px 0 0px 35px;
        float: inline-start;
    }

    .life_mainds {
        margin-top: 30px;
    }

    .modalPopup {
        width: 99%;
        margin: 2px auto;
    }

    .modalContent {
        padding: 10px 10px 15px 10px;
        overflow: scroll;
        height: 660px;
    }

    .departtab {
        width: 100%;
    }

    .seatMapLegend {
        width: 100%;
    }

    .plane_front {
        display: none;
    }

    .plane {
        margin: 0px 0;
        width: 100%;
        float: right;
        position: static;
        right: 0;
        background: #fff;
        bottom: 0;
    }

    .seat {
        width: 14%;
        margin: 0 0px 8px;
    }

    .seatMapLegend ul li span {
        display: block !important;
        margin: 10px 0 0 0 !important;
    }

    .seat_rout {
        display: none;
    }

    .seat label {
        line-height: 34px;
    }

    .tcp_main_contBox {
        margin: 25px 0 0 0;
    }

    .tcpServiceColumn {
        width: 34%;
        float: left;
    }

    .tcpoption_Box {
        padding: 5px 5px;
        min-height: 55px;
    }

        .tcpoption_Box h5 {
            font-size: 7px;
            margin: 8px 0 0px 0;
        }

        .tcpoption_Box h6 {
            font-size: 6px;
            padding: 15px 0 0 0;
        }

    .tcpPlanColumn {
        width: 24%;
    }

    .serviceBox_1 img {
        width: 24px;
    }

    .serviceBox_1 h4 {
        font-size: 14px;
    }

    .serviceBox_1 {
        min-height: 130px;
        padding: 15px 0 0 0;
    }

        .serviceBox_1 h5 {
            font-size: 7px;
            margin: 7px 0 7px 0;
        }

        .serviceBox_1 h3 {
            font-size: 12px;
        }

    .most_popular_ribbon {
        width: 66px;
        font-size: 6px;
    }

    .tcpradio input[type="radio"] {
        height: 16px;
        outline: none;
        width: 16px;
    }

        .tcpradio input[type="radio"]:checked {
            box-shadow: inset 0 0 0 0.1875em #406bfc;
        }

    .bills_cs {
        margin: 0px 0 0 0;
    }

    .tcpoption_Box p {
        display: none;
    }

    .paymentdetails {
        text-align: center;
        margin-bottom: 10px;
    }

        .paymentdetails img {
            width: 180px;
        }

    .continue_next {
        width: 100%;
        font-size: 16px;
    }
    .paypal_clone_btn {
        width: 100%;
    }
    .paypal_original_btn{
        width:100%;
    }

    .count_timer h4 {
        font-size: 11px;
    }

    .count_timer h3 {
        font-size: 20px;
    }

        .count_timer h3 img {
            width: 20px;
            margin: -4px 0 0 0;
        }

    .count_timer p {
        font-size: 10px;
    }

    .e_ticket_book {
        padding: 0px 0px;
        width: 100%;
    }

    .mobile_pricsl {
        display: block;
    }

    .make-me-sticky {
        display: none;
    }

    .travel_guard h3 {
        padding: 16px 10px 16px 10px;
        font-size: 14px;
    }

        .travel_guard h3 img {
            width: 55px;
            margin: -5px 0 0 0;
        }
    .life_mainds .lasvegas h4 .psfare_rule {
        display: block;
        float: none;
        width: 100%;
        padding: 14px 0 0 0;
    }

}

@media (min-width: 250px) and (max-width: 319px) {
    .new_travel_ins {
        background: #ffffff !important;
    }
    .timeout_title {
        width: 98%;
        background: #fff;
        margin: 45px auto;
        padding: 50px 25px;
        border-radius: 5px;
        text-align: center;
    }

        .timeout_title a {
            background: #ff6600;
            font-size: 15px;
            color: #fff;
            display: inline-block;
            padding: 6px 8px;
            border-radius: 2px;
            font-weight: 400;
            text-decoration: none;
        }
}

@media (min-width: 320px) and (max-width: 479px) {
    .new_travel_ins {
        background: #ffffff !important;
    }
    .atlas_expired #manage_at_btn {
        display: inline-grid;
        justify-content: center;
        width: 100%;
    }
    #manage_at_btn .repayment_btn_at {
        font-size: 12px;
        padding: 0px 14px;
    }
    #manage_at_btn .backtolist_at {
        margin-bottom: 10px;
        font-size: 12px;
        padding: 0px 14px;
    }
    .atlas_gds_expired #manage_at_gds_btn {
        display: inline-grid;
        justify-content: center;
        width: 100%;
    }

    #manage_at_gds_btn .goHome {
        margin-bottom: 10px;
        font-size: 12px;
        padding: 0px 14px;
    }
    #manage_at_gds_btn .backtolist_at_gds {
        font-size: 12px;
        padding: 0px 14px;
    }

    .timeout_title {
        width: 90%;
        background: #fff;
        margin: 200px auto;
        padding: 50px 25px;
        border-radius: 5px;
        text-align: center;
    }

    .stepsBox ul {
        width: 100%;
        display: flex;
        margin: 0;
        padding: 0;
    }

        .stepsBox ul li {
            width: 25%;
            float: left;
            position: relative;
            margin-right: 0;
        }

            .stepsBox ul li .step {
               /* display: block;*/
                width: 115%;
            }

            .stepsBox ul li .text {
                padding: 0 8px 0 1px;
                z-index: 1;
                font-size: 10px;
                font-weight: 600;
                position: relative;
                top: -1px;
            }

            .stepsBox ul li .count {
                width: 28px;
                height: 28px;
            }

            .stepsBox ul li .line {
                width: 80%;
            }

            .stepsBox ul li.selected.active .count {
                width: 30px;
                height: 30px;
                margin: -2px 0 0 0;
            }

    .Sort_flight_detail .airline_detail {
        font-size: 11px;
    }

    .stepsBox .back_button {
        text-align: center;
        display: block;
        width: 100% !important;
        margin: 0px 0 10px 0;
        position: static;
    }

    .tppBox .insurance_list li {
        width: 100%;
        float: left;
        margin-bottom: 22px;
        padding-right: 0px;
    }

    .form_dateofbirt {
        margin-bottom: 15px;
    }

    .tppBox .subTitle {
        display: none;
    }

    .check_list_refund ul li {
        width: 99.3%;
    }

    .tppBox .price_Plan {
        font-size: 20px;
        text-align: end;
    }

    .aarn_nms h6 strong {
        display: block;
        margin: 0 0 0 25px;
    }

    .aarn_nms h6 span {
        margin: 4px 0 0px 35px;
        float: inline-start;
    }

    .life_mainds {
        margin-top: 30px;
    }

    .modalPopup {
        width: 99%;
        margin: 2px auto;
    }

    .modalContent {
        padding: 10px 10px 15px 10px;
        overflow: scroll;
        height: 660px;
    }

    .departtab {
        width: 100%;
    }

    .seatMapLegend {
        width: 100%;
    }

    .plane_front {
        display: none;
    }

    .plane {
        margin: 0px 0;
        width: 100%;
        float: right;
        position: static;
        right: 0;
        background: #fff;
        bottom: 0;
    }

    .seat {
        width: 14%;
        margin: 0 0px 8px;
    }

    .seatMapLegend ul li span {
        display: block !important;
        margin: 10px 0 0 0 !important;
    }

    .seat_rout {
        display: none;
    }

    .seat label {
        line-height: 34px;
    }

    .tcp_main_contBox {
        margin: 25px 0 0 0;
    }

    .tcpServiceColumn {
        width: 34%;
        float: left;
    }

    .tcpoption_Box {
        padding: 5px 5px;
        min-height: 55px;
    }

        .tcpoption_Box h5 {
            font-size: 11px;
            margin: 8px 0 0px 0;
        }

        .tcpoption_Box h6 {
            font-size: 10px;
            padding: 15px 0 0 0;
        }

    .tcpPlanColumn {
        width: 24%;
    }

    .serviceBox_1 img {
        width: 24px;
    }

    .serviceBox_1 h4 {
        font-size: 14px;
    }

    .serviceBox_1 {
        min-height: 130px;
        padding: 15px 0 0 0;
    }

        .serviceBox_1 h5 {
            font-size: 12px;
            margin: 7px 0 7px 0;
        }

        .serviceBox_1 h3 {
            font-size: 17px;
        }

    .most_popular_ribbon {
        width: 90px;
        font-size: 10px;
    }

    .tcpradio input[type="radio"] {
        height: 16px;
        outline: none;
        width: 16px;
    }

        .tcpradio input[type="radio"]:checked {
            box-shadow: inset 0 0 0 0.1875em #406bfc;
        }

    .bills_cs {
        margin: 0px 0 0 0;
    }

    .tcpoption_Box p {
        display: none;
    }

    .paymentdetails {
        text-align: center;
        margin-bottom: 10px;
    }

    .continue_next {
        width: 80%;
    }
    .paypal_clone_btn{
        width:206px;
        height:34px;
        margin: 0px 0px 6px 89px;

    }
        .paypal_clone_btn img{
            height:18px;
        }
        .paypal_original_btn {
            width: 80%;
            padding-left: 90px;
        }

    .e_ticket_book {
        padding: 0px 0px;
        width: 100%;
    }

    .mobile_pricsl {
        display: block;
    }

    .make-me-sticky {
        display: none;
    }

    .travel_guard h3 {
        padding: 16px 10px 16px 10px;
        font-size: 14px;
    }

        .travel_guard h3 img {
            width: 55px;
            margin: -5px 0 0 0;
        }
    .life_mainds .lasvegas h4 .psfare_rule {
        display: block;
        float: none;
        width: 100%;
        padding: 14px 0 0 0;
    }

}

@media (min-width: 480px) and (max-width: 767px) {
    .atlas_expired #manage_at_btn {
        display: inline-grid;
        justify-content: center;
        width: 100%;
    }
    #manage_at_btn .repayment_btn_at {
        font-size: 12px;
        padding: 0px 14px;
    }

    #manage_at_btn .backtolist_at {
        margin-bottom: 10px;
        font-size: 12px;
        padding: 0px 14px;
    }
    .atlas_gds_expired #manage_at_gds_btn {
        display: inline-grid;
        justify-content: center;
        width: 100%;        
    }

    #manage_at_gds_btn .goHome {
        margin-bottom: 10px;
        font-size: 12px;
        padding: 0px 14px;
    }
    #manage_at_gds_btn .backtolist_at_gds {
        font-size: 12px;
        padding: 0px 14px;
    }

    .timeout_title {
        width: 78%;
        background: #fff;
        margin: 200px auto;
        padding: 50px 25px;
        border-radius: 5px;
        text-align: center;
    }

    .stepsBox ul {
        width: 100%;
        display: flex;
        margin: 0;
        padding: 0;
    }

        .stepsBox ul li {
            width: 25%;
            float: left;
            position: relative;
            margin-right: 0;
        }

            .stepsBox ul li .step {
              /*  display: block;*/
                width: 115%;
            }

            .stepsBox ul li .text {
                padding: 0 8px 0 1px;
                z-index: 1;
                font-size: 10px;
                font-weight: 600;
                position: relative;
                top: -1px;
            }

            .stepsBox ul li .count {
                width: 28px;
                height: 28px;
            }

            .stepsBox ul li .line {
                width: 80%;
            }

            .stepsBox ul li.selected.active .count {
                width: 30px;
                height: 30px;
                margin: -2px 0 0 0;
            }

    .Sort_flight_detail .airline_detail {
        font-size: 11px;
    }

    .stepsBox .back_button {
        text-align: center;
        display: block;
        width: 100% !important;
        margin: 0px 0 10px 0;
        position: static;
    }

    .tppBox .insurance_list li {
        width: 100%;
        float: left;
        margin-bottom: 22px;
        padding-right: 0px;
    }

    .form_dateofbirt {
        margin-bottom: 15px;
    }

    .tppBox .subTitle {
        display: none;
    }

    .check_list_refund ul li {
        width: 99.3%;
    }

    .tppBox .price_Plan {
        font-size: 20px;
        text-align: end;
    }

    .aarn_nms h6 strong {
        display: block;
        margin: 0 0 0 25px;
    }

    .aarn_nms h6 span {
        margin: 4px 0 0px 35px;
        float: inline-start;
    }

    .life_mainds {
        margin-top: 30px;
    }

    .modalPopup {
        width: 99%;
        margin: 2px auto;
    }

    .modalContent {
        padding: 10px 10px 15px 10px;
        overflow: scroll;
        height: 660px;
    }

    .departtab {
        width: 100%;
    }

    .seatMapLegend {
        width: 100%;
    }

    .plane_front {
        display: none;
    }

    .plane {
        margin: 0px 0;
        width: 100%;
        float: right;
        position: static;
        right: 0;
        background: #fff;
        bottom: 0;
    }

    .seat {
        width: 14%;
        margin: 0 0px 8px;
    }

    .seatMapLegend ul li span {
        display: block !important;
        margin: 10px 0 0 0 !important;
    }

    .seat_rout {
        display: none;
    }

    .seat label {
        line-height: 34px;
    }

    .card_info_expry {
        font-size: 10px;
        margin: 1px 0 0 0;
    }

    .tcp_main_contBox {
        margin: 25px 0 0 0;
    }

    .tcpServiceColumn {
        width: 34%;
        float: left;
    }

    .tcpoption_Box {
        padding: 5px 5px;
        min-height: 55px;
    }

        .tcpoption_Box h5 {
            font-size: 11px;
            margin: 8px 0 0px 0;
        }

        .tcpoption_Box h6 {
            font-size: 10px;
            padding: 15px 0 0 0;
        }

    .tcpPlanColumn {
        width: 24%;
    }

    .serviceBox_1 img {
        width: 24px;
    }

    .serviceBox_1 h4 {
        font-size: 14px;
    }

    .serviceBox_1 {
        min-height: 130px;
        padding: 15px 0 0 0;
    }

        .serviceBox_1 h5 {
            font-size: 12px;
            margin: 7px 0 7px 0;
        }

        .serviceBox_1 h3 {
            font-size: 17px;
        }

    .most_popular_ribbon {
        width: 90px;
        font-size: 10px;
    }

    .tcpradio input[type="radio"] {
        height: 16px;
        outline: none;
        width: 16px;
    }

        .tcpradio input[type="radio"]:checked {
            box-shadow: inset 0 0 0 0.1875em #406bfc;
        }

    .bills_cs {
        margin: 0px 0 0 0;
    }

    .tcpoption_Box p {
        display: none;
    }

    .paymentdetails {
        text-align: center;
        margin-bottom: 10px;
    }

    .continue_next {
        width: 80%;
    }
    .paypal_clone_btn {
        width: 214px;
        height: 33px;
        margin: 0px 0px 6px 226px;
    }

        .paypal_clone_btn img {
            height: 18px;
        }
    .paypal_original_btn {
        width: 80%;
        padding-left: 180px;
    }

    .e_ticket_book {
        padding: 0px 0px;
        width: 100%;
    }

    .mobile_pricsl {
        display: block;
    }

    .make-me-sticky {
        display: none;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
        .timeout_title {
        width: 50%;
        background: #fff;
        margin: 200px auto;
        padding: 50px 25px;
        border-radius: 5px;
        text-align: center;
    }

    .stepsBox ul {
        list-style: none;
        width: 80%;
        margin: 0 auto;
    }

    .tcpoption_Box p {
        font-size: 11px;
    }

    .most_popular_ribbon {
        width: 159px;
    }

    .bills_cs {
        margin: 0px 0 0 0;
    }

    .paymentdetails {
        text-align: end;
        margin-bottom: 15px;
    }

    .card_info_expry {
        font-size: 10px;
        margin: 10px 0 0 0;
    }

    .mobile_pricsl {
        display: block;
    }

    .make-me-sticky {
        display: none;
    }
    .paypal_clone_btn{
        width:283px;
        height:34px;
        margin:0px 0px 6px 226px;
    }
    .paypal_clone_btn img{
        height:18px;
    }
}


/* Create a custom radio button */
.checkmark_prot {
    position: absolute;
    top: 7px;
    left: 0px;
    height: 20px;
    width: 20.5px;
    background-color: #fff !important;
    border-radius: 50%;
    border: 1px solid #005dba !important;
    box-shadow: #005dba 0 0 4px inset;
}

/* On mouse-over, add a grey background color */
.customradio:hover input ~ .checkmark_prot {
    background-color: transparent;
}

/* When the radio button is checked, add a blue background */
.customradio input:checked ~ .checkmark_prot {
    background-color: white;
    border: 1px solid #5d5d5d;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark_prot:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.customradio input:checked ~ .checkmark_prot:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.customradio .checkmark_prot:after {
    top: 5px;
    left: 5px;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #005dba;
}