.stepper{justify-content:space-between;align-items:center;margin:0 20px 12px 12px;display:flex;position:relative}.step{flex-direction:column;align-items:center;display:flex;position:relative}.step-stage{color:#0468c8}.active .step-number{background-color:#fff}.complete .step-number{color:#fff;background-color:#0468c8}.progress{background-color:#0468c8;height:100%;transition:all .2s}.progress-bar{background-color:#a2cffe;position:absolute;left:0}.step-number{z-index:2;border-radius:50%;justify-content:center;align-items:center;margin-bottom:8px;font-size:25px;display:flex}@media only screen and (min-width:767px) and (max-width:1023px){.checkmark{font-size:18px}}@media only screen and (min-width:240px) and (max-width:767px){.step-number{width:25px;height:25px}.progress-bar{background-color:#a2cffe;height:2px;position:absolute;top:10%;left:0}.checkmark{font-size:13px}.stepper{margin:0}}
