*{
    scrollbar-width: none;
   }
   
   body::-webkit-scrollbar {
    display: none;
  }
  
 
  body{
    -ms-overflow-style: none;
  }

.email_under_title > p {
    font-size: 20px;
    color: #fff;
}
.textbox-email {
    width: 100%;
    padding: 10px 5px;
    font-size: 18px;
    box-sizing: border-box;
    color: #000;
}
body {
    color: #222;
    font: 300 15px/15px Arial, Helvetica;
    background-color: #f5f7fb;
    -webkit-font-smoothing: antialiased;
    margin: 0;
    text-align: center;
    height: auto !important;
}
body.style-green {
    background-color: #e7f0db;
}
h1,
h2,
h3 {
    margin: 0;
    line-height: 1em;
}
h1.pageHeader {
    font-size: 1.8em;
    line-height: 1.4em;
    margin-bottom: 1.4em;
    padding: 0 20px;
    font-weight: normal;
}
h2.questionHeader {
    font-size: 1.8em;
    line-height: 1.4em;
    margin-top: 1em;
    margin-bottom: 1.4em;
    padding: 0 20px;
    font-weight: normal;
}
h2.questionHeader.succes {
    font-weight: 700;
}
p {
    font-size: 1.7em;
    line-height: 1.3;
    margin-bottom: 1.4em;
    padding: 0 20px;
}
p.small {
    font-size: 1.2em;
    line-height: 1.6em;
}
.img-fluid {
    max-width: 100%;
    height: auto;
}
.container {
    width: 700px;
    margin: 50px auto;
}
.wrapper {
    background-color: #fff;
}
.spacer {
    padding: 2em;
    padding-bottom: 0;
}

/* TIMER */

.clock {
    font: 700 2.5em 'Raleway', Arial, Helvetica;
    margin-bottom: 20px;
    color: #222;
}
.clock.warning {
    color: #fd5068;
}

/* QUESTIONS */

.steps-header,
.question_wrapper {
    display: none;
}
.steps-header,
.question_wrapper,
p {
    color: #fcf8c7;
}
.LPPILOT_Answer_Option_Cell {
    position: relative;
}
.buttonContainer {
    margin-top: 50px;
}
.answer_clicked,
.next_question_button,
.previous_question_button,
.btn-provider {
    background-color: #fd5068;
    border: 2px solid #fd5068;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 18px;
    font-weight: 400;
    margin: 0 5px;
    padding: 25px 50px;
    text-decoration: none;
}
.style-green .answer_clicked,
.style-green .next_question_button,
.style-green .previous_question_button,
.style-green .btn-provider {
    background-color: #32c26b;
    border-color: #32c26b;
}
.next_question_button2,
.previous_question_button2,
.btn-provider2 {
    background-color: green;
    border: 2px solid #000;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 18px;
    font-weight: 400;
    margin: 0 10px 10px 0;
    padding: 20px 50px;
}
.answer_clicked:hover,
.answer_clicked:active,
.next_question_button:hover,
.next_question_button:active,
.btn-provider:hover,
.btn-provider:active {
    background-color: #fff;
    border: 2px solid #fff;
    color: #fd5068;
    transition: all 0.3s ease-in-out 0s;
}
.style-green .answer_clicked:hover,
.style-green .answer_clicked:active,
.style-green .next_question_button:hover,
.style-green .next_question_button:active,
.style-green .btn-provider:hover,
.style-green .btn-provider:active {
    background-color: #fff;
    border-color: #fff;
    color: #32c26b;
}
.next_question_button2:hover,
.next_question_button2:active,
.btn-provider2:hover,
.btn-provider2:active {
    background-color: #35de21;
    border: 2px solid #35de21;
    color: #fff;
    transition: all 0.3s ease-in-out 0s;
}
.answer_clicked.btn-outline,
.next_question_button.btn-outline,
.previous_question_button {
    background-color: transparent;
    color: #fd5068;
}
.style-green .answer_clicked.btn-outline,
.style-green .next_question_button.btn-outline,
.style-green .previous_question_button {
    background-color: transparent;
    color: #32c26b;
}
.answer_clicked.btn-outline2,
.next_question_button.btn-outline2,
.previous_question_button2 {
    background-color: transparent;
    color: #000;
}
.answer_clicked.btn-outline:hover,
.answer_clicked.btn-outline:focus,
.next_question_button.btn-outline:hover,
.next_question_button.btn-outline:focus,
.previous_question_button:hover,
.previous_question_button:focus {
    border-color: #fff;
    color: #fff;
    text-decoration: none;
}
.answer_clicked.btn-outline2:hover,
.answer_clicked.btn-outline2:focus,
.next_question_button2.btn-outline:hover,
.next_question_button2.btn-outline:focus,
.previous_question_button2:hover,
.previous_question_button2:focus {
    border-color: #35de21;
    color: #35de21;
    text-decoration: none;
}
.answer_clicked .fa {
    font-size: 24px;
    margin-right: 10px;
}

