.booking-wrapper .form-wrapper {
  display: none;
}

.booking-form [type="radio"]:checked,
.booking-form [type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px;
}

.modal{
    z-index: 20 !important;   
}
.modal-backdrop{
    z-index: 10 !important;        
}​

.booking-form [type="radio"]:checked + label,
.booking-form [type="radio"]:not(:checked) + label
{
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: #fff;
}

.booking-form [type="radio"]:checked + label:before,
.booking-form [type="radio"]:not(:checked) + label:before {
  content: '';
  position: absolute;
  left: -6px;
  top: -6px;
  width: 30px;
  height: 30px;
  border: 1px solid #98fefe;
  border-radius: 100%;
  background: transparent;
}

.booking-form [type="radio"]:checked + label:after,
.booking-form [type="radio"]:not(:checked) + label:after {
  content: '';
  width: 18px;
  height: 18px;
  background: #98fefe;
  position: absolute;
  top: 0px;
  left: 0px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.booking-form [type="radio"]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}

.booking-form [type="radio"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.booking-form .choices {
  justify-content: space-between;
  display: flex;
  margin-top: 70px;
}

.booking-form .choices label {
  font-size: 24px;
  color: #fff;
  font-family: Rubik, sans-serif;
}

.bkf-row.choices {
  display: flex;
  justify-content: space-around;
}

.bkf-row.choices a {
  font-size: 30px;
}


[type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label
{
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: #666;
}
[type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  border: 1px solid #ddd;
  border-radius: 100%;
  background: #fff;
}
[type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after {
  content: '';
  width: 12px;
  height: 12px;
  background: #F87DA9;
  position: absolute;
  top: 4px;
  left: 4px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
[type="radio"]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}
[type="radio"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}


input[type="text"].form-control,
input[type="email"].form-control,
input[type="date"].form-control,
textarea.form-control,
select.form-control {
  background-color: transparent;
  color: #98fefe;
  border: 1px solid #98fefe;
  margin-bottom: 20px;
  padding-left: 10px;
  font-size: 16px;
  font-family: Oceanic-Drift-Regular, sans-serif;
}

input[type="text"].form-control.is-invalid,
input[type="email"].form-control.is-invalid,
input[type="date"].form-control.is-invalid,
textarea.form-control.is-invalid,
select.form-control.is-invalid {
  border-color: #dc3545 !important;
  color: #dc3545 !important;
}

input[type="text"].form-control::placeholder,
input[type="email"].form-control::placeholder {
  color: #98fefe;
  font-family: Oceanic-Drift-Regular, sans-serif;
}

input[type="text"].form-control.is-invalid::placeholder,
input[type="email"].form-control.is-invalid::placeholder {
  color: #dc3545 !important;
}

.modal-body {
  padding: 0 !important; 
}

.booking-form #submit {
  background-color: #fff;
  color: #000;
  font-family: Oceanic-Drift-Regular, sans-serif;
  font-size: 16px;
}

.booking-form {
  width: 300%;
  display: flex;
  transition: .35s;
}

.booking-form.in-step-2 {
  margin-left: -100%;
}

.booking-form.in-step-3 {
  margin-left: -200%;
}

.booking-form .step-1,
.booking-form .step-2,
.booking-form .step-3 {
  height: 100%;
  width: 33.333333%;
  padding: 1rem;
}

.booking-form .step-2,
.booking-form .step-3 {
  position: relative;
}

.booking-form .alert {
  position: absolute;
  left: 0;
  bottom: -75px;
  width: 100%;
  text-align: center;
  border-radius: 0;
}


.step-3 .content-wrapper {
  margin-top: 70px;
  text-align: center;
}

.step-3 .content-wrapper p {
  text-align: center;
  color: #fff;
  margin-bottom: 60px;
  font-size: 25px;
  line-height: 1;
}

#payment-locations-wrapper {
  display: flex;
  justify-content: center;
  flex-flow: column;
  align-items: center;
  text-align: center;
  margin-top: 20px;
}

.payment-locations {
  padding: 0;
  margin-top: 20px;
}

.payment-locations li {
  display: inline-block;
}

.payment-locations li:last-child {
  margin-left: 15px;
}

.payment-locations-label {
  margin-bottom: 30px;
  font-size: 26px;
  color: #fff;
}

.btn-primary {
  border-radius: 0 !important;
  border-color: #fff !important;
  background-color: #fff !important;
  color: #000 !important;
}

/*.booking-form .fields-row {
  height: 0;
  visibility: hidden;
  transition: all .3s ease-in-out;
}*/

.booking-form .fields-row.show {
  height: auto;
  visibility: visible;
}

/* Slider */
.slick-dots {
  position: absolute;
  text-align: center;
}

.slick-dots li {
  display: inline-block;
  padding: 0 5px;
}

.slick-dots li button {
  font-size: 0;
  border: none;
  background-color: #98fefe;
  height: 7px;
  width: 48px;
  transition: all .5s ease-in-out;
  opacity: .5;
  outline: none !important;
}

.slick-dots li.slick-active button {
  opacity: 1;
  width: 48px;
}

#bs4navbar .menu-item a {
  position: relative;
}

