:root {
    --primary-color: #005851;
    --secondary-color: #F9C470;
    --accent-color: #8ECB36;
    --white: #ffffff;
    --black: #000000;
    --graymedium: #E0E0E0;
    --graylight: #F5F5F5;

}

body {
    font-family: 'Noto Sans', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    color: var(--primary-color);
    background: var(--white);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-smooth: always;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Noto Serif', serif;
}

h1 {
    font-size: 2.875rem;
    /* font-weight: 700; */
    line-height: 1.2;
}

h2 {
    font-size: 2.375rem;
    font-weight: 400;
    line-height: 1.2;
}

h3 {
    font-size: 1.875rem;
    font-weight: 400;
    line-height: 1.2;
}

h4 {
    font-size: 1.625rem;
    line-height: 1.2;
}

h5 {
    font-size: 1.375rem;
    line-height: 1.2;
}


p {
    line-height: 1.5rem;
}

ul {
    list-style: none;
    padding-left: 0;
}

a {
    color: var(--accent-color);
    text-decoration: none;
}

a:hover {
    color: var(--primary-color);
}

textarea:focus,
input:focus {
    outline: none;
}

*:focus {
    outline: none;
}

.btn {
    outline: none;
    padding: .75rem 1.5rem;
    font-weight: 600;
    font-size: .9rem;
    border-radius: 10px !important;

}

.btn:hover {
    color: #000;
    background-color: red;
    opacity: 1;
}

.btn:focus,
.btn:active {
    outline: none !important;
    box-shadow: none;
}

.btn-primary:active {
    color: var(--secondary-color);
    background-color: var(--primary-color);
}

.btn-primary:focus {
    color: var(--secondary-color);
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}

.btn-secondary {
    outline: none;
    background-color: var(--secondary-color);
    border-color: var(--secondary-color);
    color: var(--white);
    font-size: 1rem;
    font-weight: 400;
}

.btn-secondary:active {
    outline: none;
}

.btn-outline-primary {
    color: var(--secondary-color);
    border-color: #E1E5E2;
}

.btn-outline-primary:hover {
    color: var(--secondary-color);
    border-color: var(--secondary-color);
}

.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:focus {
    outline: none;
    box-shadow: none;
}

.navbar-toggler-icon {
    display: inline-block;
    width: 1.2em;
    height: 1.2em;

}

.nav-item a {
    font-size: .875rem;
    color: white;
}

.navbar-nav .nav-link {
    padding-right: 1rem;
    padding-left: 1rem;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: var(--accent-color);
}


footer {
    background-color: var(--primary-color);
    color: white;
    padding: 4rem 0;
}

footer p {
    font-size: .875rem;
    width: 90%;
}

footer a {
    color: white;
    font-size: .875rem;
}

footer a:hover {
    color: var(--secondary-color);
}

.footerhead {
    font-size: 1.375rem;
    font-family: 'Noto Serif', serif;
    margin-bottom: .6rem;
}

.footerlist li {
    padding: 0.35rem 0;
}

.footerlist img {
    height: 28px;
    margin-right: 0.8rem;
}

section {
    padding: 6rem 0;
}



.hero1,
.hero2,
.hero3 {
    background-size: cover;
    background-position: center center;
    min-height: 100vh;
}

.herobanner {
    display: flex;
    height: 100vh;
    align-content: center;
}



.mainhero {
    background-image: url("../images/hero-bg.png");
    background-size: cover;
    background-repeat: no-repeat;
    color: white;
}

.hero2 {
    background-image: url("../images/hero2.jpg");
}

.hero3 {
    background-image: url("../images/hero4.png");
}

.herotext {
    color: #E0E0E0;
    margin-bottom: 2.5rem;
    margin-top: 1rem;
}

.carousel-control-next,
.carousel-control-prev {
    width: 6%;
}

.carousel-indicators [data-bs-target] {
    background-color: var(--secondary-color);
}

.maincta {
    background-color: var(--secondary-color);
    color: var(--primary-color);
    border: var(--secondary-color);
    border-radius: 0 !important;
}

.bg-green {
    background: var(--primary-color);
    transition: .5s ease-in-out;
}

.bg-greener {
    background: var(--primary-color);
    /* transition: .5s ease-in-out; */
}

