/* --- Colors --- */
:root {
    --main: #937265;
    --main-light: #b4998e;
    --main-dark: #000;
    --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;
}
.benefit_box p {
    color:#ede8e8!important;
}
.planPrice h5 {
    background: var(--main)!important;
}
.h-950 {
    min-height: auto;
}
.sticky {
    background-color: #eadad5!important;
}

.single-slider-content.style-2.white-content .slider-desc p, .category-box .category-content a {
    color: #000!important;
}
.single-slider-content.white-content .slider-heading h2 {
    color: var(--main)!important;
}
.footer-bottom {
    background-color: var(--main)!important;
}
.footer-logo img {
    max-width: 194px!important;
}
.footer-menu-4 ul li a:hover {
    color: var(--main-light)!important;
}

.logo img {
    max-width: 194px;
}
.swiper-slide {
    background-size: contain!important;
}
.theme-btn-2 {
    background: #547bcd!important;
}
.theme-btn:hover {
    background: var(--main-dark)!important;
}
.contact i {
    background: var(--main)!important;
}