@font-face {
	font-family: "socialico";
	src: url("fonts/Socialico/Socialico.eot");
	src: url("fonts/Socialico/Socialicod41d.eot?#iefix") format("embedded-opentype"), url("fonts/Socialico/Socialico.woff2") format("woff2"), url("fonts/Socialico/Socialico.woff") format("woff"), url("fonts/Socialico/Socialico.ttf") format("truetype"), url("fonts/Socialico/Socialico.svg") format("svg");
}

@font-face {
	font-family: "Century Gothic";
	src: url("fonts/Century%20Gothic/CenturyGothic.ttf") format("truetype");
}

.suspension-contain {
	max-height: 980px;
	overflow: hidden;
	position: relative;
}

html.suspended {
	background: rgba(0, 0, 0, 0.6);
}

body {
	max-width: 100%;
	min-width: 1200px;
	margin: 0 auto;
	text-align: center;
	font-family: Century Gothic;
	font-size: 16px;
}

.mb-40 {
	margin-bottom: 40px;
}

a {
	color: inherit;
	text-decoration: none
}

a:hover {
	text-decoration: none;
	color: inherit;
}

h1,
h2,
h3,
h4,

h5 {
	padding: 0;
	margin: 0;
}

.row {
	max-width: 1800px;
	margin: 0 auto
}

/*floats*/
.fl {
	float: left;
}

.fr {
	float: right;
}

/*typography*/
.text-primary {
	color: #B11414;
}

.text-bold {
	font-weight: 700;
}

.text-uppercase {
	text-transform: uppercase
}

.text-center {
	text-align: center !important;
}

.text-left {
	text-align: left;
}

/*button*/
.btn {
	font-size: 15px;
	font-weight: 400;
	color: #000;
	display: inline-block;
	padding: 10px 30px;
	background: #fff;
	border: 1px solid transparent;
	transition: all 0.5s ease;
}

.btn:hover {
	background: #ddd;
	border-color: #ddd;
	color: #ddd;
	color: #fff;
}

.blue_btn {
	background: #0059B2;
	color: #fff;
	padding: 12px 25px;
	border-radius: 5px;
	border: none;
}

.blue_btn:hover {
	background: none;
	border: 1px solid #444;
	color: #000;
	transition: .2s ease;
}

.inner #content .row form {
	margin: 50px 0 0 !important;
}

.inner #content .row .write {
	padding: 0 0 30px;
}

/*clearings*/
.clear {
	clear: both;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	font-size: 0;
}

.clearfix {
	display: block;
}

/*cookie*/
.cc-animate.cc-revoke.cc-bottom {
	font-size: 14px;
	padding: 5px 10px;
	position: fixed;
	display: block !important;
	transform: none !important;
	bottom: 0 !important;
	left: 20px !important;
}

/*call to action*/
.destroy-on-load,
.cta {
	display: none;
}

/*contact form messages*/
form .messages p {
	display: none;
	font-family: Arial !important;
	font-weight: 400 !important;
	letter-spacing: 0 !important;
	font-size: 16px !important;
}

form .loading {
	display: none;
}

form .alert {
	padding: 15px;
	margin-bottom: 20px;
	border: 1px solid transparent;
	border-radius: 4px;
}

form .alert-success {
	color: #3c763d;
	background-color: #dff0d8;
	border-color: #d6e9c6;
}

form .alert-danger {
	color: #a94442;
	background-color: #f2dede;
	border-color: #ebccd1;
}

form [type="submit"] {
	margin: 20px auto
}

/*contact form*/
.ctc-form {
	margin: 0 auto;
	text-align: center;
}

.ctc-form input[type="text"],
.ctc-form textarea {
	font-family: Arial;
	font-size: 16px;
	color: #000;
	height: 45px;
	display: block;
	width: 100%;
	border: 1px solid #ddd;
	border-radius: 3px;
	padding: 5px 10px;
	box-sizing: border-box;
	margin: 0 auto 8px
}

.ctc-form textarea {
	height: 120px;
	padding-top: 10px;
}

.ctc-form button {
	display: block;
}

.ctc-form .recap {
	display: inline-block;
}

.ctc-form .g-recaptcha div {
	margin: 0 auto 10px;
}

.ctc-form .ctc-hide {
	display: none;
}

