@font-face {
	font-family: 'Helvetica LT Bold';
	src: url('fonts/HelveticaLT-Bold.eot');
	src: url('fonts/HelveticaLT-Bold.eot?#iefix') format('embedded-opentype'),
		url('fonts/HelveticaLT-Bold.woff2') format('woff2'),
		url('fonts/HelveticaLT-Bold.woff') format('woff'),
		url('fonts/HelveticaLT-Bold.ttf') format('truetype'),
		url('fonts/HelveticaLT-Bold.svg#HelveticaLT-Bold') format('svg');
	font-weight: bold;
	font-style: normal;
}
@font-face {
	font-family: 'Helvetica LT CondensedBlack';
	src: url('fonts/HelveticaLT-Condensed-Black.eot');
	src: url('fonts/HelveticaLT-Condensed-Black.eot?#iefix')
			format('embedded-opentype'),
		url('fonts/HelveticaLT-Condensed-Black.woff2') format('woff2'),
		url('fonts/HelveticaLT-Condensed-Black.woff') format('woff'),
		url('fonts/HelveticaLT-Condensed-Black.ttf') format('truetype'),
		url('fonts/HelveticaLT-Condensed-Black.svg#HelveticaLT-Condensed-Black')
			format('svg');
	font-weight: 900;
	font-style: normal;
}
@font-face {
	font-family: 'Helvetica LT';
	src: url('fonts/HelveticaLT.eot');
	src: url('fonts/HelveticaLT.eot?#iefix') format('embedded-opentype'),
		url('fonts/HelveticaLT.woff2') format('woff2'),
		url('fonts/HelveticaLT.woff') format('woff'),
		url('fonts/HelveticaLT.ttf') format('truetype'),
		url('fonts/HelveticaLT.svg#HelveticaLT') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'HelveticaNeueCE-Roman';
	src: url('fonts/HelveticaNeueCE-Roman.eot?#iefix') format('embedded-opentype'),
		url('fonts/HelveticaNeueCE-Roman.woff') format('woff'),
		url('fonts/HelveticaNeueCE-Roman.ttf') format('truetype'),
		url('fonts/HelveticaNeueCE-Roman.svg#HelveticaNeueCE-Roman') format('svg');
	font-weight: normal;
	font-style: normal;
}

body {
	background: #fff;
}
img.alignright {
	float: right;
	margin-left: 140px;
}
select,
button,
input[type='submit'] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.table {
	display: table !important;
	height: 100%;
	width: 100%;
}

.table > .table-cell {
	vertical-align: middle;
	display: table-cell;
	height: 100%;
	width: 100%;
}
#services-categories {
	background: url(images/2020-ServicesCategoryPage-Background-min.jpg) no-repeat
		center top;
	background-size: cover;
}
#service-header {
	margin: 70px 0 70px;
}
#service-header h2 {
	font-size: 65px;
	font-family: 'Helvetica LT Bold', sans-serif;
}
#service-header p {
	font-family: 'Helvetica LT Bold', sans-serif;
	font-size: 26px;
	color: #fff;
}
#service-buckets {
	margin-left: -22px;
	margin-right: -22px;
}

.service-bucket {
	background: none !important;
	float: left;
	width: 25%;
	text-align: center;
	margin-right: 0;
	margin-bottom: 40px;
	box-sizing: border-box;
	box-shadow: none;
	padding: 0 22px;
}
.service-bucket a {
	padding: 0;
}
.service-bucket h2 {
	font-family: 'Helvetica LT Bold', sans-serif;
	font-size: 30px;
	line-height: 1.2;
	color: #000;
	margin: 0;
}
.service-bucket .back h2 {
	margin-bottom: 18px;
}
.service-bucket a.button {
	display: block;
	padding: 0;
	width: 240px;
	line-height: 55px;
	color: #fff;
	background: #00adee;
	border-radius: 5px;
	text-transform: uppercase;
	font-size: 32px;
	font-family: 'Helvetica LT CondensedBlack', sans-serif;
	margin: 0 auto;
}
.flip-container {
	-webkit-perspective: 1000;
	-moz-perspective: 1000;
	-o-perspective: 1000;
	perspective: 1000;
	background: none !important;
}
.flip-container,
.front,
.back {
	width: 100%;
	height: 300px;
	text-align: center;
	background: #fff;
	border-radius: 15px;
}
.flipper {
	-webkit-transition: 0.6s;
	-webkit-transform-style: preserve-3d;

	-moz-transition: 0.6s;
	-moz-transform-style: preserve-3d;

	-o-transition: 0.6s;
	-o-transform-style: preserve-3d;

	transition: 0.6s;
	transform-style: preserve-3d;

	position: relative;
}

