/* ====== FONTS ====== */
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
/* ====== SCROLL ====== */

::-webkit-scrollbar {
    width: 0.4em;
}

::-webkit-scrollbar-track {
    background: rgb(201, 201, 201);
    box-shadow: inset 2px 2px 3px rgba(23, 23, 23, 0.4);
}

::-webkit-scrollbar-thumb {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    background: #000000;
}

:root {
    --primary--color: #505050;
    --secondary--color: #C6C6C6;
    --tertiary--color: #EDEDED;
    --quaternary--color: #000000;
    --quinary--color: #FFFFFF;
}

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;
    overflow-x: hidden;
    font-family: 'Roboto', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 5px 0;
    line-height: 1.1;
    font-weight: 700;
}

h1 {
    font-size: 60px;
}

h2 {
    font-size: 45px;
}

h3 {
    font-size: 35px;
}

h4 {
    font-size: 25px;
}

h5 {
    font-size: 20px;
}

h6 {
    font-size: 16px;
}

p {
    color: #000000;
    font-size: 16px;
    font-weight: 400;
}

.desktop {
    display: block !important;
}

.mobile {
    display: none !important;
}

img {
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
}

.titles {
    padding: 10px 0;
    position: relative;
}

.section-row {
    padding: 5% 0px;
    position: relative;
}

section {
    position: relative;
}

.fw100 {
    font-weight: 100;
}

.fw300 {
    font-weight: 300;
}
.fw400 {
    font-weight: 400;
}

.fw500 {
    font-weight: 500;
}

.fw700,
strong {
    font-weight: 700;
}

.fw900 {
    font-weight: 900;
}

.ls {
    letter-spacing: 1.5px;
}

/* ====== COLORS ====== */

.primary--color {
    color: #ff1919;
}

.secondary--color {
    color: #C6C6C6;
}

.tertiary--color {
    color: #EDEDED;
}

.quaternary--color {
    color: #000000;

}

.quinary--color {
    color: #FFFFFF;
}

.primary--bgcolor {
    background-color: #505050;
}

.primary--bgcolor--gray {
    background-color: #9b9999;
}

.secondary--bgcolor {
    background-color: #C6C6C6;
}

.tertiary--bgcolor {
    background-color: #EDEDED;
}

.quaternary--bgcolor {
    background-color: #000000;
}

.quinary--bgcolor {
    background-color: #FFFFFF;
}

.extra--bgcolor {
    background-color: #99ea96;
}

/* ====== BUTTONS ====== */

.btn {
    font-weight: 700;
    color: #ffffff;
    font-size: 18px;
    line-height: 1.1;
    padding: 10px 20px;
    transition: ease-in .4s;
    -webkit-transition: ease-in .4s;
    -moz-transition: ease-in .4s;
    -ms-transition: ease-in .4s;
    -o-transition: ease-in .4s;
    margin: 10px 0;
    width: 100%;
    max-width: 450px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    text-transform: uppercase;
    border: none;
}

.btn:hover,
a:hover {
    text-decoration: none;
}

.btn i {
    margin-left: 10px;
}

button:focus {
    outline: none;
}

.primary--btn {
    padding: 15px 25px;
    font-size: 20px;
    text-transform: uppercase;
    color: #000;
}

.primary--btn:hover {
    color: #fff;
    letter-spacing: 2px;
}

.secondary--btn {
    max-width: 300px;
    padding: 15px 25px;
    font-size: 20px;
    text-transform: uppercase;
    background-color: transparent;
    border: 2px solid #fff;
    color: #fff;
}

.secondary--btn:hover {
    color: #fff;
    letter-spacing: 2px;
}

.btn-lg {
    max-width: 400px;
    padding: 20px 40px;
    font-size: 30px;
    text-transform: capitalize;
}

.btn--icon {
    margin: 0 10px;
    font-size: 20px;
}


/* ====== HEADER ====== */

.logo {
    max-width: 220px;
}

