@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
html {
  scroll-behavior: smooth;
}
body {
  margin: 0 auto;
  padding: 0;
  font-family: "Open Sans", sans-serif;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  color: #464032;
}
h1,
h2 {
  font-family: "Montserrat", sans-serif;
}
a {
  text-decoration: none;
  color: #a7430f;
}

img {
  width: 100%;
  height: auto;
  border: 0px;
}

.breaker {
  clear: both;
  height: 0.1px;
}

.break {
  clear: both;
  height: 12px;
}

.hider {
  display: none;
}
section {
  scroll-margin-top: 80px;
}
#wrapper {
  margin: 0 auto;
  padding: 0;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  background: #fff;
}

#header {
  width: 96%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.logo {
  float: left;
  padding: 2px 0px;
  max-width: 250px;
  margin-top: 8px;
}
.manage-banner {
  margin-top: 87px;
  position: relative;
}
.home-icon {
  width: 23px;
}

.head-border {
  clear: both;
  height: 1px;
  background: #47261e;
  display: block;
}

.topsi {
  max-width: 1200px;
  padding: 9px 0 10px;
  margin: auto;
}

.topsi-left {
  float: left;
  width: auto;
}

.topsi-left a {
  color: #fff;
  font-size: 14px;
  margin-right: 20px;
}

.highls {
  color: #ffdd00;
}

.topsi-right {
  float: right;
  width: auto;
  color: #fff;
  font-size: 14px;
}

.scl {
  float: left;
  width: 15px;
  padding: 3px 3px;
  background: #fff;
  margin-right: 10px;
  border-radius: 4px;
}

.scl:hover {
  background: #ffdd00;
}

.highl2 {
  margin-left: 15px;
}

.news {
  width: 100%;
  background: #434e50;
}

.new-scroll {
  max-width: 1200px;
  margin: auto;
}

.new-scroll h3 {
  float: left;
  width: 20%;
  text-align: left;
  color: #fff;
  font-weight: normal;
  font-size: 21px;
  margin: 5px 0 0;
  padding: 12px 0 7px 15px;
}

.news-icon {
  float: left;
  width: 36px;
  margin-right: 12px;
  margin-top: -4px;
}

.news-marq {
  float: right;
  color: #434e50;
  font-size: 14px;
  width: 73%;
  background: #fff;
  margin-top: 5px;
  padding: 15px 0 12px;
}

.courses {
  padding: 5px 0;
  background: url(../image/course-bg.html);
}

#feature {
  max-width: 1200px;
  margin: 0 auto;
  padding: 8px 0 30px;
}

#feature h1 {
  color: #fff;
  margin: 15px 0 15px;
  font-size: 38px;
  letter-spacing: 2px;
  text-align: center;
}

.bord {
  width: 150px;
  height: 3px;
  background: #fff;
  margin-bottom: 3px;
  margin-top: 0px;
}

.course-content {
  clear: both;
  display: block;
  padding: 12px;
  margin-top: -4px;
  text-align: center;
  background: url(../image/pattern.html);
}

#feature h2 {
  color: #fd943a;
  padding: 5px 0 0;
  margin: 0px 0 8px 0px;
  font-size: 25px;
  display: block;
  letter-spacing: 1px;
}

.more2 {
  padding: 4px 16px;
  background: #185ead;
  font-size: 14px;
  color: #fff;
  margin-bottom: 0px;
}

#feature p,
#curse p {
  color: #5e595e;
  font-size: 15px;
  padding: 0 0 5px 0;
  text-align: center;
  line-height: 24px;
}

.lex span {
  display: block;
  width: 100%;
  margin: auto;
  text-align: center;
  height: auto;
}

.lex-icon {
  border-radius: 100%;
}

.cl {
  border: 5px solid #fff;
}

.cl2 {
  border: 5px solid #fff;
}

.cl3 {
  border: 5px solid #fff;
}

.cl4 {
  border: 5px solid #fff;
}

.cl:hover,
.cl2:hover,
.cl3:hover,
.cl4:hover,
.cl5:hover,
.cl6:hover {
  border: 5px solid #000;
}

.lex a {
  text-decoration: none;
  color: #fff;
}

.lex a:hover {
  text-decoration: none;
  color: #fff;
}

.lex:hover a {
  color: #fff;
}

