body:lang(np),
body:lang(np) * {
    font-family: laila !important;
}

.background {
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
}

.cb_bg {
    background-color: #F3D1B6;
}
.congrat-cont{
    position: absolute;
    right: 5%;
    width: 47%;
    height: 60%;
    z-index: 1;
}

.qn-ltr{
    position: absolute;
    top: 34%;
    left: 10%;
    width: 46%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #FFE599;
    color: #554000;
    border: 2px solid #554000;
    border-radius: 10px;
}

.instrn-s1{
    position: absolute;
    top: 50%;
    right: 12.5%;
    padding: 3%;
    width: 40%;
    color: #ffffff;
    border-radius: 15px;
    transform: translateY(-50%);
    background-color: #77513C;
}

.qn-img{
    position: absolute;
    right: 2%;
    background: #ffffff;
    width: 45%;
    bottom: 7%;
}

.videolabel-btm{
    position: absolute;
    bottom: 0%;
    width: 100%;
    height: 20%;
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0%;
    background-color: #A67B5A;
    border-top: 2px solid #C99D70;
    border-bottom-right-radius: 29px;
    border-bottom-left-radius: 29px;
}


/* #region  MCQ styles */

.mcq-qn{
    top: 0%;
    left: 50%;
    width: 92%;
    padding: 1%;
    color: #ffffff;
    border-radius: 15px;
    background-color: #C57171;
    transform: translateX(-50%);
}

.mcqContainer {
    position: absolute;
    right: 3%;
    top: 20%;
    height: 75%;
    width: 58%;
    border-radius: 20px;
    overflow: hidden;
}

.optionsholder {
    position: absolute;
    height: 90%;
    width: 100%;
    top: 5%;
    left: 0%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.optionscontent {
    position: relative;
    width: 40%;
    height: 100%;
}

.option {
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    border-radius: 30px;
    background-color: #f1debb;
    border: 2px solid #C99D70;
}

.clickable{
    pointer-events: none;
}

.option:hover {
    cursor: pointer;
    border: 2px solid #BF9000;
    background-color: #FFE599;
}
.class_1:hover p, .class_2:hover p {
    background-color: #BF9000;
    color: #000000;
    border-top: 2px solid #BF9000;
}

.objName:hover {
    background-color: #F17B31;
}

.opt-name {
    position: absolute;
    color: #ffffff;
    pointer-events: none;
}

.optImg {
    position: absolute;
    width: 95%;
    left: 2.5%;
    bottom: 18%;
    z-index: 1;
}

.corincorclass {
    position: absolute;
    bottom: 3%;
    width: 20%;
    z-index: 6;
    right: -11%;
    margin-top: 5px;
    display: none;
}


.no_pointer {
    pointer-events: none;
}

.correct_option {
    border: 2px solid #38761D;
    background-color: #B6D7A8;
}
.incorrect_option {
    border: 2px solid #990000;
    background-color: #EA9999;
}

.cor-txt {
    border-top: 2px solid #588E40;
    background-color: #6AA84F;
}
.incor-txt {
    border-top: 2px solid #990000;
    background-color: #E06666;
}

.cor-sign-img{
    position: absolute;
    left: 90%;
    width: 25%;
    top: 50%;
    transform: translateY(-50%);
}

.hint-container{
    left: 2.5%;
    top: 20%;
    background-color: #ffffff;
    width: 30%;
    height: 75%;
    border-radius: 15px;
}

.hint-img{
    top: 30%;
    width: 70%;
}
/* #endregion MCQ styles */


/* #region sidevideo player styles */

.sidevideoDiv{
    position: absolute;
    height: 75%;
    width: 30%;
    top: 20%;
}

.svd-s1{
    top: 5%;
    height: 90%;
}

.svd-l{
    left: 5%;
}

.svd-r{
    right: 5%;
}

.side_video_holder{
    position: absolute;
    top: 0%;
    left: 0%;
    height: 100%;
    width: 100%;
    overflow: hidden;
    border-radius: 45px;
    background: #f1debb;
    border: 3px solid #C99D70;
    box-shadow: 9px 9px #b48e6f;
}


.playvideo {
    position: absolute !important;
    top: 40%;
    height: 90%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.replaybtn_container {
    position: absolute;
    bottom: 0%;
    height: 22%;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
}

#replay_video_btn {
    width: 75%;
}

/* #endregion video player */


/* #region options video styles */
 .videoDiv{
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 1;
 }

 .video_holder{
    width: 100%;
    height: 100%;
    pointer-events: none;
 }

 .vid{
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 95%;
    background-color: #F0DFBB;
    pointer-events: none;
    border-radius: 29px;
 }
/* #endregion options video styles end */


/* #region scores styles */
.section-score{
    position: absolute;
    width: 100%;
    height: 15%;
    left: 0%;
    top: 0%;
    overflow: hidden;
    background-color: #622E2E;
}

.scr-text-cont{
    position: absolute;
    top: 0%;
    left: 0%;
    width: 50%;
    height: 100%;
}

.scr-img-cont{
    position: absolute;
    top: 0%;
    left: 50%;
    height: 100%;
    width: 50%;
    display: flex;
    justify-content: center;
    margin: 1px auto;
}

.qn_text {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    color: #ffffff;
    text-align: left;
    padding: 0% 10%;
    transform: translate(-50%, -50%);
}

.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{    
    position: relative;
    width: 6%;
    height: 45%;
    top: 50%;
    margin: .3%;
    transform: translateY(-50%);
}



/* #region common */
.p-abs{
    position: absolute;
}

.c-x{
    left: 50%;
    transform: translateX(-50%);
}

.c-y{
    top: 50%;
    transform: translateY(-50%);
}
.c-xy{
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.no-click{
    pointer-events: none;
}
/* #endregion */


/* #endregion score styles */

@media screen and (min-aspect-ratio: 4/3) {
    .fs-3h{
        font-size: 3.5vh;
    }
    .fs-4{
        font-size: 4vh;
    }
    .instrn-s1{
        font-size: 5vh;
    }
}

@media screen and (max-aspect-ratio: 4/3) {
    .fs-3h{
        font-size: 2.4vw;
    }
    .fs-4{
        font-size: 2.2vw;
    }   
    .instrn-s1{
        font-size: 3vw;
    } 
}