@charset "UTF-8";

/*global area*/
/*----------------------------------------------------*/
:root {
  --Base-White: #fff;
  --color-black: #000;
  --color-gray-100: #1e1e1e;
  --color-darksalmon-100: #cd8973;
  --color-sienna: #995740;
  --color-darksalmon-200: rgba(205, 137, 115, 0.2);
  --bg-color-light-gray: #FFFCF9;
  --color-yellowgreen-100: #91b706;
  --color-gray-100: rgb(234 234 234 / 20%);
  --color-yellowgreen-200: rgba(145, 183, 6, 0.2);
}

.bg-color-light-gray {
  background-color: var(--bg-color-light-gray);
}

.bg-color-gray-100 {
  background-color: var(--color-gray-100);
}

.bg-color-darksalmon-100 {
    background-color: var(--color-darksalmon-100);
}

.heading-sec {
  color: var(--color-darksalmon-100);
}

p:last-child {
    margin-bottom: 0;
}

strong {
    font-weight: 500;
}

body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  line-height: 1.2;
  color: var(--color-black);
  font-family: "Work Sans", sans-serif;
  -moz-osx-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  font-weight: 400;
  font-size: 20px;
}

.container {
    max-width: 1440px;
}

.space {
  padding-top: 100px;
  padding-bottom: 100px;
}

.space-top {
  padding-top: 100px;
}

.space-bottom {
  padding-bottom: 100px;
}

.space-top-50 {
  padding-top: 50px;
}

ul {
  margin: 0;
  padding: 0;
}

ul li {
  list-style: none;
  display: inline-block;
}

a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: 0.5s all ease-in-out;
  -o-transition: 0.5s all ease-in-out;
  transition: 0.5s all ease-in-out;
}

a:hover, a:focus {
  text-decoration: none;
}

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

section {
  overflow: hidden;
}

button {
  cursor: pointer;
}

.form-control:focus,
button:visited,
button.active,
button:hover,
button:focus,
input:visited,
input.active,
input:hover,
input:focus,
textarea:hover,
textarea:focus,
a:hover,
a:focus,
a:visited,
a.active,
select,
select:hover,
select:focus,
select:visited {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-decoration: none;
  color: inherit;
}

.form-control {
  -webkit-box-shadow: none;
          box-shadow: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin-bottom: 10px;
}

h1, .h1 {
  font-size: 80px;
  font-family: "EB Garamond", serif;
  font-weight: 700;
  line-height: 100%;
}

h2, .h2 {
    font-size: 32px;
    font-family: "EB Garamond", serif;
  font-weight: 700;
  line-height: 100%;
}

.bg-body-image {
    width: 338px;
    height: 544px;
    background: url(../../assets/img/closeup-green-leaves-branch-against-white-background1.png) no-repeat top center;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

/*Header*/
header {
    width: 100%;
    max-width: 1196px;
    margin: 0 auto;
    border-radius: 48px;
    padding-top: 16px;
    padding-right: 40px;
    padding-bottom: 16px;
    padding-left: 40px;
    gap: 100px;
    box-shadow: 0px 4px 4px 0px #00000040;
    margin-top: 40px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 6;
    background-color: var(--Base-White);
}
.brand-logo {
  width: 250px;
}
nav.main-navigation-area,
.menu-navigation {
    gap: 16px;
}
.menu-navigation li a {
    font-family: "EB Garamond", serif;
    font-weight: 400;
    font-size: 24px;
    line-height: 100%;
    padding: 10px;
}
.menu-navigation li a:hover {
    color: var(--color-sienna);
}
a.button-wrp,
.button-wrp {
    text-decoration: none;
    cursor: pointer;
    border: 0;
    padding: 10px;
    background-color: var(--color-darksalmon-100);
    border-radius: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-family: "EB Garamond", serif;
    font-size: 24px;
    color: var(--Base-White);
    line-height: 110%;
}
.button-wrp:hover {
    background-color: var(--color-sienna);
    color: var(--Base-White);
}



/*Hero Banner*/
.hero-banner {
    padding: 252px 0 5px 0;
    background: url(../../assets/img/home-hero-banner.png) no-repeat top center;
    background-size: cover;
    min-height: 122vh;
}
.bg-hero-image-botm {
    width: 469px;
    position: absolute;
    top: 474px;
    right: -9px;
    z-index: 4;
    object-fit: cover;
    object-position: center;
}
.bannerContent {
    max-width: 1100px;
    text-align: center;
    margin: 0 auto;
    padding: 0 15px 24px 15px;
}
.bannerContent p {
  font-size: 24px;
}
#typing-text {
    min-height: 85px;
}
h1 span {
  color: var(--color-darksalmon-100);
}
.button-wrp.btn-body {
  display: inline-block;
  padding: 16px 20px;
}
.imgWrp {
    max-width: 1100px;
    padding: 0 15px;
    margin: 0 auto;
}
.imgWrp-slider img {
    padding: 15px;
    height: 450px;
    object-fit: contain;
    object-position: center;
}


