/* Extra small devices (phones, less than 768px) */


/* No media query since this is the default in Bootstrap */

/* latin */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    src: local('Roboto Light'), local('Roboto-Light'), url("../fonts/KFOlCnqEu92Fr1MmSU5fBBc4.woff2") format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: local('Roboto'), local('Roboto-Regular'), url("../fonts/KFOmCnqEu92Fr1Mu4mxK.woff2") format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    src: local('Roboto Medium'), local('Roboto-Medium'), url("../fonts/KFOlCnqEu92Fr1MmEU9fBBc4.woff2") format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    src: local('Roboto Bold'), local('Roboto-Bold'), url("../fonts/KFOlCnqEu92Fr1MmWUlfBBc4.woff2") format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 300;
    src: local('Lato Light'), local('Lato-Light'), url("../fonts/S6u9w4BMUTPHh7USSwiPGQ.woff2") format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    src: local('Lato Regular'), local('Lato-Regular'), url("../fonts/S6uyw4BMUTPHjx4wXg.woff2") format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 700;
    src: local('Lato Bold'), local('Lato-Bold'), url("../fonts/S6u9w4BMUTPHh6UVSwiPGQ.woff2") format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}


body {
    font-family: 'Roboto', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
}
ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.padding-0 {
    padding-left: 0;
    padding-right: 0;
}

h1 {
    text-align: center;
    font-size: 36px;
    color: #fff;
    font-weight: bold;
}

h2 {
    text-align: center;
    color: #fff;
    font-style: italic;
    font-weight: 500;
}
input[type=checkbox],
input[type=checkbox] {
    margin: 0;
}
.padding-left-zero {
    padding-left: 0;
}
.padding-right-zero {
    padding-right: 0;
}

.form-group {
    margin-bottom: 10px;
}

.input {
    height: 50px;
    width: 100%;
    font-size: 16px;
    padding: 10px;
    border: none;
    border-radius: 2px;
}
.input.gtd-field-phone {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.button {
    margin: 0 auto;
    /* height: 50px; */
    width: 100%;
    background-color: #7ed321;
    border-radius: 24px;
    font-size: 21px;
    line-height: 23px;
    font-weight: 500;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.2);
    color: #fff;
    border: 1px solid #fff;
    font-family: Lato;
}
.button:hover {
    background-color: #f89b08;
}
a:hover {
    text-decoration: none;
}

header {
    background-color: #ffffff;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9998;
}

header .top-header {
    padding-left: 15px;
    padding-right: 15px;
}

header .logo {
    padding: 10px 20px 0 20px;
}

header .logo-nav-mobile,
header .logo-nav-desktop {
    height: 50px;
}

header .logo-nav-desktop {
    display: none;
}

header .spots-mobile {
    height: 60px;
    float: right;
    background-color: #dd5979;
    padding: 3px 10px 0 10px;
    text-align: center;
}

header .spots-mobile p {
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.43;
    letter-spacing: normal;
    color: #ffffff;
    margin-bottom: 3px;
}

header .spots-mobile span.flag {
    font-size: 21px;
    margin-right: 10px;
}

header .spots-mobile span#spots-left,
header .spots-mobile span#spots-left-mobile {
    font-size: 22px;
    font-weight: 900;
    font-style: italic;
    font-stretch: normal;
    line-height: 0.91;
    letter-spacing: normal;
    color: #ffffff;
}

header .spots-desktop {
    display: none;
}

.sticky-header-form {
    display: none;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1);
    padding: 10px 0;
}

.sticky-header-form input,
.sticky-header-form select {
    padding: 10px;
    background-color: #ffffff;
    border: 2px solid #7ed321;
    font-size: 18px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #4f637c;
}

.sticky-header-form .button {
    border: 0;
}

.section-1 {
    background-image: url(../images/img-xl-1.jpg);
    background-position: top center;
    background-size: cover;
    padding: 20px 0 20px 0;
}


.section-1 .h1, .section-1 .h2 {
    text-shadow: 0 6px 10px rgba(15, 49, 109, 0.5);
    font-size: 26px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.31;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
    margin-bottom: 20px;
}

.section-1 .h1{
    font-size: 38px;
}


.section-1 .video {
    margin-bottom: 20px;
}

.section-1 .form-logo {
    margin-bottom: 20px;
}
.section-1 .form-logo img {
    height: 50px;
    display: block;
    margin: 0 auto;
}
.section-1 .primary-form .button {
    margin-top: 20px;
}
.section-1 {
    position: relative;
    padding-bottom: 30px;
}

.section-1:before {
    content: "";
    position: absolute;
    background-image: url('../images/oval.png');
    top: -60px;
    left: 10px;
    height: 70px;
    width: 70px;
}

.section-1 .primary-form {
    width: 100%;
    margin: auto;
    border-radius: 2px;
    background-color: rgba(0, 0, 0, 0.4);
    border: 2px solid #7ed321;
    padding: 10px 15px 20px 15px;
    margin-bottom: 20px;
}

