@charset "utf-8";
/* CSS Document */
body {
	font-family: 'Montserrat', sans-serif;
	color: #fff;
	background: #062f50;
	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: #fbd023;
	text-decoration: none;
	outline: none
}
img {
	max-width: 100%
}
label {
	font-weight: 400
}
input[type="text"], input[type="password"], input[type="email"] {
	width: 100%;
    border: 2px solid #116ab0;
    height: 50px;
    border-radius: 4px;
    background: #011C25;
    color: white;
	padding: 0 15px;
	border-radius: 4px;
	font-size: 15px;
}
textarea {
	width: 100%;
    border: 2px solid #116ab0;
    border-radius: 4px;
    background: #011C25;
    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 #fcc40f
}
input[type="submit"], input[type="button"] {
    background: rgb(255,255,255);
    background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(227,234,244,1) 100%);
    color: #04253e;
    border:0px;
	font-size: 14px;
	text-transform: uppercase;
	font-weight:600;
	line-height: 40px;
	border-radius: 36px;
	display: inline-block;
	padding: 0 40px
}
input[type="submit"]:hover, input[type="button"]:hover {
	background: rgb(255,255,255);
	 color: #04253e;
}
select {
    border: 2px solid #116ab0;
    border-radius: 4px;
    background: #011C25;
	width: auto;
	padding: 5px 25px 5px 10px;
}
ul {
	list-style: none;
	padding: 0;
	margin: 0
}
section,.headerwrap {
	width: 100%;
	float: left;
}
.content {
	max-width: 1140px;
	margin: 0 auto;
	width: 100%
}
.headerwrap {
	background: #062f50;
	padding: 35px 0;
	box-shadow: 0 0 20px #0006;
}
.logo {
	width: 25%;
	float: left;
}
.navwrap {
	width: 75%;
	float: right;
	text-align: right;
}
.navwrap ul li {
	display: inline-block;
	margin: 0 0 0 10px;
}
.navwrap ul li a {
	font-weight: 700;
	font-size: 14px;
	text-transform: uppercase;
}
.navwrap ul li a.login {
	background: rgb(243,202,38);
	background: linear-gradient(180deg, rgba(243,202,38,1) 0%, rgba(217,173,3,1) 100%);
	color: #2f0358;
	font-size: 14px;
	line-height: 40px;
	text-transform: uppercase;
	border-radius: 50px;
	display: inline-block;
	padding: 0 20px;
}
.navwrap ul li a.signup {
	background: rgb(255,255,255);
	background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(227,234,244,1) 100%); 
	color: #04253e;
	font-size: 14px;
	line-height: 40px;
	text-transform: uppercase;
	border-radius: 50px;
	display: inline-block;
	padding: 0 20px;
}
.bannerwrap {
	background: url(images/bannerwrap.jpg) no-repeat top center #012845;
	background-size: cover;
	padding: 110px 0 220px;
	box-shadow: inset 0px 10px 10px #010d1766;
}

.bannerwrap_sub {
    background: url(images/featurebg.jpg) no-repeat center bottom #012845;
    box-shadow: inset 0px 10px 10px #010d1766;
    padding: 60px 0 30px;

}

.bannerwrap .left {
	width: 65%;
	float: left;
}

.bannerwrap_sub .left {
    width: 100%;
    float: left;
    text-align: center;
}

.bannerwrap .right {
	width: 35%;
	float: left;
	padding: 60px 0 0 0;
	-webkit-animation: action 1s infinite alternate;
	animation: action 1s infinite alternate;
}
@-webkit-keyframes action {
	0% {
   transform: translateY(0);
   }
	100% {
   transform: translateY(-15px);
   }
   }
	@keyframes action {
	0% {
   transform: translateY(0);
   }
	100% {
   transform: translateY(-15px);
   }
}
.timewrap {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	margin: 0 0 40px;
}
.timewrap .time,.timewrap .btc {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	font-size: 16px;
	color: #f6ca1e;
	font-weight: 500;
	text-transform: uppercase;
	margin: 0 30px 0 0;
}
.timewrap .time figure,.timewrap .btc figure,.paymetproof a figure {
	margin: 0 10px 0 0;
	float: left;
}
.timewrap .btc span {
	color: #fff;
}
.paymetproof {
	border-radius: 50px;
	background: rgb(255,255,255);
	background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(227,234,244,1) 100%);
	padding: 10px 25px;
}
.paymetproof a {
	color: #04253e;
	line-height: 32px;
	font-weight: 500;
	text-transform: uppercase;
}
.bannerwrap .left h1 {
	font-size: 72px;
	line-height: 72px;
	margin: 0 0 40px;
	font-weight: 700;
	text-transform: uppercase;
}

