/*----------------------------------------------------
	SITE MAIN STRUCTURE
------------------------------------------------------*/

.site_wrapper {
  width: 100%;
  margin: 0 auto 0 auto;
}

.container {
  width: 1280px;
  margin: auto;
}



/* columns */
.one_half,
.one_third,
.one_fourth,
.two_third,
.three_fourth,
.one_fifth,
.onecol_forty,
.onecol_sixty,
.onecol_thirtyfive {
  position: relative;
  margin-right: 4%;
  float: left;
}

.one_full {
  width: 100%;
}

.one_half {
  width: 48%;
}

.one_third {
  width: 30.650%;
}

.one_fourth {
  width: 22%;
}

.one_fifth {
  width: 16.800%;
}

.two_third {
  width: 65.350%;
}

.three_fourth {
  width: 74%;
}

.onecol_forty {
  width: 40%;
}

.onecol_sixty {
  width: 56%;
}

.onecol_thirtyfive {
  width: 35%;
}

/* Less Space Bitween Columns */
.one_half_less,
.one_third_less,
.one_fourth_less,
.two_third_less,
.three_fourth_less,
.one_fifth_less,
.onecol_forty_less,
.onecol_sixty_less,
.onecol_thirtyfive_less {
  position: relative;
  margin-right: 2%;
  float: left;
}

.one_full_less {
  width: 100%;
}

.one_half_less {
  width: 49%;
}

.one_third_less {
  width: 32%;
}

.one_fourth_less {
  width: 23.500%;
}

.one_fifth_less {
  width: 18.400%;
}

.two_third_less {
  width: 66%;
}

.three_fourth_less {
  width: 74.500%;
}

.onecol_forty_less {
  width: 40%;
}

.onecol_sixty_less {
  width: 58%;
}

.onecol_thirtyfive_less {
  width: 36.250%;
}

.last {
  margin-right: 0 !important;
  clear: right;
}


/*---------------------------------------------------
	HEADER
------------------------------------------------------*/

/* Logo */
/*#logo {*/
/*  float: left;*/
/*  display: block;*/
/*  width: 100%;*/
/*  min-height: 65px;*/
/*  margin-top: 5px;*/
/*  position: relative;*/
/*  text-indent: -999em;*/
/*  background: url(../images/loader-logo.svg) no-repeat left top;*/
/*}*/


#logo {
    float: left;
    display: block;
    width: 100%;
    min-height: 80px;
    margin-top: 0px;
    position: relative;
    text-indent: -9999px;
    overflow: hidden;

    /* Logo Image */
    background-image: url('../images/loader-logo.svg');
    background-repeat: no-repeat;
    background-position: left center;
    background-size: contain;
}



/* header area adinationals */
.logo {
  float: left;
  width: 25%;
  margin-top: 0px;
}


.menu_main {
  float: left;
  width: 75%;
  z-index: 9999;
  margin-top: 10px;
}



.mstslider {
  width: 100%;
  float: left;
}

/* top navigations */
.top_nav {
  float: left;
  width: 100%;
  background: #008dd2;
  font-size: 15px;
  color: #fff;
}

.top_nav .left {
  float: left;
  width: 35%;
  padding: 12px 0px;
  font-family: 'DM Sans', sans-serif;
}

.top_nav .left i {
  color: #fff;
}

.top_nav .left a {
  color: #fff;
  margin-right: 25px;
  font-family: 'DM Sans', sans-serif;
}

.top_nav .left a:hover {
  color: #fff;
  transition: all 0.3s ease;
}

.top_nav .right {
  float: left;
  width: 65%;
  text-align: right;
  font-family: 'DM Sans', sans-serif;
}

.top_nav ul.topsocial {
  float: right;
  padding: 0px;
  margin: 0px 10px 0px 0px;
  padding: 7px 0px;
}

.top_nav .topsocial li {
  float: left;
  padding: 0px;
  margin: 2px 14px 0px 0px;
}

.top_nav .topsocial li a {
  float: left;
  color: #fff;
  font-size: 13px;
  text-align: center;
  vertical-align: middle;
  transition: all 0.3s ease;
  margin-right: 0px;
  font-family: 'DM Sans', sans-serif;
  border: 1px solid #fff;
  width: 26px;
  height: 26px;
  line-height: 26px
}

.top_nav .topsocial li a:hover {
  color: #999;
}

.fs-16 {
  font-size: 15px
}

.tpbut {
  float: right;
  color: #c3c3c3;
  margin-left: 0px;
  padding: 7px 18px;
  border-right: 1px solid #f3f3f3;
  border-left: 1px solid #f3f3f3;
  transition: all 0.3s ease;
}

.tpbut:hover,
.tpbut.active {
  color: #999;
  background: #f9f9f9;
}

.tpbut.two {
  border-right: 1px solid #f3f3f3;
  border-left: none;
}


.slidermar {
  margin-top: 100px;
}

.enquiry-now a {
  position: relative;
  display: inline-block;
  padding: 8px 19px;
  color: #fff;
  font-size: 17px;
  text-decoration: none;
  text-transform: capitalize;
  overflow: hidden;
  transition: .5s;
  font-family: 'DM Sans', sans-serif;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.2px;
  margin-top: 5px;
  /*background-color: #e35944;*/
}


.enquiry-now a:hover {
  background: #fff;
  color: #526954;
}

.enquiry-now a span {
  position: absolute;
  display: block;
}

.enquiry-now a span:nth-child(1) {
  top: 0;
  left: -100%;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, transparent, #fff);
  animation: btn-anim1 1s linear infinite;
}

.enquiry-now2 a {
  position: relative;
  display: inline-block;
  padding: 10px 25px;
  color: #fff;
  font-size: 17px;
  text-decoration: none;
  text-transform: uppercase;
  overflow: hidden;
  transition: .5s;
  font-family: "Marcellus", serif;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.2px;
  margin-top: 5px;
  background-color: #008dd2;
}


.enquiry-now2 a:hover {
  background: #fff;
  color: #526954;
}

.enquiry-now2 a span {
  position: absolute;
  display: block;
}

.enquiry-now2 a span:nth-child(1) {
  top: 0;
  left: -100%;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, transparent, #fff);
  animation: btn-anim1 1s linear infinite;
}

@keyframes btn-anim1 {
  0% {
    left: -100%;
  }

  50%,
  100% {
    left: 100%;
  }
}