/*about-info*/
.about-img {
    border-radius: 0 0 90.5px 90.5px;
    position: relative;
    z-index: 2;
}
.since {
    margin: 0;
    font-size: 200px;
    font-weight: 700;
    font-family: inherit;
    color: var(--color-darksalmon-200);
    display: inline-block;
    max-width: 100%;
    font-family: "EB Garamond", serif;
    z-index: 2;
}
.about-info .b {
    position: absolute;
    margin: 0;
    top: 92px;
    right: -365px;
    display: inline-block;
    z-index: 3;
    font-family: "EB Garamond", serif;
    font-weight: 700;
    font-size: 200px;
    line-height: 100%;
    color: var(--color-darksalmon-100);
}
.years-of {
    width: 300px;
    border-radius: 8px;
    display: flex;
    gap: 10px;
    padding: 16px 16px 16px 20px;
    background: var(--color-darksalmon-100);
    color: var(--Base-White);
    font-weight: 400;
    font-size: 40px;
    line-height: 118%;
    margin-top: 30px;
}


/*core-services*/
.core-services-info {
    margin-top: -40px;
}
.service-lists {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 24px;
    transition: 0.5s;
    padding-bottom: 48px;
}
.service-lists h3 {
    font-family: "Work Sans", sans-serif;
    font-weight: 400;
    font-size: 24px;
    margin: 0;
}
.service-lists .svg {
    width: 50px;
    height: 50px;
}
.service-lists:hover {
    border-color:  var(--color-darksalmon-100) !important;
    background-color: var(--color-darksalmon-100);
}
.service-lists:hover .svg * {
    stroke: var(--color-black);
}
.read-more-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 10px;
    max-width: 160px;
    transition: 0.5s;
    opacity: 0;
    visibility: hidden;
    transform: translateX(-10px) translateY(10px);
    position: absolute;
    bottom: 15px;
    left: 24px;
}
.read-more-btn svg {
  position: relative;
  top: 2px;
}
.service-lists:hover .read-more-btn {
    opacity: 1;
    visibility: visible;
    transform: translateX(-10px) translateY(0px);
}
.bg-vibrant-green-branch-with-cloverlike-leaves1-left {
    width: 765px;
    height: 765px;
    position: absolute;
    top: 2410px;
    left: -170px;
    z-index: 1;
    object-fit: contain;
    object-position: center;
}

/*whyChooseUs*/
.whyChooseUs-img {
  object-fit: cover;
  object-position: top center;
  padding-top: 102px;
  padding-right: 42px;
}
.frame-parent7 {
    border-radius: 0 24px 24px 24px;
    background-color: var(--color-yellowgreen-100);
    padding: 16px;
    position: absolute;
    right: 0;
    top: 0;
    width: 306px;
}
.frame-parent7 .trusted-by-experts {
  color: var(--Base-White);
  font-weight: 400;
  padding: 10px;
  font-size: 24px;
  font-family: "Work Sans", sans-serif;
}
.trusted-by-certified {
    font-size: 16px;
    border-bottom: 1px solid var(--Base-White);
    padding: 10px 16px;
    color: var(--Base-White);
}
.frame-parent8 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.lucidearrow-up-right-parent {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    gap: 10px;
}
.lucidearrow-up-right-icon {
    height: 24px;
    width: 24px;
    position: relative;
}
.proven-results {
    font-size: 16px;
    color: var(--Base-White);
}
.why-choose-listing {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 25px;
}
.frame-parent11 {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-left: -16px;
}
.lucideuser-round-check-parent {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 16px;
    gap: 10px;
    z-index: 1;
}
.lucideuser-round-check-icon {
    height: 40px;
    width: 40px;
    position: relative;
}
.trusted-by-experts {
  font-size: 24px;
  font-weight: 400;
}
.all-treatments-are-based-on-cl-wrapper {
    align-self: stretch;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 64px;
    z-index: 2;
    margin-top: -12px;
    position: relative;
    font-size: 20px;
}



