.search_form_section{
    background-image: url(/../webroot/img/searchbanner.jpg);
    background-size: cover;
    background-position: center;
    margin: 0!important;
    height: 100%;
    min-height: 550px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 50px 0;
}
.search_form_box {
	background: transparent!important;
	box-shadow: none;
	margin: 0!important;
}

.bookingform {
    background: rgba(0,0,0,.7);
    padding: 40px;
    border-radius: 6px;
    color: #fff;
}
.bookingform .search_title{
	font-size: 25px;
	font-weight: 700;
	margin: 0;
	letter-spacing: 1px;
}
.bookingform .form-control, .bookingform .form-select{
    background-color: #fff;
    height: 50px;
    color: #191a1e;
    border: none;
    font-size: 16px;
    font-weight: 400;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 40px;
    padding: 0 25px;
}
.bookingform .form-check-inline .form-check-label {
    position: relative;
    font-weight: 500;
    color: #fff;
    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: #fff;
}

.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: none;
    width: 100%;
    border-radius: 40px;
    text-transform: uppercase;
    -webkit-transition: .2s all;
    transition: .2s all;
}
.flight-return-date-disable {
	border-radius: 40px!important;
	background-color: #ccc!important;
}

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

.interchange__arrow_hotel{
    bottom: 0!important;
}
.flight_name{
    display: none!important;
}