.Bus_top_banner{
    background-image: url(/../assets/images/banner/Bus-banner.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
    height: auto;
    padding: 80px 0;
}
.bus_serch {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}
.s_col_1 {
    width: 290px;
    padding: 0;
    display: flex;
    align-items: center;
    float: left;
    position: relative;
    border-right: 1px solid #d6d3d3;
    
}
.date_bssc {
    width: 225px;
    border-right: 0;
    border-right: 1px solid #d6d3d3;
}
img.bus_ic {
    width: 30px;
    height: auto;
    margin: auto auto;
}

.bus_icon_img {
    display: block;
    width: 60px;
    text-align: center;
    min-width: 60px;
}
a.swiper_bus {
    position: absolute;
    margin: 30px 0 0 0px;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 0 10px #c7c3c3;
    right: -13px;
    top: 0;
    z-index: 99;
}
a.swiper_bus  img {
    width: 30px;
}

.bus_icon {
    display: block;
    width: calc(100% - 60px);
}

.bus_icon p {
    font-size: 14px;
    margin: 0;
    padding: 0;
    color: #7E7979;
}
.bus_icon p.area_nm {
    font-size: 14px;
    margin: 0;
    padding: 0;
    color: #110942;
}

.dest_nam {
    font-size: 25px;
    font-weight: 600;
    color: #110942;
    margin: 4px 0;
}
p.view_diply {
    font-size: 14px;
    margin: 0;
    padding: 0;
    color: #110942;
}
.dest_nam span {
    font-size: 14px;
    font-weight: 400;
    color: #110942;
    margin: 0 2px;
    vertical-align: middle;
}

a.Today {
    font-size: 14px;
    padding: 5px 10px;
    margin: 3px;
    color: #110942;
    border: 1px solid #110942;
    background: #fff;
}
a.Today:hover {
    border: 1px solid #dacd65;
    background: #dacd65;
}
._toprflcont {
    display: flex;
    align-items: center;
    width: 100%;
    margin: 15px 0 15px 0;
    flex-direction: column;
    justify-content: center;
}
section.footer_top {
    background: #fbfaef;
    /* background: url(/assets/images//bg-world-map.jpg); */
    width: 100%;
    background-position: center;
    background-size: cover;
    padding: 40px 0;
    background-repeat: no-repeat;
    border-top: 18px solid #dacd65;
}
._hdrtxt {
    font-size: 34px;
    font-weight: 700;
    width: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    color: #110942;
}
/* ._hdrtxt:before {
    content: '';
    background: url(/assets/images/triwings-left.svg);
    width: 37px;
    position: absolute;
    left: -44px;
    height: 12px;
    background-size: 100%;
}
._hdrtxt:after
 {
    content: '';
    background: url(/assets/images/triwings.svg);
    width: 37px;
    position: absolute;
    right: -44px;
    height: 12px;
    background-size: 100%;
} */

.d-flex-bus {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}
.famous_place {
    width: 200px;
    text-align: center;
    margin-bottom: 40px;
}
.place_img {
    width: 170px;
    height: 170px;
    background: #fff;
    border-radius: 50%;
    overflow: hidden;
    margin: 10px;
    padding: 10px;
    margin: 10px auto;
    box-shadow: 0 0 6px #ccc;
}
.famous_place h5 {
    font-size: 18px;
    font-weight: 500;
}