/****************************************************************

	Client: 	Rejuvana via Spydernet
	Type: 		CSS Document
	Designer: 	Vipin Chandran (Front-end Development only)
	E-mail		vipinradhalayam@gmail.com

*****************************************************************/
/********************************
		General Styles
*********************************/
body {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: normal;
  background-color: #fff;
  color: #171717;
}

h1 {
  font-weight: 600;
  color: #000000;
  font-family: "Old Standard TT", serif;
  margin-top: 0;
  line-height: 1;
}

h2 {
  font-weight: 600;
  color: #000000;
  font-family: "Old Standard TT", serif;
  margin-top: 0;
  line-height: 1;
}

h3 {
  font-weight: 600;
  color: #000000;
  font-family: "Old Standard TT", serif;
  margin-top: 0;
  line-height: 1;
}

h4 {
  font-weight: 600;
  color: #000000;
  font-family: "Old Standard TT", serif;
  margin-top: 0;
  line-height: 1;
}

h5 {
  font-weight: 600;
  color: #000000;
  font-family: "Old Standard TT", serif;
  margin-top: 0;
  line-height: 1;
}

h6 {
  font-weight: 600;
  color: #000000;
  font-family: "Old Standard TT", serif;
  margin-top: 0;
  line-height: 1;
}

a {
  color: #171717;
  text-decoration: none;
  transition: 1s;
  -webkit-transition: 1s;
  transition-timing-function: ease-in-out;
}

a:hover, a:focus {
  text-decoration: none;
  color: #368F10;
}

h1 {
  margin-bottom: 20px;
}

h1 > span {
  color: #368F10;
}

.pre-hd {
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  letter-spacing: 2px;
  color: #FFE8E8;
  font-weight: 500;
  text-transform: uppercase;
}

p.smlfnt {
  font-size: 12px;
}

.img-reju {
  width: 100%;
  height: auto;
}

.mar-off {
  margin: 0;
}

.pad-off {
  padding: 0;
}

.btn-reju {
  border-radius: 40px;
  font-size: 14px;
  padding: 14px 23px 14px 51px;
  font-weight: 600;
  font-family: "Old Standard TT", serif;
  color: #000000;
  background-color: #fff;
  border: none;
  display: inline-block;
  text-decoration: none;
  text-align: center;
  min-width: 160px;
  box-shadow: 0 5px 20px rgba(54, 143, 16, 0.149);
  position: relative;
}

.btn-reju::before {
  content: "\f061";
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: #368F10;
  color: #fff;
  position: absolute;
  left: 5px;
  top: 5px;
}

.btn-reju.dwn::before {
  content: "\f063";
}

.btn-reju.sml {
  font-size: 10px;
  padding: 10px 15px;
}

.btn-reju + .btn-reju {
  margin-left: 15px;
}

.btn-reju:hover {
  color: #fff;
  background-color: #368F10;
}

.btn-reju:focus {
  text-decoration: none;
  outline: none;
}

.btn-uline {
  font-weight: 500;
  text-decoration: underline;
  transition: 1s;
  -webkit-transition: 1s;
  transition-timing-function: ease-in-out;
}

.btn-uline:hover {
  color: #368F10;
  text-decoration: underline;
}

.section, section {
  padding: 70px 0;
  overflow: hidden;
  max-width: 1920px;
  margin: 0 auto;
  position: relative;
}

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

.cust-row {
  margin: 0 -7px;
}

.cust-col {
  padding: 0 7px;
}

::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
  background: #368F10;
}

::-webkit-scrollbar-thumb:hover {
  background: #368F10;
}

/********************************
	   Over Writing Styles
*********************************/
.fcltheme {
  color: #368F10 !important;
}

.fclwhite {
  color: #fff !important;
}

.fcldark {
  color: #000000 !important;
}

.fclbody {
  color: #171717 !important;
}

.mar-off {
  margin: 0 !important;
}

.flxbx {
  display: flex;
}

.vcentr {
  align-items: center;
}

.vbot {
  align-items: flex-end;
}

.hcentr {
  justify-content: center;
}

.hright {
  justify-content: flex-end;
}

.hspsarnd {
  justify-content: space-around;
}

.hspsbtw {
  justify-content: space-between;
}

.hspsevnly {
  justify-content: space-evenly;
}

.txtup {
  text-transform: uppercase;
}

.fwt300 {
  font-weight: 300;
}

.fwt400 {
  font-weight: 400;
}

.fwt500 {
  font-weight: 500;
}

.fwt600 {
  font-weight: 600;
}

.fwt700 {
  font-weight: 700;
}

.mt-std {
  margin-top: 30px;
}

.mb-std {
  margin-bottom: 30px;
}

.mont {
  font-family: "Montserrat", sans-serif;
}

.oldstd {
  font-family: "Old Standard TT", serif;
}

.obj-cover {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}

.mb10 {
  margin-bottom: 10px;
}

/********************************
		 Header Section
*********************************/
.top-header {
  background-color: #368F10;
}

.tphd-inner {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 2px 0;
  height: 35px;
}

.tphd-phno, .thd-text {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
}

.tphd-phno > span {
  display: inline-block;
  margin-right: 5px;
  font-size: 12px;
}

.reju-soc.tphd-soc, .tphd-phno {
  margin-left: 40px;
}

.reju-soc.tphd-soc > li > a {
  color: #fff;
}

.reju-header {
  position: fixed;
  top: 35px;
  left: 0;
  right: 0;
  z-index: 100;
  background-color: transparent;
  transition: 1s;
  -webkit-transition: 1s;
  transition-timing-function: ease-in-out;
}

.ih-inner {
  max-width: 1920px;
  margin: 0 auto;
  padding: 10px 0;
  position: relative;
  transition: 1s;
  -webkit-transition: 1s;
  transition-timing-function: ease-in-out;
}

.reju-header .row {
  margin: 0;
}

.site-logo {
  flex: 0 0 190px;
  max-width: 190px;
}

