@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap");

body * {
  font-family: "Poppins", sans-serif;

}
body {
  overflow: hidden;
}
:root {
  overflow-y: auto;
}

a {
  text-decoration: none;
}

.container {
  max-width: 1320px;

  margin: 0 auto;

  padding: 0 15px;
}

.header-sec {
  box-shadow: 0px 4px 4px 0px #d3d3d340;

  position: relative;

  z-index: 9;
}

.header-sec .header-desk {
  padding: 18px 0px;

  display: flex;

  justify-content: space-between;

  align-items: center;
}

.header-sec .header-desk .header-menu {
  display: flex;
}

.header-sec .header-desk .header-menu ul {
  list-style-type: none;

  padding-left: 0;

  display: flex;

  margin-bottom: 0;

  align-items: center;
}

.header-sec .header-desk .header-menu ul li {
  margin-left: 57px;

  font-size: 15px;

  font-weight: 500;
}

.header-sec .header-desk .header-menu ul li a {
  text-decoration: none;

  color: black;

  position: relative;
}

.header-sec .header-desk .header-menu ul li a::after {
  position: absolute;

  bottom: -5px;

  left: 0;

  background-color: #0d5146;

  height: 1px;

  width: 0;

  content: "";

  transition: 0.3s all ease-in-out;
}

.header-sec .header-desk .header-menu ul li a:hover {
  color: #0d5146;
}

.header-sec .header-desk .header-menu ul li a:hover::after {
  width: 100%;
}

.aur-btn {
  margin-left: 52px;
}

.aur-btn a {
  text-decoration: none;

  padding: 0;

  margin: 0;

  color: white;

  padding: 8px 25px;

  background-color: #0d5146;

  font-size: 15px;

  line-height: 22.5px;

  font-weight: 400;

  border-radius: 30px;

  transition: 0.3s all ease-in-out;

  border: 1px solid #0d5146;

  display: block;
}

.aur-btn a:hover {
  background-color: white;

  color: #0d5146;
}

.header-sec.sticky {
  position: fixed;

  width: 100%;

  top: 0;

  left: 0;

  background: #fff;

  z-index: 99;

  animation: slide-down 0.7s;
}

@keyframes slide-down {
  0% {
    transform: translateY(-100%);
  }

  100% {
    transform: translateY(0);
  }
}

.home-banner-sec {
  background-image: url("../images/home-ban.png");

  height: 500px;

  background-size: cover;

  float: left;

  width: 100%;

  display: block;

  background-position-x: 10px;

  position: relative;

  background-position-y: 30px;
}

.banner-bg.mobile {
  width: 100%;
  display: none;
}

.banner-bg.mobile img {
  width: 100%;
}

.home-banner-sec .ban-content {
  margin-top: 100px;
}

.home-banner-sec .ban-content h4 {
  font-weight: 500;

  font-size: 24px;

  line-height: 36px;

  color: #0d5146;
}

.home-banner-sec .ban-content h1 {
  font-size: 48px;

  font-weight: 600;

  line-height: 72px;
}

.home-banner-sec .ban-content h1 span {
  color: #0d5146;

  display: block;
}

.about-sec-wrap {
  padding-top: 130px;

  padding-bottom: 90px;

  float: left;

  display: block;

  width: 100%;

  background-color: white;
}

.about-sec-wrap .about-img img {
  margin-left: -90px;
}

.about-sec-wrap .row {
  align-items: center;
}

.about-sec-wrap .col-lg-6 {
  width: 50%;
}

.about-content {
  padding-left: 64px;
}

.abt-us-img img {
  width: 100%;
}

.aur-cont h2 {
  font-weight: 600;

  font-size: 24px;

  line-height: 36px;

  margin-bottom: 25px;
}

.aur-cont h4 {
  font-weight: 600;

  font-size: 17px;

  line-height: 27px;

  margin-bottom: 25px;

  position: relative;

  font-style: italic;

  padding-left: 15px;
}

.aur-cont h4::before {
  position: absolute;

  top: 0;

  left: 0;

  height: 48px;

  width: 3px;

  content: "";

  background-color: #0d5146;
}

.about-us-wrap .abt-us-sec .col-lg-6 {
  width: 49%;

  margin: 0 2% 0 0;
}

.about-us-wrap .abt-us-sec .col-lg-6:nth-child(2) {
  margin-right: 0;

  padding-top: 61px;
}

