/**
* Template Name: Kimaya
* Author: Santosh Kumar
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

@font-face {
  font-family: 'gilroyextrabold';
  src: url('../font/radomir_tinkov_-_gilroy-extrabold.woff2') format('woff2'),
    url('../font/radomir_tinkov_-_gilroy-extrabold.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'gilroylight';
  src: url('../font/radomir_tinkov_-_gilroy-light.woff2') format('woff2'),
    url('../font/radomir_tinkov_-_gilroy-light.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'gilroy-mediumuploaded_file';
  src: url('../font/gilroy-medium.woff2') format('woff2'),
    url('../font/gilroy-medium.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}


body {
  font-family: 'gilroy-mediumuploaded_file';
  color: #444444;
}

a {
  color: #000;
  text-decoration: none;
}

a:hover {
  color: #e60449;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/

.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #fba919;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 24px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #00969f;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #fba919;
  border-top-color: #ffe9e3;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.zoom-effect { transition: 0.5s all ease-in-out; position:relative; overflow:hidden; }
.zoom-effect:hover { transform: scale(1.1); }


.hrimpactfull-thumbnail:hover .zoom-effect { transform: scale(0.9); }
.hrimpactfull-thumbnail:hover .hrimpactfull-img h2 { bottom: 15px; transition: 0.5s all ease-in-out; }

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

#header {
  transition: all 0.5s;
  z-index: 997;
  padding: 0;
  background: #d43587;
}

#header.header-scrolled,
#header.header-inner-pages {
  background: #d43587;
  padding: 0px;
  box-shadow: 0 1rem 3rem rgba(0,0,0,.175)!important;
}

#header.header-scrolled .logo img {
  max-height: 50px;
}

#header.header-scrolled .callus a {
  font-size: 1rem !important;
  line-height: 18px;
}

#header .logo {
  font-size: 32px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 2px;
}

#header .logo a {
  color: #fff;
}

#header .logo img {
  max-height: 80px;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation
*/
.navbar {
  padding: 0;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
}

.navbar>ul>li {
  white-space: nowrap;
  padding: 8px 13px;
}

.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  position: relative;
  justify-content: space-between;
  padding: 0 3px;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 600;
  color: #000;
  white-space: nowrap;
  transition: 0.3s;
  font-family: 'Poppins', sans-serif;
}

.navbar a i,
.navbar a:focus i {
    font-size: 37px;
    line-height: 0;
    margin-left: 5px;
    margin-right: 10px;
}

/* .navbar>ul>li>a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: -6px;
  left: 0;
  background-color: #ffa500;
  visibility: hidden;
  width: 0px;
  transition: all 0.3s ease-in-out 0s;
} */

.navbar a:hover:before,
.navbar li:hover>a:before,
.navbar .active:before {
  visibility: visible;
  width: 100%;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
  color: #000;
}

.navbar .getstarted,
.navbar .getstarted:focus {
  padding: 8px 25px;
  border-radius: 4px;
  color: #fff;
  background-color: #a0be47;
}

.navbar .getstarted:hover,
.navbar .getstarted:focus:hover {
  color: #fff;
  background: #a0be47;
}

.navbar .signup,
.navbar .signup:focus {
  padding: 8px 25px;
  border-radius: 50px;
  color: #fff;
  background-color: #a0be47;
  font-size: 1.1rem;
}

.navbar .signup:hover,
.navbar .signup:focus:hover {
  color: #fff;
  background: #a0be47;
}

.navbar .signup:hover { background-color: #000; color: #fff;}

.navbar .signup:before {
  display: none;
}

.callus a { font-size: 1.1rem !important; line-height: 22px; }

.navbar>ul>li>.getstarted:before {
  visibility: hidden;
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 14px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
  border-radius: 4px;
}

.navbar .dropdown ul li {
  min-width: 200px;
}

.navbar .dropdown ul a {
  padding: 10px 20px;
  font-size: 14px;
  text-transform: none;
  color: #15222b;
  font-weight: 400;
}

.navbar .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
  color: #ef4036;
}

.navbar .dropdown:hover>ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover>ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover>ul {
    left: -100%;
  }
}