.front,
.back {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	backface-visibility: hidden;

	position: absolute;
	top: 0;
	left: 0;
}

.front {
	z-index: 2;
}

.back {
	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	-o-transform: rotateY(180deg);
	transform: rotateY(180deg);
	padding: 0 10px;
	box-sizing: border-box;
}

.front .name {
	font-size: 2em;
	display: inline-block;
	background: rgba(33, 33, 33, 0.9);
	color: #f8f8f8;
	font-family: Courier;
	padding: 5px 10px;
	border-radius: 5px;
	bottom: 60px;
	left: 25%;
	position: absolute;
	text-shadow: 0.1em 0.1em 0.05em #333;

	-webkit-transform: rotate(-20deg);
	-moz-transform: rotate(-20deg);
	-o-transform: rotate(-20deg);
	transform: rotate(-20deg);
}

.back-logo {
	position: absolute;
	top: 40px;
	left: 90px;
	width: 160px;
	height: 117px;
}

.back-title {
	font-weight: bold;
	color: #00304a;
	position: absolute;
	top: 180px;
	left: 0;
	right: 0;
	text-align: center;
	text-shadow: 0.1em 0.1em 0.05em #acd7e5;
	font-family: Courier;
	font-size: 2em;
}
.back .flip-photo {
	height: 88px;
	margin-bottom: 0px;
	box-sizing: border-box;
	margin: 20px 0;
}
.back p {
	text-align: left;
}
.front .flip-photo {
	height: 132px;
	margin-bottom: 24px;
	box-sizing: border-box;
	margin-top: 28px;
}
.front .flip-photo img {
	display: block;
	margin: 0 auto;
}
.front,
.back {
	backface-visibility: hidden;
	transition: 0.6s;
	transform-style: preserve-3d;

	position: absolute;
	top: 0;
	left: 0;
}

/*  UPDATED! front pane, placed above back */
.front {
	z-index: 2;
	transform: rotateY(0deg);
}

.back {
	transform: rotateY(-180deg);
}
@media (min-width: 768px) {
	.flip-container:hover .back {
		transform: rotateY(0deg);
	}
	.flip-container:hover .front {
		transform: rotateY(180deg);
	}
}
#featured-service {
	padding: 40px 0;
}
#featured-service img {
	width: 500px;
	position: relative;
	z-index: 9;
	margin-left: 0;
}
.featured-service-content {
	float: left;
	width: 54.5%;
}
#featured-service h2 {
	font-family: 'Helvetica LT Bold', sans-serif;
	font-size: 36.5px;
	line-height: 1.2;
	color: #000;
	margin: 0 0 10px;
	position: relative;
	padding-top: 134px;
	width: 1200px;
}
#featured-service h2 span {
	background: #fff;
	position: relative;
	padding-right: 20px;
}
#featured-service h2:before {
	content: '';
	display: block;
	width: 80%;
	height: 3px;
	bottom: 20px;
	position: absolute;
	left: 0;
	background: #e6e6e6;
}
#featured-service p {
	font-size: 23px;
	line-height: 1.5;
	font-family: 'Helvetica LT', sans-serif;
	margin: 0 0 30px;
}
#featured-service .button {
	display: inline-block;
	vertical-align: top;
	padding: 0;
	width: 240px;
	line-height: 55px;
	color: #fff;
	margin-right: 24px;
	background: #023d65;
	border-radius: 5px;
	text-transform: uppercase;
	font-size: 32px;
	font-family: 'Helvetica LT CondensedBlack', sans-serif;
	text-align: center;
}
#featured-service .button:hover {
	background: #00adee;
}

