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

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


body{
	margin:0px;
 	padding:0px;
    color: #545454;
    font-size: 14px;
    font-family: 'DM Sans', sans-serif;
	}

.clr{
	clear:both;
	}
	
h1 { font-size: 40px;  color: #FFFFFF; font-weight: 700;text-transform:uppercase;}
h2 { font-size: 35px;  color: #FFFFFF; font-weight: 700;text-transform:uppercase;}
h3 { font-size: 24px;  color: #FFFFFF; font-weight: 700; text-transform:uppercase;}
h4 { font-size: 24px;  color: #FFFFFF; font-weight: 500; text-transform:uppercase;}
h5 { font-size: 20px;  color: #FFFFFF;  text-transform:uppercase;}
h6 { font-size:18px;  color: #FFFFFF; }
h1, h2, h3, h4, h5, h6 { margin-bottom: 0px; margin-top:0px; }
	
		
::-webkit-input-placeholder {
		color:    #ccc;
	}
	:-moz-placeholder {
		color:    #ccc;
	}
	::-moz-placeholder {
		color:    #ccc;
	}
	:-ms-input-placeholder {
		color:    #ccc;
	}

	

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

	
a{text-decoration:none;}
	
input[type="submit"]{
	height: auto;
	cursor:pointer;
	width: 100%; 
	color:#000;
	background-color:#f79205;
	font-size:17px;
 	padding: 14px 0px;
	border-radius:15px;
	border:none;
    letter-spacing: 1.5px;
	outline:none;
	}


input[type="submit"]:hover {
	background-color:#f79205;
	}	
	
	
input[type="button"]{
	height: auto;
	cursor:pointer;
	width: 100%; 
	color:#000;
	background-color:#f79205;
	font-size:17px;
 	padding: 14px 0px;
	border-radius:15px;
	border:none;
 	outline:none;
	}


input[type="button"]:hover {
	background-color:#f79205;
	}
	

	
input[type='text'], input[type='password'] {
	font-size:17px;
	width: 98%;
	height:100%;
	border:none;
	    padding: 12px 1px 10px 16px;
	background-color: #ffffff;
	color: #000;
 	outline:none;
	border:1px solid#ccc;
	}
	
textarea{
	font-size:17px;
	border:1px solid #ccc; 
	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: 14px 0px;
	font-size:18px;
 	color:#000;
	display: block;
	text-align:center;
 	background-color:#f79205;
	border-radius:15px;
	}
	
	
.a-link:hover{
	background-color:#f79205;
	transition:all 0.5s ease-in-out;
	}
	
select{
    height: auto;
    width: 26%;
    border-radius: 3px;
    border: 1px solid #ccc;
    font-size: 14px;
    color: #000;
    outline: none;
    padding: 10px;
 	 }
 
 #header {
      width: 100%;
    height: 50px;
    min-width: 1170px;
    background: url(../images/header.png) center top / cover no-repeat transparent;
    background-color: #000000;
    }

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

#slider {
    width: 100%;
    height: 500px;
    min-width: 1170px;

    background: url(../images/slider.png) center top / cover no-repeat transparent;
        background-color: #1c2029;
    }

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


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

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

#sub_footer{
    width: 1140px;
    margin: 0 auto;
    overflow: hidden;
    }



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

 

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

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

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


#features {
    width: 100%;
    background-color: #fff;
    min-width: 1170px;
    }


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


.location {
    width: 385px;
    float: left;
    color: #000;
    }


.mail {
    width: auto;
    float: left;
    margin-left: 15px;
    }

.mail p{
    color: #fff;
}
.mail p i{
    color: #f79205;
}


.header_lnk {
    width: auto;
    float: right;
    }

.signin {
    width: auto;
    float: left;
    height: 20px;
    padding-right: 20px;
    border-right: 1px solid#f79205;
    }

.signin a{
    display: block;
    color: #fff;
    font-size: 14px;
    }
.signin a img{
   margin: 0px 3px -5px 0px;
    }

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

.signup a{
    display: block;
    color: #fff;
    font-size: 14px;
    }
.signup a img{
   margin: 0px 3px -5px 0px;
}



#statistics {
     width: 100%;
    height: 140px;
    min-width: 1170px;
    background-color: #101617;
}

#sub_statistics {
    width: 1140px;
    margin: 0 auto;
    overflow: hidden;
    padding: 34px 0px;
}


#header_down{
	height:auto;
	width:100%;
	background-color:#FFF;
	min-width:1170px;
	}
	
#sub_header_down{
	height:auto;
	width:1140px;
	margin:0 auto;
	overflow:hidden;
	/* padding-top:3px; */
	}

.logo{
	height:auto;
	width:300px;
	float:left;
	padding: 15px 0px;
	}
#nav-1 {
	    margin-top: 28px;
	    float: right;
}


.link-1 {
 transition: 0.3s ease;
    color: #000000;
    font-size: 16px;
    text-decoration: none;
    padding: 20px 0;
   margin: 0 10px;
}
.link-1:hover {
  border-bottom: 1px solid #f79205;
  padding: 6px 0; 
  color:#f79205;
}

