body {
  font-size: 15px;
}

.payment-chose-div i {
  color: #535353;
}

.appoinment-booking-area .single-booking-support {
  min-height: 300px;
}

.appoinment-booking-area .form-wrap .form-control {
  padding: 1px 7px;

  font-size: 13px;

  font-weight: 500;

  border-radius: 2px;

  margin-bottom: 10px;

  border-color: #d2d2d2;

  height: 30px !important;
}

.appoinment-booking-area .form-wrap {
  text-align: center;
}

.appoinment-booking-area {
  margin-top: -65px;
}

.appoinment-booking-area .single-booking-area {
  padding: 20px;

  background-color: #fff;

  border-radius: 10px;

  box-shadow: 0px 0px 30px 0px rgb(0 42 106 / 10%);

  position: relative;
}

#serviceDate {
  width: 242px;

  margin-bottom: 0;

  border-bottom: none;

  border-bottom-right-radius: 0;

  border-bottom-left-radius: 0;

  text-align: center;

  background: #fff;
}

#divTopDays {
  padding-top: 18px !important;
}

#iPrvDate {
  background: var(--theamColor);

  padding: 5px 8px 4px 5px;

  border-radius: 24px;

  cursor: pointer;

  color: #fff;

  height: 25px;

  width: 26px;
}

#iNextDate {
  background: var(--theamColor);

  padding: 5px 5px 4px 8px;

  border-radius: 24px;

  cursor: pointer;

  color: #fff;

  height: 25px;

  width: 26px;
}

#iPrvDate:hover {
  background: var(--theamHoverColor);
}

#iNextDate:hover {
  background: var(--theamHoverColor);
}

#divPreNext {
  width: 60px;
}

label {
  font-weight: 500;

  margin-bottom: 1px !important;

  color: var(--theamColor);
}

#divDaysName {
  font-weight: 400;

  font-size: 17px;

  color: var(--theamColor);
}

#divServiceAvaiableTime {
  display: flex;

  flex-wrap: wrap;

  border: none !important;

  height: unset !important;

  border-radius: 0 !important;

  padding: 0 !important;
}

.divTimeSlot {
  float: left;

  border: 1px solid #d2d2d2;

  border-radius: 1px;

  margin: 3px 3px;

  padding: 7px 7px;

  background: #fefefe;

  font-weight: 600;

  color: #666363;

  box-shadow: 1px 1px 3px -2px;

  cursor: pointer;

  min-width: 118px;

  font-size: 15px;
}

.divTimeSlotActive {
  color: #fff;

  background: var(--theamColor);

  border-color: var(--theamColor);

  border-radius: 2px;
}

.divTimeSlotActive:hover {
  color: #fff;

  background: var(--theamHoverColor) !important;

  border-color: var(--theamHoverColor) !important;

  border-radius: 2px;
}

.divTimeSlot:hover {
  background: #f5f5f5;
}

.divSelectedService {
  color: #fff;

  border-radius: 2px;

  text-align: left;

  padding: 2px 15px;

  background: var(--theamColor);
}

.wizard > .content > .body {
  float: none;

  position: unset;

  width: auto;

  height: auto;

  padding: 1px;
}

.wizard > .content {
  background: none;

  display: unset;

  margin: auto;

  min-height: auto;

  overflow: auto;

  position: none;

  width: auto;

  -webkit-border-radius: auto;

  -moz-border-radius: auto;

  border-radius: auto;
}

.wizard > .steps .number {
  position: relative;
  font-size: 16px;
  background: #f0f0f0;
  border-radius: 9999px;
  width: 28px;
  height: 28px;
  display: inline-block;
  color: #aaaaaa !important;
  margin-bottom: 0.3rem;
  padding-top: 0.2rem;
}

.wizard > .steps .done a .number.active-bar,
.wizard > .steps .last a .number.active-bar {
  color: #ea4d56 !important;
  background: #ea4d56 !important;
}

.wizard > .steps .check {
  position: absolute;
  left: 50%;
  top: 55%;
  font-size: 15px;
  transform: translate(-50%, -50%);
  display: none;
}

.wizard > .steps .check.active {
  display: block;
  color: white !important;
}

.wizard > .steps .first .number {
  background: #ea4d56 !important;
}

.wizard > .steps {
  position: relative;
  margin-bottom: 5px;
}

.wizard > .actions > ul {
  margin-bottom: -4px;
}

.wizard > .actions {
  margin-top: 10px;
}

.wizard > .actions a,
.wizard > .actions a:hover,
.wizard > .actions a:active {
  border-radius: 6px;
}

.wizard > .steps .current a,
.wizard > .steps .current a:hover,
.wizard > .steps .current a:active {
  background: #ea4d56 !important;
  color: #ea4d56 !important;
}

.wizard > .steps .current a .number,
.wizard > .steps .current a:hover .number,
.wizard > .steps .current a:active .number {
  color: white !important;
}

.wizard > .steps .first a .number,
.wizard > .steps .current a .number {
  background: #ea4d56 !important;
  color: white !important;
}

