.process_back{
    width: 100%;
    height: auto;
}
.process_p{
    margin-top: 14px;
    font-weight: 600;
    font-size: 18px;
    color: #8054E7;
}
.process_div{
    width: 0px;
    height: 30px;
    border: 3px solid #3D3D3D;
    border-radius: 5px;
    margin-top: 11px;
    margin-right: 10px;
}
.process_circle{
    margin-left: auto;
    margin-right: auto;
    padding: 16px 10px;
    width: 68px;
    height: 68px;
    background: #FFFFFF;
    box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.08);
    border-radius: 100px;
}
.process_dotted{
    width: 75%;
    margin: auto;
    top: -63px;
    position: relative;
    border-top: 2px dashed #BFBFBF;
}
.process_img{
    margin-top: 4px !important;
    width: 22px !important;
    height: auto !important;
    min-width: unset !important;
    max-width: unset !important;
    min-height: unset !important;
    max-height: unset !important;
}
.process_p_one{
    margin-top: 10px;
    font-weight: 600;
    font-size: 14px;
    text-align: center;
    color: #000000;
}
.process_p_two{
    margin-top: -15px;
    font-weight: 600;
    font-size: 10px;
    text-align: center;
    color: #000000;
}