.depositWithdrawal{
	background: url("../../version.3.0/images/bg-depositWithdraw-01.jpg") top right;
	background-size: cover;
	height: 585px;
	display: flex;
	align-items: center;
}

.gradient-section{
	background: linear-gradient(to right, #0e84d1, #23a7fd, #0e84d1);
	opacity: 1;
	position: relative;
	/* background: #0e84d1; */
	color: black;
}

.parallax{
	position: fixed;
	height: 100vh;
	background:url("../../version.3.0/images/bg-depositWithdraw.jpg") top center;
	background-size: cover;
	width: 100%;
}

.content-wrapper{
	position: relative;
}

.opacity-holder{
	background: rgba(21, 48, 67, 0.8);
	position: relative;
}
.deposit .block-row, .withdrawal .block-row{
	padding: 40px 0;
	margin: 0;
}

.deposit .box-holder, .withdrawal .box-holder{
	box-shadow: none;
	width: 100%;
	margin: 0;
	margin-bottom: 15px;
}

.deposit .page-title, .withdrawal .page-title{
	padding: 0;
	color: #fff;
	margin-bottom: 20px;
	font-weight: 600;
	font-family: Oswald, sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 72px;
	text-align: center;
}

.deposit .block-title, .withdrawal .block-title{
	margin-bottom: 8px;
	color: #fff;
	text-align: left;
	padding: 0;
}
.deposit .free-holder, .withdrawal .free-holder{
	bottom: -20px;
    z-index: 1;
}
.deposit .arrow-down, .withdrawal .arrow-down{
	margin:0 auto;
}

.deposit .page-desc, .withdrawal .page-desc{
	font-size: 24px;
	line-height: 1.5;
	color: #044067;
}

.deposit .block-desc, .withdrawal .block-desc{
	color: #dedede;
	font-size: 16px;
}

.arrow-down {
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #23a6fc;
}

.refer-exchanger .large-text {
    text-shadow: 3px 1px 0 #ffffff, -1px -1px 0 #fff, 1px -1px 0 #fefefe, -1px 1px 0 #fff, 1px 1px 0 #fff;
}

.depositWithdrawal .large-text{
	font-size: 54px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #04588e;
}

.banner-holder{
	padding:0!important;
}

.banner-holder .banner-text{
	font-size: 17px;
	margin-bottom: 15px;
	background: #f8f9fd;
	border-radius: 4px;
	padding: 20px;
}

@media only screen and (max-width:991px){
	.depositWithdrawal .large-text{
		padding-top: 200px;
	}

	.depositWithdrawal{
		height: auto;
	}
}

@media only screen and (max-width:767px){
	.deposit .block-title, .withdrawal .block-title,
	.deposit .block-desc, .withdrawal .block-desc {
	   text-align:center;
	}
	.deposit .page-title, .withdrawal .page-title{
		font-size: 54px;
	}
	.deposit .page-desc, .withdrawal .page-desc{
		font-size: 17px;
	}
	.depositWithdrawal{
		height: auto;
}