.wizard > .steps .done a .number {
  background: #ea4d56 !important;
  color: transparent !important;
}

.wizard > .steps .last a .number::before,
.wizard > .steps .last a .number::after {
  display: none;
}

.wizard > .steps a .number::before,
.wizard > .steps a .number::after {
  position: absolute;
  content: "";
  bottom: 11px;
  right: -60px;
  height: 1.5px;
  width: 60px;
  background: #f0f0f0;
}

.wizard > .steps a .number.active::after {
  background: #ea4d56;
  transform: scaleX(0);
  transform-origin: left;
  animation: animate 0.3s linear forwards;
}

@keyframes animate {
  100% {
    transform: scaleX(1);
  }
}

.wizard > .steps .last #serviceRescheduleStep-t-3 a .number::before,
.wizard > .steps .last #serviceRescheduleStep-t-3 a .number::after {
  display: none;
}

.wizard > .steps .done a .number {
  background: #ea4d56 !important;
  color: white !important;
}

.wizard > .steps a,
.wizard > .steps a:hover,
.wizard > .steps a:active {
  padding: 1px;
  margin: 1px;
  border-radius: 0px;
  color: white !important;
}

.wizard > .actions a,
.wizard > .actions a:hover,
.wizard > .actions a:active {
  background: #ea4d56;
  color: white;
}

.wizard > .steps .disabled a,
.wizard > .steps .disabled a:hover,
.wizard > .steps .disabled a:active {
  background: none !important;
  color: #aaaaaa !important;
}

.wizard > .steps .disabled a .number,
.wizard > .steps .disabled a:hover .number,
.wizard > .steps .disabled a:active .number {
  background: #f0f0f0 !important;
  color: #aaaaaa !important;
}

#serviceStep-t-0,
#serviceRescheduleStep-t-0 {
  color: #ea4d56 !important;
}

#serviceStep-t-0,
#serviceStep-t-1,
#serviceStep-t-2,
#serviceStep-t-3,
#serviceRescheduleStep-t-0,
#serviceRescheduleStep-t-1,
#serviceRescheduleStep-t-2,
#serviceRescheduleStep-t-3 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #aaaaaa;
  font-size: 13px;
  background: none !important;
}

.wizard-content .wizard.wizard-circle > .steps > ul > li.current:after,
.wizard-content .wizard.wizard-circle > .steps > ul > li.current ~ li:after,
.wizard-content .wizard.wizard-circle > .steps > ul > li.current ~ li:before {
  background: #f0f0f0 !important;
}

.wizard-content .wizard.wizard-circle > .steps > ul > li:after,
.wizard-content .wizard.wizard-circle > .steps > ul > li:before {
  top: 45px;
  width: 50%;
  height: 2px;
  background-color: #ea4d56 !important;
}

.xdsoft_datetimepicker {
  height: max-content !important;
}

.xdsoft_month {
  width: 50% !important;
}

.serviceTime {
  margin: 5px 3px;
}

.cp {
  cursor: pointer;
}

.payment-radio {
  width: 16px;

  height: 16px;

  margin-top: 2px;

  cursor: pointer;
}

.color-black {
  color: #000 !important;
}

.border-red {
  border: 2px solid red !important;
  border-radius: 4px !important;
}

.border-orange {
  border: 2px solid #ea4d56 !important;
  border-radius: 4px !important;
}

.disabled-service {
  background: #eeeeee;

  border: 1px solid #d8d1d1;

  color: red;
}

.disabled-service-text {
  text-decoration: line-through !important;
}

.color-success {
  color: #3ac259;
}

@media only screen and (max-width: 768px) {
  .divTimeSlot {
    width: 46% !important;
  }

  #divServiceCalendar {
    display: none;
  }
}

.payment-chose-div {
  float: left;

  border: 1px solid #d2d2d2;

  border-radius: 2px;

  margin: 3px 3px;

  padding: 9px 9px;

  cursor: pointer;
}

#divPaymentMethod {
  max-width: 300px;

  padding-top: 10px;
}

.payment-chose-div img {
  width: 87px;

  height: 32px;
}

.payment-chose {
  background: var(--theamColorRgba);

  border: 1px solid var(--theamColorRgba);
}

.payment-chose div {
  color: #fff !important;
}

.payment-chose i {
  color: #fff !important;
}

.table > :not(:first-child) {
  border-top: none;
}

#add-service-btn {
  padding: 3px 9px;

  font-size: 14px;
}

#tbl-service-cart thead tr {
  background: var(--theamColorRgba);
}

#tbl-service-cart {
  border: 1px solid #f1f1f1;
}

#divOrderSummary h5 {
  background: var(--theamColorRgba);

  padding: 11px;

  border-top-left-radius: 6px;

  border-top-right-radius: 6px;

  padding-left: 24px;
}

#divOrderSummary {
  border: 1px solid #f3f0f0;

  border-top-left-radius: 7px;

  border-top-right-radius: 7px;

  padding-bottom: 30px;
}

.summary-service {
  width: 100%;

  float: left;

  padding: 14px 21px;

  border-bottom: 1px solid #f2f2f2;
}

