@charset "utf-8";
/* CSS Document */
body {
font-family: 'Rajdhani', 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 {

}




label {
	font-weight: 400
}
input[type="text"], input[type="password"], input[type="email"] {
    width: 100%;
    height: 40px;
    border: 1px solid #296995;
    height: 54px;
    border-radius: 3px;
    background: #06326D;
    color: white;
    padding: 0 15px;
    font-size: 14px;
}
textarea {
     border: 1px solid #296995;
	width: 100%;
	border-radius: 3px;
    background: #06326D;
    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: #f8d35c;
    background: -moz-linear-gradient(top, #f8d35c 0%, #c1a724 100%);
    background: -webkit-linear-gradient(top, #f8d35c 0%,#c1a724 100%);
    background: linear-gradient(to bottom, #f8d35c 0%,#c1a724 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8d35c', endColorstr='#c1a724',GradientType=0 );
	border: none;
	    color: #040F1D;
	font-size: 18px;
	text-transform: uppercase;
	line-height: 40px;
	border-radius: 36px;
	display: inline-block;
	padding: 0 40px;
	font-weight:600;
}
input[type="submit"]:hover, input[type="button"]:hover {
	 color: #040F1D;
	background: #f8d35c;
}
select {
	color: #fff;
	font-size: 14px;
	width: 100%;
     border: 1px solid #296995;
   background: #06326D;
	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: 850px;
}

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



.naviwrap {
    padding: 25px 0 25px 0;
    width: 100%;
    float: left;
    background: #01030fc7;
}
.logo {
    float: left;
    margin-top: -5px;
}
.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: 16px;
    font-weight: 600;
    padding: 5px 8px;
    display: block;

}
.menuwrap ul li.login {

background: #f8f9f9; /* Old browsers */
background: -moz-linear-gradient(top, #f8f9f9 0%, #dee0e0 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #f8f9f9 0%,#dee0e0 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #f8f9f9 0%,#dee0e0 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f9f9', endColorstr='#dee0e0',GradientType=0 ); /* IE6-9 */
	border-radius: 36px;
	color:#0679CA;
}
.menuwrap ul li.login:hover {
	background: #f8f9f9;
	color:#0679CA;
}
.menuwrap ul li.signup {
    background: #029ffd;
    background: -moz-linear-gradient(top, #029ffd 0%, #016bbb 100%);
    background: -webkit-linear-gradient(top, #029ffd 0%,#016bbb 100%);
    background: linear-gradient(to bottom, #029ffd 0%,#016bbb 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#029ffd', endColorstr='#016bbb',GradientType=0 );
    color:white;
	border-radius: 36px;
}
.menuwrap ul li.signup:hover {
	background: #029ffd;
	 color:white;
}
.menuwrap ul li.signup a,.menuwrap ul li.login a {

    padding: 10px 25px;
}

.menuwrap ul li.login a {color:#0679CA;}

.menuwrap ul li.signup a:hover {color:#ffffff;}

.stats-block {
    padding-left: 30px;
    overflow: hidden;
}

.stats-left {
    float: left;
    text-transform: none;
    font-weight: 500;
    padding-top: 25px;
    font-size: 16px;
}

.stats-light {
	background:#024D89;
}

.stats-light_last {
padding-bottom:40px;
	border-radius: 0px 0px 16px 16px;
}

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

.stats-left h2 {
    color: #e3d070;
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 36px;
    font-weight: 400;
}

.stats-right {
float: right;
    padding-top: 28px;
    padding-bottom: 28px;
    padding-right:20px;
}

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

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

.bannerinfos .inside h1 {
    font-size: 65px;
    line-height: 65px;
    margin: 30px 0 30px;
    text-transform: uppercase;
    color: #F0D84A;
    font-weight: 400;
}
.bannerinfos .inside h1 span {
	    text-transform: none;
	    font-size:60px;
}
.bannerinfos .inside p {
    text-align: left;
    margin: 0 0 50px;
    font-size: 18px;
    font-weight: 500;
}
.bannerinfos .inside .action {
	text-align: left;
	margin: 0 0 50px;
}
.bannerinfos .inside .action a {
    color: #ffffff;
    border-radius: 36px;
    text-align: center;
    margin:0px;
    display: inline-block;
    line-height: 52px;
    font-weight: 600;
    text-transform: uppercase;
    transition: 0.4s;
    padding: 2px 35px;

    font-size: 20px;
}
.bannerinfos .inside .action a.register {
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#029ffd+0,016bbb+100 */
	background: #029ffd; /* Old browsers */
	background: -moz-linear-gradient(top, #029ffd 0%, #016bbb 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #029ffd 0%,#016bbb 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #029ffd 0%,#016bbb 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#029ffd', endColorstr='#016bbb',GradientType=0 ); /* IE6-9 */
}
.bannerinfos .inside .action a.register:hover {
	background: #029ffd; 
}

.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: white;
    font-size: 48px;
    line-height: 42px;
    text-transform: uppercase;
    font-weight: 400;
}

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

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

.verybesy_wrap_sub {
        background: #06326D;
    text-align: center;
    padding: 25px 0 35px;
    color:white;
}


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

.investment_info p {
    text-align: center;
    font-size: 24px;
    line-height: 30px;
    margin-bottom:0px;
}

.investment_info p b {
    display: block;
    font-size: 36px;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 20px;
}

.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 {
    background: #03153cd6;
    border-radius: 10px;
    width: 100%;
    float: left;
    padding: 0px;
    margin: 0px;
    padding-left: 20px;
}
.calleft {
width: 30%;
    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;

	
}


.calleft .icon img {
	float:left;
}

.calleft .icon h4 {
    float: left;
    color: white;
    font-size: 30px;
    margin-left: 20px;
    font-weight: 400;
    margin-top: 0px;
    margin-bottom: 0px;
}

.input-group-addon {
    background: #083777;
    border:0px;
}


.calleft .icon h4 span {
    display: block;
    color: #FCD660;
    font-size: 36px;
    text-transform: uppercase;

}

.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: 130px;
    color: white;
    font-size: 18px;
    height: 50px;
    background: #092859;
    border: 0px;
}
.calright {
    width: 46%;
    float: left;
    padding: 26px 0px 20px;
    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;
    border-radius: 0px;
    text-align: center;
    padding: 0px 0px;
    margin: 10px 0px;
}
.calright .caloutput h4 {
    font-size: 30px;
    color: #ffffff;
    margin: 0 0 10px;
    font-weight: 400;
}
.calright .caloutput p {
    margin: 0;
    text-align: center;
    text-transform: uppercase;
    font-size: 18px;
    color: #F8D35C;
    font-weight: 500;
}

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

.welcome_wrap {

	padding: 60px 0;
}

.callast {
background: #F8D35C;
    width: 20%;
    float: right;
    text-align: center;
    font-size: 24px;
    border-radius: 0px 10px 10px 0px;
    padding-top: 10px;

}

.callast h2 {
    color: #041839;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 5px;
}

.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;

}


.welcome-middle {
	    background:#06326D;
    border-radius:16px;
}

.welcomeleft_top {
	background: #f8f9f9;
    background: -moz-linear-gradient(top, #f8f9f9 0%, #dee0e0 100%);
    background: -webkit-linear-gradient(top, #f8f9f9 0%,#dee0e0 100%);
    background: linear-gradient(to bottom, #f8f9f9 0%,#dee0e0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f9f9', endColorstr='#dee0e0',GradientType=0 );
    border-radius: 16px 16px 0px 0px;
    padding:20px;
    color:#06326D;
    font-size:30px;
    font-weight:500;
    text-align:center;
}

.welcomeleft_top span {
	font-size:34px;
	display:inline-block;
	padding:6px 10px;
	border-radius:6px;
	color:white;
	background:#06326D;
}

.join_us {
    background: #f8d35c;
    background: -moz-linear-gradient(top, #f8d35c 0%, #c1a724 100%);
    background: -webkit-linear-gradient(top, #f8d35c 0%,#c1a724 100%);
    background: linear-gradient(to bottom, #f8d35c 0%,#c1a724 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8d35c', endColorstr='#c1a724',GradientType=0 );
    border-radius: 36px;
    padding: 12px 20px;
    display: block;
    margin: -30px 20px;
    text-align: center;
    color: #040F1D;
    font-weight: 600;
    font-size: 18px;
    text-transform: uppercase;
}

.join_us:hover {color: #040F1D;}

.join_us2 {
    background: #f8d35c;
    background: -moz-linear-gradient(top, #f8d35c 0%, #c1a724 100%);
    background: -webkit-linear-gradient(top, #f8d35c 0%,#c1a724 100%);
    background: linear-gradient(to bottom, #f8d35c 0%,#c1a724 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8d35c', endColorstr='#c1a724',GradientType=0 );
    border-radius: 36px;
    padding: 18px 20px;
    display: block;
    margin: 30px auto 0px;
    text-align: center;
    color: #040F1D;
    font-weight: 600;
    font-size: 20px;
    text-transform: uppercase;
    width: 400px;
}

.join_us2:hover { background: #f8d35c;}

.welcomeright {
    width: 760px;
    float: left;
    padding:0px;
}

.welcomeright_home {
    width: 720px;
    float: right;
    padding: 0px;
}

.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: none;
    color: #1c92e9;
    font-weight: 400;
}

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

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

.welcomeright p {
    line-height: 24px;
    margin-bottom: 15px;
    font-size: 16px;

}
.benifit_wrap {
    padding: 40px 0 40px;
    background: url(images/plans-bg.jpg) no-repeat center top #083470;
    background-size: cover;
}


.benifit_wrap h3 {
    font-size: 60px;
    margin-bottom: 20px;
    color: white;
    font-weight: 400;
    text-align: center;
}

.benifit_wrap h3 span {
	color:#FCD660;
}

.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;

    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;

    width:35%;
    text-align:center;
}

.plan-middle {
    padding: 20px 0px;
    width: 100%;
    margin-bottom: 15px;
	
}

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

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

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

.form-container {
	padding: 20px;
}

.myaccount_wrap .plan-middle li {
    font-weight: 500;
    border-bottom: 1px solid #113070;
    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: 20px;
    width: 218px;
    background: #03153cd6;
    border-radius: 10px;
    margin: 10px 0px;
    border-top: 4px solid #DCAC4F;
    margin-right: 20px;
}

.myaccount_wrap .plan-box {width:214px;}

.mr-0 {margin-right:0px;}


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

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

.plan-box h2 {
    font-size: 48px;
    line-height: 52px;
    margin:0px;
    text-align: center;
    text-transform: none;
    color: #0EAEF4;
    font-weight: 400;
}

.plan-box h2 span {
	font-size:36px;
}

.features_wrap h2 {
    font-size: 48px;
    margin-bottom: 30px;
    color: #F8D35C;
    font-weight: 400;
    text-align:Center;
}

.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: #062b5fbd;
    border: 0px;
    border-radius: 10px;
    padding: 30px;
    position: relative;
    text-align: center;
}

.featuredinside  .featured_box2 {
    background: url(images/fund-bg.png) no-repeat center;
    background-size: cover;
    border: 3px solid #F8D35C;
    font-weight: 500;
}

.features_wrap_about .featuredinside .featured_box {
	width:48%;
	text-align:left;
}

.featuredinside .featured_box .icon {

}
.featuredinside .featured_box .infos {
    width: 100%;
    padding: 0px;
}
.featuredinside .featured_box .infos h4 {
    font-size: 20px;
    font-weight: 600;
    color: #F8D35C;
    margin: 10px 0 15px;

}
.featuredinside .featured_box .infos p {
    margin: 0;
    text-align: center;
    font-size: 18px;
}

.features_wrap_about .featuredinside .featured_box .infos p {text-align:left;}

.lastdepositwrap {
    background: #010412;
    padding: 40px 0px;
}
.lastten {
    width: 48%;
    float: left;
    background: transparent;
    border-radius: 14px;
    margin: 10px 0 10px 0;
    padding: 0px;
    border: 1px solid #016EBF;
    position: relative;
}
.lastten.withdrawal {
	float:right;
	border:1px solid #f8d35c;
}
.lastten .heading {
line-height: 60px;
    border-radius: 10px 10px 0 0;
    color: #ffffff;
    font-size: 30px;
    background: #029ffd;
    background: -moz-linear-gradient(top, #029ffd 0%, #016bbb 100%);
    background: -webkit-linear-gradient(top, #029ffd 0%,#016bbb 100%);
    background: linear-gradient(to bottom, #029ffd 0%,#016bbb 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#029ffd', endColorstr='#016bbb',GradientType=0 );
    padding-left: 30px;

}


.lastten.withdrawal .heading {
	    background: #f8d35c;
    background: -moz-linear-gradient(top, #f8d35c 0%, #c1a724 100%);
    background: -webkit-linear-gradient(top, #f8d35c 0%,#c1a724 100%);
    background: linear-gradient(to bottom, #f8d35c 0%,#c1a724 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8d35c', endColorstr='#c1a724',GradientType=0 );
}

.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: 50%;
    float: left;
    border-bottom: 1px solid #0f1a4b;
    padding: 8px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    font-size: 12px;
}


.lastten .infos ul li span.amount {
	font-size:18px;
    color:#F7DF57;
}

.lastten .infos ul li span.user {

    text-align: left;
        font-size: 18px;
}



.lastten .infos ul li span.date {
    display: block;
    text-align: left;
    color: #4a5fc2;
    font-size:14px;
}

.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.html) no-repeat center top #041534;
    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;
}

.affiliatetop h4 {
	font-size:60px;
	text-transform:uppercase;
	font-weight:400
}

.affiliatetop h4 span {
	color:#F8D35C;
	font-size:72px;
	display:block;
}

.affiliatetop a {
    background: #f8f9f9;
    background: -moz-linear-gradient(top, #f8f9f9 0%, #dee0e0 100%);
    background: -webkit-linear-gradient(top, #f8f9f9 0%,#dee0e0 100%);
    background: linear-gradient(to bottom, #f8f9f9 0%,#dee0e0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f9f9', endColorstr='#dee0e0',GradientType=0 );
    border-radius: 36px;
    color: #041534;
    font-size: 24px;
    font-weight: 500;
    padding: 20px 40px;
    text-transform: uppercase;

}

.affiliatetop a:hover {
	    background: #f8f9f9;
}

.number {
    font-size: 80px;
    background: #083777;
    padding: 0px;
    border-radius: 100%;
    height: 130px;
    width: 130px;
    text-align: center;
    line-height: 130px;
}

.number span {
	font-size:60px;
}

.number2 {
	background:#F8D35C;
	color:#092859;
}

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

.affiliate-info h2 {
    color: #e4d678;
    font-size: 60px;
    margin: 0px;
    line-height: 1;
}

.account_container .affiliate-info h2 {
    color: #e4d678;
    font-size: 30px;
    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-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-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: 100%;
    float: left;
    text-align: center;
    background: url(images/affiliates.png) no-repeat right center #051c3ad9;
    border: 2px solid #0299F6;
    border-radius: 10px 10px 0px 0px;
    padding: 30px;
    padding-right: 400px;
    font-size: 18px;
    padding-bottom: 10px;
}

.affiliateprog p {text-align:left;}

.affiliatetext {
    margin: 0px;
    background: #029ffd;
    background: -moz-linear-gradient(top, #029ffd 0%, #016bbb 100%);
    background: -webkit-linear-gradient(top, #029ffd 0%,#016bbb 100%);
    background: linear-gradient(to bottom, #029ffd 0%,#016bbb 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#029ffd', endColorstr='#016bbb',GradientType=0 );
    padding: 20px;
    color:white;
    border-radius: 0px 0px 20px 20px;
    text-align: left;
        width: 100%;
    float: left;
}
.affiliatetext h4 {
    margin: 20px 20px 20px;
    color: #e4d678;
    font-size: 24px;
}

.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;
    text-align: center;
    font-size: 20px;
    font-weight: 500;
}
.affiliateprog h4 {
    font-size: 48px;
    margin: 0 0 40px;
    text-transform: none;
    color: #0bc7c8;
    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: #06326D;
}

.features_wrap {
    background: #02071a url(images/features.jpg) no-repeat center top;
    background-size: cover;
    padding: 60px 0 60px;
    border-top: 0px;
}



.footerwrap {
    background: #010412;
    padding: 45px 0 25px;
}
.footer_left {
	width: 40%;
	float: left;
}
.footer_left p {
    margin: 0px;
    text-transform: uppercase;
    font-weight: 500;
}
.footer_right {
	width: 60%;
	float: left;
	text-align: right;
}
.footer_right a {
    margin: 0 0 0 10px;
    font-weight: 500;

}

.footer-info {
    text-align: left;
    color: #80a7df;
    font-size: 16px;
    margin-top: 0px;
}

.footer_left a {
    color: #0184DB;
    padding: 5px;
    text-transform: uppercase;
    font-size: 16px;
    margin-top: 20px;
    display: inline-block;
}

@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: #06326D;
    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 98% 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: #ffffff;
    padding: 22px 15px 22px 25px;
    display: block;
    text-transform: none;
    font-size: 18px;
}
.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: #F8D35C;
    padding: 20px;
    border-radius: 10px;
    border: 0px;
    width: 100%;
    margin: 0px;
    color: #06326D;
}

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

.support-block  a { color: #06326D; font-size:18px;}

.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: #6598DE;
  opacity: 1; /* Firefox */
}

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

::-ms-input-placeholder { /* Microsoft Edge */
  color:#6598DE;
}


.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%;
    background: #041534;
    border-radius: 10px;
    border: 2px solid #017ace;
    max-width: 500px;
    margin: 0 auto 0px;
    overflow: hidden;
}

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

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

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

.iagree input[type="checkbox"] {
    margin: 0px 4px;
    vertical-align: middle;
}

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

.loginwrappers input[type="text"], .loginwrappers input[type="password"], .loginwrappers input[type="email"] {
    border: 1px solid #296995;
    height: 54px;
    border-radius: 4px;
    background: #06326D;
    color: white;
}



.loginwrappers .logo {
	width: 100%;
	padding: 80px 0 0 0;
	float: left;
}
.loginheads {
    width: 100%;
    color: white;
    font-size: 24px;
    text-transform: uppercase;
    float: left;
    font-weight: 600;
    line-height: 42px;
    padding: 10px 20px;
    text-align: center;
    background: #029ffd;
    background: -moz-linear-gradient(top, #029ffd 0%, #016bbb 100%);
    background: -webkit-linear-gradient(top, #029ffd 0%,#016bbb 100%);
    background: linear-gradient(to bottom, #029ffd 0%,#016bbb 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#029ffd', endColorstr='#016bbb',GradientType=0 );
    color: white;
}
.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;
    width: 100%;
    float: left;
    background: #029ffd;
    background: -moz-linear-gradient(top, #029ffd 0%, #016bbb 100%);
    background: -webkit-linear-gradient(top, #029ffd 0%,#016bbb 100%);
    background: linear-gradient(to bottom, #029ffd 0%,#016bbb 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#029ffd', endColorstr='#016bbb',GradientType=0 );
    color: white;
}
.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: #ffffff;
    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 p {
    font-size: 18px;
    text-align: left;
}

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


.loginwrappers .icon {
    text-align: center;
    float: none;
    padding-top:20px;
}
.loginredirect {
	width: 100%;
	padding: 40px;
	border-radius: 16px;
	max-width: 600px;
	margin: 100px auto;
	overflow: hidden;
	text-align: center;
	    background: #062b5fbd;
}
.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: 3px 21px 3px;
    line-height: 32px;
    background: #029ffd;
    background: -moz-linear-gradient(top, #029ffd 0%, #016bbb 100%);
    background: -webkit-linear-gradient(top, #029ffd 0%,#016bbb 100%);
    background: linear-gradient(to bottom, #029ffd 0%,#016bbb 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#029ffd', endColorstr='#016bbb',GradientType=0 );
    border-radius: 36px;
    color: #ffffff;
    margin: 0px 6px 5px;
    font-size: 14px;
    display: block;
}


.member-menu li a:hover {
	background: #029ffd;
}

.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.html) 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: 2px solid #019bf8;
    background: #041534a3;
    border-radius: 10px 10px 0px 0px;
    padding: 30px 10px;
    width: 370px;
    float: left;
    position: relative;
    margin-bottom: 0px;
}

.memleft_middle {
	
}

.memleft2 {
    margin: 0px 10px 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;
}
.memleft h2 {
	margin: 5px 0 0 0;
	font-size: 18px;
	line-height: 26px;
	font-weight:400;


}

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

.memleft2 h2 {
    text-align: left;
    background: #091c2d;
    padding: 15px 20px;
    border-radius: 0px 0px 10px 10px;
    margin: 0px 0px 5px;
    font-size: 18px;
    border: 0px;
    text-transform: none;
    background: #029ffd;
    background: -moz-linear-gradient(top, #029ffd 0%, #016bbb 100%);
    background: -webkit-linear-gradient(top, #029ffd 0%,#016bbb 100%);
    background: linear-gradient(to bottom, #029ffd 0%,#016bbb 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#029ffd', endColorstr='#016bbb',GradientType=0 );
}



.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: #06326d;
    padding: 20px;
    border-radius: 10px;
    border: 0px;
    margin-bottom: 10px;
}


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

.deposit_text {
	margin: 0 0 30px;
}
#copyButton {
    border: none;
    width: auto;
    height: 46px;
    background: #f8d35c;
    background: -moz-linear-gradient(top, #f8d35c 0%, #c1a724 100%);
    background: -webkit-linear-gradient(top, #f8d35c 0%,#c1a724 100%);
    background: linear-gradient(to bottom, #f8d35c 0%,#c1a724 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8d35c', endColorstr='#c1a724',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: 100%;
    float: left;
    height: 46px;
    border: 1px solid #0198f5;
    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: #029ffd;
    background: -moz-linear-gradient(top, #029ffd 0%, #016bbb 100%);
    background: -webkit-linear-gradient(top, #029ffd 0%,#016bbb 100%);
    background: linear-gradient(to bottom, #029ffd 0%,#016bbb 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#029ffd', endColorstr='#016bbb',GradientType=0 );
    border-radius: 36px;
	color:#fff;
}

.getban:hover {
	background: #029ffd;
}

.getban a {
	color:#fff;
}

.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: 0px;
    background: #06326D;
    border-radius: 10px;
    width: 48%;
    padding: 10px 10px 10px;
    color: #fff;
    margin: 10px 0px 20px;
}
.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: 20px 15px 10px;
    text-transform: uppercase;
    font-size: 18px;
    border-radius: 4px;
    margin: 0px 0 5px;
    text-align: center;
    line-height: 26px;
        display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
}
.accbox h4 span {
    display: block;
    font-size: 36px;
    color: #e2b006;
    margin-bottom: 0px;
    margin-top: 0px;
}
.accbox ul {
	width: 100%;
	float: left;
}
.accbox ul li {
    float: left;
    border-radius: 4px;
    border-bottom: 0px;
    padding: 10px;
    margin: 5px 10px;
    font-weight: 600;
    width: 46%;
    background: #03102b;
    text-align: left;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
}
.accbox ul li span {
display: block;
    color: #e2b006;
    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: #f8f9f9;
    background: -moz-linear-gradient(top, #f8f9f9 0%, #dee0e0 100%);
    background: -webkit-linear-gradient(top, #f8f9f9 0%,#dee0e0 100%);
    background: linear-gradient(to bottom, #f8f9f9 0%,#dee0e0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f9f9', endColorstr='#dee0e0',GradientType=0 );
    border-radius: 36px;
    margin-top: 10px;
    font-size: 16px;
    color:#06326D;
}
.acc_button a:hover {
background: #f8f9f9;
}



.deposit_text span {
	font-weight: 600;
	font-size: 18px;
	float: right;
}
.my_accont {
    background: #06326D;
    width: 100%;
    padding: 30px 20px;
    border-radius: 10px;
    color: #fff;
    float: left;
    margin: 0 0 15px;
}

.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 #296995;
    text-align: left;
}
.my_accont table td.inheader, .paidoutbottom table td.inheader {
background: #052651;
    text-transform: none;
    font-weight: 500;
    font-size: 16px;
    text-align: left;
    border: 1px solid #296995;
    color: #ffffff;
}
.alert {
    text-align: left;
    color: #052651;
    background-color: #f1d735;
    border-color: #f1d735;
    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: #041534;
    border: 2px solid #017dd1;
    padding: 15px;
    border-radius: 10px;
    color: #fff;
    width: 100%;
    float: left;
    margin-top: 20px;
}
.aff-banners .nav-tabs {
    border-bottom: 2px solid #0179cd;
    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: #f8d35c;
    background: -moz-linear-gradient(top, #f8d35c 0%, #c1a724 100%);
    background: -webkit-linear-gradient(top, #f8d35c 0%,#c1a724 100%);
    background: linear-gradient(to bottom, #f8d35c 0%,#c1a724 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8d35c', endColorstr='#c1a724',GradientType=0 );
	
    border-radius: 36px;
}
.aff-banners .nav > li a:hover {
	   background: #029ffd;
	border:0px;
}
.aff-banners .nav > li > a {
	color: #fff;
	    background: #029ffd;
    background: -moz-linear-gradient(top, #029ffd 0%, #016bbb 100%);
    background: -webkit-linear-gradient(top, #029ffd 0%,#016bbb 100%);
    background: linear-gradient(to bottom, #029ffd 0%,#016bbb 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#029ffd', endColorstr='#016bbb',GradientType=0 );
	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: #debe42;
    --toggleBackgroundColor: #debe42;
    --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%;
    margin: 10px 0px;
}
 

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