﻿
.content-inner {
    background: #e6f0ff;
}

/*--BUS RESULT MODIFY start--*/
.modify_top {
    background: #113888;
    padding: 10px 0;
    color: #ffffff;
}

    .modify_top .title1 {
        display: block;
        font-size: 12px;
        font-weight: 500;
        margin: 0;
        color: #60beff;
    }

    .modify_top .title2 {
        display: block;
        font-size: 15px;
        font-weight: 300;
    }

    .modify_top .btn_modify {
        background: #d7074e;
        font-size: 14px;
        color: #ffffff !important;
        padding: 10px 15px;
        display: inline-block;
        border-radius: 3px;
        outline: none;
        text-decoration: none !important;
        cursor: pointer;
    }

        .modify_top .btn_modify:hover {
            background: #002652;
        }

@media screen and (min-width:320px) and (max-width:767px) {
    .modify_top .title1 {
        font-size: 10px;
        margin: 0;
    }

    .modify_top .title2 {
        font-size: 13px;
        margin-bottom: 8px;
    }

    .modify_top .btn_modify {
        font-size: 12px;
        margin-top: 0px;
    }
}
/*--BUS RESULT MODIFY end--*/

.eng_content {
    background: #113888;
    display: inline-block;
    padding: 10px;
    width: 100%;
    border-radius: 2px;
    border-top: 1px solid rgb(255 255 255 / 30%);
    padding-bottom: 15px;
}

.eng_row {
    background: #ffffff;
    display: flex;
    border-radius: 8px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
    border: 0;
    width: 100%;
}

#bus-engine.eng_row .eng_col1 {
    width: 34%;
    max-width: 500px;
    border-right: 1px solid #dddddd;
    position: relative;
    height: 110px;
    display: inline-block;
}

.eng_row #from-Box {
    border-radius: 8px 0 0 8px;
    transition: all 0.15s linear;
    padding: 12px 15px;
    height: 110px;
    width: 100%;
}

.eng_row .eng_lbl {
    display: inline-block;
    width: 100%;
    font-size: 14px;
    padding-left: 2px;
    margin-bottom: 5px;
    font-weight: 600;
    color: #3F51B5;
    pointer-events: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.eng_row .Airport_City {
    display: inline-block;
    width: 100%;
    font-size: 28px;
    font-weight: 700;
    line-height: 38px;
    color: #000000;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    pointer-events: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    vertical-align: top;
    margin-bottom: 2px;
}

.eng_row .Airport_Name {
    display: inline-block;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    font-size: 14px;
    padding-left: 2px;
    line-height: 18px;
    text-overflow: ellipsis;
    color: #333333;
    pointer-events: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.eng_row #to-Box {
    border-radius: 8px 0 0 8px;
    transition: all 0.15s linear;
    padding: 12px 15px 12px 25px;
    height: 110px;
    width: 100%;
}

.eng_row .swap {
    display: block;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    right: -18px;
    transform: translate(0, -50%);
    box-shadow: 2px 3px 10px rgb(0 0 0 / 10%);
    z-index: 1;
}

    .eng_row .swap .icon_swap {
        display: block;
        width: 34px;
        height: 34px;
        border-radius: 50%;
        cursor: pointer;
        background: #ffffff url(../../images/swap.svg) no-repeat center;
        transition: all 0.3s;
    }


#bus-engine.eng_row .eng_col2 {
    width: 280px;
    border-right: 1px solid #dddddd;
    position: relative;
    height: 110px;
    display: inline-block;
}

.eng_row .calendar_box {
    transition: all 0.15s linear;
    padding: 12px 15px;
    height: 110px;
    width: 100%;
}

    .eng_row .calendar_box .txtCalendar {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        opacity: 0 !important;
        outline: none;
        border: 0;
        cursor: pointer;
        border-radius: 0 !important;
        z-index: 0;
    }