.service-item {
  width: 100%;

  float: left;

  padding: 8px 20px;
}

.service-border-button {
  border-bottom: 1px solid #f2f2f2;

  width: 100%;

  float: left;
}

#coupon_code {
  height: auto !important;

  margin-bottom: auto !important;

  padding: 10px 20px !important;

  font-size: 20px !important;
}

label {
  font-weight: 500;
  color: #ea4d56;
}

.xdsoft_datetimepicker {
  border-radius: 10px;
  background: #fbf8f5 !important;
  width: 100% !important;
  padding: 10px !important;
  border: none;
}

.xdsoft_datepicker {
  width: 100% !important;
  margin-left: 0 !important;
}

.xdsoft_datetimepicker .xdsoft_calendar th {
  color: #ea4d56 !important;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current {
  background: none !important;
  color: #666 !important;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current > div {
  background: #ea4d56 !important;
  border-radius: 9999px !important;
  width: 76% !important;
  padding: 0.2rem 0.15rem 0.2rem 0.2rem !important;
  margin-left: 0.6rem !important;
  text-align: center !important;
  color: white !important;
}

.xdsoft_datetimepicker .xdsoft_label {
  background: none !important;
}

.xdsoft_today_button {
  display: none !important;
}

.xdsoft_datetimepicker .xdsoft_month,
.xdsoft_label .xdsoft_year {
  text-align: center;
  color: #2e2e2e;
  z-index: 5;
}

.xdsoft_datetimepicker .xdsoft_year {
  width: 50px !important;
  z-index: 5;
}

.xdsoft_datetimepicker .xdsoft_next,
.xdsoft_datetimepicker .xdsoft_prev {
  opacity: 0.3 !important;
}

.xdsoft_datetimepicker .xdsoft_label i {
  opacity: 1;
  margin-left: 0.2rem;
}

.xdsoft_datetimepicker .xdsoft_calendar td > div {
  color: #666 !important;
}

.time-slot {
  font-size: 12px;
  border: 1px solid #aaaaaa;
  padding: 0.3rem 0.6rem;
  border-radius: 6px;
  color: #2e2e2e;
  margin-bottom: 0.5rem;
  width: 95%;
  cursor: pointer;
}

.time-slot.selected {
  background: #ea4d56;
  color: #fff;
  border: 1px solid #ea4d56;
}

.time-slot.unavailable {
  background: #f0f0f0;
  color: #aaaaaa;
  cursor: not-allowed;
  position: relative;
  overflow: hidden;
}

.time-slot.unavailable::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(
    100deg,
    transparent 49%,
    #aaaaaa 49%,
    #aaaaaa 51%,
    transparent 51%
  );
}

.time-slot-notice {
  display: flex !important;
  align-items: center !important;
  padding: 0.7rem 0.9rem !important;
  border-radius: 6px !important;
  border: 1px solid #ea4d56 !important;
}

.time-slot-notice svg {
  margin-right: 0.6rem;
}

.time-slot-notice p,
.bookingForSomeoneElse p {
  font-size: 10.5px;
  color: #ea4d56;
}

.time-slot-notice p {
  font-style: italic;
}

.bookingForSomeoneElse {
  display: flex;
  justify-content: start;
  align-items: center;
}

.actions ul {
  display: flex !important;
  flex-direction: column-reverse !important;
}

.actions ul li {
  margin: 0 !important;
  margin-bottom: 0.5rem !important;
  border-radius: 6px !important;
  text-align: center !important;
  background: #ea4d56 !important;
}

.booking_subtitle {
  font-size: 15px;
  text-align: left;
  font-weight: 700;
  color: #ea4d56;
  margin-bottom: 0.8rem !important;
}

.iti--separate-dial-code .iti__selected-flag,
#wizard > .content > .body input#phone_no {
  background: #ea4d56 !important;
}

.iti--separate-dial-code .iti__selected-dial-code {
  color: white !important;
}

.iti__arrow {
  border: 4px solid #ea4d56;
}

.text-dark {
  color: #2e2e2e !important;
}

.appointment-container {
  background: #fbf8f5;
  border-radius: 4px;
}

.appointment-container > div > p {
  font-size: 14px;
  color: #2e2e2e;
  text-align: left;
}

.appointment-container > div > p:last-child {
  font-weight: 700;
}

.appointment-confirmation {
  padding-left: 0.5rem;
}

.appointment-details {
  border: 1px solid #aaaaaa;
  border-radius: 4px;
  padding: 1rem 0.8rem;
  background: white;
}

