@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

@import url("https://fonts.googleapis.com/css2?family=Quicksand:wght@300..700&display=swap");

/* font-family: "Quicksand", sans-serif; */

body {
  margin: 0;
  padding: 0;
  width: 100%;
  font-family: "Poppins", sans-serif;

  --cancellation-progress: 30%;
}

a,
p,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  text-decoration: none;
  line-height: 1.2;
}
button:focus,
textarea:focus,
select:focus {
  outline: none !important;
  box-shadow: none;
}
input:focus {
  outline: none !important;
}
a:active,
a:focus {
  outline: 0;
  outline: none !important;
  -moz-outline-style: none;
}

span,
button,
img,
a {
  transition: 0.3s all ease;
}

a,
span,
button {
  display: inline-block;
}

.wrapper {
  /* overflow: hidden; */
  min-height: 100vh;
}

header {
  background-color: #202f3c;
  padding: 15px 0;
}
header .navbar {
  padding: 0;
}

header .head-right {
  margin-left: auto;
}
header .navbar-brand {
  margin-right: 0;
  padding: 0;
  height: 64px;
  display: flex;
  align-items: center;
}

.primary-btn {
  padding: 20px 30px;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background-color: #18d3c5;
  color: #151f27;
}
.primary-btn:hover {
  color: #151f27;
  background-color: #16c4b7;
}
.primary-btn:active {
  background-color: #19dbcd;
}
.primary-btn.white {
  color: #fff;
}

/* menu style */
header {
  position: relative;
}
header .navbar {
  position: unset;
}

.step-sec {
  position: relative;
  padding-bottom: 84px;
}
.step-sec::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 356px;
  background-color: #202f3c;
}
.step-sec > * {
  position: relative;
  z-index: 2;
}
.step-title,
.step-text {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 12px;
}
.step-title {
  padding-bottom: 50px;
  margin-bottom: 0;
}
.step-text p {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  color: #18d3c5;
}
.step-text span {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  color: #aab8c3;
}
.step-title .title-h1 {
  font-family: "Quicksand", sans-serif;
  font-size: 90px;
  font-weight: 700;
  line-height: 100px;
  color: #fff;
}
.step-title .step-count {
  font-family: "Quicksand", sans-serif;
  font-size: 90px;
  font-weight: 700;
  line-height: 100px;
  color: #4d5963;
}

.steps {
  padding-top: 70px;
}
.progress {
  height: 5px;
  border-radius: 0;
  background-color: #4d5963;
}
.progress-bar {
  background-color: #18d3c5;
}

/* form block */
.title-h5 {
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  color: #202f3c;
}