header {
    position: relative;
    width: 100%;
    padding: 10px 0;
    background-color: #fff;
    z-index: 9;
}


/* ====== NAVIGATION ====== */

.navbar-light .navbar-nav .nav-link {
    font-weight: 700;
    color: #000000;
    font-size: 18px;
    padding: 10px 25px;
    text-transform: uppercase;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:active {
    color: #000;
}

.navbar-icon {
    background-color: #000;
    width: 25px;
    height: 3px;
    margin: 5px 0;
    display: block;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
}

.navbtn {
    padding: 5px 20px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    background-color: #000;
    border: 2px solid #000;
    width: max-content;
    transition: ease-in .4s;
    -webkit-transition: ease-in .4s;
    -moz-transition: ease-in .4s;
    -ms-transition: ease-in .4s;
    -o-transition: ease-in .4s;
}

.navbtn:hover {
    background-color: transparent;
    border: 2px solid #fff;
}

/* ====== BANNER ====== */

.hero--banner {
    position: relative;
    z-index: 99;
}


/* ====== ROLLING BANNER ====== */

.rollingbanner {
    width: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px 10px;
    font-weight: 400;
    line-height: 1;
    text-decoration: none;
    overflow: hidden;
    white-space: nowrap;
    cursor: pointer;
    position: relative;
    z-index: 99;
}

.scrolling {
    display: inline-block;
    padding: 0 200px;
    font-size: 20px;
    color: #fff;
    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%);
    }
}


/* ====== SIGN - MAIN ====== */

.section--main {
    position: relative;
}

.main-title-row {
    display: flex;
    flex-direction: row;
    padding: 0 10%;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
}

.main--section--wrapper {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 25px;
}

.main--content {
    width: 60%;
    position: relative;
}

.main-content-copy {
    margin: 0 auto;
    position: relative;
    padding: 5%;
}

.main-content-copy .takethequiz-btn {
    margin-top: 5%;
}

.main--content .primary-btn {
    max-width: 300px;
}

.main--content p span {
    font-weight: 700;
}

.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 {
    margin: 0 auto;
    position: relative;
    padding: 30px 10%;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}
.signup--form--container {
    width: 40%;
    position: relative;
    border-radius: 5px;
    z-index: 8;
}

.req {
    display: block;
    width: max-content;
    margin-right: 0;
    margin-left: auto;
    margin-bottom: 10px;
    font-size: 14px;
}

form .row {
    padding: 0px 0 10px 0;
}

form {
    position: relative;
    z-index: 9;
    margin: 10px auto;
}

hr:not([size]) {
    background: #D1D1D1;
    height: 1px;
    opacity: 1;
    margin: 10px 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: 400;
    padding: 10px 15px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.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;
}

.form input,
.form select {
    padding: 10px 20px;
    min-height: 30px;
    font-size: 15px;
}

.OSX select {
    outline: none;
    outline-offset: -1px;
    border: 0px;
    height: 45px;
}

.form input::-webkit-input-placeholder {
    color: #000000;
    font-weight: 500;
}

.form input:-ms-input-placeholder {
    color: #000000;
    font-weight: 500;
}

.form input::placeholder {
    color: #000000;
    font-weight: 500;
}

.form textarea::-webkit-input-placeholder {
    color: #000000;
    font-weight: 500;
    text-indent: 0px;
}

.form textarea::-ms-input-placeholder {
    color: #000000;
    font-weight: 500;
    text-indent: 0px;
}

.form textarea::placeholder {
    color: #000000;
    font-weight: 500;
    text-indent: 0px;
}

.form textarea.form-control {
    min-height: 120px;
}

/* 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: none;
    -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: 2px;
    font-size: 13px;
    color: #ffffff;
    background-color: #e40838;
    padding: 5px;
    font-weight: 500;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.invalid-feedback.choice_error {
    text-align: center;
}

.small-para {
    font-size: 14px;
    padding: 10px 0px;
    font-weight: normal;
    margin: 0;
}

.small-para a {
    text-decoration: underline;
}

.small-para a:hover {
    color: #ccc;
}

.takethequiz-btn {
    position: relative;
    z-index: 1;
}


/* Radio Button */