.btn:active {
    background-color: #d39d47 !important;
    color: var(--primary-color) !important;
}

.btn:hover {
    background-color: #d39d47 !important;
    color: var(--primary-color) !important;
}

.bg-primary {
    background-color: var(--primary-color) !important;
}

.navbar-nav .nav-link.active,
.navbar-nav .show>.nav-link {
    color: var(--secondary-color) !important;
}

.nav-link:focus,
.nav-link:hover {
    color: var(--secondary-color);
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.875rem;
    padding-left: 0.875rem;
    line-height: 1.5;
    /* border-bottom: 4px solid white; */
    /* margin-bottom: 4px; */
}

.navbar-brand img {
    height: 40px;
}

.footerbio img {
    height: 40px;
}

.about,
.whyus,
.treatments {
    background-color: #F5F5F5;
}

hr {
    color: var(--secondary-color);
    width: 48px;
    border-bottom: 4px solid var(--secondary-color);
    opacity: 1;
    margin-bottom: 2rem;
}

.hrfull {
    widows: 100%;
    border-bottom: 1px solid var(--secondary-color);
}

.contactsingle {
    margin-bottom: 2.5rem;
}

.contactsingle img {
    width: 36px;
    margin-right: 2rem;
}

.contactsingle h6,
p {
    margin-bottom: 0;
}

.contactinfos {
    color: white;
}

.contactinfo {
    margin-top: 3rem;
}

.contactinfo p {
    font-family: 'Noto Sans', sans-serif;
}

.arrowmenu {
    width: 1.6rem !important;
    margin-left: 0.5rem !important;
}

.fwlist li:hover .arrowmenu {
    margin-left: 1rem !important;
    transition: .4s ease-in-out;
}

.treatmenu {
    margin-bottom: 1rem;
}

.treatmenu:hover {
    background-color: #062c28;
}

.treatmenu h6 {
    font-size: 0.875rem;
    font-family: 'Noto Sans', sans-serif;
    font-weight: lighter;
    margin-bottom: 0;
}

.treatmenu:hover h6 {
    color: var(--secondary-color);
}

.menuimg {
    width: 100px;
    margin-bottom: 1rem;
}

.menuarrow {
    width: 24px;
    margin-left: 0.3rem;
}

.imgblend {
    mix-blend-mode: multiply;
}

/* .imground {
    border-radius: 0.625rem;
} */

.insurance {
    position: relative;
}

.ayuleaf {
    position: absolute;
    bottom: 48px;
    right: 0;
}

.ayuleaf img {
    width: 280px;
}

.insurance img {
    max-width: 100%;
}

@media (max-width: 992px) {
    .mt-sm {
        margin-top: 24px;
    }
}

.testimonials {
    background-color: #F5F5F5;
    /* background-image: url("../images/testimonial-bg.jpg"); */
    background-size: cover;
    background-repeat: no-repeat;

}

.testimonialbox {
    background-color: white;
    /* border: 6px solid white; */
    color: var(--primary-color);
    padding: 6rem 6rem 4rem 6rem;
    /* border-radius: 1rem; */
    position: relative;
    box-shadow: 0px 4px 13px 0px rgba(0, 0, 0, 0.04);
}

.quote {
    position: absolute;
    top: 26px;
    left: 36px;
}

.quote img {
    width: 64px;
}

.testimonialbox h5 {
    color: var(--secondary-color);
}

.card-name {
    border: 2px solid #f7f7f7;
    /* border-radius: 0.5rem; */
    box-shadow: 0px 4px 13px 0px rgba(0, 0, 0, 0.04);
    text-align: center;
    padding: .8rem 0;
    background-color: white;
    transition-duration: .3s;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
}


/* .getintouch {
    background-color: rgba(0, 88, 81, 0.9);
    color: white;
} */

/* .location {
    border-radius: 1rem;
} */

.social li {
    display: inline;
}

.social .footerhead {
    display: block;
}


.form-group {
    margin-bottom: 1rem;
}

.form-control {
    background-color: #f5f5f5;
    color: var(--primary-color);
    border: 1px solid rgba(142, 203, 54, 0.1);
    border-radius: 0;
    padding: 0.5rem 0.75rem;
}