/**
* Mobile Navigation
*/
.mobile-nav-toggle {
  color: #fff;
  font-size: 35px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
  padding-right: 15px;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(4, 7, 9, 0.9);
  transition: 0.3s;
  z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
  color: #fff;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  border-radius: 10px;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #15222b;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
  color: #ef4036;
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
  margin: 15px;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
  color: #ef4036;
}

.navbar-mobile .dropdown>.dropdown-active {
  display: block;
}

.navbar a:hover, .navbar .active, .navbar .active:focus, .navbar li:hover>a {
    color: #ffffff;
}


.header-top {
  background-color: #f6f4f4;
  padding: 5px;
}

.headertop-li {
  margin: 0;
  padding: 0;
}

.headertop-li li {
  list-style: none;
  display: inline-block;
  margin: 0px 10px;
}

.headertop-li li a {
  color: #fff;
  font-size: 0.9rem;
}
a:empty {
  display: none;
}

.header-top-btn {
  font-size: 0.8rem;
  text-transform: uppercase;
  font-weight: 600;
  padding: 5px 15px;
  background-color: #fff;
  border: #b0b0b0 solid 1px;
  border-radius: 5px;
  margin: 0px 0px 0px 10px;
  font-weight: 600;
}

.header-top .bx-envelope,
.header-top .bx-envelope .bx-phone-call {
  font-size: 1.2rem;
  position: relative;
  top: 4px;
}

.header-top-btn:hover {
  background-color: #e60449;
  color: #fff;
  border: #e60449 solid 1px;
}


.search-btm .form-control {
  height: auto;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  border: 0;
  font-size: 32px;
  font-weight: 300;
  background-color: #fff;
  padding: 20px 30px;
}

.search-btm form {
  position: relative;
}

.search-btm .btn {
  background-image: url("../img/search_icon.png");
  width: 75px;
  height: 73px;
  position: absolute;
  right: 3px;
  background-color: transparent;
  border-radius: 0;
  padding: 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  top: 56%;
  transform: translateY(-50%);
}

.text-search-section {
  z-index: 2;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 740px;
}

.search-btm {
  transition: all ease-in-out 0.8s;
  -webkit-transition: all ease-in-out 0.8s;
  -moz-transition: all ease-in-out 0.8s;
  -ms-transition: all ease-in-out 0.8s;
  width: 550px;
}

.opacity-1 {
  opacity: 1;
  transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
  -ms-transition-delay: 0.5s;
  -webkit-transition-delay: 0.5s;
}

/*--------------------------------------------------------------
# Main Banner Section
--------------------------------------------------------------*/

.mainBanner {
  margin-top: 0px;
  overflow: inherit;
  padding: 0;
}

/*--------------------------------------------------------------
# Landing Page
--------------------------------------------------------------*/

.amenties-content {
  position: absolute;
  top: 50px;
  background-color: rgba(255,255,255,0.9);
  right: auto;
  font-weight: 500;
  color: #000;
  font-size: 1.1rem;
  text-transform: uppercase;
  line-height: 30px;
}

.amenties-content ul {
  margin: 0;
}


.ab-content li {
	font-size: 1.3rem;
    line-height: 27px;
    margin-bottom: 15px;
}

.slider-content {
  position: absolute;
  top:0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9;
}

.price {
  color: #fff;
  margin-top: 250px;
  text-align: left;
}

.price h1 {
  font-size: 3rem;
  line-height: 35px;
}

.applyForm {
  background-color:rgba(0,0,0,0.5);
  height: 100%;
  color: #fff;
  margin-top: 8rem !important;
}

.applyForm-title {
  font-size: 1.2rem !important;
  background: #0262bf;
  font-weight: 600;
  padding: 15px;
  margin: 0;
  position: relative;
  top: -10px;
}

.applyForm .form-control {
  border: none;
  border-radius: 50px;
  min-height: 45px;
}

.applyForm textarea.form-control {
  border-radius: 15px;
}

