@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap");
* {
  margin: 0;
  padding: 0;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

a, button {
  text-decoration: none;
  transition: 0.3s all ease-in-out;
}

img {
  transition: 0.3s all ease-in-out;
}

:focus, button:focus {
  outline: none;
  box-shadow: none !important;
}

::-moz-selection {
  color: #fff;
  background: #00780B;
}

::selection {
  color: #fff;
  background: #00780B;
}

body {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  color: #000;
  background-color: #FFF;
  line-height: 27px;
}

header {
  width: 100%;
  padding: 30px 0px;
  background-color: #FFF;
}
header .header-sec {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .header-sec .logo img {
  width: 200px;
}
header .header-sec .menu-sec {
  display: flex;
  align-items: center;
}
header .header-sec .menu-sec .nav li a {
  padding: 0px 15px;
  color: #000;
  font-weight: 600;
}
header .header-sec .menu-sec .nav li a:hover {
  color: #00780B;
}
header .header-sec .menu-sec .more-menu {
  cursor: pointer;
  padding: 12px 20px;
  border: 1px solid #00780B;
  border-radius: 50px;
  margin-left: 15px;
  transition: 0.3s all ease-in-out;
}
header .header-sec .menu-sec .more-menu span {
  font-weight: 600;
  padding-right: 10px;
  transition: 0.3s all ease-in-out;
}
header .header-sec .menu-sec .more-menu img {
  transition: 0.3s all ease-in-out;
}
header .header-sec .menu-sec .more-menu:hover {
  background-color: #00780B;
}
header .header-sec .menu-sec .more-menu:hover span {
  color: #FFF;
}
header .header-sec .menu-sec .more-menu:hover img {
  filter: brightness(0) invert(1);
}
header .overlay {
  height: 0;
  width: 100%;
  position: fixed;
  z-index: 9999;
  top: 0;
  right: 0;
  background-color: #00780B;
  background-image: url(/assets/images/line-bg.svg);
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  overflow-y: auto;
  transition: 0.5s;
  display: flex;
}
header .overlay::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 160px;
  height: 170px;
  background-image: url(/assets/images/thulasi.png);
  background-repeat: no-repeat;
}
header .overlay::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 160px;
  height: 170px;
  background-image: url(/assets/images/thulasi.png);
  background-repeat: no-repeat;
}
header .mb-logo {
  width: 100%;
}
header .mb-logo img {
  width: 230px;
  filter: brightness(0) invert(1);
}
header .overlay-content {
  position: relative;
  top: 0;
  width: 100%;
  height: 100%;
  text-align: left;
  padding: 23px 15px 30px 15px;
  display: flex;
  align-items: center;
}
header .overlay-content .mb-nav {
  width: 100%;
  display: flex;
}
header .overlay-content ul {
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  padding-top: 10px;
  margin-top: 20px;
}
header .overlay-content ul li {
  width: 100%;
}
header .overlay-content ul li a {
  font-size: 24px;
  color: #FFF;
  padding: 10px 0px;
  display: block;
  font-weight: 600;
}
header .overlay-content ul li a.active {
  color: #ffd705 !important;
}
header .overlay a:hover, header .overlay a:focus {
  color: #ffd705;
}
header .overlay .closebtn {
  position: absolute;
  top: 28px;
  right: 15px;
  width: 40px;
  height: 40px;
  background-color: #FFF;
  border-radius: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 99;
}

