
@import url('https://fonts.googleapis.com/css?family=Roboto:300,300i,400,400i,500,700');

 *{
	margin:0px;
     
	padding:0px;
	}

body{
	margin:0px;
	padding:0px;
    font-family: 'Roboto', sans-serif;
	}
	
.clr{
	clear:both;
	}
	
h1 { font-size: 40px;  color: #FFFFFF; font-family: 'Roboto', sans-serif; text-transform:uppercase; font-weight: 700;}
h2 { font-size: 35px;  color: #FFFFFF; font-family: 'Roboto', sans-serif; text-transform:uppercase; font-weight: 700;}
h3 { font-size: 30px;  color: #FFFFFF; font-family: 'Roboto', sans-serif; text-transform:uppercase; font-weight: 700;}
h4 { font-size: 25px;  color: #FFFFFF; font-family: 'Roboto', sans-serif; text-transform:uppercase;font-weight: 700;}
h5 { font-size: 20px;  color: #FFFFFF; font-family: 'Roboto', sans-serif; text-transform:uppercase;font-weight: 700;}
h6 { font-size:15px;  color: #FFFFFF; font-family: 'Roboto', sans-serif;font-weight: 700;}
h1, h2, h3, h4, h5, h6 { margin-bottom: 0px; margin-top:0px; }
	
	
	
::-webkit-input-placeholder {
		color:    #000;
	}
	:-moz-placeholder {
		color:    #000;
	}
	::-moz-placeholder {
		color:    #000;
	}
	:-ms-input-placeholder {
		color:    #000;
	}
	

/*-----placheholder-color-------
.amounttype input::-webkit-input-placeholder{
	color:#FFFFFF;
	}----------*/

	
a{text-decoration:none;}


	
input[type="submit"]{
	height: auto;
	cursor:pointer;
	width: 100%; 
	color:#FFFFFF;
	background-color:#019208;
	font-size:17px;
	font-family: 'Roboto', sans-serif;
	padding: 12px 0px;
	border-radius:5px;
	border:none;
	outline:none;
	}


input[type="submit"]:hover {
	background-color:#006805;
	}	
	
	
input[type="button"]{
	height: auto;
	cursor:pointer;
	width: 100%; 
	color:#FFFFFF;
	background-color:#019208;
	font-size:17px;
	font-family: 'Roboto', sans-serif;
	padding: 12px 0px;
	border-radius:5px;
	border:none;
	outline:none;
	}


input[type="button"]:hover {
	background-color:#006805;
	}
	
input[type='text'], input[type='password'] {
    font-size: 15px;
    width: 98%;
    height: 100%;
    border: none;
    padding: 12px 6px;
    background-color: #ffffff;
    color: rgba(0, 0, 0, 0.84);
    font-family: 'Roboto', sans-serif;
    outline: none;
    border: 1px solid rgba(0, 0, 0, 0.23);
 
	}
	
textarea{
	font-size:17px;
	font-family: 'Roboto', sans-serif;
	border:1px solid #58b55c; 
	border-radius:5px;
	outline:none;
	width:100%;
	padding:10px;
	height:100%;
	}

.text-area textarea{
	height:85%;
	width:97%;
	}	
	
.a-link{
	width:100%;
	height:auto;
	padding: 12px 0px;
	font-size:18px;
	font-family: 'Roboto', sans-serif;
	color:#FFFFFF;
	display: block;
	text-align:center;
	background-color:#009507;
	border-radius:6px;
	}
	
	
.a-link:hover{
	background-color:#006805;
	transition:all 0.5s ease-in-out;
	}
	
select{
    height: auto;
    width: 26%;
    border-radius: 5px;
    border: 1px solid #018E08;
    font-size: 15px;
    font-family: 'Roboto', sans-serif;
    color: #000;
    outline: none;
    padding: 10px;

	 }

#header {
    width: 100%;
    height: 56px;
    min-width: 1170px;
    background: url(../images/header.jpg) center top / cover no-repeat transparent;
    }

#sub_header {
    height: auto;
    width: 1140px;
    margin: 0 auto;
    overflow: hidden;
    padding: 15px 0px;
    }

.phone {
    height: auto;
    width: auto;
    float: left;
    padding-right: 25px;
    margin-left: 30px;
}
.phone:first-child{
    margin-left: 0px;
    }

.phone:last-child{
    border-right: none;
    }

.phone p{
    color: #fff;
    }

.phone p img{
    margin: 0px 2px -5px 0px;
    }

.phone_ {
    height: auto;
    width: 100%;
    margin-top: 20px;
    }

.phone_ p {
    color: #fff;
    }
.phone_ p img{
    margin: 2px 2px -6px 0px;
    }

.header_right{
    height: auto;
    width: auto;
    float: right;
    }


.login {
    height: auto;
    width: auto;
    float: left;
}
.login a{
    color: #fff;
    font-size: 16px;
}

.register{
    margin-left: 20px;
    width: auto;
    float: left;
    }
.register a{
    color: #fff;
    font-size: 16px;
    }

#slid {
    width: 100%;
    height: 520px;
    min-width: 1170px;
    background: url(../images/slidbg.png) center top / cover no-repeat transparent;
    }

#slids {
    width: 100%;
    height: 210px;
    min-width: 1170px;
    background: url(../images/slidbgother.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    }
    

#sub_slider {
    height: auto;
    width: 1140px;
    margin: 0 auto;
    }


.slid_up {
    height: auto;
    width: 100%;
    overflow: hidden;
    }


.logo {
    height: auto;
    width: auto;
    padding-top: 20px;
    float: left;
    }


.menu {
    height: auto;
    width: auto;
    float: right;
    }
.menu ul{
    list-style: none;
    }

.menu ul li{
    float: left;
    line-height: 60px;
    border: 1px solid#e5e6e5;
    border-top: none;
    background-color: #fff;
    border-right: none;
    }

.menu ul li:last-child{
    border-right: 1px solid#e5e6e5;
}
.menu ul li a{
    font-size: 16px;
    color: #545454;
    text-align: center;
    display: block;
    padding: 0px 20px;
    }

.menu ul li a:hover{
    color: #10a129;
}
.menu ul li:hover{
    border-bottom:1px solid #10a129;
    }

.slid_down {
    height: auto;
    width: 100%;
  margin-top: 15px;
    overflow: hidden;
    }

.slid_lefti {
    height: auto;
    width: 790px;
    float: left;
}

.features {
    height: auto;
    width: 320px;
    float: right;
    overflow: hidden;
    }


.features_head {
       height: 60px;
    width: 100%;
    background-image: url(../images/headbar.png);
    background-repeat: no-repeat;
    /* overflow: hidden; */
    z-index: 1;
    position: relative;
    }
.features_head p{
    color: #fff;
    font-size: 17px;
    font-weight: 500;
    text-align: right;
    text-transform: uppercase;
}
.features_head p img{
margin: 1px 0px -25px 0px;
}


.feature_box {
      height: auto;
    width: 318px;
    overflow: hidden;
    border: 1px solid#9ad5a4;
    background-color: #fff;
    padding-top: 20px;
    position: relative;
   margin-top: -22px;
   border-radius: 0px 0px 10px 10px;
}

.feature_boxr {
       height: auto;
    width: 278px;
    overflow: hidden;
    border: 1px solid#9ad5a4;
    background-color: #fff;
    padding: 40px 20px 20px 20px;
    position: relative;
    margin-top: -22px;
}

.fe_one {
    height: auto;
    width: 100%;
    overflow: hidden;
    padding: 18px 0px;
    border-bottom: 1px solid#9fd9a9;
    }
.fe_one:last-child{
    border-bottom: none;
}
.fe_one p{
    text-align: right;
    color: #545454;
}

.fe_one p img{
        margin: 0px 12px -4px 4px;

}

#content {
    height: 855px;
    width: 100%;
    background: url(../images/content.png) center top / cover no-repeat transparent;
    background-color: #fff;
    min-width: 1170px;
    }

#sub_content {
    height: auto;
    width: 1140px;
    margin: 0 auto;
    overflow: hidden;
    padding: 30px 0px;
}

