@charset "utf-8";
/* CSS Document */

body {
	font-family: 'Montserrat', sans-serif;
	color: #53504b;
		background:#FDF7ED;
	font-size: 14px;
	line-height: 24px;
	font-weight: 500;
	padding: 0;
	margin: 0
}
h1, h2, h3, h4, h5, h6 {
	font-family: inherit;
	font-weight: 400;
	color: inherit;
	text-transform: uppercase;
}
h1 strong, h2 strong, h3 strong, h4 strong, h5 strong, h6 strong {
	font-weight: bold;
}
p {
	text-align: justify;
	margin: 0 0 20px
}
p:last-child {
	margin: 0 !important
}
a {
	color: #929393;
	outline: none;
	text-decoration: none;
	transition: 0.3s;
}
a:hover, a:active, a:focus {
	color: #056eab;
	text-decoration: none;
	outline: none;
}
img {
	max-width: 100%
}
label {
	font-weight: normal
}

ul {
	list-style: none;
	padding: 0;
	margin: 0
}
header, main, footer, section {
	width: 100%;
	float: left;
	display: block;
}
.main_wrap, .headeractionwrap, .bannerwrap, .whatiswrap, .bitcerfeatureswrap, .workingsincewrap, .referraltotalwrap, .footeractionwrap, .footer {
	width: 100%;
	float: left;
}
.headeractionwrap {
	background: #53504b;
	color: #fff;
	padding: 10px 0;
}
.headeractionwrapinside {
}
.headeraction.bitcoin {
	background: url(images/topbitcoin.png) no-repeat left center;
}
.headeraction.servertime {
	background: url(images/topservertime.png) no-repeat left center;
}
.headeraction.email {
	background: url(images/topemail.png) no-repeat left center;
	margin-right: 0;
}
.headeraction {
	float: left;
	margin: 0 30px 0 0;
	padding: 5px 0 5px 40px;
	font-size: 12px;

	line-height: 20px;
}
.headeraction span {
    display: block;
    color: #e9b260;
    font-size: 13px;
    font-weight: 500;
}
.headersocial {
	text-align: left;
	padding: 9px 0;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	width: 100%;
	float: left;
}
.headersocial a {
	display: inline-block;
	margin: 0 5px;
}
.topheadeerbuttons {
	text-align: right;
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	align-items: center;
	width: 100%;
	float: left;
}
.topheadeerbuttons a.login {
	background: rgb(219,172,102);
	background: linear-gradient(90deg, rgba(219,172,102,1) 0%, rgba(249,203,136,1) 100%);
	border-color: #e1b26d;
	color: #fff;
}
.topheadeerbuttons a.login:hover {
	background: rgb(219,172,102);
}
.topheadeerbuttons a.signup {
	border-color: #f7c986;
	color: #fff;
}
.topheadeerbuttons a.signup:hover {
	background: #f7c986;
}
.topheadeerbuttons a.paymentproof {
	background: rgb(236,232,247);
	background: linear-gradient(90deg, rgba(236,232,247,1) 0%, rgba(245,242,249,1) 100%);
	border-color: #edeaf7;
	color: #53504b;
}
.topheadeerbuttons a.paymentproof:hover {
	background: rgb(236,232,247);
}
.topheadeerbuttons a {
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 600;
	display: inline-block;
	padding: 0 20px;
	border-radius: 50px;
	line-height: 32px;
	margin: 7px 5px;
	border: 2px solid;
}
.bannerwrap {
	background: url(images/bannerbg.jpg) no-repeat top center;
	background-size: cover;
	min-height: 880px;
	overflow: hidden;
}

.bannerwrap_subpage {
    background: url(images/bannerbg.jpg) no-repeat center;
    background-size: cover;
    min-height: 200px;
    overflow: hidden;
}