/*gallery*/
#content .gallery-container {
	text-align: center;
}

#content .gallery {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#content .gallery li {
	display: inline-block;
}

#content .thumbnail {
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 4px;
	display: block;
	line-height: .42857;
	margin-bottom: 20px;
	padding: 4px;
	transition: border 0.5s ease-in-out 0s;
}

#content .thumbnail:hover {
	transform: scale(1.02);
}

#content .page_navigation {
	display: inline-block;
}

#content .page_link,
#content .previous_link,
#content .next_link,
#content .first_link,
#content .last_link,
#content .ellipse {
	background-color: #fff;
	border: 1px solid #ddd;
	color: #0275d8;
	display: inline-block;
	line-height: 1.25;
	margin-left: -1px;
	padding: 0.5rem 0.75rem;
	position: relative;
}

#content .page_navigation>a:hover,
.page_navigation>a.active_page {
	background-color: #eceeef;
	border-color: #ddd;
	color: #014c8c;
	text-decoration: none;
}

h1 {
	font-size: 100px;
	font-weight: 100;
	color: #000;
	font-size: 60px;
}

h2 {
	font-size: 3.125em;
	font-weight: normal;
	color: #0059B2;
}

p {
	font-size: 1rem;
	/*color: #000000;*/
	line-height: 180%;
}


/*header*/
#header {
	padding: 40px 0 20px;
}

.hd-phone {
	padding: 0 65px 0;
}

#header nav a#pull {
	display: none
}

#header nav {
	display: flex;
	align-items: baseline;
	max-width: 1500px;
}

#header nav ul {
	margin: 0;
	padding: 0;
	border-top: 1px solid #D6D6D6;
	padding: 25px 0 0;
	margin-top: 15px;
}

#header nav ul li {
	display: inline-block;
	vertical-align: middle;
	border-right: 1px solid #999999;
}

#header nav ul li a {
	font-size: 15px;
	font-weight: bold;
	color: #999999;
	padding: 15px 18px;
	/*padding: 0 18px;*/
	margin-right: 5px;
	margin-left: 5px;
	border-radius: 50px;
	background: transparent;
}

#header nav ul li:last-of-type {
	border-right: none;
}

#header nav ul li.active-menu a,
#header nav ul li a:hover {
	background: #0059B2;
	color: #fff;
	transition: .2s ease;
}

#header .header-container {
	display: flex;
	align-items: center;
	justify-content: space-evenly;
}

#header .hd-right {
	text-align: right;
	position: relative;
}

#header .hd-phone a {
	font-size: 1.75em;
	color: #0059B2;
	font-weight: bold;
	vertical-align: text-bottom;
	margin-left: 8px;
}

#header .hd-phone span {
	font-size: 0.8125em;
	color: #999999;
	font-weight: bold;
}

/* .hd-logo {
	width: 22%
} */

.hd-logo img {
	width: 100%;
	max-width: 250px;
}

/* New content DROPDOWN */

li.dropdown:hover ul {
	padding: 0 !important;
	margin-top: 7px !important;
}

ul.dropdown-content {
	display: none !important;
	position: absolute;
	background-color: transparent;
	min-width: 160px;
	box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
	z-index: 1;
	/* top: 50%; */
	/* max-width: 500px; */
	/* transform: translateY(-50%);
	right: 0;
	transition: all 0.3s ease-in-out; */
	padding: unset !important;
}

.dropdown:hover .dropdown-content {
	display: block !important;
	transition: all 1s ease-in-out;
	background: #fff;
	max-width: 200px !important;
	text-align: left !important;
}

.dropdown-content li {
	padding: 7px 0 10px !important;
	border-right: unset !important;
}

.dropdown-content li a {
	color: #999999 !important;
	text-decoration: none;
}

ul.dropdown-content li.active-menu a,
ul.dropdown-content li:hover {
	background: unset !important;
}

ul.dropdown-content li a:hover {
	background: unset !important;
	color: #0059B2 !important;
}

/* END DROPDOWN */

/*banner*/
#banner {
	position: relative;
}

#banner .banner-image {
	width: 100%;
	position: relative;
}

#banner .banner-content {
	position: absolute;
	top: 70%;
	right: 5%;
	z-index: 10;
	max-width: 610px;
	width: 100%;
	object-fit: cover;
	object-position: center;
}

