@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;
}
.hv-icon {
      font-family: "fontello";
      font-style: normal;
      font-weight: normal;
      speak: never;
      display: inline-block;
      text-decoration: inherit;
      width: 1em;
      margin-right: .2em;
      text-align: center;
      font-variant: normal;
      text-transform: none;

      line-height: 1em;

      margin-left: .2em;

      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;

    }
@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: 2rem;
}

.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; }


header .contact-info span { line-height: 32px; }
header .contact-info i {
  font-size: 2.2rem;
}
header .contact-info a {
  color: #4b4b4b;
}

header .contact-info a:hover { color: #9f1127; }

.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: -9rem 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;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 2rem;
}
.form-wrapper .form-content h2 {
  font-size: 2.8rem; font-weight: 500; color: #4b4b4b; margin-bottom: 1rem;
}
.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 strong {
  font-size: 3.6rem;
  color: var(--primary-color);
}
.form-wrapper form p {
  font-size: 1.4rem;
  line-height: 2.2rem;
  margin: 2rem 0;
  font-weight: 300;
  color: #9f1127;
}
.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 {
  max-width: 30rem;
  font-size: 1.8rem;
  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;
}

.form-wrapper form .form-group a { color: #4b4b4b; text-decoration: underline; }

.form-wrapper form .form-group input[type="checkbox"] { cursor: pointer; accent-color: #3e5739; margin-bottom: 6px; margin-top: 6px; }

.form-wrapper form .btn-primary {
  background: var(--button-color);
  padding: 1rem 2rem;
  border: none;
  box-shadow: none;
  font-size: 1.8rem;
  color: rgba(0, 0, 0, 0.5);
  border-radius: 6px;
  width: 18rem;
}
.form-wrapper form .btn-primary i {
  color: var(--primary-color);
}
.form-wrapper form .btn-primary:hover {
  background: var(--primary-color);
  color: #FFF;
}
.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;
  width: 18rem; background-color: #fff;
}
.select-dropdown select {
  border: solid 1px #D5C1A9;
  padding: 1rem 1rem;
  background: #fff;
  font-size: 1.8rem; border-radius: 6px; color: #4b4b4b;
  width: 100%;
}

.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.2rem; color: #4b4b4b; }
.fhv-s4 p { margin: 2.5rem 0 2rem 0 !important; font-size: 1.8rem !important; font-weight: 600 !important; }
.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;
}
.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);
  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; }

.white-popup h3 { color: #4b4b4b; font-weight: 600; font-size: 1.9rem; margin-bottom: 15px; }
.white-popup h4 { color: #111; font-weight: 600; font-size: 1.7rem; margin-bottom: 10px; }
.white-popup p { color: #4b4b4b; font-weight: 400; font-size: 1.4rem; margin-bottom: 15px; }
.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: auto;
}

.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;
}

/*-----------------------*/
@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;
  }
}
@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;
  }
  .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;
  }
}

@media (max-width:1399.98px) { 
    .banner h1 { top: 214px; font-size: 2.4rem; padding: 15px 0px; }
    .form-wrapper { margin: -6rem 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: -5rem 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; }
    #step1 .btn-primary { margin-left: 15px; }
    .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: -40px 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: -32px 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; }
    .form-wrapper form .form-control { font-size: 1.6rem; padding: .8rem .8rem; }
}


@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; }
    #step1 img { max-width: 175px; margin-bottom: 25px; }
    
}

@media (max-width:475.98px) {
    .banner h1 { top: 75px; font-size: 1.8rem; }
    .form-wrapper { margin: -24px auto 0 auto; }
    .form-wrapper .form-content p { display: none; }
    .form-wrapper .form-content h2 { font-size: 1.7rem; 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; }
    #step1 img { max-width: 150px; }
    
}

@media (max-width:390.98px) {
    
    .form-wrapper .form-content h2 { font-size: 1.7rem; }
    
    .form-wrapper .form-content .price small { font-size: 1.4rem; }
    .form-wrapper .form-content .price strong { font-size: 2.2rem; }
    
    
    
}

@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; }
    
}