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

.services-locations { background: #FFF; }
.services-locations .directions { display: none; }


#silkor-locations-map {
    width: 100%;
	height: 800px;
}

@media only screen and (max-width:600px)
{
	#silkor-locations-map
	{
		height:600px;
	}
}

.silkor-map-section
{
	background-color:white;
}

.silkor-map-section .container
{
	padding-left:0px;
	padding-right:0px;
}


.rtl .services-locations .our-branches-top h2
{
	padding-right: 5rem;
    padding-left: 0px;
}
	
@media only screen and (max-width:786px)
{
	.rtl .services-locations .our-branches-top h2
	{
		padding-right: 0rem;
    	padding-left: 0px;
		background-position: bottom right !important;
	}
}

@media only screen and (max-width:786px)
{
	.services-locations .address_row h3
	{
		display:none;
	}
}