.bannerwrap_sub .left h1 {font-size:60px;}

.bannerwrap .left h1 span {
	color: #e9bb05;
}
.bannerwrap .left p {
	font-size: 24px;
	line-height: 36px;
	font-weight: 500;
	margin: 0 0 40px;
}
.bannerwrap .left a.action {
	background: rgb(243,202,38);
	background: linear-gradient(180deg, rgba(243,202,38,1) 0%, rgba(217,173,3,1) 100%);
	color: #2f0358;
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
	border-radius: 50px;
	display: inline-block;
	padding: 0 20px;
	width: 260px;
	height: 60px;
	text-align: center;
	line-height: 60px;
}
.planwrap {
	background: url(images/planbg.png) no-repeat top center #01355a;
	background-size: cover;
}
.planarea {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	margin: -130px 0 0 0;
}

.planwrap2 .planarea {margin-top:10px;}

.planbox {
	border: 4px solid #116ab0;
	border-radius: 20px;
	background: #042641;
	padding: 25px 20px;
	position: relative;
	margin: 30px 10px 10px;
	width: 260px;
}
.planbox .icon {
	position: absolute;
	right: 15px;
	top: -35px;
}
.planbox .value {
	font-size: 72px;
	font-weight: 700;
	color: #fff;
	line-height: 65px;
}
.planbox .value span {
	font-weight: 700;
	font-size: 48px;
}
.planbox .faily {
	color: #2b8ad1;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 18px;
	margin: 0 0 10px;
}
.planbox .minmax {
	font-size: 14px;
	line-height: 24px;
}

.membersidebar .planbox .minmax {
    font-size: 14px;
    line-height: 32px;
}

.planbox .minmax span {
	color: #e8bc11;
	font-weight: 600;
}


.membersidebar .planbox .minmax span {float:right;}

.calwrap {
	width: 100%;
	float: left;
	padding: 30px 0 0 0;
	margin: 0 0 -100px;
}
.calwrap h2 {
	text-align: center;
	font-size: 48px;
	font-weight: 500;
	text-transform: uppercase;
	margin: 0 0 30px;
	font-weight: 400;
}
.calwrap h2 span {
	color: #fdd124;
	font-weight: 700;
}
.caninside {
	background: #fcd023 url(images/calculatorbg.png) no-repeat center right;
	border-radius: 15px;
	padding: 25px 150px 25px 60px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	position: relative;
}
.caninside .inputarea {
	width: 25%;
}
.caninside .inputarea label {
	color: #04253e;
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
	margin: 0 0 10px;
}
.caninside .inputarea .txtwrap {
	border-radius: 4px;
	border: 2px solid #ad8d0d;
	width: 100%;
	float: left;
}
.caninside .inputarea .txtwrap input {
    border: 0;
    height: 54px;
    width: 80%;
    float: left;
    background: white;
    color: #062F50;
    font-weight: 600;
}
.caninside .inputarea .txtwrap .usd {
	background: #04253e;
	font-size: 14px;
	color: #fff;
	text-transform: uppercase;
	border-radius: 0 4px 4px 0;
	border: 0;
	line-height: 54px;
	height: 54px;
	width: 20%;
	float: left;
	border: none;
	text-align: center;
	font-weight: 600;
}
.calresult {
	background: #04253e;
	border-radius: 4px;
	padding: 20px;
	width: 22%;
	text-align: center;
}
.calresult figure {
	padding: 0 0 15px;
}
.calresult h4 {
	font-size: 28px;
	font-weight: 700;
	margin: 0 0 10px;
}
.calresult p {
	margin: 0;
	text-align: center;
	font-weight: 500;
	text-transform: uppercase;
}
.welcomewrap {
	padding: 160px 0;
	background: #012139;
}

.welcomewrap_sub {
	padding: 80px 0;
}

