/* Start custom CSS */.process-box:after {
    content: "";
    width: 25px;
    height: 26px;
    top: -8px;
    right: -5px;
    position: absolute;
    color: #fff;
    text-align: center;
    background: #e0115f;
    border-radius: 50px;
    font-size: 14px;
}
.process-box-1:after{
    content: "1"
}.process-box-2:after{
    content: "2"
}.process-box-3:after{
    content: "3"
}/* End custom CSS */