.optionbox {
    padding: 10px 0;
}

.optlable {
    text-align: center;
    color: #000000;
    font-size: 16px;
    font-weight: 600;
}

.country--info {
    position: relative;
    z-index: 8;
}

.optionradio {
    display: flex;
    align-items: center;
}

.countrylabel {
    flex: 1;
    text-align: center;
    font-weight: 500;
    font-size: 16px;
    margin: 0 auto 0;
}

.radioButtongrp {
    flex: 3;
    text-align: center;
    display: flex;
    justify-content: space-around;
    width: 250px;
    margin: 10px auto;
}

.radioButtongrp .contain {
    margin: 0;
    font-weight: 300;
    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: 20px;
    width: 20px;
    background-color: transparent;
    border: 1px solid #ffffff;
    border-radius: 50%;
}


/* On mouse-over, add a grey background color */

.contain:hover input~.checkmark {
    background-color: #fff;
}


/* 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: 4px;
    left: 4px;
    width: 10px;
    height: 10px;
    background: #ffffff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.form-question {
    background-color: #000;
    padding: 15px 10px;
    width: 100%;
    margin: 5px 0;
    text-align: center;
    font-size: 15px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.main--content--btnset {
    margin: 20px 0;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 20px;
}

.main--content--btnset .takethequiz-btn {
    flex: 1;
}

.main-content-copybox {
    position: relative;
    z-index: 9;
}

.winDiv {
    padding: 20px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    line-height: 1;
}

.winDiv span {
    display: flex;
    flex-direction: column;
}

.winDivText {
    line-height: 1;
    margin: 0;
}

.main--content--btnset .winDiv {
    flex: 1;
}

.progress {
    display: flex;
    height: 10px;
    overflow: hidden;
    background-color: #ffffff;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    margin: 0 auto;
}

.progress-bar {
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    transition: width .6s ease;
    -webkit-transition: width .6s ease;
    -moz-transition: width .6s ease;
    -ms-transition: width .6s ease;
    -o-transition: width .6s ease;
}

.signup--form--container .progress-bar {
    background-color: #000;
}

.counter {
    width: 100%;
    display: block;
    padding: 10px 0;
}

.counter span {
    display: block;
    margin: 0 auto;
    width: 100%;
    text-align: center;
    padding: 8px 0;
    line-height: 1;
}

.counter span {
    font-weight: 700;
    font-size: 18px;
    text-transform: uppercase;
}

.counter span.ppl {
    font-weight: 700;
    font-size: 18px;
}

.counter {
    background-color: rgba(var(--counter--bgcolor), 0.5);
    padding: 5% 10%;
    border-radius: 10px 10px 0 0;
    -webkit-border-radius: 10px 10px 0 0;
    -moz-border-radius: 10px 10px 0 0;
    -ms-border-radius: 10px 10px 0 0;
    -o-border-radius: 10px 10px 0 0;
}

.stat--row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

.stats--cols {
    width: 25%;
    padding: 0 20px;
}

.stat--content span {
    font-size: 15px;
}

.stat--content p {
    line-height: 1;
}

.stat--img img {
    height: 100px;
    margin: 0 auto 20px;
    display: block;
}

.section--cards--row {
    display: flex;
    flex-direction: row;
    max-width: 1100px;
    justify-content: space-between;
    margin: auto;
    gap: 5%;
}

.section--cards {
    width: 100%;
    margin: 20px auto;
}


.clearfix {
    clear: both;
    height: 70px;
}
/* ====== PETITION ====== */


.petition--section--wrapper {
    display: flex;
    flex-direction: row;
    gap: 5%;
    padding: 5% 0;
}

.petition--form--container {
    width: 45%;
}

.petition--form {
    margin: 0 auto;
    position: relative;
    padding: 20px 30px;
}

