body {
    font-family: 'Oswald', sans-serif;
    color: #ffffff;
    background: #050C16;
    font-size: 16px;
}

a {
    color: #D3BA42;
    text-decoration: none;
}

a:hover {
    color: #DAC247;
}

.header {
    padding: 5px 0px;
    z-index: 1000;
    position: relative;
    background: #0e1b30d6;
    box-shadow: 10px 10px 10px #090c1896;
}

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

.ads {
    padding: 30px 0px;
}

.top-wrapper {
    background: #02070f url(../images/bg.jpg) no-repeat center;
    background-size: cover;
}

.top-wrapper2 {
    background: #001327 url(../images/features-bg.png) no-repeat center -460px;
    background-size: cover;
    padding-bottom: 0px;
}

.top-wrapper-inner {
    background: url(../images/bg2.png) no-repeat 0px top;
}

.navbar-expand-lg .navbar-nav .nav-link {
    color: white;
    font-size: 16px;
    font-weight: 400;
    padding: 0.6rem 0.8rem;
    border-radius: 4px;
    margin: 0px 4px;
    text-transform: uppercase;
}

.navbar-expand-lg .navbar-nav .nav-link:hover {
    color: #FFDC02;
}

.navbar-toggler i {
    color: white;
}

.buttons-top {
    text-align: right;
}

.navbar .btn {
    font-size: 14px;
    font-weight: 600;
    padding: .5rem 1.2rem;
    border-radius: 4px;
    margin: 0px 3px;
    color: #0c3b84;
}

.subpage {
    background: #050C16 url(../images/about-bg.png) no-repeat top center;
    background-attachment: fixed;
    padding: 60px 0px;
    min-height: 650px;
}

.bannerinide {
    width: 100%;
    float: left;
    position: relative;
    z-index: 9;
}

