@media screen and (min-width:992px) and (max-width:1499px)
{
	.leftintegrate a
	{
		font-size: 21px;
	}
}
@media screen and (min-width:1500px) and (max-width:1900px)
{
	.awdtextwn1 span, .awdtextwn2 span, .awdtextwn3 span, .awdtextwn4 span
	{
		font-size: 18px;
	}
	.integratebrands h2
	{
		font-size: 53px;
    	width: 100%;
	}
	.wpa-test-msg
	{
		display:none !important;
	}
	div.hd-briefmenu
	{
		height: 52px;
		background-size: contain;
	}
	div.hd-contactmenu
	{
		height: 51px;
	}
}

@media screen and (min-width:992px) and (max-width:1200px)
{
	div.consulttab
	{
		flex-wrap: wrap;
	}
	div.consulttab .leftconsult-tab
	{
		width: 100%;
		order: 2;
	}
	div.consulttab .rightconsult-tab
	{
		width: 100%;
		order: 1;
	}

	div.left-areubranddead::after
	{
		bottom: 37%;
		width: 335px;
		background-size: contain;
	}
}