@media (min-width: 768px) and (max-width: 1366px) {
    .questionPageOuter {
        height: 800px;
    }
    .questionPage{
        height: 700px;
    }

    .questionContainer {
        height: 350px;
    }

    .quotes {
        text-align: center;
        height: 130px;
        width: fit-content;
        padding: 10px;
    }
    .Finalquotes{
        text-align: center;
        height: 130px;
        width: fit-content;
        padding: 10px;
    }

    .fontstyle {
        font-size: 35px;
        margin-left: 10px !important;
    }
    .fontstyleOptions{
        font-size: 35px;
    }
    .resultPageOuter {
        height: 800px;
        top:-10px;
    }
    .resultPage {
        height: 700px;
    }
    .questionImageContainer{
        height: 350px;
    }
    .FinalresultPage{
        height: 700px;
    }
}


@media (min-width: 382px) and (max-width: 719px) {
    .quizHeading{
        margin-left: 0px;
    }
    .outerContainer,.lockPage, .lockPageOuter{

        background-color: #28bfbd;
        width:100%!important;
        float:left;
        display:block;
      
       }
    
    .outerContainer{
        margin-top: 0px;
    }
    table, .quizCells, tr{
        width:100%!important;
        float:left;
        display:block;
        text-align:center;
        margin-left: -4px;
    }
   .openQuizImageContainer{
       height: 70%;
       width: 90%;
    }
    .questionPageOuter{
        height:fit-content;
        overflow: auto;
        background-color: white;
        padding-bottom: 20px;
        margin-top: 0px;
        
    }

    .questionPage{
        height:fit-content;
        overflow: auto;
        padding-bottom: 20px;
    }
    .questionImgHolder{
        top: 0px;
    }
    .questionContainer{
        height: fit-content;
        width: 100%;
        overflow: auto;
        padding-bottom:20px;
        display:block;
    }
    .question {
        height: fit-content;
        float: left;
    }
    .optionsContainer {
        height: fit-content;
        overflow: hidden;
        float: left;
        margin-top: 0px !important;
        margin-left:0px;
        position: relative;
    }

    .radioButtonContainer{
        padding-top:50px;
        padding-left:20px;
    }
    .fontstyle {
        font-size: 30px;
        margin-left: 10px !important;
    }
    .fontstyleOptions{
        font-size: 30px;
    }
    .btn_container{

        width: 300px;
        height: 80px;
        padding-top: 30px;
        position:relative;
        display:block;
        float: left;
    }
    .nextBtn{
        left: 25px;
        position: absolute;

    }
    .resultPageOuter{
        height:fit-content;
        overflow: auto;
        background-color: white;
        padding-bottom: 20px;
        top: -10px !important;
    }
    .resultPage{
        height:fit-content;
        overflow: auto;
        padding-bottom: 20px;
        top:0px;
    }
    .quotes{
        height: auto;
        width: 100%;
    }
    .quotes h1{ font-size: 30px}
    .btn_container_rlt{

        width: 300px;
        height: 80px;
        padding-top: 90px;
        position:relative;
        display:block;
        float: left;
    }
    #Final_rlt{
        overflow: auto;
        padding-bottom: 20px;
    }
    .FinalresultPage{
        overflow: auto;
        padding-bottom: 20px;

    }
    .Finalquotes{
        position: relative;
        margin: 0 auto;
        top: 50px;
        width: fit-content;
    }
    #restart{
     left: 10px;
    }
}
@media (min-width: 344px) and (max-width: 381px) {
    .quizHeading{
        margin-left: 0px;
    }
    .outerContainer,.lockPage, .lockPageOuter{
        height:100% ;
        background-color: #28bfbd;
        width:100%!important;
        float:left;
        display:block;

    }
    table, .quizCells, tr{
        width:100%!important;
        float:left;
        display:block;
        text-align:center;
        margin-left: -3px;
    }
    .questionPageOuter{
        height:fit-content;
        overflow: auto;
        background-color: white;
        padding-bottom: 20px;
        margin-top: 0px;
    }

    .questionPage{
        height:fit-content;
        overflow: auto;
        padding-bottom: 20px;
    }
    .questionImgHolder{
        top: 0px;
    }
    .questionContainer{
        height: fit-content;
        width: 100%;
        overflow: auto;
        padding-bottom:20px;
        display:block;
    }
    .question {
        height: fit-content;
        float: left;
    }
    .optionsContainer {
        height: fit-content;
        overflow: hidden;
        float: left;
        margin-top: 0px !important;
        margin-left:0px;
        position: relative;
    }

    .radioButtonContainer{
        padding-top:50px;
        padding-left:20px;
    }
    .fontstyle {
        font-size: 30px;
        margin-left: 10px !important;
    }
    .fontstyleOptions{
        font-size: 30px;
    }
    .btn_container{

        width: 300px;
        height: 80px;
        padding-top: 30px;
        position:relative;
        display:block;
        float: left;
    }
    .nextBtn{
        left: 25px;
        position: absolute;

    }

    .resultPageOuter{
        height:fit-content;
        overflow: auto;
        background-color: white;
        padding-bottom: 20px;
        top: -10px !important;
    }
    .resultPage{
        height:fit-content;
        overflow: auto;
        padding-bottom: 20px;
        top:0px;
    }
    .quotes{
        height: auto;
        width: 100%;
    }
    .quotes h1{ font-size: 30px}
    .btn_container_rlt{

        width: 300px;
        height: 80px;
        padding-top: 90px;
        position:relative;
        display:block;
        float: left;
    }
    #Final_rlt{
        overflow: auto;
        padding-bottom: 20px;
    }
    .FinalresultPage{
        overflow: auto;
        padding-bottom: 20px;

    }
    .Finalquotes{
        position: relative;
        margin: 0 auto;
        top: 50px;
        width: fit-content;
    }
    #restart{
        left: 10px;
    }
}
@media (min-width: 200px) and (max-width: 343px){
    .quizHeading{
        margin-left: 0px;
    }
    .outerContainer,.lockPage, .lockPageOuter{
        height:100% ;
        background-color: #28bfbd;
        width:100%!important;
        float:left;
        display:block;

    }
    table, .quizCells, tr{
        width:100%!important;
        float:left;
        display:block;
        text-align:center;
        margin-left: -2px;
    }
    .questionPageOuter{
        height:fit-content;
        overflow: auto;
        background-color: white;
        padding-bottom: 20px;
        margin-top: 0px;
    }

    .questionPage{
        height:fit-content;
        overflow: auto;
        padding-bottom: 20px;
    }
    .questionImgHolder{
        top: 0px;
    }
    .questionContainer{
        height: fit-content;
        width: 100%;
        overflow: auto;
        padding-bottom:20px;
        display:block;
    }
    .question {
        height: fit-content;
        float: left;
    }
    .optionsContainer {
        height: fit-content;
        overflow: hidden;
        float: left;
        margin-top: 0px !important;
        margin-left:0px;
        position: relative;
    }

    .radioButtonContainer{
        padding-top:50px;
        padding-left:20px;
    }
    .fontstyle {
        font-size: 30px;
        margin-left: 10px !important;
    }
    .fontstyleOptions{
        font-size: 30px;
    }
    .btn_container{

        width: 300px;
        height: 80px;
        padding-top: 30px;
        position:relative;
        display:block;
        float: left;
    }
    .nextBtn{
        left: 25px;
        position: absolute;

    }

    .resultPageOuter{
        height:fit-content;
        overflow: auto;
        background-color: white;
        padding-bottom: 20px;
        top: -10px !important;
    }
    .resultPage{
        height:fit-content;
        overflow: auto;
        padding-bottom: 20px;
        top:0px;
    }
    .quotes{
        height: auto;
        width: 100%;
    }
    .quotes h1{ font-size: 30px}
    .btn_container_rlt{

        width: 300px;
        height: 80px;
        padding-top: 90px;
        position:relative;
        display:block;
        float: left;
    }
    #Final_rlt{
        overflow: auto;
        padding-bottom: 20px;
    }
    .FinalresultPage{
        overflow: auto;
        padding-bottom: 20px;

    }
    .Finalquotes{
        position: relative;
        margin: 0 auto;
        top: 50px;
        width: fit-content;
    }
    #restart{
        left: 10px;
    }
}