/*Generic*/

::-webkit-scrollbar {
    width: 2px;
    border-radius: 5px;
}


/* Track */

::-webkit-scrollbar-track {
    background: #f1f1f1;
}


/* Handle */

 ::-webkit-scrollbar-thumb {
    background: #14b2db;
}


/* Handle on hover */

 ::-webkit-scrollbar-thumb:hover {
    background: #14b2db;
}

.Spin_The_Wheel_Not {
    display: none;
}

.ui-loader {
    display: none;
}

.hidden-submit-answer {
    opacity: 0 !important;
    pointer-events: none;
}

.animationImage1 {
    position: absolute;
    z-index: 9999;
    top: 76%;
    width: 10vh;
    left: 19%;
    right: 0;
    cursor: pointer;
    /* z-index: 9999;
  top: 86%;
  width: 10vh;
  left: -50px;
  right: 50px;
  margin: auto;
  cursor: pointer;
  transform: translate(-50px, -86%); */
}

.animationImage2 {
    position: absolute;
    z-index: 9999;
    top: 76%;
    width: 10vh;
    left: 19%;
    right: 0;
    cursor: pointer;
}

.climber_exercise {
    position: absolute;
    z-index: 9999;
    top: 76%;
    width: 10vh;
    left: 19%;
    right: 0;
    cursor: pointer;
}


/* .gamezone .information-panel .img-sec
{
  background: url(./images/Bowling_bg-image.png);
  background-size: 100% 100%;
}
.gamezone .img-sec img
{
  display: none;
} */

.flagImg {
    position: absolute;
    z-index: 9999;
    top: 76%;
    width: 10vh;
    left: 19%;
    height: 13%;
    visibility: hidden;
}

.flagImg img {
    position: absolute;
    bottom: 0;
    left: -15%;
    width: 20px;
}

.animationFlagImg {
    animation-name: flaganimate;
    animation-duration: 0.7s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}

@keyframes flaganimate {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(2);
    }
    100% {
        transform: scale(1);
    }
}

.animate {
    animation-name: animateclass;
    animation-duration: 20s;
    animation-fill-mode: forwards;
    /* animation-play-state:running; */
}

@keyframes animateclass {
    0% {
        left: 0%;
        top: 77%;
    }
    20% {
        left: 38%;
        top: 61.5%;
        transform: scalex(1);
    }
    20% {
        transform: scalex(-1);
        margin-left: -30px;
    }
    35% {
        left: 16%;
        top: 53%;
        transform: scalex(-1);
    }
    36% {
        transform: scalex(1);
        margin-left: 0px;
    }
    50% {
        left: 47%;
        top: 40%;
        transform: scalex(1);
    }
    51% {
        transform: scalex(-1);
        margin-left: -30px;
    }
    65% {
        left: 27%;
        top: 32%;
        transform: scalex(-1);
    }
    66% {
        transform: scalex(1);
        margin-left: 0px;
    }
    85% {
        left: 63%;
        top: 16.5%;
        transform: scalex(1);
    }
    86% {
        transform: scalex(-1);
        margin-left: -30px;
    }
    100% {
        left: 45%;
        top: 10.5%;
        transform: scalex(-1);
    }
}


/*Generic*/

* {
    box-sizing: border-box;
}


/* .h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  line-height: normal;
} */


/* @font-face {
  font-family: Montserrat;
  src: url(../fonts/montserrat/Montserrat-Medium.ttf);
} */

body {
    background-color: #f1f1f1;
    font-family: Poppins-Regular;
    margin: 0;
    /* -webkit-backface-visibility: hidden; */
}

.feedback-text-display {
    padding: 10px 20px;
    background: #cef3e4;
    height: auto;
    position: absolute;
    bottom: -100%;
    /* top: 100%; */
    left: 0;
    right: 0;
    transition: all 0.5s;
    z-index: 999999999;
    width: 90%;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}

@keyframes example {
    0% {
        background-color: #00000050;
        left: 0px;
        top: 200px;
    }
    100% {
        background-color: #00000050;
        left: 0px;
        top: 0px;
        opacity: 1;
    }
}

.game-based-temp .mCSB_outside+.mCS-minimal-dark.mCSB_scrollTools_vertical {
    right: -17px !important;
}

.inner-container .mCSB_outside+.mCS-minimal-dark.mCSB_scrollTools_vertical {
    right: -10px !important;
}


/* .sound-on-off img.speaker-icon {
  position: fixed;
  top: 25px;
  left: 25px;
  z-index: 999999999;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
} */

.sound-on-off img.speaker-icon.speaker-off {
    display: none;
}

.btn {
    padding: 7px 25px;
    display: block;
    border: 0px;
    border-radius: 4px;
}

