body{
    font-family: 'Poppins', sans-serif;
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
	color: #212112;
	overflow-x: hidden;
}

.container{
  max-width: 1440px;
}
@media screen and (max-width: 1600px){
  .container {
  max-width: 1250px;
}
}
@media screen and (max-width: 1500px){
  .container{
  max-width: 1140px;
}
}
@media screen and (max-width: 1200px){
  .container{
  max-width: 960px;
}
}
h1,h2,h3,h4,h5,h6{
	font-family: "Abhaya Libre", serif;
}
.start-header {
	opacity: 1;
	transform: translateY(0);
	padding: 5px 0 0;
	box-shadow: 0 10px 30px 0 rgba(138, 155, 165, 0.15);
	-webkit-transition : all 0.3s ease-out;
	transition : all 0.3s ease-out;
}
.start-header.scroll-on {
	box-shadow: 0 5px 10px 0 rgba(138, 155, 165, 0.15);
	padding: 5px 0;position: fixed;
	-webkit-transition : all 0.3s ease-out;
	transition : all 0.3s ease-out;
}
.start-header.scroll-on .navbar-brand img{
	height: 50px;
	-webkit-transition : all 0.3s ease-out;
	transition : all 0.3s ease-out;
}
.navigation-wrap{
	position: relative;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 1000;
	-webkit-transition : all 0.3s ease-out;
	transition : all 0.3s ease-out;
}
.navbar{
	padding: 0;
}
.navbar-brand img{
	height: 120px;
	width: auto;
	display: block;
	-webkit-transition : all 0.3s ease-out;
	transition : all 0.3s ease-out;
 position: relative;
  z-index: 999 !important;
  margin-bottom: -20px;

}.carousel-control-next {
  right: 0;
  width: 60px;
  background: #87b538;
  height: 60px;
  top: 40%;
  right: 20px;
  border-radius: 31px;
}
.carousel-control-prev{
	width: 60px;
  background: #87b538;
  height: 60px;
  top: 40%;
  left: 20px;
  border-radius: 31px;
}
.navbar-toggler {
	float: right;
	border: none;
	padding-right: 0;
}
.navbar-toggler:active,
.navbar-toggler:focus {
	outline: none;
}
.navbar-light .navbar-toggler-icon {
	width: 24px;
	height: 17px;
	background-image: none;
	position: relative;
	border-bottom: 1px solid #000;
    transition: all 300ms linear;
}
.navbar-light .navbar-toggler-icon:after, 
.navbar-light .navbar-toggler-icon:before{
	width: 24px;
	position: absolute;
	height: 1px;
	background-color: #000;
	top: 0;
	left: 0;
	content: '';
	z-index: 2;
    transition: all 300ms linear;
}
.navbar-light .navbar-toggler-icon:after{
	top: 8px;
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
	transform: rotate(45deg);
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {
	transform: translateY(8px) rotate(-45deg);
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
	border-color: transparent;
}
.nav-link{
	color: #373737 !important;
	font-weight: 500;
    transition: all 200ms linear;font-family: "Abhaya Libre", serif;font-size: 20px;
    text-transform: uppercase;
}
.nav-item.show .dropdown-menu{
  padding: 0 !important;
}
.nav-item:hover .nav-link{
	color: #89ae3f !important;
}
.active::after {
  color: #89ae3f !important;
  opacity: 1 !important;
  bottom: 17px !important;
}
.nav-link {
	position: relative;
	padding: 25px 0 !important;
	display: inline-block;
}
.nav-item:after{
	position: absolute;
  bottom: -5px;
  left: 15%;
  width: 70%;
  height: 2px;
  content: '';
  background-color: #89ae3f;
  opacity: 0;
  transition: all 200ms linear;
}
.nav-item:hover:after{
	bottom: 15px;
	opacity: 1;
}
.nav-item.active:hover:after{
	opacity: 0;
}
.nav-item{
	position: relative;
    transition: all 200ms linear;
}


.bg-light {
	background-color: #fff !important;
    transition: all 200ms linear;
}
.section {
    position: relative;
	width: 100%;
	display: block;
}
.full-height {
    height: 100vh;
}
.over-hide {
    overflow: hidden;
}
.absolute-center {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
  margin-top: 40px;
	transform: translateY(-50%);
	z-index: 20;
}

.nav-item .dropdown-menu {
    transform: translate3d(0, 10px, 0);
    visibility: hidden;
    opacity: 0;
	max-height: 0;
    display: block;
	padding: 0;
	margin: 0;
    transition: all 200ms linear;
}
.nav-item.show .dropdown-menu {
    opacity: 1;
    visibility: visible;
	max-height: 999px;
    transform: translate3d(0, 0px, 0);
}
.dropdown-menu {
	padding: 10px!important;
	margin: 0;
	font-size: 13px;
	letter-spacing: 1px;
	color: #212121;
	background-color: #fcfaff;
	border: none;
	border-radius: 3px;
	box-shadow: 0 5px 10px 0 rgba(138, 155, 165, 0.15);
    transition: all 200ms linear;
}
.dropdown-toggle::after {
	display: none;
}

.dropdown-item {
	padding: 8px 30px;
  color: #212121;
  border-radius: 2px;
  transition: all 200ms linear;
  border-bottom: 1px solid #ccc;
  color: #373737 !important;
  font-weight: 500;
  transition: all 200ms linear;
  font-family: "Abhaya Libre", serif;
  font-size: 18px;
  text-transform: uppercase;
}
.dropdown-item:hover, 
.dropdown-item:focus {
	background-color: rgb(137, 174, 63);
  color: #fff !important;
}


@media (max-width: 767px) { 
	
	.nav-item:after{
		display: none;
	}
	
	.dropdown-menu {
		padding: 0 !important;
		background-color: transparent;
		box-shadow: none;
		transition: all 200ms linear;
	}
	.dropdown-toggle[aria-expanded="true"] + .dropdown-menu {
		margin-top: 0px !important;
		margin-bottom: 20px !important;
	}
	
}

/* #Link to page
================================================== */

.logo {
	position: absolute;
	bottom: 30px;
	right: 30px;
	display: block;
	z-index: 100;
	transition: all 250ms linear;
}
.logo img {
	height: 26px;
	width: auto;
	display: block;
  filter: brightness(10%);
	transition: all 250ms linear;
}

.topbar {
	background: #89af3e;
	padding: 5px 0;
}

.topbar ul li {
	display: inline-block;
	color: #fff;
	margin-right: 20px
}

.topbar ul li a {
	font-size: 14px;
	padding-left: 5px;
	color: #fff !important
}
.topbar ul li i{
  color: #fff;
} 
.social li a{
  display: flex;padding-left: 0 !important;
  align-items: center;
  justify-content: center;
  width: 25px;
  height: 25px;
  font-size: 14px;
  color: #71717e;
  border-radius: 50%;
  border: 1px solid #fff ;
}
ul {
	padding: 0;
	margin: 0
}
.carousel-indicators li{
	background-color: rgb(238, 42, 129);
}
.social {
	float: right
}


.topbar ul {
	float: left
}

.pbl-0 {
	padding: 0
}


.social {
	padding-right: 0px;
	float:right !important;
}

a {
	text-decoration: none !important
}




.webmenu_bottom_shape_left {
  top: 102px;
  left: -62px;
}
.position-absolute {
  position: absolute !important;
}
@media screen and (max-width:1199px){
	.nav-link{
		font-size: 17px;padding: 16px 0 !important;
	}
	.navbar-brand img {
  height: 100px;
}
.dropdown-item{
  font-size: 15px;
  padding: 6px 27px;
}
.webmenu_bottom_shape_left {
  top: 80px;
  left: -70px;
}
}

@media screen and (max-width:991px){
  .topbar ul li{
    margin-right:8px;
  }
    .ml-md-4, .mx-md-4 {
    margin-left: 1rem !important;
  }  .navbar-brand img {
    height: 85px;
  }  .webmenu_bottom_shape_left {
    top: 65px;
    left: -77px;
  }
  .topbar ul li a{
    font-size: 13px;
  }
  .nav-link{
    font-size: 15px;
  }
  .dropdown-item{
  font-size: 14px;
  padding: 6px 27px;
}
}

@media screen and (max-width:900px){
  .topbar ul li{
    margin-right: 1px;
  }
 
  
}
@media screen and (max-width:766px){
	.topbar{
		display: none;
	}
	.carousel-control-next, .carousel-control-prev{
		display: none;
	}.navbar-brand img {
    height: 70px;
  
  }  .webmenu_bottom_shape_left {
    top: 45px;
    left: -85px;
  }  .nav-item::before {
    position: absolute;
    display: block;
    top: 15px;
    left: 0;
    width: 11px;
    height: 1px;
    content: "";
    border: none;
    background-color: #000;
    vertical-align: 0;
  }  .dropdown-toggle::after {
    position: absolute;
    display: block;
    top: 10px;
    left: -23px;
    width: 1px;
    height: 11px;
    content: "";
    border: none;
    background-color: #000;
    vertical-align: 0;
    transition: all 200ms linear;
  }  .dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(90deg);
    opacity: 0;
  } .navbar-nav {
    overflow: hidden;
  }
  .novbefore::before{
    display: none !important;
  }
  .navbar-light .navbar-toggler{
    margin-top: -10px;
  }  .nav-link {
  color: #373737 !important;padding: 5px 0 !important;
}
.navigation-wrap .col-12{
  padding: 0;
}.nav-item {
  position: relative;
  transition: all 200ms linear;
  border-bottom: 1px solid #d7d7d7;
}
.navbar-brand{
  padding-left: 20px;
 
}
.navbar-light .navbar-toggler{
   padding-right: 20px;
}
.nav-item{
  border: none;
}
}



















