.has-error{
border: 2px solid #f44336 !important;
-webkit-box-shadow: none !important;
-ms-box-shadow: none !important;
box-shadow: none !important;
padding: 5px;
background: red;
opacity: 0.5;
color: #000000;
margin-top: 10px;
}

.header_image{
	max-width: 100%;	
}

.img-box img{
	border-radius: 10px;
}

.detail-box
{
	border-radius: 5px;
}

.add_info{
	padding: 10px;
}

.add_info .rdtail{
	padding: 5px;
	text-align: center;
	margin-top: 5px;
}
.add_info .rdtail p{
	margin-top: 10px;
}

.add_info_inn i{
	width: 34px;
    height: 34px;
    line-height: 32px;
    text-align: center;
    display: inline-block;
    border: 1px solid #DCDCDC;
    border-radius: 50%;
}