.navbar-brand {
  padding: 0 !important;
}

.navbar-brand img {
  max-height: 65px;
}

.topnav1 {
  background-color: #fff;
  -webkit-box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
}

.topnav1 .navbar .nav-item {
  font-size: 18px;
  font-weight: 600;
}

.topnav1 .navbar .nav-item.active .nav-link, .topnav1 .navbar .nav-item.current .nav-link {
  color: #2e5b47;
}

@media (min-width: 768px) {
  .topnav1 .navbar .nav-item.active .nav-link::after, .topnav1 .navbar .nav-item.current .nav-link::after {
    content: "";
    display: block;
    margin: 0 auto;
    width: 80%;
    padding-top: 5px;
    border-bottom: 2px solid #2e5b47;
  }
}

.topnav1 .navbar .dropdown-menu .dropdown-item {
  -webkit-transition: all .2s;
  transition: all .2s;
}

.topnav1 .navbar .dropdown-menu .dropdown-item:hover {
  background-color: #2e5b47;
  color: #fff;
}

@media (min-width: 768px) {
  .topnav1 .dropdown:hover > .dropdown-menu {
    display: block;
  }
  .topnav1 .navbar-expand-lg .navbar-nav .nav-link {
    padding: 1.1rem 1rem;
    font-weight: 500;
    font-size: 22px;
  }
  .topnav1 .dropdown-item {
    font-size: 13px;
    color: #7e7e7e;
    font-weight: 500;
  }
  .topnav1 .navbar {
    padding: 10px;
  }
}

header {
  border-bottom: 1px solid #eee;
}

.nav-m ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-m ul li {
  width: 25%;
  float: left;
}

.nav-m ul li a {
  font-size: 13px;
  display: block;
  text-align: center;
  padding: 10px 0;
  text-transform: uppercase;
  border-left: 1px dashed #ccc;
}

.nav-m ul li:first-child a {
  border-left: 0;
}

.btn {
  font-size: 13px;
  padding: 11px 25px;
  font-weight: 500;
}

.btn-primary {
  background-color: #2e5b47;
  border-color: #2e5b47;
}

.btn-primary:hover {
  background-color: #353d49;
  border-color: #353d49;
}

.btn-main {
  background-color: #2e5b47;
  color: #fff;
  font-weight: 700;
  padding: 0.7rem 2.5rem;
}

.btn-main:hover {
  background-color: #1d392d;
  color: #fff;
}

.btn-main-outline {
  border: 2px solid #2e5b47;
  color: #2e5b47;
  padding: 0.64rem 2.5rem;
  font-weight: 700;
}

.btn-main-outline:hover {
  border: 2px solid #2e5b47;
  background-color: #2e5b47;
  color: #fff;
}

.btn-gray {
  background-color: #838488;
  color: #fff;
  font-weight: 700;
  padding: 0.7rem 2.5rem;
}

.btn-gray:hover {
  background-color: #6a6b6e;
  color: #fff;
}

#back-to-top {
  position: fixed;
  bottom: 40px;
  right: 40px;
  z-index: 9999;
  text-align: center;
  line-height: 40px;
  width: 40px;
  background: #ccc;
  color: #444;
  cursor: pointer;
  border: 0;
  border-radius: 2px;
  text-decoration: none;
  -webkit-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
  opacity: 0;
  font-size: 18px;
}

#back-to-top:hover {
  background: #666;
  color: #fff;
}

#back-to-top.show {
  opacity: 1;
}

.coming-soon {
  padding: 200px 0;
  text-align: center;
  background-color: #fff;
}

.coming-soon h1 {
  font-weight: 300;
  font-family: "Rajdhani", sans-serif;
}

.coming-soon a {
  margin-top: 50px;
}

.bg-gray {
  background-color: #f6f6f6;
}

.bg-light {
  background-color: #fff;
}

