:root {
  --theme-color: #009744;
  --white-color:white;
  --dark-black: #000;
  --theme-hover:#026c32;
  --heading-font:"Questrial", sans-serif;
  --theme-font: "Nunito", sans-serif;
  --nav-font:"Questrial", sans-serif;
  --cursive-font: "Cookie", cursive;
}

* {
  margin: 0;
  padding: 0;
  font-family: var(--theme-font);
}

.header-top {
  font-family: var(--cursive-font);
  font-size: 30px;
}

.search-btn {
  border-radius: 99px;
  border: 2px solid #888C97;
  width: 46px;
  height: 46px;
  display: flex;
  align-items: center;
  margin-right: 20px;
  transition: all 0.3s;
}
.search-btn:hover {
  background-color: var(--theme-color);
  border: 2px solid var(--theme-color);
  color: white;
}

.common-heading {
  font-weight: 700;
  margin: 0;
  color: var(--theme-color);
  position: relative;
  margin-bottom: 22px;
  font-size: 48px;
  font-family: var(--heading-font);
  position: relative;
}

.text {
  margin-bottom: 10px;
  line-height: 28px;
  font-family: var(--theme-font);
  font-size: 16px;
  text-align: justify;
}

.common-btn {
  padding: 10px 15px;
  background: var(--theme-color);
  font-weight: 400;
  display: inline-block;
  min-width: 125px;
  text-align: center;
  border: none;
  position: relative;
  overflow: hidden;
  z-index: 1;
  text-transform: uppercase;
  transition: box-shadow 0.5s;
  letter-spacing: 1px;
  color: #fff;
  transition: 0.3s;
  font-weight: 600;
}
.common-btn:hover {
  background-color: var(--theme-hover);
  color: #fff;
}

.common-space {
  padding: 65px 0;
}

a {
  list-style: none;
  text-decoration: none;
  color: inherit;
}
a:hover {
  color: inherit;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 16px;
  line-height: 25px;
  font-weight: 400;
  color: #000;
}

body {
  font-size: 16px;
  line-height: 25px;
  font-weight: 400;
  color: #000;
}

ul {
  padding: 0;
  margin: 0;
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 1.1rem;
  line-height: 1.8;
  font-weight: 300;
  color: #676767;
}
ul li {
  list-style: none;
  text-decoration: none;
  color: inherit;
}

h1, h2, h3, h4, h5, h6 {
  font-family: var(--heading-font);
}

.cal-top {
  display: flex;
}
.cal-top .common-btn {
  padding: 15px 15px;
}
.cal-top .en-btn {
  display: block;
}

.call-what {
  display: none;
}

.menu-cal {
  display: flex;
  margin-right: 20px;
  gap: 10px;
}
.menu-cal .icon {
  background: var(--theme-color);
  color: white;
  border-radius: 100px;
  padding: 10px 20px;
  align-items: center;
  display: flex;
  font-size: 20px;
}
.menu-cal .icon:hover {
  background-color: var(--theme-hover);
}
.menu-cal h4 {
  color: white;
  font-weight: 600;
  margin-bottom: 0px;
}
.menu-cal a {
  color: white;
}

.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
  color: var(--theme-color) !important;
}

.nav-link:focus, .nav-link:hover {
  color: var(--theme-color) !important;
}

.dropdown-item:focus {
  color: white !important;
  background-color: var(--theme-color);
}

.submenu {
  padding: 0 !important;
}
.submenu:hover .dropdown-menu-sub {
  display: block;
  position: absolute;
  left: 100%;
  top: 0%;
  background: white;
}
.submenu .dropdown-menu-sub .sub-item {
  padding: 10px 20px !important;
  transform: translateX(0px) !important;
  color: black !important;
}
.submenu .dropdown-menu-sub .sub-item:hover {
  color: var(--theme-color) !important;
  transform: translateX(10px) !important;
}

.dropdown-menu-sub {
  display: none;
}

