.marker {
    background-image: url('https://docs.mapbox.com/help/img/custom-markers/marker-blue.png');
    background-size: cover;
    width: 35px;
    height: 45px;
    cursor: pointer;
}
.mapbox-container {
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
}

.mapboxgl-popup-content h3 {
    margin-top: 0;
    font-family: "Open Sans", Sans-serif;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}

.mapboxgl-popup-content p {
    margin-bottom: 8px;
    font-family: "Open Sans", Sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.4;
    text-align: center;
}

.mapboxgl-popup-content p a{
 color:#151a40;   
}

.mapboxgl-popup-content [type=button], .mapboxgl-popup-content [type=submit], .mapboxgl-popup-content button{
    background-color: #151a40;
    border: 0;
    border-radius: 0 4px 0 0;
    cursor: pointer;
    position: absolute;
    right: 0px;
    top: 0;
    width: 30px;
    height: 34px;
    color: #fff;
    font-size: 25px;
    padding: 0;
}

.mapbox-container {
    width: 100%;
    min-height: 320px;
}

@media (max-width: 1024px) {
    .mapbox-container {
        height: 320px !important;
 
    }
}
.mapbox-container {
    position: relative;
    
}

.mapbox-container canvas {
    position: relative !important;
}