*,
::after,
::before {
  box-sizing: border-box;
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.mb-2 {
  margin-bottom: 1.5rem;
}

.mt-5 {
  margin-top: 4rem !important;
}

.mv-booking-canvas .col,
.mv-booking-canvas .col-1,
.mv-booking-canvas .col-10,
.mv-booking-canvas .col-11,
.mv-booking-canvas .col-12,
.mv-booking-canvas .col-2,
.mv-booking-canvas .col-3,
.mv-booking-canvas .col-4,
.mv-booking-canvas .col-5,
.mv-booking-canvas .col-6,
.mv-booking-canvas .col-7,
.mv-booking-canvas .col-8,
.mv-booking-canvas .col-9,
.mv-booking-canvas .col-auto,
.mv-booking-canvas .col-lg,
.mv-booking-canvas .col-lg-1,
.mv-booking-canvas .col-lg-10,
.mv-booking-canvas .col-lg-11,
.mv-booking-canvas .col-lg-12,
.mv-booking-canvas .col-lg-2,
.mv-booking-canvas .col-lg-3,
.mv-booking-canvas .col-lg-4,
.mv-booking-canvas .col-lg-5,
.mv-booking-canvas .col-lg-6,
.mv-booking-canvas .col-lg-7,
.mv-booking-canvas .col-lg-8,
.mv-booking-canvas .col-lg-9,
.mv-booking-canvas .col-lg-auto,
.mv-booking-canvas .col-md,
.mv-booking-canvas .col-md-1,
.mv-booking-canvas .col-md-10,
.mv-booking-canvas .col-md-11,
.mv-booking-canvas .col-md-12,
.mv-booking-canvas .col-md-2,
.mv-booking-canvas .col-md-3,
.mv-booking-canvas .col-md-4,
.mv-booking-canvas .col-md-5,
.mv-booking-canvas .col-md-6,
.mv-booking-canvas .col-md-7,
.mv-booking-canvas .col-md-8,
.mv-booking-canvas .col-md-9,
.mv-booking-canvas .col-md-auto,
.mv-booking-canvas .col-sm,
.mv-booking-canvas .col-sm-1,
.mv-booking-canvas .col-sm-10,
.mv-booking-canvas .col-sm-11,
.mv-booking-canvas .col-sm-12,
.mv-booking-canvas .col-sm-2,
.mv-booking-canvas .col-sm-3,
.mv-booking-canvas .col-sm-4,
.mv-booking-canvas .col-sm-5,
.mv-booking-canvas .col-sm-6,
.mv-booking-canvas .col-sm-7,
.mv-booking-canvas .col-sm-8,
.mv-booking-canvas .col-sm-9,
.mv-booking-canvas .col-sm-auto,
.mv-booking-canvas .col-xl,
.mv-booking-canvas .col-xl-1,
.mv-booking-canvas .col-xl-10,
.mv-booking-canvas .col-xl-11,
.mv-booking-canvas .col-xl-12,
.mv-booking-canvas .col-xl-2,
.mv-booking-canvas .col-xl-3,
.mv-booking-canvas .col-xl-4,
.mv-booking-canvas .col-xl-5,
.mv-booking-canvas .col-xl-6,
.mv-booking-canvas .col-xl-7,
.mv-booking-canvas .col-xl-8,
.mv-booking-canvas .col-xl-9,
.mv-booking-canvas .col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

.col-1 {
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-2 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-5 {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.col-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-11 {
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 768px) {
  .mv-booking-canvas .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .mv-booking-canvas .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .mv-booking-canvas .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .mv-booking-canvas .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .mv-booking-canvas .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .mv-booking-canvas .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .mv-booking-canvas .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .mv-booking-canvas .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .mv-booking-canvas .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .mv-booking-canvas .col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .mv-booking-canvas .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .mv-booking-canvas .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .mv-booking-canvas .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

/*

CUSTOMIZED BY MOHAMED SAEED
www.mdsaeed.com
*/
@media (min-width: 992px) {
  .mv-booking-canvas .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .mv-booking-canvas .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .mv-booking-canvas .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .mv-booking-canvas .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .mv-booking-canvas .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .mv-booking-canvas .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .mv-booking-canvas .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .mv-booking-canvas .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .mv-booking-canvas .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .mv-booking-canvas .col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .mv-booking-canvas .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .mv-booking-canvas .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .mv-booking-canvas .col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .col-xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .col-xl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .col-xl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.mv-booking-canvas .container,
.mv-booking-canvas .container-fluid,
.mv-booking-canvas .container-lg,
.mv-booking-canvas .container-md,
.mv-booking-canvas .container-sm,
.mv-booking-canvas .container-xl,
.mv-booking-canvas .container-xxl {
  width: 100%;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  margin-right: auto;
  margin-left: auto;
}

.mv-booking-canvas .container {
  margin: 0 auto;
  padding: 0px 10px;
}

@media only screen and (min-width: 576px) {
  .mv-booking-canvas .container {
    max-width: 540px;
  }
}

@media only screen and (min-width: 768px) {
  .mv-booking-canvas .container {
    max-width: 720px;
  }
}

@media only screen and (min-width: 992px) {
  .mv-booking-canvas .container {
    max-width: 960px;
  }
}

@media only screen and (min-width: 1200px) {
  .mv-booking-canvas .container {
    max-width: 1500px;
    width: 80%;
  }
}

@media screen and (max-width: 662px) {
  .mv-booking-canvas .container {
    margin: 0 auto;
    padding: 0px 20px;
  }
}
@media (min-width: 0px) {
  .mv-booking-canvas .container {
    width: 100%;
  }
}

body {
  font-family: "Inter", sans-serif;
}
.mv-booking-canvas * {
  margin: 0;
  padding: 0;
}
.mv-booking-canvas h1,
.mv-booking-canvas h2,
.mv-booking-canvas h3,
.mv-booking-canvas h4,
.mv-booking-canvas h5,
.mv-booking-canvas h6 {
  margin: 0 !important;
  font-family: "Inter", sans-serif !important;
  line-height: 1.2 !important;
}
.mv-booking-canvas,
.mv-booking-canvas p,
.mv-booking-canvas a,
.mv-booking-canvas li,
.mv-booking-canvas span {
  font-family: "Inter", sans-serif !important;
  line-height: 1.2 !important;
}
li {
  list-style: none;
}
ul {
  list-style: none;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}
.mv-booking-canvas {
  background-color: #fff !important;
  background-image: url(../booking-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  height: 100dvh;
}
html:not(.avada-html-layout-boxed):not(.avada-html-layout-framed) {
  background-color: #fff !important;
}
.mob-bok-hd {
  display: none;
}

.mob-bok-hd ul {
  display: flex;
  align-items: center;
  gap: 14px;
}
.mob-bok-hd .user {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  background-color: #fdf1ea;
  border-radius: 50%;
}
.mob-bok-hd a {
  color: #f0ac7e;
  font-size: 20px;
}
.mv-booking {
  width: 100%;
  max-width: 100%;
}
.mv-booking-topbar {
  background-color: #fbfbfb;
  position: fixed;
  width: 100%;
  z-index: 2;
  top: 0;
}
.mv-booking-container {
  max-width: 775px;
  margin: auto;
  width: 70%;
}
.mv-booking-blk {
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  border-radius: 20px;
}
.book-form-body {
  padding: 28px 45px;
}
.mv-booking-progress {
  border-top: 1px solid #f4f4f4;
  border-bottom: 1px solid #f4f4f4;
}

.mv-booking-progress {
  background: #fbfbfb;
  padding: 8px 0;
}

.stepsProgress {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.step {
  display: flex;
  align-items: center;
  position: relative;
}
.step-number {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #d9d9d9;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 600;
  color: #858484;
}
.step-label {
  margin-left: 10px;
  font-size: 14px;
  font-weight: 500;
  color: #9e9e9e;
}
.step:not(:last-child)::after {
  content: "";
  width: 60px;
  height: 2px;
  background: #dcdcdc;
  margin-left: 20px;
  margin-right: 20px;
}

.step.active .step-number {
  background: #f0ac7e;
  color: #fff;
}

.step.active .step-label {
  color: #858484;
  font-weight: 600;
}
.mv-booking-header {
  padding: 8px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.book-form-head {
  background: #323167;
  background: linear-gradient(
    180deg,
    rgba(50, 49, 103, 1) 0%,
    rgba(24, 23, 71, 1) 100%
  );
  border-radius: 20px 20px 0 0;
  padding-bottom: 20px;
}

.Frm-hd-Content h2 {
  color: #fff;
  text-align: center;
  font-size: 36px;
  font-weight: 800;
}
.Frm-hd-Content p {
  color: #fff;
  font-size: 18px;
  margin-top: 8px;
  text-align: center;
}
.featHead ul {
  display: flex;
  gap: 40px;
  align-items: center;
  justify-content: center;
  margin-top: 18px;
}
.featHead li {
  color: #fff;
  font-size: 14px;
  display: flex;
  gap: 4px;
  align-items: center;
}
/* FORM */
.Frm-hd-Img {
  padding-top: 20px;
}
.Frm-hd-Img img {
  width: 100%;
}
.Frm-hd-Content {
  padding: 12px;
}
.mv-book-form {
  padding-top: 130px;
}
.payCont {
  width: 90%;
}
.featBlk {
  background-color: #fdf1ea;
  text-align: center;
  padding: 28px;
  border-radius: 10px;
}
.mv-booking-canvas .featBlk h3 {
  font-size: 14px !important;
  color: #252354 !important;
  font-weight: 700 !important;
}

.featBlk p {
  font-size: 12px;
  color: #252354;
  font-weight: 400;
}
.featIco {
  background-color: #f7b384;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  text-align: center;
  margin: auto;
  margin-bottom: 12px;
}
.mv-frm-Btn {
  display: flex;

  gap: 12px;
}
.mv-frm-Btn button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  width: 100%;
  background-color: #f7b384;
  padding: 18px 14px;
  border-radius: 10px;
  color: #fff;
  border: none;
  font-size: 16px;
  cursor: pointer;
  margin-top: 30px;
  font-weight: 600;
  transition: all 0.3s;
}
.mv-frm-Btn button:hover {
  background-color: #252354;
}
.book-form-start > div {
  padding: 0 20px;
}

.frm-head-icon {
  background-color: #fdf1ea;
  width: 55px;
  height: 55px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.frm-body-head {
  display: flex;
  gap: 20px;
  margin-bottom: 40px;
  align-items: center;
}

.frm-body-head h2 {
  color: #252354;
  font-size: 22px;
  font-weight: 700;
  margin: 0;
}
.frm-body-head p {
  color: #252354;
  font-size: 14px;
  font-weight: 400;
}
.back-btn img {
  transform: rotate(180deg);
}
.form-step {
  display: none;
}

.form-step.active {
  display: block;
}
.mv-custom-select {
  position: relative;
}

.mv-custom-select select {
  display: none;
}

.mv-select-ui {
  border: 1px solid #d9d9d9;
  padding: 14px;
  border-radius: 8px;
  cursor: pointer;
  background: #fff;
  font-size: 14px;
}

.mv-select-options {
  position: absolute;
  left: 0;
  right: 0;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 8px;
  margin-top: 5px;
  display: none;
  z-index: 999;
  max-height: 200px;
  font-size: 14px;
  overflow: auto;
}

.mv-select-options div {
  padding: 12px;
  cursor: pointer;
}

.mv-select-options div:hover {
  background: #f7f3ec;
}

.mv-custom-select {
  position: relative;
}

.mv-custom-select select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 100%;
  display: none;
}

.mv-custom-select::after {
  content: "\f078";
  font-family: "Font Awesome 7 Free";
  font-weight: 900;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  font-size: 12px;
  color: #777;
}
.time-selector {
  display: flex;
  align-items: center;
  border: 1px solid #d9d9d9;
  padding: 6px 0;
  border-radius: 8px;
  max-width: 650px;
  position: relative;
}

.time-wrapper {
  display: flex;
  gap: 12px;
  overflow-x: auto;
  scroll-behavior: smooth;
  flex: 1;
}

.time-wrapper::-webkit-scrollbar {
  display: none;
}

.time-slot {
  min-width: 80px;
  padding: 4px 14px;
  background: #f4f4f4;
  border-radius: 4px;
  text-align: center;
  cursor: pointer;
  transition: 0.3s ease;
  line-height: 0.4;
}

.time-slot .time {
  font-weight: 700;
  font-size: 14px;
  display: block;
}

.time-slot .ampm {
  font-size: 10px;
  color: #777;
  font-weight: 600;
}

/* Active state */
.time-slot.active {
  background: #2f2d63; /* dark blue */
  color: #fff;
}

.time-slot.active .ampm {
  color: #fff;
}

.time-slot.disabled {
  opacity: 0.4;
  pointer-events: none;
}

/* Arrows */
.nav {
  background: none;
  border: none;
  font-size: 20px;
  cursor: pointer;
  padding: 0 10px;
  color: #777;
}

.mv-book-form .mv-form-input input,
.mv-book-form .mv-form-input select {
  border: 1px solid #d9d9d9;
  padding: 14px;
  border-radius: 8px;
  width: 100%;
  font-family: "Inter", sans-serif;
  transition: all 0.3s;
  font-size: 14px;
}
.mv-form-input {
  margin-bottom: 20px;
}
.mv-booking-canvas input::placeholder,
.mv-booking-canvas textarea::placeholder {
  font-size: 14px;
  font-weight: 500;
  color: #aaa9a9;
}

.mv-form-input input:focus {
  outline: none;
  border-color: #2f2d63;
}
.date-field {
  position: relative;
}

.date-field input[type="date"] {
  width: 100%;
}
.date-field input[type="date"]:focus {
  outline: none;
  border-color: #2f2d63;
}

.date-field input[type="date"]::-webkit-calendar-picker-indicator {
  opacity: 0;
  position: absolute;
  right: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.cal-ico {
  position: absolute;
  right: 12px;
  top: 17px;
  pointer-events: none;
}

.cal-ico img {
  width: 20px;
}

.mv-form-detail .row .col-md-4,
.mv-form-detail .row .col-md-8,
.mv-form-detail .row .col-md-6,
.mv-form-detail .row .col-md-12 {
  padding: 0 10px;
}
.mv-form-detail .row {
  margin-left: -10px;
  margin-right: -10px;
}

.form-togg-hd {
  background: #fdf1ea;
  padding: 30px 24px;
  border-radius: 14px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.transport-text .label {
  font-size: 14px;
  font-weight: 400;
  color: #8c8178;
  margin-bottom: 8px;
}

.transport-text h4 {
  margin: 0;
  font-size: 14px;
  font-weight: 600;
  color: #2f2d63;
}

.toggle-switch {
  position: relative;
  width: 52px;
  height: 28px;
  display: inline-block;
}

.toggle-switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  inset: 0;
  background-color: #fff;
  border-radius: 50px;
  transition: 0.3s ease;
}

.slider::before {
  content: "";
  position: absolute;
  height: 22px;
  width: 22px;
  left: 3px;
  top: 3px;
  background: #2f2d63;
  border-radius: 50%;
  transition: 0.3s ease;
}

.toggle-switch input:checked + .slider {
  background-color: #2f2d63;
}

.toggle-switch input:checked + .slider::before {
  transform: translateX(24px);
  background: #fff;
}
.mv-form-input textarea {
  border: 1px solid #d9d9d9;
  padding: 14px;
  border-radius: 8px;
  width: 100%;
  transition: all 0.3s;
  min-height: 140px;
  margin-bottom: 6px;
  font-family: "Inter", sans-serif;
}
.mv-form-input p {
  font-size: 14px;
  font-weight: 400;
}
.pickUp {
  background-color: #fdf1ea;
  border: 0.5px solid #f0ac7e36;
  border-radius: 8px;
  padding: 20px;
}
.form-locBlk-hd {
  display: flex;
  gap: 12px;
  align-items: center;
}

.form-locBlk-hd span {
  background-color: #252354;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.form-locBlk-hd img {
  object-fit: contain;
  width: 19px;
  transform: rotate(270deg);
}
.form-locBlk-hd h4 {
  font-size: 14px;
  font-weight: 600;
  color: #252354;
}
.dropOff {
  background-color: rgba(255, 223, 141, 0.1);
  border-radius: 8px;
  border: 0.5px solid #ebd28550;
  padding: 20px;
  height: 100%;
}
.dropOff .form-locBlk-hd span {
  background-color: #e88418;
}
.dropOff .form-locBlk-hd span img {
  transform: rotate(90deg);
}
.form-locBlk-hd {
  margin-bottom: 20px;
}
.loc-pin {
  height: 80px;
  border-radius: 8px;
  border: 1px dashed #d9d9d9;
  background-color: #fff;
  padding: 12px;
  margin-bottom: 20px;
}
.loc-pin svg {
  width: 22px;
  height: 22px;
}
.loc-pin-icon {
  display: block;
  text-align: center;
}
.loc-pin p {
  text-align: center;
  margin-top: 4px;
  color: #252354;
}
.upload-area {
  border: 2px dashed #d9d9d9;
  border-radius: 12px;
  padding: 10px 20px;
  text-align: center;
  background: #fff;
  transition: 0.3s ease;
  cursor: pointer;
  margin-top: 20px;
}

.upload-area.dragover {
  background: #e9eefc;
  border-color: #2f2d63;
}

.upload-icon {
  font-size: 30px;
}

.upload-box p {
  font-weight: 600;
  color: #2f2d63;
  margin-bottom: 10px;
  font-size: 12px;
}

#uploadBtn {
  background: #2f2d63;
  color: #fff;
  border: none;
  padding: 5px 18px;
  border-radius: 6px;
  cursor: pointer;
  font-size: 14px;
}

#fileName {
  margin-top: 10px;
  font-size: 14px;
}
.mv-upload {
  background-color: #f9f9f9;
  padding: 20px;
  border-radius: 8px;
  border: 0.5px solid #aaa9a9;
  margin-top: 20px;
}
.mv-upload-head {
  display: flex;
  align-items: center;
  gap: 12px;
}
.mv-upload-head h4 {
  font-size: 14px;
  color: #252354;
}
.mv-upload-head svg {
  width: 20px;
  height: 20px;
}
.upload-icon svg {
  width: 30px;
  height: 30px;
}

.mv-service-wrap {
  margin-top: 30px;
}

.service-card {
  display: block;
  margin-bottom: 14px;
  cursor: pointer;
}

.service-box {
  border: 1px solid #f0ac7e;
  border-radius: 12px;
  padding: 12px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: 0.25s ease;
  background: #fff;
}

.service-left {
  display: flex;
  align-items: center;
  gap: 14px;
}

.service-icon {
  width: 40px;
  height: 40px;
  background: #f0ac7e;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.service-icon img {
  width: 15px;
}

.service-left h5 {
  margin: 0;
  font-size: 14px;
  color: #424242;
  font-weight: 600;
}

.service-left p {
  margin: 0;
  font-size: 12px;
  color: #777;
  font-weight: 400;
}

.service-price {
  text-align: right;
  font-weight: 600;
  color: #f08b3e;
}

.service-price span {
  display: block;
  font-size: 13px;
  font-weight: 500;
  color: #777;
}

.service-card input:checked + .service-box {
  background: #f0ac7e2e;
  border-color: #f0ac7e87;
}
.service-hd {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 14px;
}
.service-hd h4 {
  color: #252354;
  font-size: 16px;
  font-weight: 600;
}
.service-hd img {
  width: 20px;
}
.service-card.two-way .service-box {
  border: 1px solid #6fa48e83 !important;
}

.service-card.two-way input:checked + .service-box {
  background: #e7f1ec;
}

.service-card.two-way .service-icon {
  background: #6fa48e;
}

.service-card.two-way .service-price {
  color: #6fa48e;
}
.mv-service-footer {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #fdf1ea;
  padding: 15px 20px;
  border-radius: 10px;
}
.est-time {
  display: flex;
  gap: 8px;
  align-items: center;
}
.est-cont p {
  font-size: 13px;
  color: #424242;
}
.mv-service-footer .mv-frm-Btn {
  width: 60%;
}
.mv-service-footer .mv-frm-Btn button {
  margin-top: 0;
}
.est-time {
  width: 50%;
}
.payment-body-hd {
  background-color: #252354;
  padding: 40px;
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
}
.pay-hd-icon span {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  width: 65px;
  height: 65px;
  border-radius: 12px;
}
.mv-booking-canvas .payment-hd {
  display: flex;
  align-items: center;
  gap: 14px;
  color: #fff;
}
.mv-booking-canvas .payment-hd h4 {
  font-size: 22px;
  color: #fff;
}
.payment-hd p {
  font-size: 14px;
  margin-top: 2px;
}
.client-info-card {
  background: #f9f9f9;
  border-radius: 12px;
  padding: 22px 24px;
  height: 100%;
}

.client-info-head {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-bottom: 20px;
}

.client-info-head h3 {
  font-size: 15px;
  font-weight: 600;
  color: #4b4b4b;
}
.mv-summary {
  height: 100%;
}
.info-icon {
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.info-row {
  display: grid;
  grid-template-columns: 120px 15px 1fr;
  align-items: center;
  margin-bottom: 2px;
}

.info-label {
  color: #555;
  font-size: 14px;
}

.info-sep {
  text-align: center;
  color: #555;
}

.info-value {
  font-size: 14px;
  color: #3f3f3f;
}
.loc-info {
  margin-bottom: 8px;
}
.loc-info h6 {
  font-size: 14px;
  color: #555;
  margin-bottom: 3px;
  font-weight: 600;
}
.loc-info p {
  font-size: 14px;
  color: #424242;
}

.booking-summary {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

/* Common Card */

.summary-card {
  border-radius: 14px;
  padding: 22px 24px;
  background: #f7f7f7;
}

/* Header */

.summary-head {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 10px;
}

.summary-head h4 {
  font-size: 16px;
  font-weight: 600;
  color: #4a4a4a;
}

.summary-icon img {
  width: 16px;
}

/* SERVICE CARD */

.service-card-type {
  border: 1px solid #f0ac7e;
  background: #fdf1ea;
  margin-top: 20px;
}

.service-details h5 {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 4px;
}

.service-details p {
  color: #777;
  font-size: 13px;
}

.service-type {
  background: #e8a474;
  color: #fff;
  padding: 6px;
  border-radius: 20px;
  font-size: 12px;
  display: block;
  width: fit-content;
  margin-left: auto;
  margin-bottom: 8px;
}

.service-price {
  font-size: 16px;
  font-weight: 700;
  color: #e29a68;
}

.summary-oneway {
  border: 1px solid #f0ac7e;
  background: #fff7f1;
}

.summary-twoway {
  border: 1px solid #7fae9a;
  background: #f2f7f5;
}
.summary-twoway .sum-service-type {
  background-color: #7fae9a;
}
.summary-twoway .sum-price {
  color: #6fa48e;
}
.sum-price {
  font-size: 24px;
}
/* VACCINE CARD */

.vaccine-card {
  border: 1px solid #e5c99c;
  background: #f7f3ec;
}

.file-box {
  background: #fff;
  border-radius: 12px;
  padding: 14px 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 14px;
}

.file-left {
  display: flex;
  align-items: center;
  gap: 14px;
}

.file-icon img {
  width: 18px;
}
.file-icon {
  background-color: #f4f4f4;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
}

.file-info h6 {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  color: #424242;
}

.file-info p {
  margin: 0;
  font-size: 14px;
  color: #888;
}

.file-check img {
  width: 18px;
  object-fit: contain;
}
.mv-file-list {
  margin-top: 10px;
}

.mv-file-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 10px;
  border: 1px solid #eee;
  border-radius: 6px;
  margin-bottom: 5px;
  font-size: 13px;
  background: #fafafa;
}

.mv-file-remove {
  color: red;
  cursor: pointer;
  font-size: 12px;
}
.file-summary-list {
  width: 100%;
}

/* PAYMENT CARD */

.payment-card {
  background: #f5f5f5;
  border: 1px solid #aaa9a9;
}

.payment-left {
  display: flex;
  gap: 14px;
}

.payment-icon {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #f0ac7e;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
}

.mv-booking-canvas .payment-left h5 {
  font-size: 14px;
  color: #424242;
  margin-bottom: 2px !important;
}

.payment-left p {
  color: #777;
  margin: 0;
  font-size: 12px;
}
.mv-booking-canvas .secure-txt {
  font-size: 14px;
  text-align: center;
  margin-top: 18px;
  color: #858484;
  align-items: center;
  justify-content: center;
  display: flex;
}
.secure-txt img {
  padding-right: 8px;
}

.error-text {
  color: #e63946;
  font-size: 13px;
  margin-top: 5px;
  display: block;
  font-weight: 400;
}

.mv-form-input input.error,
.mv-form-input textarea.error {
  border: 1px solid #e63946;
}

.mv-form-input input.valid,
.mv-form-input textarea.valid {
  border: 1px solid #2ecc71;
}
.loading-slots {
  text-align: center;
  padding: 15px;
  color: #888;
}

.no-slots {
  text-align: center;
  padding: 20px;
  color: #999;
  font-weight: 500;
}

/* SUCCESS MESSAGE */
.mv-modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  background-color: rgba(255, 255, 255, 0.4);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}

.mv-modal-overlay.is-active {
  display: flex;
}

.mv-modal-card {
  background: #fff;
  width: 90%;
  max-width: 450px;
  border-radius: 12px;
  overflow: hidden;
  text-align: center;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.mv-modal-header-banner {
  background-color: #f0ac7e;
  padding: 50px 20px;
  display: flex;
  justify-content: center;
}

.success-icon {
  background: #fff;
  color: #f0ac7e;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 50px;
}

.mv-modal-body {
  padding: 30px 80px;
}

.mv-modal-body h2 {
  color: #2d3162;
  font-size: 28px;
  margin-bottom: 8px !important;
  font-weight: 700;
}

.mv-modal-body p {
  color: #323167;
  font-size: 16px;
  line-height: 1.5;
}

.mv-modal-footer {
  display: flex;
  border-top: 1px solid #eee;
}
.mv-modal-footer a {
  flex: 1;
  padding: 18px;
  border: none;
  background: none;
  font-weight: 400;
  cursor: pointer;
  font-size: 16px;
  text-decoration: none;
  background-color: #fbfbfb;
}

.mv-modal-footer button {
  flex: 1;
  padding: 18px;
  border: none;
  background: none;
  font-weight: 400;
  cursor: pointer;
  font-size: 16px;
  background-color: #fbfbfb;
}

.btn-contact {
  color: #2d3162;
  border-right: 1px solid #eee !important;
}

.btn-done {
  color: #f0ac7e;
}

.mv-modal-footer button:hover {
  background-color: #f9f9f9;
}

/* FLOOF THEME */

.theme-floof .book-form-head {
  background: #1c8283;
}
.theme-floof .featIco {
  background-color: #14b8a52c;
}
.theme-floof .step.active .step-number {
  background: #238081;
}
.theme-floof .step.active .step-label {
  color: #424242;
}
.theme-floof .mv-frm-Btn button {
  background-color: #1c8283;
}

.theme-floof .frm-head-icon {
  background-color: rgba(20, 184, 166, 0.1);
}
.theme-floof .frm-body-head h2 {
  color: #424242;
}
.theme-floof .time-slot.active {
  background-color: #1c8283;
}
.theme-floof .slider::before {
  background: #1c8283;
}

.theme-floof .toggle-switch input:checked + .slider {
  background-color: #1c8283;
}
.theme-floof .featBlk h3 {
  color: #424242 !important;
}
.theme-floof .featBlk p{
  color: #424242;
}
.theme-floof .form-togg-hd{
  background-color: #F4F4F4;
}
.theme-floof .transport-text h4{
  color: #424242;
}
.theme-floof .pickUp{
  background-color: #ECFFFD;
}
.dropOff .form-locBlk-hd span{
  background-color: #E88418;
}
.theme-floof .form-locBlk-hd span{
  background-color: #1C8283;
}
.theme-floof #uploadBtn{
background-color: #1C8283;
}

@media screen and (max-width: 1380px) {
  /* .mv-booking-container {
    max-width: 1200px;
    margin: auto;
    width: 85%;
  } */
  .Frm-hd-Img {
    padding-bottom: 20px;
  }
  .step:not(:last-child)::after {
    width: 20px;
  }
  .service-left h5 {
    font-size: 12px;
  }
  .client-info-head h3 {
    font-size: 17px;
  }
  .mv-frm-Btn button {
    font-size: 15px;
  }
  .mv-frm-Btn {
    align-items: inherit;
  }
  .mv-booking-canvas .featBlk h3 {
    font-size: 16px !important;
  }
  .featBlk p {
    font-size: 14px;
  }
  .Frm-hd-Content h2 {
    font-size: 36px;
  }
  .Frm-hd-Content p {
    font-size: 18px;
  }
  .featHead ul {
    gap: 20px;
  }

  .featHead li {
    display: flex;
    align-items: center;
    gap: 5px;
  }
  .featHead li {
    font-size: 16px;
  }
  .upload-box p {
    font-size: 16px;
  }
  .service-price {
    font-size: 15px;
  }
  .est-cont p {
    font-size: 14px;
  }
  .service-details h5 {
    font-size: 14px;
  }
  .client-info-head {
    gap: 4px;
  }
  .info-value,
  .info-label,
  .loc-info h6,
  .loc-info p {
    font-size: 14px;
  }
  .summary-head h4 {
    font-size: 15px;
  }
  .file-info h6 {
    font-size: 14px;
  }
  .file-info p {
    font-size: 12px;
  }
  .frm-body-head {
    gap: 15px;
  }
}
@media screen and (max-width: 1100px) {
  .est-time {
    width: 100%;
    justify-content: center;
  }
  .step:not(:last-child)::after {
    width: 40px;
  }
  .book-form-start > div {
    padding: 0;
  }
  .frm-body-head h2 {
    font-size: 18px;
  }
  .frm-head-icon {
    width: 50px;
    height: 50px;
  }
  .form-locBlk-hd h4 {
    font-size: 16px;
  }
  .form-locBlk-hd span {
    width: 34px;
    height: 34px;
  }
  .form-locBlk-hd img {
    width: 16px;
  }
  .mv-service-footer .mv-frm-Btn {
    width: 100%;
    margin-top: 14px;
  }
  .mv-service-footer {
    flex-direction: column;
  }
  .payment-hd h4 {
    font-size: 18px;
  }
  .pay-hd-icon span {
    width: 55px;
    height: 55px;
  }
  .client-info-head h3 {
    font-size: 16px;
  }
  .payment-left h5 {
    font-size: 14px;
  }
  .payment-left p {
    font-size: 12px;
  }
  .mv-upload-head h4 {
    font-size: 16px;
  }
  .service-hd h4 {
    font-size: 16px;
  }
  .featBlk {
    padding: 17px;
  }
}

@media screen and (max-width: 992px) {
  .mv-booking-container {
    width: 100%;
    max-width: 100%;
  }
  .step-label {
    font-size: 14px;
  }
  .step-number {
    width: 30px;
    height: 30px;
  }
  .step:not(:last-child)::after {
    width: 20px;
  }
  .stepsProgress {
    justify-content: start;
  }
  .Frm-hd-Content h2 {
    font-size: 32px;
  }
  .Frm-hd-Content p {
    font-size: 16px;
  }
  .featHead li {
    font-size: 14px;
  }
  .featBlk {
    padding: 22px;
  }
  .book-form-start > div {
    padding: 0;
  }
  .book-form-body {
    padding: 38px;
  }
  .transport-text .label {
    font-size: 14px;
  }
  .transport-text h4 {
    font-size: 15px;
  }
  .service-price {
    font-size: 17px;
  }
  .mv-book-form {
    padding-top: 125px;
  }
}

@media screen and (max-width: 662px) {
  .mv-booking-canvas .mv-modal-body h2 {
    font-size: 22px;
  }
  .mv-modal-body {
    padding: 30px;
  }
  .payCont {
    display: block;
    width: 100%;
    margin-top: 14px;
  }
  .payment-left {
    display: block;
  }
  .mob-bok-hd {
    display: block;
  }
  .mv-book-form {
    padding-top: 115px;
  }
  .step:not(:last-child)::after {
    display: none;
  }
  .step-label {
    margin-left: 4px;
  }
  .step-number {
    width: 24px;
    height: 24px;
    font-size: 12px;
  }
  .stepsProgress {
    justify-content: space-between;
  }
  .step-label {
    font-size: 12px;
  }
  .featHead {
    padding: 0 30px;
  }
  .Frm-hd-Content h2 {
    font-weight: 700;
  }
  .Frm-hd-Content p {
    font-size: 14px;
  }
  .featBlk {
    margin-bottom: 14px;
  }
  .featIco {
    width: 40px;
    height: 40px;
  }
  .form-feat .col-4 {
    padding: 0 6px;
  }
  .mv-booking-canvas .featBlk h3 {
    font-size: 10px !important;
  }
  .featBlk {
    background-color: #f4f4f4;
    padding: 10px;
  }
  .featBlk p {
    font-size: 8px;
  }
  .featHead ul {
    gap: unset;
    justify-content: space-between;
  }
  .featHead li img {
    width: 18px;
  }
  .featHead li {
    gap: 8px;
    line-height: 1.1;
    align-items: start;
  }
  .book-form-body {
    padding: 30px;
  }
  .time-selector {
    margin-bottom: 20px;
  }
  .time-selector p {
    padding: 12px 0;
  }
  .time-slot .time {
    font-size: 14px;
  }
  .time-slot {
    padding: 2px 0;
    min-width: 55px;
  }
  .time-slot.disabled {
    opacity: 0.4;
    pointer-events: none;
  }

  .time-slot.active {
    background: #3b376b;
    color: #fff;
  }
  .frm-body-head p {
    font-size: 10px;
  }
  .pickUp {
    margin-bottom: 20px;
  }
  .form-locBlk-hd h4,
  .mv-upload-head h4 {
    font-size: 15px;
  }
  .upload-box p {
    font-size: 14px;
  }
  .mv-service-wrap .col-md-6 {
    margin-bottom: 20px;
  }
  .mv-service-footer {
    margin-top: 10px;
    padding: 0;
    background-color: #fff;
  }
  .est-time {
    width: 100%;
    padding: 15px;
    background: #fdf1ea;
    border-radius: 10px;
  }
  .mv-frm-Btn {
    align-items: initial;
  }
  .client-info-card {
    height: auto;
    margin-bottom: 20px;
  }
  .service-card-type {
    margin-top: 0;
  }
  .payment-hd h4 {
    font-size: 16px;
  }
  .payment-hd p {
    font-size: 11px;
  }
  .client-info-head h3,
  .summary-head h4 {
    color: #252354;
  }
  .summary-head h4,
  .service-details h5 {
    font-size: 13px;
  }
  .service-type,
  .service-details p {
    font-size: 10px;
  }
  .summary-card {
    padding: 20px;
  }
  .featHead li {
    font-size: 13px;
  }
  .secure-txt {
    font-size: 12px;
  }
}
@media screen and (max-width: 376px) {
  .featHead li {
    font-size: 10px;
  }
  .Frm-hd-Content h2 {
    font-size: 26px;
  }
  .form-feat .col-4 {
    width: 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .book-form-body {
    padding: 20px;
  }
  .frm-body-head h2 {
    font-size: 16px;
  }
  .form-locBlk-hd h4,
  .mv-upload-head h4 {
    font-size: 14px;
  }
  .service-hd h4 {
    font-size: 16px;
  }
  .pay-hd-icon span {
    width: 40px;
    height: 40px;
    border-radius: 8px;
  }
  .pay-hd-icon img {
    width: 18px;
  }
}

/* 760, 1100, */
