/* // Large devices */
@media only screen and (max-width: 1400px) {
	.banner-section {
		height: 450px;
	}


}

/* // Large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) {

	.hero-section {
		position: relative;
		padding: 215px 0 50px;
	}

	/* blog details */
	.blog-header-right .share,
	.blog-header-right .watch {
		margin-right: 15px;
	}

	.error-img img {
		width: 80%;
	}

	.online-prices-section.service-details {
		background-position: -200px bottom;
		background-size: 65% 100%;
	}

}

@media (max-width: 1100.98px) {}




/* // Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {

	.footer .col-md-4 {
		justify-content: center !important;
	}

	h2 {
		font-size: 50px;
	}

	.hero-section {
		padding-bottom: 50px;
	}

	.hero-text {
		padding-top: 0;
	}

	/* blog */
	.news-block:hover {
		box-shadow: none;
	}

	/* banner */
	.banner-section {
		height: 300px;
	}

	.banner-inner {
		padding-top: 70px;
	}

	.error-img img {
		width: 70%;
	}

	.pagination {
		margin-bottom: 50px;
	}

	/* contact page */
	.contact-form-area {
		margin-right: 0;
	}

	.contact-form {
		margin-bottom: 30px;
	}

	.map-site {
		margin-left: 0;
	}

	.online-prices-section.service-details {
		background-size: 70% 100%;
	}


}


/* // Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {

	.testimonial-block.slick-slide {
		align-items: center;
		flex-direction: column;
	}

	.testi-content {
		margin-top: 10px;
	}


	h2 {
		font-size: 40px;
	}

	.rbg-none {
		background: none !important;
	}

	/* hero section */
	.hero-section {
		padding: 100px 0 50px;
	}

	.hero-text {
		padding: 65px 0 0px;
	}

	.online-prices-image img {
		width: 50%;
	}

	.online-prices-image {
		text-align: center;
	}

	.prices-guaranteed-section {
		padding-bottom: 20px;
	}

	.prices-guaranteed-content {
		margin-top: 35px;
	}

	.no-surprises-image {
		width: 50%;
		margin: 45px auto 0;
	}

	/* singel box */
	.single-box {
		padding: 30px 30px 30px;
	}

	.single-box.service-box {
		padding: 30px 30px 30px;
	}

	.single-box-icon i {
		font-size: 35px;
		width: 80px;
		height: 80px;
		line-height: 80px;
	}

	/* testimonial */
	.testi-thumb {
		width: 300px;
		height: 300px;
		display: block;
		float: none;
		margin: auto;
		margin-bottom: 30px;
	}

	.testi-content {
		text-align: center;
	}

	.testi-slider .slick-arrow {
		bottom: -60px;
		left: 40%;
		transform: translate(-50%, 0px);
	}

	.testi-slider .case-study-next {
		left: 60%;
	}

	.footer {
		padding-top: 125px;
	}

	.footer-logo img {
		margin: auto;
	}

	.copyright {
		margin: 0 30px;
	}

	.error-img img {
		width: 50%;
	}

	/* quote page */
	.quote.show .modal-dialog {
		transform: translate(0px);
	}

	.quote-form .nice-select {
		margin-bottom: 30px;
	}

}

/* // Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
	.container {
		padding-left: 30px;
		padding-right: 30px;
	}

	/* blog */
	.blog-content {
		padding: 30px 0;
	}

	.blog-header {
		display: block;
	}

	.blog-header-right {
		margin-top: 20px;
	}

	/* comment */
	.comment-item {
		display: block;
	}

	.comment-item img {
		margin-bottom: 15px;
	}

}

@media (max-width: 500px) {

	/* testimonial */
	.testi-thumb {
		width: 200px;
		height: 200px;
	}

	.testi-slider .slick-arrow {
		left: 35%;
	}

	.testi-slider .case-study-next {
		left: 65%;
	}

	/* quote */
	.quote .modal-content {
		padding: 30px;
	}


}

/* // Small devices (landscape phones, 576px and up) */
@media (min-width: 768px) {}