.error {
    list-style: none;
    position: absolute;
    right: 0;
    font-size: 10px;
    color: #ff0000;

}

#error
{
	position: relative !important; 
	color:#ff0000 !important;
	margin:-16px 21px 0px 0px !important;
	padding:0px !important;
	right: 0;
    font-size: 12px;
    top: -24px;
}

/*error css-- dev */
.parsley-errors-list, .txtCustomiMobileErrorMessage {list-style: none; position: absolute; right: 0;font-size: 10px; color: #ff0000;width: 250px; text-align: right;}

/* svg animation loader start */
#loader-div{
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.5);
  z-index: 99999999;
  left: 0;
  right: 0;
}
.load_svg {
 width: 100px;
 height: 100px;
 margin: 20px;
 display: inline-block;
 text-align: center;
 position: absolute;
 left: 0;
 right: 0;
 margin: auto;
 top: 30%;
}
svg#svg_loader{
  width: 100px;
  height: 100px;
  margin: 20px;
  display:inline-block;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 30%;
}
/* svg animation loader End */