.appointment-details .booking_details {
  display: flex;
  flex-direction: column;
  align-items: start;
  border-bottom: 1px solid #f0f0f0;
  padding-left: 0.5rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.appointment-details .booking_details .booking_label {
  font-size: 12px;
  color: #aaaaaa;
  margin-bottom: 0.2rem;
}

.appointment-details .booking_details p:last-child {
  font-weight: 700;
  color: #212121;
  font-size: 13px;
}

.booking_extra_details {
  font-size: 14px;
  color: #2e2e2e;
}

.booking_extra_details > a,
.booking_extra_details > a:hover,
.booking_extra_details > a:active {
  font-size: 14px;
  color: #22a6e3;
  text-decoration: underline;
}

.select2-container {
  width: 100% !important;
}

.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice {
  max-width: max-content !important;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: flex !important;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  text-align: justify;
}

.select2-container--default.select2-container--focus
  .select2-selection--multiple {
  border: 1px solid #d2d2d2 !important;
}

.select2-container--default .select2-selection--multiple {
  border-radius: 2px !important;
  border: 1px solid #d2d2d2 !important;
}

.steps {
  position: relative;
  margin-bottom: 20px;
}

.step {
  display: inline-block;
  width: 25%;
  text-align: center;
  position: relative;
}

.progress-bar {
  position: absolute;
  top: 50%;
  left: 0;
  height: 2px;
  background-color: #ea4d56;
  transition: width 0.3s ease-in-out;
}

.current .progress-bar {
  width: 25%;
}

.select2-container .select2-selection--single {
  width: 100% !important;
  padding: 1px 7px !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  border-radius: 2px !important;
  /* margin-bottom: 10px !important; */
  border-color: #d2d2d2 !important;
  height: 30px !important;
}

.select2
  .select2-container
  .select2-container--default
  .select2-container--below {
  width: 100% !important;
}

.select2-selection__arrow {
  display: none;
}

.select2-selection__arrow::after {
  content: "\f078";
  font-family: "Font Awesome";
  font-size: 12px;
  margin-left: 5px;
}

header .header,
footer .footer.section-gap {
  display: none !important;
}

::-webkit-scrollbar {
  width: 0px;
}

.select2-results__options::-webkit-scrollbar {
  width: 4px !important;
}

.wizard-content .wizard > .steps > ul > li:after,
.wizard-content .wizard > .steps > ul > li:before {
  content: "";
  z-index: 9;
  display: block;
  position: absolute;
}

.wizard-content .wizard {
  width: 100%;
  overflow: hidden;
}

.wizard-content .wizard .content {
  margin-left: 0 !important;
}

.wizard-content .wizard > .steps {
  position: relative;
  display: block;
  width: 100%;
}

.wizard-content .wizard > .steps .current-info {
  position: absolute;
  left: -99999px;
}

.wizard-content .wizard > .steps > ul {
  display: table;
  width: 100%;
  table-layout: fixed;
  margin: 0;
  padding: 0;
  list-style: none;
}

.wizard-content .wizard > .steps > ul > li {
  display: table-cell;
  width: auto;
  vertical-align: top;
  text-align: center;
  position: relative;
}

.wizard-content .wizard > .steps > ul > li a {
  position: relative;
  padding-top: 52px;
  margin-top: 20px;
  margin-bottom: 20px;
  display: block;
}

.wizard-content .wizard > .steps > ul > li:before {
  left: 0;
}

.wizard-content .wizard > .steps > ul > li:after {
  right: 0;
}

.wizard-content .wizard > .steps > ul > li:first-child:before,
.wizard-content .wizard > .steps > ul > li:last-child:after {
  content: none;
}

.wizard-content .wizard > .steps > ul > li.current > a {
  color: #2f3d4a;
  cursor: default;
}

.wizard-content .wizard > .steps > ul > li.current .step {
  border-color: #ea4d56;
  background-color: #fff;
  color: white;
}

.wizard-content .wizard > .steps > ul > li.disabled a,
.wizard-content .wizard > .steps > ul > li.disabled a:focus,
.wizard-content .wizard > .steps > ul > li.disabled a:hover {
  color: #999;
  cursor: default;
}

.wizard-content .wizard > .steps > ul > li.done a,
.wizard-content .wizard > .steps > ul > li.done a:focus,
.wizard-content .wizard > .steps > ul > li.done a:hover {
  color: #999;
}

.wizard-content .wizard > .steps > ul > li.done .step {
  background-color: #009efb;
  border-color: #009efb;
  color: #fff;
}

.wizard-content .wizard > .steps > ul > li.error .step {
  border-color: #f62d51;
  color: #f62d51;
}

.wizard-content .wizard > .steps .step {
  background-color: #fff;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -24px;
  z-index: 10;
  text-align: center;
}

.wizard-content .wizard > .content {
  overflow: hidden;
  position: relative;
  width: auto;
  padding: 0;
  margin: 0;
}

.wizard-content .wizard > .content > .title {
  position: absolute;
  left: -99999px;
}

.wizard-content .wizard > .content > .body {
  padding: 0 20px;
}

.wizard-content .wizard > .content > iframe {
  border: 0;
  width: 100%;
  height: 100%;
}

.wizard-content .wizard > .actions {
  position: relative;
  display: block;
  text-align: right;
  padding: 0 20px 20px;
}

.wizard-content .wizard > .actions > ul {
  float: right;
  list-style: none;
  padding: 0;
  margin: 0;
}

.wizard-content .wizard > .actions > ul:after {
  content: "";
  display: table;
  clear: both;
}

.wizard-content .wizard > .actions > ul > li {
  float: left;
}

.wizard-content .wizard > .actions > ul > li + li {
  margin-left: 10px;
}

.wizard-content .wizard > .actions > ul > li > a {
  background: #009efb;
  color: #fff;
  display: block;
  padding: 7px 12px;
  border-radius: 4px;
  border: 1px solid transparent;
}

.wizard-content .wizard > .actions > ul > li > a:focus,
.wizard-content .wizard > .actions > ul > li > a:hover {
  -webkit-box-shadow: 0 0 0 100px rgba(0, 0, 0, 0.05) inset;
  box-shadow: 0 0 0 100px rgba(0, 0, 0, 0.05) inset;
}

.wizard-content .wizard > .actions > ul > li > a:active {
  -webkit-box-shadow: 0 0 0 100px rgba(0, 0, 0, 0.1) inset;
  box-shadow: 0 0 0 100px rgba(0, 0, 0, 0.1) inset;
}

.wizard-content .wizard > .actions > ul > li > a[href="#previous"] {
  background-color: #fff;
  color: #54667a;
  border: 1px solid #d9d9d9;
}

.wizard-content .wizard > .actions > ul > li > a[href="#previous"]:focus,
.wizard-content .wizard > .actions > ul > li > a[href="#previous"]:hover {
  -webkit-box-shadow: 0 0 0 100px rgba(0, 0, 0, 0.02) inset;
  box-shadow: 0 0 0 100px rgba(0, 0, 0, 0.02) inset;
}

.wizard-content .wizard > .actions > ul > li > a[href="#previous"]:active {
  -webkit-box-shadow: 0 0 0 100px rgba(0, 0, 0, 0.04) inset;
  box-shadow: 0 0 0 100px rgba(0, 0, 0, 0.04) inset;
}

.wizard-content .wizard > .actions > ul > li.disabled > a,
.wizard-content .wizard > .actions > ul > li.disabled > a:focus,
.wizard-content .wizard > .actions > ul > li.disabled > a:hover {
  color: #999;
}

.wizard-content .wizard > .actions > ul > li.disabled > a[href="#previous"],
.wizard-content
  .wizard
  > .actions
  > ul
  > li.disabled
  > a[href="#previous"]:focus,
.wizard-content
  .wizard
  > .actions
  > ul
  > li.disabled
  > a[href="#previous"]:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.wizard-content .wizard.wizard-circle > .steps > ul > li:after,
.wizard-content .wizard.wizard-circle > .steps > ul > li:before {
  top: 45px;
  width: 50%;
  height: 3px;
  background-color: #ea4d56;
}

.wizard-content .wizard.wizard-circle > .steps > ul > li.current:after,
.wizard-content .wizard.wizard-circle > .steps > ul > li.current ~ li:after,
.wizard-content .wizard.wizard-circle > .steps > ul > li.current ~ li:before {
  background-color: #f3f3f3;
}

.wizard-content .wizard.wizard-circle > .steps .step {
  width: 50px;
  height: 50px;
  line-height: 45px;
  border: 3px solid #f3f3f3;
  font-size: 1.3rem;
  border-radius: 50%;
}

.wizard-content .wizard.wizard-notification > .steps > ul > li:after,
.wizard-content .wizard.wizard-notification > .steps > ul > li:before {
  top: 39px;
  width: 50%;
  height: 2px;
  background-color: #ea4d56;
}

.wizard-content .wizard.wizard-notification > .steps > ul > li.current .step {
  border: 2px solid #ea4d56;
  color: white;
  line-height: 36px;
}

.wizard-content
  .wizard.wizard-notification
  > .steps
  > ul
  > li.current
  .step:after,
.wizard-content
  .wizard.wizard-notification
  > .steps
  > ul
  > li.done
  .step:after {
  border-top-color: #ea4d56;
}

.wizard-content .wizard.wizard-notification > .steps > ul > li.current:after,
.wizard-content
  .wizard.wizard-notification
  > .steps
  > ul
  > li.current
  ~ li:after,
.wizard-content
  .wizard.wizard-notification
  > .steps
  > ul
  > li.current
  ~ li:before {
  background-color: #f3f3f3;
}

.wizard-content .wizard.wizard-notification > .steps > ul > li.done .step {
  color: #fff;
}

.wizard-content .wizard.wizard-notification > .steps .step {
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 1.3rem;
  border-radius: 15%;
  background-color: #f3f3f3;
}

.wizard-content .wizard.wizard-notification > .steps .step:after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -8px;
  margin-bottom: -8px;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 8px solid #f3f3f3;
}