#banner .banner-content img {
	width: 200px;
	aspect-ratio: 1/1;
	object-fit: contain;
	object-position: center;
}

#banner .qForm {
	background: #fff;
	border-radius: 10px;
	max-width: 360px;
	padding: 45px 30px 30px;
	position: absolute;
	top: 10%;
	left: 59%;
}

#banner .qForm h1 {
	font-size: 1.125em;
	font-family: "Raleway";
	color: #999999;
	font-weight: 600;
	letter-spacing: 8px;
}

#banner .qForm h2 {
	font-size: 2.125em;
	color: #0059B2;
	font-weight: normal;
}

#banner .qForm input[type="text"] {
	display: inline-block;
	width: 89%;
	border-radius: 11px;
	background: #EEEEEE;
	margin: 7px 0;
}

#banner .qForm input[type="text"]::placeholder {
	font-size: 0.875em;
	color: #878787;
	font-weight: lighter;
}

#banner .qForm p {
	font-family: Arial;
	font-size: 0.9375em;
	font-weight: bold;
	text-align: left;
	line-height: 120%;
}

#banner .qForm p span {
	color: #0059B2;
}

#banner .banner-bottom {
	position: absolute;
	bottom: 8%;
	left: 9%;
	z-index: 20;
}

#banner .banner-bottom h2 {
	font-size: 3.125em;
	color: #0059B2;
	font-weight: bold;
	max-width: 609px;
}

#banner:before {
	position: absolute;
	bottom: 0;
	height: 500px;
	background: linear-gradient(transparent, #fff);
	left: 0;
	width: 100%;
	content: '';
	z-index: 10;
}

/*content*/
#content {
	padding: 40px 0
}

#content .content-container {
	display: flex;
	justify-content: space-around;
}

#content .content-left {
	max-width: 750px;
	width: 100%;
	display: flex;
	align-items: center;
}

#content .content-right {
	text-align: left;
	max-width: 527px;
}

#content .content-right h1 {
	font-size: 1.125em;
	color: #777777;
}

#content .content-right h2 {
	font-size: 2em;
	color: #0059B2;
}

#content .content-right p {
	margin-bottom: 40px;
}



#services {
	padding-bottom: 50px;
}


#services .sv-list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

/* #services .sv-list dl {
	margin: 20px 1%;
	position: relative;
	width: 31%;
} */

#services .sv-list a {
	margin: 20px 1%;
	position: relative;
	width: 31%;
}

#services .sv-list dl dt {
	border-radius: 25px;
	overflow: hidden;
	height: 380px;
}

#services .sv-list dl dt img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

#services .sv-list dd {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	padding: 20px;
	font-size: 1.9375em;
	color: #fff;
	text-align: center;
	z-index: 10;
	margin: 0;
	box-sizing: border-box;
	text-shadow: 0px 2px 4px #000;
}

/* ================= New Section CSS =================== */
#snow-blower {
	background-color: #fff;
	background-size: cover; 
	padding: 50px 10px 20px 10px;
}
#snow-blower .row {
    max-width: 1800px;
}
#snow-blower .snow-container {
	background-color: #fff;
	padding: 15px 20px;
	border-radius: 10px;

	display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
	gap: 20px;
    width: 100%;
	max-width: 1550px;
	margin: 0 auto;

	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
}
#snow-blower .snow-container  ul {
    width: 100%;
    max-width: 400px;
    text-align: left;
}
#snow-blower .snow-container  h1 {
    font-size: 3.125em;
    font-weight: normal;
    color: #0059B2;
	width: 100%;
	text-align: left;
}
#snow-blower .snow-container p {
    font-size: 1rem;
    line-height: 180%;
	width: 100%;
	text-align: left;
}
#snow-blower .snow-content-l {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	flex-direction: column;
	width: 100%;
	max-width: 800px;
}
#snow-blower .snow-img-r {
	width: 100%;
	max-width: 640px;
}
/* ================= New Section CSS =================== */


#about {
	background: url(../images/common/abt-bg.jpg) no-repeat;
	background-size: cover;
	padding: 80px 0;
}

#about .about-left {
	max-width: 750px;
	width: 100%;
}