.enquiry-now a span:nth-child(2) {
  top: -100%;
  right: 0;
  width: 2px;
  height: 100%;
  background: linear-gradient(180deg, transparent, #fff);
  animation: btn-anim2 1s linear infinite;
  animation-delay: .25s
}

@keyframes btn-anim2 {
  0% {
    top: -100%;
  }

  50%,
  100% {
    top: 100%;
  }
}

.enquiry-now a span:nth-child(3) {
  bottom: 0;
  right: -100%;
  width: 100%;
  height: 2px;
  background: linear-gradient(270deg, transparent, #fff);
  animation: btn-anim3 1s linear infinite;
  animation-delay: .5s
}

@keyframes btn-anim3 {
  0% {
    right: -100%;
  }

  50%,
  100% {
    right: 100%;
  }
}

.enquiry-now a span:nth-child(4) {
  bottom: -100%;
  left: 0;
  width: 2px;
  height: 100%;
  background: linear-gradient(360deg, transparent, #fff);
  animation: btn-anim4 1s linear infinite;
  animation-delay: .75s
}

@keyframes btn-anim4 {
  0% {
    bottom: -100%;
  }

  50%,
  100% {
    bottom: 100%;
  }
}

.below-banner {
  padding: 80px 0 60px;
  background: #f8f5ef
}

.below-banner h2 {
  width: 70%;
  margin: 0 auto;
  font-family: "Marcellus", serif;
  font-size: 28px;
  line-height: 50px;
  text-align: center;
  color: #234426;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 22px;
}

/*.below-banner h1{
	font-family: "Marcellus", serif;
    font-size: 32px;
    line-height: 20px;
    text-align: center;
    color: #4fa120;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 22px;
}
.below-banner h3{
	    font-family: "Marcellus", serif;
    font-size: 18px;
    line-height: 54px;
    text-align: center;
    color: #000;
    
    text-transform: none;
    letter-spacing: 1px; 
}*/
.blog {
  background: #f8f5ef;
}

/* .bloggs{
    background:  url(../images/poem-left.png) no-repeat scroll left bottom;
} */


.about-left {
  width: 60%;
  float: left;
  margin-right: 5%;
  padding-top: 0%;
}

.about-left h1 {
  font-family: "Playfair Display", serif;
  color: #000;
  font-size: 35px;
    font-weight: 500;
  text-align: left;
  margin-bottom: 30px;

  text-transform: none;
}

.about-left h1 span {
  color: #008dd2;
}

.about-left p {
  font-family: "DM Sans", sans-serif;
  color: #000;
  font-size: 17px;
  font-weight: 400;
  line-height: 36px;
  /* text-align: justify; */
  padding-bottom: 0px;
  padding-top: 10px;
}

.about-section {
  display: flex;
  align-items: center;
}

.about-right {
  width: 35%;
  float: left;
  margin-right: 0%;
}

.about-right img {
  width: 100%;
  border-radius: 25px;
}

.more-info {
  background-color: #526954;
  padding: 12px 35px;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  font-family: "Marcellus", serif;
  letter-spacing: 1px
}

.more-info:hover {
  background-color: #368a48;
  color: #fff;
}

.about-text {
  padding: 80px 0 60px;
}

.about-text h1 {
  font-family: "Playfair Display", serif;
  color: #000;
      font-size: 35px;
    font-weight: 500;
  text-align: center;
  margin-bottom: 30px;
  text-transform: none;
}

.about-text h1 span {
  color: #008dd2;
}

.about-text p {
  font-family: "DM Sans", sans-serif;
  color: #000;
  font-size: 17px;
  font-weight: 400;
  line-height: 36px;
  text-align: center;
  padding-bottom: 38px;
  padding-top: 10px;
}

.about-text h3 {
  font-family: "Playfair Display", serif;
  color: #008dd2;
  font-size: 30px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 40px;
  text-transform: none;
}

.services-section-bg {
  background: #f8f5ef;
}

/* .services-section-bg-1{
    background:  url(../images/poem-right-1.png) no-repeat scroll left bottom;
} */

.services-scrolling {
  background-color: #008dd2;
  padding: 20px 0;
}

.services-section {
  padding: 80px 0 50px;
}

.services-section-left {
  width: 100%;
  float: left;
  margin-right: 0%
}

.services-section-left h6 {
  font-family: "Playfair Display", serif;
  letter-spacing: 1px;
  color: #000;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
}

.services-section-left h1 {
  font-family: "Playfair Display", serif;
      letter-spacing: 1px;
    color: #000;
    font-size: 32px;
    font-weight: 500;
    margin-bottom: 25px;
    text-align: center;
}

.services-section-left h1 span {
  color: #008dd2;
}

.services-section-left p {
  font-family: "DM Sans", sans-serif;
  color: #000;
  font-size: 17px;
  font-weight: 400;
  line-height: 31px;
  text-align: center;
  padding-bottom: 50px;
  width: 65%;
  margin: 0 auto;
}

.services-section-right {
  width: 25%;
  float: left;
  margin-right: 0%;
  margin-top: 35px;
}

.schedule-btn {
  background-color: #526954;
  padding: 12px 35px;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  font-family: "Marcellus", serif;
  letter-spacing: 1px;
  border-radius: 25px;

}

.schedule-btn:hover {
  background-color: #368a48;
  color: #fff;
}


.service-item {
  background-color: #fff;
  padding: 24px 23.7px;
  border-radius: 16px;
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-family: "Marcellus", serif;
  margin-bottom: 35px;
}

.service-item h5 {
  font-size: 22px;
    font-weight: 500;
    font-family: 'DM Sans', sans-serif;
    letter-spacing: 0px;
    color: #008dd2;
}

.service-item p {
  font-size: 14px;
  font-weight: 400;
  font-family: 'DM Sans', sans-serif;
  color: #000;
  line-height: 30px;
}

.tf-btn-link {
  font-size: 15px;
  font-weight: 400;
  font-family: "Marcellus", serif;
  color: #000;
  letter-spacing: 0.5px;
}

.tf-btn-link i {
  font-size: 18px;
  color: #ea5900;
  font-weight: 600;
}

.service-item.h-280 {
  min-height: 280px;
}

.service-item .content {
  position: relative;
}

.service-item .content .title {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-bottom: 12px;
}

.service-item .content .title a {
  color: var(--Primary);
}

.service-item .content p {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.service-item:hover {
  background-color: #fff5ee;
  box-shadow: 0px 10px 25px rgba(54, 95, 104, 0.1);
}

.service-item.style-2 {
  border-radius: 12px;
  background-color: #fff;
}

.service-item.style-2::after {
  display: none;
}

.service-item.style-2 .image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  bottom: 0;
  height: 100%;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  overflow: hidden;
}

.service-item.style-2 .image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.service-item.style-2 .image-wrap::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

.service-item.style-2:hover .image-wrap {
  width: 100%;
}

.service-item.style-2:hover .content .title a,
.service-item.style-2:hover .content p {
  color: #fff;
}

.service-item.style-2:hover .content .title a:hover {
  color: #fedac2;
}

.service-item.style-2:hover .tf-btn-link span,
.service-item.style-2:hover .tf-btn-link i {
  color: #fff;
}

.service-item.style-2:hover .tf-btn-link:hover i {
  color: #fff;
}

.service-item.style-2:hover .tf-btn-link:hover span::after {
  background-color: #fff;
}

.service-item.style-3 .content {
  margin-bottom: 24px;
}

.service-item.style-3 .image-wrap {
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 15px;
}

.service-item.style-3 .image-wrap a {
  width: 100%;
  height: 100%;
}

.service-item.style-3 .image-wrap img {
  width: 100%;
  height: 266px;
  object-fit: cover;
  margin-bottom: -8px;
}

.hover-img .image-wrap {
  overflow: hidden;
}

.hover-img .image-wrap img {
  object-fit: cover;
  -webkit-transition: all 1s cubic-bezier(0.3, 1, 0.35, 1) 0s;
  transition: all 1s cubic-bezier(0.3, 1, 0.35, 1) 0s;
}

.hover-img:hover .image-wrap img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}

@keyframes arrows {
  0% {
    border-left: 2px solid rgba(0, 0, 0, 0);
    border-bottom: 2px solid rgba(0, 0, 0, 0);
    transform: translate(-1px, -4px) rotate(-45deg);
  }

  10%,
  90% {
    border-left: 2px solid rgba(0, 0, 0, 0);
    border-bottom: 2px solid rgba(0, 0, 0, 0);
  }

  50% {
    border-left: 2px solid rgba(0, 0, 0, 0.7);
    border-bottom: 2px solid rgba(0, 0, 0, 0.7);
    transform: translate(-1px, 0px) rotate(-45deg);
  }

  100% {
    border-left: 2px solid rgba(0, 0, 0, 0);
    border-bottom: 2px solid rgba(0, 0, 0, 0);
    transform: translate(-1px, 4px) rotate(-45deg);
  }
}

.z-5 {
  z-index: 5;
}

.relative {
  position: relative;
}



.team-two__single {
  position: relative;
  margin-bottom: 30px;
}

.team-two__link-overlay {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
}

.team-two__image {
  position: relative;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  padding: 15px;
  padding-bottom: 0;
}

@media (max-width: 639px) {
  .team-two__image {
    max-width: 355px;
    margin: 0 auto;
  }
}

.team-two__line {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}

.team-two__line svg {
  width: 100%;
  height: 100%;
}

.team-two__image-inner img {
  position: absolute;
  width: 100%;
  height: 285px;
  top: 21px;
  left: 0px;
  clip-path: polygon(45% 1.33975%, 46.5798% 0.60307%, 48.26352% 0.15192%, 50% 0%, 51.73648% 0.15192%, 53.4202% 0.60307%, 55% 1.33975%, 89.64102% 21.33975%, 91.06889% 22.33956%, 92.30146% 23.57212%, 93.30127% 25%, 94.03794% 26.5798%, 94.48909% 28.26352%, 94.64102% 30%, 94.64102% 70%, 94.48909% 71.73648%, 94.03794% 73.4202%, 93.30127% 75%, 92.30146% 76.42788%, 91.06889% 77.66044%, 89.64102% 78.66025%, 55% 98.66025%, 53.4202% 99.39693%, 51.73648% 99.84808%, 50% 100%, 48.26352% 99.84808%, 46.5798% 99.39693%, 45% 98.66025%, 10.35898% 78.66025%, 8.93111% 77.66044%, 7.69854% 76.42788%, 6.69873% 75%, 5.96206% 73.4202%, 5.51091% 71.73648%, 5.35898% 70%, 5.35898% 30%, 5.51091% 28.26352%, 5.96206% 26.5798%, 6.69873% 25%, 7.69854% 23.57212%, 8.93111% 22.33956%, 10.35898% 21.33975%);
}

.team-two__image-inner:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #de968d;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(222, 150, 141, 0)), to(#de968d));
  background: linear-gradient(180deg, rgba(222, 150, 141, 0) 0%, #de968d 100%);
  opacity: 0;
  z-index: 2;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}

.team-two__meta {
  padding-left: 15px;
  padding-bottom: 8px;
}

.team-two__meta-1 {
  padding-left: 15px;
  padding-bottom: 8px;
  position: relative;
  top: 335px;
}

@media (max-width: 1024px) {
  .team-two__meta {
    text-align: center;
    padding-left: 0;
  }
}

.team-two__name {
  font-size: 17px;
  font-weight: 400;
  margin: 0;
  text-align: center;
  font-family: 'DM Sans', sans-serif;
  color: #000;
}

.team-two__job {
  margin-top: 4px;
  font-size: 14px;
  font-weight: 400;
  font-family: 'DM Sans', sans-serif;
  color: #ea5900;
  margin-bottom: 10px;
  text-align: center;
}



.therapy-section {
  padding: 80px 0 200px;
}

.therapy-section h1 {
  font-family: "Playfair Display", serif;
  font-size: 32px;
  line-height: 20px;
  text-align: center;
  color: #008dd2;
  text-transform: capitalize;
  letter-spacing: 1px;
  margin-bottom: 35px;
}

.therapy-head {
  text-align: center;
  font-family: "DM Sans", sans-serif;
  color: #000;
  font-size: 17px;
  font-weight: 400;
  line-height: 31px;
  text-align: center;
  padding-bottom: 50px;
  width: 65%;
  margin: 0 auto;
}

.therapy-section h3 {
  font-family: "Playfair Display", serif;
  font-size: 24px;
  line-height: 54px;
  text-align: center;
  color: #000;
  margin-bottom: 15px;
  text-transform: none;
  letter-spacing: 1px;
}

.why-choose {
  margin-top: 0px;
}


.parallax {
  background-repeat: no-repeat !important;
  background-attachment: fixed !important;
  background-size: cover !important;
  background-position: center !important;
  height: 100%;
  width: 100%
}

.parallax img {
  /*width:100%;height:100%;*/
  object-fit: cover
}

#OurServices .RitBox .box:hover img {
  filter: brightness(0) invert(1)
}

#OurServices {
  overflow: hidden;
  position: relative;
}

