.content-sec.level-wise {
    padding: 30px 0
}

ul.ss-class-list.sml-list {
    justify-content: flex-start;
    border-bottom: 0
}

ul.ss-class-list.sml-list li {
    margin: 0 20px 15px 0 !important;
    width: 148px
}

a.simple-link {
    color: #15a18d;
    font-size: 16px;
    display: block
}

a.simple-link:hover,
a.text-btn {
    color: #000
}

a.text-btn {
    display: inline-block;
    background: #36e57c;
    font-size: 16px;
    line-height: 22px;
    text-decoration: none;
    border-radius: 5px;
    padding: 8px 30px;
    margin: 0;
    font-weight: 600
}

a.text-btn:hover {
    background: #15a18d;
    color: #fff
}

ul.top-scorer {
    margin: 0 -15px 20px;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start
}

ul.top-scorer li {
    list-style: none;
    display: inline-block;
    width: 33.33%;
    padding: 0 15px;
    margin: 0
}

ul.top-scorer li .score-holder {
    margin: 0 0 10px;
    padding: 0 0 10px;
    overflow: hidden;
    border-bottom: 1px solid #efefef
}

ul.top-scorer li:first-child .score-holder,
ul.top-scorer li:nth-child(2) .score-holder,
ul.top-scorer li:nth-child(3) .score-holder {
    padding-top: 10px;
    border-top: 8px solid #effcf4
}

ul.top-scorer li .score-holder .img-holder {
    margin: 0;
    float: left;
    padding: 0
}

ul.top-scorer li .score-holder .img-holder figure {
    width: 54px;
    height: 54px;
    overflow: hidden;
    border-radius: 50%
}

ul.top-scorer li .score-holder .img-holder figure img {
    object-fit: fill
}

ul.top-scorer li .score-holder .text-holder {
    overflow: hidden;
    position: relative;
    padding: 0 0 0 18px
}

ul.top-scorer li .score-holder .text-holder strong {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #000;
    display: block
}

ul.top-scorer li .score-holder .text-holder span {
    font-size: 16px;
    line-height: 20px;
    color: #000;
    display: block
}

ul.top-scorer li .score-holder .text-holder .high-score {
    position: absolute;
    right: 0;
    bottom: 0;
    font-style: normal
}

.question-side {
    width: 50%;
    background: #fff;
    border-left: 8px solid #36e57c;
    height: 100%
}

.question-box,
.question-box .mid-box1 ul,
.question-box .mid-box ul {
    margin: 0;
    padding: 0
}

.question-box .top-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    background: #e1e1e1;
    padding: 8px 0 8px 30px;
    align-items: center
}

.question-box .top-box h2 {
    margin: 0;
    font-size: 20px;
    line-height: 24px;
    width: 77%;
    padding: 0 30px 0 0
}

.question-box .top-box .switch-box {
    padding: 10px 0;
    border-left: 1px solid #c4c4c4;
    border-right: 1px solid #c4c4c4;
    width: 15%;
    text-align: center
}

.question-box .top-box .close-btn {
    padding: 0;
    width: 8%;
    text-align: center
}

@keyframes change-content {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

.switch {
    position: absolute;
    clip-path: circle(0%);
    opacity: 0
}

.radio-container,
.switch+label {
    position: relative;
    margin: 0;
    text-align: center
}

.switch+label {
    display: inline-block;
    width: 60px;
    height: 30px;
    border: 2px solid #000;
    border-radius: 30px;
    cursor: pointer;
    font-size: 12px
}

.switch+label:after,
.switch+label:before {
    display: inline-block;
    position: absolute
}

.switch+label:before {
    content: "";
    width: 20px;
    height: 20px;
    border-radius: 25px;
    left: 3px;
    top: 3px;
    background: #000;
    transition: .3s ease-in-out
}

.switch+label:after {
    display: inline-block;
    content: "Answers Mode";
    bottom: -23px;
    left: 50%;
    transform: translateX(-50%);
    color: #000;
    white-space: nowrap
}

.switch:checked+label:before {
    left: 33px;
    background: #ff3d2e
}

.switch:checked+label:after {
    content: "Question Mode";
    color: #ff3d2e;
    animation: .3s linear forwards change-content
}

.question-box .mid-box {
    padding: 30px 0 0 clamp(15px, 3vw, 30px);
}

.question-box .mid-box strong {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    display: block;
    color: #000;
    margin-bottom: 5px
}

.question-box .mid-box h3,
.question-box .mid-box1 h3 {
    margin: 0 0 20px;
    font-size: 20px;
    line-height: 24px;
    font-weight: 400
}

.question-box .mid-box ul li {
    display: block;
    list-style: none;
    padding: 0;
    margin: 0 0 10px
}

.radio-container {
    display: flex;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    height: 33px;
    width: 33px;
    align-items: center;
    justify-content: center;
    flex-basis: 33px;
    flex-grow: 0;
    flex-shrink: 0;
    transition-property: transform;
    transition-duration: .25s;
    transition-timing-function: cubic-bezier(0.75, -0.75, 0.25, 1.75)
}

@media (max-width:619px) {
    .radio-container {
        flex-grow: 1;
        flex-shrink: 1
    }
}

.radio-container input {
    position: absolute;
    opacity: 0
}

.radio-container .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
    cursor: pointer;
    transition-timing-function: ease-in-out;
    transition-duration: .2s;
    transition-property: background-color;
    background-color: #e7ede9;
    border-radius: 5px
}

.radio-container input:checked~.checkmark,
.radio-container:hover .checkmark {
    background-color: #36e57c
}

.radio-container:hover {
    transform: scale(1.1)
}

.radio-container .label {
    cursor: pointer;
    z-index: 2;
    font-size: 20px;
    border-radius: 0;
    font-weight: 400;
    color: #000
}

.radio-container span.q-detiel {
    position: absolute;
    left: 45px;
    top: 4px;
    width: 670px;
    font-weight: 500;
    font-size: 18px;
    cursor: pointer;
    text-align: left;
}

a.wrong-ans {
    font-size: 18px;
    line-height: 24px;
    display: inline-block;
    color: #ff3d2e;
    margin: 10px 0 50px
}

.question-box .last-box {
    padding: 0 0 0 clamp(15px, 3vw, 30px);
}

.question-box .last-box a {
    display: inline-block;
    margin: 0 15px 0 0;
    padding: 13px;
    width: 60px;
    height: 60px;
    border-radius: 5px;
    background: #e7ede9
}

div.cls-subj-chptr-lstngs {
    width: 100% !important;
}

/* .question-box .last-box a:hover, */
.question-box .last-box a.active {
    background: #35e87e
}

.question-box .last-box a img {
    transform: rotate(90deg)
}

.question-box .last-box a.next img {
    transform: rotate(-90deg)
}

.ss-banner-inner.left-align.test .ss-text-holder ul li span {
    width: 45%
}