
.map-locations  {
    position: relative;
}

.fx-location__map {
    line-height: 0;
    min-height: 300px;
    margin-bottom: 0;
}


.gm-style .gm-style-iw-c {
    width: 100% !important;
    max-width: 220px !important;
    padding: 20px 15px 35px !important;
    border-radius: 1px !important;
    border-bottom: none;
    background-color: #fff;
    max-height: 140px !important;
    overflow: hidden;
    box-shadow: 0px 0 30px rgba(0,52,103,.16);
}

.locations-incol p {
    padding: 0 0 8px 0;
    color: #001830;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5em;
}

.locations-incol p span {
    font-weight: 500;
}

.gm-style .gm-style-iw-d {
    min-height: 140px;
    max-height: 100% !important;
    overflow: visible;
}

.gm-ui-hover-effect {
    top: -3px !important;
    right: -3px !important;
    width: 20px;
    height: 20px;
    opacity: 1 !important;
    border-radius: 50%;
    line-height: 30px;
    background: transparent !important;
}

.gm-ui-hover-effect img {
    margin: 5px 4px 4px !important;
}

.gm-style .gm-style-iw-t::after {
    height: 35px;
    width: 35px;
    box-shadow: -2px 2px 2px 0 rgba(0,0,0,.16);
}

.map-section iframe {
    border-radius: 4px;
}

.map-search-form .btn {
    width: 100%;
    display: block;
}

.locations_list{
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
}

@media (min-width: 768px) {
    .fx-location__map {
        min-height: 500px;
    }

    .locations_list{    
        flex-direction: row;
    }
}

@media (min-width: 1200px) {
    .fx-location__map {
        min-height: 606px;
    }
}