#OurServices::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: #08322a;
  opacity: 0.7;
}

#OurServices #RoundShape {
  opacity: 0.302;
  fill: #24b24b;
  position: absolute;
  -webkit-animation-name: bubbleFloating;
  animation-name: bubbleFloating;
  -webkit-animation-duration: 8s;
  animation-duration: 8s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  top: -15px;
  right: 20px;
  z-index: 0;
  width: 135px;
}

@media only screen and (min-width: 468px) {
  #OurServices #RoundShape {
    left: 108px;
    right: auto;
    width: 170px;
  }
}

@media only screen and (min-width: 1200px) {
  #OurServices #RoundShape {
    width: 205px;
  }
}

@media only screen and (min-width: 1550px) {
  #OurServices #RoundShape {
    width: 280px;
  }
}

#OurServices .container {
  position: relative;
}

#OurServices .row {
  margin: 0px;
  padding: 0px;
}

#OurServices .LftBox {
  position: relative;
  z-index: 1;
  width: 100%;
  padding: 45px 0 15px 0;
  float: left;
}

@media only screen and (min-width: 468px) {
  #OurServices .LftBox {
    padding: 95px 35px 30px 0;
  }
}

@media only screen and (min-width: 768px) {
  #OurServices .LftBox {
    width: 285px;
  }
}

