.booking__wrapper {
  /*---------- Payment Page ---------------*/
}

.booking__wrapper .short__info figure {
  height: 3.25rem;
}

.booking__wrapper .short__info figure img {
  height: 2.5rem;
  width: auto;
}

.booking__wrapper .short__info > div:not(:last-child) {
  position: relative;
}

.booking__wrapper .short__info > div:not(:last-child)::after {
  content: '';
  width: 2px;
  height: 100%;
  display: block;
  background: transparent -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), color-stop(53%, #DDC08D), to(#FFFFFF)) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(180deg, #FFFFFF 0%, #DDC08D 53%, #FFFFFF 100%) 0% 0% no-repeat padding-box;
  position: absolute;
  top: 0%;
  right: 0%;
}

.booking__wrapper .facility__info figure {
  height: 3.25rem;
}

.booking__wrapper .facility__info h5 {
  font-size: .875rem;
  font-weight: 400;
  margin-top: 1.5rem;
}

.booking__wrapper .polygon__list {
  max-width: 30rem;
}

.booking__wrapper .polygon__list li {
  position: relative;
  padding-left: 1.5rem;
  color: #293B57;
}

.booking__wrapper .polygon__list li::before {
  content: '';
  display: block;
  width: 1.25rem;
  height: 1.25rem;
  position: absolute;
  top: .25rem;
  left: 0%;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNSIgaGVpZ2h0PSIyOSIgdmlld0JveD0iMCAwIDI1IDI5Ij4KICA8cGF0aCBpZD0iUG9seWdvbl8xIiBkYXRhLW5hbWU9IlBvbHlnb24gMSIgZD0iTTkuMzEsOC45NDlhNiw2LDAsMCwxLDEwLjM4LDBsNC4wODQsNy4wNDFBNiw2LDAsMCwxLDE4LjU4NCwyNUgxMC40MTZhNiw2LDAsMCwxLTUuMTktOS4wMVoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDI1KSByb3RhdGUoOTApIiBmaWxsPSIjZGRjMDhkIi8+Cjwvc3ZnPgo=") no-repeat center center/1rem;
}

.booking__wrapper .nav-tabs .nav-link {
  color: var(--dark);
  font-family: var(--lora);
  margin-bottom: -2px;
}

.booking__wrapper .nav-tabs .nav-link.active {
  color: var(--yellow);
  background-color: #fff;
  border-color: transparent;
  border-bottom: 2px solid var(--yellow);
}

.booking__wrapper .nav-tabs .nav-link.active:hover {
  border-bottom: 2px solid var(--yellow);
}

.booking__wrapper .nav-tabs .nav-link:hover {
  border-color: transparent;
  color: var(--yellow);
}

.booking__wrapper .left__container {
  max-width: calc(100% - 380px);
}

.booking__wrapper .right__container {
  max-width: 380px;
}

.booking__wrapper .booking__form .content {
  max-width: 15rem;
}

.booking__wrapper .booking__form .content .card {
  border: 0;
  background-color: #2F4464;
  min-height: 6rem;
}

.booking__wrapper .booking__form .content .card .fs-13 {
  color: var(--white);
  opacity: .3;
}

.booking__wrapper .booking__form .content .card .fs-12 {
  color: var(--white);
  opacity: .3;
}

.booking__wrapper .booking__form .content .card .fs-12.text-white {
  opacity: 1;
}

.booking__wrapper .booking__form .content .card .form-control, .booking__wrapper .booking__form .content .card .form-select {
  border: 0;
  background-color: transparent;
  color: var(--white);
  text-align: center;
  height: 2rem;
}

.booking__wrapper .booking__form .content .card .form-control {
  font-size: 1.875rem;
  padding: 0%;
}

.booking__wrapper .booking__form .content .card .form-select {
  font-size: 13px;
  padding-right: .5rem;
  text-transform: uppercase;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9IiNmZmYiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBjbGFzcz0iZmVhdGhlciBmZWF0aGVyLWNoZXZyb24tZG93biI+PHBvbHlsaW5lIHBvaW50cz0iNiA5IDEyIDE1IDE4IDkiPjwvcG9seWxpbmU+PC9zdmc+");
  background-position: right .25rem center;
  background-size: 1rem 1rem;
  height: 1.75rem;
}

.booking__wrapper .booking__form .content .card .form-select option {
  color: var(--dark);
}

.booking__wrapper .booking__form .content .card .counter__box {
  width: 3.5rem;
}

.booking__wrapper .booking__form .content .card .counter__box .btns {
  position: relative;
  top: -.125rem;
}