#about .about-container {
	background: #fff;
	border-radius: 8px;
	display: flex;
	justify-content: space-around;
	padding: 30px 0;
	align-items: center;
}

.al-left-img {
	border-radius: 10px;

}

#about .about-right {
	max-width: 578px;
	text-align: left;
}

#about .abt-btn-container {
	display: flex;
	justify-content: space-between;
}

#about .abt-btn-container .abt-btn {
	margin-top: 17px;
}

#about .abt-phone {
	text-align: right;
	vertical-align: top;
	margin-top: -19px;
}

#about .abt-phone p {
	margin-top: 0;
	margin-bottom: 0;
}

#about .abt-phone a {
	font-size: 1.8125em;
	color: #0059B2;
	font-weight: bold;
}

.let {
	text-align: left;
	padding-top: 50px;
	color: #777777 !important;
}

#testimonials {
	padding: 40px 0;
	position: relative;
	z-index: 99;
}

#testimonials .testi-container {
	display: flex;
	justify-content: center;
	align-items: center !important;
	padding: 0 0 170px !important;
	column-gap: 2px !important;
}

#testimonials .testi-left {
	text-align: left;
	background: #fff;
	box-shadow: 0 0 10px #000;
	padding: 30px;
	border-radius: 30px;
}

#testimonials .ts-img {
	display: inline-block;
}

#testimonials .auth {
	text-align: left;
	display: inline-block;
	vertical-align: bottom;
	margin-left: 10px;
}

#testimonials .testi {
	text-align: left;
	max-width: 578px;
	box-sizing: border-box;
}

#testimonials .testi:last-of-type {
	margin-bottom: 35px;
}

#testimonials .ts-top {
	text-align: left;
	margin-top: 15px;
}

#testimonials .testi-right {
	margin-top: 20px;
}

#gallery {
	background: url(../images/common/gall-bg.jpg)no-repeat;
	background-size: cover;
	padding: 50px 0 220px;
	margin-top: -12em;
	text-align: left;
	position: relative;
}

#gallery h2 {
	color: #fff;
	margin-bottom: 15px;
}

#gallery p {
	color: #fff;
	max-width: 1100px;
}

#gallery .gall-list {
	position: relative;
}

#gallery .gall-list img {
	margin: 0 -12.5px;
}

#gallery .blue_btn {
	position: absolute;
	box-sizing: border-box;
	max-width: 119px;
	text-align: center;
	padding: 30px;
	top: 43%;
	left: 30%;
	border-radius: 15px;
}

#gallery .blue_btn:hover {
	background: #fff;
}

/*footer*/
#footer {
	padding: 40px 0
}

#footer h1 {
	font-size: 3.125em;
	color: #0059B2;
}

#footer h2 {
	font-size: 1.25em;
	font-weight: bolder;
	color: #0059B2;
}

#footer p {
	font-size: 0.8125em;
	font-family: "Raleway";
	font-weight: 600;
	color: #999999;
}

#footer .ft-left p {
	max-width: 292px;
	margin: auto;
}

#footer .ft-container {
	background: #fff;
	box-shadow: 0 0 14px #eee;
	padding: 50px 0;
	border-radius: 30px;
	margin-top: -13em;
	position: relative;
	max-width: 1300px;
	margin: -13em auto 0;
}

#footer .inner-container {
	display: flex;
	justify-content: space-around;
}

#footer .ft-mid {
	text-align: left;
}

#footer .ft-right {
	text-align: left;
	width: 39%;
}

#footer .ft-right iframe {
	width: 100%;
	display: block;
	height: 295px;
	border: 8px solid #fff;
	box-shadow: 10px 10px 10px #d7d7d7;
	border-radius: 20px;
	box-sizing: border-box;
}

#footer .ft-phone {
	margin-top: 51px;
	margin-bottom: 25px;
}

#footer .ft-phone a {
	font-size: 2.1875em;
	color: #0059B2;
	font-weight: bold;
}

#footer .ft-phone p {
	margin: 0;
}

#footer .ft-left .ft-logo {
	margin: 24px 0;
	max-width: 292px;
}

#footer .ft-mail p {
	margin: 0;
}

#footer .ft-mail a {
	font-size: 1rem;
	color: #0059B2;
	font-weight: bold;
}

#footer .socials {
	margin-top: 20px;
}

