.logo__link {
    justify-content: center;
}

a[href^="tel"]{
    pointer-events: auto;
    cursor: pointer;
}

.horizontal .form__group.form-input-comments {
    width: 98%!important;
}

.testimonials__content{
    text-align: center;
}

.home-layout .testimonials__content p{
    color: #fff;
}

.wrap__newslettersignup .form__group.form-input-__lf_title_name,
.wrap__newslettersignup .form__group.form-input-__lf_ref_name{
    display: none!important
}

.wrap__locationsHeader--inner {
    display: flex;
}

.navigation:not(.mm-menu) .navigation__list > .navigation__item > a {
    padding: 26px 22px 23px;
}

@media (max-width: 1024px) and (min-width: 768px){
    .wrap__newslettersignup form .form__group {
        width: 30.33%;
        margin-right: 0!important;
    }
}

@media (max-width: 767px){
    .horizontal .form form .form__group, .wrap__newslettersignup .form__group{
        width: 100%!important;
        margin-bottom: 10px;
    }

}

@media (max-width: 519px) {
    .hidden--t {
    display: unset !important;
}
}

@media (max-width: 375px) {
    .wrap__locationsHeader {
    margin-left: 21%;
}
.location p, .location__phone {
    font-size: 13px;
}
}

@media (max-width: 320px) {
.location {
    float: unset;
    width: 130px;
}
.location p, .location__phone {
    font-size: 15px;
}

.embedcode_zocdoc__container.embedcode__container {
    width: 110px;
}

.locations_header__container.locations__container {
    width: 116px;
}
}