.aur-cont p {
  font-size: 17px;

  font-weight: 400;

  line-height: 27px;

  margin-bottom: 25px;

  padding-left: 15px;
}

.about-us-wrap {
  background-color: #f6f6f6;

  float: left;

  width: 100%;

  display: block;
}

.about-us-wrap .abt-us-sec {
  margin: 85px 0px;
}

.about-us-wrap .abt-us-list h2 {
  font-size: 24px;

  font-weight: 500;

  line-height: 36px;

  margin-bottom: 30px;
}

.about-us-wrap .abt-us-list ul {
  padding-left: 0;

  list-style-type: none;
}

.about-us-wrap .abt-us-list ul li {
  font-size: 17px;

  font-weight: 400;

  line-height: 27px;

  position: relative;

  margin-bottom: 21px;

  padding-left: 40px;
}

.about-us-wrap .abt-us-list ul li::before {
  position: absolute;

  content: "";

  top: 0px;

  left: 0;

  background-image: url("../images/tik.svg");

  background-size: contain;

  width: 25px;

  height: 25px;

  background-repeat: no-repeat;
}

.venture-wrap {
  padding: 85px 0px;

  float: left;

  display: block;

  width: 100%;

  background-color: white;
}

.venture-wrap .vent-head {
  margin-bottom: 47px;
}

.venture-sec {
  position: relative;
}

.venture-sec .venture-card {
  background-color: #0d5146;

  padding: 23px;

  color: white;

  border-radius: 20px;

  height: auto;

  position: relative;
}

.venture-sec .venture-card .ven-card-img img {
  width: 100%;

  height: 100%;
}

.venture-sec .venture-card .ven-card-img {
  margin-bottom: 16px;
}

.venture-sec .venture-card .ven-card-cont {
  margin-bottom: 80px;
}

.venture-sec .venture-card .ven-card-cont h3 {
  font-size: 20px;

  font-weight: 600;

  line-height: 30px;
}

.venture-sec .venture-card .ven-card-cont p {
  font-size: 15px;

  line-height: 22.5px;

  font-weight: 400;
}

.venture-sec .venture-card .ven-card-cont .vent-btn {
  position: absolute;

  bottom: 30px;

  width: 90%;

  left: 50%;

  transform: translateX(-50%);
}

.venture-sec .venture-card .ven-card-cont .vent-btn a {
  text-decoration: none;

  padding: 10px;

  color: #0d5146;

  background-color: white;

  border-radius: 10px;

  width: 100%;

  display: block;

  text-align: center;

  font-weight: 500;

  font-size: 15px;

  line-height: 22.5px;

  border: 1px solid #0d5146;

  transition: 0.3s all ease-in-out;
}

.venture-sec .venture-card .ven-card-cont .vent-btn a:hover {
  color: white;

  background-color: #0d5146;

  border-color: white;
}

.swiper-button-next::after {
  background-image: url("../images/slider-next.svg");

  content: "" !important;

  background-size: cover;

  width: 70px;

  height: 70px;

  top: 0;

  right: -120px;

  position: absolute;
}

.swiper-button-prev::after {
  background-image: url("../images/slider-prev.svg");

  content: "" !important;

  background-size: cover;

  width: 70px;

  height: 70px;

  top: 0;

  left: -120px;

  position: absolute;
}

.swiper.ventureswiper .slick-track {
  display: flex;

  flex-wrap: wrap;
}

.swiper.ventureswiper .slick-track .slick-slide {
  height: inherit;

  padding: 0 15px;
}

.swiper.ventureswiper .slick-track .slick-slide > div {
  height: 100%;
}

.swiper.ventureswiper .slick-track .slick-slide .venture-card {
  height: 100%;
}

.slick-prev, .slick-next {width: 35px;height: 35px;z-index: 1;}

.slick-prev {left: -30px;}

.slick-next { right: -30px;}

.slick-prev:before, .slick-next:before {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
}

.slick-prev:before{background: url(../images/left-arrow-next-svgrepo-com.svg) no-repeat center / 100% 100%;}

.slick-next:before{background: url(../images/right-arrow-svgrepo-com.svg) no-repeat center / 100% 100%;}

.doctor-wrap {
  background-color: #f6f6f6;

  float: left;

  width: 100%;

  display: block;
}

.doc-card-sec {
  margin-top: 52px;

  margin-bottom: 86px;
}

