
:root {
    --main-color: #007BEB;
}

.feature-box .content {
    box-shadow: inset 0 0px 66px #007BEB47;
}

.invest-plan-top::before {
    box-shadow: inset 0 0px 66px #007BEBd4;
}

.invest-plan::before {
    box-shadow: inset 0 0px 66px #007BEB3b;
}

.invest-plan-shape::after {
    background-color: #007BEB33;
}

.invest-plan:hover .invest-plan-shape::after {
    background-color: #007BEB;
}

.work-box {
    box-shadow: inset 0 0px 20px #007BEBc4;
}

.work-box .icon {
    box-shadow: inset 0 0px 20px #007BEBc4;
}

.cmn-table.style-separate tbody tr {
    box-shadow: inset 0 0px 8px #007BEB4d;
}

.testimonial-box .content {
    box-shadow: inset 0 0px 20px #007BEBc4;
}

.referral-box::before {
    box-shadow: inset 0 0px 20px #007BEBc4;
}

.referral-box-step {
    box-shadow: inset 0 0px 6px #007BEB9e;
}