.aboutussection {
  position: relative;
  padding: 70px 0 80px;
}
@media (max-width: 767px) {
  .aboutussection {
    padding: 80px 0;
  }
}
.aboutussection__image {
  position: relative;
  z-index: 2;
  display: inline-block;
  padding-left: 10px;
  padding-bottom: 10px;
  margin-right: 100px;
}
@media (max-width: 1199px) {
  .aboutussection__image {
    margin-bottom: 45px;
  }
}
.aboutussection__image::after {
  position: absolute;
  left: 0;
  top: -10px;
  content: "";
  background-color: #89af3e;
  width: 177px;
  z-index: -1;
  height: 182px;
  border-radius: 120px 0 120px 0;
}
.aboutussection__image::before {
  position: absolute;
  right: -10px;
  bottom: 0;
  content: "";
  background-color: #89af3e;
  width: 177px;
  z-index: -1;
  height: 182px;
  border-radius: 120px 0 120px 0;
}
.aboutussection__image img {
  max-width: 100%;
  border-radius: 120px 0 120px 0;
}
.aboutussection__content {
  position: relative;
}
.aboutussection__content .sec-title-four {
  padding-bottom: 10px;
}
.aboutussection__content__text {
  line-height: 26px;
  margin: 0 0 15px;
}

.aboutussection__box {
  position: relative;
  z-index: 2;
  background-color: var(--tolak-gray, #ecf2fc);
  border-radius: 15px;
  text-align: center;
  margin-top: 26px;
  padding: 0 20px 15px;
}
.aboutussection__box::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0;
  z-index: -1;
  opacity: 0;
  border-radius: 15px;
  background-color: #222222;
  transition: all 0.5s;
}
.aboutussection__box:hover .aboutussection__box__icon {
  background-color: #89af3e;
  color: #fff;
}
.aboutussection__box:hover .aboutussection__box__icon i {
  animation: bounceIn 1s linear;
  animation-duration: 1s;
}
.aboutussection__box:hover .aboutussection__box__title {
  color: #fff;
}
.aboutussection__box:hover::after {
  opacity: 1;
  height: 100%;
}
.aboutussection__box__icon {
  position: relative;
  z-index: 3;
  top: -26px;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto -25px;
  background-color: #fff;
  font-size: 28px;
  color: #89af3e;
  transition: all 500ms ease;
  filter: drop-shadow(0 0 4px rgba(0, 0, 0, 0.08));
}
.aboutussection__box__title {
  margin: 17px 0 0;
  font-size: 18px;
  line-height: 26px;
  transition: all 0.3s;
}
@media (max-width: 1199px) {
  .aboutussection__box__title {
    max-width: 170px;
    margin-left: auto;
    margin-right: auto;
  }
}
.aboutussection__list {
  position: relative;
  margin: 0px 0 25px;
  padding: 27px 40px 17px;
  list-style: none;
  display: flex;
  gap: 10px;
  align-items: center;
  flex-wrap: wrap;
  border: 1px solid var(--tolak-border-color, #dddddd);
  border-radius: 10px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .aboutussection__list {
    padding: 27px 25px;
  }
}
.aboutussection__list li {
  position: relative;
  display: flex;
  align-items: center;
  min-width: 190px;
  gap: 10px;
  font-weight: 500;
  color: #051d1f;width: 32%;
  margin: 0;
  gap: 0;
  margin-bottom: 10px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .aboutussection__list li {
    min-width: 170px;
  }
}
.aboutussection__list li span {
  display: inline-block;
  transition: 300ms ease;
  line-height: 1.2;
  margin-left: 10px;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
}
.aboutussection__list li i {
  font-size: 17px;
  line-height: 17px;
  color: #89af3e;
  display: inline-block;
  transition: all 0.6s ease;
}
.aboutussection__list li:hover {
  color: #89af3e;
}
.aboutussection__list li:hover span {
  background-size: 100% 1px;
}.sec-title-tagline {
  margin: 0;
    margin-bottom: 0px;
  color: #89af3e;
  text-transform: uppercase;
  display: inline-block;
  font-weight: 600;
  font-size: 20px;
  line-height: 1em;
  margin-bottom: 12px;
}.sec-title-tagline__left-border {
  width: 39px;
  height: 2px;
  display: inline-block;
  background-color: #89af3e;
  position: relative;
  top: -5px;
  margin-right: 17px;
}
.sec-title-tagline__right-border {
  width: 39px;
  height: 2px;
  display: inline-block;
  background-color: #89af3e;
  position: relative;
  top: -5px;
  margin-left: 17px;
}
.sec-title{
  font-size: 40px;
  text-transform: uppercase;
}
.sec-title span{
  color: #89af3e;
}
p{
  line-height: 26px;
  margin: 0 0 15px;
  color: #4d4d4d;
  text-align: justify;
}


.buttondesign {
  display: inline-block;
  vertical-align: middle;
  border: none;
  margin-top: 20px;
  outline: none !important;
  background-color: #89af3e;
  color: #051d1f;
  font-size: 16px;
  font-weight: 500;
  border-radius: 5px;
  padding: 10px 27px;
  transition: 500ms;
  text-transform: uppercase;
  position: relative;
  z-index: 2;
  overflow: hidden;
  text-align: center;
}
.buttondesign i {
  font-size: 13px;
  margin-left: 12px;
}
.buttondesign::before {
  content: "";
  display: block;
  top: -2em;
  left: -2em;
  width: 50px;
  height: 50px;
  transform: translate(-50%, -50%);
  position: absolute;
  border-radius: 50%;
  z-index: -1;
  background-color: #1b272a;
  transition: 1.2s ease;
}
.buttondesign::after {
  content: "";
  display: block;
  width: 50px;
  height: 50px;
  left: calc(100% + 2em);
  top: calc(100% + 2em);
  transform: translate(-50%, -50%);
  position: absolute;
  border-radius: 50%;
  z-index: -1;
  background-color: #1b272a;
  transition: 1.2s ease;
}
.buttondesign__left-star {
  position: absolute;
  width: 26px;
  height: 22px;
  left: 0;
  top: 0;
  background-color: #1b272a;
  mask: url('data:image/svg+xml;utf8,<svg viewBox="0 0 26 22" xmlns="http://www.w3.org/2000/svg"><path d="M-8.64164 -20.6659L3.02618 -11.0528L15.7743 -19.179L10.2373 -5.11165L25.9051 0.501377L6.81525 6.58246L0.278275 21.6498L-2.5108 3.01452L-17.6007 2.09559L-4.85257 -6.03058L-8.64164 -20.6659Z"/></svg>');
  mask-repeat: no-repeat;
  mask-position: left top;
  mask-size: cover;
}
.buttondesign__right-star {
  position: absolute;
  width: 25px;
  height: 22px;
  right: 0;
  bottom: 0;
  background-color: #1b272a;
  mask: url('data:image/svg+xml;utf8,<svg viewBox="0 0 25 22" xmlns="http://www.w3.org/2000/svg"><path d="M36.1322 42.5018L24.0766 33.3797L11.6757 42.0264L16.6259 27.742L0.73579 21.6166L18.6016 15.8741L24.6346 0.587992L29.0268 19.0953L44.1418 19.3891L31.7408 28.0358L36.1322 42.5018Z"/></svg>');
  mask-repeat: no-repeat;
  mask-position: right bottom;
  mask-size: cover;
}
.buttondesign:hover {
  color: #fff;
}
.buttondesign:hover::after, .buttondesign:hover::before {
  height: 500px;
  width: 500px;
}
.buttondesign--home-six {
  color: #fff;
}
.buttondesign--home-seven {
  color: #fff;
  padding: 12px 28px;
}





.service-five__item {
  position: relative;
  z-index: 1;
  background-color: #fff;
  padding: 0;
  overflow: hidden;
  border-radius: 10px;
  text-align: center;
  border-radius: 10px;
  padding: 10px 10px 0;
  margin-bottom: 25px;
}
.service-five__item::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  z-index: -1;
  opacity: 0;
  border-radius: 10px;
  background-color: #89af3e;
  transition: all 0.5s;
}
.service-five__item:hover::after {
  height: 100%;
  opacity: 1;
}
.service-five__item__image {
  position: relative;
}
.service-five__item__image img {
  width: 100%;
  height: auto;
}
.service-five__item__content {
  position: relative;
  z-index: 2;
  padding: 0 20px 32px;
}
.service-five__item__icon {
  position: relative;
  z-index: 3;
  top: -44px;
  width: 84px;box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.17);
  height: 84px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto -25px;
  background-color: #89af3e;
  font-size: 44px;
  color: #89af3e;
  transition: all 500ms ease;
  filter: drop-shadow(0 0 4px rgba(0, 0, 0, 0.08));
}
.service-five__item:hover .service-five__item__icon {
  background-color: #fff;
  color: #fff;
}
.service-five__item:hover .service-five__item__icon span {
  animation: bounceIn 1s linear;
  animation-duration: 1s;
}
.service-five__item__title {
  font-size: 30px;
  font-weight: 700;
  margin: 0 0 7px;
}
.service-five__item__title a {
  color: #89af3e;
  text-transform: uppercase;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.service-five__item__title a:hover {
  background-size: 100% 1px;
}
.service-five__item__title a:hover {
  color: #fff;
}
.service-five__item:hover .service-five__item__title a{
  color: #fff;
}
.service-five__item:hover .service-five__item__text{
color: #fff;
}
.service-five__item:hover .service-five__item__title {
  color: #fff;
}
.service-five__item__text {
  line-height: 26px;
  margin: 0;
  text-align: center;
  transition: all 300ms ease;
}
@media (min-width: 1200px) {
  .service-five__item__text {
    padding: 0px;
  }
}
.service-five__item__text {
  color:#4d4d4d
}
.post-slide{
  padding: 20px 20px;
}

.treatments{

  padding: 0px 0 40px;
}
.service-five__item{
  box-shadow:0px 5px 20px 0px rgba(0, 0, 0, 0.17);
}


.titlesection{
  margin-bottom: 25px;
}










.service-inner1::after  {
  content: "";

  position: absolute;

  left: 0;

  top: 0;

  width: 50%;

  height: 100%;

  border-radius: 0 200px 200px 0;

  background-image: linear-gradient(to left, rgb(255, 255, 255) 0%, rgb(220, 232, 202) 100%);

  z-index:1;

}.service-inner1::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  height: 100%;
  border-radius: 0 200px 200px 0;
  background-image:linear-gradient(to right, rgb(254, 254, 254) 0%, rgb(219, 231, 200) 100%);
  z-index: 1;
}
.service-inner1::after {
  left: auto;

  right: 0;

  border-radius: 200px 0 0 200px;

  --gradient-direction: to left;

}
@keyframes spin {
  to {
    transform:rotate(360deg)
  }
}
.service-style1 {
  display:flex;
  /*max-width:430px;*/
  margin:0 0 45px 0;
  align-items:center
}
.service-style1:last-child {
  margin-bottom:0
}
@media(min-width: 991px) {
  .service-style1.reverse {
    flex-direction:row-reverse;
    text-align:right
  }
  .service-style1.reverse .service-content {
    padding:0 20px 0 0
  }
}
.service-style1 .service-icon {
  width:100px;
  height:100px;
  line-height:100px;
  margin:5px;
  background-color:#89af3e;
  text-align:center;
  border-radius:50%;
  position:relative;
  transition:all ease .4s
}
.service-style1 .service-icon:before {
  content:"";
  position:absolute;
  top:-5px;
  right:-5px;
  bottom:-5px;
  left:-5px;
  border:1px dashed #89af3e;
  border-radius:inherit;
  animation:spin 30s infinite linear
}
.service-style1 .service-content {
  padding:0 0 0 20px;
  flex:1
}
.service-style1 .service-title {
  font-size:26px;
  margin:.08em 0 11px 0
}
.service-style1 .service-text {
  margin:0
}
.service-style1:hover .vs-icon {
  background-color:#89af3e
}
.service-style1:hover .vs-icon:before {
  border-color:#89af3e
}
.service-style1 .service-title a{
  color: #000;
}
.service-style1 .service-text{
  text-align: left;
}
.service-style1.reverse .service-text{
  text-align: right;
}