.btn.btn-green {
    /* background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.15) 100%); */
    color: #000;
    background-color: transparent linear-gradient(265deg, #F6DD6E 0%, #D9B140 26%, #DCBE35 50%, #DBB342 81%, #F9E574 100%) 0% 0% no-repeat padding-box;
    border-radius: 5px;
    font-weight: 600;
    /* box-shadow: 0px 3px 7px 1px #00000029;
    box-shadow: 0 0 10px #777; */
    font-weight: 100;
    padding: 15px 35px;
}

.btn.btn-green:disabled {
    opacity: 0.5;
    pointer-events: none;
}

.next-answer-hidden {
    opacity: 0;
    pointer-events: none;
}


/* .btn.hover-state {
  display: none !important;
} */

.popup-header {
    position: relative;
}

.popup-header .sidepanel-close-button {
    top: 0;
    bottom: 0;
}

.submit-btn-div {
    float: right;
}

.assesment-start-btn {
    left: 0;
    right: 0;
    margin: auto;
}

.assesment-start-btn .btn {
    margin: auto;
    outline: none;
    border-radius: 5px;
}


/* .submit-btn-div:hover .normal-state{
  display: none !important;
}

.submit-btn-div:hover .hover-state {
  display: block !important;
} */

.moveto-next-ques:hover {
    background-color: red;
}


/* .btn.hover-state:hover{
display: block;
} */

.container_show {
    width: 200px;
    height: 20px;
    background: #000;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}


/* The container */

.watermark-block {
    position: fixed;
    right: 30px;
    top: 20px;
    z-index: 999999;
    pointer-events: none;
}

.watermark-block img {
    width: 120px;
    display: block;
}

.main-sec {
    position: relative;
}

.main_section {
    background: url(../images/inner-bg.png);
    /* display: flex; */
    background-position: 100% 100%;
    background-size: cover;
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100);
    overflow: hidden;
    display: flex;
    padding: 7% 5% 3% 5%;
}

.btnNext {
    display: none;
}


/* .game-based-temp:after {
  content: '';
  width: 2px;
  height: 90%;
  background: -moz-linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #1c706b9e 15%, #1c706b9e 80%, rgba(255, 255, 255, 0) 99%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #1c706b9e 15%, #1c706b9e 80%, rgba(255, 255, 255, 0) 99%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #1c706b9e 15%, #1c706b9e 80%, rgba(255, 255, 255, 0) 99%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#00ffffff', GradientType=0);
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
} */

.game-based-temp {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    /* position: absolute;
    top: 0;
    bottom: 0;
    right: 0%; */
    /* z-index: 99999999; */
    float: left;
    width: 50%;
    height: 100%;
    background-color: transparent;
    background: #00000065;
}

.game-based-temp .feedback-text-display {
    /* max-height: 60vh; */
    /* padding: 0 30px; */
    border: 1px solid;
    max-height: 80px;
}

.game_bonus,
.game_bonus_wrong {
    position: absolute;
    right: 10px;
    top: 10px;
    /* bottom: 0;
    
    margin: 0 auto;
    text-align: center;
    padding: 15px;
    background: rgba(0, 0, 0, 0.5607843137254902); */
    z-index: 9999999999999999;
}

.game_bonus_divImage {
    text-align: center;
}

.game_bonus .game_bonus_first_text {
    color: #FFD15C;
    font-weight: 800;
    font-size: 30px;
    text-align: center;
}

.game_bonus .game_bonus_sub_text {
    font-size: 16px;
    color: white;
    font-weight: 500;
    margin-top: -10px;
}

.game_bonus_wrong .game_bonus_first_text {
    color: red;
    font-weight: 800;
    font-size: 30px;
    text-align: center;
}

.game_bonus_wrong .game_bonus_sub_text {
    font-size: 16px;
    color: red;
    font-weight: 600;
    margin-top: -10px;
}

.gamezone {
    position: relative;
    width: 50%;
    /* padding: 30px; */
    background: white;
    padding-bottom: 30px;
}

.gamezone .game-alert {
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 10%;
    margin: auto;
    text-align: center;
    padding: 15px 12px;
    border-radius: 4px;
    color: #fff;
    font-size: 14px;
    min-width: 50%;
}

.gamearea canvas {
    display: block;
    margin: 0;
    width: 100%;
}

.gamearea {
    text-align: center;
    padding: 0;
    position: relative;
    height: 100%;
    z-index: 9;
}

.gamearea canvas {
    cursor: pointer;
    margin: auto;
}

.gamezone .containAll {
    display: block !important;
    position: absolute;
    top: 22%;
    background: transparent;
    z-index: 1;
}

.knife-bg-img {
    height: 100%;
    width: 100%;
    z-index: 1;
    /* background:#000; */
}

.knife-bg-img img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 100%;
}

.knife-length {
    position: absolute;
    bottom: 55px;
    /* left: 0; */
    right: 30px;
    text-align: center;
}

.knife-length img {
    display: block;
}

.disabledpointer {
    pointer-events: none;
}

.game-based-temp .close {
    position: absolute;
    right: 35px;
    top: 34px;
    box-shadow: -2px 2px 20px 0 #00000033;
    z-index: 999;
    width: 35px;
    height: 35px;
    background: #fff;
    /* border: 1px solid #5e5e5e; */
    padding: 7px;
    border-radius: 50px;
}