.eng_row .rowDate {
    display: flex;
    align-items: end;
    margin-bottom: 6px;
    pointer-events: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .eng_row .rowDate .lblDay {
        font-size: 30px;
        font-weight: 700;
        line-height: 28px;
        margin-right: 5px;
    }

    .eng_row .rowDate .lblMonth {
        font-size: 18px;
        font-weight: 400;
        line-height: 18px;
        margin-right: 5px;
    }

    .eng_row .rowDate .lblYear {
        font-size: 18px;
        font-weight: 400;
        line-height: 18px;
    }

.eng_row .lblDayName {
    display: inline-block;
    width: 100%;
    font-size: 14px;
    padding-left: 2px;
    line-height: 18px;
    color: #333333;
    pointer-events: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.eng_row .btn_search {
    border: 0;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    font-size: 20px;
    font-weight: 600;
    background-image: linear-gradient(to right, #f13528, #d7074e);
    color: #ffffff;
    letter-spacing: 1px;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .eng_row .btn_search:hover {
        background-image: linear-gradient(to right, #d7074e, #f13528);
    }

.eng_row .p2 {
    padding: 12px;
}

.eng_row .eng_col4 {
    width: 150px;
    position: relative;
    height: 110px;
    display: inline-block;
    vertical-align: top;
}

.hotel-result {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}

    .hotel-result .result_box {
        margin: 10px 0;
        display: block;
        width: calc(100% - 250px);
        flex: 0 0 auto;
        padding-left: 20px;
    }










    .hotel-result .filter_result {
        display: block;
        background: #ffffff;
        width: 250px;
        margin-top: 10px;
        box-shadow: 0 3px 10px rgb(0 0 0 / 0.05);
        padding: 15px;
        margin-bottom: 30px;
    }

.btn_clear {
    border: 0;
    font-size: 13px;
    background: #ffffff;
    padding: 2px 5px;
    margin: 0 auto;
    color: #005395;
    font-weight: 400;
}

    .btn_clear:hover {
        background: #e6f0ff;
    }

.panel {
    border-bottom: 1px solid #ebebeb;
    padding: 8px 0;
}

.panel-heading a {
    display: block;
    text-decoration: none;
    font-size: 15px;
    color: #222222;
    font-weight: 600;
    position: relative;
    padding: 5px 0;
}

    .panel-heading a::after {
        font-family: "bootstrap-icons";
        right: 0;
        position: absolute;
        font-size: 16px;
        color: #666666;
    }

    .panel-heading a[aria-expanded="true"]::after {
        content: "\F2EA";
    }

    .panel-heading a[aria-expanded="false"]::after {
        content: "\F4FE";
    }

.ftr_list {
    max-height: 300px;
    overflow-y: auto;
}

    .ftr_list::-webkit-scrollbar {
        width: 10px;
    }

    .ftr_list::-webkit-scrollbar-track {
        background: #f1f1f1;
    }

    .ftr_list::-webkit-scrollbar-thumb {
        background: #95deff;
    }

        .ftr_list::-webkit-scrollbar-thumb:hover {
            background: #63b6f3;
        }

.opt {
    padding: 0;
    display: block;
    overflow: hidden;
    position: relative;
    margin: 10px 0;
    padding-left: 10px;
}

    .opt label {
        display: block;
        padding-left: 15px;
        font-size: 13px;
        color: #333333;
        font-weight: 500;
        cursor: pointer;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }

        .opt label img {
            width: 20px;
            margin-right: 5px;
        }

    .opt input[type="checkbox"] {
        display: none;
    }

        .opt input[type="checkbox"] + label:before {
            background: #ffffff;
            content: "";
            height: 16px;
            left: 0;
            position: absolute;
            top: 50%;
            width: 16px;
            border: 1px solid #2bbae4;
            transform: translateY(-50%);
            font-size: 14px;
            line-height: 14px;
        }

        .opt input[type="checkbox"]:checked + label:before {
            content: "\F272";
            font-family: "bootstrap-icons";
            background: #2bbae4;
            color: #ffffff;
        }

.modal .modal-body iframe {
    width: 100%;
}




.result .title {
    background: #ececec;
    padding: 0;
    margin: 0;
    display: inline-block;
    width: 100%;
    border: 1px solid #e6e6e6;
}

.result .col1 {
    width: 28%;
    display: inline-block;
    float: left;
    padding: 5px;
    position: relative;
    padding-left: 20px;
}

.result .col2 {
    width: 18%;
    display: inline-block;
    float: left;
    padding: 5px;
    padding-left: 15px;
}

.result .col3 {
    width: 8%;
    display: inline-block;
    float: left;
    padding: 5px;
}

.result .col4 {
    width: 20%;
    display: inline-block;
    float: left;
    padding: 5px;
    text-align: right;
}

.result .title .lbl {
    font-size: 13px;
    color: #333333;
    text-decoration: none;
    font-weight: 500;
}

.result .result_list {
    width: 100%;
    display: inline-block;
    border: 1px solid #e2e2e2;
    background: #ffffff;
    position: relative;
    margin: 2px 0;
}

    .result .result_list:hover {
        border-color: #ffffff;
        box-shadow: 0px 1px 6px 1px rgba(0, 0, 0, 0.2);
    }

.result .result_row {
    width: 100%;
    display: inline-block;
    background: #ffffff;
    padding: 10px 5px;
    position: relative;
}

.bus_name {
    font-size: 18px;
    font-weight: 600;
    display: block;
    margin-bottom: 5px;
}

.bus_type {
    font-size: 13px;
    display: block;
    color: #777777;
}

span.bus_time {
    display: block;
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 10px;
}

span.bus_place {
    display: block;
    font-size: 14px;
    color: #777777;
}

span.bus_date {
    display: block;
    font-size: 12px;
    color: #777777;
}

span.bus_arrow {
    font-size: 24px;
    color: #888888;
    display: block;
    line-height: 24px;
}

span.bus_duration {
    display: block;
    font-size: 14px;
    font-weight: 500;
    color: #888888;
}

span.bus_seat_icon {
    display: block;
    text-align: center;
    margin-bottom: 10px;
}

span.bus_seats {
    display: block;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    line-height: 14px;
}

span.bus_seats_lbl {
    display: block;
    text-align: center;
    font-size: 12px;
    color: #777777;
}

span.bus_price {
    display: block;
    font-size: 22px;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 10px;
    text-align: center;
}

.bus_viewseats {
    background: #00537d;
    border: 0;
    color: #fff;
    padding: 8px 20px;
    display: table;
    font-size: 14px;
    text-transform: uppercase;
    text-decoration: none !important;
    border-radius: 5px;
    font-weight: 500;
    cursor: pointer;
    margin: 0 auto;
}

    .bus_viewseats:hover {
        background: #002652;
    }



/*-- START 'hotel-loader' --*/
.hotelLoader {
    background: #e6f0ff;
    width: 100%;
}

    .hotelLoader .loader-bar {
        width: 100%;
        height: 10px;
        display: flex;
        background: #dddddd;
    }

        .hotelLoader .loader-bar .loaderprogress {
            background: #d6074d;
            width: 0;
            border-radius: 0 3px 3px 0;
            opacity: 1;
            -webkit-animation: load-in 1.8s forwards;
            animation: loadin 1.8s forwards;
        }


@keyframes loadin {
    50% {
        width: 50%;
    }

    100% {
        width: 80%;
    }
}

.loader-bar .loaderprogress .loaderblink {
    height: 10px;
    background-color: #fb397b;
    width: 0;
    -webkit-animation: loadout 1.5s infinite;
    animation: loadout 1.5s infinite;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    display: block;
    border-radius: 0 2px 2px 0;
}

@keyframes loadout {
    0% {
        width: 0;
    }

    100% {
        width: 100%;
    }
}




.right_section {
    position: sticky;
    -webkit-position: sticky;
    top: 0;
    z-index: 1;
}

.section_title {
    color: #111111;
    font-size: 18px;
    font-weight: 500;
    margin-top: 10px;
    display: inline-block;
}

.fare_detail {
    margin-top: 5px;
}

    .fare_detail .fare_detail_panel {
        background: #ffffff;
        border: 1px solid #e6e6e6;
        width: 100%;
        display: inline-block;
    }

        .fare_detail .fare_detail_panel .head {
            background: #00537d;
            color: #ffffff;
            font-size: 18px;
            font-weight: 600;
            padding: 5px 15px;
        }

        .fare_detail .fare_detail_panel .content {
            padding: 10px 15px;
        }

            .fare_detail .fare_detail_panel .content .price_panel {
                border-bottom: 1px solid #eeeeee;
                margin-bottom: 0;
                font-size: 13px;
                font-weight: 400;
                color: #444444;
                padding: 10px 0;
                display: flex;
                width: 100%;
                justify-content: space-between;
            }

                .fare_detail .fare_detail_panel .content .price_panel[data-bs-toggle="collapse"] {
                    cursor: pointer;
                }

                .fare_detail .fare_detail_panel .content .price_panel .titel {
                    font-weight: 500;
                    color: #444444;
                }

                    .fare_detail .fare_detail_panel .content .price_panel .titel .traveler {
                        font-weight: 400;
                        margin-left: 5px;
                    }

                    .fare_detail .fare_detail_panel .content .price_panel .titel .icon {
                        color: #8e8e8e;
                        cursor: pointer;
                        margin: 0 5px;
                    }

                .fare_detail .fare_detail_panel .content .price_panel .price {
                    color: #444444;
                }

            .fare_detail .fare_detail_panel .content .price_detail_box {
                background: #efefef;
            }

                .fare_detail .fare_detail_panel .content .price_detail_box .price_detail {
                    margin-bottom: 0;
                    font-size: 12px;
                    padding: 3px 8px;
                    border-bottom: 1px solid #eaeaea;
                    color: #666666;
                    font-weight: 400;
                    display: flex;
                }

                    .fare_detail .fare_detail_panel .content .price_detail_box .price_detail .text {
                        width: 50%;
                        display: inline-block;
                    }

                    .fare_detail .fare_detail_panel .content .price_detail_box .price_detail .price {
                        display: inline-block;
                        width: 50%;
                        text-align: right;
                    }

        .fare_detail .fare_detail_panel .f_total {
            display: flex;
            width: 100%;
            justify-content: space-between;
            font-size: 16px;
            font-weight: 600;
            color: #111111;
            padding: 10px 0 0;
        }

        .fare_detail .fare_detail_panel .pay_total {
            display: flex;
            width: 100%;
            justify-content: space-between;
            font-size: 18px;
            font-weight: 600;
            padding: 10px 15px;
            border-top: 1px solid #dddddd;
        }

.btn_back {
    font-size: 14px;
    text-decoration: none;
    font-weight: 600;
    color: #111111;
    border: 0;
    display: inline-block;
    padding: 2px 0;
    position: relative;
    margin-top: 10px;
}

.right_section {
    position: sticky;
    -webkit-position: sticky;
    top: 0;
    z-index: 1;
}

.section_title {
    color: #111111;
    font-size: 18px;
    font-weight: 500;
    margin-top: 10px;
    display: inline-block;
}

.btn_back:hover {
    text-decoration: none;
    cursor: pointer;
    color: #e91e63;
}

.btn_back::after {
    content: "";
    left: 0;
    bottom: -2px;
    width: 0%;
    height: 2px;
    position: absolute;
    background: #e91e63;
    transition: all .5s ease;
}

.btn_back:hover::after {
    width: 100%;
}


.view_box {
    background: #ffffff;
    border: 1px solid #e4e4e4;
    width: 100%;
    display: inline-block;
    margin: 5px 0;
}

/*------------ 'Promo code' START ----------------*/
.promo_section {
}

    .promo_section .promocode-box {
        padding: 15px;
    }

        .promo_section .promocode-box .title1 {
            font-size: 14px;
            color: #111111;
            font-weight: 500;
            display: block;
            margin-bottom: 10px;
        }

        .promo_section .promocode-box .inpup_promo {
            display: flex;
            align-items: center;
            width: 100%;
            margin-bottom: 5px;
            position: relative;
        }

            .promo_section .promocode-box .inpup_promo .txt_promo {
                width: 100%;
                height: 38px;
                padding: 0 15px;
                border: 1px solid #e3e3e3;
                outline: none;
                font-size: 14px;
            }

                .promo_section .promocode-box .inpup_promo .txt_promo:focus {
                    border-color: #027fe3;
                }

            .promo_section .promocode-box .inpup_promo .btn_promo {
                border: 0;
                font-size: 14px;
                font-weight: 500;
                height: 36px;
                padding: 0 15px;
                background: #f1f1f1;
                color: #000000;
                position: absolute;
                right: 1px;
            }

                .promo_section .promocode-box .inpup_promo .btn_promo:hover {
                    background: #e7e7e7;
                }

        .promo_section .promocode-box .promo-success {
            font-size: 13px;
            display: block;
            color: #00af68;
            font-weight: 400;
            margin-bottom: 5px;
        }

        .promo_section .promocode-box .promo-error {
            font-size: 13px;
            display: block;
            color: #ff0000;
            font-weight: 400;
            margin-bottom: 5px;
        }

    .promo_section .seprator {
        display: inline-block;
        width: 100%;
        border-top: 1px dashed #bbbbbb;
        position: relative;
        margin: 10px 0;
    }

        .promo_section .seprator i {
            border: 1px solid #dfdfdf;
            font-size: 14px;
            font-weight: 500;
            display: inline-flex;
            width: 30px;
            height: 30px;
            justify-content: center;
            align-items: center;
            border-radius: 50%;
            background: #f1f1f1;
            position: absolute;
            left: 50%;
            top: 50%;
            transform: translate(-50%, -50%);
        }

    .promo_section .promocode-list {
        max-height: 380px;
        overflow-y: auto;
        padding: 0;
    }

        .promo_section .promocode-list li {
            list-style: none;
        }

            .promo_section .promocode-list li:last-child .promocode {
                border-bottom: 0;
            }

            .promo_section .promocode-list li .promocode {
                padding: 8px 3px;
                border-bottom: 1px solid #e9e9e9;
            }

                .promo_section .promocode-list li .promocode .promorbtn {
                    display: flex;
                    align-items: center;
                }

                    .promo_section .promocode-list li .promocode .promorbtn input[type="radio"] {
                        transform: scale(1.2);
                        margin-right: 10px;
                        cursor: pointer;
                    }

                    .promo_section .promocode-list li .promocode .promorbtn label {
                        font-size: 14px;
                        text-transform: uppercase;
                        font-weight: 600;
                        color: #111111;
                        cursor: pointer;
                    }

                .promo_section .promocode-list li .promocode .code-desc {
                    padding-left: 25px;
                    font-size: 12px;
                    color: #666666;
                    font-weight: 400;
                    margin-bottom: 5px;
                }
/*------------ 'Promo code' END ----------------*/



.partially-refundable {
    font-size: 13px;
    color: #307d01;
    font-weight: 500;
    margin-right: 15px;
}

.btn_farerules {
    text-decoration: none;
    font-size: 14px;
    color: #333333;
    font-weight: 600;
    position: relative;
}

    .btn_farerules i {
        color: #f00;
    }

    .btn_farerules:hover {
        text-decoration: none;
        cursor: pointer;
        color: #e91e63;
    }

    .btn_farerules::after {
        content: "";
        left: 0;
        bottom: -2px;
        width: 0%;
        height: 2px;
        position: absolute;
        background: #e91e63;
        transition: all .5s ease;
    }

    .btn_farerules:hover::after {
        width: 100%;
    }

.tbl_style1 td {
    font-size: 13px;
    color: #111111;
}

.tbl_style1 ul {
    margin: 15px 0;
    color: #555555;
}

    .tbl_style1 ul li {
        margin-bottom: 5px;
    }


.btn_add {
    border: 1px solid #005a99;
    padding: 5px 15px;
    display: inline-block;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    border-radius: 3px;
    color: #005a99;
    cursor: pointer;
    outline: none;
}

    .btn_add[aria-expanded="true"] {
        position: relative;
    }

        .btn_add[aria-expanded="true"]::after {
            position: absolute;
            content: '\f00d';
            font-family: FontAwesome;
            color: #ffffff;
            left: -1px;
            right: -1px;
            text-align: center;
            top: -1px;
            bottom: -1px;
            display: flex;
            justify-content: center;
            align-items: center;
            background: #f00;
            border-radius: 3px;
        }

.btn_loginguest {
    padding: 8px 10px;
    border-radius: 2px;
    background: #005A99;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    text-align: center;
    text-decoration: none;
}

    .btn_loginguest:hover {
        background: #02365a;
        color: #fff;
    }

.link_login {
    padding: 8px 10px;
    border-radius: 2px;
    font-size: 14px;
    font-weight: 500;
    color: #005a99;
    text-align: center;
    margin-right: 15px;
}

    .link_login:hover {
        background: #e7f4ff;
        text-decoration: none;
    }

.accordion_traveler {
    border: 1px solid #e3e3e3;
    margin: 15px 0;
}

.accordion_header {
    background: #f4f4f6;
    padding: 10px;
    color: #b31010;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    position: relative;
    padding-left: 35px;
}

    .accordion_header::before {
        flex-shrink: 0;
        width: 1.25rem;
        height: 1.25rem;
        margin-left: auto;
        content: "\F285";
        font-size: 14px;
        transition: transform .2s ease-in-out;
        font-family: 'bootstrap-icons';
        position: absolute;
        left: 10px;
        text-align: center;
        color: #666666;
        transform: rotate(90deg);
    }

    .accordion_header.collapsed::before {
        transform: rotate(0deg);
    }

.accordion_body {
    padding: 10px;
}

.form-group {
    position: relative;
    z-index: 1;
    margin: 0;
}

.form-label {
    position: absolute;
    left: 7px;
    top: 13px;
    color: #666666;
    font-weight: 400;
    background-color: #fff;
    z-index: 10;
    -webkit-transition: color .2s ease-out, -webkit-transform .2s ease-out;
    transition: color .2s ease-out, -webkit-transform .2s ease-out;
    transition: transform .2s ease-out, color .2s ease-out;
    transition: transform .2s ease-out, color .2s ease-out, -webkit-transform .2s ease-out;
    -webkit-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    text-align: initial;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    cursor: inherit;
    z-index: 1;
    font-size: 14px;
    padding: 0 5px;
    pointer-events: none;
    white-space: nowrap;
}

.form-input {
    border: 1px solid #bbbbbb;
    border-radius: 3px;
    outline: none;
    height: 38px;
    width: 100%;
    font-size: 14px;
    margin: 0 0 8px 0;
    padding: 0 10px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: border .3s, -webkit-box-shadow .3s;
    transition: border .3s, -webkit-box-shadow .3s;
    transition: box-shadow .3s, border .3s;
    transition: box-shadow .3s, border .3s, -webkit-box-shadow .3s;
    position: relative;
    margin-top: 5px;
    margin-bottom: 10px;
    max-width: 180px;
}

    .form-input::placeholder {
        color: #aaaaaa;
        opacity: 0;
        font-weight: 300;
    }

    .form-input:hover {
        border-color: #72b9f1;
    }

    .form-input:focus {
        border-color: #027fe3;
    }

.form-group.focused .form-input::placeholder {
    opacity: 1;
}

.focused .form-label {
    -webkit-transform: translateY(-14px) scale(0.8);
    transform: translateY(-18px) scale(0.8);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    color: #111111;
    font-weight: 400;
}

.passenger-wrap {
    display: flex;
    padding: 10px;
    border-bottom: 1px solid #ebebeb;
    margin-bottom: 5px;
}

    .passenger-wrap:last-child {
        border-bottom: none;
    }

span.ps_title {
    font-size: 14px;
    font-weight: 600;
    padding: 12px 15px 0 0;
    min-width: 80px;
}

.psrow {
    flex-direction: row;
    flex-flow: wrap;
    box-sizing: border-box;
    display: flex;
    place-content: flex-start;
    align-items: flex-start;
    column-gap: 15px;
    margin-bottom: 5px;
}

.info_msg {
    color: #d93812;
    font-size: 13px;
    font-weight: 400;
}

    .info_msg i {
        margin-right: 10px;
    }

.btn_toggle {
    font-size: 13px;
    text-decoration: none;
    color: #005ca5;
    margin-bottom: 10px;
    display: inline-block;
    width: 100%;
    font-weight: 500;
}

    .btn_toggle::before {
        flex-shrink: 0;
        margin-left: auto;
        content: "\F2EA";
        font-size: 14px;
        transition: transform .2s ease-in-out;
        font-family: 'bootstrap-icons';
        color: #005ca5;
        vertical-align: middle;
    }

    .btn_toggle.collapsed::before {
        content: "\F4FE";
    }

.flyer_name {
    font-size: 13px;
    font-weight: 500;
    display: inline-block;
    margin-top: 12px;
    padding-left: 5px;
}

.fare_detail {
    margin-top: 5px;
}

.btn_paynow {
    background: #005a99;
    color: #ffffff;
    border: 0;
    display: inline-block;
    margin: 5px 0;
    font-size: 18px;
    padding: 8px 20px;
    border-radius: 3px;
    text-transform: uppercase;
    font-weight: 600;
    outline: none;
    cursor: pointer;
}

    .btn_paynow:hover {
        background: #02365a;
    }

/*------------------- New CSS----------------------*/
.view_box {
    background: #ffffff;
    border: 1px solid #e4e4e4;
    width: 100%;
    display: inline-block;
    margin: 5px 0;
}

.preview_head {
    display: flex;
    justify-content: space-between;
    padding: 10px;
    align-items: center;
}

.bus_preview_head {
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 8px 15px;
}

.title {
    color: #111111;
    font-size: 16px;
    font-weight: 500;
    align-items: center;
}

.bus_preview_head .title img {
    width: 34px;
    min-width: 34px;
    margin: 8px 15px 8px 0;
}

.title .subtitle {
    font-size: 13px;
    display: block;
    font-weight: 400;
    color: #666666;
}




.bus_preview_details {
    display: flex;
    flex-flow: wrap;
    background: #f3f3f3;
    padding: 0px 15px;
    justify-content: space-between;
}

    .bus_preview_details .preview_col {
        display: flex;
        align-items: center;
        padding: 10px 0;
    }

    .bus_preview_details .b_icon {
        margin-right: 10px;
        font-size: 38px;
        padding: 0 5px;
    }

    .bus_preview_details .t1 {
        font-size: 16px;
        display: block;
        font-weight: 500;
    }

    .bus_preview_details .t2 {
        font-size: 14px;
        display: block;
        font-weight: 600;
        color: #666666;
    }

.bus_preview_content {
    display: flex;
    justify-content: center;
    padding: 15px;
    border: 1px solid #f5f5f5;
}

    .bus_preview_content .box {
        width: 35%;
        max-width: 200px;
    }

    .bus_preview_content .l1 {
        display: block;
        font-size: 25px;
        font-weight: 400;
        color: #000;
    }

    .bus_preview_content .l2 {
        display: block;
        color: #000;
        font-size: 15px;
        font-weight: 500;
    }

    .bus_preview_content .l3 {
        display: block;
        font-size: 12px;
        color: #444444;
    }

    .bus_preview_content .duration {
        min-width: 25%;
        text-align: center;
    }

        .bus_preview_content .duration .t_time {
            display: block;
            font-size: 14px;
            margin-top: 30px;
        }

        .bus_preview_content .duration .t_arrow {
            border-top: 1px dashed #b4b4b4;
            width: 80px;
            display: block;
            margin: 15px auto;
            position: relative;
        }

            .bus_preview_content .duration .t_arrow i {
                background: #e4e4e4;
                position: absolute;
                left: 50%;
                top: 50%;
                transform: translate(-50%, -50%);
                width: 20px;
                height: 20px;
                border-radius: 20px;
                display: flex;
                justify-content: center;
                align-items: center;
                font-size: 12px;
            }
