@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap");

@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

@import url("https://fonts.googleapis.com/css2?family=Freehand&display=swap");

@font-face {
  font-family: "helixablack";
  src: url("helixa-black-webfont.woff2") format("woff2"),
    url("helixa-black-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

.nav-link {
  color: white !important;
  font-family: "Poppins", sans-serif;
  font-size: 0.7rem !important;
  margin-left: 2.4rem;
  font-weight: 200;
  transition: 0.3s ease-in-out;
}

/* Default: Left/right borders (desktop) */
.border-responsive {
  position: relative;
  padding: 0 15px;
}

.border-responsive::before,
.border-responsive::after {
  content: "";
  position: absolute;
  top: 60px;
  bottom: 0;
  width: 1px;
  background: #ddd;
  height: 6.2em;
  margin: auto 0;
}

.border-responsive::before {
  left: 0;
}
.border-responsive::after {
  right: 0;
}

/* Mobile: Switch to top/bottom borders */
@media (max-width: 767.98px) {
  .border-responsive {
    padding: 10px 0 !important;
  }

  .border-responsive::before,
  .border-responsive::after {
    width: 100%;
    height: 1px;
    left: 0;
    right: 0;
  }

  .border-responsive::before {
    top: -135px;
  }
  .border-responsive::after {
    bottom: -65px;
  }
}

.hero-image {
  width: 100%;
  height: 100vh;
  object-fit: cover;
  object-position: top;
  pointer-events: none;
}

.hero-button-one {
  background-color: transparent;
  border: none;
  outline: none;
}

.header-logo {
  width: 160px;
  height: 70px;
}

.header-logo-two {
  display: none;
}

.hero-image-two {
  display: none;
}

.nav-link:hover {
  color: #a0cc3a !important;
}

.hero-text {
  width: max-content;
  z-index: 2;
  pointer-events: auto;
}

.location-advantage-br {
  display: none;
}
/*.banner-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 150px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #1A4122 58.66%);
  pointer-events: none;
  z-index: 1;
}*/
#demo::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 150px;
  background: linear-gradient(180deg, rgba(26, 65, 34, 0) 0%, #1a4122 100%);
  pointer-events: none;
  z-index: 1;
}
.carousel-caption {
  left: 0 !important;
  right: 0 !important;
  top: 60% !important;
  bottom: auto !important;
  transform: translateY(-60%);
}
.heading-one {
  font-size: 4.3rem;
  color: #ffffff;
  font-family: "Playfair", serif;
  font-style: italic;
  font-weight: 700;
  text-shadow: 4px 0px 7px rgba(0, 0, 0, 0.6);
  user-select: text; /* allow text selection */
  pointer-events: auto; /* allow selection */
  position: relative;
}

.heading-one-image {
  position: absolute;
  top: -1.5rem;
  left: 30.4rem;
  width: 180px;
  height: 70px;
  z-index: -1;
}

.form-start {
  position: absolute;
  top: 24.8rem;
  left: 5.1rem;
  z-index: 3;
}
/* font-family: "Playfair Display", serif; */

.hero-form1 {
  padding: 1rem 2rem;
  margin-top: 30px;
}

.form-heading {
  font-size: 1rem;
  font-family: "Poppins", sans-serif;
  border-bottom: 1.5px solid #a0cc3a !important;
  padding-bottom: 0.8rem;
  font-weight: 600;
}

.input-height {
  height: 30px !important;
  display: flex !important;
  align-items: center !important;
}
.form-input {
  border: 1px solid rgb(0 0 0 / 11%) !important;
  border-radius: 0.4rem !important;
}
.form-check-input {
  width: 13px !important;
  height: 13px !important;
}
.form-check-input:checked {
  background-color: #a0cc3a;
  border-color: #a0cc3a;
}
.form-input {
  width: 100%;
  height: 30px;
  line-height: 30px;
  background-color: #f1f1f1;
  display: flex;
  align-items: center;
  padding: 0 0.5rem;
  border: 1px solid rgba(0, 0, 0, 0.286);
  font-size: 0.538rem;
  outline: none;
  border-radius: 0.5rem;
}

.form-input::placeholder {
  font-style: italic;
  font-family: "Poppins", sans-serif;
  font-size: 0.538rem;
  padding-left: 0.5rem !important;
  background-color: #f1f1f1;
  vertical-align: middle;
}

.check-box {
  font-size: 10px;
  line-height: 10px;
  color: #666666;
  font-weight: 700;
}

.leaf-01 {
  position: absolute;
  top: -4rem;
  left: -5.2rem;
  pointer-events: none;
}

.leaf-01-pic {
  width: 160px;
  height: 160px;
  pointer-events: none;
}

.hero-shadow-top {
  position: absolute;
  top: 0;
  left: 0;
  height: 800px !important;
}

.hero-shadow-left {
  position: absolute;
  left: 0;
  top: 0;
}

.heading-six {
  font-size: 6px;
  color: #666666;
  text-align: left;
}

.hero-button {
  position: absolute;
  margin-top: 50px;
}
.peepal {
  padding-top: 80px;
}
.peepal-para-span-one {
  display: none;
}

.peepal::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 150px;
  background: linear-gradient(180deg, rgba(26, 65, 34, 0) 0%, #1a4122 100%);
  pointer-events: none;
  z-index: 1;
}
.submit-button {
  background: #a0cc3a;
  padding: 0.2rem 2rem;
  color: white;
  width: 116px;
  border-radius: 20px;
  text-transform: uppercase;
}

.download-brochure {
  background: #a0cc3a;
  padding: 0.3rem 1rem;
  color: #1a4122;
  font-weight: 600;
  width: 235px;
  border: none;
  outline: none;
  border-radius: 0 30px;
}

.main-content {
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}

.sub {
  margin-bottom: 1.5rem;
  margin-left: 0.3rem;
  font-size: 1.2rem !important;
  color: #a0cc3a;
}

.form-br {
  display: none;
}

.section-a {
  background-color: #1a4122;
  padding: 2rem 0 0 0;
}

.section-a-span {
  position: relative;
  font-family: "Playfair Display", serif;
  font-size: 5.5rem;
  font-weight: 700;
  color: #a0cc3a;
}
.section-a-span-two {
  color: #ffffff;
  font-size: 1rem;
  margin-top: -1.5rem;
  font-family: "Poppins", sans-serif;
}
.border-left-right {
  border-left: 0.5px solid #fff;
  border-right: 0.5px solid #fff;
}
.fact-box {
  line-height: 1.3;
}
/*#section-a-befour::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1px;
  height: 70%;
  background-color: #ffffff;
  font-family: "Poppins", sans-serif;
}
#section-a-befour::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 1px;
  height: 70%;
  background-color: #ffffff;
  font-family: "Poppins", sans-serif;
}*/

@media screen and (max-width: 767px) {
  #section-a-befour::before {
    top: 1.5rem;
    width: 100%;
    height: 1px;
  }
  #section-a-befour::after {
    top: 9rem;
    width: 100%;
    height: 1px;
  }
}
.navbar {
  margin-top: 1.25rem !important;
}

