/*
Theme Name: Impreza Child
Template: Impreza
Version: 1.0
Author:	UpSolution
Theme URI: http://impreza.us-themes.com/
Author URI: http://us-themes.com/
*/
.ui-datepicker-prev:before {
    content: '\f104' !important;
}
.ui-datepicker-next::before {
    content: '\f105' !important;
}
.cpbs-main.ui-datepicker .ui-datepicker-prev, .cpbs-main#ui-datepicker-div .ui-datepicker-prev {
    transform: scaleX(1)!important;
}
.cpbs-location-info-frame{z-index:9999;}
/*Add your own styles here:*/
.cpbs-location-info-frame>div{
	height:600px;
}
p.lead.mt-3 {
    margin-top: 1rem;
    font-size: 26px;
    font-weight: 900;
	background: #c0390e;
    padding: 15px;
    color: #fff;
}
.header_hor .w-nav.type_desktop>.w-nav-list{
	gap:15px;
}
@media(max-width:767px){
	.parking-form form .row.justify-content-center{
		justify-content: start !important;
    	gap: 10px;
	}
}