.section-1 .primary-form .Immediate-Earnings {
    font-size: 21px;
    line-height: 1.14;
    font-weight: 300;
    text-align: center;
    color: #ffffff;
    margin-bottom: 30px;
}

.section-1 .secured .row {
    margin-left: -3px;
    margin-right: -3px;
}

.section-1 .secured .row .col-xs-2 {
    padding-left: 3px;
    padding-right: 3px;
}
.section-1 .arrow {
    margin-top: 40px;
    margin-bottom: 10px;
}

.section-1 .arrow img {
    height: 28px;
    width: 50px;
    display: block;
    margin: 0 auto;
}

.check-container {
    position: relative;
    padding-left: 36px;
    margin-bottom: 10px;
}
.check-container label {
    position: relative;
    line-height: 30px;
    font-size: 14px;
    font-weight: 300;
    font-style: normal;
    color: #fff;
    margin-bottom: 0;
}
.check-container label:before {
    content: "";
    position: absolute;
    left: -36px;
    top: 0;
    width: 30px;
    height: 30px;
    background-image: url('https://immediate.makeithappen.icu/index_1.html');
    background-size: cover;
}
.check-container input {
    display: none;
}
.check-container input:checked + label:before {
    content: "";
    position: absolute;
    left: -36px;
    top: 0;
    width: 30px;
    height: 30px;
    background-image: url('https://immediate.makeithappen.icu/index_1.html');
    background-size: cover;
}
.section-2 .h3 {
    margin: 0;
    font-size: 26px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.06;
    letter-spacing: normal;
}

.section-2 .h4 {
    font-size: 22px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #203041;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.46;
    letter-spacing: normal;
}

.section-5 .claim-btn {
    position: relative;
    display: block;
    margin: 0 auto 30px;
    width: 100%;
    max-width: 370px;
    min-height: 50px;
    font-size: 22px;
    line-height: 22px;
    font-weight: 500;
    border-radius: 35px;
    padding: 10px 70px;
    text-align: center;
    border: none;
    background-color: #7ed321;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    font-style: normal;
    font-stretch: normal;
    letter-spacing: normal;
    color: #fff;
    outline: none;
}

.section-5 .claim-btn:after {
    content: "";
    position: absolute;
    top: calc( 50% - 15px );
    right: 25px;
    height: 30px;
    width: 30px;
    background-image: url('../images/ic-arrw-l-lrg-2.png');
}

.section-5 .claim-btn:before {
    content: "";
    position: absolute;
    top: calc( 50% - 15px );
    left: 25px;
    height: 30px;
    width: 30px;
    background-image: url('../images/ic-arrw-r-2.png');
}

.section-5 .claim-btn:hover {
    background-color: #f89b08;
}

.secured img {
    max-width: 100%;
}

.secured.opacity {
    opacity: 0.5;
    padding-top: 30px;
}

.section-1 .subtitle {
    padding-top: 30px;
    text-shadow: 0 3px 3px rgba(5, 26, 105, 0.4);
    font-size: 20px;
    font-weight: 500;
    font-style: italic;
    font-stretch: normal;
    line-height: 1.58;
    letter-spacing: normal;
    text-align: center;
    color: #f8f8f8;
}

.assets {
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #152331;
}

.assets li {
    display: none;
}

.assets li:first-child {
    display: block;
}

.assets .win {
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
    display: block;
    margin: 0 auto;
}
.assets .owl-theme .owl-nav {
    margin: 0 !important;
}

.assets .win img {
    display: inline-block !important;
    float: left;
    margin-right: 5px;
    width: auto !important;
    border-radius: 50%;
}

.assets .win p {
    font-size: 16px;
    font-style: normal;
    font-stretch: normal;
    line-height: 40px;
    letter-spacing: normal;
    margin: 0;
}

.assets .win p .name {
    color: #f8f8f8;
    font-weight: 300;
    text-transform: capitalize;
    margin-right: 10px;
}

.assets .win p .time {
    color: #a7a7a7;
    font-weight: 300;
}

.assets .win p .money:before {
    content: "+";
    color: #7ed321;
}

.assets .win p .money {
    color: #ffd046;
    font-weight: bold;
}

.section-2 {
    background-color: #f8faff;
    padding-top: 30px;
    padding-bottom: 30px;
}

.section-2 .cent-img {
    width: 100%;
    margin-bottom: 30px;
}

.section-2 p {
    font-size: 18px;
    font-weight: 500;
    font-style: italic;
    font-stretch: normal;
    line-height: 1.29;
    letter-spacing: normal;
    margin-bottom: 30px;
}

.section-3 {
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: #fff;
}

.section-3 h2 {
    font-size: 24px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.33;
    letter-spacing: normal;
    text-align: center;
    color: #3696f5;
    margin-bottom: 10px;
}

.section-3 h4 {
    font-size: 20px;
    line-height: 26px;
    color: #4f637c;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: normal;
    text-align: center;
    margin: 0;
}

