@font-face {
    font-family: "Gulim";
    src        : url("../fonts/Gulim.otf") format("opentype");
}

@font-face {
    font-family: "Gulim";
    src        : url("../fonts/Gulim.ttf") format("truetype");
}

body {
    font-family: 'Gulim', sans-serif;
    background : #fff;
    font-weight: 400;
    color      : #333;
}

a:hover {
    text-decoration:none;
}

.mcq-area .scrollbar {
    padding-top  : 10px;
    height       : 305px;
    overflow-y   : scroll;
    margin-bottom: 20px;
}
.que-option-box {
    padding-right:20px !important;
}

.que-option-box,
.ans-option-box {
    height    : 300px;
    overflow-y: scroll;
    padding   : 20px 0;
}

.que-option-box::-webkit-scrollbar-track, 
.ans-option-box::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color  : #F5F5F5;
}

.que-option-box::-webkit-scrollbar,
.ans-option-box::-webkit-scrollbar {
    width           : 6px;
    background-color: #F5F5F5;
}

.que-option-box::-webkit-scrollbar-thumb, 
.ans-option-box::-webkit-scrollbar-thumb {
    background-color: #000000;
}

.exam-logo-box span {
    font-weight: 600;
    font-size  : 18px;
    line-height: 52px;
}

.exam-logo-box img {
    height: 50px;
}

.mcq-Legend-title {
    font-size: 18px;
}

.mcq-area .force-overflow {
    min-height: 170px;
}

#style-3::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color  : #F5F5F5;
}

#style-3::-webkit-scrollbar {
    width           : 6px;
    background-color: #F5F5F5;
}

#style-3::-webkit-scrollbar-thumb {
    background-color: #000000;
}

.mcq-area .exam-header-area h3 {
    font-size: 18px;
    padding  : 20px 0;
    margin   : 0;
}


.mcq-area .set-no {
    font-size : 18px !important;
    text-align: right;
}

.mcq-area .legend {
    padding      : 4px 15px;
    margin-bottom: 15px;
}

.mcq-area .exam-header-area {
    margin : 0 15px;
    padding: 0px 0px 0px 5px;
}

.mcq-area .widget-side-box {
    /* padding-top: 20px; */
    border-left: 1px solid #000;
}

.bg-mcq-page {
    background      : #fff3e2;
    border-top      : 1px solid #e8e8e8;
    /* border-bottom: 1px solid #e8e8e8; */
}

.note-for-users {
    padding    : 15px;
    padding-top: 0px;
}

.student-card {
    padding: 8px 15px;
}

.student-card .st-profile img {
    height        : 65px;
    padding-right : 15px;
    padding-bottom: 10px;
    padding-top   : 15px;
}

.student-card .st-profile span {
    font-size   : 18px;
    font-weight : 600;
    margin-right: 15px;
}

.quick-visit-mcq-table {
    padding-bottom: 15px;
}

.mcq-area .exam-img-mcq img {
    width  : 100%;
    padding: 20px;
}

.mcq-area .timer-wrap {
    width           : 100%;
    background-color: transparent;
    padding         : 10px 0px;
}

.mcq-area .flat-title-section {
    text-align: center;
}

/* .play {
    background-image: url('assets/images/play-button.svg');
    background-size: contain;
    display: block;
    background-repeat: no-repeat;
    width: 3em;
    height: 3em;
}

.pause {
    background-image: url('assets/images/pause-button.svg');
    background-size: contain;
    display: block;
    width: 3em;
    height: 3em;
} */
.mcq-area .question-grid {
    /* background-color   : #fff3e2; */
    /* border          : 1px solid #4c4c4c; */
    border-radius: 4px;
}

.mcq-first-table-qa-area {
    background-color: #fff;
    border          : 1px solid #4c4c4c;
    border-radius   : 4px;
}

.mcq-area .mcq-side-title {
    font-style: normal;
    color     : #ffffff;
    background: #4c4c4c;
    font-size : 18px;
    padding   : 10px 15px;
    text-align: center
}

.mcq-area .table-responsive {
    padding       : 0 15px;
    padding-bottom: 0px;
}

.mcq-area .table-bordered {
    border: transparent;
}

.mcq-area .table-bordered h5 {
    font-size  : 17px;
    font-weight: 600;
    margin-bottom:0;
}

.mcq-area .table-bordered th {
    border: 0;
    border-bottom: 1px solid rgba(0,0,0,.1);
    padding: 14px 15px;
    background: #FFF;
}

