/** Shopify CDN: Minification failed

Line 551:33 Expected ":"

**/
/* ====  all form css ==== */
/* pop css */
.kl-row {
  display: flex;
  justify-content: center;
  align-items: center;
}
.modal,
.modal-new {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 31px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: #000;
  background-color: #0006;
  z-index: 9999;
}

/* Modal Content */
.modal-content {
  background-color: #fefefe;
  margin: auto;
  height: auto;
  border: 1px solid #888;
  width: 52%;
  position: relative;
}

.gender-bx {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 8px;
}

.gender-bx input {
  margin: 0px 4px 0px;
}

.gender-bx label {
  padding-right: 10px;
}

.pop-header-bx {
  height: 63px;
  background-color: #c7ff01;
  display: flex;
  justify-content: left;
  align-items: center;
  padding: 0px 20px;
  border-top-left-radius: 10px;
}

.pop-header-bx h6 {
  margin: 0px;
}
.pop-min-bx {
  display: flex;
  justify-content: center;
  align-items: center;
}

.modal-content-new {
  background-color: #fff;
  margin: 0px auto auto;
  padding: 0;
  width: 47%;
  position: relative;
  border-radius: 10px;
  border: 2px solid #b1d541;
  font-size: 12px;
}

.input-video {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 20px;
}

.inpt-bx {
  width: 49%;
}

.inpt-bx input {
  width: 100%;
  padding: 10px;
  margin: 5px 0;
  border: 1px solid #8bc34a;
  border-radius: 5px;
  font-size: 12px;
}

.time-buttons {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
  padding: 0 20px;
}

.error {
  color: red;
}

.time-buttons button {
  padding: 13px 0;
  border: 1px solid #8bc34a;
  border-radius: 5px;
  cursor: pointer;
  text-align: center;
  width: 96px;
  font-size: 12px;
}

