.medical-schedules ul li i {
    color: var(--dark) !important;
}
#footer {
    background: #34383d;
}

/*webform elements --------------*/
.custom-input-box .icons {
    position: relative;
    top: 46px;
    left: 16px;
    font-size: 1.3em;
}

.custom-input-box .form-control {
    border-radius: 2px;
    height: 50px;
    padding-left: 50px;
}

.form-control:not(.form-control-sm):not(.form-control-lg) {
    font-size: 13.6px;
    font-size: .85rem;
    line-height: 1.85;
}
.form-textarea-wrapper .form-control {
    height: 160px !important;
}
/* / webform elements --------------*/


/* Set the size of the div element that contains the map */
#map {
    height: 400px; /* The height is 400 pixels */
    width: 100%; /* The width is the width of the web page */
}