.petition--content {
    width: 55%;
}

.signing-boxes {
    padding: 20px 30px;
    margin: 5px auto;
    font-size: 16px;
}

.signing-boxes .time {
    font-size: 15px;
    font-weight: 500;
    margin: 0 10px;
    display: block;
}

.signing-details-row {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    margin-top: 20px;
}

.signing-boxes .name {
    font-size: 15px;
    font-weight: 500;
    display: block;
}

.signing-details-cols a {
    color: #000;
    font-size: 20px;
    margin: 0 5px;
}

.signing-section {
    padding-right: 20px;
    border: 2px solid #fff;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    padding: 0 20px;
    margin-bottom: 20px;
}

.signing-box-wrapper {
    max-height: 150px;
    overflow-y: auto;
}

.signed {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.signed label {
    font-size: 18px;
}

.signed .time {
    font-weight: 300;
    margin: 0 20px;
}

.petition--user {
    position: relative;
    box-shadow: 0px 3px 6px #00000029;
    border: 1px solid #6C6C6E;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    display: flex;
    align-items: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 10% 0;
    min-height: 300px;
}

.petition--quote {
    position: relative;
    z-index: 2;
    color: #FFFFFF;
    font-weight: 500;
    padding: 0 5%;
    width: 60%;
    font-size: 15px;
}


/* ====== COMMENTS ====== */


.comments--section--wrapper {
    display: flex;
    flex-direction: row;
    gap: 5%;
    padding: 0;
}

.comments--form--container {
    width: 40%;
}

.comments--form {
    margin: 0 auto;
    position: relative;
    padding: 0;
}

.comments--content {
    width: 60%;
}

.signing-boxes {
    padding: 20px 30px;
    margin: 5px auto;
    font-size: 16px;
}

.signing-boxes .time {
    font-size: 15px;
    font-weight: 500;
    margin: 0 10px;
    display: block;
}

.signing-details-row {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    margin-top: 20px;
}

.signing-boxes .name {
    font-size: 15px;
    font-weight: 500;
    display: block;
}

.signing-details-cols a {
    color: #000;
    font-size: 20px;
    margin: 0 5px;
}

.signing-section {
    padding-right: 20px;
    border: 2px solid #fff;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    padding: 0 20px;
    margin-bottom: 20px;
}

.signing-box-wrapper {
    max-height: 150px;
    overflow-y: auto;
}

.signed {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.signed label {
    font-size: 18px;
}

.signed .time {
    font-weight: 300;
    margin: 0 20px;
}

.comments--user {
    position: relative;
    box-shadow: 0px 3px 6px #00000029;
    border: 1px solid #6C6C6E;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    display: flex;
    align-items: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 10% 0;
    min-height: 300px;
}

.comments--quote {
    position: relative;
    z-index: 2;
    color: #FFFFFF;
    font-weight: 500;
    padding: 0 5%;
    width: 60%;
    font-size: 15px;
}

.sharecomments-lbl {
    font-size: 16px;
    padding: 10px 0;
}

.selectchoiclelabel {
    display: flex;
    align-items: center;
    justify-content: center;
}

.comments-container {
    height: 600px;
    overflow-x: hidden;
    width: 100%;
    overflow-y: scroll;
  }
  

  .comments-row {
    margin: 0 auto;
    max-width: 100%;
  }
  
  .comments-row .comments-col {
    height: auto;
    margin: 20px;
    text-align: left;
    padding: 5px 20px;
  }

  .comments-row .comments-col p{
    margin-bottom: 0;
  } 
  .comments--form--container .radioButtongrp {
    justify-content: center !important;
  }


/* ====== DONATE ====== */

.donate-content-row {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 5%;
}
.donate-amount-box{
    width: 40%;
}
.donate-content {
    width: 60%;
    display: flex;
    flex-direction: column;
}
.donate-amount{
    display: flex;
    align-items: flex-start;
    gap: 20px;
    margin-bottom: 20px;
}
/* ====== ABOUT ====== */

.section--about {
    padding: 5% 0;
}

.about--section--wrapper {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    position: relative;
    width: 100%;
    gap: 5%;
}

.about--img {
    width: 40%;
    max-width: 600px;
}

.about--content {
    width: 60%;
    margin: 0;
}

/* ====== SHARE ====== */

.share--row {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin: 0px auto;
    position: relative;
    z-index: 2;
    gap: 5%;
}

.share--img {
    flex: 1;
    max-width: 600px;
    margin: auto;
}

.shareContentBox {
    flex: 1;
    max-width: 600px;
}

.btnbox {
    display: flex;
    flex-direction: row;
}

.btnbox:hover {
    color: #DEDEDE;
}

.sharebtns {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    font-size: 25px;
}

.btnbox a {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    text-align: center;
    margin: 5px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-decoration: none;
    transition: ease-in .4s;
    -webkit-transition: ease-in .4s;
    -moz-transition: ease-in .4s;
    -ms-transition: ease-in .4s;
    -o-transition: ease-in .4s;
    border: 1px solid #000;
}

.btnbox a:hover {
    background-color: #000000;
}

.btnbox a:hover i {
    color: #ababab;
}

.btnbox a i {
    color: #000000;
    font-size: 30px;
}


/* ====== FOOTER ====== */
footer {
    padding: 40px;
    border-top: thin solid #ccc;
}

.socialmedia--iconset {
    display: flex;
    gap: 5px;
    justify-content: center;
    margin: 5px 0;
}

footer .socialmedia--iconset a {
    text-decoration: none;
    padding: 10px;
    color: #000000;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background-color: #FFFFFF;
    text-align: center;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    transition: ease-in .4s;
    -webkit-transition: ease-in .4s;
    -moz-transition: ease-in .4s;
    -ms-transition: ease-in .4s;
    -o-transition: ease-in .4s;
}

footer .socialmedia--iconset a:hover {
    color: #ffffff;
    background-color: #000000;
}

footer .socialmedia--iconset a i {
    font-size: 25px;
}

.footer-content-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.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: flex-end;
}

.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: center;
    margin: 10px auto;
    font-size: 18px;
    font-weight: 300;
    max-width: 800px;
    display: block;
}