.vs-icon {
  display:inline-block;
  width:100px;
  height:100px;
  line-height:100px;
  background-color:#89af3e;
  color:#fff;
  text-align:center;
  position:relative;
  z-index:1;
  border-radius:50%;
  margin:var(--border-gap, 5px);
  transition:all ease .4s
}
.vs-icon:before {
  content:"";
  position:absolute;
  top:calc(var(--border-gap, 5px)/-1);
  right:calc(var(--border-gap, 5px)/-1);
  bottom:calc(var(--border-gap, 5px)/-1);
  left:calc(var(--border-gap, 5px)/-1);
  border:1px dashed #89af3e;
  border-radius:inherit;
  transition:all ease .4s;
  animation:spin 30s linear infinite
}
.vs-icon.style2 {
  background-color:#fde7da;
  box-shadow:0 0 0 8px #fff;
  margin:8px
}
.vs-icon.style2:before {
  display:none
}
.vs-icon.style3 {
  background-color:#fde7da
}

.service-style1.reverse, .service-style1, .mt-n4{
  position: relative;
    z-index: 9 !important;

}
.glide1{
    animation: glide1 2s ease-in-out alternate infinite;
}
@keyframes glide1 {
  from {
    right: 0px;
    top: 0px;
  }
  to {
    right: 0px;
    top: 20px;
  }
}
.vs-icon img{
  height: 65px;
}
.service-style1.reverse{
  width: 100%;
    margin-left: auto;
}
.service-style1{
  width: 100%;
  margin-right: auto;
}
.servicewhyus{
  padding: 40px 0 70px;
  position: relative;
}

