.border-bus{border:1px solid #ccc; border-radius: 7px;}
.btnlg_search .ho_btnn {
  background: var(--main-color);
  font-size: 16px;
  width: 100%;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  display: block;
  border-radius: 7px;
  height: 60px;
  text-align: center;
  border-color: var(--main-color);
}

.bus_v2 .form-control {font-size: 13px; border: none; padding: 0; height: auto;}
.inner_col label {
  margin-bottom: 0;
  font-weight: 500;
  font-size: 13px;
}
.bus_v2 .form-control:focus{box-shadow:none;}
.bus_swipe a{
  position: absolute; right: -18px; width: 35px; height: 35px; border-radius: 50%;
  text-align: center; line-height: 28px; top: calc(50% - 19px); cursor: pointer; z-index:9; 
  display: flex; justify-content: center; align-items: center; 
}
.bus_swipe img {
  width: 28px;
  background: #fff;
  padding: 4px;
  border: 1px solid #e0e0e0;
  border-radius: 50%;
}

.inner_col{margin-left:10px;}
.bus_v2 {
  border-right: 1px solid #e1e1e1;
  padding: 10px 10px;
}
.border_none{border:none;}
.mobborder_none{border-bottom:none !important;}
.pr0_lg {
  padding-right: 0;
}
@media screen and (max-width: 767px) {
  .btnlg_search .ho_btnn {
    height:auto;
  }
  .border-bus {
    margin-bottom: 10px;
    overflow: hidden;
     }
  .bus_v2 .form-control {border: none; padding: 0 0 20px;}
  .bus_v2{padding:0px;}
  .inner_col {
    margin-left: 0px;
    border-bottom: 1px solid #ccc;
    padding-left: 10px;
    background: #fff;
}
  .buslg_btn .btn{margin:0;}
  .buslg_btn {text-align: center; padding: 0 0 15px 0;}
  .wrapbus_search {
    margin-top: 10px;
    margin-bottom: 20px;
}
  .bus_v2{border-right:none;}
  .bus_swipe {
    top: 100%;
    left: 50%;
    transform: translate(-50%, -0%);
    z-index: 9999999;
    position: absolute;
  }
}



