/*
Theme Name: Zephyr Child
Template: Zephyr
Version: 1.0
Author:	UpSolution
Theme URI: http://zephyr.us-themes.com/
Author URI: http://us-themes.com/
*/

/*Add your own styles here:*/
.wpdevart-form-section, .wpdevart-check-section{
    float: left;
    width: 100% !important;
}
.wpdevart-form-section {
    margin-left: 0px;
    padding-top: 1.5rem;
}
.wpdevart-booking-form .wpdevart-fild-item-container input[type="text"] {
    padding: 5px;
    width: 100%;
}
.wpdevart-reserv-info {
    width: 48%;
	float: left;
	height: 460px;
}
.wpdevart-form-section .wpdevart-fild-item-container{
	float:right!important;
	width:48%;
}
.wpdevart-submit{
    float: right;
    background: red;
}
@media (max-width:992px){
	.wpdevart-form-section .wpdevart-fild-item-container {
    float: right!important;
    width: 100%;
}}