.hot-tub-maintenance-cleaning {
	background: url(images/2020-ServicePages-HotTubMaintenance-Background-min.jpg)
		no-repeat center top;
	background-size: cover;
}
.pool-cleaning-maintenance {
	background: url(images/2020-ServicePages-PoolMaintenance-Hero-min.jpg)
		no-repeat center top;
	background-size: cover;
}
.pool-construction {
	background: url(images/2020-ServicePages-Construction-Hero-min.jpg) no-repeat
		center top;
	background-size: cover;
}
.barbeque-cleaning {
	background: url(images/2020-ServicePages-BBQClean-Hero-min.jpg) no-repeat
		center top;
	background-size: cover;
}
.electrical-department {
	background: url(images/2020-ServicePages-Electrical-Hero-min.jpg) no-repeat
		center top;
	background-size: cover;
}
.fireplace-service-and-maintenance {
	background: url(images/2020-ServicePages-FireplaceCleaning-Hero.jpg) no-repeat
		center top;
	background-size: cover;
}

#service-title {
	text-align: center;
	padding: 150px 0 150px;
}
#service-title h2 {
	font-size: 65px;
	font-family: 'Helvetica LT Bold', sans-serif;
	color: #fff;
	margin-top: 0;
	line-height: 1;
	margin-bottom: 60px;
}
#service-title .button {
	display: block;
	padding: 0;
	width: 275px;
	line-height: 68px;
	color: #023c61;
	background: #fff;
	border-radius: 6px;
	font-size: 23px;
	font-family: 'Helvetica LT CondensedBlack', sans-serif;
	margin: 0 auto;
}
.service-bucket-price-row {
	margin-left: -20px;
	margin-right: -20px;
	margin-top: -55px;
	margin-bottom: 80px;
	display: flex;
	justify-content: center;
}
.service-bucket-price-column {
	width: 33.3333%;
	float: left;
	text-align: center;
	padding: 0 20px;
	box-sizing: border-box;
}
.service-bucket-price-column-wrap {
	background: #fff;
	box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2);
	padding: 30px 10px 35px;
}
.service-bucket-title {
	height: 68px;
}
.service-bucket-title h4 {
	font-size: 26px;
	font-family: 'Helvetica LT Bold', sans-serif;
	color: #023d65;
	line-height: 1.3;
	margin-bottom: 10px;
}
.service-bucket-price-column h2 {
	font-size: 110px;
	font-family: 'Helvetica LT Bold', sans-serif;
	color: #023d65;
	line-height: 1;
	margin-bottom: 10px;
	margin-top: 0;
	text-transform: uppercase;
}
.service-bucket-price-column h2 span {
	font-size: 50px;
	display: block;
}
.service-bucket-price-column p {
	font-size: 18px;
	font-family: 'HelveticaNeueCE-Roman', sans-serif;
	color: #023d65;
	line-height: 1;
	margin-top: 0;
	margin-bottom: 8px;
	font-weight: 600;
	letter-spacing: 1px;
}
.service-bucket-price-column .button {
	display: block;
	padding: 0;
	width: 185px;
	line-height: 50px;
	color: #fff;
	background: #00adee;
	border-radius: 5px;
	font-size: 23px;
	font-family: 'Helvetica LT CondensedBlack', sans-serif;
	margin: 0 auto;
	height: auto;
	cursor: pointer;
	outline: none !important;
}
h2.section-head-title {
	font-size: 65px;
	font-family: 'Helvetica LT Bold', sans-serif;
	color: #013d62;
	margin-top: 0;
	line-height: 1;
	margin-bottom: 0px;
	border-bottom: solid 3px #cccccc;
	text-align: center;
	padding-bottom: 12px;
}
.service-pair-details {
	padding: 50px 0 55px;
}
.service-pair-details-photo-mobile {
	display: none;
}
.service-pair-details-photo {
	float: right;
	margin-right: 30px;
	margin-left: 72px;
}
.service-pair-details-photo img {
	width: 320px;
}
.service-pair-details-contents h3 {
	font-family: 'Helvetica LT Bold', sans-serif;
	font-size: 40px;
	line-height: 1.2;
	color: #013d62;
	margin: 0 0 10px;
	position: relative;
}
.service-pair-details-contents h3:after {
	content: '';
	display: block;
	width: 470px;
	height: 3px;
	background: #ccc;
	margin-top: 8px;
}
.service-pair-details-contents p {
	font-family: 'HelveticaNeueCE-Roman', sans-serif;
	font-size: 18px;
	color: #949494;
}
.service-pair-details-contents .button {
	display: inline-block;
	vertical-align: top;
	padding: 0;
	width: 175px;
	line-height: 58px;
	color: #fff;
	margin-right: 24px;
	background: #023d65;
	border-radius: 5px;
	text-transform: uppercase;
	font-size: 23px;
	font-family: 'Helvetica LT CondensedBlack', sans-serif;
	text-align: center;
	margin-top: 8px;
	height: auto;
	outline: none;
	padding: 0;
	cursor: pointer;
}
.service-pair-details-contents .button:hover {
	background: #00adee;
}
.service-pair-details.service-pair-details-dark {
	background: #f6f6f6;
}
.service-pair-details.service-pair-details-dark .service-pair-details-photo {
	float: left;
	margin-left: 30px;
	margin-right: 65px;
}
.service-pair-details.service-pair-details-dark .service-pair-details-contents {
	float: right;
	width: 920px;
	width: 68.66%;
}
#schedule-maintenance {
	background-image: url(images/2020-ServicePages-HotTub-Form-Background-min.jpg);
	background-attachment: fixed;
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 700px;
}
#schedule-maintenance.pool-construction-parallax {
	background-image: url(images/2020-ServicePages-PoolMaintenance-FormBackground.jpg);
	background-attachment: fixed;
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 700px;
}
#schedule-maintenance.barbeque-cleaning-parallax {
	background-image: url(images/2020-ServicePages-BBQClean-FormBackground-min.jpg);
	background-attachment: fixed;
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 700px;
}
#schedule-maintenance.electrical-department-parallax {
	background-image: url(images/2020-ServicePages-ElectricalDepartment-FormBackground-min.jpg);
	background-attachment: fixed;
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 700px;
}
#schedule-maintenance.fireplace-service-and-maintenance-parallax {
	background-image: url(images/2020-ServicePages-FireplaceCleaning-FormBackground-min.jpg);
	background-attachment: fixed;
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 700px;
}
#schedule-maintenance.pool-cleaning-maintenance-parallax {
	background-image: url(images/2020-ServicePages-PoolMaintenance-FormBackground.jpg);
	background-attachment: fixed;
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 700px;
}
#schedule-maintenance.pool-service-and-repair-parallax {
	background-image: url(images/2020-ServicePages-PoolMaintenance-FormBackground.jpg);
	background-attachment: fixed;
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 700px;
}

