#demo2 select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
overflow: hidden;
cursor:pointer;
color: #999 !important;
font-size: 16px !important;
}
/*For IE */
#demo2 select::-ms-expand {
    display: none;
}
.contact-form span.required {
    color: Red !important;
}



#email_validation, #name_validation {
    display:none;
}

label.required:after {
  content:'*';
  color:red;
}

span.error {
  background-color:#FFDFDF;
  color:red;
}


