@charset "UTF-8";
/*!*
 * All of the CSS for design demo 5
 * included in this file.
 */
#bookingor-design-5 .buttons-container {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
}
#bookingor-design-5 .buttons-container .label-container {
  display: inline-block;
  flex: 1;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
}
#bookingor-design-5 .buttons-container .year-dropdown {
  appearance: none;
  border: none;
  font-size: inherit;
  font-weight: inherit;
  font-family: inherit;
  padding: 5px 20px;
}
#bookingor-design-5 .buttons-container .prev-button,
#bookingor-design-5 .buttons-container .next-button {
  background: transparent;
  border: none;
  padding: 7px;
}
#bookingor-design-5 .weeks-wrapper.header {
  border-bottom: 1px solid #eee;
}
#bookingor-design-5 .weeks-wrapper .week {
  margin: 10px 0;
}
#bookingor-design-5 .weeks-wrapper .week.start-on-monday .day:nth-child(6),
#bookingor-design-5 .weeks-wrapper .week.start-on-monday .day:last-child {
  color: orange;
}
#bookingor-design-5 .weeks-wrapper .week.start-on-monday .day:last-child {
  color: red;
}
#bookingor-design-5 .weeks-wrapper .week:not(.start-on-monday) .day:first-child,
#bookingor-design-5 .weeks-wrapper .week:not(.start-on-monday) .day:last-child {
  color: orange;
}
#bookingor-design-5 .weeks-wrapper .week:not(.start-on-monday) .day:first-child {
  color: red;
}
#bookingor-design-5 .weeks-wrapper .week .highlight {
  border-radius: 5px;
}
#bookingor-design-5 .weeks-wrapper .week .day.header {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 120%;
}
#bookingor-design-5 .weeks-wrapper .week .day.today span {
  position: relative;
  display: inline-block;
  font-size: 110%;
}
#bookingor-design-5 .weeks-wrapper .week .day.today span::after {
  content: "";
  position: absolute;
  bottom: 7px;
  left: 50%;
  transform: translateX(-50%);
  border-bottom: 2px solid orange;
  width: 10px;
  height: 1px;
}
#bookingor-design-5 .weeks-wrapper .week .day.sunday span {
  color: #ff8a80;
}
#bookingor-design-5 .weeks-wrapper .week .day.highlight span {
  color: #2196f3;
}
#bookingor-design-5 .weeks-wrapper .week .day.selected span {
  background: #1565c0;
  color: white;
}
#bookingor-design-5 .weeks-wrapper .week .day[data-disabled=disabled] span {
  color: #aaa;
  cursor: not-allowed;
}
#bookingor-design-5 .weeks-wrapper .week .day span {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  vertical-align: middle;
}
#bookingor-design-5 .months-wrapper .month span {
  display: inline-block;
  padding: 10px;
  text-transform: capitalize;
  margin-bottom: 10px;
}
#bookingor-design-5 .special-buttons {
  text-align: center;
  border-top: 1px solid #eee;
  padding-top: 10px;
}
#bookingor-design-5 .today-button {
  margin: 0 auto;
  background: transparent;
  border: none;
  padding: 5px;
}
#bookingor-design-5 .month-container {
  display: flex;
  border-bottom: none;
  padding: 0;
  margin-bottom: 26px;
}
#bookingor-design-5 .month-container h3 {
  text-transform: capitalize;
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 28px;
  color: #212528;
  font-family: "Roboto", sans-serif;
}
#bookingor-design-5 #custom-calendar {
  border-collapse: collapse;
  margin: 0 auto;
  width: 100%;
}
#bookingor-design-5 #custom-calendar .calendar-header-el {
  display: inline-block;
  width: 14.2857142857%;
  text-align: center;
  margin-bottom: 18px;
  font-size: 15px;
  font-family: "Roboto", sans-serif;
}
#bookingor-design-5 #custom-calendar .calendar-content-row {
  overflow: hidden;
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 10px;
  margin: 10px 0;
}
#bookingor-design-5 #custom-calendar .calendar-content-row .calendar-content-el {
  display: inline-flex;
  width: 14.2857142857%;
  height: 40px;
  padding: 5px;
  text-align: center;
  cursor: pointer;
  position: relative;
  justify-content: center;
  align-items: center;
  font-family: "Roboto", sans-serif;
}
#bookingor-design-5 #custom-calendar .calendar-content-row .calendar-content-el.today {
  font-weight: bold;
  color: red;
}
#bookingor-design-5 #custom-calendar .calendar-content-row .calendar-content-el.selected::before {
  content: "";
  display: inline-block;
  width: 40px;
  height: 40px;
  border: 2px solid #007bff;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
