/* PORTAL */
.booking_form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  align-items: flex-start;
}
.booking_form .booking-left {
}

.booking_form .booking-right {
    width: 400px;
    box-sizing: border-box;
    position: sticky;
    top: 10px;
    right: 0;
    z-index: 2;
    overflow-y: auto;
}

.booking-info-box {
    border: 1px solid #ccc;
    padding: 50px;
    text-align: center;
}
.booking-info-box i {
    color: #6db33f;
    font-size: 49px;
}
.booking-info-box h3 {
    font-size: 16px;
}
.booking-info-box p {
    font-size: 15px;
}
.booking-left {
    border: 1px solid #ccc;
    box-sizing: border-box;
    padding: 0px 0 0;
}
.booking-left > h3 {
    text-align: center;
    color: black;
}
.booking-left > p {
    text-align: center;
    padding: 0 30px 50px;
}
.step {
    border-top: 1px solid #ccc;
    padding: 50px 50px;
}
.booking-left > p strong {
    color: black;
}
.step input[type="text"], .step input[type="email"], .step select, .step input[type="tel"] {
    border: 1px solid #ccc;
    border-radius: 0 !important;
    box-shadow: 0 0 0 #000;
    min-height: auto;
    background: #eeeff2;
    font-weight: 700;
    font-size: 14px;
    color: #83868c;
    height: auto;
    padding: 15px 20px;
    border: 1px solid #eeeff2;
    border-radius: 3px;
}
.step h4 {
    width: 100%;
    font-size: 24px;
    color: #000;
}
.step p {
    width: 100%;
}
.step > div.inner-step {
    width: 48%;
}
.step > div.inner-step > input {
    width: 100%;
}
.step * {
}
.two-third {
}
.one-third {
    width: ;
}
.step input::placeholder {
    font-size: 12px !important;
}
.step.step3 > select {
    width: 100%;
}
.step.step3 .two-box {
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.booking-bill-info {
    border: 1px solid #ccc;
    padding: 50px;
/* 	width: 350px; */
}
/* .fixedbox .booking-bill-info {
    position: fixed;
    top: 40px;
	background-color: white;
} */
.booking-bill-info i {
    font-size: 25px;
    color: var(--wd-alternative-color);
    margin-right: 15px;
}
.booking-bill-info > div {
    display: flex;
    align-items: center;
    margin-bottom: 16px;
}
.total_bill {
    border-top: 1px solid #ccc;
    padding-top: 30px;
    justify-content: space-between;
}
.total_bill h4 {
    color: #333;
}
.total_bill h3 {
    color: var(--wd-alternative-color);
    margin: 0;
}
.step input[type="date"], .step input[type="time"] {
    width: 100%;
    background: transparent;
    border: 1px solid #ccc;
    height: 50px;
}
.service-extras {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.service-extras .service-extra-box {
    width: 24%;
  cursor: pointer;
    margin-right: 1%;
    text-align: center;
}
.service-extras .service-extra-box h6 {
  font-weight: normal;
}
.service-extras .service-extra-box input {
    width: 85%;
}
.service-item input[type="number"] {
    display: none;
}
.service-item {
    border: 1px solid #ccc;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100px;
}
.service-extra-box.selected-service.current-service .service-item img {
    display: none;
}
.service-extra-box.selected-service.current-service .service-item input[type="number"] {
    display: block;
    height: 28px;
    border: 1px solid #ccc;
}
.service-extra-box.selected-service .service-item {
    border-color: #6db33f;
    box-shadow: 0 0 10px #6db33f;
}
.often-serv {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    row-gap: 15px;
}
.often-serv .active-serv {
    width: 24%;
	cursor: pointer;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #ccc;
}
.often-serv .active-serv.selected-often-serve {
    border-color: #01c0fd;
    box-shadow: 0 0 10px #01c0fd;
}
.step7 .two-third input {
    width: 100%;
}
.step7 .one-third a {
    width: 100%;
    display: block;
    background: var(--wd-alternative-color);
    height: 40px;
    text-align: center;
    line-height: 40px;
    color: white;
}
.step.step8 * {
    width: 100%;
}
div#paymentResponse {
    width: 100%;
}

.card-detail-box {
    width: 100%;
    margin-bottom: 20px;
}

div#card_number {
    border: 1px solid #ccc;
    padding: 21px 10px;
}

