/*======================================== Contact Wrapper ========================================*/
#contact_wrapper {
  background: url(../images/contact_wrapper_bg.webp) no-repeat center top;
  padding: 55px 0 70px 0px;
}
#contact_wrapper h2 {
  color: #fff;
  text-align: center;
}
#contact_wrapper p {
  text-align: center;
  margin-bottom: 40px;
}




#contact_wrapper p span {
  color: #fff;
  font-family: var(--primary-font-family-regular);
  font-weight: 300;
  font-size: 19px;
  text-align: center;
}
.contact_row {
  margin-bottom: 22px;
}
.contact_form input[type="text"],
.contact_form input[type="email"],
.contact_form input[type="tel"] {
  background: url(../images/text_bg.png) repeat;
  border: none;
  border-radius: 3px;
  color: #8a8a8a;
  font-family: var(--primary-font-family-regular);
  font-weight: 300;
  font-size: 15px;
  line-height: 25px;
  padding: 14px 15px;
  width: 100%;
}
.contact_form textarea {
  background: url(../images/text_bg.png) repeat;
  border: none;
  border-radius: 3px;
  color: #8a8a8a;
  font-family: var(--primary-font-family-regular);
  font-weight: 300;
  font-size: 18px;
  height: 160px;
  padding: 14px 15px;
  width: 100%;
  resize: none;
}
.contact_form::-moz-placeholder {
  color: #8a8a8a !important;
  opacity: 1;
}
.contact_form:-ms-input-placeholder {
  color: #8a8a8a !important;
}
.contact_form::-webkit-input-placeholder {
  color: #8a8a8a !important;
}
.contact_form input[type="submit"] {
  font-size: 20px;
  transition: all 1s ease 0s;
  margin-top: 20px;
  width:100%
}
/*.contact_form input[type="submit"]:hover {
  background: var(--primary-color-hover);
  color: var(--text-white);
  border: solid 1px var(--primary-color-hover);
  transition: all 1s ease 0s;
}*/
.contact_address {
  background: url(../images/address_bg.png) repeat;
  border-radius: 3px;
  padding: 30px;
}
.address_title {
  color: #217ab8;
  font-family: "prataregular";
  font-size: 23px;
}
.location {
  background: url(../images/location_icon.png) no-repeat left 7px;
  color: #818181;
  font-family: var(--primary-font-family-regular);
  font-weight: 300;
  line-height: 28px;
  margin: 12px 0 0;
  padding-left: 50px;
}
.phone {
  background: url(../images/ph_icon.png) no-repeat left 5px;
  color: #818181;
  font-family: var(--primary-font-family-regular);
  font-weight: 300;
  line-height: 33px;
  padding-left: 50px;
  margin: 10px 0 0;
}
.phone a {
  color: #818181;
  transition: all 1s ease 0s;
}
.phone a:hover {
  color: #c7c7c7;
}
.fax {
  background: url(../images/fax_icon.png) no-repeat left top;
  color: #818181;
  font-family: var(--primary-font-family-regular);
  font-weight: 300;
  line-height: 28px;
  padding-left: 50px;
  margin: 10px 0 0;
}
.email {
  background: url(../images/email_icon.png) no-repeat left 5px;
  color: #818181;
  font-family: var(--primary-font-family-regular);
  font-weight: 300;
  line-height: 28px;
  padding-left: 50px;
  margin: 10px 0 0;
}
.email a {
  color: #818181;
  font-family: var(--primary-font-family-regular);
  font-weight: 300;
  transition: all 1s ease 0s;
}
.email a:hover {
  color: #c7c7c7;
}