#schedule-maintenance form,
#schedule-form .popup {
	margin: 0 auto;
	width: 728px;
	padding: 25px 45px;
	background: #fff;
	box-sizing: border-box;
	border-radius: 20px;
	position: relative;
}
#schedule-form .popup {
	margin-top: 50px;
}
#schedule-maintenance .form-close {
	padding: 0;
	display: block;
	float: right;
	width: 28px;
	height: 28px;
	font-size: 24px;
	border-radius: 50px;
	cursor: pointer;
	outline: none;
	box-shadow: none;
	color: #fff;
	background: #023d65;
	border: 0;
	position: absolute;
	right: 10px;
	top: 10px;
	font-weight: normal;
	line-height: 29px;
	text-align: center;
}

#schedule-maintenance form h3,
#schedule-form .popup form h3 {
	font-family: 'Helvetica LT Bold', sans-serif;
	font-size: 35px;
	line-height: 1;
	color: #013d62;
	margin: 0 0 10px;
	position: relative;
}
#schedule-maintenance form p,
#schedule-form .popup form p {
	font-family: 'HelveticaNeueCE-Roman', sans-serif;
	font-size: 18px;
	color: #949494;
	margin-top: 0;
	line-height: 1.4;
}
#schedule-form .popup .content {
	overflow: hidden;
}
.input-control {
	margin-bottom: 10px;
}
.input-control input[type='text'],
.input-control input[type='email'] {
	display: block;
	width: 100%;
	box-sizing: border-box;
	padding: 0 20px;
	line-height: initial;
	height: 56px;
	border-radius: 10px;
	border: solid 1px #cccccc;
	font-family: 'HelveticaNeueCE-Roman', sans-serif;
	font-size: 18px;
	outline: none;
	color: #949494;
	background: #fff;
}
.input-control textarea {
	display: block;
	width: 100%;
	box-sizing: border-box;
	padding: 18px 20px;
	line-height: 22px;
	border-radius: 10px;
	border: solid 1px #cccccc;
	font-family: 'HelveticaNeueCE-Roman', sans-serif;
	font-size: 18px;
	height: 150px;
	background: #fff;
	outline: none;
	color: #949494;
	max-width: 100%;
	max-height: 200px;
}
.input-control select {
	background: #ffffff url(images/dropdown-blue.png) no-repeat center right 11px;
	background-size: 15px 22px;
	display: block;
	width: 100%;
	line-height: initial;
	height: 56px;
	box-sizing: border-box;
	padding: 0 20px;
	border: solid 1px #cccccc;
	font-family: 'HelveticaNeueCE-Roman', sans-serif;
	font-size: 18px;
	border-radius: 10px;
	color: #949494;
	outline: none;
	cursor: pointer;
}
.input-control label {
	display: block;
	color: #002342;
	font-family: 'HelveticaNeueCE-Roman', sans-serif;
	font-size: 18px;
	margin-bottom: 5px;
}
.input-control label span {
	display: block;
	color: #959595;
}
.form-buttons {
	text-align: center;
}
.form-buttons .button {
	border: 0;
	margin: 0 10px;
	display: inline-block;
	font-weight: normal;
	font-size: 22px;
	width: 220px;
	-webkit-appearance: button;
	cursor: pointer;
	background: #013d64;
	color: #fff !important;
	border-radius: 10px;
	line-height: 60px;
	text-align: center;
	text-transform: uppercase;
	font-family: 'HelveticaNeueCE-Roman', sans-serif;
	padding: 0 20px;
	letter-spacing: 1px;
	outline: none;
	box-sizing: border-box;
}
.form-buttons .button.disabled {
	opacity: 0.7;
	cursor: not-allowed;
	pointer-events: none;
}
.form-buttons .button:hover {
	background: #cccccc;
	color: #013d64 !important;
}
.input-control-file-wrap input {
	visibility: hidden;
	display: none;
}

