* {
    outline: none;
    box-shadow: none;
    box-sizing: border-box;
}

body {
    margin: 0;
    background: #34303D 0% 0% no-repeat padding-box;
}

.timer-box {
    position: fixed;
    top: 0;
    right: 0;
    font-size: 36px;
    color: #FFFFFF;
    padding-top: 10px;
    padding-right: 30px;
}

/*---------- HOME BLADE ----------*/
.main-box .dropbtn {
    background-color: white;
    color: #34303D;
    padding: 16px;
    font-size: 16px;
    font-weight: bold;
    border: none;
    cursor: pointer;
}
  
.main-box .dropbtn:hover, 
.main-box .dropbtn:focus {
    background-color: white;
    outline: unset;
}

.main-box .dropdown {
    position: relative;
    display: inline-block;
    margin-left: auto;
    margin-right: 10px;
}
  
.main-box .dropdown-content {
    display: none;
    position: absolute;
    background-color: white;
    min-width: 120px;
    overflow: auto;
    right: 0px;
    border-radius: 5px;
    box-shadow: 0 0 50px 0 rgba(0,0,0,.1);
    z-index: 1;
}
  
.main-box .dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}
  
.main-box .dropdown a:hover {
    background-color: #ddd;
}
  
.main-box .show {
    display: block;
}
 
