/*
Theme Name: Schengentravelagency
Description: Schengentravelagency
Author: Schengentravelagency
Author URI: Schengentravelagency
Author Email: Schengentravelagency
Version: 1.0.0
Text Domain: hello-elementor-child
Template: hello-elementor
*/
/*
Add your custom styles here
*/

@media screen and (max-width:480px){
	
	
	#gform_fields_3 {
	 row-gap: 15px;	
	}
	#gform_fields_3 .field_sublabel_below  {
	flex-direction: column;
}

#gform_fields_6 .field_sublabel_below .gfield_label.gform-field-label {
	width: 100% !important;
}

#gform_fields_6 .field_sublabel_below .ginput_container  {
	width: 100% !important;
}
	#gform_fields_6 .field_sublabel_below  {
	align-items: flex-start !important;
}
}

#gform_fields_6 .field_sublabel_below  {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}

#gform_fields_6 .field_sublabel_below .gfield_label.gform-field-label {
	width: 50%;
	font-size: 16px;
	font-weight: 500;
	color: #000;
}

#gform_fields_6 .field_sublabel_below .ginput_container  {
	width: 50%;
}
#gform_fields_6 .field_sublabel_below .ginput_container input,
#gform_fields_6 .field_sublabel_below .ginput_container select {
	 color: #808080;
    height: 45px;
    font-family: 'Quicksand';
    font-weight: 500;
	 border-color: #ced4da;
}
#gform_6 .gform_footer.top_label {
    justify-content: center;
    margin-top: 40px;
}
#gform_submit_button_6:hover {
    background-color: #ff9933;
}
#gform_submit_button_6 {
    background-color: #3599cc;
    border-radius: 10px;
    padding: 15px 40px;
    font-size: 20px;
    font-family: 'Quicksand';
    font-weight: 500;
}