.rpx {
    position: fixed;
    top: 0;
    left: 0;
}

#mailing {
    padding: 20px;
    width: 100%;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
}

.email_under_title>p {
    font-size: 20px;
    color: black;
}

.textbox-email {
    width: 80%;
    padding: 5px;
    font-size: 18px;
}

* {
    margin: 0;
    padding: 0;
}

:focus {
    outline: 0
}

img {
    border: none
}

html {
    font-size: 62.5%;
    height: 100%
}

body {
    font-size: 1.2rem;
    height: 100%;
    font-family: Helvetica, Arial, sans-serif;
}

body.bg2 {
    background: url(02.jpg) no-repeat center 0;
    background-size: cover;
}

body.bg3 {
    background: url(03.jpg) no-repeat center 0;
    background-size: cover;
}

ol,
ul {
    list-style: none
}

input[type="button"],
input[type="submit"],
button {
    cursor: pointer
}

.first_page {
    height: 100%;
    text-align: center
}

.radar_scanner {
    display: none;
    margin: 0 auto;
    text-align: center;
    background: url(bg.jpg) no-repeat center 0;
    background-size: cover;
    height: 100%;
    width: 100%;
    color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.radar_scanner img {
    max-width: 450px;
    width: 80%;
}

h3.radar_title {
    font-size: 2rem;
    padding: 50px 10px 30px;
}

#popup-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    background: url(main-bg.jpg) center center no-repeat #000;
    background-size: cover;
    overflow-y: auto
}

.popup_alert {
    position: absolute;
    width: 900px;
    left: 0;
    top: 20%;
    right: 0;
    margin: 0 auto 15px;
    z-index: 100;
    padding: 50px 10px 40px;
    border-radius: 15px;
    font-size: 0;
    text-align: center;
    background: #f3f4f7d9;
    box-shadow: 0 0 15px rgba(0, 153, 229, .7);
}

.popup_alert .two-columns.column {
    display: inline-block;
    vertical-align: top;
}

.popup_alert .two-columns.column.left-column {
    width: 46%;
    text-align: center;
}

.popup_alert .two-columns.column.left-column h5 {
    font-size: 30px;
    color: #0099e5;
    padding-top: 10px;
}

.popup_alert .two-columns.column.left-column h5 span {
    color: #000;
    font-weight: 400;
    font-size: 20px;
}

.popup_alert .two-columns.column.right-column {
    width: 54%;
    text-align: left;
}

.popup_alert h3 {
    font-size: 18px;
    font-weight: 400;
    position: absolute;
    top: -34px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #0099e5;
    color: #FFF;
    width: auto;
    text-align: center;
    z-index: -1;
    padding: 5px 15px;
    white-space: nowrap;
}

.popup_alert h3:before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 34px 34px;
    border-color: transparent transparent #0099e5 transparent;
    position: absolute;
    left: -34px;
    top: 0px;
}

.popup_alert h3:after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 34px 0 0 34px;
    border-color: transparent transparent transparent #0099e5;
    position: absolute;
    top: 0;
    right: -34px;
}

.popup_alert .two-columns.column.right-column h2 {
    font-size: 55px;
    line-height: 1.2;
    font-family: 'Open Sans';
    font-weight: 700;
    color: #3f3f3f;
    margin-bottom: 55px;
}

.popup_alert .two-columns.column.right-column .b-buttons {
    padding-right: 40px;
    font-size: 0;
    box-sizing: border-box;
}

.popup_alert .popup_close {
    display: inline-block;
    text-decoration: none;
    width: 50%;
    border: 3px solid #34bf49;
    font-size: 3.8rem;
    font-weight: 700;
    line-height: 56px;
    text-align: center;
    box-sizing: border-box;
}

.popup_alert .popup_close.yes-btn {
    background: #34bf49;
    color: #fff;
    transition: all 0.3s ease;
}

.popup_alert .popup_close.no-btn {
    background: #fff;
    color: #ff4c4c;
    border: 3px solid #ff4c4c;
    transition: all 0.3s ease;
}

.second_page {
    display: none
}