#footer .ft-right h2 {
	margin-bottom: 25px;
}

#footer nav ul {
	margin: 0;
	padding: 0
}

#footer nav ul li {
	display: inline-block;
	vertical-align: middle;
	border-right: 1px solid #999999;
}

#footer nav ul li a {
	font-size: 15px;
	font-weight: bold;
	color: #999999;
	/*padding: 0 25px;*/
	margin-right: 25px;
	margin-left: 25px;
	padding: 15px 25px;
	background: transparent;
	;
	border-radius: 50px;
}

#footer nav ul li:last-of-type {
	border-right: none;
}

#footer nav ul li.active-menu a,
#footer nav ul li a:hover {
	background: #0059B2;
	color: #fff;
	transition: .2s ease;
}

#footer .ft-nav {
	border-top: 1px solid #D6D6D6;
	padding: 25px 0 0;
	max-width: 1104px;
	margin: 50px auto 0;
}

#footer .silver img {
	display: inline-block;
	vertical-align: middle;
	max-width: 50px
}

#footer .ft-bottom {
	margin-top: 25px;
}

#footer .ft-bottom p {
	margin: 0;
	font-family: "Century Gothic";
	font-size: 14px;
	color: #535353;
	font-weight: normal;
}

/*inner pages*/
.inner #content {
	min-height: 400px;
	padding: 40px 0
}

.inner #content .row {
	max-width: 990px;
	margin: 0 auto;
	padding-left: 10px;
	padding-right: 10px;
}

.inner #content .row a.g>img {
	width: 10%;
}

.inner #footer .ft-container {
	margin-top: 0;
}

.services-page .service {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	padding: 30px 0;
	border-bottom: 1px solid #ddd;
	margin: 30px 0;
}

.services-page .service .service-image {
	width: 35%;
	overflow: hidden;
}

.services-page .service .service-image img {
	display: block;
	object-fit: cover;
	object-position: center;
	border-radius: 25px;
	width: 100%;
	height: 300px;
}

.services-page .service .service-text {
	width: 60%;
	text-align: left;
}

.service-text img {
	object-fit: cover;
	object-position: center;
	border-radius: 25px;
	width: 48%;
	height: 240px;
	float: left;
	padding: 5px
}

.services-page .service .service-text ul {
	columns: 2;
}

.services-page .service-price {
	text-align: left;
}


a.button-quote {
	text-align: center;
	margin: auto;
	padding: 10px 20px;
	border-radius: 65px;
	font-size: 24px;
	color: #fff;
	background: linear-gradient(90deg, #1797bb 0%, #06106d 100%);
}

.abt-video {
	width: 100%;
	max-width: 500px;
	height: 500px;
	margin: 0 auto;
}

/*privacy policy*/
.inPrivacyBox {
	max-width: 850px;
	margin: 0 auto;
}

.inPrivacyBox p {
	text-align: justify !important;
}

.inPrivacyBox ul li {
	font-size: 1rem;
	color: #777;
	line-height: 1.8;
	text-align: left;
}

.inPrivacyBox p,
.inPrivacyBox h2,
.inPrivacyBox h3,
.inPrivacyBox ul {
	margin: 0 0 30px !important;
}

.inPrivacyBox h2 {
	font-size: 1.875em;
	line-height: 1;
}

/*REVIEWS PAGE*/
.review {
	margin: 40px auto;
	width: 100%;
	padding: 15px 30px;
	box-sizing: border-box;
	border: 3px solid #0059B2;
}

/* .review:hover {
	border-color: #777777;
	transition: all ease 0.8s;
	transform: scale(1.05);
} */

.stars {
	color: #ffd700;
	font-size: 1.5em;
	letter-spacing: 3px;
}


/*BOOK ONLINE BUTTON*/
#housecall-spacer {
	height: unset !important
}

#housecall-bar {}

#header #housecall-button {
	display: none;
}

#housecall-button {
	background: #4CAF50;
	color: #FFF !important;
	cursor: pointer;
	display: inline-block;
	line-height: 1;
	margin: 7px 65px 0 0;
	padding: 8px 30px;
	font-family: Roboto, Arial, Sans-Serif;
	text-align: center;
	transition: background-color 300ms ease-out;
	font-size: 1em !important;
}

#housecall-button:hover {
	background-color: #388E3C;
}