.doc-card-sec .doc-sec h2 {
  text-align: center;
}

.doc-cards {
  margin-top: 64px;
}

.doc-cards .doc-card {
  text-align: center;
}

.doc-cards .doc-card img {
  width: 181px;

  height: 181px;

  margin-bottom: 24px;
}

.doc-cards .doc-card .dr-des {
  text-align: center;
}

.doc-cards .doc-card .dr-des h2 {
  font-size: 18px;

  font-weight: 500;

  line-height: 27px;

  margin-bottom: 14px;
}

.doc-cards .doc-card .dr-des p {
  font-size: 16px;

  font-weight: 400;

  line-height: 24px;
}

.form-wrap {
  display: block;

  width: 100%;

  float: left;

  background: url(../images/Vector.png) no-repeat center;

  background-size: contain;

  background-position-x: 45%;
}

.form-wrap .form-col {
  width: 55%;
}

.form-wrap .form-col:nth-child(2) {
  width: 45%;
}

.form-wrap .form-div {
  margin: 100px 0px;
}

.form-wrap .form-div .form-left h2 {
  font-size: 24px;

  font-weight: 500;

  line-height: 36px;

  margin-bottom: 10px;
}

.form-wrap .form-div .form-left p {
  font-size: 18px;

  font-weight: 400;

  line-height: 27px;

  margin-bottom: 40px;
}

.form-wrap .form-div .form-left .form-fields input {
  width: 100%;

  height: 65px;

  border-radius: 5px;

  border: 1px solid black;

  margin-bottom: 35px;

  padding: 0px 25px;

  color: black;

  background: none;
}

::placeholder {
  color: black;
}

.form-wrap .form-div .form-left .form-fields textarea {
  height: 150px;

  width: 100%;

  border-radius: 5px;

  border: 1px solid black;

  padding: 25px;

  color: black;

  margin-bottom: 60px;

  background: none;
}

.form-btn .submit-btn {
  background-color: #0d5146;

  color: white;

  padding: 20px 0px;

  width: 100%;

  display: block;

  text-align: center;

  text-decoration: none;

  font-size: 16px;

  line-height: 24px;

  font-weight: 500;

  border: 1px solid #0d5146;

  border-radius: 5px;

  transition: 0.3s all ease-in-out;
}

.form-btn a:hover {
  background-color: white;

  color: #0d5146;
}

.addres-wrap {
  padding-left: 160px;
}

.addres-wrap .mail-sec {
  display: flex;

  align-items: baseline;

  margin-bottom: 15px;
}

.addres-wrap .mail-sec .mails-links {
  display: flex;

  flex-direction: column;

  margin-left: 22px;
}

.addres-wrap .mail-sec .mails-links a {
  display: block;

  color: black;

  text-decoration: none;

  margin-bottom: 5px;

  font-size: 18px;

  line-height: 27px;

  font-weight: 400;
}

.addres-wrap .mail-sec .mails-links a:hover {
  color: #00836d;
}

.addres-wrap .call-sec {
  display: flex;

  align-items: baseline;

  margin-bottom: 15px;

  font-size: 18px;

  line-height: 27px;

  font-weight: 400;
}

.addres-wrap .call-sec .call-links {
  display: flex;

  flex-direction: column;

  margin-left: 22px;
}

.addres-wrap .call-sec .call-links a {
  display: block;

  color: black;

  text-decoration: none;

  margin-bottom: 5px;

  font-size: 18px;

  line-height: 27px;

  font-weight: 400;
}

.addres-wrap .call-sec .call-links a:hover {
  color: #00836d;
}

.addres-wrap .address-sec {
  display: flex;

  align-items: baseline;

  margin-bottom: 20px;
}

.addres-wrap .address-sec .address-link {
  display: flex;

  flex-direction: column;

  margin-left: 22px;
}

.addres-wrap .address-sec .address-link a {
  display: block;

  color: black;

  text-decoration: none;

  margin-bottom: 5px;

  font-size: 18px;

  line-height: 27px;

  font-weight: 400;
}

.addres-wrap .address-sec .address-link a:hover {
  color: #00836d;
}

.addres-wrap .book-sec {
  display: flex;

  align-items: baseline;

  margin-bottom: 25px;
}

.addres-wrap .book-sec .book-links {
  margin-left: 22px;
}

.addres-wrap .book-sec .book-links h4 {
  font-size: 18px;

  font-weight: 500;

  margin: 0 0 9px;
}

