:root {
  --bs-link-hover-color: #6E9277;
  --bs-link-hover-color-rgb: #6E9277;
  --swiper-navigation-size: 14px;
}

body {
  font-family: "Archivo", sans-serif;
  color: #4a5650;
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  color: #001008;
  font-weight: 600;
  line-height: 130%;
}
a {
  text-decoration: none;
  transition: all 0.25s ease;
}

.btn {
  border-radius: 0;
  text-transform: uppercase;
  font-weight: 500;
}
.btn-check:checked + .btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check) + .btn:active {
  border-color: transparent;
}
.btn-primary {
  --bs-btn-bg: #6e9277;
  --bs-btn-border-color: #6e9277;
  --bs-btn-hover-bg: #7c9d85;
  --bs-btn-hover-border-color: #7c9d85;

  --bs-btn-active-bg: #7c9d85;
  --bs-btn-active-border-color: #7c9d85;

  --bs-btn-disabled-bg: #6e9277;
  --bs-btn-disabled-border-color: #6e9277;
}
.btn-outline-primary {
  --bs-btn-color: #6e9277;
  --bs-btn-border-color: #6e9277;
  --bs-btn-hover-bg: #6e9277;
  --bs-btn-hover-border-color: #6e9277;

  --bs-btn-active-bg: #6e9277;
  --bs-btn-active-border-color: #6e9277;

  --bs-btn-disabled-color: #6e9277;

  --bs-btn-disabled-border-color: #6e9277;
}
section {
  margin: 3.5rem 0;
}
.section-padding-top {
  padding-top: 3.5rem;
}
.header-holder {
}
.header-holder {
  background-color: #000d07;
}
.offcanvas {
  background-color: #000d07;
}
.all-items-link {

  margin: 7px;
}

.all-items-link a {
  color: #fff;
  display: flex;
  padding: 5px 9px;
  align-items: center;
  gap: 4px;
  font-weight: 600;
  transition: all 0.25s ease;
}
.all-items-link a:hover{
  color: #7C9D85;
}
.navbar-nav .nav-item .nav-link {
  color: #b5b7b6;
  font-weight: 100;
}
.navbar-nav .nav-item .nav-link.show {
  color: #6e9277;
}
.nav-link:focus-visible {
  box-shadow: none;
}
.main-navbar {
}

.navbar-brand {
}
@media (max-width: 767.98px) {
  .navbar-brand img {
    max-width: 147px;
  }
}

.navbar-toggler {
  border-color: rgba(255, 255, 255, 0.5);
  padding: 0.3rem 0.5rem;
  border-radius: 0;
}
button:focus {
  box-shadow: none !important;
}
.navbar-toggler svg {
  fill: #fff;
}
.booknow-btn {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.5);
  border-radius: 0;
  font-weight: 300;
  background-color: transparent;
}
.booknow-btn:hover,.booknow-btn.show {
  border-color: #fff;

  background-color: #fff;
}
.booknow-btn::after {
  display: none;
}
.main-banner {
  position: relative;
}
.main-banner-image {
  max-height: 300px;
  overflow: hidden;
}
.hero-banner-video video {
  width: 100%;
  object-fit: cover;
  display: block;
  position: relative;
  min-height: 340px;
}
.banner-overlay {
  background-color: #000d07;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* z-index: 0; */
  opacity: 0.8;
}
.main-banner-content {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
  text-align: center;
  width: 100%;
  padding: 1.5rem;
}
.slider-custom-image-pagination .swiper-pagination-bullet {
  width: 30px;
  height: 30px;
  background-size: cover;
  margin: 0 10px !important;
  transition: 0.3s;
  filter: grayscale(1);
  border-radius: 50%;
  opacity: 1;
}

.slider-custom-image-pagination .swiper-pagination-bullet-active {
  filter: grayscale(0);
  transform: scale(2);
  opacity: 1;
}

.swiper-button-next,
.swiper-button-prev {
  color: #6e9277;
  width: 30px;
  height: 30px;
  border-radius: 50rem;
  border: 1px solid #6e9277;
}
.swiper-button-next:hover,
.swiper-button-prev:hover{
  background-color: #6e9277;
  color: #fff;
}
.swiper-pagination {
  margin-top: 60px;
  position: relative;
}

