@charset "utf-8";
/* CSS Document */
body {
	color: #79807c;
	background: #fff;
	padding: 0;
	margin: 0;
	font: 400 14px/22px 'Montserrat', sans-serif;
}
p {
	text-align: justify;
	margin: 0 0 20px
}
a {
	color: #3ad89e;
	outline: none;
	text-decoration: none
}
a:hover, a:active, a:focus {
	color: #45c938;
	text-decoration: none;
	outline: none
}
img {
	max-width: 100%
}
label {
	font-weight: 400
}
input[type="text"], input[type="password"], input[type="email"], select {
    color: #4b554f;
    width: 100%;
    height: auto;
    background: #fff;
    border: 0px;
    padding: 15px 20px;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 600;
}
textarea {
	color: #79807c;
	width: 100%;
	height: 100px;
	background: #fff;
	border: 1px solid #ececec;
	padding: 10px;
	border-radius: 4px;
	resize: none;
	font-size: 14px;
}
input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, .form-container textarea:focus {
	border:0px;
}
input[type="submit"], input[type="button"] {
    background: #e9bd0b;
    border: 0px;
    color: #ffffff;
    font-size: 14px;
    border: 2px solid white;
    text-transform: uppercase;
    line-height: 35px;
    border-radius: 50px;
    display: inline-block;
    padding: 6px 40px;
    font-weight: 600;
    box-shadow: inset 0px 1px 4px #a78709;
}
input[type="submit"]:hover, input[type="button"]:hover {
	color: #fff;
	background: #EFC935;
}

ul {
	list-style: none;
	padding: 0;
	margin: 0
}
h1,h2,h3,h4,h5,h6 {
}
.wrapper, section, header, footer {
	width: 100%;
	float: left;
}
.header_wrap {
	background: url(images/bannerbg.png) no-repeat top center #112f80;
	color: #fff;
	min-height: 1200px;
}

.header_wrap_sub {
    background: url(images/bannerbg.png) no-repeat 50% top #112f80;
    color: #fff;
    min-height: 700px;
}

