div#map {
    height: 600px;
}

div#doctors {
    flex: 1 1 35%;
}

div#doctors + div {
    flex: 1 1 65%;
}

.page-id-101 div#page h2 {
    text-align: center;
    color: var(--pColor);
    font-size: 41px;
}

span.dd {
    display: block;
}

.pinola h2 {
    font-size: 20px !important;
    text-align: left !important;
    margin: 0px 0px 10px;
}

.pinola br {
    display: none;
}

.pinola p {
    margin-bottom: 10px;
}

.doctors_locations > div {
    max-width: 1500px;
}

.dm-t-third {
    width: 350px;
    padding: 10px 0px;
    border-bottom: 1px solid #000;
}

.dm-t-third h4 {
    font-weight: bold;
}

.dm-fo {
    flex: 1 1 35%;
    padding-bottom: 30px;
}

.dm-fo input {
    width: 100%;
    max-width: 500px;
}

/* A */
.dm-flex.form-list .dm-third {
    flex: 1 1 50%;
}

.dm-flex.form-list .dm-third input {
    height: 50px;
    width: 100%;
    display: block;
}

.dm-flex.form-list {
    padding-bottom: 30px;
}

.dm-flex.form-list button {
    background: var(--pColor);
    border: 0px;
    width: 100%;
    display: block;
    height: 50px;
    font-weight: bold;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 17px;
}

.dm-flex.form-list {
    width: 100%;
}

.doctors_locations .container {
    width: 100%;
    max-width: 1200px;
}

.doctors_locations .dm-flex {
    align-items: inherit;
}

.doctors_locations #map {
    height: 100%;
    min-height: 600px;
}