.input-control-file-wrap {
	width: 100%;
	line-height: 56px;
	border-radius: 10px;
	border: solid 1px #cccccc;
	position: relative;
	margin-top: 5px;
	margin-bottom: 32px;
	box-sizing: border-box;
}
.input-control-file-wrap:before {
	display: block;
	content: 'Choose File';
	width: 145px;
	line-height: 55px;
	text-align: center;
	cursor: pointer;
	color: #023d65;
	font-family: 'HelveticaNeueCE-Roman', sans-serif;
	font-size: 18px;
	border: solid 1px #023d65;
	border-radius: 10px;
	float: left;
	margin-left: -1px;
	margin-top: -1px;
	margin-bottom: -1px;
	background: #fff;
}
.input-control-file-wrap:after {
	display: block;
	clear: both;
	content: '';
}
.input-control-file-wrap .input-control-file-title {
	display: block;
	line-height: 55px;
	cursor: pointer;
	color: #959595;
	font-family: 'HelveticaNeueCE-Roman', sans-serif;
	font-size: 18px;
	float: left;
	font-style: normal;
	margin-left: 14px;
	width: 430px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.form-part {
	display: none;
}
#schedule-maintenance form .form-buttons p,
#schedule-form form .form-buttons p {
	font-size: 12.5px;
	color: #000;
	margin-top: 20px;
	margin-bottom: 0;
}