.logowrap, 
.bannerwrap  {
	padding: 25px 0;
	width: 100%;
	float: left;
}
.loginwrap {
	width: 100%;
	float: right;
	text-align: right;
}
.servertime {
	display: inline-block;
	font-size: 14px;
	font-weight: 700;
	padding: 0 0 0 40px;
	background: url(images/headertime.png) no-repeat left center;
	line-height: 42px;
}
.topemail {
	display: inline-block;
	font-size: 14px;
	font-weight: 700;
	padding: 0 0 0 40px;
	background: url(images/headeremail.png) no-repeat left center;
	line-height: 42px;
	margin: 0 0 0 10px;
}
.loginaction {
	display: inline-block;
	text-transform: uppercase;
	margin: 0 0 0 15px;
}
.loginaction .login,.loginaction .register {
	display: inline-block;
	line-height: 42px;
	padding: 0 25px;
	font-weight: 700;
	font-size: 12px;
	border-radius: 4px;
	margin: 0 0 0 6px;
}
.loginaction .login {
	background: rgb(80,184,230);
	background: linear-gradient(90deg, rgba(80,184,230,1) 0%, rgba(69,144,206,1) 100%); 
}
.loginaction .login:hover {
	background: rgb(80,184,230);
}
.loginaction .register {
	background: rgb(53,194,142);
	background: linear-gradient(90deg, rgba(53,194,142,1) 0%, rgba(7,178,115,1) 100%); 
}
.loginaction .register:hover {
	background: rgb(53,194,142);
}
.loginaction .login a,.loginaction .register a {
	color:#fff;
}
.nav_wrap {
	width: 100%;
	float: left;
	padding: 10px 0 0 0;
}
.navbar-collapse {
	padding-right: 0;
	padding-left: 0;
}
.navbar-nav {
	float: right;
	text-align: right;
}
.navbar-nav > li {
	margin: 0 0 0 15px;
	padding: 0 5px;
}
.navbar-nav > li > a {
	color: #fff;
	padding: 0;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 44px;
}
.nav > li > a:focus, .nav > li > a:hover {
	background-color: transparent;
	color: #65dffd;
}
.banner {
	padding: 90px 0 0 0;
	width: 100%;
	float: left;
}
.statwrap {
	width: 100%;
	padding: 0 0 40px;
}
.statwrap .started,.statwrap .onlinedays {
	display: inline-block;
	padding: 10px 0 10px 50px;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 600;
}
.statwrap .started {
	background: url(images/startdate.png) no-repeat left center;
	margin: 0 40px 0 0;
}
.statwrap .onlinedays {
	background: url(images/onlinedays.png) no-repeat left center;
}
.statwrap .started span,.statwrap .onlinedays span {
	color:#3ad89e;
	display: block;
}
.banner h1 {
	font-weight: 700;
	text-transform: uppercase;
	margin: 0 0 30px;
	font-size: 55px;
}
.banner h1 span {
	color:#3ad89e;
}
.banner h3 {
	font-size: 22px;
	line-height: 34px;
	margin: 0 0 45px;
}
.banner .openaccount, .banner .memberlogin {
	padding: 10px 20px 10px 15px;
	border-radius: 4px;
	background: #ccc;
	font-size: 20px;
	line-height: 24px;
	font-weight: 700;
	color: #fff;
	display: inline-block;
}
.banner .openaccount {
	background: rgb(80,184,230);
	background: linear-gradient(90deg, rgba(80,184,230,1) 0%, rgba(69,144,206,1) 100%);
	margin: 0 15px 0 0;
}
.banner .memberlogin {
	background: rgb(53,194,142);
	background: linear-gradient(90deg, rgba(53,194,142,1) 0%, rgba(7,178,115,1) 100%); 
}
.banner .openaccount a, .banner .memberlogin a {
	display: block;
	color: #fff;
	padding: 10px 90px 10px 10px;
}
.banner .openaccount a {
	background: url(images/openaccount.png) no-repeat right center;
}
.banner .memberlogin a {
	background: url(images/login.png) no-repeat right center;
}
.bannerthumb {
	position: relative;
	width: 100%;
	float: left;
}
.bannerthumb figure img {
	max-width: 100%;
}
.coin1 {
	-webkit-animation: action 1s infinite alternate;
	animation: action 1s infinite alternate;
}
@-webkit-keyframes action {
	0% {
   transform: translateY(0);
   }
	100% {
   transform: translateY(-20px);
   }
   }
	@keyframes action {
	0% {
   transform: translateY(0);
   }
	100% {
   transform: translateY(-20px);
   }
   }
.planwrap {
	margin: -250px 0 0 0;
	text-align: center;
	background: url(images/planmainbg.png) no-repeat left bottom;
}

.supportwrap {
	    margin: -240px 0 0 0;
}

.regularplan {
	
}
.regularplan h2 {
	font-weight: 300;
	color: #fff;
	font-size: 48px;
	margin: 0 0 15px;
}

.regularplan h2.plan-select {
	font-weight:400;
	color:#3B259B;
	font-size:36px;
	text-align:center;
	padding-top:20px;
}

.regularplan h3 {
	color: #fff;
	font-size: 18px;
	line-height: 35px;
	margin: 0 0 30px;
	font-weight: 500;
}
.regularplan h3 span {
	padding: 0 15px 0 0;
}
.planwrapinside {
	width: 100%;
	float: left;
}
.planbox {
	width: 244px;
	height: 227px;
	float: left;
	color: #fff;
	text-transform: uppercase;
	font-weight: 500;
	position: relative;
	z-index: 9;
	text-align:center;
}

.account_deposit .planbox {
	width:237px;
}

