.question-section {
    background-image: url(../../../Media/eng/images/bg_shadow.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    z-index: 2;
}

.card-container {
    height: 100%;
    width: 100%;
    position: relative;
}
.question_bg{
    background-color: #FFF;
    height: 100%;
    width: 100%;
    position: absolute;
}
.question-container {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    height: 100%;
    color: #fff;
    /* background-color: #191313; */
    position: relative;
}

.image-section-left {
    width: 20%;
    align-self: flex-start;
    z-index: 2;
}
.answer-options{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    gap: 1.5em;
}
.image-section-right {
    width: 33%;
}

.question {
    width: 70%;
    margin-top: 6em;
    padding: 1em;
    margin-left: 2em;
    margin-right: 2em;
    align-self: stretch;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    /* z-index: 2; */
    color: #333;
}

.question-text {
    margin-bottom: 1em;
    display: flex;
    font-family: SpartanMB_SemiBold;
    font-size: 30px;
    line-height: 30px;
}

.question-text span {
    display: block;
    /* float: left; */
}

.question-text span:nth-child(2) {
    font-size: 30px;
    margin-top: 10px;
    font-family: SpartanMB_ExtraBold;
    line-height: 37px;
    width: 100%;
    /* text-align: center; */
}

.answer-options>* {
    /* margin-bottom: 0.5em; */
    position: relative;
    width: 1050px;
}

.rightwrongCont {
    position: absolute;
    width: 31px;
    height: 31px;
    top: 13px;
    right: -15px;
    background-size: 100%;
	display: none;
}

.question-correct-answer::after {
    content: url(../../../Media/eng/images/common/qa_right.png);
    margin-left: -0.5em;
}

.question-incorrect-answer::after {
    content: url(../../../Media/eng/images/common/qa_wrong.png);
    margin-left: -0.5em;
}
input:is([type="radio"], [type="checkbox"]):checked:disabled{
    background-color: transparent;
}
.options {
    float: left;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance:    none;
    appearance:         none;
}

.options+label {
    float: left;
    display: block;
    width: auto;
    border-radius: 40px;
    transition: border-color 100ms ease;
    cursor: pointer;
    font-family: SPARTANMB_BOLD;
    font-size: 30px;
    /* text-align: center; */
}
.options+label::before{
    content: '';
    float: left;
    width: 46px;
    height: 46px;
    border: 5px solid #333333;
    cursor: pointer;
    margin-right: 30px;
    border-radius: 50%;
    margin-top: -7px;
    pointer-events: auto;
}

.options:checked+label .rightwrongCont {
    display: block;
}

.options:checked+label::after {
    /* float: left; */
    content: "";
    position: absolute;
    left: 15px;
    top: 7px;
    width: 27px;
    height: 27px;
    background: #3B4148;
    border-radius: 50%;
}

.options:checked+label .rightwrongCont {
    display: block;
}

.card-btn:hover {
    /* color: #FF9900; */
    /* border: 3px solid #FF9900; */
}

.feedback-container {
    position: absolute;
    bottom: -30px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 90%;
    min-height: 265px;
    padding-top: 3em;
    padding-bottom: 3em;
    text-align: center;
    transform: translateY(500px);
    transition: transform 500ms ease;
    background-color: #FFF;
    box-shadow: 0 0 14px #000;
    border-radius: 20px;
}

.feedback-text {
    width: 90%;
    margin: 0 auto;
    letter-spacing: 1px;
    line-height: 1.5;
    color: #333;
    font-family: 'SpartanMB_SemiBold';
    font-size: 30px;
}

.feedback-text b {
    color: #FF9900;
}

.continue-button {
    margin-top: 1em;
    margin-bottom: 1em;
    position: absolute;
    width: 350px;
    height: 104px;
    border-radius: 23px;
}

.continue_btn{
    position: absolute;
    right: 0;
    left: 0;
    top: 4px;
    margin: 0 auto;
    width: 319px;
    height: 88px;
    border-radius: 50px;
    cursor: pointer;
}
.continue_btn span{
    position: absolute;
    right: 0;
    left: 0px;
    top: 28px;
    margin: 0 auto;
    width: 275px;
    text-align: center;
    font-size: 32px;
    font-family: 'SPARTANMB_BOLD';
    pointer-events: none;
    text-shadow: 0 0 10px #FFF;
}
.feedback-container.popup {
    transform: translateY(0px);
    transition: 0.5s ease;
}

.card-btn {
    cursor: pointer;
    background-color: transparent;
    font-size: 1.5rem;
    padding: 0.5em 1.5em;
    /* border: 3px solid #FF9900; */
    /* color: #FF9900; */
    border-radius: 30px;
    /* color: #fff; */
    transition: all 100ms ease;
    margin-top: 1em;
    position: relative;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.continue-button {
    cursor: pointer;
	transition: all 0.3s ease;
}


.image-section-right.clock-container {
    display: flex;
    flex-direction: column;
    align-self: stretch;
    justify-content: space-around;
}


/********** timer logic *****************/

.clock {
    margin-top: -44px;
}

.clock .circle {
    background: url('../../../Media/eng/images/010101-05/clock.png') no-repeat;
    width: 110px;
    height: 170px;
    background-size: 100% 100%;
    margin: 0 auto;
    padding-top: 79px;
    transform-origin: top center;
    animation-name: moveClock;
    animation-delay: 0s;
    animation-timing-function: linear;
    animation-duration: 1s;
    animation-iteration-count: infinite;
}

.circle .hand {
    margin: 0px auto;
    background-color: #FFCC00;
    width: 7%;
    height: 45%;
    transform-origin: bottom;
    position: absolute;
    left: 49%;
    top: 4px;
    /* animation: animateHand 30s linear; */
}

.circle .clockcircle {
    width: 75px;
    height: 75px;
    border-radius: 50%;
    /* border: 3px solid #000; */
    margin: 0 auto;
    padding-top: 5px;
    position: relative;
}

@keyframes animateHand {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

@keyframes moveClock {
    0% {
        transform: rotate(0deg)
    }
    25% {
        transform: rotate(-8deg)
    }
    50% {
        transform: rotate(0deg)
    }
    75% {
        transform: rotate(8deg)
    }
    100% {
        transform: rotate(0deg)
    }
}


/*--------------------------------------------------------------------------Sushant-css-----------------------------------------------------------*/

.penalty .question-container {
    background: url('../../../Media/eng/images/common/Punishment_bg.jpg') no-repeat;
    background-size: 100% 100%;
}

.penalty .question-container span {
    display: block;
    float: left;
    font-size: 16px;
}

.penalty .question-container span span:nth-child(1) {
    font-size: 25px;
    margin-top: 25px;
    font-family: SpartanMB_ExtraBold;
    width: 100%;
    text-align: center;
}

.penalty .question-container span:nth-child(2) {
    font-size: 25px;
    margin-top: 15px;
    font-family: SpartanMB_ExtraBold;
    line-height: 37px;
    width: 100%;
    text-align: center;
}

.penalty .question-container span:nth-child(3) {
    margin-top: 10px;
    text-align: center;
    width: 100%;
    margin-bottom: 20px;
}

.bonus .question-container {
    background: #f05431;
    background-size: 100% 100%;
}

.bonus .question-container span {
    display: block;
    float: left;
}

.bonus .question-container span span:nth-child(1) {
    font-size: 22px;
    margin-top: 25px;
    font-family: SpartanMB_ExtraBold;
    line-height: 37px;
    width: 100%;
    /* text-align: center; */
}

.bonus .question-container span:nth-child(2) {
    font-size: 30px;
    margin-top: 15px;
    font-family: SpartanMB_ExtraBold;
    line-height: 37px;
    width: 100%;
    text-align: center;
}

.bonus .question-container span:nth-child(3) {
    margin-top: 30px;
    width: 100%;
    font-size: 30px;
    text-align: center;
    font-family: SpartanMB_ExtraBold;
}

.bonus .question-container span:nth-child(4) {
    margin-top: 8px;
    width: 100%;
    text-align: center;
}

.rapidFire .image-section-right img {
    height: 459px;
}

.windmill {
    position: absolute;
    bottom: 0;
    left: -5px;
    width: 122px;
    height: 186px;
}

.windmillStand {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 122px;
    height: 186px;
}

.windmillairline {
    width: 98px;
    height: 98px;
    position: absolute;
    top: 17px;
    left: 19px;
}

.windmillairline1 {
    width: 98px;
    height: 98px;
    position: absolute;
    top: 0;
    left: 0;
}

.windmillairline2 {
    width: 98px;
    height: 98px;
    position: absolute;
    top: 0;
    left: 0;
}

.windmillairline3 {
    width: 98px;
    height: 98px;
    position: absolute;
    top: 0;
    left: 0;
}

.windmillFan {
    position: absolute;
    bottom: 58px;
    left: 6px;
    width: 122px;
    height: 122px;
}

.CardAssesttree {
    position: absolute;
    width: 52px;
    height: 87px;
    bottom: 0;
    left: 97px;
}

.treeTrunk {
    position: absolute;
    width: 52px;
    height: 22px;
    bottom: 0;
    left: 0;
    overflow: hidden;
}

.treeTrunk img {
    position: absolute;
    bottom: 0;
}

.treeLeaf {
    position: absolute;
    width: 52px;
    height: 68px;
    bottom: 0;
    left: 0;
    overflow: hidden;
    transform-origin: bottom center;
    transition: ease all 2s;
}

.bCard_star_img {
    width: 422px;
    height: 499px;
    position: absolute;
    left: -79px;
    top: -60px;
}

.bCard_star_img img {
    width: 422px;
    height: 499px;
    position: absolute;
    left: 0;
    top: 0;
}

.bonus .question {
    margin-left: 9em;
    z-index: 2;
}

.bonus .image-section-left {
    margin-top: 4em;
    margin-left: 2em;
}

.bonus .feedback-container {
    z-index: 4;
}

.bouns .bCard_star_img {
    display: block;
}

.penalty .bCard_star_img {
    display: none;
}

.penalty .feedback-container {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    width: max-content;
    min-height: 0px;
    width: max-content;
    min-height: 0px;
    background-color: transparent;
}

article.step70>div.question-container>div.question>h1>span>span:nth-child(1) {
    font-size: 18px;
}

.progress-bar {
    position: absolute;
    width: 100%;
    bottom: 0%;
    height: 8px;
    background-color: rgba(0, 0, 0, 0.5);
}

.current-progress {
    position: absolute;
    width: 0%;
    bottom: 0%;
    height: 7px;
    background-color: rgba(245, 244, 240, 0.856);
    border-radius: 20px;
}

.playPause {
    position: absolute;
    bottom: 5%;
    left: 95%;
    background: white;
    border-radius: 50%;
    padding: 0.5em;
    cursor: pointer;
}

.replay-button {
    margin-top: 1em;
}

.video-feedback-container {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 2em;
}