.introduction-sec {
    position: -webkit-sticky;
    position: sticky;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 99999;
    background-color: #fff;
    min-height: 100vh;
    min-height: calc(var(--vh, 1vh) * 100);
    padding: 0 50px;
    padding-bottom: 100px;
}

body.game-based-temp .closure-sec {
    display: none;
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100);
}


/* .game-based-temp .question-text{
  max-height: calc(100vh - 150px);
  min-height: 30vh;
  margin-top: 20px;
} */

.mCSB_container {
    padding: 0px !important;
    margin: 0px !important;
}

.mCustomScrollBox {
    padding-right: 15px;
}

.game-based-temp .question-text ul li {
    padding: 0 30px;
    margin-bottom: 15px;
    border-radius: 33px;
    font-size: 13px;
    /* width: 90%; */
    border: 1px solid #0000;
    position: relative;
}

.game-based-temp.feedback-panel .question-text .li-listing {
    width: 90%;
}

.game-based-temp .question-text ul li.active {
    background: #E8E8F5;
    border: 0px solid #2196F3;
}

.game-based-temp .question-text ul li.active.right {
    background: #CEF3E4;
    border: 1px solid #0FD180;
    position: relative;
}

.game-based-temp .question-text ul li.active label {
    color: #000 !important;
}

.game-based-temp .question-text ul li .right-wrong-icon {
    position: absolute;
    right: -33px;
    top: 0;
    bottom: 0;
    margin: auto;
    display: none;
}

.game-based-temp.feedback-panel .question-text ul li.active .right-wrong-icon {
    display: block;
}

.game-based-temp .question-text ul li.active.wrong {
    background: #FDDDDB;
    border: 1px solid #F44336;
}

.game-based-temp .question-text ul li .correct-right-icon {
    position: absolute;
    width: 8%;
    left: 100%;
    top: 0;
    bottom: 0;
    margin: auto;
    margin-left: 5px;
    max-width: 30px;
}

.game-based-temp .question-text ul li.active:after {
    width: 32px;
    height: 32px;
    position: absolute;
    /* left: 0; */
    left: 100%;
    top: 0;
    bottom: 0;
    margin: auto;
    margin-left: 8px;
}

.game-based-temp .question-text h1 {
    font-size: 13px;
    margin-top: 0;
    font-weight: 600 !important;
}

.game-based-temp .wrapper {
    padding-top: 50px;
    text-align: center;
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100);
    background-size: cover;
}

.game-based-temp .custom-container {
    position: relative;
    margin: auto;
    width: 95%;
}

.game-based-temp #content {
    border-radius: 4px;
    border: solid 1px #eeeeee;
    margin: auto;
    max-width: 650px;
    padding: 15px;
}

.game-based-temp .widget-card {
    /* background: #ffffff; */
    box-shadow: 0 0 15px 11px rgba(0, 0, 0, 0.011764705882353);
    height: 100%;
    overflow: hidden;
    margin-bottom: 0;
    align-items: center;
    display: flex;
}

.game-based-temp .widget-card .widget-content-panel {
    position: relative;
    background: #e8e8e8;
}

.feeback-content {
    position: absolute;
    height: 100%;
    width: 100%;
}

.feeback-content .smiley-icon-right {
    position: absolute;
    margin: auto;
    bottom: 27%;
    height: auto;
    transition: all 0.5s;
    width: 6.6%;
}

.feeback-content .smiley-icon-right.happy-icon {
    right: 7%;
    left: auto;
}

.feeback-content .smiley-icon-right.sad-icon {
    right: auto;
    left: 6%;
}

.feeback-content .speedometer-arrow {
    position: absolute;
    right: 0;
    margin: 0 auto;
    bottom: 0;
    height: auto;
    width: 36%;
}

.feeback-content .right-arrow {
    left: 75px;
}

.feeback-content .wrong-arrow {
    left: -75px;
}