/* .mcq-area .table-bordered th:last-child {
    width: 100%;
} */

.mcq-area .table-bordered td {
    padding   : 8px 12px;
    background: #fff;
    border: none;
    border-right: 1px solid rgba(0,0,0,0.1);
    border-bottom: 1px solid rgba(0,0,0,0.1);
}

.mcq-area .timer-wrap h3 {
    text-align      : center;
    font-size       : 20px;
    padding         : 10px 0;
    background-color: #FF9800;
    color           : #ffffff;
}

.mcq-area .timer-wrap .time {
    display: none;
}

.mcq-area .timer-wrap .time-title {
    font-size: 20px;
    color    : #000;
    float    : left;
    margin   : 0px 0 0 10px;
}

.mcq-area .timer-wrap .timer {
    font-size : 18px;
    color     : #000;
    margin    : 0px 15px;
    text-align: right;
}

.mcq-area .question-panel {
    min-height: 463px;
}

.view-toggle-btn {
    background : #fff;
    color      : #4c4c4c;
    font-weight: 800;
    border     : 2px solid #4c4c4c !important;
}

.section-space {
    padding: 15px 0;
}

.mcq-area #quiz-exam {
    padding   : 40px;
    min-width : 300px;
    background: #fff3e2;
    border    : 1px solid #bbb;
}

.mcq-area a,
.mcq-area button {
    border       : none;
    padding      : 10px 20px;
    font-size    : 17px;
    border-radius: 4px;
    font-weight  : 800;
    cursor       : pointer;
    outline      : none;
}

.btn-right-side {
    /*text-align: right;*/
    padding   : 0 30px;
    /*display:flex;*/
    /*justify-content:space-between;*/
    text-align:center;
}

.br {
    border-right: 1px solid rgba(0,0,0,0.1);
}

.qr-col-box {
    padding: 30px 40px 40px 15px;
}
.form-horizontal{
    padding: 30px 0px 40px 15px;
}

.mcq-area .total-que,
.mcq-area .previous,
.mcq-area .next {
    background-color: #FF9800;
    color           : #ffffff;
}

.mcq-area .previous {
    float:left;
}

.mcq-area .next {
    float:right;
}

.mcq-area .total-que {
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-42%,-50%);
}


.mcq-area .submit-note {
    padding   : 100px 0;
    width     : 100%;
    text-align: center;
}

.mcq-area .submit-note .submit-mcq-btn {
    margin-top: 30px;
}

.next-prev-box {
    position: absolute;
    bottom: -15px;
    left: 0;
    padding: 12px 26px;
    /*position  : fixed;*/
    /*bottom    : 0px;*/
    margin    : 0 auto;
    /*left      : 0;*/
    background: #fff;
    /*padding   : 10px 0;*/
    right     : 0;
}

.mcq-area .submit-mcq-btn {
    background-color   : #FF9800;
    color              : #ffffff;
    margin-bottom      : 20px;
    margin-right       : 20px;
    /* position        : absolute;
    right              : 0;
    bottom             : 0; */
}

/* .buttons {
    position  : fixed;
    bottom    : 15px;
    left      : 0;
    right     : 0;
    background:#fff3e2;
} */

.mcq-area button:hover {
    opacity: 0.8;
}

.mcq-area #prevBtn {
    background-color: #bbbbbb;
}

.mcq-area .step {
    height          : 15px;
    width           : 15px;
    margin          : 0 2px;
    background-color: #bbbbbb;
    border          : none;
    border-radius   : 50%;
    display         : inline-block;
    opacity         : 0.5;
}

.mcq-area .step.active {
    opacity: 1;
}

.question-img {
    max-width : 100%;
    max-height: 200px;
}

.exam-paper-view img {
    width: 100%;
}

.option-img {
    max-height: 120px;
    margin    : 5px;
}

.mcq-area .step.finish {
    background-color: #FF9800;
}

.mcq-area .question-heading {
    font-size  : 16px;
    font-weight: bold;
}

.mcq-area .question-box {
    font-size       : 16px;
    font-weight     : 500;
    line-height     : 32px;
    border          : 1px solid rgba(0,0,0,0.1);
    padding         : 20px;
    /* max-height   : 274px; */
    /* overflow-y   : scroll;
    margin-bottom   : 20px; */
}

.mcq-area .question-box::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color  : #F5F5F5;
}

.mcq-area .question-box::-webkit-scrollbar {
    width           : 6px;
    background-color: #F5F5F5;
}

