.container {
    width: 94%;
    margin: 0 auto;
    position: relative;
    padding: 0px;
    z-index: 3;
}
.mobile-share {
    display: none;
}
@media screen and (max-width: 1024px) {
    .mobile-share {
        display: block;
        width: 30px;
        height: auto;
    }
    .mobile-share svg {
        width: 100%;
        height: auto;
        vertical-align: middle;
        fill: #000;
    }
    .social-nav {
        display: none;
    }
    .is-answers .cards-container {
        height: 80%;
    }
}
/* ==========TABLETS========== */
/* Large tablets */
@media screen and (min-width: 900px) and (max-width: 1024px) {
    .bg-top, .bg-bottom {
        height: 60px;
        background-size: 140px;
    }
    .bg-left, .bg-right {
        width: 65px;
        height: 99%;
        background-position: top center;
        background-size: 60px;
    }
    .bg-border {
        width: calc(100% - 140px);
        height: calc(100% - 140px);
    }
    .header-left {
        top: 110px;
        left: 110px;
    }
    .header-right {
        top: 110px;
        right: 110px;
    }
    .intro-card {
        flex-direction: column;
        row-gap: 60px;
        width: 450px;
        max-width: 100%;
        padding-top: 50px;
    }
    .intro-btn .btn {
        padding: 0px 60px;
        border-radius: 60px;
        height: 80px;
        box-shadow: 0px 6px #ffdf09;
        font-size: 180%;
        line-height: 80px;
    }
    .intro-des {
        font-size: 150%;
        padding: 20px 0 0 0;
    }
    .intro-des {
        font-size: 120%;
        padding: 20px 0 0 0;
    }
    .intro-headline {
        height: auto;
    }
    .intro-headline img, .intro-img img {
        height: auto;
        width: 100%;
        max-width: 100%;
    }
    .intro-img {
        height: auto;
    }
    .card-left {
        display: block;
        width: 100%;
    }
    .card-right {
        display: block;
        width: 100%;
    }
    .prev-card {
        max-width: 450px;
    }
    .cards-container {
        position: relative;
        width: 35vh;
    }
    .card-question h3 {
        font-size: 170%;
    }
    .card-options {
        font-size: 170%;
        line-height: 110%;
    }
    .score-screen {
        font-size: 120%;
    }
    .your-questions {
        font-size: 120%;
    }
}
/* Small tablets */
@media screen and (min-width: 768px) and (max-width: 899px) {
    .bg-top, .bg-bottom {
        height: 60px;
        background-size: 140px;
    }
    .bg-left, .bg-right {
        width: 65px;
        height: 99%;
        background-position: top center;
        background-size: 60px;
    }
    .bg-border {
        width: calc(100% - 140px);
        height: calc(100% - 140px);
    }
    .header-left {
        top: 110px;
        left: 110px;
    }
    .header-right {
        top: 110px;
        right: 110px;
    }
    .intro-card {
        flex-direction: column;
        row-gap: 60px;
        width: 360px;
        max-width: 100%;
        padding-top: 50px;
    }
    .intro-btn .btn {
        padding: 0px 40px;
        border-radius: 60px;
        height: 70px;
        box-shadow: 0px 6px #ffdf09;
        font-size: 180%;
        line-height: 70px;
    }
    .intro-des {
        font-size: 150%;
        padding: 20px 0 0 0;
    }
    .intro-des {
        font-size: 120%;
        padding: 20px 0 0 0;
    }
    .intro-headline {
        height: auto;
    }
    .intro-headline img, .intro-img img {
        height: auto;
        width: 100%;
        max-width: 100%;
    }
    .intro-img {
        height: auto;
    }
    .card-left {
        display: block;
        width: 100%;
    }
    .card-right {
        display: block;
        width: 100%;
    }
    .prev-card {
        max-width: 450px;
    }
    .cards-container {
        position: relative;
        width: 35vh;
    }
    .card-question h3 {
        font-size: 150%;
    }
    .card-options {
        font-size: 150%;
        line-height: 110%;
    }
    .score-screen {
        font-size: 110%;
    }
    .your-questions {
        font-size: 110%;
    }
}
@media screen and (min-width: 768px) and (max-width: 800px) {
    .bg-top, .bg-bottom {
        height: 60px;
        background-size: 140px;
    }
    .bg-left, .bg-right {
        width: 65px;
        height: 99%;
        background-position: top center;
        background-size: 60px;
    }
    .bg-border {
        width: calc(100% - 140px);
        height: calc(100% - 140px);
    }
    .header-left {
        top: 110px;
        left: 110px;
    }
    .header-right {
        top: 110px;
        right: 110px;
    }
    .intro-card {
        flex-direction: column;
        row-gap: 60px;
        width: 330px;
        max-width: 100%;
        padding-top: 50px;
    }
    .intro-card .intro-headline {
        padding: 0px 30px;
    }
    .intro-card .intro-img {
        padding: 0px 30px;
    }
    .intro-btn .btn {
        padding: 0px 30px;
        border-radius: 60px;
        height: 60px;
        box-shadow: 0px 6px #ffdf09;
        font-size: 180%;
        line-height: 60px;
    }
    /*88888*/
    .prev-card {
        max-width: 450px;
    }
    .cards-container {
        position: relative;
        width: 38vh;
    }
    .card-question h3 {
        font-size: 140%;
    }
    .card-options {
        font-size: 140%;
        line-height: 110%;
    }
    .score-screen {
        font-size: 100%;
    }
    .your-questions {
        font-size: 100%;
    }
}
/* ==========MOBILE PHONES========== */
/* Large phones / Phablets */
@media screen and (min-width: 601px) and (max-width: 767px) {
    .bg-top, .bg-bottom {
        height: 35px;
        background-size: 90px;
    }
    .bg-left, .bg-right {
        width: 40px;
        height: 99%;
        background-position: top center;
        background-size: 38px;
    }
    .bg-border {
        width: calc(100% - 80px);
        height: calc(100% - 80px);
    }
    .header-left {
        top: 60px;
        left: 60px;
    }
    .header-right {
        top: 60px;
        right: 60px;
    }
    .intro-card {
        flex-direction: column;
        row-gap: 50px;
        width: 310px;
        max-width: 100%;
        padding-top: 50px;
    }
    .intro-card .intro-headline {
        padding: 0px 30px;
    }
    .intro-card .intro-img {
        padding: 0px 30px;
    }
    .intro-btn .btn {
        padding: 0px 30px;
        border-radius: 60px;
        height: 60px;
        box-shadow: 0px 5px #ffdf09;
        font-size: 130%;
        line-height: 60px;
    }
    .intro-des {
        font-size: 110%;
        padding: 20px 0 0 0;
    }
    .intro-headline {
        height: auto;
    }
    .intro-headline img, .intro-img img {
        height: auto;
        width: 100%;
        max-width: 100%;
    }
    .intro-img {
        height: auto;
    }
    .card-left {
        display: block;
        width: 100%;
    }
    .card-right {
        display: block;
        width: 100%;
    }
    .prev-card {
        max-width: 450px;
    }
    .cards-container {
        position: relative;
        width: 70vw;
    }
    .card-question h3 {
        font-size: 120%;
    }
    .card-options {
        font-size: 140%;
        line-height: 110%;
    }
    .score-screen {
        font-size: 90%;
    }
    .your-questions {
        font-size: 100%;
    }
    /***/
    .card {
        border-radius: 1rem;
        border: 2px solid #c15227;
    }
    .card-img {
        bottom: 60px;
        border-radius: 0 0 1rem 1rem;
        border-bottom: 2px solid #c15227;
    }
    .card-options {
        height: 60px;
        font-size: 90%;
    }
    .card-options .option:nth-child(1) {
        border-right: 1px solid #c15227;
    }
    .card-options .option:nth-child(2) {
        border-left: 1px solid #c15227;
    }
    .score-screen {
        height: 120%;
    }
    .score-screen .btn {
        width: 100px;
        width: 140px;
    }
}
/* Regular phones */
@media screen and (min-width: 481px) and (max-width: 600px) {
    .bg-top, .bg-bottom {
        height: 35px;
        background-size: 90px;
    }
    .bg-left, .bg-right {
        width: 40px;
        height: 99%;
        background-position: top center;
        background-size: 38px;
    }
    .bg-border {
        width: calc(100% - 80px);
        height: calc(100% - 80px);
    }
    .header-left {
        top: 60px;
        left: 60px;
    }
    .header-right {
        top: 60px;
        right: 60px;
    }
    .intro-card {
        flex-direction: column;
        row-gap: 50px;
        width: 310px;
        max-width: 100%;
        padding-top: 50px;
    }
    .intro-card .intro-headline {
        padding: 0px 30px;
    }
    .intro-card .intro-img {
        padding: 0px 30px;
    }
    .intro-btn .btn {
        padding: 0px 30px;
        border-radius: 60px;
        height: 60px;
        box-shadow: 0px 5px #ffdf09;
        font-size: 130%;
        line-height: 60px;
    }
    .intro-des {
        font-size: 110%;
        padding: 20px 0 0 0;
    }
    .intro-headline {
        height: auto;
    }
    .intro-headline img, .intro-img img {
        height: auto;
        width: 100%;
        max-width: 100%;
    }
    .intro-img {
        height: auto;
    }
    .card-left {
        display: block;
        width: 100%;
    }
    .card-right {
        display: block;
        width: 100%;
    }
    .prev-card {
        max-width: 450px;
    }
    .cards-container {
        position: relative;
        width: 70vw;
    }
    .card-question h3 {
        font-size: 120%;
    }
    .card-options {
        font-size: 140%;
        line-height: 110%;
    }
    .score-screen {
        font-size: 90%;
    }
    .your-questions {
        font-size: 100%;
    }
    /***/
    .card {
        border-radius: 1rem;
        border: 2px solid #c15227;
    }
    .card-img {
        bottom: 60px;
        border-radius: 0 0 1rem 1rem;
        border-bottom: 2px solid #c15227;
    }
    .card-options {
        height: 60px;
        font-size: 90%;
    }
    .card-options .option:nth-child(1) {
        border-right: 1px solid #c15227;
    }
    .card-options .option:nth-child(2) {
        border-left: 1px solid #c15227;
    }
    .score-screen {
        height: 120%;
    }
    .score-screen .btn {
        width: 100px;
        width: 140px;
    }
}
/* Small phones */
@media screen and (max-width: 480px) {
    .bg-top, .bg-bottom {
        height: 35px;
        background-size: 90px;
    }
    .bg-left, .bg-right {
        width: 40px;
        height: 99%;
        background-position: top center;
        background-size: 38px;
    }
    .bg-border {
        width: calc(100% - 80px);
        height: calc(100% - 80px);
    }
    .header-left {
        top: 60px;
        left: 60px;
    }
    .header-right {
        top: 60px;
        right: 60px;
    }
    .intro-card {
        flex-direction: column;
        row-gap: 50px;
        width: 310px;
        max-width: 100%;
        padding-top: 50px;
    }
    .intro-card .intro-headline {
        padding: 0px 70px;
    }
    .intro-card .intro-img {
        padding: 0px 60px;
    }
    .intro-btn .btn {
        padding: 0px 30px;
        border-radius: 60px;
        height: 60px;
        box-shadow: 0px 5px #ffdf09;
        font-size: 130%;
        line-height: 60px;
    }
    .intro-des {
        font-size: 110%;
        padding: 20px 0 0 0;
    }
    .intro-headline {
        height: auto;
    }
    .intro-headline img, .intro-img img {
        height: auto;
        width: 100%;
        max-width: 100%;
    }
    .intro-img {
        height: auto;
    }
    .card-left {
        display: block;
        width: 100%;
    }
    .card-right {
        display: block;
        width: 100%;
    }
    .prev-card {
        max-width: 450px;
    }
    .cards-container {
        position: relative;
        width: 70vw;
    }
    .card-question h3 {
        font-size: 120%;
    }
    .card-options {
        font-size: 140%;
        line-height: 110%;
    }
    .score-screen {
        font-size: 90%;
    }
    .your-questions {
        font-size: 100%;
    }
    /***/
    .card {
        border-radius: 1rem;
        border: 2px solid #c15227;
    }
    .card-img {
        bottom: 60px;
        border-radius: 0 0 1rem 1rem;
        border-bottom: 2px solid #c15227;
    }
    .card-options {
        height: 60px;
        font-size: 90%;
    }
    .card-options .option:nth-child(1) {
        border-right: 1px solid #c15227;
    }
    .card-options .option:nth-child(2) {
        border-left: 1px solid #c15227;
    }
    .score-screen {
        height: 120%;
    }
    .score-screen .btn {
        width: 140px;
        padding: 0;
    }
    .modal-wrapper {
        padding: 10px;
    }
    .prev-card h2 {
        font-size: 140%;
        line-height: 120%;
        margin-bottom: 2px;
    }
    .prev-card .score-value {
        font-size: 320%;
        line-height: 90%;
    }
    .prev-card .score-text h3 {
        font-size: 130%;
        line-height: 120%;
        padding-bottom: 10px;
    }
    .question-block .question-text {
        width: 55%;
    }
    .question-block .question-options {
        width: 45%;
    }
}
@media screen and (max-width: 390px) {
    .intro-des {
        font-size: 100%;
        padding: 20px 5px 0 5px;
    }
    .intro-card .intro-headline {
        padding: 0px 40px;
    }
    .intro-card .intro-img {
        padding: 0px 40px;
    }
    .intro-btn .btn {
        padding: 0px 30px;
        border-radius: 60px;
        height: 54px;
        box-shadow: 0px 5px #ffdf09;
        font-size: 125%;
        line-height: 54px;
    }
    .card-question h3 {
        font-size: 110%;
    }
    .score-screen .btn {
        width: 130px;
        padding: 0;
    }
    .your-questions {
        font-size: 90%;
    }
    .mobile-share {
        width: 24px;
    }
}
@media screen and (max-width: 375px) {
    .bg-top, .bg-bottom {
        height: 30px;
        background-size: 80px;
    }
    .bg-left, .bg-right {
        width: 35px;
        height: 99%;
        background-position: top center;
        background-size: 30px;
    }
    .bg-border {
        width: calc(100% - 68px);
        height: calc(100% - 68px);
        border: 4px solid #ffdf09;
    }
    .header-left {
        top: 50px;
        left: 50px;
    }
    .header-right {
        top: 50px;
        right: 50px;
    }
    .logo-header {
        width: 80px;
        display: block;
    }
    .intro-card {
        row-gap: 40px;
        width: 300px;
        padding-top: 50px;
    }
    .intro-card .intro-headline {
        padding: 0px 80px;
    }
    .intro-des {
        font-size: 90%;
        padding: 20px 5px 0 5px;
    }
    .intro-card .intro-img {
        padding: 0px 60px;
    }
    .intro-btn .btn {
        padding: 0px 30px;
        border-radius: 60px;
        height: 44px;
        box-shadow: 0px 4px #ffdf09;
        font-size: 105%;
        line-height: 44px;
    }
    .header-right .social-nav ul {
        column-gap: 7px;
    }
    .header-right .social-nav ul li a {
        width: 24px;
        height: 24px;
        border-radius: 2px;
    }
    .cards-container {
        position: relative;
        width: 72vw;
    }
    .card-question h3 {
        font-size: 100%;
    }
    .user-form input[type="text"] {
        height: 42px;
        width: 100%;
        padding: 0px 10px 0px 10px;
        font-weight: 500;
        border-radius: 50px;
        font-size: 90%;
    }
    .user-form input[type="submit"] {
        height: 42px;
        font-size: 90%;
        padding: 0px 12px;
    }
    .btn.btn-sm {
        height: 42px;
        padding: 0px 0px;
        width: 120px;
    }
    .score-screen {
        top: 0;
        height: 110%;
    }
    .score-screen .score-img {
        padding: 14px 40px;
    }
    .score-screen .score-value {
        font-size: 300%;
    }
    .score-screen h2 {
        font-size: 140%;
        line-height: 120%;
    }
    .score-screen .score-text h3 {
        font-size: 140%;
        line-height: 120%;
        padding-bottom: 4px;
    }
    .score-screen .score-text p {
        line-height: 125%;
        margin: 0;
        padding: 0;
        font-style: italic;
        font-size: 90%;
    }
    .prev-card .score-value {
        font-size: 300%;
        line-height: 90%;
    }
    .prev-card h2 {
        font-size: 140%;
        line-height: 120%;
    }
    .prev-card .score-text h3 {
        font-size: 140%;
        line-height: 120%;
        padding-bottom: 4px;
    }
    .prev-card .score-text p {
        line-height: 125%;
        margin: 0;
        padding: 0;
        font-style: italic;
        font-size: 90%;
    }
    .prev-card .score-img {
        padding: 0px 70px 60px 70px;
    }
    .card-screen-top {
        padding: 55px 55px 0px 55px;
        position: absolute;
        width: 100%;
    }
    .your-questions {
        font-size: 80%;
    }
}