.step.is-active .step-circle,
.step.is-done .step-circle {
    background-color: #267478;
}

.service-item .icon svg path {
    stroke: #267478;
}

.service-list .icon {
    background: #E6FFF4;
}


.service-list .service-item:not(.is-active) .btn-back svg {
    fill: #267478 !important;
}

.service-list .service-item:not(.is-active) .btn {
    background: #fff;
    color: #267478;
}

.service-list .service-item:not(.is-active) .btn svg {
    fill: #267478 !important;
}

body,
.steps-bar .step:first-child:before,
.steps-bar .step:last-child:before {
    background: #F7FBFF;
}

.step.is-active .step-label,
.step.is-done .step-label,
a {
    color: #267478;
}

.inner-page ul li:before {
    background: #267478;
}

.loader-spinner {
    border-bottom-color: #267478;
}

.btn {
    background-color: #267478;
}

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

.success-step h3,
.ref-number {
    color: #267478;
}

.brand-logo {
    width: 109px;
}

.text-sm {
    background: #F7FBFF;
}

.ish ul {
    border-top-color: rgba(0, 0, 0, 0.08);
}

.ish ul li {
    background: #e8eaed;
}

.ish ul li .icon svg path,
.ish ul li span:not(.icon) {
    fill: #4a5568;
    color: #4a5568;
}