.modal-footer {
  display: flex;
  justify-content: center;
  margin-top: 30px;
  margin-bottom: 30px;
}
.modal-footer button {
  margin-left: 10px;
  padding: 10px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

.confirm-btn {
  background: #c7ff01;
  font-weight: 600;
}
.product__price--off {
    background: #C8FF01 !important;
}
/* 
 */
/* .video-call {
  background-color: #f9f9f9;
  padding: 60px 0px 60px;
}

.video-call {
  text-align: center;
}

.video-img-bx img {
  width: 100%;
  border-radius: 10px 10px 0px 0px;
}
.pro-hd {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.pop-min-bx {
  display: flex;
  justify-content: center;
  align-items: center;
  /* padding: 18px 18px;
}

.form-bx-video {
  background: #fff;
  border-radius: 20px;
  padding: 30px;
  text-align: left;
  font-size: 13px;
}

.pop-min-bx .col-md-6 {
  width: 50%;
  margin: 1%;
}
.pop-min-bx .col-md-10 {
  width: 100%;
  margin: 1%;
}
.error {
    color: red;
}
.enquiry-btn{
      border: 1px solid #c7ff01;
    background: #c7ff01 !important;
    color: #000;
    --btn-bg-hover: #c7ff01 !important;
    --btn-border-hover: #c7ff01 !important;
    --btn-text-hover: #000;
  padding: 10px 20px;
    border-radius: 5px;
}
.book-btn-video {
  background-color: #5f9585 !important;
  width: 100%;
  color: #fff;
  height: 46px;
  font-size: 16px !important;
  cursor: pointer;
  padding: 0 20px;
  color: #fff !important;
  margin-top: 2%;
  font-weight: 500 !important;
}

.img-caption {
  background-color: #f2f2f2;
  color: #141414;
  border-radius: 0 0 10px 10px;
  font-size: 14px;
  text-align: center;
  line-height: 1.6;
  height: auto;
  padding: 10px;
}

.form-bx-video label {
  font-weight: 500;
  line-height: 2;
  padding-right: 10px;
}

.recommned-line {
  background: #f5e4cd;
  font-size: 11px;
  margin-top: 9px;
  padding: 15px 2px;
  color: #000;
  text-align: center;
}

.form-bx-book {
  padding: 15px 0px;
}

.form-bx-book span {
  margin-bottom: 5%;
  display: block;
}

.inpu-bx {
  position: relative;
}

.video-input-flied {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.video-input-flied .inpu-bx {
  width: 49%;
}

.code-in {
  background-color: #f6f3f3;
  border: none;
  font-size: 14px;
  font-weight: 500;
  padding: 12px 11px;
  position: absolute;
  top: 0px;
  height: 50px !important;
  font-weight: 600;
  width: auto !important;
  border-radius: 10px 0px;
}

.code-in:after {
  content: "|";
  position: absolute;
  right: 0;
  color: #bcb7b7;
}

.inpu-bx input,
textarea,
select {
  width: 100%;
  height: 50px;
  background-color: #c7ff0124;
  border: none;
  font-size: 13px;
  border-radius: 5px;
  font-weight: 500;
  padding-left: 14px;
  margin-bottom: 10px;
  box-shadow: none !important;
  transition: 0.25s;
  border: 1px solid #f2f2f2;
}

.form-bx-book textarea {
  height: 100px;
  border-radius: 10px;
  line-height: 1.5;
  padding-top: 10px;
  font-size: 14px;
  margin-bottom: 12px;
  transition: 0.25s;
}

.email-bx,
textarea {
  padding-left: 15px !important;
  margin-bottom: 14px;
}

.inpu-bx input:focus,
textarea:focus,
select:focus {
  box-shadow: none !important;
  outline: none !important;
  border: 1px solid #dc8a65;
  outline: none;
  background-color: #fff;
}
 */
/* ==== contact us page css ====== */

.contact-us-page {
  background-color: #f9f9f9;
  padding: 60px 0px 60px;
}

.phone-no {
  width: 100% !important;
}

.list-cap {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 90%;
  margin: auto;
}

.list-cap ul {
  padding: 0rem !important;
  margin: 10px 0px;
}

.list-cap li {
  display: inline-block;
  line-height: 2;
  list-style-type: circle;
  text-align: left;
  padding-right: 21px;
}

.list-cap a:before {
  content: "\F287";
  font-family: bootstrap-icons !important;
  font-style: normal;
  font-weight: 400 !important;
  font-size: 6px;
  padding-right: 10px;
}

.enquire-btn {
  display: none;
}

/* ====== Thank you page css ====== */

/* .qr_wa_icon {
  display: none !important;
  } */

.thankyou {
  height: 100vh;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.content-bx {
  text-align: center;
  width: 20%;
  background-color: #fff;
  margin: auto;
}
.thankyou h4 {
  padding: 7px 0px;
  margin-bottom: 0px;
  text-transform: capitalize;
  font-weight: 700;
}
.thankyou h5 {
  padding: 9px 0px;
  text-transform: capitalize;
}
.back-to-home {
  background-color: #5f9585;
  color: #fff;
  font-weight: 500;
  width: 100%;
}

/* ======= try at home  code commit ======= */

/* ====== custimiztized ====== */

.model-bx-custom .heding-bx {
  border: none;
}

.model-bx-custom .pop-img-bx img {
  max-width: 278px;
}

.model-bx-custom .video-input-flied .inpu-bx {
  width: 100%;
}

.model-bx-custom .inpu-bx input,
textarea,
select {
  margin-bottom: 22px;
}

.model-bx-custom:first-child(1) {
  width: 10%;
  background-color: #f00;
}

/* The Close Button */
.close {
  color: #000;
  font-size: 18px !important;
  position: absolute;
  top: -10px;
  padding: 15px 10px;
  line-height: 0;
  right: -7px;
  border-radius: 50px;
  cursor: pointer;
  transition: 0.25s;
  background-color: #fff;
}

.close:hover,
.close:focus {
  color: #dc8a65;
  text-decoration: none;
  cursor: pointer;
}

/*   ======= custimaztion leanth  code ======== */

.custimaxtin-frm {
  position: absolute;
  top: 93.8%;
  left: 478px;
  font-size: 14px;
  color: #000;
}
div#shopify-section-template--24050092376355__main .custimaxtin-frm {
  top: 48.8%;
  left: 153px;
}

div#shopify-section-template--24050576720163__main .custimaxtin-frm {
  top: 56.2%;
  left: 636px;
}