.wizard-content .wizard.vertical > .steps {
  display: inline;
  float: left;
  width: 20%;
}

.wizard-content .wizard.vertical > .steps > ul > li {
  display: block;
  width: 100%;
}

.wizard-content .wizard.vertical > .steps > ul > li.current:after,
.wizard-content .wizard.vertical > .steps > ul > li.current:before,
.wizard-content .wizard.vertical > .steps > ul > li.current ~ li:after,
.wizard-content .wizard.vertical > .steps > ul > li.current ~ li:before,
.wizard-content .wizard.vertical > .steps > ul > li:after,
.wizard-content .wizard.vertical > .steps > ul > li:before {
  background-color: transparent;
}

.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  background: none !important;
}

#remark {
  height: 90px !important;
}

input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.vh {
  position: absolute !important;
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}

#bookingForSomeoneElseLabel:before {
  content: "";
  width: 16px;
  height: 16px;
  border: 1px solid #aaaaaa;
  display: inline-block;
  margin-right: 10px;
}

#bookingForSomeoneElseLabel span {
  margin-top: -0.1rem;
}

input[type="checkbox"]:checked ~ #bookingForSomeoneElseLabel:before {
  border: 1px solid #ea4d56;
  background: #ea4d56 no-repeat center;
  background-size: 12px 12px;
  background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTYuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjE2cHgiIGhlaWdodD0iMTZweCIgdmlld0JveD0iMCAwIDQ1LjcwMSA0NS43IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA0NS43MDEgNDUuNzsiIHhtbDpzcGFjZT0icHJlc2VydmUiPgo8Zz4KCTxnPgoJCTxwYXRoIGQ9Ik0yMC42ODcsMzguMzMyYy0yLjA3MiwyLjA3Mi01LjQzNCwyLjA3Mi03LjUwNSwwTDEuNTU0LDI2LjcwNGMtMi4wNzItMi4wNzEtMi4wNzItNS40MzMsMC03LjUwNCAgICBjMi4wNzEtMi4wNzIsNS40MzMtMi4wNzIsNy41MDUsMGw2LjkyOCw2LjkyN2MwLjUyMywwLjUyMiwxLjM3MiwwLjUyMiwxLjg5NiwwTDM2LjY0Miw3LjM2OGMyLjA3MS0yLjA3Miw1LjQzMy0yLjA3Miw3LjUwNSwwICAgIGMwLjk5NSwwLjk5NSwxLjU1NCwyLjM0NSwxLjU1NCwzLjc1MmMwLDEuNDA3LTAuNTU5LDIuNzU3LTEuNTU0LDMuNzUyTDIwLjY4NywzOC4zMzJ6IiBmaWxsPSIjRkZGRkZGIi8+Cgk8L2c+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPC9zdmc+Cg==);
}

