
/********************************** DEPOSIT ****************************** */ 

.center {
    text-align: center;
} 
.center .btn a{
    margin: auto;
}
.mb50 {
    margin-bottom: 50px;
}
.mb100 {
    margin-bottom: 100px;
}
.pl30 {
    padding-left: 30px;
}
.pl40 {
    padding-left: 40px;
}
.btn-out {
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 5px;
    padding: 5px 10px;
	transition: all .4s;
	display: inline-block;
}
.btn-out-sec {
    border: 2px solid #41d180;
    color: #41d180;
}
.btn-out-sec:hover {
	background: #41d180;
    color: #fff;
}
.btn-out-pri {
    border: 2px solid #4288f3;
    color: #4288f3;
}
.btn-out-pri:hover {
	background: #4288f3;
    color: #fff;
}
.d-w-hd {
	background: #f1f1f1;
	font-weight: bold;
	padding: 12px 0;

}
.d-w-line {
    box-shadow: 0 0px 2px rgba(0,0,0,.25);
    margin-top: 10px;
	min-height: 60px;
	display: flex;
}
.d-w-line div {
     /* line-height: 60px; */ 
	font-weight: 600;
	margin: auto;
}



@media screen and (max-width: 1280px) {
  .btn-out {
    font-size: 11px;
	padding: 5px 5px;
}
}

@media screen and (max-width: 1006px) {

	.d-w-hd {
		display: none;

	}
	.d-w-line .pl40, .d-w-line .pl30 {
		padding-left: 10px;
	}
	.d-w-line div {
		border-bottom: 1px solid #f1f1f1;
		min-height: 40px;
		padding-top: 8px;
	}
	.d-w-line div:before {
		min-width: 150px;
		display: inline-block;
	}
	.d-w-line div:nth-child(1):before {
		 /*content: "PAYMENT METHOD:";*/
		content: attr(data-label)
	}
	.d-w-line div:nth-child(2):before {
		 /*content: "CURRENCY:";*/
		content: attr(data-label)
	}
	.d-w-line div:nth-child(3):before {
		 /*content: "COMMISSION:";*/
		content: attr(data-label)
	}
	.d-w-line div:nth-child(4):before {
		 /*content: "PROCESSING TIME:";*/
		content: attr(data-label)
	}
	.d-w-line div:nth-child(5) {
		 text-align: center;
	}
	.d-w-line a {
		margin: 0 0 5px;
	}

}
@media screen and (max-width: 580px) {

	.d-w-line {
		margin-left: 5px;
		margin-right: 5px;
	}
	.d-w-line img {
		max-height: 30px;
	}
	.mb100 {
		margin-bottom: 50px;
	}
}
@media screen and (max-width: 425px) {

	.main-screen {
		padding-top: 30px;
	}
}
@media screen and (max-width: 360px) {

	.d-w-line {
		font-size: 13px;
	}
	
}
.about__ready-traide.sta-blue  {
    padding: 30px 0 30px;
}
.smart-page .sta-blue .about__ready-traide__discript {
    margin: 15px 0;
}
.sta-blue .trade_control {
    margin-bottom: 20px;
}

.ttno {
    text-transform: none;
}

.tctr {
    text-align: center;
}

.ulib {
    font-size: 18px;
    padding-left: 30px;
}
.tju {
    text-align: justify;
}