.servicewhyus .sec-title2{
  margin-bottom: 40px;
}
.servicesec{
  padding: 70px 0 60px;
  background: url('../images/service-bg.webp');
  position: relative;
}
.servicesec .sec-title2{
  margin-bottom: 30px;
}

.services-eight__single {
  position: relative;
  z-index: 2;
  background-color: #fff;
  border-radius: 10px;
  padding: 1px 50px 32px;
  margin-top: 25px;
  box-shadow: 2px 4px 30px 0px rgba(86, 130, 170, 0.51);
  transition: all 500ms ease;
  margin-bottom: 30px;
}
@media (max-width: 1199px) {
  .services-eight__single {
    padding: 1px 20px 32px;
  }
}
.services-eight__single::after {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 93px;
  width: 93px;
  content: "";
  z-index: -1;
  background-color: #89af3e;
  transition: all 500ms ease;
  mask: url('data:image/svg+xml;utf8,<svg viewBox="0 0 93 93" xmlns="http://www.w3.org/2000/svg"><path d="M53.7656 64.3846C44.5389 92.7651 3 92.3621 0 93H83C88.5229 93 93 88.5228 93 83V22.8923V0C82.1861 47.9899 65.9651 26.86 53.7656 64.3846Z"/></svg>');
  mask-repeat: no-repeat;
  mask-position: top right;
  mask-size: cover;
}
.services-eight__single::before {
  background-color: #89af3e;
  position: absolute;
  top: 0;
  height: 0;
  left: 0;
  right: 0;
  content: "";
  transition: all 500ms ease;
  border-radius: 10px;
  z-index: -1;
  opacity: 0;
}
.services-eight__single:hover::before {
  opacity: 1;
  height: 100%;
}
.services-eight__single__image {
  position: relative;
  z-index: 2;
  border-radius: 10px;
  overflow: hidden;
  margin-top: -25px;
}
.services-eight__single__image img {
  width: 100%;
  height: auto;
}
.services-eight__single__middle {
  position: relative;
  display: flex;
  align-items: baseline;
  gap: 20px;
  margin-top: -13px;
  margin-bottom: 21px;
}
.services-eight__single__middle::after {
  position: absolute;
  left: 78px;
  bottom: 6px;
  width: calc(100% - 78px);
  height: 1px;
  content: "";
  background-color: #89af3e;
  transition: all 400ms ease;
}
.services-eight__single:hover .services-eight__single__middle::after {
  background-color: #fff;
}
.services-eight__single__icon {
  width: 78px;
  height: 88px;
  background-color: #89af3e;
  border-radius: 0 0 0 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 44px;
  color: #fff;
  transition: all 400ms ease;
}
.services-eight__single__icon span {
  position: relative;
  top: 2px;
  display: inline-block;
  transition: all 0.5s ease;
}
.services-eight__single:hover .services-eight__single__icon {
  background-color: #fff;
  color: #89af3e;
}
.services-eight__single:hover .services-eight__single__icon img{
  filter: brightness(0%);
}
.services-eight__single:hover .services-eight__single__icon span {
  transform: rotateY(180deg);
}
.services-eight__single__title {
  font-size: 20px;
  font-weight: 800;
  margin: 0 0 0;
  position: relative;
  top: -20px;
}
.services-eight__single__title a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.services-eight__single__title a:hover {
  background-size: 100% 1px;
}
.services-eight__single:hover .services-eight__single__title {
  color: #fff;
}
.services-eight__single__text {
  line-height: 30px;
  font-weight: 600;
  margin: 0;
  transition: all 400ms ease;
}
.services-eight__single:hover .services-eight__single__text {
  color: #fff;
}