.partners-logo { padding:50px 0px; font-size:1.2rem; width: 100%; text-align:center; background-color: #f6f6f6; }
.partners-logo img { margin-bottom:25px; }

.society-management-col {
  background: #fff;
  border-radius: 10px;
  padding: 25px;
  position: relative;
  border: transparent solid 2px;
  text-align: left;
}


.box-header {
  padding: 0px;
}


.partners-logo img {
  margin-bottom: 25px;
}

.box-header h4 {
  font-size: 1.3rem;
  width: 100%;
  font-weight: 700;
  line-height: 30px;
}

.loving-changes {
  background-color: #f6f4f4;
}

.gallery {
  background-image: url(../img/gallery-bg.png);
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}

.about-content p { font-size: 1.2rem;}

.common-btn {
  background-color: #0262bf;
  border-radius: 50px;
  border: #0262bf solid 2px;
  padding: 12px 2.5rem 12px 2.5rem;
  font-size: 1.4rem;
  color: #fffdfd;
  transition: all 0.5s;
  position: relative;
  white-space: nowrap;
  font-weight: 500;
}

.amenties-content li { text-transform: capitalize;}

.common-btn::after {
  content: "\ea50";
  font-family: boxicons !important;
  font-weight: 600;
  position: absolute;
  left: 87%;
  top: 24%;
  right: 5%;
  bottom: 0;
  opacity: 1;
}

.common-btn:hover {
  background: #000000;
  transition: all 0.5s;
  padding: 12px 3.5rem 12px 3.5rem;
  color: #fff;
  border: #000 solid 2px;
}

.common-btn:hover::after {
  opacity: 1;
  transition: all 0.5s;
}


/*--------------------------------------------------------------
# Popup CSS
--------------------------------------------------------------*/


.slider-video-icon {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}

.slider-video-icon::before {
  content: '';
  background-color: rgba(0,0,0,0.3);
  position:absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top:0;
  width: 100%;
  height: 100%;
}

.vidP {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000000c7;
  z-index: 99999;
  padding: 50px;
  backdrop-filter: blur(3px);
  display: none;
  transition: display ease-in-out 200ms;
  -webkit-transition: display ease-in-out 200ms;
  -moz-transition: display ease-in-out 200ms;
}

.vidP .innerPop {
  max-width: 80%;
  max-height: 100%;
  position: absolute;
  background: #000;
  padding: 15px;
  top: 50%;
  left: 50%;
  border-radius: 20px;
  transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}

.vidP .innerPop .cls_btn {
  position: absolute;
  right: -15px;
  top: -15px;
}

.vidP .innerPop .cls_btn a {
  width: 40px;
  height: 40px;
  background: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #333;
  border-radius: 100px;
}

.vidP .innerPop .videoWrap video {
  width: 100%;
  height: 100%;
}

.vidP .innerPop .videoWrap iframe {
  min-width: 70vw;
  min-height: 85vh;
}

.vidP.active {
  display: block;
  transition: display ease-in-out 200ms;
  -webkit-transition: display ease-in-out 200ms;
  -moz-transition: display ease-in-out 200ms;
}

.slider-video-icon a {
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 500%;
  position: absolute;
  color: #5a49f8;
  -webkit-animation: ripple-white 1s linear infinite;
  animation: ripple-white 1s linear infinite;
  -webkit-transition: .5s;
  background: #fff;
  left: 0;
  right: 0;
  top: 42%;
  bottom: 0;
  text-align: center;
  margin: 0 auto;
}

.slider-video-icon .bx-play {
color: #f1502b;
  font-size: 25px;
  padding-top: 14px;
  padding-left: 7px; }

@-webkit-keyframes ripple-white {
  0% {
      -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3), 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3);
      box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3), 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3)
  }
  100% {
      -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3), 0 0 0 30px rgba(255, 255, 255, 0);
      box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3), 0 0 0 30px rgba(255, 255, 255, 0)
  }
}

@keyframes ripple-white {
  0% {
      -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3), 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3);
      box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3), 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3)
  }
  100% {
      -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3), 0 0 0 30px rgba(255, 255, 255, 0);
      box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3), 0 0 0 30px rgba(255, 255, 255, 0)
  }
}




/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/

