.ajax_msg_loader{
    background-color: #fff;
    bottom: 0;
    color: #000;
    display: none;
    left: 0;
    opacity: 0.8;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 999999;
}
.ajax_msg_loader img {
    top: 44%;
    left: 45%;
    position: absolute;
    width: 100px;
}
.map-title{
    font-weight: 600;
    color: #004258;
    font-family: "Montserrat";
}
.map-sub-title{
    color: #00b1e5;
    font-weight: 500;
    font-family: "Montserrat";
}
.fw-500{
    font-weight:500;
}
.mbp-5{margin-bottom: 0.5rem;}
.loc-d-none{display:none !important}
.loc-d-block{display:flex}
#map > div:nth-child(2), #map > div:nth-child(3) {
    display: none;
}
.location-list h2 a:hover{color: #00b1e5 !important;}
.location-list h4 a:hover{color: #093f51;}
h6.map-title a{color: #093f51 !important;}
h6.map-title a:hover{color: #00b1e5 !important;}
#location_filter .form-select {line-height: 32px;}
.btn.btn-link, .btn.btn-link:focus{
    background-color: transparent;
    text-decoration: none;
    color:#00b1e5;    
    font-weight: 500;
}