.planbox.one {
	background: url(images/plan1bg.png) no-repeat center center;
	background-size: 100%;
}
.planbox.two {
	background: url(images/plan2bg.png) no-repeat center center;
	margin-left: -67px;
	background-size: 100%;
}
.planbox.three {
	background: url(images/plan3bg.png) no-repeat center center;
	margin-left: -67px;
	background-size: 100%;
}
.planbox.four {
	background: url(images/plan4bg.png) no-repeat center center;
	margin-left: -67px;
	background-size: 100%;
}
.planbox.five {
	background: url(images/plan5bg.png) no-repeat center center;
	margin-left: -67px;
	background-size: 100%;
}
.planbox.six {
	background: url(images/plan6bg.png) no-repeat center center;
	margin-left: -67px;
	background-size: 100%;
}
.planbox.seven {
	background: url(images/plan7bg.png) no-repeat center center;
	background-size: 100%;
}
.planbox.eight {
	background: url(images/plan8bg.png) no-repeat center center;
	margin-left: -67px;
	background-size: 100%;
}
.planbox.nine {
	background: url(images/plan9bg.png) no-repeat center center;
	margin-left: -67px;
	background-size: 100%;
}
.planbox.ten {
	background: url(images/plan10bg.png) no-repeat center center;
	margin-left: -67px;
	background-size: 100%;
}
.planbox.eleven {
	background: url(images/plan11bg.png) no-repeat center center;
	margin-left: -67px;
	background-size: 100%;
}
.planbox.twelve {
	background: url(images/plan12bg.png) no-repeat center center;
	margin-left: -67px;
	background-size: 100%;
}

.planbox .icon {
	padding: 20px 0 10px;
}
.planbox .value {
	font-size: 40px;
	font-weight: 700;
	line-height: 40px;
}
.planbox .value span {
	font-size: 30px;
}
.planbox .daily {
	font-size: 14px;
	line-height: 18px;
	padding: 5px 0;
}
.planbox .min {
	font-size: 12px;
}
.vipplans {
	padding: 60px 0 0 0;
}
.vipplans h2 {
	font-weight: 300;
	color: #12449b;
	font-size: 48px;
	margin: 0 0 15px;
}
.vipplans h2 strong {
	padding: 0 0 0 80px;
	background: url(images/vip.png) no-repeat left center;
}
.vipplans h3 {
	color: #12449b;
	font-size: 18px;
	line-height: 35px;
	margin: 0 0 30px;
	font-weight: 500;
}
.vipplans h3 span {
	padding: 0 15px 0 0;
}
.calculatorwrap {
	background: url(images/calculatorbg.png) no-repeat top center #194aa7;
	color: #fff;
	border-radius: 30px;
	padding: 160px 40px 40px;
	margin: -120px 0 0 0;
	position: relative;
	z-index: 1;
	width: 100%;
	float: left;
}

.main .calculatorwrap {
    background: url(images/calculatorbg.png) no-repeat top center #194aa7;
    color: #fff;
    border-radius: 30px;
    padding: 30px 10px 30px;
    margin: 10px;
    position: relative;
    z-index: 1;
    width: auto;
    float: left;
    text-align: center;
}



