.solutionTextBlock {
	padding: 0 30px;
	background: #fff;
	height: auto
}

.solutionTextBlock.right:before {
	content: '';
	position: absolute;
	left: 74.8%;
	border-right: 5px dashed #b3b6b9;
	width: 1px;
	height: 69px;
	top: -74px
}

.solutionTextBlock.left:before {
	content: '';
	position: absolute;
	right: 74.8%;
	border-right: 5px dashed #b3b6b9;
	width: 1px;
	height: 65px;
	top: -70px
}

.solutionTextBlock h2 {
	font-size: 1.7rem;
	color: #394047
}

.solutionTextBlock p {
	color: #646464
}

#howItWorksResponsive .solutionTextBlock:before {
	content: '';
	position: absolute;
	left: 49.8%;
	border-right: 5px dashed #b3b6b9;
	width: 1px;
	height: 45px;
	top: -50px
}

#solutionsQuote {
	padding: 60px 0
}

#solutionsQuote .quote-top {
	width: 150px;
	border-bottom: 2px solid #6ABF4B;
	margin: 0 auto 25px
}

#solutionsQuote h3 {
	font-weight: 400;
	line-height: 2.5rem
}

#solutionsQuote .quote-bottom {
	width: 150px;
	border-top: 2px solid #6ABF4B;
	margin: 25px auto 0
}

#section-splash-solutions {
	padding: 2% 0 40px;
	background-repeat: no-repeat;
	background-size: 100%;
	background-size: cover
}

#howItWorksResponsive {
	display: none
}

.ProductBox {
	-webkit-box-shadow: 0 0 3px 0 rgba(0, 9, 38, .25);
	-moz-box-shadow: 0 0 3px 0 rgba(0, 9, 38, .25);
	box-shadow: 0 0 3px 0 rgba(0, 9, 38, .25);
	border-radius: 3px;
	background: #fff;
	padding: 20px 10px
}

.col-md-3 .ProductBox, .col-md-4 .ProductBox {
	min-height: 240px
}

.ProductBox h3 {
	font-weight: 400;
	color: #646464;
	font-size: 24px
}

@media (max-width:500px) {
	#howItWorksResponsive {
		display: block
	}

	#howItWorks {
		display: none
	}

	#solutionsQuote h3 {
		font-size: 1.25rem;
		line-height: 2rem
	}
}

@media (min-width:300px) and (max-width:579px) {
	#howItWorksResponsive {
		display: block
	}

	#howItWorks {
		display: none
	}
}

@media (min-width:579px) and (max-width:768px) {
	#howItWorksResponsive {
		display: block
	}

	#howItWorks {
		display: none
	}
}

@media (min-width:768px) and (max-width:992px) {
	#howItWorks {
		display: none
	}
	#section-splash-solutions{
		padding: 2% 0!important
	}
	#howItWorksResponsive {
		display: block
	}
}
@media (min-width:992px) and (max-width:1366px) {
	#section-splash-solutions{
		
	}
}

#section-splash-solutions .splashImg {
	-webkit-box-shadow: 6px 6px 20px 0 rgba(0, 0, 0, .3);
	-moz-box-shadow: 6px 6px 20px 0 rgba(0, 0, 0, .3);
	box-shadow: 6px 6px 20px 0 rgba(0, 0, 0, .3);
	border-radius: 50%;
	width: 70%
}

@media (max-width:767px) {
	#section-splash-solutions .splashImg {
		width: 100%
	}

}

@media (max-width:767px) {
	#section-splash-solutions{
		padding-top: 30px !important
	}

}


.howBlock {
	background: #1d252c;
	padding: 15px 35px;
	display: inline-block;
	margin: 0 auto;
	position: relative
}

.howBlock:after {
	content: '';
	position: absolute;
	left: 47%;
	bottom: -15px;
	width: 0;
	height: 0;
	border-top: 15px solid #1d252c;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent
}


/* ----------- iPad Pro ----------- */
/* Portrait and Landscape */
@media only screen 
  and (min-width: 1024px) 
  and (max-height: 1366px) 
  and (-webkit-min-device-pixel-ratio: 1.5) {

}

/* Portrait */
@media only screen 
  and (min-width: 1024px) 
  and (max-height: 1366px) 
  and (orientation: portrait) 
  and (-webkit-min-device-pixel-ratio: 1.5) {
  	#section-splash-solutions{
  		padding: 2% 0 70px;
  	}
  	.solutionTextBlock{
  		padding: 15px 30px!important;
  	}
}

/* Landscape */
@media only screen 
  and (min-width: 1024px) 
  and (max-height: 1366px) 
  and (orientation: landscape) 
  and (-webkit-min-device-pixel-ratio: 1.5) {


}

/* ----------- iPad 2 ----------- */
/* Portrait and Landscape */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (-webkit-min-device-pixel-ratio: 1){
 #products .row{
 	margin-top: 0!important;
 }
}

/* landscape */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape)
and (-webkit-min-device-pixel-ratio: 1)  {

}

/* portrait */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) 
and (-webkit-min-device-pixel-ratio: 1) {

}