@media all and (max-width:1000px) {
	#nav {
		position: fixed;
		top: 0;
		left: -320px;
		bottom: 0;
		height: 100vh;
		width: 320px;
		z-index: 1000;
		background-color: var(--color-white);
		padding: 15px 40px;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		overflow: auto;
	}

	.menu li {
		float: none;
		margin-left: 0px;
		margin-bottom: 20px;
	}

	#closemenu,
	#openmenu {
		display: inline-block;
	}

	.wrapper-bottom-header .appointment,
	.wrapper-top-header {
		display: none;
	}

	.wrapper-bottom-header {
		background-color: var(--color-white);
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		z-index: 100;
	}

	#closemenu {
		float: right;
		margin-bottom: 30px;
	}

	.menu {
		clear: both;
	}

	.wrapper-feature {
		position: static;
		-webkit-transform: translate(0%, 0%);
		-ms-transform: translate(0%, 0%);
		transform: translate(0%, 0%);
		margin-bottom: 100px;

	}

	#aboutus {
		padding-top: 0px;
	}

	.single-feature {
		width: 50%;
	}

	.aboutus-img,
	.offer-img,
	.faq-img {
		display: none;
	}

	.aboutus-content {
		width: 100%;
		padding-left: 0px;
	}

	.wrapper-service article {
		width: calc(50% - 20px);
	}

	.ptb {
		padding-top: 50px;
		padding-bottom: 50px;
	}

	.offer-content {
		width: 100%;
	}

	.faq-content {
		width: 100%;
		-webkit-transform: translateX(0%);
		-ms-transform: translateX(0%);
		transform: translateX(0%);
	}

	.single-pricing {
		width: calc(50% - 20px);
		-webkit-box-shadow: 0px 15px 40px -5px rgb(0 0 0 / 10%);
		box-shadow: 0px 15px 40px -5px rgb(0 0 0 / 10%);
		margin: 10px;
	}

	.wrapper-pricing {
		-webkit-box-shadow: none;
		box-shadow: none;
	}

	.bookong-form {
		width: 100%;
		padding-right: 0px;
		margin-bottom: 50px;
	}

	.booking-working-hours {
		width: 100%;
	}

	.wrapper-contact>div {
		width: 50%;
	}

}

@media all and (max-width:600px) {

	.single-feature {
		width: 100%;
	}

	.single-pricing {
		width: calc(100% - 20px);
		-webkit-box-shadow: 0px 15px 40px -5px rgb(0 0 0 / 10%);
		box-shadow: 0px 15px 40px -5px rgb(0 0 0 / 10%);
	}

	.wrapper-service article {
		width: calc(100% - 20px);
	}

	.wrapper-input input {
		width: calc(100% - 20px);
	}

	.wrapper-contact>div {
		width: 100%;
	}

	h1 {
		font-size: 60px;
	}

	h2 {
		font-size: 40px;
	}
}