.content_left {
    height: auto;
    width: 790px;
    float: left;
    overflow: hidden;
    }


.content_right {
    height: auto;
    width: 320px;
    float: right;
    overflow: hidden;
}

.about {
    height: auto;
    width: 100%;
    overflow: hidden;
    }


.head_line {
    height: auto;
    width: 100%;
    height: 24px;
    background-image: url(../images/borderd.png);
    background-repeat: no-repeat;
    overflow: hidden;
}

.head_line2 {
    height: auto;
    width: 100%;
    height: 24px;
    background-image: url(../images/border2.png);
    background-repeat: no-repeat;
    overflow: hidden;
}
.head_line2 p{
    color: #10a129;
    font-size: 22px;
    margin-left: 30px;
    padding-left: 10px;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 20px;
}

.head_line p{
    color: #10a129;
    font-size: 22px;
    margin-left: 30px;
    padding-left: 10px;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 20px;
}


.about_down{
    height: auto;
    width: 100%;
    overflow: hidden;
    margin-top:45px;
    }

.about_textl {
    height: auto;
    width: 420px;
    float: left;
    margin-top:-6px;
    }

.about_textl p{
    color: #626262;
    font-size: 14px;
    text-align: justify;
    line-height: 30px;
    }


.about_textl p span{
    color: #10a129;
    font-size: 18px;
    font-weight: 500;
    }


.abi{
    height: auto;
    width: auto;
    float: right;
}
    
.abi img{
    border-radius:5px;
}

.plan {
    width: 100%;
    overflow: hidden;
    margin-top: 50px;
}

.plan_all {
    width: auto;
    height: auto;
    margin: 0 auto;
    display: table;
    margin-top: 50px;
    }
.plan_one {
    height: auto;
    width: 223px;
    float: left;
    border: 1px solid#e8e6e6;
    padding: 9px;
    background-color: rgba(255, 255, 255, 0.28);
    overflow: hidden;
    margin-left: 20px;
    border-radius: 5px;
    }

.plan_one_ {
    height: auto;
    width: 280px;
    float: left;
    border: 1px solid#babebb;
    padding: 9px;
    background-color: rgba(0, 0, 0, 0.07);
    overflow: hidden;
    margin-left: 35px;
    }

.plan_one_:first-child{
    margin-left: 0px;
}

.planbg{
    height: auto;
    width: 100%;
    background-color: #10a129;
    padding: 15px 0px;
    text-align: center;
    border-radius: 5px;
    overflow: hidden;
    }

.plani {
    height: auto;
    width: auto;
    margin: 0 auto;
    display: table;
    border-bottom: 1px solid#10a129;
    padding-top: 18px;
    }

.profit {
    height: auto;
    width: 100%;
    margin-top: 10px;
}
.profit p{
    color: #000;
    font-size: 12px;
    margin-left: 10px;
}

.percent {
    height: auto;
    width: 100%;
    padding-bottom: 10px;
    border-bottom: 1px solid#10a129;
    margin-top:12px;
    }
.percent p {
    color: #10a129;
    font-size: 24px;
    font-weight: 700;
    text-align:center;
    margin-left: 10px;
}
.percent p span{
    color: #000000;
    font-size: 14px;
    margin-left: 10px;
     text-align:center;
    margin-top: -10px;
    font-weight: 500;
}

.min_max {
    height: auto;
    width: 100%;
    overflow: hidden;
    margin-top: 20px;
    }


.min_one {
    height: auto;
    width: 50%;
    float: left;
    padding: 0px 0px;
    }

.min_one:first-child{
    margin-left: 0px;
    }

.min_one p{
    text-align: center;
    color: #10a129;
    font-size: 14px;
    }

.principal {
height: auto;
    width: auto;
    text-align: center;
    margin-top: 15px;
    background-color: #10a12a;
    color: #fff;
    padding: 5px;
    border-radius: 5px;
    }
