:root {
    --primaryColor: #c31e2c;
    --whiteColor: #fff;
    --textColor: #000;
    --lightGray: #eee;
}
.page__wrapper {
    background-color: #eee;
    padding: 30px 0px;
}
ul.datebar {
    display: flex;
    justify-content: space-between;
    list-style: none;
    border-radius: 5px !important;
    padding: 0;
    margin: 0;
    min-width: 580px;
}
ul.datebar li {
    width: 14.3%;
    text-align: center;
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 4px;
    cursor: pointer;
    border-left: 1px solid #ddd;
    background: var(--whiteColor);
}
ul.datebar li:first-child {
    border-radius: 10px 0px 0px 10px;
}
ul.datebar li:first-child, ul.datebar li:last-child {
    background-color: var(--whiteColor);
    border: 0px !important;
    display: flex;
    justify-content: center;
}
li.date-disable {
    cursor: no-drop !important;
    background: #ffffffb5 !important;
}
ul.datebar li.active {
    background: var(--primaryColor);
}
ul.datebar li:first-child a, ul.datebar li:last-child a {
    color: var(--whiteColor);
    background-color: var(--primaryColor);
    height: 32px;
    width: 32px;
    line-height: 28px;
    border-radius: 50%;
}
.arrow-icon {
    font-size: 22px !important;
    display: inline-block;
    margin-top: 3px;
}
li.date-disable a {
    color: #000 !important;
    opacity: 0.5;
    cursor: no-drop;
}
ul.datebar li span {
    font-size: 13px;
    font-weight: 600;
}
ul.datebar li.active a {
    color: var(--whiteColor);
}
ul.datebar li a {
    color: var(--textColor);
    white-space: nowrap;
}
ul.datebar li:last-child {
    border-radius: 0px 10px 10px 0px;
    border-left: 1px solid #ddd !important;
}

/* Departure List */
.bus-departure {
    border: 1px solid var(--lightGray);
    box-shadow: 0px 0px 30px rgb(127 137 161 / 20%);
    background: var(--whiteColor);
    padding: 15px 20px;
    margin-top: 20px;
    margin-bottom: 20px;
    border-radius: 10px;
}
.bus-departure:last-child {
    margin-bottom: 5px !important;
}
.mbrnad-name {
    font-weight: 600;
    font-size: 17px;
    display: inline-block;
    max-width: 250px;
    line-height: 26px;
}
.amenities-img-wrap img {
    height: 30px;
    margin: 0 0 10px;
}
.price {
    font-weight: 700;
    font-size: 22px;
}
.start_from{
    font-size: 10px;
    color: var(--primaryColor);
    background: #eee;
    padding: 2px;
    border-radius: 3px;

}
.btn_view_eats {
    color: var(--whiteColor) !important;
    position: relative;
    z-index: 1;
    padding: 8px 25px;
    font-size: 18px ;
    font-weight: 400;
    text-decoration: none;
    margin-top: 5px;
    text-transform: capitalize;
    background: var(--primaryColor);
    border-radius: 5px;
    min-width: 100px;
}
.btn_view_eats:hover {
    opacity:.8;
}
.dept-time-wrapper {
    margin-top: 15px;
    position: relative;
}
.dept-time-wrapper h4 {
    margin: 0px;
    color: var(--primaryColor);
    font-weight: 600;
    position: relative;
    z-index: 2;
    background: var(--whiteColor);
    font-size: 22px;
}
.dept-time-wrapper p {
    margin: 0px;
    position: relative;
    z-index: 2;
    background: var(--whiteColor);
    padding: 0 8px;
    display: inline-block;
    font-weight: 400;
    line-height: 22px;
    font-size: 14px;
}
.abs_line {
    position: absolute;
    width: 100%;
    height: .1px;
    background: #a4a4a4;
    top: 12px;
}
.dept-time-wrapper .abs_line::before {
    position: absolute;
    content: '';
    top: 50%;
    left: 0;
    width: 12px;
    height: 12px;
    border: 2px solid #1e3b66;
    background: var(--whiteColor);
    transform: translateY(-50%);
    z-index: 0;
    border-radius: 50%;
}
.dept-time-wrapper .abs_line::after {
    position: absolute;
    content: '';
    top: 50%;
    right: 0;
    width: 12px;
    height: 12px;
    border: 2px solid #1e3b66;
    background: var(--whiteColor);
    transform: translateY(-50%);
    z-index: 0;
    border-radius: 50%;
}
.amenities-img-wrap.amenities-img-collapse-wrap {
    border-top: 1px solid #ddd;
    padding-top: 10px;
    margin-top: 10px;
}
.Busstops {
    list-style: none;
    margin: 0;
    float: left;
    position: relative;
    padding: 0px;
}
.scroll_route_heading {
    font-weight: 600;
}
.Busstops li {
    line-height: 10px;
    text-align: left;
    margin-left: 100px;
}
.Busstops .divider {
    height: 20px;
    width: 2px;
    margin-left: 4px;
    transition: all 500ms ease;
}
.Busstops li span {
    display: inline-block;
    margin-left: 15px;
    font-size: 14px;
    color: #000;
}
.Busstops .stops_time {
    position: absolute;
    left: -13px;
}
.Busstops .node {
    height: 10px;
    width: 10px;
    border-radius: 50%;
    transition: all 300ms ease;
    float: left;
}
.Busstops .grey {
    background-color: rgba(201, 201, 201, 1);
}
.direct_collpase_btn {
    cursor: pointer;
}

.direct_collpase_btn i {
    transition: transform 0.3s ease;
}

.direct_collpase_btn i.rotate {
    transform: rotate(180deg);
}
.amenities-img-collapse-wrap {
    display: none;
}
.coach_bus_icon{
    color: var(--primaryColor);
    font-size: 20px;
}
/* @media(max-width:767px){
    .datebar_wrapper {
        overflow-x: auto;
        margin-top: 20px !important;
    }
} */
