/*Generic*/

::-webkit-scrollbar {
    width: 2px;
    border-radius: 5px;
}


/* Track */

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


/* Handle */

 ::-webkit-scrollbar-thumb {
    background: #4433DB;
}


/* Handle on hover */

 ::-webkit-scrollbar-thumb:hover {
    background: #4433DB;
}


/*Generic*/

.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: #000000;
    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;
    max-height: 30vh;
}

@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; */
}

.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/spin-the-wheel-background.png);
    /* display: flex; */
    background-position: 100% 100%;
    background-size: cover;
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100);
    overflow: hidden;
}

.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: 100vh;
    height: calc(var(--vh, 1vh) * 100);
}

.game-based-temp .feedback-text-display {
    /* max-height: 60vh; */
    /* padding: 0 30px; */
}

.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%;
    float: right;
    padding-top: 3%;
    height: 100vh;
}

.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: #00000080;
    border: 1px solid transparent;
}

.game-based-temp .question-text ul li.active.right {
    background: #00000080;
    border: 1px solid #4caf50;
    position: relative;
}

.game-based-temp .question-text ul li.active label {
    color: #fff !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 {
    border: 1px solid;
    background: rgba(0, 0, 0, 0.60);
    border-color: rgb(244, 67, 54);
}

.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;
}

.game-based-temp .question-text ul li.active {
    border: 1px solid transparent;
}

.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 {
    box-shadow: 0 0 15px 11px rgb(0 0 0 / 1%);
    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: #250d67;
    border-top: 0px solid #d7d7e0;
    z-index: 1;
}

.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;
}


/* .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;
}


/* Bowling Pin CSS */

.gamezone .information-panel .info-content.img-sec img {
    transform: scale(1);
    transform-origin: top;
    transition-duration: 3s;
    -moz-transition-duration: 3s;
    /* Firefox 4 */
    -webkit-transition-duration: 3s;
    /* Safari and Chrome */
    -o-transition-duration: 3s;
    /* Opera */
    transition-timing-function: cubic-bezier(1.5, 1.5, 0, 0);
    -moz-transition-timing-function: cubic-bezier(1.5, 1.5, 0, 0);
    /* Firefox 4 */
    -webkit-transition-timing-function: cubic-bezier(1.5, 1.5, 0, 0);
    /* Safari and Chrome */
    -o-transition-timing-function: cubic-bezier(1.5, 1.5, 0, 0);
    /* Opera */
}

.gamezone .widget-content-panel .bowling-ball {
    position: absolute;
    z-index: 9999;
    top: 90%;
    transform: translateY(-90%);
    width: 15%;
    left: 0;
    right: 0;
    /* margin: auto; */
    cursor: pointer;
}

.gamezone .widget-content-panel .animationImage {
    position: absolute;
    z-index: 9999;
    top: 90%;
    transform: translateY(-90%);
    width: 15%;
    left: 0;
    right: 0;
    /* margin: auto; */
    cursor: pointer;
}

.gamezone .widget-content-panel .bowling-ball1 {
    z-index: 999;
    position: absolute;
    top: 100%;
    transform: translateY(-100%);
    width: 15%;
    left: 0;
    right: 0;
    margin: auto;
    cursor: pointer;
    visibility: hidden;
}

.gamezone .widget-content-panel .bowling-pins-gif {
    position: absolute;
    width: 225px;
    top: 226px;
    left: 0;
    right: 0;
    margin: auto;
}

.gamezone .widget-content-panel .bowling-ball-true-gif {
    /* position: absolute;
  width: 30vh;
  top: 41%;
  transform: translateY(-41%) scale(1.8);
  left: 0;
  right: 0;
  margin: auto; */
    visibility: hidden;
}

.gamezone .widget-content-panel .bowling-ball-false-gif {
    /* position: absolute;
  width: 270px;
  top: 226px;
  left: 0;
  right: 0;
  margin: auto; */
    visibility: hidden;
}

