.add-listing-nav {
/* .add-listing-nav.hasStickOnScroll { */
    position: absolute;
    float: left;
    flex-direction: column;
    /* left: 10% !important; */
    left: 10%;
    /* padding-top: 60px; */
    height: auto !important;
    visibility: hidden;
    /* height: unset; */
}

.add-listing-nav ul{
/* .add-listing-nav.hasStickOnScroll ul{ */
    margin-top: 0 !important;
}

.circular-fpi {
	width: 100px;
    margin: 6px 20px 20px;
    display: inline-block;
    position: relative;
    text-align: center;
	vertical-align: top;

}
.circular-fpi strong {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 100%;
    text-align: center;
    line-height: 45px;
    font-size: 43px;
}

.sec-completed a i {
    background: #55cf55 !important;
    font-family: "Font Awesome 5 Free";
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-weight: 900;
    background: #55cf55;
    font-size: 15px !important;
    color: #fff !important;
    padding-top: 2px;
    text-align: center;
}

.sec-completed a i:before {
    content: "\f00c";
}

.sec-completed a i span {
    display: none;
}
