.alert-error,.mandatoryfield{
  color: #e9464b!important;
}
.control-error{
  background-color: rgb(255, 236, 237)!important;
  border: 1px solid rgb(255, 185, 189)!important;
}
.contact-us-area .form-box input[type="file"] {
  width:100%;
  margin-bottom: 0px;
  opacity: 0;
  position: absolute;
}
.customradio{
  margin: 0px 20px 0px 0px!important;
}
.form-check-inline{
  display: flex;
}
.checkbox input[type=checkbox]{
  min-height: 20px;
  margin-left: -20px;
}
#loader,
.mask {
	top: 0;
	width: 100%;
	height: 100%;
	display: none
}
.mask {
	background-color: #fff;
	position: fixed;
	z-index: 100000;
	opacity: .8
}

#loader {
	left: 0;
	position: absolute;
	background: url(../img/loader.gif) center center no-repeat
}
/*.form-group input[type=file] {
    opacity: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
}
.input-group-btn>.btn {
    line-height: 1.9;
    border: none;
    position: relative;
    padding: 8px 15px;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0;
    will-change: box-shadow, transform;
    transition: box-shadow .2s cubic-bezier(.4, 0, 1, 1), background-color .2s cubic-bezier(.4, 0, .2, 1), color .2s cubic-bezier(.4, 0, .2, 1);
    outline: 0;
    cursor: pointer;
    text-decoration: none;
}*/