.cleaner-landing-background {
	background: url("../img/cleaner-landing-header.jpg") no-repeat center center;
	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
  	position: relative;
}

.btn-cleaner-apply {
	display: inline-block;
	border-radius: 50px;
	padding: 10px 20px;
	color: #FFFFFF;
	font-size: 2.5rem;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
	background: #E84C53;
	cursor: pointer;
}

.btn-cleaner-apply:hover,
.btn-cleaner-apply:active,
.btn-cleaner-apply:focus {
	color: #FFFFFF;
	box-shadow: 0 3px 4px rgba(0,0,0,0.2);
}

.partner-section {
	background: url("../img/wood-floor.jpg") no-repeat center fixed;
	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
  	padding: 50px 0;
  	color: #FFFFFF;
  	text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
}

.partner-section-row {
	position: relative;
	margin-top: 50px;
}

.partner-section-row:before {
	position: absolute;
	content: '';
	height: 5px;
	width: 100px;
	background: #FFFFFF;
	border-radius: 30px;
	top: -25px;
	left: 50%;
	margin-left: -50px;
}

.partner-section-copy,
.requirements-section-copy {
	font-size: 2rem;
	color: #FFFFFF;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
}

.partner-section-heading,
.requirements-section-heading {
	font-size: 4.5rem;
}

.partner-section-heading {
	margin-bottom: 40px;
}

.partner-section-subheading {
	font-size: 3.5rem;
}

.img-center {
	display: block;
	margin: 0 auto;
}

.requirements-section-background {
	background: url("../img/cleaner-landing-header.jpg") no-repeat center fixed;
	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
  	padding: 50px 0;
  	color: #FFFFFF;
  	text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
}

.requirements-section-background li {
	font-size: 2rem;
}

.overlay {
	background: rgba(0,0,0,0.4);
	border-radius: 4px;
	padding-top: 20px;
	padding-bottom: 20px;
}

.different {
	padding: 50px 0;
}

.different-heading {
	font-size: 4rem;
	color: #888888;
}

.different-subheading {
	font-size: 2rem;
	color: #444444;
}

.different-img {
	max-height: 300px;
	max-width: 300px;
}

.different-title {
	position: relative;
	font-size: 3rem;
	color: #888888;
}

.different-title:before,
.different-title:after {
	content: "";
	position: absolute;
	height: 3px;
	width: 125px;
	border-radius: 20px;
	background: #F1F1F1;
	top: 13px;
}

.different-title:before {
	left: 0px;
}

.different-title:after {
	right: 0px;
}

.different-copy {
	font-size: 2rem;
	color: #444444;
	text-align: center;
}

.different hr {
	border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0));
    margin: 40px 0;
}


.more-content-indicator {
	position: absolute;
	width: 50px;
	height: 50px;
	bottom: 0;
	left: 50%;
	margin-left: -25px;
	font-size: 4rem;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
	color: #FFFFFF;
	animation-name: float;
	animation-duration: 2s;
	animation-timing-function: ease-in-out;
	animation-iteration-count: infinite;
}

@keyframes float {
	0% {bottom: 0;}
	50% {bottom: 10px;}
	100% {bottom: 0;}
}

@media screen and (max-width: 1200px) {
	.different-title:before,
	.different-title:after {
		width: 75px;
	}
}

@media screen and (max-width: 992px) {
	.different-title:before,
	.different-title:after {
		width: 35px;
	}
}

@media screen and (max-width:768px) {
	.faq-main {
		font-size: 3rem;
	}

	.btn-cleaner-apply {
		font-size: 1.75rem;
	}

	.requirements-section-heading {
		font-size: 3rem;
	}

	.different-title:before,
	.different-title:after {
		width: 100px;
	}
}

@media screen and (max-width:500px) {
	.different-title:before,
	.different-title:after {
		width: 35px;
	}
}

@media screen and (max-width:375px) {
	.different-title:before,
	.different-title:after {
		width: 0px;
	}
}