﻿@charset "UTF-8";
@tailwind base;
@tailwind components;
@tailwind utilities;
body {
  /*font-family: $font-family;*/
  color: #666666;
  font-weight: 500;
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
}

ul {
  list-style: none;
}

section {
  padding: 0;
}

p {
  line-height: 1.5;
}

.custom-ul {
  padding-left: 1rem;
}
.custom-ul li::before {
  content: "•";
  color: #edae00;
  font-weight: bold;
  font-size: 24px;
  display: inline-block;
  width: 0;
  text-indent: -1rem;
  margin-left: -0.2rem;
  line-height: 1.25;
}

.text-primary {
  color: #124B9C !important;
}

.text-secondary {
  color: #FB9E28 !important;
}

.text-dark-primary {
  color: #14115B !important;
}

.text-dark-blue-sky {
  color: #006699 !important;
}

.bg-dark-primary {
  background-color: #14115B !important;
}

.bg-primary {
  background-color: #124B9C !important;
}

.bg-secondary, .btn {
  background-color: #FB9E28 !important;
}

.bg-light-primary {
  background-color: rgba(18, 75, 156, 0.1);
}

.bg-white-overlay, .shopping-cart {
  background-color: #FFFFFF !important;
}

.bg-black-overlay {
  background-color: rgba(0, 0, 0, 0.2) !important;
}

.bg-blue_sky {
  background: #58C7F0;
}

.row {
  margin: 0;
}

.rounded, .shopping-cart, .btn {
  border-radius: 8px !important;
  overflow: hidden !important;
}

.form-control {
  border-radius: 4px !important;
}

