.fd-map div.pl-35 {
    padding-left: 35px;
}

.fd-map input[type='text'],
.fd-map select {
    margin-bottom: 10px;
    color: #4d4d4d;
    height: 28px;
    width: 250px;
    padding: 3px 5px;
    border: 1px solid lightgrey;
    border-radius: 3px;
}
.fd-map input[type='text'] {
    padding: 5px 8px;
}
.fd-map select {
    display: block;
    appearance: auto;
}
.fd-map input[type='button'] {
    cursor: pointer;
    padding: 0 10px;
    color: #fff;
    background-color: #c41c1c;
    padding: 1px 10px;
    margin-left: 10px;
    border: 0;
}

/* Google Maps */
.fd-map div#googleMapContainer input,
.fd-map div#googleMapContainer select {
    width: 60%;
    display: block;
    margin-bottom: 30px;
}
.fd-map div#googleMapResult {
    margin-top: 40px;
    height: 470px;
    width: 100%;
    margin-bottom: 40px;
}
.fd-map div#googleMapResult p {
    padding: 5px 10px 5px 0;
    transition: all 0.1s ease-in;
    line-height: 120%;
    display: flex;
    margin-bottom: 5px;
    font-size: 12px;
}
.fd-map div#googleMapResult p:hover {
    background: rgba(255, 255, 255, 0.1);
    cursor: pointer;
    padding-left: 10px;
}
.fd-map div#googleMapResult p span.position {
    text-align: center;
    width: 55px;
    height: 55px;
    background: #e5e5e5;
    margin-right: 30px;
    padding-top: 10px;
    font-size: 12px;
}
.fd-map div#googleMapResult p span.position b {
    color: #c41c1c;
    font-size: 13px;
}
.fd-map div#googleMapResult p span.description {
    flex: 1;
}
.fd-map div#googleMapResult .mCSB_scrollTools {
    position: absolute;
    z-index: 10;
    margin-right: 25px;
}
.fd-map div#googleMapResult .mCSB_draggerRail {
    background: #6a6867;
}
.fd-map div#googleMapResult .mCSB_dragger_bar {
    background: #d1d0d0;
}
.fd-map div#googleMap {
    width: 100%;
    height: 600px;
    color: #000;
}

/* Make the Google Maps InfoWindow close button smaller */
.fd-map .gm-ui-hover-effect {
    width: 24px !important;
    height: 24px !important;
    outline: none !important;
}

.fd-map .gm-ui-hover-effect > span {
    background-size: 16px 16px !important; /* shrink the “X” image */
    width: 16px !important;
    height: 16px !important;
    margin: 4px !important; /* keep it centered */
}

@media (min-width: 992px) {
    .fd-map div#googleMapResult {
        height: 592px;
    }
    .fd-map div#googleMap {
        height: 870px;
        border-right: 35px solid transparent;
    }
    .fd-map div#googleMapResult div#mCSB_1 {
        padding-right: 20px;
    }
    .fd-map div#googleMapResult .mCSB_scrollTools {
        margin-right: 30px;
    }
    .fd-map div#googleMapResult p {
        font-size: 16px;
    }
}
