@font-face {
    font-family: 'Acumin Pro';
    font-style: normal;
    font-weight: normal;
    src: local('Acumin Pro'), url('Acumin-RPro.woff') format('woff');
}

* {
    font-family: "Acumin Pro";
    margin:0;
    padding:0  ;
    box-sizing:border-box;
}
ul{
    list-style: none;
}
body {
    height: 100vh;
}
.bg-progressbar ul {
    padding-left: 50px;
    position: relative;
}

.custom-radio {
    height: 1em;
    width: 1em;
}


.bg-progressbar ul li.li1::after {
    content: "";
    position: absolute;
    width: 5px;
    height: 5px;
    left: 45.5px;
    top: 0;
    background-color: #ADADAD;
    z-index: 0;
    margin-top: 29px;
}

.bg-progressbar ul li.li2.active::after {
    content: "";
    position: absolute;
    width: 5px;
    height: 50px;
    left: 45.5px;
    top: 0;
    background-color: #ADADAD;
    z-index: 0;
    margin-top: 29px;
}

.bg-progressbar ul li.li2.done::after {
    content: "";
    position: absolute;
    width: 5px;
    height: 50px;
    left: 45.5px;
    top: 0;
    background-color: #0070C4;
    z-index: 0;
    margin-top: 29px;
}

.bg-progressbar ul li.li3::after {
    content: "";
    position: absolute;
    width: 5px;
    height: 50px;
    left: 45.5px;
    top: 50px;
    background-color: #ADADAD;
    z-index: 0;
    margin-top: 29px;
}

.bg-progressbar ul li.li3.done::after {
    content: "";
    position: absolute;
    width: 5px;
    height: 50px;
    left: 45.5px;
    top: 50px;
    background-color: #0070C4;
    z-index: 0;
    margin-top: 29px;
}

.bg-progressbar ul li.li4::after {
    content: "";
    position: absolute;
    width: 5px;
    height: 50px;
    left: 45.5px;
    top: 100px;
    background-color: #ADADAD;
    z-index: 0;
    margin-top: 29px;
}

.bg-progressbar ul li.li4.done::after {
    content: "";
    position: absolute;
    width: 5px;
    height: 50px;
    left: 45.5px;
    top: 100px;
    background-color: #0070C4;
    z-index: 0;
    margin-top: 29px;
}

.bg-progressbar ul li.li5::after {
    content: "";
    position: absolute;
    width: 5px;
    height: 50px;
    left: 45.5px;
    top: 170px;
    background-color: #ADADAD;
    z-index: 0;
    margin-top: 29px;
}

.bg-progressbar ul li.li5.done::after {
    content: "";
    position: absolute;
    width: 5px;
    height: 50px;
    left: 45.5px;
    top: 170px;
    background-color: #0070C4;
    z-index: 0;
    margin-top: 29px;
}

.bg-progressbar ul li.li6::after {
    content: "";
    position: absolute;
    width: 5px;
    height: 50px;
    left: 45.5px;
    top: 220px;
    background-color: #ADADAD;
    z-index: 0;
    margin-top: 29px;
}

.bg-progressbar ul li.li6.done::after {
    content: "";
    position: absolute;
    width: 5px;
    height: 50px;
    left: 45.5px;
    top: 220px;
    background-color: #0070C4;
    z-index: 0;
    margin-top: 29px;
}



.bg-progressbar ul li.li7::after {
    content: "";
    position: absolute;
    width: 5px;
    height: 50px;
    left: 45.5px;
    top: 280px;
    background-color: #ADADAD;
    z-index: 0;
    margin-top: 29px;
}

.bg-progressbar ul li.li7.done::after {
    content: "";
    position: absolute;
    width: 5px;
    height: 50px;
    left: 45.5px;
    top: 280px;
    background-color: #0070C4;
    z-index: 0;
    margin-top: 29px;
}



