.google-map {
    width: 100%;
    height: 700px;
    display: block;
    border-radius: 46px;
}

.google-map iframe {
    width: 100%;
    height: 400px;
    display: block;
    border: none;
}

@media screen and (max-width: 1024px) {
    #nearby-locations .loc-title {
        text-align: center;
    }

    #nearby-locations .loc-distance {
        margin-bottom: 15px;
    }
}

#nearby-locations .loc-distance {
    text-align: center;
}

#nearby-locations .loc-distance i {
    margin-right: 5px;
}

#nearby-locations .loc-distance .miles {
    font-size: 12px;
    display: block;
}

#nearby-locations .loc-actions .button {
    height: auto !important;
    padding: 10px 5px !important;
    display: block;
}

#nearby-locations .loc-actions .button:first-child {
    margin-bottom: 10px;
}

#nearby-locations hr {
    margin: 15px 0;
}

.marker-info-map h2 {
    font-size: 18px;
    margin-bottom: 20px;
}

.marker-info-map .about {
    margin-top: 10px;
}

.marker-info-map .address, .marker-info-map .about {
    display: block;
    margin-bottom: 10px;
    font-weight: bold;
}

.marker-info-map .button {
    height: auto !important;
    padding: 10px 5px !important;
    display: block;
    margin-bottom: 10px;
}

.marker-info-map .left-sidebar {
    margin-bottom: 10px;
}

.clinic-chosen {
    text-align: center;
    color: #54667a;
    font-weight: normal;
    font-style: normal;
    text-rendering: optimizeLegibility;
}

.clinic-chosen .divider {
    border-top: 1px #ccc solid;
    width: 30%;
    margin: 10px auto;
}

.clinic-chosen .c-name {
    display: block;
}

.form-appointment .form-head {
    margin-bottom: 40px;
}

.map-zone {
    position: relative;
}

.map-zone #pac-input {
    position: absolute;
    top: 26px;
    left: 26px;
    z-index: 10;
    width: 250px;
}

.all-clinics h5 {
    font-family: "Karla", sans-serif;
    font-size: 16px;
    margin-bottom: 8px;
}

.all-clinics a {
    color: #54667a;
    display: block;
}