body{
    overflow-x: hidden;
}

#df_custom_map_container{
    margin: 0px auto !important;
    max-width: 1280px !important;
    position: relative;
}


#df_custom_map_container .df_map_svg{
    display: inline-block;
    transform: translateX(-50%) translateY(0%);
    position: relative;
    left: 50%;
    transition: all 0.3s;
}
g.df_map_marker {
    cursor: pointer;
}
.mapsvg-controller-view-content{
    /* display: none; */
    position: absolute;
    top: 50%;
    left: 50%;
    padding: 10px 30px 10px 10px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.4);
    transform: translateX(-43%) translateY(-118%);
    display: none;
    width: 300px;
}

.mapsvg-controller-view-content:after {
    content: ""; /* here's the magic */
    position:absolute;
  
  /* vertically center */
    left:44.5%;
    background:#fff;
    width: 20px;
    height: 20px;
    transform: rotate(45deg);
    
}

/* .mapsvg-controller-view-toolbar {
    height: 20px;
    position: absolute;
    width: 300px;
} */

.mapsvg-controller-view-toolbar .mapsvg-popover-close {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    z-index: 1200;
    height: 20px;
    width: 20px;
}

.mapsvg-popover-close:after, .mapsvg-popover-close:before {
    background: #812877;
    content: "";
    height: 3px;
    left: 0;
    margin-top: -1px;
    position: absolute;
    top: 50%;
    width: 100%;
}

.mapsvg-popover-close:before {
    transform: rotate(45deg);
}

.mapsvg-popover-close:after {
    transform: rotate(-45deg);
}

.mapsvg-controller-view-content h5 {
    margin: 15px 0px 15px 0 !important;
    font-weight: 600;
    font-family: 'IBM Plex Sans';
    font-size: 18px;
    line-height: 20px;
    text-transform: uppercase;
    color: #475C8C;
}

.mapsvg-controller-view-content p {
    font-size: 15px;
    color: #475C8C;
    font-weight: 400;
    line-height: normal;
    font-family: 'IBM Plex Sans';
    margin: 5px 0 !important;
}
.loc_practice_link p {
    color: #A33995;
    font-family: 'IBM Plex Sans';
    margin: 10px 0 !important;
    font-size: 16px;
    cursor: pointer;
}