.fact-box {
  width: 70%;
  margin: 0 auto;
}
.peepal-box {
  position: absolute;
  bottom: 0rem;
  left: 0;
  z-index: 10;
  margin: 0 auto;
  display: block;
  width: 100%;
}

.peepal-image-box {
  width: max-content;
  margin: 0 auto;
}

.peepal-para {
  width: 70%;
  margin: 5px auto;
  font-family: "Poppins", sans-serif;
  color: #ffffff;
  font-weight: 200;
  font-size: 0.98rem;
  font-weight: 300;
  text-align-last: center;
  font-style: italic;
  z-index: 8;
}

.peepal-para-one {
  width: 65%;
  position: relative;
  text-align-last: center;
  margin: 2rem auto;
  color: #a0cc3a;
  font-size: 1.2rem;
  font-weight: 500;
  z-index: 5;
  margin-bottom: 2.5rem;
  font-family: "Poppins", sans-serif;
}

.peepal-shodow-two {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}

.peepal-shodow-one {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: none;
}

.section-a-animation {
  position: relative;
}

.section-a-leaf-one {
  position: absolute;
  top: -5rem;
  right: -2rem;
  width: 170px;
  height: 170px;
}

.section-a-leaf-two {
  position: absolute;
  top: 4rem;
  left: -7rem;
  width: 230px;
  height: 230px;
}

.peepal-para-one-span {
  display: none;
}

.section-b-care {
  width: 100% !important;
  margin-top: 6rem;
  margin-bottom: 5rem;
  position: relative;
}