.booking__wrapper .booking__form .content .card .counter__box .btn {
  width: 1.25rem;
  height: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.booking__wrapper .booking__form .content .card .counter__box .btn i {
  line-height: 0;
}

.booking__wrapper .booking__form .content .btn-primary {
  background-color: var(--yellow);
  border-color: var(--yellow);
  color: var(--brand);
  font-size: .937rem;
  font-weight: 700;
  font-family: var(--roboto);
  min-height: 2.5rem;
}

.booking__wrapper .booking__form .content.lg {
  max-width: 26rem;
}

.booking__wrapper .booking__form .content.lg .fs-13.text-white {
  opacity: 1;
}

.booking__wrapper .bg-light {
  background-color: #f5f5f5 !important;
}

.booking__wrapper .other__services li {
  padding: .65rem 1.5rem;
}

.booking__wrapper .other__services li:not(:last-child) {
  border-bottom: 1px solid #e1e1e1;
}

.booking__wrapper .other__services .thumbnail {
  width: 6rem;
  height: 6rem;
}

.booking__wrapper .other__services .thumbnail img {
  width: 100%;
  height: 6rem;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}

.booking__wrapper .other__services .caption {
  width: calc(100% - 6rem);
  padding-left: 1rem;
}

.booking__wrapper .other__services .caption .ratings img {
  width: 1rem;
  height: auto;
}

.booking__wrapper .other__services .caption .btn-primary {
  font-size: .75rem;
  border-radius: 0%;
  min-height: 2rem;
  padding: 0% .5rem;
  margin-top: .5rem;
}

.booking__wrapper .form__wrapp .form-control {
  background-color: #2D4264;
  border-color: var(--white);
  border-radius: .5rem;
  font-size: .875rem;
  color: var(--white);
  height: 2.875rem;
  font-family: var(--roboto);
}

.booking__wrapper .form__wrapp .form-control.date {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9IiNmZmYiIHN0cm9rZS13aWR0aD0iMS41IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIGNsYXNzPSJmZWF0aGVyIGZlYXRoZXItY2FsZW5kYXIiPjxyZWN0IHg9IjMiIHk9IjQiIHdpZHRoPSIxOCIgaGVpZ2h0PSIxOCIgcng9IjIiIHJ5PSIyIj48L3JlY3Q+PGxpbmUgeDE9IjE2IiB5MT0iMiIgeDI9IjE2IiB5Mj0iNiI+PC9saW5lPjxsaW5lIHgxPSI4IiB5MT0iMiIgeDI9IjgiIHkyPSI2Ij48L2xpbmU+PGxpbmUgeDE9IjMiIHkxPSIxMCIgeDI9IjIxIiB5Mj0iMTAiPjwvbGluZT48L3N2Zz4=");
  background-repeat: no-repeat;
  background-size: 1.125rem 1.125rem;
  background-position: right .75rem center;
}

.booking__wrapper .form__wrapp .form-control.time {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9IiNmZmYiIHN0cm9rZS13aWR0aD0iMS41IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIGNsYXNzPSJmZWF0aGVyIGZlYXRoZXItY2xvY2siPjxjaXJjbGUgY3g9IjEyIiBjeT0iMTIiIHI9IjEwIj48L2NpcmNsZT48cG9seWxpbmUgcG9pbnRzPSIxMiA2IDEyIDEyIDE2IDE0Ij48L3BvbHlsaW5lPjwvc3ZnPg==");
  background-repeat: no-repeat;
  background-size: 1.125rem 1.125rem;
  background-position: right .75rem center;
}

.booking__wrapper .booking__form .form-control, .booking__wrapper .booking__form .form-select {
  background-color: #f2f2f2;
  border-color: #ddd;
  border-radius: .5rem;
  font-size: .875rem;
  color: var(--brand);
  height: 2.875rem;
  font-family: var(--roboto);
}

.booking__wrapper .booking__form .form-select {
  cursor: pointer;
}

.booking__wrapper .booking__form textarea.form-control {
  height: auto;
}

.booking__wrapper .data__table td {
  padding: .125rem 0;
  color: var(--white);
  border: 0;
  font-family: var(--roboto);
}

.booking__wrapper .data__table td:nth-child(2) {
  text-align: right;
}

.booking__wrapper .data__table .sub__total td {
  border-top: 1px solid #fffdfd38;
  border-bottom: 1px solid #fffdfd38;
  font-weight: 600;
}

.booking__wrapper .data__table .total td {
  border-top: 1px solid #fffdfd38;
  font-weight: 600;
}

.booking__wrapper .nav-pills {
  -webkit-box-shadow: 0px 3px 6px #00000029;
          box-shadow: 0px 3px 6px #00000029;
}

.booking__wrapper .nav-pills .nav-link {
  width: 100%;
  border-radius: 0%;
  color: #8E8E8E;
  font-size: .875rem;
}

.booking__wrapper .nav-pills .nav-link.active {
  background-color: var(--brand);
  color: var(--white);
}

.booking__wrapper .nav-pills .nav-link:not(:last-child) {
  border-bottom: 1px solid #00000029;
}

.back__prev {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1rem;
  position: relative;
  left: -3rem;
  font-weight: 600;
  font-size: 1.45rem;
}

.back__prev .icon {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  color: var(--white);
  background-color: var(--brand);
  font-size: 1.2rem;
  margin-right: .75rem;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.back__prev:hover .icon {
  background-color: var(--yellow);
  color: var(--brand);
}

input[type="date"]::-webkit-inner-spin-button,
input[type="date"]::-webkit-calendar-picker-indicator {
  opacity: 0;
}

input[type="time"]::-webkit-inner-spin-button,
input[type="time"]::-webkit-calendar-picker-indicator {
  opacity: 0;
}

@media (max-width: 1400px) {
  .member__card .col {
    max-height: 15rem;
    overflow-y: auto;
  }
}

@media (max-width: 1200px) {
  .booking__wrapper .right__container {
    max-width: 320px;
  }
  .booking__wrapper .left__container {
    max-width: calc(100% - 320px);
  }
}

@media (max-width: 992px) {
  .booking__wrapper .right__container {
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  .booking__wrapper .left__container {
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}

@media (max-width: 768px) {
  .card .fs-13 {
    font-size: 12px;
  }
  .back__prev {
    left: 0%;
  }
}

@media (max-width: 576px) {
  .booking__wrapper .nav-pills {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .booking__wrapper .nav-pills .nav-link {
    max-width: 33.33%;
  }
}
/*# sourceMappingURL=subpage.css.map */