.phone__wrapper a {
    padding: 9px 14px;
    background: #fff;
    border-radius: 6px;
}
.contact-us-im .form__group label {
    display: block;
}

.input_container.checkbox_wrapper > div > :nth-child(2){
    display: none !important;
}

.staff-member {
    margin: 15px 0;
}

.elfsight-app-8a58ea60-33bc-47ba-a0e6-6d276ca9fa16 {
    background: var(--form-dark-input-07);
    border-radius: 8px;
    border: 1px solid var(--form-dark-input-07) !important;
    padding: 15px;
}

@media (max-width: 736px) |{
.section-blade .blade-a__bg > div {
    min-height: 0px !important;
}
}

.staff-member__image-wrapper{
    height: 320px;
    overflow: hidden!important;
}
.staff-member__name span{
    text-align: center;
}
.meetthedoctor {
    justify-content:center;
    
}
.section--dark .staff__container .staff-member, .section--light .staff__container .staff-member {
    margin: 0 auto;
}
.section--dark .hours-a__schedule .hours-a__schedule--border p:last-child {
    font-size: 14px!important;
}
.staff-member__image-wrapper {
    height: 273px;
}

@media (max-width: 991px) {
    .staff-member__image-wrapper {
        height: auto;
    }
}

.form__group.form-input-custom1 .input_container >div > :last-child {
    display: none !important;
}