.hoveract {
  border-bottom: 1px solid #f79205;
  padding: 6px 0; 
  color:#f79205 !important;
}


.state_one {
         height: auto;
    width: 251px;
    float: left;
     margin-left: 45px;
     }
.state_one:first-child{
    margin-left: 0px;
}

.statei {
    height: auto;
    width: auto;
    float: left;
    }
.state_text {
        width: auto;
        float: left;
        overflow: hidden;
           margin-left: 10px;
        margin-top: 7px;
        line-height: 26px;
    }
.state_text p{
    color: #f79205;
    font-size: 20px;
    }

.state_text p span{
    color: #fff;
        font-size: 16px;
    }



.abouti {
    width: 49%;
    display: inline-block;
}

.about_right {
    width: 50%;
    display: inline-block;
    overflow: hidden;
    }


.head_about {
       width: 100%;
    height: auto;
    
    overflow: hidden;
}
.head_about p samp{
    font-size: 12px;
    font-family: 'Poppins', sans-serif;
     text-transform: capitalize;
}
.head_about p{
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 600;
    color: #545454;
}
.head_about p span{
    color: #f79205;
    }

.abouttext {
    width: 100%;
    height: auto;
       margin-top: 0px;
    }
.abouttext p{
    font-size: 14px;
    color: #545454;
    text-align: justify;
    line-height: 33px;
    }

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

.features_left {
    width: 335px;
    float: left;
    overflow: hidden;
    }


.features_right{
    width: 335px;
    float: right;
    overflow: hidden;
    }

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

.feture-box{
	height:auto;
	width:auto;
	float:left;
	}

.fetures-text{
    height: auto;
    width: 260px;
    float: right;
    overflow: hidden;
    margin-top: -6px;
    }

.text-head{
	height:auto;
	width:100%;
	/* float:left; */
	overflow:hidden;
	}

.text-head p{
	color:#ffb100;
    font-weight: 700;
	font-size:18px;
    font-weight: 500;
 	}
.text-head p span{
    /* color: #fff; */
    }

.text-sed{
	height:auto;
	width:100%;
	/* float:left; */
	overflow:hidden;
	margin-top: 2px;
	/* color: #ffffffd4; */
 	text-align:justify;
	}
.text-sed p{
    font-size: 14px;
    font-weight: 300;
     line-height: 27px;
    }

.fetures-one{
	height:auto;
	width:100%;
	/* float:left; */
	overflow:hidden;
	margin-top:20px;
	}

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


.invest_box {
    width: 530px;
    /* margin: 4px; */
    float: left;
    /* box-shadow: 0px 2px 3px 1px #eaeaea; */
    }

.invest_boxa {
    width: 530px;
     float: right;
    }

.invest_head {
    width: 100%;
    text-align: center;
      overflow: hidden;
    }
.invest_head p span{
    color: #000000;
    }
.invest_head p{
    text-transform: uppercase;
    color: #f79205;
    font-size: 24px;
    font-weight: 500;
    }

.invest_head p span{
    color: #000000;
    }


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

.state-one{
	height:auto;
	width:100%;
	height:52px;
	/* background-color:rgba(255,255,255,0.5); */
	overflow:hidden;
	background-color: #46b046;
	margin-top:5px;
	color:#000000;
	}

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

.state-one:nth-child(odd){
	background-color: #f3f3f3;
	color:#545454;
	}


.state-one:nth-child(even){
	background-color: #f3f3f3;
	color:#545454;
	}

.state-name{
	height: auto;
    width: 262px;
    float: left;
    margin-left: 20px;
    padding: 15px 0px;
    overflow: hidden;
	}

.state-by{
	height:100%;
	width:auto;
	text-align:center;
	float:left;
	margin-left: 6px;
	}
 
.state-by img{
padding: 5px 5px;
	}

.state-amount{
	height:auto;
	width: 143px;
	float:left;
	padding-top: 15px;
	}
 	 
.borderin {
    width: 60px;
    margin: 0 auto;
    display: table;
    height: 2px;
    background: #f79205;
    }

.payment{
    height: auto;
    width: auto;
    padding: 20px 0px;
    text-align: center;
    background-color: #131415;
	}

.payment ul{
	list-style:none;
	display:inline-flex;
	}

.payment ul li{
	float:left;
	margin-left: 38px;
	}

.payment ul li:first-child{
	margin-left:0px;
	}

.paymentul li a{
	display:block;
	}


.footer_box {
    width: 100%;
    overflow: hidden;
    border-radius: 4px;
    padding: 19px 0px;
    }

.footer_one {
    width: 530px;
    float: left;
    margin-left: 40px;
    }


.fologo {
    width: 100%;
    }

.reserved {
    width: 100%;
    height: auto;
    margin-top: 10px;
    }
.reserved p{
    color: #ffffff;
     font-size: 14px;
    }



.footer_two {
    width: 150px;
    float: left;
    }

.facebook {
    width: 100%;
    margin-top: 15px;
    }
