
/* Large Screens (Desktops) */

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

}

@media only screen and (max-width : 1430px) {
	.section {
		max-width: 1200px;
	}
		
	#header {
		padding-left: 30px;
		padding-right: 30px;
	}

	#services .section {
		padding-left: 47px;
		padding-right: 47px;
	}

	.servicesSlider .slides .owl-nav {
		left: -64px;
		right: -64px;
	}

	.servicesSlider .slides li .desc:after {
		left: 154px;
	}
			
	#intro .textImages .images {
		font-size: 17px;
	}

	#estimate {
		margin-bottom: 70px;
	}

	#testimonials {
		padding-left: 95px;
	}

	.imageText .text {
		padding-left: 50px;
	}

	.imageText.alt .text {
		padding-right: 50px;
	}

	#footer .bottom .hours {
		margin-right: 0;
	}

}

/* Medium Screens (Tablets - Landscape) */

@media only screen and (max-width : 1225px) {
	.section {
		max-width: 970px;
	}
	
	#header {
		padding-left: 20px;
		padding-right: 20px;
		font-size: 19px;
	}

	#header .contacts li {
		margin-left: 35px;
	}

	#header #navigation ul li {
		margin-left: 20px;
	}

	.servicesSlider .slides li .image {
		width: 90px;
	}

	#slider .slides li .overlay .text {
		font-size: 25px;
	}

	#intro .section {
		padding-bottom: 240px;
	}

	#intro .textImages {
		margin-bottom: 50px;
	}
	
	#intro .textImages .images {
		font-size: 12px;
	}

	#intro .textImages .text {
		width: 552px;
	}

	#intro .logos ul li {
		width: 180px;
	}

	#estimate {
		margin-bottom: 55px;
	}

	#testimonials {
		padding-left: 30px;
	}

	#testimonials .image {
		width: 540px;
	}

	.imageText .image {
		width: 419px;
	}

	#footer .top .options .reviews {
		margin-right: 30px;
	}

	#footer .bottom .info {
		width: 311px;
		margin-right: 24px;
	}
}

/* Small Screens  (Tablets - Portrait ) */

@media only screen and (max-width : 991px) {
	.section {
		max-width: 750px;
		padding-left: 15px;
		padding-right: 15px;
	}

	#header {
		font-size: 18px;
	}

	#header .logo {
		width: 99px;
		top: 2px;
		left: 43px;
	}

	#header .contacts {
		top: 24px;
	}

	#header .contacts li {
		margin-left: 24px;
	}

	#header #navigation ul li {
		margin-left: 22px;
	}

	.servicesSlider .slides li .image {
		width: 119px;
	}

	#slider .slides li .overlay .text {
		font-size: 20px;
	}

	#intro .section {
		padding-top: 25px;
	}

	#intro .textImages {
		margin-bottom: 35px;
	}

	#intro .textImages .text {
		width: 400px;
	}

	#intro .textImages .images {
		font-size: 9px;
	}

	#intro .logos ul li {
		width: 130px;
	}

	#estimate {
		margin-bottom: 30px;
	}

	.imageText .image {
		width: 300px;
	}

	.imageText .text {
		padding-left: 35px;
	}

	.imageText.alt .text {
		padding-right: 35px;
	}

	#testimonials .image {
		width: 427px;
	}

	#footer .top {
		padding-left: 30px;
		padding-right: 30px;
	}

	#footer .top .options {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}

	#footer .top .options .getQuote {
		margin-top: 15px;
	}

	#footer .bottom {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}

	#footer .bottom .info {
		width: 100%;
		margin-right: 0;
		margin-bottom: 30px;
	}

	#footer .bottom .info .licenses {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}

	#footer .bottom .info .licenses li {
		margin: 0 8px 8px
	}

	#footer .copyright {
		margin-top: 30px;
	}

	.offWhiteBg {
		padding-bottom: 150px;
	}

	.offWhiteBg .section {
		margin-bottom: 40px;
	}

	.heading {
		font-size: 24px;
	}
}

