    .wizzard-circles-steps {
        display: flex;
        justify-content: space-between;
        margin: 0 auto;
        width: 100%;
        max-width: 500px;
        padding: 0;
        list-style: none;
        position: relative;
        /* top: -20px; */
    }

    .icon-circle {
        font-size: 20px;
        border: 3px solid #F3F2EE;
        text-align: center;
        border-radius: 50%;
        color: rgba(0, 0, 0, 0.2);
        font-weight: 600;
        width: 70px;
        height: 70px;
        background-color: #FFFFFF;
        margin: 0 auto;
        position: relative;
        top: -2px;
    }

    .form-main-wizard {
        width: 100%;
        /* max-width: 500px; */
        margin: 0 auto;
        position: relative;
        top: -20px;
    }

    .wizard-progress-bar {
        width: calc(25% - 50px);
        height: 4px;

        background-color: #004996;
        border-radius: 5px;
        top: 50%;
        position: absolute;
    }

    .icon-circle i {
        position: relative;
        top: 15px;
    }

    .icon-circle.active {
        color: #004996;
        border-color: #004996;
        /* background-color: #004996; */
    }

    .icon-circle.focus {
        color: #fff;
        border-color: #004996;
        background-color: #004996;

    }

    @media only screen and (max-width: 767px) {
        .tpsg-responsive {
            display: flex;
            justify-content: center;
            align-items: center;
        }

        .tpsg-responsive img {
            max-width: 50%;
            max-height: 80%;
        }
    }