body {
    /*font-family: 'Work Sans', 'Roboto', sans-serif;*/
    font-weight: 400;
    font-size: 16px;
    color: var(--body-color);

}

/* --- Colors --- */

:root {
    --main: #aaaaaa;
    --main-light: #fbc29b;
    --main-dark: #fdc1d1;
    --accent: #ff04a8;
    --body-color: #212529;
    --cta-green: #18992c;
    --cta-green-dark: #06AA98;
    --grey: #ced4da;
    --grey-dark: #333333;
    --grey-light: #fafafa;
    /*--footer-bg-color: ;*/
}

.reg-count {
    background-color: #ffffffc7;
}
.footer-area.subscribe-footer-bottom {
    background: #000;
}
.mobile-menu-wrapper {
    background: #fff;
}
.breadcrumb-area {
    background: #f29fd5;
}
#our-plan.bg-main-light {
    background-color: #f29fd5!important;
}
.plans-wrapper .text-main {
    color:#000!important;
}
.mean-container a.meanmenu-reveal span {
    background: #000;
}
.product-tab-list > a h4, ul.list-item-style li::before, ol.list-item-style li::before {
    color:#ff6600;
}

.search-menu {
    background:var(--accent);
}
.sticky-header.is-sticky:not(.header-sidemenu){
    background: #cdcccc none repeat scroll 0 0;
}
.single-widget.footer-menu .dropdown-item {
    color:#000;
}