.appointment-holder,
.section-showcase + .appointment-holder .appointment-header {
    margin-bottom: 0;
}

/* APPOINTMENTS */

.page-appointment .form-result > * {
    display: none;
}

.page-appointment .form-result {
    display: block;
    width: 100%;
    text-align: center;
    font-weight: 500;
    padding: 0 5%;
}

.page-appointment .appointment-steps .step:not(.active) {
    opacity: 0.45;
}

@media (max-width: 991px) {
    .appointment-form form {
        padding: 40px;
    }
}

.page-appointment .cards-image {
    width: 300px;
}

@media (max-width: 767px) {
    .page-appointment .cards-image {
        width: 20vw;
    }

    .page-appointment .info-block {
        text-align: center;
    }
}

@media (max-width: 991px) {
    .appointment-form {
        padding: 0;
    }
}

.page-appointment .ui-timepicker-wrapper {
    z-index: 1;
}

/* END APPOINTMENTS */

/* TESTIMONIALS */

@media (max-width: 767px) {
    .page-all-testimonials .testimonial-landing {
        height: auto;
        margin-bottom: 5.333vw;
    }
}