.addres-wrap .book-sec .book-links span {
  display: inline-block;

  margin: 0 5px 0 0;
}

.map-sec {
  max-width: 470px;

  height: 250px;
}

.map-sec iframe {
  width: 100%;

  height: 100%;

  border-radius: 10px;
}

.footer-sec {
  background-color: black;

  float: left;

  display: block;

  width: 100%;

  padding: 40px 0px;

  text-align: center;
}

.foot-logo {
  margin-bottom: 37px;
}

.foot-social-icons {
  display: flex;

  justify-content: center;
}

.foot-social-icons .icon {
  margin-right: 30px;
}

.foot-social-icons .icon:last-child {
  margin-right: 0;
}

.copyrigh p {
  color: white;

  margin-top: 37px;

  font-size: 14px;

  font-weight: 400;

  line-height: 27px;
}

.venture-sec {
  max-width: 1300px;
}

.way-to-wellness {
  width: 100%;

  float: left;

  padding: 70px 0;

  position: relative;
}

.way-to-wellness .way-bg {
  position: absolute;

  width: 100%;

  top: 0;

  left: 0;

  z-index: -1;

  height: 350px;
}

.way-to-wellness .way-bg img {
  width: 100%;

  display: block;

  height: 100%;

  object-fit: cover;
}

.way-to-wellness h2 {
  font-weight: 600;

  font-size: 24px;

  line-height: 36px;

  margin-bottom: 25px;

  color: #ffff;

  text-align: center;
}

.way-to-wellness .way-row {
  width: 100%;

  display: flex;

  flex-wrap: wrap;

  margin: 100px 0 50px;
}

.way-to-wellness .way-row .way-box {
  width: 25%;

  padding: 0 20px;

  text-align: center;
}

.way-to-wellness .way-row .way-box .way-img {
  max-width: 243px;

  max-height: 243px;

  border-radius: 50%;

  background: #fff;

  margin: 0 auto 26px;
}

.way-to-wellness .way-row .way-box h4 {
  font-size: 18px;

  font-weight: 500;

  line-height: 27px;

  margin-bottom: 14px;
}

.way-to-wellness .way-row .way-box .way-img img {
  width: 100%;

  height: 100%;

  border-radius: 50%;
}

.way-to-wellness .wray-content {
  width: 100%;
}

.way-to-wellness .wray-content h4 {
  font-weight: 600;

  font-size: 17px;

  line-height: 27px;

  margin-bottom: 32px;

  position: relative;

  font-style: italic;

  padding: 0 0 0 20px;
}

.way-to-wellness .wray-content h4:before {
  content: "";

  position: absolute;

  top: 50%;

  transform: translateY(-50%);

  left: 0;

  height: 48px;

  width: 3px;

  background-color: #0d5146;
}

.way-to-wellness .wray-content p {
  font-size: 17px;

  font-weight: 400;

  line-height: 27px;

  margin-bottom: 25px;
}

.places-wrapp {
  width: 100%;

  float: left;

  position: relative;

  padding: 60px 0 100px;

  background: url(../images/places-bg.png) no-repeat center;

  background-size: cover;
}

.places-wrapp h2 {
  font-weight: 600;

  font-size: 24px;

  line-height: 36px;

  margin-bottom: 36px;

  color: #ffff;
}

.places-wrapp .palces-row {
  width: 100%;

  display: flex;

  flex-wrap: wrap;
}

.places-wrapp .palces-row .places-card {
  width: 23%;

  background: #fff;

  margin: 0 2.66% 2.66% 0;

  padding: 20px 15px;
}

.places-wrapp .palces-row .places-card:nth-child(4n) {
  margin-right: 0;
}

.places-wrapp .palces-row .places-card h3 {
  font-size: 14px;

  font-weight: 500;

  color: #0d5146;

  position: relative;

  padding: 0 0 0 25px;

  margin: 0 0 15px;
}

.places-wrapp .palces-row .places-card h3 span.profile-img {
  display: block;

  position: absolute;

  left: 0;

  width: 17px;

  height: 17px;

  border-radius: 50%;
}

.places-wrapp .palces-row .places-card h3 span.profile-img img {
  width: 100%;

  height: 100%;

  object-fit: cover;

  border-radius: 50%;
}

.places-wrapp .palces-row .places-card .place-img {
  width: 100%;
}