@media only screen and (min-width: 1281px) and (max-width: 1366px) {
	.max1340 {
		padding: 0 20px;
	}
	#service-header {
		margin: 40px 0 50px;
	}
	#service-buckets {
		margin-bottom: 25px;
	}
	.service-bucket h2 {
		font-size: 28px;
	}
	.service-bucket a.button {
		width: 100%;
	}
}
@media only screen and (min-width: 1153px) and (max-width: 1280px) {
	.max1340 {
		padding: 0 20px;
	}
	#service-header {
		margin: 40px 0 50px;
	}
	#service-buckets {
		margin-bottom: 25px;
	}
	.service-bucket h2 {
		font-size: 28px;
	}
	.service-bucket a.button {
		width: 100%;
	}
}
@media only screen and (min-width: 1024px) and (max-width: 1230px) {
	.service-pair-details.service-pair-details-dark .service-pair-details-photo {
		margin-right: 30px;
	}
	.service-pair-details.service-pair-details-dark
		.service-pair-details-contents {
		width: 62%;
	}
}
@media only screen and (min-width: 1024px) and (max-width: 1152px) {
	img.alignright {
		margin-left: 80px;
	}
	.max1340 {
		padding: 0 20px;
	}
	#service-header {
		margin: 40px 0 50px;
	}
	#service-buckets {
		margin-bottom: 25px;
	}
	.flip-container,
	.front,
	.back {
		height: 270px;
	}
	.back {
		padding: 0 10px;
	}
	.service-bucket h2 {
		font-size: 22px;
	}
	.service-bucket a.button {
		width: 100%;
		font-size: 24px;
	}
	#featured-service h2 {
		padding-top: 60px;
	}
	#featured-service h2:before {
		width: 70%;
	}
	#featured-service img {
		width: 400px;
	}
	#featured-service .button {
		font-size: 24px;
		width: 200px;
		margin-right: 10px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
	img.alignright {
		margin-left: 40px;
	}
	.max1340 {
		padding: 0 20px;
	}
	#service-header {
		margin: 30px 0 30px;
	}
	#service-header h2 {
		font-size: 50px;
	}
	#service-header p {
		font-size: 22px;
	}
	#service-buckets {
		margin-bottom: 25px;
		margin-left: -10px;
		margin-right: -10px;
	}
	.flip-container,
	.front,
	.back {
		height: 270px;
	}
	.back {
		padding: 0 10px;
	}
	.service-bucket {
		padding: 0 10px;
		width: 33.3333%;
		margin-bottom: 20px;
	}
	.service-bucket h2 {
		font-size: 24px;
	}
	.service-bucket a.button {
		width: 100%;
		font-size: 24px;
	}
	#featured-service h2 {
		padding-top: 0px;
		font-size: 34px;
		width: auto;
	}
	#featured-service h2:before {
		width: 140%;
	}
	#featured-service p {
		font-size: 18px;
	}
	#featured-service img {
		width: 300px;
	}
	#featured-service .button {
		font-size: 20px;
		width: 170px;
		margin-right: 10px;
	}
	#service-title h2 {
		font-size: 45px;
		margin-bottom: 30px;
	}
	h2.section-head-title {
		font-size: 50px;
	}
	.service-bucket-price-row {
		margin-bottom: 50px;
	}
	.service-bucket-price-column h2 {
		font-size: 70px;
	}
	.service-bucket-price-column h2 span {
		font-size: 34px;
	}
	.service-bucket-price-column p {
		font-size: 16px;
	}
	.service-bucket-price-column .button {
		font-size: 20px;
	}
	.service-bucket-title {
		height: 50px;
	}
	.service-bucket-title h4 {
		font-size: 20px;
		line-height: 1;
	}
	.service-pair-details-photo img {
		width: 220px;
	}
	.service-pair-details.service-pair-details-dark .service-pair-details-photo {
		margin-right: 30px;
	}
	.service-pair-details.service-pair-details-dark
		.service-pair-details-contents {
		width: 60%;
	}
	.service-pair-details-contents h3 {
		font-size: 32px;
	}
	.service-pair-details-contents h3:after {
		width: 50%;
	}
}