.principal p{
    font-size: 13px;
    }



#statistics{
    width: 100%;
    height: auto;
    margin-top: 50px;
    overflow: hidden;
    }

.statis_all {
    height: auto;
    width: 100%;
    margin-top: 50px;
    }

.state_one {
  width: 158px;
    float: left;
    }

.state_icon{
    width: auto;
    overflow: hidden;
    text-align: center;
    }

.state_tittle {
    width: 100%;
    overflow: hidden;
        margin-top: 11px;
    }
.state_tittle p{
    color: #545454;
    text-align: center;
        font-size: 16px;
    font-weight: 300;
    }

.state_bordera {
    width: 32px;
    height: 1px;
    background-color: #10a129;
    margin: 0 auto;
    margin-top: 12px;
    }

.state_date {
    width: auto;
    text-align: center;
    margin-top: 10px;
    }
.state_date p{
    color: #10a129;
    font-size: 24px;
}

#top_investment {
    width: 100%;
    height: auto;
   margin-top: 50px;
    overflow: hidden;
}

.invest_all {
    width: 100%;
    height: auto;
    margin-top: 50px;
    overflow: hidden;
    margin-bottom: 40px;
    }

.invest_one {
    height: 50px;
    width: 100%;
    overflow: hidden;
    margin-top: 22px;
}
.invest_one:first-child{
    margin-top: 0px;
}

.invest_icon {
    height: 100%;
    width: 50px;
    float: left;
}

.investbg {
        width: 82%;
        float: right;
        height: 96.5%;
        border: 1px solid#e5e4e4;
        background-color: #eeeded;
        border-radius: 5px;
}

.invest_tittled {
   width: 181px;
    float: left;
    margin-left: 20px;
    overflow: hidden;
}
.invest_tittled p{
      color: rgba(0, 0, 0, 0.85);
    font-size: 14px;
    line-height: 45px;
}

.invest_pay {
    width: auto;
    margin-top: 11px;
    float: left;
    }


.invest_amount {
    width: auto;
    float: right;
    margin-right: 20px;
}
.invest_amount p{
    font-size: 14px;
    color: #000;
    line-height:50px;
        color: rgba(0, 0, 0, 0.75);
    }


.invvest_date {
    width: auto;
    float: left;
    margin-left: 81px;
    padding: 15px 0px;

    font-size: 14px;
    color: #3c3b3b;
}

.login_box {
    height: auto;
    width: 100%;
    overflow: hidden;
    }


.login_down {
    height: auto;
    width: 100%;
    margin-top: 50px;
    overflow: hidden;
    }


.login-one{
height: auto;
    width: 317px;
    float: left;
    border: 1px solid#80cd8e;
    border-radius: 1px;
    background-color: #FFFFFF;
    margin-top: 20px;
	}
	
.login-one:first-child{
	margin-top:0px;
	}
	
.login-user{
height: auto;
    width: 30px;
    float: left;
    text-align: center;
    margin-top: 8px;
    padding: 5px 0px;
    border-left: 1px solid#10a129;
	}
	
.login-user i{
	color: #10a129;
	margin-left:7px;
	text-align:center;
	}
.login-text{
height: auto;
    width: 278px;
    float: left;
	}
	
.login-text input{
	background-color:transparent;
	color:#545454;
    font-size: 14px;
	border:none;
	padding:14px 10px;
	}
	
.login-text input::-webkit-input-placeholder{
	color:#545454;
	}

.forlog{
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 50px;
    }

.forgot {
    height: auto;
    width: auto;
    float: left;
    margin-top: 11px;
    }

.forgot a{
    color: #10a129;
    }

.loginl {
    height: auto;
    width: 125px;
    float: right;
    overflow: hidden;
    }

.or {
    height: auto;
    width: auto;
    text-align: center;
    margin-top: 50px;
}

.registera {
    height: auto;
    width: 214px;
    margin: 0 auto;
    display: table;
    padding-top: 20px;
}

.calculator {
    height: auto;
    width: 100%;
    overflow: hidden;
    margin-top: 50px;
}
.cal_one {
    width: 100%;
    overflow: hidden;
    margin-top: 20px;
}
.cal_one:first-child{
    margin-top: 0px;
}


.cal_tittle {
    width: 100%;
    font-size: 15px;
}

.cal_tittle p{
    color: #000;
    text-align: right;
    text-transform: uppercase;
    font-size: 15px;
}

.select {
    width: 100%;
    margin-top: -2px;
}
.select select{
    padding: 0px 0px;
}
.select input{
border-radius: 4px;
    width: 95%;
    border: 1px solid#bbb;
    margin-top: 4px;
    text-align: center;
}

.select select {
    outline: none;
    background-image: url(../images/cali.png);
    background-position: right;
    border: 1px solid#bbb;
    background-repeat: no-repeat;
    padding: 11px 10px;
    margin-top: 5px;
    color: #545454;
    -webkit-appearance: none;
    width: 100%;
    font-size: 16px;
  
    font-weight: 400;
    }
.result {
     width: 100%;
    padding-bottom: 9px;
    border-bottom: 1px solid#10a129;
    margin-top: 10px;
}
.result p{
    color: #10a129;
    font-size: 18px;
    text-transform: uppercase;
    text-align: center;
}

.cal-left {
    height: auto;
    width: 132px;
    float: left;
    overflow: hidden;
        padding-bottom: 3px;
}

.calearn {
     height: auto;
    width: 100%;
    background-color:transparent;
    border-radius: 5px;
    padding: 5px 0px;
    overflow: hidden;
    text-align: center;
    /* margin-top: 10px; */
    float: left;
    margin-top: -2px;
}


.calearn p{
    color: #10a129;
}

.cal-right {
    height: auto;
    width: 132px;
    float: right;
    overflow: hidden;
}

.cal-tittle {
    height: auto;
    width: 100%;
    float: left;
    overflow: hidden;
    text-transform: capitalize;
    color: #000;
}