@media only screen and (min-width: 992px) {
  #OurServices .LftBox {
    width: 335px;
    padding: 145px 50px 50px 0;
  }
}

@media only screen and (min-width: 1550px) {
  #OurServices .LftBox {
    width: 360px;
    padding: 145px 70px 50px 0;
  }
}

#OurServices .LftBox .head {
  color: #fff;
  font-size: 34px;
  line-height: 34px;
  margin-bottom: 15px;
  font-weight: 600;
}

@media only screen and (min-width: 468px) {
  #OurServices .LftBox .head {
    font-size: 40px;
    line-height: 38px;
    margin-bottom: 25px;
  }
}

@media only screen and (min-width: 768px) {
  #OurServices .LftBox .head {
    font-size: 44px;
    line-height: 42px;
    font-weight: 700;
  }
}

@media only screen and (min-width: 992px) {
  #OurServices .LftBox .head {
    font-size: 48px;
    line-height: 44px;
    margin-bottom: 30px;
  }
}

@media only screen and (min-width: 1200px) {
  #OurServices .LftBox .head {
    font-size: 41px;
    line-height: 53px;
    margin-bottom: 35px;
    font-family: "Marcellus", serif;
    letter-spacing: 0.8px;
  }
}

@media only screen and (min-width: 1550px) {
  #OurServices .LftBox .head {
    font-size: 46px;
    line-height: 61px;
    font-family: "Marcellus", serif;
  }
}

#OurServices .LftBox .sub {
  font-weight: 400;
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 26px;
}

@media only screen and (min-width: 468px) {
  #OurServices .LftBox .sub {
    font-size: 22px;
    line-height: 28px;
  }
}

@media only screen and (min-width: 992px) {
  #OurServices .LftBox .sub {
    font-size: 25px;
    line-height: 32px;
  }
}

@media only screen and (min-width: 1200px) {
  #OurServices .LftBox .sub {
    font-size: 18px;
    line-height: 38px;
    font-family: 'DM Sans', sans-serif;
  }
}

@media only screen and (min-width: 1550px) {
  #OurServices .LftBox .sub {
    font-size: 18px;
    line-height: 38px;
    font-family: 'DM Sans', sans-serif;
  }
}

#OurServices .RitBox {
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding: 0px;
  width: 100%;
  margin-bottom: 30px;
  float: left;
}

@media only screen and (min-width: 468px) {
  #OurServices .RitBox {
    margin-bottom: 65px;
  }
}

@media only screen and (min-width: 768px) {
  #OurServices .RitBox {
    margin-bottom: -1px;
    width: calc(100% - 285px);
    border-top: 0px;
  }
}

@media only screen and (min-width: 992px) {
  #OurServices .RitBox {
    width: calc(100% - 335px);
  }
}

@media only screen and (min-width: 1550px) {
  #OurServices .RitBox {
    width: calc(100% - 360px);
  }
}

#OurServices .RitBox .box {
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  position: relative;
  transition: all 0.3s;
  opacity: 1;
  padding: 25px 25px 45px;
}

@media only screen and (max-width: 468px) {
  #OurServices .RitBox .box {
    width: 100%;
  }
}

@media only screen and (min-width: 468px) {
  #OurServices .RitBox .box {
    padding: 40px 25px 45px;
    min-height: 260px;
  }
}

@media only screen and (min-width: 992px) {
  #OurServices .RitBox .box {
    min-height: 295px;
  }
}

@media only screen and (min-width: 1200px) {
  #OurServices .RitBox .box {
    padding: 55px 30px 60px;
    min-height: 390px;
  }
}

@media only screen and (min-width: 1550px) {
  #OurServices .RitBox .box {
    padding: 55px 30px 80px;
    min-height: 395px;
  }
}

#OurServices .RitBox .box::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0px;
  width: 100%;
  height: 0;
  background-color: #24b24b;
  transition: all 0.3s;
  z-index: 0;
}

#OurServices .RitBox .box .align {
  position: relative;
  z-index: 1;
}

#OurServices .RitBox .box .icon {
  margin-bottom: 20px;
  overflow: hidden;
}

@media only screen and (min-width: 468px) {
  #OurServices .RitBox .box .icon {
    margin-bottom: 30px;
  }
}

#OurServices .RitBox .box .icon svg {
  fill: #24b24b;
  transition: all 0.3s;
  width: 60px;
}

@media only screen and (min-width: 468px) {
  #OurServices .RitBox .box .icon svg {
    width: 70px;
  }
}

@media only screen and (min-width: 1200px) {
  #OurServices .RitBox .box .icon svg {
    width: 80px;
  }
}

#OurServices .RitBox .box .serviceName {
  color: #fff;
  font-weight: 500;
  font-size: 20px;
  margin-bottom: 20px;
  font-family: "Marcellus", serif;
}

#OurServices .RitBox .box .serviceName-p {
  color: #fff;
  font-weight: 300;
  font-size: 14px;
  margin-bottom: 0px;
  font-family: 'DM Sans', sans-serif;
  line-height: 26px;
  letter-spacing: 0.2px;
}

@media only screen and (min-width: 468px) {
  #OurServices .RitBox .box .serviceName {
    margin-bottom: 25px;
  }
}

@media only screen and (min-width: 1200px) {
  #OurServices .RitBox .box .serviceName {
    font-size: 20px;
    line-height: 27px;
  }
}

#OurServices .RitBox .box .ReadMore {
  position: relative;
  z-index: 1;
  font-family: 'DM Sans', sans-serif;
  color: #4fa120;
}

@media only screen and (min-width: 468px) {
  #OurServices .RitBox .box .ReadMore {
    position: absolute;
    left: 25px;
    bottom: 40px;
  }
}

@media only screen and (min-width: 1200px) {
  #OurServices .RitBox .box .ReadMore {
    left: 30px;
    bottom: 27px;
  }
}

@media only screen and (min-width: 1550px) {
  #OurServices .RitBox .box .ReadMore {
    bottom: 33px;
  }
}

#OurServices .RitBox .box:hover {
  border-color: #24b24b;
}

#OurServices .RitBox .box:hover::after {
  height: 100%;
}

#OurServices .RitBox .box:hover .icon svg {
  fill: #fff;
  -webkit-animation: hovicon 0.3s forwards;
  -moz-animation: hovicon 0.3s forwards;
  animation: hovicon 0.3s forwards;
}

#OurServices .RitBox .box:hover .ReadMore {
  color: #fff;
}

#OurServices .RitBox .box:hover .ReadMore svg {
  fill: #fff;
}

#OurServices .RitBox .box:hover .ReadMore:hover svg {
  filter: drop-shadow(-8px 0px 0px rgba(255, 255, 255, 0.85));
}

.autoimmunity-section {
  padding: 60px 0 35px;
}

.autoimmunity-section h1 {
  font-size: 27px;
    width: 80%;
    margin: 0 auto;
    line-height: 48px;
    text-align: center;
    color: #008dd2;
    text-transform: capitalize;
    letter-spacing: 1px;
    margin-bottom: 35px;
}