.main-box {
    height: 100vh;
    background: linear-gradient(to top, #FFFFFF, #FFFFFF), #34303D;
    background-size: 100% 50%;
    background-position: left top;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.main-box .logo img {
    margin-top: 50px;
}

.white-card {
    margin-top: 33px;
    padding: 45px 78px 47px;
    box-shadow: 0px 0px 18px #00000029;
    background-color: #FFFFFF;
    height: max-content;
    max-width: 810px;
}

.white-card p.label-text {
    color: #34303D;
    font-size: 21px;
    font-weight: 400;
    line-height: 32px;
    margin: 0 0 45px;
    text-align: center;
}

.white-card p.phone-number-text {
    color: #34303D;
    text-align: center;
}

.white-card .form-row1 {
    display: flex;
    justify-content: space-between;
}

.white-card .form-row1 {
    margin-bottom: 35px;
}

.white-card .form-row1:first-of-type {
    margin-bottom: 29px;
}

.white-card .form-row1 .coll-1,
.white-card .form-row1 .coll-2 {
    width: 47%;
    position: relative;
}

.white-card .form-row1 .coll-1 select,
.white-card .form-row1 .coll-2 select,
.white-card .form-row1 input[type=email],
.white-card .form-row1 input[type=text] {
    width: 100%;
    padding: 18px 19px 16px;
    border-radius: 5px;
    border: 2px solid #CBC9CB;
    background: white;
    color: #34303D;
    font-size: 21px;
    line-height: 32px;
}

.white-card .form-row1 input[type=email]::placeholder,
.white-card .form-row1 input[type=text]::placeholder {
    color: #34303D33;
}

.white-card .form-row1 .coll-1 select,
.white-card .form-row1 .coll-2 select {
    /* for Firefox */
    -moz-appearance: none;
    /* for Chrome */
    -webkit-appearance: none;
}

.white-card .form-row1 .coll-1 select::-ms-expand,
.white-card .form-row1 .coll-2 select::-ms-expand {
    /* For IE10 */
    display: none;
}

.white-card .form-row1 .coll-1 span.label,
.white-card .form-row1 .coll-2 span.label,
.white-card .form-row1 .email-box span.label,
.white-card .form-row1 .phone-number-box span.label {
    position: absolute;
    top: -13px;
    left: 19px;
    padding: 0 5px;
    font-size: 16px;
    line-height: 25px;
    color: #34303D;
    background-color: #FFFFFF;
}

.white-card .form-row1 span.error-icon,
.white-card .form-row1 span.valid-icon {
    position: absolute;
    top: 20px;
    right: 16px;
    font-size: 22px;
}

.white-card .form-row1 span.valid-icon {
    color: #57760C;
}

.white-card .form-row1 span.error-icon {
    color: #8b0000;
    -webkit-text-stroke: 1px #8b0000;
}

.white-card .form-row1 .email-box,
.white-card .form-row1 .phone-number-box {
    position: relative;
    width: 100%;
}

.white-card .form-row1 input[type=email] {
    padding-right: 30px;
}

.white-card .form-row1 input[type=submit] {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
    padding: 18px 20px;
    border-radius: 34px;
    letter-spacing: 1.05px;
    text-transform: uppercase;
    border: unset;
    background-color: #34303D;
    color: #FFFFFF;
    font-size: 21px;
    font-weight: bold;
    line-height: 32px;
    transition: background-color 0.2s ease;
}

.white-card .form-row1 input[type=submit]:hover {
    cursor: pointer;
    background-color: rgba(52, 48, 61, 0.8);
}

.white-card p.errorMsg {
    margin: 0px;
    color: #8b0000;
    font-weight: 400;
}

.cookies {
    max-width: 810px;
    margin-top: 21px;
    padding-bottom: 68px;
}

.cookies p {
    font-size: 16px;
    font-weight: 300;
    line-height: 25px;
    letter-spacing: 0.8px;
    text-align: center;
    color: #FFFFFF;
    margin: 0 0 31px;
}

.cookies .btn-row {
    display: flex;
    justify-content: space-between;
}

.cookies .btn1 {
    background-color: transparent;
    border: 2px solid #FFFFFF;
    color: #FFFFFF;
}

.cookies .btn2 {
    background-color: #FFFFFF;
    border: 2px solid #FFFFFF;
    color: #34303D;
}

.cookies .btn1,
.cookies .btn2 {
    width: 378px;
    border-radius: 34px;
    font-size: 21px;
    line-height: 32px;
    letter-spacing: 1.05px;
    text-decoration: unset;
    text-align: center;
    padding: 18px;
    transition: color 0.2s ease, background-color 0.2s ease;
}

.cookies .btn1:hover,
.cookies .btn1:focus,
.cookies .btn1:active {
    background-color: #FFFFFF;
    color: #34303D;
}

.cookies .btn2:hover,
.cookies .btn2:focus,
.cookies .btn2:active {
    background-color: #34303D;
    color: #FFFFFF;
}

/* END OF HOME */

/*---------- START BLADE ----------*/
.start-main-box {
    height: 100vh;
    background-color: #00D1D2;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.start-main-box .logo img,
.question-box .logo img,
.correct-answer-box .logo img {
    margin-top: 50px;
    width: 130px
}

.start-main-box .text {
    font-size: 50px;
    font-weight: bold;
    line-height: 52px;
    margin-top: 100px;
    color: #34303D;
    text-align: center;
    max-width: 820px;
}

.start-main-box .start-btn {
    margin-top: 65px;
}

.correct-answer-box .start-btn {
    margin-top: 0;
}

.correct-answer-box.question-four .start-btn.incorrect,
.correct-answer-box.question-five .start-btn.incorrect {
    margin-top: 89px;
}

.start-main-box .start-btn a,
.correct-answer-box .start-btn a,
.end-main-box .start-btn a {
    font-size: 21px;
    font-weight: bold;
    line-height: 32px;
    letter-spacing: 1.05px;
    text-decoration: unset;
    text-transform: uppercase;
    border: 2px solid transparent;
    background-color: #34303D;
    border-radius: 34px;
    color: #FFFFFF;
    text-align: center;
    transition: all .5s;
    padding: 18px 20px;
    display: block;
    margin: 0 auto;
    width: 500px;
}

.correct-answer-box.question-three .start-btn a,
.end-main-box .start-btn a {
    background-color: #FFFFFF;
    color: #34303D !important;
}

.end-main-box .start-btn a {
    margin: 40px 0 0;
    width: 450px;
}

.correct-answer-box.question-three .start-btn a:hover {
    border: 2px solid #FFFFFF;
    color: #FFFFFF;
}

.start-main-box .start-btn a:hover,
.correct-answer-box .start-btn a:hover,
.end-main-box .start-btn a:hover {
    color: #FFFFFF !important;
    background-color: rgba(52, 48, 61, 0.8);
}

.end-main-box .start-btn a:hover {
    border: 2px solid #FFFFFF;
}

/* END OF START */

/*---------- QUESTION BLADE ----------*/
.question-box,
.correct-answer-box {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.question-box .content {
    max-width: 820px;
    margin-top: auto;
    justify-self: flex-end;
}

.question-box.question-three .content {
    max-width: 876px;
}

.question-box .content h2 {
    font-size: 50px;
    font-weight: bold;
    line-height: 52px;
    color: #FFFFFF;
    text-align: center;
    min-height: 144px;
    margin: 57px 0px 0px;
}

.question-box .content .form-box {
    display: flex;
    justify-content: center;
}

.question-box .content .form-box,
.question-box .content .form-box .img img {
    /*height: calc(100vh - 345px);*/
    height: 528px;
}

.question-box .content .form-box .img img {
    width: 122px;
    object-fit: cover;
    object-position: top;
}

.question-box .content .form-box .form {
    align-self: flex-end;
}

.question-box .content .form-box .form form {
    display: flex;
    flex-direction: column;
}

.question-box .content .form-box .form form button {
    width: 378px;
    display: block;
    font-size: 21px;
    font-weight: bold;
    line-height: 32px;
    padding: 18px 20px;
    letter-spacing: 1.05px;
    text-transform: uppercase;
    background-color: transparent;
    border: 3px solid #FFFFFF;
    margin-left: 0px;
    border-radius: 34px;
    transition: all .5s;
    color: #FFFFFF;
}

.question-box .content .form-box .form form button:focus {
	outline: unset;
}

.question-box.question-five .content .form-box .form form button {
    line-height: 22px;
}

.question-box .content .form-box .form form button:first-of-type {
    margin-bottom: 31px;
}

.question-box .content .form-box .form form button:last-of-type {
    margin-bottom: 139px;
}

.question-box .content .form-box .form form button:hover {
    cursor: pointer;
    background-color: #FFFFFF40;
}

.question-box .disclaimer {
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    max-width: 378px;
    color: #FFFFFF;
    margin-left: 0px;
    margin-bottom: 25px;
}

/* END OF QUESTION */

/*---------- CORRECT ANSWER BLADE ----------*/
.correct-answer-box .content {
    margin-top: 41px;
    text-align: center;
}

.correct-answer-box.question-four .content,
.correct-answer-box.question-five .content {
    margin-top: 101px;
}

.correct-answer-box .content h3 {
    font-size: 50px;
    font-weight: bold;
    line-height: 52px;
    color: #FFFFFF;
    margin: 0 0 18px;
}

.correct-answer-box .content h3.correct {
    margin-bottom: 21px;
}

.correct-answer-box.question-four .content h3,
.correct-answer-box.question-five .content h3 {
    margin-bottom: 13px;
}

.correct-answer-box.question-four .content h3.correct,
.correct-answer-box.question-five .content h3.correct {
    margin-bottom: 29px;
}

.correct-answer-box .content .fact {
    font-size: 28px;
    font-weight: 400;
    line-height: 38px;
    color: #FFFFFF;
    width: 754px;
    margin: 0 auto 45px;
}

.correct-answer-box.question-two .content .fact {
    width: 854px;
}

.correct-answer-box.question-three .content .fact {
    width: 877px;
}

.correct-answer-box .content .fact.correct {
    margin-bottom: 37px;
}

.correct-answer-box.question-four .content .fact {
    margin: 0 auto;
    height: 168px;
    width: 584px;
}

.correct-answer-box.question-five .content .fact {
    margin: 0 auto 25px;
    height: auto;
    width: 577px;
}
.correct-answer-box.question-four .content .fact.correct,
.correct-answer-box.question-five .content .fact.correct {
    margin: 29px auto 53px;
    height: auto;
}

.correct-answer-box .content .important_note {
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    max-width: 592px;
    color: #FFFFFF;
    padding: 5px 8px 7px;
    margin: 30px auto 25px;
    border: 2px solid #FFFFFF;
}

.new-text {
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    max-width: 782px;
    margin: 0 auto 31px;
    color: #FFFFFF;
}

.correct-answer-box.question-two .content .important_note,
.correct-answer-box.question-three .content .important_note {
    max-width: 657px;
}

.correct-answer-box .content .source {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    max-width: 782px;
    color: #FFFFFF;
    margin: 0 auto 31px;
}

.correct-answer-box.question-two .content .source {
    max-width: 646px;
}

.correct-answer-box.question-three .content .source {
    max-width: 704px;
}

.correct-answer-box .content .disclaimer {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    max-width: 395px;
    color: #FFFFFF;
    margin: 53px auto 25px;
}

/* END OF CORRECT ANSWER */

/*---------- END BLADE ----------*/
.end-main-box .one {
    background-color: #FFFFFF;
}

.end-main-box .one .logo {
    width: 700px;
    max-width: 90%;
    padding: 57px 0 260px;
    margin: 0 auto;
    position: relative;
}

.end-main-box .one .logo img {
    display: block;
    margin: 0 auto;
}

.end-main-box .one .logo .text1 {
    font-size: 32px;
    font-weight: 700;
    line-height: 34px;
    color: #34303D;
    position: absolute;
    bottom: 25px;
    left: 50% !important;
    transform: translateX(-50%) !important;
    text-align: center !important;
    margin: 0 auto !important;
    width: 100% !important;
}

.end-main-box .one .logo .text1 .top {
    margin-top: 16px;
}

.end-main-box .one .logo .text1 .top span {
    font-size: 30px;
    font-weight: bold;
    line-height: 38px;
}

.end-main-box .one .logo .text2 {
    font-size: 24px;
    font-weight: 400;
    line-height: 32px;
    color: #FFFFFF;
    position: absolute;
    top: 423px;
    padding-bottom: 60px;
    left: 50% !important;
    transform: translateX(-50%) !important;
    text-align: center !important;
    margin: 0 auto !important;
    width: 100% !important;
}

.end-main-box .one .logo .text2 .code {
    font-size: 30px;
    font-weight: bold;
    line-height: 38px;
}

.end-main-box .one .logo .text3 {
    font-size: 24px;
    font-weight: 400;
    line-height: 32px;
    color: #FFFFFF;
    position: absolute;
    width: 700px;
    top: 473px;
}

.end-main-box.top .one .logo .text3 {
    top: 503px;
}

.end-main-box.top .one .logo .text3 a {
    color: white;
	text-decoration: underline;
}

.end-main-box .start-btn a {
	text-decoration: unset !important;
}

.end-main-box .one .logo .text3 p {
    font-size: 24px;
    font-weight: 400;
    line-height: 32px;
    margin-top: 20px;
}

.end-main-box .one .logo .img1 {
    position: absolute;
    top: 250px;
    left: -343px;
}

.end-main-box .img2 {
    display: none;
}

/* END OF END BLADE */

/*---------- RESULTS BLADE ----------*/
.results-box {
    padding-top: 50px;
}

.results-box h2 {
    font-size: 36px;
    font-weight: bold;
    line-height: 32px;
    color: #FFFFFF;
    text-align: center;
}

.results-box table {
    width: 600px;
    max-width: 100%;
    color: #FFFFFF;
    margin: 50px auto 0;
}

.results-box table,
.results-box table th,
.results-box table td {
    border: 1px solid #FFFFFF;
}

.results-box table th {
    font-size: 20px;
    padding: 10px 20px;
}

.results-box table td {
    font-size: 18px;
    padding: 10px 20px;
}
/* END OF RESULTS BLADE */

#helpBtnNew {
    /* position: fixed;
    right: 20px;
    bottom: 20px; */
    font-size: 18px;
    font-weight: bold;
    line-height: 29px;
    padding: 8px 25px;
    margin-bottom: 36px;
    border-radius: 34px;
    text-transform: uppercase;
    border: 2px solid transparent;
    background-color: #FFFFFF;
    color: #34303D;
    text-decoration: none;
    text-align: center;
    display: block;
}

#helpBtnNew:hover {
    border-color: #FFFFFF;
    background-color: transparent;
    color: #FFFFFF;
}

/*-------------------- MEDIA QUERIES --------------------*/
@media (max-width: 1364.98px) {
    /*---------- END BLADE ----------*/
    .end-main-box .one .logo .img1 {
        width: 280px;
    }

    .end-main-box .one .logo .text1 {
        font-size: 30px;
        line-height: 32px;
        width: 600px;
    }

    .end-main-box .one .logo .text2 {
        font-size: 22px;
        line-height: 30px;
        width: 600px;
    }

    .end-main-box .one .logo .text3 {
        width: 600px;
    }

    .end-main-box .one .logo .text3,
    .end-main-box .one .logo .text3 p {
        font-size: 22px;
        line-height: 30px;
    }
    /* END OF END BLADE */
}

@media (max-width: 1199.98px) {
    /*---------- HOME BLADE ----------*/
    .main-box {
        background-size: 100% 55%;
    }

    .main-box .logo img {
        width: 200px;
        margin-top: 40px;
    }

    .white-card,
    .cookies {
        max-width: 760px;
    }

    .white-card {
        padding-left: 68px;
        padding-right: 68px;
        margin-top: 53px;
    }

    .white-card p.label-text,
    .white-card .form-row1 .coll-1 select, 
    .white-card .form-row1 .coll-2 select, 
    .white-card .form-row1 input[type=email] {
        font-size: 19px;
        line-height: 30px;
    }

    .white-card .form-row1 .coll-1 select, 
    .white-card .form-row1 .coll-2 select, 
    .white-card .form-row1 input[type=email] {
        padding: 15px 16px 16px;
    }

    .white-card .form-row1 span.error-icon, 
    .white-card .form-row1 span.valid-icon {
        top: 15px;
    }

    .white-card .form-row1 .coll-1 span.label, 
    .white-card .form-row1 .coll-2 span.label, 
    .white-card .form-row1 .email-box span.label {
        left: 16px;
    }

    .cookies p,
    .white-card .form-row1 .coll-1 span.label, 
    .white-card .form-row1 .coll-2 span.label, 
    .white-card .form-row1 .email-box span.label {
        font-size: 15px;
        line-height: 24px;
    }
    /* END OF HOME */

    /*---------- START BLADE ----------*/
    .start-main-box .logo img, 
    .question-box .logo img, 
    .correct-answer-box .logo img {
        margin-top: 40px;
        width: 110px;
    }

    .start-main-box .text {
        font-size: 46px;
        line-height: 48px;
        margin-top: 90px;
    }
    /* END OF START */

    /*---------- QUESTION BLADE ----------*/
    .question-box .content {
        max-width: 760px;
    }

    .question-box .content h2 {
        font-size: 46px;
        line-height: 48px;
    }
    /* END OF QUESTION */

    /*---------- CORRECT ANSWER BLADE ----------*/
    .correct-answer-box .content h3 {
        font-size: 46px;
        line-height: 48px;
    }

    .correct-answer-box .content .fact {
        font-size: 24px;
        line-height: 34px;
        width: 680px;
    }

    .correct-answer-box.question-two .content .fact,
    .correct-answer-box.question-three .content .fact {
        width: 680px;
    }

    .correct-answer-box img {
        width: 570px;
    }

    .correct-answer-box .content .important_note {
        font-size: 17px;
        line-height: 23px;
        max-width: 552px;
    }

    .new-text,
    .correct-answer-box .content .source,
    .correct-answer-box.question-three .content .source {
        max-width: 662px;
    }
    /* END OF CORRECT ANSWER */

    /*---------- END BLADE ----------*/
    .end-main-box .one .logo .img1 {
        width: 240px;
    }

    .end-main-box .one .logo .text1 {
        font-size: 28px;
        line-height: 30px;
        left: -40px;
    }

    .end-main-box .one .logo .text2 {
        font-size: 20px;
        line-height: 28px;
        left: -40px;
    }

    .end-main-box .one .logo .text3 {
        left: -40px;
    }

    .end-main-box .one .logo .text3,
    .end-main-box .one .logo .text3 p {
        font-size: 20px;
        line-height: 28px;
    }
    /* END OF END BLADE */
}

@media (max-width: 991.98px) {
    /*---------- HOME BLADE ----------*/
    .main-box .logo img {
        width: 180px;
        margin-top: 30px;
    }

    .white-card, 
    .cookies {
        max-width: 670px;
    }

    .white-card {
        padding-left: 48px;
        padding-right: 48px;
    }
    /* END OF HOME */

    /*---------- START BLADE ----------*/
    .start-main-box .logo img, 
    .question-box .logo img, 
    .correct-answer-box .logo img {
        margin-top: 30px;
        width: 100px;
    }
 
    .start-main-box .text {
        font-size: 42px;
        line-height: 44px;
        max-width: 670px;
    }
    /* END OF START */

    /*---------- QUESTION BLADE ----------*/
    .question-box .content,
    .question-box.question-three .content {
        max-width: 670px;
    }

    .question-box .content h2 {
        font-size: 42px;
        line-height: 44px;
    }

    .question-box.question-three .content h2 {
        min-height: 164px;
    }
    /* END OF QUESTION */

    /*---------- CORRECT ANSWER BLADE ----------*/
    .correct-answer-box img {
        width: 510px;
    }
    /* END OF CORRECT ANSWER */

    /*---------- END BLADE ----------*/
    .end-main-box .one .logo .img1 {
        width: 200px;
        left: -243px;
    }

    .end-main-box .one .logo .text1 {
        font-size: 25px;
        line-height: 27px;
        width: 480px;
        left: -15px;
    }
    
    .end-main-box .one .logo .text2 {
        font-size: 18px;
        line-height: 22px;
        width: 480px;
        left: -15px;
    }

    .end-main-box.top .one .logo .text3 {
        top: 483px;
    }

    .end-main-box .one .logo .text3 {
        width: 480px;
        left: -15px;
    }

    .end-main-box .one .logo .text3,
    .end-main-box .one .logo .text3 p {
        font-size: 18px;
        line-height: 22px;
    }

    .end-main-box .start-btn a {
        margin: 35px 0;
    }
    /* END OF END BLADE */
}

@media (max-width: 767.98px) {
    /*---------- HOME BLADE ----------*/
    .main-box .logo img {
        width: 160px;
        margin-top: 20px;
    }

    .white-card {
        max-width: 100%;
    }

    .cookies {
        max-width: 90%;
    }

    .white-card {
        margin-top: 43px;
        padding: 10px 30px 47px;
        box-shadow: unset;
    }

    .white-card .form-row1 {
        flex-wrap: wrap;
    }

    .white-card .form-row1 .coll-1, 
    .white-card .form-row1 .coll-2 {
        width: 100%;
    }

    .white-card .form-row1 .coll-1 {
        margin-bottom: 29px;
    }

    .white-card .form-row1 input[type=submit] {
        padding: 16px 18px;
        font-size: 18px;
        line-height: 29px;
    }
    /* END OF HOME */

    /*---------- START BLADE ----------*/
    .start-main-box .logo img, 
    .question-box .logo img, .correct-answer-box .logo img {
        margin-top: 15px;
        width: 70px;
    }

    .start-main-box .text {
        font-size: 30px;
        line-height: 32px;
        max-width: 94%;
    }

    .start-main-box .start-btn a, 
    .correct-answer-box .start-btn a {
        font-size: 18px;
        line-height: 29px;
        padding: 16px 20px;
        width: 300px;
    }
    /* END OF START */

    /*---------- QUESTION BLADE ----------*/
    .question-box .content {
        max-width: 95%;
    }

    .question-box .content h2 {
        font-size: 30px;
        line-height: 32px;
        min-height: 104px;
    }

    .question-box.question-three .content h2 {
        min-height: 144px;
    }

    .question-box .content .form-box .img img {
        width: 82px;
    }

    .question-box .content .form-box .form form button {
        width: 228px;
        font-size: 19px;
        line-height: 29px;
        padding: 16px 20px;
        margin-left: 0px;
    }

    .question-box .disclaimer {
        font-size: 14px;
        line-height: 22px;
        margin-left: 0px;
        margin-bottom: 20px;
        max-width: 228px;
    }

    .question-box .content .form-box .form form button:last-of-type {
        margin-bottom: 110px;
    }
    /* END OF QUESTION */

    /*---------- CORRECT ANSWER BLADE ----------*/
    .correct-answer-box .content h3 {
        font-size: 34px;
        line-height: 36px;
    }

    .correct-answer-box .content .fact {
        font-size: 16px;
        line-height: 23px;
        width: 95%;
        margin-bottom: 15px;
    }

    .correct-answer-box .content .fact.correct {
        margin-bottom: 20px;
    }

    .correct-answer-box.question-two .content .fact, 
    .correct-answer-box.question-three .content .fact {
        width: 93%;
    }

    .correct-answer-box.question-four .content .fact {
        width: 95%;
    }

    .correct-answer-box.question-five .content .fact {
        width: 90%;
    }

    .correct-answer-box img {
        width: 310px;
    }

    .correct-answer-box.question-three .content .important_note,
    .correct-answer-box.question-two .content .important_note, 
    .correct-answer-box .content .important_note {
        font-size: 14px;
        line-height: 20px;
        max-width: 340px;
    }

    .correct-answer-box .content .disclaimer {
        font-size: 14px;
        line-height: 20px;
        max-width: 310px;
        margin-bottom: 80px;
    }

    .correct-answer-box .content .source, 
    .correct-answer-box.question-two .content .source,
    .correct-answer-box.question-three .content .source {
        max-width: 340px;
        font-size: 13px;
        line-height: 20px;
    }

    .correct-answer-box.question-five .content .fact.correct {
        margin-bottom: 33px;
    }

    .new-text {
        font-size: 16px;
        line-height: 22px;
        max-width: 90%;
    }

    .correct-answer-box .content .important_note {
        margin-top: 10px;
		margin-bottom: 15px;
    }
	
	.correct-answer-box .content {
		margin-top: 31px;
	}
    /* END OF CORRECT ANSWER */

    /*---------- END BLADE ----------*/
    .end-main-box .one .logo .img1 {
        display: none;
    }

    .end-main-box .one .logo {
        width: 100%;
        padding: 37px 0 120px;
    }

    .end-main-box .one .logo img {
        width: 180px;
        display: block;
        margin: 0 auto;
    }

    .end-main-box .one .logo .text1 {
        width: 90%;
        /* top: 60px; */
        top: 90px;
        left: 5%;
        right: 5%;
        position: relative;
        font-size: 21px;
        line-height: 23px;
    }

    .end-main-box .one .logo .text2 {
        left: 5%;
        top: 110%;
        width: 90%;
        font-size: 16px;
        line-height: 20px;
    }

    /* .end-main-box .one .logo .text2 .code {
        display: block;
    } */

    .end-main-box .one .logo .text3 {
        left: 5%;
        top: 130%;
        width: 90%;
        padding-bottom: 60px;
    }

    .end-main-box.top .one .logo .text3 {
        top: 130%;
    }

    .end-main-box .img2 {
        display: block;
        width: 200px;
        margin: 450px auto 20px;
    }

    .end-main-box.top .img2 {
        margin-top: 250px;
    }

    .end-main-box .one .logo .text3, 
    .end-main-box .one .logo .text3 p {
        font-size: 16px;
        line-height: 20px;
    }
    
    .end-main-box .start-btn a {
        /* width: 320px; */
        /* padding: 14px 16px; */
        /* margin: 35px auto; */
        width: max-content;
        max-width: 100%;
        padding: 14px 56px;
        margin: 60px 0 0;
        font-size: 18px;
        line-height: 27px;
    }

    /* END OF END BLADE */
}

@media (max-width: 549.98px) {
    /*---------- END BLADE ----------*/
    .end-main-box .img2 {
       margin-top: 540px;
    }

    .end-main-box.top .img2 {
        margin-top: 280px;
    }
    /* END OF END BLADE */
}

@media (max-width: 374.98px) {
    /*---------- QUESTION BLADE ----------*/
    .question-box .content .form-box .img img {
        width: 72px;
    }

    .question-box .content h2 {
        min-height: 124px;
    }

    .question-box.question-three .content h2 {
        min-height: 160px;
    }

    .question-box .content .form-box .form form button {
        width: 190px;
        font-size: 18px;
        line-height: 28px;
        padding: 15px 20px;
        margin-left: 0px;
    }

    .question-box .disclaimer {
        max-width: 190px;
        margin-left: 0px;
    }
    /* END OF QUESTION */

    /*---------- CORRECT ANSWER BLADE ----------*/
    .correct-answer-box .content h3 {
        font-size: 26px;
        line-height: 24px;
    }

    .correct-answer-box .content .fact {
        font-size: 15px;
        line-height: 22px;
        width: 90%;
    }

    .correct-answer-box img {
        width: 280px;
    }

    .correct-answer-box.question-three .content .important_note,
    .correct-answer-box.question-two .content .important_note, 
    .correct-answer-box .content .important_note {
        font-size: 14px;
        line-height: 20px;
        max-width: 300px;
    }

    .correct-answer-box.question-three .content .source,
    .correct-answer-box.question-two .content .source,
    .correct-answer-box .content .source {
        max-width: 300px;
    }

    .start-main-box .start-btn a, 
    .correct-answer-box .start-btn a {
        font-size: 16px;
        line-height: 26px;
        padding: 13px 16px;
        width: 290px;
    }

    .correct-answer-box .content .disclaimer {
        font-size: 13px;
        line-height: 21px;
        max-width: 280px;
    }
    /* END OF CORRECT ANSWER */

    /*---------- END BLADE ----------*/
    .end-main-box .img2 {
        margin-top: 600px;
        width: 180px;
    }

    .end-main-box.top .img2 {
        margin-top: 260px;
    }

    .end-main-box .start-btn a {
        /* width: 280px; */
        max-width: 100%;
        padding: 10px 12px;
        margin: 60px auto 0;
        font-size: 16px;
        line-height: 25px;
    }
    /* END OF END BLADE */
}