/* Extra Small Screens */

@media only screen and (max-width : 767px) {
	#menuBtn {
		display: block;
	}	

	#mainWrapper,
	body.scrolled #mainWrapper {
		padding-top: 0;
		text-align: center;
		font-size: 18px;
	}

	#header {
		position: static;
		font-size: 16px;
		border-top: 6px solid #236aaa;
		border-bottom: 4px solid #236aaa;
	}

	#header .section {
		height: auto;
		padding-top: 15px;
		padding-bottom: 15px;
	}

	#header #navigation {
		display: none;
	}
	
	#header .logo {
		position: static;
		display: block;
		margin: 0 auto 15px;
		width: 160px;
	}

	#header .contacts {
		position: static;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
	}

	#header .contacts li {
		margin: 0 0 5px;
		font-weight: 600;
	}

	#header .contacts li a {
		color: #236aaa;
		padding-left: 2em;
	}

	#services .section {
		padding-left: 15px;
		padding-right: 15px;
	}

	.servicesSlider {
		margin: 0 auto 37px;
		text-align: left;
	}

	.servicesSlider .slides li {
		width: 100%;
	}

	.servicesSlider .slides li a {
		max-width: 340px;
		margin: 0 auto;
	}

	.servicesSlider .slides .owl-nav {
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		top: auto;
		bottom: -75px;
		-webkit-transform: none;
		    -ms-transform: none;
		        transform: none;
	}

	.servicesSlider .slides .owl-nav button {
		margin-left: 5px;
		margin-right: 5px;
	}

	#slider .slides li .overlay .text {
		font-size: 3.8vw;
		margin-left: auto;
		margin-right: auto;
		text-align: center;
	}

	#intro .section {
		padding-bottom: 160px;
	}

	#intro .textImages {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		margin-bottom: 30px;
	}

	#intro .textImages .text {
		width: 100%;
	}

	#intro .textImages .images {
		margin: 0 0 3em;
		-webkit-box-ordinal-group: 0;
		    -ms-flex-order: -1;
		        order: -1;
		font-size: 2.7vw;
	}

	#intro .logos ul li {
		width: 150px;
	}

	.imageText {
		display: block;
	}

	.imageText .image {
		width: 100%;
		margin-bottom: 30px;
	}

	.imageText .text,
	.imageText.alt .text {
		padding: 0;
	}

	.imageText .submitBtn {
		margin-left: auto;
		margin-right: auto;
	}

	#estimate {
		margin-top: -119px;
		margin-bottom: 0;
	}

	#testimonials {
		padding: 20px 0;
		margin: 0 15px 40px;
	}

	#testimonials .image {
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		width: 100%;
		opacity: 0.2;
		border-radius: 50px;
	}

	#testimonials .rating {
		margin-left: auto;
		margin-right: auto;
	}

	#testimonials .rating img {
		display: block;
		margin: 0 auto;
	}

	#testimonials .slides {
		padding: 0 15px;
	}

	#footer .top {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		padding-top: 30px;
		padding-bottom: 30px;
	}

	#footer .top .logo {
		margin-bottom: 20px;
	}
	
	#footer .top .options {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		margin: 0;
	}

	#footer .top .options .reviews {
		margin: 0 0 10px;
	}

	#footer .bottom {
		display: block;
		text-align: center;
	}

	#footer .bottom .contact {
		margin-bottom: 30px;
	}

	#footer .bottom .title {
		font-size: 23px;
	}

	#footer .bottom .hours {
		margin: 0;
	}

	#footer .bottom .info .licenses li {
		margin-bottom: 15px;
	}

	#footer .bottom .info .licenses li:last-child {
		margin-bottom: 0;
	}

	.heading span {
		font-size: 28px;
	}

	.linkBtn {
		margin-left: auto;
		margin-right: auto;
	}

	.offWhiteBg {
		padding-top: 45px;
	}
	
}

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

}

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

}