/* ============== Mobile Portrait ============== */

@media only screen and (max-width: 575px) {
    .common_dashed_border{
        border-right: none;
    }

    .vehicle_heading{
        font-size: 16px;
    }

    .mobile_text{
        padding-top: 6%;
    }

    .custom_accordion_btn,
    .mobile_text p{
        font-size: 14px !important;
    }

    .help_text{
        font-size: 12px !important;
    }

    .bus_orientation {
        border-radius: 15px 6px 6px 15px;
    }

    .bus_head{
        position: absolute;
        visibility:hidden;
        display: none !important;
    }

    .bus_body {
        padding: 2px 7px;
        height: 170px;
    }
    .seat_column {
        margin-right: -2px;
    }

    .bus_seat {
        border-radius: 4px;
        padding: 4px 6px;
        margin: 5px 0 5px -4px;
        font-size: 9px;
        width: 25px;
    }

    .time_select{
        display: flex;
        justify-content: space-around;
        align-items: center;
    }

    .bus_operator_select,
    .multiselect-input{
        background-color: #ffe6e1 !important;
    }
}


/* ============== Mobile Landscape ============== */

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .common_dashed_border{
        border-right: none;
    }
    .vehicle_heading{
        font-size: 16px;
    }
    .custom_accordion_btn,
    .mobile_text p{
        font-size: 14px !important;
    }
}


/* ============== Small Device ============== */

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .common_dashed_border{
        border-right: none;
    }
}


/* ============== Medium Device ============== */

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .ticket_detail{
        height: 85px;
    }
}


/* ============== Large Device ============== */

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .custom_label1, 
    .custom_label2, 
    .custom_label3, 
    .custom_label4, 
    .custom_label5, 
    .custom_label6, 
    .custom_label7 {
        font-size: 12px;
        width: 47px;
    }
    .ticket_detail{
        height: 85px;
    }
}


/* ============== Extra Large Device ============== */

@media only screen and (min-width: 1400px) {
    .ticket_detail{
        height: 85px;
    }
}