.bg-section{
	background:#04276b;
	padding:50px 0;
	color: #fff;
}
h1{
	font-weight: 700;
	margin:0;
}
.bg-section p{
	font-size: 20px;
}
.round{
	
	background: #185abc;
	color: #fff;
	font-size: 23px;
	font-weight: 700;
	padding: 13px 24px;
	border-radius: 50%;
	margin: 0 auto;
	display: inline-block;
}
.section-steps p{
	font-size: 20px;
	margin-top: 10px;
}
.section-steps p span{
	color: #185ac2;
}

.section-steps p a{
	color: #185ac2;
}
.section-steps h2{
	margin-bottom:40px;
}

.section-steps .btn{
	background: #2a6dd8;
	font-size:25px;
	font-weight: 700;
	padding: 20px 60px;
	margin-top: 50px;
}
.section-steps .btn:hover{
		background: #1955b6;
}
.privacy{
	padding: 30px 0;
}
footer{
	text-align: center;
position: fixed;
bottom: 20px;
width: 100%;
}
.blue{
		background:#04276b;
}
.white-box{
	max-width: 800px;
	width: 100%;
	margin:100px auto;
	padding: 30px;
	background: #fff;
	border-radius: 10px;
}
.white-box h2{
	text-align: center;
	font-size: 30px;
	font-weight: 700;
}

.white-box ul{
	width:300px;
	margin: 50px auto;
}

.white-box ul li{
	margin-bottom: 10px;
	list-style: none;
	font-size: 18px;
}
.white-box ul li span{
	font-weight: 700;
}

.white-box .btn {
  background: #2a6dd8;
  font-size: 25px;
  font-weight: 700;
  padding: 20px 60px;
  margin-top: 0px;
}

.white-box .btn:hover{
		background: #1955b6;
}
.footer-text{
	padding-top:50px;
}
.arrow{
	margin-left: -100px;
}
.grey{
	background: #fafafa;
}

.blue-box{
		max-width: 800px;
	width: 100%;
	margin:50px auto;
	padding: 30px;
	border-radius: 10px;
	color: #9eaac5;
}
.blue-box .col-md-9 p{
	font-weight: 700;
}


.mt-1{
	margin-top:10px;
}
.btn-wrap{
	margin-left:30px;
	font-size: 15px;margin-top: 20px;
}
.btn-wrap .btn-danger{
	padding:20px 50px;
	font-size: 16px
}

.btn-wrap .btn-default{
	padding:20px 50px;font-size: 16px
}
.webstore{
	margin:25px 0 25px 30px;
}
.step-3-footer{
	margin-left: 30px;
	padding-top: 0;
}
.blue-section{
	background:#04276b;
	color: #fff;
}
.blue-section .section-steps h2{
	margin-bottom: 0;
}

.blue-section .bg-section p{
	font-size: 15px;margin-bottom: 0;
margin-top: 10px;
}
.blue-section .bg-section p img{
	margin-right:5px;
}


.blue-section .section-steps .btn{
padding: 100px 70px;
border-radius: 50%;
	background: none;border:1px solid #51f5e7;box-shadow: 0 0 30px #6ef5a0;
}
.blue-section .section-steps .btn:hover{
	background: #3aa97b;
}

.blue-section .privacy p{
	font-size: 15px;
}
.blue-section .steps .round{
	background: none;
	border:1px solid #51f5e7;
	margin-right: 5px;padding: 6px 17px;
}
.blue-section .steps{
	text-align: center;
}
.blue-section .steps p{
	display: inline-block;
	font-size: 16px;
	color: #c7d0da;
}
.blue-section .steps p span{
	color: #c7d0da;
}
.blue-section .steps p a{
	color: #c7d0da;
}

@media (max-width:991px) {
	
	.blue-section .steps{
		text-align: left;
		margin-bottom: 5px;
	}	
	footer{
		position: inherit;
		padding:30px 0;
	}
	
}