/*======================================== Photo Album ========================================*/
.photo_album {
  border-radius: 5px;
  margin: 0 0 30px;
  transition: all 1s ease 0s;
}
.photo_album:hover .photo_img img {
  border: 1px solid #6a9f40;
}
.photo_album .photo_img {
  position: relative;
}
.photo_album .photo_img img {
  border-radius: 5px;
  border: 1px solid #e1e3c5;
  padding: 1px;
  position: relative;
}
.photo_album .photo_img .hover {
  bottom: 0;
  display: block;
  left: 0;
  padding: 10px;
  position: absolute;
  width: 100%;
  border-radius: 0 0 5px 5px;
  text-align: center;
  text-transform: uppercase;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.photo_album:hover .photo_img .hover {
  background: url(../images/hover_bg.png) repeat;
  top: 0;
  left: 0;
  border-radius: 5px;
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.photo_album .photo_img .hover img {
  border: 2px solid #6f3919;
  text-align: center;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.photo_album:hover .photo_img .hover img {
  margin: 25%;
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.photo_album .caption {
  background: #6a9f40;
  border-radius: 5px;
  margin: 2px 0 0;
  padding: 10px;
  text-align: center;
  color: #fff;
  font-family: "oxygenregular";
  font-size: 20px;
  text-align: center;
  text-transform: uppercase;
  transition: all 1s ease 0s;
}
.photo_album:hover .caption {
  background: #6f3919;
  color: #ffc12c;
}
/*======================================== Our Healing ========================================*/
.healing_sub_section {
  margin: 30px 0 0;
  text-align: center;
  transition: all 1s ease 0s;
}
.healing_sub_section .healing_img {
  position: relative;
  overflow: hidden;
  border-radius: 5px;
}
.healing_sub_section .healing_img img {
  width: 100%;
  transition: all 0.8s linear 0s;
}
.healing_sub_section:hover .healing_img img {
  transform: scale(1.1);
}
.healing_cnt {
  transition: all 1s ease 0s;
  padding: 15px 10px 15px;
  display: flex;
  align-items: center;
  height: 96px;
  justify-content: center;
}
.healing_sub_section {
  transition: all 1s ease 0s;
  border-bottom: 2px solid #5f4bdf;
  display: block;
  margin: 0;
}
.healing_sub_section:hover {
  border-bottom: solid 2px #3f83e2;
  transition: all 1s ease 0s;
}
.healing_sub_section h3 {
  color: #1274b7;
  margin-top: 0;
  font-family: var(--primary-font-family-regular);
  font-weight: 400;
  font-size: 22px;
}
.healing_sub_section p {
  color: #838383;
  line-height: 24px;
  font-size: 16px;
}
.healing_sub_section .readmore {
  background: #ffdb45;
  border: 1px solid #b3a17f;
  border-radius: 5px;
  color: #648c00;
  float: none;
  font-size: 14px;
  margin: 15px auto 0;
  padding: 10px 25px;
  display: block;
}
.healing_sub_section .readmore:hover {
  border: 1px solid #945e3e;
  background: #f6a610;
  color: #356a10;
}
/*======================================== Our Healing Detail ========================================*/
.inner_page_head {
  border-bottom: 2px solid #cec4ef;
  margin-bottom: 20px;
  float: left;
  width: 52%;
}
.inner_page_head h2 {
  color: #000;
  display: inline-block;
  font-size: 28px;
  line-height: 22px;
  margin: 0;
  padding: 0 0 20px;
  position: relative;
}
.inner_page_head h2:after {
  content: "";
  display: block;
  height: 2px;
  background: #6148de;
  position: absolute;
  bottom: -2px;
  left: 0;
  right: 0;
}
.inner_page_head h3 {
  color: #85553a;
  display: inline-block;
  font-size: 22px;
  line-height: 22px;
  margin: 0;
  padding: 0 0 10px;
  position: relative;
}
.inner_page_head h3:after {
  content: "";
  display: block;
  height: 2px;
  background: #6a9f40;
  position: absolute;
  bottom: -2px;
  left: 0;
  right: 0;
}
.healing_sub_img {
  margin-bottom: 30px;
  float: right;
  margin-left: 30px;
  width: 45%;
}
.content_list {
  margin: 0 0 30px;
  padding: 0;
  list-style: none;
}
.content_list li {
  background: url(../images/li_icon.png) no-repeat left 8px;
  font-family: var(--primary-font-family-regular);
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  padding-left: 30px;
  color: #3b3a3a;
}
.disease_focus ul {
  margin: 0 0 30px;
  padding: 0;
  list-style: none;
  float: right;
  width: 52%;
}
.disease_focus ul li {
  background: url(../images/li_icon.png) no-repeat left 8px;
  font-family: var(--primary-font-family-regular);
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  padding-left: 30px;
  color: #838383;
}
/*======================================== Testimonial ========================================*/
.testimonial_sub {
  background: url(../images/healing_bg.webp) repeat center top;
  background-size: cover;
  padding: 20px;
  border: 1px solid #945e3d;
  border-radius: 5px;
  margin: 0 0 65px;
  transition: all 1s ease 0s;
  text-align: center;
  position: relative;
}
.testimonial_sub:hover {
  border: 1px solid #74a54d;
}
.comments_sub {
  color: #946140;
  font-family: var(--primary-font-family-regular);
  font-weight: 300;
  font-style: italic;
  font-size: 16px;
  padding: 0 25px;
  line-height: 26px;
  margin-bottom: 10px;
  position: relative;
}
.comments_sub:before {
  background: url(../images/left-quotes-sign.png) no-repeat left top;
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  width: 16px;
  height: 16px;
}
.comments_sub:after {
  background: url(../images/right-quotes-sign.png) no-repeat left top;
  content: " ";
  position: absolute;
  right: 0;
  bottom: 11px;
  width: 16px;
  height: 16px;
}
.client_img_sub img {
  border: 3px solid #fff;
  border-radius: 100%;
  margin-bottom: 15px;
  transition: all 1s ease 0s;
}
.testimonial_sub:hover .client_img_sub img {
  border: 3px solid #6aa040;
}
.client_sub {
  background: #fdfcee;
  border-bottom: 3px solid #88b367;
  border-radius: 5px;
  color: #945e3e;
  font-size: 17px;
  left: 24%;
  line-height: 24px;
  padding: 10px 0;
  position: absolute;
  width: 50%;
  box-shadow: 0 0 3px #919191;
  transition: all 1s ease 0s;
}
.client_sub span {
  color: #6ca143;
  font-family: var(--primary-font-family-regular);
  font-weight: 300;
  font-style: italic;
  transition: all 1s ease 0s;
}
.client_sub:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 4px;
  bottom: -4px;
  left: 0;
  background-color: #946140;
  border-radius: 0 0 5px 5px;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.testimonial_sub:hover .client_sub:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
/*======================================== Contact Us ========================================*/
.contact_page_form .contact_form input[type="text"],
.contact_page_form .contact_form input[type="email"],
.contact_page_form .contact_form input[type="tel"] {
  background: #fff;
  border: 1px solid #b3b1b9;
  color: #542409;
  transition: all 0.3s ease-in-out 0s;
}
.contact_page_form .contact_form textarea {
  background: #fff;
  border: 1px solid #b3b1b9;
  color: #542409;
  height: 210px;
  transition: all 0.3s ease-in-out 0s;
}
.contact_page_form .contact_form input[type="text"]:hover,
.contact_page_form .contact_form input[type="email"]:hover,
.contact_page_form .contact_form input[type="tel"]:hover,
.contact_page_form .contact_form textarea:hover,
.contact_page_form .contact_form input[type="text"]:focus,
.contact_page_form .contact_form textarea:focus {
  border: 1px solid #3a7fd8;
}
.contact_page_form .contact_form::-moz-placeholder {
  color: #542409 !important;
  opacity: 1;
}
.contact_page_form .contact_form:-ms-input-placeholder {
  color: #542409 !important;
}
.contact_page_form .contact_form::-webkit-input-placeholder {
  color: #542409 !important;
}
.contact_page_form .contact_row {
  margin-bottom: 30px;
}
.contact_page_address_ryt {
  margin: 77px 0 0;
}
.contact_sub_title {
  font-size: 18px;
  color: #329ae2;
}
.contact_title {
  color: #1c6dd6;
  font-size: 26px;
  margin: 5px 0 15px;
  text-transform: capitalize;
}
.contact_page_address h4 {
  padding: 10px 15px;
  font-size: 19px;
  border-left: 4px solid rgb(83, 82, 86);
  color: rgb(99, 95, 111);
}
.contact_location {
  background: url(../images/contact_location_icon.png) no-repeat left 5px;
  color: #696969;
  font-family: var(--primary-font-family-regular);
  font-weight: 300;
  font-size: 16px;
  line-height: 23px;
  margin: 12px 0 0 20px;
  padding-left: 60px;
}
.contact_phone {
  background: url(../images/contact_ph_icon.png) no-repeat left 5px;
  color: #696969;
  font-family: var(--primary-font-family-regular);
  font-weight: 300;
  font-size: 16px;
  line-height: 45px;
  padding-left: 60px;
  margin: 10px 0 0 20px;
}
.contact_phone a {
  color: #696969;
  transition: all 1s ease 0s;
}
.contact_phone a:hover {
  color: #c7c7c7;
}
.contact_fax {
  background: url(../images/contact_fax_icon.png) no-repeat left top;
  color: #696969;
  font-family: var(--primary-font-family-regular);
  font-weight: 300;
  font-size: 16px;
  line-height: 40px;
  padding-left: 60px;
  margin: 10px 0 0 20px;
}
.contact_email {
  background: url(../images/contact_email_icon.png) no-repeat left 5px;
  color: #696969;
  font-family: var(--primary-font-family-regular);
  font-weight: 300;
  font-size: 16px;
  line-height: 45px;
  padding-left: 60px;
  margin: 10px 0 0 20px;
}
.contact_email a {
  color: #696969;
  font-family: var(--primary-font-family-regular);
  font-weight: 300;
  transition: all 1s ease 0s;
}
.contact_email a:hover {
  color: #c7c7c7;
}
.our_office {
  margin: 20px 0 0;
}
/*======================================== Room Reservation ========================================*/
.reserve_title h3 {
  background: #eec670;
  border-top: 4px solid rgb(83, 82, 86);
  color: #8c5636;
  font-size: 25px;
  margin: 0;
  padding: 10px 15px;
  text-align: center;
}
.reserve_form input[type="text"],
.reserve_form input[type="email"],
.reserve_form input[type="tel"] {
  background: #fff;
  height: auto;
  border: 1px solid #b3b1b9;
  border-radius: 0;
  color: #542409;
  font-family: var(--primary-font-family-regular);
  font-weight: 300;
  font-size: 15px;
  line-height: 25px;
  padding: 14px 15px;
  width: 100%;
  transition: all 0.3s ease-in-out 0s;
}
.reserve_form select {
  background: #fff;
  height: auto;
  border: 1px solid #b3b1b9;
  border-radius: 0;
  color: #542409;
  font-family: var(--primary-font-family-regular);
  font-weight: 300;
  font-size: 15px;
  line-height: 25px;
  padding: 14px 15px;
  width: 100%;
  transition: all 0.3s ease-in-out 0s;
}
.reserve_form textarea {
  background: #fff;
  border: 1px solid #b3b1b9;
  border-radius: 0;
  color: #542409;
  height: 190px;
  font-family: var(--primary-font-family-regular);
  font-weight: 300;
  font-size: 18px;
  line-height: 25px;
  padding: 14px 15px;
  width: 100%;
  transition: all 0.3s ease-in-out 0s;
}
.reserve_form .radio {
  color: #696969;
  font-family: var(--primary-font-family-regular);
  font-weight: 300;
  margin-top: 0;
  margin-bottom: 0;
}
.reserve_form .radio label {
  color: #696969;
  font-family: var(--primary-font-family-regular);
  font-weight: 300;
}
.reserve_form input[type="text"]:hover,
.reserve_form input[type="email"]:hover,
.reserve_form textarea:hover,
.reserve_form input[type="text"]:focus,
.reserve_form textarea:focus {
  border: 1px solid #3a7fd8;
}
.reserve_form::-moz-placeholder {
  color: #542409 !important;
  opacity: 1;
}
.reserve_form:-ms-input-placeholder {
  color: #542409 !important;
}
.reserve_form::-webkit-input-placeholder {
  color: #542409 !important;
}
/*.reserve_form input[type="submit"] { background: #fabf19; border: none; border-radius: 3px; color: #000; font-size: 15px; height: 45px; text-align: center; text-transform: uppercase; transition: all 1s ease 0s; width: 100%; }
.reserve_form input[type="submit"]:hover { background: #728E00; color: #f4f4f4; }*/
.reserve_form input[type="submit"] {
  background: rgba(102, 65, 222, 1);
  background: -moz-linear-gradient(
    left,
    rgba(102, 65, 222, 1) 0%,
    rgba(72, 110, 226, 1) 57%,
    rgba(42, 173, 225, 1) 74%,
    rgba(31, 229, 199, 1) 100%
  );
  background: -webkit-gradient(
    left top,
    right top,
    color-stop(0%, rgba(102, 65, 222, 1)),
    color-stop(57%, rgba(72, 110, 226, 1)),
    color-stop(74%, rgba(42, 173, 225, 1)),
    color-stop(100%, rgba(31, 229, 199, 1))
  );
  background: -webkit-linear-gradient(
    left,
    rgba(102, 65, 222, 1) 0%,
    rgba(72, 110, 226, 1) 57%,
    rgba(42, 173, 225, 1) 74%,
    rgba(31, 229, 199, 1) 100%
  );
  background: -o-linear-gradient(
    left,
    rgba(102, 65, 222, 1) 0%,
    rgba(72, 110, 226, 1) 57%,
    rgba(42, 173, 225, 1) 74%,
    rgba(31, 229, 199, 1) 100%
  );
  background: -ms-linear-gradient(
    left,
    rgba(102, 65, 222, 1) 0%,
    rgba(72, 110, 226, 1) 57%,
    rgba(42, 173, 225, 1) 74%,
    rgba(31, 229, 199, 1) 100%
  );
  background: linear-gradient(
    to right,
    rgba(102, 65, 222, 1) 0%,
    rgba(72, 110, 226, 1) 57%,
    rgba(42, 173, 225, 1) 74%,
    rgba(31, 229, 199, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6641de', endColorstr='#1fe5c7', GradientType=1 );
  color: #fff;
  font-size: 17px;
  font-family: "prataregular";
  padding: 12px 35px;
  border-radius: 50px;
  transition: all 1s ease 0s;
  display: inline-block;
  float: right;
  margin-top: 20px;
  border: none;
}
.reserve_form input[type="submit"]:hover {
  color: #fff;
  background: rgba(102, 65, 222, 1);
  background: -moz-linear-gradient(
    left,
    rgba(102, 65, 222, 1) 0%,
    rgba(72, 110, 226, 1) 34%,
    rgba(42, 173, 225, 1) 64%,
    rgba(31, 229, 199, 1) 100%
  );
  background: -webkit-gradient(
    left top,
    right top,
    color-stop(0%, rgba(102, 65, 222, 1)),
    color-stop(34%, rgba(72, 110, 226, 1)),
    color-stop(64%, rgba(42, 173, 225, 1)),
    color-stop(100%, rgba(31, 229, 199, 1))
  );
  background: -webkit-linear-gradient(
    left,
    rgba(102, 65, 222, 1) 0%,
    rgba(72, 110, 226, 1) 34%,
    rgba(42, 173, 225, 1) 64%,
    rgba(31, 229, 199, 1) 100%
  );
  background: -o-linear-gradient(
    left,
    rgba(102, 65, 222, 1) 0%,
    rgba(72, 110, 226, 1) 34%,
    rgba(42, 173, 225, 1) 64%,
    rgba(31, 229, 199, 1) 100%
  );
  background: -ms-linear-gradient(
    left,
    rgba(102, 65, 222, 1) 0%,
    rgba(72, 110, 226, 1) 34%,
    rgba(42, 173, 225, 1) 64%,
    rgba(31, 229, 199, 1) 100%
  );
  background: linear-gradient(
    to right,
    rgba(102, 65, 222, 1) 0%,
    rgba(72, 110, 226, 1) 34%,
    rgba(42, 173, 225, 1) 64%,
    rgba(31, 229, 199, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6641de', endColorstr='#1fe5c7', GradientType=1 );
  transition: all 1s ease 0s;
}
.reserve_form input[type="reset"] {
  background: #a2b88f;
  border: none;
  border-radius: 3px;
  color: #000;
  font-size: 18px;
  height: 45px;
  text-align: center;
  text-transform: uppercase;
  transition: all 1s ease 0s;
  width: 100%;
}
.reserve_form input[type="reset"]:hover {
  background: #728e00;
  color: #f4f4f4;
}
.reserve_row {
  margin-bottom: 15px;
}
.reserve_form {
  padding: 15px 0;
}
.calendar_txtbx {
  width: 90% !important;
}
.calend_icon {
  margin: 0 0 0 5px;
}
.reserve_form label {
  color: #000;
  font-weight: normal;
  font-size: 18px;
}
.spcl_textarea {
  height: 120px !important;
}
/*======================================== sub page =======================================*/
/*#content_sub_page {
  background: linear-gradient(to bottom, #c4f7f3 0%, #FFFFFF 38%);
  background-repeat: no-repeat;
  background-size: cover;
  padding-top:116px;
}*/
#content_sub_page {
	background: url(../images/subbannerimg.png) no-repeat center top;
	background-size: 100%;
	padding-top:0;
	margin-top:116px;
}
/*.contentvectorimg {position:relative;
  z-index:0;}
.contentvectorimg::before {
  content: "";
  position: absolute;
  width: 690px;
  left: 0;
  height: 302px;
  top: 0;
  z-index: -1;
  background: url(../images/topcontentvector.svg) no-repeat;
  transform-origin: center;
}
.contentvectorimg::after {
  content: "";
  position: absolute;
  width: 392px; 
  right: 0;
  height: 550px;
  top: 0;
  z-index: -1;
  background: url(../images/sidecontentvector.svg) no-repeat;
  transform-origin: center;
}*/
.subpage_content {position:relative}
.about_page_img_right {
  float: right;
  margin-left: 30px;
}
.about_page_img_left {
  float: left;
  margin-right: 30px;
}
#content_sub_page p span {
  color: #719b00;
  font-family: var(--primary-font-family-regular);
  font-weight: 400;
  font-size: 20px; /*border-bottom: 1px solid #ccc;*/
}
#content_sub_page .wpcf7-not-valid-tip {
  color: #dc3232;
  font-size: 16px;
}
/*banner*/
#content_sub_page h4,
#content_sub_page h3 {
  font-family: "prataregular";
  line-height: 30px;
}
.sub_banner {
  width: 100%;
  height: 275px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  position: relative;
  overflow: hidden;
  background-color: #000;
  background-position: top center !important;
  background-size: 100% !important;
  background-repeat: no-repeat !important;
}
.sub_banner h1 {
  margin: 35% auto;
  color: #fff;
}
.beauty_tips {
  border: 2px solid #fff0cf;
  background: #fff5df;
  position: relative;
  padding: 20px;
  margin: 15px 0 0;
}
.beauty_tips h3 {
  color: #6a8f07;
  margin: 0;
  padding: 0 10px;
  text-align: left;
}
.beauty_tips h3 span {
  font-family: "prataregular";
}
.beauty_tips ul {
  margin: 0;
  padding: 10px;
  width: 100%;
}
.beauty_tips ul li {
  color: #696969;
  line-height: 28px;
  list-style: none;
  margin-bottom: 15px;
  border-bottom: 1px solid #ffd270;
  background: url(../images/li_icon.png) no-repeat left 7px;
  padding-left: 27px;
  font-family: var(--primary-font-family-regular);
  font-weight: 300;
  font-style: italic;
  margin-top: 10px;
  padding-bottom: 10px;
}
.beauty_tips ul li:last-child {
  border-bottom: none;
}
.packages_sub {
  margin: 15px 0;
}
.packages_sub_content {
  padding: 20px;
  box-shadow: 0 0px 1px rgba(0, 0, 0, 0.5);
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
}
.packages_sub:hover .packages_sub_content {
  background-color: #5f4bdf;
}
.packages_sub:hover .packages_sub_content h3 {
  color: #fff;
}
.packages_sub_content .readmore {
  float: none;
  display: inline-block;
}
.packages_image img {
  width: 100%;
  height: auto;
}
.packages_sub .packages_image {
  position: relative;
  overflow: hidden;
  border-radius: 0;
}
.packages_sub .packages_image img {
  width: 100%;
  transition: all 0.8s linear 0s;
}
.packages_sub:hover .packages_image img {
  transform: scale(1.1);
}
.packages_sub h3 {
  color: #6a9f40;
  font-family: "prataregular";
  font-size: 19px;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  text-align: center;
  line-height: 28px;
}
.packages_sub p {
  margin: 5px 0 10px;
  font-size: 18px;
}
.readmore_pack {
  background: #ffc423;
  color: #648c00;
  font-size: 18px;
  padding: 10px 25px;
  transition: all 1s ease 0s;
  text-transform: uppercase;
}
.readmore_pack:hover {
  /*border:1px solid #945e3e;*/
  transition: all 1s ease 0s;
  background: #f6a610;
  color: #356a10;
}
.book_now {
  border: 1px solid #ffc027;
  background: #ffc027;
  border-radius: 5px;
  color: #648c00;
  font-size: 15px;
  float: left;
  margin: 15px 0 0;
  padding: 10px 25px;
  transition: all 1s ease 0s;
  text-transform: uppercase;
  width: 200px;
  text-align: center;
}
.book_now:hover,
.book_now:focus {
  border: 1px solid #e2a206;
  background: #f3b111;
  color: #356a10;
}
.slidebox {
  width: 100%;
  height: auto;
  display: inline-block; /*margin: 20px;*/
}
.slidebox img {
  width: 100%;
  height: auto;
}
.slidebox .fg {
  background-color: #fff; /*opacity:0.6;*/
  text-align: center;
  padding: 0 10px;
  border-bottom: 2px solid #ccc;
}
.slidebox .fg:hover {
  opacity: 0.8;
  filter: alpha(opacity=80); /* For IE8 and earlier */
}
.slidebox .fg h1 {
  color: #343434;
  font-size: 16px;
  margin: 8px 0;
  padding: 0;
  text-transform: uppercase;
  font-weight: 600;
  opacity: 1;
  filter: alpha(opacity=100); /* For IE8 and earlier */
}
.slidebox .fg h2 {
  color: #849811;
  font-size: 18px;
  margin: 0 0 15px;
  padding: 0;
  opacity: 1;
  filter: alpha(opacity=100); /* For IE8 and earlier */
}
.slidebox .fg p {
  line-height: 20px;
  opacity: 1;
  filter: alpha(opacity=100); /* For IE8 and earlier */
}
.slidebox .fg ul {
  padding: 0;
  display: inline-block;
  opacity: 1;
  filter: alpha(opacity=100); /* For IE8 and earlier */
}
.slidebox .fg ul li {
  margin: 4px !important;
  padding: 0 !important;
  float: left !important;
  width: 30px !important;
  background: none !important;
  opacity: 1;
  list-style: none;
  filter: alpha(opacity=100); /* For IE8 and earlier */
}
.slidebox .fg ul li a img {
  width: 100%;
  height: auto;
  opacity: 1;
  filter: alpha(opacity=100); /* For IE8 and earlier */
}
.slidebox .fg ul li a:hover {
  opacity: 0.8;
  filter: alpha(opacity=80); /* For IE8 and earlier */
}
/* 11 july 2016 */
.enquiry_form input[type="text"] {
  background: none;
  border: none;
  border-radius: 3px;
  color: #8a8a8a;
  font-family: var(--primary-font-family-regular);
  font-weight: 300;
  font-size: 13px;
  padding: 5px 10px;
  border: 1px solid;
  width: 100%;
}
.enquiry_form textarea {
  border: none;
  background: none;
  border: 1px solid;
  border-radius: 3px;
  color: #8a8a8a;
  font-family: var(--primary-font-family-regular);
  font-weight: 300;
  font-size: 13px;
  height: 60px;
  padding: 5px 10px;
  width: 100%;
  resize: none;
}
.enquiry_form .contact_row {
  margin-bottom: 10px;
}
.enquiry_form input[type="submit"] {
  background: #fabf19;
  border: none;
  border-radius: 3px;
  color: #000;
  font-size: 13px;
  height: 35px;
  text-align: center;
  text-transform: uppercase;
  transition: all 1s ease 0s;
  width: 100%;
}
.enquiry_form input[type="submit"]:hover {
  background: #728e00;
  color: #f4f4f4;
}
.reservation_block {
  padding: 30px 0;
  background: url(../images/green_repeat.jpg) repeat center top;
  text-align: center;
}
.date_picker_container {
  position: relative;
}
.reservation_block .form-group {
  padding: 0 10px;
}
.reserve_button {
  background: #fabf19;
  border: none;
  border-radius: 3px;
  color: #000;
  font-size: 13px;
  height: 35px;
  text-align: center;
  text-transform: uppercase;
  transition: all 1s ease 0s;
  width: 100%;
}
.reserve_button:hover {
  background: #728e00;
  color: #f4f4f4;
}
.reservation_block .form-control {
  border: none;
}
.reservation_block .form-control:focus {
  outline: none;
  box-shadow: none;
  border-color: none;
}
.reservation_block .input-group-addon {
  border: none;
  background: #fff;
}
.subpage_head {
  padding: 80px 0 30px;
  position:relative;
}
.subpage_head h1 {
  color: #252525;
  font-size: 45px;
  margin-top: 0;
  font-family: "prataregular";
  width: fit-content;
  display: inline-block;
}
.subpage_head h4 {
  color: #535353;
  font-family: "prataregular";
  font-weight: 400;
  font-size: 17px;
  line-height: 30px;
}
.subpage_head h1:after {
  content: "";
  background: #329ae2;
  height: 2px;
  width: 60px;
  display: block;
  margin: 12px auto 2px;
}
.center-block {
  float: none;
}
.video_link {
  display: block;
  color: #959595;
  text-decoration: underline;
  font-size: 14px;
  margin-top: 10px;
}
.video_link:hover {
  color: #cbcbcb;
  text-decoration: underline !important;
}
header.sticky .logo {
  position: fixed;
  z-index: 100;
  top: -10px;
  height: 115px;
  left: inherit;
}
header.sticky .nav_top {
  display: none;
}
header.sticky .logo img {
  height: 100%;
}
.sticky.top_navbar {
  position: fixed;
  z-index: 99;
}
/****===============VSK===============****/
.min_height {
  height: 420px;
  overflow: hidden;
}
.min_height .mCSB_scrollTools .mCSB_draggerRail {
  background-color: #8de5f9 !important;
}
.ayurveda ul {
  margin: 0 0 30px;
  padding: 0;
  list-style: none;
}
.ayurveda ul li {
  background: url(../images/li_icon.png) no-repeat left 8px;
  font-family: var(--primary-font-family-regular);
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  padding-left: 30px;
  color: #838383;
}
#content_sub_page h2 {
  font-family: "prataregular";
  font-size: 40px;
}
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
  border: none;
  margin: 0;
  color: #dc3232;
  padding: 0;
}
.wpcf7 .ajax-loader {
  float: right;
}
.wpcf7 form.sent .wpcf7-response-output {
  border: none;
  margin: 0;
  color: #02530c;
  padding: 0;
}
.healing_row {
  padding-top: 50px;
}
.disease_focus.content_page ul {
  float: none;
  width: 100%;
}
.footer_menu {
  padding: 0;
  list-style-type: none;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center !important;
  margin-bottom: 20px;
}
.footer_menu li a {
  color: #8c929a;
  padding: 0 10px;
  font-size: 14px;
}
.footer_menu li a:hover {
  color: #f9f9f9;
}
.float-none {
  float: none;
  display: inline-block;
}
.float_right {
  float: right;
}
.float_left_img {
  float: left;
  margin-right: 15px;
  margin-bottom: 15px;
}
.aboutimage_ {
  float: right;
  margin: 0 0 20px 30px;
  height: auto;
  width: 47%;
  max-width: 100%;
}
.notfound {
  float: none;
  margin: 0 auto;
  padding-top: 45px;
  padding-bottom: 45px;
}
.backbutton {
  text-align: center;
  padding-top: 15px;
}
.blog_contents ul,
.blog_contents ol,
.healing_detail_content ol,
.healing_detail_content ul {
  margin: 0 0 30px;
  padding: 0;
  list-style: none;
}
.blog_contents ul li,
.blog_contents ol li,
.healing_detail_content ol li,
.healing_detail_content ul li {
  background: url(../images/li_icon.png) no-repeat left 8px;
  font-family: var(--primary-font-family-regular);
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  padding-left: 30px;
  color: #838383;
}
.faq h4 {
  line-height: 30px;
}
#vision,
#team,
#principles,
#concepts {
  padding: 10px 0;
}
#cssmenu {
  margin-top: 15px !important;
}
#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #menu-button {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#cssmenu:after,
#cssmenu > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
#cssmenu #menu-button {
  display: none;
}
#cssmenu ul {
  text-align: right;
}
#cssmenu > ul > li {
  float: none;
  display: inline-block;
}
#cssmenu > ul > li:last-child a {
  padding-right: 0;
}
#cssmenu.align-center > ul {
  font-size: 0;
  text-align: center;
}
#cssmenu.align-center > ul > li {
  display: inline-block;
  float: none;
}
#cssmenu.align-center ul ul {
  text-align: left;
}
#cssmenu.align-right > ul > li {
  float: right;
}
#cssmenu > ul > li > a {
  padding: 10px 14px 14px;
  font-size: 14px;
  text-decoration: none;
  color: #fff;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
