#WG_workflow .frame_flow{
    display: table;
    width: 100%;
}
#WG_workflow .box_flow {
    display: table-cell;
    position: relative;
}
#WG_workflow .box_flow:after {
    background-color: #e5e5e5;
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    top: 50%;
}
#WG_workflow .box_flow:last-child:after {
height:0;
}
#WG_workflow .box_flow a {
    padding: 12px 0;
    background-color: #e5e5e5;
    color: #fff;
    border: 1px solid #e5e5e5;
    font-size: 15px;
    font-family: lato;
    font-weight: bold;
    text-transform: capitalize;
    border-radius: 30px;
    width: 80%;
    display: flex;
    text-align: center;
    z-index: 2;
    transition: all 0.5s ease;
    position: relative;
    justify-content: center;
}

#WG_workflow .box_flow span {
    padding: 12px 0;
    background-color: #fff;
    border: 1px solid #e5e5e5;
    color: #cccccc;
    font-size: 15px;
    font-family: lato;
    font-weight: bold;
    text-transform: capitalize;
    border-radius: 30px;
    width: 80%;
    display: flex;
    text-align: center;
    z-index: 2;
    transition: all 0.5s ease;
    position: relative;
    justify-content: center;
}
#WG_workflow .box_flow .activep {
    background-color: #e0aa54;
    color: #fff;
    border: 1px solid #e0aa54;
}
#WG_workflow .box_flow a:hover {
    background-color: #e0aa54;
    color: #fff;
    border: 1px solid #e0aa54;
    text-decoration: none !important;
}

@media (max-width: 767px) {
#WG_workflow .box_flow span m {
    display: none;
}
#WG_workflow .box_flow a m {
    display: none;
}
#WG_workflow .box_flow e {
    padding: 0 5px;
    width: 60px;
}
#WG_workflow .box_flow .activep m{
    display: inline-block !important;
    padding: 0 10px;
}
}
@media(max-width:560px) {
#WG_workflow .box_flow .activep m{
    display: none !important;
}