.btn.openacc {
    background: #3db76c;
    background: -moz-linear-gradient(left, #3db76c 0%, #2f8aca 100%);
    background: -webkit-linear-gradient(left, #3db76c 0%, #2f8aca 100%);
    background: linear-gradient(to right, #3db76c 0%, #2f8aca 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3db76c', endColorstr='#2f8aca', GradientType=1);
    border: 0px;
    border-radius: 4px;
    padding: 10px 0px;
    color: #fff;
    margin: 10px 0px;
    font-weight: 500;
    font-size: 14px;
    text-transform: uppercase;
    display: inline-block;
    font-weight: 600;
    padding-left: 20px;
}

.btn.openacc:hover {
    background: #3db76c;
}

.navbar-expand-lg .navbar-nav {
    width: 100%;
    justify-content: right;
    align-items: center;
}

.btn.openacc span {
    background: #f1f2f9;
    background: -moz-linear-gradient(top, #f1f2f9 0%, #d5d8ed 100%);
    background: -webkit-linear-gradient(top, #f1f2f9 0%, #d5d8ed 100%);
    background: linear-gradient(to bottom, #f1f2f9 0%, #d5d8ed 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1f2f9', endColorstr='#d5d8ed', GradientType=0);
    padding: 13px 10px 17px;
    margin-left: 15px;
    border-radius: 0px 4px 4px 0px;
}

.banner-info {
    text-align: left;
    padding: 0px;
}

.bottom-text {
    padding: 100px 0px 60px;
    font-size: 23px;
    line-height: 36px;
    color: #070f1b;
    font-weight: 300;
}

.member-text {
    display: block;
    background: rgb(200, 157, 34);
    background: -moz-linear-gradient(top, rgba(200, 157, 34, 1) 0%, rgba(250, 214, 62, 1) 50%, rgba(179, 127, 13, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(200, 157, 34, 1) 0%, rgba(250, 214, 62, 1) 50%, rgba(179, 127, 13, 1) 100%);
    background: linear-gradient(to bottom, rgba(200, 157, 34, 1) 0%, rgba(250, 214, 62, 1) 50%, rgba(179, 127, 13, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c89d22', endColorstr='#b37f0d', GradientType=0);
    color: #7a4603;
    font-weight: 600;
    font-size: 17px;
    padding: 12px 20px;
    border-radius: 8px 8px 0px 0px;
    text-align: center;
    margin-top: 16px;
    margin-bottom: -32px;
}

.plans-container {
    padding-top: 100px;
}

.plans-container h2 {
    color: #244A81;
    font-size: 36px;
    padding-bottom: 20px;
}

.plans-container .nav {
    margin-top: -80px;
}

.security-buttons {
    max-width: 400px;
}

.security-buttons figure {
    background: white;
    padding: 10px;
    padding-top: 14px;
    border-radius: 4px 0px 0px 4px;
}

.security-buttons p {
    background: #1B2A57;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    padding: 15px;
    border-radius: 0px 4px 4px 0px;
}

.bannerwrap {
    padding: 60px 0 0px;
    overflow: hidden;
}

.bannerwrap h1 {
    font-weight: normal;
    font-size: 72px;
    margin: 20px 0px;
    color: white;
    text-transform: uppercase;
}

.bannerwrap h2 {
    font-weight: 600;
    font-size: 36px;
    margin-bottom: 20px;
    color: white;
}

.bannerwrap h1 span,
.bannerwrap h2 span {
    color: #ffe400;
    display: block;
    font-weight: 600;
}

.banner-info p {
    font-size: 42px;
    margin: 10px 0px;
    font-weight: 300;
}

.bannercontent {
    text-align: center;
    z-index: 1000;
    position: relative;
}

.plans-title {
    font-size: 60px;
    text-align: center;
    color: white;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.plans-title span {
    color: #ffc800;
    font-weight: 700;
}

.planswrap {
    background: #050c16;
    padding-bottom: 100px;
    background-size: cover;
    padding-top: 40px;
}

.planswrap h2 {
    font-size: 48px;
    text-transform: uppercase;
    color: white;
    font-weight: 300;
    padding: 0px;
}

.planswrap h2 span {
    color: #ffe02d;
}

.instant {
    border: 2px solid #fec900;
    border-radius: 6px;
    padding: 6px 25px;
    font-size: 36px;
    font-weight: 300;
    float: right;
}

.investment-top {
    padding: 30px 0px 40px;
}

.group-inner h2 {
    background: rgb(200, 157, 34);
    background: -moz-linear-gradient(top, rgba(200, 157, 34, 1) 0%, rgba(250, 214, 62, 1) 50%, rgba(179, 127, 13, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(200, 157, 34, 1) 0%, rgba(250, 214, 62, 1) 50%, rgba(179, 127, 13, 1) 100%);
    background: linear-gradient(to bottom, rgba(200, 157, 34, 1) 0%, rgba(250, 214, 62, 1) 50%, rgba(179, 127, 13, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c89d22', endColorstr='#b37f0d', GradientType=0);
    color: #442803;
    font-size: 18px;
    padding: 16px 0px;
    border-radius: 10px 10px 0px 0px;
    font-weight: bold;
}

.stat-bg {
    background: #0B3063;
    border-radius: 10px 10px 0px 0px;
    text-align: center;
    padding: 10px;
}

.stat-top {
    padding: 15px;
}

.stat-bg p {
    font-size: 16px;
    padding-left: 20px;
    font-weight: 600;
    color: #DBC448;
    text-align: left;
    padding-top: 20px;
}

.stat-bg p span {
    display: block;
    color: #ffffff;
    font-size: 24px;
}

.buttons-top a {
    font-size: 16px;
    font-weight: 600;
}

.buttons-top a.e-mail {
    padding: 0px 10px;
}

.currencies {
    font-size: 14px;
    padding: 15px 0px;
    font-weight: 600;
    color: white;
    text-transform: uppercase;
    background: #010a16b5;
    border-bottom: 1px solid #BC8606;
}

.currencies span {
    color: #E1B021;
    padding: 0px 5px;
}

.currencies img {
    padding-right: 6px;
}

.currencies span.greenup {
    color: #03BB8E;
    background: url(../images/up.png) no-repeat right center;
    padding-right: 20px;
}

.currencies span.purpledown {
    color: #E62D0A;
    background: url(../images/down.png) no-repeat right center;
    padding-right: 20px;
}

.text-top h3 {
    font-size: 48px;
    text-transform: uppercase;
    font-weight: 600;
}

.text-top h3 span {
    color: #14B764;
}

.text-top p {
    font-size: 16px;
    line-height: 26px;
}

.start-block {
    margin-bottom: 20px;
    text-align: left;
}

.start-block p {
    padding: 20px !important;
    text-align: left !important;
}

.btn-success {
    background: rgb(23, 189, 104);
    background: -moz-linear-gradient(top, rgba(23, 189, 104, 1) 0%, rgba(6, 149, 81, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(23, 189, 104, 1) 0%, rgba(6, 149, 81, 1) 100%);
    background: linear-gradient(to bottom, rgba(23, 189, 104, 1) 0%, rgba(6, 149, 81, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#17bd68', endColorstr='#069551', GradientType=0);
    border: 0px;
    padding: 0.5rem 1.35rem;
    color: #ffffff;
    border-radius: 6px;
    text-transform: uppercase;
}

.btn-success:hover,
.btn-success:focus {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#17bd68+0,20935c+100 */
    background: rgb(23, 189, 104);
    /* Old browsers */
    background: -moz-linear-gradient(top, rgba(23, 189, 104, 1) 0%, rgba(32, 147, 92, 1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(23, 189, 104, 1) 0%, rgba(32, 147, 92, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(23, 189, 104, 1) 0%, rgba(32, 147, 92, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#17bd68', endColorstr='#20935c', GradientType=0);
    /* IE6-9 */
    color: #ffffff;
}

.btn-warning {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffe800+0,ffcb00+100 */
    background: rgb(255, 232, 0);
    /* Old browsers */
    background: -moz-linear-gradient(top, rgba(255, 232, 0, 1) 0%, rgba(255, 203, 0, 1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(255, 232, 0, 1) 0%, rgba(255, 203, 0, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255, 232, 0, 1) 0%, rgba(255, 203, 0, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe800', endColorstr='#ffcb00', GradientType=0);
    /* IE6-9 */
    border: 0px;
    padding: .5rem 1.35rem;
    color: #282620 !important;
    border-radius: 6px;
    text-transform: uppercase;
}

.btn-warning:hover {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#fff072+0,ffcb00+100 */
    background: rgb(255, 240, 114);
    /* Old browsers */
    background: -moz-linear-gradient(top, rgba(255, 240, 114, 1) 0%, rgba(255, 203, 0, 1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(255, 240, 114, 1) 0%, rgba(255, 203, 0, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255, 240, 114, 1) 0%, rgba(255, 203, 0, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff072', endColorstr='#ffcb00', GradientType=0);
    /* IE6-9 */
    color: #282620 !important;
}

.btn-info,
.btn-primary {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#0dc3cf+0,079ab3+100 */
    background: rgb(13, 195, 207);
    /* Old browsers */
    background: -moz-linear-gradient(top, rgba(13, 195, 207, 1) 0%, rgba(7, 154, 179, 1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(13, 195, 207, 1) 0%, rgba(7, 154, 179, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(13, 195, 207, 1) 0%, rgba(7, 154, 179, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0dc3cf', endColorstr='#079ab3', GradientType=0);
    /* IE6-9 */
    border: 0px;
    padding: .5rem 1.35rem;
    border-radius: 6px;
    text-transform: uppercase;
    color: white;
}

.btn-info:hover,
.btn-primary:hover {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#3dc7ce+0,279fb2+100 */
    background: rgb(61, 199, 206);
    /* Old browsers */
    background: -moz-linear-gradient(top, rgba(61, 199, 206, 1) 0%, rgba(39, 159, 178, 1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(61, 199, 206, 1) 0%, rgba(39, 159, 178, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(61, 199, 206, 1) 0%, rgba(39, 159, 178, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3dc7ce', endColorstr='#279fb2', GradientType=0);
    /* IE6-9 */
    color: white !important;
}

.quick-links {
    text-align: right;
    margin-top: 15px;
}

.quick-links a {
    margin: 0px 5px;
}

.btn-home {
    padding: 10px 35px;
    color: #ffffff;
    border-radius: 6px;
    font-size: 24px;
    font-weight: 400;
    text-transform: uppercase;
}

.btn-home img {
    margin-left: 20px;
}

.banner-buttons {
    padding: 50px 0px;
}

.amount label,
.profit p {
    color: #7785E8;
    font-size: 12px;
    font-weight: 300;
    text-transform: uppercase;
    margin-bottom: 0px;
}

.profit {
    padding-top: 10px;
    padding-left: 3px;
}

.amount .form-control {
    background: #0C0138;
    font-size: 12px;
    padding: .2rem .55rem;
    line-height: 1.4;
    border: 0px;
    max-width: 80px;
    color: white;
}

.amount .input-group-text {
    display: flex;
    align-items: center;
    padding: .175rem .55rem;
    font-size: 0.6rem;
    font-weight: 400;
    line-height: 1;
    color: white;
    text-align: center;
    white-space: nowrap;
    background-color: #224493;
    border: 0px;
    border-radius: .25rem;
}

.profit p span {
    color: white;
    font-size: 16px;
    font-weight: 600;
    display: block;
}

.feature1 {
    font-size: 14px;
    text-transform: uppercase;
    border: 1px solid #7252d6;
    background: #0C003B;
    padding: 4px 10px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 6px;
    line-height: 32px;
}

.benefits h1 {
    font-size: 33px;
    font-weight: 300;
}

.benefits h1 span {
    font-weight: 700;
}

.benefits p {
    font-size: 18px;
    color: #329FF3;
    border-left: 1px solid #329FF3;
    padding-left: 20px;
}

.benefits p span {
    font-size: 14px;
    color: white;
}

.about_block {
    background: #091220 url(../images/about-bg.png) no-repeat right bottom;
    padding: 50px 0px;
    border-top: 15px solid #FFE900;
}

.about-text {
    background: #0d1a2eeb;
    border-radius: 16px;
    padding: 40px 50px;
}

.about-text h2 {
    font-size: 48px;
    font-weight: 300;
}

.about-text h2 span {
    color: #08a0b7;
}

.activity_area {
    background: #050c16;
    padding: 0px 0px 40px;
}

.activity_area h2.title {
    text-align: center;
    font-size: 48px;
    font-weight: 300;
    text-transform: uppercase;
}

.activity_area h2 span {
    color: #ffd600;
}

.act-block {
    border-radius: 6px;
    padding: 0px 20px 30px;
    background: #061624;
    margin-top: -220px;
}

.act-top figure {
    margin-top: 10px;
}

.act-block h2 {
    font-weight: 300;
    font-size: 24px;
    padding: 14px 0px;
    line-height: 36px;
    color: white;
    text-transform: uppercase;
    margin-bottom: 20px;
    background: url(../images/last10-1.png) no-repeat center left;
    min-width: 330px;
    height: 80px;
    padding-left: 30px;
    margin-left: -30px;
    text-align: left;
}

.act-block h2 span {
    color: white;
    font-weight: 600;
}

.grey h2 {
    background: url(../images/last10-2.png) no-repeat center left;
}

.activity-item {
    border: 0px;
    background: #050c16;
    padding: 8px 8px 8px 10px;
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
    border-radius: 6px;
    margin-bottom: 7px;
}

.activity-item img {
    width: 30px;
    height: 30px;
    margin-top: 0px;
}

.activity-item span.number {
    color: white;
    font-weight: 600;
    font-size: 16px;
    margin-top: 10px;
}

.activity-item span small {
    font-size: .8em;
    display: block;
    color: #424d5d;
}

.about-bg h2 span {
    color: #f9d43d;
    font-weight: 700;
}

.text-block {
    padding: 20px 0px;
}

.text-block h4 {
    font-size: 24px;
    font-weight: 300;
    margin-bottom: 20px;
    line-height: 36px;
}

.text-block p {
    font-size: 18px;
    font-weight: 300;
    line-height: 32px;
    text-align: justify;
}

.features-top p {
    font-size: 18px;
    line-height: 24px;
    color: white;
}

.features-top h2 {
    font-size: 48px;
    font-weight: 500;
    text-transform: none;
    padding-bottom: 20px;
    line-height: 50px;
    color: #F0B033;
}

.features-top h2 span {
    color: #feb300;
}

.welcomewrap {
    padding: 0 0 50px;
}

.about-block {
    padding-left: 20px;
}

.page-wrap {
    padding: 30px 0px;
}

.statwrap,
.login-container {
    text-align: center;
    border-radius: 10px;
    font-size: 16px;
    border: 0px;
    padding: 20px 30px;
    margin-bottom: 20px;
    min-height: 200px;
    background: #0d1a2eeb;
}

.min-800 {
    min-height: 800px;
}

.login-container {
    padding: 20px;
}

.starwrap-last {
    background: rgb(255, 232, 0);
    background: -moz-linear-gradient(top, rgba(255, 232, 0, 1) 0%, rgba(255, 203, 0, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(255, 232, 0, 1) 0%, rgba(255, 203, 0, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 232, 0, 1) 0%, rgba(255, 203, 0, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe800', endColorstr='#ffcb00', GradientType=0);
    border: 0px;
    color: #0d1a2e;
}

.account_inner {
    padding-bottom: 30px;
    text-align: left;
}

.acc-top h3 {
    font-size: 24px;
    font-weight: 300;
    text-transform: uppercase;
}

.plans-message {
    font-size: 24px;
    text-align: center;
}

.plans-message span {
    color: #079EB6;
    font-weight: 600;
}

.inner-title2 {
    color: white;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 400;
    margin: 10px 0px;
    background: rgb(13, 195, 207);
    background: -moz-linear-gradient(top, rgba(13, 195, 207, 1) 0%, rgba(7, 154, 179, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(13, 195, 207, 1) 0%, rgba(7, 154, 179, 1) 100%);
    background: linear-gradient(to bottom, rgba(13, 195, 207, 1) 0%, rgba(7, 154, 179, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0dc3cf', endColorstr='#079ab3', GradientType=0);
    padding: 10px;
    border-radius: 6px;
    text-align: left;
}

.table {
    width: 100%;
    margin-bottom: 1rem;
    color: white;
    vertical-align: top;
    border-color: #07223a;
}

.acc-top {
    text-align: center;
    border-radius: 6px;
    font-size: 16px;
    padding: 20px;
    font-weight: 600;
    margin-bottom: 20px;
    background: #172948;
}

.banner-top {
    text-align: left;
    border-radius: 6px;
    font-size: 16px;
    padding: 20px;
    font-weight: 600;
    margin-bottom: 20px;
    background: #091220;
}

.statwrap p {
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 0px;
    padding: 6px 0px;
}

.statwrap p span,
.acc-top p span {
    display: block;
    color: #FFD200;
    font-weight: 400;
    font-size: 24px;
    margin-top: 0px;
    padding: 0px 20px;
}

.acc-top p {
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 0px;
    text-align: center;
    padding: 6px 10px;
}

.statsbox,
.statsbox p {
    text-align: left;
}

.statwrap figure {
    padding: 20px 0px 10px;
    margin-bottom: 0px;
}

.statwrap h2 {
    color: #FFD600;
    margin-top: 20px;
    font-size: 24px;
    text-transform: uppercase;
}

.login-container h2 {
    font-weight: 300;
    font-size: 24px;
    padding: 14px 0px;
    line-height: 36px;
    color: white;
    text-transform: uppercase;
    margin-bottom: 20px;
    background: url(../images/last10-1.png) no-repeat center left;
    min-width: 330px;
    height: 80px;
    padding-left: 30px;
    margin-left: -30px;
    text-align: left;
}

.login-container h2.accordion-header {
    background: transparent;
    margin-left: 0px;
    padding: 2px;
    height: auto;
    margin-bottom: 0px;
}

.text-right {
    text-align: right;
}

.text-left {
    text-align: left;
}

.starwrap-last h2,
.starwrap-last p {
    color: #0d1a2e;
}

.starwrap-last h2 {
    font-weight: 600;
}

.statistics {
    padding: 0px 0px 20px;
    background: #d89a13;
    margin-top: -10px;
}

.top {
    border-radius: 0px;
    color: white;
    background: rgb(255, 232, 0);
    background: -moz-linear-gradient(top, rgba(255, 232, 0, 1) 0%, rgba(255, 203, 0, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(255, 232, 0, 1) 0%, rgba(255, 203, 0, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 232, 0, 1) 0%, rgba(255, 203, 0, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe800', endColorstr='#ffcb00', GradientType=0);
    border-radius: 0px 10px 10px 0px;
    padding: 25px 25px;
    text-align: left;
    position: relative;
    margin-left: -30px;
}

.top figure {
    position: absolute;
    right: 20px;
    top: 16px;
}

.stats-out {
    margin-bottom: 20px;
}

.top p {
    margin: 0px;
    color: #0d1a2e;
    font-size: 24px;
    font-weight: 300;
}

.top p span {
    display: block;
    color: #0d1a2e;
    font-size: 30px;
    font-weight: 600;
}

.tab-content {
    padding: 20px 0px 0px;
}

.stat-block {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    background: #1A0960;
    border-radius: 6px;
    padding: 10px 15px;
    box-shadow: 0px 2px 5px #1308438f;
}

.pay-info span {
    font-size: 12px;
    color: #EFA81D;
    font-weight: 600;
}

.pay-info span.date {
    display: block;
    color: #8872E6;
}

.pay-amount {
    font-weight: 700;
    font-size: 14px;
    padding-top: 15px;
}

.pay-amount img {
    width: 20px;
}

.member_info {
    padding: 48px 0px;
}

.percent {
    position: absolute;
    width: 175px;
    height: 175px;
    text-align: center;
    color: white;
    top: 40px;
    right: 50px;
    background: #1b468e;
    background: -moz-linear-gradient(top, #1b468e 0%, #243974 100%);
    background: -webkit-linear-gradient(top, #1b468e 0%, #243974 100%);
    background: linear-gradient(to bottom, #1b468e 0%, #243974 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1b468e', endColorstr='#243974', GradientType=0);
    box-shadow: 0px 0px 0px 10px #243a783d;
    border-radius: 100%;
    padding-top: 30px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
}

.percent h2 {
    font-weight: 700;
    font-size: 48px;
    margin-bottom: 0px;
}

.percent h2 span {
    font-size: 30px;
}

.percent p {
    margin-bottom: 0px;
}

.percent2 {
    top: 170px;
    right: -20px;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#2c8dc7+0,2eb676+100 */
    background: #2c8dc7;
    /* Old browsers */
    background: -moz-linear-gradient(top, #2c8dc7 0%, #2eb676 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #2c8dc7 0%, #2eb676 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #2c8dc7 0%, #2eb676 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2c8dc7', endColorstr='#2eb676', GradientType=0);
    /* IE6-9 */
}

.percent3 {
    top: 300px;
    right: 40px;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#3967b1+1,2357a7+100 */
    background: #3967b1;
    /* Old browsers */
    background: -moz-linear-gradient(top, #3967b1 1%, #2357a7 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #3967b1 1%, #2357a7 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #3967b1 1%, #2357a7 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3967b1', endColorstr='#2357a7', GradientType=0);
    /* IE6-9 */
}

.nav-pills .nav-link {
    border: 0px;
    border-radius: 16px 16px 0px 0px;
    color: #274E86;
    font-size: 16px;
    margin-right: 10px;
    padding: 0.7rem 1rem;
    background: transparent;
    font-weight: 600;
    z-index: 0;
    position: relative;
    border: 1px solid #274E86;
    border-bottom: 0px;
}

.nav-pills .nav-link span {
    background: url(../images/inactive.png) no-repeat right center;
}

.nav-tabs .nav-link:hover {
    color: #FFD500;
    border-color: #FFD500;
}

.nav-tabs .nav-item {
    margin-right: 5px;
}

.hvr-pulse-grow {
    display: block;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    background: rgb(33, 84, 156);
    background: -moz-linear-gradient(top, rgba(33, 84, 156, 1) 0%, rgba(14, 56, 115, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(33, 84, 156, 1) 0%, rgba(14, 56, 115, 1) 100%);
    background: linear-gradient(to bottom, rgba(33, 84, 156, 1) 0%, rgba(14, 56, 115, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#21549c', endColorstr='#0e3873', GradientType=0);
    color: #ffffff;
    z-index: 10000;
}

.nav-pills .nav-link.active span,
.nav-pills .show>.nav-link span {
    background: url(../images/active.png) no-repeat right center;
}

.nav-pills .nav-link img {
    margin-left: 10px;
}

.nav-pills .nav-link span {
    font-weight: 700;
    padding-right: 100px;
    line-height: 42px;
    display: inline-block;
}

.tabs-plans {
    border-top: 1px solid #244A81;
    padding: 35px 20px 0px;
    overflow: hidden;
}

.plan-group {
    border: 0px;
    box-shadow: 0px 0px 10px #0000003b;
    padding: 5px;
    position: relative;
    margin-bottom: 5px;
    border-radius: 6px;
    color: white;
    padding-top: 5px;
}

.group-outer {
    padding: 0px;
    border-radius: 6px;
    background: #091220;
}

.group-inner {
    border: 0px;
    border-radius: 14px;
    background: #02121e url(../images/plans-chart.png) no-repeat center 40px;
    padding-bottom: 20px;
}

.group-inner ul {
    margin: 0px;
    padding: 10px 20px;
    list-style: none;
}

.group-inner ul li {
    background: rgb(1, 37, 66);
    background: -moz-linear-gradient(top, rgba(1, 37, 66, 1) 0%, rgba(8, 29, 46, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(1, 37, 66, 1) 0%, rgba(8, 29, 46, 1) 100%);
    background: linear-gradient(to bottom, rgba(1, 37, 66, 1) 0%, rgba(8, 29, 46, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#012542', endColorstr='#081d2e', GradientType=0);
    border-radius: 6px;
    padding: 8px 12px;
    margin-bottom: 6px;
    font-size: 14px;
    font-weight: 600
}

.group-inner ul li span {
    float: right;
}

.plan-group figure {
    margin: -20px auto 10px;
    text-align: center;
}

.plan-terms {
    position: relative;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    margin-top: 10px;
    padding: 10px 10px 25px;
    background: #0d1a2d url(../images/plan-bg.png) no-repeat left center;
    border-radius: 6px 6px 0px 0px;
}

.plan-terms p {
    margin-bottom: 0.2rem;
}

.plan-terms h3 {
    color: #0d1a2e;
    font-size: 48px;
    font-weight: 600;
    margin-bottom: 0px;
}

.plan-terms h3 span {
    font-size: 30px;
}

.return {
    background: white;
    color: #242C31;
    font-size: 14px;
    padding: 6px 15px 6px 10px;
    border-radius: 0px 25px 0px 3px;
    font-weight: 600;
    display: inline-block;
    margin: -1px;
}

.plan-bottom {
    border-top: 5px solid #09a7bc;
    padding: 35px 0px 10px;
    position: relative;
}

.plan-bottom ul {
    padding-left: 20px;
    padding-right: 20px;
}

.plan-bottom ul li {
    background: url(../images/check.png) no-repeat left center;
    padding-left: 20px;
    list-style: none;
    border-bottom: 1px solid #142035;
    line-height: 36px;
    font-size: 18px;
    font-weight: 300;
}

.plan-bottom ul li span {
    float: right;
}

span.forever {
    position: absolute;
    right: 0px;
    top: -20px;
    color: #091220;
    background: rgb(13, 195, 207);
    background: -moz-linear-gradient(top, rgba(13, 195, 207, 1) 0%, rgba(7, 154, 179, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(13, 195, 207, 1) 0%, rgba(7, 154, 179, 1) 100%);
    background: linear-gradient(to bottom, rgba(13, 195, 207, 1) 0%, rgba(7, 154, 179, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0dc3cf', endColorstr='#079ab3', GradientType=0);
    border-radius: 36px 0px 0px 36px;
    padding: 8px 20px;
    text-transform: uppercase;
}

.plans-container .col {
    flex: 1 0 0%;
    padding-right: calc(var(--bs-gutter-x)/ 4);
    padding-left: calc(var(--bs-gutter-x)/ 4);
    padding-bottom: 20px;
}

span.term {
    font-size: 30px;
    text-transform: uppercase;
    margin: 0px;
    border-radius: 4px;
    text-align: right;
    font-weight: 300;
    line-height: 36px;
}

.calculator-container {
    background: #0D1A2E;
    border-radius: 16px;
    margin-top: -160px;
    margin-bottom: 30px;
}

.plan-range .input-group {
    position: relative;
    width: 100%;
    background: #012440;
    padding: 0px;
    border-radius: 4px;
    border: 2px solid #17BD68;
}

h3.aff-title {
    text-transform: uppercase;
    font-size: 48px;
    font-weight: 300;
    text-align: left;
    padding-left: 20px;
}

h3.aff-title span {
    color: #ffd600;
}

.affiliate-content {
    text-align: justify;
    font-size: 18px;
    font-weight: 300;
}

.input-group-text {
    display: flex;
    align-items: center;
    padding: 0.375rem 0.75rem;
    font-size: 0.7rem;
    font-weight: 600;
    line-height: 1.5;
    color: white;
    text-align: center;
    white-space: nowrap;
    background: rgb(23, 189, 104);
    background: -moz-linear-gradient(top, rgba(23, 189, 104, 1) 0%, rgba(6, 149, 81, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(23, 189, 104, 1) 0%, rgba(6, 149, 81, 1) 100%);
    background: linear-gradient(to bottom, rgba(23, 189, 104, 1) 0%, rgba(6, 149, 81, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#17bd68', endColorstr='#069551', GradientType=0);
    border: 0px;
    border-radius: 6px 0px 0px 6px;
}

.calculator-left .calc-icon {
    padding-left: 20px;
    text-align: center;
}

.form-control {
    color: white;
    background-color: #012440;
    border: 2px solid #0ca359;
}

.form-control:focus {
    color: white;
}

.calc-icon {
    text-align: right;
}

.calculator-left h1 {
    text-transform: uppercase;
    font-weight: 400;
    font-size: 36px;
    line-height: 46px;
}

.calculator-left h1 span {
    font-size: 60px;
    font-weight: 700;
}

.calculator-left p {
    font-size: 12px;
}

.calculator-right {
    font-size: 14px;
    font-weight: 600;
}

.calculator-right h4 {
    color: #ffd400;
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 300;
}

.calculator-right h1 {
    color: white;
    font-size: 30px;
    font-weight: 400;
    text-transform: uppercase;
    margin-top: 10px;
}

.calculator-right h1 span {
    font-weight: 600;
    display: block;
}

.resultbox {
    padding: 18px 20px;
    font-size: 18px;
    color: white;
    font-weight: 500;
    position: relative;
}

.colored {
    background: #091220;
}

.resultbox .txt {
    font-size: 18px;
    font-weight: 400;
}

.bg-orange {
    background: #B79730;
}

.resultbox p {
    margin-bottom: 0px;
    border-right: 1px solid #1C8B8C;
    padding-right: 30px;
}

.resultbox h3 {
    font-size: 24px;
    font-weight: 400;
    color: #ffe800;
    margin-bottom: 10px;
    margin-top: 5px;
}

.col-form-label {
    font-size: 18px;
}

.amount p {
    margin-bottom: 10px;
    margin-top: 20px;
    color: white;
    font-size: 18px;
    padding-left: 0px;
}

.block p {
    color: #79a5e9;
    text-transform: uppercase;
    font-size: 14px;
    margin-bottom: 0px;
    margin-top: 10px;
}

.block h4 {
    font-weight: 600;
    font-size: 14px;
}

.affiliate_area {
    background: #091220 url(../images/bg3.png) no-repeat right bottom;
    padding-top: 100px;
    background-size: cover;
    padding-bottom: 240px;
}

.affiliate_area figure {
    text-align: center;
}

.aff-block p {
    text-align: center;
    padding: 20px;
}

.aff-block {
    background: rgb(255, 232, 0);
    background: -moz-linear-gradient(top, rgba(255, 232, 0, 1) 0%, rgba(255, 203, 0, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(255, 232, 0, 1) 0%, rgba(255, 203, 0, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 232, 0, 1) 0%, rgba(255, 203, 0, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe800', endColorstr='#ffcb00', GradientType=0);
    border-radius: 15px;
    margin-top: 30px;
    margin-bottom: 30px;
}

.aff-block h2 {
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
}

.aff-block h4 {
    font-size: 24px;
    font-weight: 600;
    color: #ddb22a;
}

.aff-block h2 span {
    color: #35D885;
}

.aff-block p {
    color: #0d1a2e;
    font-size: 26px;
    text-align: right;
    line-height: 36px;
    font-weight: 300;
    padding-top: 40px;
    padding-left: 30px;
}

.percents {
    background: url(../images/aff-right.png) no-repeat right center;
    padding: 50px 20px;
}

.percents span {
    display: inline-block;
    background: #061624;
    color: white;
    font-size: 60px;
    border-radius: 100%;
    width: 148px;
    height: 148px;
    text-align: center;
    line-height: 140px;
    font-weight: 300;
    box-shadow: 0px 0px 20px #00000078;
}

.percents .span2 {
    background: #0D1A2E;
    margin-left: -30px;
}

.percents .span3 {
    background: #182943;
    margin-left: -30px;
}

.percents span small {
    font-size: .575em;
}

.stats_title {
    background: url(../images/stats_title_bg.png) no-repeat left center;
    padding: 20px 0px;
}

.stats_title h1 {
    font-size: 48px;
    text-transform: uppercase;
    font-weight: 700;
}

.stats_title h1 span {
    color: #feb300;
    display: block;
}

.processors {
    text-align: center;
    border-top: 1px solid #1e3c52;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 18px;
    text-transform: uppercase;
}

.processors img {
    padding: 0px 6px;
}

.address {
    color: white;
    font-size: 18px;
    font-weight: 500;
    padding-top: 20px;
}

.address figure {
    margin-right: 10px;
}

.company {
    text-align: center;
    color: white;
    font-weight: 600;
    padding-top: 20px;
}

.company span {
    color: #BA9F33;
}

.footer {
    padding-top: 50px;
    padding-bottom: 50px;
    background: #0b182c;
    color: white;
}

.processors p {
    font-weight: 500;
    font-size: 14px;
    text-transform: uppercase;
}

.footer-content a {
    color: white;
    text-decoration: none;
    padding: 0px 3px 2px;
}

.footer-content a.number {
    color: #E8970A;
}

.footer-copy {
    font-weight: 300;
}

.footer-copy p {
    font-size: 18px;
    margin-bottom: 0px;
}

.footer-copy p span {
    font-size: 18px;
    font-weight: 500;
}

.footer-copy p font {
    color: #1bc16f;
    font-weight: 600;
}

.footer-copy img {
    max-width: 100%;
}

.footer ul li {
    list-style: none;
    padding-left: 0px;
    color: white;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
    display: inline-block;
}

.border-top {
    border-top: 1px solid #5c6169 !important;
}

.footer h4 {
    color: #ffc700;
    font-weight: 600;
    font-size: 18px;
    text-transform: uppercase;
    margin-top: 10px;
}

.footer ul {
    padding-left: 0px;
    text-align: right;
}

.footer ul li a {
    color: white;
    padding: 10px 18px;
    text-decoration: none;
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
    background: #122440;
    border-radius: 4px;
    display: inline-block;
    margin-bottom: 5px;
}

.login-form {
    padding: 10px;
    text-align: left;
}

.form-footer {
    text-align: center;
    border-top: 1px dashed rgb(14 47 74);
    padding: 20px;
    padding-bottom: 0px;
    font-size: 18px;
}

.form-footer a {
    color: #dead43;
}

.form-label {
    margin-bottom: 0.5rem;
    font-size: 18px;
    font-weight: 400;
}

.register-form h1 {
    font-size: 1rem;
    font-size: 1rem;
    font-size: 1rem;
    background: rgb(255, 232, 0);
    background: -moz-linear-gradient(top, rgba(255, 232, 0, 1) 0%, rgba(255, 203, 0, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(255, 232, 0, 1) 0%, rgba(255, 203, 0, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 232, 0, 1) 0%, rgba(255, 203, 0, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe800', endColorstr='#ffcb00', GradientType=0);
    padding: 12px 15px;
    border-radius: 4px;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 400;
    margin: 10px 0px;
    color: #091220;
}

.login-top h1 {
    font-size: 1.6rem;
    margin-top: 10px;
}

.alert-info {
    color: white;
    background-color: #1c94fe;
    border-color: #1c94fe;
}

.form-control,
select {
    display: block;
    width: 100%;
    padding: 0.575rem 0.75rem;
    font-size: 0.8rem;
    font-weight: 400;
    line-height: 1.5;
    color: white;
    background-color: #172948;
    background-clip: padding-box;
    border: 1px solid #35507e;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.form-control:focus {
    background-color: #042037
}

select {
    width: auto;
    display: inline-block;
}

.table>:not(caption)>*>* {
    border-width: 1px;
}

.accordion-button {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 0.6rem 1.25rem;
    font-size: 1rem;
    color: #0B182C;
    text-align: left;
    background: rgb(255, 232, 0);
    background: -moz-linear-gradient(top, rgba(255, 232, 0, 1) 0%, rgba(255, 203, 0, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(255, 232, 0, 1) 0%, rgba(255, 203, 0, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 232, 0, 1) 0%, rgba(255, 203, 0, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe800', endColorstr='#ffcb00', GradientType=0);
    border: 0;
    border-radius: 0;
    overflow-anchor: none;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, border-radius .15s ease;
    font-weight: 400;
}

.accordion-item {
    background-color: #0a1528;
    border: 1px solid rgb(0 0 0 / 31%);
}

.accordion-button:not(.collapsed) {
    color: #0B182C;
    box-shadow: inset 0 -1px 0 rgb(0 0 0 / 13%);
}

.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230B182C'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.accordion-button::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230B182C'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.company_address {
    border: 0px;
    border-radius: 6px;
    padding: 20px 15px;
    background: rgb(1, 37, 66);
    background: -moz-linear-gradient(top, rgba(1, 37, 66, 1) 0%, rgba(8, 29, 46, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(1, 37, 66, 1) 0%, rgba(8, 29, 46, 1) 100%);
    background: linear-gradient(to bottom, rgba(1, 37, 66, 1) 0%, rgba(8, 29, 46, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#012542', endColorstr='#081d2e', GradientType=0);
    background: url(../images/bg2.png) no-repeat 0px bottom;
    background-size: cover;
    text-align: left;
    font-size: 24px;
    color: #0B182C;
    margin-top: 30px;
}

.company_address a {
    color: #8b7608;
}

.company_info h3 {
    color: #f0cb38;
    font-size: 26px;
    margin-bottom: 20px;
}

.company_address p {
    margin-bottom: 0px;
    font-weight: 500;
}

.company_info p {
    font-size: 24px;
    line-height: 36px;
    font-weight: 300;
    margin-top: 40px;
}

.spinner-grow {
    color: #14B764;
}

.features-list {
    background: #FFE400;
    padding: 50px 0px;
}

.features-list h3 {
    color: #0B182C;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 3rem;
}

.features-list .statwrap {
    background: #0d1a30;
    padding: 20px;
    min-height: 320px;
}

.features-list .statwrap h2 {
    font-size: 20px;
}

.features-list .text-left {
    padding-left: 10px;
}

.features-list .statwrap p {
    line-height: 26px;
}

/*Account styles*/

.account_menu {
    padding: 30px 0px 40px;
    background: #091220 url(../images/bg3.png) no-repeat right bottom;
    min-height: auto;
}

.stats-container {
    border-radius: 6px;
    background: url(../images/menu-bg.png) no-repeat top center;
    text-align: right;
}

.stats-container .navbar li a {
    padding: 16px 10px 8px;
    display: block;
    color: #0B192E;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    margin: 0px 4px;
    text-align: center;
    border-bottom: 2px solid transparent;
}

.stats-container .navbar li a:hover {
    border-bottom: 2px solid #0B192E;
}

.stats-container .navbar li a i {
    display: block;
    font-size: 32px;
}

.btn-outline-primary {
    color: #0bbbca;
    border-color: #0bb9c8;
}

.account-top {
    background: #0d1a2eb8;
    border-top: 8px solid #ffdb00;
    border-radius: 0px;
    padding: 20px;
}

.statwrap_acc {
    text-align: left;
    padding: 15px 10px;
    min-height: auto;
    background: rgb(13, 195, 207);
    background: -moz-linear-gradient(top, rgba(13, 195, 207, 1) 0%, rgba(7, 154, 179, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(13, 195, 207, 1) 0%, rgba(7, 154, 179, 1) 100%);
    background: linear-gradient(to bottom, rgba(13, 195, 207, 1) 0%, rgba(7, 154, 179, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0dc3cf', endColorstr='#079ab3', GradientType=0);
    border-radius: 3px;
    font-size: 16px;
}

.statwrap_acc p {
    text-align: left;
    padding: 4px;
    font-size: 16px;
}

.statwrap_acc span {
    padding: 0px 0px;
    margin-top: 5px;
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
}

.account_inner .statsbox h2 {
    color: #15b865;
    font-size: 1.1rem;
}

.btn-secondary {
    color: #fff;
    background: #172948;
    border-color: #3f506e;
}

.btn-check:active+.btn-secondary,
.btn-check:checked+.btn-secondary,
.btn-secondary.active,
.btn-secondary:active,
.show>.btn-secondary.dropdown-toggle {
    color: #fff;
    background: rgb(23, 189, 104);
    background: -moz-linear-gradient(top, rgba(23, 189, 104, 1) 0%, rgba(6, 149, 81, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(23, 189, 104, 1) 0%, rgba(6, 149, 81, 1) 100%);
    background: linear-gradient(to bottom, rgba(23, 189, 104, 1) 0%, rgba(6, 149, 81, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#17bd68', endColorstr='#069551', GradientType=0);
    border-color: rgb(23, 189, 104);
}

.account_inner .value h2 {
    color: #12AC5F;
    font-size: 1.2rem;
}

.refvalue .form-control {
    display: inline-block;
    width: 88%;
}

.aff-title {
    text-align: right;
    font-weight: 600;
}

.page-info h3 {
    text-transform: uppercase;
    font-weight: 300;
    font-size: 36px;
    margin-bottom: 0px;
}

.page-info h3 span {
    color: #FFC800;
}

span.link {
    display: inline-block;
    background: #01243f;
    padding: 8px 15px;
    border-radius: 4px;
    margin-top: 6px;
    border: 1px solid #06365a;
    margin-left: 10px;
}

.sbmt {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    padding: 0.6rem 1.2rem;
    border-radius: 6px;
    background: rgb(23, 189, 104);
    background: -moz-linear-gradient(top, rgba(23, 189, 104, 1) 0%, rgba(6, 149, 81, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(23, 189, 104, 1) 0%, rgba(6, 149, 81, 1) 100%);
    background: linear-gradient(to bottom, rgba(23, 189, 104, 1) 0%, rgba(6, 149, 81, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#17bd68', endColorstr='#069551', GradientType=0);
    color: #ffffff;
    border: 0px;
}

.sbmt:hover {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#1fc46f+0,079752+100 */
    background: rgb(31, 196, 111);
    /* Old browsers */
    background: -moz-linear-gradient(top, rgba(31, 196, 111, 1) 0%, rgba(7, 151, 82, 1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(31, 196, 111, 1) 0%, rgba(7, 151, 82, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(31, 196, 111, 1) 0%, rgba(7, 151, 82, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1fc46f', endColorstr='#079752', GradientType=0);
    /* IE6-9 */
}

.account_container {
    background: #091220 url(../images/about-bg.png) no-repeat right top;
    border-bottom: 0px;
    padding-bottom: 40px;
}

.stats-container .navbar-toggler i {
    color: #0b192e;
}

.account_inner .plan-terms {
    position: relative;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    margin-top: 10px;
    padding: 21px 10px 25px;
    background: #09111c url(../images/plan-bg.png) no-repeat left center;
}

.account_inner .plan-terms i {
    font-size: 56px;
    color: #0C182D;
}

.account_inner .plan-terms p {
    margin-bottom: 0.2rem;
    text-align: right;
}

.plan-terms p span {
    display: block;
    color: #0AB2C3;
    font-size: 30px;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #362d24;
    background-color: #fff;
    border-color: rgb(255, 232, 0);
    background: rgb(255, 232, 0);
    background: -moz-linear-gradient(top, rgba(255, 232, 0, 1) 0%, rgba(255, 203, 0, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(255, 232, 0, 1) 0%, rgba(255, 203, 0, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 232, 0, 1) 0%, rgba(255, 203, 0, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe800', endColorstr='#ffcb00', GradientType=0);
}

.nav-tabs {
    border-bottom: 3px solid #ffd000;
}

.nav-link {
    display: block;
    padding: 0.5rem 1rem;
    color: #ffd000;
    text-decoration: none;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
    font-size: 18px;
    text-transform: uppercase;
}

.select-button .radio {
    color: white;
    border: 0px;
    background: #112342;
    border-radius: 4px;
    padding: 8px 20px;
    text-transform: uppercase;
    font-weight: 600;
    display: block;
    margin: 0px 40px 10px;
    font-size: 14px;
    text-align: center;
}

.affiliate_link {
    min-width: 350px;
}

.select-button input[type=radio] {
    display: none;
}

.select-button input[type="radio"]:checked+.radio {
    color: white;
    background: rgb(23, 189, 104);
    background: -moz-linear-gradient(top, rgba(23, 189, 104, 1) 0%, rgba(6, 149, 81, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(23, 189, 104, 1) 0%, rgba(6, 149, 81, 1) 100%);
    background: linear-gradient(to bottom, rgba(23, 189, 104, 1) 0%, rgba(6, 149, 81, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#17bd68', endColorstr='#069551', GradientType=0);
    border: 0px;
}

.investment-block {
    display: inline-block;
    text-align: center;
    font-size: 14px;
}

.investment-block img {
    display: block;
    margin: 0px auto 5px;
}

.investment-block .btn {
    font-size: 0.8rem;
    padding: 0.375rem 0.4rem;
}

@media (min-width: 1400px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1200px;
    }
}

@media (max-width:1025px) {
    .nav-tabs>li>a {
        font-size: 20px;
        line-height: 40px;
    }
    .useractivitywrap .heading {
        margin: 0 0 40px;
    }
    .tabwrap {
        padding: 0;
    }
    .helpcenter a,
    .support a {
        font-size: 10px;
    }
    .lastwrap .head ul li,
    .lastwrap .infos ul li {
        padding: 5px;
        font-size: 12px;
    }
    .lastwrap .infos ul li {
        font-size: 12px;
    }
    .stats-container {
        border-radius: 0px;
        background: #ffdb00;
        text-align: center;
        padding-top: 10px;
    }
    .top-wrapper-inner {
        background-size: cover;
    }
    .bannerwrap {
        padding: 0px 0;
    }
    .banner-text {
        padding: 15px;
    }
    .bannerleft h1 {
        font-size: 42px;
        line-height: 42px;
    }
    .bannerleft p {
        font-size: 16px;
        line-height: 27px;
        margin: 0 0 30px;
    }
    .calvalbox .infos h4 {
        font-size: 40px;
        line-height: 40px;
    }
    .calvalbox .infos h4 span {
        font-size: 28px;
    }
    .calvaluewrap {
        padding: 30px 25px;
        border-radius: 15px;
    }
    .planbox {
        padding: 15px 15px 30px;
        margin: 0 0 20px;
    }
    .plantop .val {
        font-size: 52px;
        line-height: 52px;
    }
    .plantop .daily {
        font-size: 18px;
        line-height: 24px;
    }
    .plantop .daily br {
        display: none;
    }
    .planbox .minmax ul {
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }
    .planbox .minmax ul li {
        padding: 0 0 0 24px;
        margin: 0 0 5px;
        border-right: none;
        width: 100%;
    }
    .welsomemsg h1 {
        font-size: 28px;
        line-height: 34px;
    }
    .welsomemsg p {
        font-size: 16px;
        line-height: 28px;
    }
    .statwrap h4 {
        font-size: 28px;
    }
    .statwrap p {
        font-size: 16px;
    }
    .benefitswrap,
    .useractivitywrap,
    .welsomemsg {
        padding: 50px 0;
    }
    .benefitswrap .heading {
        margin: 0 0 40px;
    }
    .benefitswrap .heading h2,
    .useractivitywrap .heading h2 {
        font-size: 50px;
    }
    .benefitswrap .heading p,
    .useractivitywrap .heading p {
        font-size: 20px;
        line-height: 32px;
    }
    .benwrap {
        padding: 20px 0 0 0;
    }
    .bentext h3 {
        font-size: 26px;
        padding: 0 0 15px;
    }
    .bentext p {
        font-size: 16px;
        line-height: 26px;
    }
    .affiright h2,
    .affiright h3 {
        font-size: 28px;
        line-height: 38px;
    }
    .affiright p {
        font-size: 16px;
        line-height: 24px;
    }
    .affiplan h3 {
        font-size: 38px;
    }
    .affiplan p {
        font-size: 20px;
    }
    .flinkbox h3 {
        font-size: 24px;
    }
    .flinkbox a.viewcomp {
        font-size: 12px;
    }
}

@media (max-width:992px) {}

@media (max-width:812px) {
    .resultbox h3 {
        font-size: 20px;
    }
    .act-top figure {
        display: none;
    }
    .plan-bottom ul {
        padding-left: 5px;
        padding-right: 5px;
    }
    h3.aff-title {
        text-align: center;
        padding-left: 0px;
    }
    .percents {
        background: url(../images/aff-right.png) no-repeat right center;
        padding: 30px 20px;
    }
    .grey {
        margin-top: 20px;
    }
    .percents span {
        display: inline-block;
        background: #061624;
        color: white;
        font-size: 60px;
        border-radius: 100%;
        width: 132px;
        height: 132px;
        text-align: center;
        line-height: 130px;
        font-weight: 300;
        box-shadow: 0px 0px 20px #00000078;
    }
    .about-text {
        background: #0d1a2eeb;
        border-radius: 16px;
        padding: 20px;
    }
    .top {
        margin-left: 0px;
        border-radius: 10px;
    }
    .member_info {
        padding: 28px 0px;
    }
    .d-flex {
        display: block;
    }
    span.term {
        line-height: 24px;
        font-size: 18px;
    }
    .plan-terms h3 {
        font-size: 42px;
    }
    .top-wrapper-inner {
        background: transparent;
    }
    .bottom-text {
        padding: 20px;
        font-size: 22px;
        line-height: 30px;
        color: #070f1b;
        font-weight: 300;
        background: #FFE900;
        border-radius: 10px;
    }
    .features-list {
        padding: 30px 0px;
    }
    .stats-out {
        margin-top: 10px;
    }
    .currencies .col {
        display: block;
        margin-bottom: 5px;
        flex: none;
    }
    .aff-block h2 {
        font-size: 20px;
    }
    .aff-block h4 {
        font-size: 18px;
    }
    .group-outer {
        margin-bottom: 10px;
    }
    .about-bg h2 {
        padding-top: 0px;
    }
    .top-wrapper2 {
        background: #001327 url(../images/features-bg.png) no-repeat center top;
        background-size: cover;
        padding-bottom: 10px;
    }
    .plans-container .nav {
        margin-top: 0px;
    }
    .buttons-top a.e-mail {
        padding: 10px 10px;
        display: block;
    }
    .banner-info p {
        font-size: 24px;
        margin: 10px 20px;
    }
    .member-text {
        line-height: 24px;
    }
    .navbar-brand img {
        max-width: 370px;
    }
    .buttons-top {
        text-align: center;
    }
    .nav-pills .nav-link span {
        background: url(../images/inactive.png) no-repeat right center;
        width: 100%;
    }
    .btn-home {
        margin-bottom: 10px;
    }
    .banner-buttons {
        padding-top: 30px;
        padding-bottom: 20px;
    }
    .stat-bg {
        margin-bottom: 10px;
    }
    .about-right-image {
        position: absolute;
        z-index: 0;
        right: 0px;
        bottom: 0px;
    }
    .bannerwrap h1 {
        font-size: 56px;
    }
    .banner-info p {
        font-size: 24px;
        margin: 20px 0px;
    }
    .right_info h1 {
        margin-top: 20%;
    }
    .stats_title h1 {
        font-size: 42px;
        text-transform: uppercase;
        font-weight: 700;
    }
    .features-top h2 {
        font-size: 40px;
    }
    .about-bg {
        background: url(../images/about_img.png) no-repeat center bottom;
        padding-bottom: 0px;
        background-size: 400px auto;
    }
    .affiliate_text {
        padding: 0px 10px;
        padding-top: 320px;
        background: white url(../images/affiliate-image.png) no-repeat center top;
        margin-bottom: 30px;
    }
    .affiliate_area {
        background: transparent;
    }
    .plans-title {
        font-size: 50px;
        line-height: 50px;
    }
    .nav-pills .nav-link {
        border-radius: 16px;
        margin-right: 0px;
        width: 100%;
        text-align: left;
    }
    .nav-pills .nav-link2 {
        margin-left: 0px;
    }
    .plans-container {
        margin-top: 0px;
        padding-top: 50px;
    }
    .features-top p {
        font-size: 18px;
        line-height: 24px;
        color: white;
    }
    .calculator-left h1 span {
        font-size: 36px;
        font-weight: 700;
    }
    .calculator-right {
        padding-left: 20px;
        padding-right: 30px;
        padding-top: 30px;
        text-transform: uppercase;
        font-size: 14px;
        font-weight: 600;
        margin-top: 0px;
        padding-bottom: 40px;
    }
    .resultbox {
        padding: 10px;
        width: 100%;
        font-size: 14px;
    }
    .resultbox .txt {
        font-size: 14px;
        font-weight: 400;
    }
    .resultbox p {
        margin-bottom: 0px;
        border-right: 1px solid #1C8B8C;
        padding-right: 5px;
    }
    .plan-range {
        position: relative;
        padding-top: 40px;
    }
    .plan-range output {
        top: -5px;
    }
    .text-block {
        padding: 20px 5px;
    }
    .d-flex-mob {
        display: block !important;
    }
    .processors span {
        display: block;
        margin-bottom: 10px;
    }
    .top-logo-container p {
        text-align: center;
        margin-right: 0px;
    }
    .profit {
        padding-top: 0px;
        padding-left: 3px;
    }
    .feature1 {
        line-height: 20px;
    }
    .min h2 span {
        font-size: 14px;
    }
    .plan-term p {
        font-size: 14px;
        font-weight: 400;
    }
    .bannerleft h1 {
        font-size: 34px;
        line-height: 32px;
    }
    .processors img {
        max-width: 100%;
        margin-bottom: 5px;
    }
    .footer ul {
        padding-left: 0px;
        text-align: center;
    }
    .footer-copy {
        font-weight: 600;
        text-align: center;
    }
    .bannerright {
        flex-direction: column;
    }
    .calwrap {
        border-radius: 15px 15px 0 0;
        width: 100%;
        margin: 30px 0 0 0;
    }
    .calvaluewrap {
        width: 100%;
        background: #001d68bf;
        border-radius: 0 0 15px 15px;
    }
    .benwrap {
        flex-direction: column;
        margin: 15px 0;
    }
    .bentext {
        width: 100%;
        text-align: center;
        padding: 0 0 20px;
    }
    .benthumb {
        width: 100%;
    }
    .benwrap.odd {
        flex-direction: column;
    }
    .benwrap.odd .bentext {
        text-align: center;
    }
    .affileft {
        text-align: center;
    }
    .affiplan {
        position: relative;
    }
    .affiplan1,
    .affiplan2,
    .affiplan3,
    .affiplan4 {
        left: auto;
        top: auto;
        width: 100%;
        bottom: auto;
        right: auto;
    }
    .affiright {
        padding: 40px 0 0;
    }
    .benefitswrap .heading h2,
    .useractivitywrap .heading h2 {
        font-size: 40px;
    }
    .flogo {
        width: 100%;
        text-align: center;
        padding: 0 0 15px;
    }
    .faddrs {
        display: flex;
        justify-content: center;
        margin: 0 0 15px;
    }
    .flinkswrap {
        padding: 30px 0 0;
        text-align: center;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .flinkswrap ul {
        margin: 0 0 15px;
    }
    .copyright p,
    .copyright h4,
    .social {
        text-align: center;
    }
    .statwrap {
        margin: 5px 0;
    }
    .welcomewrap {
        padding: 0 0 35px;
    }
}

@media (max-width:415px) {
    .percent {
        width: 155px;
        height: 155px;
        top: -30px;
        right: 0px;
    }
    .percent2 {
        top: 100px;
        right: -20px;
    }
    .percent3 {
        top: 200px;
        right: 40px;
    }
    .calc-icon {}
    .calculator-left h1 {
        text-transform: uppercase;
        font-weight: 400;
        font-size: 26px;
        line-height: 26px;
    }
    .calculator-left h1 span {
        font-size: 36px;
        font-weight: 700;
    }
    .calculator-left {
        padding: 20px;
        padding-bottom: 0px;
    }
    .lastwrap .infos ul li p {
        display: block;
        background: #ffed21;
        padding: 5px;
        margin: 0 0 10px;
        color: #03298b;
        font-weight: 600;
        text-transform: uppercase;
    }
    .benefitswrap .heading {
        margin: 0;
    }
    .benefitswrap .heading h2,
    .useractivitywrap .heading h2 {
        font-size: 30px;
        margin: 0 0 20px;
    }
    .benefitswrap .heading p,
    .useractivitywrap .heading p {
        font-size: 16px;
        line-height: 26px;
    }
    .benefitswrap .heading p br,
    .useractivitywrap .heading p br {
        display: none;
    }
    .benefitswrap .heading,
        {
        margin: 0 0 20px;
    }
    .affiright h2,
    .affiright h3 {
        font-size: 24px;
        line-height: 32px;
    }
    .nav {
        flex-direction: column;
    }
    .nav-tabs>li {
        border-bottom: 3px solid #002ea7;
        width: 100%;
    }
    .nav-tabs>li.active {
        border-bottom: 3px solid #ffed21;
    }
    .lastwrap .head {
        display: none;
    }
    .lastwrap .infos ul {
        flex-direction: column;
    }
    .lastwrap .infos ul li {
        width: 100% !important;
        padding: 10px;
        text-align: center;
    }
    .faddrs {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .helpcenter,
    .support {
        margin: 5px 0;
        width: 100%;
    }
    .affiplan h3 {
        font-size: 28px;
    }
    .affiplan h3 span {
        font-size: 22px;
    }
    .affiplan p {
        font-size: 16px;
    }
    .header .button {
        margin: 10px 0 0 0;
        text-align: right;
        width: 100%;
    }
    .welsomemsg p {
        font-size: 15px;
        line-height: 25px;
    }
}

@media (max-width:321px) {
    .bannerleft h1 {
        font-size: 30px;
    }
    .calvalbox .infos h4 {
        font-size: 30px;
        line-height: 30px;
    }
    .planbox .investnow {
        position: relative;
        float: left;
        margin: 20px 0 0 0;
        text-align: center;
        width: 100%;
    }
    .planbox .investnow a {
        border-radius: 0 0 15px 15px;
        width: 100%;
    }
    .welsomemsg h1 {
        font-size: 24px;
    }
}