.card-detail-row {display: flex;justify-content: space-between;flex-wrap: wrap;width: 100%;}

.card-detail-left {
    width: 48%;
}
div#card_expiry {
    border: 1px solid #ccc;
    padding: 10px;
    padding: 21px 10px;
}
.card-detail-right {
    width: 48%;
}
div#card_cvc {
    border: 1px solid #ccc;
    padding: 10px;
    padding: 21px 10px;
}
a.nextbtn, a.prevbtn {
    display: block;
    color: white;
    width: 130px !important;
    margin-left: auto !important;
    background: #6db33e;
    text-align: center;
    height: 40px;
    line-height: 40px;
    font-size: 15px;
    margin-top: 30px;
}

a.prevbtn {
	margin-left: 0 !important;
	margin-right: auto !important;
    background: #ccc;
    color: black;
}
/* .step.step3, .step.step4 {
    padding: 0;
    border: 0;
} */
.step.step4 {
    padding-top: 30px;
}
.firststep {
    padding: 50px 50px;
    flex-wrap: wrap;
}
.step {
}
.firststep .step {
	display: block;
	width: 100%;
}
.all-icon-boxes .iwithtext .iwt-text {
    padding: 0;
    text-align: center;
}
.all-icon-boxes .iwithtext .iwt-text h3 {
    font-size: 16px;
    line-height: 24px;
}
.all-icon-boxes .iwithtext .iwt-icon {
    position: static;
    text-align: center;
    margin-bottom: 12px;
}
#payBtn {margin-top: 40px;background: var(--wd-alternative-color);color: white;}

.booking-bill-info > div.total-area > * {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.booking-bill-info > div.total-area {
    display: block;
    border-top: 1px solid #ccc;
    padding-top: 13px;
    margin-bottom: 0;
}
.total-area .total_bill {border: 0;padding: 0;}
.total-area h4 {font-size: 16px;margin: 0;}
input[name="faptno"] {
    width: 100% !important;
}
.addons_list ul {
    width: 100%;
    margin: 0;
}
.addons_list ul li {
    list-style: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.addons_list ul li h4 {
    font-size: 13px;
    color: #73b647;
}
.addons_list ul li p {
    color: #73b647;
}
.nectar-slider-wrap[data-full-width="false"]:not([data-parallax="true"]) .swiper-slide .content > p {
    display: none !important;
}
.booking_form .booking-right.fixedbox {
    position: fixed;
    top: 42px;
    right: calc(14% + -23px);
}
.banner-text .b-logo {
    display: none !important;
}
.giftcard-steps {
	display: block;
	padding: 0;
	border: 0;
}
.giftcard-steps #payBtn {
	display: block;
}
.giftcard-steps {
    text-align: left !important;
}
.giftcard-detail input, .giftcard-detail select, .giftcard-detail textarea {
    width: 100% !important;
    height: 45px;
    border: 1px solid #ccc;
    border-radius: 0 !important;
    background: white;
    resize: none !important;
}
.giftcard-detail textarea {
    height: 120px;
}
.discount-error {
	width: 100%;
}
.discount-error p{
	color: red;
}
.voucher-box {
    width: 100%;
    display: flex;
    justify-content: space-between;
}
h3.voucher-code {
    font-size: 18px;
}
h3.after-voucher {color: #6db33f;}
.list-none {margin: 0 !important;}
.list-none li {list-style: none !important;}
.page-id-61 .page-set h2 {
    text-align: center;
    font-size: 33px !important;
    line-height: 1.1 !important;
}
.page-id-61 .page-set h3 {
    font-size: 24px !important;
}
.page-id-61 .page-set p {
    font-size: 13px;
}
div#gift-page-row {
    padding: 0 !important;
}

.booking_form.row, .booking_form .row {
    margin-bottom: 0;
}

.booking_form .row {
    row-gap: 15px;
}

.step p {
    font-size: 16px;
    line-height: 29px;
}

 .hidden {
    display: none;
}

.custom-checkbox {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin: 0 0 20px;
    gap: 15px;
    flex: 1;
}

.custom-checkbox li {
    /* max-width: 29%; */
    flex: 0 0 23%;
    margin: 0;
}

.custom-checkbox li img {
    max-width: 56px;
    max-height: 42px;
    margin-bottom: 0;
}

.custom-checkbox li h5 {
    margin-bottom: 0;
    font-size: 14px;
}

#step8 {}

#step8 .form-control {
    margin-bottom: 20px;
}