#banner a#housecall-button {
	position: absolute;
	right: 0;
	top: 0;
	margin: 20px 54px;
	font-size: 20px !important;
	border-radius: 5px;
}

/*REVISIONS*/
#header nav ul {
	display: flex;
	list-style: none;
	justify-content: space-between;
}

#header nav ul li a {
	padding: 0 10px;
}

#header nav ul li.active-menu a,
#header nav ul li a:hover {
	padding: 10px;
}

#footer nav ul li a {
	margin: 0px;
}

.coupon-section {
	text-align: left;
}

.coupon-images {
	margin-top: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.coupon-images img {
	padding: 0 30px;
	width: 100%;
	max-width: 250px;
}


.bnLinks img {
	max-width: 200px;
}

#testimonials .bnLinks {
	display: none;
}

/* tabs */

/* Style the tab */
.tab {
	overflow: hidden;
}

/* Style the buttons inside the tab */
.tab button {
	background-color: inherit;
	float: left;
	border: none;
	outline: none;
	cursor: pointer;
	padding: 14px 16px;
	transition: 0.3s;
	font-size: 17px;
}

/* Change background color of buttons on hover */
.tab button:hover {
	background-color: #ddd;
}

/* Create an active/current tablink class */
.tab button.active {
	background-color: #ccc;
}

/* Style the tab content */
.tabcontent {
	display: none;
	padding: 10px 12px;
	border-top: none;
}

div#privacy {
	display: block;
}





/** -------------------------------------------------------*/

/*RESPONSIVE*/
@media screen and (max-width: 1440px) {
	#banner .banner-content {
		right: 0;
		left: 0;
		margin: 0 auto;
		top: 40%;
	}
}


/*1200*/
@media screen and (max-width: 1439px) {}

@media screen and (max-width: 1200px) {
	body {
		min-width: 320px
	}

	#header {
		padding-left: 10px;
		padding-right: 10px;
	}

	#snow-blower .snow-container {
		flex-direction: column;
		max-width: 900px;
	}
	#snow-blower .snow-content-l {
		display: flex;
		align-items: center;
		justify-content: center;
	}
	#snow-blower .snow-container  h1, #snow-blower .snow-container p  {
		text-align: center;
	}
}

/*1024*/
@media screen and (max-width: 1199px) {

	#banner .banner-content {
		right: 0;
		left: 0;
		margin: 0 auto;
		top: 25%;
	}

	#header nav ul li {
		text-align: center;
	}

	#header nav ul li a {
		display: block;
	}

	.about-left img,
	.content-left img {
		margin-right: 10px
	}

	#about .about-right,
	#content .content-right {
		padding-right: 10px
	}

	#gallery .gall-list {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}

	#gallery .gall-list img {
		width: 24%;
		display: block;
		margin: 0;
	}

	#footer nav ul li a {
		padding: 15px 18px
	}

	#footer .inner-container .ft-left {
		width: 30%
	}

	#footer .inner-container .ft-mid {
		width: 27%
	}

	#footer .inner-container .ft-right {
		width: 38%
	}

	#footer .inner-container .ft-right img,
	#footer .ft-left img {
		width: 100%;
		display: block;
	}


}

@media screen and (max-width: 768px) {
	.hd-logo img {
		display: none;
	}

	#banner .bnLinks {
		display: none;
	}

	#testimonials .bnLinks {
		display: block;
	}

	.bnLinks img {
		height: 66px;
		margin: 10px 0 0;
	}

	#banner a#housecall-button {
		margin: 20px 20px;
	}
}

@media screen and (max-width: 500px) {
	#banner a#housecall-button {
		right: 60px;
		top: 10px;
		font-size: 15px !important;
		border-radius: 5px;
	}
}

@media screen and (max-width: 425px) {
	#banner a#housecall-button {
		right: 35px;
	}
}

@media screen and (max-width: 375px) {
	#banner a#housecall-button {
		right: 5px;
	}
}

@media screen and (max-width: 320px) {
	#banner a#housecall-button {
		right: 10px;
		font-size: 15px !important;
		width: 295px;
		margin: 0 auto;
	}
}


/*960*/
@media screen and (max-width: 1023px) {

	*,
	*:before,
	*:after {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	#footer nav ul li a {
		padding: 15px;
	}
}

