.act-box {
    width: 75vw;
    height: calc(75vh - 50px);
    background-size: cover;
    display: grid;
    align-content: center;

    background: #ffe7b6;
    padding: 10px;
    border-radius: 5px;
    border: 3px solid #0f7d78;
    box-shadow: 0px 0px 20px #525252;

    
}

#parichay,
#writing {
    background-image: url('../img/board-bg.png') ! important;
}
#parichay1{
    background-image: url(../img/board-bg.png) ! important;
}
.act-box-2,
.next {
    display: none;
}
#header{
    height: auto!important;
    padding-bottom: 30px;
    border-bottom: 2px solid #ffffff;
    background: #026662;
}
.booktype, .bookname{
    font-size: 5vh;
    display: block;
}
.booktype{
    color: #ffda1c;
}
.bookname{
    color: #ffffff;
    font-size: calc(2vh + 2vw);
    line-height: 15vh;
    font-weight: bold;
}
.classno{
    width: 4vw!important;
    height: 4vw!important;
    font-size: 3vw!important;
    line-height: 4vw;
    top: 3vh;
}
.playboard{
    background: #ffe7b6;
    padding: 10px;
    border-radius: 5px;
    border: 3px solid #0f7d78;
    box-shadow: 0px 0px 20px #525252;
}
.activity-section {
       padding-top: calc(8vh - 35px);
    justify-content: center;
}

#loader {
    position: absolute;
    top: 0;
    background: #000000c9;
    z-index: 99999;
    height: 100vh;
    width: 100vw;
    color: #fff;
    text-align: center;
    display: none;
    align-content: center;
    margin: auto;
}

#loader i {
    font-size: 10vh;
    margin: auto;
}

.box-title {
    /*font-size: 24px;*/
    font-size: calc(1vh + 0.8vw);
    font-weight: bold;
    text-align: left;
    text-transform: none;
    color: #fdd103;
    width: 75vw;
    padding-left: 10px;
    letter-spacing: 0px;
    /* background: radial-gradient(circle at 50% 120%, rgb(91, 160, 218), rgba(81, 63, 143, 0.72) 80%, rgb(81, 63, 143) 100%); */
}

.logo-title {
    color: white;
    border: 2px solid #FFF;
    padding: 20px 3px 2px;
    border-top: 0;
    font-weight: 800;
    font-size: 20px;
}

.logo-title-2 {
    color: white;
    font-weight: 800;
    font-size: 20px;
    color: white;
    padding: 5px;
    text-transform: uppercase;
}

.ul-col {
    list-style: none;
    width: 100%;
    padding: 0 0 0 13px;
    margin: 0;
    max-height: 48vh;
    overflow: auto;
}

.ul-col::-webkit-scrollbar-track {
    background-color: #474747;
}

.ul-col::-webkit-scrollbar {
    width: 5px;
    background-color: #272727;
}

.ul-col::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px #e8426c;
    background-color: #e8426c;
}

.go-back, .go-step {
    position: absolute;
    display: inline-block;
    line-height: 1;
    padding: 5px 12px 5px 12px;
    font-size: calc(1vh + 0.3vw);
    border-radius: 5px;
    right: calc(0px + 2vh);
    top: 0.7vh;
    text-decoration: none ! important;
    z-index: 16;
    background: #026662;
    color: #fff;
}

.go-back i, .go-step i {
    font-size: inherit;
}
.go-step{
    right:  calc(6vw);
}
.rectangle-list a {
    position: relative;
    display: block;
    color: #fff;
    border-radius: 5px;
    text-decoration: none;
    height: 5vh;
    text-align: center;
    /* padding-left: calc(3vw + 10px); */
    transition: all .5s ease;
    vertical-align: middle;
    display: table-cell;
    width: calc(100vw);
    line-height: initial;
    font-size: calc(1.5vh + 0.5vw);
}

.rectangle-list a:hover {
    --x: 100%;
    padding-left: calc(3vw + 0px);
}

.rectangle-list a:hover span {
    left: -4px;
}

.rectangle-list span {
    position: absolute;
    left: -2px;
    top: -4px;
    color: white;
    height: 6vh;
    width: 3vw;
    text-align: center;
    font-weight: bold;
    border-radius: 5px;
    transition: all .5s ease;
    line-height: calc(6vh);
}

.rectangle-list li {
    line-height: calc(5vh);
    margin: 5px 16px calc(2vh - 6px) 0;
    width: 25vw;
    display: inline-block;
    font-size: calc(1.5vh + 0.5vw);
}

