
@media screen and (max-width:1500px)
{
	.acosleft{width: 44%}
	.acosright{width: 53.2%}
}
@media screen and (max-width:1400px) 
{
	.acoscontent p{margin-bottom: 15px}
	.acstxt{padding-left: 20px}
	.acstit{font-size: 17px}
}
@media screen and (max-width:1300px)
{
	.acsimg{width: 150px;}
	.acstxt{width: calc(100% - 150px)}
	.acstit{font-size: 16px;line-height: 22px}
	.getquote{padding: 12px 20px;font-size: 18px}
	
}
@media screen and (max-width:1200px)
{ 
	.acosleft{width: 48%}
	.acosright{width: 50%}
}
@media screen and (max-width:1110px)
{ 
	.acosleft{width: 100%}
	.acsblue{display: inline-block;padding: 13px 20px 14px;}
	.acosright{width: 100%}
}
@media screen and (max-width:1023px)
{
	.acoscontent p{font-size: 15px;line-height: 22px;margin-bottom: 10px}
}
@media(max-width:992px)    
{ 
}
@media(max-width:860px)
{
    .acosbox { max-width: 360px;}
    .acostit {max-width: none;    margin-bottom: 5px;}
}
@media(max-width:768px)
{ 
}
@media(max-width:700px)
{  
}
@media(max-width:650px)    
{ 
}
@media(max-width:550px)
{
	.acsimg{width:100px}
	.acstxt { width: calc(100% - 100px);}
    .acosbox img { max-width: 128px;}
	.acosbox{padding: 20px; position: inherit; max-width: 100%;}
	.acostit{font-size: 16px;line-height: 22px}
	.acosbox p{font-size: 14px;line-height: 22px}
}

@media(max-width:480px)
{
	.acsimg{float: none;}
	.acstxt{width: 100%;float: none;padding: 0}
	.acoscontent .innertit{margin: 0 0 15px 0}
}

@media(max-width:380px)
{ 
}