/* dropdowns */

.selectLabel {
    display: inline-block;
    font-size: 1.8em;
    line-height: 65px;
    margin: 0 15px;
}
select.answer_changed {
    background: #fff;
    color: #fd5068;
    font-family: Arial, Helvetica;
    font-size: 1.8em;
    line-height: 65px;
    height: 65px;
    padding: 0px 40px 0 10px;
    float: left;
    border: none;
    outline: none;
    font-weight: 300;
    cursor: pointer;
    border-radius: 3px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
select.answer_changed.small {
    width: 120px;
}
select.answer_changed.medium {
    width: 260px;
}
select.answer_changed option {
    font-size: 0.5em;
}
.LPPILOT_Answer_Option_Cell.selectCell {
    display: inline-block;
}
.LPPILOT_Answer_Table.split .selectCell {
    margin-top: 1.4em;
    padding-bottom: 20px;
}
.LPPILOT_Answer_Table.split .selectCell:first-of-type {
    border-right: 2px solid #fff;
    margin-right: 40px;
    padding-right: 40px;
}
.LPPILOT_Answer_Table.split select.answer_changed {
    width: 160px;
}
h2.questionHeader.split {
    margin-bottom: 0.5em;
    margin-top: 0;
    padding: 0;
    text-align: left;
}
.selectCell:after {
    font-family: 'FontAwesome';
    content: '\f107';
    font-size: 2em;
    line-height: 65px;
    height: 65px;
    display: inline-block;
    box-sizing: border-box;
    color: #fd5068;
    background-color: #fff;
    margin-left: -40px;
    padding: 0 10px;
    border-radius: 3px;
    pointer-events: none;
}

/* reomve dropdown arrow on ie */

select::-ms-expand {
    display: none;
}

/* input fields */

.inputTable {
    width: 450px;
    display: inline-block;
}
.inputTable2 {
    background-color: #fff;
    border-radius: 2px;
    color: #000;
    display: inline-block;
    padding: 1em 2em 2em;
    width: 70%;
}
input[type=text].answer_changed,
input[type=email].answer_changed {
    font-family: arial, sans-serif;
    font-size: 1.8em;
    color: #000;
    background-color: #fff;
    -webkit-box-shadow: inset 0px 0px 10px 5px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 0px 0px 10px 5px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0px 0px 10px 5px rgba(0, 0, 0, 0.1);
    display: inline-block;
    width: 100%;
    height: 75px;
    line-height: 75px;
    padding: 0 15px;
    border: 2px solid #fff;
    font-weight: 300;
    box-sizing: border-box;
    border-radius: 3px;
}
input[type=text].answer_changed:hover,
input[type=text].answer_changed:focus,
input[type=email].answer_changed:hover,
input[type=email].answer_changed:focus {
    border: 2px solid #fd5068;
    transition: all .3s ease;
}
.inputError {
    position: absolute;
    top: 0px;
    right: 20px;
    line-height: 75px;
    font-size: 1em;
    color: #fd5068;
    margin: 0;
    padding: 0;
}
.check {
    display: none;
    color: lawngreen;
    position: absolute;
    right: -60px;
    font-size: 2.5em;
    width: 60px;
}
.check .fa {
    line-height: 75px;
}
.checkmarks {
    font-size: 1em;
    line-height: 1.4em;
    text-align: left;
    margin-bottom: 30px;
}
.fa.green {
    color: lawngreen;
}

/* checkbox */

.voorwaardenCell {
    margin-top: 30px;
    width: 450px;
    display: inline-block;
}
input[type=checkbox] {
    position: absolute;
    width: 18px;
    height: 18px;
    margin: 0;
    left: 0;
    top: 0;
}
p.voorwaardenText {
    width: 100%;
    position: relative;
    display: inline-block;
    text-align: left;
    font-size: 1em;
    padding-left: 30px;
    box-sizing: border-box;
}
.voorwaardenText a {
    color: #fff;
}
.voorwaardenText a:visited {
    color: #fff;
}
#voorwaardencheckbox {
    display: block;
    margin-top: 10px;
}
.mailboxprovider {
    display: none;
}