.footer-copyright a {
    color: #ffffff;
}

.main-footer .footer_links {
    text-decoration: none;
    color: #fff;
}

.footer-logo {
    max-width: 250px;
    display: block;
    margin: 0;
}

/* ====== QUIZ ====== */

.quiz--page {
    background-color: #231F20;
}

.start--steps {
    width: 40%;
    border: 2px solid #000;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
}

.steps--bar {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-evenly;
}

.qpb--cols {
    color: #000;
    font-size: 25px;
    padding: 0;
    font-weight: 700;
    line-height: 2;
}

.quiz--steps {
    width: 80%;
    border: 2px solid #000;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    overflow: hidden;
}

.quiz--steps--bar {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: space-evenly;
    overflow: hidden;
    height: 100%;
}

.quiz--steps--cols {
    color: #000000;
    padding: 0;
    text-align: center;
    position: relative;
    width: calc(100% / 3);
    display: flex;
    justify-content: center;
    align-items: center;
}

.quiz--steps--cols span {
    position: relative;
    z-index: 2;
    font-weight: 700;
    line-height: 2;
    font-size: 20px;
}

.progressfiller {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    background: #000;
    z-index: 0;
    transition: ease-in .4s;
    -webkit-transition: ease-in .4s;
    -moz-transition: ease-in .4s;
    -ms-transition: ease-in .4s;
    -o-transition: ease-in .4s;
}

.quiz--steps--bar .quiz--steps--cols:nth-child(2) {
    border-right: 1px solid #000;
    border-left: 1px solid #000;
}