.facebook:first-hild{
    margin-top: 0px;
    }

.facebook a{
    color: #ffffff;
    display: block;
     font-size: 18px;
    }
.footer_three {
    width: 250px;
    float: right;
    margin-right: 25px;
    }
 
.phonea{
    height: auto;
    width: 100%;
       color: #ffffff;
     overflow: hidden;
    font-size: 17px;
    margin-top: 15px;
    }

.phonea p i{
     color: #ffffff;
    }
.menubg {
    height: auto;
    width: 100%;
    text-align: center;
    margin: 14px auto;
    display: table;
    /* padding: 22px 0px; */
    /* border-bottom: 1px solid#ffa500; */
    }

.menubg ul{
    list-style: none;
    display: inline-flex;
    }

.menubg ul li{
    float: left;
    line-height: 30px;
    }
.menubg ul li a{
    color: #fff;
    display: block;
    padding: 0px 13px;
     font-weight: 300;
    font-size: 14px;
    /* border-radius: 10px; */
    }
.menubg ul li a:hover{
    color: #ffc700;
     }


.started{
    width: 100%;
    margin-top: 50px;
    height: auto;
    }
.started p{
    color: #fff;
    text-transform: uppercase;
    }

.calendar {
    height: auto;
    width: auto;
    /* margin: 0 auto; */
    display: table;
    padding-top: 6px;
}

.dater {
    height: auto;
    width: auto;
    float: left;
 }
.dater:first-child{
    margin-left: 0px;
}
 
 
.date {
    width: 32px;
    height: 32px;
    background-color: #0f1010;
    /* border-radius: 50%; */
    color: #f79205;
    text-align: center;
}
.date p{
    line-height: 30px;
    font-size: 20px;
    font-weight: 600;
}

.dayse {
    width: auto;
    text-align: center;
    margin-top: 5px;
}
.dayse p{
    color: #000000;
    font-size: 15px;
}

.divide {
         width: auto;
    float: left;
    color: #f79205;
    line-height: 35px;
    font-weight: 600;
    font-size: 34px;
    /* margin-top: 7px; */
    margin: -3px 5px;
}

.getstarted {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 90px;
}
.getstarted p{
   color: #f79205;
    font-size: 40px;
    font-weight: 600;
     text-transform: uppercase;
    text-shadow: 0px 0px 1px #272727;
}
.getstarted p span{
    color: #f79205;
}


.theonly {
    width: 50%;
    margin-top: 10px;
}
.theonly p{
    font-size: 18px;
    color: #ffffff;
 

}

.startearn {
    width: 237px;
    margin-top: 30px;
    }

.plan_headline {
    width: 100%;
    text-align: center;
    height: auto;
    }

.plan_headline p{
    color: #fff;
     font-size: 12px;
    }
.plan_headline p span{
    color: #f79205;
    text-transform: uppercase;
    font-size: 24px;
    }




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


.plan_one {
    width: 360px;
    background-image: url(../images/plan.png);
    height: 235px;
    float: right;
    background-repeat: no-repeat;
    margin-left: 15px;
    margin-top: 20px;
    }

.plan_oned {
    width: 360px;
    background-image: url(../images/deposit.png);
    height: 235px;
    float: none;
    margin: 0 auto;
    display: inline-block;
    background-repeat: no-repeat;
    margin-left: 30px;
    margin-bottom: 20px;
}


.plan_one:first-child{
    margin-left: 15px;
}

 

.plan_head {
    width: 100%;
    height: auto;
    }
.plan_head p{
      font-size: 21px;
    color: #000000;
    text-transform: uppercase;
    line-height: 55px;
    padding-left: 21px;
}


.plan_down {
    width: 100%;
    margin-top: 20px;
    }


.plan_left {
    width: 120px;
    text-align: center;
    float: left;
    margin-left: 19px;
}

.plan_profit {
    width: 100%;
    text-align: center;
    margin-top: 18px;
}
.plan_profit p{
    color: #fff;
    text-transform: uppercase;
 }

.profitr {
    width: auto;
    text-align: center;
    }
.profitr p{
    text-transform: uppercase;
    font-size: 42px;
color: #f79205;}


.plan_rght {
    width: 200px;
    float: right;
     margin-right: 1px;
    }


.min_invest {
      width: 100%;
     height: auto;
    margin-top: 9px;
    }
.min_invest:first-child{
    margin-top: 0px;
}
.min_invest p{
    color: #fff;
    font-size: 14px;
}

 
 


#referral {
    width: 100%;
    margin-top: 50px;
    overflow: hidden;
}

.refer_left {
    width: 860px;
    float: left;
    position: relative;
    }


.refer_head {
    width: 100%;
    height: auto;
    }
.refer_head p span{
    color: #f79205;
}
.refer_head p{
    font-size: 24px;
    color: #fff;
    text-transform: uppercase;
}


.text_refer {
    width: 100%;
    height: auto;
    }
.text_refer p{
    font-size: 14px;
    line-height: 27px;
    color: #fff;
     font-weight: 300;
}