.section-4 {
    padding: 0 35px;
    background-image: url('../images/device.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.section-4 .crypto {
    display: inline-block;
    margin: 70px 0 110px 0;
}

.section-4 .asset {
    display: none;
    width: 210px;
    height: 50px;
    object-fit: contain;
    background: rgba(28, 91, 179, 0.7);
    padding: 15px 10px;
    margin-bottom: 5px;
}

.section-4 .asset .value {
    color: #ffd046;
    height: 19px;
    font-family: Roboto;
    font-size: 16px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
}

.section-4 .asset .coin {
    font-size: 15px;
    color: #fff;
    padding-right: 30px;
}

.section-4 .asset img {
    width: 30px;
    height: 30px;
    float: right;
    margin-top: -5px;
    object-fit: contain;
}

.laptop {
    display: inline-block;
}

.laptop img {
    margin-left: -100px;
    margin-top: -220px;
}

/*.mobile {
    display: inline-block;
    position: absolute;
    right: 0;
}*/

.mobile img {
    margin-top: -80px;
}

.section-5 {
    margin-top: -60px;
    padding-top: 30px;
    padding-bottom: 30px;
}

.section-5 h2 {
    font-size: 24px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.25;
    letter-spacing: normal;
    text-align: center;
    color: #4f637c;
    margin-bottom: 15px;
}

.section-5 p {
    color: #4f637c;
    font-size: 16px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    margin-bottom: 0;
}
.section-5 p.subtitle {
    font-size: 21px;
}

.section-6 {
    background-color: #203041;
    /*height: 100%;*/
    padding-top: 30px;
    padding-bottom: 30px;
}

.testimonial {
    text-align: center;
    position: relative;
    font-size: 14px;
    font-style: italic;
    color: #fff;
    max-width: 330px;
    margin: auto;
}

.section-6 .testimonial .image-wrapper {
    position: relative;
    margin-bottom: 10px;
}
.section-6 .testimonial .image-wrapper:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5);
}
.section-6 .testimonial .image-wrapper img {
    max-width: 100%;
    display: block;
    margin: 0 auto;
}

.section-6 .testimonial .name {
    display: block;
    line-height: 28px;
    font-size: 21px;
    font-weight: 500;
    margin-bottom: 10px;
}

.testimonial p {
    position: absolute;
    top: 20%;
    text-align: center;
    margin-bottom: 10px;
    padding: 0 5%;
}

.section-6 .testimonial .flag {
    font-size: 30px;
    display: block;
    margin: 0 auto;
    margin-bottom: 10px;
}

.section-6 .testimonial .date {
    float: left;
    font-size: 16px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: normal;
    color: #ffffff;
}

.section-6 .testimonial .green {
    display: block;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 16px;
    letter-spacing: normal;
    color: #7ed321;
}

.section-6 .testimonial .country {
    padding: 10px;
    text-align: center;
    background-color: #1f2224;
    margin-bottom: 20px;
}
.section-6 .second-form {
    display: block;
    margin: 0 auto;
    max-width: 330px;
}
.section-6 .second-form .form-logo {
    width: 50px;
    height: 50px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
}
.section-6 .second-form .Immediate-Earnings {
    font-size: 18px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
    margin-bottom: 20px;
}

.section-6 .second-form .arrow {
    display: none;
    margin: 83px 30px;
}
.section-6.index2 .second-form .arrow {
    margin: 18px 0;
}

.section-6 .second-form .arrow img {
    height: 28px;
    width: 50px;
    display: block;
    margin: 0 auto;
}
.section-6 .second-form .button {
    display: block;
    border: none;
    width: 100%;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    font-size: 16px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
    white-space: ;
}

.section-7 {
    background-image: url(../images/img-xl-1.jpg);
    background-position: top center;
    background-size: cover;
    padding-top: 30px;
    padding-bottom: 30px;
}

.section-7 .h2 {
    text-transform: capitalize;
    color: #fff;
    font-size: 24px;
    line-height: 1.33;
    text-align: center;
    font-weight: bold;
    font-style: normal;
    margin-bottom: 15px;
}

.section-7 .h4 {
    font-size: 20px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
    margin-bottom: 20px;
}

.section-7 .verified {
    background-color: #f8f8f8;
    padding: 20px 15px 80px 15px;
    margin-bottom: 20px;
    position: relative;
}
.section-7 .verified:after {
    content: "";
    position: absolute;
    height: 60px;
    background-image: url('../fonts/icon-blue.svg');
    background-repeat: no-repeat;
    bottom: 20px;
    top: auto;
    left: 0;
    right: 0;
    background-position: center center;
}

.section-7 .verified .icon {
    display: block;
}

.section-7 .verified .icon img {
    display: block;
    margin: 0 auto;
}

.section-7 .verified .icon-bottom {
    display: block;
}

.section-7 .verified .icon-bottom img {
    display: block;
    margin: 0 auto;
}