/* TRUSTED LOGOS */

.shieldContainer {
    display: inline-block;
    vertical-align: middle;
    height: 38px;
    position: relative;
    margin-left: 20px;
    padding: 5px 0 0 44px;
    text-align: left;
}
.material-icons.shield {
    background: #2196F3;
    text-align: center;
    width: 38px;
    height: 38px;
    line-height: 38px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 0;
}
.shieldText {
    font-family: arial, sans-serif;
    font-size: 12px;
}

/* BACKGROUND SLIDER */

#imageFader {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;
    display: none;
}
.bgImage {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
}
.bgImage.active {
    z-index: 3;
}

/* PROGRESSBAR */

#progressbar {
    position: relative;
    width: 100%;
    height: 4px;
    z-index: 10;
    background: #fff;
    margin-bottom: 20px;
    margin-top: 20px;
}
.progress {
    position: absolute;
    width: 0;
    height: 100%;
    left: 0;
    top: 0;
    background: #fd5068;
    -webkit-transition: width .4s ease-in-out;
    -moz-transition: width .4s ease-in-out;
    -o-transition: width .4s ease-in-out;
    transition: width .4s ease-in-out;
}
.style-green .progress {
    background: #32c26b;
}

/* EMAIL AUTO-COMPLETE */

#emailsupportbox {
    display: none;
}
#tags-list ul {
    font-family: Arial, Helvetica;
    font-size: 12px;
    font-weight: 500;
    position: absolute;
    left: 0 !important;
    top: 75px !important;
    width: 100% !important;
    z-index: 10 !important;
    padding: 0 !important;
    line-height: 20px !important;
    text-align: left;
    border-radius: 0 0 3px 3px;
    overflow: hidden;
}
.ui-widget-content {
    box-sizing: border-box !important;
}
.ui-menu .ui-menu-item {
    width: 100% !important;
    padding: 5px !important;
    box-sizing: border-box !important;
    border: none !important;
    background: #FFFFFF !important;
}
.ui-menu .ui-menu-item:hover,
.ui-menu .ui-menu-item:focus {
    border: none !important;
    background: #f1f1f1 !important;
}
.ui-menu .ui-menu-item .ui-state-focus {
    border: none !important;
    background: #f1f1f1 !important;
}

/* ANIMATIONS */

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}
.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}
@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        transform: translateX(20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}
@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        -ms-transform: translateX(20px);
        transform: translateX(20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}
.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}
.fadeInRight img {
    padding-bottom: 20px;
}

/* RESPONSIVE STRUCTURE */