div#shopify-section-template--24050601754915__main .custimaxtin-frm {
  top: 50.8%;
  left: 636px;
}

div#shopify-section-template--24050773557539__main .custimaxtin-frm {
  top: 49.1%;
  left: 396px;
}

div#shopify-section-template--24050898731299__main .custimaxtin-frm {
  top: 45.8%;
  left: 478px;
}

div#shopify-section-template--24050899976483__main .custimaxtin-frm {
  top: 40.8%;
}

/* ==== annusment bar ====== */

.announcement-bar {
  position: fixed;
  z-index: 111;
  width: -webkit-fill-available;
}

.site-header {
  top: 47px;
}

/* remove try at home  */

div#shopify-section-template--23454285660451__main .two-bx-vd {
  display: none;
}

/* ========== PRE ORDEER BTN ALL NEW APP CSS FUNCTION  ======================== */
.pre-booking-nt {
    position: relative;
    display: inline-block;
    padding: 10px 36px;
    font-size: 16px;
    color: #ffffff;
    background: linear-gradient(90deg, #242424, #b0e644, #ffffff, #292929, #b0e644, #ffffff, #242424);
    background-size: 300% 300%;
    border: none;
    border-radius: 5px;
    overflow: hidden;
    cursor: pointer;
    z-index: 1;
    width: 100%;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-weight: 600 !important;
    border: 2px solid #ecfcae;
    box-shadow: 0 4px 16px #0000001f;
}

.pre-booking-nt::before {
  content: "";
  position: absolute;
  top: -3px; left: -3px; right: -3px; bottom: -3px;
  z-index: -1;
  border-radius: 5px;
  padding: 0;
  background: linear-gradient(270deg, #b0e644, #222222, #ffffff, #6e8300, #b0e644, #222222);
  background-size: 600% 600%;
  animation: animated-border 8s linear infinite;
}

@keyframes animated-border {
  0% {
    background-position: 0% 50%;s
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

.pre-booking-nt:hover {
  transform: scale(1.04) translateY(-2px);
  box-shadow: 0 8px 32px rgba(0,0,0,0.18);
}

.pre-booking-nt:active {
  transform: scale(0.98);
}

.pre-booking-btn {
    width: 100%;
    margin: 0;
    background: #e2fd7d;
    border: none;
    color: #000;
    height: 51px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 400 !important;
}

.pre-booking-btn .btn__text {
    height: auto ! IMPORTANT;
}






/* ====== RESPONSIVE CODE ====== */

@media screen and (max-width: 769px) {
  .enquire-btn {
    display: block;
    position: fixed;
    z-index: 11;
    width: 100%;
    bottom: 0;
  }

  .hld-text {
    font-size: 14px;
    line-height: 17px;
  }

  .list-cap {
    text-align: left;
  }

  .hxoSelectTheme.hxo-mobile_relative .buckscc-select-options {
    left: 0px;
  }

  h3.try-at-hed,
  .tabs > li span {
    font-size: 18px;
  }

  .form-bx-video {
    border-radius: 0px 0 10px 10px;
    padding: 10px;
  }

  .img-caption {
    border-radius: 10px 10px 0px 0px;
  }

  .video-call h3 {
    font-size: 14px;
  }

  .video-call {
    padding: 30px 0px;
  }

  .slider-top-icon {
    margin-top: 14%;
    margin-bottom: 3%;
  }
  .modal-content-new {
  width: 96% !important;
}
  .time-buttons {
    grid-template-columns: repeat(3, 1fr) !important;
  }
  .inpt-bx {
      width: 100% !important;
  }
}

::-webkit-scrollbar {
  height: 5px;
  width: 5px;
  background: #333;
}
::-webkit-scrollbar-corner {
  background: #f5e4cd;
}
::-webkit-scrollbar-thumb {
  /* background: var(--bs-primary); */
  background: #C8FF01;
}

@media screen and (max-width: 769px) {
  .modal-content {
    width: 98%;
    height: auto !important;
  }
  .inpu-bx label {
    font-size: 12px;
  }
}
/*  schedule Css */
.schedule-row {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding-bottom: 12px;
}
.live-demo-circle {
  width: 60px;
  height: 60px;
  background-color: #c7ff01;
  color: black;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-weight: 500;
  font-size: 12px;
  text-align: center;
}
.schedule-text {
  font-size: 14px;
}
.schedule-link {
  text-decoration: none;
  font-weight: bold;
}
.schedule-link:hover {
  text-decoration: underline;
}
.schedule-time {
  font-size: 12px;
  color: gray;
}
div#reviews {
  /* margin-bottom: 0; */
}
@media (max-width: 768px) {
  .brick__block__text {
    border-left: 1px solid;
    border-right: 1px solid;
    border-bottom: 1px solid;
    background: #000;
    /* border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px; */
  }
  .text-left .brick__slider .flickity-page-dots {
    justify-content: center !important;
  }
  .brick__slider[data-dots="circle"] .hero__content {
    background: #000;
  }
  .hero__title,
  .hero__rte {
    /* color: #fff !important; */
  }

  li,
  p {
    font-size: 13px;
  }
  .accordion__title {
    padding: 1rem 30px 1rem 0;
    font-size: 16px;
  }
}

.flickity-page-dot {
  border: 1px solid #c7ff01 !important;
}
.flickity-page-dot.is-selected {
  background: #eae9e9 !important;
}
.mobile__menu__dropdown span {
  font-size: 16px;
}
.sliderow__title sup.sup {
  display: none !important;
}
.form-control {
  height: 40px !important;
}
.menu-icons.sliderow__title {
  justify-content: flex-start;
}
span.sale-box {
  background: #c7ff01;
}
a.btn.btn--solid.btn--primary.image__video__play {
  --BTN-FONT-SIZE: 2rem;
  background: #ff0000;
  border: #ff0000;
  border-radius: 10px;
}
.custom-button.btn.btn--solid.btn--primary {
  --btn-border: #222;
  --btn-bg: transparent;
  --btn-text: #222;
  --btn-border-hover: #222;
  --btn-bg-hover: #222;
  --btn-text-hover: #fff;
  font-weight: 700;
  margin-top: 20px;
  width: 49.5%;
}
.mm-add-to-cart, .mm-add-to-cart:hover {
    background: #C8FF01 !important;
    border: unset;
    color: #000;
}
.sup {
    display: none;
}

@media(max-width:768px){ 
  /* .product__images--mobile-slider .product__slide {
    flex: 0 0 100% !important;
    width: 100%;
    margin: 0;
    scroll-snap-align: start;
} */
  
  /* .product__images--mobile-slider .product__slide {
     padding: 0 !important;
    width: calc(100% + 30px);
} */
  /* .product__photo {
    position: initial !important;
  } */
/* #Product--template--19161828196571__main product-images.product__images.product__images--no-thumbs.product__images--mobile-thumbs {
    --height: auto !important;
} */
}

@media (max-width: 768px) {
  .mobile__menu__dropdown span {
    font-size: 14px;
  }
  .custom-button.btn.btn--solid.btn--primary {
    width: 49%;
  }
  a.btn.btn--solid.btn--primary.image__video__play {
    --BTN-FONT-SIZE: unset !important;
  }
  .accordion.custom-accordion figure.image-wrapper.lazy-image.lazy-image--backfill {
    margin-bottom: 0;
}
}
@media screen and (min-width: 769px) and (max-width: 1220px) {
  .modal-content-new {
    width: 80vw !important;
}
}