.welcomeleft {
	width: 62%;
	float: left;
}
.welcomeleft h1 {
	font-size: 36px;
	text-transform: uppercase;
	margin:15px 0 25px;
}
.welcomeleft h1 span {
	color: #f9cd21;
	font-weight: 700;
}
.welcomeleft p {
	font-size: 14px;
	line-height: 24px;
	margin: 0 0 15px;
}
.welcomeleft a {
	background: rgb(243,202,38);
	background: linear-gradient(180deg, rgba(243,202,38,1) 0%, rgba(217,173,3,1) 100%);
	color: #2f0358;
	font-size: 14px;
	text-transform: uppercase;
	border-radius: 50px;
	display: inline-block;
	padding: 0 20px;
	font-weight: 700;
	width: 230px;
	line-height: 56px;
	text-align: center;
	margin: 30px 0 0;
}
.welcomeright {
	width: 32%;
	float: right;
	background: #ffffff;
	border-radius: 30px;
}
.certop {
    padding: 20px;
    padding-bottom: 0px;
}
.cerbottom {
	background: url(images/certbottombg.png) no-repeat center bottom;
	min-height: 183px;
	border-radius: 0 0 30px 30px;
	padding: 80px 30px 30px;
	text-align: right;
	color: #040f1d;
}
.cerbottom h3 {
	margin: 0;
	font-size: 18px;
	font-weight: 600;
	text-transform: uppercase;
}
.cerbottom h3 span {
	display: block;
	font-size: 30px;
}
.statwrap {
	background: #023863;
}
.statwrap .inbox {
	border: 4px solid #116ab0;
	border-radius: 20px;
	background: #042641;
	padding: 25px;
	position: relative;
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	align-items: center;
	text-align: center;
	margin: -80px 0 0 0;
}
.statwrap .inbox .statbox {
	margin: -60px 0 0 0;
}
.statwrap .inbox .statbox .icon {
	padding: 0 0 30px;
}
.statwrap .inbox .statbox h3 {
	color: #ebc014;
	font-weight: 500;
	font-size: 18px;
	margin: 0 0 10px;
}
.statwrap .inbox .statbox p {
	text-align: center;
	font-size: 16px;
	font-weight: 500;
}
.affiwrap {
	background: #023863;
	padding: 60px 0;
}
.affileft {
	width: 48%;
	float: left;
}
.affileft h2 {
	font-size: 48px;
	line-height: 52px;
	text-transform: uppercase;
	font-weight: 700;
	margin: 0 0 20px;
}
.affileft h2 span {
	color: #f7cc20;
}
.affileft p {
	font-size: 14px;
	line-height: 26px;
	margin: 0;
}
.affiright {
	width: 48%;
	float: right;
	position: relative;
}
.affiright .value {
	position: absolute;
	border: 4px solid #116ab0;
	border-radius: 10px;
	background: #042641de;
	padding: 15px;
	text-align: center;
	width: 175px;
	right: 0;
	top: 50px;
}
.affiright .value.one {
	right: 200px;
}
.affiright .value.two {
	right: 0;
}
.affiright .value h4 {
	font-size: 72px;
	color: #face22;
	font-weight: 800;
	margin: 0 0 10px;
}
.affiright .value  p {
	font-size: 30px;
	font-weight: 800;
	color: #fff;
	text-align: center;
}
.featurewrap {
	text-align: center;
	padding: 80px 0 140px;
	border-bottom: 15px solid #e8bd11;
	background: url(images/featurebg.jpg) no-repeat center bottom;
	background-size: cover;
}
.featurewrap h2 {
	font-size: 48px;
	text-transform: uppercase;
	margin: 0 0 40px;
	font-weight: 500;
}
.featurewrap h2 span {
	color: #fdd124;
}
.featurewrap .insidewrap {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}
.featurebox {
	border: 3px solid #043865;
	border-radius: 8px;
	background: #052843;
	width: 200px;
	padding: 30px;
}
.featurebox figure {
	padding: 0 0 20px;
}
.featurebox h4 {
	margin: 0;
	font-size: 18px;
	line-height: 24px;
	font-weight: 600;
	text-transform: uppercase;
}
.lasttenwrap {
	background: #012139;
	padding: 40px 0;
}
.lasttenwrap .content {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: stretch;
	flex-wrap: wrap;
}
.lastten {
	width: 48%;
	border: 4px solid #116ab0;
	border-radius: 8px;
	margin-top: -140px;
}
.lastten .heading {
	background: #052742;
	border-bottom: 5px solid #084471;
	border-radius: 10px 10px 0 0;
	padding: 20px;
	font-size: 24px;
	text-transform: uppercase;
	line-height: 40px;
}
.lastten .heading figure {
	float: right;
}
.lastten .infos {

}
.lastten .infos ul {
	background: #031f36;
	padding: 15px 20px;
	width: 100%;
	float: left;
}
.lastten .infos ul:nth-child(even) {
	background:#083151;
}
.lastten .infos ul li {
	float: left;
	font-size: 13px;
}
.lastten .infos ul li:first-child {
	width: 40%;
}
.lastten .infos ul li:nth-child(2) {
	width: 30%;
	font-weight: 500;
	font-size: 14px;
}
.lastten .infos ul li:last-child {
	width: 30%;
	text-align: left;
	color: #f7cc21;
	font-size: 14px;
	font-weight: 500;
}



