html .wp-block-acf-appointment {max-width: unset; }

.services-locations .directions { display: none; }

.services-appointments
{
	background-color:white;
}
	
.services-appointments .sub_container
{
	width:100%;
}

.rtl .services-appointments .book_appinment_title
{
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    justify-items: center;
    align-content: center;
}
	
.rtl .services-appointments .book_appinment_title h2
{
	padding-right: 0;
    margin-left: auto;
    padding-left: 5rem;
    margin-right: auto;
	padding-bottom: 10px;
    background-position: left center;
}
	
@media only screen and (max-width:786px)
{
	.services-appointments .book_appinment_title
	{
		margin-bottom: 20px
	}
	
	.country-list .country
	{
		display: block !important;
	}
}