@media all and (max-width:1000px) {
	.copyright-content {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		gap: 20px;
		text-align: center;
	}

	.copyright-logo {
		width: 80px;
		margin: 0 auto;
	}

	.copyright-text,
	.copyright-link {
		width: 100%;
	}

	#nav {
		position: fixed;
		top: 0;
		left: -320px;
		bottom: 0;
		height: 100vh;
		width: 250px;
		z-index: 1000;
		background-color: #1b4934;
		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;
		    color: #000;
    font-size: 25px;
    margin: 5px 10px 0 0;
	}

	.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;
	}

	.bottom-header {
    padding: 5px 0 5px 5px;
}

.wrapper-aboutus .buttons {
    margin-top: 0px;
}

	#closemenu {
		float: right;
		margin-bottom: 30px;
		background: #ffcc00;
		display: none;
	}

	.menu {
		clear: both;
		margin-top: 50px;
	}
	.menu li a {
    font-size: 18px;
}
.single-feature img {
    max-width: 200px;
    margin-bottom: 5px;
}
	.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 {
    margin-top: 0;
        padding-top: 0;
		padding-bottom: 0;
	}

	.offer-content {
		width: 100%;
	}

	.faq-content {
		width: 100%;
		-webkit-transform: translateX(0%);
		-ms-transform: translateX(0%);
		transform: translateX(0%);
	}

	.single-team {
		width: calc(50% - 10px);
	}

	.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);
	}

	.single-team {
		width: 100%;
	}

	.wrapper-input input {
		width: calc(100% - 20px);
	}

	.wrapper-contact>div {
		width: 100%;
	}

	.copyright-content {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		gap: 20px;
		text-align: center;
	}

	.copyright-logo {
		width: 80px;
		margin: 0 auto;
	}

	.copyright-text,
	.copyright-link {
		width: 100%;
	}
	.header-content {
    margin-top: 50px;
}
	.header-content h1 {
		font-size: 29px;
		margin-bottom: 5px;
	}
	.header-content .selection {
    color: #1eb16a;
    font-size: 25px;
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
}

	h2 {
		font-size: 28px;
	}
	.aboutus-content .selection {
    font-size: 28px;
	}
	.aboutus-content h2 {
	font-size: 28px;
	}
}