.swiper-pagination {
  bottom: 0;
}

.bg-f5f8f6 {
  background-color: #f5f8f6;
}

.appointment-img {
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
}
.navbar-expand-xl .dropdown-toggle:after {
  content: "";
  border: solid currentColor;
  border-width: 0px 1px 1px 0px;
  margin-left: 0;
  transform: rotate(45deg);
  padding: 4px;
  vertical-align: middle;
}
.dropdown-item:focus, .dropdown-item:hover {
  color: #6e9277;
  background-color: transparent;
}
@media (max-width: 1199.98px) {
  .navbar-expand-xl .navbar-nav .nav-item {
  }
  .navbar-expand-xl .navbar-nav .nav-item .nav-link {
    border-bottom: 1px solid rgba(255, 255, 255, 0.7);
    padding: 0.75rem 0;
    position: relative;
  }
  .navbar-expand-xl .navbar-nav .dropdown-toggle::after {
    position: absolute;
    right: 3px;
    top: 19px;
  }

  .navbar-nav .dropdown-menu {
    background-color: transparent;
  }
  .dropdown-item {
    color: rgb(255 255 255 / 65%);
    font-weight: 100;
  }

  .dropdown-header {
    font-size: 1rem;
    color: rgb(255 255 255 / 85%);
  }

  .submenu_inner {
    margin-bottom: 0.75rem;
  }
  .offcanvas-header .btn-close {
    position: static;
    filter: brightness(0) invert(1);
    opacity: 1;
  }
}

.sub-title {
  font-family: "Kaushan Script", cursive;
  color: #6e9277;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  margin-bottom: 10px;
}
.lhl,
.rhl {
  width: 30px;
  height: 2px;
  background-color: #6e9277;
  display: block;
}
.main-banner p {
  color: rgb(255 255 255 / 70%);
  margin-bottom: 30px;
}

.main-banner .btn {
  padding: 9px 20px;
}

.view-prifile {
  font-weight: 500;
  color: #6e9277;
  text-transform: uppercase;
  text-decoration: underline;
  display: block;
  padding-bottom: 14px;
  transition: all 0.25s ease;
}
.card:hover .view-prifile{
  letter-spacing: 1px;
}
.community-slider {
  max-width: 900px;
}
.quote-icon {
  position: absolute;
  width: 30px;
}
.quote-icon.top {
  top: 0;
  left: 0;
}
.quote-icon.bottom {
  bottom: 0;
  right: 0;
  transform: rotateY(161deg);
}
.testimonial-heading {
  padding: 1rem 2rem 0;
  margin-bottom: 0;
  font-size: 1.1rem;
  line-height: 184%;
}
.testimonial-user {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 1.3rem;
  color: #001008;
}
.testimonial-wrap {
  margin-top: 16px;
}

.bg-f1ede2 {
  background-color: #f1ede2;
}
.avatar-img {
  width: 35px;
  height: 35px;
  border-radius: 100vmax;
}

.card-img {
  overflow: hidden;
  border-radius: 0;
}

.card-img .card-img-top {
  transform: scale(1.001);
  transition: all 0.5s ease;
}

.card:hover .card-img .card-img-top {
  transform: scale(1.05);
}

.team-box {
  position: relative;
}

.team-box .img-caption {
  position: absolute;
  bottom: 0;
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 0.7);
  border-bottom: 3px solid #6e9277;
  backdrop-filter: blur(10px);
  padding: 3px 4px 0;
  /* transform: translateY(100%); */
  transition: all 0.3s ease;
}
/* .team-box:hover .img-caption{
  transform: translateY(0);
} */
.team-box .img-caption * {
  color: #fff;
}

.team-box .img-caption h4 {
  margin-bottom: -3px;
  font-size: 16px;
  text-transform: uppercase;
}