.footer-bottom {
    position: fixed;
    left: 0;
    bottom: 0;
    right: 0;
    height: 8vh;
    z-index: 99;
}

.btns {
    color: #fff;
    line-height: 0;
    padding: 15px 10px 2px;
    font-size: 1.5vh;
    position: absolute;
    right: 10vw;
}

.btns p {
    margin: 0px;
}

.class-num {
    text-align: center;
    padding: 0;
    margin-top: 6px;
    background: #c898dc;
    border-radius: 50%;
    color: #009130;
    font-weight: 700;
}

.section-heading {
    margin: 0;
    font-size: calc(3vh - 3px);
    font-weight: bold;
    color: #ffffff!important;
    line-height: calc(10px + 2vh);
    padding: calc(4vh - 20px) 25px;
    background: #e8426c;
    border: 1px solid #ffffff;
    width: auto;
    display: inline-block;
}

.padd-40 {
    padding: 40px;
}

.questionTitle {
    color: #3a3a3a;
    font-weight: 600;
    padding: calc(1px + 1vh) 15px;
    font-size: calc(2vh + 0.5vw);
    max-width: 100%;
    margin: calc(2px + 1vh) 20px 15px 20px;
    width: auto;
    display: block;
}

.questionOptions {
    margin-top: calc(15px + 2vh);
}

.quesItem {
    color: #FFF;
    font-weight: 600;
    font-size: calc(2vh + 0.2vw);
    padding: calc(0.5px + 0.5vh);
    max-width: 85%;
    margin: calc(3vh - 10px) auto;
    width: auto;
    display: inline-table;
    min-width: calc(10vh + 60px);
    position: relative;
    cursor: pointer;
    transition: all .3s ease;
    margin-right: calc(2vw);
    margin-left: calc(2vw);
}

.quesItem:hover {
    transform: scale(1.05);
    --x: 100%;
}