.paymentwrap {
	background: #023863;
	padding: 45px 0;
	text-align: center;
}
.paymentwrap .content {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.footer {
	background:#012139;
	padding: 40px 0;
}
.footer .flogo {
	width: 30%;
	float: left;
	    font-weight: 600;
}
.footer .flogo figure {
	padding: 0 0 10px;
}
.footer .flogo p {
	margin: 0;
	text-transform: uppercase;
}
.footer .flinks {
	width: 40%;
	float: left;
	padding: 0 5%;
}
.footer .flinks ul {
	width: 50%;
	float: left;
}
.footer .flinks ul li {
	display: block;
	width: 100%;
}
.footer .flinks ul li a {
	font-size:12px;
	line-height: 24px;
	display: block;
	text-transform: uppercase;
	font-weight: 500;
}
.footer .faddrs {
	width: 30%;
	float: left;
	text-transform: uppercase;
}
.footer .faddrs .flocation {
	font-size: 12px;
	line-height: 24px;
	margin: 0 0 10px;
	padding: 0 0 0 40px;
	background: url(images/footerlocation.png) no-repeat left top;
}
.footer .faddrs .femail {
	font-size: 12px;
	line-height: 24px;
	padding: 0 0 0 40px;
	background: url(images/footeremail.png) no-repeat left top;
}
@media (max-width: 1140px) {
section,.headerwrap {
	width: 1140px;
}
.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 {
    border-radius: 50px;
    background: rgb(255,255,255);
    background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(227,234,244,1) 100%);
    padding: 10px 25px;
    padding: 0;
    border: none;
    box-shadow: 0 0 0 0 !important;
    margin-bottom: 10px;
}
.faq .panel-title {
	font-size: 15px;
	text-transform: none;
	background: url(images/faq.png) no-repeat left 20px 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: #04253e;
    padding: 22px 15px 22px 65px;
    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: #011c25 url(images/email.html) no-repeat 95% center;
    padding: 20px;
    border-radius: 6px;
    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/welcocmebg.html) no-repeat top center #032028;
    background-size: cover;
}
.loginfooter {
	text-align: center;
	padding: 50px 0;
	width: 100%;
	float: left;
}
.loginwrappers {
    width: 100%;
    padding: 30px;
       background: url(images/form-bg.png) no-repeat center 70px #023863;
    border-radius: 16px;
    border-bottom: 0px;
    max-width: 500px;
    margin: 0 auto 0px;
    overflow: hidden;
}

.signupwrappers {
     max-width: 800px;
    padding-bottom: 30px;
    background: url(images/form-bg.png) no-repeat center bottom #023863;
}

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

.iagree {
	clear:both;
	padding:20px 0px;
	text-align:center;
	    color: #023863;
    font-weight: 600;
}

.iagree a {
	color:#023863;
	font-weight:600;
}

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

.loginwrappers input[type="text"], .loginwrappers input[type="password"], .loginwrappers input[type="email"] {
    border: 2px solid #116ab0;
    height: 50px;
    border-radius: 4px;
    background: #011C25;
    color: white;
    margin-bottom: 5px;

}



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

.form-container.login h2 {
    color: #E5BA13;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 18px;
    padding-left: 10px;
}

.support-bottom {
	    width: 100%;
    float: left;
    text-align: center;
}


.form-container.login .support-bottom h2 {
	color:#023863;
	
}

.support-bottom a {
	color:#A36428;
	font-weight:600;
}

.loginpages .logo {
	width: 100%;
	text-align: center;
	padding: 60px 0 30px;
}
.loginaction {
    padding: 16px 0;
    text-align: center;
    margin: 20px 0 0px 0;
    color: #023863;
    width: 100%;
    float: left;

}
.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:#023863;
    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: #dac61b;
    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;
}

.myaccount_wrap {
    float: left;
    width: 100%;
}

.alert-success {
    color: white;
    background-color: #4bba3f;
    border-color: #4bba3f;
}