.vid-player {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.speedo-box {
    height: 30%;
}

.speedo-meter-content {
    height: 30%;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: max-content;
    margin: 0 auto;
}

.mobile-speedo-meter img {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 28px;
    z-index: 999;
}

.mobile-speedo-meter .happy-mobile-icon {
    right: 13%;
    z-index: 99;
}

.mobile-speedo-meter .sad-mobile-icon.wrong,
.mobile-speedo-meter .happy-mobile-icon.right {
    top: 20px;
    width: 35px;
}

.mobile-speedo-meter .sad-mobile-icon {
    left: 11%;
}

.mobile-speedo-meter .mobile-meter-seg {
    height: 100%;
    background: #FFC107;
}

.mobile-speedo-meter .mobile-meter-seg:before {
    content: '';
    background: rgba(0, 0, 0, 0.07058823529411765);
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 50%;
    z-index: 99;
}

.feeback-content img {
    height: 100%;
}

.feeback-content img.speedo-meter {
    position: static;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    height: 100%;
    width: auto;
    max-width: 100%;
}

.feeback-content.video-sec video {
    margin: 0;
    width: 100%;
    padding: 20px;
    max-width: 500px;
}

.video-sec .existing-iframe-example.youtube {
    margin-top: 50px;
    height: 350px;
}

.video-sec video,
.video-sec iframe {
    border: 0;
}

.video-sec .existing-iframe.vimeo {
    margin-top: 50px;
    height: 280px;
}

.feeback-content.text-sec .text-content-added {
    overflow: hidden;
}

.information-panel {
    position: relative;
    overflow: hidden;
}

.information-panel .img-sec {
    height: 100%;
}


/* .information-panel .img-sec img {
  width: auto;
} */

.information-panel .info-content.img-sec img.bowling-bg-image {
    height: 100%;
    object-position: center;
    object-fit: cover;
    width: 100%;
}

.information-panel .info-content.video-sec video,
.information-panel .existing-iframe-example.youtube,
.information-panel .existing-iframe-example.vimeo {
    width: 100%;
    padding: 20px;
    max-width: 500px;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    margin: auto;
    height: auto;
}

.footer-bottom-div {
    width: calc(100% - 60px);
    margin: auto;
    padding-top: 15px;
    padding-bottom: 15px;
    display: flex;
    position: absolute;
    bottom: 0;
    background: transparent;
    border-top: 1px solid #d7d7e0;
}

.footer-bottom-div .question-count {
    position: fixed;
    top: 4px;
    background: rgba(113, 113, 113, 0.431372549);
    padding: 8px 14px;
    border-radius: 20px;
    color: #fff;
    text-align: center;
    z-index: 99999999999;
    margin-top: 13px;
}

.feedback-popup .footer-bottom-div .question-count {
    position: relative;
    top: 0;
    color: #4c4747;
    background: transparent;
    padding: 0;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    width: 100%;
    text-align: right;
}

.bonus_val_abs {
    position: absolute;
    padding: 0px 10px;
    color: white;
    border-radius: 10px;
    margin: 0 auto;
    text-align: center;
    top: -25px;
    left: -15px;
    min-width: 30px;
    height: 25px;
    background: url(../images/downarrowbonus.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}


/* .game-based-temp .footer-bottom-div:after {
  content: '';
  height: 2px;
  width: 100%;
  background: -moz-linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #1c706b9e 15%, #1c706b9e 80%, rgba(255, 255, 255, 0) 99%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #1c706b9e 15%, #1c706b9e 80%, rgba(255, 255, 255, 0) 99%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #1c706b9e 15%, #1c706b9e 80%, rgba(255, 255, 255, 0) 99%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#00ffffff', GradientType=0);
  position: absolute;
  right: 0;
  top: 0;
  margin: auto
} */

.text-display {
    color: #7f7f7f;
    margin-top: 13px;
}

.footer-bottom-div .total-question-list {
    float: left;
}


/* openbook CSS */

.game-based-temp .right-panel .question-text {
    margin-top: 0;
}


/* openbook CSS Ends */


/* #timeContainer {
  text-align: right;
  position: fixed;
  top: 4px;
  right: 30px;
  background: rgba(113, 113, 113, 0.431372549);
  padding: 8px 14px;
  border-radius: 20px;
  color: #fff;
  width: 103px;
  text-align: center;
  z-index: 99999999999;
} */


/* #timeContainer.content-swaped {
  right: 15px;
  left: auto;
} */

.refresh-btn {
    margin: 0 auto;
}

.inline-block {
    display: inline-block;
}


/* Helper Class */

.mar-top18 {
    margin-top: 18px;
}

.refresh-btn {
    width: 235px;
}


/* @media screen and (min-width: 1400px), screen and (max-width: 767px), screen and (max-height: 600px) {
  .game-based-temp .li-listing {
    min-height: 330px;
    height: 330px;
  }
} */

@media screen and (max-width: 1080px) {
    .game-based-temp .widget-card {
        flex-direction: column;
    }
    /* .game-based-temp .left-panel, .game-based-temp .right-panel {
    width: 100% !important;
  } */
    .video-sec .existing-iframe-example.youtube {
        height: 400px;
    }
    li.result-info {
        width: 100%;
        margin: 0;
    }
    /* #timeContainer {
    position: absolute;
    top: 251px;
     right: 20px; 
  } */
    .refresh-btn {
        margin: 0 auto;
    }
    .bollon_img_div {
        padding-top: 10%;
        padding-left: 2%;
        padding-right: 0%;
    }
}

@media screen and (max-width: 1024px) {
    .result-screen .speedo-meter-result .speedo-dashboard {
        width: 60%;
        max-width: 550px;
    }
    .game-based-temp .question-text ul li {
        /* width: 100%; */
        transition: all 0.5s;
    }
}

@media screen and (min-width: 1024px) {
    .feedback-popup {
        height: 500px;
    }
}

@media screen and (max-width: 767px) and (orientation:portrait) {
    li.result-info {
        width: 100%;
        margin: 0 auto;
        margin-bottom: 10px;
        padding: 10px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
    li.result-info {
        width: 42%;
        margin: 0 5px;
        margin-bottom: 10px;
        padding: 10px 30px;
    }
    .bollon_img_div {
        padding-top: 15%;
    }
    .question_title_cls {
        margin-top: 10%;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1240px) {
    li.result-info {
        width: 30%;
        margin: 0 5px;
        margin-bottom: 10px;
        padding: 10px 30px;
    }
}

@media screen and (max-width: 768px) {
    .video-sec .existing-iframe-example.youtube {
        height: 200px;
    }
    .game-based-temp h1 {
        font-size: 26px;
    }
    .result-screen .speedo-meter-result .happy-icon {
        left: 284px;
        top: 100px;
    }
    .result-screen .speedo-meter-result .sad-icon {
        top: 100px;
    }
    .info-div {
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .result-screen {
        bottom: auto;
    }
}


/* @media screen and (max-width: 450px) {
  .game-based-temp .li-listing {
    max-height: calc(100vh - 370px);
  }
} */


/* ipad landscape */

@media only screen and (max-width: 1024px) and (orientation: landscape) {
    /* .game-based-temp .li-listing {
    height: 400px;
  } */
    .game-based-temp .widget-card {
        flex-direction: row;
    }
    /* #timeContainer {
    position: fixed;
    top: 0;
    right: 20px;
    z-index: 99999999999;
  } */
}

@media only screen and (max-width: 1124px) and (orientation: landscape) {
    .gamezone {
        width: 50%;
    }
    .game-based-temp {
        width: 50%;
    }
    .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%;
    }
    .top-tool-elements {
        top: 3.5%;
    }
    .question-count span {
        font-size: 12px !important;
    }
    .btn.btn-green {
        padding: 5px 15px;
    }
}

@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: 5%;
        width: 40%;
    }
    .btnzoom {
        width: 100%;
    }
    .game-based-temp {
        height: 54vh;
    }
    .game-based-temp .question-text .question-text-scroll {
        height: 100%;
    }
    .footer-bottom-div {
        background: #f5f5f9;
    }
    .zoomDiv {
        margin: 15% 0% 0% 0%;
    }
    #targettimeVal {
        font-size: 16px;
    }
    .levelStatusMesg {
        width: 45%;
        height: auto;
    }
    .introduction-logo-img-parent {
        margin: 15% auto 25%;
    }
    .gamezone {
        padding-bottom: 30px;
    }
    .btnzoom {
        height: 30px;
    }
    .btn.btn-green {
        padding: 5px 15px;
    }
}

@media only screen and (max-width: 900px) and (min-width:700px) and (orientation: portrait) {
    .game-based-temp .widget-card .widget-content-panel {
        min-height: 490px !important;
    }
    .game-based-temp .text-sec {
        min-height: auto;
    }
    .btn.btn-green {
        padding: 5px 15px;
    }
}

@media only screen and (max-width: 900px) and (orientation: landscape) {
    .result-screen .inner-container {
        margin-top: 0;
    }
    .knife-length img {
        max-height: 30px;
    }
    .knife-length {
        bottom: 10px;
    }
    .feedback-popup {
        top: auto;
        transform: none;
        width: 100%;
        height: auto;
    }
    .feedback-text-display {
        /* margin: 0;
        position: fixed;
        width: 100%; */
    }
    .game-based-temp .right-panel .question-text {
        /* padding: 0 30px;
        height: calc(100vh - 152px); */
    }
    .game-based-temp .right-panel .question-text {
        /* height: calc(100vh - 152px); */
    }
    /* .sound-on-off img.speaker-icon {
    padding: 4px;
    width: 35px;
    height: 35px;
    top: 6px;
    left: 6px;
  } */
    .right-panel.float-right.text-sec.wow.fadeInRight:before {
        height: 41px;
        width: 60%;
        position: fixed;
        top: 0;
        background: #ffffff;
        z-index: 9;
    }
    .game-based-temp.feedback-panel .question-text .li-listing {
        width: 90%;
    }
    .game-based-temp .question-text ul li {
        padding: 0 19px;
    }
    .game-based-temp .close {
        right: 0;
        top: 0;
        width: 30px;
        height: 30px;
        position: fixed;
        background: #cbcbcb;
        border-radius: 0;
        box-shadow: 0 0 0 0;
        border: 0;
    }
    .game-based-temp {
        padding: 0;
        overflow: auto;
    }
    .game-based-temp .widget-card {
        overflow: visible;
    }
    /* #timeContainer {
    top: 0;
    right: 40px;
    z-index: 99999999999;
    border-radius: 20px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    margin-top: 0;
  } */
    .feeback-content {
        position: relative;
        min-height: 250px;
    }
    .speedo-meter-content {
        display: none;
    }
    .game-based-temp .widget-card .widget-content-panel {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        height: 100vh;
        height: calc(var(--vh, 1vh) * 100);
        width: 50% !important;
    }
    .game-based-temp .widget-card {
        overflow: visible;
        align-items: start;
    }
    .game-based-temp .li-listing {
        height: auto;
        max-height: none;
        min-height: auto;
        padding-bottom: 20px;
    }
    .game-based-temp .widget-card {
        height: auto;
    }
    .game-based-temp .custom-container {
        width: 100%;
    }
    .game-based-temp .wrapper {
        padding-top: 0;
    }
    .game-based-temp .widget-card {
        margin-bottom: 0;
    }
    .game-based-temp .right-panel {
        overflow: visible;
    }
    .footer-bottom-div {
        /* margin: auto;
        padding-top: 15px;
        padding-bottom: 15px;
        display: flex;
        position: absolute;
        bottom: 0;
        left: 0%;
        border-top: 1px solid rgb(226, 223, 223);
        background: #470143;
        z-index: 999999;
        width: 100%; */
    }
    .footer-bottom-div .btn {
        /* margin-left: 8%; */
    }
    .game-based-temp .right-panel .question-text {
        overflow: visible;
    }
    .game-based-temp .main-sec .text-sec {
        padding: 0 20px;
    }
    .game-based-temp .question-text h1 {
        /* font-size: 15px !important; */
        padding: 15px 0;
        padding-bottom: 0;
        z-index: 99;
        margin-top: 0;
        padding-top: 0;
    }
    .feeback-content img.speedo-meter {
        display: none;
    }
    .vid-player {
        height: 100%;
    }
    .mobile-speedo-meter {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        left: 0;
        right: 0;
        width: 100%;
        background: #FFC107;
        height: 45px;
        margin: 0 auto;
        z-index: 999999;
    }
    .mobile-speedo-meter:before {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        width: 33.33%;
        background: #FF5722;
    }
    .mobile-speedo-meter:after {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        width: 33.33%;
        background: #4caf50;
    }
    .game-based-temp {
        top: 0;
    }
    .watermark-block {
        top: auto;
        bottom: 20px;
    }
    .watermark-block img {
        width: 90px;
    }
    .gamezone .information-panel .img-sec {
        background: url(../images/mountain_landscapebg3.png);
        background-size: 100% 100%;
    }
    .animationImage1 {
        top: 79%;
        width: 10vh;
        left: 28%;
    }
    .climber_exercise {
        top: 79%;
        width: 10vh;
        left: 28%;
    }
    .game_bonus_div_text {
        top: 88%;
    }
    .btn.btn-green {
        padding: 5px 15px;
    }
}

@media only screen and (min-width: 900px) {
    .mobile-speedo-meter {
        display: none !important;
    }
}

@media only screen and (max-width: 900px) {
    /* .top-tool-elements{
    left: 50%;
    transform: translateX(-50%);
  } */
    /* .main_section section {
        width: 100%;
    } */
    .result-screen .info-div .btn.btn-green {
        margin-bottom: 15px
    }
    /* .main_section {
        display: block;
    } */
    /* .main_section .game-based-temp {
    position: absolute;
    transition: all 0.5s;
  } */
    /* .gamezone {
    position: relative;
    left: 100%;
    transition: all 0.5s;
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100);
  }
  .game-based-temp:after {
    content: none;
  } */
}

@media only screen and (max-width: 767px) and (orientation: portrait) {
    .watermark-block {
        top: auto;
        bottom: 20px;
    }
    .watermark-block img {
        width: 90px;
    }
    .btn.btn-green {
        padding: 5px 15px;
    }
}

@media only screen and (max-width: 900px) and (orientation: portrait) {
    .top-tool-elements {
        top: 4%;
    }
    .gameMain_secBg {
        width: auto;
    }
    .main_section {
        padding: 15% 0% 0% 0%;
        display: block;
    }
    .game-based-temp {
        width: 100%;
    }
    .feedback-popup .popup-header .question-count {
        right: -20px;
        left: auto;
    }
    .feedback-popup {
        /* top: auto;
    transform: none; */
        width: 100%;
    }
    .feedback-popup .question-text ul li {
        width: 85%;
    }
    .feedback-popup .question-text {
        max-height: calc(100vh - 300px);
        min-height: calc(100vh - 300px);
    }
    /* .feedback-popup .feedback-inner-container{
    height: 100%;
  } */
    /* .feedback-text-display {
        margin: 0;
        position: fixed;
        width: 100%;
        left: auto;
    } */
    .result-screen .inner-container {
        margin-top: 0;
    }
    .game-based-temp .right-panel .question-text {
        padding: 0 20px;
        /* padding-right: 0; */
        height: 100%;
        overflow: visible;
    }
    .main_section .game-based-temp .mCustomScrollbar {
        padding-right: 0;
    }
    .game-based-temp .right-panel {
        /* padding-right: 0; */
    }
    .game-based-temp .close {
        right: 0;
        top: 0;
        width: 34px;
        height: 34px;
        position: fixed;
        background: #cbcbcb;
        border-radius: 0;
        box-shadow: 0 0 0 0;
        border: 0;
    }
    .gamezone {
        width: 100%;
    }
    .game-based-temp .widget-card {
        display: block;
    }
    /* .game-based-temp .right-panel {
    height: auto;
  } */
    .game-based-temp {
        top: 0;
        /* position: absolute; */
        /* overflow: auto; */
    }
    .information-panel .img-sec {
        position: absolute;
        left: 0;
        right: 0;
        text-align: center;
    }
    .feeback-content {
        position: relative;
    }
    .speedo-meter-content {
        display: none;
    }
    .game-based-temp .widget-card .left-panel,
    .game-based-temp .widget-card .right-panel {
        width: 100% !important;
        /* height: 100vh;
        height: calc(var(--vh, 1vh) * 100); */
    }
    .feeback-content.text-sec .text-content-added {
        margin-bottom: 0;
    }
    .feeback-content.text-sec .text-content-added {
        height: auto;
        overflow: visible;
        padding: 15px 0;
        min-height: 250px;
    }
    /* #timeContainer {
    position: absolute;
    top: 0;
    right: 0;
  } */
    .game-based-temp .widget-card .widget-content-panel {
        order: 1 !important;
    }
    .game-based-temp .main-sec .text-sec {
        order: 2;
        padding: 0 20px;
        transition: all 0.5s;
    }
    .footer-bottom-div {
        padding: 15px;
        padding-bottom: 80px;
    }
    .feeback-content img.speedo-meter {
        display: none;
    }
    .game-based-temp .li-listing {
        height: 100%;
        max-height: none;
        min-height: auto;
        padding-bottom: 150px;
    }
    .game-based-temp .custom-container {
        width: 100%;
    }
    .game-based-temp .widget-card {
        height: 100vh;
        height: calc(var(--vh, 1vh) * 100);
    }
    .game-based-temp .wrapper {
        padding-top: 0px;
    }
    .vid-player {
        height: 100%;
    }
    .mobile-speedo-meter {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        left: 0;
        right: 0;
        width: 100%;
        background: #FFC107;
        height: 45px;
        margin: 0 auto;
        z-index: 999999;
    }
    .mobile-speedo-meter:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        width: 33.33%;
        background: #FF5722;
    }
    .mobile-speedo-meter:after {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        width: 33.33%;
        background: #4caf50;
    }
    .feeback-content .smiley-icon-right {
        position: fixed;
        margin: auto;
        top: 6px;
        height: auto;
        transition: all 0.5s;
        width: 8%;
        bottom: auto;
    }
    .feeback-content .smiley-icon-right.happy-icon {
        right: 13%;
        left: auto;
    }
    .feeback-content .smiley-icon-right.happy-icon {
        right: 13%;
        left: auto;
    }
    .feeback-content .smiley-icon-right.sad-icon {
        right: inherit;
        left: 13%;
    }
    .game-based-temp .widget-card .widget-content-panel {
        height: auto;
        min-height: 250px;
    }
    .game-based-temp {
        padding: 0;
    }
    .game-based-temp .wrapper,
    .game-based-temp .widget-card {
        height: 100%;
    }
    .game-based-temp .float-right.text-sec {
        /* padding-bottom: 60px; */
        /* min-height: calc(100vh - 300px); */
        order: 1;
    }
    .game-based-temp .right-panel,
    .game-based-temp .widget-card {
        overflow: visible;
    }
    .game-based-temp .question-text {
        margin-top: 0;
    }
    .game-based-temp .question-text h1 {
        /* font-size: 15px !important; */
        z-index: 99;
        margin: 0;
        margin: 0;
        margin-bottom: 4px;
    }
    /* #timeContainer {
    position: fixed;
    top: 10px;
    right: 10px;
    z-index: 99999999999;
    border-radius: 20px;
    margin-top: 0;
  } */
    .game-based-temp .question-text {
        margin-top: 0;
    }
    .footer-bottom-div {}
    .feeback-content img.speedo-meter {
        display: none;
    }
    .game-based-temp .li-listing {
        height: auto;
    }
    .game-based-temp .custom-container {
        width: 100%;
    }
    .game-based-temp .widget-card {
        height: 100%;
    }
    .game-based-temp .wrapper {
        padding-top: 0px;
    }
    .vid-player {
        height: 100%;
    }
    .mobile-speedo-meter {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        left: 0;
        right: 0;
        width: 100%;
        background: #FFC107;
        height: 45px;
        margin: 0 auto;
    }
    .mobile-speedo-meter:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 33.33%;
        background: #FF5722;
        height: 45px;
    }
    .mobile-speedo-meter:after {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        width: 33.33%;
        background: #4caf50;
        height: 45px;
    }
    .feeback-content .smiley-icon-right {
        position: fixed;
        margin: auto;
        top: 6px;
        height: auto;
        transition: all 0.5s;
        width: 8%;
        bottom: auto;
    }
    .feeback-content .smiley-icon-right.happy-icon {
        right: 13%;
        left: auto;
    }
    .feeback-content .smiley-icon-right.happy-icon {
        right: 13%;
        left: auto;
    }
    .feeback-content .smiley-icon-right.sad-icon {
        right: inherit;
        left: 13%;
    }
    .bollon_img_div {
        padding: 20% 0 0 0;
    }
    .bollon_img_c {
        width: 95%;
    }
    .btn.btn-green {
        padding: 5px 15px;
    }
}