.mcq-area .question-box::-webkit-scrollbar-thumb {
    background-color: #000000;
}

.mcq-area .question-number {
    font-size  : 16px;
    font-weight: 500;
}

.mcq-area .ans-options {
    font-size  : 16px;
    font-weight: 500;
    margin-left: 30px;
    line-height: 32px;
}

.mcq-area .question-panel:not(.active) {
    display: none;
}

.mcq-area .options-box img {
    height: 150px;
}

.side-option-box .col-md-3 {
    padding: 10px auto !important;
}

.mcq-area input[type=checkbox],
.mcq-area input[type=radio] {
    box-sizing  : border-box;
    padding     : 0;
    width       : 28px;
    height      : 24px;
    margin-right: 15px;
}

.mcq-area .option-input:checked:before {
    text-align   : center;
    color        : #fff !important;
    background   : #000;
    border-radius: 50%;
}

.mcq-area .option-input:before {
    background   : #fff;
    border-radius: 50%;
    border       : 1px solid rgb(0, 0, 0);
}

.mcq-area .option-input:checked:after {
    z-index: 100;
}

.mcq-area .form-horizontal .radio label .answers-options-1:before {
    content     : "1";
    /* position : absolute; */
    padding     : 7px 11px 7px 11px;
    font-size   : 14px;
    cursor      : pointer;
}

.mcq-area .form-horizontal .radio label .answers-options-2:before {
    content     : "2";
    /* position : absolute; */
    padding     : 7px 11px 7px 11px;
    font-size   : 14px;
    cursor      : pointer;
}

.mcq-area .form-horizontal .radio label .answers-options-3:before {
    content     : "3";
    /* position : absolute; */
    padding     : 7px 11px 7px 11px;
    font-size   : 14px;
    cursor      : pointer;
}

.mcq-area .form-horizontal .radio label .answers-options-4:before {
    content     : "4";
    /* position : absolute; */
    padding     : 7px 11px 7px 11px;
    font-size   : 14px;
    cursor      : pointer;
}

#container {
    display: block;
}

@media only screen and (orientation:portrait) {
    #container {
        /*height           : 100vw;*/
        /*-webkit-transform: rotate(90deg);*/
        /*-moz-transform   : rotate(90deg);*/
        /*-o-transform     : rotate(90deg);*/
        /*-ms-transform    : rotate(90deg);*/
        /*transform        : rotate(90deg);*/
    }
}

@media only screen and (orientation:landscape) {
    /*#container {*/
    /*    height           : 100vh;*/
    /*    -webkit-transform: rotate(0deg);*/
    /*    -moz-transform   : rotate(0deg);*/
    /*    -o-transform     : rotate(0deg);*/
    /*    -ms-transform    : rotate(0deg);*/
    /*    transform        : rotate(0deg);*/
    /*}*/


}

@media screen and (max-device-width: 767px) and (orientation: portrait) {
    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important;
    }

    .visible-phone {
        display: inherit !important;
    }

    .hidden-phone {
        display: none !important;
    }

    .mcq-area .container-fluid {
        width: 100vh;
    }
    .question-modal-header .question-modal-dtl .question-modal-body h4, 
    .question-modal-header .question-modal-dtl .question-modal-head h4 {
        font-size:14px;
    }
}

@media screen and (max-device-width: 767px) and (orientation: landscape) {
    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important;
    }

    .visible-phone {
        display: inherit !important;
    }

    .hidden-phone {
        display: none !important;
    }

    .mcq-area .container-fluid {
        width     : 100vh;
        background: #fff !important;
    }
}
@media screen and (max-device-width: 915px) and (orientation: landscape) {
   .section-100 {
       height: auto;
   }
}




/* mcq area css  */

.mcq-area .progress {
    /*display:block;*/
}

.mcq-area .progress-bar {
    float           : left;
    width           : 0;
    height          : 100%;
    font-size       : 12px;
    line-height     : 20px;
    color           : #000;
    text-align      : center;
    background-color: #FF9800;
    padding:5px 10px;
}

.mcq-area #timer {
    font-weight: 500;
    font-size: 16px;
    padding: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.mcq-area #timer span {
    float       : left;
    margin-right: 15px;
    font-size: 16px;
    font-weight: 500;
    display:none;

}

.mcq-area #questions {
    font-weight   : 700;
    font-size     : 150%;
    background    : #fff;
    padding       : 0px 40px;
    vertical-align: middle;
    /*border        : 1px solid #4c4c4c;*/
    border-radius : 4px;
    max-height    : 400px;
    /*overflow-y    : scroll;*/
}

