/* ====== FONTS ====== */
@import url('http://fonts.googleapis.com/css?family=Lato:400,700');
@import url('https://fonts.googleapis.com/css?family=Quicksand');
@font-face {
    font-family: 'WC Mano Negra Bta';
    src: url('../fonts/WCManoNegraBta.woff2') format('woff2'),
        url('../fonts/WCManoNegraBta.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
/* ====== SCROLL ====== */

html,
body {
    margin: 0;
    padding: 0;
    background: #FFFFFF;
    color: #000000;
    font-size: 20px;
    line-height: 1.3;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: normal;
    font-family: "Lato", Helvetica, sans-serif;
}

:root {
    --primary--color: #ffffff;
    --secondary--color: #000000;
    --tertiary--color: #1C1A1A;
    --quaternary--color: #FFC63E;
}

h1,
h2,
h3,
h4,
h5 {
    margin: 5px 0;
    line-height: 1.2;
    font-weight: 400;
    letter-spacing: 2.6px;
    font-family: 'WC Mano Negra Bta', sans-serif;
    text-transform: uppercase;
}

h1 {
    font-size: 45px;
}

h2 {
    font-size: 40px;
}

h3 {
    font-size: 35px;
}

h4 {
    font-size: 30px;
}

h5 {
    font-size: 20px;
}

p {
    font-size: 16px;
    font-weight: normal;
    font-family: 'Lato', Helvetica, sans-serif;
}

section {
    position: relative;
}

.fw100 {
    font-weight: 100;
}

.fw300 {
    font-weight: 300;
}

.fw400 {
    font-weight: normal;
}

.fw500 {
    font-weight: 500;
}

.fw600 {
    font-weight: 600;
}

.fw700,
strong {
    font-weight: 700;
}

.fw900 {
    font-weight: 900;
}

.ls {
    letter-spacing: 2.5px;
}

.desktop {
    display: block;
}

.mobile {
    display: none !important;
}

.section_padding {
    padding: 5% 0;
}

/* ====== COLORS ====== */

.primary--color {
    color: #ffffff;
}

.secondary--color {
    color: #000000;
}

.tertiary--color {
    color: #1C1A1A;
}

.quaternary--color {
    color: #FFC63E;
}

.primary--bgcolor {
    background-color: #ffffff;
}

.secondary--bgcolor {
    background-color: #000000;
}

.tertiary--bgcolor {
    background-color: #1C1A1A;
}

.quaternary--bgcolor {
    background-color: #FFC63E;
}


/* ====== BUTTONS ====== */

.btn {
    font-weight: 600;
    color: #ffffff;
    font-size: 20px;
    line-height: 1.1;
    padding: 10px 10%;
    transition: ease-in .4s;
    -webkit-transition: ease-in .4s;
    -moz-transition: ease-in .4s;
    -ms-transition: ease-in .4s;
    -o-transition: ease-in .4s;
    width: 100%;
    text-transform: uppercase;
    border: none;
    background: transparent;
    text-align: center;
}

.btn:hover,
a:hover {
    text-decoration: none;
}

.btn i {
    margin-left: 10px;
}

button:focus {
    outline: none;
}

/* ====== HEADER ====== */
.logo--box {
    flex: 1;
}

.logo {
    max-width: 250px;
    padding: 5px 0px;
    display: block;
    margin: auto;
}

header {
    position: relative;
    width: 100%;
    padding: 10px 0;
}

.social_icons {
    display: block;
}

.navbar-nav .nav-item a {
    font-size: 18px;
    font-weight: 600;
    color: #000000;
}

.socialmedia--iconset {
    display: flex;
    flex-direction: row;
    gap: 5px;
    align-items: center;
    justify-content: flex-start;
    flex: 1;
}

.socialmedia--iconset a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-width: 1px;
    border-style: solid;
    color: #000;
    text-decoration: none;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}

.socialmedia--iconset a:hover {
    background-color: #00A2C3;
}

.socialmedia--iconset a i {
    font-size: 18px;
}

header .socialmedia--iconset a {
    border-color: #000000;
}

.header--row {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.header--cols {
    width: calc(100% / 3);
}

.navbar-icon {
    background-color: #00A2C3;
    width: 35px;
    height: 2px;
    margin: 5px 0;
    display: block;
    border-radius: 0px;
}

.navbar-toggler {
    padding: 0;
    display: flex;
    flex-direction: column;
    border: none;
    display: block;
    margin: 0 0 0 auto;
}

/* end header */


/* start footer */
footer .socialmedia--iconset a {
    border-color: #ffffff;
    color: #fff;
}

.main-footer {
    background-color: #1C1A1A;
    color: #fff;
    font-size: 16px;
    padding: 6% 0;
}

.footer-content-container {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 5%;
}

.footer-text {
    max-width: 500px;
}

.main-footer .footer-text-3 {
    margin-bottom: 0%;
}

.social--media--container {
    display: flex;
    margin: auto;
    align-items: center;
    justify-content: center;
}

.social--media--container .social_icons {
    margin: auto;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.social--media--container .social_icons li {
    display: flex;
    align-items: center;
}


.connect--with--uslbl {
    text-align: center;
    display: inline-block;
}

.social--media--container .border_circle {
    border-color: #fff;
}

.social--media--container .border_circle i {
    color: #fff;
    font-size: 16px;
}

.footer-copyright {
    text-align: left;
    margin: 20px 0;
}

.main-footer .footer_links {
    text-decoration: none;
    color: #fff;
}

.footer-logo {
    max-width: 180px;
    display: block;
    margin: 0;
}

/* end footer */

/* start landing page *

/* ====== SIGN - MAIN ====== */

.main-title-row {
    display: flex;
    flex-direction: row;
}

img.top-border {
    margin-top: -40px;
    position: relative;
    z-index: 99;
    width: 100%;
}

img.bottom-border {
    margin-bottom: -30px;
    position: relative;
    z-index: 99;
    width: 100%;
}

.section--main {
    background-position: center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-color: #d96535;
}

.main-setion {
    margin: 0 auto;
    position: relative;
    z-index: 9;
    overflow: hidden;
}

.main--section--wrapper {
    display: flex;
    flex-direction: row;
    gap: 20px;
    max-width: 1000px;
    margin: 5% auto -5%;
    align-items: flex-start;
    position: relative;
}

.main-content-side {
    width: 150px;
}

.main--content {
    width: 50%;
    position: relative;
}

.main-content-copy {
    margin: 10% auto 0 0;
    position: relative;
    color: #fff;
}

.main-setion .pattern_single_images {
    opacity: .1;
}

.main-setion .pattern_circles {
    position: absolute;
    z-index: 0;
    max-width: 400px;
    left: 10%;
    top: 20%;
}

.main-setion .pattern_triangle {
    position: absolute;
    z-index: 0;
    max-width: 450px;
    right: -4%;
    top: -7%;
}

.main-setion .pattern_flower {
    position: absolute;
    z-index: 0;
    max-width: 250px;
    right: -3%;
    bottom: 5%;
}

.main-content-copy .takethequiz-btn {
    visibility: hidden;
    margin-top: 10%;
}

.main-content-copybox {
    padding: 5%;
}

.main--content .primary-btn {
    max-width: 300px;
}

.main--content p span {
    font-weight: bold;
}

.main--content--row {
    display: flex;
}

.main-content-bottom-row {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: space-between;
}

.main-content-bottom-row .main-content-bottom-cols:nth-child(1) {
    width: 60%;
}

.main-content-bottom-row .main-content-bottom-cols:nth-child(2) {
    width: 40%;
}

.main-content-bottom-cols {
    position: relative;
}

.signup--form {
    position: relative;
    z-index: 9;
    margin: -10% 0;
    padding: 0 5%;
}

.signup--form--container {
    width: 50%;
    position: relative;
    z-index: 5;
}

.signup--form--container .form--borders {
    width: 100%;
    z-index: 0;
}

.signup--form--box {
    padding: 0%;
    max-width: 380px;
    margin: auto;
}

form .row {
    padding: 0px 0 10px 0;
}

.signup--form form {
    position: relative;
    z-index: 9;
    margin: 10px auto;
}

hr:not([size]) {
    background: #ffee00;
    height: 3px;
    opacity: 1;
    margin: 15px 0;
}

.pr {
    padding-right: 5px;
}

.pl {
    padding-left: 5px;
}

.form-control {
    background: #ffffff 0% 0% no-repeat padding-box;
    border: none;
    font-size: 15px;
    color: #000000;
    font-weight: 500;
    padding: 7px 15px;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}

.form-control:focus {
    outline: 0;
    transition: ease-in .3s;
    -webkit-transition: ease-in .3s;
    -moz-transition: ease-in .3s;
    -ms-transition: ease-in .3s;
    -o-transition: ease-in .3s;
}

.formSignup {
    overflow: hidden;
}

.signForm input,
.signForm select {
    margin: 10px 0 0;
    padding: 10px 20px;
    min-height: 50px;
    font-size: 18px;
}

.OSX .signForm select {
    outline: none;
    outline-offset: -1px;
    border: 0px;
    height: 45px;
}

.signForm input::-webkit-input-placeholder {
    color: #000000;
    font-weight: 500;
}

.signForm input:-ms-input-placeholder {
    color: #000000;
    font-weight: 500;
}

.signForm input::placeholder {
    color: #000000;
    font-weight: 500;
}


/* Change Autocomplete styles in Chrome*/

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
    border: 1px solid #fff;
    -webkit-text-fill-color: #000;
    box-shadow: 0 0 0px 1000px rgba(255, 255, 255, 0.1) inset;
    -webkit-box-shadow: 0 0 0px 1000px rgba(255, 255, 255, 0.1) inset;
    transition: background-color 5000s ease-in-out 0s;
}

.invalid-feedback {
    width: 100%;
    margin-top: 0;
    font-size: 13px;
    color: #ff2b2b;
    background-color: transparent;
    padding: 5px;
    font-weight: normal;
    letter-spacing: 1.5px;
    font-weight: 600;
}

.small-para {
    font-size: 15px;
    padding: 5px 20px;
    font-weight: normal;
    margin: 0;
}

.small-para a {
    text-decoration: underline;
    color: #000000;
}

.takethequiz-btn {
    position: relative;
    z-index: 1;
}


/* Radio Button */
.optionradio {
    display: flex;
    max-width: 400px;
    margin: auto;
}

.optionbox {
    padding: 10px 0;
}

.optlable {
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
}

.country--info {
    position: relative;
    z-index: 8;
}

.countrylabel {
    flex: 1;
    text-align: center;
    font-weight: 600;
    margin: 10px auto 0;
    font-size: 16px;
}

.radioButtongrp {
    flex: 3;
    text-align: center;
    display: flex;
    justify-content: space-around;
    width: 300px;
    margin: 10px auto;
}

.radioButtongrp .contain {
    margin: 0;
    font-weight: normal;
    font-size: 16px;
}

.radioButtongrp .contain {
    width: auto;
}

.contain {
    display: inline-block;
    position: relative;
    padding: 0 10px 0 35px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


/* Hide the browser's default radio button */

.contain input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}


/* Create a custom radio button */

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 23px;
    width: 23px;
    border: 2px solid #ffffff;
    border-radius: 50%;
}


/* On mouse-over, add a grey background color */

.contain:hover input~.checkmark {
    background-color: transparent;
    border: 1px solid #ffffff;
}


/* When the radio button is checked, add a blue background */

.contain input:checked~.checkmark {
    background-color: transparent;
    border: 1px solid #ffffff;
}


/* Create the indicator (the dot/circle - hidden when not checked) */

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}