.banner-sec {
  width: 100%;
  position: relative;
  padding: 40px 0px;
}
.banner-sec::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 160px;
  height: 170px;
  background-image: url(/assets/images/thulasi.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.banner-sec .main-banner {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.banner-sec .main-banner .content {
  width: 50%;
}
.banner-sec .main-banner .content h1 {
  font-size: 41px;
  font-weight: 700;
}
.banner-sec .main-banner .content h2 {
  font-size: 41px;
  font-weight: 400;
}
.banner-sec .main-banner .slider {
  width: 40%;
  display: flex;
  justify-content: end;
  position: relative;
}
.banner-sec .main-banner .slider #carouselExampleFade {
  width: 488px;
  height: 488px;
  background-image: url(/assets/images/banner-bg.svg);
  background-repeat: no-repeat;
  background-size: 96%;
  padding: 50px;
}
.banner-sec .main-banner .slider #carouselExampleFade .carousel-item img {
  width: 384px;
  height: 384px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
.banner-sec .main-banner .slider .overlay-img {
  width: 305px;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.banner-sec .arrow-sec {
  width: 100%;
  display: flex;
  justify-content: center;
}
.banner-sec .arrow-sec .arrow-down {
  width: 124px;
  height: 124px;
  background-image: url(/assets/images/box-img.svg);
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
}
.banner-sec .arrow-sec .arrow-down img {
  animation: jumpInfinite 1.5s infinite;
}
@keyframes jumpInfinite {
  0% {
    margin-top: 0;
  }
  50% {
    margin-top: 20px;
  }
  100% {
    margin-top: 0;
  }
}

.link {
  padding: 15px 25px;
  background-color: #00780B;
  color: #FFF;
  font-weight: 600;
  display: inline-block;
  border-radius: 50px;
  border: 2px solid #00780B;
}
.link:hover {
  background-color: #FFF;
  color: #00780B;
  border: 2px solid #00780B;
}

.treatments {
  width: 100%;
  position: relative;
  background-image: url(/assets/images/background-img1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  padding-bottom: 570px !important;
  overflow: hidden;
}
.treatments::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 112px;
  height: 200px;
  background-image: url(/assets/images/tulasi-right.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.treatments::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 164px;
  height: 467px;
  background-image: url(/assets/images/tulasi-right1.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.treatments .heading-sec {
  width: 100%;
  text-align: center;
  margin-bottom: 20px;
}
.treatments .heading-sec h3 {
  font-size: 26px;
  font-weight: 600;
}
.treatments .heading-sec h4 {
  font-size: 40px;
}
.treatments .item {
  padding: 0px 4px;
}
.treatments .box {
  width: 100%;
  height: 390px;
  position: relative;
  overflow: hidden;
}
.treatments .box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.3s all ease-in-out;
}
.treatments .box::before {
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  background-color: #000;
  opacity: 0.3;
  left: 0;
  top: 0;
  transition: 0.3s all ease-in-out;
  z-index: 2;
}
.treatments .box .content {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 32px;
  z-index: 3;
}
.treatments .box .content h5 {
  color: #FFF;
  font-weight: 600;
}
.treatments .box .content .description {
  visibility: hidden;
  opacity: 0;
  height: 0px;
  transition: 0.3s all ease-in-out;
}
.treatments .box .content .description p {
  color: #FFF;
}
.treatments .box .content .description a {
  padding: 14px 25px;
  background-color: #FFF;
  color: #00780B;
  border-radius: 50px;
  display: inline-block;
}
.treatments .box:hover .content .description {
  visibility: visible;
  opacity: 1;
  height: auto;
}
.treatments .box:hover::before {
  background: linear-gradient(to bottom, rgba(0, 120, 11, 0) 0%, rgb(0, 36, 3) 100%);
  opacity: 0.8;
}
.treatments .box:hover img {
  scale: 1.1;
}
.treatments .bottom-content {
  width: 100%;
  position: absolute;
  bottom: 35%;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  text-transform: uppercase;
  opacity: 0.2;
}
.treatments .bottom-content h6 {
  font-size: 65px;
  color: #8fad54;
  font-weight: 700;
}
.treatments .bottom-content h6 span {
  font-weight: 400;
}
.treatments .owl-nav, .treatments .owl-dots {
  display: none;
}

.p60 {
  padding: 60px 0px;
}

.about-sec {
  width: 100%;
  position: relative;
  padding: 100px 0px;
}
.about-sec::before {
  content: "";
  position: absolute;
  width: 122px;
  height: 217px;
  left: 0;
  bottom: 0;
  z-index: 2;
  background-image: url(/assets/images/flower-img1.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.about-sec .about-content {
  padding-right: 60px;
}
.about-sec .about-content h4 {
  font-size: 26px;
  font-weight: 600;
}
.about-sec .about-content h5 {
  font-size: 40px;
  font-weight: 600;
  border-bottom: 1px solid #D1D1D1;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.about-sec .about-img-sec {
  width: 100%;
  height: 460px;
  position: relative;
}
.about-sec .about-img-sec img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-top-left-radius: 150px;
  border-bottom-right-radius: 150px;
}
.about-sec .about-img-sec::before {
  content: "";
  position: absolute;
  width: 146px;
  height: 197px;
  background-image: url(/assets/images/line.svg);
  background-repeat: no-repeat;
  background-size: cover;
  left: -30px;
  top: -30px;
}
.about-sec .about-img-sec .experience {
  width: 174px;
  height: 190px;
  background-color: #00780B;
  border-bottom-right-radius: 150px;
  position: absolute;
  bottom: -20px;
  right: -20px;
  padding: 40px 26px;
}
.about-sec .about-img-sec .experience h6 {
  color: #FFF;
  font-size: 70px;
  font-weight: 700;
  margin: 0;
  line-height: 52px;
}
.about-sec .about-img-sec .experience p {
  color: #FFF;
  font-size: 12px;
  margin: 0;
}
.about-sec .vision-sec {
  width: 100%;
  padding-left: 50px;
}
.about-sec .vision-sec .box {
  width: 100%;
}
.about-sec .vision-sec .box .icon {
  width: 83px;
  height: 77px;
  background-color: #00780B;
  border-top-right-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 15px;
}
.about-sec .vision-sec .box h6 {
  font-size: 26px;
  font-weight: 600;
}
.about-sec .vision-sec .box p {
  margin: 0;
}

.facilities-sec {
  width: 100%;
  padding: 100px 0px;
  position: relative;
}
.facilities-sec::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 151px;
  background-image: url(/assets/images/wave-img1.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 100%;
  left: 0;
  top: -50px;
}
.facilities-sec::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 190px;
  background-image: url(/assets/images/wave-img2.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 100%;
  left: 0;
  bottom: -90px;
}
.facilities-sec .facilities-block {
  width: 100%;
  position: relative;
  z-index: 1;
  background-color: #00780B;
}
.facilities-sec .facilities-block .heading-sec {
  width: 100%;
  margin-bottom: 20px;
}
.facilities-sec .facilities-block .heading-sec h5 {
  color: #FFF;
  font-size: 26px;
  font-weight: 600;
}
.facilities-sec .facilities-block .heading-sec h6 {
  color: #FFF;
  font-size: 40px;
}
.facilities-sec .facilities-block .item {
  padding: 0px 8px;
}
.facilities-sec .facilities-block .box {
  width: 100%;
  height: 192PX;
  background-color: #FFF;
  border-radius: 10px;
  padding: 20px;
  position: relative;
}
.facilities-sec .facilities-block .box::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 115px;
  height: 129px;
  background-image: url(/assets/images/ayurveda-img2.svg);
  background-repeat: no-repeat;
  background-size: cover;
}
.facilities-sec .facilities-block .box .icon {
  width: 69px;
  height: 69px;
  background-color: #8ABC8F;
  border-top-right-radius: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 15px;
}
.facilities-sec .facilities-block .box .facilities-tag {
  font-size: 24px;
  font-weight: 600;
  padding-right: 109px;
}
.facilities-sec .facilities-block .owl-dots {
  display: none;
}
.facilities-sec .facilities-block .owl-prev {
  width: 64px;
  height: 64px;
  background-image: url(/assets/images/previous.svg) !important;
  background-repeat: no-repeat;
  margin-right: 10px;
}
.facilities-sec .facilities-block .owl-next {
  width: 64px;
  height: 64px;
  background-image: url(/assets/images/next.svg) !important;
  background-repeat: no-repeat;
}
.facilities-sec .facilities-block .owl-carousel .owl-nav {
  position: absolute;
  top: -80px;
  right: 0;
}

.testimonial-sec {
  width: 100%;
  padding: 100px 0px 20px;
}
.testimonial-sec .heading-sec {
  width: 100%;
  margin-bottom: 10px;
}
.testimonial-sec .heading-sec h5 {
  font-size: 40px;
}
.testimonial-sec .item {
  padding: 30px 8px;
}
.testimonial-sec .box {
  width: 100%;
  background-color: #FFF;
  border: 1px solid #E1E8EE;
  padding: 25px;
  border-radius: 20px;
  box-shadow: 0px 6px 8px #e1e8ee;
}
.testimonial-sec .box .author-sec {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.testimonial-sec .box .author-sec .img {
  width: 82px;
  height: 82px;
}
.testimonial-sec .box .author-sec .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}
.testimonial-sec .box .author-sec .author-name {
  width: 80%;
}
.testimonial-sec .box .author-sec .author-name h6 {
  font-size: 22px;
  font-weight: 600;
  margin: 0;
}
.testimonial-sec .box .author-sec .author-name h6 span {
  font-size: 18px;
  font-weight: 400;
  color: #00780B;
}
.testimonial-sec .owl-dots {
  display: none;
}
.testimonial-sec .owl-prev {
  width: 64px;
  height: 64px;
  background-image: url(/assets/images/previous1.svg) !important;
  background-repeat: no-repeat;
  margin-right: 10px;
}
.testimonial-sec .owl-next {
  width: 64px;
  height: 64px;
  background-image: url(/assets/images/next1.svg) !important;
  background-repeat: no-repeat;
}
.testimonial-sec .owl-carousel .owl-nav {
  position: absolute;
  top: -60px;
  right: 0;
}

.blogs-sec {
  width: 100%;
}
.blogs-sec .heading-sec {
  width: 100%;
  margin-bottom: 10px;
}
.blogs-sec .heading-sec h5 {
  font-size: 40px;
}
.blogs-sec .item {
  padding: 30px 8px;
}
.blogs-sec .box {
  width: 100%;
  background-color: #FFF;
  border: 1px solid #E1E8EE;
  border-radius: 20px;
  box-shadow: 0px 6px 8px #e1e8ee;
  overflow: hidden;
}
.blogs-sec .box .blog-img {
  width: 100%;
  height: 250px;
  overflow: hidden;
}
.blogs-sec .box .blog-img img {
  width: 100%;
  height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.3s all ease-in-out;
}
.blogs-sec .box:hover .blog-img img {
  scale: 1.1;
}
.blogs-sec .box .blog-content {
  width: 100%;
  min-height: 240px;
  padding: 25px;
}
.blogs-sec .box .blog-content .date {
  font-size: 16px;
  color: #00780B;
}
.blogs-sec .box .blog-content .title {
  width: 100%;
  min-height: 60px;
}
.blogs-sec .box .blog-content .title h6 {
  font-size: 20px;
  color: #000;
}
.blogs-sec .owl-dots {
  display: none;
}
.blogs-sec .owl-prev {
  width: 64px;
  height: 64px;
  background-image: url(/assets/images/previous1.svg) !important;
  background-repeat: no-repeat;
  margin-right: 10px;
}
.blogs-sec .owl-next {
  width: 64px;
  height: 64px;
  background-image: url(/assets/images/next1.svg) !important;
  background-repeat: no-repeat;
}
.blogs-sec .owl-carousel .owl-nav {
  position: absolute;
  top: -60px;
  right: 0;
}

.booking-sec {
  width: 100%;
  background: linear-gradient(to right, rgb(246, 251, 255) 0%, rgb(166, 220, 181) 100%);
  position: relative;
}
.booking-sec .booking-box {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.booking-sec .booking-box .content {
  width: 40%;
  padding-right: 30px;
}
.booking-sec .booking-box .content h6 {
  font-size: 32px;
  font-weight: 600;
}
.booking-sec .booking-box .button-sec {
  width: 40%;
  padding-right: 30px;
}
.booking-sec .booking-box .img-sec {
  width: 40%;
  position: relative;
}
.booking-sec .booking-box .img-sec img {
  width: 100%;
  position: absolute;
  top: -180px;
}

footer {
  width: 100%;
}
footer .first-sec {
  width: 100%;
  position: relative;
  background-color: #04700E;
  background-image: url(/assets/images/f-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 50px 0px;
  overflow: hidden;
}
footer .first-sec .container {
  position: relative;
  z-index: 3;
}
footer .first-sec::before {
  content: "";
  position: absolute;
  width: 122px;
  height: 217px;
  left: 0;
  bottom: 0;
  z-index: 2;
  background-image: url(/assets/images/flower-img1.png);
  background-repeat: no-repeat;
  background-size: cover;
}
footer .first-sec::after {
  content: "";
  position: absolute;
  width: 107px;
  height: 216px;
  right: 0;
  bottom: 0;
  z-index: 2;
  background-image: url(/assets/images/tulasi-img4.png);
  background-repeat: no-repeat;
  background-size: cover;
}
footer .first-sec .f-address {
  width: 100%;
  padding-right: 25px;
}
footer .first-sec .f-address .f-logo {
  margin-bottom: 15px;
}
footer .first-sec .f-address .f-logo img {
  filter: brightness(0) invert(1);
}
footer .first-sec .f-address p {
  color: #FFF;
}
footer .first-sec .f-box {
  width: 100%;
  padding-right: 20px;
}
footer .first-sec .f-box h6 {
  font-size: 25px;
  color: #FFF;
  margin-bottom: 15px;
  font-weight: 600;
}
footer .first-sec .f-box .f-nav {
  width: 100%;
  display: flex;
}
footer .first-sec .f-box .f-nav ul {
  width: 50%;
}
footer .first-sec .f-box .f-nav ul li {
  margin-bottom: 5px;
}
footer .first-sec .f-box .f-nav ul li a {
  color: #FFF;
  font-size: 16px;
}
footer .first-sec .f-box .f-contact {
  width: 100%;
}
footer .first-sec .f-box .f-contact h6 {
  margin: 0;
}
footer .first-sec .f-box .f-contact h6 span {
  font-size: 16px;
  color: #FFF130;
}
footer .first-sec .f-box .f-contact a {
  font-size: 20px;
  color: #FFF;
  font-weight: 600;
}
footer .copyright {
  width: 100%;
  padding: 33px 0px;
  background-color: #07540E;
}
footer .copyright p {
  margin: 0;
  text-align: center;
  color: #FFF;
}

.inner-banner {
  width: 100%;
  background-image: url(/assets/images/inner-banner-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 90px 0px;
  position: relative;
}
.inner-banner::before {
  content: "";
  position: absolute;
  width: 78px;
  height: 146px;
  background-image: url(/assets/images/inner-banner-tulasi.png);
  background-repeat: no-repeat;
  background-size: cover;
  left: 0;
  top: 30px;
}
.inner-banner .container {
  position: relative;
  z-index: 2;
}
.inner-banner h1 {
  font-size: 50px;
  font-weight: 700;
  color: #FFF;
  text-align: center;
}
.inner-banner .breadcrumb {
  margin: 0;
  display: flex;
  justify-content: center;
}
.inner-banner .breadcrumb li {
  color: #FFF;
}
.inner-banner .breadcrumb li::before {
  color: #FFF;
}
.inner-banner .breadcrumb li a {
  color: #FFF;
}

.inner-treatments {
  width: 100%;
}
.inner-treatments .heading-sec {
  width: 100%;
  text-align: center;
  margin-bottom: 40px;
}
.inner-treatments .heading-sec h3 {
  font-size: 26px;
  font-weight: 600;
}
.inner-treatments .heading-sec h4 {
  font-size: 40px;
}
.inner-treatments .heading-sec p {
  font-size: 20px;
}
.inner-treatments .item {
  padding: 0px 4px;
}
.inner-treatments .box {
  width: 100%;
  height: 390px;
  position: relative;
  overflow: hidden;
}
.inner-treatments .box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.3s all ease-in-out;
}
.inner-treatments .box::before {
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  background-color: #000;
  opacity: 0.3;
  left: 0;
  top: 0;
  transition: 0.3s all ease-in-out;
  z-index: 2;
}
.inner-treatments .box .content {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 32px;
  z-index: 3;
}
.inner-treatments .box .content h5 {
  color: #FFF;
  font-weight: 600;
}
.inner-treatments .box .content .description {
  visibility: hidden;
  opacity: 0;
  height: 0px;
  transition: 0.3s all ease-in-out;
}
.inner-treatments .box .content .description p {
  color: #FFF;
}
.inner-treatments .box .content .description a {
  padding: 14px 25px;
  background-color: #FFF;
  color: #00780B;
  border-radius: 50px;
  display: inline-block;
}
.inner-treatments .box:hover .content .description {
  visibility: visible;
  opacity: 1;
  height: auto;
}
.inner-treatments .box:hover::before {
  background: linear-gradient(to bottom, rgba(0, 120, 11, 0) 0%, rgb(0, 36, 3) 100%);
  opacity: 0.8;
}
.inner-treatments .box:hover img {
  scale: 1.1;
}

.treatment-details {
  width: 100%;
  padding: 100px 0px;
}
.treatment-details .img-sec {
  width: 100%;
  height: 460px;
  position: relative;
}
.treatment-details .img-sec img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-top-left-radius: 150px;
  border-bottom-right-radius: 150px;
}
.treatment-details .img-sec::before {
  content: "";
  position: absolute;
  width: 146px;
  height: 197px;
  background-image: url(/assets/images/line.svg);
  background-repeat: no-repeat;
  background-size: cover;
  left: -30px;
  top: -30px;
}
.treatment-details .img-sec .experience {
  width: 174px;
  height: 190px;
  background-color: #00780B;
  border-bottom-right-radius: 150px;
  position: absolute;
  bottom: -20px;
  right: -20px;
  padding: 40px 26px;
}
.treatment-details .img-sec .experience h6 {
  color: #FFF;
  font-size: 70px;
  font-weight: 700;
  margin: 0;
  line-height: 52px;
}
.treatment-details .img-sec .experience p {
  color: #FFF;
  font-size: 12px;
  margin: 0;
}
.treatment-details .content {
  width: 100%;
}
.treatment-details .content h2 {
  font-size: 40px;
  font-weight: 600;
}
.treatment-details .content ul li {
  margin-bottom: 5px;
  background-image: url(/assets/images/arrow-right.svg);
  background-repeat: no-repeat;
  background-position: 0px 2px;
  padding-left: 34px;
  margin-bottom: 6px;
}
.treatment-details .treatment-img-sec {
  width: 100%;
  height: 250px;
}
.treatment-details .treatment-img-sec img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
}
.treatment-details h5 {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 15px;
}
.treatment-details .doctor-sec {
  width: 100%;
  background-color: #FFF;
  border: 1px solid #00780B;
  border-radius: 20px;
  padding: 20px;
  display: flex;
  margin-bottom: 20px;
}
.treatment-details .doctor-sec .doctor-img {
  width: 202px;
  height: 230px;
}
.treatment-details .doctor-sec .doctor-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}
.treatment-details .doctor-sec .doctor-content {
  width: 83%;
  padding-left: 20px;
}
.treatment-details .doctor-sec .doctor-content h6 {
  font-size: 24px;
}
.treatment-details .doctor-sec .doctor-content h6 span {
  font-size: 18px;
  color: #00780B;
}
.treatment-details .junior-sec {
  width: 100%;
  background-color: #FFF;
  border: 1px solid #00780B;
  border-radius: 20px;
  padding: 10px;
  display: flex;
  margin-bottom: 20px;
  flex-wrap: wrap;
}
.treatment-details .junior-sec .j-doc {
  width: 20%;
  padding: 0px 10px;
}
.treatment-details .junior-sec .j-doc span {
  width: 100%;
  height: 200px;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  display: block;
  margin: 10px 0px;
}
.treatment-details .junior-sec .j-doc span img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}
.treatment-details .junior-sec .j-doc span .doc-name {
  position: absolute;
  width: 100%;
  padding: 10px;
  background-color: #00780B;
  color: #FFF;
  text-align: center;
  bottom: 0;
  left: 0;
}

.contact-sec {
  width: 100%;
  padding: 100px 0px;
}
.contact-sec .heading-sec {
  width: 100%;
  margin-bottom: 40px;
}
.contact-sec .heading-sec h5 {
  font-size: 40px;
  font-weight: 600;
}
.contact-sec .box {
  width: 100%;
  padding: 20px;
  background-color: #FFF;
  border: 1px solid #ECECEC;
  border-radius: 10px;
  box-shadow: 2px 5px 10px #F5F5F5;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
}
.contact-sec .box .icon {
  width: 55px;
}
.contact-sec .box .icon img {
  width: 100%;
}
.contact-sec .box .content {
  width: 85%;
  padding-left: 20px;
}
.contact-sec .box .content h6 {
  font-size: 18px;
  font-weight: 600;
  color: #00780B;
  margin-bottom: 3px;
}
.contact-sec .box .content p {
  color: #000;
  margin-bottom: 3px;
}
.contact-sec .box .content p a {
  color: #000;
}
.contact-sec .working-time {
  width: 100%;
  padding: 20px;
  background: linear-gradient(to right, rgb(0, 60, 6) 0%, rgb(115, 214, 0) 100%);
  border-radius: 10px;
}
.contact-sec .working-time h4 {
  color: #FFDD00;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
}
.contact-sec .working-time p {
  color: #FFF;
  margin-bottom: 3px;
}
.contact-sec .contact-form {
  width: 100%;
  background-image: url(/assets/images/contact-leaf.png);
  background-repeat: no-repeat;
  background-position: 0px 0px;
  padding-left: 87px;
}
.contact-sec .contact-form h6 {
  font-size: 30px;
  margin-bottom: 15px;
  font-weight: 600;
  display: none;
}
.contact-sec .contact-form .form-box {
  width: 100%;
  background-color: #FFF;
  border-radius: 15px;
  border: 1px solid #ECECEC;
  box-shadow: 2px 5px 10px #F5F5F5;
  padding: 30px;
}
.contact-sec .contact-form .form-box .form-group {
  width: 100%;
}
.contact-sec .contact-form .form-box .form-group label {
  font-size: 16px;
  color: #000;
  margin-bottom: 5px;
}
.contact-sec .contact-form .form-box .form-group .form-control {
  width: 100%;
  height: 65px;
  border: 1px solid #DEDEDE;
  border-radius: 6px;
}
.contact-sec .contact-form .form-box .form-group .bg_input {
  width: 100%;
  height: 150px;
}

.cmn-page {
  width: 100%;
  padding: 100px 0px;
}
.cmn-page h4 {
  font-size: 44px;
  font-weight: 600;
}
.cmn-page .img-sec {
  width: 100%;
  height: 460px;
  position: relative;
}
.cmn-page .img-sec img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-top-left-radius: 150px;
  border-bottom-right-radius: 150px;
}
.cmn-page .img-sec::before {
  content: "";
  position: absolute;
  width: 146px;
  height: 197px;
  background-image: url(../images/line.svg);
  background-repeat: no-repeat;
  background-size: cover;
  left: -30px;
  top: -30px;
}
.cmn-page ul.points li {
  margin-bottom: 5px;
  background-image: url(/assets/images/arrow-right.svg);
  background-repeat: no-repeat;
  background-position: 0px 2px;
  padding-left: 34px;
  margin-bottom: 6px;
}
.cmn-page .nav-tabs {
  border: none;
}
.cmn-page .nav-tabs .nav-item {
  padding-right: 4px;
}
.cmn-page .nav-tabs .nav-link {
  border-radius: 30px;
  border: 1px solid #00780B;
  color: #000;
}
.cmn-page .nav-tabs .nav-link.active {
  border-color: #00780B;
  background-color: #00780B;
  color: #FFF;
}
.cmn-page .tab-content {
  margin-top: 10px;
  border: 1px solid #a5e7ac;
  border-radius: 20px;
  padding: 30px;
  background-color: #f0fff1;
}
.cmn-page .tab-content h6 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 10px;
}
.cmn-page h5 {
  font-size: 33px;
  font-weight: 600;
  margin-bottom: 10px;
}
.cmn-page .box-img {
  width: 100%;
  height: 300px;
}
.cmn-page .box-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
}