.gamezone .widget-content-panel .bowling-pins,
.gamezone .widget-content-panel .bowling-ball-true-gif,
.gamezone .widget-content-panel .bowling-ball-false-gif {
    position: absolute;
    left: 0;
    right: 0;
    top: 20.5%;
    transform: translateY(-20.5%) scale(1);
    width: 25vh;
    margin: auto;
    /* transform: scale(1); */
    transition-duration: 3s;
    -moz-transition-duration: 3s;
    /* Firefox 4 */
    -webkit-transition-duration: 3s;
    /* Safari and Chrome */
    -o-transition-duration: 3s;
    /* Opera */
    transition-timing-function: cubic-bezier(1.5, 1.5, 0, 0);
    -moz-transition-timing-function: cubic-bezier(1.5, 1.5, 0, 0);
    /* Firefox 4 */
    -webkit-transition-timing-function: cubic-bezier(1.5, 1.5, 0, 0);
    /* Safari and Chrome */
    -o-transition-timing-function: cubic-bezier(1.5, 1.5, 0, 0);
    /* Opera */
}

.gamezone .information-panel {
    height: 100%;
}

.gamezone .information-panel .img-sec {
    height: 100%;
    transition-duration: 3s;
    -moz-transition-duration: 3s;
    /* Firefox 4 */
    -webkit-transition-duration: 3s;
    /* Safari and Chrome */
    -o-transition-duration: 3s;
    /* Opera */
    transition-timing-function: cubic-bezier(0, 0, 1.5, 1.5);
    -moz-transition-timing-function: cubic-bezier(0, 0, 1.5, 1.5);
    /* Firefox 4 */
    -webkit-transition-timing-function: cubic-bezier(0, 0, 1.5, 1.5);
    /* Safari and Chrome */
    -o-transition-timing-function: cubic-bezier(0, 0, 1.5, 1.5);
    /* Opera */
    /* background: url(../images/BalloonGame_bg.png);
  background-size: 100% 100%; */
}

.percentage-div img {
    width: 45px;
}

.gamezone .information-panel .info-content.img-sec img {
    height: 100%;
    object-position: center;
    object-fit: cover;
    width: 100%;
    display: none;
}

body {
    margin: 0;
    padding: 0;
}

.container_c {
    width: 100%;
    margin: 0 auto;
    background-color: black;
    height: 100vh;
    position: relative;
}

.infohead {
    font-weight: 600;
    color: #3b576b;
    margin-top: 15%;
    padding: 10px 15px;
    background-repeat: repeat-y;
    background-size: contain;
    font-size: 18px;
}

.game_bonus_sub_text {
    font-size: 16px;
    color: white;
    font-weight: 500;
    margin-top: -10px;
}

.bonus_div_cls {
    font-weight: 600;
    color: #3b576b;
    margin-top: 15%;
    padding: 10px 15px;
    background-image: url(../images/bonus_green.png);
    background-repeat: repeat-y;
    background-size: contain;
}

.infoActual_text {
    color: #b0b9c1;
    margin: 10% 7%;
    max-height: 50vh;
    overflow-y: auto;
}

.targer_Icon {
    width: 100%;
}

.clsballonfire {
    position: absolute;
    opacity: 0;
}

.bollon_img_div {
    text-align: center;
    position: relative;
    padding-top: 2%;
    padding-left: 21%;
    padding-right: 0%;
    height: 65vh;
}

.gameMain_secBg {
    width: 100%;
    height: 100%;
}

.bollon_img_c {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 60%;
}

.bb_bollon {
    opacity: 0;
    position: absolute;
}

.question1,
#bbq1 {
    position: absolute;
    top: 10%;
    left: 40%;
    animation: balloons 4s ease-in-out infinite;
    z-index: 0;
}

.desc1,
#bbi1 {
    position: absolute;
    top: 18%;
    left: 48%;
    animation: balloons1 4s ease-in-out infinite;
    z-index: 0;
}

.question2,
#bbq2 {
    position: absolute;
    top: 16%;
    left: 57%;
    animation: balloons 4s ease-in-out infinite;
    z-index: 0;
}

.desc2,
#bbi2 {
    position: absolute;
    top: 14%;
    left: 65%;
    animation: balloons1 4s ease-in-out infinite;
    z-index: 0;
}

