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

.cb-left-aligned {
    background: #bceaff;
}

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

.blue_bg {
    background-color: #B7EFF5;
}

.squirell {
    position: absolute;
    width: 20%;
    top: 60%;
    left: 7%;
}

.heading-text {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    background: #faeca3;
    padding: 2%;
    border-radius: 25px;
    top: 4%;
    width: 70%;
    /* border: 2px solid #FF9900; */
}


/* MCQ css */

.mcqContainer {
    position: absolute;
    left: 40%;
    top: 0%;
    height: 100%;
    width: 60%;
    display: flex;
    background: #8CC9CA;
    justify-content: space-around;
    flex-flow: row;
    flex-wrap: wrap;
}

.optionsholder {
    position: absolute;
    height: 80%;
    width: 100%;
    top: 20%;
    left: 0%;
    display: flex;
    justify-content: space-around;
    flex-flow: row;
    flex-wrap: wrap;
    /* border: 2px solid; */
}

.question{
    position: absolute;
    left: 0%;
    height: 70%;
    width: 100%;
    /* border: 2px solid yellow; */
}

.word-cont{
    position: absolute;
    top: 70%;
    height: 13%;
    width: 30%;
}
.made-word{
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    border: 2px dashed #3C78D8;
    display: flex;
    flex-flow: row;
}
.sel-ltr{
    background-color: #6D9EEB;
    color: #ffffff;
    border: 2px solid #4E86DF;
    width: 33%;
    height: 100%;
    text-align: center;    
    display: flex;
    justify-content: center;
    align-items: center;
}


.cor-word{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    color: #ffffff;
    justify-content: center;
    background-color: #8CCF6B;
    border: 2px dashed #219121;
    border-radius: 5px;
}

.qn-img{
    position: relative;
    width: 43%;
    background-color: #ffffff;
    border: 2px solid #64A0D1;
    border-radius: 30px;
}

.qn-clk{
    width: 30%;
    /* border: 2px solid red; */
    display: flex;
    flex-flow: row;
    justify-content: space-around;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 75%;
    height: 15%;
}

.option{
    width: 25%;
    background-color: #FFE599;
    color: #CE8E39;
    border-radius: 5px;
    padding: 1% 0% 1% 0%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.option:hover {
    transform: scale(1.1, 1.1);
    cursor: pointer;
    /* background-color: #F9CB9C; */
}

.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: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.corincorclass {
    position: absolute;
    top: 14%;
    left: 100%;
    width: 20%;
    display: none;
}
.heading_txt{
    position: absolute;
    right: 15%;
    top: 50%;
    transform: translateY(-50%);
    background: #3C78D8;
    padding: 4% 1%;
    width: 35%;
    color: #ffffff;
    border-radius: 15px;
}
.qn_text {
    position: absolute;
    left: 50%;
    top: 0%;
    transform: translateX(-50%);
    background: #3C78D8;
    padding: 2%;
    width: 100%;
    color: #ffffff;
}

.correctChracterstics {
    background-color: #d9ead3;
    border: 2px solid #97c385;
}

.wrongCharacterstics {
    background-color: #f4cccc;
    border: 2px solid #da7d80;
    border-radius: 5px;
}


/* video player css */

.videoDiv {
    position: absolute;
    left: 5%;
    top: 7.5%;
    height: 85%;
    width: 30%;
    background: #FFF7C1;
    border-radius: 49px;
    overflow: hidden;
    box-shadow: -9px 9px 1px #fba522;
    border: 2px solid #FBA522;
}

.video_holder {
    position: absolute;
    top: 40%;
    left: 50%;
    height: 74%;
    width: 83%;
    transform: translate(-50%, -50%);
}

.videolabel-btm {
    position: absolute;
    bottom: 0%;
    width: 100%;
    background: #faeca3;
    padding: 2%;
    font-size: 5vh;
}

#nslVideo {
    position: absolute;
    width: 100%;
    top: 0%;
    left: 50%;
    transform: translateX(-50%);
}

.replaybtn_container {
    position: absolute;
    bottom: 0%;
    height: 22%;
    width: 80%;
    left: 50%;
    transform: translateX(-50%);
}

#replay_video_btn {
    width: 90%;
    pointer-events: none;
}

.replaySide{
    bottom: 36%;
    left: 61%;
    width: 21%;
    height: 20%;
}
.replaySide > img{
    width: 100% !important;
}

.vd-1 {
    top: 10%;
    width: 100%;
}

.vh-1 {
    width: 33%;
    left: 25%;
    height: 85%;
    top: 40%;
    border-radius: 29px;
}
.vh-1 > video{
    width: 90% !important;
}

.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;
}

.ltr-selected{
    pointer-events: none;
    background-color: #B7B7B7;
    border: 2px solid #7F9797;
}

.no_click{
    pointer-events: none;
}

@media screen and (min-aspect-ratio: 4/3) {
    .option, .cor-word{
        font-size: 5vh;
    }
    .sel-ltr{
        font-size: 4vh;
    }
    .heading-text {
        font-size: 3.5vh;
    }
    .qn_text, .videolabel-btm, .heading_txt{
        font-size: 5vh;
    }
}

@media screen and (max-aspect-ratio: 4/3) {
    .option, .cor-word{
        font-size: 3.2vw;
    }
    .sel-ltr{
        font-size: 2.8vw;
    }
    .heading-text {
        font-size: 2.5vw;
    }
    .qn_text, .videolabel-btm, .heading_txt{
        font-size: 4vw;
    }
}