.intro_image {
    display: inline-block
}

.second_page .step {
    display: none;
    background: #f3f4f7d9;
    color: #fff;
    box-shadow: 0 0 15px rgba(0, 153, 229, .7);
    max-width: 98%;
    width: 900px;
    border-radius: 10px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    margin: 0 auto;
    line-height: 28px;
    font-size: 2.4rem;
    text-align: center;
    padding: 20px;
}

.second_page .step1 {
    display: block
}

.step_header {
    padding: 22px 40px;
    color: #0099e5;
    font-weight: bold;
    text-align: center;
    border-radius: 10px 10px 0 0;
    font-size: 37px;
}

.step1 .step_header {
    line-height: 44px;
}

.step6 .step_header,
.step7 .step_header,
.step8 .step_header,
.step9 .step_header,
.step10 .step_header {
    padding: 40px 40px 10px;
    color: #0099e5;
    font-weight: bold;
    text-align: center;
    border-radius: 10px 10px 0 0;
    font-size: 37px;
}

.step10 .step_content p {
    text-align: left;
    color: #616061;
    font-size: 37px;
    line-height: 44px;
}

.step_header ul {
    text-align: center
}

.step_header li {
    display: inline-block;
    font-size: 2.3rem;
    margin-left: 5px;
    font-weight: 400;
    vertical-align: middle;
}

.circle {
    border-radius: 100px;
    padding: 5px 13px;
    background: #FFF;
    color: #0099e5;
    border: 2px solid #0099e5;
}

.circle.active {
    color: #FFF;
    background: #0099e5;
}

.step_content {
    padding: 15px 30px 35px;
    text-align: left;
}

.step_content p {
    margin: 10px 0 30px;
    color: #3f3f3f;
    text-align: center;
    font-size: 29px;
    line-height: 34px;
    font-weight: 700;
}

.button_block {
    text-align: center;
    padding-top: 25px;
    clear: both;
    overflow: hidden;
}

.button_block a,
.email-submit {
    color: #fff;
    cursor: pointer;
    font-size: 3rem;
    width: 100%;
    max-width: 240px;
    padding: 15px 0;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
}

.btn_ok,
.btn_next,
.btn_start,
.email-submit {
    background-color: #34bf49;
}

.button_block a.btn_no {
    background: #56575b;
    color: #fff;
    border-radius: 0 4px 4px 0
}

.button_block a.btn_yes {
    background: #34bf49;
    color: #fff;
    border-radius: 4px 0 0 4px
}

.button_block a.yes-btn {
    background: #34bf49;
    color: #fff;
    transition: all 0.3s ease;
    border: 3px solid #34bf49;
    width: 47%;
}

.button_block a.no-btn {
    background: #fff;
    color: #ff4c4c;
    transition: all 0.3s ease;
    border: 3px solid #ff4c4c;
    width: 47%;
}

.checkbox_wrap {
    width: 100%;
    margin: 0 auto
}

.checkbox_item {
    display: grid;
    justify-content: center;
}

p.notice {
    font-weight: 400;
    font-style: italic;
    color: #565656;
}

.option {
    color: #505050;
    font-weight: 700;
    font-size: 36px;
    display: block;
    padding-left: 75px;
    margin-bottom: 15px;
    position: relative;
    line-height: 40px;
    cursor: pointer;
}

.option:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 40px;
    height: 40px;
    box-sizing: border-box;
    border: 2px solid #0099e5;
    border-radius: 20px;
    transition: all 0.3s ease;
}

.option.checked:after {
    background: #0099e5;
    transition: all 0.3s ease;
}