.lex {
  float: left;
  width: 31.3%;
  margin: 20px 1% 0 1%;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.lex:hover {
  -moz-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.up-link {
  float: right;
  width: 30%;
  margin-top: 10px;
}

.up-link a {
  color: #fff;
}

.lex:hover .feat-more {
  background: #fe7701;
  border: 1px solid #fff;
}

.torm-btn {
  padding: 21px 0;
  display: block;
  text-align: center;
  margin-top: 12px;
  width: 100%;
  line-height: 29px;
  font-size: 18px;
}

.torm-btn:hover {
  background: #1295d4;
}

.rd1 {
  background: #185ead;
}

.rd2 {
  background: #fd7704;
}

.rd3 {
  background: #3aa69a;
}

.uplink-icon {
  width: 18px;
  margin-right: 12px;
}

.book-a-table {
  padding: 60px 0 60px;
  background-image: url(../image/message-bg.jpg);
  background-attachment: fixed;
  background-position: center center;
  text-align: center;
  color: #fff;
}

.book-a-table h2 {
  width: 70%;
  margin: auto;
  font-size: 26px;
  font-weight: normal;
  letter-spacing: 0.6px;
  padding: 0 15px;
  margin-top: 10px;
  margin-bottom: 25px;
  line-height: 35px;
}

.book-a-table p {
  width: 70%;
  margin: auto;
  font-size: 15px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.book-btn2 {
  padding: 9px 22px;
  background: #003d2b;
  font-size: 16px;
  display: inline-block;
  color: #fff;
  margin: auto;
  margin-top: 20px;
}

.pager {
  background: #fff;
  display: flex;
  padding: 20px 0;
}

.page {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px 0 0;
  text-align: center;
}

.title {
  padding: 10px 0 5px 0px;
  color: #333;
  margin: 0px 0 10px;
  font-size: 42px;
  font-weight: bold;
  letter-spacing: 1px;
}

.page p {
  font-size: 17px;
  padding-bottom: 8px;
  color: #686868;
  line-height: 28px;
  width: 55%;
  margin: auto;
  margin-top: 20px;
}

.page a {
  color: #fff;
}

.expertise {
  display: flex;
  margin-bottom: 50px;
  margin-top: 40px;
}

.expertise div {
  width: 25%;
}

.expertise div:hover .feat-icon {
  -moz-transform: scale(1.04);
  -webkit-transform: scale(1.04);
  transform: scale(1.04);
}

.expertise h4 {
  font-size: 18px;
  font-weight: normal;
  margin-top: 15px;
}

.feat-icon {
  display: inline-block;
  margin: auto;
  width: 100px;
  height: 100px;
  background: #03a84e;
  border-radius: 100%;
  -moz-transition: all 0.7s;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}

.svg-icon-top {
  fill: #fff;
  width: 50px;
  padding-top: 24px;
}

.svg-icon-award {
  fill: #fff;
  width: 40px;
  padding-top: 24px;
}

.more {
  display: inline-block;
  margin: auto;
  padding: 10px 18px;
  background: #003d2b;
  font-size: 14px;
  margin-bottom: 30px;
  border-radius: 5px;
}

.more:hover {
  background: #03a84e;
}

.highl {
  color: #03a84e;
}

#sidebar a {
  border: none;
  color: #464545;
  font-size: 14px;
}

#sidebar a:hover {
  text-decoration: underline;
  color: #d7151c;
}

#sidebar a {
  color: #fff;
}

#sidebar a:hover {
  text-decoration: none;
  color: #fff;
}

/* .arrow-icon {
	float: left;
	width: 22px;
	margin-right: 11px;
} */

.why-enq {
  text-align: center;
  margin-top: 20px;
}

.models {
  margin: 20px 10px 0 10px;
  padding: 10px;
  background: #fff;
}

.style-gallery {
  padding: 50px 0 50px;
  margin: auto;
  max-width: 1200px;
  text-align: center;
}

.scrollup {
  width: 42px;
  height: 52px;
  border-radius: 3px;
  text-indent: -9999px;
  position: fixed;
  bottom: -2px;
  right: 10px;
  display: none;
  z-index: 109999;
}

.top-number {
  float: right;
  width: 110px;
  color: #fff;
  text-align: right;
  margin-right: 15px;
  font-size: 14px;
  margin-top: 12px;
  background: #0f67be;
  padding: 3px 10px;
  margin-bottom: 4px;
}

.top-email {
  float: right;
  width: 200px;
  color: #fff;
  text-align: right;
  margin-right: 15px;
  font-size: 14px;
  margin-top: 12px;
  background: #fb7403;
  padding: 3px 10px;
  margin-bottom: 4px;
}

.facilities {
  margin: auto;
  max-width: 1200px;
  padding: 40px 0;
  text-align: center;
}

.facilities h4 {
  font-size: 17px;
  padding-bottom: 33px;
  color: #686868;
  line-height: 28px;
  width: 55%;
  margin: auto;
  margin-top: 20px;
  font-weight: normal;
}

.facil {
  float: left;
  width: 31.3%;
  margin: 20px 1%;
}

.facil:hover .facil-icon {
  -moz-transform: scale(1.04);
  -webkit-transform: scale(1.04);
  transform: scale(1.04);
}

.facil-icon {
  width: 180px;
  border-radius: 100%;
  -moz-transition: all 0.7s;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}

.facilities h3 {
  font-size: 20px;
  margin-top: 15px;
  margin-bottom: 15px;
  color: #03a84e;
  font-weight: normal;
}

.facilities p {
  font-size: 14px;
  line-height: 22px;
  width: 80%;
  color: #767676;
  margin: auto;
}

.breaks {
  display: block;
  clear: both;
  height: 1px;
}

.breaks2 {
  display: none;
  clear: both;
  height: 1px;
}

#matter {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px 0;
}

.entry {
  float: left;
  width: 70%;
}

.entry h2 {
  padding: 2px 0 0 0px;
  color: #0c6cb6;
  font-size: 27px;
  margin: 0px 0 10px 0px;
  font-weight: normal;
}

.entry p {
  line-height: 21px;
  padding: 5px 0;
  font-size: 14px;
  margin: 8px 0;
  color: #000;
}

.siders {
  float: right;
  width: 28%;
  margin-top: 20px;
}

.sider2 {
  background: #0d6db7;
  margin-top: 20px;
  width: 100%;
}

.sider2 h3 {
  color: #fff;
  font-size: 19px;
  background: #0d6db7;
  font-weight: normal;
  margin-bottom: 0px;
  margin-top: 0px;
  padding: 8px 0px 8px 15px;
}

.sider2 a {
  color: #000;
  background: #fff;
  display: block;
  padding: 12px 10px;
}

.sider2 a:hover {
  color: #000;
  background: #bee3ff;
}

.sider2 .still a {
  color: #000;
}

.sider2 ul {
  margin: auto;
  padding: 0px;
}

.sider2 li {
  list-style: none;
  float: left;
  font-size: 15px;
  padding: 0px 0;
  width: 100%;
  border-bottom: 1px solid #dedede;
}

