@-webkit-keyframes needs-icon {
    from {
        background-color: #fff
    }
    to {
        background-color: #000
    }
}

@keyframes needs-icon {
    from {
        background-color: #fff
    }
    to {
        background-color: #000
    }
}

.glyphicon, .tb-icon {
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    display: inline-block;
    vertical-align: middle
}

.glyphicon:before, .tb-icon:before {
    content: "#";
    background-color: #000;
    -webkit-animation-name: needs-icon;
    animation-name: needs-icon;
    -webkit-animation-duration: 10s;
    animation-duration: 10s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

@keyframes needs-icon {
    from {
        background-color: #fff
    }
    to {
        background-color: #000
    }
}

.glyphicon, .tb-icon {
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    display: inline-block;
    vertical-align: middle
}

.glyphicon:before, .tb-icon:before {
    content: "#";
    background-color: #000;
    -webkit-animation-name: needs-icon;
    animation-name: needs-icon;
    -webkit-animation-duration: 10s;
    animation-duration: 10s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

.promotions-view-all {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%
}

@media (min-width: 768px) {
    .promotions-view-all {
        padding-bottom: 30px;
        max-width: 726px
    }
}

@media (max-width: 991.98px) {
    .promotions-view-all {
        margin-bottom: 15px;
        width: 100vw;
        max-width: 100vw
    }
}

.promotions-view-all .view-all-heading {
    font-weight: 600;
    color: #000
}

@media (min-width: 768px) {
    .promotions-view-all .view-all-heading {
        font-size: 1.5rem
    }
}

@media (max-width: 991.98px) {
    .promotions-view-all .view-all-heading {
        font-size: 1.125rem
    }
}

.promotions-view-all .view-all-link {
    color: #0ad0f4;
    text-decoration: none !important
}

@media (min-width: 768px) {
    .promotions-view-all .view-all-link {
        font-size: 14px
    }
}

@media (max-width: 991.98px) {
    .promotions-view-all .view-all-link {
        font-size: 12px
    }
}

.promotions-quiz-card {
    position: relative;
    height: 20rem
}

.promotions-quiz-card .quiz-card-subject {
    color: #000;
    font-size: 1rem;
    margin-bottom: 10px;
    min-height: 45px
}

.promotions-quiz-card .quiz-card-tag {
    margin-bottom: 10px;
    max-height: 45px;
    overflow: auto;
    min-height: 25px
}

.promotions-quiz-card .quiz-card-expire {
    font-size: .75rem;
    margin-bottom: 10px;
    color: #646f79
}

.promotions-quiz-card .quiz-card-details {
    position: absolute;
    bottom: 55px;
    list-style: none;
    margin: 0;
    padding: 0;
    left: 15px;
    right: 15px
}

.promotions-quiz-card .quiz-card-list {
    text-transform: uppercase;
    font-size: 12px;
    color: #86a1ae;
    padding: 10px 0
}

.promotions-quiz-card .quiz-card-list + li {
    border-top: 1px solid #dfe4e8
}

.promotions-quiz-card .quiz-card-actions {
    position: absolute;
    left: 15px;
    right: 15px;
    bottom: 15px
}

.promotions-quiz-card .quiz-count {
    float: right;
    color: #000;
    text-transform: lowercase
}

.promotions-video-card {
    position: relative;
    padding: 0;
    overflow: hidden
}

.promotions-video-card.active, .promotions-video-card:hover {
    cursor: pointer
}

.promotions-video-card .video-card-header {
    height: 135px;
    display: block;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover
}

.promotions-video-card .video-card-body {
    padding: 10px 15px;
    min-height: 125px;
    border-bottom: 1px solid #ecf0f2
}

.promotions-video-card .video-card-title {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    color: #000;
    margin-bottom: 5px
}

.promotions-video-card .video-card-subtitle {
    color: #86a1ae;
    font-size: 12px;
    text-transform: capitalize
}

.promotions-video-card .video-card-footer {
    padding: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.promotions-video-card .video-card-footer .badge {
    font-size: 12px;
    width: 48px
}

.promotions-video-card .video-card-views {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    color: #86a1ae;
    font-size: 12px
}

.promotions-test-card {
    display: none
}

@media (min-width: 768px) {
    .promotions-test-card {
        background-color: #fff;
        border-radius: 4px;
        position: relative;
        padding: 25px;
        display: block;
        -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, .153872);
        box-shadow: 0 2px 4px rgba(0, 0, 0, .153872);
        background-image: -o-linear-gradient(top, rgba(10, 208, 244, .2) 2.69%, rgba(255, 255, 255, .0001) 185px);
        background-image: linear-gradient(180deg, rgba(10, 208, 244, .2) 2.69%, rgba(255, 255, 255, .0001) 185px)
    }

    .promotions-test-card__header {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        margin-bottom: 30px
    }

    .promotions-test-card__header .btn {
        position: absolute;
        right: 0;
        top: calc(50% - 18px);
        min-width: 145px
    }

    .promotions-test-card__title {
        font-size: 20px;
        font-weight: 600;
        color: #000;
        line-height: 30px;
        width: 75%
    }

    .promotions-test-card__count {
        font-size: 14px;
        color: #646f79;
        line-height: 30px;
        font-weight: 500
    }

    .promotions-test-card__details {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        font-size: 16px;
        font-weight: 600;
        margin-bottom: 30px
    }

    .promotions-test-card__details > div {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        min-width: -webkit-max-content;
        min-width: -moz-max-content;
        min-width: max-content;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center;
        margin-right: 40px
    }

    .promotions-test-card__details span {
        color: #646f79;
        font-size: 14px;
        font-weight: 400
    }

    .promotions-test-card__heading {
        font-size: 16px;
        font-weight: 600;
        margin-bottom: 15px
    }

    .promotions-test-card__list {
        position: relative;
        background: #fff;
        border: 1px solid #dfe4e8;
        border-radius: 4px;
        padding: 15px 20px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 15px
    }

    .promotions-test-card__list:last-child {
        margin-bottom: 0
    }

    .promotions-test-card__list .btn {
        position: absolute;
        right: 20px;
        top: calc(50% - 16px);
        min-width: 110px
    }

    .promotions-test-card__column {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: baseline;
        -ms-flex-align: baseline;
        align-items: baseline;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .promotions-test-card__column:nth-child(1) {
        margin-bottom: 5px
    }

    .promotions-test-card__subject {
        font-size: 16px;
        font-weight: 500;
        color: #000;
        line-height: 26px
    }
}

.promotions-course-card {
    display: none
}

@media (min-width: 768px) {
    .promotions-course-card {
        position: relative;
        background: #fff;
        padding: 0 25px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .promotions-course-card__list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        padding: 25px 0;
        border-bottom: 1px solid #9797971a;
        cursor: pointer
    }

    .promotions-course-card__list:last-child {
        border-bottom: 0
    }

    .promotions-course-card__img {
        width: 200px;
        height: 110px;
        background-size: cover;
        background-position: center center;
        border-radius: 4px;
        overflow: hidden;
        margin-right: 20px
    }

    .promotions-course-card__content {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        height: 110px;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1
    }

    .promotions-course-card__title {
        color: #000;
        font-size: 16px;
        font-weight: 500;
        margin-bottom: 5px
    }

    .promotions-course-card__details {
        color: #646f79;
        font-size: 14px;
        max-width: 440px;
        overflow: hidden;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        white-space: nowrap;
        margin-bottom: 10px
    }

    .promotions-course-card__rating {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        color: #000;
        font-size: 12px
    }

    .promotions-course-card__rating .badge {
        font-size: 12px;
        font-weight: 900;
        width: auto;
        padding-left: 14px
    }

    .promotions-course-card__owner {
        color: #86a1ae;
        font-size: 12px;
        position: absolute;
        left: 0;
        bottom: 0
    }
}

.promotions-pass-blurb {
    display: none
}

@media (min-width: 768px) {
    .promotions-pass-blurb {
        display: block;
        position: relative;
        background-color: #fff;
        border-radius: 8px;
        background-image: url(/assets/img/promotions/pass-blurb-bg.svg);
        background-repeat: no-repeat;
        background-size: cover;
        padding: 30px 25px 5px;
        color: #fff;
        overflow: hidden;
        margin-bottom: 30px
    }

    .promotions-pass-blurb__logo {
        width: 160px;
        margin-bottom: 20px
    }

    .promotions-pass-blurb__title {
        font-size: 20px;
        font-weight: 900;
        line-height: 32px;
        margin-bottom: 25px
    }

    .promotions-pass-blurb__title span {
        font-size: 14px;
        font-weight: 400;
        display: block;
        margin-bottom: 0;
        line-height: 1;
        text-transform: uppercase
    }

    .promotions-pass-blurb__price {
        font-size: 18px;
        font-weight: 600;
        margin-bottom: 20px
    }

    .promotions-pass-blurb__price span {
        font-weight: 400;
        font-size: 14px;
        opacity: .8;
        margin-bottom: 5px;
        line-height: 1;
        display: block
    }

    .promotions-pass-blurb__btn {
        display: block;
        font-size: 14px;
        font-weight: 600;
        color: #2a75bb;
        background: #fff;
        width: 100%;
        height: 36px
    }

    .promotions-pass-blurb__footer {
        font-size: 12px;
        padding: 15px 0;
        text-align: center;
        width: 100%
    }

    .promotions-pass-blurb__footer.active, .promotions-pass-blurb__footer:hover {
        cursor: pointer
    }
}

.promotions-select-blurb {
    display: none
}

@media (min-width: 768px) {
    .promotions-select-blurb {
        display: block;
        position: relative;
        background-color: #fff;
        border-radius: 8px;
        background-image: url(/assets/img/promotions/select-blurb-bg.svg);
        background-repeat: no-repeat;
        background-size: cover;
        padding: 25px;
        color: #fff;
        overflow: hidden;
        margin-bottom: 30px
    }

    .promotions-select-blurb__logo {
        width: 108px;
        margin-bottom: 20px;
        display: block
    }

    .promotions-select-blurb__badge {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        background: rgba(77, 154, 225, .21);
        border: 1px solid #4d9ae1;
        border-radius: 4px;
        font-size: 12px;
        color: #fff;
        padding: 3px 10px;
        margin-bottom: 12px;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none
    }

    .promotions-select-blurb__title {
        font-size: 16px;
        font-weight: 600;
        margin-bottom: 15px
    }

    .promotions-select-blurb__title .badge {
        height: 15px;
        width: 39px;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding-left: 14px;
        margin-left: 5px
    }

    .promotions-select-blurb__list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        padding: 5px 0;
        font-size: 12px
    }

    .promotions-select-blurb__btn {
        width: 100%;
        font-size: 14px;
        font-weight: 600;
        height: 36px;
        color: #000;
        background: #fff;
        margin-top: 15px
    }
}

.popular-courses__select-logo {
    width: 140px;
    height: 18px;
    background: url(/assets/img/select/tb-select-logo-white.svg) no-repeat;
    background-size: contain
}

.popular-courses__card {
    padding: 27px 15px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

@media (max-width: 991.98px) {
    .popular-courses__card {
        margin-bottom: 15px
    }
}

.popular-courses__category {
    padding: 4px 20px;
    border: 1px solid #86a1ae;
    color: #646f79;
    text-align: center;
    border-radius: 2px;
    text-decoration: none !important;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    font-size: 14px;
    margin-right: 10px;
    background-color: transparent;
    height: 32px
}

.popular-courses__category.active, .popular-courses__category:hover {
    border-color: #4788f4;
    color: #4788f4;
    background-color: rgba(71, 136, 244, .05)
}

.popular-courses__category.active .dropdown-toggle, .popular-courses__category:hover .dropdown-toggle {
    color: #4788f4 !important
}

.popular-courses__d-toggle {
    border: 0;
    height: 100%;
    padding-right: 8px;
    line-height: 1.3;
    display: block;
    color: #646f79
}

.popular-courses__d-menu {
    width: 330px;
    border-radius: 4px;
    padding: 10px 0;
    left: -270px !important;
    top: 10px !important;
    z-index: 1
}

@media (max-width: 991.98px) {
    .popular-courses__d-menu {
        right: 0 !important;
        -webkit-transform: unset !important;
        -ms-transform: unset !important;
        transform: unset !important;
        top: 42px !important;
        left: unset !important;
        width: 260px
    }
}

.popular-courses__list {
    padding: 10px 25px;
    font-size: 14px;
    color: #646f79;
    cursor: pointer;
    display: block
}

.popular-courses__list:hover {
    text-decoration: none;
    background-color: rgba(71, 136, 244, .05);
    color: #646f79
}

.popular-courses__list.active {
    color: #4788f4
}

.popular-courses__name {
    font-weight: 600;
    font-size: 18px;
    margin-bottom: .625rem
}

@media (max-width: 991.98px) {
    .popular-courses__name {
        overflow: hidden;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        white-space: nowrap;
        font-size: .75rem
    }
}

.popular-courses__tag {
    border-radius: 4px;
    padding: 5px 10px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: .6875rem;
    height: 27px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    white-space: nowrap
}

.popular-courses__content {
    z-index: 30;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media (min-width: 768px) {
    .popular-courses__content {
        width: 60%
    }
}

@media (max-width: 991.98px) {
    .popular-courses__content {
        overflow: hidden
    }
}

.popular-courses__img-box {
    background-image: url(/assets/img/select/select-page-teacher.png);
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: cover;
    z-index: 1;
    margin-right: 15px;
    border-radius: 4px;
    height: 80px;
    width: 130px
}

@media (min-width: 768px) {
    .popular-courses__img-box {
        height: 115px;
        width: 205px
    }
}

.popular-courses__img {
    margin-right: 15px;
    border-radius: 4px;
    height: 80px;
    min-width: 135px;
    width: 135px
}

@media (min-width: 768px) {
    .popular-courses__img {
        min-width: 205px;
        width: 205px;
        height: 115px;
        margin-right: 22px
    }
}

.popular-courses__details {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: .75rem;
    color: #646f79;
    font-weight: 200
}

.popular-courses__details > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 1rem
}

@media (max-width: 991.98px) {
    .popular-courses__details {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.select-live-badge {
    width: 70px;
    font-size: 16px;
    line-height: 2.1;
    padding-right: 8px
}

@media (max-width: 991.98px) {
    .select-live-badge {
        width: 60px;
        font-size: 12px
    }
}

.select-live-badge:after {
    height: 10px;
    width: 10px;
    left: 8px
}

.mweb-course-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    overflow: auto;
    padding: 15px;
    max-height: 500px;
    background: #fff
}

.mweb-course-card .course-card {
    width: 100%;
    min-height: 135px;
    height: 100%;
    margin: 0 0 1.25rem;
    border-bottom: 1px solid #ecf0f2;
    padding: 0 0 1rem
}

.mweb-course-card .course-card:last-child {
    margin: 0;
    border: none;
    padding: none
}

@media (min-width: 768px) {
    .mweb-course-card {
        width: 100%;
        max-height: 700px;
        max-width: 726px;
        padding: 0 1.5rem
    }

    .mweb-course-card .course-card {
        width: 100%;
        min-height: 165px;
        height: 100%;
        padding: 1.5rem 0;
        margin: 0
    }
}

.popular-courses__card, .your-courses__card {
    position: relative;
    border-radius: 4px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    cursor: pointer
}

@media (min-width: 768px) {
    .popular-courses__card, .your-courses__card {
        height: 220px
    }
}

.popular-courses__card .gradient-left, .your-courses__card .gradient-left {
    position: absolute;
    left: 0;
    width: 342px;
    bottom: 0;
    border-top-right-radius: 100%;
    border-bottom-right-radius: 100%;
    height: 387px;
    top: -58px
}

.popular-courses__card .gradient-right, .your-courses__card .gradient-right {
    position: absolute;
    bottom: -119px;
    right: -70px;
    height: 298px;
    width: 298px;
    border-radius: 100%
}

@keyframes needs-icon {
    from {
        background-color: #fff
    }
    to {
        background-color: #000
    }
}

.glyphicon, .tb-icon {
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    display: inline-block;
    vertical-align: middle
}

.glyphicon:before, .tb-icon:before {
    content: "#";
    background-color: #000;
    -webkit-animation-name: needs-icon;
    animation-name: needs-icon;
    -webkit-animation-duration: 10s;
    animation-duration: 10s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

.hide-cross .quiz-solution-view .tb-close {
    display: none !important
}

.hide-cross .quiz-solution-view .modal {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 750px;
    height: 750px
}

.hide-cross .quiz-solution-view .modal-dialog {
    margin: 1.75rem auto !important
}

.quiz-solution-view .scroll-btn:before {
    background: #1b1b1b !important;
    width: 30px !important;
    height: 42px
}

.quiz-solution-view .scroll-btn .chevron {
    position: absolute
}

.quiz-solution-view .scroll-btn .chevron--right {
    left: -3px !important
}

.quiz-solution-view .scroll-btn .chevron--left {
    left: -13px !important
}

.quiz-solution-view .scroll-btn .chevron--left:before {
    -webkit-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    transform: rotate(225deg)
}

@media (min-width: 768px) {
    .quiz-solution-view .modal-dialog {
        width: 640px
    }

    .quiz-solution-view .modal-content {
        height: calc(100vh - 3.5rem)
    }
}

@media (max-width: 991.98px) {
    .quiz-solution-view {
        overflow: hidden
    }

    .quiz-solution-view .modal-dialog {
        margin: 0
    }

    .quiz-solution-view .modal-dialog .modal-content {
        border-width: 0;
        border-radius: 0;
        height: 100vh
    }
}

.quiz-solution-view .modal-header {
    height: 4rem
}

.quiz-solution-view .modal-header .modal-title {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.quiz-solution-view .modal-header .close {
    width: 30px;
    height: 30px;
    margin: 0 0 0 1.5rem
}

.quiz-solution-view .modal-body {
    height: calc(100vh - 4rem - 48px - 52px);
    overflow-y: auto
}

@media (min-width: 768px) {
    .quiz-solution-view .modal-body {
        height: calc(100vh - 60px - 4rem - 48px - 60px)
    }
}

@media (min-width: 768px) {
    .quiz-solution-view .question-nav-controls {
        border-radius: 0 0 .25rem .25rem
    }
}

.quiz-solution-view .quiz-next-question, .quiz-solution-view .quiz-prev-question {
    position: absolute;
    right: 100%;
    top: 50%;
    width: 44px;
    height: 44px;
    display: none;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%)
}

@media (min-width: 768px) {
    .quiz-solution-view .quiz-next-question, .quiz-solution-view .quiz-prev-question {
        display: block
    }
}

.quiz-solution-view .quiz-next-question .tb-arrow, .quiz-solution-view .quiz-prev-question .tb-arrow {
    width: 38px;
    height: 38px
}

.quiz-solution-view .quiz-next-question .tb-arrow:before, .quiz-solution-view .quiz-prev-question .tb-arrow:before {
    left: 12px;
    width: 14px;
    height: 14px
}

.quiz-solution-view .quiz-next-question .tb-arrow:after, .quiz-solution-view .quiz-prev-question .tb-arrow:after {
    width: 14px
}

.quiz-solution-view .quiz-prev-question {
    left: -50px
}

.quiz-solution-view .quiz-next-question {
    right: -40px
}

.quiz-solution-view .like-dislike-panel {
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    color: #86a1ae;
    padding: 1rem 1.5rem 0;
    border-top: 1px solid rgba(151, 151, 151, .2);
    font-size: 14px;
    margin-left: -1.5rem;
    margin-right: -1.5rem
}

@media (max-width: 991.98px) {
    .quiz-solution-view .like-dislike-panel {
        font-size: .75rem;
        padding: 10px
    }
}

.quiz-solution-view .like-dislike-panel .btn {
    border: solid 1px #ecf0f2;
    background: 0 0;
    color: #86a1ae;
    margin-left: 20px;
    min-width: 75px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.quiz-solution-view .like-dislike-panel .btn.active, .quiz-solution-view .like-dislike-panel .btn:hover {
    background-color: #f6f7f9;
    color: #4788f4 !important
}

.quiz-solution-view .like-dislike-panel .btn.active path, .quiz-solution-view .like-dislike-panel .btn:hover path {
    fill: #4788f4
}

@media (max-width: 991.98px) {
    .quiz-solution-view .like-dislike-panel .btn {
        padding: 4px 8px;
        min-width: unset;
        margin-left: 10px
    }
}

.solution-nav {
    background-color: #1b1b1b;
    position: relative;
    height: 50px;
    overflow: hidden;
    border-radius: 0 0 2px 2px
}

.solution-nav .scroll-btn {
    color: #fff;
    background: 0 0;
    right: 15px
}

.solution-nav .scroll-btn:before {
    display: none
}

.solution-nav .ques-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 48px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 85%;
    margin: 0 auto;
    padding: 0
}

.que-label {
    font-size: .875rem;
    line-height: 1.6;
    position: relative;
    display: inline-block;
    border-radius: 12px;
    background: #7e8b91;
    color: #fff;
    text-align: center;
    margin: 0 1rem;
    width: 24px;
    height: 24px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.que-label.state-correct {
    color: #fff;
    background-color: #0ece6d
}

.que-label.state-incorrect {
    color: #fff;
    background-color: #e4174f
}

.que-label.state-partial-correct {
    color: #fff;
    background: #ffd03b
}

.que-label.current-que::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: -16px;
    display: block;
    background-color: #fff;
    margin: 0 auto;
    width: 8px;
    height: 8px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.quiz-options-list {
    list-style: none;
    padding: .1rem .9rem;
    margin: 0 0 1rem
}

.quiz-options-list-item {
    margin: 0 0 10px;
    min-height: 60px;
    border: 1px solid #dfe4e8;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: .25rem;
    font-size: .875rem
}

body:not(.is-mobile) .quiz-options-list-item:hover {
    background-color: #dfe4e8
}

body:not(.is-mobile) .quiz-options-list-item:hover .option-content {
    color: #000
}

.quiz-options-list-item .option-label {
    float: left;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    line-height: 22px;
    background-color: #7e8b91;
    width: 24px;
    height: 24px
}

.quiz-options-list-item .option-label-num {
    float: left;
    border-radius: 4px;
    padding: 0 5px;
    color: #fff;
    text-align: center;
    line-height: 22px;
    background-color: #7e8b91
}

.quiz-options-list-item .option-label-state {
    position: absolute;
    right: 0;
    bottom: 0;
    color: #fff;
    padding: 0 .5rem 1px;
    border-radius: .25rem 0 .25rem 0;
    visibility: hidden
}

.quiz-options-list-item .option-label-state::after {
    font-size: 12px
}

.quiz-options-list-item .option-label-state .tb-clear {
    display: none
}

.quiz-options-list-item .option-label-state .tb-check {
    display: none;
    margin-right: 6px
}

.quiz-options-list-item.state-marked, .quiz-options-list-item.state-marked:focus, .quiz-options-list-item.state-marked:hover {
    background-color: #eff2f4
}

.quiz-options-list-item.state-attempted {
    cursor: default;
    pointer-events: none
}

.quiz-options-list-item.state-correct, .quiz-options-list-item.state-incorrect, .quiz-options-list-item.state-missed, .quiz-options-list-item.state-partial {
    z-index: 2
}

.quiz-options-list-item.state-correct .option-label, .quiz-options-list-item.state-incorrect .option-label, .quiz-options-list-item.state-missed .option-label, .quiz-options-list-item.state-partial .option-label {
    color: #fff
}

.quiz-options-list-item.state-correct .option-label-state, .quiz-options-list-item.state-incorrect .option-label-state, .quiz-options-list-item.state-missed .option-label-state, .quiz-options-list-item.state-partial .option-label-state {
    visibility: visible
}

.quiz-options-list-item.state-correct .option-content, .quiz-options-list-item.state-incorrect .option-content, .quiz-options-list-item.state-missed .option-content, .quiz-options-list-item.state-partial .option-content {
    margin-bottom: .33333rem
}

.quiz-options-list-item.state-missed {
    background-color: rgba(171, 238, 206, .05);
    border-color: #0ece6d;
    border-style: dashed
}

.quiz-options-list-item.state-missed .option-label {
    background-color: #abeece;
    color: #20b24e
}

.quiz-options-list-item.state-missed .option-label-state {
    background-color: #abeece;
    color: #20b24e
}

.quiz-options-list-item.state-missed .option-label-state::after {
    content: 'Missed Answer'
}

.quiz-options-list-item.state-missed .option-label-state::before {
    content: '!';
    position: relative;
    top: 1px;
    color: #27ae60;
    height: 14px;
    width: 6px
}

.quiz-options-list-item.state-missed .option-label-state .tb-check {
    display: inline-block;
    border-right: 1.5px solid #fff;
    border-bottom: 1.5px solid #fff
}

.quiz-options-list-item.state-missed.state-marked .option-label-state::after {
    content: 'Your Answer'
}

.quiz-options-list-item.state-correct {
    background-color: rgba(14, 206, 109, .05);
    border: 1px solid #0ece6d;
    color: #000
}

.quiz-options-list-item.state-correct .option-label {
    background-color: #0ece6d;
    color: #fff
}

.quiz-options-list-item.state-correct .option-label-state {
    background-color: #0ece6d
}

.quiz-options-list-item.state-correct .option-label-state::after {
    content: 'Correct Answer'
}

.quiz-options-list-item.state-correct .option-label-state .tb-check {
    display: inline-block;
    border-right: 1.5px solid #fff;
    border-bottom: 1.5px solid #fff
}

.quiz-options-list-item.state-correct.state-marked .option-label-state::after {
    content: 'Your Answer'
}

.quiz-options-list-item.state-partial {
    background-color: rgba(14, 206, 109, .05);
    border: 1px dashed #0ece6d;
    color: #000
}

.quiz-options-list-item.state-partial .option-label {
    background-color: #abeece;
    color: #20b24e
}

.quiz-options-list-item.state-partial .option-label-state {
    background-color: #abeece;
    color: #20b24e
}

.quiz-options-list-item.state-partial .option-label-state::after {
    content: '! Missed Answer'
}

.quiz-options-list-item.state-partial.state-marked .option-label-state::after {
    content: 'Your Answer'
}

.quiz-options-list-item.state-incorrect {
    background-color: rgba(228, 23, 79, .02);
    color: #000;
    border: 1px solid #e4174f
}

.quiz-options-list-item.state-incorrect .option-label {
    background-color: #e4174f;
    color: #fff
}

.quiz-options-list-item.state-incorrect .option-label-state {
    background-color: #e4174f
}

.quiz-options-list-item.state-incorrect .option-label-state::after {
    content: 'Your Answer'
}

.quiz-options-list-item.state-incorrect .option-label-state .tb-clear {
    display: inline-block;
    vertical-align: inherit
}

.quiz-options-list-item .option-content {
    margin-left: .8rem;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    color: #000
}

.quiz-options-list-item .option-content p {
    margin: 0
}

.modal-hero--coupon-panel {
    z-index: 1100
}

.modal-hero--coupon-panel .modal-hero-dialog {
    width: 420px;
    border-right: 4px
}

.modal-hero--coupon-panel .modal-hero-header {
    font-weight: 500;
    font-size: 20px;
    margin: 1rem 0 1rem 1rem
}

.modal-hero--coupon-panel .modal-hero-content {
    top: 60px;
    padding: 1.5rem
}

.modal-hero--coupon-panel__dash {
    border-bottom: 1px solid #d3d3d3;
    margin: 20px 0
}

.modal-hero--coupon-panel__coupon-input {
    border-radius: 5rem 0 0 5rem !important
}

.modal-hero--coupon-panel__apply-btn {
    border-radius: 0 5rem 5rem 0;
    margin-left: -8px
}

.modal-hero--coupon-panel__offers {
    margin-top: 20px
}

.modal-hero--coupon-panel__offers-title {
    font-size: 14px;
    color: #646f79
}

.modal-hero--coupon-panel__offers-card-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.modal-hero--coupon-panel__offers-card-header img {
    width: 30%
}

.modal-hero--coupon-panel__offers-card-header .timer {
    color: red
}

.modal-hero--coupon-panel__offers-card-text {
    font-weight: 700;
    font-size: 20px
}

.modal-hero--coupon-panel__offers-card-body {
    color: #646f79
}

.modal-hero--coupon-panel__offers-card-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.modal-hero--coupon-panel__offers-card-footer span {
    background-color: #edeced;
    color: #3b4a54;
    padding: 5px;
    font-size: 10px
}

.modal-hero--coupon-panel__offers-card-footer-apply {
    color: #0ad0f4
}

.go-back-arrow {
    width: 30px
}

.inline-coupon {
    border: 1px dotted #979797;
    margin: 0;
    padding: .5rem;
    width: 100%
}

.inline-coupon__mweb {
    font-size: .8rem;
    background-color: #ecf0f2;
    padding: 10px
}

.inline-coupon__desktop {
    font-size: .875rem;
    text-align: left;
    width: 100%;
    margin: auto
}

@media screen and (min-width: 768px) {
    .inline-coupon__desktop {
        border: 1px dashed #ffa270;
        padding: 10px;
        background: #fff7f2
    }
}

.inline-coupon__simple {
    font-size: .8rem;
    color: #fff;
    text-align: center
}

.inline-coupon__simple a {
    color: #fff;
    text-decoration: underline;
    -webkit-text-decoration-color: #fff;
    text-decoration-color: #fff
}

.font-bold {
    font-weight: 600
}

.discount-text {
    color: #25cd71
}

.coupon-modal {
    overflow: hidden;
    padding: 0 !important
}

.coupon-modal #couponcode-iframe {
    width: 418px;
    height: 100vh;
    display: block;
    margin-left: auto
}

@media screen and (max-width: 768px) {
    .coupon-modal #couponcode-iframe {
        width: 100%
    }
}

#couponcodeIframeName {
    width: 100%;
    height: 100%
}

.promotions-header {
    position: relative;
    background: #fff;
    padding-top: 10px;
    padding-bottom: 10px
}

.promotions-banner {
    background: #4788f4;
    padding: 33px 0
}

@media (max-width: 991.98px) {
    .promotions-banner {
        margin: 30px 15px;
        border-radius: 4px
    }
}

.promotions-banner__heading {
    color: #fff;
    text-align: center;
    font-weight: 600
}

@media (max-width: 991.98px) {
    .promotions-banner__heading {
        font-size: 1.125rem;
        margin-bottom: 22.5px
    }
}

@media (min-width: 768px) {
    .promotions-banner__heading {
        font-size: 32px;
        margin-bottom: 30px
    }
}

.promotions-banner__footer {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.promotions-banner__footer button {
    color: #000;
    font-weight: 600
}

@media (max-width: 991.98px) {
    .promotions-banner__footer button {
        padding: 8px 26px;
        margin: 8px 6px;
        font-size: 12px;
        min-width: calc(50% - 10px)
    }
}

@media (min-width: 768px) {
    .promotions-banner__footer button {
        padding: 8px 45px;
        margin: 10px 15px;
        font-size: 14px
    }
}

.promotions-banner__footer-heading {
    color: #fff;
    margin-bottom: 5px;
    font-size: 14px
}

@media (max-width: 991.98px) {
    .promotions-banner__footer-heading {
        font-size: 14px
    }
}

@media (min-width: 768px) {
    .promotions-banner__footer-heading {
        font-size: 16px
    }
}

@media (min-width: 768px) {
    .promotions-announcement {
        padding: 15px 22px;
        border-radius: 4px
    }
}

@media (max-width: 991.98px) {
    .promotions-announcement {
        border-radius: 8px
    }
}

.promotions-announcement__heading {
    font-size: 18px;
    margin-bottom: 5px;
    color: #000;
    font-weight: 500
}

@media (min-width: 768px) {
    .promotions-announcement__heading {
        margin-bottom: 8px;
        font-weight: 600
    }
}

.promotions-announcement__number {
    color: #1e2022;
    line-height: 48px;
    margin-top: -7px
}

@media (max-width: 991.98px) {
    .promotions-announcement__number {
        font-size: 22px;
        font-weight: 600
    }
}

@media (min-width: 768px) {
    .promotions-announcement__number {
        font-size: 32px;
        font-weight: 900;
        margin-bottom: 10px
    }
}

.promotions-announcement__number span {
    font-size: 16px;
    font-weight: 400
}

.promotions-announcement__title {
    color: #646f79;
    font-size: 12px;
    margin-bottom: 15px;
    line-height: 22px
}

@media (min-width: 768px) {
    .promotions-announcement__title {
        font-size: 14px;
        margin-bottom: 24px
    }
}

.promotions-announcement__footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 26px
}

.promotions-announcement__thanks {
    font-size: 12px;
    color: #646f79
}

.promotions-announcement:after {
    content: "";
    position: absolute;
    top: 0;
    right: 30px;
    background-image: url(/assets/img/promotions/medal.svg);
    background-repeat: no-repeat;
    background-position: left;
    height: 99px;
    width: 64px;
    background-size: cover
}

@media (min-width: 768px) {
    .promotions-announcement:after {
        height: 118px;
        width: 78px
    }
}

.promotions-score {
    display: none
}

@media (min-width: 768px) {
    .promotions-score {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        padding: 15px 22px
    }

    .promotions-score__board {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        font-size: 12px;
        color: #89959b;
        width: 40%;
        height: 50px
    }

    .promotions-score__count {
        font-size: 14px;
        font-weight: 600;
        color: #000
    }
}

.promotions-chart {
    display: none
}

@media (min-width: 768px) {
    .promotions-chart {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 15px 22px
    }

    .promotions-chart__circle {
        height: 102px;
        width: 102px;
        border-radius: 100%
    }

    .promotions-chart__state-holder {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-left: 30px;
        padding: 10px 0;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1
    }

    .promotions-chart__state {
        position: relative;
        color: #86a1ae;
        padding: 3px 0 3px 20px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 100%;
        text-transform: uppercase;
        font-size: 12px
    }

    .promotions-chart__state span {
        font-size: 20px;
        font-weight: 900
    }

    .promotions-chart__state:after {
        content: "";
        position: absolute;
        left: 0;
        top: calc(50% - 5px);
        height: 10px;
        width: 10px;
        background: #fff;
        border-radius: 100%
    }

    .promotions-chart__state.state-correct:after {
        background: #7ee071
    }

    .promotions-chart__state.state-incorrect:after {
        background: #f46150
    }

    .promotions-chart__state.state-skipped:after {
        background: #dbecf8
    }
}

.promotions-status {
    display: none
}

@media (max-width: 991.98px) {
    .promotions-status {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        border-radius: 8px
    }

    .promotions-status__header {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 100%;
        padding: 2px 0
    }

    .promotions-status__list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center;
        color: #646f79;
        font-size: 12px
    }

    .promotions-status__list span {
        font-weight: 600;
        font-size: 15px;
        color: #000
    }

    .promotions-status__divider {
        height: 2px;
        background: #ecf0f2;
        border: 0;
        width: 100%;
        margin: 10px 0
    }

    .promotions-status__number {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        font-size: 12px;
        padding-top: 8px;
        padding-bottom: 8px
    }

    .promotions-status__number span {
        margin-left: 5px;
        font-weight: 600;
        white-space: nowrap
    }

    .promotions-status__number small {
        font-weight: 400
    }

    .promotions-status__number img {
        margin-right: 5px
    }
}

.promotions-attempt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    color: #3b4a54;
    font-size: 12px
}

@media (min-width: 768px) {
    .promotions-attempt {
        font-size: 16px
    }
}

.promotions-share {
    display: inline-block;
    background-image: url(/assets/img/promotions/share-big.svg);
    height: 26px;
    width: 130px;
    background-size: contain
}