.question3,
#bbq3 {
    position: absolute;
    top: 12%;
    left: 76%;
    animation: balloons 4s ease-in-out infinite;
    z-index: 0;
}

.desc3,
#bbi3 {
    position: absolute;
    top: 30%;
    left: 38%;
    animation: balloons1 4s ease-in-out infinite;
    z-index: 0;
}

.question4,
#bbq4 {
    position: absolute;
    top: 15%;
    left: 12%;
    animation: balloons 4s ease-in-out infinite;
    z-index: 0;
}

.desc4,
#bbi4 {
    position: absolute;
    top: 39%;
    left: 13%;
    animation: balloons1 4s ease-in-out infinite;
    z-index: 0;
}

.question5,
#bbq5 {
    position: absolute;
    top: 38%;
    left: 44%;
    animation: balloons 4s ease-in-out infinite;
    z-index: 0;
}

.desc5,
#bbi5 {
    position: absolute;
    top: 12%;
    left: 25%;
    animation: balloons1 4s ease-in-out infinite;
    z-index: 0;
}

.question6,
#bbq6 {
    position: absolute;
    top: 34%;
    left: 67%;
    animation: balloons 4s ease-in-out infinite;
    z-index: 0;
}

.desc6,
#bbi6 {
    position: absolute;
    top: 35%;
    left: 57%;
    animation: balloons1 4s ease-in-out infinite;
    z-index: 0;
}

.question7,
#bbq7 {
    position: absolute;
    top: 37%;
    left: 76%;
    animation: balloons 4s ease-in-out infinite;
    z-index: 0;
}

.desc7,
#bbi7 {
    position: absolute;
    top: 41%;
    left: 30%;
    animation: balloons1 4s ease-in-out infinite;
    z-index: 0;
}

.question8,
#bbq8 {
    position: absolute;
    top: 62%;
    left: 72%;
    animation: balloons 4s ease-in-out infinite;
    z-index: 0;
}

.desc8,
#bbi8 {
    position: absolute;
    top: 30%;
    left: 20%;
    animation: balloons1 4s ease-in-out infinite;
    z-index: 0;
}

.question9,
#bbq9 {
    position: absolute;
    top: 53%;
    left: 52%;
    animation: balloons 4s ease-in-out infinite;
    z-index: 0;
}

.desc9,
#bbi9 {
    position: absolute;
    top: 53%;
    left: 20%;
    animation: balloons1 4s ease-in-out infinite;
    z-index: 0;
}

.question10,
#bbq10 {
    position: absolute;
    top: 58%;
    left: 34%;
    animation: balloons 4s ease-in-out infinite;
    z-index: 0;
}

.desc10,
.bbi10 {
    position: absolute;
    top: 54%;
    left: 63%;
    animation: balloons1 4s ease-in-out infinite;
    z-index: 0;
}

.bow_img_cls {
    position: absolute;
    bottom: 0px;
    right: 0;
    width: 200px !important;
    height: 200px !important;
}

.bow_img_cls_1 {
    position: absolute;
    bottom: 0px;
    right: 0;
    width: 200px !important;
    height: 200px !important;
    z-index: 999999999999999999999;
    /* border:1px solid black; */
}

.bow_img_cls_2 {
    position: absolute;
    bottom: 0px;
    right: 0;
    width: 200px !important;
    height: 200px !important;
}

.bowarrow_img_css {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 125px !important;
    height: 125px !important;
    opacity: 0;
}

.target_img_cls {
    border-radius: 25px;
    position: absolute;
    opacity: 1;
    z-index: 1;
}

@keyframes balloons {
    0% {
        transform: translateY(0) rotate(0deg);
    }
    100% {
        transform: translateY(-2px) rotate(0deg);
    }
    80% {
        transform: translateY(0) rotate(-2deg);
    }
    60% {
        transform: translateY(-2px) rotate(2deg);
    }
    40% {
        transform: translateY(0) rotate(-2deg);
    }
    20% {
        transform: translateY(2px) rotate(2deg);
    }
}