.sider-icon {
  float: left;
  width: 10px;
  margin-right: 9px;
  margin-top: 7px;
}

.listerz {
  margin-top: 15px;
  background-color: #ffdd00;
  border-radius: 4px;
  padding-bottom: 12px;
}

.listerz h2 {
  font-size: 20px;
  text-align: center;
  padding: 15px 0 12px 10px;
  margin-top: 0px;
  color: #000;
  font-weight: normal;
  margin-bottom: 12px;
  line-height: 25px;
}

.listerz li {
  list-style: none;
  line-height: 20px;
  padding: 6px 0 7px 10px;
}

.listerz input[type="text"] {
  width: 84%;
  display: block;
  margin: auto;
  color: #999999;
  padding: 7px 2% 7px 4%;
  line-height: 20px;
  border: none;
  margin-top: 12px;
  font-size: 15px;
  background: #f6f6f6;
}

.listerz select {
  width: 91%;
  display: block;
  margin: auto;
  color: #999999;
  padding: 7px 2% 7px 4%;
  line-height: 20px;
  border: none;
  margin-top: 15px;
  font-size: 12px;
  background: #f6f6f6;
}

.listerz textarea {
  padding: 9px 0 9px 4%;
  border: none;
  background: #f6f6f6;
  width: 86%;
  display: block;
  margin: auto;
  font-size: 15px;
  margin-top: 12px;
  color: #999999;
}

.listerz input[type="submit"] {
  padding: 12px 0;
  background: #fff;
  display: block;
  width: 92%;
  display: block;
  margin: auto;
  color: #000;
  border-radius: 4px;
  text-align: center;
  cursor: pointer;
  font-size: 16px;
  font-weight: bold;
  border: 0px;
  margin-top: 9px;
  margin-bottom: 8px;
}

.gal-categ {
  float: left;
  width: 22%;
  text-align: center;
  margin: 0 1%;
  padding: 0.5%;
  background: #e3fdff;
}

.gal-categ h4 {
  font-size: 18px;
  font-weight: normal;
  margin: 5px 0;
}

.team-categ {
  float: left;
  width: 22%;
  text-align: center;
  margin-right: 2%;
  padding: 0.5%;
  background: #e3fdff;
}

.team-categ h4 {
  font-size: 18px;
  font-weight: normal;
  margin: 5px 0;
}
body {
  top: 0px !important;
}
.topper {
  display: block;
  padding: 7px 20px;
  background: #0c5a23;
}

.top-contact {
  margin: auto;
  max-width: 1200px;
  display: flex;
  justify-content: space-between;
}

.top-contact div {
  font-size: 18px;
}

.top-contact a {
  color: #fff;
}

.top-icon {
  float: left;
  width: 25px;
  margin-right: 8px;
}

.helpline {
  color: #f4ed18;
}

.top-contact svg {
  width: 24px;
  float: right;
  margin-left: 13px;
  fill: #fff;
}

#footer-wrap {
  background: #0c5a23;
  padding: 50px 0 20px;
}

.footer-stat,
#footer {
  margin: 0 auto;
  max-width: 1200px;
}
.footer-stat {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
.footer-stat h3 {
  color: #fff;
  font-size: 22px;
  font-weight: 600;
  margin: 25px 0 0px 0px;
  padding-bottom: 8px;
}
.footer-stat h4 {
  color: #2bd941;
  font-size: 19px;
  font-weight: 500;
  margin: 25px 0 0px 0px;
  padding-bottom: 8px;
}
.bord4 {
  width: 40px;
  height: 3px;
  background: #2bd941;
  margin-bottom: 20px;
}

.footer-stat a {
  text-decoration: none;
  color: #fff;
}

.footer-stat a:hover {
  text-decoration: none;
  color: #2bd941;
}

.footer-stat li {
  padding: 6px 10px 6px 0px;
  list-style: none;
  text-align: justify;
  letter-spacing: 0.5px;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
}

.footer-stat p {
  padding: 7px 10px 7px 0px;
  text-align: left;
  font-size: 14px;
  color: #fff;
  margin: 3px 0;
  line-height: 22px;
}

.adrs {
  float: left;
  max-width: 21px;
  margin-right: 12px;
  margin-bottom: 15px;
}

.mbl {
  max-width: 20px;
  margin-right: 12px;
  float: left;
}

.eml {
  max-width: 20px;
  margin-right: 12px;
}

.foot {
  flex: 1;
}

.foot2 {
  flex: 1;
}

.foot3 {
  flex: 1.6;
}

.scl2 {
  width: 15px;
  text-decoration: none;
  display: block;
  float: left;
  border-radius: 100%;
  background: #02270d;
  padding: 9px 9px;
  margin-right: 8px;
}

.scl2:hover {
  background: #001205;
}

.mappi {
  background: #4f4c4d;
  padding: 3px;
  border-radius: 4px;
}

.feeter {
  background: #02270d;
  padding: 25px 0;
}

#footer p {
  margin: 0;
  padding-top: 10px;
  line-height: normal;
  font-size: 14px;
  text-align: center;
  color: #fff;
}

#footer a {
  color: #001205;
  text-decoration: none;
  font-size: 13px;
}

.dest {
  float: right;
}

.page-title {
  text-align: center;
  display: flex;
  flex-direction: column;
  background-image: url(../image/pages-bg.webp);
  background-position: center center;
  padding: 50px 20px;
  color: #fff;
}

.page-title h2 {
  font-size: 36px;
  margin-bottom: 10px;
  letter-spacing: 1px;
  font-weight: bold;
}

.page-title p {
  font-size: 16px;
}

