@charset "utf-8";
/* CSS Document */

body {
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	color:#424443;
	background: #fff;
	font-size: 16px;
	line-height: 24px
}
p {
	text-align: justify;
	margin: 0 0 20px
}
a {
	color: #37393e;
	outline: none;
	text-decoration: none
}
a:hover, a:active, a:focus {
	color: #3855a1;
	text-decoration: none;
	outline: none;
	transition: all 0.5s ease;
}
img {
	max-width: 100%
}
label {
	font-weight: 400
}
input[type="text"], input[type="password"], input[type="email"] {
	width: 100%;
	height: 40px;
	border: 1px solid #e1e1e1;
	padding: 0 15px;
	border-radius: 3px
}
input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, textarea:focus {
	border: 1px solid #ffe363
}
textarea {
	width: 100%;
	height: 120px;
	border: 1px solid #e1e1e1;
	padding: 10px;
	border-radius: 3px;
	resize: none
}
input[type="submit"], input[type="button"] {
	background: #07ab5c;
	padding: 10px 40px;
	border-radius: 50px;
	color: #fff;
	text-transform: capitalize;
	font-size: 14px;
	float: left;
	text-align: center;
	border: none;
	    color: #313131;
    font-weight: bold;
}
input[type="submit"]:hover, input[type="button"]:hover {
	color: #fff;
	background: #f8b324
}
select {
    font-size: 13px;
    border: 1px solid #e1e1e1;
    border-radius: 3px;
    width: auto;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: url(images/select_arrow.png) no-repeat right center #fff !important;
    padding: 8px 20px 8px 10px;
}
ul {
	list-style: none;
	padding: 0;
	margin: 0
}
.wrapper, .headerwrap, .investmentwrap, .featuredwrap, .toptenwrap, .specialfeatureswrap, .trustedwrap, .paymentwrap, .footerwrap {
	width: 100%;
	float: left
}
.headerwrap {
	background: #14B1BA url(images/mainbanner.jpg) no-repeat top center;
	min-height: 874px;
	position: relative;
	background-size: cover;
}
.headerwrap-inner {
	background: #14B1BA url(images/mainbanner.jpg) no-repeat top center;
	min-height: 324px;
	position: relative;
	background-size: cover;
}
ul.team__social {
	margin-top: 10px;
	border-top: 1px dotted #62C8CE;
	padding-top: 5px;
}
ul.team__social li {
	display: inline-block;
	padding: 0px 3px;
}
ul.team__social li i {
	color: #088693;
}
.sky {
	position: absolute;
	z-index: 999;
	webkit-animation: action 1s infinite alternate;
	animation: action 1s infinite alternate;
}
 @-webkit-keyframes action {
 0% {
transform: translateX(0);
}
 100% {
transform: translateX(-20px);
}
}
 @keyframes action {
 0% {
transform: translateX(0);
}
 100% {
transform: translateX(-20px);
}
}
.sky.one {
	left: 0;
	top: 120px;
}
.sky.two {
	left: 45%;
	top: 90px;
	margin-left: -60px;
}
.sky.three {
	right: 0;
	top: 130px;
}
.menuwrap {
	padding: 40px 0 100px;
	width: 100%;
	float: left;
}
.navbar-collapse {
	padding: 0
}
.navbar-nav > li {
	padding: 0 8px;
}
.navbar-nav > li > a {
	padding: 0;
	font-family: 'Merriweather', serif;
	text-transform: capitalize;
	color: #fff;
	font-weight: 600;
	font-size: 16px;
	line-height: 46px;
}
.navbar-nav > li > a:hover {
	color: #ffe363
}
.navbar-nav > li > a:hover, .navbar-nav > li:hover > a, .navbar-nav > li > a:focus {
	background: none
}
.logo {
}
.nav_wrap {
}
.loginaction {
	width: 100%;
	float: left;
}
.loginaction a {
	width: 50%;
	float: left;
	font-family: 'Merriweather', serif;
	text-transform: capitalize;
	text-align: center;
	line-height: 46px;
	color: #fff;
	font-weight: 600;
	font-size: 18px;
}
.loginaction a.login {
	border-radius: 50px 0 0 50px;
	background: #323230;
	
}
.loginaction a.login:hover {
	background: #323230;
	
}
.loginaction a.signup {
	border-radius: 0 50px 50px 0;
	background: #30e036;

}
.loginaction a.signup:hover {
	background: #30e036;
}
.bannerinfos {
	color: #000000;
}
.bannerinfos h3 {
	margin: 0 0 25px;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 400;
	font-family: 'Merriweather', serif;
	padding: 0 0 0 90px;
	position: relative
}
.bannerinfos h3::before {
	content: "";
	background: #ffe363;
	height: 3px;
	width: 70px;
	position: absolute;
	top: 8px;
	left: 0;
}
.bannerinfos h1 {
	margin: 0 0 20px;
	font-family: 'Merriweather', serif;
	font-size: 45px;
	line-height: 56px;
	font-weight: 700;
}
.bannerinfos p {
	color: #000;
	font-size: 15px;
	line-height: 26px;
	font-weight:bold;
	text-align: left;
}
.bannerinfos a {
	background: #30e036;
	color: #000;
	width: 236px;
	height: 55px;
	line-height: 55px;
	display: inline-block;
	border-radius: 50px;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
	margin: 10px 0 0 0;
}
.bannerinfos a:hover {
	background: #19e984;
}
.investmentwrap {
	padding: 50px 0 70px;
	background: url(../images/bg1.jpg);
}
.investmentwrap-sub {
	padding: 0;
}
.investmentwrap-sub .investmentheader {
	margin: -90px 0 0 0;
}
.investmentheader {
	height: 90px;
	border-radius: 10px 10px 0 0;
	background: #fff;
	margin: -140px 0 0 0;
	box-shadow: 0 -8px 11px #0003;
}
.investmentheader h2 {
	margin: 0;
	line-height: 90px;
	color: #07ab5c;
	text-align: center;
	position: relative;
	font-family: 'Merriweather', serif;
	font-weight: 400;
	font-size: 36px;
	text-transform: capitalize;
}
.investmentheader h2::before {
	content: "";
	background: #ffe363;
	height: 3px;
	width: 50px;
	position: absolute;
	top: 44px;
	left: 25px;
}
.investmentheader h2:after {
	content: "";
	background: #ffe363;
	height: 3px;
	width: 50px;
	position: absolute;
	top: 44px;
	right: 25px;
}
.planbox {
	margin: 0 0 25px;
	border-radius: 5px;
	position: relative;
	padding: 20px;
	width: 100%;
	float: left;
	color: #fff;
box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.3);
}
.percentage {
	width: 100%;
	float: left;
	padding: 0 0 10px;
}
.percent {
	color: #fecd69;
	line-height: 40px;
	font-size: 40px;
	font-weight: 700;
	float: left;
	padding: 0 15px 0 0;
}
.percent span {
	font-size: 36px;
}
.days {
	font-size: 16px;
	line-height: 20px;
	text-transform: uppercase;

	font-weight:bold;
}
.minmax {
	line-height: 30px;
	width: 100%;
	float: left;
}
.refcom {
	font-size: 18px;
}
.calprofit {
	background: #fbbe40;
	display: inline-block;
	padding: 5px 15px;
	border-radius: 50px;
	margin: 20px 0 0 0;
	z-index: 999;
}
.calprofit:hover {
	background: #f8b324
}
.calprofit a {
	color: #fff;
	padding: 0 0 0 24px;
	background: url(images/calculatoricon.png) no-repeat left center;
	color: #313131;
    font-weight: bold;
}
.planbox .icon {
	position: absolute;
	right: 1px;
	background: url(images/plancloud.png) no-repeat right bottom;
	bottom: 1px;
	width: 138px;
	height: 122px;
	padding: 45px 10px 10px 60px;
}
.planbox.one {
	background: #0398a5;
}
.planbox.two {
	background: #0398a5;
}
.planbox.three {
	background: #0398a5;
}
.planbox.four {
	background: #07ab5c;
}
.planbox.five {
	background: #07ab5c;
}
.planbox.six {
	background: #07ab5c;
}