.refer_amount {
    height: 40px;
    width: 40px;
    background: #f79205;
    border-radius: 50%;
    margin: 0 auto;
    
 
    }
.refer_amount p{
    font-size: 20px;
    font-weight: 600;
    color: #000;
}


.refer_one {
      width: 132px;
    float: left;
    text-align: center;
    }
 
.refer_amounta {
    width: 100%;
    margin-top: 20px;
}
.refer_amounta p{
    line-height: 40px;
}

.refer_amountr {
    width: auto;
    text-transform: uppercase;
    color: #fff;
    font-size: 16px;
     text-align: center;
    }


.refer_amountr p{
    font-size: 16px;
    }

.becomeapartner {
    width: 250px;
    float: left;
    margin-left: 40px;
    margin-top: 5px;
    }

.becomeapartner a{
    font-size: 18px;
    text-transform: uppercase;
    }

.referi {
    width: auto;
    float: left;
    position: relative;
    margin-left: -20px;
    margin-top: 24px;
    }



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

#sub_otherhead {
    width: 1140px;
    margin: 0 auto;
    overflow: hidden;
    
    }

.headlinea {
    width: 100%;
    text-align: center;
    overflow: hidden;
    }
.headlinea p{
  font-size: 35px;
    color: #f79205;
    line-height: 145px;
    font-weight: 500;
    text-shadow: 1px 3px 10px #2d2d2d;
    text-transform: uppercase;
    }


#others {
    width: 100%;
    background-color: #fff;
    min-width: 1170px;
    }

#sub_other {
    width: 1140px;
    margin: 0 auto;
    overflow: hidden;
    }

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


#other_box {
    width: 520px;
    margin: 0 auto;
    overflow: hidden;
    background: #faf8f8;
    padding: 30px 40px;
    box-shadow: 0px 0px 4px 0px #696969;
    }

#login_box {
    width: 360px;
    margin: 0 auto;
    overflow: hidden;
    background: #faf8f8;
    padding: 30px 40px;
    box-shadow: 0px 0px 4px 0px #696969;
    }


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


.info_onea {
    width: 100%;
    overflow: hidden;
    margin-top: 20px;
    }
 


.info_left {
    height: auto;
    width: 248px;
    float: left;
    overflow: hidden;
    }
.info_right {
    height: auto;
    width: 250px;
    float: right;
    overflow: hidden;
    }

.info_i {
    height: auto;
    width: 100%;
      overflow: hidden;
    color: #545454;
    }
.info_i i{
    color: #f79205;
    }
.info_i p{
    font-size: 14px;
     }

.info_ia {
    height: auto;
    width: 100%;
    text-align: center;
     overflow: hidden;
    color: #fff;
    }
.info_ia i{
    color: #ffa500;
    }
.info_ia p{
    font-size: 14px;
     }

.info_type {
    width: 100%;
    overflow: hidden;
    margin-top: 2px;
    }
.info_type input{
       padding-left: 10px;
       width: 93.5%;
       border-radius: 2px;
       background-color: #fff;
       border: none;
       text-align: left;
       color: #545454;
       border: 1px solid#d3d5d8;
        font-size: 15px;
    }   

.info_type_ {
    width: 100%;
        margin-top: 2px;
    }
.info_type_ input{
       padding-left: 10px;
       width: 96.9%;
       border-radius: 2px;
       background-color: #fff;
       border: none;
       text-align: left;
       color: #545454;
      border: 1px solid#d3d5d8;
        font-size: 15px;
    }

.info_type_a {
    width: 100%;
        margin-top: 2px;
    }
.info_type_a input{
       padding-left: 10px;
   width: 94%;
    border-radius: 2px;
    background-color: #fff;
    border: none;
    text-align: left;
    color: #545454;
     font-size: 15px;
    }

.other-complete{
	height:auto;
    width: auto;
	overflow:hidden;
	margin:0 auto;
	    padding-top: 30px;
	}

.check-text{
	height:auto;
	width:auto;
	float:left;
	margin-top:3px;
	}
	
.check-box{
	height:auto;
	width:30px;
	float:left;
	}
	
.check-box input{
	height:20px;
	width:20px;
	}
	
.agree{
	height:auto;
	width:auto;
	float:left;
	margin-top:-1px;
	}
	
.agree p{
	color:#454545;
	}
	
.agree p span a{
	color:#f79205;
 	text-transform:capitalize;
	}

.upline{
	height:auto;
	width:auto;
	float:right;
	color:#454545;
	margin-top: 2px;
	}

.create{
	height:auto;
	width:200px;
	margin:0 auto;
	overflow:hidden;
	padding-top: 25px;
	}
.create input{
    text-transform: uppercase;
    }

.submit {
      width: 195px;
    margin: 0 auto;
    margin-top: 20px;
    overflow: hidden;
    }

.submitn {
      width: 165px;
    float: right;
     overflow: hidden;
    }
.submitn input{
    background: #f0b53a;
    color: #1b334d;
    }
.submitn input:hover{
     color: #fff;
    }
.submit input{
    background: #f0b53a;
    color: #1b334d;
    }
