.step.active .circle,
.step.done .circle {
    background-color: #00afa9;
}

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

.header .icons .burger svg path {
    stroke: #00afa9;
}

.service .icon svg path {
    stroke: #00afa9;
}

.services .icon {
    background: #e6f7f7;
}

.services .service:not(.active) .btn {
    color: #00afa9;
}

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

body {
    background: #f8fcf9;
}

.footer {
    color: #fff;
    background: #158885;
}

.footer a {
    color: #fff;
}

.footer p {
    color: #fff;
}

.step.active .step-label,
.step.done .step-label {
    color: #00afa9;
}

a {
    color: #00afa9;
}

.loader {
    border-bottom-color: #00afa9;
}

.btn {
    background-color: #00afa9;
}

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

.success h3,
.shakwa-number {
    color: #00afa9;
}