.em-search-main-bar,.em-booking-form-section-tickets,.em-booking-form-section-details{
	display:none !important;
}
.em ,.em *{
	    font-family: var(--global-body-font-family) !important;
}
.em-booking-message{
	position:relative;
}
.em-booking-message:after{
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	text-align:center;
	color:#fff;
}
.em-booking-message-success:after{
	content:"تم الحجز";
	background:green;
}
.eh-form input:not([type=submit]), .eh-form textarea, .eh-form select {
    width: 100%;
	margin-top:12px;
	margin-bottom:18px;
}
.rtl .eh-form select{
	text-align:right;
}
.rtl .eh-form [type=file]{
	direction:rtl;
}