/* Show the indicator (dot/circle) when checked */

.contain input:checked~.checkmark:after {
    display: block;
}


/* Style the indicator (dot/circle) */

.contain .checkmark:after {
    top: 3px;
    left: 3px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #ffffff;
}


/* CHECK BOX */

.optionchecks {
    display: flex;
    padding: 20px 0 0;
    align-items: center;
    justify-content: space-between;
}

.opt-cols label {
    color: #fff;
    font-size: 17px;
}

.cb--container {
    display: block;
    position: relative;
    padding-left: 40px;
    margin: 5px 0 0;
    cursor: pointer;
    font-size: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    line-height: 1.5;
}

.cb--container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.cb--container .checkmark {
    position: absolute;
    top: 0px;
    left: 5px;
    height: 25px;
    width: 25px;
    background-color: #fff;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}

.cb--container:hover input~.checkmark {
    background-color: #000000;
}

.cb--container input:checked~.checkmark {
    background-color: #fff
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.cb--container input:checked~.checkmark:after {
    display: block;
}

.cb--container .checkmark:after {
    left: 8px;
    top: 3px;
    width: 7px;
    height: 12px;
    border: solid #ffee00;
    border-width: 0px 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.progressbar {
    position: relative;
    height: 13px;
    background: #ffffff 0% 0% no-repeat padding-box;
    margin: 5px 0;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}

.seeker {
    position: absolute;
    top: 0;
    left: 0;
    border: none;
    background-color: #00AFA0;
    height: 100%;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}

.signCounter {
    width: 100%;
    margin-top: 20px;
}

.signCounter span {
    display: block;
    color: #000000;
    margin: 0 0 0 auto;
    font-weight: 600;
    font-size: 16px;
    width: max-content;
}

/* start win */
.rollingbanner {
    width: 100%;
    padding: 10px 0;
    overflow: hidden;
    white-space: nowrap;
    text-align: center;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #FFC63E;
}

.scrolling {
    display: inline-block;
    padding: 0 200px;
    font-weight: 700;
    letter-spacing: 3px;
    color: #000;
    text-transform: uppercase;
    animation: marquee 20s linear infinite;
    -webkit-animation: marquee 20s linear infinite;
}

@keyframes marquee {
    from {
        transform: translateX(0);
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
    }

    to {
        transform: translateX(-100%);
        -webkit-transform: translateX(-100%);
        -moz-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        -o-transform: translateX(-100%);
    }
}

/* end win */

/* Donate */
.donate_header {
    background: url("https://d1nbxb1s0qsinf.cloudfront.net/wp-content/uploads/green_background_strip.png") top center no-repeat;
    background-size: cover;
    background-position: center bottom;
    width: 100%;
    height: 150px;
    color: #fff;
    text-align: center;
    margin-top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.donate_amount {
    padding: 5% 20px 30px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    max-width: 1000px;
    margin: auto;
}

.donate_amount a {
    text-decoration: none;
    width: calc(100% / 4);
    display: flex;
    justify-content: center;
}

.donate_a {
    position: relative;
    text-align: center;
    color: white;
    text-decoration: none;
    font-size: 20px;
    width: 230px;
    height: 230px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
}

.donate_a:hover {
    color: white;
}

.donate_circle_img {
    width: 12vw;
    height: 12vw;
}

.donate_amount_text {
    position: relative;
    font-size: 40px;
    font-family: 'Quicksand', sans-serif;
    font-weight: 700;
    letter-spacing: 4.2px;
}

.donate_text {
    max-width: 700px;
    margin: auto;
    text-align: center;
    padding: 0 20px;
}

/* start approch section */
.approach_view {
    background-size: cover;
    padding: 3% 0;
    background-repeat: no-repeat;
}

.approach_view_container {
    display: flex;
    align-items: stretch;
    max-width: 1000px;
    margin: auto;
    padding: 0 20px;
}

.side_borders {
    width: 50px;
}

.side_borders.left {
    margin-right: -20px;
}

.side_borders.right {
    margin-left: -20px;
}

.approach_container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-color: #fff;
    padding: 20px 5%;
}

.approach_container>* {
    padding: 0.8%;
}

.approach_container h1 {
    padding: 0 1%;
    font-family: 'WC Mano Negra Bta', sans-serif;
    text-transform: uppercase;
}

.approach_container p {
    text-align: left;
    margin-bottom: 0;
    font-size: 15px;
}

/* end approch section */

/* start share section */
.share_view_container {
    max-width: 1200px;
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: center;
    margin: 20px auto;
    width: 85%;
    position: relative;
}

.share_sides {
    width: 70px;
    margin: 0;
}

.share_middle {
    width: calc(100% - 300px);
    background: #00A2C3;
    display: flex;
    align-items: stretch;
    justify-content: center;
}

.share_container {
    display: flex;
    flex-direction: row;
    align-items: center;
    position: relative;
    z-index: 6;
    width: 100%;
    position: relative;
}

.share_bg {
    position: absolute;
    width: 83%;
    top: 0;
}

.share_img {
    width: 50%;
}

.share_img img {
    width: 100%;
}

.share_info {
    width: 50%;
}

.share_text {
    padding: 20px;
}

.share_text p {
    color: #FFFFFF;
}

.share_text h2 {
    color: #FFFFFF;
}

.share_social {
    width: 40px;
}

.share_buttons {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
}

/* end share section */
/* Common class to smilar style btns */

.btn_with_bg {
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    padding: 15px 25px;
}

.btn_orange_bg {
    background-image: url('https://d1nbxb1s0qsinf.cloudfront.net/wp-content/uploads/orange_btn.png');
    color: #fff;
}

.btn_yellow_bg {
    background-image: url('https://d1nbxb1s0qsinf.cloudfront.net/wp-content/uploads/yellow_btn.png');
    color: #000;
}

.btn_green_bg {
    background-image: url('https://d1nbxb1s0qsinf.cloudfront.net/wp-content/uploads/green_btn.png');
    color: #fff;
}

.btn_small {
    display: block;
    max-width: 300px;
    font-size: 20px;
}

/* end donate */

/* start thank you page */
.thankyou--main {
    background-color: rgba(255, 197, 62, 0.253);
}

.thankyou--content {
    max-width: 1200px;
    margin: -10% auto 5%;
    position: relative;
    min-height: 500px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    background: url('https://d1nbxb1s0qsinf.cloudfront.net/wp-content/uploads/orange_background_patterns.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    overflow: hidden;
}

.thankyou--content--text {
    position: relative;
    max-width: 1000px;
    padding: 5%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.thankyou--main .pattern_bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.borders {
    width: 100%;
}

.borders.top {
    margin-bottom: -20px;
}

.borders.bottom {
    margin-top: -20px;
}

.thankyou--content .pattern_single_images {
    opacity: .1;
}

.thankyou--content .pattern_circles {
    position: absolute;
    z-index: 0;
    max-width: 240px;
    left: -15%;
    top: 40%;
}

.thankyou--content .pattern_triangle {
    position: absolute;
    z-index: 0;
    max-width: 70%;
    right: -30%;
    top: -20%;
}

/* end thank you page */
/* quiz page */
.quiz--wrapper {
    background-color: #fefefe;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    overflow: hidden;
}

.quiz--screen {
    background: rgb(255, 255, 255);
}

.quiz-footer {
    background-color:transparent;
    padding: 10px;
    text-align: center;
    position: relative;
    z-index: 5;
    min-height: 150px;
    display: flex;
    align-items: flex-end;
}

.quiz-footer p {
    color: #000;
    font-size: 15px;
}

.quiz-footer p a {
    color: #000;
}

.quiz-footer p a:hover {
    color: #d96535;
    text-decoration: underline;
}

.question--view::before {
    content: '';
    display: block;
    position: relative;
    width: 100%;
    height: 15vh;
    background-image: url('https://d1nbxb1s0qsinf.cloudfront.net/wp-content/uploads/pattern_bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0 top;
}

.quiz--view {
    margin: -50px 0;
    width: 100%;
    min-height: 50vh;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 1;
}

.quiz--view::before {
    content: '';
    display: block;
    position: absolute;
    top: 10px;
    width: 100%;
    z-index: 1;
    right: 0px;
    left: 0;
    background-image: url('https://d1nbxb1s0qsinf.cloudfront.net/wp-content/uploads/yellow_border_top_quiz-e1668618259279.png');
    height: 100px;
    background-position: 0 top;
}

.quiz--view::after {
    content: '';
    display: block;
    position: absolute;
    bottom: -50px;
    width: 100%;
    z-index: 1;
    right: 0px;
    left: 0;
    background-image: url('https://d1nbxb1s0qsinf.cloudfront.net/wp-content/uploads/yellow_border_bottom_quiz.jpg');
    height: 150px;
    background-position: 0 top;
}
.yellow_overlay{
    position: absolute;
    height: 85%;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    background-color: #FFC63E;
    z-index: 0;
}
.quiz-img {
    width: 43%;
}

.quiz-img img {
    width: 100%;
    margin-left: -15%;
    margin-top: -5%;
    margin-bottom: -5%;
    position: relative;
    z-index: 3;
}

.quizborders-top {
    position: absolute;
    top: 20px;
    width: 80%;
    z-index: 1;
    right: -10px;
}

.quizborders-bottom {
    position: absolute;
    bottom: 20px;
    width: 80%;
    z-index: 1;
    right: -10px;
}

.quiz-content {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    position: relative;
    z-index: 3;
    width: 55%;
    justify-content: space-evenly;
    text-align: center;
    margin: 5% auto;
}

.quiz-content-col-head {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.quiz-content-col-head h1 {
    text-transform: uppercase;
    color: #000;
}
.quiz-content-col-question{
    margin-top: 25px;
}
.quiz-content-col-question p {
    font-weight: 600;
}

.nextarrow {
    width: 140px;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    padding: 0 25px;
}

.progress--steps {
    padding: 10px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 10px;
    align-items: center;
    width: 100%;
}

.pstep {
    width: calc(100% / 5);
    height: 20px;
    background-repeat: no-repeat;
    background-size: 100%;
    opacity: 0.3;
}

.quiz--screen .pstep {
    background-image: url('https://d1nbxb1s0qsinf.cloudfront.net/wp-content/uploads/progress_green.png');
}
.correct--screen .pstep {
    background-image: url('https://d1nbxb1s0qsinf.cloudfront.net/wp-content/uploads/progress_yellow.png');
}
.incorrect--screen .pstep {
    background-image: url('https://d1nbxb1s0qsinf.cloudfront.net/wp-content/uploads/progress_yellow.png');
}

.question_1 .progress--steps .pstep:nth-child(1) {
    opacity: 1;
}

.question_2 .progress--steps .pstep:nth-child(1),
.question_2 .progress--steps .pstep:nth-child(2) {
    opacity: 1;
}

.question_3 .progress--steps .pstep:nth-child(1),
.question_3 .progress--steps .pstep:nth-child(2),
.question_3 .progress--steps .pstep:nth-child(3) {
    opacity: 1;
}

.question_4 .progress--steps .pstep:nth-child(1),
.question_4 .progress--steps .pstep:nth-child(2),
.question_4 .progress--steps .pstep:nth-child(3),
.question_4 .progress--steps .pstep:nth-child(4) {
    opacity: 1;
}

.question_5 .progress--steps .pstep {
    opacity: 1;
}

.option-button-set {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
    margin: 5% auto 0;
    max-width: 500px;
}
.button-max-width{
    flex-direction: column;
}
.button-max-width .answeroptions{
    justify-content: flex-start;
    text-align: left;
}
.answeroptions {
    min-width: 45%;
    min-height: 40px;
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: 100% 100%;
    padding: 15px 20px;
    background-image: url('https://d1nbxb1s0qsinf.cloudfront.net/wp-content/uploads/answer-btn-bg-orange.png');
    background-repeat: no-repeat;
    text-decoration: none;
}

.answeroptions.correct {
    background-image: url('https://d1nbxb1s0qsinf.cloudfront.net/wp-content/uploads/answer-btn-bg-green.png');
}

.answeroptions span {
    color: #fff;
    font-weight: 600;
    font-size: 18px;
}
.answer--view{
    min-height: 95vh;
}
.answer--view::before {
    content: '';
    display: block;
    position: relative;
    width: 100%;
    height: 25vh;
    background-image: url('https://d1nbxb1s0qsinf.cloudfront.net/wp-content/uploads/pattern_bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0 top;
}
.correct--screen{
    background-color: rgba(0, 175, 160, 0.259);
}
.correct--content{
    max-width: 1200px;
    width: 95%;
    margin: -100px auto 0%;
    position: relative;
    min-height: 500px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    background: url('https://d1nbxb1s0qsinf.cloudfront.net/wp-content/uploads/green_background_pattern.png');
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
}
.inner--content {
    max-width: 700px;
    margin: auto;
    text-align: center;
    position: relative;
    z-index: 9;
    padding: 30px;
}
.inner--content .nextarrow {
    display: block;
    margin-top: 5%;
    margin-right: -20%;
    margin-left: auto;
}
.inner--content .answer-content-col-head h1{
    color: #fff;
    text-transform: capitalize;
}
.answer-content-col-body p{
    color: #FFFFFF;
    margin: 20px auto;
    font-family: 'Quicksand';
    font-weight: bold;
    letter-spacing: 2px;
}
.incorrect--screen{
    background-color: rgba(255, 197, 62, 0.253);
}
.incorrect--content{
    max-width: 1200px;
    width: 95%;
    margin: -100px auto 0%;
    position: relative;
    min-height: 500px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    background: url('https://d1nbxb1s0qsinf.cloudfront.net/wp-content/uploads/orange_background.png');
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
}