@media (max-width: 767px) {
	.max1340 {
		max-width: 100%;
		padding: 0 20px;
	}
	#services-categories {
		background: #023d65
			url(images/2020-ServicesCategoryPage-Background-Mobile-min.jpg) no-repeat
			center top;
		background-size: 100%;
	}
	#service-header {
		margin: 60px 0 192px;
	}
	#service-header h2 {
		font-size: 50px;
		padding-left: 20px;
		padding-right: 20px;
	}
	#service-header p {
		font-size: 22px;
		padding: 0 40px;
	}
	#service-buckets {
		margin-left: -15px;
		margin-right: -15px;
		margin-bottom: 0;
	}
	.flip-container,
	.front,
	.back {
		height: 200px;
	}
	.service-bucket {
		padding: 0 15px;
		float: left;
		width: 50%;
		margin-bottom: 30px;
	}
	.service-bucket .back {
		display: none !important;
	}
	.service-bucket h2 {
		font-size: 18px;
	}
	.front .flip-photo {
		margin-top: 20px;
		margin-bottom: 20px;
		height: 95px;
	}
	.front .flip-photo img {
		width: 95px;
	}
	.featured-service-content {
		float: none;
		width: 100%;
	}
	#featured-service {
		position: relative;
		padding: 20px 0;
	}
	#featured-service:after {
		content: '';
		display: block;
		width: 100%;
		height: 3px;
		bottom: 59px;
		position: absolute;
		left: 0;
		background: #e6e6e6;
	}
	#featured-service h2 {
		padding-top: 0;
		width: 100%;
		font-size: 24px;
	}
	#featured-service h2:before {
		display: none;
	}
	#featured-service p {
		font-size: 18px;
	}
	.featured-service-buttons {
		text-align: center;
		margin-bottom: 30px;
	}
	#featured-service .button {
		margin: 0 5px;
		font-size: 24px;
		width: 45%;
	}
	#featured-service img {
		max-width: 85%;
		float: none;
		margin: 0 auto;
		display: block;
	}
	.hot-tub-maintenance-cleaning {
		background: url(images/2020-ServicePages-HotTubMaintenance-Background-Mobile-min.jpg)
			no-repeat center top;
		background-size: cover;
	}
	.pool-cleaning-maintenance {
		background: url(images/2020-ServicePages-PoolMaintenance-Hero-Mobile-min.jpg)
			no-repeat center top;
		background-size: cover;
	}
	.pool-construction {
		background: url(images/2020-ServicePages-Construction-Hero-Mobile-min.jpg)
			no-repeat center top;
		background-size: cover;
	}
	.barbeque-cleaning {
		background: url(images/2020-ServicePages-BBQClean-Hero-Mobile-min.jpg)
			no-repeat center top;
		background-size: cover;
	}
	.electrical-department {
		background: url(images/2020-ServicePages-Electrical-Hero-mobile-min.jpg)
			no-repeat center top;
		background-size: cover;
	}
	.fireplace-service-and-maintenance {
		background: url(images/2020-ServicePages-FireplaceCleaning-Hero-Mobile.jpg)
			no-repeat center top;
		background-size: cover;
	}
	#service-title {
		text-align: center;
		padding: 110px 0 0px;
		height: 500px;
		box-sizing: border-box;
	}
	#service-title h2 {
		font-size: 45px;
		line-height: 1.3;
		margin-bottom: 100px;
	}
	.service-bucket-price-row {
		margin-left: 0;
		margin-right: 0;
		margin-top: 45px;
		margin-bottom: 50px;
		flex-direction: column;
		align-items: center;
	}
	.service-bucket-price-column {
		width: 100%;
		float: none;
		text-align: center;
		padding: 0 20px;
		box-sizing: border-box;
		max-width: 380px;
		margin-bottom: 40px;
	}
	h2.section-head-title {
		font-size: 50px;
		margin-bottom: 20px;
	}
	.service-pair-details-photo {
		display: none;
	}
	.service-pair-details-photo-mobile {
		display: block;
		max-width: 80%;
		margin: 0 auto 20px;
	}
	.service-pair-details-contents p {
		font-size: 16px;
		padding: 0 20px;
		line-height: 1.5;
	}
	.service-pair-details-contents h3 {
		text-align: center;
		font-size: 28px;
	}
	.service-pair-details-contents h3:after {
		width: 100%;
	}
	.service-bucket-price-column h2 {
		font-size: 90px;
	}
	.service-bucket-price-column h2 span {
		font-size: 45px;
	}
	.service-pair-details-contents .button {
		display: block;
		margin: 0 auto;
	}
	.service-pair-details {
		padding: 30px 0 30px;
	}
	.service-pair-details.service-pair-details-dark
		.service-pair-details-contents {
		width: 100%;
		float: none;
	}
	#schedule-maintenance {
		background: url(images/2020-ServicePages-HotTub-Form-Background-Mobile-min.jpg)
			no-repeat center top;
		background-size: cover;
		background-attachment: initial;
		padding: 50px 28px;
		height: auto;
	}
	#schedule-maintenance.pool-construction-parallax {
		background: url(images/2020-ServicePages-PoolMaintenance-FormBackground-Mobile.jpg)
			no-repeat center top;
		background-size: cover;
		background-attachment: initial;
		padding: 50px 28px;
		height: auto;
	}
	#schedule-maintenance.barbeque-cleaning-parallax {
		background: url(images/2020-ServicePages-BBQClean-FormBackground-Mobile-min.jpg)
			no-repeat center top;
		background-size: cover;
		background-attachment: initial;
		padding: 50px 28px;
		height: auto;
	}
	#schedule-maintenance.electrical-department-parallax {
		background: url(images/2020-ServicePages-ElectricalDepartment-FormBackground-Mobile-min.jpg)
			no-repeat center top;
		background-size: cover;
		background-attachment: initial;
		padding: 50px 28px;
		height: auto;
	}
	#schedule-maintenance.fireplace-service-and-maintenance-parallax {
		background: url(images/2020-ServicePages-FireplaceCleaning-FormBackground-Mobile-min.jpg)
			no-repeat center top;
		background-size: cover;
		background-attachment: initial;
		padding: 50px 28px;
		height: auto;
	}
	#schedule-maintenance.pool-cleaning-maintenance-parallax {
		background: url(images/2020-ServicePages-PoolMaintenance-FormBackground-Mobile.jpg)
			no-repeat center top;
		background-size: cover;
		background-attachment: initial;
		padding: 50px 28px;
		height: auto;
	}
	#schedule-maintenance.pool-service-and-repair-parallax {
		background: url(images/2020-ServicePages-PoolMaintenance-FormBackground-Mobile.jpg)
			no-repeat center top;
		background-size: cover;
		background-attachment: initial;
		padding: 50px 28px;
		height: auto;
	}
	#schedule-maintenance form,
	#schedule-form .popup {
		padding: 25px;
		width: 100%;
	}
	#schedule-maintenance form h3,
	#schedule-form .popup h3 {
		font-size: 30px;
	}
	#schedule-maintenance form p,
	.input-control label,
	.input-control select,
	.input-control input,
	.input-control textarea,
	#schedule-form .popup form p {
		font-size: 15px !important;
	}
	.form-buttons {
		padding-top: 10px;
	}
	.form-buttons .button {
		width: 48%;
		margin: 0 2px;
		padding: 0;
		line-height: 50px;
		font-size: 18px;
	}
	.input-control-file-wrap:before {
		font-size: 14px;
		width: 35%;
	}
	.input-control-file-wrap .input-control-file-title {
		font-size: 14px;
		margin-left: 14px;
		width: 55%;
	}
	.input-control-file-wrap {
		margin-bottom: 15px;
	}
	#schedule-maintenance form .form-buttons p,
	#schedule-form form .form-buttons p {
		font-size: 12.5px !important;
	}
	#schedule-form {
		padding: 0 20px;
	}
}
@media (max-width: 380px) {
	#service-header {
		margin: 40px 0 180px;
	}
	#service-header h2 {
		font-size: 45px;
	}
	#service-header p {
		font-size: 22px;
		padding: 0 33px;
	}
	.service-bucket h2 {
		font-size: 16px;
	}
	#featured-service:after {
		bottom: 56px;
	}
	#schedule-maintenance {
		padding: 40px 18px;
	}
	.form-buttons .button {
		width: 47%;
	}
}
@media (max-width: 320px) {
	#service-header {
		margin: 35px 0 150px;
	}
	#service-header h2 {
		font-size: 38px;
	}
	#service-header p {
		font-size: 18px;
		padding: 0 0px;
	}
	#service-buckets {
		margin-bottom: 10px;
	}
	.service-bucket h2 {
		font-size: 16px;
	}
	.service-bucket {
		padding: 0 5px;
		float: left;
		width: 50%;
		margin-bottom: 10px;
	}
	.flip-container,
	.front,
	.back {
		height: 155px;
	}
	.front .flip-photo {
		margin-top: 10px;
		margin-bottom: 10px;
		height: 80px;
	}
	.front .flip-photo img {
		width: 80px;
	}
	#featured-service:after {
		bottom: 50px;
	}
	#featured-service .button {
		margin: 0 2px;
		font-size: 18px;
		width: 47%;
	}
	h2.section-head-title {
		font-size: 40px;
	}
}