.cal-tittle p{
    text-align: center;
    color: #000;
}
.cal-one {
    height: auto;
    width: 100%;
    float: left;
    overflow: hidden;
       margin-top: 10px;
}

.cal-down{
        height: auto;
    width: 142px;
    margin: 0 auto;
    padding: 6.56px 0px;
    background: #6ea816;
    overflow: hidden;
    }
.refer {
    height: auto;
    width: 100%;
    overflow: hidden;
    margin-top: 50px;
}

.refer_amount {
    width: 100%;
    height: auto;
    overflow: hidden;
        margin-top: -25px;
    }
.refer_amount p{
    color: #10a129;
    font-size: 36px;
    font-weight: 700;
    text-align: center;
}


.referi{
    height: auto;
    width: auto;
    text-align: center;
    }




.refer_tittle {
    height: auto;
    width: auto;
    margin-top: 10px;
    text-align: center;
}
.refer_tittle p{
    color: #000000;
    text-transform: uppercase;
    font-weight: 700;
}

#news {
    height: auto;
    width: 100%;
    margin-top: 50px;
    overflow: hidden;
    }


.news_one {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 50px;
    }
.news_one:first-child{
    margin-top: 0px;
}


.news_head {
    width: 100%;
    overflow: hidden;
    text-align: right;
    }
.news_head p{
    color: #000000;
    font-weight: 500;
}


.news_text {
    width: 100%;
    overflow: hidden;
    margin-top: 10px;
}
.news_text p{
    color: #545454;
    font-size: 14px;
    font-weight: 300;
    line-height: 25px;
    text-align: right;
}

.more {
    height: auto;
    width: auto;
    float: right;
}
.more a{
    color: #10a129;
    }


#footer {
     width: 100%;
     min-height: auto;
     min-width: 1170px;
     background: url(../images/footer.png) center top / cover no-repeat transparent;
    }

#sub_footer {
    height: auto;
    width: 1140px;
    margin: 0 auto;
    overflow: hidden;
    /* padding-top: 20px; */
    }


#footer_up {
    padding: 20px 0px 15px 0px;
    overflow: hidden;
    width: 100%;
    }

.footer_one {
    height: auto;
    width: 270px;
    float: left;
    /* margin-top: 5px; */
    }


.fo_logo {
    width: 100%;
    height: auto;
    margin: 21px 0px;
    }

.reserved {
    height: auto;
    width: 100%;
    margin-top: 10px;
}
.reserved p{
    color: #fff;
}

.footer_two {
   width: 300px;
    float: left;
    overflow: hidden;
    margin-top: -22px;
    }

.quick {
    width: 100%;
    overflow: hidden;
}
.quick p{
    font-size: 18px;
    color: #ff9900;
    text-transform: uppercase;
    }
.menu-down{
	height:auto;
	width:100%;
	float:left;
	overflow:hidden;
	}

.link-one{
	height:auto;
	width: 165px;
	float:left;
	overflow:hidden;
	}
.link-one:first-child{
    margin-left: 0px;
}

.link-one ul{
	list-style:none;
	}

.link-one ul li{
	float:left;
    margin-top: 26px;

	margin-left: 2px;
	width:100%;
	}
.link-one ul li a i{
    color: #10a129;
}

.link-one ul li a{
    text-transform: capitalize;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 300;
    display: block;
 }
.link-one ul li a:hover{
    color: #10a129;
    }

.footer_three {
    height: auto;
width: 253px;
    float: right;
}

.fo_text {
    height: auto;
    width: 100%;
    overflow: hidden;
    margin-top: 10px;
}
.fo_text p{
    color: #fff;
    line-height: 30px;
    font-size: 14px;
   
}

.site-head {
    width: 100%;
    height: auto;
    }
.site-head h4{
    font-size: 14px;
    font-weight: 500;
    text-transform: capitalize;
}


#footer_pay {
       width: 100%;
       height: 46px;
       text-align: center;
       font-size:14px;
       overflow: hidden;
       line-height: 44px;
       color: #fff;
       background: #0000003b;
}

#content_ {
    height: auto;
    width: 100%;
    background-color: #fff;
    min-width: 1170px;
}

.informaton_one {
    height: auto;
    width: 100%;
    overflow: hidden;
    margin-top: 30px;
    }

.accept_title{
    width:auto;
    float:left;
}

.info_headr {
    width: 100%;
    height: auto;
    overflow: hidden;
    background: #10a129;
    padding: 10px 0px;
    text-align: center;
    border-radius: 4px;
    }
.info_headr p{
    color: #fff;
    font-size: 18px;
    }


.info_boxex {
    width: 100%;
    height: auto;
    margin-top: 20px;
    }


.info_box_left {
    height: auto;
    width: 375px;
    float: left;
}


.info_box_left_down {
    height: auto;
    width: 100%;
    margin:0 auto;
    display:table;
}

.info_box_right {
    width: 375px;
    float: right;
}


.info-name-box{
	height:auto;
    width: 100%;
  margin-top: 19px;
	}
	
.info-name-box:first-child{
	margin-top:0px;
	}
	
.info-name{
	height:auto;
	width:auto;
	margin-bottom: 5px;
	}
	
.info-name p{
    font-size: 15px;
    color: #757474;
  
	}

.info-one{
    height: auto;
    width: 100%;
    border-bottom: 2px solid #10a129;
    overflow: hidden;
    background: #f3f3f3;
    border-radius: 5px;
    margin-top: -2px;
 }

.info-one:first-child{
	margin-top:0px;}

.info-icon{
	height:auto;
	width:30px;
	float:left;
	margin-left: 10px;
	}

.info-icon i{
	    color: #10a129;
    font-size: 20px;
    padding: 13px 0px;
	}

.info-type{
	height: auto;
    width: 300px;
    float: left;
	}
.info-type input{
    border: none;

    font-size: 15px;
 padding: 14px 0px;

	background-color:transparent;

	}
	