@media only screen and (max-width: 1200px) {
    h1 {
        font: 700 2em 'Raleway', Arial, Helvetica;
        margin-bottom: 20px;
    }
    p {
        font-size: 1.5em;
        line-height: 1.5em;
        margin-bottom: 1.4em;
    }
}
@media only screen and (max-width: 979px) {
    h1 {
        font: 700 1.5em 'Raleway', Arial, Helvetica;
        margin-bottom: 20px;
        text-align: center;
    }
    p {
        font-size: 1.5em;
        line-height: 1.3;
        margin-bottom: 1.4em;
        text-align: center;
    }
    .clock {
        font: 700 2em 'Raleway', Arial, Helvetica;
        margin-bottom: 20px;
        text-align: center;
    }
}
@media only screen and (max-width: 767px) {
    h1.pageHeader {
        font-size: 1.4em;
    }
    p {
        font-size: 1.1em;
        padding: 0;
    }
    .container {
        margin-top: 0;
        margin-bottom: 20px;
        width: 100%;
    }
    .board {
        text-align: center;
        border-radius: 4px;
        width: 100%;
        margin: 0px auto 0 auto;
    }
    .board p {
        margin-top: 30px;
        font-size: 35px;
        line-height: 0px;
        font-family: arial, sans-serif;
        color: #222;
        text-transform: uppercase;
    }
    .question_wrapper {
        padding: 0 10px;
    }
    .steps-header {
        padding: 20px 10px 0;
    }
    .answer_clicked {
        width: 100%;
        box-sizing: border-box;
    }
    .next_question_button,
    .previous_question_button,
    .btn-provider {
        padding: 25px 40px;
    }
    select.answer_changed {
        font-size: 1.4em;
        line-height: 50px;
        height: 50px;
        padding: 0px 25px 0 10px;
    }
    select.answer_changed option {
        font-size: 0.8em;
    }
    .selectCell:after {
        font-size: 1.4em;
        line-height: 50px;
        height: 50px;
        margin-left: -30px;
        padding: 0 5px;
    }
    .selectLabel {
        font-size: 1.4em;
        line-height: 50px;
        margin: 0 5px;
    }
    .inputTable {
        width: 100%;
        padding-right: 40px;
        box-sizing: border-box;
    }
    input[type=text].answer_changed,
    input[type=email].answer_changed {
        font-family: arial, sans-serif;
        font-size: 1.4em;
        height: 60px;
        line-height: 60px;
        padding: 0 15px;
    }
    #tags-list ul {
        top: 60px !important;
    }
    .voorwaardenCell {
        width: auto;
        display: block;
    }
    .check {
        right: -40px;
        font-size: 2em;
        width: 40px;
    }
    .check .fa {
        line-height: 60px;
    }
    .trustedShields {
        text-align: left;
    }
    h2.questionHeader {
        font-size: 1.4em;
        line-height: 1.4em;
        padding: 0 10px;
    }
    .LPPILOT_Answer_Table.split .selectCell:first-of-type {
        border-right: none;
        margin-right: 0;
        padding-right: 0;
    }
    select.answer_changed.small {
        width: 70px;
    }
    .inputTable2 h2.questionHeader {
        margin-bottom: 1em;
        margin-top: 0.5em;
    }
    .inputTable2 .checkmarks {
        margin-bottom: 10px;
    }
    .buttonContainer,
    .inputTable2 .buttonContainer {
        margin-top: 20px;
    }
}
@media only screen and (min-width: 330px) {
    .clockContainer {
    font-size: 1.2rem;
    line-height: 1.2;
}
}
@media only screen and (max-width: 360px) {
    .board p {
        font-size: 28px;
    }
    .next_question_button,
    .previous_question_button,
    .btn-provider {
        margin: 0 10px 10px 0;
        padding: 15px 20px;
    }
    .inputTable2 {
        width: 80%;
    }
}
.step__logo {
    width: 14rem;
    height: auto;
}
.step__title {
    margin: 0.8rem 0 0.8rem;
    font-size: 1.3rem;
    padding: 0 2%;
    font-weight: 400;
    line-height: 1.3;
    color: #fcf8c7;
}
@media (max-height:700px) {
    .step__title {
        font-size: 1.1rem;
        font-weight: 600;
        color: #fcf8c7;
    }
    .step__logo {
        width: 12rem;
    }
}
.step__intro {
    width: 12.0625rem;
    height: 12.0625rem;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%
}
.step__intro_image {
    display: block;
    margin: 3vh auto;
    width: 235px;
    max-width: 88%;
}
.style-green .step__intro_image {
    width: 300px;
}
@media (max-height:700px) {
    .step__intro_image {
        width: 180px;
    }
    .style-green .step__intro_image {
        width: 220px;
    }
}
.step__warning {
    margin: 1.625rem 0;
    font-size: 1rem;
    font-weight: 700
}
.warning {
    margin: 1rem 5px;
    font-size: 16px;
    display: block;
    font-weight: 700;
    color: #fcf8c7;
    /*text-transform: uppercase;*/
}
.warning2 {
    font-size: 2rem;
    font-weight: 400;
    color: #fd5068;
    line-height: 1.2;
    display: block;
    background: #6bb9ff;
    box-shadow: 0px 0px 10px rgba(217, 81, 180, .5);
}
.style-green .warning {
    margin: 2.2rem 0 1.5rem;
    font-size: 1.5rem;
}
@media (max-width: 767px) {
    .style-green .warning {
        margin: 0 0 1rem;
        font-size: 1.2rem;
    }
    .warning2 {
        padding: 14px 3%;
        font-size: 1.2rem;
        margin-bottom: -0.4rem;
    }
}
.step__button, .email-submit {
    width: 90%;
    max-width: 19.625rem;
    padding-left: 1.15625rem;
    font-size: 1.2rem;
    line-height: 2rem;
    /*text-transform: capitalize;*/
    color: #fff;
    background: #fd5068;
    border: none;
    -webkit-border-radius: 2.5rem;
    -moz-border-radius: 2.5rem;
    border-radius: 2.5rem;
    cursor: pointer;
    transition: all .2s;
}
.step__button:hover {
    color: #fd5068;
    background: #fff;
}
.btn__next {
    cursor: pointer;
}
.step__button__arrow {
    position: relative;
    margin-left: .46875rem;
    height: 1em;
    width: auto;
    top: .125em
}
.step__buttons {
    margin-top: .5625rem
}
.step__buttons_extra {
    margin-top: 1.375rem
}
.step__buttons__button {
    display: inline-block;
    width: 3.75rem;
    height: 3.75rem;
    margin: 0 .6875rem;
    background: #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%
}
.step__buttons__button_disabled {
    background: #ECEEF4
}
.step__buttons__button__icon {
    margin: 1.0625rem auto 0;
    height: 1.625rem;
    background-size: 100%;
    background-repeat: no-repeat
}
.step__button:focus,
.step__field__input:focus,
a:active,
a:hover {
    outline: 0
}
.step__button.style2, .email-submit {
    display: inline-block;
    
    
    margin: 0 5px 10px;
    text-decoration: none;
}
.step__button.style2.nope {
    color: #fff;
    background: #da6272;
}
.step__button.style2.nope:hover {
    color: #da6272;
    background: #fff;
}
.step__button.style2.small {
    line-height: 3rem;
}
.step__button.style2.gray {
    color: #fff;
    background: #888;
}
.step__button.style2.gray:hover {
    color: #888;
    background: #fff;
}
.fire-image {
    display: block;
    width: 100%;
    max-width: 51px;
    margin: 0 auto 15px;
}
.snap-image {
    display: block;
    width: 100%;
    max-width: 70px;
    margin: 0 auto 15px;
}
.checkbox_wrap {
    margin: 0 auto;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 600px;
    margin-bottom: 20px;
}
.options-title {
    font-size: 22px;
    margin: 1.3em 0 .5em;
}
.choose_answer {
    margin-bottom: 20px;
}
.option {
    width: 31%;
    position: relative;
    cursor: pointer;
    text-align: center;
    margin: 0.5rem 1%
}
.option img {
    display: block;
    width: 100%;
    border: 3px solid transparent;
    border-radius: 50%;
    box-sizing: border-box;
}
.option-title {
    font-size: 16px;
    font-weight: 400;
    padding-top: 5px;
    word-wrap: break-word;
}
.option.checked img {
    border-color: #fd5068
}
.option.checked .option-title {
    color: #fd5068
}
.style-green .option.checked img {
    border-color: #32c26b
}
.style-green .option.checked .option-title {
    color: #32c26b
}
@media (max-width: 767px) {
    .options-title {
        font-size: 19px;
    }
    .checkbox_wrap {
        margin-bottom: 10px;
    }
    .options-title {
        margin: 0 0 .5em;
    }
    
    .option-title {
        font-size: 15px;
    }
    .choose_answer {
        margin-bottom: 10px;
    }
}
@media (max-width:375px) {
    .option-title {
        font-size: 14px;
    }
}
@media (max-width: 330px) {
    .options-title {
        font-size: 17px;
    }
    
}
.b-head {
    background-color: #323232;
    margin-bottom: 30px;
    text-align: center;
    padding: 8px;
}
.b-head img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    height: 32px;
}
.btn-step1 {
    text-transform: uppercase;
    outline: 0;
    color: #fff;
    display: inline-block;
    margin: 10px auto 0;
    padding: 19px 0;
    max-width: 220px;
    width: 100%;
    font-size: 1.25em;
    border: none;
    background: #32c26b;
    text-decoration: none;
}
.intro-image {
    width: 300px;
    height: 300px;
    overflow: hidden;
    margin: 0px auto;
}
.intro-image img {
    display: block;
    width: 100%;
    border-radius: 30px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, .5);
}
.sketch {
    position: absolute;
    top: 0;
    left: 0;
}
.btn__next,
.next_question_button,
.photo_option,
.btn-provider {
    position: relative;
    z-index: 1;
}
.step1 .next_question_button {
    width: 90%;
    max-width: 320px;
}
.clock.pink {
    color: #fd5068;
}
.userLocation span {
    font-weight: 400;
}