.submit input:hover{
     color: #fff;
    }
.forgot_sub {
    width: 100%;
    margin-top: 25px;
    overflow: hidden;
    }

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

.forgot_password a{
    color: #545454;
     line-height: 45px;
    }
 

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


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



.contact_left{
    width: 680px;
    float: left;
    overflow: hidden;
    }
  
.contact_right {
    width: 415px;
    float: right;
    }

.text-area {
    height: 120px;
    width: 100%;
    margin-top: 20px;
}
.text-area textarea{
             width: 96.5%;
    font-size: 14px;
   height: 82%;

     background: #ffffff;
    border: 1px solid#d3d5d8;
    border-radius: 2px;
 }

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

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

.loc-icon- i{
	color:#f79205;
	font-size:25px;
}
.locationadd{
	height:auto;
	width:270px;
	margin-left:5px;
	text-align:justify;
	line-height:25px;
	float:left;
}
.locationadd p{
    color: #545454;
    font-size: 15px;
}

.phonef-{
	height:auto;
	width:100%;
	overflow:hidden;
     font-size: 15px;
	    margin-top: 15px;
	}
.phonef- i{
    color:#f79205;
}

.add-phone a i{
	color:#f79205;
	}

.add-phone a{
     font-size: 15px;
    color: #545454;
	}
.add-phone{
	height:auto;
	width:100%;
	overflow:hidden;
     font-size: 15px;
	margin-top:18px;
	}




.send_now {
    width: 153px;
    float: right;
    margin-top: 20px;
    }


.desh_lefta {
    width: 800px;
    float: right;
    overflow: hidden;
    }

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

.balance_box {
    width: 380px;
    background-color: #f79205;
    float: left;
    padding: 19px 0px;
    border-radius: 7px;
    margin-left: 10px;
    margin-bottom: 15px;
    }

.balancei {
    width: auto;
    float: left;
    margin-left: 30px;
    }

.balance_text {
    width: auto;
    float: left;
    margin-left: 20px;
    }
.balance_text p{
    color: #000;
    font-size: 18px;
}
.balance_text p span{
    font-size: 24px;
}


.balance_texta {
    width: auto;
    float: left;
    margin-left: 20px;
    }
.balance_texta p{
    color: #fff;
    font-size: 18px;
}
.balance_texta p span{
    font-size: 24px;
}

.dw{
	height:auto;
	width:200px;
    margin-top: 10px;
	float:right;
	margin-right:28px;
	}

.dw a{
     padding: 10px 0px;
	}

.md{
	height:auto;
	width:100%;
	}

.mw{
	height:auto;
	width:100%;
	margin-top:10px;
	}
.mw a{
	background-color:#141414;
	color:#f79205;
     padding: 10px 0px;
	}
.mw a:hover{
    color: #f79205;
}


.referral_right {
    width: 100%;
    /* float: right; */
    overflow: hidden;
    margin-top: 30px;
}

.refer_tittle_ {
    width: 100%;
    }
.refer_tittle_ p{
    color: #f79205;
    font-size: 16px;
     margin-top: 27px;
}
.main-referbg{
	height:auto;
	width:100%;
	background-color:#f0f0f0;
	overflow:hidden;
	border-radius:5px;
	font-size:18px;
    text-align: left;
	padding: 15px 0px;
    margin-top: 13px;
	}

.main-referbg p{
	color: #545454;
    padding-left: 30px;
    font-size: 18px;
 	}
  .desh_mid{
    width: 100%;
    height: auto;
    margin-top: 50px;
    overflow: hidden;
    }


.desh_midleft {
    width: 385px;
    float: left;
    overflow: hidden;
    }


.duser {
    width: auto;
    text-align: center;
    }


.duser_all {
    width: 100%;
    height: auto;
    margin-top: 10px;
    }


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

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

.duser_one p span{
    float: right;
}

.totalearn {
       width: 380px;
    float: right;
    background-color: #141414;
    padding: 20px 0px;
    border-radius: 5px;
    margin-top: 40px;
}

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


.history_box {
    width: 340px;
    background: #f79205;
    padding: 15px 20px;
    float: left;
    overflow: hidden;
    }
.history_boxa {
    width: 340px;
    background: #f79205;
    padding: 15px 20px;
    float: right;
    overflow: hidden;
    }



.history_head {
    width: 100%;
    height: auto;
    text-align: center;
    }
.history_head p{
    font-size: 20px;
    color: #000;
     }

 
.histall{
    width: 280px;
    padding: 22px 30px;
    border-radius: 10px;
    background-color: #fff;
    overflow: hidden;
    margin-top: 6px;
    }


.hisone {
    width: 100%;
    padding-bottom: 2px;
    border-bottom: 1px solid#e5e5e5;
    margin-top: 25px;
    }

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

.hisone p span{
    float: right;
    }

.deshboard-left{
    height: auto;
    width: 260px;
    float: left;
    background-image: url(../images/deshbg.png);
    background-repeat: repeat-y;
    padding: 20px;
    border-radius: 5px;
	}
	
