.flight_booking_form input[type=text], .flight_booking_form input[type=number], .flight_booking_form select, .flight_booking_form input[type=date] {
    display: block;
    width: 100%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    float: none;
    font-family: inherit;

    color: #666;
    padding: 0.75em;
    height: auto;
    border-width: 1px;
    border-style: solid;
    border-color: #dddddd;
    border-radius: 2px;
    background: #FAFAFA;
    box-shadow: none;
    box-sizing: border-box;
    transition: all .2s linear;
	font-size: 14px;
}

.flight_booking_form .form-check-inline label
{
	font-size: 14px;
}

.flight_booking_form .form-input-label {
    display: block;
    font-size:13px;
    float: none;
    word-break: break-word;
    word-wrap: break-word;
}


.flight_booking_form .elementor-column {
    position: relative;
    min-height: 1px;
    display: block !important;
    margin-right: 10px;
}

.flight_booking_form .elementor-container {
    margin-top: 10px;
}

.form-check-inline {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    vertical-align: middle;
    cursor: pointer;
}

.flight_booking_container {
    max-width: 780px;
    border-radius: 6px;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid #337ab7;
    padding: 25px;
    margin-top: -60px;
    background-color: #fff;
    padding-top: 5px;
}

.flight_booking_search_button {
    color: #fff;
    background: #0c4da2;
    border-color: #0c4da2;
}

.flight_booking_search_button:hover {
    color: #ffffff;
    background: #525457;
    border-color: #525457;
}


.tab {
    overflow: hidden;

    background-color: #f1f1f1;
}

/* Style the buttons inside the tab */
.tab .tablinks {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
    margin-bottom: 5px;
    margin-left: auto;
    margin-right: auto;
}

/* Change background color of buttons on hover */
.tab button:hover {
    background-color: #ddd;
}

/* Create an active/current tablink class */
.tab .active {

    color: #0c4da2;

    border-radius: 0;
}

.flight_search_div{
    box-shadow: inset 0 -0.3rem 0 0 #0c4da2;
}

.manage_booking_tab , .login_tab {
    border-bottom: 0.1rem solid #d8d8d8;
    border-left: 0.1rem solid #d8d8d8;
}

#show_errors{
	color: #760303;
    font-size: 13px;
    margin-bottom: 10px;
}