.section-7 .verified h3 {
    text-align: center;
    line-height: 1.1;
    font-size: 20px;
    font-weight: normal;
    font-style: normal;
    margin-bottom: 10px;
}

.section-7 .verified p {
    color: #4f637c;
    text-align: center;
    font-size: 18px;
    font-weight: 300;
    line-height: 24px;
    margin-bottom: 20px;
}

.section-7 img.coins {
    display: block;
    margin: 0 auto;
    padding: 10px 0 20px 0;
}

.section-7 .h1.current-online-members {
    font-size: 24px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.33;
    letter-spacing: normal;
    text-align: center;
    color: #f8f8f8;
}

.section-7 .h1.current-online-members span {
    color: #7ed321;
}

.section-8 {
    padding-top: 30px;
    padding-bottom: 10px;
}

.section-8 .exchange img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    margin-bottom: 20px;
}

.section-8 h2 {
    color: #4f637c;
    font-size: 24px;
    line-height: 1.33;
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-bottom: 2px solid #4f637c;
}

.section-8 p {
    font-size: 18px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.22;
    letter-spacing: normal;
    color: #4f637c;
    margin-bottom: 10px;
}

.section-8 span {
    font-size: 18px;
    line-height: 1.22;
    font-style: italic;
    color: #4f637c;
}

.section-9 {
    background-color: #fff;
    padding-top: 30px;
    padding-bottom: 30px;
}

.section-9 .comment .user-img {
    margin-bottom: 10px;
}
.section-9 .comment .user-img img {
    max-width: 130px;
}

.section-9 .fb-logo {
    width: 100%;
    border-bottom: 1px solid #6d6d6d;
    padding-bottom: 10px;
}

.section-9 .fb-logo img {
    display: block;
    margin: 0 auto;
    max-height: 44px;
}

.section-9 .date {
    font-size: 21px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #203041;
    border-bottom: 1px solid #6d6d6d;
    padding: 10px;
}

.section-9 .comment {
    padding: 10px 0;
    border-bottom: 1px solid #6d6d6d;
}

.section-9 .comment .star img {
    height: 30px;
    padding-top: 5px;
    padding-bottom: 10px;
}

.section-9 .comment .name {
    font-family: 'Segoe UI';
    font-size: 21px;
    font-weight: bold;
    color: #4267b2;
}

.section-9 .comment .text {
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #6d6d6d;
}

.section-9 .comment .like {
    padding: 10px 0;
}

.section-9 .comment .like a {
    color: #4267b2;
    font-size: 14px;
    margin-right: 15px;
}

.section-9 .comment .like a:hover {
    text-decoration: none;
}

.section-9 .comment .like a i {
    margin-right: 5px;
}

.section-10 {
    background-image: url(../images/img-xl-2.jpg);
    background-size: cover;
    padding-top: 20px;
    padding-bottom: 50px;
}

.section-10 img.logo {
    display: block;
    margin: 0 auto;
    width: 80px;
    height: 80px;
    margin-bottom: 20px;
}

.section-10 .h3 {
    font-size: 24px;
    line-height: 1.33;
    font-weight: bold;
    font-style: normal;
    margin-bottom: 26px;
    text-align: center;
    color: #fff;
}

.section-10 .bottom-form .arrow {
    margin-top: 15px;
    margin-bottom: 15px;
    text-align: center;

}
.section-10 .bottom-form .arrow img {
    height: 29px;
}
.section-10 .bottom-form {
    padding: 15px 15px 5px;
   /* background-color: #7ed321;*/
    margin-bottom: 15px;
}

.section-10 .bottom-form .button {
    position: relative;
    height: 50px;
    background-size: contain;
    background-position: 1px;
    background-repeat: no-repeat;
    border: none;
    background-color: #2c80d9;
}

.section-10 .bottom-form .button:hover {
    background-color: #f89b08;
}

.section-10 .secured.opacity .row {
    margin-left: -3px;
    margin-right: -3px;
}

.section-10 .secured.opacity .row .col-xs-2 {
    padding-left: 3px;
    padding-right: 3px;
}
footer {
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: center;
}

footer .logo img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
}

footer .logo p.subtitle {
    padding: 10px;
    font-size: 21px;
    font-weight: 500;
    font-style: italic;
    color: #3696f5;
    border-bottom: 1px solid #4f637c;
    margin-bottom: 15px;
}

footer p.text {
    text-align: center;
    margin-bottom: 20px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.25;
    letter-spacing: normal;
    text-align: center;
    color: #4f637c;
}

footer p.copyright {
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.11;
    letter-spacing: normal;
    text-align: center;
    color: #4f637c;
}

.faq {
    padding: 40px 0;
}

.faq h2 {
    color: #3696f5;
    font-size: 40px;
    line-height: 50px;
    text-align: center;
    font-weight: bold;
    font-style: normal;
    padding-bottom: 10px;
    border-bottom: 1px solid #6d6d6d;
}

