.form-style-5{
   font-family: 'Avenir';
}
.form-style-5 fieldset{
	border: none;
}
.form-style-5 legend {
	font-size: 1.4em;
	margin-bottom: 10px;
}
.form-style-5 label {
	display: block;
	margin-bottom: 8px;
}
.form-style-5 input[type="text"],
.form-style-5 input[type="date"],
.form-style-5 input[type="datetime"],
.form-style-5 input[type="email"],
.form-style-5 input[type="number"],
.form-style-5 input[type="search"],
.form-style-5 input[type="time"],
.form-style-5 input[type="url"],
.form-style-5 textarea,
.form-style-5 select {
    font-family: 'Avenir';
    background: rgba(255,255,255,.1);
    border: none;
    border-radius: 4px;
    font-size: 18px;
    margin: 0;
    outline: 0;
    padding-top: 7px;
    padding-right: 7px;
    padding-left: 7px;
    padding-bottom: 7px;
    width: 100%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    background-color: #E4E4E4;
    color: #1c355e;
    -webkit-box-shadow: 0 1px 0 rgba(0,0,0,0.03) inset;
    box-shadow: 0 1px 0 rgba(0,0,0,0.03) inset;
    margin-bottom: 30px;
}
.form-style-5 input[type="text"]:focus,
.form-style-5 input[type="date"]:focus,
.form-style-5 input[type="datetime"]:focus,
.form-style-5 input[type="email"]:focus,
.form-style-5 input[type="number"]:focus,
.form-style-5 input[type="search"]:focus,
.form-style-5 input[type="time"]:focus,
.form-style-5 input[type="url"]:focus,
.form-style-5 textarea:focus,
.form-style-5 select:focus{
	background: #d2d9dd;
}
.form-style-5 select{
    -webkit-appearance: menulist-button;
    height: 40px;
    width: 100%;
}
.form-style-5 .number {
	background: #1abc9c;
	color: #fff;
	height: 30px;
	width: 30px;
	display: inline-block;
	font-size: 0.8em;
	margin-right: 4px;
	line-height: 30px;
	text-align: center;
	text-shadow: 0 1px 0 rgba(255,255,255,0.2);
	border-radius: 15px 15px 15px 0px;
}

.form-style-5 input[type="submit"],
.form-style-5 input[type="button"]
{
    position: relative;
    display: block;
    padding-top: 15px;
    padding-right: 39px;
    padding-left: 39px;
    padding-bottom: 15px;
    color: #FFF;
    margin: 0 auto;
    background: #1abc9c;
    font-size: 18px;
    text-align: center;
    font-style: normal;
    width: 100%;
    border: 1px solid #16a085;
    border-width: 1px 1px 3px;
    margin-bottom: 10px;
    outline: none;
}
.form-style-5 input[type="submit"]:hover,
.form-style-5 input[type="button"]:hover
{
	background: #109177;
}
.total_form {
    background-color: #18355e;
    width: 85.5%;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 3%;
    padding-right: 3%;
    padding-bottom: 3%;
}

/* Create a custom radio button */

input[type="radio"] {
  display: none;
}

input[type="radio"] + label {
    position: relative;
    cursor: pointer;
    margin-top: 5px;
    margin-right: 30px;
    margin-left: 30px;
    margin-bottom: 30px;
    padding-left: 28px;
}
input[type="radio"] + label:before, input[type="radio"] + label:after {
  content: "";
  position: absolute;
  border-radius: 50%;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
input[type="radio"] + label:before {
  top: 0;
  left: 0;
  width: 18px;
  height: 18px;
  background: #1565C0;
  -moz-box-shadow: inset 0 0 0 18px #E0E0E0;
  -webkit-box-shadow: inset 0 0 0 18px #E0E0E0;
  box-shadow: inset 0 0 0 18px #E0E0E0;
}
input[type="radio"] + label:after {
  top: 49%;
  left: 9px;
  width: 54px;
  height: 54px;
  opacity: 0;
  background: rgba(255, 255, 255, 0.3);
  -moz-transform: translate(-50%, -50%) scale(0);
  -ms-transform: translate(-50%, -50%) scale(0);
  -webkit-transform: translate(-50%, -50%) scale(0);
  transform: translate(-50%, -50%) scale(0);
}

input[type="radio"]:checked + label:before {
  -moz-box-shadow: inset 0 0 0 4px #E0E0E0;
  -webkit-box-shadow: inset 0 0 0 4px #E0E0E0;
  box-shadow: inset 0 0 0 4px #E0E0E0;
}
input[type="radio"]:checked + label:after {
  -moz-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  -webkit-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
  -moz-animation: ripple 1s none;
  -webkit-animation: ripple 1s none;
  animation: ripple 1s none;
}

.cols_form {
    float: left;
    width: 50%;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 5%;
    padding-right: 5%;
}
.radio_box {
    display: inline-block;
    color: #FFFFFF;
}
.flight_box{
width: 100%;
text-align: center; 
}
.airlines_select{
width: 50% !important;   
}

.flight_select{
width: 45% !important;
margin-left: 5% !important;    
    
}
.submit_button {
    width: 95% !important;
}
.type_tittle {
    background-color: #19BC9C;
    display: inline-block;
    line-height: 35px;
    padding-left: 18px;
    padding-right: 18px;
    color: #FFFFFF;
    font-size: 19px;
    font-family: 'Avenir';
    font-weight: 900;
}
.tittle_form {
    text-align: center;
    padding-top: 89px;
    padding-bottom: 50px;
}
.content_form_box {
    background-image: url(../img/index/back_squares.jpg);
    background-repeat: no-repeat;
    background-position: right top;
}
.form_intro_box {
    width: 79%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 336px;
}
.operator_box {
    position: relative;
}
.operator_pic {
    position: absolute;
    right: 20px;
    bottom: -64px;
    width: 45%;
    height: auto;
}
.error_display {
    color: #F1F20C;
    font-family: 'Avenir';
    margin-top: -20px;
    font-weight: 900;
    font-size: 15px;
    padding-bottom: 10px;
}
.button_box {
    padding-left: 2.5%;
    padding-right: 2.5%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
optgroup { font-size:14px; }

.time_green {
	color: #3cb4a5;
	font-size: 25px;
	vertical-align: -5.9px;
	line-height: 15px;
	margin-right: 5.1px;
}
.new_search_box {
    padding-top: 25px;
}
.search_tittle {
    padding-bottom: 30px;
}

@media screen and (max-width:790px){
.cols_form {
    width: 100%;
}
}

@media screen and (max-width:600px){
.total_form {
    width: 100%;
}
}