input[type="checkbox"]:focus ~ #bookingForSomeoneElseLabel {
  color: #ea4d56;
}

input[type="checkbox"]:checked + #bookingForSomeoneElseSpan {
  color: #ea4d56 !important;
}

/* Modal Styles */
.modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.5);
}

.modal-content {
  background-color: #fff;
  margin: 15% auto;
  padding: 1.25em;
  width: 90%;
  max-width: 400px;
  border-radius: 15px !important;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.modal-content img {
  width: 70px;
  height: 70px;
  margin: 15px 0 10px 0;
}

.modal-footer {
  display: flex;
  justify-content: flex-end;
  width: 100%;
}

.custom-confirm-btn,
.swal2-confirm .custom-confirm-button {
  background: #ea4d56 !important;
  color: white !important;
  box-shadow: none !important;
  width: 45% !important;
  border-radius: 10px !important;
  border: none;
}

#restrictConfirmButton.custom-confirm-btn {
  width: max-content !important;
}

.custom-cancel-btn {
  background: white !important;
  border: 1px solid #ea4d56 !important;
  color: #ea4d56 !important;
  box-shadow: none !important;
  width: 45% !important;
  border-radius: 10px !important;
}

.custom-confirm-btn:focus,
.custom-cancel-btn:focus,
.swal2-confirm .custom-confirm-button:focus {
  box-shadow: none !important;
}

#confirmButton,
#cancelButton,
#restrictConfirmButton {
  margin: 0.3125em;
  padding: 0.625em 1.1em;
  box-shadow: none;
  font-weight: 500;
}

.custom-title-class {
  font-size: 20px !important;
  color: #2e2e2e !important;
  font-family: roboto, sans-serif !important;
  margin-bottom: 20px;
  text-align: center;
}

.custom-content-class {
  text-align: center;
  font-size: 15px;
  color: #6e6e6e !important;
  font-family: roboto, sans-serif !important;
  line-height: normal;
}

.custom-popup-class {
  width: 300px;
}

.custom-popup-class .swal2-html-container {
  font-size: 15px;
  color: #6e6e6e !important;
  font-family: roboto, sans-serif !important;
}

.swal2-header {
  padding: 0;
}

.swal2-icon {
  border: none;
  margin: 15px 0 10px 0;
}

.custom-popup-class .swal2-icon .swal2-icon-content img {
  width: 70px;
  height: 70px;
}

.swal2-content {
  padding: 0.5em 1em !important;
}

.swal2-actions {
  margin: 1em 0;
}

.whatsapp-button {
  border: 1px solid #ea4d56;
  background: #ea4d56;
  color: white;
  border-radius: 6px;
  padding: 0.5em 1em;
  width: 100%;
}