.section-a-img {
  width: 85% !important;
  height: auto;
}
.section-a-pic {
  width: 100%;
  height: 150px;
  object-fit: cover;
  object-position: center;
  border-radius: 2rem 0 0 2rem;
}
.section-a-heading {
  position: absolute;
  font-size: 5.8rem;
  top: 1.2rem;
  left: 50%;
  font-weight: 600;
  transform: translateX(-50%);
  font-family: "Poppins", sans-serif;
  color: #1a4122;
}

.section-b-para {
  width: 70%;
  text-align: justify;
  font-size: 1rem;
  margin: 0.5rem auto;
  font-family: "Poppins", sans-serif;
  font-style: italic;
}

/* ======================================== */

.section-b-Comfort {
  width: 100% !important;
  margin-top: 5rem;
  margin-bottom: 5rem;
  position: relative;
}

.section-a-img-two {
  width: 100% !important;
  height: auto;
}
.section-a-pic-two {
  width: 100%;
  height: 150px;
  object-fit: cover;
  object-position: 20%;
}

.section-b-para-Comfort {
  width: 69%;
  margin: auto;
  text-align: justify;
  font-size: 0.938rem;
  margin-top: 0.5rem;
  margin-right: 14rem;
  font-family: "Poppins", sans-serif;
  font-style: italic;
}

/* =========================================== */
.section-b-Cure {
  width: 100% !important;
  margin-top: 5rem;
  margin-bottom: 5rem;
  position: relative;
}

.section-a-img-three {
  width: 85% !important;
  height: auto;
}

.section-a-pic-three {
  width: 100%;
  height: 150px;
  object-fit: cover;
  object-position: center;
  border-radius: 0 2rem 2rem 0;
}

.section-b-bottom-heading {
  font-size: 5.1rem;
  margin-left: 4.5rem;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  color: #1a4122;
  margin-bottom: 0.1rem;
}

.input-icon-font {
  font-size: 20px;
  font-weight: bold;
}

.input-icon {
  width: 30px;
  height: 30px;
}

.section-c-position {
  position: relative;
  z-index: 10;
}

.list-font-size {
  font-size: 20px;
  font-weight: bold;
}

.section-c-leaf-one {
  position: absolute;
  top: -5rem;
  left: -4rem;
  pointer-events: none;
}
.section-c-leaf-one-pic {
  width: 150px;
  height: 150px;
  object-fit: cover;
  pointer-events: none;
}

.section-c-row {
  padding: 6rem 4rem;
}

.section-b-bottom-span {
  font-weight: 800;
}

.section-c {
  background-color: #1a4122;
}

.section-a-pic-one {
  display: none;
}

.section-a-pic-two {
  display: block;
}

.section-a-pic-two-one {
  display: none;
}

.section-a-pic-three-one {
  display: none;
}

.peepal-image-box-pic {
  width: 150px;
}

.bottom-image {
  margin-bottom: -1.2rem;
}

.section-c-heading {
  font-size: 60px;
  font-family: "Playfair", serif;
  font-style: italic;
  text-align: center;
  font-weight: 600;
  color: #ffffff;
}

.section-c-box {
  background-color: #ffffff23;
  height: max-content !important;
}

.section-c-box.h-100 {
  height: max-content !important;
  background-color: #47674d;
  padding-bottom: 50px !important;
}

.section-c-link {
  text-decoration: none;
  list-style: none;
  font-size: 20px;
  font-weight: 400;
  color: #ffffff;
}

.section-c-top-leaf {
  position: absolute;
  overflow: hidden;
  top: -16.5rem;
  right: -1.5rem;
}

.section-c-top-leaf-img {
  width: 350px;
}

.section-c-top-three-leaf {
  position: absolute;
  bottom: -4.5rem;
  left: -5.5rem;
}

.section-c-top-three-leaf-pic {
  width: 200px;
}

.section-c-top-leaf-two {
  position: absolute;
  top: 40rem;
  left: 0;
}

.ajay {
  padding: 3rem;
}

.section-c-second-heading {
  margin-top: 2rem;
  font-size: 6.2rem;
  font-family: "Playfair", serif;
  font-style: italic;
  font-weight: 700;
  color: #1a4122;
  width: max-content;
}

.section-c-main-container {
  overflow: hidden;
}

.section-c-second-heading-lead {
  position: absolute;
  top: -3.5rem;
  right: -5.5rem;
  z-index: -1;
  pointer-events: none;
}

.section-c-second-heading-lead-pic {
  width: 180px;
  pointer-events: none;
}

.section-c-second-para {
  font-size: 18px;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  margin-top: 1.8rem;
  text-align: left;
  padding-right: 30px;
}