.autoimmunity-section h3 {
  font-family: "Playfair Display", serif;
  font-size: 24px;
  line-height: 30px;
  text-align: center;
  color: #000;
  margin-bottom: 13px;
  text-transform: none;
  letter-spacing: 1px;
}

.autoimmunity-sec-box {
  width: 23%;
  margin-right: 2.66%;
  float: left;
  margin-bottom: 25px;
  padding: 15px;
  background-color: #fff;
}



.autoimmunity-box {
  min-height: 280px;
  width: 17.8%;
  margin-right: 2.66%;
  float: left;
  border-radius: 200px 200px 200px 200px;
  padding-top: 50px;
  padding-bottom: 50px;
  padding-left: 36px;
  padding-right: 36px;
  background-color: #fcf9f7;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  margin-bottom: 45px;
  border: 1px solid #0059b9;
}

.autoimmunity-box:nth-child(4n+4) {
  margin-right: 2.66%;
}

.autoimmunity-box h4 {
  color: #000;
      font-size: 17px;
    line-height: 26px;
    margin-bottom: 0px;
    margin-top: 15px;
    font-weight: 500;
  font-family: 'DM Sans', sans-serif;
  text-align: center;
}

.autoimmunity-box p {
  color: #000;
  font-size: 14px;
  margin-bottom: 20px;
  font-family: 'DM Sans', sans-serif;
  text-align: center;
  line-height: 23px;
  font-weight: 400;
}

.benefits-section {
  padding: 70px 0;
  background-color: #fff;
}

.benefits-section h1 {
  font-family: 'DM Sans', sans-serif;
  font-size: 30px;
    line-height: 20px;
    text-align: center;
    color: #008dd2;
    text-transform: capitalize;
    letter-spacing: 1px;
    margin-bottom: 35px;
}

.benefits-section h3 {
  font-family: 'DM Sans', sans-serif;
  font-size: 24px;
  line-height: 30px;
  text-align: center;
  color: #000;
  margin-bottom: 23px;
  text-transform: none;
  letter-spacing: 1px;
}


.align-items-center {
  align-items: center !important;
}

.why-choose-us {
  padding: 90px 0 80px;
  background-color: #fff;
}

.why-choose-us .section-title {
  text-align: center;
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
}

.why-choose-us .why-choose-us-box {
  position: relative;
  margin-top: 30px;
}

.why-choose-box-1 {
  background-color: #ddf4ff;
  border-radius: 30px 0 0 30px;
}

.why-choose-box-2 {
  background-color: #008dd2;
  border-radius: 0 30px 30px 0;
}

.why-choose-image {
  position: absolute;
  top: -21px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}

.why-choose-item {
  border-bottom: 2px solid #153c331a;
  display: flex;
  align-items: center;
  padding: 40px 35px;
}

.why-choose-box-2 .why-choose-item:last-child {
  padding: 40px 35px;
}

.why-choose-item:last-child {
  border-bottom: none;
  padding: 36px 35px;
}

.why-choose-item .icon-box {
  background-color: #fff;
  height: 52px;
  width: 52px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.why-choose-item .icon-box::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  border-radius: 10px;
  background-color: #008dd2;
  transform: scale(0);
  transition: all 0.4s ease-in-out;
  height: 100%;
}

.why-choose-item:hover .icon-box::before {
  transform: scale(1);
}

/* .why-choose-item .icon-box img{
	position: relative;
	z-index: 1;
	max-width: 28px;
	transition: all 0.3s ease-in-out;
} */

.why-choose-item .icon-box img {
  position: relative;
  z-index: 1;
  max-width: 28px;
  transition: all 0.3s ease-in-out;
  filter: invert(27%) sepia(94%) saturate(747%) hue-rotate(176deg) brightness(95%) contrast(92%);
}

.why-choose-item:hover .icon-box img {
  filter: brightness(0) invert(1);
}

.why-choose-content {
  width: calc(100% - 72px);
  position: relative;
  z-index: 1;
  max-width: 350px;
}

.why-choose-content h3 {
  font-size: 20px;
  font-weight: 600;
  text-transform: capitalize;
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out;
}

.why-choose-content p {
  margin: 0;
  transition: all 0.3s ease-in-out;
}

.why-choose-box-2 .why-choose-item {
  border-color: #153c331a;
  flex-direction: row-reverse;
  text-align: right;
}

.why-choose-box-2 .why-choose-item .icon-box {
  margin-right: 0;
  margin-left: 20px;
}

.why-choose-box-2 .why-choose-item .icon-box::before {
  background-color: #e6efed;
}

.why-choose-box-2 .why-choose-item:hover .icon-box img {
  filter: invert(34%) sepia(94%) saturate(747%) hue-rotate(176deg) brightness(95%) contrast(92%);
}

.why-choose-box-2 .why-choose-content h4 {
  font-family: "Marcellus", serif;
  font-size: 22px;
  line-height: 28px;
  color: #fff;
  text-transform: none;
  letter-spacing: 1px;
}

.why-choose-box-2 .why-choose-content p {
  color: #fff;
  opacity: 100%;
}

.why-choose-content h4 {
  font-family: 'DM Sans', sans-serif;
  font-size: 20px;
  line-height: 28px;
  color: #000;
  text-transform: none;
  letter-spacing: 1px;
}

.why-choose-content p {
  font-family: 'DM Sans', sans-serif;
  font-size: .91rem;
  line-height: 24px;
  color: #000;
  text-transform: none;
  letter-spacing: 0.5px;
}


.review-stars span {
  font-size: 12px;
}

.me-3 {
  margin-right: 1rem !important;
}

.testimonial-section {
  padding: 0px 0 70px;
  background-color: #fff;
}


.testimonial-section h1 {
  font-family: 'DM Sans', sans-serif;
  font-size: 32px;
  line-height: 20px;
  text-align: center;
  color: #008dd2;
  text-transform: capitalize;
  letter-spacing: 1px;
  margin-bottom: 35px;
}

.testimonial-section h3 {
  font-family: "Playfair Display", serif;
  font-size: 24px;
  line-height: 54px;
  text-align: center;
  color: #000;
  margin-bottom: 15px;
  text-transform: none;
  letter-spacing: 1px;
}

.footer-bg {
  background: url(../images/footer-left.png) no-repeat scroll right top;
}

.footer-bg-1 {
  background: url(../images/footer-right.png) no-repeat scroll left bottom;
}

.footer-wraper {
  width: 100%;
  height: auto;
  bottom: 0;
  left: 0;
  z-index: 1;
  position: relative;
}

.footer-wrap-top {
  width: 100%;
  height: auto;
  background: url(../images/footer-bg.jpg) no-repeat;
  position: relative;

  /* padding-bottom: 48px; */
  background-size: 100% 100%;
  z-index: -1;
  padding-top: 0px;
  padding-bottom: 50px
}