.mcq-area #questionrow {
    min-height: 300px;
}

.mcq-area #questionrow .quiz-ans-title {
    font-size     : 18px;
    text-transform: uppercase;
    margin-bottom : 15px;
}

.mcq-area .form-horizontal .radio label {
    min-height   : 20px;
    margin-bottom: 15px;
    font-size    : 14px;
    font-weight  : normal;
    display      : block;
    cursor       : pointer;
}

.mcq-area .submit-mcq-btn:hover {
    color: #fff;
}

.mcq-area .pager li {
    list-style: none;
}

.mcq-area .btn-warning {
    color     : #fff;
    background: #ff473a;
}

.mcq-area .pager li>a,
.mcq-area .pager li>span {
    display         : inline-block;
    padding         : 5px 14px;
    background-color: #FF9800;
    color           : #fff;
    cursor          : pointer;
    border          : 1px solid #a5a5a5ba;
    border-radius   : 28px;
}

.mcq-area .pager li>a:hover,
.mcq-area .pager li>span:hover {
    background-color: #5d564d;
    color           : #fff;
    border          : 1px solid #a5a5a5ba;
    border-radius   : 28px;
}

.mcq-area .form-horizontal .radio ul li:before {
    color      : #666;
    padding    : 0 15px;
    font-size  : 12px;
    margin-top : 12px;
    /* position: absolute; */
    left       : 0px;

}

.mcq-area td,
.mcq-area th {
    cursor     : pointer;
    font-weight: 600;
    text-align : center;
}

.mcq-area td:hover {
    background: black;
    color     : #FF9800;
}

.mcq-area td:onclick {
    color: #000;
}

.mcq-area label span {
    position: relative;
    top     : -5px;
}

.mcq-area label span span {
    margin-left: 55px;
}

.test-question-right li {
    /* margin-bottom: 10px; */
    display         : inline-block;
    /* padding-right: 5px; */
}

/* .test-question-right li:last-child {
    position: absolute;
    right: 25px;
    top: 102px;
} */

.test-question-right li span {
    padding-left : 10px;
    padding-right: 10px;
    margin-right : 10px;
}

.test-question-right .not-visited {
    background   : #f9f9f9;
    color        : #000 !important;
    border       : 1px solid #c5c5c5;
    padding-left : 9px;
    padding-right: 9px;
}

.test-question-right .not-answer {
    background       : #ff0000;
    -webkit-clip-path: polygon(50% 0%, 100% 0, 100% 60%, 76% 93%, 26% 93%, 0% 60%, 1% 0);
    clip-path        : polygon(50% 0%, 100% 0, 100% 60%, 76% 93%, 26% 93%, 0% 60%, 1% 0);
}

.test-question-right .answer {
    background: #00b050;
}

.test-question-right .visited {
    background: grey;
}

.test-question-right .marked {
    background : #31b0d5;
    padding-top: 2px;
}

.test-question-right .answer-mark {
    background: pink;
}

.question-card-area {
    background-color: #fff3e2;
    height:100%;
}

/* mcq area ends here  */
.audio-question audio {
    margin-top : -3px;
    margin-left: -1px;
}

.audio-option audio {
    margin-top : -8px;
    margin-left: -5px;
}

.audio-player {
    position        : relative;
    width           : 100%;
    text-align      : center;
    padding         : 70px 0;
    background-color: #e4dac8;
}

.audio-question {
    width        : 46px;
    height       : 47px;
    overflow     : hidden;
    background   : #fff;
    padding      : 0px;
    border-radius: 50%;
    margin       : 0 auto;
}

.audio-option {
    width        : 41px;
    height       : 40px;
    position     : absolute;
    overflow     : hidden;
    background   : #fff;
    padding      : 0px;
    display      : inline-block;
    border-radius: 50%;
    margin-top   : -4px;
}

.testnum-sn-area {
    margin-top: 20px;
    text-align: right;
}

.testnum-sn-area li {
    font-size  : 16px;
    font-weight: 600;
}

.exam-paper-view .file iframe {
    width : 100%;
    height: 600px;
}

/* feedback page css  */

.feedback-section .slick-track {
    position  : relative;
    top       : 0;
    left      : 0;
    bottom    : 200px;
    text-align: center;
    display   : block;
}

.feedback-section .gallery .large-image-slider {
    min-height: 300px;
}

.feedback-section .gallery .large-image-slider figure {
    position     : relative;
    overflow-y   : scroll;
    margin       : 30px 0;
    margin-bottom: 200px;
    max-height   : 500px;
}

