@import url("https://fonts.googleapis.com/css2?family=DM+Serif+Display:ital@0;1&family=Inter:wght@100;200;300;400;500;600;700;800;900&family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@500&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@700&display=swap");

@font-face {
  font-family: "Canto";
  src: url("../font/Canto-Bold.woff");

  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: "Canto";
  src: url("../font/Canto-SemiBold.woff");

  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: "Canto";
  src: url("../font/Canto-Light.woff");

  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "Canto";
  src: url("../font/Canto-Light.woff");

  font-weight: normal;
  font-style: normal;
}

* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

a {
  text-decoration: none;
  color: unset;
}

.main {
  position: relative;
}

:root {
  --primary-color: #8f9b47;
  --bt-green: #8d9c33;
  --bt-hover: #566636;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Canto";
  font-style: normal;
}

h1 {
  font-weight: 700;
  font-size: 54px;
  line-height: 60px;
  letter-spacing: -0.5px;
  color: #ffffff;
}

h2 {
  font-weight: 700;
  font-size: 40px;
  line-height: 46px;
  color: #000000;
}

h3 {
  font-weight: 700;
  font-size: 32px;
  line-height: 39px;
  color: #ffffff;
}

h6 {
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0.0152em;
  text-transform: uppercase;
  color: var(--primary-color);
  margin-bottom: 8px;
}

p {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  /* or 157% */

  /* Rectangle 9118 */

  color: #464646;
}

/* header */

ul#menu-header-menu {
  list-style: none;
  padding: 0;

}

ul#menu-header-menu li {
  border-bottom: 1.092px solid var(--Rectangle-9119, #999);

}

#menuToggle a {
  font-family: Canto;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
  /* 150% */
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
  transition: color 0.3s ease;


}

/* section{
  padding: 100px 0px;
} */
a.button,
.download-pdf-button {
  background: var(--bt-green);
  border-radius: 24.3417px;
  padding: 10px 47px;
  color: #fff;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  border: 1px solid #8D9C33;


  letter-spacing: 0.0152em;
  text-transform: uppercase;

  color: #ffffff;
  width: fit-content;
  display: block;
}

button.download-pdf-button {
  outline: none;
  border: none;
  position: relative;
  z-index: 99;
}

/* header .header-button a.button:hover {
  background: var(--bt-hover);
  color: #ffffff;
} */
.header-button {
  display: flex;
  gap: 8px;
}

.sticky-bottom-btns {
  display: flex;
  gap: 8px;
  justify-content: center;
}

a.button:hover,
.connect-doctor a:hover,
.download-pdf-button:hover,
header .header-button a.button:hover {
  background: #fff;
  color: #8D9C33;
}

a:hover {
  color: #8D9C33;
}

#breadcrumbs a:hover {
  color: #fff;
  text-decoration: underline;
}

button:hover .green-text {
  color: var(--bt-green);
}

.white-text {
  color: #ffffff;
}

.grey-text {
  color: #c1c1c1;
}

.before-line-image-after::after {
  content: url('../images/after-line.svg');
  margin-left: 4px;

}

.before-line-image-before::before {
  content: url('../images/Vector\ \(1\).svg');
  margin-right: 4px;

}

/* header */

header {

  position: fixed;
  background: --webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
  top: 0px;
  left: 0;
  right: 0;
  width: 100%;
  height: 114px;
  /* padding-top: 20px; */
  z-index: 999;
}

.header {
  /* padding-top: 20px; */
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6px 0;
}

.header.sticky {
  transition: all 200ms ease-in-out;
  background: #fff;
  height: 114px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.24);
}

.header.sticky #menuToggle span.hambicon {
  background: #8D9C33;
}

.header.sticky .z-index svg path {
  fill: #8d9c33
}

header .header_content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 33px;
}

header .header-icons {
  display: flex;
  align-items: center;
  /* justify-content: space-between; */
  gap: 20px;
  gap: 20px;
  width: 318px;
}

header .header-button a.button {
  background: var(--bt-green);
  border-radius: 24.3417px;
  padding: 10px 24px;
}