.desh-menu{
	height:auto;
	width:100%;
	float:left;
	}
	

.desh-menu ul{
	list-style:none;
	}
	
.desh-menu ul li{
	margin-top:0px;
	background-color:#fff;
	width:100%;
    margin-top: 10px;
	border-radius:5px;
	}
	
.desh-menu ul li:


.desh-menu ul li:first-child{
	margin-top:0px;
	}

	
.desh-menu ul li a{
	display:block;
	font-size:18px;
 	color:#000;
	text-transform:capitalize;
	}
	
.desh-menu ul li:hover{
	background-color:#f79205;
	}

.desh-menu ul li a:hover{
	color:#fff !important;
	} 
	
.desh-menu ul li a i{
	font-size: 20px;
    padding: 15px 0px;
    width: 53px;
	color:#f79205;
    text-align: center;
	}
 
.desh-menu ul li:hover  a i{
	color:#000;
	}
  
.deposit_plan {
    width: 100%;
    height: auto;    
}

.checintext {
   height: auto;
   width: 100%;
   /* margin: 0 auto; */
   text-align: center;
   /* display: table; */
   padding: 10px 0px;
   background: #f79205;
   /* margin-top: -62px; */
   position: relative;
   margin-top: 14px;
   /* margin: 24px auto; */
   display: table;
 }

.check_tittle {
    width: auto;
    float: left;
    margin-left: 15px;
    margin-top: 0px;
    font-size: 14px;
    margin-bottom: 2px;
 }
.check_tittle p{
    color: #0290e1;
}

.check-in {
    height:auto;
    width: auto;
    float: left;
    margin-left: 56px;
}

.check-in input[type='radio']:after {
    width: 19px;
    height: 19px;
    position: relative;
    background-color: #ffffff;
    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: #f79205;
   font-size: 17px;
   text-align: center;
   font-weight: 600;
   line-height: 22px;
   background-color: #ffffff;
   }



.process_box{
    width: 760px;
    padding: 15px 20px;
    background-color: #f79205;
    overflow: hidden;
    margin-top: 50px;
    border-radius: 7px;
    }


.process_heada {
    height: 1px;
    width: 585px;
    background-color: #000;
    position: relative;
    margin: 0 auto;
    display: table;
    margin-top: 12px;
    }


.proctext{
    width: auto;
    height: auto;
    margin: 0 auto;
    display:  table;
    background: #f79205;
    text-align: center;
    padding: 0px 22px;
    position: relative;
    color: #000;
     font-size: 24px;
    margin-top: -19px;
    }



.investment_down {
    width: 100%;
    margin-top: 15px;
    overflow: hidden;
    }


.invest_left {
       width: 254px;
    float: left;
    text-align: center;
    }


.investi {
    width: auto;
    text-align: center;
    }
.tabdtext {
    width: 100%;
    text-align: center;
    margin-top: 10px;
     }

.tabdtext p{
    color: #000;
    text-transform: uppercase;
    font-size: 20px;
}
.tabdtext p span{
    color: #231500;
    font-size: 24px;
}

.deposit_box {
    width: 465px;
    border-radius: 10px;
    float: right;
    background-color: #fff;
    padding: 15px 20px;
    overflow: hidden;
}


.deposit_amount {
    width: 100%;
    height: auto;
    }


.deposit_title {
       width: 163px;
    float: left;
    padding: 10px 0px;
}

.deposit_boxa {
       width: 280px;
    float: left;
    margin-left: 10px;
}


.all_pay_left {
 width: 100%;
    margin-top: 10px;

 }
 
.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;
    border: 2px solid#545454;
        background-color: #fff;
    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: #f5a824;
    font-size: 32px;
    text-align: center;
    font-weight: 600;
    border: 2px solid#f5a824;
    line-height: 16px;
}

.spen_left {
    float: left;
    width: auto;
    margin-left: 19px;
    color: #545454;
    font-size: 14px;
}
 
.spend {
       height: auto;
    width: 100%;
    overflow: hidden;
    margin-top: 10px;
}

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

.spend_now {
    width: 135px;
    margin-top: 20px;
}

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


.withdraw_box {
      width: 95%;
    height: auto;
    background-color: #1b334d;
    padding: 20px;
    margin-top: 31px;
    overflow: hidden;
    border-radius: 3px;
    }

.processing-head{
	    height: auto;
	    width: 100%;
	    overflow: hidden;
	    font-size: 18px;
	    color: #f0b53a;
 	    font-weight: 500;
	    text-transform: capitalize;
	    /* background-color: #00968f; */
	    /* margin-top: 30px */
	}


.propartone{
	width:180px;
	float:left;
     margin-left: 7px;
	}

.propartone p{
  	}

.proparttwo{
      width: 150px;
    float: left;
	}

.proparttwo p{
 	}

.propartthree{
	width:100px;
	float:left;
	}

.propartthree p{
 
 	}

.propartfour{
        width: auto;
    margin-right: 25px;
    float: right;
	}

.propartfour p{
  	}

