.wizard .step {
    background-color: #000
}


.cicle-wrapper {
    display: inline-block;
    width: 24%;
    position: relative;
}

.circle {
    border-radius: 50%;
    width: 100px;
    height: 100px;
    padding: 22px;
    background: #fff;
    color: #23246D;
    background-color: #66C5C0;
    outline: #fff solid 10px;
    outline-offset: -10px;
    text-align: center;
    font: 46px Arial, sans-serif;
    ;
    font-weight: bold;
    box-shadow: 0px 0px 14px 3px rgba(0, 0, 0, 0.14);
    position: relative;
    margin: auto;
    ;
    z-index: 1;
}



.cicle-wrapper:after {
    content: "";
    display: block;
    width: 51%;
    height: 10px;
    background: #66C5C0;
    right: -1%;
    top: 50%;
    position: absolute;
}



.cicle-wrapper:before {
    content: "";
    display: block;
    width: 51%;
    height: 10px;
    background: #66C5C0;
    left: -1%;
    top: 50%;
    position: absolute;
    z-index: 1;
}

.cicle-wrapper:last-child::after {
    display: none;
}

.cicle-wrapper:first-child::before {
    display: none;
}