/* footer */
section.footer {
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 201px !important;
}


footer ul li {
  list-style: none;
}

footer ul {
  padding: 0;
  margin-top: 24px;
}

.scoial-icons-container {
  padding: 20px 0;
  display: flex;
  gap: 10px;
}

/* footer ul.quick-links-2 {
  margin-top: 50px;
} */

.logo-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.logo-container {
  margin-bottom: 46px;
}

.footer-content {
  display: flex;
  justify-content: space-between;
}

.footer-content span {
  font-family: "Canto";
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  /* identical to box height, or 150% */

  text-transform: uppercase;

  color: #ffffff;
  border-bottom: 1px solid #8d9c33;
}

.quick-links li {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 202%;
  /* or 28px */

  margin-bottom: 8px;
  color: #ffffff;
}

.footer-content .sub-heading {
  margin-bottom: 24px;
}

.footer-content img {
  margin-top: -40px;
}

.footer-content p {
  margin-top: 24px;
}

.bottom-bar {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 56px 0;
  border-top: 2px solid #464646;
  margin-top: 20px;
}

section.footer {
  padding-top: 340px !important;
  background-repeat: no-repeat;
  background-size: cover;
}

.bottom-bar a {
  color: #FFF;
  font-family: Roboto;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 202%;
  margin: 0 20px;
  /* 28.28px */
}

.bottom-bar span {
  position: relative;
}

.bottom-bar span:first-of-type:before {
  content: '';
  display: block;
  width: 1px;
  height: 28px;
  background: #464646;
  margin: 0 20px;
  position: absolute;
  top: -11px;
  left: -21px;
}

/*  */

.sub-heading li {
  background-repeat: no-repeat;
  background-position: 0 5%;
  padding: 0px 0 0px 40px;
  list-style: none;
}

.sub-heading li span {
  border-bottom: none;
}

#text-1 {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  /* identical to box height, or 157% */

  color: #ffffff;
  text-decoration: none;
}

#text-2 {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 140%;
  /* identical to box height, or 17px */

  text-transform: lowercase;
  color: #f2f2f2;
}

/* header */

#menuToggle {
  display: block;
  position: relative;
  /* top: 50px;
  left: 50px; */

  z-index: 1;

  -webkit-user-select: none;
  user-select: none;
  padding-top: 10px;
}

#menuToggle input[type="checkbox"] {
  display: flex;
  width: 40px;
  height: 32px;
  position: absolute;
  cursor: pointer;
  opacity: 0;
  z-index: 2;
}

/* #menuToggle input[type="checkbox"]:checked~.toggle-img {
  display: none;
} */
#menuToggle span.hambicon {
  display: flex;
  width: 29px;
  height: 2px;
  margin-bottom: 5px;
  position: relative;
  background: #ffffff;
  border-radius: 3px;
  z-index: 1;
  transform-origin: 5px 0px;
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0),
    background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0),
    opacity 0.55s ease;
}

#menuToggle span.hambicon:nth-child(3) {
  width: 20px;
}

#menuToggle span.hambicon:first-child {
  transform-origin: 0% 0%;
}

#menuToggle span.hambicon:nth-last-child(2) {
  transform-origin: 0% 100%;
}

#menuToggle input:checked~span.hambicon {
  opacity: 1;
  transform: rotate(45deg) translate(-3px, -1px);
  /* background: #36383F; */
}

#menuToggle input:checked~span.hambicon:nth-last-child(3) {
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}

#menuToggle input:checked~span:nth-last-child(2) {
  transform: rotate(-45deg) translate(0, -1px);
}


/* input[type="checkbox"] {
  height: 1px;
  position: absolute;
  top: 0;
  z-index: 9;
} */

.toggle-img {
  position: absolute;
  top: -11px;
  left: -16px;
}



#menuToggle a:hover {
  color: #8D9C33;
}

#menuToggle a.btn {
  border: 1px solid #8D9C33 !important;
}