.team-box .img-caption span {
  font-size: 14px;
}
.appointment-form p a {
  color: #6e9277;
}
.appointment-form .form-control,
.appointment-form .form-select {
  border-color: rgba(0, 16, 8, 0.06);
  border-radius: 0;
  padding: 10px 15px;
  color: #969696;
}
.appointment-form .form-check {
  background-color: #f1fff5;
  padding: 1rem 1.5rem 1rem 2.7rem;
}
.appointment-form .form-check-label {
  font-size: 14px;
}
.form-control {
  border-radius: 0;
}
.form-control:focus,.form-select:focus{
  box-shadow: none;
}
.input-group .btn {
  line-height: 1;
}
input::placeholder,
.form-control::placeholder {
  color: #969696;
}
.bg-6E9277 {
  background-color: #6e9277;
}

.btn-light {

  color: #6e9277;

}
.btn-light {
  --bs-btn-bg: #fff;
  --bs-btn-border-color: #6E9277;
  --bs-btn-hover-color: #fff;

  --bs-btn-active-color: #6E9277;
  --bs-btn-hover-bg: #6E9277;
  --bs-btn-disabled-color: #6E9277;
  --bs-btn-disabled-bg: #6E9277;
  --bs-btn-disabled-border-color: #6E9277;
}
.btn-primary-light {
  border-color: inherit;
  background-color: #7c9d85;
  color: #fff;
}
.btn-primary-light:hover{
  background-color: #fff;
  color: #6E9277;
}
footer {
  background-color: #f1ede2;
}
.footer-logo {
  max-width: 200px;
  margin-bottom: 1.5rem;
}
footer .nav .nav-link {
  padding-left: 0;
  padding-right: 0;
}
footer a,
footer .nav-link {
  color: #48524a;
}
footer a:hover{
  color: #6E9277;
}
footer h6 {
  text-transform: uppercase;
}

footer input.form-control {
  background-color: #ded9cc;
  border: 0;
}
footer input.form-control::placeholder {
  color: #000;
}

.social-icons .btn {
  background-color: #6e9277;
  border-radius: 100vmax;
  padding: 0;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.social-icons .btn img {
  width: 65%;
}

.copy-right {
  border-top: 1px solid rgba(0, 0, 0, 0.15);
  padding: 1rem;
  color: #000;
}

.copy-right p {
  font-size: 14px;
  line-height: 1.2;
}

.book-now-dropdown {
}

.book-now-dropdown a {
  text-align: center;
  color: #4d5852;
  display: block;
  padding: 1rem;
  min-width: 13rem;
}
.book-now-dropdown a:hover {

  background-color: #f8f8f8;
}
.book-now-dropdown a img {
  margin-bottom: 18px;
}

.book-now-dropdown a h6 {
  text-transform: uppercase;
  color: #7d9d85;
  margin-bottom: 3px;
}

.book-now-dropdown a p {
  margin-bottom: 0;
}

.form-check-input:checked {
  background-color: transparent;
}
.form-check-input[type="checkbox"] {
  border-radius: 0;
  border-color: #6e9277;
  border-width: 2px;
  width: 1.1rem;
  height: 1.1rem;
  margin-left: -1.7rem;
}
.form-check-input:checked[type="checkbox"] {
  --bs-form-check-bg-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'><path fill='none' stroke='%236E9277' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/></svg>");
}


.btn-close {
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 1;
}
.img-box {
  text-align: center;
  color: #001008;
  display: block;
}

.img-wrapper {
  position: relative;
  margin: 0 auto;
  display: flex;
  align-items: center;
  overflow: hidden;
  border: 2px solid #f1ede2;
  border-radius: 10px;
  padding-top: calc(100% - 4px);
  transition: all 0.2s ease-in-out;
}
.img-box:hover .img-wrapper {
  border-color: #6e9277;
  opacity: 0.9;
}

.img-box:hover figcaption {
  color: #6e9277;
}


.img-box figcaption {
  font-weight: 600;
  font-size: 1rem;
  margin-top: 9px;
  line-height: 1.2;
}
.img-wrapper img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: translate(-50%, -50%) scale(1.001);
  transition: all 0.2s ease-in-out;
}
.img-wrapper:hover img {transform: translate(-50%, -50%) scale(1.05);}

