/* By Mercy*/
.ProfileBody .form-group select{ border: 2px solid #eee; padding: 9px 15px; }
.ProfileBody .form-group select::-webkit-input-placeholder { color: #7D7D7D; opacity: 0.5; font-weight: 600;  }
.ProfileBody .form-group select::-moz-placeholder{ color: #7D7D7D; opacity: 0.5; font-weight: 600; }
.error {color: #f90612; text-align: center;}
.no-data-div {
	width:100%;
	text-align: center;
	margin:5%;
}
.newsletter-email input {
    border: 2px solid #eee;
    padding: 9px 15px;
    width: 100%;
    font-weight: 600;
    font-size: 18px;
}