#bookingor-design-5 #custom-calendar span[data-disabled=true] {
  visibility: hidden;
}
#bookingor-design-5 #custom-calendar .week {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
  justify-content: space-between;
}
#bookingor-design-5 #custom-calendar .day-container {
  display: inline-flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: 120px;
  padding: 10px;
  font-weight: 600;
  position: relative;
  cursor: pointer;
}
#bookingor-design-5 #custom-calendar .day-container[data-disabled=true] {
  visibility: hidden;
}
#bookingor-design-5 #custom-calendar .day-container.selected {
  background: #1565c0;
  color: white;
}
#bookingor-design-5 #custom-calendar .day-container.today::after {
  content: "";
  height: 2px;
  width: 10px;
  background-color: yellow;
  position: absolute;
  bottom: 8px;
}
#bookingor-design-5 .bookingor-day-container {
  margin: 0 0px;
  text-align: center;
  background: white;
  border: 1px solid;
  border-radius: 6px;
  border-color: rgb(210, 216, 221);
  height: 96px;
  width: 14.2857142857%;
  margin: 0;
  cursor: pointer;
  color: #000;
}
#bookingor-design-5 .bookingor-day-container[data-disabled=true] {
  display: none !important;
}
#bookingor-design-5 .bookingor-day-container:hover {
  border: 2px solid;
}
#bookingor-design-5 .bookingor-slider-calendar-day {
  font-size: 12px;
  margin-top: 5px;
  line-height: normal;
}
#bookingor-design-5 .bookingor-slider-calendar-date {
  font-size: 36px;
  padding: 0 24px;
  line-height: 0.9;
  padding-bottom: 0px;
  font-weight: 600;
  width: 100%;
  padding: 5px 0;
}
#bookingor-design-5 .bookingor-slider-calendar-month {
  font-size: 12px;
  line-height: normal;
}
#bookingor-design-5 .slick-track {
  flex-direction: row;
}
#bookingor-design-5 .day {
  width: 71px !important;
  margin: 0 1px;
}
#bookingor-design-5 .bookingor-lc-1 {
  position: absolute;
  padding: 10px;
}
#bookingor-design-5 .new-calendar-d {
  margin: 0 0px;
  text-align: center;
  background: white;
  border: 1px solid;
  border-radius: 6px;
  border-color: rgb(210, 216, 221);
  height: 96px;
}
#bookingor-design-5 .bookingor-short-cal-day {
  font-size: 12px;
  margin-top: 5px;
}
#bookingor-design-5 .bookingor-short-cal-date {
  font-size: 36px;
  padding: 0 24px;
  line-height: 0.9;
  padding-bottom: 0px;
  font-weight: 600;
  width: 100%;
  padding: 5px 0;
}
#bookingor-design-5 .bookingor-short-cal-month {
  font-size: 12px;
}
#bookingor-design-5 .slick-track {
  flex-direction: row;
}
#bookingor-design-5 .day {
  width: 71px !important;
  margin: 0 1px;
}
#bookingor-design-5 .modal-bk-details-1 {
  max-width: 730px !important;
  box-shadow: 0px 8px 10px 0px #706b6b;
}
@media (max-width: 767px) {
  #bookingor-design-5 .bookingor-my-model {
    padding: 15px !important;
  }
}
@media (min-width: 768px) {
  #bookingor-design-5 .customer-book-details {
    grid-template-columns: 1fr 325px !important;
  }
  #bookingor-design-5 .bookingor-f-business-all {
    flex-direction: row;
  }
}
@media (max-width: 991px) {
  #bookingor-design-5 .bookingor-f-business-all {
    flex-direction: column;
  }
  #bookingor-design-5 .bookingor button {
    padding: 12px 8px !important;
  }
  #bookingor-design-5 .customer-book-details {
    gap: 0 !important;
  }
  #bookingor-design-5 .customer-book-details {
    grid-template-columns: 1fr !important;
  }
  #bookingor-design-5 #customer-book .c-h {
    display: flex;
    flex-direction: column;
    align-items: start !important;
    gap: 0 !important;
  }
}
@media (max-width: 420px) {
  #bookingor-design-5 .select-picktime-1 {
    width: 100% !important;
  }
  #bookingor-design-5 .bookingor-button {
    padding: 10px 8px !important;
  }
  #bookingor-design-5 .low-mb {
    margin-bottom: 4px !important;
  }
  #bookingor-design-5 .customer-book-details {
    gap: 0 !important;
  }
}
#bookingor-design-5 .bookingor-d-none {
  display: none !important;
}
#bookingor-design-5 .bookingor-d-flex {
  display: flex !important;
}
#bookingor-design-5 .bookingor-svgs {
  width: 16px;
  fill: #747474;
}
#bookingor-design-5 .bookingor-f-15 {
  font-size: 15px;
}
#bookingor-design-5 .bookingor-f-14 {
  font-size: 14px;
}
#bookingor-design-5 .bookingor-gap-5 {
  gap: 5px;
}
#bookingor-design-5 .bookingor-gap-10 {
  gap: 10px;
}
#bookingor-design-5 .add-repeat label,
#bookingor-design-5 input {
  font-size: 14px;
  margin-bottom: 0;
}
#bookingor-design-5 .add-repeat input,
#bookingor-design-5 .repat-type-place {
  font-size: 14px;
  text-transform: capitalize;
}
#bookingor-design-5 .repat-type-place {
  position: absolute;
  margin-left: 38px;
}
#bookingor-design-5 .all-repeats {
  max-height: 315px;
  overflow-y: auto;
  padding: 15px;
  background-color: #f7f7ff;
  border-radius: 1rem;
  height: fit-content;
}
#bookingor-design-5 .rp-sub-head {
  font-size: 15px;
  font-weight: 600;
}
#bookingor-design-5 .r-toggle {
  border: 1px solid;
  border-radius: 1rem;
  width: 70%;
}
#bookingor-design-5 .r-radio-btn {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
#bookingor-design-5 .repeat-active {
  background-color: var(--bookingor-blue);
  line-height: 1.3;
  color: white !important;
  border-radius: 1rem;
}
#bookingor-design-5 .repeats-show {
  font-size: 14px;
  justify-content: space-between;
}
#bookingor-design-5 .r-radio-label {
  text-align: center;
  cursor: pointer;
  position: relative;
  padding: 6px;
  line-height: 1.3;
  color: black;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@keyframes toggleAnimation {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(50%);
  }
  100% {
    transform: translateX(100%);
  }
}
#bookingor-design-5 .rept-active {
  animation: toggleAnimation 0.2s ease-in-out;
}
#bookingor-design-5 .r-radio-lbel {
  transition: background-color 0.2s;
}
#bookingor-design-5 .bookingor-recurring-dsn {
  gap: 15px;
  cursor: pointer;
}
#bookingor-design-5 .bookingor-recurring-dsn:hover {
  font-weight: 500;
}
#bookingor-design-5 .week-days {
  display: flex;
  gap: 6px;
  margin: 10px 0px;
}
#bookingor-design-5 .week-days > div {
  width: 33px;
  height: 33px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  border: 1px solid lightgray;
  background-color: #fff;
  cursor: pointer;
  font-size: 14px;
}
#bookingor-design-5 .bookingor-repeat-day-active {
  background-color: rgb(32, 32, 200) !important;
  color: #fff;
}
#bookingor-design-5 .bookingor-recurring-weeks {
  display: flex;
  gap: 6px;
  margin: 10px 0px;
}
#bookingor-design-5 .bookingor-recurring-weeks > div {
  width: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  border: 1px solid lightgray;
  background-color: #fff;
  cursor: pointer;
  font-size: 14px;
  padding: 5px;
}
#bookingor-design-5 .bookingor-recurring-weeks > div.active {
  background-color: rgb(32, 32, 200);
  color: #fff;
}
#bookingor-design-5 .weeks-full {
  display: flex;
  gap: 6px;
  margin: 10px 0px;
}
#bookingor-design-5 .weeks-full > div {
  width: 100%;
  height: 33px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  border: 1px solid lightgray;
  background-color: #fff;
  cursor: pointer;
  font-size: 14px;
}
#bookingor-design-5 .weeks-full > div.active {
  background-color: rgb(32, 32, 200);
  color: #fff;
}
#bookingor-design-5 .bookingor-d-none {
  display: none !important;
}
#bookingor-design-5 .bookingor-d-flex {
  display: flex !important;
}
#bookingor-design-5 .bookingor-svgs {
  width: 16px;
  fill: #747474;
}
#bookingor-design-5 .bookingor-f-15 {
  font-size: 15px;
}
#bookingor-design-5 .bookingor-f-14 {
  font-size: 14px;
}
#bookingor-design-5 .bookingor-gap-5 {
  gap: 5px;
}
#bookingor-design-5 .bookingor-gap-10 {
  gap: 10px;
}
#bookingor-design-5 .bookingor-d-none {
  display: none !important;
}
#bookingor-design-5 .bookingor-d-flex {
  display: flex !important;
}
#bookingor-design-5 .bookingor-svgs {
  width: 16px;
  fill: #747474;
}
#bookingor-design-5 .bookingor-f-15 {
  font-size: 15px;
}
#bookingor-design-5 .bookingor-f-14 {
  font-size: 14px;
}
#bookingor-design-5 .bookingor-gap-5 {
  gap: 5px;
}
#bookingor-design-5 .bookingor-gap-10 {
  gap: 10px;
}
#bookingor-design-5 #selectExtra-2 .extra-scroll {
  overflow-y: scroll;
  height: 385px;
}
#bookingor-design-5 #selectExtra-2 .list-f-srvs {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  height: inherit;
}
#bookingor-design-5 #selectExtra-2 .service-list-view {
  width: 100%;
}
#bookingor-design-5 #selectExtra-2 ul {
  padding-left: 0 !important;
  gap: 12px;
}
#bookingor-design-5 #selectExtra-2 ul .full-extra-2 {
  width: calc(50% - 7px);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#bookingor-design-5 #selectExtra-2 ul.list {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 12px 0;
  min-height: 85px;
  max-height: 85px;
}
#bookingor-design-5 #selectExtra-2 ul.list .full-extra-2 {
  width: calc(50% - 20px);
  height: 36.5px;
  padding: 10px 12px;
  flex-direction: row !important;
  border-radius: 2px;
  gap: 0 15.14px;
}
#bookingor-design-5 #selectExtra-2 ul.list .full-extra-2 img {
  display: none !important;
}
#bookingor-design-5 #selectExtra-2 ul.list .full-extra-2 h4 {
  margin-bottom: -1px;
}
#bookingor-design-5 #selectExtra-2 ul.list .full-extra-2 .service-price {
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
}
#bookingor-design-5 #selectExtra-2 ul .full-extra-2 {
  padding: 10px 15px;
  border: 1px solid #e6e6e6;
  border-radius: 5px;
}
#bookingor-design-5 #selectExtra-2 ul .full-extra-2 i {
  font-size: 30.36px;
  margin-right: 5px;
  color: #FF7AAC;
}
#bookingor-design-5 #selectExtra-2 ul .full-extra-2 .service-card-contents {
  flex: 1 1;
}
#bookingor-design-5 #selectExtra-2 ul .full-extra-2 .service-card-contents h4 {
  font-style: normal;
  font-weight: 500;
  font-size: 15.347px;
  line-height: 19px;
  margin-bottom: 6px;
  flex: 1;
}
#bookingor-design-5 #selectExtra-2 ul .full-extra-2 .service-card-contents p {
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 14px;
  color: #999999;
  margin-bottom: 0;
}
#bookingor-design-5 #selectExtra-2 ul .full-extra-2 .service-price {
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 0;
}
#bookingor-design-5 #selectExtra-2 .service-scroll {
  overflow-y: scroll;
  height: 385px;
  flex-direction: column;
}
#bookingor-design-5 #selectExtra-2 .list-f-srvs {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  height: inherit;
}
#bookingor-design-5 #selectExtra-2 .service-list-view {
  width: 100% !important;
}
#bookingor-design-5 #selectExtra-2 ul {
  gap: 12px;
  overflow-y: auto;
  min-height: auto;
  max-height: 450px;
}
#bookingor-design-5 #selectExtra-2 ul .full-extra-2 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
#bookingor-design-5 #selectExtra-2 ul .full-extra-2.bookingor-active {
  border-color: #7752DD;
  border: 2px solid;
  background-color: white;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
}
#bookingor-design-5 #selectExtra-2 ul.list {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 12px 0;
  min-height: 85px;
  max-height: 85px;
}
#bookingor-design-5 #selectExtra-2 ul.list .full-extra-2 {
  width: calc(50% - 20px);
  height: 36.5px;
  padding: 10px 12px;
  flex-direction: row !important;
  border-radius: 2px;
  gap: 0 15.14px;
}
#bookingor-design-5 #selectExtra-2 ul.list .full-extra-2 img {
  display: none !important;
}
#bookingor-design-5 #selectExtra-2 ul.list .full-extra-2 h4 {
  margin-bottom: -1px;
}
#bookingor-design-5 #selectExtra-2 ul.list .full-extra-2 .service-price {
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
}
#bookingor-design-5 #selectExtra-2 ul:hover {
  border-color: #7752DD;
}
#bookingor-design-5 .extra-quantity-input {
  text-align: center;
  width: 50px;
  border: 0;
}
#bookingor-design-5 .extra-max-quantity {
  height: 33px;
  gap: 8px;
  align-items: center;
}
#bookingor-design-5 .minus-counter {
  border: 1px solid;
  border-radius: 50%;
  padding: 0 6px;
  height: 27px;
  width: 27px;
  display: flex;
  align-content: center;
  flex-wrap: wrap;
}
#bookingor-design-5 .svg-minus {
  height: 13px;
  width: 14px;
}
#bookingor-design-5 .plus-counter {
  border-radius: 110px;
  border: 1px solid;
  display: flex;
  align-items: center;
  padding: 5px 4px !important;
  background: white;
}
#bookingor-design-5 .svg-plus {
  height: 14px;
  width: 16px;
}
#bookingor-design-5 .extra-card-contents {
  width: 100%;
}
#bookingor-design-5 .extra-quantity-numbers {
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
}
#bookingor-design-5 input::-webkit-outer-spin-button,
#bookingor-design-5 input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
#bookingor-design-5 input[type=number] {
  -moz-appearance: textfield;
}
#bookingor-design-5 .bookingor-d-none {
  display: none !important;
}
#bookingor-design-5 .bookingor-d-flex {
  display: flex !important;
}
#bookingor-design-5 .bookingor-svgs {
  width: 16px;
  fill: #747474;
}
#bookingor-design-5 .bookingor-f-15 {
  font-size: 15px;
}
#bookingor-design-5 .bookingor-f-14 {
  font-size: 14px;
}
#bookingor-design-5 .bookingor-gap-5 {
  gap: 5px;
}
#bookingor-design-5 .bookingor-gap-10 {
  gap: 10px;
}
#bookingor-design-5 #customer-book .c-h label,
#bookingor-design-5 #customer-book .c-h-e label,
#bookingor-design-5 #customer-payment .c-h label,
#bookingor-design-5 #customer-payment .c-h-e label {
  margin-bottom: 0;
}
#bookingor-design-5 #customer-book .from-label,
#bookingor-design-5 #customer-payment .from-label {
  font-weight: 600 !important;
  margin-bottom: 0 !important;
}
#bookingor-design-5 #customer-book .csd,
#bookingor-design-5 #customer-payment .csd {
  font-size: 14px;
  font-weight: 600;
}
#bookingor-design-5 #customer-book .main-sl,
#bookingor-design-5 #customer-payment .main-sl {
  font-size: 14px;
}
#bookingor-design-5 #customer-book .service-extra-price,
#bookingor-design-5 #customer-payment .service-extra-price {
  display: flex;
  justify-content: space-between;
}
#bookingor-design-5 #customer-book .two-tbs,
#bookingor-design-5 #customer-payment .two-tbs {
  padding-top: 14px;
}
#bookingor-design-5 #customer-book #customer-pop-cont,
#bookingor-design-5 #customer-payment #customer-pop-cont {
  width: 300px;
}
#bookingor-design-5 #customer-book .modal-content,
#bookingor-design-5 #customer-payment .modal-content {
  border: none !important;
}
#bookingor-design-5 #customer-book .form-control,
#bookingor-design-5 #customer-payment .form-control {
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}
#bookingor-design-5 #customer-book .bookingor ul,
#bookingor-design-5 #customer-payment .bookingor ul {
  padding-left: 0 !important;
}
#bookingor-design-5 #customer-book .bookingor li,
#bookingor-design-5 #customer-payment .bookingor li {
  list-style: none;
}
#bookingor-design-5 #customer-book .t-gp,
#bookingor-design-5 #customer-payment .t-gp {
  gap: 10px;
  width: 100%;
  flex-wrap: wrap;
}
#bookingor-design-5 #customer-book .t-bg,
#bookingor-design-5 #customer-payment .t-bg {
  background: white;
  padding: 3px 7px;
  border-radius: 5px;
}
#bookingor-design-5 #customer-book .d-i,
#bookingor-design-5 #customer-payment .d-i {
  padding: 10px;
}
#bookingor-design-5 #customer-book .serach-sugg,
#bookingor-design-5 #customer-payment .serach-sugg {
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  position: relative;
}
#bookingor-design-5 #customer-book .search-loc,
#bookingor-design-5 #customer-payment .search-loc {
  list-style: none;
}
#bookingor-design-5 #customer-book .search-loc:hover,
#bookingor-design-5 #customer-payment .search-loc:hover {
  background-color: #f3f3f3;
  cursor: pointer;
}
#bookingor-design-5 #customer-book .sugg-show,
#bookingor-design-5 #customer-payment .sugg-show {
  position: absolute;
  z-index: 5;
  background: white;
  width: 100%;
  padding: 0;
  top: 2px;
  margin-top: 0 !important;
}
#bookingor-design-5 #customer-book .hidden,
#bookingor-design-5 #customer-payment .hidden {
  display: none;
}
#bookingor-design-5 #customer-book li.d-flex.t-bg,
#bookingor-design-5 #customer-payment li.d-flex.t-bg {
  width: 47.5%;
  justify-content: center;
  box-sizing: border-box;
}
#bookingor-design-5 #customer-book li.t-bg:hover,
#bookingor-design-5 #customer-payment li.t-bg:hover {
  outline: 2px solid;
  cursor: pointer;
}
#bookingor-design-5 #customer-book .search-dropdown-show,
#bookingor-design-5 #customer-payment .search-dropdown-show {
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  position: relative;
}
#bookingor-design-5 #customer-book .ser-name-pric,
#bookingor-design-5 #customer-payment .ser-name-pric {
  box-sizing: border-box;
  position: relative;
  justify-content: space-between;
  display: flex;
  width: 100%;
  padding: 10px 22px;
}
#bookingor-design-5 #customer-book .active-time-1,
#bookingor-design-5 #customer-payment .active-time-1 {
  outline: 2px solid;
  background-color: #f0f0f0;
}
#bookingor-design-5 #customer-book h5.frm-details-h,
#bookingor-design-5 #customer-payment h5.frm-details-h {
  font-size: 18px;
}
#bookingor-design-5 #customer-book .bk-pd-all-5,
#bookingor-design-5 #customer-payment .bk-pd-all-5 {
  padding: 35px 25px !important;
}
#bookingor-design-5 #customer-book .d-price,
#bookingor-design-5 #customer-payment .d-price {
  font-size: 25px;
  font-weight: 600;
  line-height: 1;
}
#bookingor-design-5 #customer-book .mbg,
#bookingor-design-5 #customer-payment .mbg {
  border-radius: 10px;
  border: 1px solid #ccc;
}
#bookingor-design-5 #customer-book .main-sl,
#bookingor-design-5 #customer-payment .main-sl {
  justify-content: space-between;
  padding: 20px 20px 0px;
}
#bookingor-design-5 #customer-book .main-sl-2,
#bookingor-design-5 #customer-payment .main-sl-2 {
  display: flex;
  justify-content: space-between;
  padding: 20px 20px;
  flex-direction: column;
}
#bookingor-design-5 #customer-book .c-h,
#bookingor-design-5 #customer-payment .c-h {
  display: flex;
}
#bookingor-design-5 #customer-book .cs-sel-d2 .checkout-lbl-fw,
#bookingor-design-5 #customer-payment .cs-sel-d2 .checkout-lbl-fw {
  font-size: 14px;
  font-weight: 400;
}
#bookingor-design-5 #customer-book .cs-sel-d2 .customer-selected-details,
#bookingor-design-5 #customer-payment .cs-sel-d2 .customer-selected-details {
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
}
#bookingor-design-5 #customer-book .cs-sel-d2 .c-h,
#bookingor-design-5 #customer-payment .cs-sel-d2 .c-h {
  flex-direction: column-reverse;
  margin-bottom: 8px;
}
#bookingor-design-5 #customer-book .cs-sel-d2 .mbg,
#bookingor-design-5 #customer-payment .cs-sel-d2 .mbg {
  background-color: white;
  border-radius: 10px;
  border: 2px solid #e1e2e7;
  box-shadow: none;
  margin-bottom: 35px;
}
#bookingor-design-5 #customer-book .cs-sel-d2 .customer-selected-cost,
#bookingor-design-5 #customer-payment .cs-sel-d2 .customer-selected-cost {
  margin-bottom: 43px;
}
#bookingor-design-5 #customer-book .c-h-lc,
#bookingor-design-5 #customer-payment .c-h-lc {
  text-align: end;
}
#bookingor-design-5 #customer-book .service,
#bookingor-design-5 #customer-payment .service {
  display: flex;
}
#bookingor-design-5 #customer-book .checkout-lbl-fw,
#bookingor-design-5 #customer-payment .checkout-lbl-fw {
  font-size: 14px;
  font-weight: 500;
  width: 93px;
  color: #747474;
}
#bookingor-design-5 #customer-book .d-para,
#bookingor-design-5 #customer-payment .d-para {
  font-size: 10px;
  width: 180px;
}
#bookingor-design-5 #customer-book .healthcare-tag,
#bookingor-design-5 #customer-payment .healthcare-tag {
  width: 65px;
  background-color: aliceblue;
  text-align: center;
  font-size: 12px;
  color: gray;
  border-radius: 2px;
}
#bookingor-design-5 #customer-book .d-date,
#bookingor-design-5 #customer-payment .d-date {
  text-align: end;
}
#bookingor-design-5 #customer-book .ckt-pt-1,
#bookingor-design-5 #customer-payment .ckt-pt-1 {
  border-top: 1px solid #ccc;
}
#bookingor-design-5 #customer-book .customer-selected-details,
#bookingor-design-5 #customer-payment .customer-selected-details {
  font-size: 14px;
  font-weight: 600;
}
#bookingor-design-5 #customer-book .customer-selected-cost,
#bookingor-design-5 #customer-payment .customer-selected-cost {
  text-align: right;
}
#bookingor-design-5 #customer-book .c-h,
#bookingor-design-5 #customer-payment .c-h {
  margin-bottom: 7px;
  justify-content: space-between;
  align-items: end;
  gap: 13px;
}
#bookingor-design-5 #customer-book .sub-price,
#bookingor-design-5 #customer-book .sub-price-extra,
#bookingor-design-5 #customer-payment .sub-price,
#bookingor-design-5 #customer-payment .sub-price-extra {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  padding-bottom: 5px;
  color: #747474;
}
#bookingor-design-5 #customer-book .tax-price,
#bookingor-design-5 #customer-book .discount-price,
#bookingor-design-5 #customer-payment .tax-price,
#bookingor-design-5 #customer-payment .discount-price {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  padding-bottom: 5px;
  color: #747474;
}
#bookingor-design-5 #customer-book .total-price,
#bookingor-design-5 #customer-payment .total-price {
  display: flex;
  justify-content: space-between;
  font-weight: 600;
  font-size: 15px;
  padding-bottom: 5px;
}
#bookingor-design-5 #customer-book .deposit-price,
#bookingor-design-5 #customer-payment .deposit-price {
  display: flex;
  justify-content: space-between;
  font-weight: 600;
  font-size: 13px;
  padding-bottom: 5px;
}
#bookingor-design-5 #customer-book .due-amount,
#bookingor-design-5 #customer-payment .due-amount {
  display: flex;
  justify-content: space-between;
  font-weight: 600;
  font-size: 13px;
  padding-bottom: 5px;
}
#bookingor-design-5 #customer-book #partial-pay,
#bookingor-design-5 #customer-payment #partial-pay {
  background: #f4f4f4;
  padding: 7px;
}
#bookingor-design-5 #customer-book .customer-coupan,
#bookingor-design-5 #customer-payment .customer-coupan {
  width: 100%;
}
#bookingor-design-5 #customer-book .popup-overlay,
#bookingor-design-5 #customer-payment .popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(128, 128, 128, 0.856);
  padding: 10px;
  overflow-y: auto;
}
#bookingor-design-5 #customer-book .popup-overlay .popup,
#bookingor-design-5 #customer-payment .popup-overlay .popup {
  width: 50vw;
  max-width: 750px;
  height: 90%;
  max-height: 700px;
  padding: 15px;
  box-shadow: 0 0 5px #d7d7d7;
  border-radius: 5px;
  background-color: #ffffff;
  font-family: "Lato", sans-serif;
}
#bookingor-design-5 #customer-book .popup-overlay .popup .resume-box,
#bookingor-design-5 #customer-payment .popup-overlay .popup .resume-box {
  padding: 10px 15px;
  background-color: #ADB6BD;
  border-radius: 3px;
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.1);
}
#bookingor-design-5 #customer-book .popup-overlay .popup .resume-box .content,
#bookingor-design-5 #customer-payment .popup-overlay .popup .resume-box .content {
  padding: 10px 20px;
}
#bookingor-design-5 #customer-book .popup-overlay .popup .resume-box .content p,
#bookingor-design-5 #customer-payment .popup-overlay .popup .resume-box .content p {
  margin-bottom: 0px;
}
#bookingor-design-5 #customer-book .popup-overlay .popup .resume-box .content .left .resume-label,
#bookingor-design-5 #customer-payment .popup-overlay .popup .resume-box .content .left .resume-label {
  color: #4d4d4d;
}
#bookingor-design-5 #customer-book .popup-overlay .popup .resume-box .content .left .resume-label.label,
#bookingor-design-5 #customer-payment .popup-overlay .popup .resume-box .content .left .resume-label.label {
  width: 80px;
}
#bookingor-design-5 #customer-book .popup-overlay .popup .resume-box .content .left .service-contents,
#bookingor-design-5 #customer-payment .popup-overlay .popup .resume-box .content .left .service-contents {
  flex: 1;
}
#bookingor-design-5 #customer-book .popup-overlay .popup .resume-box .content .left .service-contents p:first-child,
#bookingor-design-5 #customer-payment .popup-overlay .popup .resume-box .content .left .service-contents p:first-child {
  color: #212528;
}
#bookingor-design-5 #customer-book .popup-overlay .popup .resume-box .content .left .service-contents .small,
#bookingor-design-5 #customer-payment .popup-overlay .popup .resume-box .content .left .service-contents .small {
  font-size: 13px;
  color: #7d868d;
  line-height: 13px;
}
#bookingor-design-5 #customer-book .popup-overlay .popup .resume-box .content .right #selectedPrice,
#bookingor-design-5 #customer-payment .popup-overlay .popup .resume-box .content .right #selectedPrice {
  font-size: 25px;
  font-weight: 700;
}
#bookingor-design-5 #customer-book .popup-overlay .popup .resume-box .content .right #selectedCatSm,
#bookingor-design-5 #customer-payment .popup-overlay .popup .resume-box .content .right #selectedCatSm {
  font-size: 11px;
  color: #999999;
  background-color: #f8f9fa;
  text-align: center;
}
#bookingor-design-5 #customer-book .popup-overlay .popup .resume-box > p,
#bookingor-design-5 #customer-payment .popup-overlay .popup .resume-box > p {
  text-align: right;
  font-family: "Lato", sans-serif;
  margin-bottom: 0;
  color: #4d4d4d;
  font-weight: 500;
}
#bookingor-design-5 #customer-book .popup-overlay .popup .popup-body,
#bookingor-design-5 #customer-payment .popup-overlay .popup .popup-body {
  padding-top: 40px;
  flex: 1;
}
#bookingor-design-5 #customer-book .popup-overlay .popup .popup-body h3,
#bookingor-design-5 #customer-payment .popup-overlay .popup .popup-body h3 {
  font-size: 19px;
  color: #666666;
  margin-bottom: 12px;
}
#bookingor-design-5 #customer-book .popup-overlay .popup .popup-body .personal-info,
#bookingor-design-5 #customer-payment .popup-overlay .popup .popup-body .personal-info {
  padding: 0 20px 0 10px;
}
#bookingor-design-5 #customer-book .popup-overlay .popup .popup-body .personal-info .input-row,
#bookingor-design-5 #customer-payment .popup-overlay .popup .popup-body .personal-info .input-row {
  margin-bottom: 20px;
}
#bookingor-design-5 #customer-book .popup-overlay .popup .popup-body .personal-info .input-row input,
#bookingor-design-5 #customer-payment .popup-overlay .popup .popup-body .personal-info .input-row input {
  border-radius: 0px;
  border: 1px solid #B3B3B3;
  outline: none;
  padding: 5px;
  width: 45%;
}
#bookingor-design-5 #customer-book .popup-overlay .popup .popup-body .personal-info .input-row input::placeholder,
#bookingor-design-5 #customer-payment .popup-overlay .popup .popup-body .personal-info .input-row input::placeholder {
  color: #B3B3B3;
}
#bookingor-design-5 #customer-book .popup-overlay .popup .popup-body .personal-info .checkout-content,
#bookingor-design-5 #customer-payment .popup-overlay .popup .popup-body .personal-info .checkout-content {
  gap: 0px 5px;
}
#bookingor-design-5 #customer-book .popup-overlay .popup .popup-body .personal-info .checkout-content .left,
#bookingor-design-5 #customer-payment .popup-overlay .popup .popup-body .personal-info .checkout-content .left {
  flex: 0.4;
}
#bookingor-design-5 #customer-book .popup-overlay .popup .popup-body .personal-info .checkout-content .left .payment-container,
#bookingor-design-5 #customer-payment .popup-overlay .popup .popup-body .personal-info .checkout-content .left .payment-container {
  margin-bottom: 10px;
}
#bookingor-design-5 #customer-book .popup-overlay .popup .popup-body .personal-info .checkout-content .left .payment-container .control,
#bookingor-design-5 #customer-payment .popup-overlay .popup .popup-body .personal-info .checkout-content .left .payment-container .control {
  font-family: arial;
  display: block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 0px;
  padding-top: 0px;
  cursor: pointer;
  font-size: 13px;
  color: #6C757D;
}
#bookingor-design-5 #customer-book .popup-overlay .popup .popup-body .personal-info .checkout-content .left .payment-container .control:hover input ~ .control_indicator, #bookingor-design-5 #customer-book .popup-overlay .popup .popup-body .personal-info .checkout-content .left .payment-container .control input:focus ~ .control_indicator,
#bookingor-design-5 #customer-payment .popup-overlay .popup .popup-body .personal-info .checkout-content .left .payment-container .control:hover input ~ .control_indicator,
#bookingor-design-5 #customer-payment .popup-overlay .popup .popup-body .personal-info .checkout-content .left .payment-container .control input:focus ~ .control_indicator {
  background: #999999;
}
#bookingor-design-5 #customer-book .popup-overlay .popup .popup-body .personal-info .checkout-content .left .payment-container .control input,
#bookingor-design-5 #customer-payment .popup-overlay .popup .popup-body .personal-info .checkout-content .left .payment-container .control input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
#bookingor-design-5 #customer-book .popup-overlay .popup .popup-body .personal-info .checkout-content .left .payment-container .control input:checked ~ .control_indicator,
#bookingor-design-5 #customer-payment .popup-overlay .popup .popup-body .personal-info .checkout-content .left .payment-container .control input:checked ~ .control_indicator {
  background: #999999;
}
#bookingor-design-5 #customer-book .popup-overlay .popup .popup-body .personal-info .checkout-content .left .payment-container .control input:checked ~ .control_indicator:after,
#bookingor-design-5 #customer-payment .popup-overlay .popup .popup-body .personal-info .checkout-content .left .payment-container .control input:checked ~ .control_indicator:after {
  display: block;
}
#bookingor-design-5 #customer-book .popup-overlay .popup .popup-body .personal-info .checkout-content .left .payment-container .control input:disabled ~ .control_indicator,
#bookingor-design-5 #customer-payment .popup-overlay .popup .popup-body .personal-info .checkout-content .left .payment-container .control input:disabled ~ .control_indicator {
  background: #e6e6e6;
  opacity: 0.6;
  pointer-events: none;
}
#bookingor-design-5 #customer-book .popup-overlay .popup .popup-body .personal-info .checkout-content .left .payment-container .control input:disabled ~ .control_indicator:after,
#bookingor-design-5 #customer-payment .popup-overlay .popup .popup-body .personal-info .checkout-content .left .payment-container .control input:disabled ~ .control_indicator:after {
  background: #7b7b7b;
}
#bookingor-design-5 #customer-book .popup-overlay .popup .popup-body .personal-info .checkout-content .left .payment-container .control .control_indicator,
#bookingor-design-5 #customer-payment .popup-overlay .popup .popup-body .personal-info .checkout-content .left .payment-container .control .control_indicator {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  height: 14px;
  width: 14px;
  background: #ffffff;
  border: 2px solid #e9edf0;
  border-radius: 100%;
}
#bookingor-design-5 #customer-book .popup-overlay .popup .popup-body .personal-info .checkout-content .left .payment-container .control .control_indicator:after,
#bookingor-design-5 #customer-payment .popup-overlay .popup .popup-body .personal-info .checkout-content .left .payment-container .control .control_indicator:after {
  box-sizing: unset;
  content: "";
  position: absolute;
  display: none;
  left: 0px;
  top: 0px;
  height: 0px;
  width: 0px;
  border-radius: 50%;
  background: #ffffff;
  transition: background 250ms;
}
#bookingor-design-5 #customer-book .popup-overlay .popup .popup-body .personal-info .checkout-content .right,
#bookingor-design-5 #customer-payment .popup-overlay .popup .popup-body .personal-info .checkout-content .right {
  flex: 0.6;
}
#bookingor-design-5 #customer-book .popup-overlay .popup .popup-body .personal-info .checkout-content .right p,
#bookingor-design-5 #customer-payment .popup-overlay .popup .popup-body .personal-info .checkout-content .right p {
  margin-bottom: 0;
}
#bookingor-design-5 #customer-book .popup-overlay .popup .popup-body .personal-info .checkout-content .right .sub-total,
#bookingor-design-5 #customer-payment .popup-overlay .popup .popup-body .personal-info .checkout-content .right .sub-total {
  padding: 0px 15px;
}
#bookingor-design-5 #customer-book .popup-overlay .popup .popup-body .personal-info .checkout-content .right .sub-total p,
#bookingor-design-5 #customer-payment .popup-overlay .popup .popup-body .personal-info .checkout-content .right .sub-total p {
  color: #4d4d4d;
}
#bookingor-design-5 #customer-book .popup-overlay .popup .popup-body .personal-info .checkout-content .right .total,
#bookingor-design-5 #customer-payment .popup-overlay .popup .popup-body .personal-info .checkout-content .right .total {
  padding: 7px 15px;
  margin-top: 10px;
  background-color: #E6E6E6;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
