 /* Added for Cards */
 .bd-bannertop1
 {
     background: url(../images/bd-banner1.png);
     overflow: hidden;
 }
 
 .search_btn {
    border: none;
    background-color: #fff;
    padding: 0px;
    margin: 0px;
 }
.low_opacity {
    opacity: 0.2!important;
}
 
 .search_card_x {
    display: flex;
    justify-content: center;
}

 .bd-banner1
 {
     background: url(../images/TrainBanner.png);
     background-repeat: no-repeat;
     background-size: cover;
     overflow: hidden;
     background-size: cover !important;
     background-repeat: no-repeat !important;
 }
 .bd-card1
{
     border: none !important;
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.15) !important;
    border-radius: 4px !important;
    background: white !important; 
}

.bd-cardBus
{
     /* width: 16.5rem !important; */
    border: none !important;
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.15) !important;
    border-radius: 4px !important;
    background: white !important;
}
.cardhead
{
    background-color: #F8F6FF !important;
    color: #023E8A !important;
    font-weight: bold !important;
}

@media(max-width: 520px) {
    .search_btn {
        cursor: pointer;
    }
    .departure_city {
        justify-content: center;
    }
    .start_bus_time {
        text-align: center!important;
    }
    .end_bus_time {
        text-align: center!important;
    }

}

.special_offer_modal:before {
    background-color: rgba(0, 0, 0, .9);
    bottom: 0;
    content: "";
    left: 0;
    /* position: absolute; */
    position: fixed;
    right: 0;
    top: 0;
}
.special_offer_modal .modal-dialog {
    margin-top: 4%;
    max-width: 350px;
}
.special_offer_modal .modal-content {
    /* background: #261771; */
    background: #170b54;
    overflow: hidden;
}
.modal-special-close {
    padding: 10px;
}
.pl0 {
    padding-left: 0 !important;
}
.pb20 {
    padding-bottom: 20px;
}
.offer_close_btn {
    display: flex;
    justify-content: center;
}
.modal-special-close .close {
    float: right;
    background: #f7ea66;
    border-radius: 50%;
    border: 1px solid transparent;
    width: 50px;
    height: 50px;
    z-index: 99999;
    position: absolute;
    right: -8px;
    top: -15px;
    opacity: 1;
}
.modal-special-close .close span {
    line-height: 2.3;
}
.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
}