.form-block {
  box-shadow: 0px 40px 60px 0px #7ea0c833;
  background: #ffffff;
  border-radius: 32px;
  padding: 30px;
  /* max-width: 853px; */
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.form-block .block-title p {
  margin-bottom: 15px;
  color: #18d3c5;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}
.block-item {
  position: relative;
  background: #f4f7f9;
  border-radius: 20px;
  padding: 20px;
  margin-bottom: 15px;
}
.block-item .block-loc {
  margin-top: 4px;
  display: flex;
  align-items: center;
  gap: 0 5px;
}
.block-item .block-loc p {
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  color: #4d5963;
}
.block-item .block-check {
  position: absolute;
  right: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 13px;
  width: 50px;
  height: 50px;
  background: rgba(24, 211, 197, 0.15);
  border-radius: 0px 20px;
}
.block-item .block-check .control__indicator {
  position: unset;
}
.loc-input {
  margin-top: 10px;
}
.loc-input input {
  padding: 14px 15px 14px 44px;
  border: 1px solid #b3ccea80;
  border-radius: 12px;
  width: 100%;
  height: 56px;
  background-color: #fbfafd;
  background-image: url("../images/location-icon.svg");
  background-repeat: no-repeat;
  background-position: 20px 19px;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  color: #4d5963;
}
input:invalid {
  border-color: #cc0023 !important;
}

.validation-error-text {
  color: #cc0023;
  margin-top: 6px;
}

.type-block {
  display: flex;
  align-items: center;
  gap: 0 20px;
}
.type-block .type-info {
  display: flex;
  align-items: center;
  gap: 0 20px;
  margin-bottom: 5px;
}
.type-block .type-info > div {
  display: flex;
  align-items: center;
  gap: 0 5px;
}
.type-block .type-info span {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #2b3946;
}

.service .flex-col {
  display: flex;
  flex-direction: column;
}
.service .form-block {
  margin-left: 0;
  margin-bottom: 40px;
}
.service .form-block:last-child {
  margin-bottom: 0;
}

.service-right {
  box-shadow: 0px 40px 60px 0px #7ea0c833;
  background: #ffffff;
  border-radius: 32px;
  padding: 30px;
  width: 407px;
  margin-left: auto;
}
.service-right .sr-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0 10px;
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: 1px solid #cddcee;
}
.service-right .sr-name p {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #2b3946;
}
.service-list {
  display: flex;
  flex-direction: column;
  gap: 15px 0;
  margin-bottom: 25px;
}
.service-list .list-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.service-list .list-item .service-name {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #2b3946;
}
.service-list .list-item .green-text {
  font-size: 9px;
  font-weight: 600;
  line-height: 13.5px;
  letter-spacing: 1px;
  color: #18d3c5;
  width: 100%;
}
.service-list .list-item .list-info {
  display: flex;
  align-items: center;
  gap: 0 4px;
}
.service-list .list-item .list-info {
  text-align: right;
  margin-left: auto;
  margin-right: 10px;
}
.service-list .list-item .list-info span {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #2b3946;
}
.service-list .list-item .del-btn {
  padding: 0;
  border: none;
  background: transparent;
  cursor: pointer;
}
.service-item {
  position: relative;
  background: #f4f7f9;
  border-radius: 20px;
  padding: 20px;
  margin-bottom: 15px;
  border: 1px solid transparent;
  transition: 0.3s all ease;
}
.service-item:hover {
  border-color: #18d3c5;
}
.service-item.active {
  border-color: #18d3c5;
  background-color: #fff;
}
.service-top {
  display: flex;
  align-items: center;
  gap: 0 15px;
}
.service-top p {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #2b3946;
  display: flex;
  align-items: center;
  gap: 0 5px;
}
.service-top .status {
  font-size: 9px;
  font-weight: 600;
  line-height: 13.5px;
  letter-spacing: 1px;
  color: #0155b9;
  padding: 5px 10px;
  background: rgba(179, 204, 234, 0.3);
  border-radius: 12px;
  text-transform: uppercase;
}
.service-item .block-check {
  position: absolute;
  right: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 13px;
  width: 50px;
  height: 50px;
  background: rgba(24, 211, 197, 0.15);
  border-radius: 0px 20px;
  transition: 0.3s all ease;
  cursor: pointer;
  z-index: 2;
}
.block-check .plus-icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 22px;
  height: 22px;
  border-radius: 50%;
  background-color: #18d3c5;
  transition: 0.3s all ease;
}
.block-check .plus-icon span {
  height: 2px;
  width: 10px;
  background-color: #fff;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  transition: 0.3s all ease;
}
.service-item .block-check .plus-icon .plus {
  transform: rotate(90deg);
}
.service-item.active .block-check .plus-icon .plus {
  transform: rotate(0deg);
}
.service-item.active .plus-icon span {
  background-color: #18d3c5;
}
.service-item.active .plus-icon {
  background-color: #fff;
}
.service-item.active .block-check {
  background-color: #18d3c5;
}

.service-inner .title-h5 {
  margin: 5px 0;
}
.service-inner .service-text p {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #2b3946;

  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  position: relative;
}
.service-inner .service-text p.active {
  text-overflow: inherit;
  overflow: visible;
  display: block;
  -webkit-line-clamp: inherit;
}
.service-inner .service-text p a {
  position: absolute;
  right: 0;
  bottom: 0;
  background-color: #f4f7f9;
  z-index: 2;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #18d3c5;
}
.service-item.active .service-text p a {
  background-color: #fff;
}
.service-item .service-text p.active a {
  position: relative;
}

.sidebar {
  position: sticky;
  position: -webkit-sticky;
  top: 10px;
}

/* show all service btn */
.show-all-services .show-all-btn {
  width: 100%;
  height: 84px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  box-shadow: 0px 40px 60px 0px #7ea0c833;
  background-color: #fff;
  padding: 30px;
  border: none;
}
.show-all-services .show-all-btn:hover {
  background-color: #18d3c5;
  color: #fff;
}