/* =========================================================================
Unsubscribe
=========================================================================== */

.unsubscribe {
    font-size: 12px;
    text-align: center;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    padding: 10px;
}
.unsubscribe a {
    color: #222;
    text-decoration: underline;
}
@media (max-height: 639px) {
    .unsubscribe {
        position: static;
    }
}

/* =========================================================================
Yellow
=========================================================================== */

body.land-yellow {
    background-color: #fff76b;
}
.land-yellow .step__button {
    color: #fff;
    background: #3cb2e2;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    min-width: 40px;
    text-align: center;
}
.land-yellow .step__button:hover {
    color: #3cb2e2;
    background: #fff;
}
.land-yellow .step__button.style2.nope {
    color: #fff;
    background: #3cb2e2;
}
.land-yellow .step__button.style2.nope:hover {
    color: #3cb2e2;
    background: #fff;
}
.land-yellow .step__button.style2.gray {
    color: #fff;
    background: #ed145b;
}
.land-yellow .step__button.style2.gray:hover {
    color: #ed145b;
    background: #fff;
}
.land-yellow .progress {
    background: #3cb2e2;
}
.land-yellow .option.checked img {
    border-color: #3cb2e2;
}
.land-yellow .option.checked .option-title {
    color: #3cb2e2;
}

/* =========================================================================
Green
=========================================================================== */

