.wsp-fit-red {
 color: #9B1F19 !important;
}

.wsp-fit-normal {
 font-weight: normal;
 font-size: 18px;
}

.wsp-fit-packages li {
 padding-bottom: 5px;
}

.wsp-img-center {
 text-align: center;
 margin: 0 auto;
}

/* Accordion Styles */
.wsp-appointment-expandable {
 position: relative;
 background-color: #9B1F19;
 color: #fff !important;
 border: 1px solid #eee;
 padding: 4px 10px;
 margin-bottom: 15px;
 cursor: pointer;
}

.wsp-appointment-expandable:after {
 position: absolute;
 top: 50%;
 -webkit-transform: translateY(-50%);
 -ms-transform: translateY(-50%);
 transform: translateY(-50%);
 right: 2%;
 content: "\f067";
 font-family: 'Font Awesome 5 Free';
 font-style: normal;
 font-weight: 900;
 text-decoration: inherit;
 font-weight: bold;
}

.wsp-appointment-expandable.active:after {
 content: "\f068";
}

.wsp-expandable-header {
 display: inline-block;
 margin-right: 15px;
 color: #fff !important;
 margin-top: 12px;
}

.accordion-content {
 display: none;
}