.info-type input::-webkit-input-placeholder{
	color:#aaaaaa;
	}



	
.sign-box{
	height:auto;
	width:480px;
	margin:0 auto;
	overflow:hidden;
	background-color:#FFFFFF;
	padding:0px 0px;
	border-radius:5px;
	margin-top:25px !important;
	}

.upline{
	height:auto;
	width:auto;
	margin:0 auto;
	display:table;
	}

.upline-text{
	height:auto;
	width:auto;
	float:left;
color: #0e2a30;
	margin-right:20px;
	margin-top:10px;
	}

.upline-by{
	height:auto;
	float:left;
	width:auto;
	overflow:hidden;
	background-color:transparent;
	padding:10px 7px;
color: #0e2a30;
	}

.check-text{
	height: auto;
    width: auto;
    overflow: hidden;
    margin: 0 auto;
    padding-top: 11px;
    display: table;
	}
	
.check-box{
	height:auto;
	width:30px;
	float:left;
	}
	
.check-box input{
	height:20px;
	width:20px;
	}
	
.agree{
	height:auto;
	width:auto;
	float:left;
    color: #0e2a30;
	margin-top:2px;
	}
	
.agree p span a{
	color:#2f9d2f;
	}

.regnow{
	height:auto;
	width:220px;
	margin:0 auto;
	overflow:hidden;
	padding-top:20px;
	}
	
.regnow input{
	padding:15px 0px;
	}

.text-area{
    height: 150px;
    width: 100%;
        margin-top: 20px;
	float:left;
	}
.text-area textarea{
    border: 1px solid#d2d2d2;
}


.text-area textarea::-webkit-input-placeholder{
	color:#ccc;
	}

.send_now {
    height: auto;
    width: 156px;
    position: relative;
    float: left;
    margin-top: 22px;
}

.contact_down {
     height: auto;
    width: 100%;
    margin-top: 20px;
    overflow: hidden;
    }

.left_contact {
    height: auto;
    width: 274px;
    float: left;
    overflow: hidden;
    }
.loc-text-{
	height:auto;
	width:100%;
	overflow:hidden;
	margin-top:0px;
}

.loc-icon-{
	height:auto;
	width:auto;
	float:left;
}

.loc-icon- i{
	color:#10a129;
	font-size:25px;
}
.locationadd{
    height: auto;
    width: 254px;
    margin-left: 5px;
    text-align: justify;
    line-height: 25px;
    float: left;
}

.phonef-{
	height:auto;
	width:100%;
	overflow:hidden;
	color:#000;
	margin-top:10px;
	}
.phonef- i{
	color:#10a129;
}

.facebook{
	height:auto;
	width:100%;
	overflow:hidden;
	margin-top:13px;
}

.facebook a{
	color:#000;
}
.facebook a i{
	color:#10a129;
}

.contact_right {
    height: auto;
    width: 482px;
    float: right;
}
.map{
	height:auto;
	width: 97.8%;
	}


.login_boxr{
    width: 470px;
    overflow: hidden;
    height: auto;
    float: left;
    margin-top: 20px;
    }

.log-for{
	height:auto;
	width:100%;
	overflow:hidden;
	margin-top:30px;
}	
.login-log{
	height:auto;
	width:150px;
	float:left;
}

.login-log input{
}

.forgot-pass{
	height:auto;
	width:auto;
	float:right;
	margin-top:11px;
}

.forgot-pass a{
	color:#000;
}

.notamember{
    width: 100%;
    height: auto;
    overflow: hidden;
    text-align: center;
    background: #f3f3f3;
    width: 96%;
    padding: 10px;
    border-radius: 5px;
    margin-top: 20px;
    }
.notamember a{
    color: #029e0abd;
    text-align: center;
    /* background: #ccc; */
    /* padding: 10px; */
    /* width: 100%; */
}

.logini {
    height: auto;
    width: auto;
    float: right;
    margin-right: 300px;
    }
.desh_menu {
    width: 100%;
    overflow: hidden;
    margin-top: 50px;
    margin-bottom: 30px;
}
.desh_menu ul{
    list-style: none;
    border: 1px solid#10a129;
    overflow: hidden;
}

.desh_menu ul li{
    float: left;
    width: 102.5px;
    background-color: #fff;
    float: left;
    border-right: 1px solid#e0e0e0;
    padding: 15px 0px;
}

.desh_menu ul li:hover{
    opacity: 0.8;
}
.desh_menu ul li:first-child{
    margin-left: 0px;
    }
.desh_menu ul li:last-child{
    border-right: 0px;
}
.desh_menu ul li a{
    font-size: 14px;
    display: block;
    color: #000;
    text-align: center;
    line-height: 25px;
    padding-top: 2px;
    }



.desh_mid {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 35px 0px;
    }



.duser {
    width: 288px;
    float: left;
    }


.duseri {
    height: auto;
    width: auto;
    float: left;
}

.duser_text {
      height: auto;
    width: 166px;
    float: left;
    margin-left: 20px;
    margin-top: 8px;
}

.textu {
    width: 100%;
    height: auto;
}
.textu p{
    color: #10a129;
}

.online {
    height: auto;
    width: 80px;
    margin-top: 10px;
}.online a{
    background-color: transparent;
    border: 1px solid#656565;
    padding: 5px 0px;
    color: #000;
}


.duser_details {
    height: auto;
    width: 300px;
    float: left;
    margin-left: 50px;
}

.details_one {
    height: auto;
    width: 100%;
    overflow: hidden;
    margin-top: 10px;
    }
.details_one:first-child{
    margin-top: 0px;
}
.details_one p span{
    color: #545454;
}
.details_one p i{
    color: #10a129;
    font-size: 14px;
}


.linkrefer {
    width: 460px;
    height: auto;
    overflow: hidden;
    float: right;
    }

.refer_tittle_ {
    width: 100%;
    overflow: hidden;
    }