.page-title a {
  color: #03a84e;
}

.about-matter {
  margin: auto;
  max-width: 1200px;
  padding: 40px 0;
}

.about-content {
  float: left;
  width: 60%;
}

.our-result {
  float: right;
  width: 40%;
}

.about-content h3 {
  font-size: 30px;
  color: #000;
  font-weight: bold;
  letter-spacing: 1px;
}

.about-content h4,
.origin-detail h4 {
  font-size: 18px;
  color: #03a84e;
  font-weight: normal;
  margin-bottom: 1px;
  margin-top: 20px;
}

.about-content p,
.origin-detail p {
  font-size: 16px;
  padding-bottom: 8px;
  color: #686868;
  line-height: 27px;
  margin-top: 20px;
}

.about-content ul,
.origin-detail ul {
  padding: 0px 0 0 20px;
  margin: 0px;
}

.about-content li,
.origin-detail li {
  font-size: 15px;
  padding-bottom: 8px;
  color: #686868;
  line-height: 27px;
  margin-top: 5px;
  list-style: disc;
}

.result-manage {
  display: block;
  padding: 10px 10px 50px;
  background: #f3f3f3;
  margin-left: 20px;
}

.result-manage h4 {
  text-align: center;
  color: #000;
  font-size: 21px;
  margin: 0px 0 12px;
}

.mission-vision-manage {
  margin: auto;
  max-width: 1200px;
  padding: 60px 0;
}

.mission-vision-manage h2 {
  margin-bottom: 30px;
  font-weight: 500;
  line-height: 1.2;
  font-size: 40px;
  color: #000;
}

.mission-vision-manage p {
  margin-bottom: 20px;
  line-height: 28px;
  font-size: 18px;
}
.mission-vision-manage li {
  margin-bottom: 20px;
  line-height: 28px;
  font-size: 18px;
}
.mission-manage {
  float: left;
  width: 50%;
}

.vision-manage {
  float: right;
  width: 50%;
}

.mission-manage div,
.vision-manage div {
  display: block;
  padding: 10px;
}

.mvs-control {
  background: url(../image/border-right.png) top right no-repeat;
}

.mvs-control2 {
  background: url(../image/border-left.png) bottom left no-repeat;
}

.mission-content {
  float: right;
  width: 50%;
}

.vision-content {
  float: left;
  width: 50%;
}

.mission-content div,
.vision-content div {
  display: block;
  padding: 50px 90px 50px 70px;
}

.thin-breaker {
  clear: both;
  height: 0.1px;
}

.cool-counter {
  background-color: #eff2fb;
}

.testimonial-list {
  margin: auto;
  display: flex;
  flex-direction: column;
  max-width: 1050px;
  padding: 50px 20px;
}

.foster {
  padding-left: 0px;
  border-bottom: 1px solid #e1e1e1;
  margin: 20px 0 0px;
}

.foster h3 {
  line-height: 24px;
  color: #0a934b;
  font-size: 20px;
  padding: 6px 0;
  font-weight: normal;
  margin-bottom: 0px;
  margin-top: 5px;
}

.foster p {
  font-size: 14px;
  line-height: 1.8;
  color: #666;
  padding-bottom: 10px;
  margin-top: 8px;
}

.testim-icons {
  width: 100px;
  float: left;
  margin-right: 20px;
  border-radius: 100%;
  margin-bottom: 20px;
}

.disease-details {
  display: block;
  margin: auto;
  max-width: 1200px;
  padding: 40px 0;
}

.disease-content {
  float: right;
  width: 70%;
}

.disease-content h3 {
  font-size: 28px;
  font-weight: normal;
  color: #000;
  margin-bottom: 10px;
}

.disease-content h4 {
  font-size: 23px;
  font-weight: normal;
  color: #069d4c;
  margin-bottom: 10px;
}

.disease-content p {
  font-size: 14px;
  line-height: 1.8;
  color: #666;
  margin-top: 8px;
}

.disease-content li {
  list-style: none;
  font-size: 14px;
  line-height: 1.8;
  color: #666;
  padding: 6px 0;
}

.disease-list {
  float: left;
  width: 26%;
  /* background: #F3F3F3; */
  padding: 0px 0;
}

.disease-list h3 {
  border-bottom: 1px solid #8080806b;
  padding-bottom: 15px;
  font: normal normal 600 21px;
  margin: 0 0 10px 0;
  font-size: 24px;
}

.disease-list ul {
  margin: 0 0px;
  padding: 0px;
}

.disease-list li {
  list-style: none;
}

.disease-list a {
  display: block;
  padding: 10px 15px;
  font-size: 15px;
  color: #777;
  border-bottom: 1px solid #f0f0f0;
}

.disease-list a:hover {
  color: #000 !important;
}

.current {
  color: #000 !important;
  background: #f0f0f0;
}

.online-clinic {
  padding: 40px 20px;
  background: #fffbbe;
}

.account-details {
  margin: auto;
  max-width: 700px;
  padding: 20px;
  background: #197c3e;
  color: #fff;
  border-radius: 10px 10px 0 0;
  border-bottom: 5px solid #e4e4e4;
}

.account-details h3 {
  font-weight: normal;
  font-size: 17px;
  text-align: center;
  margin-top: 4px;
  border-bottom: 1px solid #22a953;
  padding-bottom: 7px;
  margin-bottom: 25px;
}

.account-details p {
  font-size: 14px;
}

.account-details span {
  float: right;
}

.online-enquiry {
  margin: auto;
  max-width: 700px;
  padding: 20px;
  margin-top: 0px;
  background: #fff;
  border-radius: 0 0 10px 10px;
}