#bookingor-design-5 #customer-book .popup-overlay .popup .popup-body .personal-info .checkout-content .right .add,
#bookingor-design-5 #customer-payment .popup-overlay .popup .popup-body .personal-info .checkout-content .right .add {
  margin-top: 25px;
}
#bookingor-design-5 #customer-book .popup-overlay .popup .popup-body .personal-info .checkout-content .right .add input,
#bookingor-design-5 #customer-payment .popup-overlay .popup .popup-body .personal-info .checkout-content .right .add input {
  margin-right: 5px;
  border-radius: 0px;
  border: 1px solid #B3B3B3;
  outline: none;
  padding: 5px;
}
#bookingor-design-5 #customer-book .popup-overlay .popup #popupBtn,
#bookingor-design-5 #customer-payment .popup-overlay .popup #popupBtn {
  align-self: end;
}
#bookingor-design-5 #customer-book .flw-n,
#bookingor-design-5 #customer-payment .flw-n {
  overflow-y: hidden;
}
#bookingor-design-5 #customer-book .cs-pop-vali,
#bookingor-design-5 #customer-book .cs-pay-valid,
#bookingor-design-5 #customer-payment .cs-pop-vali,
#bookingor-design-5 #customer-payment .cs-pay-valid {
  font-size: 12px;
  color: #dc3545;
}
#bookingor-design-5 #customer-book .custom-popup,
#bookingor-design-5 #customer-payment .custom-popup {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 150;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow-y: auto;
  padding: 10px;
  display: block;
  pointer-events: none;
  transition: opacity 110.145ms 0ms;
}
#bookingor-design-5 #customer-book .custom-popup__holder,
#bookingor-design-5 #customer-payment .custom-popup__holder {
  flex-flow: column wrap;
  position: relative;
  display: flex;
  align-items: center;
  transform: translateY(-100px);
  transition: opacity 400ms, transform 400ms;
  transition-delay: 300ms;
  justify-content: center;
}
#bookingor-design-5 #customer-book .custom-popup__title,
#bookingor-design-5 #customer-payment .custom-popup__title {
  font-size: 28px;
  line-height: 30px;
  margin-bottom: 40px;
}
#bookingor-design-5 #customer-book .custom-popup__content,
#bookingor-design-5 #customer-payment .custom-popup__content {
  flex: 1;
  font-size: 22px;
  line-height: 24px;
}
#bookingor-design-5 #customer-book .custom-popup__footer,
#bookingor-design-5 #customer-payment .custom-popup__footer {
  font-size: 28px;
  line-height: 30px;
}
#bookingor-design-5 #customer-book .custom-popup__close,
#bookingor-design-5 #customer-payment .custom-popup__close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 30px;
  height: 30px;
  cursor: pointer;
  transition: 0.3s transform;
}
#bookingor-design-5 #customer-book .custom-popup__close:before, #bookingor-design-5 #customer-book .custom-popup__close:after,
#bookingor-design-5 #customer-payment .custom-popup__close:before,
#bookingor-design-5 #customer-payment .custom-popup__close:after {
  content: "";
  position: absolute;
  left: 15px;
  top: 3px;
  display: block;
  width: 2px;
  height: 26px;
  background: #000;
  transform: rotate(45deg);
}
#bookingor-design-5 #customer-book .custom-popup__close:after,
#bookingor-design-5 #customer-payment .custom-popup__close:after {
  left: 15px;
  top: 3px;
  transform: rotate(-45deg);
}
#bookingor-design-5 #customer-book .custom-popup__close:hover,
#bookingor-design-5 #customer-payment .custom-popup__close:hover {
  transform: rotate(90deg);
}
#bookingor-design-5 #customer-book .custom-popup.is-active,
#bookingor-design-5 #customer-payment .custom-popup.is-active {
  opacity: 1;
  pointer-events: auto;
}
#bookingor-design-5 #customer-book .custom-popup.is-active .custom-popup__holder,
#bookingor-design-5 #customer-payment .custom-popup.is-active .custom-popup__holder {
  opacity: 1;
  transform: translateY(0);
}
@media screen and (max-width: 980px) {
  #bookingor-design-5 #customer-book .custom-popup__holder,
#bookingor-design-5 #customer-payment .custom-popup__holder {
    padding: 25px 15px;
  }
  #bookingor-design-5 #customer-book .custom-popup__close,