section {
  padding: 60px 0;
  overflow: hidden;
}

.section-bg {
  background-color: #f0f4f8;
}

.section-title {
  padding-bottom: 40px;
}

.section-title h2 {
  font-size: 14px;
  font-weight: 500;
  padding: 0;
  line-height: 1px;
  margin: 0 0 5px 0;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #5c8eb0;
  font-family: "Poppins", sans-serif;
}

.section-title h2::after {
  content: "";
  width: 120px;
  height: 1px;
  display: inline-block;
  background: #ff8664;
  margin: 4px 10px;
}

.section-title p {
  margin: 0;
  margin: 0;
  font-size: 36px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  color: #263d4d;
}

.section-heading {
  text-align: center;
}

.video-thumbnail {
  border: #e31d24 solid 5px;
  border-radius: 15px;
}

.dr-client-video {
  background-image: url(../img/homebg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding-bottom: 100px !important;
}

.section-heading span {
  line-height: 27px;
  display: inline-block;
  margin-top: 13px;
  color: #00afef;
}

.sectiontitle {
  color: #d43587;
  font-size: 2.5rem;
  font-weight: 800;
  margin-bottom: 50px;
  display: inline-block;
  width: 100%;
}

.btn-contact {
  transition: all 0.5s;
  background-color: #fff;
  border-radius: 50px;
  padding: 10px 25px 10px 25px;
  font-family: 'Poppins', sans-serif;
  display: inline-block;
  color: #000;
  font-weight: 600;
  font-size: 1.1rem;
}

.btn-contact span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.btn-contact span:after, .healing-col:hover .btn-contact span:after {
  /** content: '\00bb'; **/
  content: "\ea50";
  font-family: boxicons !important;
  width: 36px;
  height: 24px;
  position: absolute;
  opacity: 0;
  top: 0px;
  right: -20px;
  transition: 0.5s;
}

.healing-col:hover .btn-contact span:after { opacity: 1;}

.btn-contact:hover span, .healing-col:hover .btn-contact span {
  padding-right: 35px;
}

.btn-contact:hover span:after {
  opacity: 1;
  right: -12px;
}

.btn-contact:hover, .healing-col:hover .btn-contact {
  background-color: #ffffff;
  color: #000 !important;
}

.btn-contact:hover span, .healing-col:hover .btn-contact span {
  color: #000 !important;
}


.aboutus {
  overflow: inherit;
}

.topabout-section {
  margin-top: -35px;
  position: relative;
  z-index: 9;
}

.topabout-section img {
  padding: 0px 15px;
}

.top-section-title {
  background-color: #000;
  color: #fff;
  font-weight: 900;
  font-size: 1.5rem;
}

.col-0 {
  padding: 0;
}

.topabout-col {
  background-color: #fff;
}


.hr-impactfull {
  margin-top: 50px;
}

.hrimpactfull-thumbnail {
  background-color: #fff;
  border-radius: 10px;
  padding: 15px;
  margin: 10px 10px 70px 10px;
}

.hrimpactfull-thumbnail img {
  border-radius: 10px;
}

.hrimpactfull-thumbnail .hr-content {
  padding: 0 15px;
  position: relative;
  top: -24px;
  text-align: left;
}

.hrimpactfull-thumbnail .hr-content h3 {
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 27px;
  text-align: center;
  margin-bottom: 15px;
}

.hrimpactfull-thumbnail .hr-content p {
  margin: 0;
  padding: 0;
  font-size: 1rem;
  line-height: 23px;
}

.trending-courses .btndetails {
  background-color: #123589;
  margin-top: 20px;
  color: #fff;
  padding: 5px 20px 7px 20px;
  border-radius: 50px;
  display: inline-block;
  font-weight: 600;
}

.hrimpactfull-img {
  position: relative;
  top: -50px;
}

.hrimpactfull-img h2 {
  position: absolute;
  bottom: 0;
  text-align: center;
  left: 0;
  right: 0;
  color: #fff;
  text-transform: uppercase;
  font-weight: 900;
  line-height: 30px;
  font-family: 'gilroyextrabold';
  font-size: 1.7rem;
}

.hrimpactfull-thumbnail:hover {
  cursor: pointer;
}

.hrimpactfull-thumbnail:hover {
  box-shadow: 0 .5rem 6rem rgba(0,0,0,.2)!important;
}

.hrimpactfull-thumbnail:hover .btndetails {
  background-color: #ff0037;
}

.mainbanner-slider .swiper-wrapper .swiper-slide {
  text-align: center;
  margin: 0 auto;
}

/*--------------------------------------------------------------
# About us section
--------------------------------------------------------------*/

.designation {
  position: absolute;
  bottom: 5%;
  left: 5%;
  color: #b3a098;
}

.designation p {
  padding: 0;
  margin: 0;
}

.designation .name-title {
  color: #fff;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 1.5rem;
}

.light-font {
  font-family: 'gilroylight';
  font-size: 1.8rem;
  line-height: 37px;
}

.medium-font {
  font-size: 1.2rem;
}



/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/


.breadcrumbs {
  padding: 15px 0;
  background: #f0f4f8;
  min-height: 40px;
  margin-top: 78px;
}

.breadcrumbs h2 {
  font-size: 28px;
  font-weight: 400;
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
}

.breadcrumbs ol li+li {
  padding-left: 10px;
}

.breadcrumbs ol li+li::before {
  display: inline-block;
  padding-right: 10px;
  color: #263d4d;
  content: "/";
}

@media (max-width: 992px) {
  .breadcrumbs {
    margin-top: 52px;
  }

  .breadcrumbs .d-flex {
    display: block !important;
  }

  .breadcrumbs ol {
    display: block;
  }

  .breadcrumbs ol li {
    display: inline-block;
  }
}


/*--------------------------------------------------------------
# Healing Consultation
--------------------------------------------------------------*/

.healing-consultation h2.sectiontitle span {
  font-size: 1.5rem;
  line-height: 35px;
}

.get-unlimited .sectiontitle {
  margin: 0;
}

.section-heading p {
  color: #000;
  font-weight: 600;
}

.get-started h4 {
  color: #6a6a6a;
  font-size: 1.7rem;
  line-height: 36px;
  font-weight: 400;
}

.get-started h4 span { color: #431c79; }

.get-started p { font-size: 1.2rem;}

.green-btn {
  background-color: #1ebcab;
  border-radius: 50px;
  padding: 10px 20px;
  width: 100%;
  color: #fff;
  display: inline-block;
  text-align: center;
  font-size: 1.4rem;
  margin: 15px 0px;
}

.green-btn:hover { background-color: #ffa500; color: #000; }

.healing-col > a { display:block; overflow: hidden;}


/*--------------------------------------------------------------
# Register for scan
--------------------------------------------------------------*/

.register-of-scan { background-color: #1ebcab; text-align: center; color: #fff;}
.register-of-scan li {
  display: inline-block;
  padding: 0px 25px;
  font-family: 'gilroyextrabold';
  border-right: #fff solid 1px;
  font-size: 1.9rem; }

  .register-of-scan ul li:last-child { border: none; font-size: 1.2rem;}
  .register-of-scan .btn-contact { background-color: #fff; color: #000; border-color: #fff;}
  .register-of-scan .btn-contact:hover span { color: #000 !important;}


/*--------------------------------------------------------------
# Dr Message
--------------------------------------------------------------*/

.dr-client-video { position: relative;}
.latest-col h3 {
  font-size: 1.7rem;
  color: #000;
  line-height: 32px; }

.latest-col p { margin: 0; padding: 0; font-size: 1.4rem; line-height: 33px;}

.latest-col:hover { box-shadow: 0 .5rem 6rem rgba(0,0,0,.2)!important; }

.readmore-btn { color: #000; font-size: 1.2rem; font-weight: 600;}

.cta {
  position: relative;
  margin: auto;
  padding: 16px 22px;
  transition: all 0.2s ease;
}
.cta:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  border-radius: 28px;
  background: rgba(251, 169, 25, 0.5);
  width: 56px;
  height: 56px;
  transition: all 0.3s ease;
}
.cta span {
  position: relative;
  font-size: 18px;
  line-height: 18px;
  font-weight: 600;
  vertical-align: middle;
  letter-spacing: 1px;
}
.cta svg {
  position: relative;
  top: 0;
  margin-left: 10px;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke: #111;
  stroke-width: 2;
  transform: translateX(-5px);
  transition: all 0.3s ease;
}
.cta:hover:before {
  width: 100%;
  background: #fbab1e;
  color: #000;
}
.cta:hover { color: #000 !important;}
.cta:hover svg {
  transform: translateX(0);
}
.cta:active {
  transform: scale(0.96);
}

.video-thumb h3 {     position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  text-align: center;
  color: #fff;
  font-size: 2.2rem; }

.social-links li {
    line-height: 50px;
  }
.social-links li a {
  color: #000;
  font-size: 1.4rem;
  font-weight: 500;
}

.social-links li a:hover { color: #132c93; font-weight: 600; }

.social-links li a img {
  margin-right: 15px;
}

.stay-connected h2.sectiontitle span {
  font-size: 1.6rem;
  line-height: 35px;
}


/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

#footer {
  /* background-image: url(../img/footerbg.jpg); */
  background-position: top center;
  background-repeat: no-repeat;
  background-color: #d43587;
  padding: 0 0 30px 0;
  color: #fff;
  font-size: 14px;
  box-shadow: 0 0rem 6rem rgba(0,0,0,.175)!important;
}

#footer .footer-top {
  padding: 60px 0 30px 0;
}

#footer .footer-top .footer-info {
  margin-bottom: 30px;
}

#footer .footer-top .footer-info h3 {
  font-size: 28px;
  margin: 0 0 15px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}

#footer .footer-top .footer-info p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: 'Poppins', sans-serif;
  color: #000;
}

#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: rgba(255, 255, 255, 0.08);
  color: #000;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 4px;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
  background: #ff4a17;
  color: #000;
  text-decoration: none;
}

#footer .footer-top h4 {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #fff;
  font-size: 18px;
  line-height: 1;
}

#footer .footer-top .footer-links ul li {
  padding: 5px 0;
  align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #fff;
  transition: 0.3s;
  display: inline-block;
  font-weight: 600;
}

