@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:wght@300;400;500;600;700&display=swap');

:root {
  --font: 'Noto Sans', sans-serif;
  --primary-color: #9F1126;
  --secondary-color: #F3ECE5;
  --input-color: #fff;
  --button-color: #D8C3AC;
}

/*--- Reset Css ---*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a, a:focus, a:hover {
  text-decoration: none;
  outline: none;
  transition: all 0.3s;
}

input:focus {
  outline: none;
  box-shadow: none;
}

body,
html {
  height: 100%;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  font-family: var(--font);
  font-size: 1.6rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding: 0;
}
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0; 
}
.hv-icon {
      font-family: "fontello";
      font-style: normal;
      font-weight: normal;
      speak: never;
      display: inline-block;
      text-decoration: inherit;
      text-align: center;
      font-variant: normal;
      text-transform: none;
      line-height: 1em;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
}

[class^="icon-"]:before, [class*=" icon-"]:before {
  margin: 0;
}

@media (min-width: 1400px) {
  .container {
    max-width: 1320px;
  }
}
::-webkit-scrollbar {
  width: 0.5rem;
  height: 0.5rem;
}

::-webkit-scrollbar-track {
  background: transparent;
}

::-webkit-scrollbar-thumb {
  background-color: rgba(18, 25, 35, 0.1);
  outline: none;
}

header {
  padding: 2rem;
}

header .header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

header .contact-info {
  display: flex;
  font-size: 2rem;
  gap: 1.5rem;
}

.banner { position: relative; }
.banner h1 { position: absolute; width: 100%; left: 0; top: 245px; color: #9f1127; font-weight: 500; text-align: center; font-size: 2.6rem; background-color: rgba(255,255,255,1); padding: 18px 0px; }
.banner img { border-radius: 1.5rem; }

header .header .logo { }
header .header .logo a { display: inline-block; }
header .header .logo a img { display: inline-block; width: 250px; height: auto; }

.title {
  font-size: 2.6rem;
  font-weight: 600;
  color: #4b4b4b;
  margin-bottom: 3.5rem;
}

.sub-text {
  font-size: 2rem;
  color: #848484;
  font-weight: 300;
  line-height: 2.4rem;
}

.form-wrapper {
  position: relative;
  width: 880px;
  padding: 2.5rem 3.5rem;
  margin: -15rem auto 0 auto;
  background: var(--secondary-color);
  border-radius: 1.5rem;
}

.form-wrapper .wizard { }    

/* .form-wrapper label.error { display: none !important; } */
.form-wrapper label#terms_and_conditions-error.error { display: inline-block !important; color: #9f1127; }