/* 4 step */

.date-time {
  box-shadow: rgba(126, 160, 200, 0.2) 0px 40px 60px 0px;
  background: rgb(255, 255, 255);
  border-radius: 32px;
  padding: 30px;
  margin-left: auto;
  margin-right: auto;
}

.date-title {
  margin-bottom: 20px;
}
.date-title input {
  border: none;
  padding: 0;
}

.time-item {
  margin-bottom: 20px;
}
.time-item:last-child {
  margin-bottom: 0;
}
.time-item > p {
  font-size: 10px;
  font-weight: 600;
  line-height: 13px;
  letter-spacing: 1px;
  color: #aab8c3;
  margin-bottom: 10px;
}
.time-in {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 10px;
}
.time-in .control--radio .control__indicator,
.time-in .control {
  width: 87px;
  height: 45px;
  background: #f4f7f9;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
}
.time-in .control--radio span {
  position: relative;
  z-index: 2;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  color: #202f3c;
}
.time-in .control--radio .control__indicator:after {
  opacity: 0;
}
.time-in .control input:checked ~ span {
  color: #fff;
}

/* calendar style */
.ui-datepicker-inline {
  border: 1px solid #cddcee;
  border-radius: 20px;
  padding: 0 15px 30px;
  overflow: hidden;
  position: relative;
}
#ui-datepicker-div {
  display: none;
  background-color: #fff;
  box-shadow: 0 0.125rem 0.5rem rgba(0, 0, 0, 0.1);
  margin-top: 0.25rem;
  border-radius: 0.5rem;
  padding: 0.5rem;
}
.ui-datepicker-inline table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}
.ui-datepicker-calendar thead th {
  font-size: 11px;
  font-weight: 600;
  line-height: 12px;
  letter-spacing: 1px;
  text-align: center;
  color: #aab8c3;
  padding: 7px 0 10px;
}
.ui-datepicker-calendar tbody td {
  text-align: center;
  padding: 2px 0;
}
.ui-datepicker-calendar tbody td a {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s all;
  border-radius: 10px;
  color: #202f3c;
  text-decoration: none;
}
.ui-datepicker-calendar tbody td a,
.ui-datepicker-calendar tbody td span {
  width: 45px;
  height: 45px;
  font-size: 16px;
  font-weight: 400;
  line-height: 40px;
}
.ui-datepicker-calendar tbody td a:hover {
  background-color: rgba(24, 211, 197, 0.2);
}
.ui-datepicker-calendar tbody td a.ui-state-active {
  background-color: #18d3c5;
  color: white;
}
.ui-datepicker-unselectable {
  color: #aab8c3;
}
.ui-datepicker-unselectable span {
  text-decoration: line-through;
}
.ui-datepicker-header a.ui-corner-all {
  cursor: pointer;
  position: absolute;
  top: 5px;
  width: 2rem;
  height: 2rem;
  margin: 0.5rem;
  border-radius: 0.25rem;
  transition: 0.3s all;
  z-index: 2;
}
.ui-datepicker-header a.ui-corner-all:hover {
  background-color: #eceff1;
}
.ui-datepicker-header a.ui-datepicker-prev {
  left: 0;
  background: url("../images/calendar-arrow-left.svg");
  background-repeat: no-repeat;
  background-position: 50%;
}
.ui-datepicker-header a.ui-datepicker-next {
  right: 0;
  background: url("../images/calendar-arrow-right.svg");
  background-repeat: no-repeat;
  background-position: 50%;
}
.ui-datepicker-header a > span {
  display: none;
}
.ui-datepicker-title {
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  color: #202f3c;
  padding: 15px;
  position: relative;
  margin-bottom: 20px;
}
.ui-datepicker-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: -17px;
  right: 0;
  margin: auto;
  width: 110%;
  height: 1px;
  background: #cddcee;
}
.ui-datepicker-week-col {
  color: #78909c;
  font-weight: 400;
  font-size: 0.75rem;
}
.ui-datepicker-calendar tbody .ui-datepicker-other-month a {
  color: #aab8c3;
}

