@media (max-width: 1024px) {
    hr {
    margin: 0.3rem 0;
    color: inherit;
    background-color: currentColor;
    border: 0;
    opacity: 0.25;
}
    .wi-box {
        background: url(../images/winner.png) no-repeat center;
        background-size: 100% !important;
        height: 306px!important;
        width: 394px !important;
        padding: 11px 58px!important;

    }
    
            .quiz-box {
        background: url(../images/mobile.png) no-repeat center center;
        height:192px;
        /* width: 100%; */
        background-size: 69%;
        margin: 0 auto !important;
    }

        #quizForm{
            min-width: 750px ;
            width: 100%
        }
        .quiz-bg {
            display: flex;
            justify-content: center;   /* horizontal center */
            align-items: center;       /* vertical center */
            flex-direction: column;    /* logo + button stack */
            text-align: center;
            background-attachment: scroll;
        }


        .logo {
            width: 100% !Important;
            max-width: 220px !important;
            margin-top: -111px !important;

        }

        .radio-bg,
        .radio-bg--active {
            width: 95%;
            font-size: 13px;
            padding: 12px 10px 12px 35px;
        }

       

        .btn-next,
        .btn-pre {
            width: 120px;
            height: 45px;
            font-size: 14px;
        }

        .wi-box {
            width: 95%;
            padding: 15px;
        }

        /* REMOVE GREEN LINE ON MOBILE */
        .list::after {
            display: none;
        }
        .btn-next, .btn-pre {
            width: 124px;
            height: 40px;
            font-size: 14px !important;
        }
        .question-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.radio-bg {
        display: block;
        width: 100%;
        margin-bottom: 10px;
        color: #fff;
        font-weight: bold;
        border-radius: 10px;
        cursor: pointer;
        background: url(../images/option.png) no-repeat center;
        background-size: cover;
        background-position: center;
        z-index: 2;
        position: relative;
        text-align: left;
        display: inline-block;
        align-items: center;
        width: 240px;
        padding: 20px 15px 21px 44px;
        height: 6vh;
    
}
.radio-bg--active {
    display: block;
    
        width: 100%;
        margin-bottom: 10px;
        color: #fff;
        font-weight: bold;
        border-radius: 10px;
        cursor: pointer;

    /* IMAGE FROM CSS */
    background: url('../images/active.png') no-repeat center;
   background-size: cover;
        background-position: center;
        z-index: 2;
        position: relative;
        text-align: left;
        display: inline-block;
        align-items: center;
        width: 240px;
        padding: 20px 15px 21px 44px;
        height: 6vh;
}


.list {
    position: relative;
    z-index: 1;
}

/* Text above overlay */

/* Selected state */
input[type="radio"]:checked + .radio-bg {
    outline: transparent;
    transform: 0;
}

.radio-bg:before, .q-box:after {
    display: table;
    content: "";
}



.list::after {
    content: "";
    background:#65be16;
    height: 0.3rem;
    left: 98%;
    width: 20%;
    display: block;
    position: absolute;
    top:45%
}
.list-last:after {
    display: none;
}

    }



#quizForm{
    width:100%
}
@media (max-width: 576px) {
    #quizForm{
        width: 550px;
    }
    .quiz-box{
        background: url('../images/mobile.png') no-repeat center center;
        height:205px;
        width:100%
    }
    .quiz-box h2{
        font-size: 20px !important;
        margin: 28px 0 !important;
    }
    .radio-bg{
        background-size: 100%;
        width:75% !important;
        line-height: 4;
    }
    .quiz-bg {
        display: flex;
        justify-content: center;   /* horizontal center */
        align-items: center;       /* vertical center */
        flex-direction: column;    /* logo + button stack */
        text-align: center;
    }


    .logo {
        width: 100% !Important;
        max-width: 220px !important;
    }

    .radio-bg,
    .radio-bg--active {
        width: 95%;
        font-size: 13px;
        padding: 12px 10px 12px 35px;
    }

    .quiz-box {
        min-height: 120px;
    }

    .btn-next,
    .btn-pre {
        width: 120px;
        height: 45px;
        font-size: 14px;
    }

    .wi-box {
        width: 95%;
        padding: 15px;
    }

    /* REMOVE GREEN LINE ON MOBILE */
    .list::after {
        display: none;
    }
    .wi-box {
        background: url(../images/winner.png) no-repeat center;
        background-size: 100% !important;
        height: 306px!important;
        width: 394px !important;
        padding: 11px 73px!important;

    }

}

/* ========================= */
/* 📱 MOBILE RESPONSIVE */
/* ========================= */
@media (max-width: 756px) {
    .wi-box {
        background: url(../images/winner.png) no-repeat center;
        background-size: 100% !important;
        height: 306px!important;
        width: 394px !important;
        padding: 11px 73px!important;

    }
    .quiz-box {
        background: url(../images/mobile.png) no-repeat center center;
        height: 140px;
        width:84%;
        background-size: 100%;
        margin: 0 auto !important;
    }
    #quizForm{
        min-width: 400px;
        width: 100%
    }
    .quiz-bg {
        display: flex;
        justify-content: center;   /* horizontal center */
        align-items: center;       /* vertical center */
        flex-direction: column;    /* logo + button stack */
        text-align: center;
        background-attachment: scroll;
    }


    .logo {
        width: 100% !Important;
        max-width: 220px !important;
        margin-top: -111px !important;

    }

    .radio-bg,
    .radio-bg--active {
        width: 95%;
        font-size: 13px;
        padding: 12px 10px 12px 35px;
    }

/*    .quiz-box {
        min-height: 120px;
    }*/

    .btn-next,
    .btn-pre {
        width: 120px;
        height: 45px;
        font-size: 14px;
    }

    .wi-box {
        width: 95%;
        padding: 15px;
    }

    /* REMOVE GREEN LINE ON MOBILE */
    .list::after {
        display: none;
    }
    .btn-next, .btn-pre {
        width: 124px;
        height: 40px;
        font-size: 14px !important;
    }

}

/* EXTRA SMALL DEVICES */
@media (max-width: 480px) {
    .wi-box {
        background: url(../images/winner.png) no-repeat center;
        background-size: 100% !important;
        height: 320px!important;
        width: 394px !important;
        padding: 5px 73px!important;

    }
    .radio-bg,
    .radio-bg--active {
        font-size: 15px;
        padding: 10px 8px 10px 30px;
        margin: 0;
        height:10vh;
    }

    .btn-next,
    .btn-pre {
        width: 110px;
        height: 40px;
    }
    .btn-next, .btn-pre {
        width: 124px;
        height: 40px;
        font-size: 14px !important;
    }
}