#cssmenu > ul > li:hover > a {
  color: #f5f1df;
}
#cssmenu > ul > li > a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 4px;
  bottom: -4px;
  left: 0;
  background-color: #fff;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
#cssmenu > ul > li > a:hover:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
#cssmenu > ul > li.current-menu-item > a {
  color: #f5f1df;
  border-bottom: 4px solid #fff;
}
header .sticky #cssmenu > ul > li > a {
  padding: 10px 16px 14px;
}
#cssmenu > ul > li.has-sub > a {
  padding-right: 20px;
}
#cssmenu > ul > li.has-sub > a:after {
  position: absolute;
  top: 13px;
  right: 0;
  width: 7px;
  height: 7px;
  display: block;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  border-radius: 2px;
  content: "";
  transform: rotate(135deg);
}
#cssmenu > ul > li.has-sub:hover > a:after {
  transform: rotate(315deg);
  top: 17px;
}
#cssmenu ul ul {
  position: absolute;
  left: -9999px;
  background: rgb(102, 65, 222);
  background: -moz-linear-gradient(
    top,
    rgba(102, 65, 222, 1) 0%,
    rgba(72, 110, 226, 1) 39%,
    rgba(42, 173, 225, 1) 72%,
    rgba(142, 223, 211, 1) 100%
  );
  background: -webkit-linear-gradient(
    top,
    rgba(102, 65, 222, 1) 0%,
    rgba(72, 110, 226, 1) 39%,
    rgba(42, 173, 225, 1) 72%,
    rgba(142, 223, 211, 1) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(102, 65, 222, 1) 0%,
    rgba(72, 110, 226, 1) 39%,
    rgba(42, 173, 225, 1) 72%,
    rgba(142, 223, 211, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6641de', endColorstr='#8edfd3',GradientType=0 );
}
#cssmenu.align-right ul ul {
  text-align: right;
}
#cssmenu ul ul li {
  height: 0;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