.site-menu {
  flex: 0 0 calc(100% - 190px);
  max-width: calc(100% - 190px);
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.logo {
  display: block;
  z-index: 1;
  transition: 1s;
  -webkit-transition: 1s;
}

.sm-left {
  padding-right: 40px;
}

.menu-handle {
  display: block;
  font-size: 20px;
  color: #000000;
}

.reju-deskmenu {
  align-items: center;
  justify-content: flex-end;
}

.reju-deskmenu > li + li {
  margin-left: 25px;
}

.reju-deskmenu > li > a, .dropdown-item {
  display: block;
  color: #000;
  text-decoration: none;
  font-size: 14px;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  padding: 0;
  text-align: center;
  position: relative;
  transition: 0.5s;
  -webkit-transition: 0.5s;
}

.dropdown-item {
  text-align: left;
  padding: 5px;
}

.reju-deskmenu > li > a:hover, .reju-deskmenu > li > a:focus, .dropdown-item:hover, .dropdown-item:focus {
  color: #368F10;
  text-decoration: none;
  background-color: transparent;
}

.reju-deskmenu > li > a.donation:focus {
  color: #fff;
}

.site-contact {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.menu-handle:hover, .menu-handle:focus {
  color: #171717;
}

.reju-scroll {
  box-shadow: 0 3px 10px rgba(54, 143, 16, 0.05);
  background-color: #fff;
  top: 0;
}

.soc-vertical {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  position: fixed;
  top: calc(50% - 53px);
  left: 30px;
  z-index: 1;
}

.versoc-icons > li + li {
  margin-top: 5px;
}

.versoc-icons > li > a {
  background-color: #171717;
  color: #fff;
  font-size: 12px;
  width: 23px;
  height: 23px;
  border-radius: 4px;
  padding: 1px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  transition-timing-function: ease-in-out;
}

.versoc-icons > li > a:hover {
  background-color: #000000;
}

.dropdown-menu {
  min-width: 540px;
  border-color: rgba(54, 143, 16, 0.278);
}

.site-sub-menu > li, .site-sub-menu > li > a {
  display: block;
  font-size: 14px;
  text-transform: uppercase;
}

.site-sub-menu > li + li {
  margin-top: 7px;
}

.site-sub-menu > li.ssm-hd > a {
  font-weight: 700;
}

.site-sub-menu > li.ssm-hd {
  margin-bottom: 14px;
}

.dropdown-content {
  padding: 10px 0;
}

.border-right {
  border-color: rgba(54, 143, 16, 0.278) !important;
}

.dropdown-content hr {
  border-color: rgba(54, 143, 16, 0.278);
}

/********************************
		      HOME
*********************************/
.reju-home {
  position: relative;
  padding: 0;
}

.reju-home::after {
  content: "";
  background-image: url(../imgs/hb-desgn.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 130px;
  z-index: 2;
}

.hslider-item, .home-row {
  min-height: 100vh;
}

@keyframes animcaption {
  from {
    top: 150vh;
  }
  to {
    top: 0;
  }
}
.prop-finder {
  background-color: #fff;
  padding: 30px;
  max-width: 900px;
  margin: -55px auto 0;
  position: relative;
  z-index: 1;
}

.fm-propfinder .form-control {
  background-color: transparent;
  border-color: transparent;
  border-bottom-color: #000000;
  font-size: 12px;
  padding-left: 0;
  padding-right: 0;
}

.fm-propfinder .form-control:focus, .fm-propfinder .form-control:hover {
  box-shadow: none;
  border-bottom-color: #000000;
}

.fm-propfinder .btn-reju {
  display: block;
  min-width: unset;
}

.hc-icon {
  max-width: 48px;
  margin-bottom: 25px;
  position: relative;
}

.hc-icon::after {
  content: "";
  display: block;
  height: 2.5px;
  width: 110px;
  background-color: #368F10;
  position: absolute;
  top: 20px;
  left: 60px;
}

.hslider-item {
  position: relative;
}

.hslider-item-inner {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.hslider-item > .img-reju {
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
}

/********************************
		      ABOUT
*********************************/
.reju-about {
  padding-top: 30px;
  padding-bottom: 160px;
}

.reju-about::after {
  content: "";
  background-image: url(../imgs/hb-desgn-blu.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
  height: 130px;
}

.reju-about .cust-title {
  margin-bottom: 10px;
}

.abt-icon {
  max-width: 55px;
  margin: 0 auto 25px;
  opacity: 0.4;
}

.color-box {
  position: relative;
  padding: 30px;
  display: flex;
  align-items: center;
  background-color: #FFE8E8;
  height: 250px;
  overflow: hidden;
}

.color-box > div {
  position: relative;
  z-index: 1;
}

.color-box h1 {
  margin-bottom: 10px;
}

.color-box::before, .color-box::after {
  content: "";
  background-repeat: no-repeat;
  background-size: 100% auto;
  position: absolute;
  z-index: 1;
}

.color-box::before {
  background-image: url(../imgs/abt-lf1.png);
  width: 172px;
  height: 116px;
  right: -20px;
  top: -17px;
}

.color-box::after {
  background-image: url(../imgs/abt-stones1.png);
  width: 170px;
  height: 115px;
  right: 100px;
  bottom: 0;
}

.color-box.blu {
  background-color: #EDF8FD;
}

.color-box.blu::before {
  background-image: url(../imgs/abt-lf2.png);
  right: auto;
  top: auto;
  bottom: -54px;
  left: -15px;
}

.color-box.blu::after {
  background-image: url(../imgs/abt-stones2.png);
  right: 5px;
  bottom: auto;
  top: 5px;
}

.mid-row {
  margin-bottom: 40px;
}

.abt-leaf {
  width: 190px;
  position: absolute;
  left: 40px;
  top: 50px;
}

.abt-leaf.two {
  width: 160px;
  top: auto;
  bottom: 10px;
  left: auto;
  right: 0;
  z-index: 2;
  transform: rotate(90deg);
}

.abt-stones {
  display: flex;
  align-items: center;
  position: absolute;
  left: 70px;
  bottom: 0;
  z-index: 2;
}

.abt-stones > span {
  display: block;
  width: 100px;
}

.abt-stones > span:last-child {
  width: 70px;
}

/********************************
		SPA CONSULTANCY
*********************************/
.reju-spa {
  background-color: #EDF8FD;
  padding-top: 0;
  padding-bottom: 160px;
}

.reju-spa::after {
  content: "";
  background-image: url(../imgs/hb-desgn.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
  bottom: -30px;
  left: -500px;
  right: 0;
  height: 130px;
  transform: rotate(3deg);
}

.spa-consultancy {
  text-align: center;
}

.spacons-img {
  margin-bottom: 20px;
  padding: 0 15px;
}

.spco-list > li {
  margin-bottom: 40px;
}

.single-stone {
  position: absolute;
  z-index: 2;
  width: 100px;
  bottom: 15px;
  right: 15%;
}

.single-stone.two {
  right: calc(15% + 104px);
  width: 50px;
  transform: rotate(33deg);
  bottom: 0;
}

/*Featured Wellness Centres*/
.fwc-slider {
  margin: 30px 0 40px;
}

.fwc-item {
  position: relative;
  overflow: hidden;
}

.fwc-item > .img-reju {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.fwcitem-inner {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  display: flex;
  align-items: center;
}

.fwcitem-inner h1 {
  line-height: 1.3;
  margin-bottom: 10px;
}

.fwcinner-box {
  padding-right: 50px;
}

.fwcitem-inner::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 45%;
  background-image: url(../imgs/fwc-inner.svg);
  background-size: cover;
  background-position: right;
  background-repeat: no-repeat;
  animation: animcaption 4s 1;
}

.fwcinner-box {
  opacity: 1;
  animation: animopacity 8s 1;
}

.owl-carousel.fwc-slider .owl-nav button.owl-next, .owl-carousel.fwc-slider .owl-nav button.owl-prev {
  font-size: 25px;
  color: #368F10;
  width: unset;
  height: unset;
}

.owl-carousel.fwc-slider .owl-nav button.owl-next {
  margin-left: 20px;
}

.owl-carousel.fwc-slider .owl-nav button.owl-next:hover, .owl-carousel.fwc-slider .owl-nav button.owl-prev:hover,
.owl-carousel.fwc-slider .owl-nav button.owl-next:focus, .owl-carousel.fwc-slider .owl-nav button.owl-prev:focus {
  background-color: transparent;
  outline: none;
  color: #368F10;
}

.owl-theme.fwc-slider .owl-nav {
  position: absolute;
  right: 15px;
  bottom: -70px;
}

@keyframes animcaption {
  from {
    width: 0;
    opacity: 0;
  }
  to {
    width: 45%;
    opacity: 1;
  }
}
@keyframes animopacity {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/********************************
	  DEAL OF THE MONTH
*********************************/
.deals-slider {
  margin: 20px 0 30px;
}

.deals-item {
  position: relative;
  overflow: hidden;
  height: 350px;
}

.deals-item > .img-reju {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.dealsitem-inner {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 58px;
  box-sizing: content-box;
  overflow: hidden;
  background-color: #fff;
  z-index: 1;
  padding: 15px;
  display: flex;
  align-items: center;
}

.dealsitem-inner > div {
  width: 100%;
}

.dealsitem-inner a {
  text-align: right;
  display: block;
  font-weight: 600;
}

.dii-title {
  margin-bottom: 0;
  text-align: center;
  line-height: 1.2;
  height: 58px;
  overflow: hidden;
}

.diinner-content {
  display: none;
}

.dealsitem-inner, .dii-title, .diinner-content {
  transition: 1s;
  -webkit-transition: 1s;
  transition-timing-function: ease-in-out;
}

.deals-item:hover .dealsitem-inner {
  height: calc(100% - 60px);
  background-color: rgba(214, 207, 207, 0.76);
  padding: 30px;
}

.deals-item:hover .dii-title {
  margin-bottom: 15px;
  text-align: left;
  height: inherit;
}

.deals-item:hover .diinner-content {
  display: block;
}

/********************************
		  WHY REJUVINA
*********************************/
.reju-whyrej {
  padding-top: 20px;
}

.reju-whyrej::before, .reju-whyrej::after {
  content: "";
  background-image: url(../imgs/dotted-wave.svg);
  background-repeat: no-repeat;
  background-size: 190% auto;
  position: absolute;
  z-index: -1;
}

.reju-whyrej::before {
  width: 41%;
  height: 181px;
  top: 166px;
  right: 0;
  background-position: top left;
}

.reju-whyrej::after {
  width: 40%;
  height: 181px;
  bottom: 50px;
  left: -20%;
  background-position: bottom right;
}

.reju-whyrej .abt-icon {
  margin: 0 0 30px 0;
}

.whyrej-counter {
  display: flex;
  background-color: #fff;
}

.whyrej-counter > li {
  width: 24%;
  position: relative;
  padding-right: 30px;
}

.whyrej-counter > li + li::before {
  content: "";
  position: absolute;
  left: -15px;
  top: 3px;
  bottom: 3px;
  width: 1px;
  background-color: #171717;
}

.reju-whyrej .single-stone {
  right: calc(15% + 60px);
  width: 25px;
  bottom: auto;
  top: 0;
  transform: rotate(123deg);
}

/********************************
		  	CLIENTS
*********************************/
.reju-clients {
  background-color: #F4F4F4;
  padding: 50px 0;
}

.cs-item .img-reju {
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.cs-item {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px;
  height: 200px;
}

/********************************
		 TESTIMONIALS
*********************************/
.reju-reviews {
  padding-bottom: 80px;
}

.reju-reviews::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #EDF8FD;
  height: 50px;
}

.qte-icon {
  max-width: 90px;
  margin: 0 auto 30px;
}

.review-item {
  text-align: center;
  padding-top: 70px;
}

.review-item h6 {
  margin-top: 30px;
}

.review-item h6 > span {
  font-weight: 400;
  display: block;
  margin-top: 10px;
  font-size: 14px;
}

.review-slider {
  margin-bottom: 30px;
}

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 0;
  position: absolute;
  top: 10px;
  left: 0;
  right: 0;
  text-align: center;
}

.owl-theme .owl-dots .owl-dot span {
  width: 7px;
  height: 7px;
}

.owl-theme .owl-dots .owl-dot:focus {
  outline: none;
}

.reju-reviews .abt-leaf.two {
  right: auto;
  left: 25px;
  bottom: -7px;
  transform: rotate(48deg);
}

/********************************
		 	  BLOG
*********************************/
.reju-blog {
  background-color: #EDF8FD;
  padding-top: 30px;
}

.blog-item {
  position: relative;
  height: 490px;
}

.blog-item > .img-reju {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}

.blg-det {
  background-color: #fff;
  position: absolute;
  bottom: 1px;
  left: 1px;
  padding: 30px 20px;
  width: 77%;
}

.blg-date {
  color: #368F10;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 20px;
}

.blg-title {
  margin-bottom: 20px;
}

.green-dots {
  position: absolute;
  width: 200px;
  height: 300px;
  top: -30px;
  right: 30%;
}

.reju-reviews .green-dots {
  top: auto;
  bottom: -257px;
  z-index: 1;
}

.reju-blog.sp {
  background-color: #fff;
  padding-top: 10px;
}

.reju-blog.sp .blog-item {
  margin-bottom: 16px;
}

.blog-img {
  margin-bottom: 30px;
}

.blog-det {
  margin-bottom: 40px;
}

ul.bp-comments, ul.bp-share {
  list-style: none;
  display: block;
  padding-left: 0;
}

ul.bp-share {
  margin: 0 0 35px;
}

ul.bp-share > li {
  display: block;
  float: left;
  margin-right: 10px;
}

ul.bp-share > li:last-child {
  font-weight: bold;
  padding-top: 2px;
  font-size: 18px;
  padding-left: 21px;
}

ul.bp-share > li > a {
  display: block;
  text-decoration: none;
  color: #212121;
  font-size: 21px;
  padding: 0 5px;
}

ul.bp-comments > li {
  display: block;
  padding: 15px 0;
  border-bottom: 1px solid rgba(20, 4, 75, 0.19);
}

ul.bp-comments > li:last-child {
  border-bottom: none;
}

ul.bp-comments > li .bp-author {
  font-weight: bold;
  color: #212121;
}

ul.bp-comments > li > p {
  font-style: italic;
}

ul.bp-comments > li.post-comment {
  background-color: #F9F6F5;
  padding: 20px;
}

.blog-title {
  margin-bottom: 10px;
}

.blog-post .blg-date {
  margin-bottom: 20px;
}

/********************************
		  OUR VENTURES
*********************************/
.reju-ventures {
  padding: 100px 0;
}

.ventures {
  display: flex;
  align-items: center;
  justify-content: center;
}

.venture-item {
  display: flex;
  width: 300px;
  height: 150px;
  box-shadow: 2px 2px 8px 0px rgba(0, 0, 0, 0.1);
  padding: 30px;
  transition: 1s;
  -webkit-transition: 1s;
  transition-timing-function: ease-in-out;
}

.venture-item:hover {
  box-shadow: 2px 2px 8px 0px rgba(0, 0, 0, 0.4);
}

.venture-item + .venture-item {
  margin-left: 30px;
}

.venture-item .img-reju {
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.reju-ventures .abt-leaf {
  left: auto;
  right: 40px;
  transform: rotate(160deg);
}

/********************************
		  INSTAGRAM POSTS
*********************************/
.reju-instagram, .reju-instagram .container-fluid {
  padding: 0;
}

.button-carrier {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 27;
}

.insta-btn {
  display: flex;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  padding: 13px 40px;
  border-radius: 40px;
  background-color: #fff;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.161);
  color: #000000;
  font-weight: 500;
}

.insta-btn > span {
  display: block;
  margin-right: 15px;
  font-size: 18px;
}

.insta-btn:hover {
  background-color: #368F10;
  color: #fff;
}

/********************************
		 	FOOTER
*********************************/
.reju-footer {
  padding: 60px 0 0;
}

.sc-item {
  display: flex;
  align-items: center;
}

.sci-det {
  color: #000000;
  font-size: 14px;
  width: calc(100% - 30px);
}

.sc-item + .sc-item {
  margin-top: 30px;
}

.sci-icon {
  background-color: #171717;
  color: #fff;
  font-size: 12px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #368F10;
  padding: 1px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
}

.sci-det {
  color: #000000;
}

.sci-det > span {
  color: #000000;
  font-weight: 400;
  display: block;
  margin-bottom: 3px;
}

.ft-head {
  margin-bottom: 30px;
}

.ft-menu > li > a {
  transition: 1s;
  -webkit-transition: 1s;
  transition-timing-function: ease-in-out;
}

.ft-menu > li > a:hover {
  color: #368F10;
}

.ft-menu > li, .ft-menu > li > a {
  display: block;
}

.ft-menu > li + li {
  margin-top: 15px;
}

.ft-bot {
  background-color: #EDFFE5;
  padding: 10px 0;
  font-size: 12px;
  margin-bottom: 10px;
  margin-top: 50px;
}

.reju-soc {
  align-items: center;
  float: right;
}

.ft-bot .reju-soc {
  float: none;
}

.reju-soc > li + li {
  margin-left: 16px;
}

.reju-soc > li > a {
  color: #171717;
  transition: 1s;
  -webkit-transition: 1s;
  transition-timing-function: ease-in-out;
  font-size: 14px;
}

.ft-desc .btn-reju {
  margin-top: 15px;
}

.form-olay {
  background-color: #F9F6F5;
}

.ft-ventures {
  border-top: 1px solid rgba(54, 143, 16, 0.1);
  padding: 5px 0;
  margin: 50px 0 0;
}

.poweredby {
  margin-bottom: 0;
  text-align: right;
}

.poweredby img {
  width: 70px;
  height: auto;
  margin-left: 5px;
}

/********************************
		  SUB PAGE STYLES
*********************************/
.reju-header.sp {
  position: sticky;
  background-color: #fff;
}

.reju-home.sp {
  padding: 0;
  background-color: #F6FFF2;
  padding-bottom: 70px;
}

.reju-home.sp .hc-icon {
  max-width: 38px;
  margin-bottom: 27px;
}

.reju-home.sp .hc-icon::after {
  top: 15px;
  left: 50px;
  height: 2px;
  width: 76px;
}

.home-caption.sp {
  position: relative;
}

.home-caption.sp::before {
  content: "";
  position: absolute;
  left: -400px;
  top: -111px;
  right: 0;
  height: 350px;
  width: 350px;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: left bottom;
}

.home-inner {
  position: relative;
  padding: 10px;
  display: flex;
  align-items: center;
  height: 350px;
  z-index: 3;
}

ul.breadcrumb {
  list-style: none;
  background-color: transparent;
  border-radius: 0;
  margin-bottom: 0;
  padding: 0;
}

ul.breadcrumb li {
  display: inline;
  font-size: 12px;
  color: #000000;
  text-transform: uppercase;
  font-weight: 600;
}

ul.breadcrumb li + li:before {
  padding: 8px;
  content: "/";
  color: #368F10;
}

ul.breadcrumb li a {
  color: #368F10;
  text-decoration: none;
}

ul.breadcrumb li a:hover {
  color: #171717;
  text-decoration: none;
}

.reju-subpage {
  padding-top: 15px;
}

/********************************
		  	ABOUT SP
*********************************/
.hbabt .home-caption.sp::before {
  background-image: url(../imgs/hb-abtsp.png);
}

.abt-stones.sp, .abt-stones.sp > span:last-child {
  width: 130px;
}

.abt-stones.sp {
  left: 20%;
}

.abt-icon.lt {
  margin-left: 0;
  margin-right: 0;
}

.abtsp-imgs {
  margin-top: 14px;
}

.abtsp-grbx {
  background-color: #368F10;
  display: flex;
  align-items: center;
  padding: 20px 15px;
  font-size: 12px;
  margin-bottom: 14px;
  height: 131px;
}

.abtsp-grbx .img-reju {
  max-width: 60px;
  margin-right: 15px;
}

.reju-spa.sp .abt-leaf {
  right: calc(15% + 30px);
  bottom: 20px;
  z-index: 4;
}

.reju-whyrej.sp::before, .reju-whyrej.sp::after {
  display: none;
}

.whyrej-img {
  text-align: center;
  position: relative;
  margin-top: 50px;
}

.whyrej-img::before, .whyrej-img::after {
  content: "";
  background-image: url(../imgs/dotted-wave.svg);
  background-repeat: no-repeat;
  background-size: 190% auto;
  position: absolute;
  z-index: -1;
}

.whyrej-img::before {
  width: 50%;
  height: 181px;
  top: 50px;
  right: -20%;
  background-position: top left;
}

.whyrej-img::after {
  width: 50%;
  height: 181px;
  top: 50px;
  left: -20%;
  background-position: bottom right;
}

.whyrej-img .img-reju {
  max-width: 250px;
}

.tmm-det {
  text-align: center;
  padding: 15px 0;
}

.reju-team {
  padding: 0;
}

/********************************
		  	AYURVEDA SP
*********************************/
.reju-ayur.sp {
  padding-bottom: 0;
  padding-top: 10px;
}

.hbayur .home-caption.sp::before {
  background-image: url(../imgs/hb-ayursp.png);
}

.ayur-img {
  margin-top: 50px;
}

.lfstone {
  max-width: 180px;
  margin-top: 30px;
}

.ayur-content {
  background-color: #EDFFE5;
  padding: 70px 0;
  position: relative;
}

.ayur-content::after {
  content: "";
  background-image: url(../imgs/dotted-wave.svg);
  background-repeat: no-repeat;
  background-size: 190% auto;
  position: absolute;
  z-index: 1;
  width: 50%;
  height: 181px;
  bottom: 70px;
  right: -10%;
  background-position: top left;
}

ul.tick-list > li {
  display: block;
  position: relative;
  font-size: 14px;
  font-weight: 400;
  color: #272727;
  padding-left: 27px;
}

ul.tick-list > li + li {
  margin-top: 13px;
}

ul.tick-list > li:before, ul.tick-list > li::before {
  content: "\f058";
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  color: #368F10;
  font-size: 16px;
  position: absolute;
  left: 0;
  top: 0;
}

/********************************
		  	CLIENTS SP
*********************************/
.reju-clients.sp {
  background-color: #fff;
  padding-top: 10px;
}

.hbclnts .home-caption.sp::before {
  background-image: url(../imgs/abtsp1.png);
  width: 293px;
}

.client-box {
  display: flex;
  margin-top: 30px;
}

.cb-logo {
  background-color: #e3e3e3;
  padding: 5px;
  max-width: 71px;
  height: 223px;
  overflow: hidden;
}

.cb-logo .img-reju {
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  transform: rotate(-90deg);
}

.cb-content {
  position: relative;
  overflow: hidden;
  max-width: 382px;
  height: 400px;
}

.content-inner {
  position: absolute;
  left: 30px;
  right: 30px;
  top: 40px;
  bottom: 40px;
  background-color: #fff;
  padding: 25px 20px;
  overflow: hidden;
  font-size: 12px;
}

.content-inner h6 > span {
  display: block;
  font-weight: 400;
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 15px;
}

.cdt-img {
  position: relative;
}

.cdt-logo {
  background-color: #e3e3e3;
  padding: 15px 30px;
  position: absolute;
  left: 30px;
  top: 30px;
  max-width: 200px;
}

.cdt-gallery {
  padding-top: 30px;
}

.gal-img {
  margin-bottom: 30px;
}

.gal-img > .img-reju {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.gimgCont {
  margin: 30px -15px 0;
  justify-content: center;
}

.gal-img {
  padding: 0 7px;
  margin-bottom: 14px;
  position: relative;
}

.gal-img::before {
  content: "";
  position: absolute;
  left: 7px;
  top: 0;
  bottom: 0;
  right: 7px;
  background-color: #707070;
  z-index: -1;
}

.gal-img::after {
  content: "\f00e";
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  font-size: 31px;
  position: absolute;
  left: calc(50% - 15px);
  top: calc(50% - 15px);
  color: #fff;
  z-index: 2;
  opacity: 0;
  transition: 1s;
  -webkit-transition: 1s;
  transition-timing-function: ease-in-out;
}

.gal-img:hover::after {
  opacity: 1;
}

.gal-img > .img-reju {
  opacity: 1;
  transition: 1s;
  -webkit-transition: 1s;
  transition-timing-function: ease-in-out;
}

.gal-img > div {
  position: absolute;
  right: 8px;
  bottom: 0;
  top: 0;
  left: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.2);
  transition: 1s;
  -webkit-transition: 1s;
  transition-timing-function: ease-in-out;
}

.gal-img:hover > .img-reju {
  opacity: 0.5;
}

.gal-img:hover > div {
  background-color: rgba(0, 0, 0, 0.5);
}

.lightbox .lb-image {
  border: none;
  border-radius: 0;
}

.lb-data .lb-close {
  background: none;
  width: 26px;
  height: 26px;
  position: relative;
}

.lb-data .lb-close::before {
  content: "\f410";
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  color: #fff;
  transition: 1s;
  -webkit-transition: 1s;
  transition-timing-function: ease-in-out;
}

.lb-data .lb-close:hover::before {
  color: #368F10;
}

.table-bordered thead td, .table-bordered thead th {
  background-color: #F4F4F4;
}

.table-bordered td, .table-bordered th {
  background-color: rgba(245, 245, 245, 0.3);
}

.pack-terms {
  margin-top: 10px;
}

.packolay-table {
  overflow: auto;
}

.packolay-table::-webkit-scrollbar {
  height: 2px;
}

button.close:hover, button.close:focus {
  outline: none;
  color: #368F10;
}

/********************************
		  TREATMENTS SP
*********************************/
.reju-treatments, .reju-packages.sp, .reju-contact.sp {
  padding-top: 10px;
}

.hbtrt .home-caption.sp::before {
  background-image: url(../imgs/hb-treat.png);
}

.trt-box {
  position: relative;
  padding-bottom: 30px;
  margin-bottom: 30px;
  height: 253px;
}

.trt-box > .img-reju {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.trt-inner {
  position: absolute;
  bottom: 0;
  top: calc(100% - 58px);
  right: 1px;
  left: 20px;
  background-color: #fff;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.161);
  overflow: hidden;
  padding: 15px;
  display: flex;
  align-items: center;
  font-size: 12px;
  transition: 1s;
  -webkit-transition: 1s;
  transition-timing-function: ease-in-out;
}

.trt-inner h5 {
  margin-bottom: 0;
  transition: 1s;
  -webkit-transition: 1s;
  transition-timing-function: ease-in-out;
}

.trt-inner p {
  opacity: 0;
  display: none;
  transition: 1s;
  -webkit-transition: 1s;
  transition-timing-function: ease-in-out;
}

.trt-box:hover .trt-inner {
  display: block;
  top: 15px;
  overflow-y: auto;
}

.trt-box:hover .trt-inner p {
  opacity: 1;
  display: block;
}

.trt-box:hover .trt-inner h5 {
  margin-bottom: 15px;
}

.trt-box:hover .trt-inner::-webkit-scrollbar {
  width: 2px;
}

/********************************
		  PACKAGES SP
*********************************/
.package-box {
  background-color: rgba(234, 234, 234, 0.43);
  padding: 10px;
  margin-bottom: 14px;
  transition: 1s;
  -webkit-transition: 1s;
  transition-timing-function: ease-in-out;
}

.package-box:hover {
  background-color: rgb(234, 234, 234);
}

.packimg {
  border-radius: 12px;
  overflow: hidden;
}

.packlink {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  background-color: #368F10;
  color: #fff;
  border-radius: 50%;
  font-size: 12px;
  transition: 1s;
  -webkit-transition: 1s;
  transition-timing-function: ease-in-out;
}

.packlink:hover {
  color: #fff;
}

.package {
  color: #797979;
  font-size: 12px;
}

.packprice {
  margin: 12px 0;
}

.packprice > span {
  font-size: 12px;
}

ul.tick-list.blk > li:before, ul.tick-list.blk > li::before {
  color: #000000;
  font-size: 13px;
}

ul.tick-list.blk > li {
  font-size: 12px;
}

ul.tick-list.blk > li + li {
  margin-top: 12px;
}

.packdet-box {
  background-color: #F0F0F0;
  border-radius: 10px;
  transition: 1s;
  -webkit-transition: 1s;
  transition-timing-function: ease-in-out;
  margin-bottom: 30px;
}

.pdbox-top, .pdbox-bottom {
  padding: 20px;
}

.pdbox-bottom {
  border-top: 1px solid #CBD6C6;
}

.packdet-box:hover {
  background-color: #EDF8FD;
}

/********************************
		  SERVICES SP
*********************************/
.hbserv .home-caption.sp::before {
  background-image: url(../imgs/hbserv.png);
}

.serv-box {
  position: relative;
  padding-bottom: 140px;
  margin-bottom: 30px;
}

.serv-det {
  position: absolute;
  left: 30px;
  right: 30px;
  bottom: 0;
  padding: 30px 20px;
  background-color: #EDF8FD;
  z-index: 2;
}

.servdesc {
  height: 91px;
  overflow: hidden;
  margin-bottom: 15px;
}

.serv-det > .img-reju {
  max-width: 120px;
  margin-bottom: 15px;
}

.reju-reason {
  background-color: #EDFFE5;
  overflow: unset;
}

.rr-box {
  position: relative;
  padding-left: 30px;
  margin-top: 38px;
}

.rrb-num {
  line-height: 0.77;
  font-size: 100px;
  font-weight: 200;
  color: #368F10;
  opacity: 0.28;
  position: absolute;
  left: 0;
  top: -38px;
}

.reason-reju > li {
  margin-bottom: 35px;
}

.rr-wrapper {
  padding: 0;
  margin-top: -150px;
}

.reju-reason {
  position: relative;
  margin: 208px 0 130px;
  padding-top: 20px;
}

.reju-reason::before, .reju-reason::after {
  content: "";
  display: block;
  position: absolute;
  background-image: url(../imgs/rr-desgn.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
  left: 0;
  right: 0;
  height: 130px;
  z-index: 2;
}

.reju-reason::before {
  top: -130px;
}

.reju-reason::after {
  transform: rotate(183deg);
  bottom: -88px;
  z-index: -1;
}

.rrdes {
  position: absolute;
  right: 20%;
  top: -200px;
  max-width: 260px;
  z-index: 2;
}

/********************************
		  CONTACT US
*********************************/
.contact-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 75px;
  color: #368F10;
  opacity: 0.4;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  border: 1px solid #368F10;
}

.google-map {
  margin-top: 40px;
}

.cntform-wrapper {
  background-color: #F9F6F5;
  padding: 100px 170px 30px;
}

.contactfm-wrapper {
  position: relative;
}

.contactfm-wrapper::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 330px;
  background-image: url(../imgs/contact-img.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.cntform-wrapper {
  position: relative;
  margin-top: 100px;
}

.cntform-wrapper::before {
  content: "";
  position: absolute;
  left: 50px;
  top: -80px;
  background-size: 100% auto;
  background-image: url(../imgs/plant.png);
  background-repeat: no-repeat;
  width: 120px;
  height: 300px;
}

/********************************
		  TOUR PACKS
*********************************/
.tour-timeline {
  margin-bottom: 70px;
}

.time-line .box {
  text-align: left;
  padding: 0 0 20px;
  display: flex;
  margin: 0px 0;
  position: relative;
}

.time-line .box::before {
  content: "";
  position: absolute;
  left: 150px;
  top: 5px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  z-index: 999;
  background: #368F10;
}

.time-line .box::after {
  content: "";
  position: absolute;
  left: 154.5px;
  z-index: 99;
  top: 10px;
  width: 1px;
  height: 100%;
  background-color: #0C1329;
}

.box-day {
  width: 140px;
}

.box-day h6 {
  margin-bottom: 0;
  color: #368F10;
}

.day-activity {
  width: calc(100% - 140px);
  padding-left: 40px;
}

ul.tags {
  margin: 20px 0 30px;
}

ul.tags li {
  display: inline-block;
  margin-bottom: 10px;
  margin-right: 5px;
  border: 1px solid #368F10;
  border-radius: 25px;
  line-height: 25px;
  font-size: 12px;
  color: #368F10;
  padding: 0 25px;
}

.benfits {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.benfits > li {
  display: block;
  text-align: center;
}

.benfits > li > span {
  font-size: 26px;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 5px;
}

.benfits > li + li {
  margin-left: 30px;
}

.time-line .box:last-child {
  padding-bottom: 0;
}

.torpack-det {
  padding-top: 30px;
}

/********************************
		  FORM STYLES
*********************************/
.form-group {
  margin-bottom: 14px;
}

.form-control {
  border: 1px solid #fff;
  background-color: #fff;
  height: 50px;
  border-radius: 0;
  font-size: 14px;
  color: #171717;
  transition: 1s;
  -webkit-transition: 1s;
  transition-timing-function: ease-in-out;
}

.form-control:focus {
  outline: none;
  box-shadow: none;
  border-color: #171717;
}

.form-control::-moz-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #171717;
  opacity: 1; /* Firefox */
}

.form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #171717;
  opacity: 1; /* Firefox */
}

.form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #171717;
}

.form-control::-ms-input-placeholder { /* Microsoft Edge */
  color: #171717;
}

.bc-title {
  color: #606060;
  margin: 0 0 30px;
  padding: 20px 0;
  border-top: 1px solid #BABABA;
  border-bottom: 1px solid #BABABA;
}

.checkbox {
  width: 20px;
  height: 20px;
  position: relative;
}

.checkbox > * {
  position: absolute;
}

.checkbox-visible {
  border: 1px solid #171717;
  width: 18px;
  height: 18px;
  margin: 2px;
  background: rgba(255, 255, 255, 0.4);
  border-radius: 0;
}

.checkbox > input {
  z-index: 1;
  opacity: 0;
  left: 50%;
  top: 50%;
  transform: translatex(-50%) translatey(-50%);
  display: block;
  cursor: pointer;
  width: 20px;
  height: 20px;
}

.checkbox > input:checked + .checkbox-visible {
  background: #171717;
  border-color: #171717;
  background-image: url(../imgs/check-solid.svg);
  background-repeat: no-repeat;
  background-size: 12px 12px;
  background-position: 2px 2px;
}

.checkbox > input:hover + .checkbox-visible {
  border-color: #171717;
}

.checkbox > input:hover:checked + .checkbox-visible {
  border-color: #171717;
}

.checkbox > input:focus + .checkbox-visible {
  border-color: #171717;
}

.close {
  font-size: 16px;
}

/********************************
		 Media Queries
*********************************/
@media (min-width: 768px) {
  .thd-text marquee {
    display: none;
  }
}
@media (min-width: 992px) {
  .fm-propfinder .form-group {
    margin-bottom: 0;
  }
  .abt-row .abt-col:last-child {
    margin-top: 60px;
  }
  .mobile-menu {
    display: none;
  }
  .contact-icon {
    float: right;
    margin-right: 50px;
  }
  .dropdown:hover > .dropdown-menu {
    display: block;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }
  .container.cust {
    padding: 0 88px;
  }
  .google-map {
    height: 400px;
  }
  .form-container {
    padding: 40px;
  }
  .home-caption {
    margin-left: 100px;
  }
  .cust-title {
    font-size: 55px;
  }
  .color-box > div {
    width: 70%;
  }
  .ft-desc {
    padding-right: 20px;
  }
  .home-caption.sp {
    margin-left: 305px;
  }
  .why-box {
    padding-right: 15px;
  }
  .lfstone {
    margin-left: 60px;
  }
  .contact-icon {
    margin-right: 70px;
  }
  .client-detbox {
    -moz-column-count: 2;
         column-count: 2;
    -moz-column-gap: 40px;
         column-gap: 40px;
  }
  .cdt-set {
    -moz-column-break-inside: avoid;
         break-inside: avoid-column;
  }
}
@media (min-width: 1400px) {
  .container {
    max-width: 1335px;
  }
  .reju-deskmenu > li + li {
    margin-left: 40px;
  }
  .owl-theme .owl-nav {
    right: 18%;
  }
  .home-caption {
    margin-left: 150px;
  }
  .abt-leaf.two {
    bottom: 30px;
  }
  .abt-stones {
    bottom: -6px;
  }
  .reju-spa::after {
    left: -812px;
  }
  .reju-whyrej::before {
    top: 125px;
  }
  .reju-whyrej::after {
    bottom: -20px;
  }
  .single-stone {
    right: 23%;
  }
  .reju-whyrej .single-stone {
    right: calc(23% + 60px);
  }
  .single-stone.two {
    right: calc(23% + 104px);
  }
  .ft-desc {
    padding-right: 30px;
  }
  .home-caption.sp {
    margin-left: 367px;
  }
  .abt-stones.sp {
    left: 28%;
  }
  .reju-spa.sp .abt-leaf {
    right: calc(23% + 30px);
  }
  .abtsp-grbx {
    height: 158px;
  }
  .why-box {
    padding-right: 30px;
  }
  .whyrej-img::after {
    width: 66%;
    left: -35%;
  }
  .whyrej-img::before {
    width: 66%;
    right: -35%;
  }
  .lfstone {
    margin-left: 100px;
  }
  .ayur-content::after {
    bottom: 167px;
  }
  .client-box {
    margin-top: 50px;
  }
  .reju-reason::after {
    bottom: -79px;
    right: -93px;
  }
  .deals-item {
    height: 467px;
  }
}
@media (max-width: 1199.98px) {
  .sci-det {
    font-size: 12px;
  }
  .reju-deskmenu > li + li {
    margin-left: 15px;
  }
  .reju-deskmenu > li > a, .site-sub-menu > li, .site-sub-menu > li > a {
    font-size: 12px;
  }
  .google-map {
    height: 350px;
  }
  .reju-home::after {
    height: 120px;
  }
  .abt-leaf {
    width: 150px;
  }
  .abt-leaf.two {
    width: 120px;
    bottom: 49px;
  }
  .abt-stones {
    width: 150px;
    left: 20px;
  }
  .whyrej-counter > li {
    width: 25%;
  }
  .single-stone {
    width: 88px;
  }
  .green-dots {
    right: 17%;
  }
  .home-caption.sp {
    margin-left: 248px;
  }
  .abtsp-grbx {
    height: 123px;
  }
  .fwc-item {
    height: 379px;
  }
}
@media (max-width: 991.98px) {
  .reju-header, .reju-header.reju-scroll {
    height: 50px;
  }
  .ih-inner {
    padding: 2px 0px;
  }
  .ih-inner .row {
    height: 46px;
    justify-content: space-between;
  }
  .site-logo {
    flex: 0 0 90px;
    max-width: 90px;
  }
  .site-menu {
    display: block;
    max-width: unset;
    flex: unset;
    width: 0;
    opacity: 0;
    position: absolute;
    left: 0;
    height: calc(100vh - 50px);
    top: 50px;
    overflow: hidden;
    padding: 0;
    background-color: rgba(54, 143, 16, 0.247);
    z-index: 2;
    transition: 1s;
    -webkit-transition: 1s;
    transition-timing-function: ease-in-out;
  }
  .open-mobmenu {
    width: 100%;
    opacity: 1;
  }
  .reju-deskmenu {
    display: block;
    background-color: #368F10;
    width: 100%;
    margin-right: 0;
    max-width: 360px;
    height: calc(100vh - 50px);
    overflow: auto;
    padding: 10px;
    margin-left: 0;
  }
  .reju-deskmenu > li + li {
    margin-left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .reju-deskmenu > li {
    display: block;
    width: 100%;
  }
  .reju-deskmenu > li > a {
    font-size: 12px;
    padding: 10px 12px;
    color: #fff;
    display: block;
    text-align: left;
    text-transform: uppercase;
    font-weight: 500;
  }
  .reju-deskmenu > li > a:hover, .reju-deskmenu > li > a:focus, .dropdown-item:hover, .dropdown-item:focus {
    color: #171717;
  }
  .site-contact {
    opacity: 0;
    position: absolute;
    bottom: 10px;
    left: 10px;
    transition: 1s;
    -webkit-transition: 1s;
    transition-timing-function: ease-in-out;
  }
  .open-mobmenu .site-contact {
    opacity: 1;
  }
  .owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next {
    font-size: 22px;
    width: 60px;
    height: 60px;
  }
  .owl-theme .owl-nav {
    right: 10%;
  }
  .reju-home::after {
    height: 100px;
  }
  .color-box {
    margin-bottom: 30px;
    height: inherit;
    padding: 72px 30px;
  }
  .abt-leaf {
    width: 100px;
    left: 10px;
  }
  .abt-leaf.two {
    width: 80px;
  }
  .abt-img {
    margin: 30px 0;
  }
  .abt-stones {
    width: 120px;
  }
  .whyrej-counter {
    display: block;
    padding: 0 15px;
  }
  .whyrej-counter > li {
    display: inline-block;
    width: 48%;
    margin-bottom: 30px;
  }
  .whyrej-counter > li::before {
    content: "";
    position: absolute;
    left: -15px;
    top: 3px;
    bottom: 3px;
    width: 1px;
    background-color: #171717;
  }
  .single-stone {
    width: 70px;
  }
  .single-stone.two {
    width: 40px;
  }
  .green-dots {
    right: 14%;
    width: 161px;
  }
  .blog-item {
    margin-bottom: 30px;
  }
  .ft-desc {
    margin-bottom: 50px;
  }
  .home-caption.sp {
    margin-left: 200px;
  }
  .home-inner {
    height: 275px;
  }
  .home-caption.sp::before {
    left: -300px;
    top: -99px;
    height: 275px;
    width: 275px;
  }
  .abtsp-grbx {
    height: 197px;
  }
  .abtsp-imgs {
    margin-bottom: 30px;
  }
  .spco-list.sp > li {
    margin-bottom: 25px;
  }
  .why-box {
    margin-bottom: 30px;
  }
  .ayur-content::after {
    bottom: calc(50% - 100px);
  }
  .ayimg {
    margin-top: 20px;
  }
  .ygimg {
    margin: 20px 0;
  }
  .hbclnts .home-caption.sp::before {
    width: 220px;
  }
  .rr-wrapper {
    margin-top: -40px;
  }
  .contact-icon {
    width: 200px;
    height: 200px;
    font-size: 65px;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
  }
  .contact-box {
    text-align: center;
    margin-bottom: 30px;
  }
  .dropdown-menu.show {
    transform: none !important;
    will-change: unset !important;
    height: inherit;
    max-height: none;
    top: 36px !important;
  }
  .dropdown-menu .row {
    height: inherit;
  }
  .site-sub-menu {
    margin-bottom: 30px;
  }
  .dropdown-menu {
    min-width: 335px;
  }
  .fwcitem-inner::before {
    width: 58%;
  }
  @keyframes animcaption {
    from {
      width: 0;
      opacity: 0;
    }
    to {
      width: 58%;
      opacity: 1;
    }
  }
}
@media (max-width: 767.98px) {
  .mobdown {
    margin-bottom: 20px;
  }
  .nomobile, .desk-menu {
    display: none;
  }
  .section, section {
    padding: 50px 0;
  }
  .home-slider .owl-nav button.owl-prev, .home-slider .owl-nav button.owl-next {
    font-size: 14px;
    padding: 10px 15px !important;
  }
  .caption {
    width: calc(100% - 74px);
    margin: 0 auto;
  }
  .play-vdo {
    margin: 0 auto 50px;
    max-width: 100px;
  }
  .reju-home::after {
    height: 80px;
  }
  .abt-leaf {
    width: 70px;
    top: 10px;
  }
  .abt-stones {
    width: 100px;
    bottom: 15px;
  }
  .single-stone {
    width: 60px;
  }
  .single-stone.two {
    width: 30px;
  }
  .green-dots {
    right: 12%;
    width: 141px;
  }
  .ft-box {
    margin-bottom: 40px;
  }
  .abtsp-grbx {
    height: 142px;
  }
  .ayur-content::after {
    bottom: calc(50% - 222px);
  }
  .rrdes {
    right: 85px;
    top: -165px;
    max-width: 195px;
  }
  .cntform-wrapper {
    padding: 70px 130px 20px;
  }
  .cntform-wrapper::before {
    left: 19px;
    top: -64px;
    width: 100px;
    height: 300px;
  }
  .google-map {
    height: 300px;
  }
  .fwcitem-inner::before {
    width: 67%;
  }
  @keyframes animcaption {
    from {
      width: 0;
      opacity: 0;
    }
    to {
      width: 67%;
      opacity: 1;
    }
  }
  .ft-bot {
    margin-top: 20px;
  }
  .reju-soc.tphd-soc {
    width: 50px;
    float: none;
  }
  .tphd-phno {
    width: 111px;
  }
  .thd-text {
    width: calc(100% - 191px);
  }
  .reju-soc.tphd-soc, .tphd-phno {
    margin-left: 15px;
  }
  .reju-soc.tphd-soc > li > a, .tphd-phno, .thd-text {
    font-size: 12px;
  }
  .reju-soc.tphd-soc > li + li {
    margin-left: 10px;
  }
  .tphd-phno > span {
    font-size: 10px;
  }
  .thd-text > span {
    display: none;
  }
  .ft-bot .reju-soc {
    justify-content: center;
  }
  .poweredby {
    text-align: center;
  }
}
@media (max-width: 575.98px) {
  h1 {
    font-size: 30px;
  }
  h2 {
    font-size: 25px;
  }
  h3 {
    font-size: 21px;
  }
  h4 {
    font-size: 18px;
  }
  h5 {
    font-size: 16px;
  }
  h6 {
    font-size: 14px;
  }
  .mt-std {
    margin-top: 20px;
  }
  .mb-std {
    margin-bottom: 20px;
  }
  .btn-reju {
    min-width: unset;
    font-size: 12px;
    padding: 9.5px 20px 9.5px 39px;
  }
  .btn-reju::before {
    width: 28px;
    height: 28px;
    font-size: 16px;
    top: 3px;
    left: 3px;
  }
  .vdo-olay .modal-dialog {
    width: calc(100% - 20px);
    height: calc(100vh - 140px);
  }
  .vdo-olay {
    top: 60px;
    padding-top: 40px;
  }
  .vdo-olay button.close {
    right: 0px;
    top: -36px;
    font-size: 24px;
  }
  .reju-home::after {
    height: 60px;
  }
  .hc-icon {
    max-width: 38px;
    margin-bottom: 20px;
    position: relative;
  }
  .hc-icon::after {
    content: "";
    display: block;
    height: 1.5px;
    width: 90px;
    top: 12px;
    left: 45px;
  }
  .color-box::before {
    width: 145px;
    height: 106px;
  }
  .color-box::after {
    width: 130px;
    height: 87px;
  }
  .abt-stones {
    width: 80px;
    bottom: 40px;
  }
  .single-stone {
    width: 47px;
  }
  .single-stone.two {
    width: 20px;
  }
  .green-dots {
    right: 15px;
    width: 131px;
  }
  .qte-icon {
    max-width: 66px;
  }
  .ft-menu > li > a {
    font-size: 12px;
  }
  .reju-soc {
    float: none;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
  }
  .ft-bot {
    text-align: center;
    margin-top: 10px;
  }
  .reju-soc.tphd-soc {
    margin-bottom: 0;
  }
  .home-caption.sp {
    margin-left: 85px;
  }
  .home-inner {
    height: 225px;
  }
  .home-caption.sp::before {
    left: -175px;
    top: -19px;
    height: 168px;
    width: 168px;
  }
  .absp-img {
    margin-bottom: 14px;
  }
  .ayur-content::after {
    display: none;
  }
  .hbclnts .home-caption.sp::before {
    width: 140px;
  }
  .serv-det {
    left: 20px;
    right: 20px;
  }
  .rrdes {
    max-width: 160px;
  }
  .content-inner {
    position: absolute;
    left: 15px;
    right: 15px;
    top: 30px;
    bottom: 30px;
  }
  .cb-logo {
    max-width: 60px;
  }
  .cntform-wrapper {
    padding: 40px 60px 15px;
  }
  .contact-icon {
    width: 150px;
    height: 150px;
    font-size: 52px;
  }
  .cdt-logo {
    padding: 10px 20px;
    left: 15px;
    top: 15px;
    max-width: 150px;
  }
  ul.bp-share > li > a {
    font-size: 16px;
  }
  ul.bp-share > li:last-child {
    font-size: 14px;
    padding-left: 8px;
    padding-top: 0;
  }
  .blog-img {
    margin-bottom: 20px;
  }
  .dropdown-menu {
    min-width: 275px;
  }
  .time-line .box::before {
    left: 90px;
  }
  .time-line .box::after {
    left: 93.5px;
  }
  .box-day {
    width: 90px;
  }
  .box-day h6 {
    margin-bottom: 0;
    color: #368F10;
  }
  .day-activity {
    width: calc(100% - 90px);
    padding-left: 30px;
  }
  .torpack-det {
    padding-top: 0;
  }
  .fwcitem-inner::before {
    width: 76%;
  }
  @keyframes animcaption {
    from {
      width: 0;
      opacity: 0;
    }
    to {
      width: 76%;
      opacity: 1;
    }
  }
  .owl-carousel.fwc-slider .owl-nav button.owl-next, .owl-carousel.fwc-slider .owl-nav button.owl-prev {
    font-size: 18px;
  }
  .venture-item {
    height: 100px;
  }
  .tphd-phno {
    font-size: 10px;
  }
  .tphd-phno {
    width: 98px;
  }
  .thd-text {
    width: calc(100% - 178px);
  }
}
@media (max-width: 480px) {
  .btn-reju + .btn-reju {
    margin-left: 0;
    margin-top: 15px;
  }
  .whyrej-counter > li {
    display: block;
    width: 95%;
  }
  .cb-content > .img-reju {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .content-inner {
    overflow: auto;
  }
  .cntform-wrapper {
    padding: 40px 50px 15px;
  }
}
@media (max-width: 360px) {
  .cntform-wrapper {
    padding: 30px 30px 15px;
  }
  .fwcitem-inner::before {
    width: 88%;
  }
  @keyframes animcaption {
    from {
      width: 0;
      opacity: 0;
    }
    to {
      width: 88%;
      opacity: 1;
    }
  }
}
/* Media Query for Iphones */
/* ----------- iPhone 4 and 4S ----------- */
/* Portrait and Landscape */
/* Portrait */
/* Landscape */
/* ----------- iPhone 5, 5S, 5C and 5SE ----------- */
/* Portrait and Landscape */
/* Portrait */
/* Landscape */
/* ----------- iPhone 6, 6S, 7 and 8 ----------- */
/* Portrait and Landscape */
/* Portrait */
/* Landscape */
/* ----------- iPhone 6+, 7+ and 8+ ----------- */
/* Portrait and Landscape */
/* Portrait */
/* Landscape */
/* ----------- iPhone X ----------- */
/* Portrait and Landscape */
/* Portrait */
/* Landscape */
/* ----------- VIDEO MEDIA QUERY ----------- */
/* Portrait and Landscape */
@media all and (device-width: 768px) and (device-height: 1024px) and (orientation: portrait) {
  /* your css rules for ipad portrait */
}
@media all and (device-width: 1024px) and (device-height: 1366px) and (orientation: portrait) {
  /* your css rules for ipad pro portrait */
}
@media all and (device-width: 1024px) and (device-height: 768px) and (orientation: landscape) {
  /* your css rules for ipad landscape */
}
@media all and (device-width: 1366px) and (device-height: 1024px) and (orientation: landscape) {
  /* your css rules for ipad landscape */
}
/********************************
	 Customizing Animate CSS
*********************************/
.animated.delay-50ms {
  animation-delay: 50ms;
}

.animated.delay-100ms {
  animation-delay: 100ms;
}

.animated.delay-150ms {
  animation-delay: 150ms;
}

.animated.delay-200ms {
  animation-delay: 200ms;
}

.animated.delay-250ms {
  animation-delay: 250ms;
}

.animated.delay-300ms {
  animation-delay: 300ms;
}

.animated.delay-350ms {
  animation-delay: 350ms;
}

.animated.delay-400ms {
  animation-delay: 400ms;
}

.animated.delay-450ms {
  animation-delay: 450ms;
}

.animated.delay-500ms {
  animation-delay: 500ms;
}

.animated.delay-550ms {
  animation-delay: 550ms;
}

.animated.delay-600ms {
  animation-delay: 600ms;
}

.animated.delay-650ms {
  animation-delay: 650ms;
}

.animated.delay-700ms {
  animation-delay: 700ms;
}

.animated.delay-750ms {
  animation-delay: 750ms;
}

.animated.delay-800ms {
  animation-delay: 800ms;
}

.animated.delay-850ms {
  animation-delay: 850ms;
}

.animated.delay-900ms {
  animation-delay: 900ms;
}

.animated.delay-950ms {
  animation-delay: 950ms;
}

.animated.delay-1000ms {
  animation-delay: 1000ms;
}

.animated.delay-1050ms {
  animation-delay: 1050ms;
}

.animated.delay-1100ms {
  animation-delay: 1100ms;
}

.animated.delay-1150ms {
  animation-delay: 1150ms;
}

.animated.delay-1200ms {
  animation-delay: 1200ms;
}

.animated.delay-1250ms {
  animation-delay: 1250ms;
}

.animated.delay-1300ms {
  animation-delay: 1300ms;
}

.animated.delay-1400ms {
  animation-delay: 1400ms;
}

.animated.delay-1500ms {
  animation-delay: 1500ms;
}

.animated.delay-1600ms {
  animation-delay: 1600ms;
}

.animated.delay-1700ms {
  animation-delay: 1700ms;
}

.animated.delay-1800ms {
  animation-delay: 1800ms;
}

.animated.delay-1900ms {
  animation-delay: 1900ms;
}/*# sourceMappingURL=style.css.map */