@media (max-width: 900px) {
    html {
        font-size: 55%
    }
    .popup_alert {
        top: 10%;
    }
    .popup_alert .two-columns.column.right-column h2 {
        font-size: 42px;
    }
    .second_page .step {
        max-width: 600px;
        width: 90%;
        padding: 10px;
    }
    .popup_alert {
        width: 90%;
    }
    .step_header {
        padding: 5px 0
    }
    .step_content {
        padding: 5px 5px 15px;
        line-height: 1.1;
    }
    .checkbox_wrap {
        width: 100%
    }
    .button_block a {
        font-size: 2.7rem;
    }
    .step .step_header {
        font-size: 2.7rem;
        line-height: 1;
    }
    .step_content p {
        font-size: 2.2rem;
        line-height: 1.2;
    }
    .step10 .step_content p {
        font-size: 2.9rem;
        line-height: 1.3;
    }
    .button_block {
        padding-top: 10px;
    }
    .option {
        font-size: 2.5rem;
        padding-left: 55px;
        line-height: 35px;
    }
    .option:after {
        width: 35px;
        height: 35px;
    }
    .circle {
        padding: 5px 10px;
    }
}

@media (max-width: 800px) {
    .popup_alert:before {
        width: 60px;
        height: 60px;
        top: -30px;
        left: -30px;
        background-size: contain;
    }
    .popup_alert .two-columns img {
        width: 80%;
    }
    .popup_alert .two-columns.column.left-column h5 {
        font-size: 26px;
    }
    .popup_alert .two-columns.column.left-column h5 span,
    .step_content p {
        font-size: 18px !important;
    }
    .popup_alert .two-columns.column.right-column h2 {
        font-size: 34px;
        line-height: 1.2;
        margin-bottom: 20px;
    }
    .popup_alert .two-columns.column.right-column h3 {
        font-size: 24px;
    }
    .step6 .step_header,
    .step7 .step_header,
    .step8 .step_header,
    .step9 .step_header,
    .step10 .step_header {
        font-size: 30px;
    }
    .option {
        font-size: 28px;
        line-height: 28px;
        padding-left: 40px;
    }
    .option:after {
        width: 30px;
        height: 30px;
    }
}

@media (max-width: 500px) {
    #popup-wrapper {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .popup_alert {
        top: 2%;
    }
    .popup_alert {
        position: relative;
        margin-top: 20px;
    }
    .popup_alert .two-columns.column {
        display: block;
    }
    .popup_alert .two-columns.column.left-column,
    .popup_alert .two-columns.column.right-column {
        width: 100%;
        text-align: center;
    }
    .popup_alert .two-columns.column.right-column h2 {
        font-size: 28px;
    }
    .popup_alert .two-columns.column.right-column .b-buttons {
        padding: 0 15px;
    }
    .popup_alert .popup_close {
        font-size: 3rem;
    }
    .second_page {
        padding: 10px 0;
    }
    .second_page .step {}
    body.bg3 {
        background: url(03.jpg) no-repeat center left;
        background-size: cover;
    }
    .step6 .step_header,
    .step7 .step_header,
    .step8 .step_header,
    .step9 .step_header,
    .step10 .step_header {
        font-size: 24px;
        padding: 15px 0 10px;
    }
    .option {
        font-size: 18px;
        line-height: 20px;
        padding-left: 30px;
    }
    .option:after {
        width: 22px;
        height: 22px;
    }
}

@media (max-width: 375px) {
    #radar>img {
        width: 60%
    }
}


/* google registration css */

.abcRioButton {
    width: 220px !important;
}

.google_button {
    position: relative;
    height: 36px;
    width: 220px;
    margin: 5px auto 15px;
}

.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: 999;
}

.loader_holder {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 95%;
}

#msg_loader {
    color: #fff;
    text-align: center;
    font-size: initial !important;
}

#msg_register {
    font-size: initial !important;
    color: #ffffff;
}

#msg_register img {
    margin: 0 auto;
}

.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 */

.popup_fix {
    max-width: 500px;
}

.bottom-footer-fixed-cen {
    display: none !important;
}

.body-fix {
    height: auto;
}

.reg1Centered {
    width: 100%;
    padding: 0 0 10px 0;
    display: block;
    margin: 0 auto;
    overflow: auto;
    color: #3f3f3f;
}

.emailText {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    margin: 0 auto;
    padding: 10px 0;
}

.headline_top {
    font-size: 21px;
    text-align: center;
    margin: 10px auto 0;
    padding: 5px 0;
}