body.land-green {
    background-color: #e7f0db;
}
.land-green .step__button {
    color: #fff;
    background: #32c26b;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    min-width: 40px;
    text-align: center;
}
.land-green .step__button:hover {
    color: #32c26b;
    background: #fff;
}
.land-green .step__button.style2.nope {
    color: #fff;
    background: #32c26b;
}
.land-green .step__button.style2.nope:hover {
    color: #32c26b;
    background: #fff;
}
.land-green .step__button.style2.gray {
    color: #fff;
    background: #848d78;
}
.land-green .step__button.style2.gray:hover {
    color: #848d78;
    background: #fff;
}
.land-green .progress {
    background: #32c26b;
}
.land-green .option.checked img {
    border-color: #32c26b;
}
.land-green .option.checked .option-title {
    color: #32c26b;
}

/* =========================================================================
Black
=========================================================================== */

body.land-black {
    background-color: #8183f1;
    color: #000;
}
.clockContainer {
    color: #fcf8c7;
}
.land-black .step__button, .email-submit {
    color: #fcf8c7;
    background: linear-gradient(90deg, #fec5f8, #da50b3);
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 30px;
    min-width: 40px;
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
    box-shadow: 0px 0px 7px 3px rgba(128, 10, 10, .3);
    padding: 10px 0;
}

/* .land-black .step__button:hover {
  color: #fff;
  background: #9c2020;
} */

.land-black .step__button.style2.nope {
    color: #fff;
    background: #f5a623;
}

/* .land-black .step__button.style2.nope:hover {
  color: #f5a623;
  background: #fff;
} */

.land-black .step__button.style2.gray {
    color: #fcf8c7;
    background: linear-gradient(90deg, #d9cfd8, #8d7386);
}

/* .land-black .step__button.style2.gray:hover {
  color: #fff;
  background: #141614;
} */

.land-black .progress {
    background: #ff3535;
}
.land-black .unsubscribe a,
.land-black .clock,
.land-black .warning2 {
    color: #d951b4;
    text-transform: uppercase;
    font-weight: 800;
}
.land-black .ac-custom input[type="checkbox"]:checked + label,
.land-black .ac-custom input[type="radio"]:checked + label,
.land-black .ac-custom label,
.land-black .unsubscribe a {
    color: #fff;
}
.land-black .ac-custom label::before {
    border-color: #fff;
}
.land-black .ac-custom svg path {
    stroke: #fff;
}
.land-black.style2 .progress {
    background: #fd5068;
}
.land-black.style2 .clock {
    color: #fd5068;
}
.land-black .option.checked img {
    border-color: #ff3535;
}
.land-black .option.checked .option-title {
    color: #ff3535;
}

/* =========================================================================
Vk
=========================================================================== */

body.land-vk {
    background-color: #fff;
}
.land-vk .step__button {
    color: #fff;
    background: #5181b8;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    min-width: 40px;
    text-align: center;
}
.land-vk .step__button:hover {
    color: #fff;
    background: #5b88bd;
}
.land-vk .step__button.style2.nope {
    color: #fff;
    background: #5181b8;
}
.land-vk .step__button.style2.nope:hover {
    color: #fff;
    background: #5b88bd;
}
.land-vk .step__button.style2.gray {
    color: #fff;
    background: #5181b8;
}
.land-vk .step__button.style2.gray:hover {
    color: #fff;
    background: #5b88bd;
}
.land-vk #progressbar {
    background: #000;
}
.land-vk .progress {
    background: #5181b8;
}
.land-vk .option.checked img {
    border-color: #5181b8;
}
.land-vk .option.checked .option-title {
    color: #5181b8;
}
@media only screen and (max-width: 767px) {
    .land-vk .steps-header {
        font-size: 14px;
    }
}
body.land-vk,
.land-vk h1,
.land-vk .clock,
.land-vk #tags-list ul,
.land-vk input[type=text].answer_changed,
input[type=email].answer_changed,
.land-vk select.answer_changed {
    font-family: arial, sans-serif;
}


/* google registration css */

.google_button {
    position: relative;
    height: 45px;
    max-width: 220px;
    width: 100%;
    margin: 0 auto;
}

.abcRioButtonBlue {
    width: 100% !important;
}

.abcRioButtonContents {
    font-size: 18px !important;
}

.googOverlay {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    cursor: pointer;
}

.none {
    display: none;
}


/* google registration css */

/* loader css */

.loader_container {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.85);
    z-index: 9999;
}