/* mobile landscape */

@media screen and (min-width: 320px) and (max-width: 900px) and (orientation: landscape) {
    .targer_Icon {
        width: 55%;
    }
    .bb_bollon {
        width: 10%;
    }
    .question_title_cls {
        margin-top: 7%;
    }
    .gamearea {
        transform: rotate(-90deg);
        transform-origin: left top;
        width: 100vh;
        height: 100vw;
        overflow-x: hidden;
        position: absolute;
        top: 100%;
        left: 0;
    }
    .gamezone .widget-content-panel .bowling-ball {
        /* bottom: 0px; */
        width: 60px;
    }
    .gamezone .widget-content-panel .bowling-ball1 {
        /* bottom: 0px; */
        width: 60px;
    }
    .gamezone .widget-content-panel .bowling-pins-gif {
        width: 100px;
    }
    .gamezone .widget-content-panel .bowling-ball-true-gif {
        width: 100px;
    }
    .gamezone .widget-content-panel .bowling-ball-true-gif {
        width: 100px;
    }
    .animationImage1 {
        top: 79%;
        width: 10vh;
        left: 28%;
    }
    .climber_exercise {
        top: 79%;
        width: 10vh;
        left: 28%;
    }
    .flagImg img {
        width: 12px;
    }
    .bow_img_cls {
        bottom: 5px;
        width: 90px !important;
        height: 90px !important;
    }
    .bow_img_cls_1 {
        bottom: 5px;
        width: 90px !important;
        height: 90px !important;
    }
    .bow_img_cls_2 {
        bottom: 5px;
        width: 90px !important;
        height: 90px !important;
    }
    .bollon_img_cls {
        /* width: 50px !important; */
        height: 75px !important;
    }
    .top-tool-elements .question-count,
    .top-tool-elements .timerCounter,
    .top-tool-elements .sound-on-off {
        padding: 5px 7px;
    }
    .endGame {
        padding: 10px 15px;
    }
    .targer_Icon {
        width: 55%;
    }
    .btn.btn-green {
        padding: 5px 15px;
    }
}