.faq h4 {
    font-size: 24px;
    line-height: 26px;
    color: #4f637c;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: normal;
    text-align: center;
    padding: 10px 0;
    border-bottom: 1px solid #6d6d6d;
}

.faq .question {
    padding-top: 30px;
}

.faq .question h5 {
    line-height: 30px;
    font-size: 24px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    padding-bottom: 10px;
}

.faq .question p {
    font-family: Roboto, sans-serif;
    line-height: 22px;
    font-size: 18px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    padding-bottom: 10px;
    border-bottom: 1px solid #6d6d6d;
}

.faq .logo {
    padding: 40px 0 20px;
}

.faq .logo img {
    display: block;
    margin: 0 auto;
    width: 100px;
    height: 100px;
}

.faq form {
    padding: 15px 20px;
    background-color: #7ed321;
    margin: 0 0 20px 0;
}
.faq form .check-container {
    margin-top: 10px;
    margin-bottom: 20px;
}
.faq form .arrow {
    margin-top: 15px;
    margin-bottom: 10px;
    text-align: center;
}
.faq form .arrow img {
    height: 29px;
}
.faq form .button {
    position: relative;
    height: 50px;
    background-size: contain;
    background-position: 1px;
    background-repeat: no-repeat;
    border: none;
    background-color: #2c80d9;
}

.faq form .button:hover {
    background-color: #f89b08;
}

.faq form .button:after {
    content: "";
    position: absolute;
    right: 30px;
    height: 28px;
    width: 28px;
    background-image: url('../fonts/claim-btn-arrow-left.svg');
}

.faq form .button:before {
    content: "";
    position: absolute;
    left: 30px;
    height: 28px;
    width: 28px;
    background-image: url('../fonts/claim-btn-arrow-right.svg');
}

.faq .subtitle h1 {
    text-align: center;
    color: #7ed321;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.25;
    letter-spacing: normal;
    text-align: center;
    margin-bottom: 20px;
}
#exitModal {
    z-index: 99999;
    /*display: none;*/
    /*align-items: center;*/
    /*position: fixed;*/
    /*!*top: 0;*!*/
    /*!*left: 0;*!*/
    /*!*right: 0;*!*/
    background-color: rgba(32, 48, 65, 0.9);
    height: 100%;

}
#exitModal .inner-popup {
    position: relative;
    border: 2px solid #fff;
    margin: 10% auto;
    width: 930px;
    max-width: 90%;
    background-image: linear-gradient(304deg, #256fd3, #318ae8);
    text-align: center;
    border-radius: 2px;
}

#exitModal .inner-popup .modal-header{
    border-bottom: none;
    padding-bottom: 40px;
}

#exitModal .inner-popup .modal-content{
    background-color: transparent;
    padding: 0 40px 40px;
}
#exitModal .inner-popup img {
    display: block;
    margin: 0 auto;
}
#exitModal .inner-popup .p {
    font-size: 24px;
    line-height: 37px;
    font-weight: 100;
    color: #fff;
}

#exitModal strong{
    font-weight: 600;
}

#exitModal .inner-popup .subtitle {
    font-size: 24px;
    font-weight: bold;
    font-style: normal;
    color: #ffd046;
    padding: 10px 0;
}
#exitModal .inner-popup .p2 {
    font-size: 24px;
    color: #fff;
}
#exitModal .exit-form {
    padding-top: 20px;
}
#exitModal .close {
    position: absolute;
    right: 15px;
    top: 10px;
    font-size: 20px;
    color: #fff;
}

#exitModal .input-div{
    margin-right: 10px;
}
#exitModal .form-control{
    height: 50px;
}

#exitModal .buttons:before{
    display: none;
}

#videoDepositWrapper {
    display: none;
    position: fixed;
    top: 35px;
    left: 35px;
    overflow: hidden;
    width: 300px;
    max-width: 100%;
    background-color: rgba(43, 51, 63 );
    z-index: 10000002;
    border-radius: 8px;
    box-shadow: 0 5px 36px rgba(0,0,0,.18);
}
#videoDepositWrapper:hover .closeButton {
    display: block;
}
#videoDepositWrapper .closeButton {
    position: absolute;
    display: none;
    top: 0;
    left: 0;
    right: 0;
    cursor: pointer;
    text-align: center;
    color: #FFF;
    font-size: 14px;
    line-height: 30px;
    z-index: 10000003;
    background-color: rgba(43, 51, 63, 0.7);
}
#videoDepositWrapper .closeButton:hover {
    color: #d3d3d3;
}

/* Small devices (tablets, 768px and up) */

