.border-bus{border: 1px solid #e7e7e7; border-radius: 7px;}
.flex_cols {display:flex; align-items:flex-end; padding-left:12px;}
.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; flex-grow: 1;}
.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;
  }
  .bus_v2 label {
    margin: 0;
  }
  .bus_swipe a img {
    width: 26px;
    rotate: 90deg;
  }
  .flex_cols {
    border: 1px solid var(--secondary-color);
    margin-bottom: 2px;
    border-radius: 10px;
    padding: 6px 5px 6px;
    display: flex;
    align-items: center;
  }
  .bus_v2 .form-control {
    font-size: 16px;
    border: none;
    padding: 0 0 5px;
    height: auto;
  }
  .bus_v2{padding: 5px 15px;}
  .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 a {
    position: absolute;
    right: 30px;
    width: 42px;
    height: 42px;
    top: calc(50% - -16px);
    border:1px solid var(--secondary-color);
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 1px 9px 0 rgba(0, 0, 0, 0.2);
  }
}