.section-c-map {
  position: absolute;
  bottom: -6.2rem;
  left: -5.2rem;
  z-index: -1;
}
.section-c-map-picc {
  width: 200px;
}

.heading {
  margin-top: 5rem;
  margin-bottom: 3rem;
}

.section-c-map-img {
  position: absolute;
  top: -1rem;
  right: -1.1rem;
  overflow: hidden;
}

.section-c-map-img-pic {
  width: 320px;
}

.section-b-para-span-one {
  display: inline;
}

.section-b-para-span-two {
  display: none;
}

.section-c-swiper {
  position: absolute;
  bottom: -6rem;
  right: -5rem;
  z-index: 1;
}

.section-c-swiper-pic {
  width: 200px;
}
.swiper-horizontal {
  padding-bottom: 50px !important;
}
.swiper-pagination-bullet-active {
  background: #a0cc3a !important;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main,
.swiper-pagination-bullet.swiper-pagination-bullet-active-prev-prev,
.swiper-pagination-bullets-dynamic.swiper-pagination-bullet-active-prev,
.swiper-pagination-bullet.swiper-pagination-bullet-active-next,
.swiper-pagination-bullet.swiper-pagination-bullet-active-prev,
.swiper-pagination-bullet.swiper-pagination-bullet-active-next-next {
  transform: scale(1) !important;
}
.display-block-none {
  display: none;
}
.map-img {
  border-radius: 20px;
}
.section-c-fac-heading {
  font-size: 10rem;
  margin-top: 3rem;
  margin-bottom: -3rem;
  font-family: "Playfair", serif;
  font-weight: 700;
  color: #1a4122;
  text-align: end;
}

.section-c-map-img-two {
  position: absolute;
  bottom: -1rem;
  left: -1.1rem;
}
.section-c-faq-list-item.border-line {
  border-bottom: 1px solid #9898988f;
}
.section-c-faq-box {
  margin: 5rem auto;
}

.section-c-faq-list {
  font-size: 1rem;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
}

.section-c-faq-list-para {
  font-size: 0.838rem;
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: italic;
}

.section-c-faq-list-span {
  color: #a0cc3a;
  font-weight: 800;
}

.section-c-faq-leaf {
  position: absolute;
  top: 6rem;
  left: -10rem;
  pointer-events: none;
}

.section-c-faq-leaf-pic {
  width: 200px;
  pointer-events: none;
}
.section-c-faq-list-para {
  display: none;
  padding-left: 20px;
  margin-top: 10px;
  transition: all 0.3s ease;
}

.section-c-faq-list {
  cursor: pointer;
  position: relative;
  padding-left: 20px;
  padding-bottom: 10px;
}

.section-c-faq-leaf {
  display: none; /* Hide the leaf image if not needed */
}
.main-footer {
  background-color: #1a4122;
  overflow: hidden;
}

.footer-last-container {
  width: 102%;
  margin: 12px 0 0 0;
  border-radius: 0 15rem 0 0;
  background: linear-gradient(0deg, #000000 8.67%, #1a4122 136.96%);
  border-top: 12px solid #a0cc3a;
}

.footer-heading {
  font-size: 4rem;
  color: #ffffff;
  padding-top: 4rem;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  text-align: center;
  margin-bottom: 0rem;
}

.footer-para {
  color: #ffffff;
  font-family: "Poppins", sans-serif;
  font-style: italic;
  font-size: 0.8rem;
  text-align: center;
  margin-bottom: 3.7rem;
}

.footer-email {
  margin-top: 2.8rem;
}

.footer-form {
  width: 80%;
  margin: 0 auto;
}

.input-container {
  height: 45px;
}

.footer-input {
  width: 70%;
  height: 50px;
  height: 100%;
  border-radius: 40px;
  padding-left: 2rem;
  border: none;
  outline: none;
  background-color: #d9d9d9;
}

.footer-input::placeholder {
  font-size: 0.8rem;
  font-style: italic;
}

.footer-botton {
  border: none;
  outline: none;
  height: 100%;
  padding: 0.5rem 3rem;
  font-family: "Poppins", sans-serif;
  border-radius: 3rem 0 3rem 0;
  font-weight: 600;
  background-color: #a0cc3a;
  color: #1a4122;
  font-size: 1.3rem;
  margin-left: 2rem;
}

.footer-logo {
  padding: 3rem;
  margin: 0 auto;
}

.footer-logo-img {
  width: 320px;
  /* margin-left: 5rem; */
}

.footer-logo-img-pic {
  width: 100%;
}

.footer-span {
  margin-top: 0.5rem;
  font-size: 0.638rem;
  color: #d4d4d4;
  font-weight: 200;
  font-family: "Poppins", sans-serif;
  font-style: italic;
}

.logo-para {
  font-size: 0.638rem;
  color: #ffffff;
  font-family: "helixalight";
}

.ooter-container {
  overflow: hidden;
}

.foorer-after {
  margin-left: 5rem;
  margin-top: 1rem;
}

.foorer-after::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 90%;
  background-color: #ffffff;
}

.footer-para-two {
  font-size: 1.5rem;
  line-height: 1.2rem;
  padding: 1rem 0 0 2rem;
  color: #ffffff;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
}

.footer-span-two {
  font-family: "Freehand", cursive;
  font-style: italic;
  font-size: 2rem;
  letter-spacing: 0.2rem;
}

.footer-jms-logo {
  width: 150px;
}

.footer-bottom-para-last {
  font-size: 0.738rem;
  margin-top: 1.4rem;
  line-height: 1.3rem;
  width: 80%;
  color: #ffffff;
  /* font-weight: 100; */
  font-family: "helixalight";
}

.dhiman {
  margin-top: 3rem;
}

.footer-sub-para {
  font-size: 0.628rem;
  color: #ffffff;
  font-family: "helixalight";
}

.footer-container {
  overflow: hidden;
}

.leaf-13 {
  position: absolute;
  top: -4.9rem;
  right: -2rem;
  overflow: hidden;
}

.leaf-12-pic {
  width: 250px;
  height: 250px;
}

.section-c-top-leaf-two-01 {
  display: none;
}

/* .section-c-top-three-leaf {
  bottom: -3rem;
  left: -3.5rem;
  display: none;
} */

.section-c-top-three-leaf-01 {
  display: none;
}

.section-c-top-three-leaf-02 {
  display: none;
}

.section-c-faq-leaf-01 {
  display: none;
}
@media screen and (max-width: 767px) {
  .hero-image {
    display: none;
  }
  .hero-image-two {
    display: block;
    width: 100%;
  }
  .header-logo {
    display: none;
  }

  .header-logo-two {
    display: block;
    position: absolute;
    top: 12%;
    left: 50%;
    width: 225px;
    transform: translateX(-50%);
  }

  .carousel-caption {
    left: 0 !important;
    right: 0 !important;
    top: 21% !important;
    transform: translateY(-21%);
    height: 100vh;
  }
  .hero-text {
    top: 32%;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
  }

  .leaf-01 {
    position: absolute;
    top: 0.3rem;
    left: -1.3rem;
  }

  .hero-button-one {
    margin-top: -0.8rem;
    font-size: 1.5rem;
    margin-right: 1rem;
    color: white;
    font-weight: 300;
  }

  .heading-one-image {
    position: absolute;
    top: -1.5rem;
    left: 17rem;
    width: 60px;
    height: 70px;
    z-index: -1;
  }

  .leaf-01-pic {
    width: 80px;
    height: 80px;
  }

  .first-leaf {
    width: 115px;
  }
  .input-height {
    margin-bottom: 1rem;
  }
  .hero-form {
    top: 270px;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 20px;
    width: 90% !important;
  }

  .hero-form1 {
    display: none;
  }

  .hero-button {
    bottom: -69px;
    right: 50px;
  }

  .download-brochure {
    font-size: 0.7rem;
    width: 235px;
  }
  .border-left-right {
    border-left: none;
    border-right: none;
    border-top: 0.5px solid #fff;
    border-bottom: 0.5px solid #fff;
  }

  .peepal {
    padding-top: 20px;
  }
  .peepal-box {
    position: relative;
    bottom: 0rem;
    left: 0;
    z-index: 10;
    padding: 1rem 0;
    background: linear-gradient(0deg, #000000 8.67%, #1a4122 136.96%);
  }

  .sub {
    margin-bottom: 0.8rem;
    margin-left: 0.1rem;
    font-weight: 200;
    font-size: 0.9rem !important;
    color: #a0cc3a;
  }

  .section-a-span {
    font-size: 3.4rem;
    margin-bottom: -0.1rem;
  }
  .section-a-span-two {
    color: #ffffff;
    font-size: 0.8rem;
    font-weight: 200;
    margin-bottom: 2rem;
  }
  #section-a-befour::before {
    top: 0rem;
    width: 72%;
    left: 50%;
    height: 1px;
    transform: translateX(-50%);
  }
  #section-a-befour::after {
    top: 7rem;
    width: 72%;
    left: 50%;
    height: 1px;
    transform: translateX(-50%);
  }

  .section-a-leaf-two {
    position: absolute;
    top: 18rem;
    left: -1.5rem;
    width: 125px;
    height: 125px;
  }

  .footer-bottom-ajay {
    margin-bottom: 3rem;
  }

  .section-a-animation {
    margin-top: -1rem;
  }

  .section-a-leaf-one {
    width: 110px;
    height: 100px;
    margin-top: 2rem;
  }

  .section-a-leaf-one {
    position: absolute;
    top: -0.5rem;
    right: -0.5rem;
    .peepal-para,
    .peepal-para-one {
      width: 90%;
      margin: 0 auto;
      font-size: 0.8rem;
    }
  }

  .section-a-pic {
    display: none;
  }

  .section-b-para-span-one {
    display: none;
  }

  .section-b-para-span-two {
    display: inline;
    font-weight: 500;
    font-size: 0.55rem;
  }
  .section-a-heading {
    font-size: 2rem;
    top: 0.7rem;
  }

  .section-a-pic-two {
    display: none;
  }

  .section-a-pic-three {
    display: none;
  }
  .section-a-pic-two-one {
    display: block;
  }

  .section-a-pic-three-one {
    display: block;
  }

  .location-advantage-br {
    display: block;
  }

  .section-b-para {
    font-size: 0.838rem;
    line-height: 1;
    margin-top: 1rem;
    margin-bottom: 3rem;
  }

  .section-a-img-three {
    width: 100% !important;
  }

  .section-a-pic-three {
    object-position: 92%;
    border-radius: 0 0rem 0rem 0;
  }

  .section-b-bottom-heading {
    font-size: 2.5rem;
    margin-left: 4.5rem;
    margin-bottom: -0.6rem;
  }

  .section-c-row {
    padding: 2rem 1rem 4rem 1rem;
  }

  .section-c-top-leaf-img {
    width: 119px;
    pointer-events: none;
  }

  .section-c-top-leaf {
    position: absolute;
    top: -5.5rem;
    right: 0;
    pointer-events: none;
  }

  .section-c-heading-br {
    display: none;
  }

  .section-c-leaf-one {
    position: absolute;
    top: -4rem;
    left: -3rem;
  }
  .section-c-leaf-one-pic {
    display: none;
    width: 120px;
    height: 120px;
    object-fit: cover;
  }

  .ajay {
    padding: 0.8rem;
  }
  .section-am-position .container-fluid {
    padding-bottom: 1.5rem;
  }
  .section-c-box.h-100 {
    padding-bottom: 16px !important;
  }
  .section-c-second-heading {
    margin-top: 2rem;
    font-size: 2.5rem;
  }

  .section-c-second-heading-lead {
    top: -2rem;
    right: -3rem;
    z-index: -1;
  }

  .section-c-second-heading-lead-pic {
    width: 90px;
  }
  .section-c-second-para {
    font-size: 0.57rem;
    width: 82%;
    font-family: "Poppins", sans-serif;
    margin-top: 0.8rem;
    font-weight: 500;
    text-align: unset;
  }
  .carousel-item.active {
    display: block;
    z-index: 2;
    background: #0d2309;
  }
  .section-c-fac-heading {
    font-size: 3.8rem;
    margin-top: 1rem;
    margin-bottom: -0.8rem;
    font-family: "Playfair", serif;
    font-weight: 700;
    color: #1a4122;
    text-align: end;
  }

  .section-c-faq-box {
    width: 80%;
    margin: 3rem auto;
  }

  .section-c-map {
    position: absolute;
    bottom: -4.5rem;
    left: -4rem;
    z-index: -1;
  }
  .section-c_map-picc {
    width: 150px;
  }

  .section-c-map-img {
    top: -0.5rem;
    right: -0.5rem;
  }

  .section-c-map-img-pic {
    width: 140px;
  }

  .section-c-map-img-two {
    bottom: -0.5rem;
    left: -0.48rem;
  }

  .section-c-swiper {
    position: absolute;
    bottom: 0.5rem;
    right: -1.9rem;
    z-index: 1;
  }

  .section-c-swiper-pic {
    width: 67px;
  }

  .dhiman {
    margin-top: 1.5rem;
    margin-bottom: 4.2rem;
  }

  .footer-heading {
    font-size: 2rem;
  }
  .footer-para {
    font-size: 0.7rem;
  }
  .footer-form {
    width: 100%;
    padding: 0;
  }

  .footer-input {
    width: 80%;
    height: 100%;
  }

  .input-container {
    height: 28px;
  }

  .footer-botton {
    height: 100%;
    font-size: 1rem;
  }

  .footer-logo-img {
    width: 200px;
  }

  .foorer-after {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    margin: 0;
  }

  .ajay-dhiman {
    margin-top: -2rem;
    margin-bottom: 4.1rem;
  }

  .foorer-after::after {
    content: "";
    position: absolute;
    top: 10.8rem;
    right: 0;
    width: 100%;
    height: 1px;
    background-color: #ffffff;
  }

  .footer-ajay-dhiman {
    padding: 1rem 2rem;
  }

  .footer-logo {
    padding: 1rem;
  }

  .footer-para-two {
    font-size: 0.7rem;
    line-height: 1rem;
    font-weight: 400;
  }

  .form-br {
    display: block;
  }

  .footer-span-two {
    font-size: 0.831272rem;
    letter-spacing: 0.2rem;
  }
  .footer-bottom-para-last {
    font-size: 0.54rem;
    margin-top: 0.6rem;
    width: 100%;
    font-weight: 100;
    line-height: 0.8rem;
    color: #ffffff;
  }

  .section-a-pic-one {
    display: inline;
    border-radius: 0.5rem 0 0 0.5rem;
    width: 100%;
    height: 82px;
  }
  .section-a-pic-two-one {
    width: 100%;
    height: 82px;
  }
  .section-a-pic-three-one {
    display: block;
    border-radius: 0 0.5rem 0.5rem 0;
    width: 85%;
    height: 82px;
  }
}