@media (min-width: 768px) {
    header .spots-mobile {
        display: none;
    }
    header .spots-desktop {
        display: block;
        float: right;
        background-color: #dd5979;
        padding: 15px 10px;
    }
    header .spots-desktop .flag {
        font-size: 20px;
        margin-right: 10px;
    }
    header .spots-desktop .hurry {
        display: inline-block;
        font-size: 20px;
        line-height: 30px;
        font-weight: 900;
        font-style: italic;
        font-stretch: normal;
        letter-spacing: normal;
        color: #fff;
        white-space: nowrap;
    }
    .section-1 .h2 {
        font-size: 26px;
    }
    .section-1 .secured .row {
        margin-left: -5px;
        margin-right: -5px;
    }
    .section-1 .secured .row .col-xs-2 {
        padding-left: 5px;
        padding-right: 5px;
    }
    .section-6 .testimonial .image-wrapper:before {
        background-color: transparent;
    }
    .section-10 .secured.opacity .row {
        margin-left: -5px;
        margin-right: -5px;
    }
    .section-10 .secured.opacity .row .col-xs-2 {
        padding-left: 5px;
        padding-right: 5px;
    }
    .section-5 .claim-btn {
        margin-top: 20px;
    }
    .testimonial {
        position: unset;
    }
    .testimonial p {
        position: inherit;
        padding: 0;
        min-height: 140px;
    }
    .check-container label {
        font-size: 12px;
    }
    .section-9 .comment .user-img img {
        width: 100%;
    }
}


/* Medium devices (desktops, 992px and up) */

@media (min-width: 992px) {
    .row.equal {
        display: flex;
        flex-wrap: wrap;
    }

    .row.equal > div[class*='col-'] {
      display: flex;
      flex-direction: column;
    }
    header .logo-nav-mobile {
        display: none;
    }
    header .logo-nav-desktop {
        display: block;
    }
    .assets .owl-carousel .item {
        border-left: 1px solid #3696f5;
    }
    .section-1 {
        padding: 30px 0 30px 0;
    }
    .section-1 .h2 {
        font-size: 30px;
        margin-bottom: 30px;
    }
    .section-1 .video {
        margin-bottom: 50px;
    }
    .section-1 .primary-form {
        padding: 12px 10px;
    }
    .section-1.members .primary-form {
        padding: 18px 10px;
    }

    .section-1 .secured{
        margin-top: 16px;
    }

    .section-1 .secured .row {
        margin-left: -15px;
        margin-right: -15px;
    }
    .section-1 .secured .row .col-xs-2 {
        padding-left: 15px;
        padding-right: 15px;
    }
    .section-10 .secured.opacity .row {
        margin-left: -15px;
        margin-right: -15px;
    }
    .section-10 .secured.opacity .row .col-xs-2 {
        padding-left: 15px;
        padding-right: 15px;
    }
    .section-2 {
        padding: 60px 35px 0 35px;
    }
    .section-2 .cent-img {
        margin-bottom: 20px;
    }
    .section-2 .h4 {
        font-size: 18px;
    }
    .section-3 h2 {
        color: #3696f5;
        font-size: 36px;
        line-height: 50px;
        text-align: center;
        font-weight: bold;
        font-style: normal;
        margin-top: 0;
        margin-bottom: 30px;
    }
    .section-3 h4 {
        font-size: 24px;
        line-height: normal;
    }
    .section-4 {
        min-height: 900px;
        margin-top: -70px;
    }
    .section-4 .crypto {
        margin-top: 185px;
    }
    .section-5 {
        padding: 30px 0 30px 0;
        margin-top: -150px;
    }
    .section-5 .claim-btn {
        padding: 10px 100px;
        font-size: 30px;
        font-weight: bold;
        height: 70px;
        line-height: 50px;
        max-width: 750px;
    }
    .section-5 .claim-btn:after {
        top: 10px;
        right: 45px;
        height: 50px;
        width: 50px;
        background-image: url('../images/ic-arrw-l-lrg.png');
    }
    .section-5 .claim-btn:before {
        top: 10px;
        left: 45px;
        height: 50px;
        width: 50px;
        background-image: url('../images/ic-arrw-r-lrg.png');
    }
    .section-5 h2 {
        font-size: 36px;
        margin-bottom: 15px;
    }
    .section-6 .testimonial .country {
        display: flex;
        justify-content: center;
    }
    .section-6 .testimonial .flag {
        display: inline-block;
        margin: 0 10px 0 0;

    }
    .section-6 .testimonial .green {
        display: inline-block;
        line-height: 30px;
    }
    .section-6 .second-form .arrow {
        display: block;
    }
    .section-7 {
        padding-bottom: 30px;
    }
    .section-7 .h2 {
        font-size: 30px;
        /*line-height: 50px;*/
        margin-bottom: 20px;
    }
    .section-7 .h4 {
        font-size: 24px;
    }
    .section-7 .verified {
        height: 100%;
        padding: 35px 20px 95px 20px;
        margin: 20px 0;
    }
    .section-7 .verified:after {
        bottom: 35px;
    }
    .section-7 .h1.current-online-members {
        font-size: 36px;
        line-height: 1.25;
    }
    .section-8 h2 {
        text-align: left;
        font-size: 36px;
        line-height: 50px;
        font-style: normal;
        font-weight: bold;
        padding-bottom: 20px;
    }
    .section-9 {
        padding: 50px 0;
    }
    .section-10 img.logo {
        width: 150px;
        height: 150px;
    }
    .section-10 .h3 {
        font-size: 30px;
    }
    .section-4 .asset {
        display: block;
    }
}


