@media all and (max-width:1120px) {

	.wrapper-nav {
		position: fixed;
		top: 0;
		left: -320px;
		height: 100vh;
		width: 320px;
		z-index: 20000;
		background-color: var(--dark-gray-color-2);
		overflow: auto;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		padding: 15px;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		display: block;
	}

	#openmenu,
	#closemenu {
		display: inline-block;
	}

	#closemenu {
		float: right;
		margin-bottom: 30px;
	}

	#nav {
		clear: both;
	}

	#nav .menu li {
		float: none;
		margin-right: none;
		margin-bottom: 20px;
	}

	#nav .menu li a {
		display: inline-block;
	}

	.header-content h1 {
		font-size: 60px;
	}

	#about h2,
	#practice h2,
	#trusted h2,
	#team h2,
	#testimonials h2,
	#consultation h2,
	#trend h2,
	#contact h2 {
		font-size: 55px;
	}

	.wrapper-callback-header {
		display: none;
	}

}

@media all and (max-width:950px) {
	.wrapper-trend article {
		width: 50%;
		margin-bottom: 30px;
	}

	.single-team {
		width: calc(50% - 10px);
		margin: 0px 5px 30px 5px;
	}
}

@media all and (max-width:800px) {
	.about-content {
		width: 100%;
	}

	.about-img,
	.consultation-img {
		display: none;
	}

	.consultation-content {
		width: 100%;
	}

	.single-contact {
		width: 100%;
		margin-bottom: 30px;
	}

	#trend h2 {
		padding: 16px;
	}
}

@media all and (max-width:600px) {
	.wrapper-header-content {
		height: 700px;
	}

	.wrapper-trend article {
		width: 100%;
	}

	.single-excellence {
		width: 100%;
	}

	.single-team {
		width: calc(100% - 10px);
	}

	.consultation-content .wrapper-input input {
		width: 100%;
	}

	.wrapper-signature-video {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.wrapper-signature-video .btn {
		margin-left: 0px;
	}

	.header-content h1 {
		font-size: 50px;
	}

	#about h2,
	#practice h2,
	#trusted h2,
	#team h2,
	#testimonials h2,
	#consultation h2,
	#trend h2,
	#contact h2 {
		font-size: 40px;
		margin-bottom: 20px;
	}

	.about-content h3,
	.consultation-content h3 {
		font-size: 30px;
	}

}