#menuToggle a.btn:hover {
  background: #fff;
}



/* #menuToggle input {
  display: block;
  width: 40px;
  height: 32px;
  position: absolute;
  top: -7px;
  left: -5px;

  cursor: pointer;

  opacity: 0;
  z-index: 2;

  -webkit-touch-callout: none;
} */

/*
 * Just a quick hamburger
 */
.me-text {
  color: var(--rectangle-9122, #fff);
  border-bottom: 1.092px solid var(--rectangle-9119, #999);
  /* H5 */
  font-size: 20px;
  font-family: Canto;
  font-weight: 700;
  line-height: 30px;
  text-transform: uppercase;
}

/* #menu1 input {
  margin-top: 18px;
  margin-bottom: 18px;
  width: 100%;
  border-radius: 8px;
  background: #f5f5f5;
  height: 48px;

  border: none;
  opacity: 1;
} */

/* #menuToggle span {
  display: block;
  width: 33px;
  height: 4px;
  margin-bottom: 5px;
  position: relative;

  background: #cdcdcd;
  border-radius: 3px;

  z-index: 1;

  transform-origin: 4px 0px;

  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1),
    background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease;
} */
div.asl_w .probox .proclose {
  height: 48px !important;
}

#menuToggle .span {
  display: block;
  width: 20px;
  height: 4px;
  margin-bottom: 5px;
  position: relative;

  background: #cdcdcd;
  border-radius: 3px;

  z-index: 1;

  transform-origin: 4px 0px;

  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1),
    background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease;
}

#menu .m-top {
  margin-top: 40px;
}

#menu .input-box .asl_m .proinput input.orig {
  padding: 8px 0 !important;
}

#menu .input-box div.asl_m .probox .promagnifier,
#menu .input-box div.asl_m .probox .prosettings {
  padding: 8px 10px !important;
}

/* #menuToggle span:first-child {
  transform-origin: 0% 0%;
} */

#menuToggle span.hambicon:nth-last-child(2) {
  transform-origin: 0% 100%;
}

/* 
 * Transform all the slices of hamburger
 * into a crossmark.
 */
#menuToggle input:checked~span.hambicon {
  opacity: 1;
  transform: rotate(45deg) translate(-2px, -1px);
  /* background: #232323; */
}

/*
 * But let's hide the middle one.
 */
#menuToggle input:checked~span.hambicon:nth-last-child(3) {
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}

/*
 * Ohyeah and the last one should go the other direction
 */
#menuToggle input:checked~span.hambicon:nth-last-child(2) {
  transform: rotate(-45deg) translate(0, -1px);
}

/*
 * Make this absolute positioned
 * at the top left of the screen
 */
#me-button {
  margin-top: 60px;
  color: var(--rectangle-9122, #fff);

  /* H5 */
  font-size: 20px;
  font-family: Canto;
  font-weight: 700;
  line-height: 30px;
  text-transform: uppercase;
  background-color: #8d9c33;

  padding: 16px 120px;
  justify-content: center;
  align-items: center;

  align-self: stretch;
  border-radius: 34px;
}

.input-box {
  position: relative;
}

.m-top {
  margin-top: 100px;
}

.input-box i {
  position: absolute;
  right: 20px;
  top: 26px;
  z-index: 10;
  font-size: large;
  color: black;
}

.form-control {
  color: var(--gray-3, #adadad);
  font-size: 16px;
  font-family: Canto;
  font-weight: 700;
  line-height: 160%;
  height: 50px;
  background-color: #eeeeee69;
}

.form-control:focus {
  background-color: #eeeeee69;
  box-shadow: none;
  border-color: #eee;
}

#menu-line {
  margin-bottom: 30px;
}

hr {
  color: #999;
  margin-bottom: 28px;
  margin-top: 0;
}