.online-enquiry h3 {
  text-align: center;
  font-size: 23px;
  font-weight: bold;
  letter-spacing: 1px;
  margin-bottom: 10px;
  margin-top: 5px;
}

.online-enquiry p {
  font-size: 14px;
  color: #5400bb;
  margin-bottom: -3px;
}

.online-enquiry input[type="text"],
.online-enquiry input[type="time"],
.online-enquiry select {
  width: 97%;
  background: #ffffff;
  border: 1px solid #333;
  color: #717171;
  font-size: 16px;
  margin: 8px 0px 8px 0px;
  padding: 0% 0% 0% 3%;
  height: 40px;
  border-radius: 4px;
  outline: none;
}

.online-enquiry select {
  width: 100%;
}

.sub-btn {
  padding: 11px 36px;
  font-size: 18px;
  width: 200px;
  display: block;
  text-align: center;
  letter-spacing: 0.6px;
  border: 0px;
  background: #197c3e;
  color: #fff;
  cursor: pointer;
  margin-top: 12px;
  border-radius: 5px;
}

.sub-btn:hover {
  background: #001205;
}

.foot-log {
  margin: auto;
  max-width: 1200px;
  padding: 40px 0;
  text-align: center;
}

.scope {
  float: left;
  width: 33.3%;
}

.scope-icon {
  width: 80px;
}

.scope h3 {
  color: #222;
  letter-spacing: 0.6px;
}

.scope p {
  font-size: 15px;
}

.enquiry-build {
  width: 100%;
  background: #197c3e;
  display: flex;
}

.why-ayurveda {
  float: right;
  width: 50%;
  padding: 40px 0 20px;
  background: url(../image/enquiry-bg.jpg) top center;
}

.enquiry-form {
  margin: 0 0px;
  width: 80%;
  margin: auto;
}

.great {
  width: 80%;
  margin-left: 10%;
  margin-bottom: 20px;
}

.great h6 {
  padding: 12px 0 0 0px;
  color: #fff;
  text-align: center;
  font-size: 22px;
  margin: 20px 0 5px 0px;
  font-weight: bold;
}

.great p {
  color: #fff;
  padding: 0 15px 0 15px;
  line-height: 150%;
  font-size: 15px;
  text-align: center;
  margin-top: 10px;
}

.quote-input {
  font-size: 15px;
  padding: 2px 0.5%;
  color: #fff;
  float: left;
  height: 32px;
  width: 96%;
  border: none;
  background: none;
  border-bottom: 1px solid #fff;
  margin: 8px 1%;
  outline: none;
}

.quote-input2 {
  font-size: 15px;
  padding: 9px 0.5%;
  width: 96%;
  border: none;
  background: none;
  border-bottom: 1px solid #fff;
  margin: 8px 0;
  color: #fff;
  outline: none;
}

.quote-inputs {
  font-size: 15px;
  padding: 9px 0.5%;
  width: 95%;
  border: none;
  background: none;
  border-bottom: 1px solid #fff;
  margin: 8px 1%;
  outline: none;
  resize: none;
  color: #fff;
}

.great option {
  color: #000;
}

.great input::placeholder {
  color: #fff;
}

.great ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #fff;
}

.great ::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
}

.great :-ms-input-placeholder {
  /* IE 10+ */
  color: #fff;
}

.great :-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
}

.bluebox2 {
  margin: auto;
  width: 220px;
  border: none;
  margin-left: 6px;
  background: #fff;
  padding: 15px 25px 12px 25px;
  color: #333;
  font-size: 17px;
  margin-top: 30px;
  font-weight: bold;
  transition: 0.5s x;
  border-radius: 28px;
  -o-transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  cursor: pointer;
}

.bluebox2:hover {
  background: #2bd941;
  color: #fff;
}

.enquiry-form h2 {
  color: #fff;
  margin-top: 15px;
  font-size: 24px;
  letter-spacing: 1px;
  margin-bottom: 20px;
}

.enquiry-form h3 {
  color: #ffdd00;
  margin-top: 15px;
  font-size: 19px;
  font-weight: normal;
  letter-spacing: 0.6px;
  margin-bottom: 5px;
}

.enquiry-form p {
  color: #fff;
  margin-top: 5px;
  font-size: 14px;
  line-height: 22px;
  margin-right: 0px;
}

.enquiry-bg {
  float: left;
  width: 50%;
  text-align: center;
  padding: 20px 0;
}

.arrow-icon {
  width: 26px;
  float: left;
  margin-right: 9px;
  margin-bottom: 28px;
}

.f-cntrl h2 {
  color: #fff;
  margin-top: 15px;
  font-size: 24px;
  letter-spacing: 1px;
  margin-bottom: 10px;
}

.f-cntrl h3 {
  color: #fff;
  margin-top: 15px;
  font-size: 21px;
  letter-spacing: 0.6px;
  margin-bottom: 5px;
}

.f-cntrl p {
  color: #333;
  margin-top: 16px;
  font-size: 16px;
  line-height: 26px;
  margin-right: 0px;
}

.why-us {
  width: 100%;
  background: #fff;
  padding: 60px 0 70px;
}

.why-enq {
  text-align: center;
  margin-top: 20px;
}

.why-choose {
  margin: 0 0px;
  width: 100%;
  margin: auto;
}

.contact-details {
  margin: auto;
  max-width: 1200px;
  padding: 40px 0;
}

.contact-details a,
.foot-log a {
  color: #464032;
}

.contact-map {
  float: left;
  width: 50%;
}

.contact-address {
  float: right;
  width: 50%;
}

.contact-logo {
  width: 180px;
}

.contact-box {
  padding: 10px 50px;
}