.calculateinputs {
	width: 100%;
	float: left;
	padding: 0 0 40px;
}
.calculateinputs h2 {
	font-size: 36px;
	text-transform: uppercase;
	font-weight: 300;
	margin: 0 0 30px;
}
.chooseplanwrap {
	width: 100%;
	float: left;
	display: flex;
	flex-direction: row;
	justify-content: center;
}
.chooseplanbox, .amoutbox {
	width: 374px;
	height: 50px;
	margin: 0 10px;
	background: #fff;
	border-radius: 50px;
	display: inline-block;
	position: relative;
}
.chooseplanbox label, .amoutbox label {
	float: left;
	width: 40%;
	line-height: 50px;
	background: #e1b12e;
	border-radius: 50px 0 0 50px;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 14px;
	margin: 0;
}
.chooseplanbox select {
	color: #183b7d;
	font-weight: 500;
	border: none;
	height: 50px;
	border-radius: 0 50px 50px 0;
	width: 60%;
}
.amoutbox input {
	color: #183b7d;
	font-weight: 500;
	border: none;
	height: 50px;
	border-radius: 0 50px 50px 0;
	width: 60%;
	font-size: 24px;
	padding: 0 80px 0 10px;
}
.amoutbox .usd {
	background-color: #1f4ea6;
	position: absolute;
	right: 5px;
	padding: 9px 20px;
	border-radius: 50px;
	font-weight: 500;
	top: 5px;
}
.calculateresults {
	width: 100%;
	float: left;
}
.resultbox {
	margin: 0 10px;
	width: calc(25% - 20px);
	float: left;
	background: #032c6cb8;
	border-radius: 6px;
	padding: 20px 15px;
	text-align: left;
}
.resultbox .icon {
	width: 64px;
	float: left;
	padding: 0 20px 0 0;
}
.resultbox .txt {
	width: calc(100% - 84px);
	float: left;
	font-weight: 300;
}
.resultbox .txt p {
	font-size: 18px;
	margin: 0;
}
.resultbox .txt h3 {
	font-size: 30px;
	margin: 0;
	font-weight: 300;
}
.paymenticonwrap {
	padding: 40px 0;
	text-align: center;
}
.paymenticonwrap span {
	display: inline-block;
	margin: 5px;
}
.planfeaturebox {
	width: 100%;
	float: left;
	display: flex;
	align-items: center;
	flex-direction: row;
	padding: 20px 0 50px;
}
.planfeaturebox .icon {
	width: 60%;
	float: left;
}
.planfeaturebox .txt {
	width: 40%;
	padding: 0 0 0 15px;
	float: left;
	font-size: 20px;
	line-height: 32px;
	color: #3a465a;
	text-align: left;
}
.welcomewrap {
	background: #113487 url(images/welcomecurvebottm.png) no-repeat bottom right;
	color: #fff;
	padding: 70px 0;
}
.welcomeinfos {
	width: 100%;
	float: left;
}
.welcomeinfos h1 {
	font-size: 36px;
	font-weight: 400;
	margin: 15px 0 25px;
}
.welcomeinfos h1 strong {
	display: block;
}
.welcomeinfos p {
	font-size: 14px;
	line-height: 30px;
}
.welcomeinfos a {
	font-weight: 600;
	text-transform: uppercase;
	border-radius: 4px;
	background-color: #50b8e6;
	padding: 0 25px;
	line-height: 64px;
	display: inline-block;
	color: #fff;
	width: 240px;
	text-align: center;
	margin: 15px 0 0 0;
}
.welcomeinfos a:hover {
	background-color: #07b273;
}
.welcomeleft {
	background: url(images/welcomeleft.jpg) no-repeat top center;
	width: 100%;
	float: left;
	max-width: 555px;
}
.welcomeleft .toppart {
	width: 100%;
	float: left;
}
.welcomeleft .toppart .certificate {
	width: 65%;
	float: left;
	text-align: center;
}
.welcomeleft .toppart .rightaddress {
	width: 35%;
	float: left;
	text-align: center;
	padding: 110px 0;
}
.welcomeleft .toppart .rightaddress .logoarea {
	
}
.welcomeleft .toppart .rightaddress h4 {
	font-size: 18px;
	line-height: 24px;
	text-transform: uppercase;
	margin: 15px 0 10px;
}
.welcomeleft .toppart .rightaddress h4 span {
	font-weight: 700;
	display: block;
}
.welcomeleft .toppart .rightaddress h3 {
	color: #28bd86;
	font-size: 24px;
	font-weight: 500;
	margin: 0;
}
.welcomeleft .bottomarea {
	width: 100%;
	float: left;
	padding: 110px 25px 25px 25px;
}
.bottomarea .action {
	width: 100%;
	padding: 0 0 20px;
}
.bottomarea .action a {
	width: 170px;
	border-radius: 50px;
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	margin: 0 10px 0 0;
	display: inline-block;
	line-height: 44px;
	text-align: center;
}
.bottomarea .action a.viewcert {
	background: #113487;
	border: 2px solid #113487;
}
.bottomarea .action a.viewcert:hover {
	background: #06589c;
	border: 2px solid #06589c;
}
.bottomarea .action a.compprof {
	background: #27bd86;
	border: 2px solid #fff;
}
.bottomarea .action a.compprof:hover {
	background: #29d596;
	border: 2px solid #29d596;
}
.bottomarea .address {
	font-size: 18px;
	line-height: 24px;
	padding: 20px 0 20px 110px;
	background: url(images/certificateareaaddress.png) no-repeat left center;
	font-weight: 500;
}
.welcomestars {
	margin: 70px auto 30px;
	float: left;
	text-align: center;
	width: 258px;
	height: 258px;
	color: #fff;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.welcomestars.one {
	background: url(images/statround1.png) no-repeat center center;
}
.welcomestars.two {
	background: url(images/statround2.png) no-repeat center center;
}
.welcomestars.three {
	background: url(images/statround3.png) no-repeat center center;
}
.welcomestars.four {
	background: url(images/statround4.png) no-repeat center center;
}
.welcomestars h3 {
	color: #07b273;
	font-size: 24px;
	font-weight: 400;
}
.welcomestars p {
	font-size: 16px;
	margin: 0;
}
.affiliatewrap {
	padding: 50px 0 70px;
	text-align: center;
}
.affiliatewrap .heading {
	padding: 0 0 50px;
}

