@charset "utf-8";
/* CSS Document */
body {
font-family: 'Montserrat', sans-serif;

	color: #fff;
	background:#040F1D;
	font-size: 14px;
	line-height: 24px;
	padding: 0;
	margin: 0
}
p {
	text-align: justify;
	margin: 0 0 20px
}
a {
	color: #fff;
	outline: none;
	text-decoration: none
}
a:hover, a:active, a:focus {
	color: #04cfd7;
	text-decoration: none;
	outline: none
}
img {

}


h1, h2, h3 {
	font-family: 'Orbitron', sans-serif;
}

label {
	font-weight: 400
}
input[type="text"], input[type="password"], input[type="email"] {
    width: 100%;
    height: 40px;
    border: 2px solid #c6a538;
    height: 54px;
    border-radius: 3px;
    background: transparent;
    color: white;
    padding: 0 15px;
    font-size: 14px;
}
textarea {
    border: 2px solid #c6a538;
	width: 100%;
	border-radius: 3px;
    background: transparent;
    color: white;
	padding: 10px;
	border-radius: 4px;
	resize: none;
	font-size: 15px;
}
input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, .form-container textarea:focus {
	border: 1px solid #EAC734;
}
input[type="submit"], input[type="button"] {
    background: #0698a6;
    background: -moz-linear-gradient(top, #0698a6 0%, #0ccaca 47%, #048b9c 100%);
    background: -webkit-linear-gradient(top, #0698a6 0%,#0ccaca 47%,#048b9c 100%);
    background: linear-gradient(to bottom, #0698a6 0%,#0ccaca 47%,#048b9c 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0698a6', endColorstr='#048b9c',GradientType=0 );
	border: none;
	color: #040F1D;
	font-size: 14px;
	text-transform: uppercase;
	line-height: 40px;
	border-radius: 36px;
	display: inline-block;
	padding: 0 40px;
	font-weight:500;
}
input[type="submit"]:hover, input[type="button"]:hover {
	color: #000;
	background: #0698a6;
}
select {
	color: #fff;
	font-size: 14px;
	width: 100%;
    border: 1px solid #3d586f;
    background: transparent;
	border-radius: 4px;
	width: auto;
	padding: 5px;
}
ul {
	list-style: none;
	padding: 0;
	margin: 0
}
.wrapper,.bannerrwrap,.verybesy_wrap,.plan_wrap,.welcome_wrap,.benifit_wrap,.lastdepositwrap,.affiliatewrap,.paymentfooter,.footerwrap {
	width: 100%;
	float: left;
}
.content {
	max-width: 1170px;
	margin: 0 auto;
	width: 100%
}
.bannerrwrap {
	background: url(images/bannerrbg.jpg) no-repeat center top #000406;
	background-size: cover;
	min-height: 963px;
}

.bannerrwrap_sub {
    background: url(images/bannerrbg.jpg) no-repeat center 0px #000406;
    background-size: cover;
    min-height: auto;
}

.bannerrwrap_sub .bannerinfos .inside h1 {
    font-size: 48px;
    line-height: 72px;
    margin: 0 0 45px;
    text-transform: uppercase;
    text-align: left;
}

.bannerrwrap_sub .bannerinfos {
    width: 100%;
    float: left;
    padding: 25px 0 20px 0;
}



.naviwrap {
	padding: 25px 0 0 0;
	width: 100%;
	float: left;
}
.logo {
    float: left;
    margin-top: 10px;
}
.menuwrap {
	float: right;
	text-align: right;
	padding: 18px 0;
}
.menuwrap ul {
	width: 100%;
	float: right;
}
.menuwrap ul li {
	display: inline-block;
	margin: 0 0 0 5px;
}
.menuwrap ul li a {
font-size: 14px;
    font-weight: 500;
    padding: 5px 8px;
    display: block;
    font-family: 'Orbitron', sans-serif;
}
.menuwrap ul li.login {
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#c3a032+0,e2d475+47,daba53+100 */
	background: #c3a032; /* Old browsers */
	background: -moz-linear-gradient(top, #c3a032 0%, #e2d475 47%, #daba53 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #c3a032 0%,#e2d475 47%,#daba53 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #c3a032 0%,#e2d475 47%,#daba53 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c3a032', endColorstr='#daba53',GradientType=0 ); /* IE6-9 */
	border-radius: 36px;
}
.menuwrap ul li.login:hover {
	background: #c3a032;
}
.menuwrap ul li.signup {
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#0698a6+0,0ccaca+47,048b9c+100 */
	background: #0698a6; /* Old browsers */
	background: -moz-linear-gradient(top, #0698a6 0%, #0ccaca 47%, #048b9c 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #0698a6 0%,#0ccaca 47%,#048b9c 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #0698a6 0%,#0ccaca 47%,#048b9c 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0698a6', endColorstr='#048b9c',GradientType=0 ); /* IE6-9 */
	border-radius: 36px;
}
.menuwrap ul li.signup:hover {
	background: #0698a6; 
}
.menuwrap ul li.signup a,.menuwrap ul li.login a {
color: #000;
    padding: 10px 25px;
}

.stats-block {
    border: 4px solid #c3a031;
    background: #08192d;
    background: -moz-linear-gradient(top, #08192d 0%, #082034 50%, #08192d 100%);
    background: -webkit-linear-gradient(top, #08192d 0%,#082034 50%,#08192d 100%);
    background: linear-gradient(to bottom, #08192d 0%,#082034 50%,#08192d 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#08192d', endColorstr='#08192d',GradientType=0 );
    border-radius: 16px;
    padding-left: 30px;
    overflow: hidden;
    margin-bottom: 15px;
}

.stats-left {
    float: left;
    text-transform: uppercase;
    font-weight: 600;
    padding-bottom: 20px;
}

.more-info2 {
	color: #d6c15c;
    font-weight: 600;
    text-transform:uppercase;
}

.stats-left h2 {
    color: #e3d070;
    font-family: 'Montserrat', sans-serif;
    margin-top: 20px;
    margin-bottom: 15px;
    font-size: 30px;
}

.stats-right {
float: right;
    border-left: 4px solid #C3A031;
    padding-top: 28px;
    padding-bottom: 28px;
    min-height: 115px;
}

.bannerinfos {
	width: 100%;
	float: left;
	padding: 125px 0 0 0;
}
.bannerinfos .inside {
	width: 55%;
	text-align: left;
	float: left;
}

.bannerinfos .inside h2 {
	    line-height: 40px;
}

.bannerinfos .inside h1 {
    font-size: 48px;
    line-height: 62px;
    margin: 30px 0 30px;
    text-transform: uppercase;
    color: #e0bd62;
    font-weight: 700;
}
.bannerinfos .inside h1 span {
	color: #15bee4;
}
.bannerinfos .inside p {
	text-align: left;
	margin: 0 0 50px;
}
.bannerinfos .inside .action {
	text-align: left;
	margin: 0 0 50px;
}
.bannerinfos .inside .action a {
    color: #071528;
    border-radius: 36px;
    text-align: center;
    margin:0px;
    display: inline-block;
    line-height: 52px;
    font-weight: bold;
    text-transform: uppercase;
    transition: 0.4s;
    padding: 6px 35px;
    font-family: 'Orbitron', sans-serif;
    font-size: 18px;
}
.bannerinfos .inside .action a.register {
    background: #c3a032;
    background: -moz-linear-gradient(top, #c3a032 0%, #e2d475 47%, #daba53 100%);
    background: -webkit-linear-gradient(top, #c3a032 0%,#e2d475 47%,#daba53 100%);
    background: linear-gradient(to bottom, #c3a032 0%,#e2d475 47%,#daba53 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c3a032', endColorstr='#daba53',GradientType=0 );
}
.bannerinfos .inside .action a.register:hover {
	 background: #c3a032;
}

.more-info {
    color: #d6c15c;
    font-weight: 600;
    border: 2px solid #d6c15c;
    padding: 8px 15px;
    border-radius: 36px;
}

.bannerfeat_wrap {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}
.featbox {
	background: #0006;
	border-radius: 15px;
	border: 3px solid;
	width: 192px;
	height: 182px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.featbox.one {
	border-color: #12d5e2;
}
.featbox.two {
	border-color: #fcca39;
}
.featbox.three {
	border-color: #ccdae0;
}
.featbox figure {
	padding: 0 0 15px;
}
.featbox figcaption {
	text-transform: uppercase;
	line-height: 18px;
}
.featbox.one figcaption {
	color: #12d5e2;
}
.featbox.two figcaption {
	color: #fcca39;
}
.featbox.three figcaption {
	color: #ccdae0;
}
.verybesy_wrap {
	background: rgb(180,139,11);
	background: linear-gradient(90deg, rgba(180,139,11,1) 0%, rgba(245,192,37,1) 50%, rgba(181,139,12,1) 100%);
	text-align: center;
	padding: 45px 0 145px;
}
.verybesy_wrap h2 {
    color: #0a1b34;
    font-size: 36px;
    line-height: 42px;
    text-transform: uppercase;
}

.rules h3 {
color:#DABD57;
margin-bottom:15px;
}

.account_container {
	background:#070F1C url(images/features.jpg) no-repeat center top;
	background-size:cover;
}

.verybesy_wrap_sub {
    background: #c3a032;
    background: -moz-linear-gradient(top, #c3a032 0%, #e2d475 47%, #daba53 100%);
    background: -webkit-linear-gradient(top, #c3a032 0%,#e2d475 47%,#daba53 100%);
    background: linear-gradient(to bottom, #c3a032 0%,#e2d475 47%,#daba53 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c3a032', endColorstr='#daba53',GradientType=0 );
    text-align: center;
    padding: 25px 0 35px;
}


.investment_info {
    text-align: center;
    color: #E0CE6D;
    float: left;
    width: 100%;
    padding:30px 0px;
}

.investment_info p {
    text-align: center;
    font-size: 18px;
    line-height: 30px;
}

.plan_wrap {
	background: #060b16 url(images/welcomebg.html) no-repeat center bottom;
	background-size: contain;
	padding: 0 0 115px;
}
.planlistiwrap {
	padding: 40px;

	border-radius: 0px;
	margin: 30px 0 30px 0;
	float: left;
	width: 100%;
}

.planlistiwrap_sub {
    padding: 40px 0px;
    border-radius: 20px;
    margin: 20px 0px;
    float: left;
    width: 100%;
}

.planlistiwrap h2 {
	text-align: center;
	font-size: 42px;
	text-transform: uppercase;
	margin: 0 0 30px;
}
.planboxwrp {
	width: 100%;
	float: left;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
}
.planboxwrp .planbox {
	width: 48%;
	background: #030e15;
	border: 2px solid #0ba9ca;
	border-radius: 12px;
	margin: 15px 0;
	padding: 30px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: flex-start;
}
.planboxwrp .planbox .icon {
	width: 28%;
}
.planboxwrp .planbox .value {
	width: 36%;
}
.planboxwrp .planbox .minmax {
	width: 36%;
}
.planboxwrp .planbox .value h3 {
	font-size: 48px;
	font-weight: 600;
	color: #04cfd7;
	margin: 0 0 5px;
}
.planboxwrp .planbox .value h3 span {
	font-size: 36px;
}
.planboxwrp .planbox .value .hourly {
	text-transform: uppercase;
	font-weight: 600;
}
.planboxwrp .planbox .value .daily {
	color: #cea016;
	font-size: 24px;
	text-transform: uppercase;
	margin: 5px 0 0 0;
}
.planboxwrp .planbox .minmax ul {
	padding: 0 0 15px 0;
	overflow: hidden;
}
.planboxwrp .planbox .minmax ul li {
	width: 100%;
	float: left;
	border-bottom: 1px solid #091a22;
	line-height: 36px;
	text-transform: uppercase;
	padding: 0 10px;
}
.planboxwrp .planbox .minmax ul li span {
	float: right;
	color: #eebb22;
}
.planbox .lifetime {
	background: rgb(11,167,201);
	background: linear-gradient(90deg, rgba(11,167,201,1) 0%, rgba(4,208,215,1) 50%, rgba(11,167,201,1) 100%);
	padding: 6px 15px;
	border-radius: 6px;
	color: #000;
	text-transform: uppercase;
}
.planbox .lifetime span {
	float: right;
}
.calwrap {

    border-radius: 20px;
    width: 100%;
    float: left;
    margin: 25px 0 20px;
}
.calleft {
    width: 46%;
    float: left;
    padding: 30px 0px 20px 0px;
    border-radius: 15px 0 0 15px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.calleft .icon {
	    overflow: hidden;
    display: flex;
        font-family: 'Orbitron', sans-serif;
	
}

.calleft .icon img {
	float:left;
}

.calleft .icon h4 {
	float:left;
	color:#e1cc6a;
	font-size:24px;
	margin-left:10px;
}

.input-group-addon {
    background: #0698a6;
    background: -moz-linear-gradient(top, #0698a6 0%, #0ccaca 47%, #048b9c 100%);
    background: -webkit-linear-gradient(top, #0698a6 0%,#0ccaca 47%,#048b9c 100%);
    background: linear-gradient(to bottom, #0698a6 0%,#0ccaca 47%,#048b9c 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0698a6', endColorstr='#048b9c',GradientType=0 );
    border: 1px solid #0698a6;
}


.calleft .icon h4 span {
	float:left;
	color:#e1cc6a;
	font-size:36px;
}

.calleft .calinput {
    padding: 0 10px 0 20px;
    display: flex;
    flex-direction: column;
}
.calleft .calinput label {
	text-transform: uppercase;
	margin: 0 0 10px;
	font-size: 15px;
}
.calleft .calinput input {
    width: 230px;
    color: #e1cc6a;
    font-size: 18px;
    height: 60px;
    background: #03131f;
    border: 2px solid #058A9C;
}
.calright {
    width: 54%;
    float: left;
    padding: 22px 0px;
    border-radius: 0 15px 15px 0;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
}
.calright .caloutput {
    background: transparent;
    display: inline-block;
    width: 180px;
    border-right: 1px solid #e1cc6a;
    border-radius: 0px;
    text-align: left;
    padding: 15px 0px;
}
.calright .caloutput h4 {
	font-size: 30px;
	color: #ffffff;
	margin: 0 0 10px;
}
.calright .caloutput p {
	margin: 0;
	text-align:left;
	text-transform: uppercase;
	font-size:14px;
	color:#e4d678;
	font-weight:600;
}

.calright .no-border {border:0px;}

.welcome_wrap {

	padding: 60px 0;
}

.divider {
    height: 10px;
    background: #c3a032;
    background: -moz-linear-gradient(top, #c3a032 0%, #e2d475 47%, #daba53 100%);
    background: -webkit-linear-gradient(top, #c3a032 0%,#e2d475 47%,#daba53 100%);
    background: linear-gradient(to bottom, #c3a032 0%,#e2d475 47%,#daba53 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c3a032', endColorstr='#daba53',GradientType=0 );
    float: left;
    width: 100%;
}

.welcomeleft {
    width: 407px;
    float: left;
    margin-top: -120px;
}
.welcomeright {
    width: 760px;
    float: right;
    padding: 0 0 0 50px;
}

.welcome_wrap_about .welcomeleft {
	 width: 507px;
	 margin-top:-20px;
}

.welcome_wrap_about .welcomeleft img {
    max-width: 120%;
}

.welcome_wrap_about  .welcomeright {
	width:660px;
}

.welcomeright h3 {
    font-size: 42px;
    line-height: 52px;
    margin: 0 0 20px;
    text-transform: uppercase;
    color: #e4bc50;
}

.welcomeright h3 span {
	font-weight:700;
}

.welcomeright h4 {
	color:#E6C232;
	font-size:22px;
}

.welcomeright p {
    line-height: 24px;
    margin-bottom: 15px;
}
.benifit_wrap {
    padding: 0px 0 40px;
}

.plans-top {
	width:100%;
}

.plans-top-left {
	float:left;
	    background: #0698a6;
    background: -moz-linear-gradient(top, #0698a6 0%, #0ccaca 47%, #048b9c 100%);
    background: -webkit-linear-gradient(top, #0698a6 0%,#0ccaca 47%,#048b9c 100%);
    background: linear-gradient(to bottom, #0698a6 0%,#0ccaca 47%,#048b9c 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0698a6', endColorstr='#048b9c',GradientType=0 );
    color:#040f1d;
    font-size:36px;
    font-weight:500;
    line-height:98px;
    border-radius:16px 0px 0px 0px;
    padding:0px 30px;
    font-family: 'Orbitron', sans-serif;
    width:65%;
}


.plans-top-right {
		float:left;
    background: #c3a032;
    background: -moz-linear-gradient(top, #c3a032 0%, #e2d475 47%, #daba53 100%);
    background: -webkit-linear-gradient(top, #c3a032 0%,#e2d475 47%,#daba53 100%);
    background: linear-gradient(to bottom, #c3a032 0%,#e2d475 47%,#daba53 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c3a032', endColorstr='#daba53',GradientType=0 );
    color:#040f1d;
    font-size:24px;
    font-weight:500;
    line-height:98px;
    border-radius:0px 16px 0px 0px;
    padding:0px 30px;
    font-family: 'Orbitron', sans-serif;
    width:35%;
    text-align:center;
}

.plan-middle {
background: #082034;
    border-radius: 0px 0px 16px 16px;
    border-bottom: 6px solid #001729;
    padding: 20px;
    width: 100%;
    margin-bottom: 15px;
	
}

.plan-middle h2 {
	color:#e4d576;
	font-size:48px;
	font-weight:700;
}

.plan-middle p {
font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    padding-bottom: 0px;
    margin-bottom: 10px;
}

.plan-middle li {
	font-weight:500;
	border-bottom:1px solid #048B9C;
	line-height:34px;
}

.form-container {
	padding: 10px 0px;
}

.myaccount_wrap .plan-middle li {
    font-weight: 500;
    border-bottom: 1px solid #048B9C;
    line-height: 24px;
    font-size: 12px;
}

.myaccount_wrap .plan-middle h2 {
    color: #e4d576;
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 10px;
}


.plan-middle li:last-child {
	border-bottom:0px;
}

.plan-box {
    float: left;
    text-align: center;
    padding: 10px 30px;
    width: 224px;
    border-right:1px solid #8e812f;
}


.plan-box_top {
	border-top:1px solid #8e812f;
}

.plan-box_no {
	border-right:0px;
}

.benifit_wrap h2 {
    font-size: 42px;
    line-height: 52px;
    margin: 0 0 15px;
    text-align: center;
    text-transform: none;
    color: #ecc84c;
}

.features_wrap h2 {
	font-size:48px;
	margin-bottom:30px;
}

.benifit_wrap h2 span {
	color: #05c9d5;
}
.featuredinside {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	flex-wrap: wrap;
}
.featuredinside .featured_box {
    width: 32%;
    margin: 25px 0;
    background: #082034b3;
    border: 3px solid #c2a030;
    border-radius: 10px;
    padding: 30px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    position:relative;
}

.features_wrap_about .featuredinside .featured_box {
	width:48%;
}

.featuredinside .featured_box .icon {
	    position: absolute;
    top: -20px;
    right: 20px;
}
.featuredinside .featured_box .infos {
    width: 100%;
    padding: 0px;
}
.featuredinside .featured_box .infos h4 {
	font-size: 18px;
	font-weight: 400;
	color:#0abcc0;
	margin: 0 0 15px;
	    font-family: 'Orbitron', sans-serif;
}
.featuredinside .featured_box .infos p {
	margin: 0;
	text-align: left;
}
.lastdepositwrap {
    background: #020E18;
    border-top: 3px solid #d8bb57;
    border-bottom: 3px solid #d8bb57;
    padding: 50px 0px;
}
.lastten {
width: 48%;
    float: left;
    background: #091c2d;
    border-radius: 15px;
    margin: 10px 0 10px 0;
    padding: 20px;
    border-bottom: 7px solid #001424;
    position:relative;
}
.lastten.withdrawal {
	float:right
}
.lastten .heading {
    line-height: 60px;
    border-radius: 15px 15px 0 0;
    color: #e4d678;
    font-size: 24px;
    font-family: 'Orbitron', sans-serif;
    border-bottom: 3px solid #D9C663;

}


.last_icon {
	    position: absolute;
    top: -20px;
    right: 20px;
}

.lastten .heading span {font-weight:600;}

.lastten.withdrawal .heading {

}
.lastten.deposit .heading {

}
.lastten .infos {
padding: 10px 0px;
    width: 100%;
    float: left;
}
.lastten .infos ul {
	width: 100%;
	float: left;
}
.lastten .infos ul li {
	width: 100%;
	float: left;
	border-bottom: 1px solid #0590A0;
	padding: 8px 5px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	font-size:12px;
}

.lastten .infos ul li span.date {
	    width: 38%;
    text-align: right;
    color:#09b2b9;
}

.lastten .infos ul li span.amount {
	  width: 30%;
    text-align: left;
    color:#f7df57;
}

.lastten .infos ul li span.user {
	  width: 32%;
    text-align: left;
}

.statwrap {
	width: 100%;
	float: left;
	padding: 80px 0 50px 0;
	text-align: center;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}
.statbox {
	width: 23%;
	border: 3px solid #0ba9cb;
	border-radius: 6px;
	padding: 30px;
}
.statbox .icon {
	margin: -80px auto 20px auto;
	width: 77px;
	height: 77px;
	background: rgb(11,167,201);
	background: linear-gradient(90deg, rgba(11,167,201,1) 0%, rgba(4,208,215,1) 50%, rgba(11,167,201,1) 100%);
	border-radius: 50%;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}
.statbox h4 {
	color: #f4bf25;
	font-weight: 600;
	margin: 0 0 15px;
	font-size: 24px;
}
.statbox p {
	margin: 0;
	text-align: center;
	text-transform: capitalize;
}
.affiliatewrap {
    background: url(images/affiliates-bg.png) no-repeat center top #061624;
    padding: 50px 0;
}

.affiliatewrap_sub {
	    background: #01080b;
    border-top: 3px solid #b78d0d;
    border-bottom: 3px solid #b78d0d;
}

.affiliatewrap_sub h2 {
	text-align:center;
	color:#29BACE;
}

.aff-p-top {
	    font-size: 18px;
    text-align: -webkit-center;
    margin-bottom: 40px;
    line-height: 30px;
}

.affiliate-info {
    display: flex;
    padding: 20px 20px;
}


.account_container .affiliate-info {
    display: flex;
    padding: 10px 20px 20px;
}

.affiliate-info h2 {
    color: #e4d678;
    font-size: 60px;
    font-family: 'Orbitron', sans-serif;
    margin: 0px;
    line-height: 1;
}

.account_container .affiliate-info h2 {
    color: #e4d678;
    font-size: 30px;
    font-family: 'Orbitron', sans-serif;
    margin: 0px;
    line-height: 1;
}


.affiliate-info a {
    background: #0698a6;
    background: -moz-linear-gradient(top, #0698a6 0%, #0ccaca 47%, #048b9c 100%);
    background: -webkit-linear-gradient(top, #0698a6 0%,#0ccaca 47%,#048b9c 100%);
    background: linear-gradient(to bottom, #0698a6 0%,#0ccaca 47%,#048b9c 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0698a6', endColorstr='#048b9c',GradientType=0 );
    font-size: 60px;
    font-family: 'Orbitron', sans-serif;
    font-size: 16px;
    color: #001a30;
    margin-left: 20px;
    border-radius: 36px;
    text-transform: uppercase;
    line-height: 62px;
    padding: 0px 30px;
    font-weight: 600;
}

.account_container .affiliate-info a {
    background: #0698a6;
    background: -moz-linear-gradient(top, #0698a6 0%, #0ccaca 47%, #048b9c 100%);
    background: -webkit-linear-gradient(top, #0698a6 0%,#0ccaca 47%,#048b9c 100%);
    background: linear-gradient(to bottom, #0698a6 0%,#0ccaca 47%,#048b9c 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0698a6', endColorstr='#048b9c',GradientType=0 );
    font-size: 60px;
    font-family: 'Orbitron', sans-serif;
    font-size: 16px;
    color: #001a30;
    margin-left: 20px;
    border-radius: 36px;
    text-transform: uppercase;
    line-height: 36px;
    padding: 0px 30px;
    font-weight: 600;
}


.aff-p-top b {
	color:#26C6D2;
}

.affiliate-bottom {
	background: #c3a032;
    background: -moz-linear-gradient(top, #c3a032 0%, #e2d475 47%, #daba53 100%);
    background: -webkit-linear-gradient(top, #c3a032 0%,#e2d475 47%,#daba53 100%);
    background: linear-gradient(to bottom, #c3a032 0%,#e2d475 47%,#daba53 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c3a032', endColorstr='#daba53',GradientType=0 );
    display:flex;
    padding:30px;
    border-radius:0px 0px 16px 16px;
    color:#001a2f;
    
}

.account_container .affiliate-bottom {    padding: 20px 30px;}

.affiliate-bottom h2 {
    font-size: 24px;
    font-weight: 500;
    margin: 0px;
}

.account_container .affiliate-bottom h2 {
    font-size: 20px;
    font-weight: 500;
    margin: 0px;
    text-align: left;
}




.affiliatetop {
	width: 100%;
	float: left;
	padding: 0 0 40px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}
.affiliateprog {
	width: 50%;
	float: left;
	text-align: center;
}
.affiliatetext {
    width: 47%;
    float: right;
    margin: 0px;
    background: #082034de;
    padding: 0px;
    border-radius: 20px;
    border: 3px solid #c2a030;
    text-align: left;
}
.affiliatetext h4 {
    margin: 20px 20px 20px;
    color: #e4d678;
    font-size: 24px;
    font-family: 'Orbitron', sans-serif;
}

.affiliate-bottom h4 {
    font-size: 48px;
    font-weight: 500;
    color: #001a2f;
    margin: 0px;
    text-align: right;
    margin-left: 20px;
}

.account_container .affiliate-bottom h4 {
    font-size: 28px;
    font-weight: 500;
    color: #001a2f;
    margin: 0px;
    text-align: right;
    margin-left: 20px;
}


.affiliatetext p {
    margin: 0px 20px;
}
.affiliateprog h4 {
    font-size: 48px;
    margin: 0 0 40px;
    text-transform: none;
    color: #0bc7c8;
    font-family: 'Orbitron', sans-serif;
    text-align: left;
    font-weight: 300;
}
.affiliateprog h4 span {
	color: #06c6d4;
	font-weight: 600;
}
.levelbox {
	width: 48%;
	float: left;
	margin: 0 1%;
	text-align: center;
	padding: 20px;
	font-size: 24px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	border-radius: 4px;
	color:#000;
}
.levelbox strong {
	font-weight: 600;
}
.levelbox.one {
	background: rgb(11,167,201);
	background: linear-gradient(90deg, rgba(11,167,201,1) 0%, rgba(4,208,215,1) 50%, rgba(11,167,201,1) 100%); 
}
.levelbox.two {
	background: rgb(180,139,11);
	background: linear-gradient(90deg, rgba(180,139,11,1) 0%, rgba(245,192,37,1) 50%, rgba(181,139,12,1) 100%);
}
.affiliatebottom {
	width: 100%;
	float: left;
}
.affiliatebottom p {
	text-align: center;
	font-size: 16px;
	line-height: 30px;
}
.paymentfooter {
	padding: 40px 0;
	text-align: center;
	    background: #c3a032;
    background: -moz-linear-gradient(top, #c3a032 0%, #e2d475 47%, #daba53 100%);
    background: -webkit-linear-gradient(top, #c3a032 0%,#e2d475 47%,#daba53 100%);
    background: linear-gradient(to bottom, #c3a032 0%,#e2d475 47%,#daba53 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c3a032', endColorstr='#daba53',GradientType=0 );
}

.features_wrap {
    background: #070F1C url(images/features.jpg) no-repeat center top;
    background-size: cover;
    padding: 90px 0 70px;
    border-top: 6px solid #d8bb57;
}

.footerwrap {
    background: #0A1525;
    padding: 45px 0 25px;
    border-top: 4px solid #DCCA69;
}
.footer_left {
	width: 50%;
	float: left;
}
.footer_left p {
    margin: 0px;
    text-transform: uppercase;
    font-weight: 500;
}
.footer_right {
	width: 50%;
	float: left;
	text-align: right;
}
.footer_right a {
    margin: 0 0 0 10px;
    font-weight: 500;

}

.footer-info {
	    text-align: center;
    color: #4b7ba4;
    font-size: 12px;
    margin-top: 30px;
    width: 100%;
    float: left;
    border-top: 1px solid #103D62;
    padding-top: 30px;
}

@media (max-width: 1170px) {
	.wrapper,.bannerrwrap,.verybesy_wrap,.plan_wrap,.welcome_wrap,.benifit_wrap,.lastdepositwrap,.affiliatewrap,.paymentfooter,.footerwrap {
	width: 1170px;
}
.content {
	margin: 0 !important;
}
}



/*-----Custom Pages-----*/
.inside_wrap, .referralwrap.affiliatepage {
	padding: 40px 0;
}

.welcome.aboutpage {
	padding: 0 0 30px;
}
.faq .panel-default {
	border-radius: 0;
	border: 0;

}
.faq .panel-default > .panel-heading {
    color: #fff;
    background: #0698a6;
    background: -moz-linear-gradient(top, #0698a6 0%, #0ccaca 47%, #048b9c 100%);
    background: -webkit-linear-gradient(top, #0698a6 0%,#0ccaca 47%,#048b9c 100%);
    background: linear-gradient(to bottom, #0698a6 0%,#0ccaca 47%,#048b9c 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0698a6', endColorstr='#048b9c',GradientType=0 );
    padding: 0;
    border: none;
    box-shadow: 0 0 0 0 !important;
    border-radius: 4px;
    margin-bottom: 10px;
}
.faq .panel-title {
	font-size: 15px;
	text-transform: none;
	background: url(images/faq.png) no-repeat left 15px center;
	font-weight: 500;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
	border-top:0px;
}
.inside_wrap.news {
    background: #000f3b;
    background-size: auto;
    background-size: cover;
    padding: 15px 0;
}
.faq .panel-title > .small, .panel-title > .small > a, .panel-title > a, .panel-title > small, .panel-title > small > a {
    color: #040f1d;
    padding: 22px 15px 22px 55px;
    display: block;
    text-transform: none;
    font-size: 16px;
}
.faq .panel {
	background-color: transparent;
}
.news_block {
    margin: 10px 0px;
    width: 100%;
    float: left;
    padding: 0;
    background: #172837;
    border-bottom: 0px;
    border: 0px;
    border-radius: 6px;
    padding: 0px;
}
.news_title {
    padding: 10px 20px;
    font-size: 18px;
    text-transform: none;
    font-weight: 500;
    color: #e4b21e;
    line-height: 48px;
    width: 70%;
    float: left;
}
.news_time {
    padding: 15px;
    font-size: 11px;
    color: #f0cb19;
    width: 30%;
    float: right;
    text-align: right;
    line-height: 40px;
}
.news_infos {
    line-height: 26px;
    font-weight: 500;
    background: #020f1a;
    padding: 20px;
    width: 100%;
    float: left;
}
.rules {
	width: 100%;
	float: left;

}
.rules h3.sectionhead {
    margin: 0 0 25px;
    font-weight: 600;
    color: #208af3;
    text-transform: uppercase;
    font-size: 18px;
}
.welcome.aboutpage p {
	margin: 0;
}
.supportleft {
    width:45%;
    float: left;

}


.contacts-container {
	overflow:hidden;
}

.support-block {
    float: left;
    background: #0a1c34;
    padding: 20px;
    border-radius: 6px;
    border: 3px solid #e1d374;
    width: 100%;
    margin: 0px;
}

.support-block h2 {
	text-align:left;
	color:#ECC834;
	text-transform:none;
}


.supportright {
    float: right;
    width: 50%;
    padding: 0px 0px;
    border-radius: 16px;
}
.supportright h2 {
	font-size: 30px;
	font-weight: 300;
	text-transform: uppercase;
	margin: 0 0 15px;
	padding: 0 10px;
	text-align:left;
}
.form-block.one, .form-block.two {
	width: 50%;
	float: left;
	padding: 10px;
}
.form-block.three, .form-block.four {
	padding: 10px;
	width: 100%;
	float: left;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #4C7193;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #4C7193;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color:#4C7193;
}


.loginpages {
    background: url(images/bannerrbg.jpg) no-repeat center  #000406;
    background-size: cover;
}
.loginfooter {
	text-align: center;
	padding: 50px 0;
	width: 100%;
	float: left;
}
.loginwrappers {
    width: 100%;
    padding: 30px;
    background: #082034;
    border-radius:  16px;
    border-bottom: 6px solid #001729;
    max-width: 500px;
    margin: 0 auto 0px;
    overflow: hidden;
}

.signupwrappers {
    max-width: 800px;	
        padding-bottom: 30px;
}

.signupwrappers  table {
	width:48%;
	float:left;
	margin:1%;
}

.iagree {
	clear:both;
	padding:20px 0px;
	text-align:center;
}

.signup-bottom {
		text-align:center;
}

.loginwrappers input[type="text"], .loginwrappers input[type="password"], .loginwrappers input[type="email"] {
    border: 2px solid #DABD57;
    height: 54px;
    border-radius: 4px;
    background: #071425;
    background: -moz-linear-gradient(top, #071425 0%, #0b1e37 50%, #071425 100%);
    background: -webkit-linear-gradient(top, #071425 0%,#0b1e37 50%,#071425 100%);
    background: linear-gradient(to bottom, #071425 0%,#0b1e37 50%,#071425 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#071425', endColorstr='#071425',GradientType=0 );
    color: white;
}



.loginwrappers .logo {
	width: 100%;
	padding: 80px 0 0 0;
	float: left;
}
.loginheads {
    width: 100%;
    color: white;
    font-size: 18px;
    text-transform: uppercase;
    float: left;
    font-weight: 600;
    line-height: 48px;
    padding: 0 0 20px;
    text-align: center;
}
.form-container.login {
	width: 100%;
	float: left;
}
.loginpages .logo {
	width: 100%;
	text-align: center;
	padding: 60px 0 30px;
}
.loginaction {
    padding: 16px 0;
    text-align: center;
    margin: 20px 0 0px 0;
    color: #DCCA69;
    width: 100%;
    float: left;
    border-top: 1px dashed #e1d373;
}
.form-container.login table td {
	padding: 6px 0;
}

.form-container.login table td label {
	font-weight:500;
	margin-bottom:5px;
}


.loginaction a {
padding: 0px 5px;
    color: #DCCA69;
    font-weight: 600;
    text-transform: uppercase;
}

.loginaction h4 {
    font-weight: 400;
    font-size: 18px;
    line-height: 40px;
    margin: 0;
    text-align: center;
}
.loginaction .signup {
    color: #ffffff;
    background: rgb(11,167,201);
    background: linear-gradient(90deg, rgba(11,167,201,1) 0%, rgba(4,208,215,1) 50%, rgba(11,167,201,1) 100%);
    border-radius: 6px;
    padding: 0px 30px;
    text-transform: uppercase;
    line-height: 40px;
    font-weight: 600;
    display: inline-block;
    margin: 10px 5px;
    color: black;
}

.loginaction .signup:hover {
	    background: rgb(11,167,201);
}

.supportleft h2 {
    color: #ECC834;
    font-weight: 500;
    font-size: 20px;
    margin-top: 0px;
    margin-bottom: 10px;
}


.loginwrappers .icon {
    text-align: center;
    float: none;
}
.loginredirect {
	width: 100%;
	padding: 40px;
	border-radius: 16px;
	max-width: 600px;
	margin: 100px auto;
	overflow: hidden;
	text-align: center;
}
.loginredirect p {
	text-align: center
}
.loginredirect h3 {
    color: #21beff;
    font-size: 28px;
    font-weight: 300;
    text-transform: uppercase;
}
.loginredirect h3 strong {
	font-weight: 600;
}
.loginredirect h4 {
	font-size: 22px;
	font-weight: 300;
	margin: 0;
}
.navbar {
    float: right;
    margin: 0;
    padding-bottom: 20px;
}


.member-menu {text-align:center;}

.member-menu li {
    display: inline-block;
    margin-bottom: 10px;
}

.member-menu li a {
    text-transform: uppercase;
    font-weight: 600;
    padding: 8px 21px 0px;
    line-height: 36px;
    background: #0698a6;
    background: -moz-linear-gradient(top, #0698a6 0%, #0ccaca 47%, #048b9c 100%);
    background: -webkit-linear-gradient(top, #0698a6 0%,#0ccaca 47%,#048b9c 100%);
    background: linear-gradient(to bottom, #0698a6 0%,#0ccaca 47%,#048b9c 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0698a6', endColorstr='#048b9c',GradientType=0 );
    border-radius: 6px;
    color: #0d1e38;
    margin: 0px 6px 5px;
    font-size: 12px;
    display: block;
}


.member-menu li a:hover {
	background: #0698a6;
}

.member-menu li a i {
	display:block;
	font-size:24px;
}

.member-menu span {
	margin: 0 0px 0 0;
	width: 36px;
	height: 36px;
	display: inline-block;
	text-align: center;
}
.member-menu span i {
	font-size: 16px;
}
.navbar-nav > li.dropdown {
	padding-right: 15px;
	background: url(images/arrow.png) no-repeat center right;
}

.memright {
	width: 52%;
	float: left;
}
.membersidebar {
    float: left;
    width: 100%;
    border-radius: 4px;
    margin: 10px 0px;
    padding: 0px;
}
.membersidebar ul li {

}
.membersidebar ul li span {
	float: left;
	height: 44px;
	width: 44px;
}
.membersidebar ul li:last-child, .membersidebar ul li:last-child:hover {
	border-bottom: 0
}
.membersidebar ul li a {
    text-transform: uppercase;
    padding: 12px 15px;
    font-size: 13px;
}
.membersidebar ul li:hover a {
	color: #30caab
}
.membersidebar ul li:hover, .membersidebar ul li:hover a {
	background: none
}
.membersidebar ul li:hover {
	border-bottom: 1px solid #30caab
}
.memleft {
    margin: 10px;
    padding: 0px;
    text-align: center;
    border: 3px solid #c3a031;
    background: #08192d;
    background: -moz-linear-gradient(top, #08192d 0%, #082034 50%, #08192d 100%);
    background: -webkit-linear-gradient(top, #08192d 0%,#082034 50%,#08192d 100%);
    background: linear-gradient(to bottom, #08192d 0%,#082034 50%,#08192d 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#08192d', endColorstr='#08192d',GradientType=0 );
    border-radius: 16px;
    padding: 30px 10px;
    width: 370px;
    float: left;
        position: relative;
}

.memleft2 {
    margin: 10px;
    padding: 0px;
    text-align: center;
    background: transparent;
    border-radius: 4px;
    padding: 0px;

    border:0px;
}

.memleft .icon {
    display: block;
    width: 65px;
    height: 65px;
    margin: 5px auto 16px;
    padding-top: 0px;
    position: absolute;
    top: -20px;
    right: 20px;
}
.memleft h2 {
	margin: 5px 0 0 0;
	font-size: 16px;
	line-height: 26px;


}

.memleft h2 span {
    font-weight: 500;
    font-size: 18px;
    display: block;
    color: #17bac8;
    text-transform: none;
}

.memleft2 h2 {
    text-align: left;
    background: #091c2d;
    padding: 15px 20px;
    border-radius: 10px;
    margin: 0px 0px 5px;
    font-family: 'Montserrat',sans-serif;
    font-size: 14px;
    border: 3px solid #c3a031;
    text-transform: none;
}



.memleft2 h2 span  {
    float: right;
    font-weight: 600;
    color: #e3d272;
    font-size: 14px;
    display: block;
}


.copyurl, .deposit_text {
overflow: hidden;
    padding: 15px;
    text-transform: uppercase;
    background: #082034de;
    padding: 20px;
    border-radius: 20px;
    border: 3px solid #c2a030;
}


.copyurl span {
    margin: 5px 0px 20px;
    color: #e4d678;
    font-size: 24px;
    font-family: 'Orbitron', sans-serif;
    display: block;
    text-transform: none;
}

.deposit_text {
	margin: 0 0 30px;
}
#copyButton {
    float: left;
    border: none;
    width: auto;
    height: 46px;
    background: #c3a032;
    background: -moz-linear-gradient(top, #c3a032 0%, #e2d475 47%, #daba53 100%);
    background: -webkit-linear-gradient(top, #c3a032 0%,#e2d475 47%,#daba53 100%);
    background: linear-gradient(to bottom, #c3a032 0%,#e2d475 47%,#daba53 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c3a032', endColorstr='#daba53',GradientType=0 );
    border-radius: 36px;
    margin-right: 10px;
    padding: 0px 20px;
    font-weight: 500;
    text-transform: uppercase;
    color:#000;
}

#copyButton:hover {
	background: #c3a032;
}

#copyTarget {
    width: 560px;
    float: left;
    height: 46px;
    border: 1px solid #e1d171;
    color: white;
    padding: 0 15px;
    font-size: 15px;
    background: none;
    border-radius: 4px;
    margin-right: 10px;
    margin-bottom: 15px;
}
#msg {
}
.btn-info {
    color: #fff;
    background-color: #047ef3;
    border-color: #047ef3;
}
.btn-info:hover {
	background-color: #1386f3;
	border-color:#1386f3;
}
.getban {
    padding: 0 25px;
    text-transform: uppercase;
    line-height: 46px;
    display: inline-block;
    font-weight: 500;
    background: #0698a6;
    background: -moz-linear-gradient(top, #0698a6 0%, #0ccaca 47%, #048b9c 100%);
    background: -webkit-linear-gradient(top, #0698a6 0%,#0ccaca 47%,#048b9c 100%);
    background: linear-gradient(to bottom, #0698a6 0%,#0ccaca 47%,#048b9c 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0698a6', endColorstr='#048b9c',GradientType=0 );
    border-radius: 36px;
	color:#000;
}

.getban:hover {
	   background: rgb(11,167,201);
}

.getban a {
	color:#000;
}

.navbar-nav > li > .dropdown-menu {
	background: #000;
}
.dropdown-menu li a {
	font-size: 13px;
	color: #fff;
}
.dropdown-menu li a:hover {
	color: #cc9922;
}
.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
	background-color: transparent;
}
.accbox-container {
	width: 100%;
	float: left;
}
.accbox {
    border: 3px solid #c3a031;
    background: #08192d;
    background: -moz-linear-gradient(top, #08192d 0%, #082034 50%, #08192d 100%);
    background: -webkit-linear-gradient(top, #08192d 0%,#082034 50%,#08192d 100%);
    background: linear-gradient(to bottom, #08192d 0%,#082034 50%,#08192d 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#08192d', endColorstr='#08192d',GradientType=0 );
    border-radius: 16px;
    width: 48%;
    padding: 10px 10px 10px;
    color: #fff;
    margin: 10px;
}
.accbox.left {
	float: left;
}
.accbox.right {
	float: right;
}
.accbox h3 {
    text-align: center;
    margin: 0;
    line-height: 30px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    color: black;
    background: rgb(180,139,11);
    background: linear-gradient(90deg, rgba(180,139,11,1) 0%, rgba(245,192,37,1) 50%, rgba(181,139,12,1) 100%);
    border-radius: 6px;
    padding: 10px;
    margin-bottom: 20px;
}

.accbox.right h3 {

}

.accbox .icon {
    text-align: center;
    padding: 0;
}
.accbox h4 {
    width: 100%;
    float: left;
    padding: 0px 15px 10px;
    text-transform: uppercase;
    font-size: 14px;
    border-radius: 4px;
    margin: 0px 0 5px;
    text-align: center;
    line-height: 26px;
}
.accbox h4 span {
    display: block;
    font-size: 36px;
    color: #dcc05b;
    margin-bottom: 15px;
    margin-top: 30px;
    font-family: 'Orbitron', sans-serif;
}
.accbox ul {
	width: 100%;
	float: left;
}
.accbox ul li {
    float: left;
    border-radius: 6px;
    border-bottom: 0px;
    padding: 10px;
    margin: 5px 10px;
    font-weight: 600;
    width: 46%;
    background: #07111D;
    text-align:center;
}
.accbox ul li span {
    display: block;
    color: #03cdd6;
    font-weight: 500;
    font-size: 18px;
}
.acc_button {
    text-align: center;
    padding: 18px 0 20px 0;
}
.acc_button a {
    padding: 6px 24px;
    text-transform: uppercase;
    line-height: 32px;
    display: inline-block;
    font-weight: 600;
    background: #c3a032;
    background: -moz-linear-gradient(top, #c3a032 0%, #e2d475 47%, #daba53 100%);
    background: -webkit-linear-gradient(top, #c3a032 0%,#e2d475 47%,#daba53 100%);
    background: linear-gradient(to bottom, #c3a032 0%,#e2d475 47%,#daba53 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c3a032', endColorstr='#daba53',GradientType=0 );
    border-radius: 6px;
    margin-top: 10px;
    font-size: 12px;
    color: #000;
}
.acc_button a:hover {
background: #c3a032;
}



.deposit_text span {
	font-weight: 600;
	font-size: 18px;
	float: right;
}
.my_accont {
border: 3px solid #c3a031;
    background: #08192d;
    background: -moz-linear-gradient(top, #08192d 0%, #082034 50%, #08192d 100%);
    background: -webkit-linear-gradient(top, #08192d 0%,#082034 50%,#08192d 100%);
    background: linear-gradient(to bottom, #08192d 0%,#082034 50%,#08192d 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#08192d', endColorstr='#08192d',GradientType=0 );
    width: 100%;
    padding: 20px;
    border-radius: 10px;
    color: #fff;
    float: left;
    margin: 0 0 25px;
}

.paidouttop {
	margin-bottom:5px;
}

.my_accont table {
	margin-bottom:5px;
}

.my_accont table td, .my_accont table th, .paidoutbottom table td,  .paidouttop table td  {
    padding: 10px;
    border: 1px solid #1f2c44;
    text-align: left;
}
.my_accont table td.inheader, .paidoutbottom table td.inheader {
    background: #d4bd58;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 13px;
    text-align: left;
    border: 1px solid #d4bd58;
    color: #081a2e;
}
.alert {
    text-align: left;
    color: #081e32;
    background-color: #08abb4;
    border-color: #08abb4;
    font-weight: 500;
    padding: 10px 15px;

}
.refheader {
    font-size: 20px;
    font-weight: 400;
    text-transform: none;
    margin: 10px 0 20px;
    color: #d4bd58;
}
.aff-banners {
    background: #00111f;
    border: 3px solid #dbbe58;
    padding: 15px;
    border-radius: 10px;
    color: #fff;
    width: 100%;
    float: left;
    margin-top: 20px;
}
.aff-banners .nav-tabs {
    border-bottom: 2px solid #e9b520;
    margin: 0 0 15px;
    float: none;
    padding-bottom: 10px;
      
}
.aff-banners .nav-tabs > li.active > a, .aff-banners .nav-tabs > li.active > a:focus, .aff-banners .nav-tabs > li.active > a:hover {
   color: #001a30;
    cursor: default;
    border: 0px;
    background: #0698a6;
    background: -moz-linear-gradient(top, #0698a6 0%, #0ccaca 47%, #048b9c 100%);
    background: -webkit-linear-gradient(top, #0698a6 0%,#0ccaca 47%,#048b9c 100%);
    background: linear-gradient(to bottom, #0698a6 0%,#0ccaca 47%,#048b9c 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0698a6', endColorstr='#048b9c',GradientType=0 );
	
    border-radius: 36px;
}
.aff-banners .nav > li a:hover {
	background:#183D53;
	border:0px;
}
.aff-banners .nav > li > a {
	color: #fff;
	font-weight: 500;
	font-size: 15px;
	padding: 10px 25px;
	  margin:5px;
	      border-radius: 36px;
	      border:0px;
}

.tab-content img {
	max-width:100%;
}

.memberplan {
	margin-bottom:20px;
}

.memberplan .planbox .radio {
    width: 140px;
    text-transform: uppercase;
    display: inline-block;
    font-size: 13px;
    border-radius: 4px;
    line-height: 28px;
    padding: 5px 0;
    cursor: pointer;
    font-weight: 500;
    text-align: center;
    color: #000;
background: rgb(11,167,201);
    background: linear-gradient(90deg, rgba(11,167,201,1) 0%, rgba(4,208,215,1) 50%, rgba(11,167,201,1) 100%);
    border-radius: 6px;
    margin: 0px;
    margin-bottom: 10px;
}
.memberplan .planbox input[type=radio] {
	display: none
}
.memberplan .planbox input[type="radio"]:checked + .radio {
	background: rgb(180,139,11);
    background: linear-gradient(90deg, rgba(180,139,11,1) 0%, rgba(245,192,37,1) 50%, rgba(181,139,12,1) 100%);
    border-radius: 6px;
    color:#000;
}
.certificate {
	border: 18px solid #c99e29;
	border-radius: 15px;
}
.modal-body p {
	text-align: center;
}
.bannerwrap.insideheaders {
	background: #000000e0;
}
.bannerwrap.insideheaders h1 {
	font-size: 26px;
	line-height: 40px;
	margin: 0;
}
.benifitwrap.aboutpage {
	margin: 0;
}










.toggle{
  --uiToggleSize: var(--toggleSize, 1.25rem);
  --uiToggleBorderWidth: var(--toggleBorderWidth, 2px);
  --uiToggleColor: var(--toggleColor, #E8D730);

  display: var(--toggleDisplay, inline-flex);
  position: relative;
}

.toggle__input{
  /*
    The pattern by Sara Soueidan https://www.sarasoueidan.com/blog/inclusively-hiding-and-styling-checkboxes-and-radio-buttons/
  */
  width: var(--uiToggleSize);
  height: var(--uiToggleSize);
  opacity: 0;
  
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
}

/*
 1. Calculation of the gap for the custom checkbox
*/

.toggle__label{
  display: inline-flex;
  min-height: var(--uiToggleSize);
  padding-left: calc(var(--uiToggleSize) + var(--toggleIndent, 0em));
}

.toggle__input:not(:disabled) ~ .toggle__label{
  cursor: pointer;
}

/*
1. Ems helps to calculate size of the checkbox
*/

.toggle__label::before, 
.toggle__label::after{
  content: "";
  box-sizing: border-box;  
	width: 0.7em;
    height: 0.7em;
  font-size: var(--uiToggleSize); /* 1 */

  position: absolute;
  left: 0;
  top: 0;
}

.toggle__label::before{
  border: var(--uiToggleBorderWidth) solid var(--uiToggleColor);
  z-index: 2;
}

.toggle__input:not(:disabled) ~ .toggle__label::after{
  background-color: var(--uiToggleColor);
  opacity: 0;
}

.toggle__input:not(:disabled):checked ~ .toggle__label::after{
  opacity: 1;
}

.toggle__text{
    margin-top: auto;
    margin-bottom: auto;
    margin: 4px 0px;
    font-weight: 600;
}

/*
The arrow size and position depends from sizes of square because I needed an arrow correct positioning from the top left corner of the element toggle

1. Ems helps to calculate size and position of the arrow
*/

.toggle__input:not(:disabled) ~ .toggle__label .toggle__text::before{
    content: "";
    width: 0;
    height: 0;
    font-size: var(--uiToggleSize);
    border-left-width: 0;
    border-bottom-width: 0;
    border-left-style: solid;
    border-bottom-style: solid;
    border-color: var(--toggleArrowColor, #fff);
    position: absolute;
    top: .3428em;
    left: .12em;
    z-index: 3;
    transform-origin: left top;
    transform: rotate(-42deg) skew(0deg);
}

.toggle__input:not(:disabled):checked ~ .toggle__label .toggle__text::before{
  --uiToggleArrowWidth: var(--toggleArrowWidth, 2px);
  
  width: .4em;
  height: .2em;
  border-left-width: var(--uiToggleArrowWidth);
  border-bottom-width: var(--uiToggleArrowWidth);
}

/*
States
*/

/* focus state */

.toggle:focus-within{

  outline-offset: var(--toggleOutlineOffsetFocus, 5px);
}

/* disabled state */

.toggle__input:disabled ~ .toggle__label{
  opacity: var(--toggleOpacityDisabled, .24);
  cursor: var(--toggleCursorDisabled, not-allowed);
}

/*
=====
PRESENTATION STYLES
=====
*/

/* 
The demo skin
*/

.toggle__label::before, 
.toggle__label::after{
border-radius: var(--toggleBorderRadius, 2px);
}

/* 
The animation of switching states
*/

.toggle__input:not(:disabled) ~ .toggle__label::before,
.toggle__input:not(:disabled) ~ .toggle__label::after{
  opacity: 1;
  transform-origin: center center;
  will-change: transform;
  transition: transform .2s ease-out;
}

.toggle__input:not(:disabled) ~ .toggle__label::before{
  transform: rotateY(0deg);
  transition-delay: .2s;
}

.toggle__input:not(:disabled) ~ .toggle__label::after{
  transform: rotateY(90deg);
}

.toggle__input:not(:disabled):checked ~ .toggle__label::before{
  transform: rotateY(-90deg);
  transition-delay: 0s;
}

.toggle__input:not(:disabled):checked ~ .toggle__label::after{
  transform: rotateY(0deg);
  transition-delay: .2s;
}

.toggle__text::before{
  opacity: 0;
}

.toggle__input:not(:disabled):checked ~ .toggle__label .toggle__text::before{
  opacity: 1;
  transition: opacity .1s ease-out .3s, width .1s ease-out .5s, height .2s ease-out .3s;
}


.toggle {
    --toggleColor: #0bc4c6;
    --toggleBackgroundColor: #0bc4c6;
    --toggleSize: 40px;
}

.commonfooter {
	width: 100%;
	float: left;
	text-align: center;
	padding: 25px 0;
	text-transform: uppercase;
	background: #2ed2b1;
}
.commonfooter h2 {
	margin: 0;
	line-height: 48px;
	font-size: 34px;
}
.welcomewrap.aboutpage {
	padding: 0 0 50px;
}
.welcomewrap.aboutpage .left {
	width: 100%
}
.supportwrap {
	overflow:hidden;
}
.referralwrap.refpage {
	background: url(images/benifitbg.html) no-repeat top center #093234;
}
.logwrap {
	width: 100%;
	float: left;



}

.my_accont h2 {
	font-size:22px;
	text-align:center;
}

.my_accont h2 span {
        color: #e4d576;
    font-size: 30px;
    margin-top: 20px;
    display: block;
}

.loginwrap {
    background: url(images/banner_bg.html) no-repeat top center #170047;
    background-size: cover;
    position: relative;
    padding-bottom: 80px;
} 


.my_accont table {
	width:100%;
}
 

.inside_wrap .bannerleft {
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#011030+0,09409e+48,011030+100&0.6+1,0.6+100 */
background: -moz-linear-gradient(left, rgba(1,16,48,0.6) 0%, rgba(1,17,50,0.6) 1%, rgba(9,64,158,0.6) 48%, rgba(1,16,48,0.6) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, rgba(1,16,48,0.6) 0%,rgba(1,17,50,0.6) 1%,rgba(9,64,158,0.6) 48%,rgba(1,16,48,0.6) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, rgba(1,16,48,0.6) 0%,rgba(1,17,50,0.6) 1%,rgba(9,64,158,0.6) 48%,rgba(1,16,48,0.6) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#99011030', endColorstr='#99011030',GradientType=1 ); /* IE6-9 */
    color: white;
    text-align: center;
    border-radius: 16px 16px 0px 0px;
    margin: 40px 0px 0px;
    width: 100%;
}

.inside_wrap .bannerleft h1 {
    font-size: 48px;
    line-height: 64px;
    font-weight: 300;
    text-transform: uppercase;
    margin: 35px 0;
    
    }
    
  .headingwrap_sub {
    background:#041839 url(images/bannerbg.html) no-repeat top center;
    padding: 0 0 0px;
}  

  .headingwrap_sub .inside_wrap  {
	padding:0px;
  }

.headingwrap_sub .bannerleft {
    width: 100%;
    float: right;
    padding: 40px 30px 20px;
    background-color: #1242af9c;
    border-radius: 15px 15px 0px 0px;
    text-align: center;
    margin-bottom: 0px;
    border-bottom: 6px solid #E7008C;
}

.headingwrap_sub .bannerleft h1 {
	font-size:42px;
}

.accbal {
    width: 100%;
    float: left;
    padding: 15px 20px 15px 45px;
    border-radius: 4px;
    margin: 0 0 30px;
    background: #c19316 url(images/acbal.html) no-repeat left 10px center;
    font-size: 18px;
    text-transform: uppercase;
}
.accbal span {
	float: right;
	font-weight: 600;
}
@media (max-width: 1170px) {
.wrapper, .headerwrap, .menuwrap, .statwrap, .bestinvestent, .bannerwrap, .investmenwrap, .benifitwrap, .referralwrap, .footerwrap, .inside_wrap {
	width: 1170px;
}
.content {
	margin: 0 !important;
}
}