.member-menu {text-align:center;

	float:left;
	width:100%;
}

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

.member-menu li a {
    text-transform: uppercase;
    font-weight: 600;
    padding: 4px 25px;
    line-height: 36px;
    background: rgb(255,255,255);
    background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(227,234,244,1) 100%);
    color: #04253e;
    border-radius: 36px;
    font-size: 12px;
    margin: 0px 2px 5px;
    display: block;
    width: 220px;
    text-align: left;
}

.member-menu li a img {
	float:right;
	margin-top:6px;
}


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

.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: 100%;
	float: left;
}
.membersidebar {
    float: left;
    width: 100%;
    border-radius: 4px;
    margin: 10px 0px;
    padding: 0px;
}

.membersidebar .planarea {
	margin:10px 0px;
}


.membersidebar .planarea .planbox {
	    width: 360px;
}


.membersidebar .planarea .planbox .value {
    font-size: 36px;
    font-weight: 700;
    color: #fff;
    line-height: 65px;
}

.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;
    background: #042641;
    border-radius: 16px;
    padding: 30px 10px;
    width: 360px;
    float: left;
    position: relative;
    border: 3px solid #116ab0;
    margin-bottom: 20px;
}

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

}
.memleft h2 {
    margin: 5px 0 0 0;
    font-size: 16px;
    line-height: 26px;
    text-transform: none;
    font-weight: 500;


}

.memleft h2 span {
    font-weight: 500;
    font-size: 24px;
    display: block;
    color: #ebc11b;
    text-transform: none;
    margin-top: 10px;
}

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

.memberinner ul{
	list-style:none;
}

.memberinner ul li {
    list-style: none;
    display: inline-block;
    background: #011117;
    width: 270px;
    margin: 10px;
    padding: 20px;
    border-radius: 10px;
    border: 2px solid #E6D017;
    font-size: 18px;
}

.memberinner ul li span {
	float:right;
	color:#13D7D6;
	font-weight:600;
}

.copyurl, .deposit_text {
    overflow: hidden;
    padding: 15px;
    text-transform: uppercase;
    background: #023863;
    padding: 20px;
    border-radius: 10px;
    border: 0px;
    margin: 0px 0px;
    border: 4px solid #116AB0;
}


.copyurl span {
    margin: 5px 0px 20px;
    color: #face22;
    font-size: 18px;
    display: block;
    text-transform: uppercase;
    font-weight: 500;
}

.deposit_text {
	margin: 0 0 30px;
}
#copyButton {
    float: left;
    border: none;
    width: auto;
    height: 46px;
    background: rgb(243,202,38);
    background: linear-gradient(180deg, rgba(243,202,38,1) 0%, rgba(217,173,3,1) 100%);
    border-radius: 36px;
    margin-right: 10px;
    padding: 0px 20px;
    font-weight: 500;
    text-transform: uppercase;
    color: #042641;
}

#copyButton:hover {
	background: #c3a032;
}

#copyTarget {
    width: 100%;
    float: left;
    height: 46px;
    border: 2px solid #ffcb22;
    color: white;
    padding: 0 15px;
    font-size: 14px;
    background: none;
    border-radius: 4px;
    margin-right: 10px;
    margin-bottom: 15px;
    background: #042641;
}
#msg {
}

.button-container {
    overflow: hidden;
    margin-bottom: 20px;
}

.input-block {
    display: inline-block;
    margin: 0px 5px;
    border: 2px solid #F0C622;
    padding: 6px 20px 6px 10px;
    border-radius: 26px;
}

.input-block input[type=radio] {margin:0px 5px; vertical-align:middle;}

.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: rgb(255,255,255);
    background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(227,234,244,1) 100%);
    border-radius: 36px;
	color: #023863;
}

.getban:hover {
	background: rgb(255,255,255);
}

.ref-link {
	margin-top:20px;
}

.getban a {
	color: #023863;
}

.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: url(images/form-bg.png) no-repeat center 40% #023863;
    border-radius: 16px;
    width: 360px;
    padding: 20px 10px 10px;
    color: white;
    margin: 0px 10px;
    margin-left: 21px;
}
.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 {
    padding: 0px 15px 10px;
    text-transform: uppercase;
    font-size: 14px;
    border-radius: 4px;
    margin: 0px 0 25px;
    text-align: center;
    line-height: 26px;
}
.accbox h4 span {
    font-weight: 600;
    font-size: 48px;
    display: block;
    color: #ffffff;
    margin-bottom: 0px;
    line-height: 58px;
}
.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: 0px 0 20px 0;
}
.acc_button a {
    padding: 10px 30px;
    text-transform: uppercase;
    line-height: 32px;
    display: block;
    font-weight: 600;
    background: rgb(255,255,255);
    background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(227,234,244,1) 100%);
    color: #04253e;
    font-size: 14px;
    border-radius: 36px;
    display: inline-block;
}
.acc_button a:hover {
	background: rgb(255,255,255);
}