.bg-progressbar ul li.li8::after {
    content: "";
    position: absolute;
    width: 5px;
    height: 50px;
    left: 45.5px;
    top: 330px;
    background-color: #ADADAD;
    z-index: 0;
    margin-top: 29px;
}

.bg-progressbar ul li.li8.done::after {
    content: "";
    position: absolute;
    width: 5px;
    height: 50px;
    left: 45.5px;
    top: 330px;
    background-color: #0070C4;
    z-index: 0;
    margin-top: 29px;
}

.bg-progressbar ul li.li9::after {
    content: "";
    position: absolute;
    width: 5px;
    height: 50px;
    left: 45.5px;
    top: 390px;
    background-color: #ADADAD;
    z-index: 0;
    margin-top: 29px;
}

.bg-progressbar ul li.li9.done::after {
    content: "";
    position: absolute;
    width: 5px;
    height: 50px;
    left: 45.5px;
    top: 390px;
    background-color: #0070C4;
    z-index: 0;
    margin-top: 29px;
}

.bg-progressbar ul li.li10::after {
    content: "";
    position: absolute;
    width: 5px;
    height: 50px;
    left: 45.5px;
    top: 450px;
    background-color: #ADADAD;
    z-index: 0;
    margin-top: 29px;
}

.bg-progressbar ul li.li10.done::after {
    content: "";
    position: absolute;
    width: 5px;
    height: 50px;
    left: 45.5px;
    top: 450px;
    background-color: #0070C4;
    z-index: 0;
    margin-top: 29px;
}

.bg-progressbar ul li.li11::after {
    content: "";
    position: absolute;
    width: 5px;
    height: 50px;
    left: 45.5px;
    top: 490px;
    background-color: #ADADAD;
    z-index: 0;
    margin-top: 29px;
}

.bg-progressbar ul li.li11.done::after {
    content: "";
    position: absolute;
    width: 5px;
    height: 50px;
    left: 45.5px;
    top: 490px;
    background-color: #0070C4;
    z-index: 0;
    margin-top: 29px;
}

.bg-progressbar ul li.li12::after {
    content: "";
    position: absolute;
    width: 5px;
    height: 50px;
    left: 45.5px;
    top: 560px;
    background-color: #ADADAD;
    z-index: 0;
    margin-top: 29px;
}

.bg-progressbar ul li.li12.done::after {
    content: "";
    position: absolute;
    width: 5px;
    height: 50px;
    left: 45.5px;
    top: 560px;
    background-color: #0070C4;
    z-index: 0;
    margin-top: 29px;
}

.bg-progressbar ul li{
    padding: 1em 0;
    padding-left: 18px;
}

nav ul li a{
    text-decoration: none;
    position: relative;
    color: #333333;
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 00;
    padding:0.3em;
}

.bg-progressbar ul li a::before{
    content:"";
    position: absolute;
    background: white;
    width: 40px;
    height: 40px;
    left:-42px;
    top: 50%;
    transform: translateY(-50%);
    border-radius:50px;
    border: 4px solid#ADADAD;
    transition: background 250ms;
    z-index: 1;
}

.bg-progressbar{
    background-color: #DCDCDC;
    z-index: -1;
}

.bg-progressbar ul li a.active{
    font-weight: 700;
}

.bg-progressbar ul li a.active::before {
    content:"" !important;
    background: url("../Images/goa-icon (1).svg") no-repeat center white;
    border: 4px solid #0070C4;
}


.bg-progressbar ul li a.done::before {
    content: "" !important;
    background: url('../Images/goa-checkmark.svg') no-repeat center #0070C4;
    border: 4px solid #0070C4;
}

.li2 a::before {
    content: "2" !important;
    text-align: center !important;
    color: #666666 !important;
    padding: 0.2em !important;
    font-size: 1em !important;
    font-weight: 600 !important;
}

.li3 a::before {
    content: "3" !important;
    text-align: center !important;
    color: #666666 !important;
    padding: 0.2em !important;
    font-size: 1em !important;
    font-weight: 600 !important;
}

