@import url('css2.css');

*,
:focus {
    outline: 0
}

.preload_images,
.preload_images span {
    width: 100%;
    position: absolute;
    bottom: 0;
    right: 0;
    height: 100%;
    top: 0;
    left: 0
}

.step_header {
    font-weight: 700
}

.step p span {
    font-weight: 500;
    color: #43b7f1;
}

* {
    margin: 0;
    padding: 0;
    border: 0
}

html {
    font-size: 62.5%
}

ol,
ul {
    list-style: none
}

body,
html {
    height: 100%
}

body {
    background: url(../images/bg1.jpg) center 0 no-repeat #000;
    background-size: cover;
    background-attachment: fixed;
    font-family: Noto Sans, Helvetica, Arial, sans-serif;
    color: #000
}

body.active {
    background: #000
}

.preload_images {
    z-index: 0;
    display: none
}

.container:before,
.step_box {
    display: inline-block;
    vertical-align: middle
}

.preload_images span {
    z-index: -1;
    opacity: 0;
    transition: all 3s linear
}

.preload_images span.active {
    z-index: 1;
    opacity: 1
}

.preload_images span.bg2 {
    background: url(../images/https://hotmilfez.com/h5b_d/ms8/lt1/css/images/bg2.jpg) center 0 no-repeat #000;
    background-size: cover
}

.preload_images span.bg3 {
    background: url(../images/bg3.jpg) center 0 no-repeat #000;
    background-size: cover
}

.preload_images span.bg2 {
    background: url(../images/bg4.jpg) center 0 no-repeat #000;
    background-size: cover
}

.container {
    height: 100%;
    text-align: center
}

.container:before {
    height: 100%;
    content: ""
}

.step_box {
    width: 98%;
    max-width: 600px;
    position: relative;
    z-index: 100
}

.step {
    display: none;
    font-size: 2.2rem;
    color: #000;
    background: #fff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .5)
}

.step p {
    margin-bottom: 1.5rem;
    text-align: left
}

.step p.notice {
    font-size: 1.9rem;
    text-align: center;
    margin-bottom: 3rem
}

.step_header {
    padding: 1.5rem 1rem;
    font-size: 3.3rem;
    color: #43b7f1;
}

.step_header li {
    display: inline-block;
    font-weight: 600;
    vertical-align: middle;
    text-transform: uppercase;
}

.step_header li.number {
    color: #e8e8e8;
    font-size: 29px;
    width: 35px;
    height: 35px;
    line-height: 35px;
}

.step_header li.number.active {
    color: #43b7f1;
    background: #e8e8e8;
}

.step_inner {
    padding: 2rem
}

.first_step {
    margin: 0 auto;
    color: #000;
    display: block;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 0 18px rgba(0, 0, 0, .4);
    /* border:11px solid #fff; */
    width: 90%;
    max-width: 450px;
    padding: 2rem 3rem;
    box-sizing: border-box;
    text-align: left
}

.first_step h2 {
    font-size: 2.7rem;
    margin-bottom: 10px;
    color: #43b7f1;
}

.first_step p {
    font-size: 2.4rem;
    margin-bottom: 15px
}

.btn_block {
    text-align: center;
    clear: both;
    font-size: 0;
    padding-top: 10px
}

.btn_block a {
    display: inline-block;
    text-decoration: none;
    border-radius: 15px;
    cursor: pointer;
    text-align: center
}

.checkbox_item,
.first_step .btn_block {
    text-align: center
}

.first_step .btn_block a {
    width: 45%;
    height: 70px;
    line-height: 70px;
    background: #fff;
    font-size: 3rem;
    font-weight: 600;
    color: #000;
    text-transform: uppercase;
    margin-left: 3px;
}

.first_step .btn_block .btn-yes {
    background: linear-gradient(#99d9fa, #41b6f1);
}

.first_step .btn_block .btn-yes:hover {
    background: #41b6f1;
}

.step_inner .btn_block .btn-yes {
    background: linear-gradient(#99d9fa, #41b6f1);
}

.step_inner .btn_block .btn-yes:hover {
    background: #41b6f1;
}

.first_step .btn_block .btn-no {
    background: linear-gradient(#d8d8d7, #a5a5a5);
}

.btn_block a.btn_next {
    height: 70px;
    line-height: 70px;
    font-size: 3.2rem;
    font-weight: 600;
    color: #000;
    width: 100%;
    max-width: 250px;
}

.btn_block a.btn_next span {
    font-size: 20px
}

.btn_block a.btn_no,
.btn_block a.btn_yes {
    width: 48%;
    height: 70px;
    line-height: 70px;
    font-size: 3rem;
    color: #000;
    margin: 0 1%;
    text-transform: uppercase;
    font-weight: 700
}

.btn_block a.btn_yes {
    border-radius: 10px;
    color: #000
}

.btn_block a.btn_no {
    background: linear-gradient(#d8d8d7, #a5a5a5);
    border-radius: 10px;
}

.checkbox_wrap {
    margin: 0 auto;
    width: 100%;
    max-width: 350px
}

.checkbox_wrap > div {

  display: table;
  margin: 0 auto;
}

.checkbox_item {
    position: relative;
    padding: 0 1rem 3rem 25px;
    line-height: 20px;
    cursor: pointer;
    text-align: left
}

.checkbox_item:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 2px;
    /* border: 2px solid #000; */
    width: 18px;
    height: 18px;
    background: #e8e8e8;
    border-radius: 50%;
}

.checkbox_item.checked:after {
    background: url(../images/check.png) center center no-repeat;
    background-size: 167%;
}

@media screen and (max-width:600px) {
    html {
        font-size: 50%
    }

    .preload_images span {
        background-position: left 0 !important
    }
}

@media screen and (max-width:420px) {
    html {
        font-size: 45%
    }
}

.button a {
    height: 70px;
    line-height: 70px;
    font-size: 3.2rem;
    font-weight: 600;
    color: #000;
    width: 100%;
    display: inline-block;
    text-decoration: none;
    border-radius: 15px;
    cursor: pointer;
    text-align: center;
    max-width: 280px;
    background: linear-gradient(#99d9fa, #41b6f1);
}

.button a:hover {
    background: #41b6f1;
}

/* 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;
}

.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 */

.bottom-footer-fixed-cen {

  display: none !important;
}

.body-fix {

    height: auto;
}

.reg1Centered {

    width: calc(99% - 10px);
    padding: 10px 0;
    max-width: 500px;
    display: block;
    margin: 130px auto 30px;
    overflow: auto;
    color: #000;
    border-radius: 4px;
    box-shadow: 0 0 18px rgba(0, 0, 0, .4);
    background: #fff;
}

.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: 0 auto;
    padding: 5px 0;

}

.list_box {
    text-align: left;
    max-width: 340px;
    display: table;
    margin: 0 auto;
    font-size: 16px;
    color: #000;
    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: #46b8f1;
}

#reg_email {
    display: block;
    margin: 20px auto 0;
    padding: 8px 10px;
    border-radius: 5px;
    border: 2px solid #ccc;
    max-width: 320px;
    width: 95%;
    font-size: 16px;
}

#reg_email:focus {

    outline: none;
}

#btn_submit {
    display: block;
    margin: 30px auto;
    color: #fff;
    font-family: Arial, sans-serif;
    text-align: center;
    text-transform: capitalize;
    cursor: pointer;
    text-decoration: none;
    position: relative;
    font-size: 24px;
    font-weight: bold;
    padding: 13px 0;
    width: 100%;
    max-width: 220px;
    background: linear-gradient(#99d9fa, #41b6f1);
    border-radius: 15px;
}

#btn_submit:hover {

    background: #41b6f1;
}

.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;

}

#privacy_container,
#privacy_container *,
#terms_container,
#terms_container * {

    font-size: initial !important;
}

#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: -3px;

}

#termsLink,
#privacyLink {
    font-weight: 600;
    padding: 0;
}

#msg_register {
    text-align: center;
    padding: 0;
}

#privacy_container,
#terms_container {

    color: #32445c !important;
    z-index: 999;
}

#emailInputHolder {

    padding: 0;
}

/*Mobile css*/

@media screen and (min-height: 300px) and (max-height: 667px) {

  .reg1Centered {

    margin: 10px auto;
  }
}

@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;
        padding: 15px 5px 15px 20px;

    }

    #reg_email {
        padding: 6px 10px;
        width: 90%;
        font-size: 14px;
    }

    #btn_submit {
        max-width: 220px;
        padding: 9px 0;
    }

    .reg1Centered {

        width: calc(99% - 1px);
        box-shadow: none;
    }

}

@media screen and (max-width: 459px) {

    #register-success h4 {

        font-size: 1.1rem;
        font-weight: bold;
    }

}

@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 */