body:lang(np),
body:lang(np) * {
    font-family: laila !important;
}
.background {
    /* position: absolute; */
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
}
.background1 {
    /* position: absolute; */
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 0, 0, 0.4);
    object-fit: cover;
}
.cream_bg{
    background-color: #d9d2e9;
}
.cb-right-aligned{
    width: 65% !important;
    background-color: #7bd0ff;
    left: 35% !important;
}
.blue_bg {
    background-color: #00bce7;
}
.last_bg{
    background-color: #fff2cc;
}
.congrats {
    position: absolute;
    top: -1%;
    left: 40%;
    width: 50%;
    font-size: 8vw;
    font-family: sniglet;
    /* background-color: #3c78d8; */
    border-radius: 20px;
    color: #b45f06;
    z-index: 1;
}
.fsttoptxt{
    position: absolute;
	top: 35%;
	left: 67%;
	width: 50%;
	height: 30%;
	/* border: 2px solid orange; */
	background-color: #4f659c;
	border-radius: 25px;
	display: flex;
	justify-content: center;
	align-items: center;
	transform: translateX(-50%);
	font-size: 6vh;
    color: #FFF;
    z-index: 1;
}
.toptext{
    position: absolute;
    top: 4%;
    left: 44%;
    width: 50%;
    height: 12%;
    /* border: 2px solid orange; */
    background-color: #084e80;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 4vh;
    color: #FFF;
    z-index: 1;
}
.toptxt{
    padding: 1%;
    position: absolute;
    top: 0%;
    left: 0%;
    width: 61.5%;
    height: 14%;
    background-color: #52496f;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 4.5vh;
    color: #FFF;
    z-index: 1;
}
.scorediv{
	position: absolute;
    top: 0%;
    right: 0%;
    width: 40%;
    height: 14%;
    background-color: #52496f;
    display: flex;
    justify-content: center;
    align-items: center;
}
.score{
    width: 10%;
    padding-right: 1.5%;
    left: 2%;
}

.ansbox{
    position: absolute;
    width: 45.5%;
    height: 80%;
    top: 18%;
    left: 10%;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
    z-index: 1;
}

.itemdiv{
	background-color: #ffe6f1;
    border: 2px solid #6686be;
    border-radius: 20px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-direction: column;
    margin: 0px;
    width: 46%;
    height: 76%;
    cursor: pointer;
    z-index: 1;
}
.itemdiv:hover{
border: 3px solid #e7d7a3;
}
.itemdiv:hover .itemtxt{
    background-color: #ffd966;
}
.itemdiv:hover .txt1{
    color: #595959;
}
.item-img{
	width: 70%;
}
/* .itemdiv:hover{
    transform: scale(1.1);
} */
.ansimgdiv-img{
	width: 70%;
}
.ansmaindiv{
	position: absolute;
	top: 9%;
	left: 10%;
	width: 78%;
	height: 85%;
	background-color: #fffced;
	/* border: 2px solid rgb(60, 120, 216); */
	border-radius: 25px;
	display: none;
}
.ansimgdiv{
    position: absolute;
    left: 50%;
    top: 43%;
    transform: translate(-50%, -50%);
}
.itemtxt{
    width: 100%;
    height: 23%;
    background:#988bb9;
    color: white;
    border-radius: 18px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    cursor: pointer;
}

.txt1{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50% , -50%);
    width: 100%;
    font-size: 4vh;
}
.imageDiv{
    position: absolute;
    width: 100%;
    height: 100%;
}
.question_option{
    position: absolute;
	top: 6.7%;
	left: 20.5%;
	width: 27.5%;
	height: 13%;
	/* border: 2px solid orange; */
	background-color: #3c78d8;
	border-radius: 25px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
	display: flex;
	justify-content: center;
	align-items: center;
	transform: translateX(-50%);
	font-size: 5vh;
    color: #FFF;
    z-index: 1;
}
.road{
    position: absolute;
    width: 50%;
    left: 41%;
    top: 22%;
    z-index: 1;
    border: 1px solid;
    background: white;
    border-radius: 8px;
}
.road2{
    position: absolute;
    width: 15%;
    left: 87.9%;
    top: 37%;
    transform: rotateY(180deg);
    z-index: 1;
}
.bus{
    position: absolute;
    width: 11%;
    left: 43%;
    top: 30%;
    /* transform: rotate(-10deg); */
    z-index: 1;
}
.bridge{
    position: absolute;
    width: 18%;
    left: 53.5%;
    top: 37%;
    z-index: 1;
}
.bridge2{
    position: absolute;
    width: 18%;
    left: 71.5%;
    top: 60%;
    transform: rotateY(180deg);
    z-index: 1;
}
.skyblue_color{
    position: absolute;
    left: 40%;
}
/* Images */

.ansimg{
    position: absolute;
    right: 6%;
    width: 16%;
    top: 83%;
}
.image_container {
    position: absolute;
    left: 15%;
    top: 29%;
    height: 56%;
    background: #fff;
    width: 25%;
    border-radius: 20px;
    border: 3px solid #2e87db;
}
.ansimg-rightwrong{
    position: absolute;
    right: 38%;
    width: 18%;
    top: 103%;
}
.qnImg {
    position: absolute;
    width: 85%;
    top: 42%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 999;
}

/* .ballonfly{   
    animation: ballonfly 1s ease-in-out forwards;
}
@keyframes ballonfly {
    0%{
        top: 0%;
        z-index: 1;
    }
    100%{
        position: absolute;
        top: -100%;
        z-index: 1;
        left: 12%;
    }  
} */

