.Lmappa {
    z-index: 1;
}
/*
.Lmarker p{
    width: max-content;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0%);
    margin: 0px;
    background-color: #fff;
    padding: 0px 5px;
    border-radius: 5px;
    top: 35px;
    border: 1px solid #2e746e;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 13px;
}
.Lmarker p > strong{
    font-weight: 800;
    color:#ff0000;
}
*/
.Lmarker p{
    width: max-content;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0%);
    margin: 0px;
    top: 15px;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 12px;
    text-shadow: 2px 0 0 #fff, -2px 0 0 #fff, 0 2px 0 #fff, 0 -2px 0 #fff, 1px 1px #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff;
}




    .mapst{
        width: 100%;
        height: auto;
    }

 .mapcity{
        width: 100%;
        height: auto;
    }