/* prev / next btns */
.block-next.d-flex {
  display: flex;
  align-items: center;
  gap: 0 20px;
}
.block-next .next {
  height: 65px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px;
  border-radius: 12px;
  background-color: #18d3c5;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  border: none;
  cursor: pointer;
}
.block-next .back {
  min-width: 65px;
  height: 65px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  border-radius: 12px;
  background-color: #18d3c5;
}
.block-next img {
  height: 14px;
}

/* step 5 */
.checkout-block {
  box-shadow: 0px 40px 60px 0px #7ea0c833;
  background: #ffffff;
  padding: 30px;
  border-radius: 32px;
  position: relative;
}

.checkout-block select {
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: "";
  border: none;
}
.checkout-title {
  text-align: center;
  margin-bottom: 30px;
}
.checkout-title span {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #aab8c3;
}
.checkout-left {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.checkout-left a {
  font-weight: 500;
}
.checkout-left {
  margin-bottom: 16px;
}
.checkout-block .select-group {
  position: relative;
}
.checkout-block .select-group select {
  border: 1px solid #cddcee;
  padding: 10px 44px 10px 14px;
  border-radius: 10px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  padding-top: 30px;
  cursor: pointer;
}
.checkout-block .select-group span {
  font-weight: 500;
  position: absolute;
  left: 14px;
  top: 10px;
  z-index: 2;
}
.checkout-block .select-group .arrow {
  position: absolute;
  right: 14px;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 2;
  height: 24px;
}
.checkout-block .select-btn.active .arrow {
  transform: rotate(180deg);
}
.checkout-block .form-group input {
  height: 66px;
  width: 100%;
  border: 1px solid #cddcee;
  padding: 10px 44px 10px 14px;
  border-radius: 10px;
}
.checkout-rov {
  margin-left: -5px;
  margin-right: -5px;
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #cddcee;
}
.checkout-rov > * {
  padding-left: 5px;
  padding-right: 5px;
}

.checkout-block .second-rov {
  gap: 10px 0;
  margin-bottom: 30px;
}

.checkout-label {
  display: flex;
  align-items: flex-start;
  gap: 0 20px;
  margin-bottom: 50px;
}
.custom-check {
  position: relative;
  margin-bottom: 0;
  margin-top: 5px;
  cursor: pointer;
}
.custom-check .check-control {
  border: 2px solid #9e9e9e;
  border-radius: 5px;
  width: 20px;
  height: 20px;
  position: relative;
}
.custom-check .check-control::after {
  content: "";
  position: absolute;
  display: none;
  left: 5px;
  top: 1px;
  width: 6px;
  height: 11px;
  border: solid #16c4b7;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.custom-check input:checked ~ .check-control:after {
  display: block;
}

.check-text p {
  font-size: 14px;
  line-height: 1.4;
}

.appointment {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 30px 0;
  border-top: 1px solid #cddcee;
  border-bottom: 1px solid #cddcee;
  margin-bottom: 30px;
}
.card-information img {
  width: 100%;
}
.checkout-card p {
  margin: 5px 0 20px;
}
.card-check {
  display: flex;
  align-items: flex-start;
  gap: 0 20px;
}
.card-check label {
  margin: 0;
  display: flex;
}
.card-check p {
  color: #151f27;
  font-size: 18px;
  line-height: 1.3;
  font-weight: 500;
}
.card-check p a {
  font-weight: 500;
}

.cancellation .title-h5 {
  margin-bottom: 60px;
}

.appointment-container {
  position: relative;
}
.appointment-container .app-tooltip {
  position: absolute;
  left: calc(var(--cancellation-progress) + -90px);
  z-index: 2;
  top: -35px;
  padding: 4px 8px;
  border-radius: 20px;
  background-color: #18d3c5;
  color: #fff;
  font-size: 14px;
  line-height: 1.2;
}
.appointment-container .line {
  width: 100%;
  height: 30px;
  border-radius: 20px;
  border: 1px solid #cddcee;
  background-color: #fff;
  position: relative;
  overflow: hidden;
}
.appointment-container .line::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: var(--cancellation-progress);
  background-color: #18d3c52e;
  height: 30px;
  border-radius: 20px;
}
.appointment-container .line .close-icon {
  position: absolute;
  left: calc(var(--cancellation-progress) - 25px);
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 2;
  color: #18d3c5;
  font-weight: 600;
  width: 22px;
  height: 22px;
  border: 1px solid #18d3c5;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.appointment-container .app-text {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-top: 4px;
}
.appointment-container .app-text p {
  font-size: 12px;
  font-weight: 600;
}
.cancellation-text p {
  margin: 15px 0 10px;
  font-size: 18px;
  line-height: 1.3;
}
.cancellation-text p a {
  color: #18d3c5;
  font-weight: 500;
}