.mb-20{
  margin-bottom: 10px;
}
.service-five__item__icon img{
  height: 40px;filter: brightness(0) invert(1);
}
.service-five__item:hover .service-five__item__icon img{
  filter: none;
}
.gallery-section{
  padding: 70px 0 0;
}
.gallery-section .gallery-box .box {
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  transition: all .5s ease;
    transition-duration: 0.5s;
    transition-timing-function: ease;
  background-color: #F8F6F9 !important;
}
.videosec{
  padding: 50px 0 50px;
}
footer{
  padding: 70px 0 40px;
  background-color: #1775b82b;
  background-image: url("../images/footer-bg.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-attachment: scroll;
}
.copyright{
  padding: 10px 0 0;
  background: #89af3e;
  text-align: center;
}
.copyright p, .copyright p a{
  color: #fff;
  text-align: center;
  margin-bottom: 10px;
}
footer ul {
  padding: 0;
  margin: 0;
}footer ul li {
  list-style: none;
  margin-bottom: 15px;
}footer ul li a, footer ul li  {
  list-style: none;
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
  color: #4d4d4d;
}footer h4 {
  font-size: 30px;
  margin-top: -0.22em;
  text-transform: uppercase;
  margin-bottom: 20px;
}footer h4 span {
  color: #89af3e;font-weight: bold;
}
footer i{
  color: #89af3e;margin-right: 5px;
}
footer a:hover{
  color: #89af3e;
}
.footerlogo{
  margin: auto;
  text-align: center;
}
.footerlogo img{
  height: 150px;
  margin-bottom: 10px;
}
.gallery-section .gallery-box .box img{
  width: auto;
  height: 320px !important;
}
@media screen and (max-width:1600px){
  .aboutussection__image{
    margin-right: 20px;
  }.gallery-section .gallery-box .box img{
  width: auto;
  height: 270px !important;
}
  .aboutussection__list li{
    min-width: auto;
  }
  .vs-icon{
    width:80px;
    line-height: 80px;
    height: 80px;
  }
  .service-five__item__title {
  font-size: 25px;
}
.service-five__item__content{
  padding: 0 16px 32px;
}
.service-style1 .service-title {
  font-size: 24px;
}
.service-style1 .service-text{
  font-size: 16px;
}
.vs-icon img {
  height: 50px;
}.videosec video{
  height: 450px;
}
footer ul li a, footer ul li{
  font-size: 15px;
}
}
.ml02{
  padding: 0;
}
@media screen and (max-width:767px){
  .ml02{
  padding: 0 15px;
}
}

@media screen and (max-width:1500px){
  .aboutussection__list{
    padding: 17px 18px 7px;
  }.gallery-section .gallery-box .box img{
  width: auto;
  height: 250px !important;
}
    .service-style1.reverse .service-content {
    padding: 0 10px 0 0;
  }  .service-style1 .service-title {
    font-size: 22px;
  }.service-style1 .service-text{
  font-size: 15px;
}    .service-five__item__content {
    padding: 0 10px 32px;
    min-height: 320px;
  }  .service-five__item__title {
    font-size: 24px;
  }
}

@media screen and (max-width:1199px){
  .footerlogo{
    display: none;
  }
  .footerlo{
    display: none;
  }
    .aboutussection__image {
    width: 50%;
  }  .service-five__item__content {
    padding: 0 10px 32px;
    min-height: 250px;
  }.gallery-section .gallery-box .box img{
  width: auto;
  height: 220px !important;
}.videosec video{
  height: 380px;
}
  .sec-title-tagline{
    font-size: 18px;
  }
  .sec-title {
  font-size: 36px;
}  .vs-icon {
    width: 70px;
    line-height: 70px;
    height: 70px;
  }  .service-style1 .service-title {
    font-size: 20px;
  }
  .aboutussection__list{
    padding: 27px 18px 17px;
  }
}

@media screen and (max-width:991px){
    .service-five__item__content {
    padding: 0 10px 32px;
    min-height: 200px;
  }.videosec video{
  height: 300px;
}.mb-403{
  margin-top: 25px;
}.gallery-section .gallery-box .box img{
  width: auto;
  height: 190px !important;
}
  .service-inner1::before, .service-inner1::after{
    display: none;
  }
  .service-inner1{padding-bottom: 20px;
    padding-top: 20px;
    background-image: linear-gradient(to right, rgb(254, 254, 254) 0%, rgb(219, 231, 200) 100%);
  }
  .titlesection{
    margin-bottom: 0;
  background-image: linear-gradient(to right, rgb(254, 254, 254) 0%, rgb(219, 231, 200) 100%);
  padding-top: 40px;
  }.treatments {
  padding: 0px 0 15px;
}
.servicewhyus {
  padding: 0px 0 40px;
}.service-style1.reverse .service-text {
  text-align: left;
} .service-style1.reverse .service-content {
    padding: 0 10px 0 20px;
  }.service-style1:last-child {
  margin: 0 0 20px 0;
    margin-left: 0px;
}
  .service-style1{
      margin: 0 0 20px 0;
  }
}

@media screen and (max-width:767px){
   .aboutussection {
    padding: 40px 0;
  }  .service-five__item__content {
    padding: 0 15px 32px;
    min-height: 310px;
  }  .treatments {
    padding: 0px 0;
  }  .servicewhyus {
    padding: 0px 0;
  }.gallery-section {
  padding: 40px 0 0;
}
.mb-403{
  margin-top: 15px;
}
    .aboutussection__image {
    width: 90%;
    margin: auto;
    margin-bottom: 30px;
  }
  .sec-title-tagline{
    font-size: 18px;
  }
  .sec-title {
  font-size: 30px;
}
.aboutussection__list li{
  width: 48%;
}
.aboutussection__content .buttondesign{
margin-top: 0;
}
.treatments .sec-title-tagline__left-border, .treatments .sec-title-tagline__right-border{
  display: none;
}.post-slide {
  padding: 20px 15px;
}.mb-20 {
  margin-bottom: -20px;
}
.service-five__item__title {
  font-size: 23px;
}
.videosec {
  padding: 20px 0 15px;
}
.sec-title-tagline__left-border, .sec-title-tagline__right-border{
  display: none;
}
.videosec .mb-20{
  margin-bottom: 10px;
}
.videosec video{
  height: auto;margin-bottom: 20px;
}
footer {
  padding: 40px 0 20px;
}footer ul li {
  margin-bottom: 10px;
}
.footerlogo{
  margin-bottom: 15px;
}
.footerlogo img, .footerlogo p{
  display: none;
}
footer h4 {
  font-size: 26px;
  margin-bottom: 10px;
}  .service-five__item__content {
    padding: 0 10px 32px;
    min-height: 310px;
  }
}.custom-breadcrumb ol {
  margin-bottom: 0;
}.custom-breadcrumb ol li a, .custom-breadcrumb ol li.breadcrumb-item.active {
  color: #000;
  opacity: 0.7;
}.custom-breadcrumb ol li a, .custom-breadcrumb ol li.breadcrumb-item.active {
  color: #000;
  opacity: 0.7;
}.custom-breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  font-family: themify;

  content: "»";

  font-size: 10px;

  color: #000;

  font-size: 20px;

}
.custom-breadcrumb ol li.breadcrumb-item {
  padding-left: 0;

}
.list-inline-item:not(:last-child) {
  margin-right: .5rem;

}
.list-inline-item {
  display: inline-block;

}
.hero-section{
  background: url('../images/banner-2.webp');
  background-size: cover;
  padding: 50px 0;
  background-position: right;
}
.hero-section .text-white {
  color: #89af3e !important;
}
.hero-section h1{
  font-size: 45px;
}
.custom-breadcrumb ol li a, .custom-breadcrumb ol li.breadcrumb-item.active{
  font-size: 18px;
}