.inner-blog {
  width: 100%;
}
.inner-blog .blog-sidebar {
  background-color: #FFF;
  box-shadow: 3px 4px 29.6px 0px rgba(0, 0, 0, 0.0588235294);
  border-radius: 10px;
  padding: 25px;
}
.inner-blog .blog-sidebar .blog-search {
  width: 100%;
  position: relative;
  border-bottom: 1px solid #f0f0f0;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.inner-blog .blog-sidebar .blog-search .form-control {
  width: 100%;
  border: 1px solid #a7bfa9;
  padding: 10px 110px 10px 20px;
  color: #ababab;
}
.inner-blog .blog-sidebar .blog-search .blog-search-btn {
  position: absolute;
  right: 0px;
  top: 0px;
  min-height: 45px;
  padding: 7px 0;
  min-width: 100px;
  border-radius: 0 10px 10px 0px;
  border: 1px solid #00780B;
  background-color: #00780B;
  color: #FFF;
}
.inner-blog .blog-sidebar .blog-recent {
  width: 100%;
}
.inner-blog .blog-sidebar .blog-recent h3 {
  font-size: 24px;
  font-weight: 700;
  color: #000;
  padding: 0 0 15px;
}
.inner-blog .blog-sidebar .blog-recent .blog-box {
  width: 100%;
  display: grid;
  grid-template-columns: 100px 1fr;
  margin: 0 0 30px;
}
.inner-blog .blog-sidebar .blog-recent .blog-box:last-child {
  margin: 0 0 10px;
}
.inner-blog .blog-sidebar .blog-recent .blog-box .blog-text .blog-date h4 {
  font-size: 16px;
  color: #04700E;
}
.inner-blog .blog-sidebar .blog-recent .blog-box .blog-text h3 {
  font-size: 18px;
  font-weight: 600;
  color: #000;
}
.inner-blog .blog-sidebar .blog-recent .blog-box .blog-text h3 a {
  color: #000;
}
.inner-blog .blog-sidebar .blog-recent .blog-box:hover .blog-text h3 a {
  color: #00780B;
}
.inner-blog .blog-sidebar .blog-recent .blog-tag h3 {
  font-size: 24px;
  font-weight: 700;
  color: #000;
  padding: 0 0 15px;
}
.inner-blog .blog-sidebar .blog-recent .blog-tag ul li {
  display: inline-block;
  margin: 4px 0 12px;
}
.inner-blog .blog-sidebar .blog-recent .blog-tag ul li a {
  padding: 6px 10px;
  border-radius: 5px;
  font-weight: 400;
  background-color: #b9edc7;
  font-family: "Inter", sans-serif;
  transition: all 0.3s linear;
  color: #142619;
}
.inner-blog .blogsingle-sec {
  width: 100%;
  background-color: #FFF;
  box-shadow: 3px 4px 29.6px 0px rgba(0, 0, 0, 0.0588235294);
  border-radius: 10px;
  padding: 25px;
}
.inner-blog .blogsingle-sec .blog-detail-img {
  width: 100%;
  height: 400px;
  overflow: hidden;
  margin-bottom: 20px;
}
.inner-blog .blogsingle-sec .blog-detail-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}
.inner-blog .blogsingle-sec .blog-post-data {
  width: 100%;
  text-align: justify;
}
.inner-blog .blogsingle-sec .blog-post-data h3 {
  font-size: 25px;
  font-weight: 700;
}
.inner-blog .blogsingle-sec .blog-post-data .blog-author {
  width: 100%;
  display: flex;
  gap: 10px;
  margin-bottom: 25px;
  flex-wrap: wrap;
}
.inner-blog .blogsingle-sec .blog-post-data .blog-author .author {
  color: #7c7c7c;
  font-size: 18px;
  display: flex;
  align-items: center;
}
.inner-blog .blogsingle-sec .blog-post-data .blog-author .author img {
  width: 17px;
  margin-right: 8px;
}
.inner-blog .blogsingle-sec .blog-post-data .blog-author .date {
  color: #7c7c7c;
  font-size: 18px;
  display: flex;
  align-items: center;
}
.inner-blog .blogsingle-sec .blog-post-data .blog-author .date img {
  width: 20px;
  margin-right: 5px;
}
.inner-blog .blogsingle-sec .blog-post-data .quote {
  width: 100%;
  background-color: #dfdfdf;
  border-left: 3px solid #00780B;
  padding: 20px;
  font-size: 22px;
  font-weight: 600;
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}
.inner-blog .doctor-box-details {
  width: 100%;
  background-color: #FFF;
  box-shadow: 3px 4px 29.6px 0px rgba(0, 0, 0, 0.0588235294);
  border-radius: 10px;
  padding: 25px;
  display: grid;
  grid-template-columns: 115px 1fr;
}
.inner-blog .doctor-box-details .pic img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 50%;
}
.inner-blog .doctor-box-details .details {
  padding-left: 20px;
}
.inner-blog .doctor-box-details .details h4 {
  font-size: 20px;
  font-weight: 600;
  margin: 0;
}
.inner-blog .doctor-box-details .details h5 {
  margin-bottom: 10px;
}
.inner-blog .doctor-box-details .details h5 span {
  font-size: 16px;
  color: #00780B;
}