.end-text p {
  font-size: 14px;
  color: #9e9e9e;
  line-height: 1.4;
  text-align: center;
}

.summary-block {
  margin-top: 16px;
  border-radius: 10px;
  border: 1px solid #cddcee;
  padding: 30px 15px;
}
.summary-top {
  display: flex;
  align-items: center;
  gap: 0 16px;
  margin-bottom: 16px;
  padding-bottom: 20px;
  border-bottom: 1px solid #cddcee;
}
.summary-top .date-icon {
  min-width: 40px;
  height: 40px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f3f4f6;
}
.summary-top .date-icon img {
  height: 20px;
}
.summary-top .summary-date > p {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 6px;
}
.summary-top .summary-info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px 0;
}
.summary-top .summary-info span {
  font-size: 14px;
  color: #7b7b7b;
}
.summary-top .arrow-icon {
  cursor: pointer;
  margin-left: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  min-width: 40px;
  height: 40px;
  background-color: #f3f4f6;
}
.summary-top .arrow-icon img {
  height: 16px;
}
.summary-top .arrow-icon.active img {
  transform: rotate(180deg);
}

.summary-item {
  position: relative;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #cddcee;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.summary-in {
  padding-left: 20px;
}
.summary-item::before {
  content: "";
  position: absolute;
  left: -20px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #d1d5da;
}
.summary-item::after {
  content: "";
  position: absolute;
  left: -16px;
  bottom: -50px;
  height: 126%;
  width: 2px;
  background-color: #d1d5da;
}
.summary-item:last-child:after {
  content: none;
}
.summary-item:last-child {
  margin-bottom: 0;
  border: none;
}
.summary-item .group-icon img {
  height: 45px;
}
.summary-item .summary-name {
  padding-left: 20px;
}
.summary-item .summary-name p {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 6px;
}
.summary-item .summary-name span {
  font-size: 14px;
  color: #7b7b7b;
  display: block;
}
.summary-item .summary-sum {
  margin-left: auto;
}
.summary-text {
  padding-top: 20px;
  border-top: 1px solid #cddcee;
}
.summary-text-in {
  display: flex;
  flex-direction: column;
  gap: 10px 0;
  margin-bottom: 20px;
}
.summary-text-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.summary-text .summary-text-item p {
  font-weight: 600;
  font-size: 16px;
}
.summary-text .summary-text-item span {
  font-weight: 500;
  font-size: 16px;
}
.summary-total {
  border-top: 1px solid #cddcee;
  padding-top: 20px;
}
.summary-total .total-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.summary-total .total-item p {
  font-size: 18px;
  font-weight: 600;
}
.summary-total .total-item span {
  font-size: 18px;
  font-weight: 500;
}
.summary-total .total-item.two p,
.summary-total .total-item.two span {
  font-size: 14px;
  color: #7b7b7b;
}
.book-btn button {
  border: none;
  padding: 14px;
  background-color: #18d3c5;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  width: 100%;
  margin-top: 20px;
  color: #fff;
}
.book-btn button:disabled {
  background-color: #d1d5da;
}

.checkout-block .left-col {
  padding-right: 40px;
}