#bs4navbar .menu-item a:after {
  content: "";
  position: absolute;
  left: 0;
  height: 3px;
  background-color: #000;
  width: 0;
  transition: all .4s ease-in-out;
  bottom: 7px;
}


#bs4navbar .menu-item:hover a:after,
#bs4navbar .menu-item.active a:after {
  width: 100%;
}

#myModal {
  padding-right: 0 !important;
}

#myModal .modal-header {
  position: relative;
  border: none;
  margin-bottom: 100px;
}

#myModal .modal-header .section-header {
  top: initial !important;
  transform: translate(-50%) !important;
  bottom: -80px;
}

#myModal .modal-header h5 {
  font-size: 38px;
}

.modal-header .close {
  font-family: sans-serif;
  color: #98fefe;
  font-size: 30px;
  opacity: 1;
  text-shadow: none;
}

.modal-header .close:hover {
  color: #98fefe;
  opacity: .7;
}

#myModal .modal-dialog {
  max-width: 100%;
  margin: 0;
}

#myModal .modal-content {
  background-color: #2e2e2e;
  padding-bottom: 60px;
}

#payment-methods-wrapper .payment-method-label {
  color: #fff;
}

#payment-methods-wrapper {
  display: flex;
}

.payment-methods li {
  display: inline;
}

.payment-methods li:last-child {
  margin-left: 20px;
}

#service-price {
  text-align: right;
  color: #fff;
}

.price-label {
  font-size: 22px;
}

#price-wrapper {
  font-size: 36px;
}

#sb_instagram .sbi_photo {
  height: 320px !important;
}

#sb_instagram #sbi_images .sbi_item {
  padding: 0 10px !important;
}

.select2-container {
  width: 100% !important;
}

.select2-container--default .select2-selection--single {
  height: 38px;
  border-radius: 0;
  border-color: #98fefe;
  background-color: transparent;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 36px;
  color: #98fefe;
}

.select2-dropdown {
  background-color: #2e2e2e;
  border-radius: 0;
  border-color: #98fefe;
}

.select2-results__option {
  color: #98fefe;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border-color: #98fefe;
  background-color: #2e2e2e;
  border-radius: 0;
  outline: none;
  color: #98fefe;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 36px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #98fefe transparent transparent transparent;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #98fefe transparent;
}

.booking-form .error {
  color: #f19800;
  display: none;
}

input[type="date"].form-control.not-available, 
select.form-control.not-available,
#address.not-available {
  border-color: #f19800 !important;
  color: #f19800 !important;
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' fill='%23f19800' viewBox='-2 -2 7 7'><path stroke='%23f19800' d='M0 0l3 3m0-3L0 3'/><circle r='.5'/><circle cx='3' r='.5'/><circle cy='3' r='.5'/><circle cx='3' cy='3' r='.5'/></svg>");
}

.not-available+.error {
  display: block;
}

.is-invalid+.select2-container--default .select2-selection--single {
  border-color: #dc3545 !important;
  color: #dc3545 !important;
}

.is-invalid+.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #dc3545 !important;
}

.is-invalid+.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #dc3545 transparent transparent transparent;
}

.steps-control {
  text-align: center;
  margin-top: 30px;
  position: relative;
}

.steps-control .control {
  color: #000;
  font-size: 20px;
  border-radius: 100%;
  border: 1px solid #000;
  height: 40px;
  width: 40px;
  line-height: 38px;
  display: inline-block;
  margin-left: 15px;
  margin-right: 15px;
  position: relative;
  text-decoration: none;
}

.steps-control .control::before,
.steps-control .control::after {
  content: '';
  position: absolute;
  width: 17px;
  height: 2px;
  background-color: #000;
  top: 50%;
  transform: translate(-50%);
}

.steps-control .control::before {
  left: -10px
}

.steps-control .control::after {
  right: -26px;
}

.steps-control .control:last-child::after {
  display: none;
}

.steps-control .control:first-child::before {
  display: none;
}

.steps-control .control.current,
.steps-control .control.finished {
  color: #fff;
  border-color: #fff;
}

.steps-control .control.current::after,
.steps-control .control.current::before {
  background-color: #fff;
}

.steps-control .control.finished::after,
.steps-control .control.finished::before {
  background-color: #fff;
}

.slick-arrow {
  color: #00aabd;
  font-size: 70px;
  z-index: 2;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.slick-arrow.arrow-next {
  right: 0;
}

@media(min-width: 992px) {
  #video .slick-arrow.arrow-next {
    right: -10%;
  }

  #gallery .slick-arrow.arrow-prev {
    left: -10%;
  }
}

@media (max-width: 767px) {
  .bkf-row.choices {
    flex-direction: column;
  }

  .bkf-row.choices div:not(:last-child) {
    margin-bottom: 20px;
  }

  .bkf-row.choices div img {
    max-width: 35px;
  }

  .bkf-row.choices a {
    font-size: 25px;
  }

  .slick-dots {
    bottom: -90px !important;
    left: 50% !important;
    width: 100% !important;
    padding: 0 !important;
  }

  .slick-dots li {
    display: inline-block !important;
    padding: 0 5px !important;
  }

  .slick-dots button {
    width: 16px !important;
  }

  #myModal .modal-header h5 {
    font-size: 20px;
  }

}