.places-wrapp .palces-row .places-card .place-img img {
  width: 100%;

  display: block;

  max-height: 205px;

  object-fit: cover;
}

.places-wrapp .palces-row .places-card .action-icons {
  width: 100%;

  display: block;

  margin: 8px 0 0;

  float: left;
}

.places-wrapp .palces-row .places-card .action-icons .action-icon {
  display: inline-block;

  width: auto;

  float: left;
}

.places-wrapp .palces-row .places-card .place-detail {
  width: 100%;

  margin: 10px 0 0;

  float: left;
}

.places-wrapp .palces-row .places-card .action-icons .action-icon:nth-child(2) {
  float: right;
}

.places-wrapp .palces-row .places-card .action-icons .action-icon span {
  display: inline-block;

  margin: 0 7px 0 0;
}

.places-wrapp .palces-row .places-card .action-icons .action-icon span img {
  width: 100%;

  object-fit: contain;
}

.places-wrapp
  .palces-row
  .places-card
  .action-icons
  .action-icon
  span:last-child {
  margin-right: 0;
}

.places-wrapp .palces-row .places-card .place-detail .place-name {
  width: auto;

  float: left;

  display: inline-block;
}

.places-wrapp .palces-row .places-card .place-detail h6 {
  font-size: 15px;

  font-weight: 500;

  color: #0d5146;

  margin: 0;
}

.places-wrapp .palces-row .places-card .place-detail .kilometers {
  width: auto;

  float: right;

  display: inline-block;
}

.places-wrapp .kathakali {
  position: absolute;

  bottom: 0;

  right: 0;

  width: 32.5%;
}

.places-wrapp .kathakali img {
  width: 100%;
}

.guest-wrapp {
  padding: 70px 0;

  width: 100%;

  float: left;
}

.guest-wrapp h2 {
  font-weight: 600;

  font-size: 24px;

  line-height: 36px;

  margin-bottom: 36px;
}

.guest-wrapp .accordion-col {
  width: 100%;

  border-bottom: 1px solid #d3d3d3;
}

.guest-wrapp .accordion-col h2 {
  font-weight: 400;

  color: #0d5146;

  margin: 0;

  padding: 20px 35px 20px 20px;

  background: url(../images/+plus.svg) no-repeat center;

  background-size: 20px;

  background-position-x: 98%;

  cursor: pointer;
}

.guest-wrapp .accordion-col h2.active {
  background: url(../images/-minus.svg) no-repeat center;

  background-size: 20px;

  background-position-x: 98%;

  border: none;
}

.guest-wrapp .accordion-col .content {
  width: 100% !important;
}

.guest-wrapp .accordion-col .content .content-col {
  width: 100%;

  padding: 0 20px 20px 20px !important;
}

.guest-wrapp .accordion-col.active {
  background: #f6f6f6;

  border-left: 3px solid #0d5146;

  border-bottom: none;
}

.guest-wrapp .accordion-col .content p {
  font-size: 17px;

  font-weight: 400;

  line-height: 27px;

  margin-bottom: 20px;
}

.our-mission-vission {
  background: none;

  padding: 0 0 75px;
}

.our-mission-vission .abt-us-sec .col-lg-6:nth-child(2) {
  padding-top: 0;
}

.our-mission-vission .row {
  align-items: center;
}

.our-mission-vission .abt-us-img {
  max-width: 570px;

  float: right;
}

.our-mission-vission .abt-us-sec {
  margin: 0 !important;
}

.modal.venture-modal .modal-dialog {
  max-width: 860px;

  top: 47%;

  transform: translateY(-50%);
}

.modal.venture-modal .modal-dialog .modal-content {
  background: #0d5146;

  padding: 25px 34px;

  max-height: 88vh;

  overflow: hidden;
}

.modal.venture-modal .modal-dialog .modal-content .modal-header {
  padding: 0;

  border: none;
}

.modal.venture-modal .modal-dialog .modal-content .modal-body {
  padding: 0;

  overflow: auto;

  padding-right: 10px;
}

.modal.venture-modal
  .modal-dialog
  .modal-content
  .modal-body::-webkit-scrollbar {
  width: 6px;
}

.modal.venture-modal
  .modal-dialog
  .modal-content
  .modal-body::-webkit-scrollbar-track {
  background: #0d514680;

  border-radius: 10px;
}

.modal.venture-modal
  .modal-dialog
  .modal-content
  .modal-body::-webkit-scrollbar-thumb {
  background: #000;

  border-radius: 10px;
}

