#how-it-works-intro {
    background: url('../img/how-it-works-business/paying.jpg') no-repeat bottom center;
    max-height: 520px;
    width: 100%;
    text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
}


#how-it-works-intro .intro-wrap h1 {
    padding-bottom: 20px;
}

#how-it-works-intro .intro-wrap p {
	font-size: 18px;
	line-height: 1.5em;
	padding-bottom: 20px;
	opacity: 1 !important;
}

#how-it-works-intro .intro-wrap .play {
	font-size: 18px;
}

#how-it-works-intro .intro-wrap .play.button {
	padding: 20px 20px 20px 70px;
	opacity: 1;
	background-position: 20px;
	-ms-transition: background-color 0.25s ease-in-out, background-image 0.1s ease-in-out, border 0.25s ease-in-out, color 0.25s ease-in-out;
	-moz-transition: background-color 0.25s ease-in-out, background-image 0.1s ease-in-out, border 0.25s ease-in-out, color 0.25s ease-in-out;
	-webkit-transition: background-color 0.25s ease-in-out, background-image 0.1s ease-in-out, border 0.25s ease-in-out, color 0.25s ease-in-out;
	transition: background-color 0.25s ease-in-out, background-image 0.1s ease-in-out, border 0.25s ease-in-out, color 0.25s ease-in-out;
}

#how-it-works-intro .intro-wrap .play.button.solid {
	border: 2px solid #fff;
	background-image: url(../img/icon-play.png);
	background-image: url(../img/icon-play.svg);
	background-color: #fff;
	color: #333;
}

#how-it-works-intro .intro-wrap .play.button.outline {
	border: 2px solid #fff;
}

#how-it-works-intro .intro-wrap .play.button.outline:hover,
#how-it-works-intro .intro-wrap .play.button.solid:hover {
	background-color: #04A4CC;
	border-color: #04A4CC;
	background-image: url(../img/icon-play-white.png);
	background-image: url(../img/icon-play-white.svg);
	color: #fff;
}

#how-it-works-business .step-wrap { height: 560px; }

#how-it-works-business .step-wrap .img-block {
	width: 720px;
	height: 560px;
	position: absolute;
	background-repeat: no-repeat;
	background-size: contain;
	overflow: hidden;
}


#how-it-works-business .step-wrap .step-text { position: relative; }
#how-it-works-business .step-wrap .blue-circle{
    width: 64px;
    height: 64px;
    position: absolute;
    left: -80px;
    top: 0px;
    background-repeat: no-repeat;
    background-size: contain;
}

#how-it-works-business .step-wrap p {
    font-size: 18px;

}



#how-it-works-business #step1 .img-block {
    margin-left: 510px;
}

#how-it-works-business #step1 .img-block .img-wrap.bills {
	width: 700px;
	position: absolute;
	bottom: 70px;
	left: -50px;
}

#how-it-works-business #step1 .blue-circle{
    background-image: url('../img/how-it-works-business/STEP1.svg');
}

#how-it-works-business #step1 .step-text {
    margin: 90px 50px 0px 80px;
}

#how-it-works-business #step1 .step-text ul { 
	list-style-type: none;
	padding-left: 0;
}

#how-it-works-business #step1 .step-text li {
	font-size: 14px;
	line-height: 1.4em;
}





#how-it-works-business #step2 .img-block {
	background-image: url(../img/how-it-works-business/hiw-two.jpg);
    margin-left: -210px;
}

#how-it-works-business #step2 .blue-circle{
    background-image: url('../img/how-it-works-business/STEP2.svg');
    background-repeat: no-repeat;
}

#how-it-works-business #step2 .step-text {
    margin: 90px 0px 0px 120px;
}




#how-it-works-business #step3 .img-block {
	margin-left: 510px;
	background: url(../img/bg-notifications.jpg) no-repeat center center;
}
#how-it-works-business #step3 .img-block .img-wrap.hand {
	width: 710px;
	position: absolute;
	bottom: 0px;
	left: -210px;
}

#how-it-works-business #step3 .blue-circle{
    background-image: url('../img/how-it-works-business/STEP3.svg');
}

#how-it-works-business #step3 .step-text {
    margin: 90px 50px 0px 80px;
}






@media  (min-width: 768px) and (max-width: 992px) {
	
#how-it-works-business .step-wrap .step-text h3 { font-size: 24px; }
	
	#how-it-works-business .step-wrap,
	#how-it-works-business .step-wrap .img-block { height: 500px; }
	
	#how-it-works-business .step-wrap .blue-circle { 
		position: relative;
		top: 0px;
		left: 0px;
		width: 48px;
		height: 48px;
		margin-bottom: 15px;
	}
	
	#how-it-works-business #step1 .img-block {
		margin-left: 375px;
	}
	#how-it-works-business #step1 .img-block .img-wrap.bills {
		width: 540px;
		bottom: 80px;
		left: -40px;
	}
	#how-it-works-business #step1 .step-text {
		margin: 40px 20px 20px 0;
	}
	#how-it-works-business #step1 .step-text li { padding-bottom: 12px; }
	
	
	#how-it-works-business #step2 .img-block {
		margin-left: -270px
	}
	#how-it-works-business #step2 .step-text {
		margin: 40px 0px 20px 20px;
	}
	
	
	#how-it-works-business #step3 .img-block {
		margin-left: 375px;
	}
	#how-it-works-business #step3 .img-block .img-wrap.hand {
		width: 610px;
	}
	#how-it-works-business #step3 .step-text {
		margin: 40px 20px 20px 0;
	}
	
	
	
}

@media (max-width: 767px) {
    
    #how-it-works-business {
	    padding-top: 30px;
    }
    #how-it-works-business .step-wrap {
	    height: auto;
    }
    #how-it-works-business .step-wrap .blue-circle { 
		position: relative;
		top: 0px;
		left: 0px;
		width: 72px;
		height: 72px;
		margin: 15px auto;
	}
	
	#how-it-works-business .step-wrap .step-text {
		text-align: center;
		margin: 0 0 40px 0 !important;
		border-bottom: 1px solid #ddd;
		position: relative;
		padding-bottom: 30px;
	}
	
	#how-it-works-business .step-wrap .step-text:after {
		bottom: -20px;
		content: '>';
		display: block;
		left: 50%;
		position: absolute;
		background: #fff;
		color: #aaa;
		width: 40px;
		height: 40px;
		margin-left: -20px;
		border-radius: 40px;
		line-height: 40px;
		font-size: 20px;
		transform: rotate(90deg);
		font-family: Arial, sans-serif;
		font-weight: normal;
		border: 1px solid #ddd;
	}
	
	#how-it-works-business #step3 .step-text {
		border-bottom: none;
	}
	
	#how-it-works-business #step3 .step-text:after {
		display: none;
	}
	
	#how-it-works-business .step-wrap .step-text h3 {
		margin: 30px 0 10px 0;
	}
	
	#how-it-works-business #step1 .step-text li { text-align: left; padding-top: 0px; }
    
}

@media (min-width: 480px) and (max-width: 768px) {
    #how-it-works-intro .intro {
        margin-top: 50px;
    }
}

@media (max-width: 480px) {
    #how-it-works-intro .intro {
        margin-top: 0;
    }
}