input[placeholder=Date] {
  position: relative;
}
input[placeholder=Date]:after {
  content: "";
  position: absolute;
  z-index: 10;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.input-group {
  position: relative;
  border: 1px solid #efefef;
  border-radius: 0.5rem;
  height: 40px;
}
.input-group input {
  padding: 0.5rem;
  width: 100%;
  border-radius: 0.5rem;
  overflow: hidden;
  color: #666666;
}
.input-group select {
  height: 100%;
  width: 100%;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  padding: 0.5rem;
  border-radius: 0.5rem;
  overflow: hidden;
  color: #666666;
}
.input-group svg {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 5%;
  pointer-events: none;
  z-index: 10;
}
.input-group svg.rotate-bottom {
  transform: translateY(-50%) rotate(90deg);
}

input[type=radio] {
  position: relative;
  width: 16px;
  height: 16px;
}
input[type=radio]:after {
  content: "";
  height: 18px;
  width: 18px;
  border-radius: 50%;
  background-color: #fff;
  border: 2px solid #707070;
  position: absolute;
  left: 0;
  top: -1px;
  pointer-events: none;
}
input[type=radio]:checked:after {
  background: #FB9E28;
  border-color: #FB9E28;
  background: radial-gradient(circle, #FB9E28 35%, #FFFFFF 35%);
}
input[type=radio] + label {
  font-size: 16px;
}

input[type=checkbox] {
  position: relative;
}
input[type=checkbox]:after {
  content: "";
  height: 18px;
  width: 18px;
  background-color: #231F20;
  border: 1px solid rgba(255, 255, 255, 0.5);
  position: absolute;
  left: -3px;
  top: -3px;
  pointer-events: none;
}
input[type=checkbox]:checked:after {
  background: #FB9E28;
  border-color: #FB9E28;
  content: "✓";
  color: #FFFFFF;
  text-align: center;
  line-height: 16px;
}
input[type=checkbox] + label {
  font-size: 16px;
  cursor: pointer;
}

.rotate-top {
  transform: rotate(-90deg);
}

.rotate-bottom {
  transform: rotate(90deg);
}

.rotate-left {
  transform: rotate(180deg);
}

button:focus {
  outline: none;
  box-shadow: none;
  cursor: pointer;
}

.btn {
  border: 0;
  color: #FFFFFF !important;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1rem 4rem;
  font-size: 20px;
  cursor: pointer;
}
.btn.bg-transparent {
  background: transparent !important;
}
.btn:focus {
  outline: none;
  box-shadow: none;
  cursor: pointer;
}
@media only screen and (max-width: 991px) {
  .btn {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .btn {
    padding: 0.6rem 1.5rem;
    font-size: 17px;
  }
}
@media only screen and (max-width: 425px) {
  .btn {
    font-size: 16px;
    /*svg {
        display: none;
    }*/
  }
}
@media only screen and (max-width: 320px) {
  .btn {
    font-size: 13px;
  }
}

select.custom-select {
  background: #fff !important;
}

.responsive-w-25 {
  width: 25% !important;
}
@media only screen and (max-width: 575px) {
  .responsive-w-25 {
    width: 50% !important;
  }
}

.font-13 {
  font-size: 13px;
}

@media only screen and (min-width: 426px) and (max-width: 991px) {
  .pb-large {
    padding-bottom: 15rem !important;
  }
}
@media only screen and (max-width: 575px) {
  .h2,
  h2 {
    font-size: 1.75rem;
  }
  .h3,
  h3 {
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 425px) {
  .pb-large {
    padding-bottom: 12rem !important;
  }
  input[type=checkbox] + label {
    font-size: 14px;
  }
}
@font-face {
  font-family: VanDijk;
  src: url("/assets/fonts/van-dijk/Van_Dijk_ICG.ttf");
  src: url("/assets/fonts/van-dijk/VanDijckMTStd-Italic.otf");
  src: url("/assets/fonts/van-dijk/VanDijk.otf");
  src: url("/assets/fonts/van-dijk/VanDijkICG-Bold.otf");
  src: url("/assets/fonts/van-dijk/VanDijkICG.otf");
  src: url("/assets/fonts/van-dijk/VanDijkStd-Bold.otf");
  src: url("/assets/fonts/van-dijk/VanDijkStd.otf");
}
header {
  width: 100%;
  right: 0;
  left: 0;
  position: absolute;
  z-index: 2;
  /*Desktop Header*/
  /*Tablet Header*/
  /*Mobile Header*/
}
header .navbar-nav li > a {
  padding: 0 7px;
  font-size: 16px;
  font-family: "Lato", sans-serif;
}
header li.divider {
  font-size: 27px;
  color: rgba(255, 255, 255, 0.75);
}
header a.uk-logo {
  transform: translate(-15px, 17px);
}
header .mr-auto, header .ml-auto {
  z-index: 1;
}
header .navbar-nav .nav-link {
  font-size: 18px;
  line-height: 24px;
  color: #ffffff;
  font-weight: normal;
}
header .navbar-nav .nav-link.dropdown-toggle::after {
  margin-left: 0;
}
header .dropdown-toggle::after {
  vertical-align: 0.15em;
}
header ul.social-ul.navbar-nav li {
  height: 20px;
  margin: 10px;
}
header ul.social-ul.navbar-nav li img {
  transition: all 0.3s ease-in-out;
}
header ul.social-ul.navbar-nav li img:hover {
  filter: invert(48%) sepia(37%) saturate(1691%) hue-rotate(341deg) brightness(110%) contrast(91%);
}
header .dropdown-divider {
  margin: 0 auto;
  width: 85%;
}
@media (min-width: 992px) {
  header .navbar-expand-lg li.nav-item {
    margin: 10px 0px 0;
    transition: all 0.3s ease-in-out;
    font-size: 16px;
  }
  header .navbar-expand-lg li.nav-item a.nav-link {
    border-bottom: 0 solid transparent;
    padding: 0rem 0.6rem;
    font-size: 16px;
    color: white !important;
    position: relative;
  }
  header .navbar-expand-lg li.nav-item a.nav-link:hover {
    color: #FFF200 !important;
  }
  header .navbar-expand-lg li.nav-item a.nav-link:not(.dropdown-toggle)::after {
    border-bottom: 3px solid #FFF200;
    content: "";
    width: 0px;
    height: 20px;
    position: absolute;
    left: 7px;
    bottom: -15px;
    transition: all 0.3s ease-in-out;
  }
  header .navbar-expand-lg li.nav-item a.nav-link:focus:not(.dropdown-toggle)::after {
    width: 90%;
    display: block;
  }
  header .navbar-expand-lg li.nav-item a.nav-link:focus + .dropdown-menu {
    display: block;
    opacity: 0.8;
  }
  header .navbar-expand-lg li.nav-item.uk-active a.nav-link::after {
    width: 90%;
    display: block;
  }
  header .navbar-expand-lg li.nav-item .active > .nav-link,
  header .navbar-expand-lg li.nav-item .nav-link.active,
  header .navbar-expand-lg li.nav-item .nav-link.show,
  header .navbar-expand-lg li.nav-item .show > .nav-link {
    color: white;
  }
  header .navbar-expand-lg li.nav-item .dropdown-menu {
    overflow: hidden;
    opacity: 0;
    transition: all 0.3s ease-in-out;
    margin-top: 0.2rem;
    border-radius: 0.6rem;
    border-radius: 5px;
    opacity: 1;
    background: black;
    padding: 15px 15px;
  }
  header .navbar-expand-lg li.nav-item .dropdown-menu a.dropdown-item {
    color: #dcbb6a;
    transition: all 0.3s ease-in-out;
    font-size: 14px;
    letter-spacing: 2px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
  header .navbar-expand-lg li.nav-item .dropdown-menu a.dropdown-item:focus, header .navbar-expand-lg li.nav-item .dropdown-menu a.dropdown-item:hover, header .navbar-expand-lg li.nav-item .dropdown-menu a.dropdown-item:active {
    color: #fff200;
    background-color: transparent;
  }
  header .navbar-expand-lg li.nav-item .dropdown-menu li:last-child a.dropdown-item {
    border: none;
  }
  header .navbar-expand-lg li.nav-item .dropdown-menu:hover {
    display: block;
    opacity: 1;
  }
  header .navbar-expand-lg li.nav-item .dropdown-menu:hover + a.nav-link {
    color: rgba(0, 0, 0, 0.7) !important;
    transition: all 0.3s ease-in-out;
  }
  header .navbar-expand-lg li.nav-item .dropdown-menu.show {
    transform: translateX(-50px);
  }
  header .navbar-expand-lg li.nav-item.dropdown {
    border-image: none;
  }
  header .navbar-expand-lg li.nav-item .dropdown-menu.uk-navbar-dropdown {
    transform: translateX(-50px);
  }
  header .navbar-expand-lg li.nav-item a.nav-link.dropdown-toggle:hover {
    transition: all 0.5s ease-in-out;
  }
  header .navbar-expand-lg li.nav-item a.nav-link.dropdown-toggle:hover + .dropdown-menu.uk-navbar-dropdown {
    display: block;
  }
  header .navbar-expand-lg li.nav-item .dropdown-menu.uk-navbar-dropdown {
    margin-top: 0;
    padding-top: 0.2rem;
  }
  header .navbar-expand-lg li.nav-item .dropdown-menu.uk-navbar-dropdown ul.uk-nav {
    padding-top: 10px;
  }
  header .navbar-expand-lg li.nav-item .dropdown-menu.uk-navbar-dropdown:hover {
    display: block;
  }
  header .navbar-brand img.logo {
    width: 211px;
    height: 68px;
    z-index: 1;
    position: relative;
    top: 0px;
    object-fit: cover;
    object-position: center;
  }
  header .navbar-brand:after {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    top: -10px;
    width: 667.6px;
    margin: auto;
    height: 151px;
    z-index: 0;
    background-size: auto;
    background-repeat: no-repeat;
    background-image: url(/images/backgrounds/logo.svg);
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  header .navbar-expand-lg li.nav-item a.nav-link {
    padding-right: 0px;
    padding-left: 0px;
    margin: 0 5px;
    font-size: 15.5px;
  }
}
@media (max-width: 991px) {
  header a.navbar-brand {
    max-width: 70%;
    float: left;
    margin-top: 1rem;
  }
  header span.navbar-toggler-icon {
    width: 45px;
    height: 35px;
    padding: 3px 0 0;
    text-align: center;
  }
  header span.navbar-toggler-icon i {
    font-size: 30px;
  }
  header .navbar-toggler {
    border: 2px solid #231F20;
    background: #fff;
    border-radius: 0.3rem;
    padding: 2px 6px;
    float: right;
    margin-top: 10px;
  }
}

@media (max-width: 991px) {
  .mobile-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .mm-menu {
    z-index: 99 !important;
    max-width: 70vw;
  }
  .mm-menu a, .mm-menu a:link {
    color: #fff !important;
  }
  .mm-panel_opened > a {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  .mm-listitem {
    padding-left: 20px;
    width: 100%;
    clear: both;
    font-weight: 400;
    font-size: 1rem;
  }
  .mm-panel, .mm-panels {
    background: #171515;
  }
  a.mm-prev.mm-btn {
    margin: 15px;
  }
  .mm-panel_has-navbar a.dropdown-item {
    border-color: inherit;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    padding: 12px 0;
  }
  .mm-panel_has-navbar a.dropdown-item:first-of-type {
    margin-top: 35px;
  }
  .dropdown-item:focus, .dropdown-item:hover {
    background-color: rgba(248, 158, 84, 0.753);
  }
  .mm-listitem {
    color: #ffffff;
  }
  .mm-listitem:hover {
    background: #231F20;
  }
  .mm-listitem .dropdown-toggle::after {
    content: none;
  }
  .mm-navbar {
    background: #231F20;
    color: #fff;
    font-size: 1.2rem;
    height: 65px;
  }
  .mm-navbar a.mm-navbar__title span {
    font-size: 0;
  }
  .mm-navbar a.mm-navbar__title:after {
    content: "";
    filter: brightness(10);
    width: 160px;
    height: 100%;
    background: url(/images/logo.png) no-repeat;
    text-align: center;
    background-size: contain;
    background-position: center;
    display: block;
    position: absolute;
    left: calc((100% - 160px) / 2);
  }
  .mm-navbars_bottom .mm-navbar {
    background: #231F20;
  }
  .mm-btn:after, .mm-btn:before {
    border-color: #fff;
  }
  .mm-navbar.mm-navbar-content-3 {
    padding-top: 15px;
  }
}
.inner-banner {
  position: relative;
}
.inner-banner .main-title {
  position: absolute;
  inset: 0;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 60px;
  color: #fff;
}
.inner-banner:before {
  content: "";
  width: 100%;
  height: 299px;
  position: absolute;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.inner-banner > div {
  width: 100%;
}
.inner-banner .position-cover {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.5), transparent);
}
.inner-banner img {
  height: 100%;
  width: 100%;
  max-height: 400px;
  object-fit: cover;
}
.inner-banner .overlay {
  top: 0;
}
.inner-banner .breadcrumb > * > * {
  font-size: 1rem;
  color: #ffffff !important;
}
.inner-banner .breadcrumb > :nth-child(n+2):not(.uk-first-column)::before {
  margin: 0 5px;
  color: #fff;
  font-size: 1rem;
}
.inner-banner h3 {
  font-size: 60px;
  margin: 0px auto;
  color: #fff;
}
@media (min-width: 1200px) {
  .inner-banner_content {
    transform: translateY(60px);
  }
}

footer ul a:hover,
footer address a:hover {
  color: #fff200 !important;
}
footer hr:not(.uk-divider-vertical) {
  border-top: 1px solid #fff200;
  width: 45px;
}
footer .uk-icon {
  width: 25px;
  color: #171515;
  margin: 0 5px;
  text-align: center;
  transition: all 0.3s ease-in-out;
  transform: translate(15px, -2px);
}
footer .uk-form-width-medium {
  width: 470px;
  height: 40px;
  background: transparent;
  border-color: rgba(253, 253, 253, 0.2);
  width: 100%;
}
footer .subscribe {
  max-width: 650px;
  margin: auto;
}
footer .subscribe .uk-input:focus {
  background-color: rgba(255, 255, 255, 0.1);
  border-color: rgba(253, 253, 253, 0.2);
  color: #fff;
}
footer .subscribe .uk-form-custom {
  width: calc(100% - 115px);
}
footer .subscribe .button-yellow {
  width: 115px;
  height: 40px;
  min-width: 115px;
  margin-bottom: 0;
  font-size: 14px;
  padding: unset;
  text-transform: capitalize;
  background: yellow;
  border: 1px solid yellow;
}
footer .info {
  margin-bottom: 20px;
}
footer .info p * {
  margin-right: 5px;
  min-width: 200px;
}
footer .uk-navbar-nav a {
  min-height: 27px !important;
  padding: 0 10px;
}
footer address img {
  margin-right: 10px;
}
footer .subscribe + p {
  font-size: 14px;
}
footer .info p {
  letter-spacing: 2px;
}
footer .sub-footer {
  background: #171515;
  padding: 10px 0;
  text-align: center;
  font-size: 14px;
}
footer .sub-footer_logo {
  position: absolute;
  left: 50%;
  transform: translate(-50%, -25px);
}
footer .sub-footer a {
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
footer .sub-footer p {
  margin: 0 0px;
  color: #fff;
}
@media (max-width: 1270px) {
  footer .uk-form-custom {
    width: 60%;
    min-width: 150px;
    margin-top: 5px;
  }
  footer a.button-yellow {
    width: 35%;
    min-width: 120px;
    margin-top: 5px;
    margin-left: 0;
  }
}
@media (max-width: 959px) {
  footer {
    padding-bottom: 210px;
  }
  footer .sub-footer .uk-flex {
    flex-direction: column;
  }
}
@media (min-width: 640px) and (max-width: 959px) {
  footer .main-footer > div > div > div:last-child {
    order: -1;
  }
}

body .z-tabs {
  font-family: "Montserrat", sans-serif !important;
}

.pricelist_wrapper .pointer {
  cursor: pointer;
  transition: cursor 0.3s ease-in-out;
}
.pricelist_wrapper .intro .main-title {
  font-weight: 500;
  color: #124B9C;
  /*@extend .text-primary;*/
}
.pricelist_wrapper .intro .note {
  font-size: 24px;
  margin-top: 0.5rem;
}
@media screen and (max-width: 575px) {
  .pricelist_wrapper .intro .note {
    font-size: 20px;
  }
}
.pricelist_wrapper .intro .dropdown {
  max-width: 270px;
  display: none;
}
.pricelist_wrapper .intro .dropdown button {
  font-size: 15px;
  text-align: center !important;
  padding: 1rem 4rem 1rem 1rem;
  height: 40px;
  background: #124B9C !important;
}
.pricelist_wrapper .card-table thead {
  background-color: #efefef;
  font-weight: 400;
}
.pricelist_wrapper .card-table thead th {
  font-weight: 500;
  padding: 0.5rem 1rem;
}
.pricelist_wrapper .card-table tbody tr {
  border-bottom: 1px solid #ededed;
}
.pricelist_wrapper .card-table tbody tr:not(.sub-total):not(.descount):not(.patment-fees):not(.total) {
  background-color: #fff;
}
.pricelist_wrapper .card-table tbody tr.sub-total, .pricelist_wrapper .card-table tbody tr.descount, .pricelist_wrapper .card-table tbody tr.patment-fees, .pricelist_wrapper .card-table tbody tr.total {
  color: #231F20;
  border-bottom: 0;
  background-color: #efefef;
  font-size: 1.3rem;
  font-weight: 700;
  color: #707070;
}
.pricelist_wrapper .card-table tbody tr.sub-total td, .pricelist_wrapper .card-table tbody tr.descount td, .pricelist_wrapper .card-table tbody tr.patment-fees td, .pricelist_wrapper .card-table tbody tr.total td {
  /*&:nth-of-type(2) {
      border-left: 1px solid #525085;
  }

  &:last-child {
      border-right: 1px solid #525085;
  }*/
}
.pricelist_wrapper .card-table tbody tr.sub-total td:not(:first-child), .pricelist_wrapper .card-table tbody tr.descount td:not(:first-child), .pricelist_wrapper .card-table tbody tr.patment-fees td:not(:first-child), .pricelist_wrapper .card-table tbody tr.total td:not(:first-child) {
  border-bottom: 1px solid #231F20;
}
.pricelist_wrapper .card-table tbody tr.total td:not(:first-child) {
  border-bottom: 0;
}
.pricelist_wrapper .card-table tbody tr td {
  padding: 12px 15px;
}
.pricelist_wrapper .card-table tbody tr td button {
  border: 0;
  background-color: #FFFFFF;
  border-radius: 50%;
  display: flex;
  margin: auto;
  padding: 0;
}
.pricelist_wrapper .card-table tbody tr td button svg {
  fill: red;
}
.pricelist_wrapper .card-table.small-only:nth-child(odd) tr {
  background-color: #efefef;
}
@media screen and (max-width: 425px) {
  .pricelist_wrapper .card-table.small-only .st-key {
    width: 19%;
  }
  .pricelist_wrapper .card-table.small-only .st-val {
    width: auto;
  }
}
.pricelist_wrapper .card-footer {
  background-color: #FB9E28;
  color: #FFFFFF;
  display: flex;
  font-size: large;
  flex-direction: column;
  width: 50%;
  place-self: flex-end;
}
.pricelist_wrapper .card-footer span {
  font-size: x-large;
  margin-left: 0.5rem;
  font-weight: 400;
}
.pricelist_wrapper .card-footer > div {
  border-bottom: 1px solid rgba(255, 255, 255, 0.37);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.pricelist_wrapper .card-footer > div:last-child {
  border-bottom: 0;
}
@media screen and (max-width: 991px) {
  .pricelist_wrapper .card-footer {
    padding-right: 1rem;
    width: 100%;
  }
}
@media screen and (max-width: 375px) {
  .pricelist_wrapper .card-footer {
    padding-right: 1rem;
  }
}
.pricelist_wrapper.step_one .intro .dropdown {
  display: block;
}
.pricelist_wrapper .remove-btn {
  width: 27px;
  height: 27px;
  border: 0;
  background: red;
  border-radius: 50%;
  padding: 0.1rem;
  padding-bottom: 0.125rem;
}
.pricelist_wrapper .vdp-datepicker__calendar header {
  position: relative;
}
.pricelist_wrapper #step3 .card-footer {
  padding-left: 45%;
  padding-right: 18%;
  width: 100%;
}
@media screen and (max-width: 991px) {
  .pricelist_wrapper #step3 .card-footer {
    padding-left: 16px;
  }
}
.pricelist_wrapper #receipt_page .card .card-body .main-logo {
  max-width: 85px;
}
.pricelist_wrapper #receipt_page .table th, .pricelist_wrapper #receipt_page .table td {
  padding: 0.8rem 4rem !important;
  text-align: left;
}
.pricelist_wrapper #receipt_page .table tbody tr td {
  padding-top: 1rem;
}
.pricelist_wrapper #receipt_page .table tbody tr:last-child td {
  border-bottom: 0;
}
.pricelist_wrapper #receipt_page .card-footer {
  width: 100%;
}
.pricelist_wrapper #receipt_page .card-footer > div {
  padding: 0 13% 0 38%;
}
@media (max-width: 767px) {
  .pricelist_wrapper #receipt_page h3 {
    font-size: 1.2rem;
  }
  .pricelist_wrapper #receipt_page .booking-info .row div {
    font-size: 14px;
  }
  .pricelist_wrapper #receipt_page .table th, .pricelist_wrapper #receipt_page .table td {
    padding: 0.5rem 1rem !important;
    font-size: 13px;
    vertical-align: middle;
  }
  .pricelist_wrapper #receipt_page .card-footer span {
    font-size: 20px;
  }
}
@media (max-width: 580px) {
  .pricelist_wrapper #receipt_page .card-footer > div {
    padding: 0 50% 0 0;
  }
}

