.step.active .circle,
.step.done .circle {
    background-color: #1b8354;
}

.header .icons .search svg {
    fill: #4C4C4C;
}

.header .icons .burger svg path {
    stroke: #4C4C4C;
}

.service .icon svg path {
    stroke: #1b8354;
}

.services .icon {
    background: #E6F6EC;
}

.services .service:not(.active) .btn {
    color: #3E8158;
}

.services .service:not(.active) .btn svg {
    fill: #3E8158 !important;
}

body {
    background: #f8fcf9;
}

.footer {
    color: #fff;
}

.footer a {
    color: #565b66;
}

.footer p {
    color: #565b66;
}

.step.active .step-label,
.step.done .step-label {
    color: #00663d;
}

a {
    color: #00663d;
}

.loader {
    border-bottom-color: #1a8353;
}

.btn {
    background-color: #3E8158;
}

.btn:disabled {
    background-color: #B2C6B6;
}

.success h3,
.shakwa-number {
    color: #3E8158;
}