.planbox.one, .planbox.two, .planbox.three, #myModal1 .modal-content, #myModal2 .modal-content, #myModal3 .modal-content {
    background: #0398a5;
    color: #fff;
}

.planbox.four, .planbox.five, .planbox.six, #myModal4 .modal-content, #myModal5 .modal-content, #myModal6 .modal-content {
    background: #07ab5c;
    color: #fff;
}

.modal-header h3 {
	margin: 0;
	text-transform: uppercase;
	    font-family: 'Merriweather', serif;
	font-size: 20px;
}
.calculatorresult {
	width: 100%;
	overflow: hidden;
}
.calculatorresult label {
	width: 40%;
	float: left;
	margin: 0;
	line-height: 40px;
	font-weight: 600;
	text-transform: uppercase;
	    font-size: 14px;
}


.calculatorresult span {
		line-height: 40px;
}
.calculatorresult input, .calculatorresult #profitDaily, .calculatorresult#profitTotal {
	width: 60%;
	float: left;
	line-height: 40px;
}
.btn-default {
    color: #fff;
    background-color:#FBBE40;
    border-color: #ccc;
    border: 0px;
    padding: 6px 20px;
    border-radius: 36px;
}


.calculatorresult input {color:#0398A5;}


.featuredwrap {
	background: #eafbfc url(images/tenyearsthumb.png) no-repeat left center;
	padding-bottom: 40px;
}
.featuredboxwrap {
	background: #fff;
	border-radius: 10px;
	box-shadow: 0 0 10px #00000024;
	margin: -60px 0 0 0;
	width: 100%;
	float: left;
	padding: 20px;
}
.featuredbox {
	width: 20%;
	float: left;
	text-align: center;
}
.featuredbox .icon {
	padding: 0 0 5px;
}
.featuredbox h3 {
	color: #07ab5c;
	margin: 0;
	font-weight: 400;
	font-size: 24px;
	padding: 0 0 10px;
	font-weight: bold;
}
.featuredbox p {
	    color: #403e3e;
	text-align: center;
	font-weight: 400;
	font-size: 13px;
	margin: 0;
	    font-weight: bold;
}
.growingbox {
}
.growingthumb {
}
.growinginfos {
	    padding: 50px 20px;
    background: #e0f4f5;
    border-radius: 10px;
    margin-top: 20px;
    BORDER: #CCC DASHED 1PX;
}
.growinginfos h3 {
	margin: 0 0 25px;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 400;
	font-family: 'Merriweather', serif;
	padding: 0 0 0 90px;
	color: #0398a5;
	position: relative;
}
.growinginfos h3::before {
	content: "";
	background: #ffe363;
	height: 3px;
	width: 70px;
	position: absolute;
	top: 8px;
	left: 0;
}
.growinginfos h2 {
	margin: 0 0 25px;
	color: #07ab5c;
	position: relative;
	font-family: 'Merriweather', serif;
	font-weight: 400;
	font-size: 36px;
}
.growinginfos p {
}
.growinginfos .action {
	width: 100%;
	padding: 15px 0 0 0;
	font-weight: bold;
}
.viewcertificate {
	background: #07ab5c;
	border-radius: 50px;
	color: #fff;
	text-transform: uppercase;
	padding: 0 23px;
	line-height: 58px;
	display: inline-block;
	margin: 0 15px 0 0;
}
.viewcertificate:hover {
	background: #06b8c8;
	color: #fff;
}
.companyinfo {
	background: #f6bd46;
	border-radius: 50px;
	color: #fff;
	text-transform: uppercase;
	padding: 0 35px;
	line-height: 58px;
	display: inline-block;
}
.companyinfo:hover, a.companyinfo:focus {
	background: #f8b324;
	color: #fff;
}
.viewcertificate span, .companyinfo span {
	display: inline-block;
	padding: 0 10px 0 0;
}
.toptenwrap {
	background: #0398a5;
	padding: 50px 0;
}
.toptenaction {
	background: #fff;
	border-radius: 50px;
	box-shadow: 0 0 5px #00000052;
	padding: 5px 20px;
}
.toptenaction a {
	color: #07ab5c;
	text-transform: uppercase;
	display: block;
	font-weight: bold;
}
.toptenaction a .icon {
	display: inline-block;
	padding: 0 10px 0 0;
}
.specialfeatureswrap {
	padding: 50px 0;
}
.specialfeatureswrap h3 {
	margin: 0 0 25px;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 400;
	font-family: 'Merriweather', serif;
	padding: 0 0 0 90px;
	color: #0398a5;
	position: relative;
}
.specialfeatureswrap h3:before {
	content: "";
	background: #ffe363;
	height: 3px;
	width: 70px;
	position: absolute;
	top: 8px;
	left: 0;
}
.specialfeatureswrap h2 {
	margin: 0 0 25px;
	color: #07ab5c;
	position: relative;
	font-family: 'Merriweather', serif;
	font-weight: 400;
	font-size: 36px;
}
.splbox {
	width: 100%;
	float: left;
	padding: 15px 0;
}
.splbox .icon {
	float: left;
	padding: 0 10px 0 0;
	width: 25%;
	max-width: 84px;
}
.splbox .splinfo {
	width: 75%;
	float: left;
}
.splbox h4 {
	margin: 0 0 10px;
	color: #07ab5c;
	font-weight: 400;

	font-size: 18px;
	FONT-WEIGHT:BOLD;
}
.splbox p {
	font-size: 16px;
	line-height: 24px;
	color: #313131;
	margin: 0;
}
.trustedwrap {
	background: rgb(17,169,177);
	background: linear-gradient(180deg, rgba(17,169,177,1) 0%, rgba(106,203,209,1) 100%);
	position: relative;
	overflow: hidden;
	padding: 50px 0;
}
.trustedwrap::after {
	content: "";
	background: url(images/trustedbg.png) no-repeat top center;
	top: 0;
	left: 0;
	position: absolute;
	width: 100%;
	height: 900px;
}
.trustedwrap .container {
	position: relative;
	z-index: 999
}
.trustedwrap h3 {
	margin: 0 0 25px;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 400;
	font-family: 'Merriweather', serif;
	padding: 0 0 0 90px;
	color: #fff;
	position: relative;
}
.trustedwrap h3::before {
	content: "";
	background: #ffe363;
	height: 3px;
	width: 70px;
	position: absolute;
	top: 8px;
	left: 0;
}
.trustedwrap h2 {
	margin: 0 0 25px;
	color: #fff;
	position: relative;
	font-family: 'Merriweather', serif;
	font-weight: 400;
	font-size: 36px;
}
.trustedbox {
	width: 100%;
	float: left;
	border-radius: 10px;
	box-shadow: 0 0 5px #525252;
	background: #fff;
	text-align: center;
}
.trustedbox .thumb {
	background: #00a254;
	border-radius: 10px 10px 0 0;
	padding: 20px 0;
}
.trustedbox .thumb .icon {
	display: block;
	margin: 0 0 -70px;
}
.trustedbox .infos {
	padding: 70px 20px 20px;
}
.trustedbox .infos h4 {
	margin: 0 0 10px;
	color: #07ab5c;
	font-size: 18px;
	font-family: 'Merriweather', serif;
}
.trustedbox .infos p {
	text-align: center;
}
.trustedbox .infos p.designation {
	color: #0398a5;
	text-transform: uppercase;
	font-family: 'Merriweather', serif;
	margin: 0;
}
.paymentwrap {
	padding: 50px 0;
	text-align: center;
	box-shadow: 0 0 5px #0000004d;
	position: relative;
	z-index: 999;
}
.paymentwrap span {
	display: inline-block;
	padding: 0 15px;
}
.footerwrap {
	background: #088693;
	color: #fff;
}
.topfooter {
	padding: 40px 0;
	border-bottom: 1px solid #40bbc2;
	width: 100%;
	float: left;
}
.topfooter .ready {
}
.topfooter .ready h4 {
	margin: 0 0 10px;
	color: #fff;
	position: relative;
	font-family: 'Merriweather', serif;
	font-weight: 700;
	font-size: 36px;
}
.topfooter .ready p {
	margin: 0;
}
.topfooteractio {
	text-align: right;
	padding: 25px 0 0 0;
}
.topfooteractio .freesignup {
	background: #00a254;
	border-radius: 50px;
	color: #fff;
	text-transform: capitalize;
	margin: 0 10px 0 0;
	display: inline-block;
	padding: 0 55px;
	line-height: 44px;
}
.topfooteractio .freesignup:hover {
	background: #f8b324;
}
.topfooteractio .contactus {
	background: #088693;
	border-radius: 50px;
	color: #fff;
	text-transform: capitalize;
	display: inline-block;
	padding: 0 55px;
	line-height: 44px;
	border: 2px solid #52d5e4;
}
.topfooteractio .contactus:hover {
	border: 2px solid #92eef9;
}
.bottomfooter {
	width: 100%;
	float: left;
	padding: 30px 0;
}
.copyright {
}
.copyright p:last-child {
	margin: 0;
}
.footerlinks {
}
.footerlinks h4, .footercontacts h4 {
	color: #ffe363;
	font-size: 18px;
	font-family: 'Merriweather', serif;
	margin: 0 0 15px;
}
.footerlinks ul {
}
.footerlinks ul li {
	line-height: 26px;
}
.footerlinks ul li a {
	color: #fff;
}
.footercontacts {
}
.footercontacts h4 {
}
.footercontacts p {
	margin: 0;
}
.footercontacts p.email {
	padding: 0 0 0 26px;
	background: url(images/footeremail.png) no-repeat left top 5px
}
.footercontacts p.location {
	padding: 0 0 0 26px;
	background: url(images/footerlocation.png) no-repeat left top 5px;
	text-align: left;
}

.close {
	filter: alpha(opacity=100);
	opacity: 1;
	color: #fff;
}
.certnumb {
	padding: 10px;
	border: 1px solid #ececec;
	margin: 10px 0;
	background: #0398a5;
	color: #fff;
	border-radius: 10px;
	position: relative;
	min-height: 160px;
}
.certnumb .icon {
	position: absolute;
	right: 1px;
	background: url(images/plancloud.png) no-repeat right bottom;
	bottom: 1px;
	width: 138px;
	height: 122px;
	padding: 45px 10px 10px 60px;
}
.certnumb h4 {
	font-size: 16px;
	line-height: 20px;
	text-transform: uppercase;
	font-family: 'Merriweather', serif;
}
.certnumb h5 {
	font-size: 18px;
	line-height: 20px;
	text-transform: uppercase;
	font-family: 'Merriweather', serif;
	color: #fecd69
}
.aboutbox {
	padding: 10px;
	border-radius: 6px;
	box-shadow: 0 0 8px #0000002b;
	width: 100%;
	float: left;
	background: #fff;
	margin: 0 0 35px;
	position: relative;
}
.aboutbox .icon {
	padding: 0 0 15px;
}
.aboutbox p {
	margin: 0 0 5px;
	color: #444;
	text-align: center;
	text-transform: uppercase;
}
.aboutbox h4 {
	color: #507ce2;
	text-transform: uppercase;
	margin: 0 0 22px;
	font-weight: 500;
}
.aboutbox ul {
	text-align: center;
	background: #fff;
	border-radius: 8px;
	padding: 5px;
	position: absolute;
	width: 100px;
	left: 50%;
	margin-left: -50px;
	bottom: -18px;
	border: 1px solid #ececec;
}
.aboutbox ul li {
	display: inline-block;
	padding: 0 3px;
}
.certificate-container {
	margin-top: -60px;
	box-shadow: 0 0px 6px #0003;
	padding: 0px 20px;
	border-radius: 20px;
	background: #fff;
	width: 100%;
	float: left;
}
.contact_right {
	width: 100%;
	float: left;
}
.bannerinside.insideheaders {
	padding: 20px 30px;
	margin: 0 0 40px;
	border-radius: 10px;
}
.bannerinside.insideheaders .logo {
	padding: 0
}
.bannerinside.insideheaders .bannerright h1 {
	margin: 0;
	line-height: 80px;
	text-align: right;
	color: #0099b6;
	font-weight: 700;
	text-transform: capitalize;
	font-size: 32px;
}
.inside_wrap {
	width: 100%;
	float: left;
	padding: 50px 0
}
.bounty, .howto.odd, .supportmap {
	background: #EAFBFC;
}
.howtoleft, .investmentleft {
	width: 100%;
	float: left;
}
.howtoright, .investmentright {
	width: 100%;
	float: left;
	padding: 80px 0;
}
.howtoright h2, .investmentright h3, .bountyinfos h2, .supportmap h2 {
	margin: 0 0 25px;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 400;
	font-family: 'Merriweather', serif;
	padding: 0 0 0 0px;
	color: #0398a5;
	position: relative;
}
.supportmap h2 {
	font-size: 36px
}
.howtohowtoright p, .investmentright p {
	margin: 0;
}
.how_box.even .howtoright, .how_box.even .howtoright p, .how_box.even .howtoleft, .investment_box.even .investmentright, .investment_box.even .investmentright p {
	text-align: right;
}
.wherebuypara p {
	text-align: center;
}
.wheretobuy-list, .represtative_table {
	padding: 25px;
	border-radius: 6px;
	box-shadow: 0 0 8px #0000002b;
	background: #fff;
	width: 100%;
	float: left;
	margin: 15px 0 0 0;
}
.wheretobuy-list ul li {
	width: 20%;
	float: left;
	padding: 15px 0 15px 35px;
	text-align: left;
	background: url(images/success.png) no-repeat left center;
}
.paidoutpage {
	background: #EAFBFC;
	padding: 15px;
	width: 100%;
	float: left;
}
.represtative_table table td, .paidoutpage td {
	padding: 8px;
	text-align: left;
	border-bottom: 1px solid #ececec;
	background: #fff;
}
.represtative_table table td.header, .paidoutpage td.inheader {
	background: #15c570;
	color: #fff;
	font-weight: 600;
	text-transform: uppercase;
}
.news_block {
	background: #EAFBFC;
	padding: 25px;
	width: 100%;
	float: left;
	margin: 10px 0;
}
.newsleft {
	width: 13%;
	float: left;
	height: 178px;
	padding: 15px 0;
}
.newsright {
	width: 87%;
	float: left;
	padding: 0 0 0 20px;
}
.news_infos {
	margin: 0 0 15px;
	line-height: 26px;
}
.news_time {
	font-size: 12px;
	color: #b0b0b0;
}
.inside_wrap.bountybottom, .whyinvestwrap {
	background: #15C570;
	padding: 60px 0 50px;
	color: #fff;
	text-align: center;
}
.bountythumb {
	width: 100%;
	float: left;
}
.bountyinfos {
	width: 100%;
	float: left;
	padding: 0px 0;
}
.bountyinfos h3 {
	margin: 0 0 15px;
	color: #07ab5c;
	position: relative;
	font-family: 'Merriweather', serif;
	font-weight: 400;
	font-size: 24px;
}
.bountyinfos ul {
	padding: 0 0 20px 30px;
	list-style: decimal;
}
.bountyinfos ul li {
	line-height: 30px;
	padding: 0 0 0 5px;
}
.requirement {
	width: 100%;
	float: left;
}
.requirement h4, .news_title {
	color: #089aa6;
	margin: 0 0 15px;
	font-size: 18px;
	font-weight: 500;
	text-transform: uppercase;
	font-family: 'Merriweather', serif
}
.requirement p {
	margin: 0 0 10px;
	padding: 0 0 0 25px;
}
.bountybottom h3, .whyinvestwrap h3 {
	font-size: 32px;
	margin: 0 0 20px;
	text-transform: uppercase;
	font-family: 'Merriweather', serif;
	font-weight: 400;
}
.bountybottom ul li {
	padding: 0 0 10px;
	font-size: 16px;
}
.ruleswrap h2.sectionhead {
	margin: 10px 0 15px;
	color: #0099b6;
	font-size: 24px;
	font-weight: 600;
	text-transform: uppercase;
}
.faq .panel {
	background-color: #fff;
}
.faq .panel-default {
	border-color: #fff;
}
.faq .panel-default > .panel-heading {
	color: #fff;
	background: #f3ba2e;
	border-color: #f3ba2e;
	padding: 0;
}
.faq .panel-title {
	font-size: 14px;
	font-weight: 400;
	background: #EAFBFC url(images/faq.png) no-repeat left 10px center;
	box-shadow: 0 0 5px #0000000f;
}
.faq .panel-title a {
	padding: 20px 15px 20px 45px;
	display: block;
	font-weight: 500;
	color: #697670;
	text-transform: capitalize;
}
.faq .panel-title a:hover {
	color: #0398a5
}
.faq .panel-body {
}
.map {
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
}
.contact_right .form-block {
	padding: 4px 0 10px;
}
.loginarea, .redirect {
	background: #14B1BA url(images/mainbanner.jpg) no-repeat top center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	align-items: center;
	padding: 50px 0 0 0;
	height: 100vh;
	margin: 0
}
.back {
	float: right;
	line-height: 46px;
}
.back a {
	color: #ffe363;
	font-size: 13px;
	font-weight: 500;
	text-transform: uppercase;
	padding: 0 0 0 24px;
}
.back a:hover {
	color: #fff;
}
.loginactionarea {
	padding: 15px 0 0;
	text-align: center;
	overflow: hidden;
	border-top: 1px solid #cecece;
	margin: 15px 0 0 0;
}
.loginactionarea a {
	width: 100%;
	text-transform: capitalize;
	text-align: center;
	line-height: 46px;
	color: #fff;
	font-weight: 600;
	font-size: 13px;
	background: #15c570;
	display: inline-block;
}
.loginactionarea a:hover {
	background: #19e984;
}
.logwrap .awardinfos {
	padding: 10px 0 0 0;
}
.footerwrap.loginfor {
	padding: 0;
	background: transparent;
	color: #fff;
}
.footerwrap.loginfor p {
	text-align: center;
}
.form-container.login table td {
	padding: 5px 0;
}
.loginwrappers {
	text-align: left;
	background: #fff;
	padding: 15px;
	border-radius: 10px;
	box-shadow: 0 0 6px #00000036;
}
.loginwrappers h2 {
	color: #0398a5;
	text-transform: uppercase;
	margin: 10px 0 20px;
	font-size: 24px;
}
.retrivep {
	float: right;
	line-height: 45px;
}
.retrivep a {
	color: #0398a5;
}
.logwrap .certificate {
	min-width: 380px;
}
.loginarea .awardinfos a.getmoreinfos {
	background: #49d68b;
}
input[type=checkbox], input[type=radio] {
	margin: 0px 4px;
	margin-top: 1px\9;
	line-height: normal;
	vertical-align: middle;
}
.redirect .loginpage {
	margin: 0 auto
}
.loginpage {
	padding: 50px;
	border-radius: 15px;
	background: #fff;
	max-width: 500px;
	text-align: center;
	position: relative;
	z-index: 999;
}
.loginpage h1 {
	color: #0398a5;
	text-transform: uppercase;
	font-family: 'Merriweather', serif;
	margin: 30px 0 20px 0;
	font-size: 24px;
}
.loginpage h3 {
	font-weight: 400;
	text-transform: capitalize;
	margin: 0;
}
.accountheaderwrap {
	width: 100%;
	float: left;
	padding: 15px 0;
	background: #07ab5c;;
}
.welcomebox {
	line-height: 45px;
	color: #fff;
	font-size: 15px;
	text-transform: capitalize;
	position: relative;
	text-align: right;
	float: right;
	font-family: 'Merriweather', serif;
}
.welcomebox::before {
	content: "\f103";
	font-family: Flaticon;
	font-size: 20px;
	font-style: normal;
	margin-right: 10px;
}
.welcomebox a i {
	color: #fff;
	padding: 0 0 0 10px;
}
.welcomebox ul {
	display: none;
	background: #fff;
	border-radius: 4px;
	position: absolute;
	width: 100%;
	z-index: 9999;
	box-shadow: 0 0 5px #0000001c;
}
.welcomebox ul li {
	padding: 5px;
	border-bottom: 1px solid #f4f4f4;
	line-height: 24px;
	text-align: left;
}
.welcomebox ul li:last-child {
	border: none
}
.welcomebox ul li a {
	display: block;
	font-size: 13px;
}
.welcomebox ul li a span {
	padding: 0 8px 0 2px
}
.welcomebox ul li a span:before {
	font-size: 14px;
	line-height: 24px;
}
.welcomebox ul li a:hover {
	color: #0398a5
}
.welcomebox:hover ul {
	display: block
}
.accwrap {
	background: #fff;
	position: relative;
	width: 100%;
	float: left;
}
.accountheadingwrap {
	width: 100%;
	float: left;
	margin: 25px 0;
}
.inside_wrap.accountmainpage {
	background: #ebfff5;
	padding: 0;
}
.accountheadingwrap h3 {
	margin: 0 0 25px;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 400;
	font-family: 'Merriweather', serif;
	padding: 0 0 0 90px;
	color: #0398a5;
	position: relative;
	text-align: left;
}
.accountheadingwrap h3:before {
	content: "";
	background: #ffe363;
	height: 3px;
	width: 70px;
	position: absolute;
	top: 8px;
	left: 0;
}
.accountheadingwrap h1 {
	color: #07ab5c;
	font-size: 30px;
	text-transform: capitalize;
	font-weight: 500;
	line-height: 42px;
	float: left;
	margin: 0;
	font-family: 'Merriweather', serif;
}
.regison, .ipaddress {
	float: right;
	line-height: 40px;
	margin: 0 0 0 20px;
	font-weight: 500;
	font-size: 14px;
}
.regison div, .ipaddress div {
	float: left;
	padding: 0 10px;
}
.regison span, .ipaddress span {
	font-weight: 400
}
.regison {
	border-left: 1px solid #888;
}
.mem_mid {
	padding: 15px;
	border-radius: 6px;
	background: #07ab5c;
	position: relative;
	width: 100%;
	float: left;
}
.mem_mid p {
	color: #fecd69;
	font-size: 18px;
	font-weight: 600;
	line-height: 28px;
	text-transform: capitalize;
	font-family: 'Merriweather', serifinherit;
}
.mem_mid div.icon {
	position: absolute;
	right: 1px;
	background: url(images/plancloud.png) no-repeat right bottom;
	bottom: 1px;
	width: 138px;
	height: 122px;
	padding: 45px 10px 10px 60px;
}
.mem_mid div.icon span::before {
	font-size: 70px;
	line-height: 70px;
	color: #0398a5;
}
.mem_mid h2 {
	font-size: 30px;
	color: #fff;
	font-weight: 500;
	margin: 0 0 20px;
	text-align: left;
}
.mem_mid a.acc_button {
	background: #fbbe40;
	color: #fff;
	font-weight: 500;
	text-transform: capitalize;
	border-radius: 50px;
	display: inline-block;
	line-height: 40px;
	padding: 0 30px;
	font-size: 14px;
	z-index: 999;
color: #313131;
    font-weight: bold;
}
.mem_mid a.acc_button:hover {
	background: #fbbe40;
}
.aff_box {
	margin: 30px 0;
	background: #07ab5c;
	padding: 15px;
	width: 100%;
	float: left;
	border-radius: 4px;
}
.getban {
	width: 16%;
	float: right;
	text-align: center;
	line-height: 50px;
	background: #19e984;
	border-radius: 0 4px 4px 0;
}
.getban a {
	color: #fff;
	font-weight: 600;
	font-size: 15px;
	text-transform: uppercase;
}
.getban a:hover {
	color: #fff;
}
.refvalue {
	float: left;
	width: 84%;
}
#copyButton {
	background: #fbbe40 url(images/duplicate.png) no-repeat left 10px center;
	border: none;
	border-radius: 4px 0 0 4px;
	color: #fff;
	text-transform: capitalize;
	font-weight: 500;
	width: 100px;
	text-align: left;
	float: left;
	line-height: 50px;
	padding: 0 0 0 40px;
	height: 50px;
}
#copyButton:hover {
	background-color: #eab00c;
}
#copyTarget {
	border: none;
	width: calc(100% - 100px);
	float: left;
	padding: 0 30px;
	height: 50px;
}
.detailed-stats-box {
	padding: 15px;
	border-radius: 4px;
	box-shadow: 0 0 6px #00000021;
	background: #fff;
	margin: 30px 0 0 0;
	overflow: hidden;
}
.detailed-stats-box .detailhead {
	width: 100%;
	float: left;
	border-bottom: 1px solid #cecece8c;
	margin: 0 0 10px;
	padding: 0 0 10px;
}
.detailed-stats-box .detailhead h2 {
	margin: 0;
	color: #07ab5c;
	position: relative;
	font-family: 'Merriweather', serif;
	font-weight: 400;
	font-size: 22px;
	line-height: 42px;
	text-transform: capitalize;
}
.detailed-stats-box .detailhead h2 span {
	float: right;
}
.detailed-stats-box .detailhead h2 span::before {
	font-size: 36px;
	line-height: 36px;
}
.detailed-stats-box p {
	text-transform: capitalize;
	width: 100%;
	float: left;
	line-height: 40px;
	margin: 0;
}
.detailed-stats-box p span {
    float: right;
    color: #0297a5;
    font-weight: 500;
}
.accountnav ul li ul.dropdown-menu {
	background: #2548c4;
}
.accountnav ul li ul.dropdown-menu li {
	padding: 0;
	width: 100%;
	border-bottom: 1px solid #ececec;
	background: none;
}
.accountnav ul li ul.dropdown-menu li:last-child {
	border: none
}
.accountnav ul li ul.dropdown-menu li a {
	display: block;
	font-size: 13px;
	line-height: 30px;
}
.deposit_text {
	background: #07ab5c;
	padding: 15px;
	border-radius: 4px;
	color: #fff;
	font-weight: 500;
	text-transform: capitalize;
	font-size: 18px;
	margin: 0 0 25px;
	overflow: hidden;
	text-align: left;
	font-family: 'Merriweather', serifinherit;
}
.deposit_text span {
	float: right;
	color: #fecd69;
}
.my_accont, .promobox {
	padding: 15px;
	border-radius: 4px;
	box-shadow: 0 0 6px #00000026;
	background: #fff;
	margin: 0 0 30px;
	width: 100%;
	float: left;
}
.my_accont table td, .my_accont table th {
	padding: 8px 10px;
	text-align: left !important;
	border-bottom: 1px solid #ececec;
}
.my_accont table td.inheader {
	color: #fff;
	font-weight: 500;
	text-transform: capitalize;
	background: #07ab5c;
	font-family: 'Merriweather', serifinherit
}
.payment-form {
	text-align: center;
}
.form-deposit {
	background: #2AB270;
	border-radius: 16px;
	color: white;
	padding-top: 10px;
	padding-bottom: 20px;
}
.form-deposit p {
	line-height: 30px;
	padding: 0px 25px;
	margin-bottom: 5px;
}
.form-deposit h2 {
	background: #28AA6A;
	font-size: 18px;
	margin: 5px 0px;
	padding: 2px 25px;
	line-height: 30px;
	    COLOR: #333;

}
.payment-form span {
	display: inline-block;
	margin: 5px;
}
.deposit_confirm {
}
.alert {
	text-align: center
}
.refheader, .promobox h3 {
	color: #0398a5;
	font-size: 20px;
	text-transform: capitalize;
	font-weight: 500;
	margin: 0 0 10px;
	line-height: 42px;
	font-family: 'Merriweather', serif;
}
.modal-body p {
	text-align: center;
}
.paidouttop {
	width: 100%;
	float: left;
	margin: 0 0 35px;
	background: #15c570;
	padding: 15px;
	border-radius: 4px;
}
.paidouttop .form-block {
	width: 45%;
	float: left;
	padding: 0 40px 0 0;
}
.paidouttop .form-block select {
	width: 100%
}
.paidouttop .form-block.last {
	width: 10%;
	text-align: right;
	padding: 0;
}
.my_accont .planbox .radio {
	width: 130px;
	color: #fff;
	text-transform: capitalize;
	display: inline-block;
	font-size: 14px;
	border-radius: 50px;
	line-height: 36px;
	padding: 2px 0;
	cursor: pointer;
	background: #04b4c4;
	font-weight: 500;
	text-align: center;
	position: relative;
	z-index: 999;
	    color: #313131;
    font-weight: bold;

}
.my_accont .planbox input[type=radio] {
	display: none
}
.my_accont .planbox input[type="radio"]:checked + .radio {
	color: #fff;
	background: #fbbe40;
}
#msg {
	color: #fff;
	font-size: 12px;
	width: 100%;
	text-align: center;
	float: left;
}
.yourbal {
	background: #07ab5c;
	padding: 10px;
	border-radius: 4px;
	text-align: right;
	color: #fff;
	font-weight: 600;
	font-size: 16px;
}
.planh {
	padding: 0 0 15px;
	color: #798289;
	font-size: 24px;
	text-align: center;
	font-weight: 400;
}
.accright {
	width: 100%;
	float: left;
	min-height: 520px;
}
.sidebarmenu {
	text-align: left;
	padding: 20px 0 0 0;
	width: 100%;
	float: left;
}
.sidebarmenu ul li {
	line-height: 36px;
	border-bottom: 1px solid #ececec;
	width: 100%;
	float: left;
	padding: 8px 0;
}
.sidebarmenu ul li span {
	float: left;
	margin: 0 5px 0 0;
	height: 36px;
	width: 30px;
}
.sidebarmenu ul li a {
	font-weight: 500;
	text-transform: capitalize;
	display: block;
	font-family: 'Merriweather', serif;
	font-size: 16px;
    font-weight: bold;
}
.sidebarmenu ul li:hover span:before, .sidebarmenu ul li a:hover {
	color: #0398a5
}
.supportmap .certificate-container {
	margin: 0;
}
.logwrap .bannerinfos, .logwrap .bannerinfos p {
	color: inherit;
}
.logohead {
	padding: 0 0 25px;
	float: left;
}
.accountheaderwrap .container, .accountmainpage .container, .footerwrap.accountpage .container {
	width: 100%
}
.accbg {
	background: #EAFBFC;
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
.navbar-nav > li > a {
	padding: 0 5px;
	font-size: 13px;
}
.loginwrap a {
	font-size: 14px;
	padding: 0 25px;
}
.headercurve h2 {
	font-size: 50px;
	line-height: 55px;
}
}
 @media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
}
 @media screen and (max-width: 1024px) {
.welcomebox {
	line-height: 30px;
	font-size: 13px;
	margin: 0
}
.mem_mid h2 {
	font-size: 22px;
}
.acctopmenu .navbar-nav > li > a {
	line-height: 30px;
}
.navbar-collapse.collapse {
	padding: 0
}
.awardinfos h2 {
	margin-top: 0
}
.bannerleft {
	width: 100%;
	float: left;
	padding: 0 0 20px;
	text-align: center;
}
.bannerright {
	width: 100%;
	padding: 0 0 20px;
	text-align: center;
}
.bannerleft p {
	text-align: center;
}
.awardinfos h2 {
	font-size: 40px;
}
.awardinfos h3 {
	line-height: 48px;
}
.awardinfos h4 {
	line-height: 48px;
	color: #FEA825;
	font-size: 48px;
}
.featuredbox {
	margin: 10px 0;
}
.whyinvestwrap .action a {
	margin: 5px 0
}
.partnerthumb {
	text-align: center;
}
.readymoneywrap .readylefft {
	padding: 0 0 25px;
	text-align: center;
}
.readymoneywrap .readylefft p {
	text-align: center
}
.readymoneywrap {
	background-attachment: scroll
}
.bannerinside.insideheaders .bannerleft {
	text-align: left
}
.bannerinside.insideheaders .bannerleft, .bannerinside.insideheaders .bannerright {
	width: 50%;
	padding: 0
}
.awardinfos {
	padding: 0;
}
.aboutbox {
	margin: 0 0 55px;
}
.navbar-nav {
	width: 100%;
	margin-left: 0;
	margin-right: 0;
}
.welcomebox {
	font-size: 13px;
}
.certificate-container {
	margin-top: 0;
	text-align: center;
}
.sky {
	display: none
}
.logo {
	text-align: center;
}
.navbar-nav {
	width: 100%;
	text-align: center;
}
.navbar-nav > li {
	float: none;
	display: inline-block;
}
.menuwrap {
	padding: 20px 0 40px;
}
.headerwrap {
	min-height: auto;
	padding: 0 0 40px;
}
.investmentheader {
	margin: 0;
}
.headerwrap-inner {
	min-height: 350px;
	padding: 0 0 40px;
}
.investmentwrap-sub .investmentheader {
	margin: 0;
	margin-top: -90px;
}
.specialfeatureswrap {
	padding: 50px 0;
}
.investmentwrap-sub {
	padding: 0px;
}
.percent {
	font-size: 32px;
}
.days {
	font-size: 13px;
}
.refcom {
	font-size: 16px;
}
.minmax {
	font-size: 13px;
}
.featuredbox h3 {
	font-size: 20px;
}
.featuredwrap {
	background: #eafbfc;
}
.toptenaction {
	margin: 5px 0;
	width: 100%
}
.footerlinks {
	padding: 0 0 15px;
}
}
 @media screen and (max-width: 812px) {
.welcomebox ul {
	max-width: 200px;
	left: 50%;
	margin-left: -100px;
}
.contact_right {
	padding-bottom: 40px
}
.trustedbox {
	margin: 10px 0;
}
.accright {
	padding: 0;
	border: none
}
.mem_mid {
	margin: 8px 0;
}
.aff_box {
	margin: 20px 0
}
.mem_mid a.acc_button {
	bottom: 0;
	position: relative;
	left: 0;
	margin: 0
}
.acctopmenu .navbar-nav > li > a {
	line-height: 50px;
}
.accountheaderwrap .logo {
	text-align: center;
	padding: 0 0 10px;
}
.welcomebox {
	text-align: center;
	float: none;
	margin: 0
}
.howtoright, .investmentright, .bountyinfos {
	padding: 20px 0
}
.howtoleft, .investmentleft, .howtoright, .investmentright, .howtoright p, .investmentright p, .howtoright h2, .investmentright h3, .how_box.even .howtoright, .how_box.even .howtoright p, .how_box.even .howtoleft, .investment_box.even .investmentright, .investment_box.even .investmentright p, .how_box.even .howtoright, .how_box.even .howtoright p, .how_box.even .howtoleft, .investment_box.even .investmentright, .investment_box.even .investmentright p {
	text-align: center;
}
.wheretobuy-list ul li {
	width: 33.33%;
}
.navbar-nav > li {
	float: none;
	display: inline-block;
}
.navbar-nav > li > a {
	padding: 0 4px;
	font-size: 13px;
}
.navbar-collapse.collapse, .loginwrap {
	text-align: center;
}
.navwrap {
	padding: 20px 0;
}
.bannerleft h1 {
	font-size: 44px;
	line-height: 44px;
	margin: 0 0 15px;
}
.bannerleft p {
	margin: 0 0 15px;
}
.logo {
	padding: 0 0 20px;
}
.headercurve h2 {
	font-size: 45px;
	line-height: 55px;
	margin: 25px 0 0 0;
}
.panleft {
	display: none;
}
.planright {
	width: 100%;
}
.hidefordesktop {
	display: block;
	color: green;
	font-size: 14px
}
.planbox ul li {
	line-height: 26px;
	font-size: 14px;
	padding: 10px 0;
}
.awardinfos {
	padding: 0;
}
.awardinfos h3 {
	font-size: 17px;
}
.news_title, .readymoneywrap .readylefft h3, .partnerwrap h3, .whyinvestwrap h3, .investmentwrap h3, .referralcommission h4, .representativecommission h4, .awardinfos h2 {
	font-size: 32px;
	line-height: 32px;
}
.featuredbox {
	padding: 15px 10px;
}
.featuredbox p br {
	display: none
}
.days {
	line-height: 40px
}
.days br {
	display: none
}
.topfooter .ready, .topfooter .ready p, .topfooteractio {
	text-align: center;
}
.topfooteractio a {
	margin: 5px 0 !important
}
}
 @media screen and (max-width:767px) {
.accwrap {
	margin: 0 15px;
	width: calc(100% - 30px)
}
.news_title, .readymoneywrap .readylefft h3, .partnerwrap h3, .whyinvestwrap h3, .investmentwrap h3, .referralcommission h4, .representativecommission h4, .awardinfos h2 {
	font-size: 26px;
}
.represtative_table table td, .paidoutbottom td, .my_accont table td {
	width: 100%;
	display: block;
}
.wheretobuy-list ul li {
	width: 50%;
}
.whyinvestwrap .action {
	padding: 0;
}
.nav_wrap {
	text-align: center
}
.navbar-toggle {
	float: none;
	margin: 0 auto 15px;
	background: #0099b6;
	color: #fff;
	border-radius: 50px;
	padding: 5px 25px;
}
.headercurve {
	min-height: 300px;
	padding: 140px 0 0 0;
}
.headercurve h2 {
	font-size: 35px;
	line-height: 45px;
}
.statbox {
	border-bottom: 1px solid #ececec;
}
.referralcommission h5, .representativecommission h5 {
	font-size: 24px;
}
.readymoneywrap {
	padding: 40px 0;
}
.footercontact h4, .footerlinks h4 {
	margin: 20px 0 5px;
}
.featuredbox {
	width: 100%;
	padding: 8px 0;
}
.trustedbox {
	margin: 10px 0;
}
.nav_wrap {
	text-align: center;
}
.navbar-toggle {
	margin: 10px 0;
	background-color: #fdc95d;
	color: #fff;
	border-radius: 4px;
	float: none;
	font-family: 'Merriweather', serif;
}
.navbar-nav {
	margin-left: 0;
	margin-right: 0
}
.navbar-toggle i {
	font-size: 22px;
}
}
 @media screen and (max-width: 668px) {
.bannerleft h1 {
	font-size: 40px;
	line-height: 40px;
}
.bannerleft p {
	font-size: 22px;
}
.news_title, .readymoneywrap .readylefft h3, .partnerwrap h3, .whyinvestwrap h3, .investmentwrap h3, .referralcommission h4, .representativecommission h4, .awardinfos h2, .ruleswrap h2.sectionhead {
	font-size: 32px;
	line-height: 34px;
}
.refvalue {
	width: 100%;
}
.getban {
	width: 100%;
	border-radius: 6px;
	margin: 3px 0 0 0
}
#copyTarget {
	border-radius: 0 6px 6px 0
}
}
 @media screen and (max-width: 569px) {
.accountheadingwrap {
	margin: 15px 0 0;
}
.accountheadingwrap h1 {
	width: 100%;
}
.regison, .ipaddress {
	float: none;
	margin: 0;
	border: 0;
	display: inline-block;
}
.bannerinside.insideheaders .bannerleft, .bannerinside.insideheaders .bannerright {
	width: 100%;
	padding: 0;
	text-align: center;
}
.bannerinside.insideheaders .bannerright h1 {
	text-align: center;
	line-height: inherit;
	padding: 20px 0 0 0;
	font-size: 24px;
}
.bannerleft h1 {
	font-size: 34px;
	line-height: 34px;
}
.investmentwrap h4 {
	font-size: 20px;
}
.hidefordesktop {
	display: block;
	color: green;
	font-size: 13px;
}
.awardinfos h2 {
	font-size: 24px;
	line-height: 24px;
}
.news_title, .readymoneywrap .readylefft h3, .partnerwrap h3, .whyinvestwrap h3, .investmentwrap h3, .referralcommission h4, .representativecommission h4, .awardinfos h2, .ruleswrap h2.sectionhead {
	font-size: 30px;
	line-height: 32px;
}
}
 @media screen and (max-width: 415px) {
.my_accont table td select {
	width: 100%
}
.logwrap .certificate {
	min-width: inherit;
}
.newsleft {
	width: 100%;
	height: auto;
	padding: 0 0 15px;
}
.newsright {
	width: 100%;
	padding: 0
}
.news_title, .readymoneywrap .readylefft h3, .partnerwrap h3, .whyinvestwrap h3, .investmentwrap h3, .referralcommission h4, .representativecommission h4, .awardinfos h2, .ruleswrap h2.sectionhead {
	font-size: 22px;
	line-height: 26px
}
.referralcommission h5, .representativecommission h5 {
	font-size: 18px;
}
.wheretobuy-list ul li {
	width: 100%;
	padding: 10px 0 10px 35px;
}
.referralcommission, .representativecommission {
	padding: 15px;
	border-width: 8px;
}
.bannerleft a.login, .bannerleft a.signup {
	font-size: 14px;
	padding: 0 20px;
	line-height: 36px;
}
.headercurve h2 {
	font-size: 30px;
	line-height: 39px;
	margin: 55px 0 0 0;
}
.planbox {
	width: 100%;
}
.planbox.one {
	border-radius: 15px;
}
.planbox.one .border {
	border-radius: 15px 15px 0 0;
}
.planbox.five .border {
	border-radius: 0;
}
.planbox ul li {
	padding: 5px 0;
}
.awardinfos a.getmoreinfos {
	margin-bottom: 20px
}
.statbox h4 {
	font-size: 34px;
	line-height: 34px;
}
.certificate {
	position: relative;
	text-align: center;
	margin: 30px 0 0 0
}
.whyinvestwrap h3 {
	margin: 0 0 20px;
}
.planbox .border {
	height: 8px;
}
.bannerinfos h3, .growinginfos h3, .specialfeatureswrap h3, .trustedwrap h3, .accountheadingwrap h3 {
	font-size: 15px;
	padding: 0 0 0 50px;
}
.bannerinfos h3::before, .growinginfos h3:before, .specialfeatureswrap h3:before, .trustedwrap h3:before, .accountheadingwrap h3:before {
	width: 35px;
}
.bannerinfos h1 {
	font-size: 35px;
	line-height: 45px;
}
.investmentheader h2, .growinginfos h2, .specialfeatureswrap h2, .trustedwrap h2, .topfooter .ready h4, .bountybottom h3, .whyinvestwrap h3, .accountheadingwrap h1 {
	font-size: 26px;
}
.investmentheader h2::before {
	width: 30px;
	left: 5px;
}
.investmentheader h2::after {
	width: 30px;
	right: 5px;
}
.viewcertificate {
	margin: 0 10px 0 0;
}
.viewcertificate, .companyinfo {
	padding: 0 15px;
}
.growinginfos .action a {
	margin: 5px 0 !important;
	width: 100% !important
}
}
 @media screen and (max-width: 376px) {
.planbox .percent {
	line-height: 75px;
}
.headercurve h2 {
	font-size: 26px;
	line-height: 34px;
	margin: 45px 0 0 0;
}
.deposit_text span {
	float: left;
}
.bannerinfos h1 {
	font-size: 30px;
	line-height: 40px;
}


.calculatorresult label, .calculatorresult input, .calculatorresult #profitDaily, .calculatorresult#profitTotal {
	width: 100%
}
.investmentheader h2, .growinginfos h2, .specialfeatureswrap h2, .trustedwrap h2, .topfooter .ready h4, .bountyinfos h3, .whyinvestwrap h3, .supportmap h2, .accountheadingwrap h1 {
	font-size: 22px;
}
}
 @media screen and (max-width: 321px) {
.news_title, .readymoneywrap .readylefft h3, .partnerwrap h3, .whyinvestwrap h3, .investmentwrap h3, .referralcommission h4, .representativecommission h4, .ruleswrap h2.sectionhead {
	font-size: 20px;
	line-height: 24px
}
.referralcommission h5, .representativecommission h5 {
	font-size: 16px;
}
.bannerleft h1 {
	font-size: 30px;
}
.bannerleft a.login, .bannerleft a.signup {
	font-size: 13px;
	padding: 0 12px;
}
.headercurve h2 {
	font-size: 22px;
	line-height: 32px;
}
.headercurve {
	min-height: 220px;
	padding: 100px 0 0 0;
}
.headercurve h2 {
	margin: 15px 0 0 0;
}
.splbox .icon {
	width: 100%;
	text-align: center;
	padding: 0 0 10px
}
.splbox .splinfo {
	width: 100%
}
.bannerinfos h3, .growinginfos h3, .specialfeatureswrap h3, .trustedwrap h3, .accountheadingwrap h3 {
	font-size: 13px;
	padding: 0 0 0 40px;
}
.bannerinfos h3::before, .growinginfos h3::before, .specialfeatureswrap h3::before, .trustedwrap h3::before, .accountheadingwrap h3:before {
	width: 25px;
}
.bannerinfos h1 {
	font-size: 28px;
	line-height: 36px;
}
.investmentheader h2, .growinginfos h2, .specialfeatureswrap h2, .trustedwrap h2, .topfooter .ready h4, .bountyinfos h3, .whyinvestwrap h3, .supportmap h2, .accountheadingwrap h1, .detailed-stats-box .detailhead h2 {
	font-size: 19px;
}
.percent {
	padding: 0 0 5px;
	width: 100%;
}
.days {
	width: 100%;
	float: left;
	line-height: 24px
}
}