.modal.venture-modal .modal-dialog .modal-content h5 {
  font-size: 24px;

  font-weight: 500;

  color: #fff;

  margin: 0 0 20px;
}

.modal.venture-modal .modal-dialog .modal-content p {
  color: #fff;

  font-size: 18px;

  line-height: 1.65;
}

.modal.venture-modal .modal-dialog .modal-content button.close {
  position: absolute;

  top: -5px;

  right: 2px;

  background: none;

  border: none;

  color: #fff;

  font-size: 32px;
}

.modal.venture-modal .modal-dialog .modal-content li {
  color: #fff;

  font-size: 18px;

  line-height: 1.65;

  list-style: none;

  position: relative;

  padding-left: 20px;

  margin: 0 0 16px;
}

.modal.venture-modal .modal-dialog .modal-content li:before {
  content: "\2022";

  position: absolute;

  left: 0;
}

.home-banner-sec.thank-you{
  background: url(../images/header-img.jpg) no-repeat bottom;
  background-size: 100%;
}


@media screen and (max-width: 1441px) {
  .container {
    width: 95%;
  }

  .home-banner-sec .ban-content h1 {
    font-size: 40px;

    line-height: 55px;
  }

  .abt-us-img img {
    width: 100%;
  }

  .about-sec-wrap .about-img img {
    width: 100%;
  }

  .about-sec-wrap .about-img img {
    margin-left: -35px;
  }

  .venture-sec {
    max-width: 1200px;
  }

  .map-sec img {
    width: 100%;
  }
}

@media (max-width: 1200px) {
  .home-banner-sec {
    background-size: 100% 100%;
  }

  .home-banner-sec .ban-content {
    margin-top: 40px;
  }

  .swiper-button-next::after {
    content: none !important;
  }

  .about-sec-wrap {
    padding-top: 50px;

    padding-bottom: 50px;
  }

  .addres-wrap {
    padding-left: 50px;
  }

  .about-sec-wrap .about-img img {
    margin-left: -25px;
  }

  .about-content {
    padding-left: 30px;
  }

  .header-sec .header-desk .header-menu ul li {
    margin-left: 25px;
  }

  .aur-btn {
    margin-left: 25px;
  }

  .way-to-wellness .way-bg {
    height: 320px;
  }
}

@media (max-width: 1024px) {
  .about-sec-wrap {
    padding-top: 25px;

    padding-bottom: 50px;
  }

  .venture-sec .venture-card .ven-card-cont h3 {
    font-size: 18px;
  }

  .way-to-wellness .way-row .way-box h4 {
    font-size: 17px;
  }
}

@media (max-width: 991px) {
  .about-content {
    padding-left: 0;
  }

  .home-banner-sec .ban-content h1 {
    font-size: 32px;

    line-height: 45px;
  }

  .header-sec .header-desk .header-menu ul li {
    margin-left: 20px;
  }

  .aur-btn {
    margin-left: 20px;
  }

  .header-desk {
    display: none !important;
  }

  .header-sec {
    height: 80px;
  }

  .way-to-wellness .way-bg {
    height: 285px;
  }

  .way-to-wellness .way-row .way-box h4 {
    font-size: 14px;
  }

  .way-to-wellness .way-row .way-box {
    padding: 0 10px;
  }

  .way-to-wellness .way-row .way-box .way-img {
    margin: 0 auto 14px;
  }

  .places-wrapp .palces-row .places-card {
    width: 32%;

    margin: 0 2% 2% 0;
  }

  .places-wrapp .palces-row .places-card:nth-child(3n) {
    margin-right: 0;
  }

  .places-wrapp .palces-row .places-card:nth-child(4n) {
    margin-right: auto;
  }

  .places-wrapp .kathakali {
    width: 50%;
  }

  .addres-wrap {
    padding: 0;
  }

  .form-wrap .form-div .form-left p {
    font-size: 16px;
  }

  .addres-wrap .mail-sec .mails-links a {
    font-size: 15px;
  }

  .addres-wrap .call-sec .call-links a {
    font-size: 15px;
  }

  .addres-wrap .address-sec .address-link a {
    font-size: 15px;
  }

  .addres-wrap .book-sec .book-links h4 {
    font-size: 16px;
  }

  .addres-wrap .mail-sec .mails-links {
    margin-left: 15px;
  }

  .addres-wrap .call-sec .call-links {
    margin-left: 15px;
  }

  .addres-wrap .address-sec .address-link {
    margin-left: 15px;
  }

  .addres-wrap .book-sec .book-links {
    margin-left: 15px;
  }
  .home-banner-sec .ban-content h1 span {
    display: inline;
  }
  .about-us-wrap .abt-us-sec {
    margin: 45px 0 30px;
  }

  .way-to-wellness {
    padding: 70px 0 50px;
  }

  .places-wrapp {
    padding: 40px 0 50px;
  }

  .venture-wrap .vent-head {
    margin: 0;
  }

  .venture-wrap {
    padding: 50px 0 64px;
  }

  .our-mission-vission {
    padding: 0 0 30px;
}
.doc-cards {
  margin: 30px 0 0;
}

.doc-card-sec {
  margin: 50px 0;
}
.form-wrap .form-div {
  margin: 60px 0;
}
.guest-wrapp {
  padding: 50px 0 70px;
}
}