.refer_tittle_ p{
color: rgba(0, 0, 0, 0.78);
    font-size: 18px;
}
.main-referbg{
	    height: auto;
    width: 98.8%;
    /* background-color: #f6f5f4; */
    overflow: hidden;
    border-radius: 5px;
    border: 1px solid#e8e8e8;
    font-size: 18px;
    padding: 12px 0px;
    margin-top: 10px;
	}

.main-referbg p{
	color:#10a129;
    padding-left: 30px;
	}


.desh-balance{
	height:auto;
	width:100%;
	overflow:hidden;
	margin-top:20px;
	}


.account-balance{
	height:auto;
    width: 352px;

	float:left;
		margin-left:42px;
	}
.account-balance:first-child{
	margin-left:0px;
	}
.balance-box{
    width: 310px;
	padding:20px;
	border:1px solid#10a129;
	overflow:hidden;
	border-bottom-left-radius:5px;
	border-bottom-right-radius:5px;
	}

.balance-icon{
	height:auto;
	width:auto;
	margin-top:10px;
	float:left;
	}

.balance-text{
    height: auto;
    width: 221px;
    float: left;
    margin-top:18px;
    margin-left: 30px;
	}

.balance-amount{
	height:auto;
	width:auto;
	font-size:16px;
	color:#000000;
	margin-top:6px;
	}

.balance-tittle{
	height:auto;
	width:100%;
	overflow:hidden;
	color:#559701;
	font-size:24px;
	}

.headdesh{
	height:auto;
	width:100%;
	overflow:hidden;
	background-color:#10a129;
	padding:15px 0px;
	border-top-left-radius:5px;
	border-top-right-radius:5px;
	}

.headdesh p{
	text-align:left;
	font-size:18px;
	text-transform:uppercase;
	padding-left:20px;
	color:#FFFFFF;
	}

.dw{
	height:auto;
	width:480px;
	margin:0 auto;
	overflow:hidden;
	padding-top:35px;
	}

.md{
	height:auto;
	width:225px;
	float:left;
	}

.md a{
	padding:15px 0px;
	}

.mw{
	height:auto;
	width:225px;
	float:left;
	}
	
.mw a{
	padding:15px 0px;
	margin-left:25px;
	background-color:#026413;
	}


.desh_downr {
    width: 100%;
    height: auto;
    margin-top: 50px;
    overflow: hidden;
    }


.account_details {
    width: 476px;
    padding: 20px 30px;
    float: left;
    overflow: hidden;
    border-radius: 5px;
    background-color: #10a129;
}
.account_detailsr {
    width: 476px;
    padding: 20px 30px;
    float: right;
    overflow: hidden;
    border-radius: 5px;
    background-color: #10a129;
}

.details_header {
    width: 100%;
    height: auto;
    overflow: hidden;
}
.details_header h5{
    font-weight: 500;
}

.account_all {
    height: auto;
    width: 100%;
    overflow: hidden;
    margin-top: 50px;
}

.details-oneh{
    height: auto;
    width: 100%;
    /* padding-bottom: 10px; */
    border-bottom: 1px dotted#40b454;
    overflow: hidden;
    background: #fff;
    color: #10a129;
    border-radius: 3px;
    margin-top: 14px;
    font-size: 14px;
	}
	
.details-oneh p{
    padding:10px;
    }

.details-oneh:first-child{
	margin-top:0px;
	}

.details-oneh p span{
	float:right;
	}


.man {
    height: auto;
    width: auto;
    float: left;
}
.man img{
    border-radius:5px;
}
.man_text {
    width: 296px;
    float: left;
    margin-left: 15px;
    }
.man_text p{
    color: #fff;
    font-size: 14px;
    text-align: justify;
    line-height: 30px;
    padding: 50px 0px;
}

.ah {
    height: auto;
    width: 100%;
    margin-top: 20px;
    overflow: hidden;
    padding-bottom: 5px;
    border-bottom: 1px solid#cccccc;
    }
.ah p{
    color: #10a129;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
}

.deposit_plan {
    height: auto;
    width: auto;
    /* margin-top: 20px; */
    margin: 0 auto;
    display: table;
    overflow: hidden;
    margin-top: 50px;
}


.check-in {
     height: auto;
    width: auto;
    margin-top: -80px;
    float: left;
    margin-left: 20px;
    
}

.check-in input[type='radio']:after {
    width: 19px;
    height: 19px;
    position: relative;
    background-color: #fff;
    content: '';
    display: inline-block;
    visibility: visible;
    border-radius: 4px;
    top: -2px;
    left: 0px;
}


.check-in input[type='radio']:checked:after {
   width: 19px;
    height: 19px;
    top: -4px;
    left: 0px;
    position: relative;
    content: '\2713';
    display: inline-block;
    visibility: visible;
    margin-top: 2px;
    color: #10a129;
    font-size: 17px;
    text-align: center;
    font-weight: 600;
    line-height: 22px;
    background-color: #fff;
    }

.balance_tittle_r {
        width: 100%;
    background-color: #10a129;
    border-radius: 3px;
    padding: 15px 0px;
    margin-top: 50px;
    overflow: hidden;
    }

.balance_tittle_r p{
    color: #fff;
    font-size: 19px;
    padding-left: 20px;
    padding-right: 20px;
    }

.balance_tittle_r p span{
    color: #fff;
    float: right;
    font-size: 19px;
    }


.deposit_down {
    height: auto;
    width: 100%;
    margin-top: 50px;
    }


.balancebg {
    width: 100%;
    padding: 0px 0px;
    overflow: hidden;
    margin-top: 20px;
}

.balance_tittle {
    height: auto;
    width: auto;
    float: left;
    }
.balance_tittle p{
color: #000000;
    font-size: 14px;
    font-weight: 300;
    line-height: 55px;
    margin-left: 14px;
}

.deposit_box_d_ {
width: 870px;
    border-radius: 2px;
    float: right;
    background-color: #ffffff;
    padding: 6px 0px;
    border: 1px solid#10a129;
}