#bookingor-design-5 #customer-payment .custom-popup__close {
    top: 5px;
    right: 5px;
  }
  #bookingor-design-5 #customer-book .custom-popup__title,
#bookingor-design-5 #customer-payment .custom-popup__title {
    font-size: 14px;
    line-height: 16px;
    width: 100%;
  }
  #bookingor-design-5 #customer-book .custom-popup__content,
#bookingor-design-5 #customer-payment .custom-popup__content {
    font-size: 12px;
    line-height: 14px;
    width: 100%;
    overflow-y: auto;
    padding: 0 0 20px;
    margin-bottom: 20px;
  }
  #bookingor-design-5 #customer-book .custom-popup__footer,
#bookingor-design-5 #customer-payment .custom-popup__footer {
    font-size: 14px;
    line-height: 16px;
    width: 100%;
  }
}
#bookingor-design-5 #customer-book .cont-rd,
#bookingor-design-5 #customer-payment .cont-rd {
  display: flex;
  align-items: center;
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  font-size: 16px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#bookingor-design-5 #customer-book .cont-rd input,
#bookingor-design-5 #customer-payment .cont-rd input {
  position: relative;
  opacity: 0;
  cursor: pointer;
}
#bookingor-design-5 #customer-book .cont-rd:hover input ~ .checkmark,
#bookingor-design-5 #customer-payment .cont-rd:hover input ~ .checkmark {
  background-color: #ccc;
}
#bookingor-design-5 #customer-book .cont-rd input:checked ~ .checkmark,
#bookingor-design-5 #customer-payment .cont-rd input:checked ~ .checkmark {
  background-color: #000000;
}
#bookingor-design-5 #customer-book .cont-rd:hover input ~ .checkmark-1,
#bookingor-design-5 #customer-payment .cont-rd:hover input ~ .checkmark-1 {
  background-color: #ccc;
}
#bookingor-design-5 #customer-book .cont-rd input:checked ~ .checkmark-1,
#bookingor-design-5 #customer-payment .cont-rd input:checked ~ .checkmark-1 {
  background-color: #000000;
}
#bookingor-design-5 #customer-book .checkmark:after,
#bookingor-design-5 #customer-payment .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
#bookingor-design-5 #customer-book .checkmark-1:after,
#bookingor-design-5 #customer-payment .checkmark-1:after {
  content: "";
  position: absolute;
  display: none;
}
#bookingor-design-5 #customer-book .cont-rd input:checked ~ .checkmark:after,
#bookingor-design-5 #customer-payment .cont-rd input:checked ~ .checkmark:after {
  display: block;
}
#bookingor-design-5 #customer-book .cont-rd input:checked ~ .checkmark-1:after,
#bookingor-design-5 #customer-payment .cont-rd input:checked ~ .checkmark-1:after {
  display: block;
}
#bookingor-design-5 #customer-book .checkmark-1,
#bookingor-design-5 #customer-payment .checkmark-1 {
  position: absolute;
  left: 0;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  border: 1px solid #747474;
}
#bookingor-design-5 #customer-book .cont-rd .checkmark-1:after,
#bookingor-design-5 #customer-payment .cont-rd .checkmark-1:after {
  top: 3px;
  left: 3px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: white;
}
#bookingor-design-5 #customer-book .pay-d,
#bookingor-design-5 #customer-payment .pay-d {
  padding: 18px;
  border-radius: 8px;
  margin-bottom: 25px;
}
#bookingor-design-5 #customer-book .d-c-icon,
#bookingor-design-5 #customer-payment .d-c-icon {
  width: 60px;
  height: 60px;
  border: 1px solid;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  padding: 10px;
}
#bookingor-design-5 #customer-book .t-ic,
#bookingor-design-5 #customer-payment .t-ic {
  display: flex;
  align-items: center;
  gap: 12px;
}
#bookingor-design-5 .customer-book-details {
  display: grid;
  gap: 44px;
}
#bookingor-design-5 .checkmark {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  display: block;
  stroke: #fff;
  stroke-miterlimit: 10;
  box-shadow: inset 0px 0px 0px #7ac142;
  animation: fill 0.4s ease-in-out 0.4s forwards, scale 0.3s ease-in-out 0.9s both;
  background-color: #7ac142;
}
#bookingor-design-5 .checkmark__check {
  transform-origin: 50% 50%;
  stroke-dasharray: 48;
  stroke-dashoffset: 48;
  animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
}
#bookingor-design-5 .checkmark__circle {
  stroke-dasharray: 166;
  stroke-dashoffset: 166;
  stroke-width: 2;
  stroke-miterlimit: 10;
  stroke: #7ac142;
  fill: none;
  animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
}
#bookingor-design-5 .min-chk-mrk {
  position: relative;
  justify-content: center;
  display: flex;
}
#bookingor-design-5 .t-cnter {
  text-align: center;
}
@keyframes stroke {
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes scale {
  0%, 100% {
    transform: none;
  }
  50% {
    transform: scale3d(1.1, 1.1, 1);
  }
}
@keyframes fill {
  100% {
    box-shadow: inset 0px 0px 0px 30px #7ac142;
  }
}
#bookingor-design-5 .bookingor-customer-thankyou-calendar {
  border: 1px solid #131313 !important;
  font-size: 14px !important;
  color: #131313 !important;
  margin: 3px 0;
}
#bookingor-design-5 .bookingor-button {
  width: fit-content;
  text-align: center;
  padding: 9px 25px;
  border: none;
  outline: none;
  font-weight: 400;
  border: var(--bookingor-button-border) solid var(--bookingor-button-border-color);
  border-radius: var(--bookingor-button-border-radius);
}
#bookingor-design-5 .bookingor-button.btn_orange {
  background-color: var(--bookingor-blue);
  border-radius: var(--bookingor-button-border-radius);
  font-size: 14px;
}
#bookingor-design-5 .bookingor-button.bookingor-btn_back {
  background-color: unset;
  color: #000;
  font-weight: 500;
}
#bookingor-design-5 .bookingor-button.btn_blue {
  background-color: #6049cd;
}
#bookingor-design-5 .bookingor-button.btn_orange:hover {
  opacity: 0.9;
}
#bookingor-design-5 > button {
  width: fit-content;
  text-align: center;
  padding: 12px 36px;
  border: none;
  outline: none;
  color: #ffffff;
  font-weight: 500;
}
#bookingor-design-5 > button.btn_orange {
  background-color: var(--bookingor-blue);
  border-radius: var(--bookingor-button-border-radius);
  font-size: 14px;
}
#bookingor-design-5 > button.btn_blue {
  background-color: #6049cd;
}
#bookingor-design-5 > button.btn_orange:hover {
  opacity: 0.9;
}
#bookingor-design-5 .btn-coupon {
  background-color: var(--bookingor-gray-600);
  padding: 5px 26px;
}
#bookingor-design-5 .customer-coupan {
  font-size: 14px;
  height: 40px;
}
#bookingor-design-5 #customer-get-service-image {
  width: 50px;
  height: 50px;
  object-fit: cover;
}
#bookingor-design-5 #cs-get-service-n-img {
  display: flex;
  align-items: center;
  gap: 11px;
  margin-bottom: 10px;
}
.slick-loading #bookingor-design-5 .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}
@font-face {
  #bookingor-design-5 {
    font-family: "slick";
    src: url("./fonts/slick.eot");
    src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
    font-weight: normal;
    font-style: normal;
  }
}
#bookingor-design-5 .slick-prev,
#bookingor-design-5 .slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
#bookingor-design-5 .slick-prev:hover, #bookingor-design-5 .slick-prev:focus,
#bookingor-design-5 .slick-next:hover,
#bookingor-design-5 .slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
#bookingor-design-5 .slick-prev:hover:before, #bookingor-design-5 .slick-prev:focus:before,
#bookingor-design-5 .slick-next:hover:before,
#bookingor-design-5 .slick-next:focus:before {
  opacity: 1;
}
#bookingor-design-5 .slick-prev.slick-disabled:before,
#bookingor-design-5 .slick-next.slick-disabled:before {
  opacity: 0.25;
}
#bookingor-design-5 .slick-prev:before,
#bookingor-design-5 .slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#bookingor-design-5 .slick-prev {
  left: -25px;
}
[dir=rtl] #bookingor-design-5 .slick-prev {
  left: auto;
  right: -25px;
}
#bookingor-design-5 .slick-prev:before {
  content: "←";
}
[dir=rtl] #bookingor-design-5 .slick-prev:before {
  content: "→";
}
#bookingor-design-5 .slick-next {
  right: -25px;
}
[dir=rtl] #bookingor-design-5 .slick-next {
  left: -25px;
  right: auto;
}
#bookingor-design-5 .slick-next:before {
  content: "→";
}
[dir=rtl] #bookingor-design-5 .slick-next:before {
  content: "←";
}
#bookingor-design-5 .slick-dotted.slick-slider {
  margin-bottom: 30px;
}
#bookingor-design-5 .slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
#bookingor-design-5 .slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
#bookingor-design-5 .slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
#bookingor-design-5 .slick-dots li button:hover, #bookingor-design-5 .slick-dots li button:focus {
  outline: none;
}
#bookingor-design-5 .slick-dots li button:hover:before, #bookingor-design-5 .slick-dots li button:focus:before {
  opacity: 1;
}
#bookingor-design-5 .slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#bookingor-design-5 .slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}
#bookingor-design-5 .slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
#bookingor-design-5 .slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
#bookingor-design-5 .slick-list:focus {
  outline: none;
}
#bookingor-design-5 .slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
#bookingor-design-5 .slick-slider .slick-track,
#bookingor-design-5 .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
#bookingor-design-5 .slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: flex;
  margin-left: auto;
  margin-right: auto;
}
#bookingor-design-5 .slick-track:before, #bookingor-design-5 .slick-track:after {
  content: "";
  display: table;
}
#bookingor-design-5 .slick-track:after {
  clear: both;
}
.slick-loading #bookingor-design-5 .slick-track {
  visibility: hidden;
}
#bookingor-design-5 .slick-slide {
  float: left;
  min-height: 1px;
}
[dir=rtl] #bookingor-design-5 .slick-slide {
  float: right;
}
#bookingor-design-5 .slick-slide img {
  display: block;
}
#bookingor-design-5 .slick-slide.slick-loading img {
  display: none;
}
#bookingor-design-5 .slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized #bookingor-design-5 .slick-slide {
  display: block;
}
.slick-loading #bookingor-design-5 .slick-slide {
  visibility: hidden;
}
.slick-vertical #bookingor-design-5 .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
#bookingor-design-5 .slick-arrow.slick-hidden {
  display: none;
}
#bookingor-design-5 li {
  margin-bottom: 0;
  margin-top: 0;
  list-style: none;
}
#bookingor-design-5 img {
  width: 100%;
  height: 100%;
}
#bookingor-design-5 a {
  text-decoration: none;
}
#bookingor-design-5 select {
  width: 100%;
}
#bookingor-design-5 h1,
#bookingor-design-5 h2,
#bookingor-design-5 h3 {
  margin: 0;
}
#bookingor-design-5 *,
#bookingor-design-5 *::before,
#bookingor-design-5 *::after {
  box-sizing: border-box;
}
#bookingor-design-5 .no-pd {
  padding: 0 !important;
}
#bookingor-design-5 ul {
  padding-left: 0;
}
#bookingor-design-5 select option:hover {
  background-color: var(--bookingor-cont-btn-bg);
}
#bookingor-design-5 .ma-container {
  font-family: var(--bookingor-all-font-family);
}
#bookingor-design-5 .bookingor {
  font-family: var(--bookingor-all-font-family);
}
#bookingor-design-5 .bookingor li {
  border: 1px solid #ccc;
}
#bookingor-design-5 .bookingor-container li:hover {
  border-color: var(--bookingor-border-active-color);
}
#bookingor-design-5 .sidebar-1 {
  background-color: var(--bookingor-sidebar-background);
  color: var(--bookingor-sidebar-text-color);
}
#bookingor-design-5 .bookingor-cont-btn, #bookingor-design-5 .btn-coupon {
  background-color: var(--bookingor-cont-btn-bg) !important;
  color: var(--bookingor-cont-btn-color) !important;
  border: var(--bookingor-button-border) solid var(--bookingor-button-border-color);
  border-radius: var(--bookingor-button-border-radius);
}
#bookingor-design-5 .bookingor-btn_back {
  background-color: var(--bookingor-back-btn-bg) !important;
  color: var(--bookingor-back-btn-color) !important;
}
#bookingor-design-5 .bookingor-day-container:hover {
  border-color: var(--bookingor-border-active-color);
}
#bookingor-design-5 .widget-cal-active {
  border: 2px solid var(--bookingor-border-active-color) !important;
}
#bookingor-design-5 .bookingor-active:not(.bookingor-search-all-service, .bookingor-full-location) {
  border: 2px solid !important;
  border-color: var(--bookingor-border-active-color) !important;
}
#bookingor-design-5 .bkinz-day-full.selected span {
  border: 2px solid !important;
  border-color: var(--bookingor-border-active-color) !important;
}
#bookingor-design-5 .bookingor-status-head,
#bookingor-design-5 .sidebar-category-2,
#bookingor-design-5 .sidebar_container {
  color: var(--bookingor-sidebar-text-color);
}
#bookingor-design-5 .boookingor-status-active-text {
  color: var(--bookingor-sidebar-text-active) !important;
}
#bookingor-design-5 .s-label:hover, #bookingor-design-5 .all-location:hover {
  color: black;
}
#bookingor-design-5 .full-head-1 {
  font-family: var(--bookingor-heading-font-family) !important;
}
#bookingor-design-5 .bookingor-loader-container {
  height: 645px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