/*768*/
@media screen and (max-width: 959px) {

	h1,
	h2 {
		font-size: 35px
	}

	#header {
		padding: 62px 10px 0;
	}

	#header .hd-nav {
		border-top: 0;
	}

	#banner .banner-bottom {
		/*bottom: 14%;*/
		left: 20%;
		bottom: -11%;
	}

	#banner .banner-bottom h2 {
		text-shadow: 2px 2px 0 #ffffff, 2px -2px 0 #ffffff, -2px 2px 0 #ffffff, -2px -2px 0 #ffffff, 2px 0px 0 #ffffff, 0px 2px 0 #ffffff, -2px 0px 0 #ffffff, 0px -2px 0 #ffffff;
		font-size: 35px;
	}

	/*	#banner:before{
		background: none;
	}*/

	#header .hd-right {
		position: unset;
	}

	div#content {
		margin-top: 10px;
	}

	#header .row {
		width: 100%;
		padding: 0;
	}

	#header nav {
		position: absolute;
		content: '';
		width: 100%;
		top: 0;
		left: 0;
		right: 0;
		background: #fff;
		z-index: 999999
	}

	/*	#banner .banner-image {
	    height: 360px;
	}*/

	#header nav ul {
		width: 100%;
		display: none;
		height: auto;
		border-bottom: 5px solid #000;
		padding: 0 5px;
	}

	#header nav ul li {
		width: 100%;
		position: relative;
		border: none;
	}

	#header nav ul li a {
		padding: 10px 0;
		text-align: left;
		width: 100%;
	}

	#header nav a strong {
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		left: 15px;
	}

	#header nav a#pull {
		display: block;
		color: #fff;
		background-color: #000;
		height: 60px;
		padding: 10px 0;
		width: 100%;
		position: relative;
	}

	#header .hd-nav span {
		display: block;
		color: #fff;
		height: 60px;
		padding: 10px 0;
		width: 100%;
		position: relative;
		right: 50px;
	}

	#header nav a#pull:after {
		content: "";
		background: url('../images/nav-icon.png') no-repeat;
		width: 20px;
		height: 20px;
		display: inline-block;
		position: absolute;
		right: 15px;
		top: 50%;
		transform: translateY(-50%);
	}

	.cta {
		background: #035B96 url("../images/common/phonecall.png") no-repeat center center;
		border-bottom-left-radius: 40px;
		border-top: 2px solid #013f9a;
		border-top-left-radius: 40px;
		bottom: 10%;
		display: block;
		height: 60px;
		position: fixed;
		right: 0;
		text-decoration: none;
		text-indent: -9999em;
		width: 60px;
		z-index: 999;
	}

	#banner:before {
		height: 100%
	}

	/* #housecall-button {
		display: none;
	} */

	.bnLinks img {
		max-width: 175px;
		width: 100%;
		display: block;
	}

	.bnLinks a:last-of-type img {
		max-width: 80px;
	}

	.bnLinks a {
		display: inline-block;
		vertical-align: middle;
		margin: 0 5px;
	}

	#about .about-container,
	#content .content-container,
	#testimonials .testi-container,
	#footer .inner-container {
		flex-wrap: wrap;
	}

	.about-left img,
	.content-left img,
	#testimonials .testi-right img {
		width: 100%;
		display: block;
	}

	.about-left,
	.content-left,
	#testimonials .testi-right,
	#footer .inner-container .ft-right {
		text-align: center;
		max-width: 500px;
		width: 100%;
		display: block;
		order: 2;
		margin: 0 5px
	}

	#footer .ft-right {
		width: 100%;
	}

	#about .about-right,
	#content .content-right,
	#testimonials .testi-left {
		text-align: center;
		max-width: 100%;
		width: 100%;
		order: 1;
		padding: 45px 10px 20px
	}

	#testimonials .testi {
		max-width: 100%;
	}

	#content .content-right a {
		display: inline-block;
		vertical-align: middle;
	}

	#services .sv-list dd {
		font-size: 25px;
	}

	#services .sv-list a {
		margin: 0 1%
	}


	#testimonials .testi-left {
		margin-bottom: 20px
	}

	#gallery,
	#testimonials .ts-top {
		text-align: center;
	}

	#gallery .blue_btn {
		position: relative;
		max-width: 200px;
		padding: 20px 0;
		left: 0;
		right: 0;
		margin: 20px auto 0;
		display: block;
	}

	#footer .inner-container .ft-left,
	#footer .inner-container .ft-mid {
		width: 49%;
		margin-bottom: 20px;
		text-align: center;
	}

	#footer nav ul {
		padding: 0 10px
	}

	#footer nav ul li {
		display: block;
		border: none;
	}

	#footer nav ul li a {
		display: block;
	}

}