#footer .footer-top .footer-links ul a:hover {
  color: #fff;
}

#footer .footer-top .footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 4px;
}

#footer .footer-top .footer-newsletter form input[type=email] {
  border: 0;
  padding: 4px;
  width: calc(100% - 110px);
}

#footer .footer-top .footer-newsletter form input[type=submit] {
  position: absolute;
  top: 0;
  right: -2px;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px;
  background: #ef4036;
  color: #fff;
  transition: 0.3s;
  border-radius: 0 4px 4px 0;
}

#footer .footer-top .footer-newsletter form input[type=submit]:hover {
  background: #ff5e31;
}

#footer .copyright {
  text-align: center;
  background-color: #e7e3e3;
  padding: 10px;
  color: #fff;
}

#footer .credits {
  padding-top: 10px;
  text-align: center;
  font-size: 13px;
  color: #fff;
}

#footer .credits a {
  transition: 0.3s;
}

.footer-links address { color: #fff; position: relative; padding-left: 20px; font-size: 1.3rem; }

.footer-links address .bx { position: relative; left: 0; top: 5px; right: 0; font-size: 2rem;}

.footerbot-link { margin: 0; padding: 0; border-top: #ccc solid 1px; padding-top: 25px; }
.footerbot-link li { display: inline-block; list-style: none;}
.footerbot-link li a { color: #fff; border-right: #000 solid 1px; padding: 0px 15px;}
.footerbot-link li:last-child a { border: none;}

.footer-top ul { margin: 0 auto; text-align: center;}
.footer-top ul li { text-align: center; font-size: 1.2rem;}


/*--------------------------------------------------------------
# Custom css
--------------------------------------------------------------*/


.our-life-changing {
  padding: 50px 0px;
  position: relative;
  z-index: 1;
  overflow: inherit;
}

.tellus-wrap {
  position: relative;
  top: -40px;
  margin-bottom: 50px;
  /* transform: translate(-50%, -50%);
  width: 100%; */
}

.bi-emoji-smile,
.bi-clock {
  font-size: 45px;
  color: #ef4036;
  font-weight: bold;
}

.bi-journal-richtext {
  font-size: 45px;
  color: #fff;
  font-weight: bold;
}

.purecounter {
  font-size: 25px;
  font-weight: 900;
}

.tellus-wrap ul {
  display: flex;
  width: 100%;
  align-items: center;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  overflow: hidden;
  background-color: #fff;
}

.tellus-wrap ul li {
  background: #ffffff;
  padding: 10px 10px 10px 20px;
  width: 33.333333%;
  height: 90px;
  display: flex;
  align-items: center;
  border: #ebebeb solid 1px;
  margin: 10px;
  justify-content: center;
}

.icon-wrap {
  position: relative;
}

.tellus-cont {
  margin-left: 13px;
  margin-top: 5px;
  font-size: 1rem;
}

.tellus-cont h4 {
  font-size: 18px;
  font-weight: 900;
  color: #04509b;
  font-family: 'Montserrat', sans-serif;
  line-height: 16px;
}

.tellus-cont p {
  font-size: 17px;
  font-weight: 600;
  color: #515151;
  line-height: 20px;
  margin-top: 0;
}

.clan-form {
  padding: 0px 30px 0px 0px;
  position: relative;
  background-color: #ffffff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  margin-bottom: 30px;
  border-radius: 10px;
  z-index: 1;
}

.upcoming-content {
  padding: 30px 0px 30px 0px;
}

.subscribe-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 800;
  text-decoration: none;
  padding: 10px 35px;
  background: #ef4036;
  border-radius: 25px;
  text-decoration: none;
  display: inline-block;
  text-transform: uppercase;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  overflow: hidden;
}

.subscribe-btn:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #ffffff;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  border-radius: 25px;
}

.subscribe-btn:hover,
.subscribe-btn:focus,
.subscribe-btn:active {
  color: #ef4036;
  text-decoration: none;
}

.subscribe-btn:hover:before,
.subscribe-btn:focus:before,
.subscribe-btn:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.healer-section {
  position: relative;
}

.healer-content {
  font-size: 1.2rem;
  line-height: 35px;
}

.healer-content span {
  font-weight: 600;
}

h2.sectiontitle span {
  font-size: 1.1rem;
}

.testimonial-col {
  border: #e4e4e4 solid 1px;
  background-color: #fff;
}

.testimonial-col img {
	height:200px;
	margin:0 auto;
	width:100%;
}

.healing-col a:hover {
  color: #000;
}

.healing-col:hover {
  box-shadow: 0 .5rem 6rem rgba(0,0,0,.2)!important;
}


.healing-col:hover .btn-contact {
  background-color: #000;
  color: #fff !important;
}

.book-consultation-mobile, .formobile-view { display: none !important; }

@media(max-width:1024px) and (min-width:992px) {
  .topabout-section img {
    width: 180px;
}
.top-section-title { font-size: 1.2rem;}
}

@media(max-width: 991px) {

  .book-consultation-mobile {
    display: block !important;
    margin: 0px 15px;
    background-color: #fba919;
    padding: 5px 15px !important;
    border-radius: 50px;
    color: #fff !important;
    z-index: -1; }

    .formobile-view {
      display: block !important;
      text-align: center;
    }

    .formobile-view img {
      max-height: 85px !important;
      text-align: center !important;
      margin: 0 auto 25px auto !important;
    }

    .navbar>ul>li { padding: 0;}
    .navbar-mobile a { border-bottom: #f3f3f3 solid 1px; font-size: 18px;}
    .navbar .signup { display: inline-block; margin:15px; }

    .topabout-section {
      margin-top: 15px;
    }

    .as-seen-on-col img { display: inline-block; padding: 5px; width: 150px; }

    .top-section-title {
      background-color: #fff;
      color: #000;
      font-weight: 900;
      font-size: 1.8rem;
    }

}

@media(max-width:767px) {
  .tellus-wrap ul {
    display: block;
  }

  .tellus-wrap ul li {
    width: 100%;
  }

  .tellus-wrap ul li:nth-child(2):before,
  .tellus-wrap ul li:nth-child(2):after {
    display: none;
  }

  .clan-form {
    padding: 25px;
  }

  .services .icon-box {
    min-height: auto;
  }

  .navbar .getstarted {
    background-color: #ef4036;
    color: #fff;
  }

  #hero {
    background: url("../img/main-banner.png") left center;
  }

  #hero .hero-container {
    position: relative;
    top: 25%;
    left: 0;
    width: 100%;
  }

  .sectiontitle {
    font-size: 1.5rem;
    margin-bottom: 0;
  }

  .workfroce-team .sectiontitle {
    margin-bottom: 50px;
  }

  .accordion-item .accordion-button {
    display: block;
  }

  .blog-section {
    padding-top: 0px;
  }

  .blog-section h2.sectiontitle {
    margin-bottom: 50px;
  }

  .blog-content:after {
    display: none;
  }
  .as-seen-on-col {
    padding: 15px; text-align: center;
  }

  section {
    padding: 30px 0;
}

.light-font {
  font-size: 1.6rem;
  line-height: 35px;
}

.healer-section .sectiontitle { margin-bottom: 35px;}
h2.sectiontitle span br, .sectiontitle br { display: none;}

.section-heading { padding: 0px;}

.healing-col { margin-bottom: 25px;}

.register-of-scan li { border: none;}

.register-of-scan li { font-size: 1.4rem;}

.register-of-scan .btn-contact { margin-top: 25px !important;}

.dr-client-video .sectiontitle  { margin-bottom: 25px;}

.latest-col { margin-bottom: 25px; text-align: center;}
.latest-col img { padding-top: 25px;}
.video-thumb { margin-bottom: 25px;}

.mainBanner { margin-top: 0px;}
#header .logo img { width: 165px;}

.society-management-col { padding: 10px;}
.box-header h4 { font-size: 1rem; line-height: 19px;}
.hrimpactfull-img h2 { font-size: 1.2rem; line-height: 23px;}
.applyForm-title { font-size: 1.3rem;}

.slider-video-icon a {
  top:28%;
}

}

