@media all and (max-width:1000px) {

	#nav {
		position: fixed;
		left: -320px;
		top: 0;
		bottom: 0;
		height: 100vh;
		background-color: var(--color-dark-blue);
		width: 320px;
		padding: 20px 30px;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		z-index: 2000;
	}

	#openmenu,
	#closemenu {
		display: inline-block;
	}

	#closemenu {
		float: right;
	}

	.menu {
		clear: both;
		padding-top: 20px;
	}

	.menu li {
		float: none;
		margin-bottom: 20px;
		margin-left: 0px;
	}

	.header-content {
		text-align: center;
	}

	.wrapper-links-header-content {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.wrapper-links-header-content a {
		margin-bottom: 20px;
	}

	.single-progress {
		width: 33.333333%;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.wrapper-services {
		width: 100%;
	}

	.aboutus-img {
		width: 100%;
		margin-bottom: 100px;
	}

	.aboutus-content {
		width: 100%;
		padding-left: 0px;
	}

	.single-pricing {
		width: calc(50% - 20px);
	}

	.wrapper-pricing {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

}

@media all and (max-width:700px) {
	.wrapper-progress {
		display: none;
	}

	.single-progress {
		width: 50%;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	#aboutus {
		padding-top: 0px;
	}

	.single-progress:after {
		display: none;
	}

	.single-service {
		width: 100%;
	}

	.wrapper-services {
		padding-left: 10px;
		padding-right: 10px;
	}

	.single-pricing {
		width: calc(100% - 20px);
	}

	.contact-content {
		width: 100%;
		padding-right: 0px;
		/*margin-bottom: 50px;*/
	}

	.contact-form {
		width: 100%;
	}

	.wrapper-input input {
		width: calc(100% - 20px);
	}

	.wrapper-header-top {
		display: none;
	}
}


@media all and (max-width:700px) {
	h1 {
		font-size: 4em;
	}
}

@media all and (max-width:500px) {
	h1 {
		font-size: 2.9rem;
	}

	h2 {
		font-size: 45px;
	}

	.single-pricing h3 {
		font-size: 40px;
	}

	.wrapper-links-header-content {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.tab-list ul li {
		float: none;
	}
}

