.mapheader h2 {
font-family: 'Roboto';
font-weight: 500;
line-height: 22px;
font-size: 22px;
text-transform: capitalize;
color: #45b519;
}
.map-with-filter {
width: 74%;
float: left;
}
#map-container {
height: 600px;
width: 100%;
max-width: 100%;
margin-bottom: 20px;
z-index: 10;
}
@media ( max-width: 768px ) {
.map-with-filter {
width: 100%;
float: none;
}
}
@media ( max-width: 768px ) {
#map-container {
margin-top: 20px;
width: 100%;
max-height: 400px;
}
}
.popupimage {
text-align: center;
}
.popupimage img {
border-radius: 10px;
}
.popuptitle h4 {
font-size: 18px;
}
.popupdetails p {
margin: 5px 0 5px 0;
font-weight: 600;
}