@media (max-width: 991px) {
  .stacktable.small-only .main-header .st-key, .stacktable.small-only .main-header .st-val {
    display: none !important;
  }
}
.steps-nav {
  list-style: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-around;
  gap: 35px 0;
  margin-bottom: 0;
}
.steps-nav .step-item {
  display: flex;
  align-items: center;
  flex: 0 0 22%;
  max-width: 22%;
  margin: 0 auto;
}
.steps-nav .step-item .step-number {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: inline-flex;
  flex: 0 0 auto;
  justify-content: center;
  align-items: center;
  color: #231F20;
  background-color: rgba(217, 170, 0, 0.32);
  margin-right: 0.75rem;
  font-size: 1.25rem;
  font-weight: bold;
}
.steps-nav .step-item .step-text {
  display: inline-flex;
  flex-basis: 0;
  -webkit-box-flex: 1;
  flex-grow: 1;
  max-width: 100%;
  font-size: 12px;
  color: #666666;
}
.steps-nav .step-item.active {
  opacity: 1;
}
.steps-nav .step-item.active .step-number {
  background-color: #FB9E28;
  color: white;
}
.steps-nav .step-item.success {
  opacity: 1;
}
.steps-nav .step-item.success .step-number {
  background-color: #28a745;
  color: #FFFFFF;
}
@media screen and (max-width: 767px) {
  .steps-nav .step-item {
    flex-direction: column;
    align-self: flex-start;
    flex: 0 0 45%;
    max-width: 45%;
    margin-bottom: 1rem;
  }
  .steps-nav .step-item .step-number {
    margin-right: 0;
    margin-bottom: 1rem;
  }
  .steps-nav .step-item .step-text {
    text-align: center;
  }
}