.deposit_box_d_r {
    width: 400px;
    border-radius: 2px;
    float: right;
    background-color: #ffffff;
    padding: 6px 0px;
    border: 1px solid#10a129;
}


.deposit_box_type_d{
      height: auto;
    width: 90px;
    margin-left: 20px;
    float: left;
}
.deposit_box_type_dr{
      height: auto;
    width: 280px;
    margin-left: 20px;
    float: left;
}
.deposit_box_type_dr input{
    border: none;
}

.deposit_box_type_d input{
    border: none;
        background-color: transparent;
      padding: 6px 0px;
    border-radius: 4px;
    color: #21366c;
    
}
.depost_dolar_ {
      width: auto;
    float: right;
    margin-right: 20px;
    margin-top: 2px;
    }

.depost_dolar_ p{
    font-size: 16px;
    color: #21366c;
    line-height: 30px;
}

.spend {
     height: auto;
    width: 100%;
    float: left;
    overflow: hidden;
    margin-top: 20px;
    border-bottom: 1px dotted#7a7a7b;
}

.spend:first-child{
    margin-left: 0px;
}
.spend:first-child{
    margin-top: 0px;
}

.spen_left {
    float: left;
    width: auto;
    margin-left: 11px;
    color: #545454;
    margin-top: -3px;
}



.check_payment {
       height: auto;
    width: auto;
    float: left;
}

.check_payment input[type='radio']:after {
      width: 15px;
    height: 15px;
    position: relative;
    /* background-color: #00bfff; */
    content: '';
    display: inline-block;
    visibility: visible;
        background-color: #192c4a;
    border-radius: 50%;
       top: -2px;
    left: 0px;
}



.check_payment input[type='radio']:checked:after {
          width: 15px;
    height: 15px;
    top: -4px;
    left: 0px;
    position: relative;
    content: '\2022';
    display: inline-block;
    visibility: visible;
    margin-top: 2px;
    color: #fff;
    font-size: 30px;
    text-align: center;
    font-weight: 600;
    line-height: 16px;
    background-color: #10a129;
}


.spendr {
    width: 160px;
    overflow: hidden;
    margin:0 auto;
    margin-top: 20px;
    
    }

.balance_tittle_ {
  width: 99.98%;
    background-color: #209f34;
    margin-top: 37px;
    overflow: hidden;
    border-radius: 5px;
    padding: 15px 0px;
    margin-top: 20px;
    }


.balance_tittle_ p{
    color: #fff;
    font-size: 19px;
    padding-left: 20px;
    padding-right: 20px;
    }

.balance_tittle_ p span{
    color: #fff;
    float: right;
    font-size: 19px;
    }
.withdraw_balance_ {
        height: auto;
    width: 99.8%;
    border: 1px solid#209f34;
    /* margin: 0 auto; */
    margin-top: -3px;
    /* display: table; */
    background-color: #fff;
    /* border-bottom-left-radius: 5px; */
    /* border-bottom-right-radius: 5px; */
    padding: 14px 0px;
}
.withdraw_balance_ p{
        padding: 2px 25px;
    
}
.withdraw_balance_ p span{
    float: right;
    }

.processing_down {
    width: 97.5%;
    background-color: #fff;
    overflow: hidden;
    margin-top: 23px;
    }

.pro_one {
    width: 100%;
    margin-top: 15px;
    overflow: hidden;
}
.pro_one:first-child{
    margin-top: 0px;
}

.pay_one {
    width: 180px;
    float: left;
        margin-left: 6px;
}

.paycheckbox {
     height: auto;
    width: auto;
    margin-top: 2px;
    float: left;
    }

.paycheckbox input[type='radio']:after {
      width: 15px;
    height: 15px;
    position: relative;
    content: '';
    display: inline-block;
    visibility: visible;
    background-color: #fff;
    border: 2px solid#545454;
    border-radius: 50%;
    top: -3px;
    left: 0px;
}

.paycheckbox input[type='radio']:checked:after {
   width: 15px;
    height: 15px;
    top: -5px;
    left: 0px;
    position: relative;
    content: '\2022';
    display: inline-block;
    visibility: visible;
    margin-top: 2px;
    color: #e22424;
    font-size: 33px;
    text-align: center;
    border: 2px solid#e22424;
    font-weight: 600;
    line-height: 16.5px;

}
.pay_icon {
    width: auto;
    margin-left: 20px;
    float: left;
}

.available {
      width: 110px;
    float: left;
}
.available p{
    color: #545454;
}

.pending {
    width:100px;
	float:left;
}
.pending p{
    color: #545454;
}

.acouuntn {
    height: auto;
    width: auto;
    float: left;
}
.acouuntn p{
    color: #545454;
    }

.withdraw_down {
    width: 100%;
    height: auto;
    margin-top: 50px;
    overflow: hidden;
    }


.withdraw_left {
    height: auto;
    width: 570px;
    float: left;
}

.withdraw_right {
    height: auto;
    width: 550px;
    float: right;
    }

.textarea{
        height: 165px;
    width: 100%;
    float: left;
	}

.textarea textarea{
    height: 75%;
    border-radius: 1px;
    border: none;
    color:#626262;
    border: 1px solid#10a129;
    background-color: rgba(255, 255, 255, 0.16);
    width: 96%;
	}

.textarea textarea::-webkit-input-placeholder{
	color:#626262;
	}

.about_head_p {
    width: auto;
    position: relative;
}

.about_head_p h4{
    font-size: 20px;
    color: #10a129;

}


.about-us_{
	height:auto;
	width:100%;
	position: relative;
	/* float:left; */
	overflow:hidden;
	margin-top: -10px;
	}

.about-text_{
	height:auto;
	margin-top: 26px;
	}

.about-text_ p{
    color: rgba(84, 84, 84, 0.9);
    line-height: 33px;
    text-align: justify;
    font-size: 14px;
 
	}
	
.test-bg_{
	height:auto;
	width:auto;
	float:right;
	    margin-left: 36px;
	}