.form-control:focus {
    color: var(--primary-color);
    background-color: #f7f7f7;
    border-color: rgba(142, 203, 54, 0.2);
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(142, 203, 54, 0.1);
}

.contactinfo {
    color: white;
}

.mainhead {
    padding-top: 7rem;
}

.mission {
    background-image: url("../images/ayur-bg.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    /* color: white; */
    background-color: #f5f5f5;
}

.mission-info {
    box-shadow: 0px 4px 13px 0px rgba(0, 0, 0, 0.04);
    background-color: white;
    padding: 4rem;
    /* border-radius: 1rem; */
    /* border: 6px solid white; */

}

.vision-info {
    box-shadow: 0px 4px 13px 0px rgba(0, 0, 0, 0.04);
    background-color: white;
    padding: 4rem;
    /* border-radius: 1rem; */
    /* border: 6px solid white; */
    color: var(--primary-color);

}

/* .mission-info hr {
    color: var(--secondary-color);
    width: 100%;
    border-bottom: 2px solid var(--secondary-color);
}

.vision-info hr {
    color: var(--secondary-color);
    width: 100%;
    border-bottom: 2px solid var(--secondary-color);
} */

.team-single {
    text-align: center;
    margin-bottom: 5rem;
}

.team-single h4 {
    margin-bottom: 1rem;
}

.team-single img {
    max-width: 100%;
    margin-bottom: 2rem;
    /* border-radius: 0.625rem; */
}

.team-single p {
    font-size: 0.9375rem;
    /* width: 85%; */
    padding: 1rem;
}

.team p {
    font-size: 0.9375rem;
}

.hrcenter {
    margin: auto;
    margin-bottom: 4rem;
    margin-top: 1rem;
}

.hrprimary {
    /* color: white; */
    border-bottom: 4px solid var(--primary-color);
}

.signature-trust {
    background-image: url("../images/signature-trust.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    color: white;
    padding: 8rem 0;
}

.withcontact {
    background-image: url("../images/greenmix.jpg");
}

.trust-icon {
    width: 26%;
    margin-top: 4rem;
    margin-bottom: 2rem;
}

.location-info {
    position: relative;

}

.location-full {
    position: absolute;
    right: 100px;
    bottom: 100px;
    background-color: var(--secondary-color);
    border: 6px solid white;
    /* border-radius: 0.625rem; */
    padding: 2rem 2rem 1.5rem 2rem;
}

.treatment-single {
    padding: 2rem;
    height: 350px;
    /* border-radius: 0.625rem; */
    color: white;
    position: relative;
    transition-duration: .3s;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
}

.treatment-single:hover {
    cursor: pointer;
    scale: 1.01;
    -webkit-transform: scale(1.03);
    -moz-transform: scale(1.03);
    -ms-transform: scale(1.03);
    -o-transform: scale(1.03);
    transform: scale(1.03);
    transition: transform .3s ease-in-out;
}

.card-name:hover {
    cursor: pointer;
    scale: 1.03;
    -webkit-transform: scale(1.03);
    -moz-transform: scale(1.03);
    -ms-transform: scale(1.03);
    -o-transform: scale(1.03);
    transform: scale(1.03);
    transition: transform .3s ease-in-out;
}

.treatment-single h5 {
    margin-bottom: 0;
    margin-right: 0.5rem;
}

.treatment01 {
    background-image: linear-gradient(0deg, #005851 8%, rgba(0, 88, 81, 0) 80%), url("../images/treatment01.jpg");
    background-size: cover;
    background-repeat: no-repeat;
}

.treatment02 {
    background-image: linear-gradient(0deg, #005851 8%, rgba(0, 88, 81, 0) 80%), url("../images/treatment02.jpg");
    background-size: cover;
    background-repeat: no-repeat;
}

.treatment03 {
    background-image: linear-gradient(0deg, #005851 8%, rgba(0, 88, 81, 0) 80%), url("../images/treatment03.jpg");
    background-size: cover;
    background-repeat: no-repeat;
}

.treatment04 {
    background-image: linear-gradient(0deg, #005851 8%, rgba(0, 88, 81, 0) 80%), url("../images/treatment04.jpg");
    background-size: cover;
    background-repeat: no-repeat;
}

.treatment05 {
    background-image: linear-gradient(0deg, #005851 8%, rgba(0, 88, 81, 0) 80%), url("../images/treatment05.jpg");
    background-size: cover;
    background-repeat: no-repeat;
}

.treatment06 {
    background-image: linear-gradient(0deg, #005851 8%, rgba(0, 88, 81, 0) 80%), url("../images/treatment06.jpg");
    background-size: cover;
    background-repeat: no-repeat;
}

.treatment07 {
    background-image: linear-gradient(0deg, #005851 8%, rgba(0, 88, 81, 0) 80%), url("../images/treatment07.jpg");
    background-size: cover;
    background-repeat: no-repeat;
}

.treatment08 {
    background-image: linear-gradient(0deg, #005851 8%, rgba(0, 88, 81, 0) 80%), url("../images/treatment08.jpg");
    background-size: cover;
    background-repeat: no-repeat;
}

.treatment09 {
    background-image: linear-gradient(0deg, #005851 8%, rgba(0, 88, 81, 0) 80%), url("../images/treatment09.jpg");
    background-size: cover;
    background-repeat: no-repeat;
}

.treatment10 {
    background-image: linear-gradient(0deg, #005851 8%, rgba(0, 88, 81, 0) 80%), url("../images/treatment10.png");
    background-size: cover;
    background-repeat: no-repeat;
}

.treatment11 {
    background-image: linear-gradient(0deg, #005851 8%, rgba(0, 88, 81, 0) 80%), url("../images/treatment11.png");
    background-size: cover;
    background-repeat: no-repeat;
}

.treatment12 {
    background-image: linear-gradient(0deg, #005851 8%, rgba(0, 88, 81, 0) 80%), url("../images/treatment12.png");
    background-size: cover;
    background-repeat: no-repeat;
}

.treatment13 {
    background-image: linear-gradient(0deg, #005851 8%, rgba(0, 88, 81, 0) 80%), url("../images/treatment13.png");
    background-size: cover;
    background-repeat: no-repeat;
}

.treatment14 {
    background-image: linear-gradient(0deg, #005851 8%, rgba(0, 88, 81, 0) 80%), url("../images/treatment14.png");
    background-size: cover;
    background-repeat: no-repeat;
}

.treatment15 {
    background-image: linear-gradient(0deg, #005851 8%, rgba(0, 88, 81, 0) 80%), url("../images/treatment15.png");
    background-size: cover;
    background-repeat: no-repeat;
}

.treatment16 {
    background-image: linear-gradient(0deg, #005851 8%, rgba(0, 88, 81, 0) 80%), url("../images/treatment16.png");
    background-size: cover;
    background-repeat: no-repeat;
}

.treatment17 {
    background-image: linear-gradient(0deg, #005851 8%, rgba(0, 88, 81, 0) 80%), url("../images/treatment17.png");
    background-size: cover;
    background-repeat: no-repeat;
}

.treatment18 {
    background-image: linear-gradient(0deg, #005851 8%, rgba(0, 88, 81, 0) 80%), url("../images/treatment18.png");
    background-size: cover;
    background-repeat: no-repeat;
}

.treatment19 {
    background-image: linear-gradient(0deg, #005851 8%, rgba(0, 88, 81, 0) 80%), url("../images/treatment19.png");
    background-size: cover;
    background-repeat: no-repeat;
}

.treatment20 {
    background-image: linear-gradient(0deg, #005851 8%, rgba(0, 88, 81, 0) 80%), url("../images/treatment20.png");
    background-size: cover;
    background-repeat: no-repeat;
}

.treatment21 {
    background-image: linear-gradient(0deg, #005851 8%, rgba(0, 88, 81, 0) 80%), url("../images/treatment21.png");
    background-size: cover;
    background-repeat: no-repeat;
}

.treatment22 {
    background-image: linear-gradient(0deg, #005851 8%, rgba(0, 88, 81, 0) 80%), url("../images/treatment22.png");
    background-size: cover;
    background-repeat: no-repeat;
}

.treatment23 {
    background-image: linear-gradient(0deg, #005851 8%, rgba(0, 88, 81, 0) 80%), url("../images/treatment23.png");
    background-size: cover;
    background-repeat: no-repeat;
}

.treatment24 {
    background-image: linear-gradient(0deg, #005851 8%, rgba(0, 88, 81, 0) 80%), url("../images/treatment24.png");
    background-size: cover;
    background-repeat: no-repeat;
}

.treatment25 {
    background-image: linear-gradient(0deg, #005851 8%, rgba(0, 88, 81, 0) 80%), url("../images/treatment25.png");
    background-size: cover;
    background-repeat: no-repeat;
}

.treatment26 {
    background-image: linear-gradient(0deg, #005851 8%, rgba(0, 88, 81, 0) 80%), url("../images/treatment26.png");
    background-size: cover;
    background-repeat: no-repeat;
}

.treatment27 {
    background-image: linear-gradient(0deg, #005851 8%, rgba(0, 88, 81, 0) 80%), url("../images/treatment27.png");
    background-size: cover;
    background-repeat: no-repeat;
}

.treatment28 {
    background-image: linear-gradient(0deg, #005851 8%, rgba(0, 88, 81, 0) 80%), url("../images/treatment28.png");
    background-size: cover;
    background-repeat: no-repeat;
}


.treatment-info {
    position: absolute;
    bottom: 2rem;
    left: 2.5rem;
}

.arrow {
    margin: auto 0;
}

.arrow img {
    width: 18px;
}

.treatment-detail {
    margin-top: 6rem;
    margin-bottom: 6rem;
}

.treatmentbox {
    padding: 1rem;
    margin-right: 2rem;
}

.treatments ul {
    list-style-type: circle;
}

.treatmentlist li {
    padding-bottom: 0.5rem;
}

.specialh {
    margin-top: 3rem;
    font-size: 1.375rem;
    line-height: 1.6;
}



.wecure {
    background-image: url("../images/we-cure.jpg");
    background-size: cover;
    background-repeat: no-repeat;
}

.booknow {
    border: 1px solid var(--secondary-color);
    /* border-radius: 0.625rem; */
}

.booknow:hover {
    background-color: var(--secondary-color);
    color: var(--primary-color);
}

.navbar-toggler {
    color: rgba(255, 255, 255, 0.55);
    border-color: none;
    border: none;
    padding: 0;
}

.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:focus {
    outline: none;
    box-shadow: none;
}

.navbar-toggler-icon {
    display: inline-block;
    width: 1.4em;
    height: 1.4em;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

/* .caret {
    border-top: 4px solid red !important;
} */



/* Big Menu */
.dropdown {
    position: static !important;
}

.dropdown-menu {
    box-shadow: 0px 15px 10px -15px rgba(0, 0, 0, .1) !important;
    margin-top: 0px !important;
    width: 100% !important;
    /* height: 340px; */
    background: var(--primary-color);
    border: none;
    border-radius: 0px;

}

.fullwidthmenu {
    padding-top: 4rem;
    padding-bottom: 5rem;
    background: var(--primary-color);
    /* overflow-y: scroll !important;
    display: block; */
    color: white;
}

.fullwidthmenu h4 {
    margin-top: 2.5rem;
    margin-bottom: 2rem;
    color: white;
}

.fwlist li {
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 1rem;
    border-bottom: 1px solid var(--primary-color);
}

.fwlist li:hover {
    background-color: #00504a;
    color: var(--secondary-color);
}

#lihead {
    color: white;
}

#lihead:hover {
    background-color: var(--primary-color);
    color: white;
}

.ulpad {
    padding-top: 18px;
}

.otherserv li {
    padding-left: 1rem;
}

.fwlist img {
    width: 60px;
    padding-right: 8px;
    padding-top: 2px;
    padding-bottom: 2px;
}

.dropdown-toggle::after {
    content: url('../images/arrow-menu.svg');
    border: none;
    width: 14px;
    height: auto;
    margin-bottom: 1px;
    margin-left: 0.4rem;
    vertical-align: middle;

}

.fullwidthmenu h3 {
    margin-top: 0.5rem;
}


.neem {
    height: 140px;
}

.pfix {
    padding: 0;
}

.spname {
    font-weight: 700;
}

.booknow {
    margin-left: 1rem;
}

iframe {
    display: block;
}

.floatingcta {
    position: fixed;
    right: 30px;
    bottom: 30px;
    z-index: 999;
}

.floatingcta img {
    width: 26px;
}

.whatsapp {
    background-color: #25d366;
    padding: 1rem;
    border-radius: 50%;
    transition-duration: .3s;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
}

.phonecall {
    background-color: #062c28;
    padding: 1rem;
    border-radius: 50%;
    transition-duration: .3s;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
}

.whatsapp:hover {
    -webkit-transform: scale(1.03);
    -moz-transform: scale(1.03);
    -ms-transform: scale(1.03);
    -o-transform: scale(1.03);
    transform: scale(1.03);
    transition: transform .3s ease-in-out;
    box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.1);
}

.phonecall:hover {
    -webkit-transform: scale(1.03);
    -moz-transform: scale(1.03);
    -ms-transform: scale(1.03);
    -o-transform: scale(1.03);
    transform: scale(1.03);
    transition: transform .3s ease-in-out;
    box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.1);
}

.ctasbox {
    background-color: var(--secondary-color);
    color: var(--primary-color);
    padding: 2.5rem;
    /* border-radius: 0.625rem; */
    position: relative;
}

.greencta:hover {
    background-color: var(--primary-color) !important;
    color: white !important;
}

.tulasi {
    position: absolute;
    left: 66%;
    transform: translate(-66%, 0);
    top: -20%;
}

.tulasi img {
    width: 240px;
}

.bctabox {
    background-image: url("../images/bigcta.png");
    background-size: cover;
    background-repeat: no-repeat;
    color: white;
    padding: 3rem 4rem 3rem 4rem;
    /* border-radius: 0.625rem; */
    height: 440px;
}

.bctaboxin {
    background-image: url("../images/bigctain.png");
}

.bctabox h5 {
    color: var(--secondary-color);
}

.bctabox p {
    width: 50%;
    margin-bottom: 2rem;
    margin-top: 1.5rem;
}

.bigctain {
    background: #f5f5f5;
}

.contactbox {
    background-color: white;
    padding: 3rem;
    box-shadow: 0px 4px 13px 0px rgba(0, 0, 0, 0.04);
    /* border-radius: 0.625rem; */
}


.notfound {
    padding: 10rem 0 12rem 0;
}



@media screen and (max-width: 992px) {
    .navbar-nav {
        padding-right: 0;
        padding-left: 0;
        padding: 30px;
        font-size: 13px;
        text-align: center;
        background: var(--primary-color);
    }
}

@media only screen and (max-width: 767px) {
    .navbar-nav {
        display: flex;
        flex-direction: column;
        /* padding-left: 0; */
        margin-bottom: 0;
        list-style: none;
        min-height: 40vh;
        margin-top: 10px;
        margin-bottom: 20px;
    }
}












@media only screen and (max-width: 767px) {
    .container {
        width: 90%;
    }

    .testimonialbox {
        padding: 3rem 3rem 2rem 3rem;
    }

    .pfix {
        padding-top: 6rem;
        padding-bottom: 2rem;
    }

    .scrollfix {
        max-height: var(--bs-scroll-height, 100vh) !important;
        overflow-y: auto !important;
    }

    .mission-info {
        padding: 2.5rem;
        margin-bottom: 1rem;
    }

    .vision-info {
        padding: 2.5rem;
        margin-bottom: 1rem;
    }

    .location-full {
        display: none;
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }

    .booknow {
        margin-top: 1rem;
    }

    .treatsp {
        margin-bottom: 2rem;
    }

    .team-single p {
        padding: 0.5rem;
    }

    .card-name {
        padding: 1rem 1rem;
    }

    .ayuleaf img {
        width: 180px;
    }

    .quote {
        position: absolute;
        top: 16px;
        left: 26px;
    }

    .quote img {
        width: 44px;
    }

    .bctabox {
        padding: 1rem 2rem 1rem 2rem;
        height: 420px;
    }

    .bctabox p {
        width: 100%;
    }

    .fwlist li {
        padding-left: 0;
    }

    .fullwidthmenu {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }

    .fullwidthmenu h3 {
        margin-bottom: 2rem;
    }

    .carousel-control-prev-icon {
        display: none;
    }

    .carousel-control-next-icon {
        display: none;
    }

    .contactbox {
        padding: 2rem;
    }

}