@media screen and (max-width:767px){
  .hero-section h1 {
  font-size: 34px;
}.custom-breadcrumb ol li a, .custom-breadcrumb ol li.breadcrumb-item.active {
  font-size: 16px;
}
.hero-section{
  padding: 35px 0 30px;
}
}


.abtpage .aboutussection__image{
  margin-right: 10px;
}
.abtpage .aboutussection__list{
  padding: 27px 20px 17px;
}

@media screen and (max-width:1600px){
  .abtpage .aboutussection__list{
     padding: 25px 15px 15px;
  }
 .abtpage  .aboutussection__list li span{
    font-size: 14px;
  }
}
/*What is Ayurveda? Page Css*/
.ayurvedic-treatment {
  position: relative;
  padding: 50px 0 80px;
}
.ayurvedic-treatment h6 {
margin: 0;
    margin-bottom: 0px;
  margin-bottom: 0px;
  color: #89af3e;
  text-transform: uppercase;
  display: inline-block;
  font-weight: 600;
  font-size: 20px !important;
  line-height: 1em;
  margin-bottom: 12px;
}
.ayurvedic-treatment .left-span {
  width: 39px;
  height: 2px;
  display: inline-block;
  background-color: #89af3e;
  position: relative;
  top: -5px;
  margin-right: 17px;
}
.ayurvedic-treatment .right-span{
  width: 39px;
  height: 2px;
  display: inline-block;
  background-color: #89af3e;
  position: relative;
  top: -5px;
  margin-left: 17px;
}
.ayurvedic-treatment h3 {
  font-size: 30px;
  text-transform: uppercase;
}
.ayurvedic-treatment h3 span {
    color: #89af3e;
}
.lh-30{
  line-height: 30px !important;
}
.ayurvedic-treatment-ul{
  margin-top: 0;
  margin-bottom: 1rem;
}
.ayurvedic-treatment-ul li {
list-style: none !important;
  margin: 0px 18px .8rem;
}
.ayurvedic-treatment-ul li::before {
  font-family: 'icomoon';
  content: "➔";
  position: absolute;
  left: 0;
  color: #89af3e;
  font-size: 20px;
  line-height: 20px;
}
.ayurvedic-treatment span {
  color: #86aa3a;
}

