
@media only screen and (max-width: 1024px) { 

	.cbp-hsmenu > li > a {
	color: #fff;
	font-size: 17px;
	display: inline-block;
	position: relative;
	z-index: 10000;
	outline: none;
	padding:10px 14px 10px 14px;
		
}
@media only screen and (min-width: 880px) and (max-width: 1023px) { 

	.cbp-hsmenu > li > a
	{
		padding:10px 12px;
		font-size:14.2px;
	}

}
@media only screen and (min-width: 824px) and (max-width: 879px) { 

	.cbp-hsmenu > li > a
	{
		padding:10px 9px;
		font-size:14px;
	}

}

@media only screen and (min-width: 481px) and (max-width: 767px) { 

	.banner-txt
	{
		font-size:40px;
		line-height:40px;
		padding:100px 20px 0px 20px;
	}

}
@media only screen and (max-width: 480px) { 

	.banner-txt
	{
		font-size:35px;
		line-height:34px;
		padding:100px 20px 0px 20px;
	}

}
@media only screen and (min-width: 320px) and (max-width: 640px) { 

	.logo { float:none; text-align:center;}
	.phone { float:none; text-align:center;}
	.footersec{ text-align:center;}
	.footersec h2{ text-align:center; margin-top:10px;}
	.footer-left{ float:none; text-align:center;}
	.blank { display:none;}
	.footer-right { text-align:center;}
	.dc-logo { text-align:center; margin-top:15px;}
	.footer-left-inner { width:120px; margin:0 auto;}
	.picsec { background:none; }
.banner-txt
	{
		font-size:35px;
		line-height:34px;
		padding:50px 20px 0px 20px;
	}

}

