@media all and (max-width:1050px) {

	#navigation,
	.wrapper-header .btn {
		display: none;
	}

	#openmenu,
	#openmenu {
		display: inline-block;
	}

	.aboutus-content {
		width: 100%;
		padding-right: 0px;
		margin-bottom: 50px;
	}

	.aboutus-img,
	.sale-content {
		width: 100%;
	}

	.single-service {
		width: calc(50% - 20px);
	}

	#sale {
		background-image: none !important;
	}

	.wrapper-sale {
		padding-top: 30px;
		padding-bottom: 30px;
	}

	.single-pricing {
		width: calc(100% - 20px);
	}

	.single-content-footer:first-child,
	.single-content-footer {
		width: 50%;
	}

	.w-70,
	.w-30 {
		width: 100%;
	}

	.sidebar-right .sidebar {
		padding-left: 0px;
	}

	.sidebar-left .sidebar {
		padding-right: 0px;
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}

	.sidebar-left .sidebar,
	.sidebar-right .sidebar {
		padding-top: 50px;
	}

	.single-blog {
		width: calc(50% - 20px);
	}

	.wrapper-faq-list {
		width: 100%;
	}

	.contact-content {
		width: 100%;
		padding-right: 0px;
	}

	.contact-form {
		width: 100%;
	}

}

@media all and (max-width:600px) {

	h1 {
		font-size: 50px;
	}

	h2 {
		font-size: 50px;
	}

	.single-service {
		width: calc(100% - 20px);
	}

	.single-pricing {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		text-align: center;
	}

	.single-pricing img {
		margin-right: 0px;
		margin-bottom: 20px;
	}

	.single-pricing h3 {
		margin-bottom: 20px;
	}

	.pricing-content {
		width: 100%;
	}

	.single-pricing .price {
		width: 100%;
		padding-left: 0px;
		margin-top: 10px;
	}

	.single-content-footer:first-child,
	.single-content-footer {
		width: 100%;
		text-align: center;
	}

	.footer-social {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.footer-social li {
		float: none;
	}

	.sidebar-left .single-service,
	.sidebar-right .single-service {
		width: calc(100% - 20px);
	}

	.single-blog,
	.sidebar-left .single-blog,
	.sidebar-right .single-blog {
		width: calc(100% - 20px);
	}

}