.logowrap {
	padding: 35px 0 10px 0;
}
.logo {
	width: 100%;
	float: left;
}
.nav_wrap {
	text-align: right;
}
#bs-example-navbar-collapse-1 {
	padding: 0;
	width: 100%;
	float: left;
}
.navbar-nav {
	width: 100%;
	text-align: right;
}
.navbar-nav > li {
	float: none;
	display: inline-block;
	font-weight: 600;
	text-transform: uppercase;
}
.navbar-nav > li > a {
    padding: 0 10px;
    color: #65553b;
    line-height: 62px;
    font-size: 15px;
}
.nav > li > a:focus, .nav > li > a:hover {
	text-decoration: none;
	background-color: transparent;
	color: #c09857;
}
.bannerinfos {
	padding: 110px 0 0;
}
.bannerinfos h2 {
	font-size: 60px;
	line-height: 65px;
	margin: 0 0 20px;
	font-weight: 700;
	color: #c09857;
}
.bannerinfos h2 span {
	color: #53504b;
}
.bannerinfos p {
	color: #5c4b30;
	font-size: 24px;
	line-height: 36px;
	font-weight: 300;
	margin: 0 0 30px;
}
.bannerinfos p span {
	font-weight: 500;
}
.bannerinfos a {
	background: rgb(219,172,102);
	background: linear-gradient(90deg, rgba(219,172,102,1) 0%, rgba(249,203,136,1) 100%);
	text-transform: uppercase;
	font-size: 14px;
	color: #fff;
	border-radius: 50px;
	padding: 0 50px;
	line-height: 50px;
	display: inline-block;
	font-weight: 500;
}
.bannerinfos a:hover {
	background: rgb(219,172,102);
}
.bannerinfos .accepted {
	padding: 35px 0 0;
}
.bannerinfos .accepted h4 {
	margin: 0 0 20px;
	font-size: 16px;
	font-weight: 500;
	color: #5c4b30;
}
.bannerinfos .accepted h4 > span {
	color: #c09857;
}
.bannerinfos .accepted span {
	display: inline-block;
	margin: 0 8px 0 0;
}
.bannerthumb {
	position: relative;
	width: 100%;
	float: left;
}
.bannerthumb .coins {
	position: absolute;
	z-index: 99;
	left: 0;
	top: 0;
	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);
}
}
.bannerthumb img {
	max-width: 850px;
}
.whatiswrap {
	background: #fdf7ed url(images/whatisbg.png) no-repeat center bottom;
}


.plans-subpage {
	padding-top:80px;
	padding-bottom:50px;
}


.planbox {
	background: #53504b;
	border-radius: 6px;
	width: 100%;
	float: left;
	margin: -70px 0 20px 0;
	padding: 30px 0 30px 0;
}


.plans-subpage .planbox {

		margin: 10px 0 20px 0;

}