.all-devices .img-wrapper img{
  object-fit: contain;
}
.accordion-item,
.accordion-button,
.accordion-button:not(.collapsed) {
  background-color: transparent;
}
.accordion-button:not(.collapsed) {
  box-shadow: none;
}
.accordion-button {
  font-weight: 600;
  line-height: 130%;
  padding-left: 0;
  gap: 10px;
}

.accordion-body {
  padding-left: 0;
  padding-top: 0;
  color: #48524a;
}
.accordion-flush > .accordion-item {
  border-color: #cfcfcf;
}
.accordion-flush > .accordion-item:first-child {
  border-top: 1px solid #cfcfcf;
}
.accordion-button::after {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path d="M19 12.998H13V18.998H11V12.998H5V10.998H11V4.99805H13V10.998H19V12.998Z" fill="black"/></svg>');
}
.accordion-button:not(.collapsed)::after {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path fill-rule="evenodd" clip-rule="evenodd" d="M19 12.998H13H11H5V10.998H11H13H19V12.998Z" fill="black"/></svg>');
  transform: none;
}

.img-wrapper-tag {
  overflow: visible;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.img-wrapper-tag .tag-name {
  position: absolute;
  top: -35px;
  width: calc(100% + 8px);
  background-color: #6e9277;
  color: #fff;
  left: -4px;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  font-size: 12px;
  padding-top: 8px;
  padding-bottom: 6px;
  text-transform: uppercase;
}
.wh226-border {
  border: 4px solid #6e9277;
  padding-top: calc(100% - 8px);
}

.hidden-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-in-out, opacity 0.3s ease-in-out;
  opacity: 0;
}

.hidden-content.show {
  max-height: 500px; /* Adjust as needed */
  opacity: 1;
}
.breadcrumb {
  padding-top: 13px;
  padding-bottom: 13px;
}
.breadcrumb-item a {
  color: #001008;
  font-weight: 600;
}
.breadcrumb-item a:hover {
  color: #6e9277;
}
.breadcrumb-item.active {
  color: #001008;
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 14px;
}

.breadcrumb-item + .breadcrumb-item::before {
  content: var(--bs-breadcrumb-divider, "");
  border: solid black;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(-45deg);
  margin-top: 8px;
  margin-right: 15px;
}

.click-to-expand svg:hover {
  opacity: 0.9;
}

.carousel-indicators [data-bs-target] {
  width: 9px;

  height: 9px;

  background-color: #a6cdaf;

  opacity: 1;

  border-radius: 50rem;

  border: 0;

  transition: all 0.6s ease;
}
.carousel-indicators .active {
  width: 18px;
}

.carousel-indicators {
  margin-bottom: -1.7rem;
}
#imageVideoSlider .slide-image {
  padding-top: 100%;
}
#imageVideoSlider .carousel-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
#imageVideoSlider .slide-video {
  position: relative;
  padding-top: 100%;
}
.slide-video .video-overlay {
  position: absolute;

  background-color: rgb(0 0 0 / 68%);

  width: 100%;

  height: 100%;

  top: 0;

  left: 0;

  pointer-events: none;
}

.video-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.modal-backdrop.show {
  opacity: 0.9;
}
.video-btn .play-icon:hover {

  opacity: 0.8;
}

.treatment-option {
}

.treatment-option {
  text-align: center;
}

.treatment-option .option-item {
  border-radius: 4px;
  border: 1px solid rgba(110, 146, 119, 0.2);
  padding: 20px 16px 30px;
  transition: all 0.25s ease;
}
.treatment-option .option-item:hover {
  border-color: #6e9277;
}
.treatment-option .option-item .option-title {
}

.treatment-option .option-item .option-type {
  display: flex;
  flex-direction: column;
  gap: 30px;
  padding-top: 4rem;
  padding-bottom: 5rem;
}

.treatment-option .option-item .option-type > div {
}

.treatment-option .option-item .parameter-name {
  font-weight: 600;
  text-transform: uppercase;
}

