.search_form_section{
   /* background-image: url(/../webroot/img/searchbanner.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;*/
    margin: 0!important;
    height: 100%;
    padding-top: 200px;
    padding-bottom: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
/*.search_form_section::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: rgba(255, 255, 255, 0.8);
}*/
.searchform_home .carousel .carousel-item img{
    height: 100%;
    min-height: 580px;
    object-fit: cover;
}
.search_form_box {
	background: transparent!important;
	box-shadow: none;
	margin: 0!important;
}

.bookingform {
   background: rgb(255 255 255 / 100%);
    padding: 40px;
    border-radius: 0px;
    color: #009dae;
    height: 100%;
    min-height: 580px;
}
.bookingform .search_title{
	font-size: 25px;
	font-weight: 700;
	margin: 0;
	letter-spacing: 1px;
}
.bookingform .form-control, .bookingform .form-select{
    background-color: #e5e5e5;
    height: 50px;
    color: #191a1e;
    border: none;
    font-size: 16px;
    font-weight: 400;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 5px;
    padding: 0 25px;
}
.bookingform .form-check-inline .form-check-label {
    position: relative;
    font-weight: 500;
    color: #000;
    margin-top: 4px;
    margin-left: 10px;
}
.bookingform .form-group {
    position: relative;
    margin-bottom: 20px;
}
.booking-form .form-label {
    display: block;
    margin-left: 20px;
    margin-bottom: 5px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 24px;
    height: 24px;
    font-size: 12px;
    color: #fff;
}
.bookingform .form-check-inline .form-check-input {
  width: 20px;
  height: 20px;
}
.bookingform .form-label, .bookingform .flight_name{
    display: block;
    margin-top: 5px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 24px;
    height: 24px;
    font-size: 12px;
    color: #000;
}

.bookingform .interchange__arrow{
	width: 40px;
    height: 40px;
    padding: 12px;
    border-radius: 50%;
    background-color: var(--bg-color-4);
    position: absolute;
    right: -32px;
    bottom: 5px;
    z-index: 9;
    box-shadow: 0 1px 30px 0 rgb(0 0 0 / 10%);
    cursor: pointer;
    filter: brightness(1) invert(0);
}

.bookingform .search_btn{
	color: #fff;
    background-color:var(--bg-color-4);
    font-weight: 500;
    height: 50px;
    font-size: 14px;
    border: 1px solid var(--bg-color-4);
    width: 100%;
    border-radius: 40px;
    text-transform: uppercase;
    transition: .5s all;
    
}
.bookingform .search_btn:hover{
    background-color: transparent;
    border: 1px solid var(--bg-color-4);
    color: var(--bg-color-4);
}
.flight-return-date-disable {
	border-radius: 5px!important;
	background-color: #ccc!important;
}

.bookingform .travellers_control{
	padding-top: 13px;
}

.interchange__arrow_hotel{
    bottom: 0!important;
}

.form__counter{
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    background-color: #e5e5e5;
    text-align: center;
    font-weight: 500;
    font-size: 20px;
    color: #000;
}
.form__counter_span{
    display: inline-block;
    width: 100%;
    height: 30px;
    line-height: 30px;
    background-color: #f1f1f1;
    text-align: center;
    font-weight: 500;
    font-size: 20px;
}
.flight_name{
    display: none!important;
}
@media only screen and (max-width: 600px) {
    .searchform_home .carousel .carousel-item img{
        min-height: 250px!important;
    }
    
}