.li4 a::before {
    content: "4" !important;
    text-align: center !important;
    color: #666666 !important;
    padding: 0.2em !important;
    font-size: 1em !important;
    font-weight: 600 !important;
}

.li5 a::before {
    content: "5" !important;
    text-align: center !important;
    color: #666666 !important;
    padding: 0.2em !important;
    font-size: 1em !important;
    font-weight: 600 !important;
}

.li6 a::before {
    content: "6" !important;
    text-align: center !important;
    color: #666666 !important;
    padding: 0.2em !important;
    font-size: 1em !important;
    font-weight: 600 !important;
}

.li7 a::before {
    content: "7" !important;
    text-align: center !important;
    color: #666666 !important;
    padding: 0.2em !important;
    font-size: 1em !important;
    font-weight: 600 !important;
}

.li8 a::before {
    content: "8" !important;
    text-align: center !important;
    color: #666666 !important;
    padding: 0.2em !important;
    font-size: 1em !important;
    font-weight: 600 !important;
}

.li9 a::before {
    content: "9" !important;
    text-align: center !important;
    color: #666666 !important;
    padding: 0.2em !important;
    font-size: 1em !important;
    font-weight: 600 !important;
}

.li10 a::before {
    content: "10" !important;
    text-align: center !important;
    color: #666666 !important;
    padding: 0.2em !important;
    font-size: 1em !important;
    font-weight: 600 !important;
}

.li11 a::before {
    content: "11" !important;
    text-align: center !important;
    color: #666666 !important;
    padding: 0.2em !important;
    font-size: 1em !important;
    font-weight: 600 !important;
}

.li12 a::before {
    content: "12" !important;
    text-align: center !important;
    color: #666666 !important;
    padding: 0.2em !important;
    font-size: 1em !important;
    font-weight: 600 !important;
}