.btn {
    border: 1px solid #026662;
    border-radius: 0px;
    font-size: 1vw;
    font-weight: 600;
    padding: 10px 30px;
    color: #026662;
    font-size: calc(1.0vh + 1.0vw);
    margin-bottom: 5px;
}
.excbuttons1 .btn-primary{
    background-color: #026662;
    color: #ffffff;
}
.customeNextGame {
    border: 1px solid #000;
    border-radius: 2px;
    font-size: calc(3vh - 3px);
    font-weight: 600;
    padding: 3px calc(3vh - 3px);
    color: #FFF;
    text-shadow: 0px 0px 5px #000;
    background: #FDC830;
    background: -webkit-linear-gradient(to top, #FDC830, #F37335);
    background: linear-gradient(to top, #FDC830, #F37335);
    box-shadow: 0px 0px 1px 0px #000000;
    cursor: pointer;
    margin-top: 1vh;
    animation: fadeIn;
    animation-duration: 1s;
    animation-delay: 0s;
}

.customeNextGame:hover {
    background: -webkit-linear-gradient(to top, #fbdf8e, #F37335);
    background: linear-gradient(to top, #fbdf8e, #F37335);
}

.right-tick:after {
    content: "\2713";
    top: 0;
    color: #00ff20;
    /*font-size: 28px;*/
    font-size: calc(3vh - -2px);
    font-weight: bold;
    right: calc(-3vh);
    position: absolute;
    text-shadow: 0px 0px 3px #000;
    animation-name: jello;
    transform-origin: center bottom;
    animation-duration: 800ms;
}

.wrong-tick:after {
    content: "\2718";
    top: 0px;
    color: #F44336;
    font-size: calc(3vh - -2px);
    font-weight: bold;
    right: calc(-3vh);
    position: absolute;
    text-shadow: 0px 0px 3px #000;
    animation-name: jello;
    transform-origin: center bottom;
    animation-duration: 800ms;
}

.compLogo {
    /*width: 100px;*/
    width: calc(5vh + 50px);
    height: 100%;
    position: relative;
    top: 0;
    border: 3px solid #FFF;
    padding: 5px;
    box-shadow: 0px 0px 10px #000;
    border-top: none;
    margin-right: 10px;
}

.compLogo img {
    padding: 0;
    margin: 0;
    bottom: 0;
    position: absolute;
    width: 90%;
}

.coverLogo {
    position: absolute;
    bottom: 0;
    /*max-width:250px;*/
    max-width: calc(15vh + 100px);
}



.customfooter{
    text-align: center;
    padding-top: 2.5vh;
}
/*
.bookNoArea {
    width: 100px;
    height: 100%;
    text-align: center;
    font-weight: bold;
    font-size: calc(2vh + 2px);
}

.roundNoArea {
    color: #2b2a29;
    background-color: #ffda1c;
    width: calc(5vh + 25px);
    height: calc(5vh + 25px);
    border-radius: 100%;
    margin: 3vh auto auto auto;
    font-size: calc(3vh + 16px);
    overflow: hidden;
    border: 3px solid #fff;
}

.roundNoDarkArea {
    width: 91%;
    height: 91%;
    border-radius: 100%;
    margin: auto;
}
*/
.excbottomtext {
    color: #f0e110;
    font-size: calc(2vh + 6px);
    font-weight: 500;
    padding-left: 10vh;
    padding-right: 10px;
}

.bottomChangeExc {
    margin: 0px;
    padding: 0px;
}

.bottomChangeExc li {
    display: inline-block;
    line-height: calc(12px + 2.3vh);
    margin: 0 5px 0 0;
}

.bottomChangeExc li a {
    display: block;
    padding: 0px;
    background-color: #152d35;
    color: #fff176;
    border: 1px solid #21495c;
    border-radius: 5px;
    font-size: calc(3vh - 2px);
    font-weight: 500;
    width: calc(4vh + 2px);
    height: calc(4vh + 2px);
    text-align: center;
    text-decoration: none;
}

.bottomChangeExc li a:hover {
    background-color: #2a617c;
    border-color: #21495c;
}

.questionOptionsFib {
    margin-top: calc(5vh - 10px);
}

.quesItemFib {
    color: #FFF;
    font-weight: 600;
    font-size: calc(2vh + 0.4vw);
    padding: calc(1px + 1vh);
    max-width: 100%;
    margin: calc(3vh - 10px) calc(3vh - 5px);
    width: auto;
    display: inline-block;
    min-width: calc(5vh + 60px);
    position: relative;
    cursor: pointer;
    transition: all .5s ease;
}

.quesItemFib:hover {
    transform: scale(1.05);
    --x: 100%;
}

.questionOptionsMch {
    /*margin-top:30px;*/
    margin-top: calc(-5px + 2vh);
    width: 45%;
    display: inline-table;
}

.quesItemMch {
    background-color: #c4f5c4;
    border: 1px solid #000000;
    color: #000;
    font-weight: 600;
    font-size: calc(2vh + 0.2vw);
    padding: calc(1px + 1vh);
    max-width: 100%;
    margin: calc(0.7vh) auto;
    width: auto;
    display: table;
    min-width: calc(10vh + 0.6vw);
    position: relative;
    cursor: pointer;
    /*box-shadow: 0px 1px 2px #464646;*/
}

.MchBox {
    padding-top: calc(0vh);
}

.mchClr {
    background-color: #ffffff;
}

.draggable,
.droppable {
    width: calc(30vw - 20px);
    padding: calc(0.1vw + 0.2vh);
    color: #222;
    display: inline-block;
    border: 1px solid grey;
    background: white;
    position: relative;
	min-height:8vh;
}

.draggable {
    max-height: 7vh;
    cursor: grabbing;
    color: #fff;
}

.draggable:hover {
    border-color: #FFF!important;
}

.quesItemMch img {
    height: 4vh;
    transition: all .3s ease;
    justify-content: center;
    background-color: #fff;
    border-radius: 20%;
}



#drag1 {
    background: #622569
}

#drag2 {
    background: #4e4ed2
}

#drag3 {
    background: #289c4c
}

#drag4 {
    background: #034f84
}

#drag5 {
    background: #d64161
}

#drag6 {
    background: #547ff9
}

.fillblank {
    padding: 0px calc(4vh + 0.8vw);
    border-bottom: 1px solid #000;
     color: #f47d34;
    font-weight: 800;
}

.quesItemFib img {
    max-width: 100%;
    height: 65px ! important;
    margin-bottom: 0 ! important;
}

.result {
     position: absolute;
    background: #000000d1;
    display: grid;
    align-content: center;
    color: #fff;
    font-size: calc(3vh + 20px);
    border-radius: 5px;
    top: calc(0vh);
    text-decoration: none ! important;
    text-align: center;
    width: 100vw;
    height: calc(100vh);
    z-index: 999;
}

.result-text {
    margin: 0
}

