.error-box-main{ background:#f0f0f0; }
.box-Left{ float:left; width:230px; }
.box-Right{ margin-left:260px; }
.errortext{
	text-align:center;
	margin-top:20px;
	font-family:'lato-semibold';
	font-size:27px;
	line-height:29px;
	color:#b01e25;
}
.error-box{
	padding:45px;
	background:#ffffff;
	margin:25px auto;
}
.errorbox-head{
    font-family:'lato-regular';
	font-size:27px;
	line-height:29px;
	color:#666666;
	margin-bottom:15px;
	padding-bottom:15px;
	border-bottom:2px solid #f2f2f2;
}
.errorbox-subhead{
	font-family:'lato-regular';
	font-size:18px;
	line-height:20px;
	color:#666666;
	margin-bottom:15px;
}

@media(max-width:992px){
	.box-Left{ float:none; width:100%; text-align:center; }
	.box-Left img{ margin:auto; max-width:100%; }
	.errortext{ margin-bottom:20px; }
	.box-Right{ margin-left:0px; }
	.error-box{	padding:20px 30px; }
}