#bookingor-design-5 .bookingor-loader {
  width: 60px;
}
#bookingor-design-5 .bookingor-loader-wheel {
  animation: spin 1s infinite linear;
  border: 2px solid rgba(30, 30, 30, 0.5);
  border-left: 4px solid #fff;
  border-radius: 50%;
  height: 50px;
  margin-bottom: 10px;
  width: 50px;
}
#bookingor-design-5 .bookingor-loader-text {
  color: #000000;
  font-family: arial, sans-serif;
}
#bookingor-design-5 .bookingor-loader-text:after {
  content: "Loading";
  animation: load 2s linear infinite;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes load {
  0% {
    content: "Loading";
  }
  33% {
    content: "Loading.";
  }
  67% {
    content: "Loading..";
  }
  100% {
    content: "Loading...";
  }
}
#bookingor-design-5 .day-container[data-disabled=true] {
  display: none !important;
}
#bookingor-design-5 .div {
  background-color: rgb(209, 211, 204);
}
#bookingor-design-5 .bookingor-fiv-one {
  margin: 0 0px;
  text-align: center;
  background: white;
  border: 1px solid;
  border-radius: 6px;
  border-color: rgb(210, 216, 221);
  padding-bottom: 12px;
  width: 79px !important;
}
#bookingor-design-5 .w-box {
  width: 72px !important;
}
#bookingor-design-5 .date {
  padding: 10px;
  line-height: 0.9;
  padding-bottom: 0px;
  margin: 0;
}
#bookingor-design-5 .bt {
  width: 100%;
  font-weight: 600;
  font-size: 18px;
}
#bookingor-design-5 .col-sm-12 {
  padding: 6px;
}
#bookingor-design-5 .day {
  font-size: 12px;
  margin-top: 5px;
}
#bookingor-design-5 .bold {
  font-weight: 700;
}
#bookingor-design-5 .bd {
  margin: 0;
  font-family: inherit;
  font-size: 16px;
  line-height: inherit;
  font-weight: 500;
  border-bottom: 1px solid;
  border-color: rgb(210, 216, 221);
  width: 100%;
  max-width: 100%;
}
#bookingor-design-5 .fx {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid;
  border-color: rgb(210, 216, 221);
}
#bookingor-design-5 .al {
  display: flex;
  align-items: center;
  font-size: 22px;
}
#bookingor-design-5 .ic {
  font-size: 22px;
}
#bookingor-design-5 .search-serv {
  max-height: 260px;
  overflow: hidden;
  overflow-y: scroll;
}
#bookingor-design-5 .mg {
  padding-left: 2px;
  padding-bottom: 0px;
}
#bookingor-design-5 .bookingor-active {
  border: 2px solid !important;
}
#bookingor-design-5 .new-calendar-d:hover {
  border: 2px solid;
  border-radius: 8px;
}
#bookingor-design-5 .day-container:hover {
  border: 2px solid;
  border-radius: 8px;
}
#bookingor-design-5 h1,
#bookingor-design-5 .date {
  font-size: 35px;
}
#bookingor-design-5 .mon {
  font-size: 12px;
}
#bookingor-design-5 .bg-ar {
  background-color: white;
  border-radius: 50%;
  border: 1px solid rgb(210, 216, 221);
  align-self: flex-start;
  font-size: 22px;
  width: 25px;
  height: 25px;
}
#bookingor-design-5 .bg-ar:hover {
  box-shadow: rgba(77, 57, 57, 0.16) 0px 1px 4px;
}
#bookingor-design-5 .pos-box {
  display: flex;
  align-content: flex-end;
  position: absolute;
  align-items: center;
  box-sizing: border-box;
  top: 121px;
  left: 10px;
}
#bookingor-design-5 .pos-right {
  top: 100px;
  position: absolute;
  left: 306px;
  top: 121px;
}
#bookingor-design-5 .lft {
  position: absolute;
  left: -13px;
  top: 40%;
  z-index: 10;
  font-size: 22px;
  fill: black;
}
#bookingor-design-5 .rigt {
  position: absolute;
  top: 40%;
  right: -13px;
  font-size: 22px;
}
#bookingor-design-5 .new-calendar-d {
  margin: 0 0px;
  text-align: center;
  background: white;
  border: 1px solid;
  border-radius: 6px;
  border-color: rgb(210, 216, 221);
  height: 96px;
}
#bookingor-design-5 .bookingor-day {
  font-size: 12px;
  margin-top: 5px;
  line-height: normal;
}
#bookingor-design-5 .bookingor-date {
  font-size: 36px;
  padding: 0 24px;
  line-height: 0.9;
  padding-bottom: 0px;
  font-weight: 600;
  width: 100%;
  padding: 5px 0;
}
#bookingor-design-5 .bookingor-month {
  font-size: 12px;
}
#bookingor-design-5 .slick-track {
  flex-direction: row;
}
#bookingor-design-5 .day {
  width: 71px !important;
  margin: 0 1px;
}
#bookingor-design-5 .bookingor-lc-1 {
  position: absolute;
  padding: 10px;
}
#bookingor-design-5 .bookingor-design-1 {
  position: relative;
}
#bookingor-design-5 .ma-container {
  padding: 30px 20px;
  margin: 0 auto;
}
#bookingor-design-5 .ma-c-wdh {
  width: 287px;
}
#bookingor-design-5 .cs-vali-category, #bookingor-design-5 .cs-vali-service, #bookingor-design-5 .cs-vali-location, #bookingor-design-5 .cs-vali-staff, #bookingor-design-5 .cs-vali-timing, #bookingor-design-5 .cs-vali {
  font-size: 12px;
  color: #b34141;
  position: absolute;
}
#bookingor-design-5 .cs-cal-vali {
  font-size: 12px;
  color: #b34141;
  position: absolute;
}
#bookingor-design-5 .t-gp {
  margin-bottom: 0 !important;
}
#bookingor-design-5 .no-show {
  display: none !important;
}
#bookingor-design-5 .modal-content {
  border: none !important;
}
#bookingor-design-5 .bookingor ul {
  padding-left: 0 !important;
}
#bookingor-design-5 .bookingor li {
  list-style: none;
}
#bookingor-design-5 .t-gp {
  gap: 10px;
  width: 100%;
  flex-wrap: wrap;
}
#bookingor-design-5 .t-bg {
  background: white;
  padding: 7px 7px !important;
  border-radius: 2px;
  width: 100%;
  font-size: 15px;
  align-items: center;
  justify-content: center;
  border: 1px solid #8e8e8e;
  border-radius: 4px;
}
#bookingor-design-5 .t-bg:hover {
  outline: 1px solid;
  cursor: pointer;
}
#bookingor-design-5 #bookingor-all-time-show {
  width: 100%;
  gap: 9px;
}
#bookingor-design-5 .select-picktime-1 {
  width: calc(50% - 5px);
  height: 100%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  text-align: center;
}
#bookingor-design-5 .d-i {
  padding: 10px;
}
#bookingor-design-5 .serach-sugg {
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  position: relative;
}
#bookingor-design-5 .search-loc {
  list-style: none;
}
#bookingor-design-5 .search-loc:hover {
  background-color: #f3f3f3;
  cursor: pointer;
}
#bookingor-design-5 .sugg-show {
  position: absolute;
  z-index: 5;
  background: white;
  width: 100%;
  padding: 0;
  top: 2px;
  margin-top: 0 !important;
}
#bookingor-design-5 .hidden {
  display: none;
}
#bookingor-design-5 li.d-flex.t-bg {
  justify-content: center;
  box-sizing: border-box;
}
#bookingor-design-5 .search-dropdown-show {
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  position: relative;
}
#bookingor-design-5 .ser-name-pric {
  box-sizing: border-box;
  position: relative;
  justify-content: space-between;
  display: flex;
  width: 100%;
  padding: 10px 22px;
}
#bookingor-design-5 .active-time-1 {
  outline: 2px solid;
  background-color: #f0f0f0;
}
#bookingor-design-5 .service-duration, #bookingor-design-5 .service-capacity {
  color: #272727;
}
#bookingor-design-5 h5.frm-details-h {
  font-size: 18px;
}
#bookingor-design-5 .bk-front-lbl {
  color: #272727;
  font-weight: 500 !important;
  font-size: 14px;
  margin-bottom: 0 !important;
}
#bookingor-design-5 #customer-sel-date, #bookingor-design-5 #customer-sel-time, #bookingor-design-5 #customer-sel-service {
  color: #272727;
}
#bookingor-design-5 .cur-poz-strt-no-sp {
  color: #272727;
}
#bookingor-design-5 .bk-pd-all-5 {
  padding: 35px 25px !important;
}
#bookingor-design-5 .d-price {
  font-size: 25px;
  font-weight: 600;
  line-height: 1;
}
#bookingor-design-5 .mbg {
  border-radius: 10px;
  border: 1px solid #ccc;
}
#bookingor-design-5 .main-sl {
  justify-content: space-between;
  padding: 20px 20px 0px;
}
#bookingor-design-5 .main-sl-2 {
  display: flex;
  justify-content: space-between;
  padding: 20px 20px;
  flex-direction: column;
}
#bookingor-design-5 .c-h {
  display: flex;
}
#bookingor-design-5 .cs-sel-d2 .checkout-lbl-fw {
  font-size: 14px;
  font-weight: 400;
}
#bookingor-design-5 .cs-sel-d2 .customer-selected-details {
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
}
#bookingor-design-5 .cs-sel-d2 .c-h {
  flex-direction: column-reverse;
  margin-bottom: 8px;
}
#bookingor-design-5 .cs-sel-d2 .mbg {
  background-color: white;
  border-radius: 10px;
  border: 2px solid #e1e2e7;
  box-shadow: none;
  margin-bottom: 35px;
}
#bookingor-design-5 .cs-sel-d2 .customer-selected-cost {
  margin-bottom: 43px;
}
#bookingor-design-5 .c-h-lc {
  text-align: end;
}
#bookingor-design-5 .service {
  display: flex;
}
#bookingor-design-5 .checkout-lbl-fw {
  font-size: 14px;
  font-weight: 500;
  width: 93px;
  color: #747474;
}
#bookingor-design-5 .d-para {
  font-size: 10px;
  width: 180px;
}
#bookingor-design-5 .healthcare-tag {
  width: 65px;
  background-color: aliceblue;
  text-align: center;
  font-size: 12px;
  color: gray;
  border-radius: 2px;
}
#bookingor-design-5 .d-date {
  text-align: end;
}
#bookingor-design-5 .ckt-pt-1 {
  border-top: 1px solid #ccc;
}
#bookingor-design-5 .customer-selected-details {
  font-size: 14px;
  font-weight: 600;
}
#bookingor-design-5 .customer-selected-cost {
  text-align: right;
}
#bookingor-design-5 .c-h {
  margin-bottom: 7px;
  justify-content: space-between;
}
#bookingor-design-5 .sub-price {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  padding-bottom: 5px;
  color: #747474;
}
#bookingor-design-5 .tax-price {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  padding-bottom: 5px;
  color: #747474;
}
#bookingor-design-5 .total-price {
  display: flex;
  justify-content: space-between;
  font-weight: 600;
  font-size: 15px;
  padding-bottom: 5px;
  color: #000;
}
#bookingor-design-5 .customer-coupan {
  width: 100%;
}
#bookingor-design-5 checkmark__circle {
  stroke-dasharray: 166;
  stroke-dashoffset: 166;
  stroke-width: 2;
  stroke-miterlimit: 10;
  stroke: #7ac142;
  fill: none;
  animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
}
#bookingor-design-5 .min-chk-mrk {
  position: relative;
  height: 120px;
  justify-content: center;
  display: flex;
}
#bookingor-design-5 .t-cnter {
  text-align: center;
}
#bookingor-design-5 .checkmark {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  display: block;
  stroke: #fff;
  stroke-miterlimit: 10;
  box-shadow: inset 0px 0px 0px #7ac142;
  animation: fill 0.4s ease-in-out 0.4s forwards, scale 0.3s ease-in-out 0.9s both;
  background-color: #7ac142;
}
#bookingor-design-5 .checkmark__check {
  transform-origin: 50% 50%;
  stroke-dasharray: 48;
  stroke-dashoffset: 48;
  animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
}
@keyframes stroke {
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes scale {
  0%, 100% {
    transform: none;
  }
  50% {
    transform: scale3d(1.1, 1.1, 1);
  }
}
@keyframes fill {
  100% {
    box-shadow: inset 0px 0px 0px 30px #7ac142;
  }
}
#bookingor-design-5 .popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(128, 128, 128, 0.856);
  padding: 10px;
  overflow-y: auto;
}
#bookingor-design-5 .popup-overlay .popup {
  width: 50vw;
  max-width: 750px;
  height: 90%;
  max-height: 700px;
  padding: 15px;
  box-shadow: 0 0 5px #d7d7d7;
  border-radius: 5px;
  background-color: #ffffff;
  font-family: "Lato", sans-serif;
}
#bookingor-design-5 .popup-overlay .popup .resume-box {
  padding: 10px 15px;
  background-color: #ADB6BD;
  border-radius: 3px;
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.1);
}
#bookingor-design-5 .popup-overlay .popup .resume-box .content {
  padding: 10px 20px;
}
#bookingor-design-5 .popup-overlay .popup .resume-box .content p {
  margin-bottom: 0px;
}
#bookingor-design-5 .popup-overlay .popup .resume-box .content .left .resume-label {
  color: #4d4d4d;
}
#bookingor-design-5 .popup-overlay .popup .resume-box .content .left .resume-label.label {
  width: 80px;
}
#bookingor-design-5 .popup-overlay .popup .resume-box .content .left .service-contents {
  flex: 1;
}
#bookingor-design-5 .popup-overlay .popup .resume-box .content .left .service-contents p:first-child {
  color: #212528;
}
#bookingor-design-5 .popup-overlay .popup .resume-box .content .left .service-contents .small {
  font-size: 13px;
  color: #7d868d;
  line-height: 13px;
}
#bookingor-design-5 .popup-overlay .popup .resume-box .content .right #selectedPrice {
  font-size: 25px;
  font-weight: 700;
}
#bookingor-design-5 .popup-overlay .popup .resume-box .content .right #selectedCatSm {
  font-size: 11px;
  color: #999999;
  background-color: #f8f9fa;
  text-align: center;
}
#bookingor-design-5 .popup-overlay .popup .resume-box > p {
  text-align: right;
  font-family: "Lato", sans-serif;
  margin-bottom: 0;
  color: #4d4d4d;
  font-weight: 500;
}
#bookingor-design-5 .popup-overlay .popup .popup-body {
  padding-top: 40px;
  flex: 1;
}
#bookingor-design-5 .popup-overlay .popup .popup-body h3 {
  font-size: 19px;
  color: #666666;
  margin-bottom: 12px;
}
#bookingor-design-5 .popup-overlay .popup .popup-body .personal-info {
  padding: 0 20px 0 10px;
}
#bookingor-design-5 .popup-overlay .popup .popup-body .personal-info .input-row {
  margin-bottom: 20px;
}
#bookingor-design-5 .popup-overlay .popup .popup-body .personal-info .input-row input {
  border-radius: 0px;
  border: 1px solid #B3B3B3;
  outline: none;
  padding: 5px;
  width: 45%;
}
#bookingor-design-5 .popup-overlay .popup .popup-body .personal-info .input-row input::placeholder {
  color: #B3B3B3;
}
#bookingor-design-5 .popup-overlay .popup .popup-body .personal-info .checkout-content {
  gap: 0px 5px;
}
#bookingor-design-5 .popup-overlay .popup .popup-body .personal-info .checkout-content .left {
  flex: 0.4;
}
#bookingor-design-5 .popup-overlay .popup .popup-body .personal-info .checkout-content .left .payment-container {
  margin-bottom: 10px;
}
#bookingor-design-5 .popup-overlay .popup .popup-body .personal-info .checkout-content .left .payment-container .control {
  font-family: arial;
  display: block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 0px;
  padding-top: 0px;
  cursor: pointer;
  font-size: 13px;
  color: #6C757D;
}
#bookingor-design-5 .popup-overlay .popup .popup-body .personal-info .checkout-content .left .payment-container .control:hover input ~ .control_indicator, #bookingor-design-5 .popup-overlay .popup .popup-body .personal-info .checkout-content .left .payment-container .control input:focus ~ .control_indicator {
  background: #999999;
}
#bookingor-design-5 .popup-overlay .popup .popup-body .personal-info .checkout-content .left .payment-container .control input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
#bookingor-design-5 .popup-overlay .popup .popup-body .personal-info .checkout-content .left .payment-container .control input:checked ~ .control_indicator {
  background: #999999;
}
#bookingor-design-5 .popup-overlay .popup .popup-body .personal-info .checkout-content .left .payment-container .control input:checked ~ .control_indicator:after {
  display: block;
}
#bookingor-design-5 .popup-overlay .popup .popup-body .personal-info .checkout-content .left .payment-container .control input:disabled ~ .control_indicator {
  background: #e6e6e6;
  opacity: 0.6;
  pointer-events: none;
}
#bookingor-design-5 .popup-overlay .popup .popup-body .personal-info .checkout-content .left .payment-container .control input:disabled ~ .control_indicator:after {
  background: #7b7b7b;
}
#bookingor-design-5 .popup-overlay .popup .popup-body .personal-info .checkout-content .left .payment-container .control .control_indicator {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  height: 14px;
  width: 14px;
  background: #ffffff;
  border: 2px solid #e9edf0;
  border-radius: 100%;
}
#bookingor-design-5 .popup-overlay .popup .popup-body .personal-info .checkout-content .left .payment-container .control .control_indicator:after {
  box-sizing: unset;
  content: "";
  position: absolute;
  display: none;
  left: 0px;
  top: 0px;
  height: 0px;
  width: 0px;
  border-radius: 50%;
  background: #ffffff;
  transition: background 250ms;
}
#bookingor-design-5 .popup-overlay .popup .popup-body .personal-info .checkout-content .right {
  flex: 0.6;
}
#bookingor-design-5 .popup-overlay .popup .popup-body .personal-info .checkout-content .right p {
  margin-bottom: 0;
}
#bookingor-design-5 .popup-overlay .popup .popup-body .personal-info .checkout-content .right .sub-total {
  padding: 0px 15px;
}
#bookingor-design-5 .popup-overlay .popup .popup-body .personal-info .checkout-content .right .sub-total p {
  color: #4d4d4d;
}
#bookingor-design-5 .popup-overlay .popup .popup-body .personal-info .checkout-content .right .total {
  padding: 7px 15px;
  margin-top: 10px;
  background-color: #E6E6E6;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