/*@media(max-width:1319px) {
    .bg-progressbar ul li.li1::after {
        content: "";
        position: absolute;
        width: 5px;
        height: 5px;
        left: 45.5px;
        top: 0;
        background-color: #ADADAD;
        z-index: 0;
        margin-top: 29px;
    }

    .bg-progressbar ul li.li2.active::after {
        content: "";
        position: absolute;
        width: 5px;
        height: 50px;
        left: 45.5px;
        top: 0;
        background-color: #ADADAD;
        z-index: 0;
        margin-top: 29px;
    }

    .bg-progressbar ul li.li2.done::after {
        content: "";
        position: absolute;
        width: 5px;
        height: 50px;
        left: 45.5px;
        top: 0;
        background-color: #0070C4;
        z-index: 0;
        margin-top: 29px;
    }

    .bg-progressbar ul li.li3::after {
        content: "";
        position: absolute;
        width: 5px;
        height: 50px;
        left: 45.5px;
        top: 80px;
        background-color: #ADADAD;
        z-index: 0;
        margin-top: 29px;
    }

    .bg-progressbar ul li.li3.done::after {
        content: "";
        position: absolute;
        width: 5px;
        height: 50px;
        left: 45.5px;
        top: 80px;
        background-color: #0070C4;
        z-index: 0;
        margin-top: 29px;
    }

    .bg-progressbar ul li.li4::after {
        content: "";
        position: absolute;
        width: 5px;
        height: 50px;
        left: 45.5px;
        top: 150px;
        background-color: #ADADAD;
        z-index: 0;
        margin-top: 29px;
    }

    .bg-progressbar ul li.li4.done::after {
        content: "";
        position: absolute;
        width: 5px;
        height: 50px;
        left: 45.5px;
        top: 150px;
        background-color: #0070C4;
        z-index: 0;
        margin-top: 29px;
    }

    .bg-progressbar ul li.li5::after {
        content: "";
        position: absolute;
        width: 5px;
        height: 50px;
        left: 45.5px;
        top: 220px;
        background-color: #ADADAD;
        z-index: 0;
        margin-top: 29px;
    }

    .bg-progressbar ul li.li5.done::after {
        content: "";
        position: absolute;
        width: 5px;
        height: 50px;
        left: 45.5px;
        top: 220px;
        background-color: #0070C4;
        z-index: 0;
        margin-top: 29px;
    }

    .bg-progressbar ul li.li6::after {
        content: "";
        position: absolute;
        width: 5px;
        height: 50px;
        left: 45.5px;
        top: 300px;
        background-color: #ADADAD;
        z-index: 0;
        margin-top: 29px;
    }

    .bg-progressbar ul li.li6.done::after {
        content: "";
        position: absolute;
        width: 5px;
        height: 50px;
        left: 45.5px;
        top: 300px;
        background-color: #0070C4;
        z-index: 0;
        margin-top: 29px;
    }



    .bg-progressbar ul li.li7::after {
        content: "";
        position: absolute;
        width: 5px;
        height: 50px;
        left: 45.5px;
        top: 350px;
        background-color: #ADADAD;
        z-index: 0;
        margin-top: 29px;
    }

    .bg-progressbar ul li.li7.done::after {
        content: "";
        position: absolute;
        width: 5px;
        height: 50px;
        left: 45.5px;
        top: 350px;
        background-color: #0070C4;
        z-index: 0;
        margin-top: 29px;
    }



    .bg-progressbar ul li.li8::after {
        content: "";
        position: absolute;
        width: 5px;
        height: 50px;
        left: 45.5px;
        top: 420px;
        background-color: #ADADAD;
        z-index: 0;
        margin-top: 29px;
    }

    .bg-progressbar ul li.li8.done::after {
        content: "";
        position: absolute;
        width: 5px;
        height: 50px;
        left: 45.5px;
        top: 420px;
        background-color: #0070C4;
        z-index: 0;
        margin-top: 29px;
    }

    .bg-progressbar ul li.li9::after {
        content: "";
        position: absolute;
        width: 5px;
        height: 50px;
        left: 45.5px;
        top: 490px;
        background-color: #ADADAD;
        z-index: 0;
        margin-top: 29px;
    }

    .bg-progressbar ul li.li9.done::after {
        content: "";
        position: absolute;
        width: 5px;
        height: 50px;
        left: 45.5px;
        top: 490px;
        background-color: #0070C4;
        z-index: 0;
        margin-top: 29px;
    }

    .bg-progressbar ul li.li10::after {
        content: "";
        position: absolute;
        width: 5px;
        height: 50px;
        left: 45.5px;
        top: 560px;
        background-color: #ADADAD;
        z-index: 0;
        margin-top: 29px;
    }

    .bg-progressbar ul li.li10.done::after {
        content: "";
        position: absolute;
        width: 5px;
        height: 50px;
        left: 45.5px;
        top: 560px;
        background-color: #0070C4;
        z-index: 0;
        margin-top: 29px;
    }

    .bg-progressbar ul li.li11::after {
        content: "";
        position: absolute;
        width: 5px;
        height: 50px;
        left: 45.5px;
        top: 630px;
        background-color: #ADADAD;
        z-index: 0;
        margin-top: 29px;
    }

    .bg-progressbar ul li.li11.done::after {
        content: "";
        position: absolute;
        width: 5px;
        height: 50px;
        left: 45.5px;
        top: 630px;
        background-color: #0070C4;
        z-index: 0;
        margin-top: 29px;
    }

    .bg-progressbar ul li.li12::after {
        content: "";
        position: absolute;
        width: 5px;
        height: 50px;
        left: 45.5px;
        top: 690px;
        background-color: #ADADAD;
        z-index: 0;
        margin-top: 29px;
    }

    .bg-progressbar ul li.li12.done::after {
        content: "";
        position: absolute;
        width: 5px;
        height: 50px;
        left: 45.5px;
        top: 690px;
        background-color: #0070C4;
        z-index: 0;
        margin-top: 29px;
    }
}*/

.ellipsis {
    display: inline-block;
    max-width: 50px; /* Set this to the appropriate width */
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}