.form-output { color: #9f1127; font-size: 19px; margin-bottom: 15px; display: none; width: 100%; clear: both; }

    .form-wrapper .wizard .form-loader { position: absolute; left: 0; top: 0; text-align: center; background-color: rgba(255, 255, 255, 0.84); width: 100%; height: 100%; border-radius: 1.5rem; z-index: 11; display: none; }    
    .form-wrapper .wizard .form-loader i { margin-top: 10%; font-size: 32px; color: #9f1127; }    
  .form-wrapper .number {
    height: 5rem;
    width: 5rem;
    line-height: 5rem;
    font-size: 2.6rem;
    left: -1rem;
  }

.form-wrapper .number {
  background: #FFF;
  height: 6rem;
  width: 6rem;
  color: var(--primary-color);
  text-align: center;
  line-height: 6rem;
  font-size: 3.6rem;
  border-radius: 5rem;
  position: absolute;
  top: -3rem;
  left: -3rem;
}
.form-wrapper .form-content {
  display: flex;
  justify-content: space-between;
  margin-bottom: 2rem;
}
.form-wrapper .form-content .form-title {
  flex: 0 0 50%;
}
.form-wrapper .form-content h2 {
  font-size: 2.8rem; font-weight: 500; color: #4b4b4b; margin-bottom: 1rem;
  line-height: 3.5rem;
}
.form-wrapper .form-content p {
  font-size: 1.8rem;
  color: #4b4b4b;
}
.form-wrapper .form-content .price small {
  font-size: 1.6rem; color: #4b4b4b;
}
.form-wrapper .form-content .price small span {
color: #0da416;
font-size: 1.5rem;
}
.form-wrapper .form-content .price strong {
  font-size: 3.6rem;
  color: var(--primary-color);
  font-weight: 500;
}
.form-wrapper .form-content .price {
  font-size: 3.6rem;
  color: #4b4b4b;
}
.form-wrapper .form-content .price del {
  font-size: 2.4rem;
  color: #4b4b4b;
}
.form-wrapper form p {
  font-size: 1.8rem;
  line-height: 2.4rem;
  margin: 2rem 0;
  font-weight: 300;
  color: rgba(0, 0, 0, 0.5);
}
.form-wrapper form p strong {
  font-weight: 500; color: #4b4b4b;
}
.form-wrapper form .main-form {
  display: flex;
  justify-content: space-between;
}
.form-wrapper form .main-form .inputs {
  display: flex;
  justify-content: space-between;
  gap: 1.5rem;
}
.form-wrapper form .form-control {
  font-size: 1.6rem;
  border-radius: 6px;
  padding: 1rem 1rem;
  height: auto;
  line-height: unset;
  background: var(--input-color);
  border: solid 1px #D5C1A9;    
}



.form-wrapper form .form-control:focus {
  box-shadow: none;
}
.form-wrapper form .form-group {
  margin-bottom: 1.5rem;
}

.error-message {
  font-size: 1.3rem;
  margin-top: 0px;
	margin-bottom: 1rem;
  display: inline-block;
  color: #9F1126;
	    position: relative;
    top: -5px;
}

.form-wrapper form .form-group a { color: #4b4b4b; text-decoration: underline; }

.form-wrapper form .form-group #terms_and_conditions { 
  cursor: pointer;
    accent-color: #9F1126;
    margin-bottom: 6px;
    margin-top: 6px;
    width: 20px;
    height: 15px;
}

.form-wrapper form .btn-primary {
  background: var(--primary-color);
  padding: 1rem 2rem;
  border: none;
  box-shadow: none;
  font-size: 1.6rem;
  color: #FFF;
  border-radius: 6px;
  width: 18rem;
  transition: all .3s ease;
}
.form-wrapper form .btn-primary i {
  color: #FFF;
}
.form-wrapper form .btn-primary:hover {
  background: #4b4b4b;
  color: #FFF;
  transition: all .3s ease;
}
.form-wrapper form .btn-primary:hover i {
  color: #FFF;
}
.form-wrapper form .prev-step {
  font-size: 1.8rem;
  padding: 1rem .5rem 1rem 0rem;
  color: var(--primary-color);
  border-radius: 6px;
  background: var(--button-color);
  opacity: 0.6;
}
.form-wrapper form .prev-step:hover {
  opacity: 1;
}
.form-wrapper form .setp2 .inputs {
  flex-direction: column;
  gap: 1.5rem;
}
.form-wrapper form .setp2 .inputs .form-control {
  max-width: none;
}

.select-dropdown {
  position: relative;
  border-radius: 1rem;
}

.select-dropdown select {
  border: solid 1px #D5C1A9;
  padding: 1rem 1rem;
  background: #fff;
  font-size: 1.6rem;
	border-radius: 6px;
	color: #4b4b4b;
  width: 100%;
}

.w-18 {
  width: 18rem;
}

.select-dropdown select.error { border: 1px solid #CA0D0D !important; }
.form-wrapper form .form-control.error { border: 1px solid #CA0D0D !important; }

.select-dropdown select.valid { border: 1px solid #368600 !important; }
.form-wrapper form .form-control.valid { border: 1px solid #368600 !important; }


.step3from h4 { color: #4b4b4b; font-size: 18px; margin-bottom: 20px; line-height: 24px; font-weight: 400; }
.step3from h4 span { font-weight: 700; color: #9f1127; }
.step3from .form-control { max-width: 100% !important; }
.step3from .btn-primary { width: auto !important; }

.bv_mainselect {
  padding: 0;
}

.bv_ul_inner li {
  font-size: 1.6rem;
}

.bv_ul_inner {
  border: solid 1px #D5C1A9;
  margin-top: 2px;
  z-index: 2;
}

.fhv-s4 { }
.fhv-s4 h4 { font-size: 2.6rem; color: #4b4b4b; }
.fhv-s4 p { margin: 1rem 0; }
.fhv-s4 a { background: var(--primary-color); color: #fff; padding: 1rem 2rem; margin-top: 10px; display: inline-block; border-radius: 6px; font-size: 1.8rem; line-height: 1.8; }

.arrow {
  color: var(--primary-color);
  border-width: 0 2px 2px 0;
}

.post-booking {
  padding-top: 8rem;
}
.post-booking h5 {
  color: rgba(128, 128, 128, 0.8);
  font-size: 2.2rem;
  font-weight: 500;
  margin-top: -5rem;
}
.post-booking h5 span.count { color: #9f1127; }
.post-booking .steps-wrapper {
  position: relative;
  display: flex;
  justify-content: space-between;
  padding-left: 2rem;
  opacity: .6;
}
.post-booking .steps-wrapper::before {
  content: "";
  width: 1px;
  height: 13rem;
  background: #808080;
  position: absolute;
  top: -8rem;
  left: 2rem;
}
.post-booking .steps-wrapper .steps {
  flex: 0 0 25%;
  text-align: center;
  position: relative;
  z-index: 1;
}
.post-booking .steps-wrapper .steps::after {
  content: "";
  width: 50%;
  height: 1px;
  z-index: -1;
  background: #808080;
  position: absolute;
  top: 5rem;
  right: 0rem;
}
.post-booking .steps-wrapper .steps::before {
  content: "";
  width: 50%;
  height: 1px;
  z-index: -1;
  background: #808080;
  position: absolute;
  top: 5rem;
  left: 0rem;
}
.post-booking .steps-wrapper .steps:last-child::after {
  content: "";
  width: 0;
}
.post-booking .steps-wrapper .steps .step-number {
  width: 10rem;
  height: 10rem;
  text-align: center;
  line-height: 10rem;
  border-radius: 5rem;
  font-size: 3.6rem;
  background: #F3ECE5;
  color: var(--primary-color);
  margin: 0 auto;
}
.post-booking .steps-wrapper .steps p {
  margin-top: 1.4rem;
  font-size: 1.8rem;
  line-height: 2.4rem;
  color: #404040;
}

.slider-wrapper {
  background: var(--secondary-color);
  display: flex;
  padding: 5rem 5rem 5rem 5rem;
  border-radius: 1.5rem;
  max-height: 46rem;
}
.slider-wrapper .main-slider {
  margin: 0 3rem 0 0;
  position: relative;
  flex: 0 0 80rem;
}
.slider-wrapper .main-slider .slider {
  position: relative;
  width: 100%;
}
.slider-wrapper .main-slider .items {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-bottom: 56.25%;
}
.slider-wrapper .main-slider .item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.6s ease-in-out;
}
.slider-wrapper .main-slider .item.current {
  opacity: 1;
}
.slider-wrapper .main-slider .item img {
  width: 100%;
  height: 100%; border-radius: 1.5rem 1.5rem;  -o-object-fit: cover;  object-fit: cover; 
}
.slider-wrapper .slider-content {
  padding: 0;
}
.slider-wrapper .slider-content li {
  margin-bottom: 1.5rem;
}
.slider-wrapper .slider-content li h6 {
  font-size: 1.6rem;
  color: #4b4b4b; font-weight: 500;
  margin-bottom: 1rem;
}
.slider-wrapper .slider-content li p {
  color: #808080;
  line-height: 1.8rem;
    font-weight: 300;
  font-size: 1.5rem;
}

.py-80 {
  padding: 8rem 0 4rem;
}

.box p {
  font-size: 2rem;
  color: var(--primary-color);
  font-weight: 500;
  margin-top: 2rem;
  line-height: 2.6rem;
}

.bg-gredient {
  position: relative;
}
.bg-gredient::before {
  content: "";
  width: 100%;
  border-radius: 1rem;
  background: rgb(255, 255, 255);
  background: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgb(243, 236, 229) 100%);
  min-height: 15rem;
  position: absolute;
  top: 26rem;
}

.content h5 {
  font-size: 2.4rem;
  color: #000;
  padding: 2rem 0;
}
.content h6 {
  font-size: 2rem;
  color: #000;
  padding: 2rem 0;
}
.content p {
  color: #BFBFBF;
  font-size: 2rem;
  font-weight: 400;
  line-height: 2.4rem;
}

.why-us {
  opacity: 0.4;
}

.why-us h6 { font-size: 1.6rem; }
.why-us img { max-width: 70px; }

.payment {
  background: rgb(255, 255, 255);
  background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgb(243, 236, 229) 100%);
}
.payment h4 {
  font-size: 3.8rem;
  color: #808080;
  font-weight: 600;
  line-height: 6rem;
}
.payment .random-word {
  display: inline-block;
  text-transform: uppercase;
  /* color: var(--primary-color); */
  color: #c75462;
  width: auto;
  font-size: 3.6rem;
  font-weight: 600;
  animation: slidedown 4s infinite;
  -webkit-animation: slidedown 4s infinite;
  -moz-animation: slidedown 4s infinite;
}
@keyframes slidedown {
  0% {
    opacity: 50;
  }
  5% {
    opacity: 0;
    transform: translateY(0.5em);
  }
  7% {
    transform: translateY(-1em);
  }
  10% {
    opacity: 0;
  }
  20% {
    transform: translateY(0);
    opacity: 100;
  }
}

.qa {
  text-align: center;
  margin-bottom: 3.5rem;
}
.qa h6 {
  font-size: 1.8rem;
  color: #4b4b4b;
  margin-bottom: 1.4rem;
  font-weight: 600;
}
.qa p {
  color: #848484;
  font-size: 1.6rem;
  line-height: 2.4rem;
}

.white-popup { position: relative; background: #FFF; padding: 20px; width: auto; max-width: 500px; margin: 20px auto; border-radius: 6px; }
.white-popup h3 { color: #4b4b4b; font-weight: 600; font-size: 1.9rem; margin-bottom: 25px; }
.white-popup h4 { color: #4b4b4b; font-weight: 600; font-size: 1.6rem; margin-bottom: 10px; }
.white-popup p { color: #4b4b4b; font-weight: 400; font-size: 1.4rem; margin-bottom: 15px; line-height: 2rem; }
.white-popup p a { text-decoration: underline; }

.hv-footer { width: 100%; background-color: #4b4b4b; padding: 15px 0; color: #fff; font-weight: 300; font-size: 15px; text-align: center; }
.hv-footer a { color: #fff; text-decoration: underline; margin-left: 20px; }

.swiper-container {
  position: relative;
  width: 90vw;
  height: 300px;
}

.swiper-container > .swiper-slide__content {
  position: absolute;
  top: 0;
}

.swiper-slide {
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 200ms linear;
  transform: scale(0.8);
  border-radius: 1rem;
  overflow: hidden;
  position: relative;
}
.swiper-slide.swiper-slide-active {
  transform: scale(1);
  background: transparent;
}
.swiper-slide .client-info {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #FFF;
  font-size: 1.6rem;
  padding: 2rem;
}
.swiper-slide .client-info span {
  font-size: 1.4rem;
  display: block;
  margin-top: 0.5rem;
}
.swiper-slides::before {
  content: "";
  background: rgb(255, 255, 255);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
}

.swiper-slide__content {
  height: 300px;
}

.preview-wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
}
.preview-wrapper .box {
  flex: 0 0 20%;
  padding: 0 2rem;
}

.md-calendar-booking .mbsc-calendar-text {
  text-align: center;
}

.md-calendar-booking .booking-datetime .mbsc-datepicker-tab-calendar {
  flex: 1 1 0;
  min-width: 300px;
}

.md-calendar-booking .mbsc-timegrid-item {
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}

.md-calendar-booking .mbsc-timegrid-container {
  top: 30px;
}

.address-info {
  margin-top: 12px;
	display: flex;
	flex-direction: column;
}

.address-info label.error {
	order: 2;
}

.address-info .select2-container {
	order: 1;
	width: 100% !important;
}

.select2-container .select2-selection--single {
	height: 47px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 47px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
	top: 11px;
}
.address-info label {
  font-size: 15px;
  color: rgba(0, 0, 0, 0.5);
}

.address-info strong {
  display: block;
  margin: 12px 0 15px !important;
}

.ui-datepicker {
  width: 21em !important;
}

.ui-datepicker th {
  padding: 0.9em 0.3em;
}

.ui-datepicker td span, .ui-datepicker td a {
  padding: 0.9em !important;
}

.form-wrapper form .form-group a {
  font-family: var(--font) !important;
  text-decoration: none !important;
  font-weight: 600;
  text-align: center;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
  text-decoration: none !important;
  background: #9f1126 !important;
  border-color: #9f1126 !important;
  color: #FFF !important;
}

.ui-widget-header {
  border: 1px solid #9f1126;
  background: #9f1126;
  color: #FFF;
  font-weight: bold;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
  border-radius: 6px !important;
}

.fromtitle {
	    font-size: 1.8rem;
    font-weight: 600;
    margin-bottom: 1.5rem;
}

.form-label { margin-bottom: 15px; }

#get_current_location {
	position: absolute;
    right: 23px;
    top: 6px;
    width: 40px;
	z-index: 1;
}

#get_current_location svg path {
	fill: #4B4B4B;
}

#get_current_location:hover svg path {
	fill: #9f1126;
}

#get_current_location:hover, #get_current_location:focus, #get_current_location:active {
	box-shadow: none;
	outline: none;
}


.ui-checkbox {
  --primary-color: #9F1126;
  --secondary-color: #fff;
  --primary-hover-color: #9F1126;
  /* checkbox */
  --checkbox-diameter: 20px;
  --checkbox-border-radius: 5px;
  --checkbox-border-color: #d9d9d9;
  --checkbox-border-width: 1px;
  --checkbox-border-style: solid;
  /* checkmark */
  --checkmark-size: 1.2;
}

.ui-checkbox, 
.ui-checkbox *, 
.ui-checkbox *::before, 
.ui-checkbox *::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.ui-checkbox {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: var(--checkbox-diameter);
  height: var(--checkbox-diameter);
  border-radius: var(--checkbox-border-radius);
  background: var(--secondary-color);
  border: var(--checkbox-border-width) var(--checkbox-border-style) var(--checkbox-border-color);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
	margin-right: 1rem;
  position: relative;
}

.ui-checkbox::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-box-shadow: 0 0 0 calc(var(--checkbox-diameter) / 2.5) var(--primary-color);
  box-shadow: 0 0 0 calc(var(--checkbox-diameter) / 2.5) var(--primary-color);
  border-radius: inherit;
  opacity: 0;
  -webkit-transition: all 0.5s cubic-bezier(0.12, 0.4, 0.29, 1.46);
  -o-transition: all 0.5s cubic-bezier(0.12, 0.4, 0.29, 1.46);
  transition: all 0.5s cubic-bezier(0.12, 0.4, 0.29, 1.46);
}

.ui-checkbox::before {
  top: 41%;
  left: 50%;
  content: "";
  position: absolute;
  width: 4px;
  height: 7px;
  border-right: 2px solid var(--secondary-color);
  border-bottom: 2px solid var(--secondary-color);
  -webkit-transform: translate(-50%, -50%) rotate(45deg) scale(0);
  -ms-transform: translate(-50%, -50%) rotate(45deg) scale(0);
  transform: translate(-50%, -50%) rotate(45deg) scale(0);
  opacity: 0;
  -webkit-transition: all 0.1s cubic-bezier(0.71, -0.46, 0.88, 0.6),opacity 0.1s;
  -o-transition: all 0.1s cubic-bezier(0.71, -0.46, 0.88, 0.6),opacity 0.1s;
  transition: all 0.1s cubic-bezier(0.71, -0.46, 0.88, 0.6),opacity 0.1s;
}

/* actions */

.ui-checkbox:hover {
  border-color: var(--primary-color);
}

.ui-checkbox:checked {
  background: var(--primary-color);
  border-color: transparent;
}

.ui-checkbox:checked::before {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%) rotate(45deg) scale(var(--checkmark-size));
  -ms-transform: translate(-50%, -50%) rotate(45deg) scale(var(--checkmark-size));
  transform: translate(-50%, -50%) rotate(45deg) scale(var(--checkmark-size));
  -webkit-transition: all 0.2s cubic-bezier(0.12, 0.4, 0.29, 1.46) 0.1s;
  -o-transition: all 0.2s cubic-bezier(0.12, 0.4, 0.29, 1.46) 0.1s;
  transition: all 0.2s cubic-bezier(0.12, 0.4, 0.29, 1.46) 0.1s;
}

.ui-checkbox:active:not(:checked)::after {
  -webkit-transition: none;
  -o-transition: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  transition: none;
  opacity: 1;
}

.contact-info a {
  display: flex;
  align-items: center;
  gap: .5rem;
  font-size: 1.6rem;
  font-weight: 500;
  color: #FFF;
  text-transform: uppercase;
  padding: 1rem 1.5rem;
  border-radius: 0.8rem;
}

.contact-info a i {
  font-size: 2.2rem;
}

.contact-info a:first-child {
  background: #0077B5;
}

.contact-info a:last-child {
  background: #075E54;
}

/* EXIT POPUPS */
.exi-popup { padding: 0; width: auto; border-radius: 0px; max-width: 660px; background-color: #f6f1ed; min-height: 325px; perspective: 1000px; }
.exi-popup.flip-card { background-color: transparent; width: 660px; height: 325px; border: 0px solid #f1f1f1; perspective: 1000px; /* Remove this if you don't want the 3D effect */ }
.exi-popup.flip-card .flip-card-inner { position: relative; width: 100%; height: 100%; text-align: center; transition: transform 0.8s; transform-style: preserve-3d; box-shadow: 0 0 14px 0 rgba(15,17,17,.5); }
.exi-popup.flip-card.flipped .flip-card-inner { transform: rotateX(180deg); }
.exi-popup.flip-card .flip-card-front, .exi-popup.flip-card .flip-card-back { position: absolute; width: 100%; height: 100%; -webkit-backface-visibility: hidden; backface-visibility: hidden; }
.exi-popup.flip-card .flip-card-front { background-color: #f6f1ed; color: #4b4b4b; }

.exi-popup.flip-card .flip-card-front .fcf-half { display: inline-block; width: 49.5%; float: left; text-align: center; }
.exi-popup.flip-card .flip-card-front .fcf-half.fcf-h1 img { padding: 20px; width: 250px; }
.exi-popup.flip-card .flip-card-front .fcf-half.fcf-h2 img { width: 50px; display: inline-block; padding: 0px !important; margin-right: 10px; }
.exi-popup.flip-card .flip-card-front .fcf-half .fcf-timer { font-weight: 600; font-size: 26px; margin: 20px auto 20px auto; width: 160px; text-align: center; display: block; }
.exi-popup.flip-card .flip-card-front .fcf-half .fcf-timer span { background-color: #9f1127; color: #fff; border-radius: 3px; padding: 4px; box-shadow: 0 0 14px 0 rgba(15,17,17,.5); margin: 0 6px; width: 48px; display: inline-block; letter-spacing: 1px; text-align: center; }
.exi-popup.flip-card .flip-card-front .fcf-half p.fcf-header { font-weight: 600; font-size: 20px; margin-top: 10px; display: inline-block; width: 100%; margin-bottom: 10px; }
.exi-popup.flip-card .flip-card-front .fcf-half p.fcf-footer { font-size: 18px; color: #4b4b4b; font-weight: 400; margin-bottom: 20px; }
.exi-popup.flip-card .flip-card-front .fcf-half p.fcf-footer strong { color: #9f1127; padding: 0 6px 0 15px; border-radius: 6px; display: flex; align-items: center; margin-bottom: 6px; text-transform: uppercase; font-size: 15px; font-weight: 500; }
.exi-popup.flip-card .flip-card-front a.button_flip { text-decoration: none; color: #FFF; background-color: #075e54; font-weight: 500; display: flex; gap: 10px; align-items: center; justify-content: center; margin: 15px; border-radius: 3px; padding: 10px 15px; font-size: 15px; }
.exi-popup.flip-card .flip-card-front a.button_flip:hover { background-color: #056d61; color: #FFF; }
.exi-popup.flip-card .flip-card-front a.button_flip .hv-icon { font-size: 25px; }

/*-----------------------*/
@media screen and (min-width: 1024px) and (max-width: 1366px) {
  body {
    padding: 0;
  }
  .post-booking h5 {
    text-align: center;
  }
  .post-booking .steps-wrapper {
    flex-wrap: wrap;
    padding-left: 3rem;
  }
  .post-booking .steps-wrapper::before {
    top: -8rem;
    left: 6rem;
    height: 12rem;
  }
  .post-booking .steps-wrapper .steps {
    flex: 0 0 25%;
    margin-bottom: 3rem;
  }
  .post-booking .steps-wrapper .steps .step-number {
    width: 8rem;
    height: 8rem;
    line-height: 8rem;
  }
  .post-booking .steps-wrapper .steps::after {
    top: 4rem;
  }
  .post-booking .steps-wrapper .steps::before {
    top: 4rem;
  }
  .post-booking .steps-wrapper .steps:first-child::before {
    left: 3rem;
  }
  .slider-wrapper {
    padding: 2.5rem;
    display: block;
    max-height: none;
  }
  .slider-wrapper .main-slider {
    margin: 0 0 2rem 0;
  }
  .box {
    margin-bottom: 3rem;
  }
  .bg-gredient::before {
    display: none;
  }
  .swiper-slide img {
    width: 100% !important;
  }
}
@media only screen and (max-width: 1023px) {
  html {
    font-size: 58%;
  }
  body {
    padding: 0;
  }
  .form-wrapper {

  }
    
  .form-wrapper .form-content {
    flex-direction: column;
    align-items: flex-start;
  }
  .form-wrapper .form-content .price {
    margin-top: 1.5rem;
  }
  .form-wrapper form .main-form {
    display: block;
  }
  .form-wrapper form .form-control {
    max-width: none;
  }
  .form-wrapper form .btn-primary {
    width: auto;
  }
  .post-booking h5 {
    text-align: center;
  }
  .post-booking .steps-wrapper {
    flex-wrap: wrap;
    padding: 0;
  }
  .post-booking .steps-wrapper::before {
    top: -8rem;
    left: 3rem;
  }
  .post-booking .steps-wrapper .steps {
    flex: 0 0 25%;
    margin-bottom: 3rem;
  }
  .post-booking .steps-wrapper .steps .step-number {
    width: 8rem;
    height: 8rem;
    line-height: 8rem;
  }
  .post-booking .steps-wrapper .steps p {
    font-size: 1.6rem;
    line-height: 2.2rem;
  }
  .post-booking .steps-wrapper .steps:first-child::before {
    left: 3rem;
  }
  .slider-wrapper {
    padding: 2.5rem;
    display: block;
    max-height: none;
  }
  .slider-wrapper .main-slider {
    margin: 0 0 2rem 0;
  }
  .box {
    margin-bottom: 3rem;
  }
  .bg-gredient::before {
    top: 28rem;
  }
  .swiper-slide img {
    width: 100% !important;
  }
  .preview-wrapper .box {
    flex: 0 0 25%;
    padding: 0 0.5rem;
  }
  .preview-wrapper .box img {
    width: 50%;
  }
  .preview-wrapper .box p {
    font-size: 1.8rem;
  }
  .why-us .content img {
    width: 40%;
  }
  .why-us .content h5 {
    font-size: 2rem;
  }
  .content h5 {
    font-size: 2rem;
  }
  .payment h4 {
    line-height: 4rem;
    font-size: 3rem;
    margin-bottom: 2rem;
  }
  .select-dropdown {
    width: 22rem;
  }
  .ui-datepicker {
    width: 100% !important;
  }
}

@media only screen and (max-width: 767px) {
  html {
    font-size: 58%;
  }
  body {
    padding: 0;
  }
  .py-80 {
    padding: 4rem 0px 1rem;
  }
  header .header {
    display: block;
  }
  header .header .logo {
    text-align: center;
    margin-bottom: 2rem;
  }
  header .header .contact-info {
    justify-content: center;
  }
  .form-wrapper {
    margin: -40px auto 0 auto;
    width: 90%;
    padding: 2.5rem;
  }
  .form-wrapper .number {
    height: 5rem;
    width: 5rem;
    line-height: 5rem;
    font-size: 2.6rem;
    left: -1rem;
  }
  .form-wrapper .form-content {
    flex-direction: column;
    align-items: flex-start;
  }
  .form-wrapper .form-content .price {
    margin-top: 1.5rem;
  }
  .form-wrapper form .main-form {
    display: block;
  }
  .form-wrapper form .main-form .inputs {
    display: block;
  }
  .form-wrapper form .form-control {
    max-width: none;
  }
  .form-wrapper form .btn-primary {
    width: auto;
  }
  .select-dropdown {
    width: auto;
    margin-bottom: 15px;
  }
  .post-booking h5 {
    text-align: center;
  }
  .post-booking .steps-wrapper {
    flex-wrap: wrap;
    padding: 0;
  }
  .post-booking .steps-wrapper::before {
    top: -8rem;
    left: 3rem;
  }
  .post-booking .steps-wrapper .steps {
    flex: 0 0 50%;
    margin-bottom: 3rem;
  }
  .post-booking .steps-wrapper .steps:first-child::before {
    left: 3rem;
  }
  .slider-wrapper {
    padding: 2.5rem;
    display: block;
    max-height: none;
  }
  .slider-wrapper .main-slider {
    margin: 0 0 2rem 0;
  }
  .box {
    margin-bottom: 3rem;
  }
  .box img {
    width: 100%;
  }
  .bg-gredient::before {
    top: 24rem;
  }
  .payment h4 {
    text-align: center;
    line-height: 4rem;
    font-size: 3rem;
    margin-bottom: 2rem;
  }
  .swiper-slide img {
    width: 100% !important;
  }
  .preview-wrapper .box {
    flex: 0 0 50%;
    padding: 0 2rem;
  }
  .preview-wrapper .box img {
    width: 40%;
  }
  .preview-wrapper .box p {
    font-size: 1.8rem;
  }
  .why-us .content img {
    width: 40%;
  }
  .why-us .content h6 {
    font-size: 1.8rem;
  }
  .why-us .content h5 {
    font-size: 2rem;
  }
  .content h5 {
    font-size: 2rem;
  }
  header { padding: 2rem 0; }
}

@media (max-width:1399.98px) { 
    .banner h1 { top: 214px; font-size: 2.4rem; padding: 15px 0px; }
    .form-wrapper { margin: -12rem auto 0 auto; }
    .post-booking h5 { font-size: 1.9rem; margin-top: -6rem; }
    .slider-wrapper { max-height: unset; padding-bottom: 2rem; }
    .slider-wrapper .main-slider { flex: 0 0 75rem; }
}

@media (max-width:1199.98px) { 
    .banner h1 { top: 184px; font-size: 2.2rem; padding: 13px 0px; }
    .form-wrapper { width: 810px; margin: -10rem auto 0 auto; }
    .form-wrapper .number { display: none; }
    .form-wrapper .form-content .form-title {  }
    .form-wrapper .form-content h2 { font-size: 2.6rem; }
    .form-wrapper .form-content .price strong { font-size: 3.2rem; }
    .post-booking .steps-wrapper::before { display: none; }
    .post-booking .steps-wrapper .steps:first-child::before { display: none; }
    .post-booking h5 span.count { color: #9f1127; background-color: #F3ECE5; width: 8rem; height: 8rem; display: inline-block; border-radius: 50px; clear: both; line-height: 8rem; font-size: 3.6rem; }
    .post-booking h5 span.text { margin-top: 1.4rem; margin-bottom: 1.4rem; font-size: 1.8rem; line-height: 2.4rem; color: #404040; display: block; }
}


@media (max-width:991.98px) {
    .banner h1 { font-size: 2.0rem; top: 122px; }
    .form-wrapper { margin: -75px auto 0 auto; width: 80%; }
    .form-wrapper .form-content h2 { font-size: 2.4rem; margin-bottom: 1.2rem; }
    .form-wrapper .form-content p { font-size: 1.7rem; }
    .form-wrapper .form-content .price { margin-bottom: 10px; }
    .form-wrapper .form-content .price strong { font-size: 2.8rem; }
    #step1 .btn-primary { margin-left: 0px; }
    .title { font-size: 2.4rem; }
    .sub-text { font-size: 2rem; }
    .payment h4 { font-size: 2.6rem; }
    .payment .random-word { font-size: 2.6rem; }
    
}

@media (max-width:767.98px) {
    .banner h1 { top: 85px;  padding: 9px 0; }
    .form-wrapper { margin: -55px auto 0 auto; width: 82%; }
    .form-wrapper form p { display: none; }
    .form-wrapper form .main-form { margin-top: 1.5rem; }
    .step3from h4 { font-size: 16px; line-height: 22px; }
    .fhv-s4 h4 { font-size: 2.2rem; margin-bottom: 10px; }
    .fhv-s4 a { font-size: 1.6rem; padding: 0.8rem 1.6rem; }
    
    .post-booking .steps-wrapper .steps:nth-child(2):after { background-color: transparent; font-family: "fontello"; content: '\e80d'; color: #9f1127; top: 4rem; font-size: 17px; }
    .post-booking .steps-wrapper .steps:nth-child(3):before { background-color: transparent; font-family: "fontello"; content: '\e80d'; color: #9f1127; top: 4rem; font-size: 17px; }
    .title { font-size: 2.2rem; }
    .sub-text { font-size: 1.8rem; }
    .why-us .content h6 { font-size: 1.8rem; }
    .payment h4 { font-size: 2.4rem; }
    .payment .random-word { font-size: 2.4rem; }
    .button-order { order: 2;}
    .ui-datepicker { width: 100% !important; }
    .img-hide-block { display: none; }

    .exi-popup.flip-card { width: 100%; height: auto;  }
    .exi-popup.flip-card .flip-card-front, .exi-popup.flip-card .flip-card-back { position: static; }
    .exi-popup.flip-card .flip-card-back p.exi-back-intro { font-size: 20px; margin-bottom: 0; }
    .exi-popup.flip-card .flip-card-back { background-size: 200px; }
    .exi-popup.flip-card .flip-card-front a.button_flip { font-size: 16px; line-height: 1.4; }
    .exi-popup.flip-card .flip-card-front .fcf-half.fcf-h1, .exi-popup.flip-card .flip-card-front .fcf-half.fcf-h2 { width: 100%; }
    .exi-popup.flip-card .flip-card-front .fcf-half img { padding: 5px 20px 0; max-width: 300px; }
    .exi-popup.flip-card .flip-card-front .fcf-half .fcf-timer { margin: 5px auto 0px auto; font-size: 24px; }
    .exi-popup.flip-card .flip-card-front .fcf-half .fcf-timer span { border-radius: 3px; padding: 2px; }
    .exi-popup.flip-card .flip-card-front .fcf-half p.fcf-footer { margin-bottom: 15px; }
    .exi-popup.flip-card .flip-card-front .fcf-half p.fcf-header { font-size: 20px; margin-top: 4.5rem; }
}

@media (max-width:575.98px) {
    .banner h1 { top: 95px; }
    .form-wrapper { margin: -40px auto 0 auto; width: 84%; }
    .hv-footer a { margin-top: 20px; margin-left: 0; display: block; }
    .banner img { border-radius: 1.2rem; }
    .form-wrapper .form-content h2 { font-size: 2.2rem; }
    .img-hide-block { display: none; }
    .title { font-size: 2.0rem; }
    .sub-text { font-size: 1.6rem; }
    .why-us .content h6 { font-size: 1.6rem; }
    .payment h4 { font-size: 2.2rem; }
    .payment .random-word { font-size: 2.2rem; }
    .form-wrapper .form-content .price small span { font-size: 12px; }
    .ui-datepicker td span, .ui-datepicker td a { padding: 1em 0.5em !important; }

    .exi-popup.flip-card { width: 100%; height: auto;  }
    .exi-popup.flip-card .flip-card-front, .exi-popup.flip-card .flip-card-back { position: static; }
    .exi-popup.flip-card .flip-card-back p.exi-back-intro { font-size: 20px; margin-bottom: 0; }
    .exi-popup.flip-card .flip-card-back { background-size: 200px; }
    .exi-popup.flip-card .flip-card-front a.button_flip { font-size: 16px; line-height: 1.4; }
    .exi-popup.flip-card .flip-card-front .fcf-half.fcf-h1, .exi-popup.flip-card .flip-card-front .fcf-half.fcf-h2 { width: 100%; }
    .exi-popup.flip-card .flip-card-front .fcf-half img { padding: 5px 20px 0; max-width: 300px; }
    .exi-popup.flip-card .flip-card-front .fcf-half .fcf-timer { margin: 5px auto 0px auto; font-size: 24px; }
    .exi-popup.flip-card .flip-card-front .fcf-half .fcf-timer span { border-radius: 3px; padding: 2px; }
    .exi-popup.flip-card .flip-card-front .fcf-half p.fcf-footer { margin-bottom: 15px; }
    .exi-popup.flip-card .flip-card-front .fcf-half p.fcf-header { font-size: 20px; margin-top: 4.5rem; }
    .exi-popup.flip-card .flip-card-front .fcf-half p.fcf-footer strong { justify-content: center; font-size: 14px; }
}

@media (max-width:475.98px) {
    .banner h1 { top: 75px; font-size: 1.8rem; }
    .form-wrapper { margin: -15px auto 0 auto; }
    .form-wrapper .form-content p { display: none; }
    .form-wrapper .form-content h2 { font-size: 2rem; margin-bottom: 1rem; }
    .form-wrapper .form-content .price strong { font-size: 2.6rem; }
    .fhv-s4 h4 { font-size: 2.0rem; }
    .post-booking .steps-wrapper .steps:before { top: 4rem; }
    .post-booking .steps-wrapper .steps:after { top: 4rem; }
    .post-booking .steps-wrapper .steps:nth-child(2):after { top: 3rem; }
    .post-booking .steps-wrapper .steps:nth-child(3):before { top: 3rem; }
    .title { font-size: 1.8rem; }
    .why-us .content h6 { font-size: 1.8rem; }
    .payment h4 { font-size: 2.0rem; }
    .payment .random-word { font-size: 2.0rem; }
    .form-wrapper .form-content .price small span { font-size: 12px; }
    .ui-datepicker td span, .ui-datepicker td a { padding: .8em 0.5em !important; }
    .exi-popup.flip-card .flip-card-front a.button_flip { font-size: 14px; line-height: 1.4; }

    .exi-popup.flip-card .flip-card-front .fcf-half p.fcf-footer strong { justify-content: center; font-size: 14px; }
}

@media (max-width:390.98px) {
    .form-wrapper .form-content h2 { font-size: 2rem; line-height: 3rem; }
    .form-wrapper .form-content .price small { font-size: 1.4rem; }
    .form-wrapper .form-content .price strong { font-size: 2.2rem; }
    .form-wrapper .form-content .price small span { font-size: 12px; }
    .ui-datepicker td span, .ui-datepicker td a { padding: 0.5em !important; }
}

@media (max-width:370.98px) {
.title { font-size: 1.5rem; }   
.sub-text { font-size: 1.3rem; }
.why-us .content h6 { font-size: 1.5rem; }    
.payment h4 { font-size: 1.6rem; }    
.payment .random-word { font-size: 1.6rem; }    
.banner h1 { top: 60px; font-size: 1.4rem; }
.post-booking .steps-wrapper .steps:nth-child(2):after { right: -11px; }
.post-booking .steps-wrapper .steps:nth-child(3):before { left: -11px; }
.form-wrapper .form-content .price small span { font-size: 12px; }
.ui-datepicker td span, .ui-datepicker td a { padding: .6em 0.5em !important; }
}

@media (min-width: 768px) {
  .container, .container-md, .container-sm {
    max-width: 100%;
  }
}

@media (min-width: 576px) {
  .container, .container-sm {
    max-width: 100%;
  }
}

@media (min-width: 1400px) {
  .container {
    max-width: 1320px;
  }
}