.affiliatewrap .heading h2 {
	font-weight: 300;
	color: #12449b;
	font-size: 48px;
	margin: 0 0 25px;
}
.affiliatewrap .heading p {
	color: #4e5561;
	font-size: 16px;
	line-height: 30px;
	text-align: center;
}
.affiliatethumb {
	width: 100%;
	float: left;
}
.affiliatevalues {
	width: 100%;
	float: left;
	position: relative;
	min-height: 450px;
}
.valuebox {
	width: 244px;
	height: 227px;
	color: #fff;
	position: absolute;
}
.valuebox.one {
	background: url(images/plan2bg.png) no-repeat center center;
	left: 0;
	top: 0;
}
.valuebox.two {
	background: url(images/plan3bg.png) no-repeat center center;
	right: 0;
	top: 0;
}
.valuebox.three {
	background: url(images/plan5bg.png) no-repeat center center;
	bottom: 0;
	left:50%;
	margin-left: -122px;
}
.valuebox .upto {
	font-size: 18px;
	padding: 40px 0 0 0;
}
.valuebox .pere {
	font-weight: 700;
	font-size: 60px;
	line-height: 60px;
	padding: 10px 0;
}
.valuebox .pere span {
	font-size: 48px;
	line-height: 48px;
}
.valuebox .lavel {
	font-size: 18px;
	font-weight: 600;
}
.footericons {
	background: #07b273;
	padding: 30px 0;
}
.footerwrap {
	background-color: #162d7b;
	color: #fff;
	padding: 50px 0;
}
.footeraddress {
	background: #21398b url(images/footerlogobg.png) no-repeat center bottom;
	border-radius: 35px;
	text-align: center;
	padding: 60px 40px;
	color: #fff;
	margin: -160px 0 0 0;
	box-shadow: 0 0px 0px 8px #00000024;
}
.footeraddress .logof {
	padding: 0 0 20px;
}
.footeraddress .company {
	margin: 25px 0 0 0;
	font-size: 14px;
	line-height: 24px;
}
.navigate,.fcontact {
	width: 100%;
	float: left;
}
.navigate h4,.fcontact h4 {
	margin: 0 0 25px;
	color: #35c28e;
	text-transform: uppercase;
	font-weight: 600;
}
.navigate ul {
	width: 50%;
	float: left;
}
.navigate ul li {
	line-height: 28px;
	font-size: 14px;
}
.navigate ul li a {
	display: block;
	font-weight: 600;
	text-transform: uppercase;
	color: #fff;
}
.navigate ul li a:hover {
	color:#4daddf;
}
.fcontact .address {
	padding: 2px 0 2px 60px;
	background: url(images/footerlocation.png) no-repeat left center;
	font-size: 12px;
	font-weight: 600;
	margin: 0 0 20px;
}
.fcontact .email {
	padding: 0 0 0 60px;
	background: url(images/footeremail.png) no-repeat left center;
	font-size: 12px;
	font-weight: 600;
	margin: 0 0 20px;
	line-height: 48px;
}


