.winner__box {
    padding: 2em;
    border-radius: 16px;
    border: 1px solid #ddd;
    margin-bottom: 1.5em;
    background: #214589;
    color: #fff;
    position: relative;
}
.winner__block {
    padding: 1em;
    margin-bottom: 6em !important;
}
.winner__block h2 {
    margin-bottom: 0;
    color: #fff;
}
.winner__image figure {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto;
    margin-bottom: 1em;
}
.winner__points {
    font-size: 0.875rem;
    margin-bottom: 2em;
}
.winner__position h3 {
    font-size: 3rem;
    font-weight: 700;
    -webkit-text-stroke: 1px white;
    color: #214589;
}
.winner .main-winner .col-lg-4:nth-child(1) .ribbon {
    background-color: #ddd;
}
.winner .main-winner .col-lg-4:nth-child(1) .ribbon:before {
    border-left: 50px solid #ddd;
    border-right: 50px solid #ddd;
}
.winner .main-winner .col-lg-4:nth-child(2) {
    margin-top: -4em;
}
.winner .main-winner .col-lg-4:nth-child(2) .winner__box {
    padding: 10em 2em;
}
.winner .main-winner .col-lg-4:nth-child(3) .ribbon {
    background-color: #fa9;
}
.winner .main-winner .col-lg-4:nth-child(3) .ribbon:before {
    border-left: 50px solid #fa9;
    border-right: 50px solid #fa9;
}
.winnerpage .winner__image figure {
    width: 150px;
    height: 150px;
}
.winnerpage .winner__box {
    padding: 5em 2em;
}
.info {
    /* just for demo purpose */
    width: 200px;
    height: 100px;
    padding: 1em;
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.4);
    border-radius: 5px;
    display: none;
}
.tabs-winner .winner__image figure {
    width: 100px;
    height: 100px;
}
.tabs-winner .predict__mainquestion figure {
    outline: 1px solid #62676a;
}
.tabs-winner .predict__mainquestion figcaption {
    color: #fff;
}
.tabs-winner .winner__answer {
    border-bottom: 1px solid #62676a;
    margin-bottom: 2em;
    padding-bottom: 1em;
}
.tabs-winner__date {
    padding: 0.5em 0;
}
.tabs-winner__date h5 {
    color: #fff;
    font-size: 1rem;
}
.tabs-winner .predict__mainquestion h6 {
    color: #eaeaea;
}
.tabs-winner .predict__mainquestion h6 span {
    font-weight: 400;
    font-size: 15px;
}
.mastertabs__content .winner__box {
    padding: 4em 2em;
}
.right-answer {
    border: 2px solid #fff;
}


.mastertabs .nav-pills {
    margin: 3em 0;
    display: flex;
    justify-content: center;
    border: 2px solid #4d8bbd;
    background: #ddd;
}
.mastertabs .nav-item {
    width: 50%;
}
.mastertabs .nav-item .active {
    background: #214589;
    color: #fff;
}
.mastertabs .nav-link {
    display: flex;
    flex-direction: column;
    color: #555;
    padding: 1.5em 0;
    border-radius: 0;
}
.mastertabs .nav-link h5 {
    font-weight: 600;
    font-size: 1.125rem;
    text-align: center;
    margin-bottom: 0;
}
.mastertabs .nav-link span {
    font-size: 0.875rem;
    font-weight: 300;
}
.features .mastertabs__wrapper {
    position: relative;
}
.features__heading {
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
    position: absolute;
    top: 12%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-weight: 300;
    font-size: 1rem;
}
.features ul.nav-pills {
    position: absolute;
    left: 0;
    bottom: 4%;
    margin: 0 10em;
}
.features ul.nav-pills li.nav-item {
    width: 18%;
}
.features .nav-link {
    color: #b1b1b1;
}
.features .nav-item .active {
    color: #fff;
}
.bar_image_active {
    opacity: 1 !important;
}
@media only screen and (max-width: 1024px) {
    .features ul.nav-pills {
        position: static;
        margin: 4em;
    }
    .features ul.nav-pills li.nav-item {
        width: 48%;
        margin-bottom: 1.5em;
    }
    .features__heading {
        top: 8%;
    }
    .features .nav-item .active {
        color: #000;
    }
}
@media only screen and (max-width: 991px) {
    .mastertabs .nav-pills {
        flex-wrap: wrap;
    }
}
@media (max-width: 991px) {
    .winner .main-winner .col-lg-4:nth-child(1) {
        order: 1;
    }
    .winner .main-winner .col-lg-4:nth-child(3) {
        order: 2;
    }
    .winner .main-winner .col-lg-4:nth-child(2) {
        width: 100%;
    }
}
@media (max-width: 767px) {
    .winner .main-winner .col-lg-4:nth-child(2) {
        margin-top: 0;
    }
}
@media (max-width: 767px) {
    .winner__block {
        margin-bottom: 1em !important;
    }
}