.step-progress ul li .circle {
    color: #fff;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    background: #999999;
    margin-left: auto;
    margin-right: auto;
}

.step-progress ul li .circle .white-circle {
    height: 6px;
    width: 6px;
    border-radius: 50%;
    z-index: 1;
}

.step-progress ul li .circle .accomplished-icon {
    height: 20px;
    width: 20px;
}

.step-progress ul li .circle::after {
    content: '';
    background: #999999;
    height: 1px;
    width: 150px;
    display: block;
    position: absolute;
    top: 15px;
    z-index: -1;
}

.step-progress ul li .text {
    color: #999999;
}

.step-progress ul .active .text {
    color: #0457DD;
}

.step-progress ul .active .circle,
.step-progress ul .active .circle::after {
    background: #0457dd;
}

.step-progress ul li:nth-child(1) .circle:after {
    margin-left: 34%;
}

.step-progress ul li:nth-child(2) .circle {
    margin-left: 34%;
}

.step-progress ul li:nth-child(2) .circle:after {
    left: -170px;
}

.step-progress ul li:nth-child(3) .circle {
    margin-left: 34%;
}

.step-progress ul li:nth-child(3) .circle:after {
    left: -220px;
    width: 220px;
}

.step-progress ul li:first-child .circle:after {
    left: 150px;
}
@media (min-width: 576px) and (max-width: 767.98px) {
    .step-progress ul li:nth-child(2) .circle:after {
        left: -140px;
    }

    .step-progress ul li:nth-child(3) .circle:after {
        left: -180px;
        width: 180px;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .step-progress ul li .circle::after {
        width: 110px;
    }

    .step-progress ul li:nth-child(2) .circle:after {
        left: -80px;
    }

    .step-progress ul li:nth-child(2) {
        text-align: center !important;
    }

    .step-progress ul li:nth-child(3) {
        text-align: right !important;
    }

    .step-progress ul li:nth-child(3) .circle:after {
        left: -110px;
        width: 110px;
    }

    .step-progress ul li:first-child .circle:after {
        left: 80px;
    }
}

@media (min-width: 992px) and (max-width: 1023.98px) {
    .step-progress ul li:nth-child(2) .circle:after {
        left: -130px;
    }

    .step-progress ul li:nth-child(3) .circle:after {
        left: -180px;
        width: 180px;
    }
}

@media (min-width: 1024px) and (max-width: 1199.98px) {
    .step-progress ul li:nth-child(2) .circle:after {
        left: -130px;
    }

    .step-progress ul li:nth-child(3) .circle:after {
        left: -180px;
        width: 180px;
    }
}

