.contact-us .leave-msg .form #btn-contact {
	width: 100%;
	border: none;
	background-color: #1D2671;
	color: #fff;
	padding: 14px 0;
	text-transform: uppercase;
	font-weight: 700;
	cursor: pointer;
	margin: 10px 0 0 0;
	border-radius: 16em;
}
.contact-us .leave-msg .form #btn-contact:hover {
	background: #C33764;
}
.contact-us .leave-msg .form #btn-contact .disabled {
	cursor: not-allowed;
	background: #5c5c5c;
}

.contact-us .form .error {
	color: #FF0000;
	margin-bottom: 10px;
}

.btn-contact-consultants {
	width: 100%;
	border: none;
	background-color: #1D2671;
	color: #fff;
	padding: 14px 0;
	text-transform: uppercase;
	font-weight: 700;
	cursor: pointer;
	margin: 10px 0 0 0;
	border-radius: 16em;
}

.btn-contact-consultants:hover {
	background: #C33764;
}

.consultants-social-media {
	font-size: 2em;
	margin: 1em 0 14px;
}

.modal-contact-consultant .form input[type=submit]:hover {
	background: #C33764;
}
.modal-contact-consultant .form input[type=submit]:hover {
	background: #C33764;
}
.modal-contact-consultant .form input[type=text] {
	width: 100%;
	padding: 0 12px;
	border: 0;
	height: 48px;
	box-shadow: 0px 5px 0 0px rgba(222, 222, 248, 0.5), 0 5px 25px 0 rgba(222, 222, 248, 0.9);
	border-radius: 0.3em;
}
.modal-contact-consultant .form input[type=submit] {
	width: 100%;
	border: none;
	background-color: #1D2671;
	color: #fff;
	padding: 14px 0;
	text-transform: uppercase;
	font-weight: 700;
	cursor: pointer;
	margin: 10px 0 0 0;
	border-radius: 16em;
}
.modal-contact-consultant .form textarea {
	width: 100%;
	height: 220px;
	padding: 12px 12px;
	border: 0px;
	box-shadow: 0px 5px 0 0px rgba(222, 222, 248, 0.5), 0 5px 25px 0 rgba(222, 222, 248, 0.9);
	border-radius: 0.3em;
}
.modal-contact-consultant ::-webkit-input-placeholder {
	color: #767676 !important;
}
.modal-contact-consultant :-moz-placeholder {
	color: #767676 !important;
}
.modal-contact-consultant ::-moz-placeholder {
	color: #767676 !important;
}
.modal-contact-consultant :-ms-input-placeholder {
	color: #767676 !important;
}

.modal-contact-consultant .form .btn-send-message {
	width: 100%;
	border: none;
	background-color: #1D2671;
	color: #fff;
	padding: 14px 0;
	text-transform: uppercase;
	font-weight: 700;
	cursor: pointer;
	margin: 10px 0 0 0;
	border-radius: 16em;
}
.modal-contact-consultant .form .btn-send-message:hover {
	background: #C33764;
}
.modal-contact-consultant .form .disabled {
	cursor: not-allowed;
	background: #5c5c5c;
}

.modal-contact-consultant .form .error {
	color: #FF0000;
	margin-bottom: 10px;
}

.icon2 {
	width: 96px;
	height: 96px;
	text-align: center;
}

.page .content .detail ul {
	padding-left: 40px;
}
.page .content .detail ul li {
	list-style-type: circle;
}