/*425*/
@media screen and (max-width: 760px) {

	#header nav a#pull img {
		display: none;
	}

	.hd-logo {
		margin: 0 auto;
	}

	.hd-logo img {
		width: 140%;
	}

	#content .content-right p {
		text-align: justify;
	}

	h2,
	#footer .ft-phone a,
	#footer h1,
	h1 {
		text-align: center;
		font-size: 32px !important
	}

	#content .content-right {
		padding: 0px 10px 20px;
	}

	#banner .banner-bottom {
		left: 0;
		right: 0;
		margin: 0 auto;
	}

	/*#banner .banner-bottom{
		bottom: -30%;
	}*/
	#banner .banner-bottom {
		left: 11%;
	}

	#header .header-container {
		flex-wrap: wrap;
	}

	#header .header-container .hd-phone p {
		text-align: center;
	}

	#header .header-container .hd-phone p>span {
		display: block;
	}

	#header .hd-right {
		width: 100%;
	}

	.hd-logo a {
		max-width: 300px !important;
		display: block;
		width: 100%;
		margin: 0 auto
	}

	.hd-logo a,
	#footer .ft-left .ft-logo {
		max-width: 195px;
	}

	.bnLinks img {
		max-width: 90px;
	}

	.bnLinks a:last-of-type img {
		max-width: 45px;
	}

	#header .hd-phone a {
		margin: 0 auto
	}

	#housecall-bar,
	.let {
		text-align: center;
	}

	#services .sv-list a,
	#gallery .gall-list img {
		width: 48%
	}

	#services h2 {
		padding-bottom: 0
	}

	#services .sv-list dl dt {
		height: 250px;
	}

	#services .sv-list {
		justify-content: space-around;
	}

	#about,
	#testimonials {
		padding: 50px 5px
	}

	#gallery .gall-list img {
		margin-bottom: 10px;
	}

	#footer .inner-container .ft-left,
	#footer .inner-container .ft-mid {
		width: 100%;
	}

	#footer .inner-container .ft-right img,
	#footer .ft-left img {
		max-width: 300px;
		margin: 10px auto !important
	}

	#footer {
		padding: 40px 5px;
	}

	#footer .ft-phone {
		margin-top: 20px
	}

	/*inner pages*/
	.services-page .service,
	.coupon-images {
		flex-wrap: wrap;
	}

	.services-page .service .service-text {
		width: 100%
	}

	.services-page .service .service-image,
	.coupon-images img {
		max-width: 300px;
		margin: 0 auto 20px;
		width: 100%;
	}

	.review {
		padding: 15px 8px
	}

}

@media screen and (max-width: 650px) {
	#banner .banner-bottom {
		left: 0%;
	}

	#banner .banner-bottom h2 {
		font-size: 25px !important;
	}
}

/*320*/
@media screen and (max-width: 424px) {

	#banner .banner-bottom {
		padding: 0 5px
	}

	.services-page .service .service-text ul {
		columns: 1;
		padding-left: 25px;
	}

}


@media screen and (max-width: 375px) {

	#about .abt-btn-container {
		flex-wrap: wrap;
	}

	#about .abt-btn-container .abt-btn,
	#about .abt-phone {
		width: 100%;
		margin: 0 auto 10px;
		text-align: center;
	}

	#about .abt-btn-container .abt-btn a {
		display: block;
	}


	#banner .banner-bottom h2 {
		font-size: 24px !important
	}

	#header .hd-phone a {
		font-size: 20px;
	}

	.bnLinks img {
		max-width: 75px;
	}

	.bnLinks a:last-of-type img {
		max-width: 35px;
	}

	#services .sv-list dl dt {
		height: 200px;
	}

	#services .sv-list dd {
		font-size: 20px;
	}

}