@media screen and (min-width: 1025px) {
}
@media screen and (max-width: 1024px) {	
	.navbar-nav > li {
		padding: 0px;
	}
	.navbar-nav > li > a {
		font-size: 13px;
	}
	.banner {
		padding: 30px 0 0 0;
	}
	.banner h1 {
		font-size: 42px;
	}
	.banner h3 {
		font-size: 18px;
		line-height: 28px;
	}
	.banner .openaccount a, .banner .memberlogin a {
		font-size: 17px;
	}
	.bannerthumb {
		text-align: center;
	}
	.bannerthumb figure img {
		max-width: 100%;
	}
	.planwrap {
		margin: 40px 0 0 0;
	}
	.regularplan h2,.vipplans h2 {
		color: #12449b;
		font-size: 38px;
	}
	.regularplan h3, .vipplans h3 {
		color: #12449b;
		font-size: 15px;
		line-height: 24px;
	}
	.planwrapinside {
		text-align: center;
	}
	.planbox {
		float: none;
		display: inline-block;
		margin: 10px !important;
	}
	.calculatorwrap {
		padding: 30px;
		margin: 30px 0 0;
	}
	.resultbox {
		margin: 5px;
		width: calc(50% - 10px);
	}
	.planfeaturebox .txt {
		font-size: 16px;
		line-height: 26px;
	}
	.welcomeleft {
		float: none;
		max-width: 555px;
		margin: 0 auto;
		overflow: hidden;
	}
	.welcomeinfos {
		padding: 30px 0 50px;
	}
	.welcomeinfos h1 {
		font-size: 30px;
	}
	.welcomeinfos h1 strong {
		display: inline-block;
	}
	.welcomestars {
		margin: 20px auto;
		float: none;
	}
	.bottomarea .address {
		font-size: 16px;
		line-height: 22px;
	}
	.bottomarea .action a {
		font-size: 14px;
	}
	.welcomestars h3 {
		font-size: 20px;
	}
	.welcomestars p {
		font-size: 14px;
	}
	.affiliatewrap .heading h2 {
		font-size: 38px;
	}
	.affiliatewrap .heading p {
		font-size: 14px;
		line-height: 26px;
	}
	.affiliatethumb {
		padding: 30px 0 0 0;
	}
	.footericons .iconwrap {
		text-align: center;
	}
	.footeraddress {
		background: #21398b;
		text-align: center;
		padding: 30px 20px;
		margin: 0;
	}
	.navigate, .fcontact {
		padding: 40px 0 0 0;
	}
	.fcontact .address {
		min-height: 48px;
		line-height: 48px;
	}
	.affiliatewrap .heading h2 {
		font-size: 32px;
	}
	.footeraddress .company {
		margin: 5px 0 0 0;
	}
}
 @media screen and (max-width: 812px) {	
	 .logo, .loginwrap {
		 text-align: center;
	 }
	 .logo {
		 padding:0 0 15px;
	 }
	 .navbar-nav {
		text-align: center;
		width: 100%;
	}
	.banner h1 {
		font-size: 38px;
	}
	.banner h3 {
		font-size: 16px;
		line-height: 24px;
	}
	.banner .openaccount a, .banner .memberlogin a {
		padding: 10px 60px 10px 10px;
	}
	.banner .openaccount a br, .banner .memberlogin a br {
		display: none;
	}
	.bannerthumb {
		padding: 30px 0 0 ;
	}
	.regularplan h2, .vipplans h2,.calculateinputs h2 {
		font-size: 32px;
	}
	.planbox .value {
		font-size: 32px;
		line-height: 34px;
	}
	.resultbox .txt h3 {
		font-size: 30px;
		margin: 5px 0 0 0;
	}
	.planfeaturebox .txt br {
		display: none;
	}
	.welcomeleft .toppart .rightaddress h4 {
		font-size: 16px;
		line-height: 22px;
	}
	.welcomeleft .toppart .rightaddress h3 {
		font-size: 20px;
	}
	.welcomeinfos h1 {
		font-size: 28px;
	}
	.valuebox .pere {
		font-size: 50px;
		line-height: 50px;
	}
	.amoutbox .usd {
		font-size: 12px;
	}

}
 @media screen and (max-width:767px) {
	.nav_wrap {
		width: 100%;
		text-align: center;
	}
	.navbar-toggle {
		float: none;
		margin-right: 0;
		background-color: #008ed0;
		text-transform: uppercase;
		font-weight: 600;
		    color: white;
	}
	.navbar-nav {
		margin: 7.5px 0;
	}
	.banner h1 {
		font-size: 32px;
	}
	.banner h3 {
		font-size: 14px;
	}
	.banner .openaccount a, .banner .memberlogin a {
		font-size: 15px;
	}
	.regularplan h2, .vipplans h2, .calculateinputs h2, .affiliatewrap .heading h2 {
		font-size: 30px;
	}
	.chooseplanbox label, .amoutbox label {
		font-size: 10px;
	}
	.planfeaturebox {
		flex-direction: column;
	}
	.planfeaturebox .txt {
		text-align: center;
		padding: 0;
		font-size: 20px;
		width: 100%;
	}
	.footerwrap {
		padding: 40px 0 20px;
	}
}
 @media screen and (max-width: 668px) {
	.banner {
		padding: 0;
	}
}
 @media screen and (max-width: 569px) {
	.statwrap .started, .statwrap .onlinedays {
		font-size: 12px;
	}
	.banner h1 {
		margin: 0 0 20px;
	}
	.banner .openaccount a, .banner .memberlogin a {
		font-size: 10px;
	}
	.header_wrap {
		min-height: inherit;
		padding: 0 0 40px;
	}
	.vipplans h2 strong {
		padding: 7px 0 7px 80px;
	}
	.chooseplanwrap {
		flex-direction: column;
	}
	.chooseplanbox, .amoutbox {
		width: 100%;
		margin: 5px 0;
	}
	.resultbox {
		margin: 5px 0;
		width: 100%;
	}
	.welcomeleft .toppart .certificate {
		width: 100%;
		float: left;
		text-align: center;
		background: #fff;
	}
	.welcomeleft .toppart .rightaddress {
		display: none;
	}
	.welcomeleft .bottomarea {
		width: 100%;
		padding: 90px 15px 15px 15px;
	}
	.bottomarea .action a {
		width: 155px;
	}
	.welcomeinfos h1,.regularplan h2, .vipplans h2, .calculateinputs h2, .affiliatewrap .heading h2,.regularplan h2, .vipplans h2, .calculateinputs h2 {
		font-size: 26px;
	}
	.amoutbox input {
		font-size: 20px;
	}
}
 @media screen and (max-width: 415px) {
	.banner h1 {
		font-size: 28px;
	}
	.banner .openaccount {
		margin: 0 0 15px;
		width: 100%;
	}
	.banner .openaccount a, .banner .memberlogin a {
		font-size: 14px;
	}
	.banner .memberlogin {
		width: 100%;
	}
	.chooseplanbox label, .amoutbox label {
		width: 100%;
		border-radius: 50px;
		margin: 0 0 10px;
		text-align: left;
		padding: 0 10px;
	}
	.chooseplanbox select,.amoutbox input {
		border-radius: 50px;
		width: 100%;
	}
	.chooseplanbox, .amoutbox {
		width: 100%;
		height: auto;
		margin: 10px 0;
		background: transparent;
		border-radius: 0;
	}
	.amoutbox input {
		padding: 0 20px;
		font-size: 16px;
	}
	.resultbox .txt p {
		font-size: 14px;
	}
	.resultbox .txt h3 {
		font-size: 26px;
	}
	.calculateinputs {
		padding: 0 0 20px;
	}
	.welcomeinfos p {
		line-height: 24px;
	}
	.affiliatevalues {
		min-height: auto;
		text-align: center;
	}
	.valuebox {
		margin: 10px auto;
		position: relative;
	}
	.navigate ul li a {
		font-weight: 500;
		font-size: 12px;
	}
	.fcontact .address {
		line-height: 26px;
	}
}
 @media screen and (max-width: 376px) {	
	
}
 @media screen and (max-width: 321px) {	
}