#cssmenu li:hover > ul {
  left: auto;
}
#cssmenu.align-right li:hover > ul {
  left: auto;
  right: 0;
}
#cssmenu li:hover > ul > li {
  height: auto;
}
#cssmenu ul ul ul {
  margin-left: 100%;
  top: 0;
}
#cssmenu.align-right ul ul ul {
  margin-left: 0;
  margin-right: 100%;
}
#cssmenu ul ul li a {
  border-bottom: 1px solid rgba(150, 150, 150, 0.15);
  padding: 11px 15px;
  width: 245px;
  font-size: 14px;
  text-decoration: none;
  color: #fff;
  font-weight: 400;
  text-align: left;
}
#cssmenu ul ul li:last-child > a,
#cssmenu ul ul li.last-item > a {
  border-bottom: 0;
}
#cssmenu ul ul li:hover > a,
#cssmenu ul ul li a:hover {
  color: #f5f1df;
  /*background: #1b1464;*/
}
#cssmenu ul ul li.has-sub > a:after {
  position: absolute;
  top: 16px;
  right: 11px;
  width: 8px;
  height: 2px;
  display: block;
  background: #dddddd;
  content: "";
}
#cssmenu.align-right ul ul li.has-sub > a:after {
  right: auto;
  left: 11px;
}
#cssmenu ul ul li.has-sub > a:before {
  position: absolute;
  top: 13px;
  right: 14px;
  display: block;
  width: 2px;
  height: 8px;
  background: #dddddd;
  content: "";
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
#cssmenu.align-right ul ul li.has-sub > a:before {
  right: auto;
  left: 14px;
}
#cssmenu ul ul > li.has-sub:hover > a:before {
  top: 17px;
  height: 0;
}
#cssmenu.small-screen {
  width: 100%;
  text-align: right;
}
#cssmenu.small-screen ul {
  width: 100%;
  display: none;
  text-align: left;
}
#cssmenu.small-screen.align-center > ul {
  text-align: left;
}
#cssmenu.small-screen ul li {
  width: 100%;
}
#cssmenu.small-screen ul ul li,
#cssmenu.small-screen li:hover > ul > li {
  height: auto;
}
#cssmenu.small-screen ul li a,
#cssmenu.small-screen ul ul li a {
  width: 100%;
  border-bottom: 0;
}
#cssmenu.small-screen > ul > li {
  float: none;
}
#cssmenu.small-screen ul ul li a {
  padding-left: 25px;
}
#cssmenu.small-screen ul ul ul li a {
  padding-left: 35px;
}
#cssmenu.small-screen ul ul li a {
  color: #fff;
  background: none;
  font-size: 13px;
}
#cssmenu.small-screen ul ul li:hover > a,
#cssmenu.small-screen ul ul li.active > a {
  color: #ffffff;
}
#cssmenu.small-screen ul ul,
#cssmenu.small-screen ul ul ul,
#cssmenu.small-screen.align-right ul ul {
  position: relative;
  left: 0;
  width: 100%;
  margin: 0;
  text-align: left;
  background: transparent;
  padding: 10px 0;
}
#cssmenu.small-screen > ul > li.has-sub > a:after,
#cssmenu.small-screen > ul > li.has-sub > a:before,
#cssmenu.small-screen ul ul > li.has-sub > a:after,
#cssmenu.small-screen ul ul > li.has-sub > a:before {
  display: none;
}
#cssmenu.small-screen #menu-button {
  display: inline-block;
  padding: 0;
  color: #fff;
  cursor: pointer;
  border: 1px solid #25c8d4;
  background: #fff;
  border-radius: 4px;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
  height: 40px;
  width: 40px;
  position: relative;
  z-index: 1;
}
#cssmenu.small-screen #menu-button:after {
  position: absolute;
  top: 18px;
  right: 9px;
  display: block;
  height: 9px;
  width: 20px;
  border-top: 2px solid #2e2e2e;
  border-bottom: 2px solid #2e2e2e;
  content: "";
}
#cssmenu.small-screen #menu-button:before {
  position: absolute;
  top: 11px;
  right: 9px;
  display: block;
  height: 2px;
  width: 20px;
  background: #2e2e2e;
  content: "";
}
#cssmenu.small-screen #menu-button.menu-opened:after {
  top: 17px;
  right: 11px;
  border: 0;
  height: 2px;
  width: 15px;
  background: #2e2e2e;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