@media (max-width: 576px) {
  .heading-one {
    font-size: 2.5rem;
    font-weight: 500;
  }
  /* .heading-one-image {
    position: absolute;
    top: -4.2rem;
    left: 10.5rem;
    width: 60px;
    height: 70px;
    z-index: -1;
  } */

  .download-brochure {
    font-size: 0.7rem;
    width: 172px;
    padding: 7px;
  }
  .peepal-para,
  .peepal-para-one {
    font-size: 0.7rem;
    text-align: justify;
    font-family: "Poppins";
    font-weight: 400;
  }

  .peepal-para {
    position: absolute;
    top: -5.2rem;
    left: 50%;
    transform: translateX(-50%);
  }

  .peepal-para-span-one {
    display: inline;
  }

  .peepal-para-span {
    display: none;
  }
  .peepal-para-one {
    width: 80%;
    margin: 1rem auto;
    font-weight: 700;
    font-size: 11px;
    position: absolute;
    top: -3px;
    left: 50%;
    transform: translateX(-50%);
  }

  .peepal-image-box-pic {
    width: 100px;
    position: relative;
    top: -141px;
  }

  .peepal-image-box {
    width: max-content;
    margin: 25px auto;
  }

  .peepal-box {
    position: relative;
    bottom: 0rem;
    left: 0;
    height: 62px;

    z-index: 10;
    background: #1a4122 !important;
  }

  .peepal-para-one-span-one {
    display: none;
  }

  .peepal-para-one-span {
    display: inline;
    font-family: "Poppins";
    font-weight: 600;
    position: relative;
    bottom: 20px;
  }

  .section-b-bottom-heading {
    font-size: 1.3rem;
    margin-left: 3.5rem;
    margin-bottom: -0.48rem;
    font-weight: 400;
  }

  .section-c-heading {
    font-size: 2rem;
    font-weight: 500;
    padding-bottom: 10px;
  }

  .section-c-link {
    font-size: 0.8rem;
    font-weight: 200;
  }

  .section-b-care {
    margin-top: 2rem;
    margin-bottom: 1.5rem;
  }

  .section-b-Comfort {
    margin-top: 2rem;
    margin-bottom: 1.5rem;
  }

  .section-b-Cure {
    margin-top: 2rem;
    margin-bottom: 1.5rem;
  }

  .list-font-size {
    font-size: 5px;
    font-weight: bold;
  }

  .section-c-second-heading {
    margin-top: 2.3rem;
    line-height: 2rem;
    font-size: 2.9rem;
    font-family: "Playfair", serif;
    font-style: italic;
    font-weight: 800;
    color: #1a4122;
    width: max-content;
  }

  .foorer-after {
    margin: 13px auto;
  }

  .foorer-after::after {
    top: 7.8rem;
    left: 50%;
    transform: translateX(-50%);
    width: 246px;
    height: 0.5px;
    background: #a0cc3a;
  }

  .footer-jms-logo {
    width: 83px;
  }

  .footer-sub-para {
    font-size: 0.54rem;
    margin-top: -1rem;
    width: 100%;
    font-weight: 100;
    line-height: 0.8rem;
    color: #ffffff;
    font-family: "helixalight";
  }

  .section-c-top-leaf-two {
    display: none;
  }

  .section-c-top-leaf-two-01 {
    display: block;
    position: absolute;
    left: 0rem;
    top: 53rem;
  }

  .logo-para {
    font-size: 0.55rem;
    text-align: center;
  }
  .section-c-second-heading-lead {
    position: absolute;
    top: -0.5rem;
    right: -3rem;
    z-index: -1;
  }

  .section-c-faq-list {
    font-size: 0.838rem;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
  }

  .section-c-faq-list-para {
    font-size: 0.6rem;
  }
  .footer-last-container {
    margin: 0px 0 0 0;
    border-radius: 0 5rem 0 0;
    border-top: 5px solid #a0cc3a;
  }
  .footer-heading {
    font-size: 1.8rem;
    margin-top: -1.5rem;
    font-weight: 500;
  }

  .leaf-13 {
    display: none;
  }

  .footer-para {
    font-size: 0.59rem;
    width: 54%;
    margin: 0 AUTO;
    font-weight: 200;
    margin-top: 0.9rem;
  }

  .footer-input {
    width: 80%;
    margin-left: 9%;
  }

  .footer-span {
    width: 126px;
    font-size: 0.35rem;
    position: relative;
    left: 9%;
    margin-top: 1.2rem;
  }
  .section-b-bottom-span {
    font-weight: 900;
    font-size: 1.7rem;
  }

  .peepal-shodow-one-pic {
    height: 20px;
  }
  .footer-logo-img-pic {
    width: 248px;
    position: relative;
    z-index: 1;
  }

  .input-icon-font {
    font-size: 10px;
    font-weight: bold;
  }

  .input-icon {
    width: 18px;
    height: 18px;
  }

  .footer-botton {
    float: right;
    margin-right: 11%;
    padding: 0.3rem 1rem;
    font-size: 0.85rem;
    width: 140px;
    margin-top: 0.8rem;
    font-weight: 700;
  }

  .footer-logo-img {
    width: max-content;
    margin: 0px auto;
    position: relative;
    z-index: 1;
  }

  .display-block-none {
    display: block;
  }

  .section-c-top-three-leaf {
    bottom: -3rem;
    left: -3.5rem;
    display: none;
  }

  .section-c-top-three-leaf-pic {
    width: 120px;
  }

  .section-c-map {
    position: absolute;
    bottom: -2.9rem;
    left: -2rem;
    z-index: -1;
  }
  .section-c-map-picc {
    width: 73px;
  }

  .section-c-faq-leaf {
    position: absolute;
    top: 15rem;
    left: -5rem;
    pointer-events: none;
  }

  .section-c-faq-leaf-pic {
    width: 150px;
    pointer-events: none;
  }

  .section-c-top-three-leaf-01 {
    display: block;
    position: absolute;
    bottom: -2rem;
    left: 0.6rem;
  }

  .section-c-top-three-leaf-02 {
    display: block;
    position: absolute;
    top: 36.8rem;
    right: -0.3rem;
  }
  .section-c-faq-leaf-01 {
    display: block;
    position: absolute;
    top: -3rem;
  }

  .footer-container {
    overflow: unset;
  }

  .section-a-pic-one {
    display: inline;
    border-radius: 0.5rem 0 0 0.5rem;
    width: 100%;
    height: 65px;
  }
  .section-a-pic-two-one {
    width: 100%;
    height: 65px;
  }
  .section-a-pic-three-one {
    display: block;
    border-radius: 0 0.5rem 0.5rem 0;
    width: 85%;
    height: 65px;
  }
}

@media screen and (max-width: 992px) {
  .nav-color-bg {
    background-color: rgba(21, 22, 22, 0.53) !important;
  }
}

/* Header background on scroll */
header.position-scroll {
  display: none;
}

.mobile-btn {
  display: none;
}
@media screen and (max-width: 767px) {
  .mobile-btn {
    display: block;
    bottom: 10%;
  }
  .desktop-btn {
    display: none;
  }
}