#menu {
  position: absolute;
  width: 469px;
  height: 103vh;
  margin: -100px 0 0 -50px;
  padding: 50px;
  padding-top: 125px;
  z-index: -1;
  list-style-type: none;
  -webkit-font-smoothing: antialiased;
  /* to stop flickering of text in safari */

  transform-origin: 0% 0%;
  transform: translate(-100%, 0);

  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  border-radius: 5px;
  background: linear-gradient(0deg, rgba(46, 67, 52, 0.90) 0%, rgba(46, 67, 52, 0.90) 100%), rgba(255, 255, 255, 0.90);
  backdrop-filter: blur(15px);
}

#menu li {
  padding: 10px 0;
  font-size: 22px;
}

/*
 * And let's slide it in from the left
 */
#menuToggle input:checked~ul {
  transform: none;
}

/* .input-box svg {
  position: absolute;
  right: 8px;
  transform: translate(-50%, -50%);
  z-index: 99;
  top: 35px;
} */

/* .toggle-img img{
  z-index: 9;
} */
.z-index {
  z-index: 9;
  position: relative;
}

.toggle-img img {
  z-index: 9
}

.Want-to-know .bottom-text span {
  color: #8D9C33;
}

.banner-heading h1 {
  text-align: center;
}

/* banner */

section.banner {
  overflow: hidden;
  position: relative;
  /* height: 811px; */
  background-repeat: no-repeat;
  background-size: cover;
}

section.banner .container-fluid {
  padding: 0;
}

.banner-heading-container {
  /* position: absolute;
  top: 322px;
  left: 5%;
  z-index: 9;
  color: #fff; */
  position: absolute;
  top: 35%;
  left: 50%;
  z-index: 9;
  color: #fff;
  transform: translate(-50%, 10px);


}

.wellness {
  height: 550px !important;
}

.banner-heading {
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 28px;
  position: relative;
  bottom: 65px;
}

#bottom-image {
  position: absolute;
  bottom: -1px;
  width: 100%;
}

#bottom-image img {
  width: 100%;
}

.banner::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: calc(100% - 5px);

  /* border-radius: 0px 0px 40px 40px; */
  /* z-index: 1; */
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1));
}