#cssmenu.small-screen #menu-button.menu-opened:before {
  top: 17px;
  right: 11px;
  background: #2e2e2e;
  width: 15px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#cssmenu.small-screen .submenu-button {
  position: absolute;
  z-index: 99;
  right: 0;
  top: 0;
  display: block;
  height: 33px;
  width: 33px;
  cursor: pointer;
}
#cssmenu.small-screen ul ul .submenu-button {
  height: 34px;
  width: 34px;
}
#cssmenu.small-screen .submenu-button:after {
  position: absolute;
  top: 17px;
  right: 13px;
  width: 8px;
  height: 2px;
  display: block;
  background: #fff;
  content: "";
}
#cssmenu.small-screen ul ul .submenu-button:after {
  top: 15px;
  right: 13px;
}
#cssmenu.small-screen .submenu-button:before {
  position: absolute;
  top: 14px;
  right: 16px;
  display: block;
  width: 2px;
  height: 8px;
  background: #fff;
  content: "";
}
#cssmenu.small-screen ul ul .submenu-button:before {
  top: 12px;
  right: 16px;
}
#cssmenu.small-screen .submenu-button.submenu-opened:before {
  display: none;
}
#cssmenu.small-screen.select-list {
  padding: 5px;
}
#cssmenu.small-screen > ul.open {
  position: fixed;
  background: rgba(31, 229, 199, 1);
  background: -moz-linear-gradient(
    left,
    rgba(31, 229, 199, 1) 0%,
    rgba(42, 173, 225, 1) 26%,
    rgba(72, 110, 226, 1) 43%,
    rgba(102, 65, 222, 1) 100%
  );
  background: -webkit-gradient(
    left top,
    right top,
    color-stop(0%, rgba(31, 229, 199, 1)),
    color-stop(26%, rgba(42, 173, 225, 1)),
    color-stop(43%, rgba(72, 110, 226, 1)),
    color-stop(100%, rgba(102, 65, 222, 1))
  );
  background: -webkit-linear-gradient(
    left,
    rgba(31, 229, 199, 1) 0%,
    rgba(42, 173, 225, 1) 26%,
    rgba(72, 110, 226, 1) 43%,
    rgba(102, 65, 222, 1) 100%
  );
  background: -o-linear-gradient(
    left,
    rgba(31, 229, 199, 1) 0%,
    rgba(42, 173, 225, 1) 26%,
    rgba(72, 110, 226, 1) 43%,
    rgba(102, 65, 222, 1) 100%
  );
  background: -ms-linear-gradient(
    left,
    rgba(31, 229, 199, 1) 0%,
    rgba(42, 173, 225, 1) 26%,
    rgba(72, 110, 226, 1) 43%,
    rgba(102, 65, 222, 1) 100%
  );
  background: linear-gradient(
    to right,
    rgba(31, 229, 199, 1) 0%,
    rgba(42, 173, 225, 1) 26%,
    rgba(72, 110, 226, 1) 43%,
    rgba(102, 65, 222, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1fe5c7', endColorstr='#6641de', GradientType=1 );
  width: 100%;
  right: 0;
  bottom: 0;
  top: 0;
  padding: 70px 20px 20px;
}
.aboutusimage img {
  width: 100%;
  height: auto;
}
.speciality_img img {
  width: 100%;
  height: auto;
}
.healing_sub_section h3,
.healing_sub_section h3 a {
  margin-bottom: 0;
  color: #000;
}
.healing_sub_section:hover .healing_cnt {
  background-color: #5f4bdf;
}
.healing_sub_section:hover .healing_cnt h3 a,
.healing_sub_section:hover .healing_cnt h3 {
  color: #fff;
}
.packages_sub {
  margin: 0;
  height: 100%;
}
.packages_sub p {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* number of lines to show */
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
div#auraclinic,
#vision,
#team,
#ayurveda,
#principles,
#concepts {
  scroll-margin-top: 150px;
}

/***============ booking page ============***/
#booking_sub_page {background: url(../images/bookingbanner.png) no-repeat center top;background-size: 100%;
	padding-top:0;
	margin-top:116px;}