/* MCQ css */

.mcqContainer {
    position: absolute;
    left: 45%;
    top: 15%;
    height: 70%;
    width: 55%;
    display: flex;
    justify-content: space-around;
    flex-flow: row;
    flex-wrap: wrap;
}

.optionsholder {
    position: absolute;
    height: 100%;
    width: 90%;
    top: 60%;
    left: 53%;
    transform: translate(-50%, -50%);
    display: flex;
    justify-content: space-around;
    flex-flow: row;
    flex-wrap: wrap;
}

.optionscontent {
    width: 45%;
    height: 100%;
    display: flex;
    justify-content: space-evenly;
}

.option {
    height: 80%;
    width: 80%;
    /* border: 2px solid #3c78d8; */
    border-radius: 30px;
    background: #fff;
    top: 10%;
}

.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: 60%;
    left: 50%;
    transform: translateX(-50%);
    top: 10%;
}

.corincorclass {
    position: absolute;
    bottom: 5%;
    right: 0%;
    width: 14%;
    display: none;
}

.qn_text {
    position: absolute;
    width: 50%;
    left: 50%;
    top: 2%;
    transform: translateX(-50%);
    background: #faeca3;
    border: 2px solid #f5a525;
    padding: 2%;
    border-radius: 20px;
}

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

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


/* video player css */

.videoDiv {
    position: absolute;
    right: 5%;
    top: 26%;
    height: 86%;
    width: 31%;
}
.videoDiv_1{
    position: absolute;
    left: 5%;
    top: 18%;
    height: 90%;
    width: 31%;
}
.videoDiv1{
    right: 1%;
}
.videoDiv2{
    top: 65%;
}
 /* .video_container{ 
     align-items: flex-start !important; 
     top: 0% !important; 
 } */

.video_holder {
    position: absolute;
    top: 35%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 90%;
    width: 90%;
    background: #ffe6f1;
    border-radius: 45px;
    overflow: hidden;
    border: 2px solid #a194c3;
    box-shadow: 10px 10px 1px -2px #afa2d3;
    -webkit-box-shadow: 10px 10px 1px -2px #afa2d3;
     -moz-box-shadow: 10px 10px 1px -2px #6c89b8;
}
.video_holder_last_main{
    position: absolute;
    top: 35%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 90%;
    width: 90%;
    background: #61c8ca;
    border-radius: 30px;
    overflow: hidden;
    box-shadow: 6px 6px 10px grey;
    border: 2px solid royalblue;
}
.video_holder_lst {
    position: absolute;
    top: 35%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 90%;
    width: 90%;
    background: #fff;
    border-radius: 30px;
    overflow: hidden;
    box-shadow: 6px 6px 10px grey;
    border: 2px solid royalblue;
}

.videolabel-btm {
    position: absolute;
    bottom: 0%;
    width: 100%;
    background: #faeca3;
    padding: 2%;
    border: 2px solid #faeca3;
}

.video {
    position: absolute;
    width: 81%;
    top: 0%;
    left: 50%;
    transform: translateX(-50%);
}
.sidevid{
    height: 83%;
}
.replaybtn_container {
    position: absolute;
    height: 15% !important;  
    bottom: 21%;
}

#replay_video_btn {
    width: 64% !important;
    top: 4%;
}
.replaybtn {
	position: relative;
    width: 50%;
    z-index: 1;
}

#replaybtn:hover{
	cursor: pointer;
	transform: scale(1.1, 1.1);
}  
.hover-vid{
    position: absolute;
    width: 90%;
    height: 80%;
    top: 0%;
} 
/* #nslVid{
    width: 80% !important;
    top: 4%;
    z-index: 100;
    left: 5%;
} */

.no_pointer {
    pointer-events: none;
}

.correct_option {
    background: #d9ead3;
    border: 2px solid #6ea956;
}

.incorrect_option {
    background: #ea9999;
    border: 2px solid #b73440;
}

.vid {
    width: 100%
}
.ansvid{
    width: 100%;
    top: 0%;
    position: absolute;
    height: 80%;
}

.nslvideobg{
    position: absolute !important;
    width: 100% !important;
    height: 100%;
}

.lastpage_videoDiv {
    position: absolute;
    left: 35%;
    top: 60%;
    height: 40%;
    width: 20%;
    cursor: pointer;
}
.lastpage_videoDiv2{
    left: 55%;
}
.lastpage_videoDiv3{
    left: 75%;
}
.videotxt{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 4vh;
    color: #6d9eeb;
}
.happyboyface{
    position: absolute;
    left: 77%;
    top: 20%;
    height: 70%;
    /* width: 35%; */
}
.happygirlface{
    position: absolute;
    left: 40%;
    top: 18%;
    height: 80%;
    /* width: 35%; */
}
.paperfall{
    position: absolute;
    left: 40%;
    top: 4%;
    height: 70%;
    /* width: 35%; */
}
.imgdiv{
    position: absolute;
    height: 100%;
    width: 100%;
}
.shake{
    animation: shake 0.2s ease-in-out alternate 4 both;
}
@keyframes shake {
    0%{
        transform: rotate(0deg);
    }
    45%{
        transform: rotate(-20deg);
    }
    45%{
        transform: rotate(20deg);
    }
    100%{
        transform: rotate(0deg);
    }
} 