.copyright {
  margin-top: 60px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.copyright img {
  height: 20px;
}
.copyright span {
  margin: 6px 0 2px;
  font-size: 14px;
  color: #7b7b7b;
}
.copyright a {
  text-decoration: underline;
  font-size: 14px;
  color: #7b7b7b;
  opacity: 0.6;
}

/* modal */
.modal-dialog {
  max-width: 700px;
}
.modal-content {
  box-shadow: 0px 40px 60px 0px #7ea0c833;
  border-radius: 32px;
  background: #fff;
  border: none;
  padding: 30px;
}
.modal-content .modal-header {
  padding: 0 0 30px;
  border: none;
  flex-direction: column;
  align-items: flex-start;
}
.modal-content .modal-body {
  padding: 0;
}
.modal-close {
  padding: 0;
  border: none;
  background: transparent;
}
.modal-close:hover {
  transform: rotate(90deg);
  transition: 0.3s all ease;
}
.modal-top {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0 10px;
  margin-bottom: 10px;
}
.modal-header p {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #2b3946;
}
.modal-block {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px 0;
  max-height: 450px;
  overflow-y: auto;
}
.modal-block::-webkit-scrollbar {
  width: 0;
  height: 0;
}
.modal-item {
  position: relative;
  background: #f4f7f9;
  border-radius: 20px;
  padding: 20px;
  width: 100%;
}
.modal-in {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 5px 0;
}
.modal-in .modal-info {
  display: flex;
  align-items: center;
  gap: 0 20px;
}
.modal-in .modal-info p {
  display: flex;
  align-items: center;
  gap: 0 5px;
}
.modal-item .block-check {
  position: absolute;
  right: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 13px;
  width: 50px;
  height: 50px;
  background: rgba(24, 211, 197, 0.15);
  border-radius: 0px 20px;
}
.modal-item .block-check .control__indicator {
  position: unset;
}
.modal-add-btn {
  margin-top: 30px;
}
.modal-add-btn .primary-btn {
  width: 100%;
  border: none;
}

/* custom input checkbox/radio */
.control {
  display: block;
  position: relative;
  cursor: pointer;
}
.control input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.control__indicator {
  position: absolute;
  top: 2px;
  left: 0;
  height: 22px;
  width: 22px;
  background: transparent;
  border: 2px solid #18d3c5;
  border-radius: 50%;
}
.control--radio .control__indicator {
  border-radius: 50%;
}
.control input:checked ~ .control__indicator {
  background: #18d3c5;
  transition: 0.3s all ease;
}
.control input:disabled ~ .control__indicator {
  background: #e6e6e6;
  opacity: 0.6;
  pointer-events: none;
}
.control__indicator:after {
  content: "";
  position: absolute;
  display: none;
}
.control input:checked ~ .control__indicator:after {
  display: block;
}
.control--checkbox .control__indicator:after {
  left: 8px;
  top: 4px;
  width: 6px;
  height: 11px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  transition: 0.3s all ease;
}
.control--checkbox input:disabled ~ .control__indicator:after {
  border-color: #7b7b7b;
}
.control--radio .control__indicator:after {
  left: 7px;
  top: 7px;
  height: 6px;
  width: 6px;
  border-radius: 50%;
  background: #fff;
  transition: 0.3s all ease;
}
.control--radio input:disabled ~ .control__indicator:after {
  background: #7b7b7b;
}

@media only screen and (max-width: 1400px) {
  /* .form-block {
		max-width: 700px;
	} */
  .ui-datepicker-calendar tbody td a,
  .ui-datepicker-calendar tbody td span {
    width: 40px;
    height: 40px;
  }
  .date-time {
    padding: 20px;
  }
  .time-in .control--radio .control__indicator,
  .time-in .control {
    width: 76px;
    height: 40px;
  }
  .time-in .control--radio span {
    font-size: 14px;
  }
  .step-title .title-h1 {
    font-size: 80px;
    line-height: 90px;
  }
  .service {
    gap: 0 40px;
  }
}

@media only screen and (max-width: 1200px) {
  .checkout-block .left-col {
    padding-right: 0;
  }
  .right-col {
    order: 1;
    margin-bottom: 30px;
  }
  .left-col {
    order: 2;
  }
  .image-container {
    width: 350px;
  }
}

@media only screen and (max-width: 1199px) {
  .pc {
    display: none !important;
  }

  .checkout-rov {
    gap: 10px 0;
    margin-left: 0;
    margin-right: 0;
  }
  .checkout-rov > * {
    padding: 0;
  }
  .image-container {
    display: none;
  }
  header .navbar {
    width: 100%;
    justify-content: space-between;
  }
  .service {
    justify-content: center;
    gap: 0;
  }

  body.no-scroll {
    overflow: hidden;
  }

  header .head-right {
    margin-top: auto;
    width: 100%;
  }
  header .head-right a {
    padding: 20px 20px;
    margin-top: 30px;
    font-size: 14px;
    width: 100%;
  }
  .wrapper {
    overflow: hidden;
  }
  .steps {
    padding-top: 30px;
  }
  .step-title .step-count,
  .step-title .title-h1 {
    font-size: 30px;
    line-height: 40px;
  }
  .step-sec::after {
    height: 310px;
  }
  .form-block {
    padding: 20px;
    border-radius: 20px;
  }
  .block-item .block-loc {
    align-items: flex-start;
    margin-top: 10px;
  }
  .block-item .block-loc p {
    font-size: 14px;
    line-height: 20px;
  }
  .block-next .back {
    height: 50px;
    min-width: 50px;
  }
  .block-next .next {
    height: 50px;
    padding: 13px 20px;
  }
  .block-next.d-flex {
    gap: 0 15px;
  }
  .step-four .sidebar .block-next.d-flex,
  .step-three .sidebar .block-next.d-flex {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 90%;
    margin: auto;
    background-color: #fff;
    padding: 20px 0;
    transition: 0.3s all ease;
    z-index: 2;
  }
  .step-four .sidebar.active .block-next.d-flex,
  .step-three .sidebar.active .block-next.d-flex {
    position: relative;
    padding: 0;
    width: 100%;
    background: transparent;
  }
  .step-sec {
    padding-bottom: 20px;
  }
  .step-one .block-next {
    margin-top: 50px;
  }
  .type-block .type-info {
    flex-direction: column;
    align-items: flex-start;
  }
  .title-h5 {
    font-size: 16px;
    line-height: 24px;
  }
  .service-right {
    max-width: 100%;
    box-shadow: 0px -10px 60px 0px #a1bee166;
    border-radius: 0;
    padding: 20px;
    margin: auto;
    width: 93%;
  }
  .sidebar {
    position: fixed;
    background-color: #fff;
    left: 0;
    top: auto;
    bottom: 0;
    z-index: 1002;
    width: 100%;
    height: 134px;
    transition: 0.3s all ease;
  }
  .sidebar::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
  }
  .sidebar.active {
    height: auto;
  }
  .service-right .sr-right {
    display: flex;
    align-items: center;
    gap: 0 10px;
    position: relative;
    z-index: 2;
  }
  .service-right .sr-head,
  .service-list {
    position: relative;
    z-index: 2;
  }
  .service-top {
    flex-wrap: wrap;
    gap: 10px 15px;
    width: 90%;
  }
  .modal-content {
    padding: 20px;
    border-radius: 20px;
  }
  .primary-btn {
    padding: 13px;
  }
  .modal-add-btn {
    margin-top: 20px;
  }
  .time-block {
    margin-top: 15px;
  }
  .time-in .control--radio .control__indicator,
  .time-in .control {
    width: 68px;
  }
  .step-three,
  .step-four {
    padding-bottom: 150px;
  }
  .step-three.active,
  .step-four.active {
    padding-bottom: 420px;
  }
  .show-all-services .show-all-btn {
    height: 70px;
  }
  .service .form-block {
    margin-bottom: 30px;
  }
  .service-list {
    height: 202px;
    overflow-y: auto;
  }
}

/* @media (min-width: 768px) {
	.step-four .sidebar .block-next.d-flex,
	.step-three .sidebar .block-next.d-flex,
	.service-right {
		max-width: 720px;
		width: 100%;
	}
}

@media (min-width: 992px) {
    .step-four .sidebar .block-next.d-flex, .step-three .sidebar .block-next.d-flex, .service-right {
        max-width: 960px;
        width: 100%;
    }
} */

.manage-cookies__title {
  margin-bottom: 12px;
}

.cookie-block {
  width: 100%;
  border-bottom: 1px solid lightgray;
  user-select: none;
}

.cookie-block__heading {
  display: flex;
  padding: 16px;
  cursor: pointer;
  align-items: baseline;
}
.cookie-block__marker {
  display: inline-block;
  width: 40px;
  text-align: center;
}
.cookie-block__title {
  display: flex;
  flex-grow: 1;
  justify-content: space-between;
  font-size: 15px;
}
.cookie-block__state {
  color: #18d3c5;
  font-weight: bold;
}

.cookie-block__description {
  padding: 16px;
  padding-top: 0;
  padding-left: 56px;
  font-size: 14px;
}

a,
a:hover {
  color: #18d3c5;
}
