@charset "utf-8";
/* CSS Document */
body {
	font-family: 'Montserrat', sans-serif;
	color: #fff;
	background: #060C2C;
	font-size: 13px;
	line-height: 24px;
	font-weight: 600;
	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: #e1ab17;
	text-decoration: none;
	outline: none
}
img {
	max-width: 100%
}
label {
	font-weight: 400
}
input[type="text"], input[type="password"], input[type="email"] {
    color: #fff;
    width: 100%;
    height: 40px;
    background: #0d1a4c;
    border: 1px solid #193092;
    padding: 0 15px;
    border-radius: 4px;
    font-size: 15px;
}
textarea {
	color: #fff;
	width: 100%;
    background: #0d1a4c;
    border: 1px solid #193092;
	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 #bd8e20
}
input[type="submit"], input[type="button"] {
    color: #ffffff;
    background: rgb(252,179,43);
    background: -moz-linear-gradient(top, rgba(252,179,43,1) 0%, rgba(209,143,20,1) 100%);
    background: -webkit-linear-gradient(top, rgba(252,179,43,1) 0%,rgba(209,143,20,1) 100%);
    background: linear-gradient(to bottom, rgba(252,179,43,1) 0%,rgba(209,143,20,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcb32b', endColorstr='#d18f14',GradientType=0 );
    border-radius: 36px;
    padding: 0 30px;
    text-transform: uppercase;
    line-height: 40px;
    display: inline-block;
    font-weight: 400;
    border: none;
    font-family: 'Oswald', sans-serif;
    font-size: 16px;
}
input[type="submit"]:hover, input[type="button"]:hover {
    background: rgb(252,179,43);
}
select {
    color: #fff;
    font-size: 13px;
    background: #0d1a4c;
    border: 1px solid #193092;
    border-radius: 4px;
    width: auto;
    padding: 5px 25px 5px 10px;
}
ul {
	list-style: none;
	padding: 0;
	margin: 0
}
.wrapper, .headerwrap, .planwrap, .welcomewrap, .referralwrap, .footerwrap, .inside_wrap {
	width: 100%;
	float: left;
}
.content {
	max-width: 1170px;
	margin: 0 auto;
}
.headerwrap {
	background: url(images/headermainbg.jpg) no-repeat top center;
	background-size: cover;
}

.headerwrapsub {
	background: url(images/subpagebg.jpg) no-repeat top center;
	background-size: cover;
}

.menuwrap {
    width: 100%;
    float: left;
    padding: 25px 0px 25px;
    background: #020942db;
    border-radius: 6px;
    margin-top: 0px;
    margin-bottom: 30px;
}
.logo {
    width: 26%;
    float: left;
}
.menu {
    float: right;
    margin-top: 15px;
}
.menu ul {
	text-align: center;
	padding: 0px;
}
.menu ul li {
	display: inline-block;
	line-height: 36px;
}
.menu ul li a {
    color: white;
    font-weight: 600;
    text-transform: uppercase;
    display: block;
    padding: 0 10px;
    font-size: 12px;
}
.menu ul li a:hover {
	color: #fff
}



.menu ul li a.paidout {
	border:2px solid #E5BB3D;
	border-radius:4px;
	color:#E5BB3D;
	padding-left:10px;
}

.menu ul li.login {
	border:2px solid #FFB62D;
    border-radius: 32px;
}

.menu ul li.login a, .menu ul li.signup a {
	padding:0px 18px;
}

.menu ul li.login:hover {
    background: #131B66;	
}

.menu ul li.signup {
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#173aea+0,1c37ce+100 */
	background: rgb(23,58,234); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(23,58,234,1) 0%, rgba(28,55,206,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(23,58,234,1) 0%,rgba(28,55,206,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(23,58,234,1) 0%,rgba(28,55,206,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#173aea', endColorstr='#1c37ce',GradientType=0 ); /* IE6-9 */
    border-radius: 36px;
    border:2px solid rgb(23,58,234);
}

.menu ul li.signup:hover {
	background: rgb(23,58,234); 
}

.bannerwrap {
    width: 100%;
    float: left;
    padding: 12px 0px 0px;
    border-radius: 8px 8px 0px 0px;
}
.bannerwrap .left {
    width: 650px;
    float: right;
}
.bannerwrap .left h1 {
	font-size: 72px;
	text-transform: uppercase;
	font-weight: 300;
	line-height: 80px;
	margin: 0 0 25px;
	font-family:'Oswald', sans-serif;
}


.headerwrapsub .bannerwrap .left h1 {
    font-size: 50px;
    text-transform: uppercase;
    font-weight: 300;
    line-height: 60px;
    margin: 0 0 45px;
    font-family: 'Oswald', sans-serif;

}

.bannerwrap .left h1 strong {
	color: #FFB62D;
	font-weight:400;
}
.bannerwrap .left p {
    margin: 0 0 35px;
    font-weight: 500;
}
.bannerwrap .left .action {
}
.bannerwrap .left .action .signup, .bannerwrap .left .action .memberlogin {
    padding: 0 40px;
    margin: 0 10px 0 0;
    border-radius: 4px;
    text-transform: uppercase;
    line-height: 42px;
    display: inline-block;
    font-weight: 400;
    font-family: 'Oswald', sans-serif;
    font-size: 16px;
}
.bannerwrap .left .action .signup, .bannerwrap .left .action .memberlogin:hover {
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#fcb32b+0,d18f14+100 */
	background: rgb(252,179,43); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(252,179,43,1) 0%, rgba(209,143,20,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(252,179,43,1) 0%,rgba(209,143,20,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(252,179,43,1) 0%,rgba(209,143,20,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcb32b', endColorstr='#d18f14',GradientType=0 ); /* IE6-9 */
    border-radius: 36px;
}



.bannerwrap .left .action .signup:hover, .bannerwrap .left .action .memberlogin:hover {
	background: rgb(252,179,43);
	color:white;
}

.bannerwrap .left .action .memberlogin, .bannerwrap .left .action .signup:hover {
    background: rgb(23,58,234);
    background: -moz-linear-gradient(top, rgba(23,58,234,1) 0%, rgba(28,55,206,1) 100%);
    background: -webkit-linear-gradient(top, rgba(23,58,234,1) 0%,rgba(28,55,206,1) 100%);
    background: linear-gradient(to bottom, rgba(23,58,234,1) 0%,rgba(28,55,206,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#173aea', endColorstr='#1c37ce',GradientType=0 );
    border-radius: 36px;
}


.bannerwrap .right {
	width: 36%;
	float: left;
	padding: 65px 0 0 0
}
.featureswrap {
	width: 100%;
	float: left;
	padding: 20px 0 0 0;
}
.featuresbox {
    float: left;
    margin: 0 20px 0 0;
    border-radius: 25px 25px 0 0;
    text-align: center;
    padding: 20px 0px;
    text-transform: uppercase;
    width: 140px;
}




.feature-low {
	margin-top:30px;
}
.featuresbox .icon {
    display:block;
    margin-bottom:10px;
}
.featuresbox p {
    margin: 15px 0 0 7px;
    font-weight: 700;
    text-align: center;
    line-height: 18px;
    font-size: 14px;
}

.featuresbox p span {
    color: #ebb621;
}

.featuresbox p a, .featuresbox p a span {
	color:#6EDF44;
}
.bestinvestent {
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#32266e+0,32266e+50,3e2f85+50,3e2f85+100&1+0,1+50,0+100 */
	background: -moz-linear-gradient(45deg, rgba(50,38,110,1) 0%, rgba(62,47,133,1) 50%, rgba(62,47,133,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(45deg, rgba(50,38,110,1) 0%,rgba(62,47,133,1) 50%,rgba(62,47,133,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(45deg, rgba(50,38,110,1) 0%,rgba(62,47,133,1) 50%,rgba(62,47,133,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#32266e', endColorstr='#003e2f85',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	float: left;
	width: 100%;
	padding: 40px 30px;
	border-radius: 0px 0px 8px 0px;
}
.bestinvestent h2 {
    font-weight: 500;
    font-size: 20px;
    line-height: 26px;
    text-transform: none;
    margin: 0;
    float: left;
}
.bestinvestent h2 strong {
	color: #cc9922;
	font-weight: 700;
}
.bestinvestent h3 {
	font-weight: 300;
	font-size: 26px;
	line-height: 36px;
	text-transform: uppercase;
	margin: 0;
	float: left;
}
.bestinvestent h3 strong {
    color: #eac146;
    font-weight: 600;
}
.planwrap {
    background: #000539 url(images/plansbg.jpg) no-repeat left center;
    background-size: cover;
    padding: 55px 0 30px;
}

.planwrap_account {
	background:transparent;
	padding:0px 0px 30px;
}

.statboxwrap {
    width: 100%;
    float: left;
    padding: 60px 0px 250px;
    background: #000539;

}


.statboxwrap_account {
	width: 100%;
    float: left;
    padding: 40px 0px 20px;
    background: transparent;

}

.statbox {
    width: 270px;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#0c178c+0,040c60+100 */
	background: rgb(12,23,140); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(12,23,140,1) 0%, rgba(4,12,96,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(12,23,140,1) 0%,rgba(4,12,96,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(12,23,140,1) 0%,rgba(4,12,96,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0c178c', endColorstr='#040c60',GradientType=0 ); /* IE6-9 */
    border-radius: 6px;
    float: left;
    margin: 0 30px 0 0;
    text-align: center;
	padding:15px;
    text-align: center;
}
.statbox.last {
	margin: 0;
}
.statbox .icon {
    margin: 0px auto;
    margin-top: -60px;
}
.statbox h4 {
    font-size: 24px;
    color: #E4D28C;
    margin: 16px 0 5px;
    font-weight: 500;
    font-family: 'Oswald', sans-serif;
}
.statbox p {
    text-align: center;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 13px;

}
.investmenwrap {
    width: 100%;
    float: left;
    padding: 50px 0 30px 0;
    margin-top: -290px;
}

.investmenwrap p {
	text-align:center;
	font-weight:600;
}

.investmenwrap h2, .calculator h2 {
	font-size: 48px;
    color: #fff;
    font-weight: 300;
    text-transform: uppercase;
    text-align: center;
    margin: 0 0 30px;
        font-family: 'Oswald', sans-serif;
}
.investmenwrap h2 strong, .calculator h2 strong {
    font-weight: 400;
    color: #f6af29;
}


.planbox {
    width: 25%;
    float: left;
    border-radius: 4px;
    padding: 0px;
    margin: 0 0px 20px;
    text-align: center;
}

.planbox .left {
	float: left;
	width: 30%;
	text-align: center;
}

.planbox .right .percentage {
    padding: 30px 0 15px;

}

.planbox.one {
	    background: url(images/plan1.png) no-repeat top center;
}

.planbox.two {
	    background: url(images/plan2.png) no-repeat top center;
}

.planbox.three {
	    background: url(images/plan3.png) no-repeat top center;
}


.planbox.four {
	    background: url(images/plan4.png) no-repeat top center;
}

.planbox .right .plan-info {
	    padding-top: 90px;
}

.planbox .right .percentage .leftone {
    width: 100%;
    font-size: 60px;
    color: #ffffff;
    font-weight: 400;
    line-height: 62px;
    font-family: 'Oswald', sans-serif;
}

.planbox .right .percentage .leftone span {
	font-size:48px;
}

.planbox .right .percentage .rightone {

    font-weight: 300;
    font-size: 30px;
    text-transform: uppercase;
    line-height: 28px;
    padding: 5px;
    text-align: center;
    margin-top: 0px;
}
.planbox .right .percentage .rightone span {
font-size: 30px;
    color: white;
    font-weight: 400;
    text-transform: uppercase;
    transform: none;
    font-family: 'Oswald', sans-serif;
    line-height: 36px;
}
.planbox .right .daily {
	width: 100%;
    float: left;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 5px;
    background: rgb(50,38,110);
    background: -moz-linear-gradient(45deg, rgba(50,38,110,1) 0%, rgba(50,38,110,1) 50%, rgba(62,47,133,1) 50%, rgba(62,47,133,1) 100%);
    background: -webkit-linear-gradient(45deg, rgba(50,38,110,1) 0%,rgba(50,38,110,1) 50%,rgba(62,47,133,1) 50%,rgba(62,47,133,1) 100%);
    background: linear-gradient(45deg, rgba(50,38,110,1) 0%,rgba(50,38,110,1) 50%,rgba(62,47,133,1) 50%,rgba(62,47,133,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#32266e', endColorstr='#3e2f85',GradientType=1 );
    line-height: 36px;
    text-align: center;
    border-radius: 8px 8px 0px 0px;
}
.planbox .right .daily span {
	color: #eab22f;
}
.planbox .right .minmax {

    padding: 10px 10px 20px;
    border-radius: 0px 0px 6px 6px;
}
.planbox .right .minmax span {
    text-transform: uppercase;
    display: block;
    margin: 0px 20px;
    font-weight: 500;
    font-size: 12px;
    border-bottom: 1px dotted #F8B12A;
    line-height: 30px;
}
.planbox .right .minmax span strong {
	color: #ECC34A;
}

.planbox a {
	background: rgb(252,179,43);
    background: -moz-linear-gradient(top, rgba(252,179,43,1) 0%, rgba(209,143,20,1) 100%);
    background: -webkit-linear-gradient(top, rgba(252,179,43,1) 0%,rgba(209,143,20,1) 100%);
    background: linear-gradient(to bottom, rgba(252,179,43,1) 0%,rgba(209,143,20,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcb32b', endColorstr='#d18f14',GradientType=0 );
    border-radius: 36px;
    padding: 8px 30px;
    text-transform: uppercase;
    font-size: 16px;
    color: #533704;
    font-family: 'Oswald', sans-serif;
        font-weight: 400;
}


.planbox a:hover {
	 background: rgb(252,179,43);
    color: #533704;
}

.welcomewrap {
    padding: 40px 0 40px 0;
    background: url(images/welcomebg.png) no-repeat top center;
    background-size: cover;
}

.welcomewrap-about {
    padding: 40px 0 40px 0;
    background: url(images/aboutbg.html) no-repeat top center;
    background-size: cover;
}

.calculator {
	width: 100%;
	float: left;
	padding: 0 0 25px;
}
.calculator .icon {
	float: left;
	width: 13%;
}
.calculator .calculatorright {
    float: left;
    width: 100%;
    padding: 0px;
    background: #000324ad;
    border-radius: 6px;

}
.calculator .calculatorright .enter {
	float: left;
    padding: 5px;
    text-transform: uppercase;
    font-weight: 300;
    width: 124px;
    background: #01041D;
    color: #010226;
    font-weight: 600;
    text-align: center;
    border-radius: 6px 0px 0px 6px;
    line-height: 44px;
    height: 140px;
    padding-top: 35px;
    margin-right: 10px;
}
.calculator .calculatorright .enter span {
	font-size: 30px;
	display: block;
}
.calculator .calculatorright .enter strong {
	font-weight: 300;
	color: #eab22f;
}
.calculator .calculatorright .amountinput {
    float: left;
    padding: 5px;
    width: 250px;
    padding-top: 30px;
    padding-left: 20px;

}

.calculator .calculatorright .amountinput label {
	text-transform:uppercase;
}

.calculator .calculatorright .amountinput input {
    border: none;
    height: 40px;
    border-radius: 50px;
    text-align: left;
    color: #fff;
    padding: 0 20px;
    background: transparent;
    border:2px solid #DB991D;
}

.calculator .calculatorright .calculatorresults {
    float: right;
    width: 66%;
}
.resultbox {
    width: 29%;
    float: left;
    text-align: left;
    padding-left: 20px;
    background: rgb(12,23,140);
    background: -moz-linear-gradient(top, rgba(12,23,140,1) 0%, rgba(4,12,96,1) 100%);
    background: -webkit-linear-gradient(top, rgba(12,23,140,1) 0%,rgba(4,12,96,1) 100%);
    background: linear-gradient(to bottom, rgba(12,23,140,1) 0%,rgba(4,12,96,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0c178c', endColorstr='#040c60',GradientType=0 );
    border-radius: 6px;
    margin-left: 20px;
    padding: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
    overflow:hidden;
}

.resultbox img {
	float:left;
	margin-right:8px;
}

.resultbox .result-right {
	float:left;
}

.calculator .first {
	border-left:0px;
}

.calculator .last {
	border-right:0px;
}

.resultbox h3 {
    font-size: 24px;
    color: #F3CD59;
    margin: 0 0 5px;
    font-family: 'Oswald', sans-serif;
}
.resultbox label {
    font-weight: 600;
    text-transform: uppercase;
}
.welcome {
	width: 100%;
	float: left;
	padding: 10px 0;
}
.welcome .left {
    width: 603px;
    float: right;
    padding: 0px;
}

.welcome.supportpage .left {
	width:100%;
	padding: 0 30px 20px 0;	
}

.welcome .left h1 {
	font-size: 36px;
	font-weight: 300;
	text-transform: uppercase;
	margin: 0 0 15px;
	    font-family: 'Oswald', sans-serif;
}
.welcome .left h1 span {
    color: #e1ab17;
    font-weight: 600;
}
.welcome .left p {
    font-weight: 500;
}
.welcome .left a {
    background: rgb(252,179,43);
    background: -moz-linear-gradient(top, rgba(252,179,43,1) 0%, rgba(209,143,20,1) 100%);
    background: -webkit-linear-gradient(top, rgba(252,179,43,1) 0%,rgba(209,143,20,1) 100%);
    background: linear-gradient(to bottom, rgba(252,179,43,1) 0%,rgba(209,143,20,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcb32b', endColorstr='#d18f14',GradientType=0 );
    border-radius: 36px;
    padding: 8px 30px;
    text-transform: uppercase;
    font-size: 16px;
    color: #533704;
    font-family: 'Oswald', sans-serif;
        font-weight: 400;
}

.welcome .left a:hover {
    background: rgb(252,179,43);
}

.welcome .right {
	width: 44%;
	float: left;
}
.benifitwrap {
    width: 100%;
    float: left;
    border-radius: 0px;
    background: #090144 url(images/featurebg.jpg) no-repeat top center;
    padding: 50px 0 60px 0px;
    background-size: cover;

}
.benifitwrap h2 {
	font-size: 48px;
	color: #fff;
	font-weight: 300;
	text-transform: uppercase;
	text-align: center;
	margin: 0 0 30px;
	font-family:'Oswald', sans-serif;
}
.benifitwrap h2 strong {
    font-weight: 300;
    color: #ffb62d;
}
.benifitbox {
    width: 380px;
    float: left;
    padding: 20px;
    background: rgb(12,23,140);
    background: -moz-linear-gradient(top, rgba(12,23,140,1) 0%, rgba(4,12,96,1) 100%);
    background: -webkit-linear-gradient(top, rgba(12,23,140,1) 0%,rgba(4,12,96,1) 100%);
    background: linear-gradient(to bottom, rgba(12,23,140,1) 0%,rgba(4,12,96,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0c178c', endColorstr='#040c60',GradientType=0 );
    margin: 30px 0px;
    border-radius: 6px;
    margin-right: 15px;
    text-align: center;
    min-height: 220px;
}

.benifitwrap p {
	text-align:center;
}

.benifitwrap .benifitbox2 {
	margin-right:0px;
}

.benifitbox .icon {
    display: block;
    margin-right: 0px;
    margin-top: -50px;
}
.benifitbox h4 {
    margin: 15px 0 10px;
    font-weight: 400;
    color: #FFD322;
    text-transform: uppercase;
    font-size: 20px;
    font-family: 'Oswald', sans-serif;
}
.benifitbox p {
	text-align: center;
	font-weight: 600;
	margin: 0;
}
.referralwrap {
    background: #02083B;
    background-size: cover;
    padding: 40px 0px 20px;
}

.referral-top {
    overflow: hidden;
    margin-bottom: 30px;
}

.referral-sub {
	margin-top:30px;
}

.present {
	overflow:hidden;
}

.present p {
    float: left;
    width: 240px;
    text-align: left;
    font-size: 12px;
    line-height: 20px;
    margin-top: 5px;
}

.login-left {
	    width: 600px;
    float: right;
}

.present .icon {
	float:right;
}

.referral-top .left {
    float: left;
    background: rgb(12,23,140);
    background: -moz-linear-gradient(top, rgba(12,23,140,1) 0%, rgba(4,12,96,1) 100%);
    background: -webkit-linear-gradient(top, rgba(12,23,140,1) 0%,rgba(4,12,96,1) 100%);
    background: linear-gradient(to bottom, rgba(12,23,140,1) 0%,rgba(4,12,96,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0c178c', endColorstr='#040c60',GradientType=0 );
    color: white;
    text-align: center;
    padding: 20px;
    width: 420px;
    border-radius:6px
}

.referral-top .right {
    color: #ffffff;
    font-weight: 600;
    float: left;
    width: 750px;
    border-radius: 0px 6px 6px 0px;
    padding: 0px 0px 0px 30px;
    font-size: 13px;
}

.referralwrap h3 {
    font-size: 42px;
    font-weight: 300;
    text-transform: uppercase;
    margin: 5px 0 0px;
    text-align: center;
        font-family: 'Oswald', sans-serif;
}

.referralwrap h3 span {
	color:#ffd120;
}

.referralwrap .right h3 {
    text-align: left;
    font-weight: 400;
    margin-bottom: 10px;
    color: #262067;
}

.payments {
    background: rgb(12,23,140);
    background: -moz-linear-gradient(top, rgba(12,23,140,1) 0%, rgba(4,12,96,1) 100%);
    background: -webkit-linear-gradient(top, rgba(12,23,140,1) 0%,rgba(4,12,96,1) 100%);
    background: linear-gradient(to bottom, rgba(12,23,140,1) 0%,rgba(4,12,96,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0c178c', endColorstr='#040c60',GradientType=0 );
    padding: 30px 0px;
    float: left;
    width: 100%;
}

.info {
    background: rgb(23,58,234);
    background: -moz-linear-gradient(top, rgba(23,58,234,1) 0%, rgba(28,55,206,1) 100%);
    background: -webkit-linear-gradient(top, rgba(23,58,234,1) 0%,rgba(28,55,206,1) 100%);
    background: linear-gradient(to bottom, rgba(23,58,234,1) 0%,rgba(28,55,206,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#173aea', endColorstr='#1c37ce',GradientType=0 );
    border-radius: 4px;
    padding: 10px;
    text-align: left;
    line-height: 20px;
    border: 4px solid #121e9ce3;
    margin-top: 10px;
}

.info img {
	    float: left;
    margin-right: 10px;
    margin-top: 3px;

}

.referralwrap .right span {font-weight:600;}

.referralwrap .right p{
    margin: 0 0 8px;
    font-weight: 400;

}

.referralwrap h2 {
    font-size: 36px;
    color: #ffffff;
    text-transform: uppercase;
    margin: 0 0 10px;
    font-weight: 400;
    text-align: center;
    font-family: 'Oswald', sans-serif;
    margin-top: 10px;
}
.referralwrap h2 span {
	color:#FED020;
}

.referralbox {
	width: 100%;
	float: left;
	margin: 0 0 30px 0;
}
.referralbox .left {
    width: 300px;
    float: left;
    padding: 0 0px 0 20px;
    text-align:center;
}
.referralbox .left .referralitems {
	width: 100%;
	float: left;
}
.referralbox .left .referralitems .icon {
	float: right;
	padding: 0 0 0 15px;
}
.referralbox .left .referralitems h3 {
	font-size: 18px;
	margin: 0 0 15px;
	text-align: right;
	color: #c92;
	font-weight: 600;
}
.referralbox .left .referralitems p {
	margin: 15px 0;
}
.referralbox .right {
    width: 863px;
    float: left;
    padding: 0px;
}
.referralbox .right p {
}

.referralwrap .right h2 {
    color: white;
    text-align: left;
    font-weight: 300;
    margin-top: 25px;
}

.referralwrap .right h2 span {
	font-weight:400;
}

.referral-top .right a {
    float: right;
    background: rgb(23,58,234);
    background: -moz-linear-gradient(top, rgba(23,58,234,1) 0%, rgba(28,55,206,1) 100%);
    background: -webkit-linear-gradient(top, rgba(23,58,234,1) 0%,rgba(28,55,206,1) 100%);
    background: linear-gradient(to bottom, rgba(23,58,234,1) 0%,rgba(28,55,206,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#173aea', endColorstr='#1c37ce',GradientType=0 );
    border-radius: 36px;
    color: white;
    font-size: 18px;
    padding: 12px 30px;
    font-weight: 400;
}

.referral-top .right a:hover {
    background: rgb(23,58,234);	
}


.referral-bottom {
    background: #40398F;
    padding: 30px 0px;
    color: white;
    float: left;
    width: 100%;
    text-align: center;
}

.referral-bottom h2 {
    font-weight: 400;
    text-transform: uppercase;
    font-size: 36px;
    text-align: center;
    margin-bottom: 20px;
}

.referral-bottom  a {
    background: rgb(241,202,84);
    background: -moz-linear-gradient(top, rgba(241,202,84,1) 0%, rgba(215,170,34,1) 100%);
    background: -webkit-linear-gradient(top, rgba(241,202,84,1) 0%,rgba(215,170,34,1) 100%);
    background: linear-gradient(to bottom, rgba(241,202,84,1) 0%,rgba(215,170,34,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1ca54', endColorstr='#d7aa22',GradientType=0 );
    color: #1e1e44;
    font-weight: 600;
    border-radius: 6px;
    padding: 12px 30px;
    text-transform: uppercase;
    display: inline-block;
    margin: 20px auto;
}

.referral-bottom h2 span {
	font-weight:700;
}

.referral-bottom p {
	font-size:18px;
	text-align:center;
}

.paymenticons {
	width: 100%;
	float: left;
	border-radius: 50px;
	text-align: center;
	padding: 25px 20px;
	background: #000000b5;
	border: 3px solid #bd8e21;
	margin: 30px 0;
}
.footerwrap {
    padding: 40px 0;
    background: #091038;
    font-weight: 600;
    font-size: 12px;
}
.footerwrap .left {
    width: 45%;
    float: left;
    text-transform: uppercase;
}

.footerwrap .last {
	text-align:right;
	width:45%;
}

.footerwrap .right {
    width: 45%;
    float: right;
    text-align: left;
}
.footerwrap .right a {
    padding-left: 20px;
    color: #FED020;
}

.footerwrap .right ul li {
	float:left;
}

.inside_wrap, .referralwrap.affiliatepage {
    padding: 40px 0;
    background: #02083B;
}

.accountmainpage {
    padding: 40px 0 40px 0;
    background: #090144 url(images/featurebg.jpg) no-repeat center bottom;
    background-size: cover;
}

.welcome.aboutpage {
	padding: 0 0 30px;
}
.faq .panel-default {
	border-color: #eacb6a;
	border-radius: 4px;
	border-width: 0px;
}
.faq .panel-default > .panel-heading {
    color: #fff;
    background-color: #0538a0;
    padding: 0;
    border: none;
    box-shadow: 0 0 0 0 !important;
    border-radius: 36px;
}
.faq .panel-title {
	font-size: 15px;
	text-transform: none;
	background: url(images/faq.png) no-repeat left 15px center;
	font-weight: 600;
}
.faq .panel-title > .small, .panel-title > .small > a, .panel-title > a, .panel-title > small, .panel-title > small > a {
    color: white;
    padding: 18px 15px 18px 50px;
    display: block;
    text-transform: uppercase;
    font-size: 13px;
}
.panel-group .panel-heading+.panel-collapse>.list-group, .panel-group .panel-heading+.panel-collapse>.panel-body {
    border-top: 2px solid #efc750;
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
    border: 0px;
    margin-top: 10px;
}

.faq .panel {
	background-color: transparent;
}
.news_block {
    margin: 10px 0px;
    width: 100%;
    float: left;
    padding: 25px;
    background: #06358c;
    border-radius: 6px;
    border-bottom: 0px;
    border: 0px;
}
.news_title {
    padding: 0 0 10px;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 400;
    color: #FFB62D;
    font-family:'Oswald', sans-serif;
}
.news_time {
    padding: 10px 0 0px 0;
    font-size: 11px;
    color: #ffffff;
    text-align: right;
    border-top: 1px solid #255fca;
}
.news_infos {
	line-height: 26px;
	font-weight: 500;
	padding: 15px 0px;
	border-radius: 5px;
}
.rules {
	width: 100%;
	float: left;
	border-radius: 25px;
	padding: 0px;
}
.rules h3.sectionhead {
	margin: 10px 0 15px;
	font-weight: 600;
	color: #EDC54C;
	text-transform: uppercase;
	font-size: 18px;
}
.welcome.aboutpage p {
	margin: 0;
}
.supportemail {
    padding: 10px 0 10px 80px;
    width: 100%;
    float: left;
    background: url(images/email.png) no-repeat left center;
    margin-bottom: 10px;
}
.supportemail h4 {
	color:#FFB62D;
	text-transform: uppercase;
	font-size: 18px;
	margin: 0 0 4px;
}
.supportemail a {
	font-weight:600;
}
.supportright {
    float: left;
    width: 100%;
    background:#0F3185;
    padding: 32px 5px 15px;
    border-radius: 6px;
}
.supportright h2 {
	font-size: 30px;
	font-weight: 300;
	text-transform: uppercase;
	margin: 0 0 15px;
	padding: 0 20px;
}
.supportright h2 strong {
	color: #e1ab17;
}
.form-block.one, .form-block.two {
	width: 50%;
	float: left;
	padding: 10px 20px;
}
.form-block.three, .form-block.four {
	padding: 10px 20px;
	width: 100%;
	float: left;
}
.loginpages {
    background: #090144 url(images/featurebg.jpg) no-repeat top center;
    background-size:cover;
}

.login-container {
    width: 100%;
    float: left;
    background: #0A1447 url(images/headermainbg.jpg) no-repeat top center;
    background-size: cover;
    padding-bottom: 80px;
    padding-top: 60px;
}


.loginfooter {
	text-align: center;
	padding: 50px 0;
	width: 100%;
	float: left;
}
.loginwrappers {
    width: 100%;
    background: #04011ead;
    padding: 20px 30px;
    border: 0px;
    border-radius: 8px;
    max-width: 600px;
    margin: 0 auto;
    overflow: hidden;
}
.loginwrappers .logo {
	width: 100%;
	padding: 80px 0 0 0;
	float: left;
}
.loginheads {
    width: 100%;
    padding: 12px 20px 20px 0;
    color: white;
    font-size: 30px;
    text-transform: uppercase;
    float: left;
    font-weight: 300;
    text-align: left;
    font-family: 'Oswald', sans-serif;
}

.loginheads span {
	font-weight:400;
	color:#FFB62D;
}

.form-container.login {
	width: 100%;
}
.form-container.signup {
	width:100%;
}

.form-container.login label {
	font-weight:600;
}


::-webkit-input-placeholder { /* Edge */
  color: #7A6EBC;
}

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

::placeholder {
  color:#7A6EBC;
}

.loginpages .logo {
	width: 100%;
	text-align: center;
	padding: 40px 0 25px;
}
.loginaction {
    padding: 10px;
    text-align: center;
    width: 100%;
    max-width: 600px;
    margin: 0px auto 40px;
    background: rgb(23,58,234);
    background: -moz-linear-gradient(top, rgba(23,58,234,1) 0%, rgba(28,55,206,1) 100%);
    background: -webkit-linear-gradient(top, rgba(23,58,234,1) 0%,rgba(28,55,206,1) 100%);
    background: linear-gradient(to bottom, rgba(23,58,234,1) 0%,rgba(28,55,206,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#173aea', endColorstr='#1c37ce',GradientType=0 );
    border-radius: 0px 0px 6px 6px;
    overflow: hidden;
}
.form-container.login table td {
	padding: 6px 0;
}
.loginaction h4 {
	text-transform: uppercase;
    margin: 0px;
    font-weight: 400;
    font-size: 20px;
    float: left;
    line-height: 48px;
    padding-left: 20px;
    font-family: 'Oswald', sans-serif;
}
.loginaction .signup {
    color: #ffffff;
    background: rgb(252,179,43);
    background: -moz-linear-gradient(top, rgba(252,179,43,1) 0%, rgba(209,143,20,1) 100%);
    background: -webkit-linear-gradient(top, rgba(252,179,43,1) 0%,rgba(209,143,20,1) 100%);
    background: linear-gradient(to bottom, rgba(252,179,43,1) 0%,rgba(209,143,20,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcb32b', endColorstr='#d18f14',GradientType=0 );
    border-radius: 36px;
    padding: 0 30px;
    text-transform: uppercase;
    line-height: 45px;
    display: inline-block;
    font-weight: 400;
    font-family: 'Oswald', sans-serif;
    font-size: 18px;
    float:right;
}
.loginaction .signup:hover {
	 background: rgb(241,202,84);
}
.loginwrappers .icon {
    text-align: left;
    padding: 0px;
    float: left;
    width: 20%;
    margin-left: -20px;
    margin-top: 40px;
}
.loginredirect {
	padding: 20px 0 0 0;
	text-align: center;
	text-transform: uppercase;
}
.loginredirect p {
	text-align: center
}
.loginredirect h3 {
    color: #EDC54C;
    font-size: 24px;
    font-weight: 300;
    font-family: 'Oswald', sans-serif;
    margin-top: 50px;
}
.loginredirect h3 strong {
	font-weight: 600;
}
.loginredirect h4 {
	font-size: 24px;
	font-weight: 300;
}
.navbar {
	float: right;
	margin: 0;
	min-height: auto;
}

.navbar-account {
    width: 100%;
    float: left;
    margin-bottom: 30px;
}


.navbar-nav > li {
    margin: 0px 4px;
}


.navbar-nav > li a.menu-link {
	text-transform: uppercase;
	font-weight: 600;
	font-size:12px;
	padding: 0px;
	line-height: 30px;
	background: rgb(23,58,234);
    background: -moz-linear-gradient(top, rgba(23,58,234,1) 0%, rgba(28,55,206,1) 100%);
    background: -webkit-linear-gradient(top, rgba(23,58,234,1) 0%,rgba(28,55,206,1) 100%);
    background: linear-gradient(to bottom, rgba(23,58,234,1) 0%,rgba(28,55,206,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#173aea', endColorstr='#1c37ce',GradientType=0 );
    border-radius: 36px;

    padding: 4px 0px;
    width: 158px;
    text-align: center;
	
}

.navbar-nav > li a.menu-link:hover, .navbar-nav > li:active a.menu-link, .navbar-nav > li a.menu-link:active {
	background: rgb(23,58,234);
	color:white;
}

.navbar-nav > li span {
    margin: 0px 8px 0px 4px;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
}
.navbar-nav > li span i {
    font-size: 20px;
    color: #ffffff;
}

.membersidebar {
	float: left;
	width: 100%;
	padding: 0px 0px 20px;
}
.memright {
    width: 100%;
    float: left;
}

.memleft {
width: 100%;
    float: left;
    background: rgb(50,38,110);
    background: -moz-linear-gradient(45deg, rgba(50,38,110,1) 0%, rgba(50,38,110,1) 50%, rgba(62,47,133,1) 50%, rgba(62,47,133,1) 100%);
    background: -webkit-linear-gradient(45deg, rgba(50,38,110,1) 0%,rgba(50,38,110,1) 50%,rgba(62,47,133,1) 50%,rgba(62,47,133,1) 100%);
    background: linear-gradient(45deg, rgba(50,38,110,1) 0%,rgba(50,38,110,1) 50%,rgba(62,47,133,1) 50%,rgba(62,47,133,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#32266e', endColorstr='#3e2f85',GradientType=1 );
    border-radius: 6px;
    margin: 0 0 15px;
    padding: 10px 15px;
    border-radius: 4px;
}
.memleft .icon {
    float: left;
    width: 64px;
    height: 64px;
    padding: 0px;
    margin-left: -20px;
    margin-top: 10px;
    margin-right: 10px;
}
.memleft h2 {
    margin: 5px 0 0 0;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 26px;
}
.memleft.last {

}
.memleft h2 span {
    font-weight: 600;
    color: #f0c953;
    font-size: 16px;
    display: block;
}
.copyurl, .deposit_text {
    width: 100%;
    float: left;
    padding: 15px;
    border-radius: 6px;
    background: rgb(23,58,234);
    background: -moz-linear-gradient(top, rgba(23,58,234,1) 0%, rgba(28,55,206,1) 100%);
    background: -webkit-linear-gradient(top, rgba(23,58,234,1) 0%,rgba(28,55,206,1) 100%);
    background: linear-gradient(to bottom, rgba(23,58,234,1) 0%,rgba(28,55,206,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#173aea', endColorstr='#1c37ce',GradientType=0 );
    margin: 10px 0 0px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 12px;
}

#copyTarget {
    width: 1000px;
    float: left;
    height: 45px;
    border: none;
    color: white;
    padding: 0 15px;
    font-size: 14px;
    background: #07133a url(images/link.png) no-repeat 20px center;
    font-weight: 600;
    padding-left: 60px;
    border-radius: 36px;
}
#msg {
}

.btn-info {
    color: #fff;
    background: rgb(23,58,234);
    background: -moz-linear-gradient(top, rgba(23,58,234,1) 0%, rgba(28,55,206,1) 100%);
    background: -webkit-linear-gradient(top, rgba(23,58,234,1) 0%,rgba(28,55,206,1) 100%);
    background: linear-gradient(to bottom, rgba(23,58,234,1) 0%,rgba(28,55,206,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#173aea', endColorstr='#1c37ce',GradientType=0 );
    border:0px;
    font-weight:600;
    text-transform:uppercase;
    border-radius:36px;
    font-size:12px;
}

.btn-info:hover {
	background: rgb(23,58,234);
}

.getban {
    padding: 0 25px;
    text-transform: uppercase;
    line-height: 45px;
    display: inline-block;
    font-weight: 600;
    color: #ffffff;
    background: rgb(252,179,43);
    background: -moz-linear-gradient(top, rgba(252,179,43,1) 0%, rgba(209,143,20,1) 100%);
    background: -webkit-linear-gradient(top, rgba(252,179,43,1) 0%,rgba(209,143,20,1) 100%);
    background: linear-gradient(to bottom, rgba(252,179,43,1) 0%,rgba(209,143,20,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcb32b', endColorstr='#d18f14',GradientType=0 );
    font-size: 12px;
    font-weight: 600;
    border-radius: 36px;
    margin-left: 10px;
}
.getban a:hover {
	background: rgb(252,179,43);
}
.navbar-nav > li > .dropdown-menu {
    background: #020f34;
    width: 220px;
    border-radius: 6px;
}
.dropdown-menu li a {
    font-size: 12px;
    color: #fff;
    background: transparent;
    text-align: left;
    padding-left: 20px;
    line-height: 18px;
    text-transform: uppercase;
    font-weight: 600;
}
.dropdown-menu li a:hover {
	color: #1839E2;
	background:transparent;
}
.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
	background-color: transparent;
}
.accbox-container {
	width: 100%;
	float: left;
}

.navbar-account {
    background: rgb(252,179,43);
    background: -moz-linear-gradient(top, rgba(252,179,43,1) 0%, rgba(209,143,20,1) 100%);
    background: -webkit-linear-gradient(top, rgba(252,179,43,1) 0%,rgba(209,143,20,1) 100%);
    background: linear-gradient(to bottom, rgba(252,179,43,1) 0%,rgba(209,143,20,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcb32b', endColorstr='#d18f14',GradientType=0 );
    padding: 20px 0px;
    margin-bottom: 0px;
}

.accbox {
    background:#000324ad;
    width: 48%;
    padding: 20px;
    border-radius: 6px;
    color: #fff;
    border: 0px;
}
.accbox.left {
	float: left;
}
.accbox.right {
	float: right;
}
.accbox h3 {
	float: right;
	text-align: right;
	margin: 0;
	line-height: 32px;
	font-size: 18px;
	font-weight: 600;
	text-transform: uppercase;
	color: #c92;
}

.account-top {
    background: #000539 url(images/plansbg.jpg) no-repeat left center;
    padding: 10px;
    border-radius: 6px;
    margin-bottom: 20px;
    width: 100%;
    float: left;
    border: 2px solid #e9a322;
}

.accbox .icon {
    margin: 0px auto 5px;
    width: 64px;
    height: 64px;
    float: right;
}
.accbox h4 {
    float: left;
    padding: 10px;
    text-transform: uppercase;
    font-size: 12px;
    margin: 0;
    font-weight: 600;
    border-radius: 4px;
    margin-top: 0px;
    margin-left: 0px;
}
.accbox h4 span {
    display: block;
    color: #f9b639;
    font-weight: 500;
    font-family: 'Oswald', sans-serif;
    font-size: 24px;
    margin-top: 5px;
}
.accbox ul {
	width: 100%;
	float: left;
}
.accbox ul li {
    width: 100%;
    float: left;
    border-bottom: 1px dashed #eca521;
    line-height: 40px;
    font-weight: 600;
}
.accbox ul li span {
    float: right;
    color: #eec64f;
    font-weight: 600;
}
.acc_button {
	width: 100%;
	float: left;
	text-align: center;
	padding: 15px 0 0 0;
}
.acc_button a {
	color: #ffffff;
    background: rgb(252,179,43);
    background: -moz-linear-gradient(top, rgba(252,179,43,1) 0%, rgba(209,143,20,1) 100%);
    background: -webkit-linear-gradient(top, rgba(252,179,43,1) 0%,rgba(209,143,20,1) 100%);
    background: linear-gradient(to bottom, rgba(252,179,43,1) 0%,rgba(209,143,20,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcb32b', endColorstr='#d18f14',GradientType=0 );
	padding: 0 40px;
	border-radius: 36px;
	text-transform: uppercase;
	line-height: 45px;
	display: inline-block;
	font-weight: 600;
	font-size:12px;
}
.acc_button a:hover {
	background: rgb(252,179,43);
}
.deposit_text span {
	font-weight: 600;
	font-size: 18px;
	float: right;
}
.my_accont {
    background: #030233;
    padding: 10px;
    border-radius: 4px;
    float: left;
    width: 100%;
    margin: 10px 0 25px;
    color: #fff;
    border: 0px;
}

.alert-warning {
    color: white;
    background-color: #F0A924;
    border-color: #F0A924;
    font-weight: 600;
    padding: 8px 15px;
}

.my_accont table td, .my_accont table th, .paidoutbottom table td, .paidouttop table td {
    padding: 10px;
    border-bottom: 1px solid #0e1e61;
    text-align: left;
}

.my_accont table th {
    color: #efc750;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 12px;
}

.paidouttop table td select {
	width:100%;
}

.my_accont table td.inheader, .paidoutbottom table td.inheader {
    color: #efc750;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 12px;
    text-align: left;
}
.refheader {
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 10px 0 20px;
}
.aff-banners {
    padding: 15px;
    background: #02022aa6;
    border-radius: 6px;
    color: #fff;
    border: 0px;
}
.aff-banners .nav-tabs {
    border-bottom: 1px solid #c99e29;
    margin: 0 0 25px;
    padding-bottom: 20px;
}
.aff-banners .nav-tabs > li.active > a, .aff-banners .nav-tabs > li.active > a:focus, .aff-banners .nav-tabs > li.active > a:hover {
    color: #fff;
    cursor: default;
    background: rgb(252,179,43);
    background: -moz-linear-gradient(top, rgba(252,179,43,1) 0%, rgba(209,143,20,1) 100%);
    background: -webkit-linear-gradient(top, rgba(252,179,43,1) 0%,rgba(209,143,20,1) 100%);
    background: linear-gradient(to bottom, rgba(252,179,43,1) 0%,rgba(209,143,20,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcb32b', endColorstr='#d18f14',GradientType=0 );
    border-radius: 36px;
    border: none;
    border-bottom-color: transparent;
}
.aff-banners .nav > li a:hover {
	background: rgb(23,58,234);
	border-color:rgb(23,58,234);
}
.aff-banners .nav > li > a {
    color: #fff;
    font-weight: 400;
    font-size: 16px;
    padding: 10px 25px;
    font-family: 'Oswald',sans-serif;
    background: rgb(23,58,234);
    background: -moz-linear-gradient(top, rgba(23,58,234,1) 0%, rgba(28,55,206,1) 100%);
    background: -webkit-linear-gradient(top, rgba(23,58,234,1) 0%,rgba(28,55,206,1) 100%);
    background: linear-gradient(to bottom, rgba(23,58,234,1) 0%,rgba(28,55,206,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#173aea', endColorstr='#1c37ce',GradientType=0 );
    border-radius: 36px;
}


.planwrap_account .planbox .radio {
	width: 160px;
	text-transform: uppercase;
	display: inline-block;
	font-size: 14px;
	border-radius: 50px;
	line-height: 32px;
	padding: 5px 0;
	cursor: pointer;
	font-weight: 500;
	text-align: center;
    background: rgb(23,58,234);
    background: -moz-linear-gradient(top, rgba(23,58,234,1) 0%, rgba(28,55,206,1) 100%);
    background: -webkit-linear-gradient(top, rgba(23,58,234,1) 0%,rgba(28,55,206,1) 100%);
    background: linear-gradient(to bottom, rgba(23,58,234,1) 0%,rgba(28,55,206,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#173aea', endColorstr='#1c37ce',GradientType=0 );
    border-radius: 36px;
    color:#ffffff;
    font-weight:600;
        margin-top: 0px;
}
.planwrap_account .planbox input[type=radio] {
	display: none
}
.planwrap_account .planbox input[type="radio"]:checked + .radio {
    background: rgb(252,179,43);
    background: -moz-linear-gradient(top, rgba(252,179,43,1) 0%, rgba(209,143,20,1) 100%);
    background: -webkit-linear-gradient(top, rgba(252,179,43,1) 0%,rgba(209,143,20,1) 100%);
    background: linear-gradient(to bottom, rgba(252,179,43,1) 0%,rgba(209,143,20,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcb32b', endColorstr='#d18f14',GradientType=0 );
	color:white;
}
.certificate {
	border: 18px solid #c99e29;
	border-radius: 15px;
}
.modal-body p {
	text-align: center;
}
@media (max-width: 1170px) {
.wrapper, .headerwrap, .planwrap, .welcomewrap, .referralwrap, .footerwrap, .inside_wrap {
	width: 1170px;
}
.content {
	margin: 0 !important;
}
}
