@import url(../css/root.css);
/* main-header */
.g_header {
  background: #ffffffc4;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}
.main-header.g_shrink {
  background: var(--color-ffffff);
  position: fixed;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
  z-index: 999;
}
.main-header.g_shrink  .top-header {
  display: none;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}
/* loader css*/
/* loader css */
.top-header {
  background: var(--color-e5e5e5);
  padding: 20px 0;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}
.header-social a {
  display: inline-block;
  padding: 0px 5px;
  margin-right: 10px;
}
.header-social a .svg {
  width: 20px;
  height: 20px;
  object-fit: contain;
  fill: var(--color-045328);
}
.header-social a .svg,
.header-social a .svg path {
  fill: var(--color-045328);
}
.header-social a:hover .svg,
.header-social a:hover .svg path {
  fill: var(--color-045328);
}
.header-mail a {
  font-size: var(--font-size-20);
  color: var(--color-000000);
  font-weight: var(--font-weight-Bold);
}
.header-mail a strong {
  font-size: var(--font-size-25);
  color: var(--color-045328);
  font-weight: var(--font-weight-Bold);
}
.header-mail a .svg {
  width: 20px;
  height: 20px;
  object-fit: contain;
  margin-right: 8px;
  margin-left: 15px;
  position: relative;
  top: -5px;
}
.header-mail a .svg, .header-mail a .svg path {
  fill: var(--color-045328);
}
.main-nav {
  padding: 10px 0px;
  width: 100%;
  float: left;
  position: relative;
}
.navbar-brand {
  padding-top: 0;
  padding-bottom: 0;
}
.main-nav .navbar {
  padding: 0;
  width: 100%;
  float: left;
}
.main-nav .navbar-expand-lg .navbar-brand {
  margin-right: 0;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}
.main-nav .navbar-expand-lg .navbar-brand img {
  width: 180px;
  object-fit: contain;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}
.main-nav .navbar-nav .nav-item .nav-link {
  position: relative;
  display: block;
  font-size: var(--font-size-16);
  color: var(--color-000000);
  font-weight: var(--font-weight-Medium);
  line-height: var(--line-height-inherit);
  text-transform: uppercase;
  padding: 10px 10px;
}
.main-nav .navbar-nav .nav-item {
  margin-left: 30px;
}
.main-nav .navbar-nav .nav-item .nav-link:focus,
.main-nav .navbar-nav .nav-item.active .nav-link,
.main-nav .navbar-nav .nav-item .nav-link:hover {
  color: var(--color-84b313);
}
.main-nav .navbar-nav .nav-item .nav-link.show,
.main-nav .navbar-nav .nav-item .show>.nav-link {
  color: var(--color-84b313);
}
.main-nav .navbar-nav .donate .nav-link {
  background: var(--color-045328);
  padding: 10px 25px;
  color: var(--color-ffffff);
}
.main-nav .navbar-nav .donate:hover .nav-link {
  background: var(--color-84b313);
  color: var(--color-000000);
}
/* dropdown-menu */
.main-nav .navbar-nav .nav-item.dropdown .dropdown-item:focus,
.main-nav .navbar-nav .nav-item.dropdown .dropdown-item:hover {
  background-color: transparent;
}
.main-nav .navbar-nav .dropdown .dropdown-menu {
  min-width: auto;
  margin: 0;
  top: 100%;
  padding: 0px;
  background-color: var(--color-ffffff);
  border: none;
  box-shadow: 0px 0px 10px -4px #0000009d;
  z-index: 9;
  left: 0;
}
.main-nav .navbar-nav .dropdown .dropdown-menu .dropdown-item {
  width: 100%;
  float: left;
  font-size: var(--font-size-16);
  color: var(--color-f9f9f9);
  background-color: var(--color-045328);
  border-bottom: solid 1px var(--color-84b313);
  padding: 8px 12px;
}
.main-nav .navbar-nav .dropdown .dropdown-menu .dropdown-item:hover {
  color: var(--color-ffffff);
  background-color: var(--color-1b6a3f);
}
.dropdown-toggle {
  white-space: nowrap;
}
.main-nav .navbar-nav .nav-item .dropdown-toggle::after {
  display: inline-block;
  margin-left: 5px;
  vertical-align: 1px;
  content: "";
  border-top: 8px solid;
  border-right: 6px solid transparent;
  border-bottom: 0;
  border-left: 6px solid transparent;
}
/* dropdown-menu */
/* main-header */
/* banner-section */
.slider-img img {
  height: 100vh;
  object-fit: cover;
  object-position: top right;
}
.banner-text-box {
  position: absolute;
  top: 40%;
  left: 0;
  right: 0;
}
.banner-text {
  position: relative;
  display: inline-block;
  z-index: 1;
}
.banner-btn {
  border: solid 2px var(--color-ffffff);
  border-radius: 50px;
  background: var(--color-84b313);
}
.new_video_box {
  position: relative;
  clear: both;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  height: 100vh;
  margin-top: 40px;
}
.myVideo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  top: 50%;
  left: 50%;
  background: var(--color-145d4c);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
/* banner-section */
/* home-service-box */
.home-service {
  margin-top: -110px;
}
.home-service-list {
  padding: 20px 20px;
  position: relative;
  z-index: 1;
  background: var(--color-f9f9f9);
  height: 100%;
  width: 100%;
  display: block;
  border-radius: 10px;
  box-shadow: 0 0px 15px #0000002f;
}
.home-service-box {
  width: 20%;
  float: left;
  text-align: center;
  padding: 20px 20px;
  position: relative;
}
.home-service-box img {
 width: 80px;
 height: 80px;
 object-fit: contain;
 margin-bottom: 10px;
}
.home-service-box p {
 color: var(--color-000000);
 margin-bottom: 0;
}
.home-service-box::before {
 content: "";
 position: absolute;
 right: 0;
 top: 0;
 width: 2px;
 height: 100%;
 background: linear-gradient(180deg, #ffffff 0%, #4b4b4b 52%, #ffffff 100%);
 opacity: 0.4;
}
.home-service-list .home-service-box:last-child:before {
display: none;
}
/* home-service-box */
/* home-about-section */
.home-about-left {
  padding-right: 80px;
}
.home-about-care img {
  width: 80px;
  height: 80px;
  object-fit: contain;
  float: left;
}
.home-about-care-text {
  width: calc(100% - 80px);
  float: left;
  padding-left: 30px;
}
.home-about-care-border {
  margin-bottom: 30px;
  padding-bottom: 30px;
  margin-top: 30px;
  display: inline-block;
}
.home-about-img01 img {
 width: 80%;
 float: left;
 border-radius: 20px;
}
.experience-div {
  position: absolute;
  right: 60px;
  bottom: 100px;
  width: 180px;
  height: 180px;
  z-index: 1;
  padding: 20px 20px;
  background: var(--color-92c715);
  border-radius: 15px 15px;
}
.home-about-img .home-about02{
  width: 80%;
  float: right;
  position: relative;
  margin-top: -170px;
  border-radius: 15px 15px;
  border: solid 5px var(--color-ffffff);
}
/* home-about-section */
/* upcoming-events-section */
.upcoming-events-bg {
  background-repeat: no-repeat;
  background-size: 40% 100%;
  background-position: left center;
  /* background-attachment: fixed; */
  position: relative;
}
.upcoming-events-bg::before {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  width: 60%;
  height: 100%;
  background: var(--color-eeeeee);
}
/* Simple Countdown Timer */
.timeContainer {
  width: 100%;
  margin-top: 20px;
}
.timeContainer .wrapper div {
  text-align: center;
  width: 23%;
  float: left;
  padding: 40px 20px;
  border-radius: 12px;
  background: var(--color-ffffff);
  margin: 0 1%;
}
.timeContainer .wrapper .title {
  color: var(--color-84b313);
  margin-bottom: 0;
}
.circleDiv {
  position: absolute;
  z-index: 11;
  top: 20%;
  right: calc(6% + -400px);
  width: 400px;
  height: 400px;
  border-radius: 100%;
  border: 6px dashed var(--color-92c715);
  animation: rotatingCircle infinite linear 60s;
}
@keyframes rotatingCircle {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
/* Simple Countdown Timer */
/* upcoming-events-section */
/* service-section */
.service-bg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center;
  background-attachment: fixed;
  position: relative;
}
.service-title-border {
  position: absolute;
  bottom: -30px;
  left: 0;
  width: 100%;
  height: 1px;
  background: var(--color-f1f1f1);
}
.service-icon {
  width: 120px;
  height: 120px;
  line-height: 120px;
  object-fit: contain;
  float: left;
  background: var(--color-ffffff);
  padding: 20px 20px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.service-icon img {
  object-fit: contain;
  width: 70px;
  height: 70px;
}
.service-text {
  width: calc(100% - 120px);
  float: left;
  padding-left: 30px;
  padding-right: 30px;
}
.service-img {
  position: absolute;
  width: 460px;
  bottom: -80px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
/* service-section */
/* gallery-section */
.swiper-button-next, .swiper-button-prev {
  background-image: none;
  position: absolute;
  top: 35%;
  width: 60px;
  height: 60px;
  margin-top: 0px;
  z-index: 10;
  cursor: pointer;
  background-size: 30px 44px;
  background-position: center;
  background-repeat: no-repeat;
  background: var(--color-84b313);
  border-radius: 100%;
}
.swiper-button-next img, .swiper-button-prev img {
  width: 60px;
  height: 60px;
  border: solid 2px var(--color-e5e5e5);
  padding: 12px;
  border-radius: 50%;
}
.gallery-button .swiper-button-prev {
  left: -20px;
}
.gallery-button .swiper-button-next {
  right: -20px;
}
.homegallery-img {
  height: 400px;
}
.homegallery-img img {
  height: 100%;
  object-fit: cover;
}
/* gallery-section */
/* client-section */
.client-text {
  padding-right: 20px;
}
.client-div {
  background: var(--color-ffffff);
  padding: 40px 40px;
  box-shadow: 0 10px 15px #00000024;
}
.client-div .quote-icon img {
 width: 40px;
 height: 40px;
 object-fit: contain;
 margin-bottom: 15px;
}
.client-box {
  height: 700px;
}
.client-box .swiper-container.client-slider {
  height: 100%;
  padding: 20px 30px;
}
.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  width: 18px;
}
.client-slider .swiper-pagination-bullets {
  left: 0;
  right: unset;
}
.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0;
  display: block;
}
/* client-section */
/* appoinment-section */
.appoinment-bg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center;
  background-attachment: fixed;
  position: relative;
  padding-top: 250px;
  margin-top: -200px;
}
.treatment-list {
  padding-left: 60px;
  margin-top: 50px;
  position: relative;
}
.treatment-list-line {
  position: absolute;
  left: 98px;
  top: 0;
  width: 3px;
  height: 100%;
  border-left: dashed 3px var(--color-045328);
  z-index: 1;
}
.treatment-list div .title {
  background: var(--color-ffffff);
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  border-radius: 50%;
  box-shadow: 0 10px 15px #0000004d;
  margin-bottom: 0;
  position: relative;
  z-index: 1;
}
.treatment-list div .div-sub-text {
  padding-left: 30px;
  float: left;
  width: calc(100% - 80px);
  margin-bottom: 0;
}
.treatment-list div {
  margin-bottom: 60px;
}
/* appoinment-section */
/* contact-form */
.contact-form label {
  font-size: var(--font-size-16);
  line-height: var(--line-height-20);
  color: var(--color-000000);
  font-weight: var(--font-weight-Medium);
  width: 100%;
  margin-bottom: 10px;
}
.contact-form .form-control {
  font-size: var(--font-size-16);
  line-height: var(--line-height-20);
  color: var(--color-000000);
  font-weight: var(--font-weight-Medium);
  height: 60px;
  background: var(--color-ffffff);
  border: solid 2px var(--color-008cc7);
  padding: 10px 20px;
  border-radius: 10px;
}
.contact-form .form-select {
  background-image: url(../images/icons/form-select-icon.svg);
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  color: var(--color-606062);
}
.contact-form textarea.form-control {
  height: 150px;
  resize: none;
}
.submit-btn {
  width: 100%;
  border-radius: 10px;
  background: var(--color-84b313);
}
.get-connected-box {
  width: 90%;
  float: right;
  background: var(--color-045328);
  padding: 50px 50px;
  border-radius: 30px;
}
/* contact-form */
/* main-footer */
.main-footer {
  background: var(--color-045328);
}
.footer-logo img {
  margin-bottom: 30px;
  width: 220px;
}
.footer-box.footer-logo {
  padding-right: 50px;
}
.footer-contact ul li {
  position: relative;
  padding-left: 40px;
  margin-bottom: 30px;
}
.footer-contact ul li a {
  font-size: var(--font-size-19);
  line-height: var(--line-height-19);
  color: var(--color-ffffff);
}
.footer-contact ul li .svg {
  width: 25px;
  height: 25px;
  fill: var(--color-84b313);
  object-fit: contain;
  position: absolute;
  left: 0;
  top: 0;
}
.footer-box .footer-title {
  font-weight: var(--font-weight-Bold);
  margin-bottom: 30px;
}
.footer-menu ul li {
  position: relative;
  margin-bottom: 20px;
  padding-left: 28px;
}
.footer-menu ul li a {
  font-size: var(--font-size-19);
  line-height: var(--line-height-19);
  color: var(--color-ffffff);
}
.footer-menu ul li:hover a {
  color: var(--color-84b313);
}
.footer-menu ul li a .svg {
  width: 26px;
  height: 26px;
  fill:var(--color-ffffff);
  position: absolute;
  left: 0;
  top: 0;
}
.footer-menu ul li:hover a .svg {
  fill:var(--color-84b313);
}
.footer-social a {
  display: block;
  padding: 10px;
}
.footer-social a .svg {
width: 25px;
height: 25px;
object-fit: contain;
}
.footer-social::before {
  position: absolute;
  content: '';
  left: 0;
  top: 30px;
  width: calc(100% - 160px);
  height: 2px;
  background: var(--color-74b758);
}
.copyright {
  color: var(--color-e5e5e5);
  padding-top: 40px;
  margin-top: 40px;
  border-top: solid 2px var(--color-84b313);
}
.copyright a {
  color: var(--color-84b313);
}
/* main-footer */
/* inner-banner-section */
.inner-banner-section .slider-img img {
  height: 750px;
  object-fit: cover;
  object-position: top right;
}
.inner-banner-section .slider-img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #000000b7 0%, #0000009c 52%, #00000000 100%);
}
.inner-banner-section .banner-text-box {
  top: 50%;
}
/* inner-banner-section */
/* breadcrumb-section */
.breadcrumb {
  margin-bottom: 0;
}
.breadcrumb .breadcrumb-item {
  font-size: var(--font-size-16);
  line-height: var(--line-height-16);
  color: var(--color-ffffff);
  font-weight: var(--font-weight-Medium);
  font-family: var(--font-family-Sora);
  text-transform: uppercase;
}
.breadcrumb .breadcrumb-item a {
  color: var(--color-84b313);
}
.breadcrumb-item+.breadcrumb-item::before {
  color: var(--color-ffffff);
}
/* breadcrumb-section */
/* inner-about-section */
.inner-about-care {
  width: 100%;
  float: left;
}
.inner-about-care ul li {
  position: relative;
  margin-bottom: 20px;
  padding-left: 40px;
  font-size: var(--font-size-20);
  line-height: var(--line-height-20);
  color: var(--color-000000);
  font-weight: var(--font-weight-Medium);
}
.inner-about-care ul li .svg {
  width: 30px;
  height: 30px;
  fill: var(--color-045328);
  position: absolute;
  left: 0;
  top: 0;
}
.our-vision {
  padding: 40px 40px;
  background: var(--color-e5e5e5);
}
.block-title .div-sub-title span {
  color: var(--color-045328);
}
/* social-activities-section */
.social-activities-section {
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
}
.social-activities {
  display: inline-block;
}
.social-activities li {
position: relative;
padding-left: 40px;
margin-top: 20px;
}
.social-activities li p {
color: var(--color-ffffff);
}
.social-activities li .svg {
position: absolute;
width: 25px;
height: 25px;
top: 4px;
left: 0;
fill:var(--color-84b313)
}
/* social-activities-section */
/* inner-about-section */
/* gallery */
.masonry {
  -webkit-column-gap: 1em;
  -moz-column-gap: 1em;
  column-gap: 1em;
  -moz-column-gap: 1.5em;
  -webkit-column-gap: 1.5em;
  column-gap: 1.5em;
}
.gallery-box .img {
  max-width: 100%;
}
.masonry .item {
  display: inline-block;
  background: #ffffff;
  padding: 0px;
  margin: 0 0 1.5em;
  width: 100%;
  transition: 1s ease all;
  -webkit-transition: 1s ease all;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-shadow: 2px 2px 4px 0 #ccc;
  /* float: left; */
}
@media only screen and (max-width:320px) {
  .masonry {
      -moz-column-count: 1;
      -webkit-column-count: 1;
      column-count: 1;
  }
}
@media only screen and (min-width:321px) and (max-width:768px) {
  .masonry {
      -moz-column-count: 2;
      -webkit-column-count: 2;
      column-count: 2;
  }
}
@media only screen and (min-width:769px) and (max-width:1200px) {
  .masonry {
      -moz-column-count: 3;
      -webkit-column-count: 3;
      column-count: 3;
  }
}
@media only screen and (min-width:1201px) {
  .masonry {
      -moz-column-count: 4;
      -webkit-column-count: 4;
      column-count: 4;
  }
}
.gallery-title {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 10px;
}
.gallery-box {
  position: relative;
}
.gallery-box a {
  display: block;
  position: relative;
}
.gallery-box a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000bd;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.gallery-box:hover a::before {
  opacity: 1;
}
.gallery-box .overlay {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.gallery-box:hover .overlay {
  opacity: 1;
}
.gallery-box .overlay img {
  width: 30px;
  height: 30px;
}
.main-gallery {
  background: #0000000d;
  padding: 100px 0;
}
/* gallery */
/* contact-section-section */
.contact-form  .form-control {
  background-color: var(--color-ffffff);
  border: 1px solid #045328;
}
.contact-section .w-bg {
  background-color: var(--color-ffffff);
  padding: 30px;
  -webkit-box-shadow: 0px 0px 10px #efefef;
  box-shadow: 0px 0px 10px #efefef;
}
.contact-section .w-bg .div-sub-text {
  border-bottom: 1px solid #d2d2d2;
  margin-bottom: 20px;
  padding-bottom: 15px;
  display: block;
}
.contact-section .o-bg {
  background-image: url(../images/bg/contact-bg.jpg);
  min-height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  -webkit-box-shadow: 0px 0px 10px #efefef;
  box-shadow: 0px 0px 10px #efefef;
}
.contact-section .o-bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000000ba;
}
.contact-section .address {
  position: relative;
  padding: 30px 30px;
  z-index: 10;
}
.contact-section .address .media {
  padding: 10px 0px;
}
.contact-section .address .media .svg {
  width: 30px;
  height: 30px;
  margin-bottom: 6px;
}
.contact-section .address .media .svg path {
  fill: var(--color-84b313);
}
.contact-section .address .media .media-body span {
  color: var(--color-ffffff);
  font-size: var(--font-size-22);
  margin-bottom: 12px;
  display: block;
}
.contact-section .address .media .media-body span a {
  color: var(--color-ffffff);
}
.contact-section .address .media .contact-social {
  padding: 0;
}
.contact-section .address .media .contact-social li  {
 display: inline-block
}
.contact-section .address .media .contact-social li a .svg {
  margin-right: 12px;
  margin-bottom: 0;
}
/* contact-section-section */
/* online-donation-section */
.donation-form.contact-form {
  background-color: var(--color-eeeeee);
  padding: 30px 30px;
}
/* online-donation-section */
/* footer whatsapp*/
.whatsapp {
  position: fixed;
  bottom: 50px;
  right: 30px;
  z-index: 99;
}
.whatsapp img {
  width: 60px;
}
/* footer whatsapp */
/* event-section */
.cata-sub-nav {
  background: var(--color-f1f1f1);
  overflow-x: auto;
  overflow-y: hidden;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  -webkit-overflow-scrolling: touch;
  white-space: nowrap;
  margin: 0px 35px;
  padding: 20px;
}
.cata-sub-nav::-webkit-scrollbar {
      display: none;
  }