.loader_holder {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 95%;
}

#msg_loader {
    color: #fff;
    text-align: center;
}

#msg_loader img{
    padding-bottom: 10px;
}

.loader,
.loader:after {
    border-radius: 50%;
    width: 10em;
    height: 10em;
}

.loader {
    margin: 0px auto 20px;
    font-size: 5px;
    position: relative;
    text-indent: -9999em;
    border-top: 1.1em solid rgba(255, 255, 255, 0.2);
    border-right: 1.1em solid rgba(255, 255, 255, 0.2);
    border-bottom: 1.1em solid rgba(255, 255, 255, 0.2);
    border-left: 1.1em solid #fff;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load8 1.1s infinite linear;
    animation: load8 1.1s infinite linear;
}

@-webkit-keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/* loader css */

/* reg1 css */
#reg_body  #progressbar {
    z-index: 1;
}
.progress01 {
    width: 100%!important;
    background: red;
    color: red;
    height: 100%;
    position: relative;
    z-index: 1;
}

.reg1Centered {
    width: calc(100% - 16px);
    max-width: 500px;
    display: block;
    margin: 0 auto;
    padding: 0px 8px;
    color: #000;

}
#btn_submit {
    max-width:250px;
    width: 100%;
   text-align: center;
    display:block;
    margin: 35px auto 25px auto;
    padding: 15px 0;
    color: #fcf8c7;
    background: linear-gradient(90deg, #fec5f8, #da50b3);
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 30px;  
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
    box-shadow: 0px 0px 7px 3px rgba(128, 10, 10, .3);

    color: #fff;
    
    border: none;
    -webkit-border-radius: 2.5rem;
    -moz-border-radius: 2.5rem;
    border-radius: 2.5rem;
    cursor: pointer;
    transition: all .2s;
}