.contact-box h2 {
  font-size: 28px;
  color: #000;
  font-weight: normal;
  margin: 0 0 10px;
}

.contact-box h3 {
  font-size: 21px;
  color: #000;
  font-weight: normal;
  margin: 5px 0 15px;
}

.contact-box p {
  font-size: 15px;
  padding: 6px 0;
}

.online-booking-btn {
  padding: 12px 29px;
  display: inline-block;
  background: #03a84e;
  color: #fff;
  font-size: 20px;
  border-radius: 6px;
}

.online-booking-btn:hover {
  background: #003d2b;
}

.booking-svg {
  width: 17px;
  fill: #fff;
  margin-right: 8px;
}

.origin-ayur {
  padding: 40px 20px;
  background: #f6f6f6;
}

.origin-detail {
  margin: auto;
  max-width: 1200px;
}

.purity {
  float: right;
  width: 30%;
  margin-bottom: 20px;
}

.design-box {
  padding: 1px 20px 12px;
  background: #e4fff0;
  margin-bottom: 30px;
  border: 1px solid #b8ffd8;
}

.sider-enquiry-icon {
  position: absolute;
  width: 30px;
  top: 180px;
  right: 0px;
  z-index: 999;
}

.disease-content ul {
  padding: 0px 0 0 20px;
}

.disease-content li {
  padding: 4px 0 0 7px;
  list-style: disc;
}

.goog-te-combo {
  padding: 5px 5px;
  border: 1px solid #000;
  width: 140px;
  background: #fff;
}

.goog-te-gadget span {
  display: none !important;
}
.mapper {
  padding: 10px;
  background: #deffe2;
}
.contact-section {
  background: #0c5a23;
  padding: 80px 20px 80px;
  text-align: center;
  color: #fff;
  position: relative;
  /* overflow: visible; */
}

/* OUTSIDE bottom round */
.contact-section::after {
  content: "";
  position: absolute;
  bottom: -120px;
  left: 0;
  width: 100%;
  height: 120px;
  z-index: -1;
  background: #0c5a23;
  border-bottom-left-radius: 100% 260px;
  border-bottom-right-radius: 100% 260px;
}

.contact-section h2 {
  font-size: 52px;
  margin-bottom: 50px;
}

.contact-box-wrapper {
  display: flex;
  gap: 25px;
  justify-content: center;
  flex-wrap: wrap;
}

.contact-box {
  background: #fff;
  color: #333;
  padding: 35px 25px;
  width: 280px;
  border-radius: 20px;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.contact-box:hover {
  transform: scale(1.08);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.25);
}

.contact-box .icon {
  font-size: 45px;
  margin-bottom: 15px;
}

.contact-box h3 {
  font-size: 27px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #0c5a23;
}
.contact-box p {
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 0;
  margin-top: 5px;
}
.contact-subtitle {
  max-width: 850px;
  margin: 0 auto 45px;
  font-size: 17px;
  line-height: 1.7;
  color: #eafff1;
  opacity: 0.95;
}
.cta-section {
  position: relative;
  /* z-index: 999; */
  padding: 50px 20px;
  margin-top: 170px;
  background: #fff;
  text-align: center;
  overflow: hidden;
  color: #fff;
}

.cta-content {
  position: relative;
  z-index: 99;
  max-width: 1000px;
  margin: auto;
  margin-top: -20px;
  padding: 60px 40px;
  background: #fff;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.cta-content::before {
  content: "❤";
  position: absolute;
  font-size: 170px;
  color: rgba(87, 18, 18, 0.08);
  top: 36%;
  right: -6%;
  transform: translate(-50%, -50%);
  z-index: 0;
}
.cta-content h2 {
  font-size: 52px;
  margin-bottom: 20px;
  color: #0c5a23;
}

.cta-content p {
  font-size: 18px;
  margin-bottom: 35px;
  line-height: 1.6;
  opacity: 0.95;
  color: #555;
}