.with-arrow {
  position: relative;
}
.with-arrow:after {
  top: 0;
  left: 50%;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(136, 183, 213, 0);
  border-top-color: #fff;
  border-width: 15px;
  transform: translateX(-50%);
}

.vdp-datepicker {
  width: 100%;
}
.vdp-datepicker .vdp-datepicker__calendar {
  bottom: 100% !important;
}

.pricelist {
  padding-left: 0;
  margin-bottom: 1.5rem;
}
.pricelist .card {
  background-color: transparent;
  border: none;
}
.pricelist .z-tabs.horizontal > ul.z-tabs-desktop {
  display: flex;
  align-items: stretch;
  max-width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
}
.pricelist .z-tabs.horizontal > ul.z-tabs-desktop > li {
  min-width: 120px;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
}
.pricelist .z-tabs.horizontal > ul.z-tabs-desktop.scrollbar-orange::-webkit-scrollbar {
  height: 7px;
}
.pricelist .z-tabs.horizontal > ul.z-tabs-desktop.scrollbar-orange::-webkit-scrollbar-thumb {
  background-color: #ffc502;
}
.pricelist .z-tabs.horizontal > ul.z-tabs-desktop.scrollbar-orange::-webkit-scrollbar-track {
  background-color: #767676;
  margin: 0 0;
}
.pricelist .nav-pills,
.pricelist .z-tabs-nav {
  display: flex;
  align-items: flex-end;
}
.pricelist .nav-pills .nav-link,
.pricelist .nav-pills .z-tab,
.pricelist .nav-pills li,
.pricelist .z-tabs-nav .nav-link,
.pricelist .z-tabs-nav .z-tab,
.pricelist .z-tabs-nav li {
  color: #FFFFFF;
  background-color: rgba(255, 255, 255, 0.2);
  font-weight: 500;
  border-radius: 0.5rem 0.5rem 0 0;
  margin-right: 0.25rem;
  transition: 0.5s all ease-in-out;
  font-weight: 400 !important;
  font-size: 14px !important;
}
@media screen and (min-width: 768px) {
  .pricelist .nav-pills .nav-link.active, .pricelist .nav-pills .nav-link.z-active, .pricelist .nav-pills .nav-link:hover,
  .pricelist .nav-pills .z-tab.active,
  .pricelist .nav-pills .z-tab.z-active,
  .pricelist .nav-pills .z-tab:hover,
  .pricelist .nav-pills li.active,
  .pricelist .nav-pills li.z-active,
  .pricelist .nav-pills li:hover,
  .pricelist .z-tabs-nav .nav-link.active,
  .pricelist .z-tabs-nav .nav-link.z-active,
  .pricelist .z-tabs-nav .nav-link:hover,
  .pricelist .z-tabs-nav .z-tab.active,
  .pricelist .z-tabs-nav .z-tab.z-active,
  .pricelist .z-tabs-nav .z-tab:hover,
  .pricelist .z-tabs-nav li.active,
  .pricelist .z-tabs-nav li.z-active,
  .pricelist .z-tabs-nav li:hover {
    color: #231F20;
    background-color: #FFFFFF;
    border-radius: 0.5rem 0.5rem 0 0;
    overflow: hidden;
    font-weight: 400;
    /*padding-top: 1rem;*/
    transition: 0.5s all ease-in-out;
  }
}
.pricelist .nav-pills .nav-link a,
.pricelist .nav-pills .z-tab a,
.pricelist .nav-pills li a,
.pricelist .z-tabs-nav .nav-link a,
.pricelist .z-tabs-nav .z-tab a,
.pricelist .z-tabs-nav li a {
  background: none !important;
  border: 0 !important;
  color: inherit !important;
  font-weight: inherit !important;
  box-shadow: none !important;
  text-shadow: none !important;
  font-size: 14px !important;
  padding: 15px;
}
@media screen and (max-width: 767px) {
  .pricelist .nav-pills,
  .pricelist .z-tabs-nav {
    border: 0 !important;
  }
  .pricelist .nav-pills li,
  .pricelist .z-tabs-nav li {
    color: #124B9C;
    background-color: #FFFFFF;
  }
}
.pricelist .z-tabs.mobile > ul.z-tabs-desktop {
  background-color: #FFFFFF;
  border-radius: 5px;
  overflow: hidden;
}
.pricelist .z-tabs.mobile > ul.z-tabs-desktop > li {
  color: #124B9C;
  margin-right: 0;
}
.pricelist .z-tabs.mobile > ul.z-tabs-desktop > li.z-active, .pricelist .z-tabs.mobile > ul.z-tabs-desktop > li:hover {
  background-color: #FB9E28;
  color: #FFFFFF;
  border-radius: 0;
}
.pricelist .tab-content,
.pricelist .z-container {
  background-color: #FFFFFF;
  border-radius: 0.5rem;
  border-top-left-radius: 0;
  border: 0;
}
.pricelist .tab-content .z-content-inner,
.pricelist .z-container .z-content-inner {
  padding: 24px !important;
}
@media screen and (max-width: 425px) {
  .pricelist .tab-content .z-content-inner,
  .pricelist .z-container .z-content-inner {
    padding: 0.5rem !important;
  }
}
.pricelist .tab-content table.stacktable.small-only tr th,
.pricelist .z-container table.stacktable.small-only tr th {
  padding: 1rem;
}
.pricelist .tab-content table.stacktable.small-only:nth-child(odd),
.pricelist .z-container table.stacktable.small-only:nth-child(odd) {
  background-color: #efefef;
}
.pricelist .tab-content table.stacktable.small-only:nth-child(odd) tbody tr:not(:last-child),
.pricelist .z-container table.stacktable.small-only:nth-child(odd) tbody tr:not(:last-child) {
  border-bottom: 1px solid #FFFFFF;
}
.pricelist .tab-content table.stacktable.small-only:nth-child(odd) tbody tr td:not(:last-child),
.pricelist .z-container table.stacktable.small-only:nth-child(odd) tbody tr td:not(:last-child) {
  border-right: 1px solid #FFFFFF;
}
.pricelist .tab-content table .main-header,
.pricelist .z-container table .main-header {
  background-color: #efefef;
  color: #231F20;
}
.pricelist .tab-content table .main-header th,
.pricelist .z-container table .main-header th {
  border-top: 0;
  padding: 1.5rem 0.5rem;
  font-weight: 700;
}
.pricelist .tab-content table .main-header th:first-child,
.pricelist .z-container table .main-header th:first-child {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  font-size: 22px;
}
.pricelist .tab-content table .main-header th:nth-of-type(2),
.pricelist .z-container table .main-header th:nth-of-type(2) {
  padding: 1.5rem 0.4rem;
}
.pricelist .tab-content table .main-header th:last-child,
.pricelist .z-container table .main-header th:last-child {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.pricelist .tab-content table thead td,
.pricelist .tab-content table thead th,
.pricelist .z-container table thead td,
.pricelist .z-container table thead th {
  border-bottom-width: 0;
}
.pricelist .tab-content table thead tr th,
.pricelist .tab-content table tbody tr td,
.pricelist .z-container table thead tr th,
.pricelist .z-container table tbody tr td {
  text-align: center;
  padding: 0.5rem;
}
@media only screen and (min-width: 801px) {
  .pricelist .tab-content table thead tr th,
  .pricelist .tab-content table tbody tr td,
  .pricelist .z-container table thead tr th,
  .pricelist .z-container table tbody tr td {
    width: 13%;
  }
}
.pricelist .tab-content table thead tr th:first-child,
.pricelist .tab-content table tbody tr td:first-child,
.pricelist .z-container table thead tr th:first-child,
.pricelist .z-container table tbody tr td:first-child {
  text-align: left;
}
@media only screen and (min-width: 801px) {
  .pricelist .tab-content table thead tr th:first-child,
  .pricelist .tab-content table tbody tr td:first-child,
  .pricelist .z-container table thead tr th:first-child,
  .pricelist .z-container table tbody tr td:first-child {
    width: 60%;
  }
}
.pricelist .tab-content table thead tr:not(.main-header),
.pricelist .z-container table thead tr:not(.main-header) {
  color: #124B9C;
  background-color: #efefef;
  font-size: 18px;
}
.pricelist .tab-content table thead tr:not(.main-header) th,
.pricelist .z-container table thead tr:not(.main-header) th {
  font-weight: 600;
}
.pricelist .tab-content table thead tr:not(.main-header) th small,
.pricelist .z-container table thead tr:not(.main-header) th small {
  font-weight: 600;
  display: block;
}
.pricelist .tab-content table thead tr th,
.pricelist .z-container table thead tr th {
  text-align: left;
}
.pricelist .tab-content table tbody tr:not(:last-child),
.pricelist .z-container table tbody tr:not(:last-child) {
  border-bottom: 1px solid #efefef;
}
.pricelist .tab-content table tbody tr td:not(:last-child),
.pricelist .z-container table tbody tr td:not(:last-child) {
  border-right: 1px solid #efefef;
}
.pricelist .tab-content table tbody tr td span,
.pricelist .z-container table tbody tr td span {
  display: block;
  font-weight: 600;
}
.pricelist .tab-content table tbody tr td button,
.pricelist .z-container table tbody tr td button {
  border: 0;
  background-color: rgba(217, 170, 0, 0.1);
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  cursor: pointer;
  fill: #F1BD00;
}
.pricelist .tab-content table tbody tr td button.active,
.pricelist .z-container table tbody tr td button.active {
  background-color: #F1BD00;
  fill: white;
}
.pricelist .tab-content table tbody tr td button:focus,
.pricelist .z-container table tbody tr td button:focus {
  outline: none;
  box-shadow: none;
}
@media screen and (max-width: 767px) {
  .pricelist .tab-content,
  .pricelist .z-container {
    margin-top: 0 !important;
    border-top-right-radius: 0;
  }
}
.pricelist .z-tabs.z-icons-dark > ul.z-tabs-mobile > li > a > span.z-arrow {
  background-position: -1345px -3px;
}
@media only screen and (max-width: 991px) {
  .pricelist {
    padding-right: 0;
  }
}

body {
  /*font-family: $font-family;*/
  color: #666666;
  font-weight: 500;
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
}

ul {
  list-style: none;
}

section {
  padding: 0;
}

p {
  line-height: 1.5;
}

.custom-ul {
  padding-left: 1rem;
}
.custom-ul li::before {
  content: "•";
  color: #edae00;
  font-weight: bold;
  font-size: 24px;
  display: inline-block;
  width: 0;
  text-indent: -1rem;
  margin-left: -0.2rem;
  line-height: 1.25;
}

.text-primary {
  color: #124B9C !important;
}

.text-secondary {
  color: #FB9E28 !important;
}

.text-dark-primary {
  color: #14115B !important;
}

.text-dark-blue-sky {
  color: #006699 !important;
}

.bg-dark-primary {
  background-color: #14115B !important;
}

.bg-primary {
  background-color: #124B9C !important;
}

.bg-secondary, .btn {
  background-color: #FB9E28 !important;
}

.bg-light-primary {
  background-color: rgba(18, 75, 156, 0.1);
}

.bg-white-overlay, .shopping-cart {
  background-color: #FFFFFF !important;
}

.bg-black-overlay {
  background-color: rgba(0, 0, 0, 0.2) !important;
}

.bg-blue_sky {
  background: #58C7F0;
}

.row {
  margin: 0;
}

.rounded, .shopping-cart, .btn {
  border-radius: 8px !important;
  overflow: hidden !important;
}

.form-control {
  border-radius: 4px !important;
}

input[placeholder=Date] {
  position: relative;
}
input[placeholder=Date]:after {
  content: "";
  position: absolute;
  z-index: 10;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.input-group {
  position: relative;
  border: 1px solid #efefef;
  border-radius: 0.5rem;
  height: 40px;
}
.input-group input {
  padding: 0.5rem;
  width: 100%;
  border-radius: 0.5rem;
  overflow: hidden;
  color: #666666;
}
.input-group select {
  height: 100%;
  width: 100%;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  padding: 0.5rem;
  border-radius: 0.5rem;
  overflow: hidden;
  color: #666666;
}
.input-group svg {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 5%;
  pointer-events: none;
  z-index: 10;
}
.input-group svg.rotate-bottom {
  transform: translateY(-50%) rotate(90deg);
}

input[type=radio] {
  position: relative;
  width: 16px;
  height: 16px;
}
input[type=radio]:after {
  content: "";
  height: 18px;
  width: 18px;
  border-radius: 50%;
  background-color: #fff;
  border: 2px solid #707070;
  position: absolute;
  left: 0;
  top: -1px;
  pointer-events: none;
}
input[type=radio]:checked:after {
  background: #FB9E28;
  border-color: #FB9E28;
  background: radial-gradient(circle, #FB9E28 35%, #FFFFFF 35%);
}
input[type=radio] + label {
  font-size: 16px;
}

input[type=checkbox] {
  position: relative;
}
input[type=checkbox]:after {
  content: "";
  height: 18px;
  width: 18px;
  background-color: #231F20;
  border: 1px solid rgba(255, 255, 255, 0.5);
  position: absolute;
  left: -3px;
  top: -3px;
  pointer-events: none;
}
input[type=checkbox]:checked:after {
  background: #FB9E28;
  border-color: #FB9E28;
  content: "✓";
  color: #FFFFFF;
  text-align: center;
  line-height: 16px;
}
input[type=checkbox] + label {
  font-size: 16px;
  cursor: pointer;
}

.rotate-top {
  transform: rotate(-90deg);
}

.rotate-bottom {
  transform: rotate(90deg);
}

.rotate-left {
  transform: rotate(180deg);
}

button:focus {
  outline: none;
  box-shadow: none;
  cursor: pointer;
}

.btn {
  border: 0;
  color: #FFFFFF !important;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1rem 4rem;
  font-size: 20px;
  cursor: pointer;
}
.btn.bg-transparent {
  background: transparent !important;
}
.btn:focus {
  outline: none;
  box-shadow: none;
  cursor: pointer;
}
@media only screen and (max-width: 991px) {
  .btn {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .btn {
    padding: 0.6rem 1.5rem;
    font-size: 17px;
  }
}
@media only screen and (max-width: 425px) {
  .btn {
    font-size: 16px;
    /*svg {
        display: none;
    }*/
  }
}
@media only screen and (max-width: 320px) {
  .btn {
    font-size: 13px;
  }
}

select.custom-select {
  background: #fff !important;
}

.responsive-w-25 {
  width: 25% !important;
}
@media only screen and (max-width: 575px) {
  .responsive-w-25 {
    width: 50% !important;
  }
}

.font-13 {
  font-size: 13px;
}

@media only screen and (min-width: 426px) and (max-width: 991px) {
  .pb-large {
    padding-bottom: 15rem !important;
  }
}
@media only screen and (max-width: 575px) {
  .h2,
  h2 {
    font-size: 1.75rem;
  }
  .h3,
  h3 {
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 425px) {
  .pb-large {
    padding-bottom: 12rem !important;
  }
  input[type=checkbox] + label {
    font-size: 14px;
  }
}
.pointer-none {
  pointer-events: none;
}

.cursor-pointer {
  cursor: pointer;
}

.num-block {
  padding: 0;
  border-radius: 5px;
  overflow: hidden;
  border: 1px solid #efefef;
  display: flex;
  background-color: #FFFFFF;
  border: 1px solid #ececec;
}
.num-block span {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  text-align: center;
  width: 30%;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.num-block input {
  background-color: #f8f8f8;
  border: 1px solid #ececec;
  border-radius: 0;
  float: left;
  width: 40%;
  line-height: 34px;
  text-align: center;
}

.shopping-cart {
  padding: 1.5rem 1rem;
}
.shopping-cart.mobile {
  max-height: auto;
}
.shopping-cart .header {
  font-weight: normal;
  font-size: 24px;
  display: flex;
  align-items: center;
  color: #231F20;
  margin-bottom: 1rem;
}
.shopping-cart p {
  margin: 0;
  font-weight: 400;
}
.shopping-cart .cart-item {
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(35, 31, 32, 0.2);
  padding-bottom: 0.5rem;
  margin-bottom: 0.5rem;
}
.shopping-cart .cart-item .price {
  color: #231F20;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.shopping-cart .cart-item .price p {
  font-size: 18px;
  font-weight: 400;
  color: #231F20;
}
.shopping-cart .cart-item .price button {
  border: 0;
  background: transparent;
  margin-left: 0.25rem;
  cursor: pointer;
}
.shopping-cart .cart-item .price button:focus {
  outline: none;
  box-shadow: none;
}
.shopping-cart .total-price {
  display: flex;
  justify-content: space-between;
  margin: 0;
  text-transform: uppercase;
}
.shopping-cart .total-price p {
  font-size: 24px;
  color: #231F20;
}

@media only screen and (max-width: 991px) {
  .shopping-cart .header,
  .shopping-cart p,
  .shopping-cart .price,
  .shopping-cart .price p,
  .shopping-cart .total-price p {
    color: #FFFFFF !important;
  }
  .shopping-cart .cart-item {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
  .shopping-cart .price button {
    color: #FFFFFF !important;
  }
}
@media only screen and (max-width: 991px) {
  .shopping-cart-mobile {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 100000;
    background-image: url(/css/booking/img/mobile-cart.svg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100%;
    width: 100%;
    padding: 1.5rem;
    padding-top: 6rem;
  }
  .shopping-cart-mobile .open-cart,
  .shopping-cart-mobile .open-cart-input {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    margin-top: -5rem;
    width: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .shopping-cart-mobile .open-cart svg,
  .shopping-cart-mobile .open-cart-input svg {
    width: 70%;
    height: 70%;
    transition: all 0.5s ease-out;
  }
  .shopping-cart-mobile .open-cart-input {
    opacity: 0;
  }
  .shopping-cart-mobile .open-cart-input:checked ~ .shopping-cart.mobile {
    padding: 1.5rem 1rem !important;
    max-height: 30vh !important;
    transition: all 0.5s ease-in;
    overflow: auto !important;
    margin-bottom: 20px !important;
  }
  .shopping-cart-mobile .open-cart-input:checked ~ .open-cart svg {
    transform: rotate(90deg);
    transition: all 0.5s ease-in;
  }
  .shopping-cart-mobile .open-cart-input:checked ~ .shopping-cart:after {
    background: linear-gradient(180deg, transparent 25%, #333333 25%);
    transition: all 0.5s ease-in;
  }
  .shopping-cart-mobile .shopping-cart,
  .shopping-cart-mobile button {
    max-width: 720px;
    margin: auto;
  }
  .shopping-cart-mobile .shopping-cart {
    background: transparent !important;
  }
  .shopping-cart-mobile .shopping-cart:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background: #333333;
    background: linear-gradient(180deg, transparent 55%, #333333 55%);
    transition: all 0.5s ease-in;
  }
  .shopping-cart-mobile .shopping-cart.mobile {
    margin: 0 auto !important;
    padding: 0;
    max-height: 0;
    transition: all 0.5s ease-out;
  }
  .shopping-cart-mobile .btns-block {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: auto;
  }
  .shopping-cart-mobile .btns-block > .btn {
    display: inline-flex;
    width: auto;
    padding: 0.6rem 1.5rem;
    font-size: 17px;
    margin: auto;
  }
}
@media only screen and (max-width: 767px) {
  .shopping-cart-mobile .open-cart,
  .shopping-cart-mobile .open-cart-input {
    width: 30px;
  }
}
@media only screen and (max-width: 575px) {
  .shopping-cart-mobile {
    padding-top: 4rem;
  }
  .shopping-cart-mobile .btns-block .btn:first-child {
    margin-bottom: 10px;
  }
  .shopping-cart-mobile .open-cart,
  .shopping-cart-mobile .open-cart-input {
    width: 20px;
    transform: translateX(-53.5%);
    margin-top: -3.5rem;
  }
  .open-cart-input:checked ~ .shopping-cart:after {
    background: linear-gradient(180deg, transparent 10%, #333333 10%) !important;
    transition: all 0.5s ease-in;
  }
}
@media (max-width: 480px) {
  .shopping-cart-mobile > .btn {
    width: 100%;
  }
  .shopping-cart-mobile > .btn.bg-transparent {
    margin-top: 10px;
  }
}
@media only screen and (max-width: 425px) {
  .shopping-cart-mobile {
    padding-top: 3rem;
  }
  .shopping-cart-mobile .open-cart,
  .shopping-cart-mobile .open-cart-input {
    margin-top: -2.5rem;
  }
}
.vdp-datepicker__calendar .cell.day-header {
  margin-top: 10px;
}
.vdp-datepicker__calendar span.month:nth-of-type(1), .vdp-datepicker__calendar span.month:nth-of-type(2), .vdp-datepicker__calendar span.month:nth-of-type(3),
.vdp-datepicker__calendar span.year:nth-of-type(1), .vdp-datepicker__calendar span.year:nth-of-type(2), .vdp-datepicker__calendar span.year:nth-of-type(3) {
  margin-top: 10px;
}

@media not print {
  @media (max-width: 767px) {
    #return-to-top {
      right: 15px;
    }
    .pricelist_wrapper .responsive-table thead {
      display: none;
    }
    .pricelist_wrapper .responsive-table tbody tr {
      border: 0;
    }
    .pricelist_wrapper .responsive-table tbody tr td {
      position: relative;
      display: flex;
      align-items: center;
      font-size: 14px;
      text-align: left;
      line-height: 1.4;
      padding-top: 0.7rem;
      border-bottom: 1px solid #ededed;
    }
    .pricelist_wrapper .responsive-table tbody tr td:before {
      content: attr(data-name);
      width: 35%;
      margin-right: 25px;
      font-weight: 500;
      font-size: 13px;
      display: block;
    }
    .pricelist_wrapper .responsive-table tbody tr td select {
      padding-right: 35px;
    }
    .pricelist_wrapper .responsive-table tbody tr td button {
      margin: 0;
    }
    .pricelist_wrapper .responsive-table tbody tr:last-child td {
      padding: 0.7rem 1rem 0.5rem;
    }
    .pricelist_wrapper .responsive-table tbody tr.sub-total, .pricelist_wrapper .responsive-table tbody tr.descount, .pricelist_wrapper .responsive-table tbody tr.patment-fees, .pricelist_wrapper .responsive-table tbody tr.total {
      background: #E9E9E9;
      color: #707070;
    }
    .pricelist_wrapper .responsive-table tbody tr.sub-total td, .pricelist_wrapper .responsive-table tbody tr.descount td, .pricelist_wrapper .responsive-table tbody tr.patment-fees td, .pricelist_wrapper .responsive-table tbody tr.total td {
      border-left: 0 !important;
      border-color: #ededed !important;
    }
    .pricelist_wrapper .responsive-table tbody tr:not(.sub-total):not(.descount):not(.patment-fees):not(.total) {
      border-bottom: 1px solid #E9E9E9;
    }
    .pricelist_wrapper .responsive-table tbody tr:not(.sub-total):not(.descount):not(.patment-fees):not(.total) td:last-child {
      border-bottom: 0;
    }
    .pricelist_wrapper #step3 .responsive-table tbody tr.sub-total td:first-child, .pricelist_wrapper #step3 .responsive-table tbody tr.sub-total td:last-child, .pricelist_wrapper #step3 .responsive-table tbody tr.sub-total td:before, .pricelist_wrapper #step3 .responsive-table tbody tr.descount td:first-child, .pricelist_wrapper #step3 .responsive-table tbody tr.descount td:last-child, .pricelist_wrapper #step3 .responsive-table tbody tr.descount td:before, .pricelist_wrapper #step3 .responsive-table tbody tr.patment-fees td:first-child, .pricelist_wrapper #step3 .responsive-table tbody tr.patment-fees td:last-child, .pricelist_wrapper #step3 .responsive-table tbody tr.patment-fees td:before, .pricelist_wrapper #step3 .responsive-table tbody tr.total td:first-child, .pricelist_wrapper #step3 .responsive-table tbody tr.total td:last-child, .pricelist_wrapper #step3 .responsive-table tbody tr.total td:before {
      display: none !important;
    }
    .pricelist_wrapper #step3 .responsive-table tbody tr.sub-total, .pricelist_wrapper #step3 .responsive-table tbody tr.descount, .pricelist_wrapper #step3 .responsive-table tbody tr.patment-fees, .pricelist_wrapper #step3 .responsive-table tbody tr.total, .pricelist_wrapper #step4 .responsive-table tbody tr.sub-total, .pricelist_wrapper #step4 .responsive-table tbody tr.descount, .pricelist_wrapper #step4 .responsive-table tbody tr.patment-fees, .pricelist_wrapper #step4 .responsive-table tbody tr.total, .pricelist_wrapper #receipt_page .responsive-table tbody tr.sub-total, .pricelist_wrapper #receipt_page .responsive-table tbody tr.descount, .pricelist_wrapper #receipt_page .responsive-table tbody tr.patment-fees, .pricelist_wrapper #receipt_page .responsive-table tbody tr.total {
      display: flex;
    }
    .pricelist_wrapper #step3 .responsive-table tbody tr.sub-total td, .pricelist_wrapper #step3 .responsive-table tbody tr.descount td, .pricelist_wrapper #step3 .responsive-table tbody tr.patment-fees td, .pricelist_wrapper #step3 .responsive-table tbody tr.total td, .pricelist_wrapper #step4 .responsive-table tbody tr.sub-total td, .pricelist_wrapper #step4 .responsive-table tbody tr.descount td, .pricelist_wrapper #step4 .responsive-table tbody tr.patment-fees td, .pricelist_wrapper #step4 .responsive-table tbody tr.total td, .pricelist_wrapper #receipt_page .responsive-table tbody tr.sub-total td, .pricelist_wrapper #receipt_page .responsive-table tbody tr.descount td, .pricelist_wrapper #receipt_page .responsive-table tbody tr.patment-fees td, .pricelist_wrapper #receipt_page .responsive-table tbody tr.total td {
      display: inline-flex;
      font-weight: 500;
      font-size: 14px;
    }
    .pricelist_wrapper #step3 .responsive-table tbody tr.sub-total td:first-child, .pricelist_wrapper #step3 .responsive-table tbody tr.sub-total td:before, .pricelist_wrapper #step3 .responsive-table tbody tr.descount td:first-child, .pricelist_wrapper #step3 .responsive-table tbody tr.descount td:before, .pricelist_wrapper #step3 .responsive-table tbody tr.patment-fees td:first-child, .pricelist_wrapper #step3 .responsive-table tbody tr.patment-fees td:before, .pricelist_wrapper #step3 .responsive-table tbody tr.total td:first-child, .pricelist_wrapper #step3 .responsive-table tbody tr.total td:before, .pricelist_wrapper #step4 .responsive-table tbody tr.sub-total td:first-child, .pricelist_wrapper #step4 .responsive-table tbody tr.sub-total td:before, .pricelist_wrapper #step4 .responsive-table tbody tr.descount td:first-child, .pricelist_wrapper #step4 .responsive-table tbody tr.descount td:before, .pricelist_wrapper #step4 .responsive-table tbody tr.patment-fees td:first-child, .pricelist_wrapper #step4 .responsive-table tbody tr.patment-fees td:before, .pricelist_wrapper #step4 .responsive-table tbody tr.total td:first-child, .pricelist_wrapper #step4 .responsive-table tbody tr.total td:before, .pricelist_wrapper #receipt_page .responsive-table tbody tr.sub-total td:first-child, .pricelist_wrapper #receipt_page .responsive-table tbody tr.sub-total td:before, .pricelist_wrapper #receipt_page .responsive-table tbody tr.descount td:first-child, .pricelist_wrapper #receipt_page .responsive-table tbody tr.descount td:before, .pricelist_wrapper #receipt_page .responsive-table tbody tr.patment-fees td:first-child, .pricelist_wrapper #receipt_page .responsive-table tbody tr.patment-fees td:before, .pricelist_wrapper #receipt_page .responsive-table tbody tr.total td:first-child, .pricelist_wrapper #receipt_page .responsive-table tbody tr.total td:before {
      display: none !important;
    }
    .pricelist_wrapper #step3 .responsive-table tbody tr.sub-total td:nth-of-type(2), .pricelist_wrapper #step3 .responsive-table tbody tr.descount td:nth-of-type(2), .pricelist_wrapper #step3 .responsive-table tbody tr.patment-fees td:nth-of-type(2), .pricelist_wrapper #step3 .responsive-table tbody tr.total td:nth-of-type(2), .pricelist_wrapper #step4 .responsive-table tbody tr.sub-total td:nth-of-type(2), .pricelist_wrapper #step4 .responsive-table tbody tr.descount td:nth-of-type(2), .pricelist_wrapper #step4 .responsive-table tbody tr.patment-fees td:nth-of-type(2), .pricelist_wrapper #step4 .responsive-table tbody tr.total td:nth-of-type(2), .pricelist_wrapper #receipt_page .responsive-table tbody tr.sub-total td:nth-of-type(2), .pricelist_wrapper #receipt_page .responsive-table tbody tr.descount td:nth-of-type(2), .pricelist_wrapper #receipt_page .responsive-table tbody tr.patment-fees td:nth-of-type(2), .pricelist_wrapper #receipt_page .responsive-table tbody tr.total td:nth-of-type(2) {
      width: 75%;
    }
    .pricelist_wrapper #step3 .responsive-table tbody tr.sub-total td:nth-of-type(3), .pricelist_wrapper #step3 .responsive-table tbody tr.descount td:nth-of-type(3), .pricelist_wrapper #step3 .responsive-table tbody tr.patment-fees td:nth-of-type(3), .pricelist_wrapper #step3 .responsive-table tbody tr.total td:nth-of-type(3), .pricelist_wrapper #step4 .responsive-table tbody tr.sub-total td:nth-of-type(3), .pricelist_wrapper #step4 .responsive-table tbody tr.descount td:nth-of-type(3), .pricelist_wrapper #step4 .responsive-table tbody tr.patment-fees td:nth-of-type(3), .pricelist_wrapper #step4 .responsive-table tbody tr.total td:nth-of-type(3), .pricelist_wrapper #receipt_page .responsive-table tbody tr.sub-total td:nth-of-type(3), .pricelist_wrapper #receipt_page .responsive-table tbody tr.descount td:nth-of-type(3), .pricelist_wrapper #receipt_page .responsive-table tbody tr.patment-fees td:nth-of-type(3), .pricelist_wrapper #receipt_page .responsive-table tbody tr.total td:nth-of-type(3) {
      width: 25%;
    }
  }
}
.step4body .mfp-iframe-holder .mfp-content {
  max-width: 760px;
  height: 800px;
}
.step4body .mfp-iframe-scaler {
  padding: 0;
}
.step4body .mfp-iframe-scaler .paymob-payment-popup {
  background: transparent;
  box-shadow: none;
}

.button {
  color: #FFFFFF;
  @apply inline-flex min-w-72 items-center justify-center rounded-md px-10 py-2 font-medium shadow-sm transition-all duration-300 ease-in-out md:min-w-80;
}
.button:hover {
  opacity: 0.8;
}

.button-primary {
  background: #124B9C !important;
}

.button-secondary {
  background: #F1BD00 !important;
  color: #231F20 !important;
}
.button-secondary svg {
  fill: #231F20;
}

.button-outline {
  border: 1px solid #FFFFFF;
  color: #FFFFFF;
}

:focus-visible {
  outline: none;
}

.vdp-datepicker__calendar {
  color: #666666 !important;
}