.wizard > .steps .done #serviceStep-t-0,
.wizard > .steps .done #serviceStep-t-1,
.wizard > .steps .done #serviceStep-t-2,
.wizard > .steps .done #serviceStep-t-3,
.wizard > .steps .done #serviceRescheduleStep-t-0,
.wizard > .steps .done #serviceRescheduleStep-t-1,
.wizard > .steps .done #serviceRescheduleStep-t-2,
.wizard > .steps .done #serviceRescheduleStep-t-3 {
  color: #ea4d56 !important;
}

.wizard > .steps .done a,
.wizard > .steps .done a:hover,
.wizard > .steps .done a:active {
  background: #ea4d56 !important;
  color: #ea4d56 !important;
}

.wizard > .steps .done a:hover .number,
.wizard > .steps .done a:active .number {
  background: #ea4d56 !important;
  color: #ea4d56 !important;
}

/* Header CSS */

#site-header {
  position: relative;
  width: 100%;
  background-color: #fff;
  border-bottom: 1px solid #f1f1f1;
  z-index: 100;
}
.no-header-border #site-header {
  border-bottom: none;
}
#site-logo-inner,
#site-header-inner {
  transition: all 0.3s ease-in-out;
}
#site-header-inner {
  position: relative;
  height: 100%;
}
.container {
  width: 1200px;
  max-width: 90%;
  margin: 0 auto;
}
#site-logo {
  float: left;
  height: 100%;
  display: table;
}
#site-logo #site-logo-inner {
  height: 110px;
}
#site-logo #site-logo-inner {
  display: table-cell;
  vertical-align: middle;
  height: 74px;
}
#site-logo #site-logo-inner a {
  background-color: rgba(0, 0, 0, 0) !important;
}
#site-header #site-logo #site-logo-inner a img,
#site-header.center-header #site-navigation-wrap .middle-site-logo a img {
  max-height: 100px;
}
#site-header #site-logo #site-logo-inner a img {
  transition: all 0.3s ease-in-out;
}
#site-logo #site-logo-inner a img,
#site-header.center-header #site-navigation-wrap .middle-site-logo a img {
  max-width: 90px;
}
#site-logo #site-logo-inner a img {
  width: auto;
  vertical-align: middle;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.col:after,
.clr:after,
.group:after,
dl:after,
.left_float:after,
.right_float:after {
  content: "";
  display: block;
  visibility: hidden;
  clear: both;
  zoom: 1;
  height: 0;
}
#site-navigation-wrap {
  /* float: right; */
  position: relative;
  right: -15px;
}
#site-navigation-wrap .dropdown-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
.dropdown-menu,
.dropdown-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}
#site-navigation-wrap .dropdown-menu > li {
  float: left;
  position: relative;
}
#site-navigation-wrap .dropdown-menu > li > a,
.oceanwp-mobile-menu-icon a,
.mobile-menu-close,
.after-header-content-inner > a {
  line-height: 110px;
}
#site-navigation-wrap .dropdown-menu > li > a {
  display: block;
  font-size: 13px;
  line-height: 74px;
  color: #555;
  padding: 0 15px;
  letter-spacing: 0.6px;
}
.sf-menu a.menu-link {
  display: block;
  position: relative;
  zoom: 1;
}
#site-navigation {
  height: 100px;
}
.oceanwp-mobile-menu-icon.mobile-right {
  float: right;
  height: 100px;
}
.oceanwp-mobile-menu-icon {
  display: block;
  position: relative;
}
.oceanwp-mobile-menu-icon a:first-child {
  padding-left: 0;
}
.oceanwp-mobile-menu-icon a {
  font-size: 13px;
  line-height: 74px;
  color: #555;
  padding-left: 15px;
  letter-spacing: 0.6px;
  cursor: pointer;
}
.oceanwp-mobile-menu-icon a.mobile-menu .oceanwp-text,
.oceanwp-mobile-menu-icon a.mobile-menu .oceanwp-close-text {
  padding-left: 6px;
}
.oceanwp-mobile-menu-icon a.mobile-menu .oceanwp-close-text,
.oceanwp-mobile-menu-icon a.mobile-menu.opened .oceanwp-text {
  display: none;
}
#mobile-fullscreen {
  background-color: #f4f4f4 !important;
}
#mobile-fullscreen {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  overflow-y: scroll;
  z-index: 100000;
}
#mobile-fullscreen #mobile-fullscreen-inner {
  display: table;
  width: 100%;
  height: 100%;
  padding: 0 40px;
}
#mobile-fullscreen a.close {
  position: absolute;
  top: 14px;
  right: 14px;
}
#mobile-fullscreen a.close .close-icon-wrap:hover {
  opacity: 0.7;
}
#mobile-fullscreen a.close .close-icon-wrap {
  display: inline-block;
  position: relative;
  width: 40px;
  height: 40px;
  line-height: 33px;
  -webkit-transition: opacity 0.15s linear;
  -moz-transition: opacity 0.15s linear;
  -ms-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