.cata-sub-nav ul {
  margin: 0;
  -webkit-padding-start: 0px;
}
.cata-sub-nav li {
  display: inline-table;
  margin: 0 10px;
  font-size: var(--font-size-19);
  line-height: var(--line-height-19);
  color: var(--color-000000);
  font-family: var(--font-family-Sora);
  font-weight: var(--font-weight-Medium);
} 
.cata-sub-nav .filter.active {
  color: var(--color-84b313);
}
.nav-prev {
  width: 25px;
  height: 25px;
  position: absolute;
  margin-top: 22px;
  transform: rotate(180deg);
}
.nav-next {
  width: 25px;
  height: 25px;
  position: absolute;
  margin-top: -48px;
  right: 0;
}
.certificate-year {
  position: relative;
}

.event-box {
  width: 100%;
  /* width: calc(94% / 3); */
  /* margin: 0 1%; */
  float: left;
  margin-bottom: 30px;
}
.event-box:hover {
  transform: translateY(-8px);
  -webkit-transition: all 2.5s ease-out 0s;
  -moz-transition: all 2.5s ease-out 0s;
  -ms-transition: all 2.5s ease-out 0s;
  -o-transition: all 2.5s ease-out 0s;
  transition: all 2.5s ease-out 0s;
}
.event-content {
  position: relative;
  display: block;
  background-color: var(--color-ffffff);
  box-shadow: 0px 10px 30px 0px #0000001a;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  padding: 20px 30px 30px;
  border-top: 0;
}
.event-content p {
  font-size: var(--font-size-19);
  line-height: var(--line-height-19);
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  max-width: 100%;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
}
.event-content .div-sub-title {
  color: var(--color-145d4c);
}
/* event-section */

 /* Event Details */
 .event-details {
  position: relative;
}
.event-details__top .div-sub-title {
  color: var(--color-045328);
  font-weight: var(--font-weight-Regular);
  font-weight: var(--font-weight-SemiBold);
}
.event-details__info {
  position: relative;
  display: block;
  background-color: var(--color-ffffff);
  box-shadow: 0px 10px 60px 0px #0000001a, inset 0px 4px 0px 0px #00715d01;
  border-radius: 10px;
  padding: 36px 60px 40px;
  border-top: 4px solid var(--color-045328);
}
.event-details__info-list {
  position: relative;
  display: block;
}
.event-details__info-list li+li {
  margin-top: 30px;
}
.event-details__info-list li span {
  font-size: var(--font-size-16);
  font-weight: var(--font-weight-Medium);
  line-height: var(--line-height-16);
}
.event-details__info-list li p {
  font-size: var(--font-size-18);
  font-weight: var(--font-weight-SemiBold);
  line-height: var(--line-height-20);
}
.event-details__text {
  font-weight: var(--font-weight-SemiBold);
  color: var(--color-84b313);
  padding-top: 20px;
  padding-bottom: 20px;
}
.event-list ul {
  padding-left: 30px;
}
.event-list ul li {
  font-size: var(--font-size-22);
  line-height: var(--line-height-22);
  font-weight: var(--font-weight-Regular);
  color: var(--color-000000);
  list-style: lower-alpha;
  margin-bottom: 8px;
}
 /* Event Details */