.treatment-option .option-item .parameter-type {
  text-transform: uppercase;
  font-size: 14px;
  color: #4d5852;
}
.treatment-option .option-item.popular-option-item {
  border-color: #6e9277;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.popular-option-item .popular-tag {
  position: absolute;
  top: -33px;
  width: calc(100% + 2px);
  background-color: #6e9277;
  color: #fff;
  left: -1px;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  font-size: 12px;
  padding-top: 8px;
  padding-bottom: 6px;
  text-transform: uppercase;
}
.progress {
  height: 12px;
}
.progress-bar {
  background-color: #6e9277;
}

.video-btn-close {
  filter: invert(1);
  opacity: 1;
  top: -33px;
  right: 0;
}
.option-type-single {
  padding: 1rem;
  margin-bottom: 1rem;
  border: 2px solid #dee2e6;
}


.how-it-works {}

.how-it-works .inner-item {
    text-align: center;
    border: 2px solid #6E9277;
    border-radius: 10px;
    padding: 1.25rem;
    
}
.how-it-works .inner-item:not(:last-child){
  margin-bottom: 1rem;
}
.how-it-works .inner-item.push-right {}

.how-it-works .inner-item .item-number {
    font-size: 60px;
    font-weight: 600;
    /* color: #E5E5E5; */
    line-height: 1;
    margin-bottom: 01rem;
    /* display: none; */
}

.how-it-works .inner-item .item-img {
    max-width: 135px;
    border-radius: 10px;
    margin-bottom: 20px;
}
.floating-leaf {
  position: absolute;
  opacity: 0.3;
  pointer-events: none;
}


.img-wrap {
  position: relative;
  padding-top: 100%;
  overflow: hidden;
}

.img-wrap img {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  left: 0;
  object-fit: cover;
}
.img-wrap .overlay-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 11000;
  background: linear-gradient(0deg, rgba(0, 16, 8, 0.64) 0%, rgba(0, 16, 8, 0.64) 100%);
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease;
}
.card:hover .img-wrap .overlay-img {
  opacity: 1;
  visibility: visible;
}
.card .img-wrap .card-img{
  transition: transform 0.3s ease;
}
.card:hover .img-wrap .card-img{
  transform: scale(1.05);
}
.glightbox-clean .gslide-title {

  margin-bottom: 0;

}
@media (max-width: 767.98px) {
  .container,
  .container-fluid,
  .row {
    --bs-gutter-x: 2rem;
  }
  .g-3,
  .gx-3 {
    --bs-gutter-x: 1rem;
  }
  .main-banner h1 {
    font-size: 1.3rem;
  }
  .floating-leaf{
    display: none;
  }
}

