
@media only screen and (max-width: 1440px)
{
	#nmc-section
	{
		width: 60%;
	}
	#nmc-tbl
	{
		width: 60%;
	}
}

@media only screen and (max-width: 1024px)
{
	#cont_rone .cont-rone-container .title-outer h1
	{
		font-size: 30px !important;
	}
	#nmc-section
	{
		width: 70%;
	}
	#nmc-tbl
	{
		width: 70%;
	}
	.d9-cnt h3
	{
		font-size: 17px;
	}
	.d9-cnt h3::before
	{
		width: 60px;
	}
	.d9-cnt h2
	{
		font-size: 16px;
	}
	.d9-cnt p
	{
		font-size: 14px;
	}
}
@media only screen and (max-width: 600px)
{
	#cont_rone
	{
		height: 80px;
	}
	#cont_rone .cont-rone-container .title-outer
	{
		width: 200px;
	}
	#cont_rone .cont-rone-container .title-outer h1
	{
		font-size: 20px !important;
	}
	#cont_rone .cont-rone-container .title-outer .page-title
	{
		font-size: 13px;
	}
	#cont_rone .cont-rone-container .title-outer .page-title li
	{
		font-size: 15px;
	}
	#nmc-section
	{
		width: 80%;
	}
	#nmc-tbl
	{
		width: 80%;
	}
	.d9-cnt h3
	{
		font-size: 15px;
	}
	.d9-cnt h3::before
	{
		width: 40px;
	}
	.d9-cnt h2
	{
		font-size: 13px;
	}
	.d9-cnt p
	{
		font-size: 12px;
	}
}
@media only screen and (max-width: 420px)
{
	#cont_rone .cont-rone-container .title-outer
	{
		width: 150px;
	}
	#cont_rone .cont-rone-container .title-outer h1
	{
		font-size: 15px !important;
	}
	#cont_rone .cont-rone-container .title-outer .page-title
	{
		font-size: 12px;
	}
	#nmc-section
	{
		width: 90%;
	}
	#nmc-tbl
	{
		width: 90%;
	}
	.d9-cnt
	{
		float: none;
		width: 100%;
	}
	.d9-rgt
	{
		margin-bottom: 20px;
	}
}