/* / What is Ayurveda? Page Css*/
/*service page css*/
.pain-management{
  padding: 70px 0px 50px;
}
.pain-management p {
  line-height: 30px;
  margin: 0 0 15px;
  color: #4d4d4d;
  text-align: justify;
  text-align: center;
}
.pain-management-details{
  padding: 50px 0px ;
}
.pt-30{
  padding: 30px 0px ;
}
.mh-515{
  min-height: 515px;
}
.mh-565{
  min-height: 565px;
}
.mh-615{
  min-height: 615px;
}
.pain-management h3 {
  font-size: 30px;
  text-transform: uppercase;
}
.pain-management h3 span {
  color: #89af3e;
}
.pain-management p {
  text-align: left !important;
}
/* / service page css*/
/*  contact page css*/
.wpo-contact-pg-section {
  padding-bottom: 0px;
}
.section-padding {
  padding: 50px 0;
    padding-bottom: 50px;
}
.blog-sidebar {
    padding-left: 45px;
  }

  .blog-sidebar .about-widget {
  text-align: center;
  background-color: #e4e4e4;
  padding: 10px;
  position: relative;
  z-index: 1;
}
.text-start {
  text-align: left !important;
}
.blog-sidebar .widget h3 {
  font-size: 24px;
  font-size: calc-rem-value(23);
  color: #070143;
  margin: 0 0 1.3em;
  position: relative;
  text-transform: capitalize;
  font-family: 'Playfair Display', serif;
  padding-bottom: 10px;
  font-weight: 400;
}
.blog-sidebar .widget h3::before {
  content: "";
  background-color: #89af3e;
  width: 55px;
  height: 4px;
  position: absolute;
  left: 0;
  bottom: 0;
  border-radius: 10px;
}
.px-2 {
  padding-right: .5rem !important;
  padding-left: .5rem !important;
}
.blog-sidebar .widget h3::after {
  content: "";
  background-color: #f2f2f2;
  width: 80%;
  height: 4px;
  position: absolute;
  left: 65px;
  bottom: 0;
  border-radius: 10px;
}
.blog-sidebar .about-widget p {
  font-size: 16px;
  font-size: calc-rem-value(15);
  margin-bottom: 1.2em;
  color: #484653;
  line-height: 25px;
}
.px-2 {
  padding-right: .5rem !important;
  padding-left: .5rem !important;
}
.blog-sidebar .about-widget p {
  font-size: 16px;
  font-size: calc-rem-value(15);
  margin-bottom: 1.2em;
  color: #484653;
  line-height: 25px;
}
.px-2 {
  padding-right: .5rem !important;
  padding-left: .5rem !important;
}
.blog-sidebar {
    padding-left: 45px;
  }
  .blog-sidebar .about-widget {
  text-align: center;
  background-color: #e4e4e4;
  padding: 10px;
  position: relative;
  z-index: 1;
}