@media (min-width: 992px) {
  .header-mob {
    display: none !important;
  }


}

.header-sec .header-mob nav {
  height: 80px;

  background: #ffff !important;
}

.header-sec .header-mob nav .navbar-toggler {
  border: none;
}

.header-sec .header-mob .navbar-brand .logo img {
  width: 130px;
}

.navbar-toggler:focus {
  box-shadow: none;
}

.offcanvas-header .btn-close {
  position: absolute;

  right: 10%;

  top: 5%;
}

.offcanvas-body ul li a {
  font-size: 17px;

  font-family: "Poppins", sans-serif;

  color: black !important;
}

.offcanvas-body ul li a.active {
  color: #00836d !important;
}

.offcanvas-body ul li {
  margin-bottom: 15px;
}

.nav-item.aur-btn {
  margin-left: 0;

  margin: 0 auto;

  width: fit-content;
}

.nav-item.aur-btn a {
  color: white !important;
}

.nav-item.aur-btn:hover a {
  color: #0d5146 !important;
}

.offcanvas-body ul li {
  margin: 0;

  border-bottom: 1px solid #cdcdcd;
}

.offcanvas-body ul li.nav-item.aur-btn {
  margin: 20px 0 0;

  border: none;
}

@media screen and (max-width: 991px) and (min-width: 768px) {
  .about-sec-wrap .row {
    display: block;
  }

  .about-sec-wrap .row .col-lg-6 {
    float: left;
    display: inline-block;
    margin: 0 20px 20px 0;
  }

  .about-sec-wrap .row .col-lg-6:nth-child(2) {
    width: auto;
    float: none;
    display: inline;
    margin: 0;
  }

  .about-sec-wrap .row .col-lg-6:nth-child(2) .about-content.aur-cont {
    display: inline;
  }

  .about-sec-wrap {
    padding: 10px 0;
  }
}

@media (max-width: 767px) {
  .aur-btn {
    margin-left: 30px;
  }

  .header-sec .header-desk .header-menu ul li {
    margin-left: 30px;
  }

  .home-banner-sec {
    height: 420px;

    background-size: 114% 100%;
  }

  .about-sec-wrap {
    padding-top: 0;
  }

  .about-sec-wrap .row {
    flex-direction: column-reverse;
  }

  .about-content {
    padding-left: 0;
  }

  .about-img {
    max-width: 500px;

    margin: 0 auto;

    margin-top: 30px;
  }

  .about-us-wrap .abt-us-sec {
    margin: 40px 0px;
  }

  .abt-us-img {
    max-width: 500px;

    margin: 0 auto;

    margin-top: 30px;
  }

  .doc-card {
    margin-bottom: 30px;
  }

  .addres-wrap {
    padding-left: 0;

    margin-top: 50px;
  }

  .map-sec {
    width: 100%;

    max-width: none;

    height: 300px;
  }

  .home-banner-sec .ban-content h1 {
    font-size: 30px;

    line-height: 45px;
  }

  .home-banner-sec .ban-content {
    margin-top: 60px;
  }

  .about-sec-wrap .col-lg-6 {
    width: 100%;
  }

  .about-us-wrap .abt-us-sec .col-lg-6 {
    width: 100%;

    margin: 0 0 20px;
  }

  .about-us-wrap .abt-us-sec .col-lg-6:nth-child(2) {
    padding-top: 0;
  }

  .way-to-wellness .way-row .way-box {
    width: 50%;

    margin: 0 0 14px;
  }

  .way-to-wellness .way-row {
    margin: 50px 0;
  }

  .places-wrapp .kathakali {
    width: 61%;
  }

  .guest-wrapp .accordion-col h2 {
    font-size: 20px;
  }
}