.result-text a {
    margin: 0;
    background-image: linear-gradient(#dad210, #3f7f23);
    border-radius: 10px;
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: calc(2vh + 0.2vw);
    text-transform: capitalize;
    text-shadow: 2px 2px 2px #000000;
}

@media (max-width: 400px) {
    .box-title {
        font-size: calc(4vw - 5px);
    }
    .section-heading {
        font-size: calc(3vw - 2px);
        line-height: calc(2px + 4vw);
    }
    .customeNextGame {
        font-size: calc(3vw - 2px);
        margin-top: 1vh;
    }
    .go-back, .go-step {
        font-size: calc(2vw - 1px);
    }
    .quesItem {
        font-size: calc(3vw - 2px);
        margin: calc(4vh - 12px) auto;
        padding: calc(-2px + 1vh);
    }
    .quesItemFib {
        font-size: calc(3vw - 2px);
        padding: calc(-5px + 2vw);
        margin: calc(2vh - 3px) calc(2vw - 2px);
    }
    .questionTitle {
        font-size: calc(3vw - 2px);
        margin: calc(2px + 1vw) 20px 5px 20px;
    }
    .coverLogo {
        max-width: calc(15vw + 100px);
    }
    .compLogo {
        width: calc(5vw + 50px);
    }
    .quesItemMch {
        font-size: calc(3vw - 2px);
        min-width: calc(10vw + 60px);
    }
    .draggable {
        height: calc(3vh + 12px);
    }
    .draggable,
    .droppable {
        padding: calc(1vh + 1px);
    }
    .questionOptions {
        margin-top: calc(2px + 2vh);
    }
    .rectangle-list li {
        font-size: calc(1vw + 4px);
    }
}

@media only screen and (max-width: 500px) {
    .rectangle-list li {
        font-size: calc(1vw + 4px);
    }
}


@media only screen and (min-width: 768px) {
.draggable:hover img,
.droppable:hover img {
    transform: scale(2.5);
}
}


@media (max-width: 760px) {
    .btns {
        font-size: calc(1vh + 0.6vw);
    }
    .excbottomtext {
        font-size: calc(2vw + 6px);
        padding-left: 10vw;
    }
    .bottomChangeExc li {
        line-height: calc(9px + 2.3vw);
    }
    .bottomChangeExc li a {
        font-size: calc(3vw - 2px);
        width: calc(4vw + 2px);
        height: calc(4vw + 2px);
    }
    .rectangle-list li {
        margin: 10px 10px calc(1vh + 2px) 0;
    }
    .quesItemMch,
    .quesItemFib,
    .quesItem {
        font-size: calc(1vh + 0.5vw);
    }
    .questionTitle {
        font-size: calc(1vh + 0.6vw);
    }
    .section-heading {
        font-size: calc(1vh + 0.6vw);
    }
    .box-title {
        font-size: calc(1vh + 0.6vw);
    }
    .draggable,
    .droppable {
        padding: calc(0.2vw + 1vh);
    }
}

@media (max-width: 320px),
(max-height: 380px) {
    .scr-error {
        position: absolute;
        background: #000000e3;
        display: inline-block;
        color: #fff;
        font-size: calc(3vh + 20px);
        border-radius: 5px;
        top: 0;
        text-decoration: none ! important;
        text-align: center;
        width: 100vw;
        height: 100vh;
        z-index: 99;
    }
    .error-text {
        padding-top: 40vh;
        text-shadow: 2px 2px 5px #d6d6d6;
    }
    .footer-bottom {
        position: unset;
    }
}

.cat-list li {
    line-height: calc(5vh);
    margin: 5px 16px calc(2vh - 6px) 0;
    width: 25vw;
    display: inline-block;
    font-size: calc(1.5vh + 0.5vw);
}

.cat-list a {
    position: relative;
    display: block;
    color: #fff;
    border-radius: 5px;
    text-decoration: none;
    height: 6vh;
    text-align: center;
    /* padding-left: calc(3vw + 10px); */
    transition: all .5s ease;
}

.cat-list a:hover {
    --x: 100%;
    padding-left: calc(3vw + 0px);
}

.no-data {
    position: absolute;
    display: grid;
    align-content: center;
    color: #fff;
    font-size: calc(3vh + 20px);
    border-radius: 5px;
    top: calc(10vh + 40px);
    text-decoration: none ! important;
    text-align: center;
    width: 100vw;
    height: calc(100vh - 120px);
    z-index: 2;
}

.box-a {
    padding: 30px;
}

.qnsTxt {
    font-family: "Walter Turncoat", cursive;
    font-size: calc(4vh - 3px);
    color: #fffcfc;
    text-align: left;
    padding: 0 3%;
    line-height: 6vh;
    max-height: calc(55vh - 50px);
    overflow: auto;
}

.qnsTxt li {
    color: #ffffff;
    font-size: calc(3vh - 3px);
    font-weight: 400;
    line-height: 7vh;
    list-style: disc;
}

.qnsTxt strong {
    font-weight: bolder;
}

.typeTxt {
    font-size: calc(3vh - 3px);
    color: #fff;
    text-align: center;
    padding: 2%;
}

.typeTxt textarea {
    width: 40vw;
	max-height:100px;
	min-height:100px;
}

.TypeNxt {
    display: inline-block;
}

.questionImg {
    max-width: 100%;
    width: calc(8vh + 4vw);
    margin: auto;
    display: block;
	margin-top:2vh;
 
}

#mcq .mcqquestionImg {
    max-height: 30px;
    margin-top: 0px;
    width: calc(1vh + 1vw) !important;
	max-width: 100%;
    margin: auto;
    display: block;
}
#ImgAns .questionImg {
    
    width: calc(16vh + 10vw) !important;
    padding-right: 4vh;
    background: #fff;
    border-radius: 6px;
    padding: 1vh;

}
#mcq .questionOptions  .questionImg {
    width: calc(1.2vh + 1.2vw) !important;
    margin-top: 0vh !important;
    max-height: 120px;
    background: white;
}