.cta-btn {
  display: inline-block;
  padding: 22px 35px;
  background: #0c5a23;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  border-radius: 7px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.cta-btn:hover {
  background: #2bd941;
  transform: translateY(-3px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}
.cta-btn2 {
  display: inline-block;
  padding: 22px 35px;
  background: #0c5a23;
  border: #1cd353 2px solid;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  border-radius: 7px;
  text-decoration: none;
  transition: all 0.3s ease;
  margin-top: 50px;
}

.cta-btn2:hover {
  background: #1cd353;
  color: #222;
  transform: translateY(-3px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}
.faq-section {
  padding: 80px 20px;
  background: #f3f5f6;
  text-align: center;
}

.faq-section h2 {
  font-size: 36px;
  margin-bottom: 50px;
  color: #000;
}

.faq-container {
  max-width: 900px;
  margin: auto;
  text-align: left;
}

.faq-item {
  background: #fff;
  border-radius: 15px;
  margin-bottom: 20px;
  overflow: hidden;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
}

.faq-question {
  width: 100%;
  background: none;
  border: none;
  padding: 22px 30px;
  font-size: 18px;
  font-weight: 600;
  color: #1faa59;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}

.faq-question .icon {
  font-size: 28px;
  transition: transform 0.4s ease;
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease, padding 0.4s ease;
  padding: 0 30px;
}

.faq-answer p {
  font-size: 16px;
  line-height: 1.6;
  color: #555;
}

/* Active state */
.faq-item.active .faq-answer {
  max-height: 200px;
  padding: 0 30px 25px;
}

.faq-item.active .icon {
  transform: rotate(45deg); /* + turns into × */
}

.testimonial-section {
  padding: 90px 20px;
  background: #fff;
  text-align: center;
  position: relative;
}

.subtitle {
  color: #222;
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-weight: 600;
}

.testimonial-section h2 {
  font-size: 50px;
  margin-bottom: 50px;
  margin-top: 20px;
  color: #0c5a23;
}
.testknow-bg {
  margin: auto;
  max-width: 1100px;
  background: #fff;
  padding: 20px 20px 50px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  margin-top: -250px;
}
.testimonial-slider {
  position: relative;
  margin: auto;
  display: flex;
  align-items: center;
}

.testimonial-viewport {
  overflow: hidden;
  width: 100%;
}

.testimonial-track {
  display: flex;
  transition: transform 0.6s ease;
  gap: 25px;
}

/* Card */
.testimonial-card {
  background: #fff;
  padding: 35px 25px;
  border-radius: 20px;
  flex: 0 0 calc(29% - 20px);
  position: relative;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}

.testimonial-card::before {
  content: "❝";
  position: absolute;
  top: 3px;
  left: 20px;
  font-size: 120px;
  color: rgba(31, 170, 89, 0.15);
}

.user-icon {
  font-size: 45px;
  background: #eafff1;
  color: #1faa59;
  width: 70px;
  height: 70px;
  margin: 0 auto 20px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.messages {
  font-size: 16px;
  line-height: 1.6;
  color: #555;
  margin-bottom: 20px;
}

.ratings {
  font-size: 20px;
  color: #f5b301;
  margin-bottom: 10px;
}

.names {
  font-size: 17px;
  font-weight: 700;
  color: #222;
}

/* Navigation buttons */
.navs {
  background: #1faa59;
  border: none;
  color: #fff;
  font-size: 22px;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  cursor: pointer;
  transition: background 0.3s ease;
}

.navs:hover {
  background: #168f48;
}

.prevs {
  margin-right: 15px;
}

.nexts {
  margin-left: 15px;
}

/* Responsive */
@media (max-width: 992px) {
  .testimonial-card {
    flex: 0 0 calc(50% - 12px);
  }
}

@media (max-width: 600px) {
  .testimonial-card {
    flex: 0 0 100%;
  }
}
.testim-bg {
  background: url("https://images.unsplash.com/photo-1676803704427-496b1de33baa?q=80&w=1470&auto=format&fit=crop&ixlib=rb-4.1.0&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D")
    center center no-repeat;
  background-size: cover;
  height: 550px;
}

.info-section {
  padding: 50px 20px 90px;
  background: #fff;
  position: relative;
  z-index: 999;
}

.stats-area {
  max-width: 1200px;
  margin: auto;
  display: flex;
  gap: 40px;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
}

.stat-box {
  flex: 1;
  background: rgba(255, 255, 255, 0.15);
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(6px);
  color: #fff;
  padding: 30px 20px;
  text-align: center;
  border-radius: 20px;
  transition: transform 0.4s ease;
}

.stat-box:hover {
  transform: translateY(-8px);
}

.stat-box .staticon {
  fill: #0c5a23;
  width: 70px;
  margin: auto;
  margin-bottom: 2px;
}

.stat-box h3 {
  font-size: 34px;
  color: #0c5a23;
  margin-bottom: 5px;
  margin-top: 12px;
}
.stat-box p {
  font-size: 16px;
  line-height: 1.5;
  color: #000;
}
.contact-area {
  flex: 2;
  margin-top: -100px;
}

.contact-boxs {
  background: #fff;
  padding: 30px;
  border-radius: 40px;
  text-align: center;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15);
}

.contact-boxs .hed-icon {
  margin: auto;
  width: 110px;
  fill: #fff;
  margin-bottom: 10px;
}

.contact-boxs h4 {
  font-size: 26px;
  margin-bottom: 8px;
}

.contact-boxs p {
  font-size: 16px;
  color: #fff;
}

.contact-boxs.highlight {
  background: #1faa59;
  border: 10px solid #fff;
  color: #fff;
}

.contact-boxs.highlight .icon {
  color: #fff;
}

@media all and (max-width: 1024px) {
  .stats-area {
    gap: 20px;
  }
  .contact-boxs {
    padding: 20px;
  }
  .stats-area {
    gap: 20px;
    justify-content: space-between;
  }
  .stat-box {
    flex: unset;
    width: 44%;
  }
  .contact-area {
    flex: unset !important;
    width: 44% !important;
    margin-top: 0px;
  }
}

@media all and (max-width: 900px) {
  .stat-box {
    flex-basis: 42%;
  }
  .contact-area {
    flex-basis: 42%;
  }
}
@media (max-width: 768px) {
  .stats-area {
    gap: 10px;
    margin-top: 20px;
  }
  .stat-box {
    padding: 40px 0;
    width: 46%;
  }
  .contact-area {
    padding: 20px 0;
    width: 46%;
  }
  .stat-box .staticon {
    width: 60px;
  }

  .stat-box h3 {
    font-size: 30px;
  }
  .stat-box p {
    font-size: 15px;
  }
  .contact-boxs {
    border-radius: 20px;
  }

  .contact-boxs h4 {
    font-size: 22px;
    margin-bottom: 8px;
  }

  .contact-boxs p {
    font-size: 16px;
    color: #fff;
  }
  .contact-boxs.highlight {
    border: 0;
  }
  .contact-boxs .hed-icon {
    width: 80px;
  }
  .hide-mob {
    display: none;
  }
}
@media (max-width: 600px) {
  .contact-boxs .hed-icon {
    width: 60px;
  }
  .contact-boxs h4 {
    margin-top: 20px;
    font-size: 20px;
    margin-bottom: 8px;
  }
  .stats-area {
    align-items: start;
  }
  .stat-box .staticon {
    width: 40px;
  }
  .stat-box h3 {
    font-size: 25px;
  }
  .stat-box p {
    font-size: 14px;
  }
  .stat-box {
    flex-basis: 48% !important;
  }
  .contact-area {
    flex-basis: 48% !important;
    margin-top: -10px;
  }
}
@media (max-width: 500px) {
  .contact-boxs .hed-icon {
    width: 60px;
  }
  .contact-boxs h4 {
    margin-top: 20px;
    font-size: 18px;
    margin-bottom: 8px;
  }
  .stat-box .staticon {
    width: 40px;
  }
  .stat-box h3 {
    font-size: 22px;
  }
  .stat-box p {
    font-size: 14px;
  }
  .stat-box {
    flex-basis: 48% !important;
  }
  .contact-area {
    flex-basis: 48% !important;
  }
}
.about-section {
  padding: 50px 20px 70px;
  background: url("../image/content-bg.png") top right no-repeat #fff;
}

.about-wrapper {
  max-width: 1200px;
  margin: auto;
  display: flex;
  align-items: center;
  gap: 50px;
  flex-wrap: wrap;
}

/* Image */
.about-image {
  flex: 1;
}

.about-image img {
  width: 100%;
}

/* Content */
.about-content {
  flex: 1;
}

.about-content .subtitle {
  color: #222;
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-weight: 600;
}

.about-content h2 {
  font-size: 36px;
  line-height: 1.3;
  margin-bottom: 25px;
  margin-top: 5px;
  color: #222;
}

.about-content h2 span {
  color: #1faa59;
}

.about-content p {
  font-size: 16px;
  line-height: 1.7;
  color: #555;
  margin-bottom: 15px;
}

.about-points {
  margin-top: 20px;
  padding: 0;
  list-style: none;
}
.about-points ul {
  padding: 0;
  margin: 0;
}
.about-points li {
  font-size: 16px;
  margin-bottom: 10px;
  list-style: none;
  color: #333;
}

/* Responsive */
@media (max-width: 900px) {
  .about-wrapper {
    flex-direction: column;
    text-align: center;
  }

  .about-points li {
    justify-content: center;
  }
}

.video-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 16px;
  border: none;
  cursor: pointer;
  font-weight: 700;
  margin-left: 20px;
  margin-top: 22px;
  background: none;
}
.video-btn span {
  background: #0c5a23;
  border-radius: 50px;
  fill: #fff;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
}
.video-btn:hover span {
  background: #168f48;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}

.video-modal {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.75);
  z-index: 999999;
  justify-content: center;
  align-items: center;
}

/* Modal Box */
.video-modal-content {
  position: relative;
  width: 90%;
  max-width: 500px;
  height: 600px;
  overflow-y: scroll;
  overflow-x: hidden;
  background: #fff;
  padding: 12px;
  border-radius: 15px;
  overflow: hidden;
}

/* Close Button */
.close-btn {
  position: absolute;
  top: -40px;
  right: 0;
  font-size: 30px;
  color: #fff;
  cursor: pointer;
}

/* Video */
.video-modal video {
  width: 100%;
  height: auto;
  display: block;
}

@media (max-width: 600px) {
  .video-modal-content {
    max-width: 95%;
  }
}

.services-section {
  padding: 50px 20px 90px;
  background: #0c5a23;
  background: linear-gradient(
    166deg,
    rgba(12, 90, 35, 1) 0%,
    rgba(20, 151, 59, 1) 100%
  );
  text-align: center;
}

.services-subtitle {
  color: #fff;
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.services-title {
  font-size: 50px;
  margin-top: 20px;
  margin-bottom: 50px;
  color: #fff;
}

/* Grid */
.services-grid {
  max-width: 1100px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 25px;
}

/* Box */
.service-box {
  background: #fff;
  padding: 33px 15px;
  font-size: 18px;
  font-weight: 700;
  color: #222;
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.service-box:hover {
  transform: scale(1.08);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.15);
}

/* Responsive text */
@media (max-width: 600px) {
  .services-title {
    font-size: 28px;
  }

  .service-box {
    font-size: 16px;
  }
}

.why-choose-section {
  padding: 100px 20px;
  background: #f8fff9;
}

.why-container {
  max-width: 1200px;
  margin: auto;
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 60px;
  align-items: center;
}

/* Left */
.why-left h4 {
  color: #1faa59;
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.why-left h2 {
  font-size: 36px;
  margin-bottom: 20px;
}

.why-left p {
  font-size: 17px;
  line-height: 1.7;
  margin-bottom: 15px;
  color: #555;
}

/* Right */
.why-right {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 25px;
}

.why-box {
  background: #fff;
  padding: 30px 20px;
  border-radius: 18px;
  text-align: center;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
  transition: all 0.35s ease;
}

.why-box:hover {
  transform: translateY(-8px);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.15);
}

.why-box img {
  /* width: 0px; */
  margin-bottom: 15px;
}

.why-box h3 {
  font-size: 20px;
  margin-bottom: 10px;
}

.why-box p {
  font-size: 15px;
  color: #666;
}

/* Responsive */
@media (max-width: 900px) {
  .why-container {
    grid-template-columns: 1fr;
  }

  .why-right {
    grid-template-columns: 1fr;
  }

  .why-left h2 {
    font-size: 30px;
  }
}

.social-gallery {
  padding: 30px 20px 60px;
  background: #fff;
}
.pic-gallery {
  margin: auto;
  max-width: 1200px;
}
.zoomer {
  width: 100%;
  float: left;
}
.zoomer h2 {
  font-size: 50px;
  color: #168f48;
  margin-top: 0;
  margin-bottom: 40px;
  text-align: center;
}