@media (max-width: 600px) {
  .home-banner-sec:after {
    content: "";

    position: absolute;

    width: 100%;

    height: 100%;

    top: 0;

    left: 0;

    background: rgb(255 255 255 / 50%);

    display: none;
  }

  .home-banner-sec .ban-content {
    position: relative;

    z-index: 1;
  }

  .venture-sec .venture-card .ven-card-cont {
    margin-bottom: 50px;
  }

  .places-wrapp .palces-row .places-card {
    width: 48%;

    margin: 0 4% 4% 0;
  }

  .places-wrapp .palces-row .places-card:nth-child(3n) {
    margin-right: auto;
  }

  .places-wrapp .palces-row .places-card:nth-child(4n) {
    margin-right: auto;
  }

  .places-wrapp .kathakali {
    width: 61%;
  }

  .places-wrapp .palces-row .places-card:nth-child(2n) {
    margin-right: 0;
  }
}

@media (max-width: 480px) {
  .about-sec-wrap .about-img img {
    margin-left: 0;
  }

  .offcanvas-body ul li {
    text-align: left;
  }

  .aur-cont h4::before {
    content: none;
  }

  .aur-cont h4 {
    padding: 0;
  }

  .aur-cont p {
    font-size: 16px;

    padding: 0;
  }

  .about-us-wrap .abt-us-list ul li {
    font-size: 16px;
  }

  .form-wrap .form-div .form-left p {
    font-size: 16px;
  }

  .form-wrap .form-div .form-left .form-fields input {
    height: 50px;

    margin-bottom: 20px;
  }

  .form-wrap .form-div .form-left p {
    margin-bottom: 20px;
  }

  .form-wrap .form-div .form-left .form-fields textarea {
    height: 100px;

    margin-bottom: 20px;
  }

  .doc-card-sec {
    margin-top: 45px;

    margin-bottom: 0;
  }

  .venture-wrap {
    padding: 30px 0px 50px;
  }

  .home-banner-sec {
    height: inherit;

    background-size: 120% 100%;

    background-position-x: 0;

    background: none;

    padding: 30px 0 30px;
  }

  .banner-bg.mobile {
    display: block;
  }

  .home-banner-sec .ban-content {
    margin: 0 0 0;
  }

  .about-us-wrap .abt-us-sec {
    margin: 40px 0px 10px;
  }

  .way-to-wellness .way-bg {
    height: 240px;
  }

  .way-to-wellness .wray-content h4 {
    padding: 0;
  }

  .way-to-wellness .wray-content h4:before {
    display: none;
  }

  .places-wrapp .palces-row .places-card {
    width: 100%;

    margin: 0 0 20px 0;
  }

  .places-wrapp .kathakali {
    width: 61%;

    display: none;
  }

  .places-wrapp {
    padding: 40px 0 45px;
  }

  .places-wrapp .palces-row .places-card .place-img img {
    max-height: inherit;
  }

  .form-wrap .form-col {
    width: 100%;
  }

  .form-wrap .form-col:nth-child(2) {
    width: 100%;
  }

  .addres-wrap .mail-sec .mails-links a {
    font-size: 14px;
  }

  .addres-wrap .call-sec .call-links a {
    font-size: 14px;
  }

  .addres-wrap .address-sec .address-link a {
    font-size: 14px;
  }

  .about-us-wrap .abt-us-sec {
    margin: 45px 0 0;
  }
  .swiper.ventureswiper .slick-track .slick-slide {
    padding: 0;
  }

  .way-to-wellness {
    padding: 70px 0 40px;
  }

  .way-to-wellness .way-row {
    margin: 50px 0 0;
  }

  .form-wrap .form-div {
    margin: 50px 0;
}
.home-banner-sec.thank-you{
  background: none;
  padding: 30px 0 0;
}
}


@media  (min-width:1500px) {
  .home-banner-sec.thank-you {
    height: 569px;
}
}

@media  (max-width:992px) {

.ayufy img {
    width: 72px !important;
   
}
}

.ayufy img {
    width: 91px;
    margin-left: 30px;
}