.film {
  margin-bottom: 0px;
  padding: 34px;
  color: #fff;
  color: #E3E1E0;
  text-align: center;
  font-size: 12px;
  font-family: Roboto;
  line-height: 16px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.banner-heading a:focus-visible {
  outline: 0;
}

.btn-check:focus+.btn,
.btn:focus {
  outline: 0;
  box-shadow: none;
}

/* Treatments,yoga,wellness css */
.program-img img {
  background-size: cover;
  width: 100%;
}

/* .wellness {
  height: 550px !important;
} */

.pach-text h3 {
  color: #21160e;
  text-align: center;

  font-size: 24px;
  font-family: Canto;
  font-weight: 700;
  line-height: 34px;
  min-height: 70px;
}

.program-cards img {
  width: 100%;
}

.program-cards {
  border-radius: 16px;
  border: 1.5px solid rgba(197, 197, 197, 0.4);
}

.pach-text {
  padding: 20px;
}

.tab-anchor {
  font-size: 12px;
  font-family: Roboto;
  line-height: 20px;
  border-radius: 20px;
  background: rgba(141, 156, 51, 0.1);
  padding-bottom: 0px;
  margin-bottom: 0px;
  padding: 8px 16px;
}

.therapy-para {
  font-size: 12px;
  font-family: Roboto;
  line-height: 20px;
  align-items: center;
  justify-content: center;
  display: flex;
  margin-bottom: 0;
}

.green {
  color: #8d9c33;
  font-weight: 500;
}

.green:hover {
  color: black;
}

.book-now {
  color: #473d35;
  font-size: 14px;
  font-family: Roboto;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: 0.213px;
  text-transform: uppercase;
  border-bottom: 2px solid #8d9c33;
}

.Wellness-programs .col-lg-4 {
  margin-bottom: 60px;
}

.nav-pills .nav-link.active {
  background: transparent !important;
  color: #8d9c33 !important;
  text-decoration: underline;
}

.nav-pills .nav-link {
  color: #7D7C77;
  font-size: 18px;
  font-family: Canto;
  font-weight: 700;
  line-height: 26px;
}

.bottom-text p {
  color: #000;
  font-size: 40px;
  font-family: Canto;
  font-weight: 700;
  line-height: 46px;
  padding-bottom: 28px;
}

.bottom-text {
  text-align: center;
}

.bottom-text a {
  padding: 12px 48px;
  border-radius: 24.342px;
  background: #8D9C33;
  color: #fff;
  border: 1px solid #8D9C33;
}

.bottom-text a:hover {
  color: #000;
  color: #8D9C33;
  background: #fff;
}

.wellness-heading-container {
  top: 150px !important;
}

.banner-heading p {
  color: #FFF;
  font-size: 18px;
  font-family: Roboto;
  line-height: 26px;
}

header .header-button a.button {
  white-space: nowrap;
}

.wellness.banner {
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 28px;
}

.wellness .banner-heading-container {
  position: unset;
}

.header-logo {
  width: 212px;
  text-align: center;
}

/* modal pdf */
.modal-dialog {
  height: 100%;
  display: flex;
  align-items: center;
}

.modal-header {
  border: none;
}

.modal-dialog button.close {
  outline: none;
  border: none;
  background: transparent;
  font-size: 28px;
  font-weight: 700;
}

.modal-content input {
  width: 100%;
  padding: 16px 20px;
  font-family: inherit;
  font-size: 16px;
  line-height: 18px;
  color: #000;
  outline: none;
  margin-bottom: 20px;
  width: 100%;
  border-radius: 8px;
  border: 1px solid #ccc;
  background: #fff;
}

.modal-content button.modal-btn,
.modal-content input[type="submit"] {
  width: 100%;
  background-color: #8D9C33;
  font-family: var(--fontGraphikMD);
  font-size: 16px;
  line-height: 20px;
  color: #fff;
  padding: 16px 0;
  border-radius: 24px;

  /* margin-top: 30px; */
  outline: none;
  border: none;
  text-align: center;
  transition: 0.2s ease-in all;
  -webkit-transition: 0.2s ease-in all;
  -moz-transition: 0.2s ease-in all;
  -ms-transition: 0.2s ease-in all;
  -o-transition: 0.2s ease-in all;
}

.modal-content button.modal-btn:hover {
  color: #8D9C33;
  background-color: #fff;
  border: 1px solid #8D9C33;
}

/* footer */
.blank-div {
  height: 10%;
}

.menu-link1-container ul li a,
.menu-link2-container ul li a,
.menu-link3-container ul li a {
  display: inline-block;
}

.menu-link1-container ul li a:hover,
.menu-link2-container ul li a:hover,
.menu-link3-container ul li a:hover {
  color: #fff;
}

.menu-link1-container ul li a::after,
.menu-link2-container ul li a:after,
.menu-link3-container ul li a:after {
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  background-color: #8D9C33;
  transform: scaleX(0);
  transform-origin: left;
  transition: 0.3s all ease-in-out;

}

.menu-link1-container ul li:hover a::after,
.menu-link2-container ul li:hover a::after,
.menu-link3-container ul li:hover a::after {
  transform: scaleX(1);

}

p.text11 a:hover {
  color: #8D9C33;
}

/*  */
.wellness-program .data-box a.button {
  border: 1px solid #8d9c33;

}

.wellness-program .data-box a.button:hover {
  background: #fff;
  color: #8D9C33;
}

.wellness-program .data-box a.button.transparent {
  background: transparent;
  border-radius: 24.342px;
  border: 1px solid;
  border-color: #fff;

}



.wellness-program .data-box a.button.transparent:hover {
  border-color: #8D9C33;
  color: #8D9C33;
}

a#text-1 {
  text-transform: capitalize !important;

}

a#text-2 {
  text-transform: capitalize !important;
}

/* new search css */
.is-search-icon {
  padding-top: 13px !important;
}

.is-search-icon {
  color: #666;
  background: #fff !important;
  height: 48px;
}

.is-form-style input.is-search-input {
  height: 48px;
}