/* Large devices (large desktops, 1200px and up) */

@media (min-width: 1200px) {
    header.show .sticky-header-form {
        display: block;
    }

    .section-6 .second-form .arrow {
        margin: 107px 30px;
    }
    .section-6.index2 .second-form .arrow {
        margin: 42px 0;
    }
    .section-3 {
        padding: 30px 20px 90px 20px;
    }
    .section-5 .claim-btn {
        margin-top: 30px;
    }
    .section-10 .bottom-form .button:after {
        content: "";
        position: absolute;
        top: 11px;
        right: 24px;
        height: 28px;
        width: 28px;
        background-image: url('../fonts/claim-btn-arrow-left.svg');
    }

    .section-10 .bottom-form .button:before {
        content: "";
        position: absolute;
        top: 11px;
        left: 24px;
        height: 28px;
        width: 28px;
        background-image: url('../fonts/claim-btn-arrow-right.svg');
    }
}

@keyframes bounce {
    from,
    20%,
    53%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    40%,
    43% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }

    70% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -8px, 0);
        transform: translate3d(0, -8px, 0);
    }

    90% {
        -webkit-transform: translate3d(0, -3px, 0);
        transform: translate3d(0, -3px, 0);
    }
}


.video-section{
    margin-top: 60px;
}

.form-container .form-title{
    font-size: 21px;
    line-height: 1.14;
    font-weight: 300;
    text-align: center;
    color: #ffffff;
    margin-bottom: 16px;
}

.form-container .form-control{
    border: 1px solid #ccc;
    border-radius: 2px;
    padding: 5px 10px;
    margin: 0;
    background-color: #fff;
    display: block;
    width: 100%;
}

.bright-button{
    display: inline-block;
    min-width: 88px;
    padding: 8px 16px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    color: #fff;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    min-height: 50px;
    width: 100%;
    background-color: #7ed321;
    border-radius: 24px;
    font-size: 21px;
    font-weight: 600;
    line-height: 23px;
    outline: none!important;
    border: 1px solid #fff;
}

.bright-button.bright-2{
    background-color: #2c80d9;
    position: relative;
    font-size: 18px;
    text-align: center;
    padding: 9px 50px 7px;
    border: none;
    line-height: 1.1;
}
.bright-button.bright-2:before {
    content: "";
    position: absolute;
    top: 11px;
    left: 14px;
    height: 28px;
    width: 28px;
    background-image: url("../fonts/claim-btn-arrow-right.svg");
}
.bright-button.bright-2:after {
    content: "";
    position: absolute;
    top: 11px;
    right: 14px;
    height: 28px;
    width: 28px;
    background-image: url("../fonts/claim-btn-arrow-left.svg");
}

.video-section .bright-button{
    text-transform: uppercase;
}

.bright-button:hover{
    background: #f89b08;
}

.buttons:before{
    content: " ";
    display: block;
    margin: 20px auto 10px;
    width: 60px;
    height: 60px;
    background-image: url("../images/ic-arrw-dwn-grn.png");
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-animation-name: bounce;
    animation-name: bounce;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.section-6 .buttons:before{
    height: 170px;
}

.section-10 .buttons:before{
    display: none;
}

.section-10 .bottom-form .input-div{
    flex-basis: 24%;
    padding-left: 10px;
    padding-right: 0;
}

.section-10 .bottom-form .form-control{
    height: 50px;
}

.section-10 .bottom-form .buttons{
    flex-basis: 28%;
    padding-left: 5px;
}


.members .regForm{
    margin-top: 10px;
    user-select: none;
}

.faq-section .form-group{
    padding-left: 5px;
    padding-right: 5px;
}

.faq-section .buttons{
    text-align: center;
    /*right: 0;*/
    /*max-width: 300px;*/
}
.faq-section .buttons .regBtn{
    max-width: 300px;
}

.faq-section .buttons:before{
    margin: 5px auto;
    height: 40px;
    background-image: url("../images/ic-arrw-white.png");
    background-repeat: no-repeat;
    background-position: center center;
}

.faq-section .phone-row{
    padding-right: 0;
}
.faq-section .col-8.form-group{
    padding-right: 0;
}
.faq-section .col-8.form-group .form-control{
    padding-right: 0;
}

.faq-section .col-8.form-group .form-control{
    width: 103.2%;
}

.top-header .spotsLeft{
    color: #fff;
}

.assets{
    opacity: 0;
    transition: 0.5s;
}
.assets.visible{
    opacity: 1;
    transition: 0.5s;
}

.assets .item{
    min-width: 250px
}

.uinames{
    position: fixed;
    left: 0;
    bottom: 30px;
    padding: 6px 11px;
    min-width: 240px;
    height: 70px;
    font-size: 20px;
    border-top-right-radius: 100px;
    border-bottom-right-radius: 100px;
    background-color: #203041;
    border: 2px solid #7ed321;
    color: #fff;
    z-index: 9999;
    opacity: 0;
    transition-property: opacity;
    transition-duration: 1s;
}
.uinames-show{
    opacity: 1;
    transition-property: opacity;
    transition-duration: 0.2s;
}
.uinames img{
    max-height: 50px;
    border-radius: 50%;
    float: right;
}
.uinames .just-made-money{

}
.uinames .just-made{
    display: inline-block;
    float: left;
    background: none;
}
.uinames .just-made div{
    width: 100%;
    font-size: 19px;
    font-weight: 400;
}

.uinames .just-made div:nth-child(1){
    color: #fff;
    margin-right: 10px;
    text-transform: capitalize;
}
.uinames .just-made div:nth-child(2){
    display: none;
}
.uinames .just-made div:nth-child(3){
    color: #7ed321;
    font-weight: 700;
}

.footer{
    font-size: 14px;
}

.main-section.legal{
    margin-top: 60px;
    padding-top: 30px;
}


@media (max-width: 1199px) {
    .section-6 .buttons:before{
        height: 133px;
    }
    .section-6.sec-6-2 .buttons:before{
        height: 126px;
    }
}

@media (max-width: 991px){
    .section-10 .bottom-form {
        padding: 15px 15px 15px;
    }
    .faq-section .col-8.form-group .form-control{
        width: 102.3%;
    }
}

@media (max-width: 575px){
    .section-1 .h1{
        font-size: 30px;
    }
    .uinames{
        display: none;
    }
    #ytplayer{
        max-height: 200px;
    }
    .error:not(input){
        right: -1% !important;
    }
}