.custom-checkbox li i {
    font-size: 33px;
    margin-bottom: 9px;
}

#step7 {
    position: relative;
}

#step7 .apply_code {padding: 7px 51px;height: auto;}

#step7 .one-third {
    position: absolute;
    bottom: 51px;
    right: 51px;
}

.booking-right .booking-bill-info {
    position: ;
}

.booking-right .booking-bill-info > h4 {
    text-align: center;
    font-size: 26px;
}

.booking-bill-info p {
    margin: 0;
}

div#sub_service_options {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

div#sub_service_options select {
    flex: 0 0 49%;
}

.booking-bill-info > div.home {
    flex-wrap: wrap;
    gap: 15px;
}

.booking-bill-info > div.home ul {
    list-style: none;
    padding: 0;
}

.booking-bill-info > div.home ul li {
    list-style: none;
}

.custom-checkbox li input[type="checkbox"] + label {
    padding: 0 0;
    border: 1px solid #ccc;
    padding: 16px 10px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    flex-direction: column;
    text-align: center;
    border-radius: 5px;
    cursor: pointer;
    margin: 0;
    height: 100%;
    justify-content: center;
    gap: 10px;
    font-weight: 600;
}

.custom-checkbox li input[type="checkbox"] {
    display: none;
}

.custom-checkbox li input[type="checkbox"]:checked + label {
    border-color: var(--wd-primary-color);
}

.booking-bill-info > div.date-box {
    flex-wrap: wrap;
}

.booking-bill-info > div.date-box p + p {
    flex: 100%;
    padding-left: 36px;
}

div:where(.swal2-container) h2:where(.swal2-title) {
    line-height: normal;
}


#step8 .form-control {
    color: #83868c;
    font-weight: 400;
}

/*  */