@media (max-width: 1200px) {
  .booking-sec .booking-box .img-sec img {
    top: -101px;
  }
}
@media (max-width: 991px) {
  header .header-sec .menu-sec .nav {
    display: none;
  }
  header .header-sec .logo img {
    width: 140px;
  }
  header .header-sec .menu-sec .more-menu {
    padding: 7px 13px;
  }
  .banner-sec .main-banner {
    display: block;
  }
  .banner-sec .main-banner .content {
    width: 100%;
    text-align: center;
    padding-bottom: 20px;
  }
  .banner-sec .main-banner .slider {
    width: 100%;
    justify-content: center;
  }
  .treatments .box .content .description, .inner-treatments .box .content .description {
    visibility: visible;
    opacity: 1;
    height: auto;
  }
  .treatments .box::before, .inner-treatments .box::before {
    background: linear-gradient(to bottom, rgba(0, 120, 11, 0) 0%, rgb(0, 36, 3) 100%);
    opacity: 0.8;
  }
  .treatments {
    padding-bottom: 30px !important;
    background-image: none;
  }
  .treatments .bottom-content, .treatments::after {
    display: none;
  }
  .about-sec {
    padding: 50px 0px;
  }
  .about-sec .about-content {
    padding-right: 0px;
    margin-bottom: 40px;
  }
  .about-sec .vision-sec {
    padding-left: 0px;
    padding-top: 60px;
    display: flex;
    justify-content: space-between;
  }
  .about-sec .vision-sec .box {
    width: 48%;
    border: 1px solid #00780B;
    border-radius: 10px;
    padding: 20px;
  }
  .facilities-sec .facilities-block .owl-carousel .owl-nav, .testimonial-sec .owl-carousel .owl-nav, .blogs-sec .owl-carousel .owl-nav {
    display: none;
  }
  .facilities-sec::before {
    height: 91px;
    top: 9px;
  }
  .facilities-sec::after {
    height: 90px;
    bottom: 10px;
  }
  .p60 {
    padding: 30px 0px;
  }
  .testimonial-sec {
    padding: 30px 0px 30px;
  }
  .booking-sec .booking-box .img-sec img {
    position: relative;
    top: auto;
  }
  .booking-sec .booking-box {
    display: block;
  }
  .booking-sec .booking-box .content, .booking-sec .booking-box .button-sec, .booking-sec .booking-box .img-sec {
    width: 100%;
    padding: 0;
    text-align: center;
    margin-bottom: 20px;
  }
  .booking-sec .booking-box .img-sec img {
    width: 340px;
    padding-top: 25px;
  }
  footer .first-sec .f-address {
    padding: 0;
  }
  footer .first-sec .f-box {
    border-top: 1px solid #5cbd58;
    padding-top: 15px;
    margin-top: 15px;
  }
  .treatment-details .img-sec {
    margin-bottom: 25px;
  }
  .treatment-details {
    padding: 30px 0px;
  }
  .treatment-details .junior-sec .j-doc {
    width: 33.3%;
  }
  .contact-sec {
    padding: 30px 0px;
  }
  .contact-sec .contact-form {
    padding-left: 0px;
    background-image: none;
  }
  .contact-sec .contact-form h6 {
    display: block;
  }
  .cmn-page h4 {
    font-size: 33px;
  }
  .cmn-page {
    padding: 30px 0px;
  }
}
@media (max-width: 768px) {
  header .overlay-content {
    display: block;
  }
  header .mb-logo {
    text-align: center;
    margin-bottom: 20px;
  }
  header .overlay-content .mb-nav {
    display: block;
    position: relative;
    z-index: 9;
  }
  header .overlay-content ul {
    margin-top: 0;
    padding-top: 0;
  }
  header .overlay-content ul li a {
    text-align: center;
  }
  .treatments::before {
    display: none;
  }
  .treatments .heading-sec h4 {
    font-size: 30px;
  }
  .about-sec .about-img-sec::before, .cmn-page .img-sec::before {
    display: none;
  }
  .about-sec .about-img-sec img {
    border-top-left-radius: 0px;
    border-bottom-right-radius: 150px;
  }
  .cmn-page .img-sec {
    height: 300px;
  }
  .cmn-page .img-sec img {
    border-radius: 60px;
  }
  .about-sec::before {
    display: none;
  }
  .p60 {
    padding: 20px 0px;
  }
  footer .first-sec::before, footer .first-sec::after {
    display: none;
  }
  .treatment-details .img-sec::before {
    display: none;
  }
  .treatment-details .img-sec {
    height: 350px;
  }
  .treatment-details .img-sec img {
    border-radius: 20px;
  }
  .treatment-details .doctor-sec {
    display: block;
  }
  .treatment-details .doctor-sec .doctor-img {
    margin: auto;
    margin-bottom: 20px;
  }
  .treatment-details .doctor-sec .doctor-content {
    padding-left: 0;
    width: 100%;
  }
  .treatment-details .doctor-sec .doctor-content h6 {
    text-align: center;
  }
  .treatment-details .doctor-sec .doctor-content p {
    text-align: justify;
  }
  .treatment-details .junior-sec .j-doc {
    width: 50%;
  }
  .inner-blog .blogsingle-sec .blog-detail-img {
    height: auto;
  }
  .inner-blog .doctor-box-details {
    display: block;
  }
  .inner-blog .doctor-box-details .pic {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }
  .inner-blog .doctor-box-details .pic img {
    width: 120px;
  }
  .inner-blog .doctor-box-details .details {
    text-align: center;
    padding-left: 0;
  }
}
@media (max-width: 550px) {
  .banner-sec .main-banner .slider #carouselExampleFade {
    width: 330px;
    height: 330px;
  }
  .banner-sec .main-banner .slider #carouselExampleFade .carousel-item img {
    width: 230px;
    height: 230px;
  }
  .banner-sec .main-banner .slider .overlay-img {
    width: 230px;
  }
  .banner-sec .main-banner .slider .overlay-img img {
    width: 100%;
  }
  .banner-sec::before {
    width: 100px;
    height: 100px;
  }
  header .mb-logo img {
    width: 190px;
  }
  .about-sec .about-img-sec .experience {
    right: 0;
    bottom: 0;
  }
  .about-sec .vision-sec {
    padding-top: 30px;
    display: block;
  }
  .about-sec .vision-sec .box {
    width: 100%;
    margin-top: 10px;
  }
  .about-sec .about-content {
    text-align: center;
  }
  .about-sec .about-content h5, .facilities-sec .facilities-block .heading-sec h6, .testimonial-sec .heading-sec h5, .blogs-sec .heading-sec h5, .booking-sec .booking-box .content h6, .treatment-details .content h2, .contact-sec .heading-sec h5 {
    font-size: 30px;
  }
  .about-sec {
    padding: 30px 0px;
  }
  .facilities-sec {
    padding: 30px 0px;
  }
  .facilities-sec::before {
    height: 30px;
    top: 0;
  }
  .facilities-sec::after {
    height: 42px;
    bottom: -11px;
  }
  .testimonial-sec .item, .blogs-sec .item {
    padding: 8px 8px;
  }
  .booking-sec .booking-box .img-sec img {
    width: 267px;
  }
  .inner-banner h1 {
    font-size: 35px;
  }
  .inner-banner {
    padding: 60px 0px;
  }
  .treatment-details h5 {
    text-align: center;
  }
  .treatment-details .junior-sec .j-doc {
    width: 100%;
  }
  .treatment-details .junior-sec .j-doc span {
    height: 280px;
  }
  .treatment-details .junior-sec {
    padding: 0px;
  }
  .contact-sec .heading-sec {
    margin-bottom: 19px;
  }
}/*# sourceMappingURL=main.css.map */