/*-- Login page --*/
.embed-responsive{
    overflow: visible !important;
    height: 93%;
}
.mobile img{
        margin-top: 0;
}

.anticlicker {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 4;
}
.video-container{
    display: block;
    height: 100%;
    position: relative;
}

#volume_up {
    position: absolute;
    z-index: 5;
    top: 25%;
    right: 37%;
    width: 24%;
    display: none;
    cursor: pointer;
}

.up_sound {
    text-align: center;
    display: none;
    width: 166px;
    height: 38px;
    cursor: pointer;
    position: absolute;
    top: 18%;
    right: 38%;
    bottom: 0;
    z-index: 5;
    color: #fff;
    background-color: #000;
    padding-top: 5px;
    font-size: 17px;
}

#apYou {
    position: absolute;
    width: 12%;
    bottom: 41%;
    right: 43%;
}

/*POPUP*/

.hover-modal {
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    width: 100%;
    height: 10px;
    z-index: 9999;
}

.popup_custom {
    position: fixed;
    z-index: 9997;
    /*display: none;*/
    height: 100%;
    right: -20px;
    left: -20px;
}

.popup_custom .popup_overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #000000;
    opacity: 0.9;
    z-index: 9994;
}
.popup_custom .close_button {
    font-weight: bold;
    position: absolute;
    right: 30px;
    top: 10px;
    cursor: pointer;
    color: gray ! important;
    z-index: 9995;
    font-size: 80px;
}
.popup_custom .popup_inner .popup_content {
    /*margin: 100px auto 0 auto;*/
    width: 100%;
    max-width: 600px;
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    z-index: 9999;
}
.popup_custom .popup_content_inner {
    position: relative;

    padding: 20px;
    z-index: 9998;
}

.popup-header {
    text-align: center;
}
.popup_custom .title {
    color: #fa5258;
    font-weight: bold;
    font-style: italic;
    /*font-size: 70px;*/
    font-size: 24px;
    font-family: sans-serif;
    line-height: 1.2;
    margin-bottom: 20px;
    /*max-width: 660px;*/
    /*margin-right: auto;*/
    /*margin-left: auto;*/
}
.popup_custom .subtitle {
    font-size: 32px;
    line-height: 39px;
    text-align: center;
    font-weight: bold;
    font-family: sans-serif;
    font-style: normal;
    color: #fff;
    /*line-height: 1.2;*/
    margin-bottom: 15px;
    /*max-width: 660px;*/
    /*margin-right: auto;*/
    /*margin-left: auto;*/
}
.popup_custom .subtitle b {
    color: #f7931a;
}
.popup_custom .popup_form {
    text-align: center;
    width: 100%;
    max-width: 520px;
    margin: 0 auto;
}

@media screen and (max-height:800px){
    .popup_custom .popup_inner .popup_content{
        margin: 0px auto 0 auto;
    }
    .popup_custom .subtitle{
        font-size: 20px;
    }
    .popup_custom .title{
        font-size: 30px;
    }

    label.error {
        font-size: 10.1px;
    }
    .btn-popup {
        bottom: 8px;
    }
}

#password2-error {
    display: none !important;
}


/*end Popap*/