.gradient-left {
  background: #308a56;
  background: -webkit-gradient(linear, left top, right top, from(#308a56), to(#005d3f));
  background: linear-gradient(90deg, #308a56 0%, #005d3f 100%);
}

.gradient-top {
  background: #55c595;
  background: -webkit-gradient(linear, left top, right top, from(#55c595), to(#005d3f));
  background: linear-gradient(90deg, #55c595 0%, #005d3f 100%);
}

.bg-right {
  width: 20%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
}

.bg-left {
  width: 20%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
}

body {
  font-size: 16px;
  font-weight: 600;
  font-family: "Rajdhani", sans-serif !important;
  color: #000;
  margin: 0 !important;
  padding: 0 !important;
  line-height: 180%;
  background-color: #f3f5f2;
}

@media (max-width: 1400px) {
  .wrap-site {
    padding: 0 0px;
  }
}

@media (min-width: 1401px) {
  .wrap-site {
    padding: 0 100px;
  }
}

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #999 !important;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: #999 !important;
}

a {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  color: var(--dark);
}

a:hover {
  text-decoration: none;
}

section {
  padding: 80px 0;
  overflow: hidden;
}

@media (min-width: 1400px) {
  section {
    padding: 100px 0;
  }
}

p {
  text-align: justify;
}

p {
  line-height: 170%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 150%;
}

a {
  outline: none !important;
}

a:hover,
a:visited,
a:link,
a:active {
  text-decoration: none;
}

img {
  border-radius: 5px;
}

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
}

.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.page-content {
  margin-top: 125px;
}

.line-heading {
  margin-bottom: 40px;
}

.line-heading span {
  border-bottom: 2px solid #2e5b47;
  display: inline-block;
  width: 50px;
}

.line-heading b {
  text-transform: uppercase;
  font-weight: 700;
  padding: 0 0 10px 5px;
  font-size: 12px;
  letter-spacing: 1px;
  display: block;
}

.line-heading h2 {
  font-size: 28px;
  line-height: 1.43em;
  font-weight: 500;
  font-family: "Rajdhani", sans-serif;
  padding: 0 0 0 0;
  margin: 0;
  color: #252525;
}

.line-heading h3 {
  font-size: 20px;
  line-height: 1.43em;
  font-weight: 500;
  font-family: "Rajdhani", sans-serif;
  padding: 0 0 0 0;
  margin: 0;
  color: #252525;
}

.line-heading p {
  margin: 15px 0 0 0;
}

.line-heading.align-center span,
.line-heading.align-center b,
.line-heading.align-center h2,
.line-heading.align-center h3,
.line-heading.align-center p {
  text-align: center;
}

.heading {
  margin-bottom: 30px;
}

.heading h2 {
  font-size: 40px;
  line-height: 150%;
  padding: 0 0 0 0;
  margin: 0;
  font-weight: 700;
  font-family: "Rajdhani", sans-serif;
}

.heading h2 b,
.heading h2 strong {
  font-weight: 700;
  color: #2e5b47;
}

.heading h2 span {
  color: #2e5b47;
}

.heading p {
  font-size: 15px;
  opacity: 0.8;
}

.heading .separator {
  border-bottom: 3px solid #999;
  width: 100px;
  display: inline-block;
}

@media (max-width: 767px) {
  .heading h2 {
    font-size: 30px;
  }
}

.comingsoon {
  font-size: 50px;
  text-align: center;
  padding: 100px 0;
}

.readmore {
  display: inline-block;
  background-color: #f5f5f5;
  font-size: 14px;
  color: #2e5b47;
  font-weight: 500;
  padding: 6px 23px;
}

.readmore i {
  margin-left: 10px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.readmore:hover {
  background-color: #fff;
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
          box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.viewall-full {
  text-align: center;
  padding-top: 40px;
  width: 100%;
  clear: both;
}

.viewall-full .btn {
  padding: 11px 100px;
  display: inline-block !important;
}

.fullh {
  min-height: 100%;
  min-height: 100vh;
  display: table;
  margin: auto;
  width: 100%;
}

.fullh > div {
  vertical-align: middle;
  display: table-cell;
}

.fullh2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

footer {
  padding: 50px 0 0 0;
  line-height: 160%;
  font-size: 18px;
  text-align: center;
}

footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

footer ul li a {
  padding: 6px 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  font-weight: 500;
  opacity: 0.6;
  display: block;
}

footer ul li a:hover {
  text-indent: 5px;
  color: #2e5b47;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  cursor: pointer;
}

footer h3 {
  font-size: 28px;
  font-weight: 600;
}

footer .separator {
  border-bottom: 2px solid #353d49;
  max-width: 300px;
  margin: 20px auto;
}

footer table {
  margin: auto;
}

footer hr {
  border-bottom: 0;
  border-top: 1px solid #ddd;
}

footer .footer-logo {
  height: 65px;
  margin-bottom: 40px;
}

footer .credit {
  border-top: 2px solid rgba(53, 61, 73, 0.5);
  margin-top: 40px;
  padding: 35px 0 35px 0;
}

footer .credit hr {
  margin-bottom: 30px;
}

footer .qcontact {
  font-weight: 500;
}

footer .qcontact .big-phone {
  font-size: 1.2rem;
  color: #2e5b47;
  margin-bottom: 10px;
}

footer .qcontact .big-phone a {
  color: #2e5b47;
  margin: 10px 0;
  display: inline-block;
}

footer .qcontact table tr td {
  vertical-align: top;
  padding-bottom: 10px;
}

footer .qcontact table tr td:first-child {
  padding-right: 15px;
}

footer .box {
  border: 1px solid #d2d7de;
  padding: 30px;
  border-radius: 10px;
  overflow: hidden;
}

footer .box p {
  text-align: center;
}

footer .social-footer a {
  background-color: #666;
  display: inline-block;
  margin-right: 10px;
  width: 35px;
  border-radius: 50%;
  text-align: center;
  color: #fff;
}

footer .social-footer a i {
  text-decoration: none;
  font-size: 1.2rem;
  margin: 0;
  padding: 0;
  line-height: 35px;
}

footer .social-footer a:hover {
  background-color: #2e5b47;
  color: #fff;
}

@media (max-width: 768px) {
  footer .box {
    margin-bottom: 30px;
  }
}

.ul-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.ul-list li {
  background: transparent url(../img/tick-2.png) scroll no-repeat left 10px;
  background-size: 16px auto;
  padding: 4px 0 4px 25px;
}

.banner {
  background-color: #c1c3b6;
  padding: 10px 10px;
  color: #fff;
  line-height: 150%;
  font-weight: 600;
  color: #333;
  font-size: 28px;
  text-transform: uppercase;
}

.banner img {
  margin-right: 15px;
  width: 30px;
}

@media (max-width: 768px) {
  .banner {
    font-size: 14px;
    padding: 13px 0;
  }
  .banner img {
    width: 18px;
    margin-right: 3px;
  }
  .banner .col {
    padding: 0 5px;
  }
  .banner table {
    margin: auto;
    width: 100%;
  }
  .banner table td {
    white-space: nowrap;
  }
}

.meta-info {
  color: #888;
  font-size: 13px;
}

.meta-info i {
  margin-right: 10px;
}

.meta-info .col:last-child {
  text-align: right;
}

.cta {
  background-color: #1f2836;
  color: #fff;
  overflow: hidden;
}

.cta .content {
  text-align: center;
  width: 100%;
}

.cta h2 {
  padding: 0;
  margin: 0 0 20px 0;
  font-weight: 400;
  line-height: 110%;
}

.cta .left-bg {
  background: transparent url(../img/leaf-left.png) scroll no-repeat left center;
}

.cta .right-bg {
  background: transparent url(../img/leaf-right.png) scroll no-repeat right bottom;
}

.cta .phone1 a,
.cta .phone2 a {
  font-size: 45px;
}

.cta .phone1 a {
  color: #ddca40;
}

.cta .phone2 a {
  color: #4ed0c6;
  margin-left: 50px;
}

@media (min-width: 768px) {
  .cta h2 {
    font-size: 35px;
  }
}

.cta-m {
  background-color: #1f2836;
  color: #fff;
  overflow: hidden;
}

.cta-m .content {
  text-align: center;
}

.cta-m h2 {
  padding: 0;
  margin: 0 0 10px 0;
  font-weight: 400;
  line-height: 150%;
  font-size: 16px;
}

.cta-m .left-bg {
  background: transparent url(../img/leaf-left.png) scroll no-repeat left center;
}

.cta-m .right-bg {
  background: transparent url(../img/leaf-right.png) scroll no-repeat right bottom;
}

.cta-m h3 {
  line-height: 100%;
}

.cta-m .phone1 a,
.cta-m .phone2 a {
  font-size: 16px;
  line-height: 100%;
}

.cta-m .phone1 a {
  color: #ddca40;
}

.cta-m .phone2 a {
  color: #4ed0c6;
  margin-left: 40px;
}

@media (min-width: 768px) {
  .cta-m h2 {
    font-size: 35px;
  }
}

.speaciality .heading2 {
  text-align: center;
}

.speaciality .heading2 h2 {
  border: 2px solid #353d49;
  padding: 10px 50px;
  border-left: 0;
  border-right: 0;
  margin: 100px auto;
  font-size: 45px;
  font-weight: 700;
  text-align: center;
  display: inline-block;
}

.speaciality .col-sm-4,
.speaciality .col {
  margin-bottom: 30px;
}

.speaciality .box {
  border: 1px solid #d2d7de;
  border-radius: 10px;
  padding: 5px 5px 25px 5px;
  height: 100%;
}

.speaciality .box img {
  width: 100%;
  margin-bottom: 30px;
  border-radius: 0;
  border-radius: 7px 7px 0 0;
}

.speaciality .box p {
  text-align: justify;
  text-align-last: center;
}

.speaciality .box .title {
  border: 3px solid #353d49;
  display: inline-block;
  line-height: 150%;
  margin-bottom: 20px;
}

.speaciality .box .title span {
  background-color: #353d49;
  color: #fff;
  margin: auto;
  padding: 5px 40px;
  font-size: 25px;
  border: 1px solid #fff;
  display: block;
  line-height: 100%;
}

.speaciality .box .btn {
  background-color: #838488;
  border-radius: 30px;
  color: #fff;
  font-size: 20px;
  padding: 5px 30px;
}

.speaciality .box .btn:hover {
  background-color: #2e5b47;
}

.speaciality .box .slogan {
  font-weight: 700;
  font-size: 18px;
  color: #2e5b47;
  min-height: 70px;
  text-align: center;
}

.speaciality .box .content {
  padding: 0 15px;
  text-align: center;
}

@media (min-width: 768px) {
  .speaciality .inner {
    min-height: 500px;
  }
}

@media (max-width: 767px) {
  .speaciality .box .title {
    border: 3px solid #353d49;
    display: inline-block;
    line-height: 150%;
    margin-bottom: 20px;
  }
  .speaciality .box .title span {
    background-color: #353d49;
    color: #fff;
    margin: auto;
    padding: 5px 20px;
    font-size: 18px;
    border: 1px solid #fff;
    display: block;
    line-height: 100%;
  }
  .speaciality .box .btn {
    background-color: #838488;
    border-radius: 30px;
    color: #fff;
    font-size: 16px;
    padding: 5px 15px;
  }
  .speaciality .box .btn:hover {
    background-color: #2e5b47;
  }
  .speaciality .box .slogan {
    font-weight: 700;
    font-size: 18px;
    min-height: auto;
    text-align: center;
  }
  .speaciality .box .content {
    padding: 0 15px;
    text-align: center;
  }
}

.happy-healing {
  text-align: center;
  background-color: #1f2836;
  color: #fff;
  padding: 40px;
}

.happy-healing h2 {
  font-size: 50px;
  padding: 0;
  margin: 0;
  text-transform: uppercase;
  font-weight: 600;
}

.videos [class^="col-sm-"] {
  margin: 25px 0;
}

.videos iframe {
  border: 1px solid #ddd;
}

.head-banner {
  background: #1f2836 url(../img/leaf-banner-right.png) scroll no-repeat right center;
  overflow: hidden;
}

.head-banner img {
  border-radius: 0;
  max-width: 500px;
}

.head-banner .content {
  color: #fff;
  text-align: center;
  width: 100%;
}

.head-banner .content h1 {
  font-size: 50px;
}

.head-banner .content h1 span {
  display: block;
  font-size: 70px;
  font-weight: 600;
}

@media (min-width: 1400px) {
  .head-banner img {
    max-width: 600px;
  }
}

@media (max-width: 768px) {
  .head-banner .content h1 {
    font-size: 40px;
  }
  .head-banner .content h1 span {
    display: block;
    font-size: 60px;
    font-weight: 600;
  }
}

label.error {
  margin-bottom: 0;
  text-align: left;
  font-size: 11px;
  color: red;
  width: 100%;
  line-height: 100%;
}

.contact-form {
  background-color: #c3d9cc;
  padding: 30px 40px;
  text-align: center;
  border: 1px solid #d2d7de;
  border-radius: 0px;
}

.contact-form .form-group {
  margin-bottom: 30px;
}

.contact-form h2 {
  line-height: 120%;
  margin-bottom: 30px;
}

.contact-form .form-control {
  background-color: #fff;
  border: 0;
  min-height: 50px;
  font-size: 17px;
  font-weight: 500;
  margin-bottom: 5px;
}

.contact-form .btn {
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 600;
}

.call-button {
  padding: 20px 0;
}

.call-button span {
  display: block;
}

.call-button .phone1 a,
.call-button .phone2 a {
  font-size: 15px;
  font-family: Arial, Helvetica, sans-serif;
  padding: 11px 15px;
  display: block;
}

.call-button .phone1 a span {
  color: #ddca40;
  font-weight: 700;
}

.call-button .phone2 a span {
  color: #4ed0c6;
  font-weight: 700;
}

.call-button .btn {
  background-color: #1e2632;
  border-radius: 30px;
  color: #fff;
  line-height: 110%;
}

.disclaimer-model {
  font-size: 14px;
}

#enquireStick {
  position: fixed;
  right: -85px;
  top: 45%;
  z-index: 99;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

#enquireStick a {
  background-color: #2e5b47;
  padding: 10px 30px;
  display: inline-block;
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
  border-radius: 5px 5px 0 0;
  font-size: 18px;
}

#enquireStick a:hover {
  background-color: #353d49;
}

@media (max-width: 767px) {
  #enquireStick {
    display: none;
  }
}

.whatsapp-chat {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 99999;
}

.email-chat {
  position: fixed;
  bottom: 30px;
  right: 80px;
  z-index: 99999;
}

.whatsapp-chat img,
.email-chat img {
  width: 40px;
  background-color: white;
  border-radius: 50%;
  padding: 1px;
}

#response .alert,
#response2 .alert {
  padding: 30px;
}

#response .alert h2,
#response .alert p,
#response2 .alert h2,
#response2 .alert p {
  text-align: center;
}

.types-of {
  background-color: #103126;
  text-align: center;
}

.types-of .col {
  margin-bottom: 30px;
}

.types-of .heading h2 {
  color: #fff;
}

.types-of span {
  border: 1px solid rgba(255, 255, 255, 0.3);
  display: block;
  border-radius: 5px;
  margin: 10px;
  padding: 10px;
  height: 100%;
}

.types-of span h3 {
  margin: 0;
  padding: 0;
  color: #fff;
  text-transform: uppercase;
  font-size: 20px;
}

.enquire-block {
  border: 2px solid #2e5b47;
  border-radius: 60px;
  overflow: hidden;
}

.enquire-block img {
  border-radius: 0;
}

.enquire-block .title {
  border: 3px solid #2e5b47;
  display: inline-block;
  line-height: 150%;
  margin-bottom: 20px;
}

.enquire-block .title span {
  background-color: #2e5b47;
  color: #fff;
  margin: auto;
  padding: 5px 40px;
  font-size: 25px;
  border: 1px solid #fff;
  display: block;
  line-height: 100%;
}

.enquire-block .left {
  background: transparent url(../img/featured.jpg) scroll no-repeat center center;
  background-size: cover;
}

.enquire-block .content {
  padding: 50px;
  text-align: center;
}

.enquire-block .content h3 {
  color: #219005;
  margin: 30px 0;
}

.testimonial2 .col-sm-4 {
  margin-bottom: 30px;
}

.testimonial2 .box {
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 18px -2px rgba(0, 0, 0, 0.4);
          box-shadow: 0px 0px 18px -2px rgba(0, 0, 0, 0.4);
  padding: 20px;
  text-align: center;
  height: 100%;
}

.testimonial2 .box .category {
  font-weight: 700;
  background-color: #2e5b47;
  color: #fff;
  font-size: 20px;
  margin-bottom: 10px;
  padding: 4px;
}

.testimonial2 .box h3 {
  font-weight: 700;
  margin: 0;
  margin-top: 20px;
  padding: 0;
  text-transform: uppercase;
  font-size: 20px;
}

.testimonial2 .box .slogan {
  text-align: center;
  color: #2e5b47;
}

.testimonial2 .box p {
  line-height: 140%;
}

.testimonial2 .box .inner {
  padding-bottom: 10px;
}

.testimonial2 .wrapimg img {
  border-radius: 50%;
  max-width: 120px;
}

.banner-strip {
  background-color: #2e5b47;
  padding: 40px 20px;
  text-align: center;
  color: #fff;
  font-size: 40px;
  line-height: 120%;
  text-transform: uppercase;
}

.banner-strip img {
  width: 40px;
}

@media (max-width: 767px) {
  .banner-strip {
    font-size: 30px;
  }
}
/*# sourceMappingURL=style.css.map */