.list_box {
    text-align: left;
    max-width: 340px;
    display: table;
    margin: 0 auto;
    font-size: 16px;
    color: #3f3f3f;
    list-style: none;
    padding: 15px 0;
}

.list_box li {
    display: flex;
    align-items: center;
}

.list_box li:before {
    content: '✓';
    margin-right: 10px;
    font-weight: bold;
    color: #0099e5;
}

#reg_email {
    display: block;
    margin: 20px auto 0;
    padding: 8px 10px;
    border-radius: 5px;
    border: 2px solid transparent;
    max-width: 320px;
    width: 95%;
    font-size: 16px;
    transition: all 0.25s ease;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
}

#reg_email:focus {
    outline: none;
    border: 2px solid #0099e5;
}

#btn_submit {
    display: block;
    margin: 40px auto 30px;
    font-family: Arial, sans-serif;
    text-align: center;
    text-transform: capitalize;
    cursor: pointer;
    text-decoration: none;
    position: relative;
    font-size: 21px;
    font-weight: bold;
    padding: 15px 0;
    width: 100%;
    max-width: 220px;
    color: #fff;
    transition: 0.3s;
    background: #34bf49;
}

.orRegister {
    text-align: center;
    font-weight: 600;
    font-size: 15px;
    padding: 10px 0px;
    margin: 0 auto;
}

#termsPrivacy {
    max-width: 420px;
    width: 100%;
    display: block;
    margin: 0 auto;
    overflow: hidden;
    padding-top: 10px;
}

#pleaseAcceptTerms {
    padding: 0;
}

#pleaseAcceptTerms p {
    font-weight: normal;
    float: left;
    width: calc(100% - 25px);
    text-align: left;
    margin: 0 auto;
    font-size: 13px;
    padding: 0;
}

#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;
    padding: 0;
}

#acceptPrivacyAndTerms input {
    margin: 0px 3px;
    cursor: pointer;
    width: 12px;
    height: 12px;
    position: relative;
    bottom: -1px;
}

#termsLink,
#privacyLink {
    font-weight: 600;
    padding: 0;
}

#msg_register {
    text-align: center;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

#msg_register img {
    margin: 0 10px 0 0;
}

#privacy_container,
#terms_container {
    color: #32445c !important;
    z-index: 999 !important;
}

#privacy_container p,
#terms_container p {
    font-size: initial !important;
}

#emailInputHolder {
    padding: 0;
}


/*Mobile css*/

@media screen and (max-width: 767px) {
    #terms_container>.terms_container_inner>.terms_container_content>p,
    #privacy_container>.privacy_container_inner>.privacy_container_content>p {
        font-size: 13px !important;
    }
}

@media screen and (max-width: 479px) {
    .emailText {
        font-size: 20px;
        padding: 6px 0;
    }
    .headline_top,
    .step3_h2 {
        font-size: 18px;
    }
    .list_box {
        font-size: 15px;
    }
    #reg_email {
        width: 90%;
        font-size: 14px;
    }
}

@media screen and (max-width: 459px) {
    #register-success h4 {
        font-size: 1.1rem;
        font-weight: bold;
    }
    #msg_register img {
        max-width: 20px;
    }
    .emailText {
        font-size: 18px;
    }
    .list_box,
    .orRegister {
        font-size: 14px;
    }
    .headline_top {
        font-size: 16px;
    }
    #btn_submit {
        padding: 12px 0;
    }
    #pleaseAcceptTerms p {
        font-size: 12px;
    }
}

@media screen and (max-width: 359px) {
    #terms_container>.terms_container_inner>.terms_container_content>p,
    #privacy_container>.privacy_container_inner>.privacy_container_content>p {
        font-size: 11px !important;
    }
}

@media screen and (max-width: 320px) {
    #register-success h4 {
        padding-bottom: 5px;
    }
    .bottom-footer-fixed-cen * {
        font-size: 12px;
    }
    #pleaseAcceptTerms p,
    #pleaseAcceptTerms p:nth-child(2) {
        font-size: 11px;
    }
}


/* end reg1 css */