.service-gallery .item, .service-gallery .gallery-box .img {
  height: 300px;
  object-fit: cover;
}
.sidenav,
.mobile-toggle {
  display: none;
}
.mobile-none {
  display: block !important;
}
.desktop-none {
  display: none !important;
}
.container, .container-lg, .container-md, .container-sm, .container-xl {
  max-width: 1500px;
}
/* responsive css */
@media (max-width: 1680px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1480px;
  }
}
@media (max-width: 1480px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1280px;
  }
  :root {
    --font-size-12: 12px;
    --font-size-16: 15px;
    --font-size-19: 18px;
    --font-size-22: 20px;
    --font-size-25: 23px;
    --font-size-30: 26px;
    --font-size-40: 30px;
    --font-size-50: 40px;
    --font-size-55: 45px;
    --font-size-78: 68px;
    --font-size-80: 70px;
    --line-height-12: 18px;
    --line-height-16: 20px;
    --line-height-19: 23px;
    --line-height-22: 30px;
    --line-height-25: 32px;
    --line-height-30: 34px;
    --line-height-40: 38px;
    --line-height-50: 40px;
    --line-height-55: 52px;
    --line-height-78: 72px;
    --line-height-80: 70px;
  }
.mt-30 {
  margin-top: 15px;
}
.mt-50 {
  margin-top: 25px;
}
.pb-100 {
  padding-bottom: 50px;
}
.pt-100 {
  padding-top: 50px;
}
.mt-100 {
  margin-top: 60px;
}
.mb-100 {
  margin-bottom: 60px;
}
.pb-50 {
  padding-bottom: 30px;
}
.pt-50 {
  padding-top: 30px;
}
.banner-text-box {
  top: 35%;
}
.home-service-box img {
  width: 60px;
  height: 60px;
}
.home-service {
  margin-top: -60px;
}
.home-about-left {
  padding-right: 40px;
}
.home-about-care img {
  width: 60px;
  height: 60px;
}
.home-about-care-text {
  width: calc(100% - 60px);
  padding-left: 15px;
}
.home-about-care-border {
  margin-bottom: 20px;
  padding-bottom: 10px;
  margin-top: 20px;
}
.timeContainer .wrapper div {
  padding: 20px 10px;
}
.view-more-btn {
  padding: 14px 25px;
}
.circleDiv {
  top: 10%;
  right: calc(6% + -300px);
  width: 300px;
  height: 300px;
}
.service-icon {
  width: 90px;
  height: 90px;
  line-height: 90px;
  padding: 10px 10px;
}
.service-icon img {
  width: 40px;
  height: 40px;
}
.service-text {
  width: calc(100% - 90px);
  padding-left: 20px;
  padding-right: 20px;
}
.treatment-list {
  padding-left: 20px;
  margin-top: 20px;
}
.inner-banner-section .slider-img img {
  height: 550px;
}
.contact-section .address .media .svg {
  width: 20px;
  height: 20px;
}
.footer-contact ul li .svg {
  width: 20px;
  height: 20px;
}
.footer-contact ul li {
  padding-left: 30px;
}
.copyright {
  padding-top: 30px;
  margin-top: 30px;
}
.experience-div {
  width: 160px;
  height: 160px;
  padding: 10px 10px;
}
.treatment-list-line {  
  left: 60px;
}
.special-food-section {
  margin-top: -180px;
}
}
@media (max-width: 1366px) {}
@media (max-width: 1280px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1140px;
  }
  :root {
    --font-size-12: 12px;
    --font-size-16: 14px;
    --font-size-19: 16px;
    --font-size-22: 18px;
    --font-size-25: 19px;
    --font-size-30: 22px;
    --font-size-40: 26px;
    --font-size-50: 36px;
    --font-size-55: 38px;
    --font-size-78: 58px;
    --font-size-80: 64px;
    --line-height-12: 18px;
    --line-height-16: 19px;
    --line-height-19: 21px;
    --line-height-22: 24px;
    --line-height-25: 25px;
    --line-height-30: 28px;
    --line-height-40: 32px;
    --line-height-50: 40px;
    --line-height-55: 46px;
    --line-height-78: 64px;
    --line-height-80: 64px;
}
.top-header {
  padding: 10px 0;
}
.main-nav .navbar-expand-lg .navbar-brand img {
  width: 150px;
}
.header-mail a .svg {
  width: 16px;
  height: 16px;
  top: -2px;
}
.service-img {
  width: 350px;
  bottom: -30px;
}
.service-icon {
  width: 70px;
  height: 70px;
  line-height: 70px;
  padding: 8px 8px;
}
.mb-50 {
  margin-bottom: 20px;
}
.treatment-list div {
  margin-bottom: 40px;
}
}
@media (max-width: 1199.98px) {}
@media (max-width: 1024px) {
  :root {
    --font-size-12: 12px;
    --font-size-16: 14px;
    --font-size-19: 16px;
    --font-size-22: 18px;
    --font-size-25: 19px;
    --font-size-30: 22px;
    --font-size-40: 26px;
    --font-size-50: 32px;
    --font-size-55: 34px;
    --font-size-78: 48px;
    --font-size-80: 55px;
    --line-height-12: 18px;
    --line-height-16: 19px;
    --line-height-19: 21px;
    --line-height-22: 24px;
    --line-height-25: 25px;
    --line-height-30: 28px;
    --line-height-40: 30px;
    --line-height-50: 34px;
    --line-height-55: 40px;
    --line-height-78: 54px;
    --line-height-80: 55px;
}
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    width: 100%;
    padding: 0 30px;
  }
  .home-about-left {
    padding-right: 0;
}
.home-about-img .home-about02 {
  margin-top: -70px;
}
.experience-div {
  bottom: -20px;
  width: 150px;
  height: 150px;
}
.swiper-button-next img, .swiper-button-prev img {
  width: 40px;
  height: 40px;
  padding: 5px;
}
.gallery-button .swiper-button-prev {
  left: -10px;
}
.gallery-button .swiper-button-next {
  right: -10px;
}
.swiper-button-next, .swiper-button-prev {
  width: 40px;
  height: 40px;
}
.client-div {
  padding: 20px 20px;
}
.client-text {
  padding-right: 0;
}
.inner-banner-section .slider-img img {
  height: 450px;
}
.social-activities li {
  padding-left: 30px;
  margin-top: 10px;
}
.service-gallery .item, .service-gallery .gallery-box .img {
  height: 230px;
}
.contact-form textarea.form-control {
  height: 120px;
}
.contact-form .form-control {
  height: 50px;
  padding: 10px 10px;
}
}
@media (max-width: 991.98px) {
  .sidenav,
  .mobile-toggle {
    display: block;
  }
  /* mob-sidenav */
  .sidenav {
    height: 100vh;
    width: 0;
    position: fixed;
    z-index: 999;
    top: 0;
    left: unset;
    right: 0;
    background-color: var(--color-ffffff);
    overflow-x: hidden;
    transition: .6s ease-in-out;
    padding-top: 60px
  }
  .toggle {
    float: right;
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    cursor: pointer;
  }
  .toggle img {
    width: 40px;
    height: 40px;
    object-fit: cover;
    object-position: center
  }
  .mob-sidenav .closebtn {
    position: absolute;
    top: 20px;
    right: 25px;
    margin-left: 0;
  }
  .mob-sidenav .closebtn img {
    width: 25px;
    height: 25px;
    object-fit: contain;
    object-position: center
  }
  /* mob-sidenav */
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    width: 100%;
    padding: 0 25px;
  }
  .main-nav .navbar-nav .dropdown .dropdown-menu .dropdown-item {
    width: 90%;
}
.get-connected-box {
  width: 90%;
  padding: 30px 30px;
}
.upcoming-events-bg {
  background-size: 100% 100%;
} 
.upcoming-events-bg::before {
  width: 100%;
  background: #eeeeeee8;
}
.client-box {
  height: 550px;
}
.treatment-list div {
  margin-bottom: 30px;
}
.get-connected-box {
  width: 100%;
  padding: 30px 30px;
} 
.treatment-list {
  padding-left: 0;
  margin-top: 0;
} 
.treatment-list-line {
  left: 40px;
} 
.footer-box .footer-title {
  margin-bottom: 15px;
  margin-top: 30px;
}
.fair-manner-img {
  margin-top: 30px;
}
.inner-about-img {
  width: 100%;
}
.google-map iframe {
  height: 300px;
}
.slider-img img {
  height: 80vh;
}
.header-social {
  display: none;
}
.header-mail strong, .header-mail .svg {
  display: none;
}
.home-service-box img {
  width: 40px;
  height: 40px;
}
.home-service-box {
  padding: 20px 6px;
}
.home-service-box p {
  font-size: var(--font-size-16);
  line-height: var(--line-height-16);
}
}
@media (max-width: 800px) {}
@media (max-width: 767.98px) {
  .mobile-none {
    display: none !important;
  }
  .desktop-none {
    display: block !important;
  }
  .div-order-sm {
    order: 2;
  }
  .home-service-box {
    width: 50%;
    padding: 20px 20px;
  }
  .service-img {
    width: 200px;
    bottom: -40px;
}
.service-div {
  margin-top: 50px;
}
.service-section .mt-100 {
 margin-top: 0;
}
.mb-50 {
  margin-bottom: 20px;
}
.appoinment-bg {
  padding-top: 50px;
  margin-top: 0;
}
.client-box {
  height: 350px;
}
.treatment-list div .title {
  background: var(--color-ffffff);
  width: 60px;
  height: 60px;
  line-height: 60px;
}
.whatsapp img {
  width: 50px;
}
.main-nav .navbar-nav .dropdown .dropdown-menu .dropdown-item {
  color: var(--color-045328);
  background-color: transparent;
  border-bottom: none;
}
.main-nav .navbar-nav .nav-item {
  margin: 0 30px;
}
.footer-box.footer-logo {
  padding-right: 0;
}
.main-nav .navbar-expand-lg .navbar-brand img {
  width: 120px;
}
.new_video_box {
  height: 350px;
  margin-top: 40px;
}

.banner-text-box {
  top: 20px;
  position: relative;
}
.slider-img img {
  height: 350px;
}
.home-service {
  margin-top: 50px;
}
.banner-text .main-title {
  color: var(--color-045328) !important;
}
.inner-banner-section .slider-img::before {
  background: transparent;
}
.inner-banner-section .slider-img img {
  height: 260px;
  object-position: center center;
}
.inner-banner-section .banner-text-box {
  top: 0;
  background:var(--color-000000);
  padding: 10px 0;
}
.inner-banner-section .banner-text .main-title {
  color: var(--color-ffffff) !important;
}
}
@media (max-width: 575.98px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    width: 100%;
    padding-right: var(--bs-gutter-x, .75rem);
    padding-left: var(--bs-gutter-x, .75rem);
  }
  :root {
    --font-size-12: 12px;
    --font-size-16: 14px;
    --font-size-19: 16px;
    --font-size-22: 18px;
    --font-size-25: 19px;
    --font-size-30: 22px;
    --font-size-40: 26px;
    --font-size-50: 27px;
    --font-size-55: 28px;
    --font-size-78: 34px;
    --font-size-80: 38px;
    --line-height-12: 18px;
    --line-height-16: 19px;
    --line-height-19: 21px;
    --line-height-22: 24px;
    --line-height-25: 25px;
    --line-height-30: 26px;
    --line-height-40: 28px;
    --line-height-50: 30px;
    --line-height-55: 34px;
    --line-height-78: 42px;
    --line-height-80: 40px;
}
.home-service-box {
  width: 100%;
}
.home-service-box::before {
  display: none;
}
.home-about-care img {
  width: 50px;
  height: 50px;
}
.home-about-care-text {
  width: calc(100% - 50px);
  padding-left: 10px;
}
.home-about-img .home-about02 {
  margin-top: 0;
  width: 100%;
  border: solid 0px var(--color-ffffff);
}
.home-about-img01 img {
  width: 100%;
}
.experience-div {
  bottom: 0;
  width: 120px;
  height: 120px;
}
.experience-div {
  bottom: -70px;
  right: 20px;
}
.timeContainer .wrapper div {
  width: 48%;
  margin: 7px 1%;
}
.service-icon {
  width: 50px;
  height: 50px;
  line-height: 50px;
  padding: 5px 5px;
}
.service-text {
  width: calc(100% - 60px);
  padding-left: 10px;
  padding-right: 10px;
}
.service-icon img {
  width: 30px;
  height: 30px;
}
.service-div {
  margin-top: 30px;
}
.client-box {
  height: 380px;
}
.client-box .swiper-container.client-slider {
  height: 100%;
  padding: 20px 0px;
  padding-left: 30px;
}
.get-connected-box {
  padding: 20px 20px;
}
.circleDiv {
  top: 2%;
  right: calc(5% + -200px);
  width: 200px;
  height: 200px;
}
.footer-logo img {
  margin-bottom: 20px;
  width: 180px;
}
.our-vision {
  padding: 20px 20px;
}
}
@media (max-width: 480px) {}
@media (max-width: 425px) {
  .main-nav .navbar-nav .nav-item {
    margin: 0 10px;
}
  .service-gallery .item, .service-gallery .gallery-box .img {
    height: 200px;
}
.client-box {
  height: 400px;
}
.inner-banner-section .slider-img img {
  height: 320px;
}
}
@media (max-width: 375px) {
  .client-box {
    height: 460px;
  }
}
@media (max-width: 320px) {}
/* responsive css */