#book-appointment-wizard #header {
    background: #d52128 !important;
    border-bottom: 4px solid #e99197 !important;
}
#book-appointment-wizard .book-step strong {
    color: #939598 !important;
}
#book-appointment-wizard .active-step strong {
    color: #e99197 !important;
}
#book-appointment-wizard .book-step {
    border: 3px solid #e99197 !important;
}
#book-appointment-wizard .active-step {
    border: 3px solid #f4c8cb !important;
}
body {
    background-color: transparent !important;
}
body .ui-datepicker .ui-widget-header {
    background: #d52128 !important;
}
body .ui-datepicker th {
    background: #d52128 !important;
}
body .ui-widget.ui-widget-content {
    border: 1px solid #d52128 !important;
}
html body .ui-datepicker td a, html body .ui-datepicker td span {
    color: #636466 !important;
}

body .ui-datepicker td a.ui-state-highlight {
    background: #e99197 !important;
}
html body .ui-datepicker td a.ui-state-active {
    background: #d52128 !important;
}
#wizard-frame-1 label[for="select-service"], #wizard-frame-1 .form-group:nth-child(2), #service-description {
	display: none !important;
}