/* --- Colors --- */
:root {
    --main: #8db5ad;
    --main-light: #a4d2c8;
    --main-dark: #7b6151;
    --main-dark-2: #383838;
    --main-dark-3: #242424;
    --body-color: #000;
    --line-light: #E2DCDC;
    --line-light2: #f7f7f7;
    --accent: #fcf1ef;
    --cta-green: #00DBC4;
    --cta-green-dark: #06AA98;
    --grey: #ced4da;
    --grey-dark: #333333;
    --grey-light: #f0f0f0;
    --grey-light-2: #e5e2e2;
    --bg-light: #e6f2f2;
    --bg-light1: #ece6f2;
    --bg-light2: #f2f2e6;
    --bg-light3: #ffe5e5;
}
.planPrice h5 {
    background: var(--main)!important;
}
.sticky {
    background-color: #fbf1e8;
}
.swiper-slide {
    background-size: contain!important;
}
.slider-heading h2 {
    color: var(--main-dark)!important;
}

.footer-bottom {
    background-color: #141414!important;
}
.footer-logo img {
    max-width: 200px!important;
}
@media (max-width: 1200px) {
    .logo img {
        max-width: 188px;
    }
}
.theme-btn-2 {
    background: #547bcd!important;
}
.theme-btn:hover {
    background: var(--main-dark)!important;
}
.contact i {
    background: var(--main)!important;
}
.benefit_box p {
    color: #fbf1e8!important;
}