.quiz--screen {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.question--start {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 25px;
}

.question,
.results {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 5% 0;
}

.quiz--view {
    position: relative;
    z-index: 9;
    max-width: 1200px;
    width: 90%;
    margin: auto;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    min-height: 50vh;
    gap: 5%;
}

.quiz--img {
    position: relative;
    width: 40%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    overflow: hidden;
}
.quiz--img img{
    width: 100%;
}

.quiz {
    width: 40%;
    text-align: left;
    padding: 5%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.quiz--question {
    width: 60%;
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
}


.q--number {
    width: max-content;
    padding: 5px 20px;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    border: 1px solid #D1D1D1;
    background-color: #fff;
    margin: auto;
    left: 0;
    right: 0;
    top: -20px;
    position: absolute;
    font-size: 20px;
    color: #6C6C6E;
}

.quiz--results--box--body p {
    font-size: 16px;
    line-height: 1.2;
    text-align: left;
    font-weight: 500;
}

.quiz--question .submit--btn {
    width: 100%;
    padding: 10px 30px;
    display: block;
    margin: 20px 0 20px auto;
    text-transform: capitalize;
    font-weight: 700;
    font-size:20px;
}

.quiz--question .submit--btn:hover {
    background-color: transparent;
    color: #000000;
}

.quiz--page .overlay {
    background-color: rgba(0, 0, 0, 0.3);
}

.quiz h1 {
    color: #ffffff;
}

.quiz ul li {
    font-weight: 500;
    list-style: none;
    padding: 5px 0;
}

.quiz ul {
    margin: 20px 0 20px -40px;
}

.quiz--image img {
    width: 100%;
    max-width: 600px;
    margin: auto;
    display: block;
}

.quiz--options--wrapper {
    display: flex;
    flex-direction: column;
}

.quiz--options--wrapper p {
    font-size: 25px;
}

.quiz--results--box--wrapper {
    padding: 5% 0;
}

.results--box {
    position: relative;
    z-index: 9;
    max-width: 1100px;
    width: 100%;
    margin: auto;
    display: flex;
    flex-direction: row;
    align-items: stretch;
    box-shadow: 0px 10px 15px #00000026;
    border: 1px solid #D1D1D1;
    min-height: 50vh;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    background-color: #ffffff;
}


.results--box--wrapper {
    position: relative;
    z-index: 9;
    max-width: 1400px;
    width: 90%;
    margin: auto;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    min-height: 50vh;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}

.results--correct .qv--grid {
    border: 10px solid #000;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

.quiz--footer {
    background-color: transparent;
    color: #ffffff;
    padding: 30px;
}

.q--footer p {
    color: #ffffff;
    margin-bottom: 0;
}

.quiz--img--content {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.quiz--head {
    text-align: center;
    width: 100%;
    font-weight: 900;
    font-size: 50px;
}

.quizHeader {
    background-color: #fff;
}

.quizHeader--row {
    width: 100%;

}

.quizHeader .progress {
    position: relative;
    height: 20px;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    background: #F2E8D9 0% 0% no-repeat padding-box;
}

.quizHeader .progress-bar {
    background: #787878 0% 0% no-repeat padding-box;
}

.q-number {
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: block;
    font-size: 30px;
    line-height: 30px;
    font-weight: 700;
    margin: auto;
    text-align: center;
    color: #ED4D26;
    display: flex;
    align-items: center;
    justify-content: center;
}

.nextbtn {
    margin: 20px 0 20px auto;
    display: block;
    max-width: 150px;
}

.nextbtn:hover {
    background: #fff !important;
    color: #000000;
    border-color: #fff !important;
}

.nextbtn img {
    width: 20px;
}

.quiz--options {
    display: flex;
    flex-direction: column;
    padding: 15px;
    width: calc(100% - 130px);
}

.quiz-option-btn-set {
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
    margin: 0 auto;
    background: #fff;
    padding: 10px;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    font-weight: 600;
    color: #000;
    font-size: 16px;
    gap: 10px 0px;
    justify-content: space-around;
    width: 100%;
}

.quiz-option-btn-set span {
    display: block;
    margin: auto;
    font-size: 14px;
    width: max-content;
}


.result-content {
    width: 80%;
    margin: 5% auto;
}

.result-content p {
    font-size: 20px;
}

.quiz--head--row .quiz--head--cols:nth-child(1) {
    width: 100%;
    text-align: center;
    padding: 3% 5%;
    background-color: #FFFFFF;
    font-size: 40px;
    color: #ED4D26;
    max-width: 600px;
    margin: auto;
    line-height: 1;
}

.quiz--head--row .quiz--head--cols:nth-child(2) {
    width: 100%;
    padding: 5% 0%;
    max-width: 600px;
    margin: auto;
}

.quiz--head--row .quiz--head--cols:nth-child(2) p {
    font-size: 20px;
    text-align: left;
    font-weight: 500;
    color: #fff;
}

.quiz--head--row .quiz--head--cols:nth-child(2) .note p {
    color: #000;
}

.quiz--buttons .quiz--options--wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: auto;
    position: relative;
    padding-top: 5%;
}

.quiz--buttons .quiz--options--wrapper .quiz-options {
    width: 100%;
    background: #000000 0% 0% no-repeat padding-box;
    font-size: 20px;
    padding: 15px;
    font-weight: 700;
    color: #ffffff;
    margin: 5px 0;
    line-height: 1.1;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    text-transform: capitalize;
    position: relative;
}

.quiz--buttons .quiz--options--wrapper .quiz-options:hover,
.quiz--buttons .quiz--options--wrapper .quiz-options.selected {
    background-color: #fff;
    color: #000000;
}
/* for Multiple select Buttons */
.quiz-options-multi {
    width: 100%;
    background: #000000 0% 0% no-repeat padding-box;
    font-size: 20px;
    padding: 15px;
    font-weight: 700;
    color: #ffffff;
    margin: 5px 0;
    line-height: 1.1;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    text-transform: capitalize;
    position: relative;
}
.quiz-options-multi.selected {
    background-color: #fff;
    color: #000000;
}


/* CHECK MULTIPLE*/

.checkbox--contianer {
    display: block;
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


/* Hide the browser's default checkbox */

.checkbox--contianer input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}


/* Create a custom checkbox */

.checkbox--contianer .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #eee;
}


/* On mouse-over, add a grey background color */

.checkbox--contianer:hover input~.checkmark {
    background-color: rgb(255, 255, 255);
}


/* When the checkbox is checked, add a blue background */

.checkbox--contianer input:checked~.checkmark {
    background-color: #000;
}


/* Create the checkmark/indicator (hidden when not checked) */

.checkbox--contianer .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}


/* Show the checkmark when checked */

.checkbox--contianer input:checked~.checkmark:after {
    display: block;
}


/* Style the checkmark/indicator */

.checkbox--contianer .checkmark:after {
    left: 13px;
    top: 5px;
    width: 10px;
    height: 20px;
    border: solid rgb(255, 255, 255);
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.quiz--box {
    width: 100%;
    max-width: 600px;
    text-align: left;
    font-size: 25px;
    color: #ffffff;
    line-height: 1;
    font-weight: 700;
}

.quiz--box p {
    margin-bottom: 0;
    font-size: 20px;
    margin-top: 20px;
}

.quiz--results--box {
    display: flex;
    align-items: center;
}

.quiz--results--box img {
    max-width: 50px;
    margin-right: 20px;
}

.quiz--results--box--head {
    margin: 0 auto;
    width: 100%;
}

.quiz--results--box--head span {
    display: block;
    margin-left: 20px;
}

.quiz--results--box--head span h3 {
    line-height: 10px;
}

.quiz--results--box--head span p {
    margin: 0;
}

.quiz--results--box--body {
    width: 100%;
    margin: 10px 0;
    text-align: left;
    max-width: 600px;
}

/*=====Thank you content======*/
.thankyou--content {
    width: 80%;
    margin: 0;
}