@media all and (max-width:950px) {

	.wrapper-header-top {
		display: none;
	}

	#closemenu,
	#openmenu {
		display: inline-block;
	}

	#navigation {
		position: fixed;
		top: 0;
		left: -320px;
		bottom: 0;
		height: 100vh;
		background-color: var(--color-blue);
		padding: 20px;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		width: 320px;
		overflow: auto;
	}

	#closemenu {
		float: right;
	}

	.menu {
		padding-top: 20px;
		overflow: hidden;
		clear: both;
	}

	.menu li {
		float: none;
		margin: 0px 0px;
		margin-bottom: 20px;
	}

	.aboutus-img {
		width: 100%;
		margin-bottom: 50px;
	}

	.aboutus-content {
		width: 100%;
		padding-left: 0px;
	}

	.wework-content {
		width: 100%;
		padding-right: 0px;
	}

	.wework-step {
		width: 100%;
	}

	.wrapper-pricing {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.single-pricing {
		width: calc(50% - 20px);
		margin-bottom: 50px;
	}

	.faq-content {
		width: 100%;
		padding-right: 0px;
		margin-bottom: 50px;
	}

	.faq-accordion {
		width: 100%;
	}

	.wrapper-edge {
		position: static;
		-webkit-transform: translate(0%, 0px);
		-ms-transform: translate(0%, 0px);
		transform: translate(0%, 0px);
		margin-top: 50px;
	}

	.single-edge {
		width: 50%;
	}

	.single-edge:nth-child(2):after {
		display: none;
	}

	.wrapper-contact {
		width: 100%;
		padding-right: 0px;
	}

	.wrapper-form {
		width: 100%;
	}

	.wrapper-contact {
		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: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.single-address {
		width: 50%;
	}

}


@media all and (max-width:600px) {

	h1 {
		font-size: 70px;
	}

	h2 {
		font-size: 40px;
	}

	.wrapper-header-content {
		height: 650px;
	}

	.single-step {
		width: 100%;
		text-align: center;
	}

	.single-pricing {
		width: calc(100% - 20px);
	}

	.single-edge {
		width: 100%;
	}

	.single-edge:after {
		display: none;
	}

	.wrapper-edge {
		width: 90%;
	}

	.single-address {
		width: 100%;
	}

	#contact {
		text-align: center;
	}

	.wrapper-input input {
		width: 100%;
	}

}