header {
  width: 100%;
  z-index: 11;
}
header .top-header {
  background-color: #00173C;
}
header .menu-bars-wrappeprs {
  width: 100%;
  justify-content: space-between;
  display: flex;
  align-items: center;
}
header .right-header {
  display: flex;
  align-items: center;
  height: 100%;
}
header .right-header a {
  padding: 40px 10px;
  display: flex;
  font-weight: 500;
}
header .right-header i {
  display: flex;
}
header nav.navbar-expand-lg {
  padding: 0 0 !important;
}
header nav .navbar-nav {
  display: flex;
  flex-direction: row;
}
header nav .navbar-nav .nav-item {
  padding: 25px 5px;
  font-weight: 500;
  font-size: 16px;
  color: black;
  font-family: var(--nav-font);
  text-transform: uppercase;
}
header nav .navbar-nav .nav-item:last-child {
  padding-right: 0;
}
header nav .navbar-nav .nav-item .dropdown-menu {
  display: none;
  padding: 0;
  border: none;
  border-radius: 0;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
header nav .navbar-nav .nav-item .dropdown-menu li a {
  padding: 10px 10px;
}
header nav .navbar-nav .nav-item .dropdown-menu li .dropdown-item {
  transition: 0.3s;
  font-size: 16px;
  padding: 6px 15px;
  text-transform: capitalize;
  font-weight: 600;
  font-family: var(--nav-font);
  background-color: var(--theme-color);
  color: white;
  border-bottom: 1px solid rgba(255, 255, 255, 0.473);
}
header nav .navbar-nav .nav-item .dropdown-menu li:hover .dropdown-item {
  color: white;
  background-color: var(--theme-hover);
}
header nav .navbar-nav .nav-item:hover {
  color: var(--theme-color);
}
header nav .navbar-nav .nav-item:hover .dropdown-menu {
  display: block;
}
header nav .navbar-nav .nav-item .nav-link {
  color: var(--dark-black);
  font-family: var(--nav-font);
  font-weight: 600;
  text-shadow: -1px 1px 2px #ffffff;
}
header nav .navbar-nav .active {
  position: relative;
  color: var(--theme-color);
}
header nav .navbar-nav .active a {
  color: var(--theme-color);
}
header .navi-wrapper {
  display: inline-flex;
  justify-content: flex-start;
}
header .get-a-quote a {
  line-height: 15px;
  padding: 14px 18px;
  border: solid 3px var(--theme-color);
  border-radius: 39px;
}
header .get-a-quote a i {
  padding: 0 15px;
}
header .search-btn i {
  padding: 0 15px;
}
header .call-btn a i {
  font-size: 22px;
  padding-right: 8px;
  padding-left: 15px;
  color: var(--theme-color);
}

.cu-header {
  position: fixed;
}

header.cu-header.sticky {
  background: white;
  top: 0;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
header.cu-header.sticky .menu-cal .content h4 {
  color: black;
}
header.cu-header.sticky .menu-cal .content a {
  color: #000;
}

header.cu-header.soild-navbar {
  background: white;
  top: 0;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
header.cu-header.soild-navbar .menu-cal .content h4 {
  color: black;
}
header.cu-header.soild-navbar .menu-cal .content a {
  color: #000;
}
header.cu-header.soild-navbar .navbar-brand img {
  max-width: 100px;
}

.navbar-brand img {
  max-width: 160px;
  background: white;
  border-radius: 5px;
}

header.cu-header.sticky .navbar-brand img {
  max-width: 100px;
}

.banner-home .heading-top {
  font-size: 20px;
  color: white;
}
.banner-home .bnr-img-overlay {
  width: 100%;
  height: 100%;
  z-index: 10;
  position: absolute;
  top: 0;
  z-index: 0;
  background-color: #000;
  opacity: 0.5;
}
.banner-home .img-wrapper-bnr img {
  width: 100%;
  top: 0;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
}
.banner-home .banner-content {
  position: absolute;
  top: 60%;
  z-index: 31;
  width: 100%;
  color: #fff;
  left: 0px;
  transform: translateY(-50%);
}
.banner-home .banner-content .common-heading {
  font-size: 72px;
  margin-bottom: 0px;
  color: white;
  font-weight: 600;
  margin-bottom: 15px;
}
.banner-home .banner-content .common-btn::before, .banner-home .banner-content .common-btn::after {
  background-color: white;
}
.banner-home .banner-content .common-btn:hover {
  background-color: var(--theme-hover);
  color: white;
}
.banner-home .banner-content p {
  line-height: 1.1rem;
  font-size: 16px;
  color: #d6d6d6;
  margin-bottom: 25px;
}
.banner-home .banner-content .break {
  display: block;
}
.banner-home .banner-btns {
  margin-top: 35px;
  display: flex;
  justify-content: center;
}
.banner-home .banner-btns a {
  transition: all 0.3s;
  border: solid var(--theme-colo2) 3px;
  font-size: 16px;
  line-height: 1.1;
  padding: 15px 30px;
  font-weight: 400;
  border-radius: 25px;
  text-transform: uppercase;
  background-color: var(--theme-colo2);
  border-color: transparent;
  color: #ffffff;
  display: inline-block;
  position: relative;
}
.banner-home .banner-btns a:hover {
  background-color: transparent;
  border: solid var(--theme-colo2) 3px;
}
.banner-home .banner-btns a:first-child {
  margin-right: 15px;
}
.banner-home .banner-btns a i {
  padding: 0 6px;
}
.banner-home .owl-theme .owl-nav [class*=owl-]:hover {
  background-color: unset;
}
.banner-home button.owl-prev {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.banner-home button.owl-prev span {
  font-size: 40px;
  border: solid 3px #ffffff;
  font-weight: 200;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 2px;
  border-radius: 50px;
  color: #fff;
  background-color: var(--theme-color);
  padding-left: 1px;
  border-radius: 50px;
}
.banner-home button.owl-prev span:hover {
  background-color: var(--theme-hover);
  border-color: transparent;
}
.banner-home button.owl-next {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.banner-home button.owl-next span {
  font-size: 40px;
  border: solid 3px #ffffff;
  color: #fff;
  font-weight: 200;
  width: 40px;
  height: 40px;
  background-color: var(--theme-color);
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 2px;
  border-radius: 50px;
  padding-left: 1px;
  border-radius: 50px;
}
.banner-home button.owl-next span:hover {
  background-color: var(--theme-hover);
  border-color: transparent;
}

.ayur-focus {
  margin-top: -8.5em;
  position: relative;
  z-index: 1;
}
.ayur-focus .focus-box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.ayur-focus .focus-inner {
  padding: 48px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  background-color: var(--theme-color);
}
.ayur-focus .focus-inner:nth-child(2) {
  background-color: #e29578;
}
.ayur-focus .focus-inner .icon {
  background-color: white;
  border-radius: 100px;
  max-width: 60px;
  text-align: center;
  margin-bottom: 10px;
  padding: 10PX;
}
.ayur-focus .focus-inner .content h4 {
  color: white;
  font-weight: 600;
}
.ayur-focus .focus-inner .content p {
  color: white;
  margin-bottom: 0;
}
.ayur-focus .large-d {
  display: block;
}

.treatments {
  margin-top: 10px;
}
.treatments .common-heading {
  margin-top: 10px;
  margin-bottom: 10px;
}
.treatments p {
  font-size: 16px;
}
.treatments .treat-box {
  margin-top: 20px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.treatments .treat-box .img-box {
  overflow: hidden;
  position: relative;
}
.treatments .treat-box .img-box img {
  transition: 0.3s;
}
.treatments .treat-box .content {
  padding: 32px;
  border-left: 2px solid var(--theme-hover);
}
.treatments .treat-box .content h4 {
  font-weight: 600;
}
.treatments .treat-box .content a {
  color: var(--theme-color);
}
.treatments .treat-box:hover .img-box {
  overflow: hidden;
  position: relative;
}
.treatments .treat-box:hover .img-box img {
  transform: scale(1.1);
}

.about-home {
  background-color: #e5e5e5;
  padding-bottom: 130px;
}
.about-home .img-box {
  position: relative;
}
.about-home .img-box .img-1 {
  margin-left: 3rem;
}
.about-home .img-box .img-2 {
  position: absolute;
  bottom: -100px;
}
.about-home .img-box .img-2 img {
  border: 10px solid white;
}
.about-home .img-box .img-2 .about-sec {
  display: flex;
  gap: 20px;
  align-items: end;
}
.about-home .img-box .img-2 .about-sec h4 {
  font-size: 46px;
  font-weight: 700;
}
.about-home .img-box .img-2 .about-sec h5 {
  font-weight: 700;
  color: var(--theme-color);
}
.about-home .img-box .img-2 .about-sec .year {
  display: flex;
  align-items: flex-start;
}
.about-home .img-box .img-2 .about-sec .exp-box {
  display: flex;
  align-items: end;
}
.about-home .img-box .img-2 .about-sec .exp-box p {
  font-size: 25px;
  font-weight: 600;
}
.about-home .img-box .img-2 .about-sec a {
  width: 265px;
  position: relative;
}
.about-home .img-box .img-2 .about-sec a .play-btn {
  position: absolute;
  top: 50%;
  background-color: #009744;
  padding: 15px 20px;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.3s;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.about-home .img-box .img-2 .about-sec a .play-btn i {
  color: white;
  font-size: 20px;
}
.about-home .img-box .img-2 .about-sec a .play-btn:hover {
  background-color: var(--theme-hover);
}
.about-home .img-box .img-2 .about-sec a:hover i {
  transform: translate(0, 0);
}
.about-home .content .common-heading {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 30px;
}
.about-home .content .about-detail {
  padding: 5px 5px 5px 15px;
  border-left: 4px solid var(--theme-hover);
  font-style: italic;
}
.about-home .content p {
  text-align: justify;
}

.services .common-heading {
  margin-top: 10px;
  margin-bottom: 10px;
}
.services .service-box {
  margin-top: 15px;
  background-color: white;
  border-left: 3px solid var(--theme-color);
  padding: 32px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.services .service-box .icon {
  background-color: #fff7df;
  border-radius: 100px;
  max-width: 60px;
  text-align: center;
  margin-bottom: 10px;
  padding: 10PX;
}
.services .service-box h4 {
  font-weight: 700;
}
.services .service-box a {
  color: var(--theme-color);
}
.services .service-box p {
  text-align: justify;
}

.appointment {
  background-color: #e5e5e5;
}
.appointment .common-heading {
  margin-top: 10px;
  margin-bottom: 10px;
}
.appointment .contact-form {
  padding: 40px 30px 40px;
  background-color: #ffffff;
}
.appointment .contact-form label {
  margin: 0 0 8px 0;
}
.appointment .contact-form .form-control {
  margin: 0 0 23px 0;
  border-radius: 0;
}
.appointment .contact-form .form-control:focus {
  border-color: var(--theme-color);
  outline: 0;
  box-shadow: 0 0 0 0rem rgba(13, 110, 253, 0.25);
}
.appointment .contact-form button {
  border: none;
}
.appointment .contact-detail .cont-box {
  display: flex;
  gap: 20px;
  margin-top: 15px;
  align-items: start;
}
.appointment .contact-detail .cont-box .icon-box {
  background-color: var(--theme-color);
  border-radius: 100px;
  min-width: 48px;
  height: 48px;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.appointment .contact-detail .cont-box .icon-box i {
  color: white;
  font-size: 21px;
}
.appointment .contact-detail .cont-box h4 {
  font-weight: 600;
}
.appointment .map-box {
  margin-top: 10px;
}

.cta {
  background-image: linear-gradient(rgba(36, 36, 36, 0.3803921569), rgba(25, 25, 25, 0.7411764706)), url(img/CTA-BG.jpg);
  background-attachment: fixed;
  background-image: cover;
}
.cta .common-heading {
  color: white;
}
.cta p {
  color: white;
  margin-top: 10px;
}
.cta .common-btn {
  max-width: 150px;
  max-width: 220px;
  font-size: 16px;
}

.reviews .common-heading {
  margin-top: 10px;
  margin-bottom: 10px;
}
.reviews .in-review {
  height: 350px;
}
.reviews .owl-theme .owl-nav [class*=owl-]:hover {
  background-color: unset;
}
.reviews button.owl-prev {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.reviews button.owl-prev span {
  font-size: 40px;
  border: solid 3px #ffffff;
  font-weight: 200;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 2px;
  border-radius: 50px;
  color: #fff;
  background-color: var(--theme-color);
  padding-left: 1px;
  border-radius: 50px;
}
.reviews button.owl-prev span:hover {
  background-color: var(--theme-hover);
  border-color: transparent;
}
.reviews button.owl-next {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.reviews button.owl-next span {
  font-size: 40px;
  border: solid 3px #ffffff;
  color: #fff;
  font-weight: 200;
  width: 40px;
  height: 40px;
  background-color: var(--theme-color);
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 2px;
  border-radius: 50px;
  padding-left: 1px;
  border-radius: 50px;
}
.reviews button.owl-next span:hover {
  background-color: var(--theme-hover);
  border-color: transparent;
}

a {
  transition: 0.3s;
}
a i {
  transition: 0.3s;
}
a:hover i {
  transform: translateX(10px);
}

.footer {
  border-top: 1px soild black;
  padding: 8px;
  text-align: center;
}
.footer p {
  margin-bottom: 0;
  font-weight: 600;
}

.long-d {
  display: block !important;
}

.mobile-d {
  display: none !important;
}

#thankyou {
  margin-top: 80px;
}/*# sourceMappingURL=style.css.map */