.footer-wrap-top h4 {
  font-family: "Marcellus", serif;
  font-size: 18px;
  line-height: 20px;
  text-align: center;
  color: #07350b;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 35px;
  padding-top: 100px
}

.footer-wrap-top h2 {
  font-family: "Marcellus", serif;
  font-size: 30px;
  line-height: 20px;
  text-align: center;
  color: #008dd2;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 25px;
}

.footer-wrap-top h5 {
  font-family: "Marcellus", serif;
  font-size: 18px;
  line-height: 20px;
  text-align: center;
  color: #008dd2;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 20px;

}

.footer-wrap-top p {
  font-family: 'DM Sans', sans-serif;
  font-size: .85rem;
  line-height: 24px;
  color: #000;
  text-transform: none;
  letter-spacing: 0.5px;
  text-align: center;

}

.footer-1 {
  width: 18%;
  float: left;
  margin-right: 2.5%
}

.footer-2 {
  width: 18%;
  float: left;
  margin-right: 2.5%
}

.footer-3 {
  width: 18%;
  float: left;
  margin-right: 2.5%
}

.footer-4 {
  width: 18%;
  float: left;
  margin-right: 2.5%
}

.footer-5 {
  width: 18%;
  float: left;
  margin-right: 0%
}


.footer-links ul {
  padding-left: 0rem;
}

.footer-links ul li {
  width: 100%;
  float: left;
  font-family:'DM Sans', sans-serif;
  font-size: 14px;
  color: #000;
  padding-bottom: 7px;
  font-weight: 400;
  letter-spacing: 0.5px
}

.footer-links h4 {
  font-family: "Marcellus", serif;
  font-size: 18px;
  line-height: 20px;
  text-align: left;
  color: #008dd2;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 20px;
  padding-top: 0px;
}

.social-icons ul {
  padding-left: 0rem;
  margin-bottom: 0rem;
}

.social-icons ul li {
  float: left;
  width: auto;
}

.social-icons ul li i {
  background-color: #ddf4ff;
  width: 35px;
  height: 35px;
  line-height: 33px;
  text-align: center;
  color: #008dd2;
  font-size: 16px;
  border-radius: 100%;
  display: block;
  margin-right: 15px;
}

.copyright {
  background-color: #008dd2;
  padding: 20px 0;
  color: #fff;
  font-family: 'DM Sans', sans-serif;
}

.copyright-left {
  width: 80%;
  float: left;
  font-family: "DM Sans", sans-serif;
}

.copyright-right {
  width: 20%;
  float: left;
  font-family: "DM Sans", sans-serif;
}

.copyright-right a {
  color: #000;
}


/* scroll up */
.scrollup {
  width: 40px;
  height: 40px;
  opacity: 1;
  position: fixed;
  bottom: 22px;
  right: 20px;
  display: none;
  text-indent: -9999px;
  background: url(../images/scroll-top-arrow.png) no-repeat left top;
  z-index: 9001;
}


.vision-box {
  min-height: 420px;
  width: 47%;
  float: left;
  margin-right: 3%;
  background-color: #0059b9;
  padding: 45px;
  border-radius: 25px
}

.vision-box p {
  font-family: 'Cormorant Garamond', serif;
  font-size: 27px;
  font-style: italic;
  font-weight: 300;
  line-height: 1.8;
  color: #fff;
  margin-bottom: 0;
  text-align: left;
  letter-spacing: 0.4px;
}

.vision-box i {
  font-size: 50px;
  color: #e5f0fa;
  padding-bottom: 15px;
}

.vision-box h4 {
  text-align: center;
  color: #fff;
  font-size: 32px;
  font-family: "Playfair Display", serif;
  margin-bottom: 10px;
}

.mission-box {
  width: 47%;
  float: left;
  background-color: #ddf4ff;
  padding: 25px;
  border-radius: 25px
}

.mission-box img {
  padding-bottom: 13px;
  width: 70px;
}

.mission-box i {
  font-size: 19px;
  color: #449170;
  padding-bottom: 0px;
  margin-right: 6px;
}

.mission-box h4 {
  text-align: center;
  color: #000;
  font-size: 32px;
  font-family: "Playfair Display", serif;
  margin-bottom: 10px;
}

.mission-box ul {
  margin-top: 20px;
}

.mission-box ul li {
  font-size: 17px;
  font-weight: 400;
  margin-bottom: 19px;
  color: #000;
  align-items: center;
  display: flex;
  font-family: 'DM Sans', sans-serif;
}

.mission-box ul li img {
  width: 19px !important;
  padding-bottom: 0px;
  margin-right: 12px;
}

.core-value {
  width: 15%;
  float: left;
  margin-right: 2%;
  text-align: center;
  margin-top: 10px;
}

.core-value:last-child {
  margin-right: 0%
}

.core-value i {
  color: #0059b9;
  font-size: 16px;
}

.therapeutic-list ul li {
  float: left;
  margin-right: 15px;
  padding: 6px 15px;
  background-color: #e5f0fa;
  color: #000;
  border-radius: 25px;
  margin-bottom: 15px;
  font-family: 'DM Sans', sans-serif;
  font-size: 14px;
}

.therapeutic-list ul li:nth-child(2n+2) {
  margin-right: 0px;

}

/* .core-value img {
    background: #ddf4ff;
    color: #0995d7;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    flex-shrink: 0;
} */

.core-value .icon-wrap {
    background: #ddf4ff;
    color: #0995d7;
    width: 75px;
    height: 75px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin: 0 auto;
    border: 2px solid #0059b9;
}

.core-value .icon-wrap img {
  width: 36px;
  filter: grayscale(100%);
}


.core-value p {
  padding-bottom: 10px;
}

/* ========================================== */


.product-portfolio {
  padding: 80px 0 0px;
  text-align: center;
}

.product-portfolio h2 {
     font-family: "Playfair Display", serif;
    /* letter-spacing: 1px; */
    color: #000;
    font-size: 33px;
    font-weight: 500;
    margin-bottom: 23px;
    text-align: center;
}

.product-portfolio h2 span {
  color: #008dd2;
}

.product-portfolio p {
  font-size: 16px;
  margin-bottom: 0px;
}

.product-head {
  font-family: "DM Sans", sans-serif;
  color: #000;
  font-size: 17px;
  font-weight: 400;
  line-height: 31px;
  text-align: center;
  padding-bottom: 30px;
  width: 65%;
  margin: 0 auto;
}

.filter-buttons {
  margin-bottom: 40px;
}

.filter-buttons button {
  background: #ddf4ffb0;
  border: none;
  color: #008dd2;
  padding: 10px 30px;
  margin: 5px;
  border-radius: 25px;
  cursor: pointer;
  transition: all 0.3s ease;
  font-size: 15px;
  font-weight: 500;
  font-family: "DM Sans", sans-serif;
}

.filter-buttons button.active,
.filter-buttons button:hover {
  background: #008dd2;
  color: #fff;
}

/* .product-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
      gap: 30px;
      justify-items: center;
      padding: 0 40px;
    } */