@media(max-width:375px) {
  .book-consultation-mobile {
    margin: 0px 5px;
    font-size: 0.6rem !important;
  }
}

.btn-enquiry {
  color: #fff;
  background: #06142a;
  padding: 5px 25px;
  margin-top: 15px !important;
  display: inline-block;
  border-radius: 50px;
  font-size: 1.5rem;
  letter-spacing: 1px;
  font-weight: 800;
}

.btn-enquiry:hover {
  background-color: #fff;
  color: #000;
}

.whatsapp-sticky {
	position:fixed;
	right:0;
	top:520px;
	z-index:9;
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
	right:-16px;
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
	left:-16px;
}

.swiper-button-next:after, .swiper-button-prev:after {
	font-size: 1.5rem;
    color: #000;
}


.configuration-section h2 {
    text-transform: uppercase;
    text-align: center;
    font-weight: 700;
    color: #000;
    line-height: 30px;
}
.configuration-section h2 span {
    font-size: 18px;
    font-weight: 500;
    color: #000;
}
.property-details {
       text-align: center;
    min-height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.property-details p {
  font-size: 18px;
  line-height: 25px;
}
.property-details p span {
    text-align: center;
    font-size: 17px;
    font-weight: 600;
}

@media(max-width:767px){
  .slider-content {
    position: relative;
  }
  .price {
    color: #ffffff;
    margin-top: -116px;
    text-align: left;
}
.applyForm {
  background-color: #000;
  height: 100%;
  color: #fff;
  margin-top: -5px !important;
}

.formpro {
  padding: 0px 35px 30px 35px !important;
}

.amenties-content {
  position: relative;
  top: 0;
}

.headertop-li li a {
  color: #000000;
  font-size: 0.9rem;
}

.navbar-mobile a, .navbar-mobile a:focus {
  padding: 10px 0px;
  font-size: 15px;
  color: #15222b;
  white-space: normal;
}

}