@keyframes balloons1 {
    0% {
        transform: translateY(0) rotate(0deg);
    }
    100% {
        transform: translateY(0) rotate(0deg);
    }
    50% {
        transform: translateY(2px) rotate(2deg);
    }
}


/* Bowling Pin 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;
  } */
    .feedback-text-display {
        margin: auto 0px;
    }
}

@media only screen and (max-width: 1024px) and (orientation: landscape) {
    .gamezone {
        width: 45%;
    }
    .game-based-temp {
        width: 55%;
    }
}

@media only screen and (max-width: 1024px) and (orientation: portrait) {
    /* #timeContainer {
    top: 50%;
    position: absolute;
    right: 30px;
  } */
    /* .li-listing {
    height: 245px;
  } */
}

@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;
    }
}

@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 auto;
        position: absolute;
        width: 90%;
        left: 0;
        right: 0;
    }
    .game-based-temp .right-panel .question-text {
        padding: 0 30px;
        height: 100%;
    }
    /* .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: hidden;
    }
    .footer-bottom-div {
        margin: auto;
        padding-top: 15px;
        padding-bottom: 15px;
        display: flex;
        position: absolute;
        bottom: 0;
        left: 0%;
        border-top: 0px solid #151146;
        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%;
    }
}

@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 .gamezone {
        overflow: hidden;
        width: 0;
    }
    .main_section .game-based-temp {
        width: 100%;
    }
    /* .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;
    }
    .bollon_img_cls {
        height: 100px;
    }
    .targer_Icon {
        width: 55%;
    }
    .bb_bollon {
        width: 10%;
    }
    .infohead {
        margin-top: 18%;
    }
    .desc1,
    #bbi1 {
        position: absolute;
        top: 18%;
        left: 46%;
        animation: balloons1 4s ease-in-out infinite;
        z-index: 0;
    }
    .desc2,
    #bbi2 {
        position: absolute;
        top: 14%;
        left: 67%;
        animation: balloons1 4s ease-in-out infinite;
        z-index: 0;
    }
    .question3,
    #bbq3 {
        position: absolute;
        top: 12%;
        left: 80%;
        animation: balloons 4s ease-in-out infinite;
        z-index: 0;
    }
    .question4,
    #bbq4 {
        position: absolute;
        top: 43%;
        left: 40%;
        animation: balloons 4s ease-in-out infinite;
        z-index: 0;
    }
    .question5,
    #bbq5 {
        position: absolute;
        top: 33%;
        left: 48%;
        animation: balloons 4s ease-in-out infinite;
        z-index: 0;
    }
    .question6,
    #bbq6 {
        position: absolute;
        top: 34%;
        left: 72%;
        animation: balloons 4s ease-in-out infinite;
        z-index: 0;
    }
    .desc6,
    #bbi6 {
        position: absolute;
        top: 35%;
        left: 61%;
        animation: balloons1 4s ease-in-out infinite;
        z-index: 0;
    }
    .question7,
    #bbq7 {
        position: absolute;
        top: 37%;
        left: 82%;
        animation: balloons 4s ease-in-out infinite;
        z-index: 0;
    }
}

@media only screen and (max-width: 900px) and (orientation: portrait) {
    .gameMain_secBg {
        width: auto;
    }
    .bb_bollon {
        width: 10%;
    }
    .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 auto;
        position: absolute;
        width: 90%;
        left: 0;
        right: 0;
    }
    .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;
    }
    .game-based-temp .widget-card {
        display: block;
    }
    /* .game-based-temp .right-panel {
    height: auto;
  } */
    .game-based-temp {
        top: 0;
        /* position: absolute; */
        overflow: hidden;
    }
    .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 {
        width: 100%;
        padding: 15px;
        z-index: 999999999999;
        padding-left: 35px;
    }
    .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: 0;
        /* 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%;
    }
}


/* 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 {
        top: 7%;
    }
    .top-tool-elements .question-count,
    .top-tool-elements .timerCounter,
    .top-tool-elements .sound-on-off {
        padding: 5px 15px;
    }
    .endGame {
        padding: 10px 15px;
    }
    .targer_Icon {
        width: 55%;
    }
}