#bookingor-design-5 .popup-overlay .popup .popup-body .personal-info .checkout-content .right .add {
  margin-top: 25px;
}
#bookingor-design-5 .popup-overlay .popup .popup-body .personal-info .checkout-content .right .add input {
  margin-right: 5px;
  border-radius: 0px;
  border: 1px solid #B3B3B3;
  outline: none;
  padding: 5px;
}
#bookingor-design-5 .popup-overlay .popup #popupBtn {
  align-self: end;
}
#bookingor-design-5 .flw-n {
  overflow-y: hidden;
}
#bookingor-design-5 .js-bookingor-modal-open {
  overflow: hidden !important;
}
#bookingor-design-5 .cs-pop-vali,
#bookingor-design-5 .cs-pay-valid {
  font-size: 12px;
  color: #dc3545;
}
#bookingor-design-5 .bookingor-my-model {
  max-width: 830px;
  width: 100%;
  background: #fff;
  border-radius: 8px;
  padding: 35px;
}
#bookingor-design-5 .custom-popup {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  font-family: Arial;
  background: rgba(0, 0, 0, 0.4);
  z-index: 150;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow-y: auto;
  padding: 10px;
  display: block;
  pointer-events: none;
  transition: opacity 110.145ms 0ms;
}
#bookingor-design-5 .custom-popup__holder {
  display: flex;
  align-items: center;
  height: 100%;
  flex-flow: column wrap;
  position: relative;
  transform: translateY(-100px);
  transition: opacity 400ms, transform 400ms;
  transition-delay: 300ms;
  justify-content: center;
}
#bookingor-design-5 .custom-popup__title {
  font-size: 28px;
  line-height: 30px;
  margin-bottom: 40px;
}
#bookingor-design-5 .custom-popup__content {
  flex: 1;
  font-size: 22px;
  line-height: 24px;
}
#bookingor-design-5 .custom-popup__footer {
  font-size: 28px;
  line-height: 30px;
}
#bookingor-design-5 .custom-popup__close {
  position: relative;
  display: flex;
  align-self: flex-end;
  width: 30px;
  height: 30px;
  cursor: pointer;
  transition: 0.3s transform;
}
#bookingor-design-5 .custom-popup__close:before, #bookingor-design-5 .custom-popup__close:after {
  content: "";
  position: absolute;
  left: 15px;
  top: 3px;
  display: block;
  width: 2px;
  height: 26px;
  background: #000;
  transform: rotate(45deg);
}
#bookingor-design-5 .custom-popup__close:after {
  left: 15px;
  top: 3px;
  transform: rotate(-45deg);
}
#bookingor-design-5 .custom-popup.is-active {
  opacity: 1;
  pointer-events: auto;
}
#bookingor-design-5 .custom-popup.is-active .custom-popup__holder {
  opacity: 1;
  transform: translateY(0);
}
@media screen and (max-width: 980px) {
  #bookingor-design-5 .custom-popup__holder {
    padding: 25px 15px;
  }
  #bookingor-design-5 .custom-popup__close {
    top: 5px;
    right: 5px;
  }
  #bookingor-design-5 .custom-popup__title {
    font-size: 14px;
    line-height: 16px;
    width: 100%;
  }
  #bookingor-design-5 .custom-popup__content {
    font-size: 12px;
    line-height: 14px;
    width: 100%;
    overflow-y: auto;
    padding: 0 0 20px;
    margin-bottom: 20px;
  }
  #bookingor-design-5 .custom-popup__footer {
    font-size: 14px;
    line-height: 16px;
    width: 100%;
  }
}
#bookingor-design-5 .cont-rd {
  display: block;
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  font-size: 16px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#bookingor-design-5 .cont-rd input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
#bookingor-design-5 .cont-rd:hover input ~ .checkmark {
  background-color: #ccc;
}
#bookingor-design-5 .cont-rd input:checked ~ .checkmark {
  background-color: #000000;
}
#bookingor-design-5 .cont-rd:hover input ~ .checkmark-1 {
  background-color: #ccc;
}
#bookingor-design-5 .cont-rd input:checked ~ .checkmark-1 {
  background-color: #000000;
}
#bookingor-design-5 .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
#bookingor-design-5 .checkmark-1:after {
  content: "";
  position: absolute;
  display: none;
}
#bookingor-design-5 .cont-rd input:checked ~ .checkmark:after {
  display: block;
}
#bookingor-design-5 .cont-rd input:checked ~ .checkmark-1:after {
  display: block;
}
#bookingor-design-5 .checkmark-1 {
  position: absolute;
  top: 10px;
  left: 0;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  border: 1px solid #747474;
}
#bookingor-design-5 .cont-rd .checkmark-1:after {
  top: 3px;
  left: 3px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: white;
}
#bookingor-design-5 .pay-d {
  padding: 18px;
  border-radius: 8px;
  margin-bottom: 25px;
}
#bookingor-design-5 .d-c-icon {
  width: 46px;
  height: 46px;
  border: 1px solid;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
}
#bookingor-design-5 .t-ic {
  display: flex;
  align-items: center;
  gap: 12px;
}
#bookingor-design-5 .wid-lbl {
  color: var(--bookingor-label-text-color);
  font-weight: 600;
  font-family: var(--bookingor-heading-font-family);
}
#bookingor-design-5 .bookingor-f-business-all {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  margin-bottom: 17px;
}
#bookingor-design-5 .bookingor-f-business-logo {
  width: 65px;
}
#bookingor-design-5 .bookingor-f-business-name {
  font-weight: 600;
  font-size: 18px;
}
#bookingor-design-5 .bookingor-f-business-phone {
  font-size: 13px;
}
#bookingor-design-5 .bookingor-f-business-email {
  font-size: 13px;
}
#bookingor-design-5 .search-cate {
  cursor: pointer;
  font-size: 14px;
  padding: 3px 10px;
  font-weight: 500;
}
#bookingor-design-5 .search-cate:hover {
  background-color: #f0f0f0;
}
#bookingor-design-5 #auto-srch-lc {
  font-weight: 500;
}
#bookingor-design-5 .loader {
  width: 60px;
}
#bookingor-design-5 .loader-wheel {
  animation: spin 1s infinite linear;
  border: 2px solid rgba(30, 30, 30, 0.5);
  border-left: 4px solid #414141;
  border-radius: 50%;
  height: 50px;
  margin-bottom: 10px;
  width: 50px;
}
#bookingor-design-5 .loader-text {
  color: #202020;
  font-family: arial, sans-serif;
}
#bookingor-design-5 .loader-text:after {
  content: "Loading";
  animation: load 2s linear infinite;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes load {
  0% {
    content: "Loading";
  }
  33% {
    content: "Loading.";
  }
  67% {
    content: "Loading..";
  }
  100% {
    content: "Loading...";
  }
}
#bookingor-design-5 .select-picktime-1 {
  font-size: 15px;
  color: #272727;
  font-weight: 500;
}
#bookingor-design-5 .bookingor-v-none {
  visibility: hidden;
}
#bookingor-design-5 .bookingor-flex {
  display: flex !important;
}
#bookingor-design-5 .rigt {
  color: #272727;
}
#bookingor-design-5 .full-head-1 {
  font-size: 1.25rem;
  font-weight: 600 !important;
  line-height: 1.2;
  font-family: var(--bookingor-heading-font-family);
}
#bookingor-design-5 .n-extra {
  cursor: pointer;
}
#bookingor-design-5 #customer-sel-date, #bookingor-design-5 #customer-sel-time {
  font-weight: 600;
}