.processing_down {
     width: 100%;
 margin-top: 13px; 
     /* background-color: #fff; */
     overflow: hidden;
    
     /* padding: 10px; */
     }

.pro_one {
    width: 100%;
    margin-top: 15px;
    overflow: hidden;
    background-color: #fff;
    padding: 7px 0px;
}
.pro_one:first-child{
    margin-top: 0px;
}

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

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

.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: #f0b53a;
    font-size: 30px;
    text-align: center;
    border: 2px solid#f0b53a;
    font-weight: 600;
    line-height: 16.5px;

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

.available {
    width: 152px;
    margin-top: 2px;
    float: left;
}
.available p{
    color: #545454;
}

.pending {
    width:100px;
	float:left;
    margin-top: 2px;
}
.pending p{
    color: #545454;
}

.acouuntn {
       height: auto;
    width: auto;
        margin-top: 2px;
    float: right;
    margin-right: 20px;
}
.acouuntn p{
    color: #545454;
    }


.withdraw_box {
      width: 95%;
      height: auto;
      background-color: #000000;
      padding: 20px;
      margin-top: 31px;
      overflow: hidden;
    }

.processing-head{
	    height: auto;
	    width: 100%;
	    overflow: hidden;
	    font-size: 18px;
	    color: #f0b53a;
 	    font-weight: 500;
	    text-transform: capitalize;
	    /* background-color: #00968f; */
	    /* margin-top: 30px */
	}


.propartone{
	width:180px;
	float:left;
     margin-left: 7px;
	}

.propartone p{
  	}

.proparttwo{
      width: 150px;
    float: left;
	}

.proparttwo p{
 	}

.propartthree{
	width:100px;
	float:left;
	}

.propartthree p{
 
 	}

.propartfour{
        width: auto;
    margin-right: 25px;
    float: right;
	}

.propartfour p{
  	}

.processing_down {
     width: 100%;
 margin-top: 13px; 
     /* background-color: #fff; */
     overflow: hidden;
    
     /* padding: 10px; */
     }

.pro_one {
    width: 100%;
    margin-top: 15px;
    overflow: hidden;
    background-color: #000;
    padding: 7px 0px;
}
.pro_one:first-child{
    margin-top: 0px;
}

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

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

.paycheckbox input[type='radio']:after {
      width: 15px;
      height: 15px;
      position: relative;
      content: '';
      display: inline-block;
      visibility: visible;
      background-color: #fff;
      border: 2px solid#ffffff;
      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: #f0b53a;
    font-size: 30px;
    text-align: center;
    border: 2px solid#f0b53a;
    font-weight: 600;
    line-height: 16.5px;

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

.available {
    width: 152px;
    margin-top: 2px;
    float: left;
}
.available p{
    color: #bfbfbf;
}

.pending {
    width:100px;
	float:left;
    margin-top: 2px;
}
.pending p{
    color: #bfbfbf;
}

.acouuntn {
       height: auto;
    width: auto;
        margin-top: 2px;
    float: right;
    margin-right: 20px;
}
.acouuntn p{
    color: #bfbfbf;
    }

  .comment {
    width: 100%;
    height: 100px;
    margin-top: 15px;
     }
.comment textarea{
       height: 75%;
    width: 97%;
    border: 1px solid#cccccc;
    }


.about_left {
    width: 49%;
    display: inline-block;
    overflow: hidden;
    }


.freejoin {
    width: 260px;
    height: auto;
    margin-top: 20px;
}

.aboutr {
    width: auto;
    float: right;
    overflow: hidden;
    }


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


.news_headr {
    width: 100%;
    height: auto;
    }
.news_headr p{
    color: #f79205;
    line-height: 30px;
    font-size: 20px;
}
.news_headr p span{
    font-size: 18px;
    color: #000;
}


.news_textr {
    width: 100%;
    height: auto;
    overflow: hidden;
    font-weight: 300;
    margin-top: 10px;
}
.news_textr p {
    color: #545454;
    text-align: justify;
    line-height: 35px;
}

.news_date {
    width: 220px;
    float: right;
    background-color: #f79205;
    padding: 10px 0px;
    text-align: center;
    color: #fff;
    margin-top: -40px;
    font-size: 14px;
}
.news_date p{
    color: #fff;
}

.faqhead {
    width: 100%;
    height: auto;
    color: #f79205;
    font-weight: 500;
    font-size: 24px;
}

.faqhead p span{
    color: #000000;
}

.error{
    width: auto;
    color: #fff;
    background-color: #960808;
    padding: 13px 30px;
    overflow: hidden;
     text-transform: capitalize;
    text-align: center;
    display: table;
    margin: 0 auto;
    border-radius:40px;
    font-size: 13px;
}

.success{
    width: auto;
    color: #fff;
    background-color: green;
    padding: 13px 30px;
    overflow: hidden;
     text-transform: capitalize;
    text-align: center;
    display: table;
    margin: 0 auto;
    border-radius:40px;
    font-size: 13px;
}

table {
    width: 100%;
}
table tr td {
    padding: 15px;
    border-right: solid 1px #c7c7c745;
    border-bottom: solid 1px #c7c7c745;
    background: #f1f1f1;
     text-transform: capitalize;
    color: #000;
    font-size: 14px;
}
table tr:nth-child(odd) td {
    background: #cccccc36;
    color: #000;
}
table tr td:first-child {
    border-left: solid 1px #e5e5e545;
}
table tr:first-child td {
    border-top: solid 1px #e5e5e545;
}
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: #d77700;
}
table tr td.inheader_2 {
    color: #fff;
    border: none;
    background: #000;
}
table tr td img {
    width: auto;
}


