/* --- Colors --- */
:root {
    --main: #e72c39;
    --main-light: #e6e6e6;
    --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: #fff!important;
}
.footer-bottom {
    background-color: #e6e6e6!important;
}

.header {
    background: #000000!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;
}