.deposit_text span {
	font-weight: 600;
	font-size: 18px;
	float: right;
}
.my_accont {
    border: 0px;
    background: #062f50;
    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 #116ab0;
    text-align: left;
}

.my_accont table.no-border td {border:0px;}

.my_accont table td.inheader, .paidoutbottom table td.inheader {
    background: #012139;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 13px;
    text-align: left;
    border: 1px solid #116ab0;
    color: #f0c622;
}

.form-container input {
	margin-bottom:10px;
}


.deposit-balance {
    background: #023863;
    padding: 20px;
    border-radius: 6px;
    margin: 0px 0px 20px;
}


.refheader {
    font-size: 18px;
    font-weight: 400;
    text-transform: none;
    margin: 10px 0 20px;
    color: #1d9cff;
}
.aff-banners {
background: #023863;
    border: 0px;
    padding: 15px;
    border-radius: 10px;
    color: #fff;
    width: 100%;
    float: left;
    margin-top: 20px;
}
.aff-banners .nav-tabs {
    border-bottom: 4px solid #116ab0;
    margin: 0 0 15px;
    float: none;
    padding: 10px;
    background: #042641;
    border-radius: 6px 6px 0px 0px;
      
}
.aff-banners .nav-tabs > li.active > a, .aff-banners .nav-tabs > li.active > a:focus, .aff-banners .nav-tabs > li.active > a:hover {
   color: #081B22;
    cursor: default;
    border: 0px;
    background: rgb(255,255,255);
    background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(227,234,244,1) 100%);
    border-radius: 36px;
}
.aff-banners .nav > li a:hover {
	background:#F0DA25;
	border:0px;
	 color: #081B22;
}
.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;
}

.planwrap2 .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: #fff;
    background: #0c314f;
    border-radius: 36px;
    margin: 0px;
    margin-top: 10px;
}

.planwrap2 .planbox input[type="radio"]:checked + .radio {
background: rgb(243,202,38);
    background: linear-gradient(180deg, rgba(243,202,38,1) 0%, rgba(217,173,3,1) 100%);
    border-radius: 36px;
    color:#062F50;
}
.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;
}




.support-top {
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    padding: 0px 20px;
}





.toggle{
    --uiToggleSize: var(--toggleSize, 1.15rem);
    --uiToggleBorderWidth: var(--toggleBorderWidth, 2px);
    --uiToggleColor: var(--toggleColor, #E8D730);
    display: var(--toggleDisplay, inline-flex);
    position: relative;
    border: 2px solid #297fc4;
    padding: 4px 15px 0px 0px;
    border-radius: 6px;
}

.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);
    position: absolute;
    left: 5px;
    top: 5px;
}

.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: .4628em;
    left: .28em;
    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: 100%;
}

/* 
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;

}

.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: #0e5995;
    --toggleBackgroundColor: #ebf0f7;
    --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;



}


.checkbox input {
	display: none;
}

.checkbox label {
	font-size: 24px;
	color: #bfbfbf;
	display: inline-block;
	padding: 0 0 0 1em;
	cursor: pointer;
}
.checkbox label:before {
	content: '';
	display: inline-block;
	background: #55D8C6;
	position: absolute;
	left: 0;
	top: 5px;
	height: 20px;
	width: 20px;
	margin-right: 10px;
	border-radius: 80%;
	box-shadow: 0px 1px 0 0 rgba(0, 0, 0, .2);
	box-sizing: border-box;
	border: 10px solid #fff;
	transition: border .3s ease;
}

.checkbox input:checked + label:before {
	border-color: #fff;
	border-width: 3px;
}
.checkbox input + label {
	transition: color .7s ease;
}
.checkbox input:checked + label {
	color: #5D5D5D;
}



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

.my_accont h2 span {
    color: #fbd023;
    font-size: 30px;
    margin-top: 10px;
    display: block;
    font-weight: 500;
}

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


.upline {
    color: white;
    text-align: center;
    padding-top: 20px;
    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;
}
}