.text-start {
  text-align: left !important;
}
.wpo-contact-pg-section {
  padding-bottom: 0px;
}
.section-padding {
  padding: 50px 0;
    padding-bottom: 50px;
}
.wpo-contact-pg-section .wpo-contact-title {
  max-width: 440px;
  margin: 0 auto;
    margin-bottom: 0px;
  text-align: center;
  margin-bottom: 50px;
}
.wpo-contact-pg-section .wpo-contact-title h2 {
  font-size: 35px;
  font-size: calc-rem-value(35);
  font-weight: 400;
  margin-bottom: 20px;
}
.wpo-contact-pg-section .wpo-contact-form-area {
  padding: 50px;
    padding-bottom: 50px;
  background: #fff;
  box-shadow: 0 0 20px 0px rgba(0,0,0,0.4);
  padding-bottom: 0;
  max-width: 750px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.wpo-contact-pg-section form {
  margin: 0 -15px;
  overflow: hidden;
}
.wpo-contact-pg-section form > div {
  width: calc(50% - 30px);
  float: left;
  margin: 0 15px 25px;
}
.wpo-contact-pg-section form > div {
  width: calc(50% - 30px);
  float: left;
  margin: 0 15px 25px;
}
.wpo-contact-pg-section form input, .wpo-contact-pg-section form select, .wpo-contact-pg-section form textarea {
  background: transparent;
  width: 100%;
  height: 50px;
  border: 1px solid transparent;
  border-radius: 0px;
  box-shadow: none !important;
  padding-left: 25px;
  border: 1px solid #dbdbdb;
}
.form-control {
  display: block;
  width: 100%;
  padding: .375rem .75rem;
    padding-left: 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.wpo-contact-pg-section form .fullwidth {
  width: calc(100% - 25px);
  float: none;
  clear: both;
}
.wpo-contact-pg-section form .submit-area {
  text-align: center;
  width: 100%;
  margin-bottom: 25px;
  margin-left: 0;
}
.wpo-contact-pg-section form .submit-area .theme-btn, .wpo-contact-pg-section form .submit-area .view-cart-btn {
  border-radius: 0px;
  font-size: 16px;
}
.theme-btn:hover, .view-cart-btn:hover, .theme-btn:active, .view-cart-btn:active {
  color: #5d9c54;
  background-color: #858688 !important;
}
.theme-btn, .view-cart-btn {
      background: #91c61f !important;
    background-color: rgb(139 175 63 / 91%) !important;
  color: #fff;
  display: inline-block;
  font-weight: 700;
  padding: 10px 20px;
  border: 0;
  text-transform: uppercase;
  -webkit-backface-visibility: hidden;
  z-index: 1;
  position: relative;
  font-size: 14px;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
}
.wpo-contact-pg-section form .submit-area .theme-btn::after, .wpo-contact-pg-section form .submit-area .view-cart-btn::after {
  border-radius: 0px;
  background: #343b33;
}
.theme-btn::after, .view-cart-btn::after {
  position: absolute;
  content: "";
  top: -50%;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  transition: opacity 0.5s ease-out;
  opacity: 0;
  z-index: -1;
  transition: all 0.3s ease-in-out;
}
.theme-btn:hover, .view-cart-btn:hover, .theme-btn:active, .view-cart-btn:active {
  color: #fff;
  background-color: #858688 !important;
}
.wpo-contact-pg-section form textarea {
  height: 180px;
  padding-top: 15px;
}
.wpo-contact-pg-section form input, .wpo-contact-pg-section form select, .wpo-contact-pg-section form textarea {
  background: transparent;
  width: 100%;
  height: 50px;
  border: 1px solid transparent;
  border-radius: 0px;
  box-shadow: none !important;
  padding-left: 25px;
  border: 1px solid #dbdbdb;
}
textarea.form-control {
  min-height: calc(1.5em + .75rem + 2px);
}
.form-control {
  display: block;
  width: 100%;
  padding: .375rem .75rem;
    padding-top: 0.375rem;
    padding-left: 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
textarea {
  resize: vertical;
}
.wpo-contact-pg-section form textarea {
  height: 180px !important;
  padding-top: 15px;
}
/* / contact page css*/

.aboutussection__content ul li{
	font-family: 'Poppins', sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #212112;
  margin-bottom: 10px;
}