body:lang(np),
body:lang(np) * {
    font-family: laila !important;
}

.background {
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
}

.green_bg {
    background-color: #B6E4EF;
}
.instrn-s0{
    position: absolute;
    left: 11%;
    top: 50%;
    transform: translateY(-50%);
    background-color: #0097A7;
    color: #ffffff;
    padding: 3% 3%;
    border-radius: 15px;
}

.instrn-top{
    position: absolute;
    left: 0%;
    top: 0%;
    width: 100%;
    background-color: #0097A7;
    color: #ffffff;
    padding: 1%;
}

.qn-boydpart{
    position: absolute;
    bottom: 0%;
    left: 0%;
    width: 100%;
    height: 20%;
    text-align: center;
    color: #ffffff;
    background-color: #0097A7;
    display: flex;
    justify-content: center;
    align-items: center;
}
/* Images */

.image_container {
    position: absolute;
    left: 4%;
    top: 29%;
    height: 64%;
    background: #fff;
    width: 36%;
    border-radius: 20px;
    border: 3px solid #2e87db;
}

.qnImg {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}


/* MCQ css */

.mcqContainer {
    position: absolute;
    left: 40%;
    top: 39%;
    height: 47%;
    width: 55%;
    display: flex;
    justify-content: space-around;
    flex-flow: column;
}

.optionsholder {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0%;
    display: flex;
    justify-content: flex-start;
    flex-flow: row;
    justify-content: space-around;
    align-items: center;
}

.optionscontent {
    width: 30%;
    height: 95%;
    display: flex;
    justify-content: space-evenly;
    justify-content: center;
    align-items: center;
}

.option {
    height: 90%;
    width: 100%;
    top: 0%;
    background: #fff;
    border-radius: 25px;
    border: 2px solid #0097A7;
}

.option:hover {
    transform: scale(1.1, 1.1);
    cursor: pointer;
    background-color: #FFF2CC;
    border: 2px solid #FF9900;
}

.objName:hover {
    background-color: #F17B31;
}

.objName {
    position: absolute;
    bottom: 0%;
    left: 0%;
    width: 100%;
    background-color: #A0DAE8;
    font-family: abeezee;
    padding: 3%;
}

.optImg {
    position: absolute;
    width: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 50%;
}

.corincorclass {
    position: absolute;
    top: 105%;
    left: 50%;
    width: 20%;
    display: none;
    transform: translateX(-50%);
}

.correctChracterstics {
    background-color: #d9ead3;
    border: 2px solid #97c385;
}

.wrongCharacterstics {
    background-color: #f4cccc;
    border: 2px solid #da7d80;
}


/* video player css */

.videoDiv {
    display: none;
    width: 100%;
    height: 100%;
    background: #FDF7C5;
}

.vid-congrat{
    position: absolute;
    height: 80%;
    width: 30%;
    top: 10%;
    right: 9%;
    overflow: hidden;
    border: 2px solid;
    border-radius: 50px;
    background-color: #FFF7C1;
    border: 2px solid #FAA03A;
    box-shadow: -10px 10px 5px #faa03a;

}

.video_holder {
    position: absolute;
    top: 0%;
    left: 0%;
    height: 100%;
    width: 100%;
}

.vd-1 {
    top: 10%;
}

.vh-1 {
    width: 35%;
    left: 7%;
    height: 80%;
    top: 1%;
    border-radius: 29px;
}

.videolabel-btm {
    position: absolute;
    bottom: 0%;
    width: 100%;
    padding: 0%;
    color : #fff;
    background: #3C78D8;
    border: 2px solid #3C78D8;
}

.video {
    position: absolute;
    width: 81%;
    top: 0%;
    left: 50%;
    transform: translateX(-50%);
}

/* left video styles */
.vid-container-left{
    position: absolute;
    left: 5%;
    top: 19%;
    height: 75%;
    width: 30%;
    background-color: #D3FDFF;
    border: 2px solid #0097A7;
    border-radius: 15px;
    overflow: hidden;
}

.vid-container-right{
    position: absolute;
    right: 7.5%;
    top: 7.5%;
    height: 85%;
    width: 30%;
    background-color: #D3FDFF;
    border: 2px solid #0097A7;
    border-radius: 15px;
    overflow: hidden;
}
.v-h-l{
    top: 2%;
    left: 10%;
    height: 80%;
    width: 80%;
    /* background: #FFF7C1; */
}

.replaybtn_container {
    position: absolute;
    bottom: 0%;
    height: 22%;
}
.playvideo{
    width: 100%;
    height: 100%;
}

.no_pointer {
    pointer-events: none;
}

.correct_option {
    background: #d9ead3;
    border: 2px solid #6ea956;
}

.incorrect_option {
    background: #ea9999;
    border: 2px solid #b73440;
}

.vid {
    width: 45%;
}


/* video player css */

#nslVideo {
    position: absolute;
    width: 65%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.vh-1 > #nslVideo{
    width: 82%;
}

.replaybtn_container {
    position: absolute;
    bottom: 2%;
    height: 18%;
    width: 98%;
    left: 50%;
    transform: translateX(-50%);
    background-color: #d3fdff;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
}

#replay_video_btn {
    width: 70%;
    margin: auto;
    pointer-events: none;
    top: -12%; 
}


.hide_replay_btn {
    display: none;
}


.goto-vid-container{
    height: 100%;
    width: 30%;
    border: 2px solid #4585DA;
    border-radius: 20px;
    overflow: hidden;
}

#mm-v, #la-v, #pa-v{
    position: absolute;
    left: 0%;
    bottom: 0%;
    width: 100%;
    height: 100%;
}
#mm-v:hover, #la-v:hover, #pa-v:hover, .goto-txt:hover{
    cursor: pointer;
}

.goto-txt{
    position: absolute;
    bottom: 0%;
    width: 100%;
    height: 100%;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #4585DA;
}


/* scores styles */
.score{
    position: absolute;
    border: 2px solid;
    width: 53%;
    height: 15%;
    right: 6%;
    border-radius: 13px;
    top: 19%;
    overflow: hidden;
    background-color: #D2FEFF;
    border: 2px solid #079AAA;
}
.scr-img-cont{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    height: 70%;
    width: 100%;
    display: flex;
    justify-content: space-around;
    left: 0%;
    padding: 1%;
}
.scr-text-cont{
    position: absolute;
    top: 4%;
    left: 0%;
    width: 100%;
    height: 50%;
}

.qn_text {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
    color: #B45F06;
}

.qn-s-sm{
    position: absolute;
    width: 42%;
    left: 71.5%;
    top: 11%;
    transform: translateX(-50%);
    background: #faeca3;
    border: 2px solid #f5a525;
    padding: 1%;
    border-radius: 20px;
}
.scr-img{
    width: 7%;
}

@media screen and (min-aspect-ratio: 4/3) {
    .qn_text, .goto-txt, .instrn-s0 {
        font-size: 5vh;
    }
    .videolabel-btm{
        font-size: 4vh;
    }
    .font-medium{
        font-size: 4vh;
    }
}

@media screen and (max-aspect-ratio: 4/3) {
    .qn_text, .goto-txt, .instrn-s0{
        font-size: 3.5vw;
    }
    .videolabel-btm{
        font-size: 3vw;
    }
    .font-medium{
        font-size: 2.8vw;
    }
}