@media only screen and (max-width: 767px) {

    /* .points img {
        width: 100%;
    }

    .speaker img {
        width: 60%;
    } */

    .header .userpoints p {
        font-size: 6vw;
    }

    .header_quiz .userpoints {
        top: 3px;
    }

    .header_quiz {
        padding: 6px;
    }

    .header_quiz .userpoints p {
        color: white;
        font-family: "teko-bold";
        margin: 0px;
        font-size: 21px;
    }

    section.categories .category_area .category_name h5 {
        font-size: 18px;
    }

    section.categories .category_area .category_name a {
        width: 70%;
    }


    .quiz .questions_strip .number-ball span {
        font-size: 15px;
    }

    .quiz .questions_strip .number-1{
        left: 1.5%;
        top: -62%
    }
    
    .quiz .questions_strip .number-2{
        left: 12%;
        top: -65%;
    }
    
    .quiz .questions_strip .number-3{
        left: 23%;
        top: -65%;
    }
    
    .quiz .questions_strip .number-4{
        left: 33%;
        top: -74%;
    }
    
    .quiz .questions_strip .number-5{
        left: 44%;
        top: -74%;
    }
    
    .quiz .questions_strip .number-6{
        left: 54%;
        top: -69%;
    }
    
    .quiz .questions_strip .number-7{
        left: 65%;
        top: -66%;
    }
    
    
    .quiz .questions_strip .number-8{
        left: 75%;
        top: -61%;
    }
    
    
    .quiz .questions_strip .number-9{
        left: 86%;
        top: -58%;
    }
    
    .quiz .questions_strip .number-10{
        left: 96%;
        top: -57%;
    }

    .questions_timer {
        position: relative;
        margin-top: 3vh;
        width: 100%;
        margin: auto;
    }

    .questions_timer .timer {
        top: 0;
        width: 12%;
        height: 29%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .questions_timer .timer .time {
        font-size: 14px;
    }

    .answers_area {
        flex-direction: column;
        width: 100%;
        margin: auto;
    }

    .answers_area .options {
        margin: auto;
        text-align: center;
    }

    .answers_row{
        display: flex;
        margin-top: 2vh;
        margin-bottom: 2vh;
        width: 80%;
    }

    .questions_timer .question .question_area {
        height: 14vh;
        display: flex;
        align-items: center;
        flex-direction: column;
        overflow: auto;
        width: 82%;
    }

    .questions_timer .question .question_text {
        font-size: 14px;
        display: flex;
        align-items: center;
        margin: 0px;
        justify-content: center;
    }

    .answers_area .options .answer p {
        font-size: 12px;
        height: 8vh;
        margin: 0px;
        width: 90%;
        align-items: center;
        justify-content: center;
        display: flex;
        overflow: auto;
    }
    
    section.categories .category_area {
        position: relative;
        padding: 0;
        width: 100%;
        margin: auto;
    }
    .quiz_text {
        font-size: 29px;
        text-align: center;
    }
    .quiz_score {
        font-size: 19px;
        text-align: center;
    }
    .quiz_msg{
        font-size: 17px;
        text-align: center;
    }

    .quiz .questions_strip {
        margin-top: 2vh;
    }

    .strip_number {
        justify-content: flex-start;
        width: 100% !important;
    }
    .bottm_ads{
        width: 100%;
        position: relative;
        bottom: 0;
        height: 16vh;
        margin: auto;
    }

    .bottm_ads .ads{
        height: 90px;
        min-width: 320px;
        margin: auto;
        text-align: center;
    }

    .main_container{
        height: calc(100vh-16vh);
    }
    .overflow-scroll {
        overflow: auto;
        height: calc(100% - 16vh);
    }

    /* .quiz_completed {
        height: 40vh;
    } */
    ::-webkit-scrollbar {
        height: 5px;
    }
    .header .points img {
        width: 70%;
    }
    .questions_timer .question .question_count {
        font-size: 14px;
        margin-top: 16px;
    }
    .header_quiz .speaker img {
        width: 45%;
    }

    .header_quiz .finish img {
        width: 45%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1400px) {

    section.categories .category_area{
        width: 100%; 
    }

    .questions_timer .question .question_area {
        height: 20vh;
        display: flex;
        align-items: center;
        flex-direction: column;
        overflow: auto;
        width: 82%;
    }

    section.categories .category_area .category_name h5 {
        font-family: "teko-bold";
        font-size: 25px;
        word-break: break-word;
    }

    .questions_timer .question .question_text {
        color: white;
        font-family: "teko-bold";
        font-size: 24px;
        width: 100%;
        text-align: center;
    }
    
    .answers_area .options .answer p {
        color: white;
        font-family: "teko-bold";
        font-size: 18px;
        height: 7vh;
        margin: 0px;
        width: 90%;
        align-items: center;
        justify-content: center;
        display: flex;
        overflow: auto;
    }

}

@media only screen and (max-width: 1400px) {
    .right_ads,.left_ads{
        display: none!important;
    }

    .bottm_ads{
        display: block!important;
        width: 100%;
        position: relative;
        bottom: 0;
        height: 16vh;
        margin: auto;
    }
}

@media (max-resolution: 96dpi) {
   
    section.categories .category_area{
        width: 66%;
    }

    .questions_timer {
        width: 70%;
    }
    .answers_area {
        width: 70%;
    }

    .answers_area .options .answer p
    {
        font-size: 18px;
    }

    .answers_area .options .answer p{
        height: 10vh;
    }
  }