font-face {
    font-family: 'Meera';
    font-style:  normal;
    font-weight: normal;
    src: local('Meera'), url('/assets/fonts/Meera-Regular.woff2') format('woff2'), 
      url('/assets/fonts/Meera-regular.woff') format('woff'),
      url('/assets/fonts/Meera-Regular.ttf') format('truetype');
  }
  .ml {font-size: 20px; font-family: "Meera";}
  .ml p {line-height:24px; font-size: 20px; font-family: "Meera"; margin-bottom:12px; text-align: justify;}
  .ml h1{font-size: 42px; font-family: "Meera"; }
  .ml h2{font-size: 36px; font-family: "Meera"; }
  .ml h3{font-size: 32px; font-family: "Meera"; }
  .ml h5{font-size: 30px; font-family: "Meera"; }
  .ml li{line-height:24px; font-size: 20px; font-family: "Meera"; margin-bottom:8px; text-align: justify;}

.blog-text a { color:black; }
.blog-text a:hover { color:rgb(3, 71, 54); }
.blog-text p{line-height:19px; padding-left: 8px;  } 

.facilities-scroll a, .blogs-scroll a{color: #000;}
.facilities-scroll a:hover, .blogs-scroll a:hover{color: #0d6919;}

 .video-thumbnail {
      position: relative;
      display: inline-block;
      cursor: pointer;
      width: 480px;
      max-width: 100%;
    }

    .video-thumbnail img {
      width: 100%;
      border-radius: 8px;
      display: block;
    }
     .video-thumbnail .play-button {
      position: absolute;
      top: 50%;
      left: 50%;
      width: 64px;
      height: 64px;
      margin-left: -32px;
      margin-top: -32px;
      background: url('/assets/images/youtube_play.png') no-repeat center center;
      background-size: contain;
      pointer-events: none;
    }

    .team-item {
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
}

.team-item img {
    transition: .5s;
}

.team-item:hover img {
    transform: scale(1.1);
}

.team-item .btn {
    background: #FFFFFF;
    color: var(--primary);
    border-radius: 20px;
    border-bottom: 1px solid var(--primary);
}

.team-item .btn:hover {
    background: var(--primary);
    color: #FFFFFF;
}
.team-item h5{font-size: medium;}