table tr th {
    padding: 15px;
    border-right: solid 1px #c7c7c745;
    border-bottom: solid 1px #c7c7c745;
    background: #f1f1f1;
    letter-spacing: 1px;
    text-transform: capitalize;
    color: #000;
}
table tr:nth-child(odd) th {
    background: #cccccc36;
    color: #000;
}
table tr th:first-child {
    border-left: solid 1px #e5e5e545;
}
table tr:first-child th {
    border-top: solid 1px #e5e5e545;
}
table tr:first-child th:first-child {
    border-top-left-radius: 3px;
}
table tr:first-child th:last-child {
    border-top-right-radius: 3px;
}
table tr:last-child th:first-child {
    border-bottom-left-radius: 3px;
}
table tr:last-child th:last-child {
    border-bottom-right-radius: 3px;
}
table tr th.inheader {
    color: #000;
    border: none;
    background: #d6b400de;
}
table tr th.inheader_2 {
    color: #fff;
    border: none;
    background: #424242;
}
table tr th 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;
}

#placeforstatus {
    color: #ef4809 !important;
    width: 100%;
    height: auto;
    text-align: center !important;
    background-repeat: no-repeat;
    background-position: center;
    padding: 10px;
    background-size: 128px 128px;
}
#placeforstatus:img {
    opacity: 0.1;
}
.btc_form {
    color: #000;
    text-align: center;
    margin-bottom: 30px;
}
.btc_form a {
    color: #000;
    text-align: center;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 10px;
    padding-right: 20px;
    font-style: normal;
    pointer-events: none;
    cursor: default;
}

.calculator_right {
    width: 713px;
    height: auto;
    display: grid;
    padding: 14px 14px;
    border-radius: 3px;
    background-color: #ffffff12;
    border: 1px solid #f79205;
    margin: 0 auto;
}
    
    
.calculator {
    width: 100%;
    height: auto;
    overflow: hidden;
    /* margin-top: 40px; */
    }


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

.refer_heada {
      height: auto;
    width: 38px;
    overflow: hidden;
    float: left;
    margin-left: 20px;
     writing-mode: vertical-rl;
    margin-top: 1px;
    transform: rotate(180deg);
}

.refer_heada p{
    color: #000;
    font-size: 17.4px;
    color: #fec880;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    background: -webkit-linear-gradient(right, #ffb600, #bf7611);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

 .calculator_right_ {
    width: 490px;
    float: right;
    overflow: hidden;
    }

.calculator_one {
    width: 48%;
    height: auto;
    float: left;
    /* overflow: hidden; */
    }


.calculator_tittle {
    width: 100%;
    height: auto;
    }

.calculator_tittle p{
    font-size: 14px;
    letter-spacing: 0;
    color: #f6f4fcc2;
    }

.cal_type {
    height: auto;
    width: 100%;
    margin-top: 10px;
    }

.cal_type input{
       /* border: 1px solid#ece7f8; */
       width: 90%;
       border-radius: 5px;
       background: #f6f4fc;
       padding: 14px 0px 14px 18px;
    }

.cal_type select {
     outline: none;
     width: 100%;
     font-weight: 300;
     background-image: url(../images/cali.html);
     background-position: right;
     /* border: 1px solid#bbb; */
     background-repeat: no-repeat;
     padding: 17px 10px;
     color: #545454;
     background-color: #f6f4fc;
     /* -webkit-appearance: none; */
    }

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


.profitc {
    width: 99%;
    float: left;
    overflow: hidden;
}

.profitca {
    width: 225px;
    float: right;
    overflow: hidden;
}

.profitct {
    width: 46%;
    float: right;
    overflow: hidden;
}

.calculators{
    width: 100%;
    margin-top: 10px;
}

.calculators a{
    border-radius:0px;
    padding: 10px 0px;
    }

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

    
#placeforstatus {
    color: #ef4809 !important;
    width: 100%;
    height: auto;
    text-align: center !important;
    background-repeat: no-repeat;
    background-position: center;
    padding: 10px;
    background-size: 128px 128px;
}
#placeforstatus:img {
    opacity: 0.1;
}
.bitcoin_form {
    color: #000;
    text-align: center;
    margin-bottom: 30px;
        font-size: 18px;
}
.bitcoin_form a {
    color: #f79205;
    text-align: center;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 10px;
    padding-right: 20px;
    font-style: normal;
    pointer-events: none;
    cursor: default;
    font-weight: bold;
}
    
.about1 {
    width: auto;
    float: right;
    }