.planbox .planleft {
	width: 60%;
	float: left;
	position: relative;
}
.planbox .planleft .percentwrap {
	padding: 0 0 0 20px;
	width: 100%;
	float: left;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
}
.planbox .planleft .planname {
	position: absolute;
	top: -50px;
	color: #5c4b30;
	background: rgb(219,172,102);
	background: linear-gradient(90deg, rgba(219,172,102,1) 0%, rgba(249,203,136,1) 100%);
	padding: 10px 25px;
	border-radius: 4px;
	font-size: 20px;
	text-transform: uppercase;
	left: 40px;
}
.planbox .planleft .percentwrap .percent {
	width: 40%;
	float: left;
	color: #eeca94;
	font-weight: 800;
	font-size: 82px;
	line-height: 82px;
}
.planbox .planleft .percentwrap .percent span {
	font-size: 60px;
}
.planbox .planleft .percentwrap .daily {
	width: 60%;
	float: left;
	color: #f9eacd;
	font-weight: 800;
	text-transform: uppercase;
	font-size: 36px;
	line-height: 34px;
}
.planbox .planleft .percentwrap .daily span {
	font-size: 24px;
	display: block;
}
.planbox .planleft .hourly {
	width: 100%;
	float: left;
	background: rgb(219,172,102);
	background: linear-gradient(90deg, rgba(219,172,102,1) 0%, rgba(249,203,136,1) 100%);
	font-size: 24px;
	font-weight: 700;
	color: #fff;
	padding: 10px 20px;
}
.planbox .planleft .hourly span {
	font-weight: 300;
}
.planbox .planright {
	width: 40%;
	float: left;
	background: #756d60;
	color: #f9eacd;
	padding: 20px;
	border-radius: 4px 0 0 4px;
}
.planbox .planright ul {
}
.planbox .planright ul li {
	font-size: 14px;
	line-height: 28px;
	padding: 0 0 0 30px;
	background: url(images/planyellowtick.png) no-repeat left 5px center;
}
.planbox .planright ul li span {
	color: #f9ea74;
}
.planbox.premium .planname {
	background: rgb(230,176,46);
	background: linear-gradient(90deg, rgba(230,176,46,1) 0%, rgba(254,202,92,1) 100%);
}
.calculatorwrap {
	background: #ecd7b3 url(images/calculatorbg.jpg) repeat center center;
	width: 100%;
	float: left;
	padding: 20px 40px;
	border-radius: 6px;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	border: 3px solid #928e87;
}
.calculateheading {
	float: left;
	width: calc(30% - 60px);
	margin: 0 60px 0 0;
	padding: 12px 0 12px 80px;
	background: url(images/calculatoricon.png) no-repeat left center;
	font-size: 30px;
	text-transform: uppercase;
	font-weight: 300;
	line-height: 36px;
}
.calculateheading span {
	font-weight: 700;
}
.enteramount {
	float: left;
	width: calc(30% - 60px);
	margin: 0 60px 0 0;
}
.enteramount label {
	width: 100%;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 500;
}
.enteramount .amount {
	background: #53504b;
	border-radius: 4px;
	width: 100%;
	float: left;
}
.enteramount .amount input {
	width: 80%;
	float: left;
	border: none;
	background: transparent;
	color: #fff;
	height: 40px;
}
.enteramount .amount .dollar {
	width: 20%;
	float: left;
	text-align: center;
	background: #dd972d;
	border-radius: 0 4px 4px 0;
	height: 40px;
}
.profitresults {
	width: calc(20% - 15px);
	float: left;
	margin: 0 30px 0 0;
	background: #53504be8;
	border-radius: 4px;
	text-align: center;
	padding: 15px 25px;
}
.profitresults:last-child {
	margin-right: 0;
}
.profitresults label {
    background: rgb(230,176,46);
    background: linear-gradient(90deg, rgba(230,176,46,1) 0%, rgba(254,202,92,1) 100%);
    border-radius: 4px;
    font-size: 13px;
    text-transform: uppercase;
    color: #5c4b30;
    line-height: 30px;
    margin: 0;
    width: 100%;
    font-weight: 600;
}
.profitresults h4 {
	font-size: 30px;
	color: #e7c993;
	font-weight: 500;
	margin: 15px 0;
	line-height: 42px;
}
.bitcerwrap {
	margin: 15px 0 0 0;
	width: 100%;
	float: left;
}
.bitcerwrap h2 {
	margin: 90px 0 25px;
	font-weight: 700;
	font-size: 48px;
	color: #5c4b30;
}
.bitcerwrap h2 span {
	color: #e7a23a;
}
.bitcerwrap p {
	margin: 0 0 20px;
	color: #5c4b30;
	line-height: 30px;
}
.bitcerwrap .action {
	width: 100%;
	float: left;
	padding: 15px 0 0 0;
}
.registrationdate, .registrationnumber {
	float: left;
	padding: 25px 25px 25px 80px;
	border-radius: 4px;
	font-size: 14px;
	line-height: 20px;
	text-transform: uppercase;
}
.registrationdate span, .registrationnumber span {
	display: block;
	font-weight: 600;
}
.registrationdate {
	background: #53504b url(images/registrationdateicon.png) no-repeat left 10px center;
	color: #fff;
	margin: 0 15px 0 0;
}
.registrationnumber {
	background: #e7a23a url(images/registrationicon.png) no-repeat left 10px center;
	color: #423520;
}
.registrationdate span {
	color: #f1b964;
}
.registrationnumber span {
}
.whatisthumb {
	position: relative;
	width: 100%;
	float: left;
}
.whatisthumb figure {
}
.whatisthumb .certificate {
	position: absolute;
	right: 75px;
	bottom: 0;
	padding: 15px;
	border-radius: 10px 10px 0 0;
	background: #fff;
	box-shadow: 0 -8px 16px #00000024;
}
.bitcerfeatureswrap {
	padding: 70px 0 120px;
    background: url(images/featuresbg.png) no-repeat right top #fef8ee;
    background-size: contain;
}
.bitcerfeatureswrap .heading {
	text-align: center;
	padding: 0 0 40px;
}
.bitcerfeatureswrap .heading h2 {
	font-size: 48px;
	font-weight: 300;
	margin: 0;
}
.bitcerfeatureswrap .heading h2 span {
	font-weight: 700;
}
.featurebox {
	background: #fef8ee9e;
	border-top: 8px solid #e4b874;
	box-shadow: 0 0 10px #00000017;
	padding: 20px;
	margin: 20px 0;
}
.featurebox h4 {
	margin: 0 0 20px;
	overflow: hidden;
	line-height: 64px;
	font-size: 18px;
	font-weight: 600;
}
.featurebox h4 span {
	float: right;
}
.featurebox p {
	text-align: left;
	min-height: 100px;
}
.workingsincewrap {
	background: #53504b url(images/workingsincebg.jpg) no-repeat top center;
}
.statbox {
	text-align: center;
	background: rgb(219,172,102);
	background: linear-gradient(90deg, rgba(219,172,102,1) 0%, rgba(249,203,136,1) 100%);
	border-radius: 4px;
	margin: -60px 0 0 0;
}
.statbox .icon {
	margin: -55px 0 0 0;
	display: inline-block;
	background: rgb(90,71,40);
	background: linear-gradient(90deg, rgba(90,71,40,1) 0%, rgba(115,95,63,1) 100%);
	border-radius: 4px;
}
.statbox h3 {
	font-size: 30px;
	margin: 20px 0 10px;
}
.statbox p {
	text-align: center;
	padding: 0 0 25px;
	text-transform: uppercase;
}
.workingsincewrap h2 {
	color: #f9eedc;
	text-align: center;
	font-weight: 500;
	font-size: 36px;
	margin: 35px 0 45px;
}
.workingsincewrap h2 span {
	font-weight: 700;
	color: #e7bd7d;
}
.referraltotalwrap {
	padding: 60px 0 60px;
	background: url(images/lastinvestmentbg.jpg) no-repeat bottom center #fdf7ed;
}