#mobile-fullscreen a.close .close-icon-inner,
#mobile-fullscreen a.close .close-icon-inner::after {
  background-color: #000000 !important;
}
#mobile-fullscreen a.close .close-icon-inner {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
#mobile-fullscreen a.close .close-icon-inner,
#mobile-fullscreen a.close .close-icon-inner::after {
  display: inline-block;
  width: 40px;
  height: 3px;
  background-color: #fff;
  border-radius: 3px;
}
#mobile-fullscreen a.close .close-icon-inner::after {
  content: "";
  display: block;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
#mobile-fullscreen nav {
  display: table-cell;
  vertical-align: middle;
  padding: 50px 0;
  text-align: center;
}
#mobile-fullscreen ul {
  list-style: none;
  margin: 0;
}
#mobile-fullscreen ul > li {
  display: block;
}
body .sidr a,
body .sidr-class-dropdown-toggle,
#mobile-dropdown ul li a,
#mobile-dropdown ul li a .dropdown-toggle,
#mobile-fullscreen ul li a,
#mobile-fullscreen .oceanwp-social-menu.simple-social ul li a {
  color: #000000 !important;
}
#mobile-fullscreen ul > li > a {
  font-size: 18px;
  line-height: 1.2;
  padding: 12px 0;
}
#mobile-fullscreen ul li a {
  display: block;
  position: relative;
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-align: center;
}
#mobile-fullscreen.active {
  display: block;
}
.appointment-confirmation p {
  text-align: left;
}
.linktree {
  display: flex;
  align-items: center;
  background-color: transparent;
  text-decoration: none;
  color: #2d2621 !important;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  margin: 0;
  padding: 0;
  cursor: pointer;
}
.linktree:active {
  outline: 0;
  color: #ea4d56 !important;
}
.linktree:hover {
  outline: 0;
  color: #ea4d56 !important;
  text-decoration: none;
}
.main-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  padding: 2rem 0;
}

/* MEDIA QUERIES */

@media (min-width: 400px) {
  .wizard > .steps a .number::before,
  .wizard > .steps a .number::after {
    right: -85px;
    width: 85px;
  }

  .wizard-content .wizard > .steps > ul > li:last-child:after {
    content: none;
  }

  .appointment-details {
    padding: 1rem;
  }

  .oceanwp-mobile-menu-icon {
    display: none;
  }
}

@media (min-width: 500px) {
  .wizard > .steps a .number::before,
  .wizard > .steps a .number::after {
    right: -100px;
    width: 100px;
  }

  .wizard-content .wizard > .steps > ul > li:last-child:after {
    content: none;
  }
}

@media (min-width: 750px) {
  .wizard > .steps a .number::before,
  .wizard > .steps a .number::after {
    right: -115px;
    width: 115px;
  }

  .wizard-content .wizard > .steps > ul > li:last-child:after {
    content: none;
  }
}

@media (min-width: 768px) and (max-width: 1200px) {
  .wizard > .steps a .number::before,
  .wizard > .steps a .number::after {
    right: -140px;
    width: 140px;
  }

  .wizard-content .wizard > .steps > ul > li:last-child:after {
    content: none;
  }
}

@media only screen and (max-width: 959px) {
  body.default-breakpoint .oceanwp-mobile-menu-icon {
    display: inline-flex;
  }
}

@media (min-width: 1200px) and (max-width: 1400px) {
  .wizard > .steps a .number::before,
  .wizard > .steps a .number::after {
    right: -160px;
    width: 160px;
  }

  .wizard-content .wizard > .steps > ul > li:last-child:after {
    content: none;
  }
}

@media (min-width: 1400px) {
  .wizard > .steps a .number::before,
  .wizard > .steps a .number::after {
    right: -180px;
    width: 180px;
  }

  .wizard-content .wizard > .steps > ul > li:last-child:after {
    content: none;
  }
}

@media (min-width: 768px) {
  .appointment-container {
    background: none;
    display: flex;
    justify-content: space-between;
  }

  .appointment-confirmation {
    width: 100%;
    height: max-content;
    padding: 1.8rem 1.5rem;
    border-radius: 10px;
  }

  .appointment-container > div > p:first-child {
    font-size: 16px;
    margin-bottom: 1rem !important;
  }

  .appointment-container > div > p {
    text-align: left;
  }

  .appointment-details-desktop {
    width: 55%;
    border: 1px solid #aaaaaa;
    border-radius: 10px;
    background: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-bottom: 1rem;
  }

  .appointment-details {
    width: 100%;
    border: none;
    border-radius: 10px;
    padding: 1.8rem 1.5rem 1rem;
  }

  .booking_extra_details {
    margin-top: 1.5rem;
    height: max-content;
    padding: 0 1.5rem;
    text-align: left;
  }

  .appointment-confirmed {
    background: #fbf8f5;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    padding: 1.5rem 2rem !important;
    margin-top: 1rem;
  }

  .appointment-confirmed > div > p {
    font-size: 14px;
  }

  .xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current > div {
    width: 60% !important;
    margin-left: 1.1rem !important;
  }

  .done-container {
    width: 40%;
  }
}