.is-form-style button.is-search-submit {
  height: 48px;
}

.ajax-load-more-wrap.green .alm-load-more-btn {
  background-color: #8D9C33 !important;
}

.yNMNQYQuNOjyUD22NM2EDM1Dzc0AGUztheme--light {
  background: #fff;
  color: #454545;
  display: none !important;
}

/* footer fixed button */
.footer-btn {
  position: fixed;
  bottom: 0;
  z-index: 999;
}

.footer-btn a.button {
  text-align: center;
  border-radius: 0;
  white-space: nowrap;
}

/* search */
.is-form-style button.is-search-submit {

  display: inline-block !important;
}

.is-form-style.is-form-style-3 input.is-search-input {
  border-radius: 8px 0 0 8px;
}

.is-search-icon {
  border-radius: 0 8px 8px 0;
}

.is-ajax-search-result a {
  color: #8d9c33 !important;
}

.contact-details-list a#text-2 {
  text-transform: lowercase !important;
}

/* blog */
.social-icons-blog p {
  margin: 0;
}

.social-icons-blog {
  display: flex;
  align-items: center;
}

/* bottom button */

#myBtn {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Fixed/sticky position */
  bottom: 20px;
  /* Place the button at the bottom of the page */
  right: 30px;
  /* Place the button 30px from the right */
  z-index: 99;
  /* Make sure it does not overlap */
  border: none;
  /* Remove borders */
  outline: none;
  /* Remove outline */
  background-color: #8D9C33;
  /* Set a background color */
  color: white;
  /* Text color */
  cursor: pointer;
  /* Add a mouse pointer on hover */
  padding: 10px 16px;
  /* Some padding */
  /* Rounded corners */
  font-size: 18px;
  /* Increase font size */
  border-radius: 100%;
}

.transform {
  transform: rotate(180deg);
}


/* thank you page css */

.thankyou img {

  width: 100%;


  height: 100vh;
}

.mobile-bg {
  display: none;
}

.thankyou {
  position: relative;
}

.thank-you-outer-box .inner-box {
  position: absolute;
  left: 50%;
  top: 55%;
  transform: translate(-50%, -50%);
  background: white;
  max-width: 981px;

  width: 100%;
  padding: 20px 21px;
  opacity: 90%;
}

.thank-you-outer-box .content-outer-box {
  padding: 52px 65px;
  border: 1px solid #566636;
}

.thank-you-outer-box .img-logo-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

}

.thank-you-outer-box .img-logo-box .th-logo {
  width: 80px;
  height: 73px;
  padding-bottom: 8px;
}

.thank-you-outer-box .img-logo-box .line-pic {
  width: 323px;
  height: 1px;
}

.thank-you-outer-box .img-logo-box p {
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 160%;

  padding-top: 8px;
  margin-bottom: 32px;
  /* identical to box height, or 32px */


  /* Primary Color */

  color: #8F9B47;
}


.thank-you-outer-box .content-2 h2 {
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 500;
  font-size: 60px;
  line-height: 60px;

  margin-bottom: 32px;
  /* identical to box height, or 100% */

  text-align: center;

  color: #000000;
}

.thank-you-outer-box .content-2 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.thank-you-outer-box .content-2 p {
  text-align: center;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;

  margin-bottom: 32px;
  /* or 150% */

  text-align: center;

  /* Black */

  color: #000000;
}

.thank-you-outer-box .content-2 p span {
  color: #8F9B47;

}


a.thankyou-button {
  display: inline-block;

  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 19px;
  text-align: center;
  text-decoration: none;
  background: var(--bt-green);
  color: #FFFFFF;
  padding: 16px 32px;

  border: 1px solid #cfbba0;
  transition: 0.3s ease-in-out;
  cursor: pointer;
}

