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

.header .icons .search svg {
    fill: #00663d;
}

.header .icons .burger svg path {
    stroke: #00663d;
}

.service .icon svg path {
    stroke: #008550;
}

.services .icon {
    background: #e8f4ed;
}

.services .service:not(.active) .btn {
    color: #00663d;
}

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

body {
    background: #f8fcf9;
}

.footer {
    background: #074d31;
    color: #fff;
}

.footer a {
    color: #fff;
}

.footer p {
    color: #fff;
}

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

a {
    color: #00663d;
}

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

.btn {
    background-color: #00663d;
}

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

.success h3,
.shakwa-number {
    color: #00663d;
}