.fa, .fas{
    
}
.fa:before, .fab:before, .fal:before, .fas:before{
    font-family: unset !important;
    font-size: 21px;
}

.fa-whatsapp:before{
	font-size: 2rem;
}

.reservation-form__titles a.contact{
	padding: 5px;
	color: #323435;
}
.reservation-form__titles a.phone{}
.reservation-form__titles a.whatsapp{}
@media screen and (max-width: 600px) {
    .reservation-form__titles a.contact{
		width: 100%;
    	float: left;
	}
}


.flash{
  color:#f2f;
	-webkit-animation: flash linear 1.2s infinite;
	animation: flash linear 1.2s infinite;
}
@-webkit-keyframes flash {
	0% { opacity: 1; } 
	50% { opacity: .1; } 
	100% { opacity: 1; }
}
@keyframes flash {
	0% { opacity: 1; } 
	50% { opacity: .1; } 
	100% { opacity: 1; }
}

.your-booking__extras.content-pane.cars{
	margin-left: inherit !important;
}
.your-booking__car.content-pane.cars{
	border-right: none !important;
}

@media screen and (max-width: 600px) {
    .your-booking__car.content-pane.cars{
		margin-bottom: inherit !important;
		border: 1px solid rgba(0,0,0,.05);
		border-bottom: none !important;
	}
	.vc_om-logos-img-w > img{
		width: 126px !important;
	}
	.logo-slogan-1{
		bottom: -11px !important;
    	left: 3px !important;
	}
	.logo-slogan-2{
		bottom: -11px !important;
    	right: 6px !important;
	}
}

.hide{
	display: none;
}
.wp-icon::before{
	font-size: 30px !important;
}