.about2wrap {
	padding: 40px 0 60px;
	background: url(images/about2.jpg) no-repeat center #fdf7ed;
	background-size:cover;
}

.lasttenwrap {
}
.lasttenbox {
	background: #fef8eec2;
	width: 100%;
	float: left;
}
.lasttenbox .heading {
	background: rgb(205,151,70);
	background: linear-gradient(90deg, rgba(205,151,70,1) 0%, rgba(235,194,134,1) 100%);
	border-top: 8px solid #5f5c58;
	padding: 15px 25px;
	overflow: hidden;
}
.lastwithdrawn .heading {
	background: rgb(230,176,45);
	background: linear-gradient(90deg, rgba(230,176,45,1) 0%, rgba(254,202,92,1) 100%);
}
.lasttenbox .heading .icon {
	float: left;
	padding: 0 15px 0 0;
}
.lasttenbox .heading h4 {
	margin: 0;
	line-height: 64px;
	font-size: 24px;
	font-weight: 300;
	color: #fff;
}
.lasttenbox .heading h4 span {
	font-weight: 600;
}
.lasttenbox .listing {
	padding: 20px 25px;
	overflow: hidden;
	box-shadow: 0 0 10px #00000017;
}
.lasttenbox .listing ul {
	width: 100%;
	float: left;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}
