/*
Theme Name:     Maxbizz Child
Theme URI:      http://wpdemo.archiwp.com/maxbizz/
Description:    Make your modifications to [Parent Theme] in this child theme.
Author:         Oceanthemes
Author URI:     http://oceanthemes.net/
Version:        1.0
Template:       maxbizz
*/

@import url("../maxbizz/style.css");
 
/* =Theme customization starts here
------------------------------------------------------- */
/* BetterDocs Step Number Design */
.custom-steps {
    counter-reset: step;
    list-style: none !important;
    padding-left: 45px;
    position: relative;
}

.custom-steps li {
    counter-increment: step;
    margin-bottom: 18px;
    position: relative;
    padding-left: 10px;
}

.custom-steps li::before {
    content: counter(step);
    position: absolute;
    left: -35px;
    top: 3px;
    background: #e6e6e6;
    color: #000;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    text-align: center;
    line-height: 22px;
    font-weight: 600;
    font-size: 12px;
}

/* Side line remove */
.custom-steps::after {
    display: none;
}