.header-fixed-on,.header-sticky-on {
  position: sticky;
  z-index: 1040;
  top: 0;
  right: 0;

  -webkit-animation: fadeInDown 0.5s;
  animation: fadeInDown 0.5s;
  width: 100%;
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@media(max-width:360px){
  .team-box .img-caption h4 {
    font-size: 15px;
}
  .team-box .img-caption span {
    font-size: 12px;
}
}
@media (min-width: 768px) {
  .wh200 {
    width: 200px;
    height: 200px;
  }
  .mxw200 {
    max-width: 200px;
  }
  .wh226-border {
    width: 226px;
    height: 226px;
    border: 4px solid #6e9277;
    padding-top: calc(100% - 8px);
  }
  .mxw226 {
    max-width: 226px;
  }
  .how-it-works .inner-item {
    text-align: left;
    border: 0;
    display: flex;
    align-items: center;
    gap: 1.5rem;
    padding-left: 0;
    padding-right: 0;
}
.how-it-works .inner-item .item-number {
  font-size: 6rem;

  color: #E5E5E5;

  margin-bottom: 0;

}
.how-it-works .inner-item .item-img {
  margin-bottom: 0;

}

}
@media (min-width: 992px) {
  .faq-left h2 {
    transform: rotate(-90deg);
    font-size: 145px;
    line-height: 2;
    position: relative;
    left: -94px;
    margin-top: 35px;
  }
  .img-box figcaption {
    font-size: 1.4rem;
    margin-top: 15px;
  }
  .img-box figure {
    margin-bottom: 1.5rem;
  }
  .img-wrapper-tag .tag-name,
  .popular-option-item .popular-tag {
    font-size: 14px;
  }
  .mxw400-md {
    max-width: 400px;
  }
  .treatment-option .option-item .option-title {
    min-height: 104px;
  }
  .option-type-single {
    border: 0;
    padding: 0;
    margin-bottom: 0;
  }
  .gx-lg-5rem {
    --bs-gutter-x: 5rem;
  }
  .border-right-xl-2 {
    border-right: 2px solid #dee2e6;
  }
  .how-it-works .inner-item {

    max-width: 65%;
}
.how-it-works .inner-item .item-img {
  max-width: 170px;

}
.how-it-works .inner-item .item-number {
  font-size: 8rem;

}
.main-banner-image {
  max-height: 550px;
}
}
@media (min-width: 1200px) {

  .navbar .navbar-nav .dropdown > .dropdown-menu {
    margin-top: 0;
  }
  .navbar .navbar-nav .dropdown.dropdown-fullwidth > .dropdown-menu {
    margin-top: -8px;
  }
  .all-items-link {
    position: absolute;
    bottom: 0;
    right: 0;


  }

  .all-items-link a {
    font-size: 18px;
    color: #000;
}

  .all-items-link a:hover{
    color: #7C9D85;

    gap: 7px;
  }
  .dropdown-fullwidth {
    position: static;
  }
  .navbar-expand-xl .navbar-nav .nav-item {
    margin-left: 13px;
    margin-right: 13px;
  }
  .navbar-expand-xl .navbar-nav .dropdown > .dropdown-menu {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp;
    -webkit-animation-duration: 300ms;
    animation-duration: 300ms;
    border-radius: 0;
  }
  @keyframes slideInUp {
    from {
      -webkit-transform: translateY(10px);
      transform: translateY(10px);
    }
    to {
      -webkit-transform: translateY(0);
      transform: translateY(0);
    }
  }
  .dropdown-menu.dropdown-menu-size-xl {
    max-width: 1142px;
    right: 0;
    margin: 0 auto;
    min-width: auto;
    width: 100%;
  }
  .css-column-5 {
    column-count: 5;
  }
  .css-column-2 {
    column-count: 2;
  }
  .submenu {
    column-gap: 35px;
  }
  .submenu_inner {
    break-inside: avoid;
    margin-bottom: 10px;
  }
  .dropdown-header,
  .dropdown-item {
    white-space: normal;
    color: #000;
  }
  .dropdown-header {
    white-space: normal;
    color: #000;
    font-size: 16px;
    font-weight: 600;
    border-bottom: 1px solid #5e5e5e;
    margin-left: 1rem;
    margin-right: 1rem;
    padding-left: 0;
    padding-right: 0;
  }
  .dropdown-item {
    line-height: 1.2;
    padding-top: 9px;
    padding-bottom: 9px;
  }
  .navbar-expand-xl .dropdown-toggle:after {
    padding: 2.5px;

    margin-top: -3px;
    margin-left: 5px;
  }
  .book-now-dropdown {
    min-width: 51rem;
  }
  .book-now-dropdown a {
    position: relative;
    padding: 2rem;
    flex: 1;
  }
  .book-now-dropdown a:before {
    content: "";
    position: absolute;
    background: linear-gradient(
      90deg,
      rgba(218, 218, 218, 0) 0%,
      rgba(111, 111, 111, 0.24) 50.5%,
      rgba(206, 206, 206, 0) 100%
    );
    width: 1px;
    height: 50%;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
  }
  .book-now-dropdown a h6 {
    font-size: 20px;
    white-space: nowrap;
  }

  .sub-title {
    font-size: 32px;
  }
  .lhl,
  .rhl {
    width: 60px;

    display: block;
  }

  h1 {
    font-size: 3.625rem;
  }
  h2 {
    font-size: 3rem;
    margin-bottom: 0.95rem;
  }
  .main-banner-content {
    max-width: 1000px;
  }
  .main-banner-content .sub-title {
    margin-bottom: 30px;
  }
  .main-banner-content h1 {
    line-height: 111%;
  }
  .main-banner p {
    margin-bottom: 48px;
  }
  .btn {
    font-size: 1.125rem;
    padding: 11px 25px;
  }
  .btn-lg {
    font-size: 1.5rem;
    padding: 16px 38px;
  }
  .main-banner .btn {
    padding: 15px 25px;
  }
  .container {
    max-width: 1166px;
  }
  .view-prifile {
    padding-bottom: 20px;
  }
  .review-box h6 {
    font-size: 1.25rem;
  }
  .swiper-pagination {
    margin-top: 95px;
  }

  .slider-custom-image-pagination .swiper-pagination-bullet {
    width: 53px;
    height: 53px;
    margin-left: 25px !important;
    margin-right: 25px !important;
  }
  .testimonial-user {
    font-size: 1.5rem;
  }
  .testimonial-wrap {
    margin-top: 30px;
  }
  .testimonial-heading {
    font-size: 1.563rem;
  }
  .testimonial-wrap {
    position: relative;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
  }

  .quote-icon {
    width: 60px;
  }
  .quote-icon.top {
    left: -25px;
  }
  .quote-icon.bottom {
    right: -50px;

    width: 44px;
  }
  .testimonial-heading {
    padding: 2rem 2rem 1rem;
  }
  .swiper-button-next,
  .swiper-button-prev {
    width: 35px;
    height: 35px;
  }
  .team-box .img-caption {
    padding: 7px 4px 5px;
    border-bottom-width: 6px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
  }

  .team-box .img-caption h4 {
    font-size: 1.75rem;
  }
  .team-box .img-caption span {
    font-size: 1rem;
  }

  .appointment-form .form-control,
  .appointment-form .form-select {
    padding: 12px 15px;
  }
  .footer-logo {
    max-width: 100%;
    margin-bottom: 3rem;
  }
  footer h6 {
    margin-bottom: 15px;
  }
  footer .nav .nav-link {
    padding-top: 3px;
  }
  .copy-right {
    padding: 1.3rem;
  }
  .booknow-btn {
    font-size: 16px;
  }

  .header-holder {
    background-color: transparent;
  }
  .header-bg {
    background: linear-gradient(0deg, rgba(0, 13, 7, 0.8) 0%, rgba(0, 13, 7, 0.8) 100%),
      url("../img/header-bg.jpg") lightgray 50% / cover no-repeat;
  }

  .header-absolute {
    position: absolute;
    z-index: 1000;
    width: 100%;
    left: 0;
  }
  .header-fixed-on {
    position: fixed;
    background-color: #000d07;

  }


  .navbar-nav .nav-item .nav-link {
    padding-bottom: 15px;
    padding-top: 15px;
  }
  .team-box .img-caption {
    opacity: 0;
    visibility: hidden;
    transition: all 0.25s ease-in-out;
    transform: translateY(20px);
    
  }

  .team-box:hover .img-caption {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
  section {
    margin: 5.5rem 0;
  }
  .section-padding-top {
    padding-top: 5.5rem;
  }
  /* 
  .modal-open{
    overflow: auto!important;
    padding-right: 0!important;
  } */

  .faq-left h2 {
    font-size: 290px;
    margin-left: -70px;
    margin-top: 0;
    left: -43px;
    top: 91px;
    margin-bottom: 30px;
  }
  .accordion-button {
    font-size: 1.3rem;
    padding-top: 29px;
    padding-bottom: 29px;
  }
  .accordion-body {
    padding-bottom: 29px;
  }
  .how-it-works .inner-item .item-number {
    font-size: 11rem;
  
  }
  .how-it-works .inner-item:not(:last-child){
    margin-bottom: 3rem;
  }
}

@media (min-width: 1400px) {
  .hero-banner-video {
    height: 100vh;
    overflow: hidden;
  }
  .hero-banner-video video {
    min-height: 100%;
  }
  .team-container .swiper-button-next {
    right: -60px;
  }
  .team-container .swiper-button-prev {
    left: -60px;
  }
}