.feedback-section .gallery .large-image-slider figure figcaption {
    display: none;
}

.feedback-section .gallery figure {
    margin     : 0;
    line-height: 0;
}

.feedback-section .gallery img {
    max-width: 100%;
    margin   : 0 auto;
}

.feedback-section .gallery .list {
    list-style: none;
    margin-top: 10px;
}

.feedback-section .feedback-answer {
    position  : fixed;
    bottom    : 0px;
    background: #fff;
    left      : 0;
    right     : 0;
}

.feedback-section .gallery .list li {
    position     : relative;
    padding-left : 8px;
    padding-right: 8px;
    line-height  : 0;
    cursor       : pointer;
    padding      : 20px 15px;
}

.feedback-section .gallery .list li:hover {
    opacity: 0.7;
}

.feedback-section .gallery .list li.active {
    background-color: #ff9800;
    padding         : 20px 15px;
}

.feedback-section .feedback-answer .feedback-ans-item .fb-audio-box {
    width        : 47px;
    height       : 47px;
    margin       : 0 auto;
    overflow     : hidden;
    border-radius: 50%;
}

/* 
.gallery .list li.active:before {
    content: "";
    position: absolute;
    top: 0;
    left: 5px;
    width: calc(100% - 10px);
    height: 100%;
    background: rgba(103, 137, 1, 0.5);
    z-index: 1;
} */

.feedback-section .gallery .slick-arrow {
    position        : absolute;
    z-index         : 1;
    top             : 50%;
    border          : none;
    transform       : translateY(-50%);
    width           : 35px;
    height          : 35px;
    background-color: transparent;
    outline         : none;
    padding         : 0;
    margin          : 0;
    font            : normal normal normal 34px/1 FontAwesome;
    transition      : all 250ms ease;
    cursor          : pointer;
}

.feedback-section .gallery .slick-arrow:before {
    top              : 50%;
    content          : "\f137";
    font-family      : 'Font Awesome 5 Free';
    font-weight      : 900;
    left             : 12px;
    position         : absolute;
    -ms-transform    : translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform        : translate(-50%, -50%);
    color            : #4A4A4A;
    transition       : all 250ms ease;
}

.feedback-section .gallery .slick-prev {
    left         : 0;
    border-radius: 0 100px 100px 0;
}

.feedback-section .gallery .slick-next {
    right        : 0;
    border-radius: 100px 0 0 100px;
}

.feedback-section .gallery .slick-next:before {
    content    : "\f138";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    left       : 23px;
}

.feedback-section .gallery .slick-prev,
.feedback-section .gallery .slick-next {
    font-size: 0;
}

.feedback-section .gallery .slick-prev:before,
.feedback-section .gallery .slick-next:before {
    font-size: 2rem;
}

@media (max-width: 700px) {
    .feedback-section .gallery {
        margin-bottom: 30px;
    }

    .feedback-section .gallery .large-image-slider {
        min-height: initial;
    }
    
    .question-modal-header .question-modal-dtl .question-modal-body h4, 
    .question-modal-header .question-modal-dtl .question-modal-head h4 {
        font-size:14px;
    }
    
    .question-modal-header {
        display:block;   
    }
}

@media (max-width: 670px) {
    .student-img {
        text-align:center;
        margin-bottom:20px;
    }
    .feedback-section .gallery .large-image-slider figure figcaption {
        display: none;
    }

    .next-prev-box {
        position  : fixed;
        bottom    : 0px;
        margin    : 0 auto;
        left      : 0;
        /* border : 1px solid #000; */
        background: #fff;
        padding   : 9px 0;
        right     : 0;
    }
    
    .question-modal-header .question-modal-dtl .question-modal-body h4, 
    .question-modal-header .question-modal-dtl .question-modal-head h4 {
        font-size:14px;
    }
}

button:disabled {
    cursor        : not-allowed;
    pointer-events: all !important;
}



