.map-section #map-image-map_{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);min-width:160px;font-family:"Roboto Condensed";font-size:15px;line-height:18px;color:#fff;font-weight:700;padding:5px 15px;background-color:#75a8dd;border:solid 2px #75a8dd;border-radius:2px}
.map-section #map-image-map_:hover{background-color:#fff;color:#75a8dd}
.modal_{display:none;position:fixed;z-index:1000;padding-top:100px;left:0;top:0;width:100%;height:100%;overflow:auto;background-color:#000;background-color:rgba(0,0,0,0.4)}
.modal-content_{background-color:#fefefe;margin:auto;padding:20px;border:1px solid #888;width:80%}
.close_{color:#aaa;float:right;font-size:28px;font-weight:700}
.close_:hover,.close_:focus{color:#000;text-decoration:none;cursor:pointer}
.custom .leaflet-popup-tip,.custom .leaflet-popup-content-wrapper{background:#fafafa;color:#333}
h6{font-weight:700;color:#000;margin:0 0 4px}
.leaflet-tooltip{padding:0 3px}
.leaflet-tooltip-right{margin-left:26px;margin-top:-8px}
#lmap{height:600px;}

@media(max-width: 991px) {
.modal-content_{width:88%;padding: 15px;}
.modal_{height:98%;}

}
@media(max-width: 767px) {
.modal-content_{width:92%;padding: 10px;}
.modal_{height:95%;}
}
