.bus-booking-wrap {
    padding: 15px 0px;
}
.bus-trvaller-name .businfo {
    color: #636363;
}
.bus-trvaller-name .busname {
    font-size: 15px;
    color: #000;
    font-weight: 500;
}

.bus-view-seats {
    text-align: right;
}
.bus-page-temp-btm .bus-col {
    position: relative;

}
.bus-trvaller-name .traveldiv .busname {
    font-size: 16px;
    font-weight: 600;
    color: #000;
    display: block;
    margin-bottom: 5px;
}

.bus-trvaller-name .traveldiv .businfo {

    font-size: 13px;

}

.bus-page-temp-btm .bus-col .busprice {
    font-size: 20px;
    font-weight: 600;
    color: #1a60ab;
}

.seat-cancel {
    padding-top: 7px;

}

.seat-cancel a {
    color: #272727;

}
.bus-repeat-travle .booking_btn:hover{

	color: #fff;

}

.bus-dep-arr li {

    padding: 0px 25px;

}

.bus-deatail-wrapp, .bus-booking-right-wrap, .sidebar-bus-booking {
    background: #fff;
}
.sidebar-bus-booking .pro-name {
    background: var(--main-color);
    padding: 6px 8px;
}
.sidebar-bus-booking .pro-name h2 {
    font-weight: 600;
    font-size: 20px;
    line-height: 25px;
    margin: 0 0 8px;
    border-bottom: 1px dashed rgba(255, 255, 255, 0.27);
    padding-bottom: 7px;
}
.sidebar-bus-booking .pro-name p {
    color: #fff;
    margin: 0;
}
.sidebar-bus-seat {
    padding: 15px 10px;
}
.bus-seat-status {

    padding-bottom: 15px;

}

.bus-seat-status .sts {

    font-weight: 600;

    color: #1d55a1;

    padding-left: 5px;

}

.bus-payment-col {

    padding: 5px 0px;

    border-bottom: 1px solid #c1c1c1;

    border-top: 1px solid #c1c1c1;

    margin-bottom: 15px;

}

.bus-deatail-wrapper-bus-srdv{
    margin-top: 25px;
    background: #fff;
    padding: 15px;
}
.pay-busrp {
    font-size: 23px;
    margin-bottom: 0;
    color: var(--secondary-color);
    font-weight: 900;
}
.boaring-point {

    margin-bottom: 15px;

}

.flght-side-det {

    background: #fff;

    padding: 15px;

    box-shadow: 0 0 5px rgba(0, 0, 0, 0.12);

}

.review_title {

    border-bottom: 1px solid #1d60a9;

    padding: 5px 10px;

    margin-bottom: 10px;

    background: #1d60a9;

    font-weight: 600;

    color: white;

}

.flght-side-det .snf_hnf {

    color: #fff;

    font-weight: 300;

}

.flght-side-det .for_net_fare_div{

	color: #124680;

	margin-bottom: 0px;

}

@media screen and (max-width: 767px){
.bus-dep-arr li {
    padding: 0px 2px;
}
.bus-col.bus-trvaller-name {
    padding-left: 0;
}
.bus-col.bus-trvaller-name i{
    display: none;
}
.bus-trvaller-name .traveldiv .busname{
    font-size: 10px;
    margin-bottom: 3px;
}
.bus-trvaller-name .traveldiv .businfo{
    font-size: 9px;
}
.bus-page-temp-btm .bus-col .busprice {
    font-size: 14px;
}
.bus-arrive-depart-time .mduration > span:first-child> span:first-child:after{
    display: none;
}
.seat-cancel a {
    font-size: 9px;
}

.bus-filter.filter-btn{
    position: relative;
    left: 0px;
    top: 0px;
    margin-bottom: 8px;
}
.modify_btn.bus-modify_btn {
    text-align: center;
}
.bus-modify_btn .filter-btn {
    position: relative;
    left: 0;
    top: 0;
}
.bus-modify-temp h4 {
    padding-top: 0;
    font-size: 15px;
}
.bus-depart-date {
    font-size: 13px;
    text-align: center;
    padding: 0px;
}

.bus-dep.search-icon i{
    display: none;
}
}