.lasttenbox .listing ul li {
	border: 1px solid #dbbb8c;
	float: left;
	width: calc(42% - 3px);
	margin: 1px;
	padding: 5px;
	line-height: 29px;
	background: #f3ecdf;
}
.lasttenbox .listing ul li:nth-child(2n) {
	background: #eee5d5;
}
.lasttenbox .listing ul li:last-child {
	width: 26%;
	text-align: right;
}
.lasttenbox .listing ul li:last-child img {
	max-width: 28px;
}
.verifedwrap {
	padding: 40px 0;
	overflow: hidden;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.verifedwrap .platform {
	padding: 10px 0 10px 90px;
	color: #5c4b30;
	text-transform: uppercase;
	background: url(images/verifiedicon.png) no-repeat left 10px center;
	width: 100%;
	float: left;
	line-height: 24px;
}
.verifedwrap .securedicons {
}
.verifedwrap .securedicons span {
	border: 1px solid #dbbb8c;
	padding: 2px;
	border-radius: 4px;
	display: inline-block;
	background: #f4ede0;
}
.referralwrap {
	padding: 30px 0 0 0;
}
.referralwrap .refinfos {
}
.referralwrap .refinfos h4{
	color:#E7A23A;
	font-size: 26px;
	font-weight: 500;
	margin: 0 0 20px;

}


.referralwrap .refinfos .value ul {
	text-align:left;
}

.referralwrap .refinfos .value ul  li {
	background: url(images/star.png) no-repeat left center;
	padding-left:24px;
	font-weight:500;
	line-height:28px;
}

.referralwrap .refinfos h3 {
	color: #4d494b;
	font-size: 36px;
	font-weight: 500;
	margin: 0 0 20px;
}

.member-container .referralwrap .refinfos h3  {
    font-size: 24px;
    margin-bottom: 10px;
}

.referralwrap .refinfos h3 span {
	color: #ce9847;
	font-weight: 700;
}
.referralwrap .refinfos p {
	font-size: 18px;
	line-height: 30px;
	margin: 0 0 30px;
}

.member-container .referralwrap .refinfos p  {
    font-size: 14px;
    margin-bottom: 20px;
}


.referralwrap .refinfos .value {
	background: #ffffff8c;
	border-radius: 4px;
	box-shadow: 0 0 10px #00000017;
	text-align: center;
	padding: 20px 35px 30px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}
.referralwrap .refinfos .value .number {
	width: 110px;
	height: 110px;
	border-radius: 50%;
	font-weight: 700;
	color: #fff;
	line-height: 110px;
	font-size: 48px;
}
.referralwrap .refinfos .value .number span {
	font-size: 36px;
}
.referralwrap .refinfos .value .number.one {
	background: rgb(230,176,45);
	background: linear-gradient(90deg, rgba(230,176,45,1) 0%, rgba(254,202,92,1) 100%);
}
.referralwrap .refinfos .value .number.two {
	background: rgb(183,141,78);
	background: linear-gradient(90deg, rgba(183,141,78,1) 0%, rgba(226,167,82,1) 100%);
}
.referralwrap .refinfos .value .number.three {
	background: rgb(83,80,75);
	background: linear-gradient(90deg, rgba(83,80,75,1) 0%, rgba(113,110,105,1) 100%);
}
.referralwrap .refinfos .value .arrow {
}
.referralwrap .refthumb {
}
.footeractionwrap {
	background: #53504b url(images/footercompanylogo.png) no-repeat center center;
	padding: 40px 0;
}
.footerinfobox {
	background: #524c42b3;
	border: 2px solid #e2b573;
	border-radius: 4px;
	padding: 30px 20px;
	overflow: hidden;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: flex-start;
}
.footercontacts .info {
	width: 70%;
	float: left;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: flex-start;
}
.footercontacts .info h4 {
	margin: 0;
	font-size: 16px;
	color: #ddbe91;
	font-weight: 600;
	line-height: 22px;
	min-height: 70px;
}
.footercontacts .info h4 span {
	display: block;
	color: #efb154;
	text-transform: capitalize;
	font-size: 14px;
}
.footercontacts .icon {
	width: 30%;
	text-align: right;
}
.paymenticons {
	padding: 25px 0 0;
	text-align: center;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
}
.paymenticons span {
	display: inline-block;
	border: 2px solid #f6cb86;
	border-radius: 4px;
}
.footer {
	background: #423f3a;
	padding: 25px 0;
	font-weight: 600;
	color: #ecd7b5;
	font-size: 12px;
	text-transform: uppercase;
}
.copyright {
	line-height: 18px;
}
.footerlinks {
	text-align: right;
}
.footerlinks a {
	color: #ecd7b5;
	font-size: 12px;
	margin: 0 0 0 12px;
}
.footerlinks a:hover {
	color: #f7ec66;
}


/*Sub Styles*/

.member-container .planbox {
    margin: 0px 0 20px 0;
}

.member-container .page-title h2 {
background: transparent;
    color: #53504b;
    font-size: 24px;
    text-transform: uppercase;
    display: block;
    padding: 20px 30px;
    border-radius: 36px;
    text-align: center;
    font-weight: 500;
    margin-top: 0px;
    margin-bottom: 20px;
}

.member-container .page-title h2 span {
	font-weight:600;
	color:#E8B233;
}


 @media screen and (max-width: 1024px) {
.headeractionwrapinside {
	display: flex;
	justify-content: space-between;
}
.headersocial {
	justify-content: space-between;
	max-width: 140px;
	margin: 10px auto;
	float: none;
}
.topheadeerbuttons {
	justify-content: space-between;
}
.navbar-nav {
	margin: 15px 0 0 0;
}
.topheadeerbuttons a {
	margin: 0;
}
.logo, .footerlinks, .navbar-nav, .bannerinfos, .bannerinfos p, .referralwrap .refthumb, .footer {
	text-align: center;
}
.bannerinfos {
	padding: 30px 0 0;
}
.bannerthumb img {
	max-width: 100%;
}
.planbox {
	margin: 30px 0 0;
}
.calculatorwrap {
	margin: 30px 0 0 0;
	padding: 20px;
}
.bitcerwrap h2 {
	margin: 25px 0;
	font-size: 38px;
}
.workingsincewrap {
	padding-top: 20px;
}
.statbox {
	margin: 15px 0;
}
.statbox .icon {
	margin: 15px 0 0;
}
.verifedwrap {
	flex-direction: column;
}
.verifedwrap .securedicons {
	margin: 10px 0 0 0;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
.referralwrap .refthumb {
	padding: 40px 0 0 0;
}
.footersocial {
	margin: 15px 0;
}
.bannerinfos h2 {
	font-size: 50px;
	line-height: 55px;
}
.calculatorwrap {
	flex-direction: column;
	justify-content: center;
}
.calculateheading, .enteramount, .profitresults {
	width: 100%;
	margin: 0 0 15px;
}
.profitresults:last-child {
	margin: 0;
}
.bitcerfeatureswrap {
	padding: 40px 0;
}
.bitcerfeatureswrap .heading {
	text-align: center;
	padding: 0;
}
.bitcerfeatureswrap .heading h2 {
	font-size: 38px;
}
.workingsincewrap h2 {
	font-size: 30px;
	margin: 15px 0 35px;
}
.referraltotalwrap {
	padding: 40px 0;
}
.lasttenbox .heading {
	padding: 10px 15px;
}
.lasttenbox .listing {
	padding: 15px 15px;
}
.verifedwrap {
	padding: 20px 0 0;
}
.referralwrap .refinfos h3 {
	font-size: 30px;
}
}
 @media screen and (max-width: 896px) {
.footerinfobox {
	margin: 10px 0;
	padding: 20px;
}
.referraltotalwrap {
	padding: 20px 0;
}
.lasttenbox {
	margin: 15px 0;
}
.footeractionwrap {
	padding: 20px 0;
}
.featurebox p {
	min-height: auto;
}
}
 @media screen and (max-width:767px) {
.nav_wrap {
	text-align: center;
	width: 100%;
	float: left;
	margin:0 0 10px;
}
.navbar-toggle {
	margin: 20px 0 0;
	background-color: #c09857;
	color: #fff;
	text-transform: uppercase;
	font-weight: 500;
	float: none;
}
.navbar-nav > li {
	width: 100%;
}
.navbar-nav > li > a {
    line-height: 36px;
}
.bannerinfos {
	padding: 0;
}
.bannerinfos h2 {
	font-size: 40px;
	line-height: 45px;
}
.bannerinfos p {
	font-size: 20px;
	line-height: 32px;
}
.bitcerwrap h2, .bitcerfeatureswrap .heading h2 {
	font-size: 34px;
}
.referralwrap .refinfos p {
	font-size: 16px;
	line-height: 30px;
}
.referralwrap .refinfos .value {
	padding: 20px;
}
}
 @media screen and (max-width: 668px) {
}
 @media screen and (max-width: 569px) {
.bannerinfos h2 {
	font-size: 30px;
	line-height: 40px;
}
.bannerinfos p {
	font-size: 18px;
	line-height: 30px;
}
.planbox .planleft .planname {
	font-size: 16px;
}
.planbox .planleft .percentwrap .percent {
	font-size: 72px;
	line-height: 72px;
}
.planbox .planleft .percentwrap .daily {
	font-size: 30px;
	line-height: 28px;
}
.planbox .planleft .percentwrap .daily span {
	font-size: 20px;
}
.bitcerwrap h2, .bitcerfeatureswrap .heading h2 {
	font-size: 30px;
}
.workingsincewrap h2 {
	font-size: 24px;
}
.referralwrap .refinfos .value .number {
	font-size: 38px;
}
.referralwrap .refinfos .value .number span {
	font-size: 28px;
}
.bitcerfeatureswrap {
	padding: 40px 0 10px;
}
}
 @media screen and (max-width: 415px) {
.headeractionwrapinside {
	flex-direction: column;
}
.headeraction {
	margin: 0;
}
.planbox .planleft, .planbox .planright, .registrationdate, .registrationnumber {
	width: 100%;
}
.registrationdate, .registrationnumber {
	margin: 0 0 15px;
}
.whatisthumb .certificate {
	left: 0;
	top: 0;
	right: auto;
	bottom: auto;
	width: 100%;
	text-align: center;
	border-radius: 10px;
}
.bitcerfeatureswrap {
	padding: 60px 0 10px;
}
.referralwrap .refinfos h3 {
	font-size: 26px;
}
.referralwrap .refinfos p {
	font-size: 14px;
	line-height: 24px;
}
.referralwrap .refinfos .value .number {
	font-size: 30px;
}
.referralwrap .refinfos .value .number span {
	font-size: 22px;
}
.referralwrap .refinfos .value .number {
	width: 80px;
	height: 80px;
	line-height: 80px;
}
.lasttenbox .heading h4 {
	font-size: 20px;
}
}
 @media screen and (max-width: 376px) {
.statbox h3 {
	font-size: 24px;
}


.workingsincewrap h2 {
	font-size: 20px;
}
.bitcerfeatureswrap {
	padding: 100px 0 0;
}
.bannerinfos h2 {
	font-size: 25px;
	line-height: 36px;
}
.calculateheading {
	font-size: 20px;
}
.bitcerwrap h2, .bitcerfeatureswrap .heading h2 {
	font-size: 26px;
}
.referralwrap .refinfos h3 {
	font-size: 24px;
}
.referralwrap .refinfos .value {
	flex-direction: column;
}
.referralwrap .refinfos .value .arrow {
	transform: rotate(-90deg);
	margin: 15px 0;
}
.paymenticons {
	flex-direction: column;
}
.paymenticons span {
	width: 100%;
	margin: 5px 0;
}
.bannerwrap {
	min-height: 220px;
}
}
 @media screen and (max-width: 321px) {
.lasttenbox .heading h4 {
	font-size: 16px;
}
.workingsincewrap h2 {
	font-size: 18px;
}
.statbox h3 {
	font-size: 20px;
}
.bitcerwrap h2, .bitcerfeatureswrap .heading h2 {
	font-size: 22px;
}
.profitresults h4 {
	font-size: 32px;
	line-height: 36px;
}
.calculateheading {
	font-size: 16px;
}
.planbox .planleft .percentwrap .percent {
	font-size: 52px;
}
.planbox .planleft .percentwrap .percent span {
	font-size: 40px;
}
.planbox .planleft .percentwrap .daily {
	font-size: 25px;
	line-height: 25px;
}
.planbox .planleft .percentwrap .daily span {
	font-size: 16px;
}
.planbox .planleft .planname {
	font-size: 14px;
}
.bannerinfos h2 {
	font-size: 22px;
	line-height: 35px;
}
.bannerinfos p {
	font-size: 15px;
	line-height: 27px;
}
.topheadeerbuttons {
	flex-direction: column;
}
.topheadeerbuttons a {
	width: 100%;
	text-align: center;
	margin: 2px 0;
}
.featurebox h4 span {
	float: none;
	display: block;
}
}