.emailText {

    font-size: 25px;
    font-weight: bold;
    text-align: center;
    margin: 0 auto;
    padding: 0px 0px 10px 0px;

}

.headline_top {

    font-size: 22px;
    text-align: center;
    margin: 0 auto;
    padding: 5px 0;

}
.list_box {
    text-align: left;
    max-width: 312px;
    width: 100%;
    display: block;
    margin: 10px auto 15px auto;

    line-height: 25px;
    font-size: 17px;

    list-style: none;
    color: #fff;
  }
  .list_box li {
    display: inline-flex;
    list-style: none;
  }
  .list_box li:before {
    content: "✓";
    margin-right: 5px;
    font-weight: bold;
    color: #fff;
  }

#reg_email {
    display: block;
    margin: 10px auto;
    padding: 8px 10px;
    border-radius: 5px;
    border: 1px solid #ccc;
    max-width: 310px;
    width: 95%;
    font-size: 17px;

}


.orRegister {
    text-align: center;
    font-weight: 600;
    font-size: 13px;
    padding: 10px 0px;
    margin: 0 auto;
}

#termsPrivacy {
    max-width: 420px;
    width: 100%;
    display: block;
    margin: 0 auto;
    padding-top: 10px;
    overflow: hidden;

}

#pleaseAcceptTerms p {
    font-weight: normal;
    float: left;
    width: calc(100% - 25px);
    text-align: left;
    margin: 0 auto;
    font-size: 13px;
    padding: 0!important;

}

#pleaseAcceptTerms p:nth-child(2) {
    text-align: center;
    font-size: 12px;
    font-weight: normal;
    padding: 10px 0;
    clear: both;
    display: block;
    float: none;


}

#acceptPrivacyAndTerms {
    float: left;
    position: relative;
    margin-right: 2px;
    bottom: -1px;

}

#acceptPrivacyAndTerms input {
    margin: 0;
    position: relative!important;
    bottom: 0px;
padding: 0!important;
    width: 12px!important;
    height: 12px!important;
    margin: 0 auto;
    left: 0;
    top: 0;


}

#termsLink,
#privacyLink {
    font-weight: 600;
}

#msg_register {
    text-align: center;
    font-size: 18px;
   
}



@media screen and (max-width: 479px) {
    .emailText {

        font-size: 20px;
        padding: 6px 0;
    }

    .headline_top {
        font-size: 18px;

    }

    .list_box {
        line-height: 22px;
        font-size: 17px;
        padding-left: 10px;
        width: calc(100% - 10px);
    }

    #reg_email {

        width: 95%;
        font-size: 14px;
    }
    #msg_register {
    
        font-size: 16px;
    }


}

/* end reg1 css */