/*howItWorks*/
.customized-plan {
    gap: 26px;
    max-width: 100%;
    align-self: stretch;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.frame-parent16 {
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
    background-color: var(--Base-White);
    border-left: 5px solid #91b706;
    padding: 16px;
    transition: 0.5s;
    position: relative;
    z-index: 2;
    align-self: stretch;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.frame-parent17 {
    padding: 10px 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-weight: 400;
}
.customized-treatment-plan {
  font-size: 24px;
  font-weight: 400;
}
.empty-data-wrapper {
    height: 30px;
    background-color: var(--color-yellowgreen-100);
    flex-direction: column;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.empty-data {
    align-self: stretch;
    flex-shrink: 0;
    color: var(--Base-White);
    font-size: 24px;
    font-weight: 400;
}
.plan-medicines {
    align-self: stretch;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 50px;
    font-size: 20px;
    color: var(--color-black);
}
.frame-parent16:hover {
    background-color: #91b706;
}
.frame-parent16:hover .plan-medicines,
.frame-parent16:hover .customized-treatment-plan {
    color: var(--Base-White);
}
.frame-parent16:hover .empty-data-wrapper {
  background-color: var(--Base-White);
}
.frame-parent16:hover .empty-data {
    color: var(--color-black);
}




/*testimonials*/
.bg-howitworks-img-left {
    position: absolute;
    max-height: 100%;
    object-fit: contain;
    width: 1044px;
    right: -735px;
    top: 245vw;
    z-index: 1;
}

.testimonials-info h3 {
    font-weight: 700;
    font-size: 40px;
    line-height: 48px;
    font-family: "EB Garamond", serif;
}
.div {
    width: 151px;
    height: 250px;
    position: absolute;
    margin: 0 !important;
    top: -26.9px;
    right: 0;
    font-size: 250px;
    font-family: "Aldrich", sans-serif;
    color: var(--color-yellowgreen-100);
    display: inline-block;
    z-index: 3;
    flex-shrink: 0;
}
.slick-dots {
    position: static;
    display: block;
    width: 100%;
    margin: 25px 0 0 0;
}
.slick-dots li {
    width: auto !important;
    height: auto !important;
    border-radius: 50% !important;
}
.slick-dots li button {
    background-color: var(--color-yellowgreen-200) !important;
    border-radius: 50% !important;
    width: 14px !important;
    height: 14px !important;
}
.slick-dots li.slick-active button {
    background-color: var(--color-yellowgreen-100) !important;
}
.slick-dots li button::before {
  display: none;;
}
.divbreakdance-swiper-wrapper {
    text-align: left;
    font-size: 24px;
    color: #071537;
    font-family: "EB Garamond", serif;
}
.divbde-column-15569-376 {
    box-shadow: 0px 2px 18px rgba(110, 130, 208, 0.19);
    border-radius: 10px;
    background-color: var(--Base-White);
    flex-direction: column;
    padding: 40px 24px 40px 24px;
    gap: 13.7px;
    display: flex;
    align-items: flex-start;
}
.divbde-columns-15569-379 {
    gap: 10px;
    display: flex;
    align-items: flex-start;
}
.figure {
    box-shadow: 5px 20px 75px rgba(0, 0, 0, 0.09);
    border-radius: 6px;
    background-color: rgba(255, 255, 255, 0);
    flex-shrink: 0;
}
.divbreakdance-image-clip-icon {
    height: 72.1px;
    width: 72.1px;
    position: relative;
    border-radius: var(--br-6);
    object-fit: cover;
    display: block;
}
.divbde-column-15569-382 {
    width: 174.8px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 12.7px 0px 11.8px;
    box-sizing: border-box;
    gap: 1.6px;
    flex-shrink: 0;
}
.testimonials-info .heading-4 {
    margin: 0;
    position: relative;
    font-size: 24px;
    line-height: 31px;
    font-weight: 400;
    font-family: "Work Sans", sans-serif;
    display: flex;
    align-items: center;
}
.divbreakdance-swiper-wrapper .slide-item {
    padding: 12px;
}
.slick-slide img {
    display: block;
}
.divbde-star-rating-wrapper {
    overflow: hidden;
    display: flex;
    align-items: flex-start;
    gap: 5px;
}
.clear-diagnosis-careful {
  font-size: 20px;
  font-weight: 400;
  font-family: "Work Sans", sans-serif;
}



/*Footer*/
footer.footer-area {
    background-color: var(--color-darksalmon-100);
}
.widget-title {
    font-family: "EB Garamond", serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 100%;
    color: var(--Base-White);
}
.contentB li {
    width: 100%;
    display: block;
}
.contentB li a, .contentB a, .contentB p {
    font-weight: 400;
    font-size: 16px;
    display: block;
    line-height: 20px;
    margin: 4px 0;
    color: var(--Base-White);
    word-wrap: break-word;
}
.contentB a:hover {
    opacity: 0.7;
}
.footer-bottom-copyright {
    margin-top: 50px;
    text-align: center;
    border-top: 2px solid #fff;
    padding: 15px;
    font-family: "EB Garamond", serif;
    font-weight: 400;
    font-size: 24px;
    line-height: 120%;
    color: var(--Base-White);
}
.socialIcn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    flex-wrap: wrap;
}
.socialIcn a {
  width: 40px;
  height: 40px;
  display: block;
}
.socialIcn a svg {
  width: 40px;
  height: 40px;
}
.socialIcn a:hover {
    opacity: 0.7;
}
.contentB .iconsb {
    display: block;
    width: 62px;
    height: 86px;
    margin: 0 auto;
}




/*about Us*/
.inner-banner {
    height: 80vh;
    background: linear-gradient(270deg, rgba(102, 102, 102, 0) 0%, rgba(0, 0, 0, 0.2) 57.21%),
linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
    background-image: url(../../assets/img/page-banner-inner.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
}
.vibrant-green-branch-with-clov-icon4 {
    height: 443px;
    width: 443px;
    position: absolute;
    max-height: 100%;
    object-fit: contain;
    max-width: 100%;
    z-index: 1;
    opacity: 1;
    top: -69px;
    left: -81px;
}
.journey-img {
  border-radius: 8px;
}



.timeline {
  display: inline-flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 40px;
}
.tab-item {
  cursor: pointer;
  display: flex;
  padding: 10px;
  gap: 10px;
  border-radius: 24px;
  border: 2px solid #000000;
  font-weight: 600;
  font-size: 20px;
  align-items: center;
}
.tab-item svg {
    width: 24px;
    height: 24px;
}
.tab-item .year {
  display: flex;
  align-items: center;
   gap: 10px;
}

.content {
  display: none;
}

/* Active state */
.tab-item.active .content {
  display: block;
}
.tab-item.active {
    border-color: var(--color-darksalmon-100);
    color: var(--color-yellowgreen-100);
}
.tab-item.active svg * {
  stroke: var(--color-darksalmon-100);
}

.margin-top-minus {
  margin-top: -100px;
}
.event-details-child {
    position: absolute;
    top: 175px;
    left: 162px;
    filter: blur(900px);
    border-radius: 50%;
    background-color: var(--color-yellowgreen-100);
    width: 472px;
    height: 487px;
}
.whatsapp-image-found-img {
    width: 700px;
    height: 1052px;
    object-fit: cover;
    position: relative;
    z-index: 1;
    max-width: initial;
}
.bams-md-ayurveda {
    font-size: 30px;
    font-weight: 400;
}
.founder-info {
    max-width: 415px;
    margin-left: auto;
    text-align: center;
}
.specialities-lists {
    background: var(--Base-White);
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 40px 24px;
    gap: 20px;
    text-align: left;
    transition: 0.5s;
    min-height: 375px;
}
.specialities-lists h3 {
    font-size: 24px;
    color: var(--color-black);
    font-family: "Work Sans", sans-serif;
    font-weight: 400;
}
.specialities-lists svg {
    width: 40px;
    height: 40px;
}
.specialities-lists ul li {
    width: 100%;
    display: block;
    margin: 2px 0;
    line-height: 30px;
    position: relative;
    padding-left: 22px;
}
.specialities-lists ul li::after {
    content: "";
    width: 6px;
    height: 6px;
    background: var(--color-black);
    border-radius: 50%;
    display: block;
    position: absolute;
    left: 0;
    top: 12px;
}
.specialities-lists:hover {
    background-color: var(--color-yellowgreen-100);
}
.specialities-lists:hover svg * {
    stroke: var(--Base-White);
}
.specialities-lists:hover ul li,
.specialities-lists:hover h3 {
    color: var(--Base-White);
}
.specialities-lists:hover ul li::after {
    background: var(--Base-White);
}
.gap-30 {
    gap: 30px;
}
.experience-details {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    align-items: flex-start;  
    gap: 24px; 
}
.years-experience {
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
    border-radius: 8px;
    background-color: var(--Base-White);
    padding: 16px;
    text-align: left;
    font-size: 20px;
    color: var(--color-black);
    font-family: "Work Sans", sans-serif;
    align-self: stretch;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    transform: 0.5s;
}
.lucideuser-star-parent {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    gap: 16px;
}
.lucidevenus-icon {
    width: 40px;
    position: relative;
    max-height: 100%;
}
.years-experience2 {
    margin: 0;
    font-size: 20px;
    font-weight: 500;
    font-family: "Work Sans", sans-serif;
}
.expert-diagnosis-based-on-over-wrapper {
    align-self: stretch;
    display: flex;
    align-items: center;
    justify-content: start;
    padding: 10px 64px;
}
.years-experience:hover {
    background-color: var(--color-yellowgreen-100);
}
.years-experience:hover .expert-diagnosis-based-on-over-wrapper,
.years-experience:hover .years-experience2 {
    color: var(--Base-White);
}
.years-experience:hover .lucidevenus-icon * {
    stroke: var(--Base-White);
}
.ul-lists li {
    line-height: 100%;
    width: 100%;
    background-image: url(../../assets/img/lucide-circle-check-big.svg);
    padding: 10px 0 10px 35px;
    background-size: 24px;
    background-position: left center;
    background-repeat: no-repeat;
}
.trust-us-info .customized-plan {
    gap: 50px;
}
.trust-us-info-img {
    height: 620px;
    object-fit: cover;
    object-position: top center;
}
.alignment-parent {
    display: flex;
    flex-wrap: wrap;
    gap: 40px 24px; /* row-gap column-gap */
}

.alignment-icon {
    width: calc((100% - 48px) / 3); /* ✅ 2 gaps × 24px = 48px */
    position: relative;
    max-height: 100%;
    object-fit: cover;
    max-width: 100%;
}
.consultation-initiation {
    align-self: stretch;
    padding: 162px 0;
    background-image: url(../../assets/img/Frame-73@3x.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    z-index: 4;
    flex-shrink: 0;
    text-align: left;
    color: var(--Base-White);
}
.contact-process {
    max-width: 708px;
}
.begin-your-healing2 {
    font-weight: 500;
    font-family: "Work Sans", sans-serif;
    margin-bottom: 40px;
}
.contact-process .button-wrp {
    margin-top: 40px;
    background-color: var(--Base-White);
    color: var(--color-black);
}
.contact-process .button-wrp:hover {
    opacity: 0.8;
    color: var(--color-black);
}
.ayurvedic-care-boxs {
    margin-top: 40px;
}
.ayurvedic-care-boxs:nth-child(1) {
    margin-top: 0px;
}
.ayurvedic-care-boxs-images {
    height: 500px;
    border-radius: 8px;
    object-fit: cover;
    object-position: top center;
}
.ayurvedic-care-boxs .specialities-lists {
    min-height: inherit;
    background: transparent !important;
    padding: 0;
    color: var(--color-black);
    margin: 20px 0;
}
.ayurvedic-care-boxs .specialities-lists:hover ul li {
    color: var(--color-black);
}
.ayurvedic-care-boxs .specialities-lists:hover ul li::after {
    background: var(--color-black);
}
.blog-listing {
    width: 100%;
    display: block;
    background: var(--bg-color-light-gray);
    padding: 20px;
    border-radius: 15px;
}
.blog-listing img.ayurvedic-care-boxs-images {
    height: 215px;
}
.blog-listing .read-more-btn {
    transform: none;
    opacity: 1;
    visibility: visible;
    position: static;
}
.blog-listing:hover .read-more-btn {
    color: var(--color-darksalmon-100);
}
.blog-listing:hover .read-more-btn svg * {
    stroke: var(--color-darksalmon-100);
}


.contact-section {
  padding: 60px 0;
}
.contact-wrp {
    border-radius: 8px;
    padding: 64px 80px;
    box-shadow: 0px 0px 4px 0px #00000040;
    justify-content: space-between;
}
.contact-wrp>div {
    width: 45%;
    max-width: 100%;
    flex: inherit;
}
.lable {
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    display: block;
    text-transform: capitalize;
    margin-bottom: 8px;
    display: block;
}
input, textarea {
    width: 100%;
    border-radius: 8px;
    padding: 10px 14px;
    border-width: 1px;
    border: 1px solid #D0D5DD;
    box-shadow: 0px 1px 2px 0px #1018280D;
}
.contact-section form .row {
    row-gap: 25px;
}
textarea {
    min-height: 135px;
}
.form-check {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: start;
    width: 100%;
    margin: 25px 0;
    padding-left: 0;
}
.form-check input#privacy {
    width: 16px;
    height: 16px;
}
.form-check label {
    display: block;
    margin: 0;
    width: calc(100% - 30px);
    padding-left: 12px;
}
input[type="submit"] {
    width: 100%;
    height: 48px;
    border-radius: 12px;
    padding: 8px 32px;
    display: block;
    line-height: 33px;
    background: #CD8973;
    border: 0;
    color: #fff;
    font-weight: 500;
    cursor: pointer;
}
input[type="submit"]:hover {
    opacity: 0.8;
}
.info-box p {
    opacity: 0.5;
    font-size: 18px;
}
.info-box .a-hrf {
    display: inline-block;
    color: #CD8973;
    word-break: break-word;
}
.info-box .a-hrf:hover {
    text-decoration: underline;
}
.info-box-gap {
    row-gap: 32px;
}
.footer-logo {
    width: 200px;
}
.info-box .a-hrf {
    word-break: break-word;
}

















/*Responsive CSS*/
@media (max-width: 1900px) {
    .vibrant-green-branch-with-clov-icon4,
    .bg-howitworks-img-left,
    .bg-body-image,
    .bg-hero-image-botm,
    .bg-vibrant-green-branch-with-cloverlike-leaves1-left {
        display: none;
    }

}

@media (max-width: 1400px) {
h1, .h1 {
    font-size: 50px;
}
#typing-text {
    min-height: 60px;
}
.imgWrp-slider img {
    height: 400px;
}
a.button-wrp, .button-wrp,
.menu-navigation li a {
    font-size: 20px;
}
.brand-logo {
    width: 225px;
}
.bannerContent p {
    font-size: 20px;
}
.expert-diagnosis-based-on-over-wrapper,
.clear-diagnosis-careful,
.plan-medicines,
.all-treatments-are-based-on-cl-wrapper,
body {
    font-size: 18px;
}
.since {
    font-size: 100px;
}
.specialities-lists h3,
.testimonials-info .heading-4,
.service-lists h3,
.customized-treatment-plan,
.frame-parent7 .trusted-by-experts,
.trusted-by-experts,
.years-of {
    font-size: 22px;
}
.about-info .b {
    top: 50px;
    right: -155px;
    font-size: 85px;
}
.testimonials-info h3 {
    font-size: 30px;
}
.div {
    font-size: 200px;
}
.footer-bottom-copyright {
    font-size: 18px;
}
.inner-banner {
    height: 375px;
}
.whatsapp-image-found-img {
    width: 100%;
    height: 100%;
    max-width: 100%;
}

}


@media (max-width: 1200px) {
.footer-logo {
    margin: 0 auto 25px;
    display: block !important;
}
.contact-wrp {
    padding: 35px;
}
.trust-us-info-img {
    height: 100%;
}
header {
    width: calc(100% - 15px);
}

}


@media (max-width: 992px) {
.col-lg-6.space-top {
    padding-top: 0;
}
.menu-button svg {
    width: 35px;
    height: 35px;
    margin-top: 10px;
    cursor: pointer;
}
.menu-button svg * {
    fill: var(--color-darksalmon-100);
}
.menu-wrap {
    background-color: #fff;
    position: fixed;
    height: 100%;
    width: 345px;
    max-width: 100%;
    right: -345px;
    overflow: auto;
    transition: .5s;
    z-index: 3;
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, .15);
    padding: 74px 0 50px 0;
    top: 0;
    align-items: start !important;
}
ul.menu-navigation {
    flex-direction: column;
}
ul.menu-navigation li {
    width: 100%;
    display: block;
}
.menu-navigation li a {
    padding: 12px 25px;
    display: block;
    width: 100%;
    text-transform: uppercase;
}
.menu-wrap.menu-show {
    right: 0;
}
.mobile-menu-close {
    position: absolute;
    right: 20px;
    top: 20px;
    width: 26px;
    height: 26px;
    z-index: 1;
    cursor: pointer;
}
.mobile-menu-close:before, .mobile-menu-close:after {
    position: absolute;
    left: 11px;
    content: " ";
    height: 24px;
    width: 3px;
    background-color: var(--color-yellowgreen-100);
    cursor: pointer;
}
.mobile-menu-close:before {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}
.mobile-menu-close:before, .mobile-menu-close:after {
    height: 22px;
    width: 1.5px;
}
.mobile-menu-close:after {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}
.mobile-menu-close:before, .mobile-menu-close:after {
    height: 22px;
    width: 1.5px;
}
.consultation-initiation {
    background-position: right center;
    padding: 100px 0;
}
.contact-wrp>div {
    width: 100%;
}
.trust-us-info .customized-plan {
    gap: 26px;
}
.tab-item.active .content {
    font-size: 18px;
}
.whatsapp-image-found-img {
    padding-top: 40px;
}
.bams-md-ayurveda {
    font-size: 22px;
}
.specialities-lists {
    min-height: inherit;
}

}


@media (min-width: 992px) {
.service-list-boxes>div {
    width: calc((100% - 32px) / 3);
    max-width: 100%;
    flex: inherit;
}
.service-list-boxes {
  gap: 16px;
  z-index: 2;
}
.service-lists {
    border-bottom: 1px solid #000;
}
.service-list-boxes div:nth-child(3n + 2) .service-lists {
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
    border-left: 1px solid #000;
}
.service-list-boxes div:nth-last-child(-n+2) .service-lists {
    border-bottom: 0;
}
.service-list-boxes div:nth-last-child(-n+3) .service-lists {
    border-bottom: 0;
}


}


@media (max-width: 767px) {
h1, .h1 {
    font-size: 40px;
}
#typing-text {
    min-height: 45px;
}
.imgWrp-slider img {
    height: 300px;
    display: block;
    margin: 0 auto;
}
header {
    padding: 16px 25px;
    margin-top: 25px;
}
/* .brand-logo {
    width: 225px;
} */
.bannerContent p {
    font-size: 16px;
}
.expert-diagnosis-based-on-over-wrapper,
.clear-diagnosis-careful,
.plan-medicines,
.all-treatments-are-based-on-cl-wrapper,
body {
    font-size: 16px;
}
.since {
    font-size: 75px;
}
.specialities-lists h3,
.testimonials-info .heading-4,
.service-lists h3,
.customized-treatment-plan,
.frame-parent7 .trusted-by-experts,
.trusted-by-experts,
.years-of {
    font-size: 20px;
}
.about-info .b {
    top: 35px;
    right: -130px;
    font-size: 70px;
}
.testimonials-info h3 {
    font-size: 28px;
}
.div {
    font-size: 150px;
}
.footer-bottom-copyright {
    font-size: 16px;
}
.hero-banner {
    padding: 175px 0 5px 0;
}
.space {
  padding-top: 50px;
  padding-bottom: 50px;
}

.space-top {
  padding-top: 50px;
}

.space-bottom {
  padding-bottom: 50px;
}
.core-services-info {
    margin-top: 0;
}
.consultation-initiation {
    padding: 50px 0;
}
.footer-logo {
    margin: 0 0 25px 0;
}
.ayurvedic-care-boxs-images {
    height: 300px;
}
.pb-5, .py-5 {
    padding-bottom: 1.5rem!important;
}
.mb-5, .my-5 {
    margin-bottom: 1.5rem!important;
}
.all-treatments-are-based-on-cl-wrapper,
.plan-medicines,
.expert-diagnosis-based-on-over-wrapper {
    padding-right: 0px;
}
.alignment-parent {
    gap: 15px;
}
.alignment-icon {
    width: calc((100% - 15px) / 2);
}

}