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: #fff2cc;
}
.cb-right-aligned{
    width: 70% !important;
    background-color: #7bd0ff;
}
.blue_bg {
    background-color: #00bce7;
}
.last_bg{
    background-color: #fff2cc;
}
.congrats {
    position: absolute;
    top: -1%;
    left: 11%;
    width: 50%;
    font-size: 8vw;
    font-family: sniglet;
    /* background-color: #3c78d8; */
    border-radius: 20px;
    color: #b45f06;
    z-index: 1;
}

.toptxt{
	position: absolute;
	top: 5%;
	left: 32%;
	width: 55%;
	height: 13%;
	/* border: 2px solid orange; */
	background-color: #ffab3f;
	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;
}
.scorediv{
	position: absolute;
	top: 18%;
	left: 32%;
	width: 55%;
	height: 13%;
	border: 2px solid orange;
	background-color: #fff;
	border-radius: 25px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
	display: flex;
	justify-content: center;
	align-items: center;
	transform: translateX(-50%);
	/* font-size: 4vh; */
}
.score{
    width: 7%;
    padding: 5px;
}

.ansbox{
	position: absolute;
    /* background: white; */
    width: 50%;
    height: 55%;
    top: 38%;
    left: 7%;
    display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: space-between;
    align-items: center;
}

.itemdiv{
	background-color: #fff;
  	border: 5px solid rgb(246, 178, 107);
  	border-radius: 40px;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	flex-direction: column;
	margin: 0px;
	width: 45%;
    height: 100%;
  /* cursor: pointer; */
    z-index: 1;
    overflow: hidden;
    box-shadow: 15px 5px #c37d34;
}
.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{
    /* position: absolute; */
    /* top: 50%; */
    /* left: 50%; */
    /* transform: translate(-50% , -125%); */
	width: 100.5%;
    height: 20%;
    background:#ffa218;
    /* border: 4px solid rgb(246, 178, 107); */
    color: #fff;
    border-radius: 35px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    cursor: pointer;
}
.itemtxt:hover{
    background-color: #6d9eeb;
    /* border: 4px solid #ffa218; */
}
.txt1{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50% , -50%);
    width: 100%;
    font-size: 4vh;
}

/* Images */

.ansimg{
    position: absolute;
    right: 8%;
    width: 17%;
    top: 28%;
}
.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: 5%;
    width: 13%;
    top: 85%;
  }
.qnImg {
    position: absolute;
    width: 85%;
    top: 38%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* .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: 3%;
    top: 10%;
    height: 80%;
    width: 30%;
    background: #b8eff6;
    border-radius: 29px;
    overflow: hidden;
    box-shadow: 10px 5px #0c8075;
    border: 4px solid #0dabba;
}

.video_holder {
    position: absolute;
    top: 0%;
    left: 0%;
    /* transform: translate(-50%, -50%); */
    height: 81%;
    width: 100%;
}

.videolabel-btm {
    position: absolute;
    bottom: 0%;
    width: 100%;
    background: #faeca3;
    padding: 5%;
}

#nslVideo {
    position: absolute;
    width: 40%;
    top: 0%;
    left: 50%;
    transform: translateX(-50%);
}

.replaybtn_container {
    position: absolute;
    bottom: 0%;
    height: 20% !important;
    left: 0%;
    width: 100% !important;
}

#replay_video_btn {
    position: absolute !important;
    width: 65% !important;
    top: 0%;
    left: 17.5%;
    pointer-events: none;
}

.vid {
    height: 100%;
    width: 100%;
}
.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{
    position: absolute;
    width: 100%;
    top: 0%;
    height: 80%;
    display: none;
    background-color: #B8EFF6;
}

.nslvideobg{
    position: absolute !important;
    width: 100% !important;
    height: 100%;
}

.lastpage_videoDiv {
    position: absolute;
    left: 5%;
    top: 60%;
    height: 40%;
    width: 20%;
    cursor: pointer;
}
.lastpage_videoDiv2{
    left: 26%;
}
.lastpage_videoDiv3{
    left: 47%;
}
.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: 15%;
    top: 8%;
    height: 80%;
    /* width: 35%; */
}
.paperfall{
    position: absolute;
    left: 8%;
    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);
    }
} 

@media screen and (min-aspect-ratio:4/3) {
    .txt1, .toptxt{
        font-size: 5vh;
    }
}
@media screen and (max-aspect-ratio:4/3) {
    .txt1, .toptxt{
        font-size: 4vw;
    }
}