.tabtwo form {
    padding-top: 30px;
}
#routeContainer1{
    overflow-y: auto;
    padding: 10px;
    max-height: 400px;
    overflow-x: hidden;
}
.div-with-icon{
    margin-bottom: 10px;
}
.date-from input[type="time"] {
    width: 100% !important;
}
.date-from input {
    width: 100% !important;
}
.tabtwo form input, .tabtwo form select {
    width: 100%;
    height: 48px;
    padding-left: 20px;
    border: 1px solid #cccccc;
    border-radius: 10px;
    padding-right: 10px;
    margin-bottom: 20px;
}
.add-btn {
    margin-top: 0 !important;
    background: black;
    padding: 10px;
}
.rem-btn{
    margin-top: 0 !important;
    padding: 10px;
}
.add-btn:before{
    display: none;
}
.add-btn:hover, .rem-btn:hover{
    color: black !important;
    background: #f7f7f7;
}
.rem-btn:before{
    display: none;
}

.section-padding{
    padding: 200px 0 100px;
    background-size: cover;
}
.car-info ul li span{
    right: 10px;
    left: unset;
}
.car-info ul li{
    font-size: 12px;
}
.car-book ul {
    display: block;
}
.car-book ul li{
    margin-bottom: 10px;
    padding-left: 20px;
    position: relative;
    font-size: 16px;
}
.car-book ul li i {
    position: absolute;
    left: 0px;
    top: 2px;
}

.locations-pin i{
    border: 1px solid #f7f7f7;
    border-radius: 50%;
    padding: 20px;
}
.locations-pin{
    margin-bottom: 20px;
}

/* Match Select2 container with native select style */
.select2-container--default .select2-selection--single {
  height: 48px; /* Match native select height */
  border: 1px solid #ccc;
  border-radius: 12px; /* Match your curved corners */
  padding: 10px 40px 10px 15px; /* Adjust padding to match native select */
  font-size: 16px;
  display: flex;
  align-items: center;
}

/* Remove arrow and add custom if needed */
.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 50%;
  transform: translateY(-50%);
  right: 12px;
  /*display: none;*/
}

/* Text alignment inside select */
.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: normal;
  padding-left: 0;
  color: #333;
  font-weight: 500;
  padding: 0;;
}

/* Match dropdown menu style */
.select2-container--default .select2-results__option {
  padding: 10px;
  font-size: 15px;
}

/* Ensure full width */
.select2-container {
  width: 100% !important;
}

/* Optional: Align custom icon */
/*.select2-selection__rendered::after {*/
  /*content: "\f1b9"; */
/*  font-family: "Font Awesome 5 Free";*/
/*  font-weight: 900;*/
/*  position: absolute;*/
/*  right: 12px;*/
  /*top: 50%;*/
/*  transform: translateY(30%);*/
/*  pointer-events: none;*/
/*  color: #666;*/
/*}*/
.booking-details .contact-form{
    background: #f7f7f7a8;
    margin-top: 24px;
    box-shadow: 0px 0px 13px 6px #cccccc94;
}
.sidebar,.booking-details{
    background: #f7f7f7a8;
    margin-top: 24px;
    box-shadow: 0px 0px 13px 6px #cccccc94;
    padding: 30px;
    border-radius: 30px;
}
.text-color{
    color: #FAAA45;
}
.agent-registrations .contact-form{
    background: #f7f7f7a8;
    box-shadow: 0px 0px 13px 6px #cccccc94;
    margin-top: 30px;
}


.img-slider img{
    width: 100%;
    animation: imgscale 10s infinite;
    height: auto;
}    
    
.section-heading h4 {
    font-size: 16px;
    color: #ff9900;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: inline-flex;
    align-items: center;
}
    
.taxi-features {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 40px;
    row-gap: 15px;
    margin-top: 30px;
}
.taxi-features li {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.taxi-features li span {
    font-weight: 500;
    color: #222;
    display: flex;
    align-items: center;
}
.taxi-features li span i {
    color: #ff9900;
    font-size: 25px;
    margin-right: 5px;
}
 .bk-section h5{
    padding: 10px;
    background: #f5f5f5;
    border-radius: 8px;
 }   
.bk-section .div-8, .bk-section .div-4{
    box-shadow: 0px 0px 12px 4px #e7e7e7cc;
    border-radius: 17px;
}    
.bk-section .inter-div{
    padding: 0 20px;
}
.find-bk-section{
    padding: 40px 0;
}