.bookingcontent {
    padding-top: 165px !important;
}
.booking-caption { padding: 15px 0 0 50px;}
.booking_contact_section {background:#E7F8F3;padding-bottom: 350px !important;}

.contact_whitebg {border-radius: 15px;background: #FFF;box-shadow: 0 4px 22px 0 rgba(212, 223, 220, 0.29);padding:35px 35px 0;margin-top: -438px;}
.contact_details {border-radius: 15px;background: linear-gradient(270deg, #2AADE1 0%, #1FE5C7 100%);padding:50px 35px; color:#fff}
.contact_details p, .contact_details h6 {color:#fff}
.contact_details h6 {margin:0}
.calling_button {background:#fff; border-radius:20px; padding:15px;}
.calling_button h5, .calling_button p{color:#000}
.bookcontact_location {background: url(../images/location.svg) no-repeat left top;font-family: var(--primary-font-family-regular);
  font-size: 16px;
  line-height: 23px;
  margin: 12px 0 20px 0px;
  padding-left: 45px;
}
.bookcontact_phone {background: url(../images/phone.svg) no-repeat left top;font-family: var(--primary-font-family-regular);
  font-size: 16px;
  line-height: 23px;
  margin: 12px 0 20px 0px;
  padding-left: 45px;}
.bookcontact_email {background: url(../images/mail.svg) no-repeat left top;font-family: var(--primary-font-family-regular);
  font-size: 16px;
  line-height: 23px;
  margin: 12px 0 20px 0px;
  padding-left: 45px;}
.bookcontact_email a, .bookcontact_phone a {color:#fff;}
.booking_contactform .contact_row {
    margin-bottom: 15px;
}
.booking_contactform .contact_form p {margin-bottom:5px}
.booking_contactform .contact_form input[type="text"],
.booking_contactform .contact_form input[type="email"],
.booking_contactform .contact_form input[type="tel"] {
  background: #fff;
  border: 1px solid #e4e6e6;
  color: #555;
  transition: all 0.3s ease-in-out 0s;
}
.booking_contactform .contact_form textarea {
  background: #fff;
  border: 1px solid #e4e6e6;
  color: #555;
  height: 163px;
  transition: all 0.3s ease-in-out 0s;
}
.booking_contactform .contact_form input[type="text"]:hover,
.booking_contactform .contact_form input[type="email"]:hover,
.booking_contactform .contact_form input[type="tel"]:hover,
.booking_contactform .contact_form textarea:hover,
.booking_contactform .contact_form input[type="text"]:focus,
.booking_contactform .contact_form textarea:focus {
  border: 1px solid #3a7fd8;
}
.booking_contactform .contact_form::-moz-placeholder {
  color: #542409 !important;
  opacity: 1;
}
.booking_contactform .contact_form:-ms-input-placeholder {
  color: #542409 !important;
}
.booking_contactform.contact_form::-webkit-input-placeholder {
  color: #542409 !important;
}
/*.booking_contactform .contact_form input[type="submit"] {border-radius: 30px;
background: linear-gradient(90deg, #1FE5C7 0.05%, #2AADE1 83.94%);float:none; display:block; width:100%}*/
.booking_contactform {background:#fff;padding:100px 0}


/*panchakarma*/
.bannerimg-pad {padding-left:20%}
.body-section {
padding: 60px 40px;
color: #ffffff;
border-radius: 12px;
background: #4A8BE5;
box-shadow: 0 3px 13px 10px rgba(199, 199, 199, 0.43);
}
.body-section h2 {
margin-bottom: 20px;
font-size: 36px;
color: #ffffff;
}
.body-section h5 {
margin-bottom: 20px;
}
.body-section p {
max-width: 900px;
margin: 0 auto;
color: #ffffff;
}
 .panchakarma-section {
        padding: 50px 0;
    }

    .dosha-card {
        background: #ffffff;
        border-radius: 12px;
        padding: 30px;
        box-shadow: 0 10px 25px rgba(0,0,0,0.08);
        text-align: center;
    }

    .dosha-card img {
        max-width: 100%;
        height: auto;
    }

    .panchakarma-content h2 {
        font-family: "Georgia", serif;
        font-size: 36px;
        margin-bottom: 20px;
        color: #222;
    }
    .panchakarma-procedures {
        padding: 0 0 50px;
    }

    .panchakarma-procedures h2 {
        font-family: "Georgia", serif;
        font-size: 38px;
        margin-bottom: 20px;
        color: #222;
        line-height: 50px;
    }

    .procedure-list {
        list-style: none;
        padding-left: 0;
        margin: 20px 0;
    }
 .procedure-list ul li{
    background: url(../images/Starblue.png);
    background-repeat: no-repeat;
 }
    .procedure-list li {
        position: relative;
        padding-left: 28px;
        margin-bottom: 10px;
        font-size: 18px;
        color: #333;
         background: url(../images/Starblue.png);
    }
 .procedure-list li {
       background: url(../images/Star\ 2.png);
       background-repeat: no-repeat;
    }
   

    .image-grid {
        position: relative;
    }

    .image-grid img {
        border-radius: 16px;
        object-fit: cover;
    }

    .img-large {
        width: 100%;
        height: 340px;
    }

    .img-small {
        width: 70%;
        height: 220px;
        position: absolute;
        bottom: -40px;
        left: -40px;
        box-shadow: 0 12px 25px rgba(0,0,0,0.15);
    }

    @media (max-width: 991px) {
        .img-small {
            position: static;
            width: 100%;
            margin-top: 20px;
        }
    }
    
 .why-aura {
    background: #4f86dc;
    padding: 90px 20px 80px;
    color: #ffffff;
    position: relative;
}

.why-aura h2 {
    font-size: 38px;
    color: #fff;
    margin-bottom: 70px;
    text-align: center;
    line-height: 50px;
}

.why-aura p {color:#fff !important; }
 

/* Feature box */
.feature {
    text-align: center;
    position: relative;
    z-index: 2;
}

.feature-icon {
    width: 64px;
    height: 64px;
    background: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 16px;
}

.feature-icon img {
    width: 30px;
    height: 30px;
}

.feature h6 {
    font-size: 20px;
    color: #fff;
    letter-spacing: 0.5px;
    margin-bottom: 10px;
    font-family: var(--primary-font-family-regular);
}

.feature p {
    font-size: 18px;
    line-height: 1.6;
    color: #eaf1ff;
    max-width: 260px;
    margin: 0 auto;
}

/* ========================= */
/* DOTTED LINES – DESKTOP ONLY */
/* ========================= */
@media (min-width: 992px) {

    /* Top row – 3 items */
    .dotted-line1 {
        position: absolute;
        top: 196px;
        left: 15%;
        width: 70%;
        border-top: 2px dashed rgba(255, 255, 255, 0.6);
        z-index: 1;
    }

    /* Bottom row – 2 items (CENTERED) */
    .dotted-line2 {
        position: absolute;
        top: 450px;
        left: 35%;
        width: 30%;
        border-top: 2px dashed rgba(255, 255, 255, 0.6);
        z-index: 1;
    }
}

 

     .rejuvenation-section {
        background: #F4FCFF;
        padding: 50px 20px;
        text-align: center;
    }

    .rejuvenation-section h2 {
        font-size: 36px;
        color: #1f1f1f;
        margin-bottom: 24px;
    }

    .rejuvenation-section p {
        max-width: 850px;
        margin: 0 auto;
        color: #444;
    }



  .faq-section {
    margin-top: 47px;
}
.faq-section h2 {font-size:36px;}


        .faq-wrapper {
        margin: 30px auto;
    }

    .accordion-item {
        border: none;
        border-radius: 16px;
        margin-bottom: 16px;
        box-shadow: 0 0 0 1px #eef1f1;
        overflow: hidden;
    }


.accordion-item {
    border: none;
}

.faq-wrapper .accordion-button {font-size: 20px;}

.accordion-button:not(.collapsed) {
    box-shadow: none;
}

.accordion-collapse {
    border-top: none !important;
}


    .accordion-button {
        padding: 22px 26px;
        color: #111;
        background: #ffffff;
        box-shadow: none;
    }

    .accordion-button:not(.collapsed) {
        background: #f1f8f8;
        color: #111;
    }

    .accordion-button::after {
        /* content: "+";*/
        background-image: none;
        font-size: 22px;
        width: 34px;
        height: 34px;
        border-radius: 50%;
        background: #4f86e5;
        color: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: 500;
    }

    .accordion-button:not(.collapsed)::after {
    
        font-size: 26px;
    }

    .accordion-body {
        padding: 0 26px 24px;
        font-size: 14px;
        line-height: 1.8;
        color: #444;
        background: #f1f8f8;
    }


    .accordion-button:not(.collapsed)::after{
    background-image: url(../images/FAQ\ Minus\ Icon.png);
    transform: rotate(-180deg);
background-repeat: no-repeat; 
 }

   

    .accordion-button::after {
    content: "+";
    background-image: none;
    font-size: 22px;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    color: #000;               /* black plus */
    background: transparent;   /* remove blue background */
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
}

.accordion-button:not(.collapsed)::after {
    content: "–";
    font-size: 26px;
    color: #000;
    border-color: #000;
}


/* Default (+) icon */
.accordion-button::after {
    content: "+";
    background-image: none;
    font-size: 22px;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    color: #000;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
}

/* Open state (–) icon */
.accordion-button:not(.collapsed)::after {
    content: "–";
    font-size: 26px;
    background: #4f86e5;   /* blue background */
    color: #fff;           /* white minus */
    border: none;
}

.faq-title h2{
align-items: center;
color: var(--Primary, #222);
text-align: center;
font-family: Prata;
font-size: 40px;
font-style: normal;
font-weight: 400;
line-height: 140%; /* 56px */
}

.faq-title {
    text-align: center;
}

  

    .detox-program{
        background: #4f86e5;
        color: #fff;
        padding:0;
        border-radius: 0 0 300px 300px;
        position: relative;
        margin: 100px 0 130px;
    }
     .detox-program::after{display: block;
    content: "";
    height: 200px;
    width: 100%;
    background-color: #4a86e8;
    position: absolute;
    bottom: -170px;
    left: 0;
    border-radius: 0 0 50% 50%;}
    .detox-program::before{display: block;
    content: "";
    height: 200px;
    width: 100%;
    background-color: #4a86e8;
    position: absolute;
    top: -100px;
    left: 0;
    border-radius:50% 50% 0 0;}
        .detox-program .container{position: relative; z-index: 1; margin-top: -80px;}

    .detox-program h2 {
        font-weight: 500;
        color:#fff;
        line-height: 60px;
        font-size: 36px;
    }

    .detox-program p {
        color:#fff
    }

    .stage-badge {
        background: #fff;
        color: #4f86e5;
        font-size: 15px;
        font-weight: 600;
        padding: 6px 14px;
        border-radius: 50px;
        display: inline-block;
        margin-bottom: 16px;
    }

    .therapy-list li {
        margin-bottom: 18px;
        position: relative;
        color:#fff;
        padding-left: 20px;
    }

    .therapy-list li strong {
        display: block;
        margin-bottom: 4px;
    }

    .therapy-list li::marker {
        color: #fff;
    }

    .therapy-list li::before {
    content: "•";
    position: absolute;
    left: 0;
    color: #fff;
    font-size: 18px
    top: -10px;
    }

    .detox-program img {
        border-radius: 20px;
       
    }
        .detox-program {
            border-radius: 0;
            padding: 60px 0;
        }

        .therapy-card {
    background: #ffffff;
    color: #222;
    padding: 28px;
    border-radius: 20px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.08);
}

.therapy-card h6 {
    font-weight: 600;
    margin-bottom: 12px;
}

.therapy-card p {
    margin: 0;
    color: var(--text-body);
}


/* Container Background */
/* .benefits-section {
    background-color: #4a86e8;
} */

/* Outer White Card */
.main-benefit-card {
    background-color: #F4FCFF;; /* Bootstrap light */
        border-radius: 6px;
}

/* Typography */
.section-title {
    font-weight: 400;
    font-size: 50px
}

.section-subtitle {
    color: #6c757d;
}

/* Blue List Box */
.benefit-list-box {
    background-color: #4a86e8;
}

.benefit-item {
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
}

.benefit-item:last-child {
    margin-bottom: 0;
}

.benefit-item li{
    padding-left: 30px;
}


li.benefit-item {
    padding-left: 30px;
}

.benefit-item{
    background-image: url(../images/Star\ 2.png);
    background-repeat: no-repeat;
}

.benefit-item .icon {
    margin-right: 1rem;
  font-size: 18px

}

.benefit-item .text {
   color:#fff;
}

/* Disclaimer Box */
.disclaimer-box {
border-radius: 12px;
border: 1px solid rgba(150, 179, 188, 0.49);
}


/* Mobile Adjustments */
@media (max-width: 991.98px) {
    .section-title {
        text-align: center;
    }
    .section-subtitle {
        text-align: center;
    }
}


/* Section */


.aura-title {
  font-family: 'Playfair Display', serif;
  font-size: 2.5rem;
  color: #333;
}

.aura-subtitle {
}

/* Accordion button */
.aura-accordion .accordion-button {
  background-color: #eeeeee;
  color: #333;
  padding: 1.25rem 3rem 1.25rem 1.25rem;
  border-radius: 8px;
  position: relative;
  line-height: 28px;
  font-size:20px;
}
/*.aura-accordion .accordion-body p {font-size: 18px}*/

/* Expanded state */
.aura-accordion .accordion-button:not(.collapsed) {
  background-color: #4a86e8;
  color: #fff;
}

/* REMOVE Bootstrap default icon */
.aura-accordion .accordion-button::after {
  content: "";
  background-image: url("assets/images/arrow-up.png");
  background-size: contain;
  background-repeat: no-repeat;
 
  height: 14px;
  position: absolute;
  right: 20px;
  transition: transform 0.3s ease;
}

/* Rotate arrow on open */
.aura-accordion .accordion-button:not(.collapsed)::after {
  transform: rotate(180deg);
  filter: brightness(0) invert(1);
}

/* Accordion body */
.aura-accordion .accordion-body {
  padding: 1.5rem;
  font-size: 0.9rem;
  line-height: 1.6;
  color: #444;
}

/* Notification */
.notification-box {
  background-color: #4a86e8;
  line-height: 1.5;
}

.notification-box p {color:#fff}

/* Image */
.rounded-5 {
  border-radius: 2rem !important;
}

/* Remove default Bootstrap icon */
.aura-accordion .accordion-button::after {
    background-image: url("../images/arrow-blue.png"); /* your icon */
    background-size: 14px;
    width: 14px;
    height: 14px;
    transform: none;
}

/* Change icon when expanded */
.aura-accordion .accordion-button:not(.collapsed)::after {
 background-image: url("../images/arrow-white.png");
    filter: unset;    transform: rotate(0);
}


.therapy {
    list-style: none;
    padding: 0;
    margin: 0;
}

.therapy li {
    position: relative;
    padding-left: 34px;
    margin-bottom: 14px;
}

/* ICON IMAGE */
.therapy li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 6px; /* vertical alignment */
    width: 16px;
    height: 16px;
    background-image: url("../images/Starblue.png"); /* your icon */
    background-size: contain;
    background-repeat: no-repeat;
}


.aura-accordion .accordion-button {
  position: relative;
  padding-right: 48px;
}

/* .aura-accordion .accordion-button::before {
  content: "";
  position: absolute;
  right: 18px;
  width: 18px;
  height: 18px;
  background-image: url("../images/arrow-white.png");
  background-size: contain;
  background-repeat: no-repeat;
  transition: transform 0.3s ease;
} */

/* OPEN STATE → arrow up */
.aura-accordion .accordion-button:not(.collapsed)::before {
 background-image: url("../images/arrow-white.png");
    filter: unset;
}

.Benefits-section{    margin-top: -160px;
    position: relative;
    z-index: 1;}
.Benefits-section h2 {font-size: 36px;}

@media (max-width: 575px) {
 .panchakarma-section {
   padding: 30px 0;
  }
}
.appointment_note {background:#D1ECED; padding:30px; border-radius: 25px;}

