/*hide appointment end time*/
.booking-ts > .par-sm-med,
.booking-ts > .booking-ts__time:nth-of-type(2) {
    display: none !important;
}

/* To Hide Class Duration Through the entire enrollment process*/
.service-card-dc__item:nth-child(1) {
    display: none !important;
}

.service-dg-dcl__item:nth-child(1) {
    display: none !important;
}
.bs-service-card-dc__item:nth-child(1) {
    display: none !important;
}
span.sub.text-graphite:nth-child(2) {
    display: none;
}
.service-card-dc__item:nth-child(2) {
    display: none !important;
}
.bs-service-card-dc__item__label par-sm:nth-child(1) {
    display: none !important;
}
.service-dg-dcl__item:nth-child(2) {
    display: none !important;
}

