.border-bus{border: 1px solid #e7e7e7; margin: 25px 15px 6px 15px; border-radius: 7px;}
.bus_v2 .form-control {font-size: 16px; border: none; padding: 0;}
.inner_col label {margin-bottom: 0;}
.bus_v2 .form-control:focus{box-shadow:none;}
.bus_swipe a{
  position: absolute; right: -18px; width: 35px; height: 35px; background: #fff; border-radius: 50%;
  text-align: center; line-height: 28px; top: calc(50% - 19px); cursor: pointer; z-index:9; border: 1px solid #e1e1e1;
  display: flex; justify-content: center; align-items: center; box-shadow: 0 1px 9px 0 rgba(0, 0, 0, 0.2);
}
.inner_col{margin-left:10px;}
.bus_v2 {border-right: 1px solid #e1e1e1; padding:15px;}
.border_none{border:none;}
.mobborder_none{border-bottom:none !important;}
@media screen and (max-width: 767px) {
  .border-bus {
    border:none;
    border-radius: 10px;
    box-shadow: 0 1px 6px 0 rgb(0 0 0 / 34%);
}
  .bus_v2 .form-control {font-size: 16px; border: none; padding: 0 0 10px;}
  .bus_v2{padding: 5px 15px;}
  .inner_col {margin-left: 0px; border-bottom: 1px solid #ccc; padding-left: 10px;}
  .buslg_btn .btn{margin:0;}
  .buslg_btn {text-align: center; padding: 0 0 15px 0;}
  .wrapbus_search {margin-top: 10px;}
  .bus_v2{border-right:none;}
  .bus_swipe {top: 65%; left: 50%; transform: none;}
  .bus_swipe a {
    right: 30px;
    width: 41px;
    height: 41px;
    top: calc(50% - -7px);
    rotate: 90deg;
}
}



