

@media (max-height: 460px)
{
	.header-nav-favicon-li {
		display: none !important;
	}
}


@media (max-width: 991px)
{
	
	.clear-responsive {
		display: block;
		clear: both;
	}
	
	.wrapper {
		width: auto;
		padding-left: 20px;
		padding-right: 20px;
	}
	
	.page {
		margin-bottom: 80px;
	}
	
	.page-header {
		height: 490px;
	}
	.page-header-slider-item {
		height: 490px !important;
	}
	
	.method-menu-item:after {
		top: 6px;
	}
	.method-menu-item h6 {
		font-size: 15px;
	}
	
	.page-image {
		position: relative;
		top: auto;
		width: auto;
		height: 50vw;
		margin-right: 40px;
	}
	.page-card {
		margin-left: 30px !important;
		margin-top: -30px;
		width: auto;
	}
	
	.header-nav-close {
		top: 22px;
		right: 20px;
		font-size: 25px !important;
	}
}


@media (max-width: 767px)
{
	
	.page--teamCore:after {
		display: none;
	}
	
	.method-menu {
		display: block;
		margin-top: 10px;
	}
	.method-menu-item {
		flex: none;
	}
	.method-menu-item h6 {
		font-size: 18px;
	}
	.method-menu-item:after {
		display: none;
	}
}


@media (max-width: 500px)
{
	
	.header-logo img {
		height: 16px !important;
	}
	
	.text-box img.method-icon {
		 height: 56px !important;
	}
	.text-box h1,
	.text-box h2 {
		font-size: 28px;
	}
	.text-box h3 {
		font-size: 23px;
	}
	.text-box h4 {
		font-size: 20px;
	}
	.text-box h5 {
		font-size: 20px;
	}
}