div.tooltip {
  color: #cccccc;
  font-weight: normal;
  font-size: 14px;
  line-height: 1.5;
  position: absolute;
  padding: 20px;
  border: 4px solid rgba(0, 0, 0, 0.85);
  background-color: rgba(0, 0, 0, 0.85);
  box-shadow: 3px 3px 15px 0 rgba(0, 0, 0, 0.35);
  border-radius: 2px;
  max-width: 280px;
  visibility: visible;
}
div.tooltip.no-padding {
  padding: 0;
  line-height: 0;
}
div.tooltip.no-padding * {
  line-height: auto;
}
div.tooltip a[data-dismiss=tooltip], div.tooltip button[data-dismiss=tooltip] {
  position: absolute;
  top: -10px;
  right: -10px;
  height: auto;
  width: 25px;
  height: 25px;
  z-index: 100;
  color: #FFFFFF;
  line-height: 1;
  font-size: 18px;
  border-radius: 100%;
  background-color: #111111;
  transition: background 0.5s;
}
div.tooltip a[data-dismiss=tooltip]:hover, div.tooltip a[data-dismiss=tooltip]:focus, div.tooltip a[data-dismiss=tooltip]:active, div.tooltip button[data-dismiss=tooltip]:hover, div.tooltip button[data-dismiss=tooltip]:focus, div.tooltip button[data-dismiss=tooltip]:active {
  background-color: #DD0000;
  color: #FFFFFF;
}
div.tooltip.top-left:after, div.tooltip.top-left:before {
  top: 100%;
  left: 30px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
div.tooltip.top-right:after, div.tooltip.top-right:before {
  top: 100%;
  left: calc(100% - 30px);
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
div.tooltip.top-center:after, div.tooltip.top-center:before {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
div.tooltip.top-left, div.tooltip.top-right, div.tooltip.top-center {
  margin-top: -15px;
}
div.tooltip.top-left:after, div.tooltip.top-right:after, div.tooltip.top-center:after {
  border-top-color: rgba(0, 0, 0, 0.85);
  border-width: 10px;
  margin-left: -10px;
}
div.tooltip.top-left:before, div.tooltip.top-right:before, div.tooltip.top-center:before {
  border-top-color: rgba(0, 0, 0, 0.85);
  border-width: 11px;
  margin-left: -11px;
}
div.tooltip.bottom-left:after, div.tooltip.bottom-left:before {
  bottom: 100%;
  left: 30px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
div.tooltip.bottom-center:after, div.tooltip.bottom-center:before {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
div.tooltip.bottom-right:after, div.tooltip.bottom-right:before {
  bottom: 100%;
  left: calc(100% - 30px);
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
div.tooltip.bottom-left, div.tooltip.bottom-center, div.tooltip.bottom-right {
  margin-top: 15px;
}
div.tooltip.bottom-left:after, div.tooltip.bottom-center:after, div.tooltip.bottom-right:after {
  border-bottom-color: rgba(0, 0, 0, 0.85);
  border-width: 10px;
  margin-left: -10px;
}
div.tooltip.bottom-left:before, div.tooltip.bottom-center:before, div.tooltip.bottom-right:before {
  border-bottom-color: rgba(0, 0, 0, 0.85);
  border-width: -11px;
  margin-left: -11px;
}
div.tooltip.left-top:after, div.tooltip.left-top:before {
  left: 100%;
  top: 30px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
div.tooltip.left-middle:after, div.tooltip.left-middle:before {
  left: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
div.tooltip.left-bottom:after, div.tooltip.left-bottom:before {
  left: 100%;
  top: calc(100% - 30px);
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
div.tooltip.left-top, div.tooltip.left-middle, div.tooltip.left-bottom {
  margin-left: -15px;
}
div.tooltip.left-top:after, div.tooltip.left-middle:after, div.tooltip.left-bottom:after {
  border-left-color: rgba(0, 0, 0, 0.85);
  border-width: 10px;
  margin-top: -10px;
}
div.tooltip.left-top:before, div.tooltip.left-middle:before, div.tooltip.left-bottom:before {
  border-left-color: rgba(0, 0, 0, 0.85);
  border-width: 11px;
  margin-top: -11px;
}
div.tooltip.right-top:after, div.tooltip.right-top:before {
  right: 100%;
  top: 30px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
div.tooltip.right-middle:after, div.tooltip.right-middle:before {
  right: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
div.tooltip.right-bottom:after, div.tooltip.right-bottom:before {
  right: 100%;
  top: calc(100% - 30px);
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
div.tooltip.right-top, div.tooltip.right-middle, div.tooltip.right-bottom {
  margin-left: 15px;
}
div.tooltip.right-top:after, div.tooltip.right-middle:after, div.tooltip.right-bottom:after {
  border-right-color: rgba(0, 0, 0, 0.85);
  border-width: 10px;
  margin-top: -10px;
}
div.tooltip.right-top:before, div.tooltip.right-middle:before, div.tooltip.right-bottom:before {
  border-right-color: rgba(0, 0, 0, 0.85);
  border-width: 11px;
  margin-top: -11px;
}

.tooltip-demo {
  position: relative;
  display: block;
  height: 70px;
  margin: 0 0 10px 0;
}

.tooltip-demo-btn {
  position: absolute;
  display: inline-block;
  padding: 15px 10px;
  margin: 0 10px 0 0;
  width: 25%;
  color: #FFFFFF;
  background-color: #444;
  border: 1px solid #555;
  border-radius: 2px;
  font-size: 14px;
  box-shadow: 3px 3px 15px 0 rgba(0, 0, 0, 0.35);
  transition: box-shadow 1s;
}
.tooltip-demo-btn:hover, .tooltip-demo-btn:focus, .tooltip-demo-btn:active {
  box-shadow: 3px 3px 15px 0 rgba(0, 0, 0, 0);
}
.tooltip-demo-btn.left {
  left: 0 !important;
  top: 0 !important;
}
.tooltip-demo-btn.center {
  left: 50% !important;
  top: 0 !important;
  transform: translateX(-50%);
}
.tooltip-demo-btn.right {
  right: 0 !important;
  top: 0 !important;
}

.jt-small {
    max-width: 300px;
}

.jt-small .jt-title {
    white-space: normal;
}

body .jtippy {
    background: #000;
}

body .jt-arrow-top {border-bottom-color: #000;}

.step p a {
    border-bottom: 1px solid;
    color: inherit;
}