
.clr{
    clear: both;
}
.flex-container {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  margin-bottom: 20px;
}
#map {
    height: 100%;
    min-height: 700px;
    width: 100%;
}

#mapcontent {
    padding: 10px 25px;
    border: 1px solid #dbdbd7;
    background: #fff;
    border-left: 7px solid #c22037;
}

#mapcontent h3 {
    font-size: 12px;
    color: #c22037;
    margin: 0;
    padding: 0;
    text-align: center;
}

#mapcontent h4 {
    font-size: 16px;
    padding: 5px 0;
    margin: 0;
    margin-bottom: 10px;
    background: #c22037;
    color: white;
    padding-left: 30px;
    margin-left: -30px;
}

#mapcontent #bodyContent p {
    line-height: 150%;
    margin: 5px 0;
}

#mapcontent #bodyContent b {
    color: #c22037;
}
#mapscontainer .legend{
	max-width:320px;
	width:100%;
	margin-top:20px;
}
#mapscontainer button{
	font-size:12px!important;
	padding: 0px 10px!important;
}
#pac-input {
    top: 8px!important;
    border: none;
    font-size: 1.1rem;
    color: #000000;
    background: #fff;
    height: 40px;
    padding: 5px 37px 5px 8px;
    display: block;
    outline: 0 !important;
    border-radius: 0 !important;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
	font-size:14px;
}
#mapsearchforms .btn{
	font-weight:bold;
	padding: 5px 20px;
}
#mapsearchforms .btnenabled{
	background:#BF1C2F;
	border-color:#BF1C2F;
	color:#fff;
}
#mapsearchforms .btndisabled{
	background-color: -internal-light-dark(rgba(239, 239, 239, 0.3), rgba(59, 59, 59, 0.3));
    color: -internal-light-dark(rgb(84, 84, 84), rgb(170, 170, 170));
    border-color: rgba(118, 118, 118, 0.3);
}
#mapsearchadressdiv .champscontrols{
	display: block;
	width:100%;
	max-width:300px;
	margin-bottom: 20px;
}
.rtl{
	direction:rtl;
}
.rtl .form-type-radio img{
	margin-left: 20px;
	margin-right: 0px;
}
.rtl .form-type-radio label, .rtl .form-type-checkbox label{
	margin-left: 0px;
	margin-right: 5px;
}
.rtl #mapcontent {
    border-right: 7px solid #c22037;
	border-left: none;
	background: url("../images/bg-ar.png") no-repeat bottom left;
}
.rtl #mapcontent h4 {
    padding-right: 30px;
    margin-right: -30px;
	padding-left: 0px;
    margin-left: 0px;
}
.breadcrumbs li:last-child::after { 
	display: none!important; 
}

@media screen and (max-width: 767px){
	#geolocate{
		display:block!important;
	}
	#pac-input {
		width: 200px;
		top: 45px!important;
		left: 10px!important;
		padding :0 10px;
		height:30px!important;
	}
	#mapcontent {
		padding: 10px 15px;
	}
	.gm-style-iw{
		max-width:280px!important;
	}
	#mapscontainer button{
		height:30px!important;
	}
	#pac-input {
		font-size:14px;
	}
}