@media screen and (max-width: 767px) {

    .mcq-area button {
        border       : none;
        padding      : 6px 10px;
        font-size    : 12px;
        border-radius: 4px;
        font-weight  : 800;
        cursor       : pointer;
        outline      : none;
    }

    .mcq-area .submit-note {
        padding   : 20px 0;
        width     : 90%;
        text-align: center;
    }

    .mcq-area .scrollbar {
        padding-top  : 10px;
        height       : 262px;
        overflow-y   : scroll;
        margin-bottom: 22px;
    }

    .note-for-users {
        padding    : 15px;
        padding-top: 0px;
        font-size  : 13px;
    }

    .student-card .st-profile img {
        height        : 34px;
        border-radius : 50%;
        padding-right : 10px;
        padding-bottom: 0px;
        padding-top   : 0px;
    }

    .mcq-area .mcq-side-title {
        font-size: 14px;
        padding  : 7px 10px;
    }

    .mcq-area .question-heading {
        font-size  : 14px;
        font-weight: bold;
        margin     : 0;
    }

    .mcq-area .table-bordered h5 {
        font-size  : 14px;
        font-weight: 600;
    }

    .mcq-area .question-number {
        font-size: 14px;
    }

    .mcq-area #questions {
        font-weight   : 700;
        /* font-size  : 52%; */
        background    : #fff;
        padding       : 0px 40px;
        vertical-align: middle;
        border        : 1px solid #4c4c4c;
        border-radius : 4px;
        /*max-height    : 200px;*/
        overflow-y    : scroll;
        padding       : 10px 0px 10px 30px;
    }

    .question-card-area {
        background-color: #fff3e2;
        /*max-height      : 247px;*/
        /*overflow-y      : scroll;*/
    }

    .btn-right-side {
        /*width: 100vh;*/
    }

    .mcq-area td,
    .mcq-area th {
        cursor     : pointer;
        font-weight: 600;
        text-align : center;
        font-size  : 10px;
    }

    .mcq-area .question-box {
        font-size  : 14px;
        font-weight: 500;
        line-height: 25px;

        padding: 10px;
    }

    .form-horizontal,
    .qr-col-box {
        padding: 10px 10px 15px 0px;
    }
    
    .quick-visit-mcq-table {
        margin:15px 0;
    }

    .mcq-area .table-bordered th {
        border-bottom    : 1px solid #bbbbbb;
        padding   : 4px 4px;
        background: #fff;
        width     : 100%;
    }

    .mcq-area .exam-header-area {
        margin    : 0 15px;
        padding   : 0px 0px 0px 5px;
        background: #fff;
    }

    .student-card .st-profile span {
        font-size   : 14px;
        font-weight : 600;
        margin-right: 15px;
    }

    .section-space {
        padding: 5px 0;
    }

    .exam-logo-box img {
        height: 32px;
    }

    .mcq-area .exam-header-area h3 {
        font-size  : 12px;
        padding    : 16px 0;
        font-weight: 600;
        margin     : 0;
    }

    .mcq-area #timer {
        font-weight: 600;
        font-size  : 12px;
        line-height: 10px;
        padding    : 0px 0px;
        margin-top : 7px;
    }

    .testnum-sn-area li {
        font-size  : 10px !important;
        font-weight: 600;
    }

    .mcq-area .legend {
        padding      : 1px 0px;
        margin-bottom: 6px;
    }
    
    .question-modal-header .question-modal-dtl .question-modal-body h4, 
    .question-modal-header .question-modal-dtl .question-modal-head h4 {
        font-size:14px;
    }
}

@media only screen and (min-width: 495px) and (max-width: 767px) {
    .question-card-area {
        /*max-height: 431px;*/
        /*overflow-y: scroll;*/
    }
    .mcq-area #questions {
        max-height: 400px;
        overflow-y: scroll;
    }
    
    .question-modal-header .question-modal-dtl .question-modal-body h4, 
    .question-modal-header .question-modal-dtl .question-modal-head h4 {
        font-size:14px;
    }
}

@media only screen and (min-width: 400px) and (max-width: 494px) {
    .question-card-area {
        /*max-height: 381px;*/
        /*overflow-y: scroll;*/
    }
    .mcq-area #questions {
        max-height: 330px;
        overflow-y: scroll;
    }
    .question-modal-header .question-modal-dtl .question-modal-body h4, 
    .question-modal-header .question-modal-dtl .question-modal-head h4 {
        font-size:14px;
    }
}
@media only screen and (min-width: 374px) and (max-width: 399px) {
    .question-card-area {
        /*max-height: 300px;*/
        /*overflow-y: scroll;*/
    }
    .mcq-area #questions {
        /*max-height: 300px;*/
        /*overflow-y: scroll;*/
    }
    
    .question-modal-header .question-modal-dtl .question-modal-body h4, 
    .question-modal-header .question-modal-dtl .question-modal-head h4 {
        font-size:14px;
    }
}

.clearfix::after {
  content: "";
  clear: both;
  display: table;
}