.profileForm .heading{
	background: #FF5B4A;
	color: #fff;
	font-size: 24px;
	padding: 5px 10px;
	margin-top: 20px;
	margin-bottom: 20px;	
}

.profileForm .label {
	color: #224C83;
}

.profileForm .required {
	color: #f00;
	margin-left: 5px;
}

.profileForm textarea {
	resize: none;
}

.profileForm .required {
	color: red;
}

.profileForm .buttonContainer {
	display: inline-block;
	width: 100%;
	text-align: center;
	margin: 30px 0;
}

.profileForm .buttonContainer input[type='submit'] {
	background: #FF5B4A;
	border: 1px solid #FF5B4A;
	padding: 5px 10px;
	color: #fff;
}

.smallNotes {
	font-size: 13px;
	line-height: 20px;
	display: inline-block;
	width: 100%;
	margin: 5px 0;
}

.select2-selection__choice__remove {
	border: 0px !important;
}

#mobile_country_code,#other_country_code {
	width: 20%;
	float: left;
}

#primary_mobile,#other_mobile {
	width: 80%;
	float: left;
}

.msgInfo {
	display: none;
	width: 100%;
	text-align: center;
}

.msgInfo .red{
	color: #f00;
	font-size: 20px;
}

.msgInfo .green{
	color: green;
	font-weight: bold;
	font-size: 30px;
}

.profileForm select {
	background-position-y: 60%;
}

#overlay {
	position: absolute;
	background: rgba(0,0,0,0.5);
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	height: 100%;
	width: 100%;
	z-index: 999;
	text-align: center;
	display: none;
}
#overlay.show {	
	display: block;
}

#overlay .loader {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	transform: translateY(50%);
}

#overlay .loader img {
	width: 20%;
}

.select2-selection.select2-selection--multiple{
	border: 1px solid #dbdede !important;
	transition: border-color .3s ease !important;
	padding: 10px 10px;
	color: #000 !important;
}