.overlayDiv {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000000c7;
}

.mCSB_dragger_bar {
    background-color: rgb(20, 178, 219) !important;
}

.iframeDiv {
    display: none;
    height: 100%;
}

#iframeid {
    width: 100%;
    height: 100%;
}

#iframeid img {
    width: 100%;
    height: auto;
}


/* progress css */

.bonus_progressBar {
    height: 8px;
    width: 100%;
    border: 1px solid #000;
    border-radius: 5px;
    background-color: #000;
}

.progressBar_val {
    background: transparent linear-gradient(90deg, #D71673 0%, #DDA812 100%) 0% 0% no-repeat padding-box;
    height: 6.5px;
    width: 0;
    border-radius: 5px;
}

.bonus_section {
    position: fixed;
    top: 6%;
    width: 25%;
    right: 7%;
    z-index: 1;
}

.bonus_val_abs {
    position: absolute;
    padding: 0px 10px;
    color: white;
    border-radius: 10px;
    margin: 0 auto;
    text-align: center;
    top: -25px;
    left: -15px;
    height: 25px;
    background: url(../images/downarrowbonus.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.levelmesg {
    color: white;
    font-size: 12px;
    /* width: -moz-fit-content; */
    width: max-content;
}

.levelStatusMesg {
    display: none;
    background: white;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999999999999;
    width: 30%;
    height: auto;
    background: transparent linear-gradient(180deg, #FEDD8E 0%, #E7B844 100%) 0% 0% no-repeat padding-box;
    text-align: center;
    padding: 5px 0 3%;
    border-radius: 15px;
}

.levelCompletedMesgHead {
    position: absolute;
    text-align: center;
    margin: 0 auto;
    top: -11%;
    width: 100%;
    color: white;
    font-size: 16px;
}

.levelCongratutionMesg {
    font-family: Playball;
    font-style: italic;
    font-size: 24px;
    color: #AE2325;
    font-weight: 600;
    padding: 8% 0 3%;
}

.levelCompletedSubText {
    font-size: 23px;
    font-weight: 600;
}

.clsdivHeadImg {
    position: absolute;
    top: -15%;
    width: 100%;
}

.clsdivHeadImg img {
    width: 80%;
}

.scoreText {
    padding: 5% 0% 1%;
    color: #C34812;
    font-weight: 600;
    font-size: 16px;
}

.scoreVal {
    padding: 5px 10px;
    background: #C34812;
    width: 25%;
    margin: 0 auto;
    border-radius: 15px;
    color: white;
    border: 1.5px solid white;
    font-size: 20px;
    font-weight: 600;
}

.game-based-temp .right-panel {
    height: 100%;
    padding: 5% 5% 0 5%;
    background-color: #F5F5F9;
    box-shadow: inset 0px 0px 13px #41354829;
}

.game-based-temp .question-text .question-text-scroll {
    padding-bottom: 22%;
}

.btnzoom {
    position: absolute;
    bottom: 0;
    padding: 2px;
    background: #030802;
    width: 100%;
    text-align: center;
    height: 30px;
    z-index: 999;
}

.btnzoom img {
    padding-top: 5px;
    width: 18px;
}

.btnclose {
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 999999999999999999;
    cursor: pointer;
}

.btnclose::after {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.zoomDiv {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 7% 5% 3% 5%;
    display: none;
    z-index: 99999999999999999;
}

#iframeidZoom {
    width: 100%;
    height: 100%;
    padding: 2% 2% 0 2%;
    background: black;
}


/* image releted css */

.mainInfoText,
.infoText {
    width: 100%;
    height: 100%;
    text-align: center;
    overflow: auto;
}

.infoText {
    padding: 20px;
}

.infoInImages {
    width: 100%;
    height: auto;
    max-height: 100%;
}

.zoomDivInfo {
    width: 100%;
    height: 100%;
    background: black;
    text-align: center;
    overflow: auto;
}

.infoInImages {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    padding: 30px 30px 30px;
}

.infoInVideo {
    width: 100%;
    height: 100%;
}


/* question section overid */

.container.mcq input:checked~.checkmark {
    background: white !important;
}

.container.mcq .checkmark {
    border: 2px solid #707070 !important;
}


/* intro page css */

.introduction-sec,
.closure-sec {
    padding: 50px 0;
}

.introduction-logo-img-parent {
    margin: 5% auto 8%;
}

#interactionIntrodutionContent {
    padding: 0 5%;
}

.remaingTime {
    border: 1px solid #F70101;
    animation: myanim 1s infinite;
}

.introduction-sec,
.closure-sec {
    padding-top: 30px;
}

@keyframes myanim {
    30% {
        box-shadow: 0 0 10px #F70101;
    }
}

@media screen and (min-width: 1400px) {}

@media screen and (min-width: 1350px) and (max-width: 1399px) {}

@media screen and (min-width: 1200px) and (max-width: 1349px) {}

@media only screen and (max-width: 1024px) and (orientation: landscape) {
    .main_section {
        padding: 9% 5% 3% 5%;
    }
    .bonus_section {
        top: 4.5%;
    }
    .zoomDiv {
        margin: 9% 5% 3% 5%;
    }
    .game-based-temp .question-text .question-text-scroll {
        padding-bottom: 18%;
    }
    .levelStatusMesg {
        padding: 5px 0;
        width: 45%;
        height: auto;
    }
    .clsdivHeadImg {
        width: 100%;
    }
    .introduction-logo-img-parent {
        margin: 10% auto 15%;
    }
}

@media only screen and (max-width: 1024px) and (orientation: portrait) {
    .main_section .gamezone {
        height: 35vh;
    }
    .main_section {
        padding: 12% 5% 3% 5%;
    }
    .bonus_section {
        top: 3%;
        width: 40%;
    }
    .btnzoom {
        width: 100%;
    }
    .game-based-temp {
        height: 55vh;
    }
    .game-based-temp .question-text .question-text-scroll {
        height: 100%;
    }
    .footer-bottom-div {
        background: #f5f5f9;
    }
    .zoomDiv {
        margin: 12% 5% 1% 5%;
    }
    #targettimeVal {
        font-size: 16px;
    }
    .levelStatusMesg {
        width: 45%;
        height: auto;
    }
    .introduction-logo-img-parent {
        margin: 15% auto 25%;
    }
}

@media only screen and (min-width: 900px) and (max-width: 993px) and (orientation: landscape) {}

@media only screen and (min-width: 600px) and (max-width: 603px) and (orientation: portrait) {}

@media only screen and (min-width: 500px) and (max-width: 767px) and (orientation: portrait) {}


/* Landscape */

@media only screen and (min-device-width: 325px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
    .main_section {
        overflow: auto;
    }
    .btnzoom {
        width: 100%;
    }
    .bonus_val_abs {
        top: -20px
    }
    .main_section {
        padding: 10% 5% 3% 5%;
    }
    .game-based-temp .widget-card {
        height: 100%;
        overflow: hidden;
    }
    .game-based-temp .right-panel .question-text {
        padding: 0;
    }
    .footer-bottom-div {
        background: #f5f5f9;
    }
    .bonus_section {
        top: 5%;
        width: 40%;
    }
    .levelStatusMesg {
        width: 50%;
        height: auto;
    }
}

@media only screen and (max-width: 480px) and (orientation: portrait) {
    .main_section {
        padding: 28% 0% 0% 0%;
    }
    .top-tool-elements {
        left: 50%;
        top: 5px;
        transform: translate(-50%, 0px);
    }
    #targettimeVal {
        font-size: 14px;
    }
    .bonus_section {
        top: 8%;
        width: 80%;
        left: 50%;
        transform: translate(-50%, 0px);
    }
    .bonus_val_abs {
        top: -20px;
    }
    .game-based-temp {
        height: 50vh;
        overflow: hidden;
    }
    .game-based-temp .right-panel .question-text {
        padding: 0;
    }
    .footer-bottom-div {
        padding: 15px 0;
    }
    .levelStatusMesg {
        width: 100%;
        height: auto;
    }
}

.result-info h4 {
    font-size: 16px;
}

.game-based-temp .text-sec ul {
    margin-bottom: 60px;
}

@media only screen and (max-width: 801px) and (orientation: landscape) {}