#mcq-first .questionImg {
    width: calc(6vh + 3vw) !important;
    margin-top: 0vh;
  max-height: 120px;
}
.cal_ImgAns{
    margin-bottom: 2vh;    
}

::-webkit-scrollbar {
    width: 10px;
}


/* Track */

 ::-webkit-scrollbar-track {
    background: #f1f1f1;
}


/* Handle */

 ::-webkit-scrollbar-thumb {
    background: #888;
}


/* Handle on hover */

 ::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.divLine {
    width: 350px;
    height: 71px;
    padding: 0px 50px;
    color: #f47d34;
    font-weight: 800;
    border-bottom: 2px solid #000000;
}
.activity-section .qnsTxt > div{
    color: #000;
    font-size: 24px;
    line-height: 35px;
    margin-top: 25px;
}
@media (max-width: 767px){
    .rectangle-list li{
       width: 35vw;
    }
    .customeNextGame{
        font-size: calc(1.2vh + 1.2vw);
    }
    .act-box{
        width: 90vw;
        overflow-y: scroll;
        margin-top: 20px;
        padding-top: 35px;
        min-height: 600px;
        align-content: flex-start;
    } 
    #hero{
        overflow-x: inherit;
        padding-bottom: 50px;
    }
    .rectangle-list span {
        width: 7vw;;
    }
    .padd-section ul{
        padding-left: 0;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .bookname {
        font-size: 5vw;
        text-align: center;
        line-height: 13vh;
    }
    .rectangle-list a{
        font-size: calc(1.2vh + 1.2vw);
        padding: 0 10px 0 47px;
    }
    .hero-container .go-back{
        font-size: calc(1.2vh + 1.2vw);
        top: 8vh;
    }
    .hero-container .go-back.go-back-video,
    .hero-container .go-back.pull-right{
        top: 5vh;
    }
    #img_active_mcq74103.activity-section .questionImg{
        width: 35vw !important;
    }
    .quesItem {
        width: 100%;
        margin-bottom: 0;
        font-size: calc(1.2vh + 1.2vw);
    }
    .questionTitle,
    .quesItemFib{
        font-size: calc(1.2vh + 1.2vw);
        min-width: calc(15vh + 60px);
    }
    .quesItemMch{
        font-size: calc(1.0vh + 1.0vw);
    }
    .section-heading,
    .box-title{
        font-size: calc(1.4vh + 1.4vw);
    }
    .classno {
        width: 7vw!important;
        height: 7vw!important;
        line-height: 6vw;
        top: 5vh;
        font-size: 4vw !important;
    }
    .activity-section{
        padding-top: 0;
    }
    .cat-list li{
        width: 65vw;
        margin-right: 0;
    }
    .activity-section div:nth-child(3){
        display: flex !important;
        flex-direction: column;
        align-items: center;
    }
    .activity-section div:nth-child(3) > div{
        max-width: 100% !important;
    }
    .zoomify.zoomed{
        display: none !important;
    }
    #header{
        padding-bottom: 5px;
    }
    .footer-bottom .row{
        flex-direction: column;
        margin-top: 0 !important;
    }
}
@media (max-width: 567px){
    .rectangle-list li{
        width: 77vw;
     }
     .rectangle-list span {
        width: 12vw;
    }
    .activity-mob-hide::after{
        position: absolute;
        content: 'Not Supported For Mobile ';
        top: 0;
        left: 0;
        width: 100%;
        color: #fff;
        height: 100%;
        background-color: #000;
        display: flex;
        justify-content: center;
        align-items: center;
    }
}
.lpclassno{
    line-height: 10px;
}