#progressWrapper {
    /* display: inline-flex;
    position: absolute;*/
}

svg.radial-progress {
    height: auto;
    max-width: 200px;
    padding: 1em;
    transform: rotate(-90deg);
    width: 100%;
}

    svg.radial-progress.top {
        width: 92% !important;
    }

    svg.radial-progress circle {
        fill: transparent;
        stroke: #232C64;
        stroke-dashoffset: 219.91148575129;
        stroke-width: 8;
    }

        svg.radial-progress circle.incomplete {
            opacity: 0.25;
        }

        svg.radial-progress circle.complete {
            stroke-dasharray: 219.91148575129;
        }

    svg.radial-progress text {
        fill: #232C64;
        text-anchor: middle;
        font-weight: 600;
    }

text.percentageSign {
    font-size: 18px;
}

text.percentageSign {
    font-size: 15px;
    color: #232C64;
}

.stepTitle1 {
    font-size: 8px;
}

.stepTitle {
    font-size: .36rem !important;
    font-weight: 200;
}