.step.active .circle,
.step.done .circle {
    background-color: #0055aa;
}

.header .icons .search svg {
    fill: #232323;
}

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

.service .icon svg path {
    stroke: #007aff;
}

.services .icon {
    background: #e5ecf5;
}

.services .service:not(.active) .btn {
    color: #2953A5;
}

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

.container {
    background: #f8fcf9;
}

.footer {
    color: #fff;
}

.footer a {
    color: #565b66;
}

.footer p {
    color: #565b66;
}

.step.active .step-label,
.step.done .step-label {
    color: #0071bc;
}

a {
    color: #0055aa;
}

.loader {
    border-bottom-color: #007aff;
}

.btn {
    background-color: #0055aa;
}

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

.success h3,
.shakwa-number {
    color: #0055aa;
}