.form-control {
  display: block;
  width: 100%;
  height: calc(2.0rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.2;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.form-control:focus{  background-color: #fff;}
.hi-hide{display: none;}
.contact-form {
  float: left;
  position: absolute;
  top:-26%;
  width: 320px;
  right: 0%;
  z-index: 9
}

.success_green_msg {
  padding: 4px 0;
  margin: 0;
  background: #e7ffc2;
  border: 1px solid #5a9908;
  color: #508806;
  text-align: center
}

.error_red_msg {
  padding: 4px 0;
  margin: 0;
  background: #ffcfcf;
  border: 1px solid #cf0000;
  color: #cf0000;
  text-align: center;
  font-size: 13px
}

.errord {
  position: relative;
  width: 100%
}

.rfv {
  color: red;
  position: absolute;
  font-size: 12px;
  right: 4px;
  top: 0
}

.contact-form .form-area {
  width: 100%;
  background: rgba(25,25,25,.7);
  border-radius: 0;
  float: right;
  padding: 22px;
  box-shadow: 1px 2px 10px rgba(0,0,0,.5);
  position: relative
}
.security {
  float: left;
  width: 50%!important;
}
.turingcode {
  float: left;
  height: 30px;
  margin-left: 10px;
}
.contact-form h2 {
    color: white;
    font-size: 19px;
    font-weight: bold;
    padding: 0;
    margin: 0;
    line-height: 1.5;
}

.form-cd,.form-group {
  position: relative
}

.form-group {
  margin-bottom: 5px;
  float: left;
  width: 100%
}

.contact-form .form-area .form-group .form-control {
  height: 30px;
  border-radius: 0;
  border: 1px solid #fff;
  width: 100%;
  max-width: 100%
}

.contact-form .form-area .form-group .form-ctrl-massage {
  min-height:40px;
  max-height: 60px;
  border: 1px solid #fff;
  width: 100%;
  outline: 0;
  padding: 0 0 0 10px;
  font-size: 1em;
}

.contact-form .form-area .form-group .slider-btn-send {
  display: block;
  text-align: center;
  width: 100%;
  background: #ffb400;
  border-radius: 30px;
  border: 1px solid #ffb400;
  padding: 5px 0;
  font-size: 16px;
  font-weight: 600;
  color: #000;
  margin-top: 4px;
  letter-spacing: 0;
  text-transform: uppercase;
  cursor: pointer
}

.contact-form .form-area h3 {
  margin: 25px 0 15px;
  font-weight: 800;
  letter-spacing: 0;
  font-size: 29px
}

.contact-form .form-area .form-group ::placeholder {
  color: #000;
  opacity: 1
}

.contact-form .form-area .form-group :-ms-input-placeholder {
  color: #000
}

.contact-form .form-area .form-group ::-ms-input-placeholder {
  color: #000
}

.form-cd img {
  position: absolute;
  top: 3px;
  right: 3px;
  width: 51%
}

a.enquirenow {
  position: relative;
  padding: 8px 30px 8px 20px;
  margin: 0;
  background-color: #f0b41a;
  border-radius: 2px;
  text-decoration: none;
  color: #000
}

.retreat,.retreat .general-heading,.retreat .general-heading h2,.tariff ul,h3.villas {
  color: #fff
}

a.enquirenow:after {
  content: "";
  position: absolute;
  width: 12px;
  height: 14px;
  right: 10px;
  top: 10px;
  z-index: 0;
  background: url(../web/arrow-right.png) no-repeat #f0b41a
}
.btn-whatsapp-pulse {background: #25d366;color: white;position: fixed;bottom: 20px;right: 20px;font-size: 28px;display: flex;justify-content: center;align-items: center;width: 0;height: 0;padding: 26px;text-decoration: none;border-radius: 50%;animation-name: pulse;animation-duration: 1.5s;animation-timing-function: ease-out;animation-iteration-count: infinite;}.btn-whatsapp-pulse-border {bottom: 15px;right: 15px;animation-play-state: paused;z-index: 1111;}.btn-whatsapp-pulse img{width: 55px;height: 55px;}#chatbase-bubble-button{bottom: 5rem!important;}#chatbase-bubble-window{bottom: 140px!important;height: 72dvh!important;z-index: 1111;}