.product-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 30px 20px;
  justify-items: center;
  padding: 0 15px;
}

.product-card {
  width: 100%;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  padding: 20px 10px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.product-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.15);
}

.product-card img {
  width: 100%;
  height: auto;
  margin-bottom: 15px;
}

.product-card h4 {
  color: #008dd2;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 10px;
  font-family: "Playfair Display", serif;
  letter-spacing: 0.8px;
}

.product-card h4 span {
    font-size: 10px;
    position: relative;
    top: -11px;
}

.product-card p {
    /*color: #555;*/
    font-size: 14px;
    line-height: 1.6;
    font-family: "DM Sans", sans-serif;
    color: #000000e0;
    font-size: 14.5px;
    font-weight: 500;
    margin-bottom: 10px;
    text-align: center;
}

.product-card .category {
  display: none;
  margin-top: 10px;
  background: #e6f0ff;
  color: #008dd2;
  padding: 5px 10px;
  border-radius: 20px;
  font-size: 13px;
}

.view-all button {
  display: none;
  background: #008dd2;
  color: #fff;
  border: none;
  padding: 12px 30px;
  border-radius: 30px;
  font-size: 16px;
  cursor: pointer;
  margin-top: 40px;
  transition: background 0.3s ease;
}

.view-all button:hover {
  background: #003d80;
}

/* ====================================== */


/* ───── QUALITY ───── */
#quality {
  padding: 70px 0 90px;
  background: var(--white)
}

.quality-wrap {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 48px
}

.quality-grid {
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  gap: 100px;
  align-items: center;
  padding: 0px 20px;
}

.quality-checks {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px 20px;
  margin-top: 36px
}

.qc {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 16px;
  border: 1px solid rgba(196, 207, 223, 0.5);
  border-radius: 8px;
  background: #f7f9fc;
  transition: all .25s;
}

.qc:hover {
  border-color: var(--cyan);
  background: var(--white)
}

.qc-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #008dd2;
  flex-shrink: 0
}

.qc span {
  font-size: 13px;
  color: #3a4f6b;
  font-weight: 600
}

.quality-right {}

.reveal-r img {
  width: 95%;
  border-radius: 20px;
  margin-top: 50px;
}

h2.sec-title {
  font-family: 'Playfair Display', serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.3;
  color: #000;
}

h2.sec-title em {
  color: #008dd2;
  font-style: normal;
}

.section-label {
  font-size: 10.5px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #008dd2;
  font-weight: 600;
  margin-bottom: 0px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.section-label::before {
  content: '';
  width: 24px;
  height: 1.5px;
  background: #008dd2;
  font-size: 10.5px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #008dd2;
  font-weight: 600;
  margin-bottom: 4px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.sec-body {
  font-size: 15.5px;
  line-height: 1.8;
  font-weight: 400;
  color: #000000;
  margin-top: 20px;
  font-family: "DM Sans", sans-serif;
}


/* ───── CONTACT ───── */
#contact {
  padding: 0px 0 75px;
  background: white;
}

.contact-wrap {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 48px
}

.contact-top {
  text-align: center;
  margin-bottom: 72px
}

.contact-top .section-label {
  justify-content: center
}

.contact-top .section-label::before {
  display: none
}

.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1.3fr;
  gap: 72px;
  padding: 0px 15px;
}

.contact-left h3 {
    font-family: 'Playfair Display', serif;
    font-size: 30px;
    font-weight: 600;
    line-height: 1.3;
    letter-spacing: 0.8px;
    color: #000000;
    margin-bottom: 30px;
}

.cdetail {
  display: flex;
  gap: 16px;
  margin-bottom: 28px;
  align-items: flex-start
}

.cd-icon {
  width: 46px;
  height: 46px;
  background: var(--cream);
  border: 1px solid rgba(196, 207, 223, 0.5);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  flex-shrink: 0;
}

.cd-label {
  font-size: 10.5px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: black;
  margin-bottom: 5px;
  font-weight: 500
}

.cd-val {
  font-size: 14.5px;
  color: black;
  font-weight: 500;
  line-height: 1.5;
  font-family:  'DM Sans', sans-serif;
}

.map-box {
  height: 400px;
  background: var(--cream);
  border-radius: 12px;
  border: 1px solid rgba(196, 207, 223, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 10px;
  margin-top: 0px;
  margin-bottom: 60px;
}

.map-box iframe {
  width: 100%;
  height: 400px;
  border-radius: 10px;
}

.map-box-icon {
  font-size: 32px
}

.map-box-label {
  font-size: 13px;
  color: var(--text-muted)
}

.wa-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #008dd2;
  color: white;
  padding: 13px 26px;
  border-radius: 7px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  margin-top: 8px;
  transition: all .2s;
}

.wa-btn:hover {
  background: #000000;
  transform: translateY(-2px);
  box-shadow: 0 12px 30px rgba(37, 211, 102, 0.25);
  color: white;
}

.cform {
  /* background: #f7f9fc; */
  background: #edf9ff9c;
  border: 1px solid rgba(196, 207, 223, 0.5);
  border-radius: 20px;
  padding: 48px;
}

.cform h4 {
  font-family: 'Playfair Display', serif;
  font-size: 26px;
  font-weight: 400;
  color: #000;
  margin-bottom: 32px;
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px
}

.fg {
  margin-bottom: 18px
}

.fg label {
  display: block;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--text-muted);
  margin-bottom: 8px;
}

.fg input,
.fg select,
.fg textarea {
  width: 100%;
  padding: 13px 16px;
  background: #fff;
  border: 1px solid rgba(196, 207, 223, 0.6);
  border-radius: 8px;
  font-family: 'Outfit', sans-serif;
  font-size: 14px;
  color: #0b1e3d;
  outline: none;
  transition: border-color .2s;
  appearance: none;
  -webkit-appearance: none;
}

.fg input:focus,
.fg select:focus,
.fg textarea:focus {
  border-color: var(--blue)
}

.fg textarea {
  height: 100px;
  resize: vertical
}

.btn-solid:hover {
  background: black;
  transform: translateY(-2px);
  box-shadow: 0 16px 40px rgba(29, 200, 120, 0.25);
}

.btn-solid {
  background: #008dd2;
  color: white;
  padding: 15px 34px;
  border-radius: 6px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.3px;
  border: none;
  cursor: pointer;
  transition: all .25s;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.therapeutic-gap {
  height: 75px;
}

#whatsAppIcon {
  display: block;
  position: fixed;
  right: 15px;
  bottom: 65px;
  width: 50px;
  height: 50px;
  background-color: rgb(84, 180, 96);
  text-align: center;
  line-height: 50px;
  color: rgb(255, 255, 255);
  font-size: 24px;
  z-index: 9999;
  border-radius: 50%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", sans-serif !important;
}

.m-0 {
  margin: 0px !important;
}

.career-section {
  padding: 90px 0px 0px;
}

.career-image img {
  width: 100%;
  min-height: 385px;
  border-radius: 20px;
}