@media only screen and (min-width: 325px) and (max-width: 813px) and (orientation: landscape) {
    .main_section {
        overflow: auto;
    }
    .btnzoom {
        width: 100%;
    }
    .bonus_val_abs {
        top: -25px
    }
    .main_section {
        padding: 12% 5% 3% 5%;
    }
    .gamezone {
        padding: 0px;
        padding-bottom: 30px;
    }
    .btnzoom {
        height: 30px;
    }
    .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: 8%;
        width: 40%;
    }
    .levelStatusMesg {
        width: 50%;
        height: auto;
    }
    .levelmesg {
        font-size: 12px !important;
    }
    .question-count span {
        font-size: 14px !important;
    }
    .top-tool-elements {
        top: 6.5%;
    }
    .footer-bottom-div {
        padding-top: 5px;
        padding-bottom: 5px;
        width: 90%;
    }
    .zoomDiv {
        margin: 12% 5% 3% 5%;
    }
    .introduction-logo-img-parent {
        margin: 0% auto 2%;
    }
    .btn.btn-green {
        padding: 5px 15px;
    }
}

@media only screen and (max-width: 480px) and (orientation: portrait) {
    .main_section {
        padding: 32% 0% 0% 0%;
        display: block;
    }
    .main_section .gamezone {
        width: 100%;
    }
    .game-based-temp {
        width: 100%;
    }
    .top-tool-elements {
        top: 5px;
        transform: translate(0, 0px);
        width: 100%;
        left: 0;
        text-align: center;
    }
    .gamezone {
        padding: 0px;
        padding-bottom: 30px;
    }
    #targettimeVal {
        font-size: 14px;
    }
    .bonus_section {
        top: 8%;
        width: 70%;
        left: 50%;
        transform: translate(-50%, 0px);
    }
    .bonus_val_abs {
        top: -25px;
    }
    .game-based-temp {
        height: 50vh;
        overflow: hidden;
    }
    .game-based-temp .right-panel .question-text {
        padding: 0;
    }
    .footer-bottom-div {
        padding: 15px 0;
        padding-bottom: 120px;
        width: 100%;
        left: 0;
        padding-left: 15px;
    }
    .levelStatusMesg {
        width: 95%;
        height: auto;
    }
    .btnzoom {
        width: 100%;
    }
    .zoomDiv {
        margin: 32% 0% 0% 0%;
    }
    .btn.btn-green {
        padding: 5px 15px;
    }
}

@media only screen and (max-width: 370px) and (orientation: portrait) {
    .bonus_section {
        top: 10%;
    }
}

@media only screen and (min-width: 550px) and (max-width: 625px) and (orientation: portrait) {
    .bonus_section {
        top: 4%;
    }
    .scoreVal {
        width: 30%;
    }
    #targettimeVal {
        font-size: 14px;
    }
}

@media only screen and (min-width: 950px) and (max-width: 980px) and (orientation: landscape) {
    .question-count span {
        font-size: 14px !important;
    }
    .bonus_section {
        top: 5%;
    }
    .levelmesg {
        font-size: 14px;
    }
}