.free_join {
    width: 242px;
    margin-top: 25px;
}

.about_up {
    height: auto;
    width: 100%;
    overflow: hidden;
    }


.about_cert {
     height: auto;
    width: auto;
    border: 1px solid#eae9e9;
    float: left;
    border-radius: 10px;
}

.cert_text {
    height: auto;
        width: 830px;
    float: right;
    padding: 51px 0px;
}

.head_cert {
    height: auto;
    width: 100%;
    overflow: hidden;
    }
.head_cert p{
        color: #009507;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
}
.head_cert p{
    font-size: 20px;
    }



.numberc {
    height: auto;
    width: 100%;
    margin-top: 20px;
    color: #009507;
}

.cert_textr{
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 50px;
    }
.cert_textr p{
    line-height: 30px;
    font-size: 14px;
    text-align: justify;
}


#certifiaions {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 50px;
}

.news_one {
    height: auto;
    width: 100%;
    overflow: hidden;
    margin-top: 50px;
}
.news_one:first-child{
    margin-top: 0px;
}

.news_tittlen {
    height: auto;
    width: 100%;
    overflow: hidden;
    }
.news_tittlen p{
    color: #10a129;
    font-size: 18px;
    font-weight: 500;
}


.news_icono {
    height: auto;
    width: 100%;
    color: #10a129;
    margin-top: 5px;
}

.news_icono i{
    color: #10a129;
}

.news_textr {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 18px;
}
.news_textr p{
    color: #545454;
    text-align: justify;
    line-height: 28px;
}

.thanks {
    height: auto;
    width: 100%;
    margin-top: 6px;
    }
.thanks p{
    color: #000000;
    line-height: 29px;
    text-align: justify;
}

.error{
    width: auto;
    color: #fff;
    background-color: #da0404;
    padding: 10px 30px;
    text-align: center;
    font-size: 15px;
    text-transform: capitalize;
  
    margin: 0 auto;
    display: table;
    border-radius: 5px;
}

.success{
    width: auto;
    color: #fff;
    background-color: green;
    padding: 10px 30px;
    text-align: center;
    font-size: 15px;
    text-transform: capitalize;

    margin: 0 auto;
    display: table;
    border-radius: 5px;
}


.monitor_table {
    border-collapse: separate;
    border-spacing: 6px;
    width: 100%;
}
.monitor_table td {
    margin-left: 20px;
    margin-bottom: 25px;
    width: 200px;
    padding: 10px;
    text-align: center;
    vertical-align: middle;
    background: #008b30;
    border: 1px solid #06e051;
}
.monitor_table td img {
    height: 283px;
    width: 193px;
}


table {
    width: 100%;
}
table tr td {
    padding: 15px;
    border-right: solid 1px #e5e5e5;
    border-bottom: solid 1px #e5e5e5;
    background: #fff;

    text-transform: capitalize;
}
table tr:nth-child(odd) td {
    background: #fafafa;
}
table tr td:first-child {
    border-left: solid 1px #e5e5e5;
}
table tr:first-child td {
    border-top: solid 1px #e5e5e5;
}
table tr:first-child td:first-child {
    border-top-left-radius: 3px;
}
table tr:first-child td:last-child {
    border-top-right-radius: 3px;
}
table tr:last-child td:first-child {
    border-bottom-left-radius: 3px;
}
table tr:last-child td:last-child {
    border-bottom-right-radius: 3px;
}
table tr td.inheader {
    color: #fff;
    border: none;
    background: #10a129;
}
table tr td.inheader_2 {
    color: #fff;
    border: none;
    background: #424242;
}
table tr td img {
    width: auto;
}

.banner-head {
    text-align: center;
    color: #000;
}

.deposit-process-wrap{
width:30%; 
float:left;
}

.deposit-cancel-wrap{
width:30%;
 float:left; 
margin-left:15px;
}

.faq_head{
          width: 98.3%;
          background: #10a129;
          /* padding: 10px; */
          color: #fff;
          border-radius: 5px 5px 0px 0px;
          /* margin-bottom: 10px; */
          /* border: 1px solid#10a167; */
          padding:10px;
          margin-top: 10px;
}

.faq_ans{
    width: 98.1%;
    line-height: 30px;
        font-size: 14px;
    padding: 10px 10px;
    border: 1px solid#10a167;
    }
    
.accept_title{
        width: auto;
    float: left;
    height:100%;
    font-size: 30px;
    color: #ffffff;
    width: 50%;
    background: #eeeded24;
    text-align: left;
}

.accept_title p{
       line-height: 59px;
    margin-left: 20px;
}

.pay_head{
    width:100%;
    color:#fff;
    font-size: 16px;
}
.footer_payment{
    float: right;
    padding-right: 20px;
    margin: 10px 0px;
}
    
.paymet_accept{
      width: 265px;
    float: left;
    margin-top: 32px;
}

.pay_accept{
    width:100%;
 }
.pay_accept ul{
    list-style:none;
}
.pay_accept ul li{
    float:left;
    margin-left:10px;
}
.pay_accept ul li:firtst-child{
    margin-left:0px;
}

.welcome_head h1{
    font-size:40px;
    color: #063610;
    line-height: 55px;
    text-shadow: 0px 1px 1px #d0d0d0;
    letter-spacing: 2px;
    margin-top: 32px;
}
.welcome_head h1 span{
    color: #10a129;
}

.slogn_text{
       width: 84%;
    line-height: 30px;
    height: auto;
    margin-top: 6px;
    }
    
    .open_an_accont{
            width: 177px;
    margin-top: 17px;
    }
    
    .latest{
        width: 48%;
        float:left;
        overflow:hidden;
    }
    
.latest_{
        width: 48%;
        float:right;
        overflow:hidden;
    }
    
    .latest_head{
        background: #10a129;
    color: #fff;
    border-radius: 5px;
    }
    .latest_head p{
        padding:15px;
            font-weight: 700;
    }
    