.career-content p {
      font-size: 17px;
    font-weight: 400;
    line-height: 36px;
  color: #000000;
  margin-bottom: 25px;
  font-family: "DM Sans", sans-serif;
  text-align: justify;
  padding-right: 28px;
}

.career-content ul {
  list-style: none;
  padding-left: 0px;
  margin-bottom: 0px;

  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px 15px;
  margin-top: 0px;
}

.career-content ul li {
  font-size: 16px;
  line-height: 1.8;
  font-weight: 400;
  color: #000000;
  margin-bottom: 0px;
  font-family: "DM Sans", sans-serif;
  padding-left: 1px;
  align-items: center;
  display: flex;
}

.career-content ul li img {
  width: 19px !important;
  padding-bottom: 0px;
  margin-right: 12px;
}

.career-content ul li i {
  margin-left: -23px;
  color: #008dd2;
  font-size: 14px;
  margin-right: 5px;
}

.career-content h2 {
  margin-bottom: 23px;
    color: #000;
    font-size: 33px;
}

.career-content h2 span {
  color: rgb(0, 141, 210);
  font-weight:bold;
}

.career-content h3 {
      margin-bottom: 20px;
    color: #000;
    font-weight: 600;
}

.d-flex {
  display: flex !important;
}

.justify-content-center {
  justify-content: center !important;
}

.resume-content-box {
  background: linear-gradient(135deg, #0f4c81, #1565a8);
  color: #fff;
  padding: 60px 40px !important;
  position: relative;
  overflow: hidden;
  border-radius: 30px;
  margin-top: 60px;
}

.resume-content-box::before {
  content: '';
  position: absolute;
  width: 250px;
  height: 250px;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 50%;
  top: -120px;
  right: -100px;
}

.resume-content-box::after {
  content: '';
  position: absolute;
  width: 150px;
  height: 150px;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 50%;
  bottom: -80px;
  left: -80px;
}

.resume-content h2 {
  color: #fff;
  margin-bottom: 18px;
  font-size: 40px;
  line-height: 47px;
}

.resume-content ul {
  list-style: none;
  padding-left: 6px;
  margin-bottom: 0px;

  display: block;
  /* grid-template-columns: 1fr 1fr;
  gap: 10px 15px; */
  margin-top: 20px;
  width: 100%;

}

.resume-content ul li {
  width: 85%;
  font-size: 20px;
  margin-bottom: 25px;
  background: white;
  padding: 10px 20px;
  border-radius: 20px;
  color: #08477d;
  gap: 12px;
  display: flex;
  align-items: center;
  font-weight: 500;
  font-family: "Montserrat", sans-serif !important;
}

.resume-content ul li:last-child {
  margin-bottom: 0;
}

.resume-content ul li i {
  border-right: 0px solid black;
  padding-right: 18px;
  background: #0f4c81;
  border-radius: 50%;
  height: 60px;
  width: 60px;
  color: white;
  padding: 20px 20px;
}

.resume-content p {
  font-size: 15.5px;
  line-height: 1.8;
  font-weight: 400;
  color: #ffffff;
  margin-bottom: 0px;
  font-family: "DM Sans", sans-serif;
  text-align: justify;
}

.resume-content .right-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

.resume-content .right-icon i {
  font-size: 23px;
  color: white;
  border-radius: 50%;
  height: 60px;
  width: 60px;
  padding: 20px 13px;
  text-align: center;
  border: 1px solid white;
}

.right-content p {
  text-align: center;
  font-size: 20px;
  width: 75%;
  margin: 0 auto 30px;
}

.right-content p a:hover {
  color: #fff;
}

.right-content h3 {
  color: #fff;
  margin-bottom: 1px;
  text-align: center;
}

.divider {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 30px auto;
  width: 80%;
}

.divider::before,
.divider::after {
  content: "";
  flex: 1;
  height: 2px;
  background: linear-gradient(to right, transparent, #7ed957);
}

.divider::after {
  background: linear-gradient(to left, transparent, #7ed957);
}

.divider span {
  width: 14px;
  height: 14px;
  background: #6cc24a;
  /* green dot */
  border-radius: 50%;
  margin: 0 10px;
}


/* Loader Overlay */
#loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  z-index: 9999;
}

/* Logo animation */
#loader img {
  width: 380px;
  animation: grow 2s ease-in-out forwards;
}


@keyframes grow {
  from {
    transform: scale(0);
  }

  to {
    transform: scale(1);
  }
}

#content {
  display: none;
  opacity: 0;
  transition: opacity 1s ease;
}

#content.show {
  opacity: 1;
}

.mb-0 {
  margin-bottom: 0px !important;
}


/* ====================================== */


.product-slider {
    margin: 0px 20px 20px 20px !important;
    /* min-height: 500px; */
    padding: 0px 8px !important;
}




/* Arrow Design */
        .slick-prev,
        .slick-next{
            z-index:99;
            width:40px !important;
            height:40px !important;
            color: #000 !important;
        }

        .slick-prev{
            left:-45px;
        }

        .slick-next{
            right:-45px;
        }

        .slick-prev:before,
        .slick-next:before{
            font-size:28px !important;
            color:#000 !important;
        }
.product-slider{
            position: relative;
        }

        .product-card{
            background:#fff;
            border-radius:12px;
            padding:15px;
            text-align:center;
            margin:10px;
            box-shadow:0 4px 15px rgba(0,0,0,0.1);
            min-height:405px !important;
        }

.product-card p:nth-of-type(2) {
    margin-bottom: 0px;
}

/* ============================================================ */


/* Desktop Menu */
@media (min-width: 992px) {
    .navbar-collapse {
        display: block !important;
    }

    .navbar-toggle {
        display: none;
    }
    .navbar-nav {
        float: right !important;
        margin: 0;
    }
}

/* Mobile Menu */
@media (max-width: 991px) {

    .navbar-toggle {
        display: block;
        position: absolute;
        right: -40px;
        top: 9px;
        margin-top: 0px !important;
        background: none !important;
        border: 0;
        font-size: 24px;
        cursor: pointer;
        z-index: 9999;
    }

    .navbar-collapse {
        max-height: fit-content !important;
        position: absolute;
        top: -11px;
        left: 0;
        width: 100%;
        background: #fff;
        z-index: 999;
        padding: 15px 0;
    }

    .navbar-nav {
        width: 100%;
        margin: 0;
    }

    .navbar-nav li {
        width: 100%;
        text-align: center;
        border-bottom: 0px solid #eee;
    }

.navbar-nav {
    margin: 0px 0px !important;
}
.navbar-default .navbar-nav>li>a {
  color: #000000 !important;
}
ul.nav>li>a.active {
    color: #008dd2 !important;
}
.navbar-nav>li>a {
  color: #b3b3b3;
  padding: 10px 15px !important;
}
.navbar-nav li a {
  display: block;
  padding: 12px 20px;
}

    .pull-right {
        float: none !important;
    }
}