.new_formatted_text h3 {
	font-weight: 700;
	margin-top: 1em;
	font-size: 24px;
	color: #212c68;
}

.new_formatted_text strong {
	color: #000;
}

@media screen and (max-width: 767px) {
	.new_formatted_text h3 {
		font-size: 16px;
	}
}

.custom-file-input::-webkit-file-upload-button {
	-webkit-appearance: none;
	appearance: none;
	font-size: 14px;
	background-color: #212c68;
	color: white;
	padding: 10px 35px;
	border: none;
	border-radius: 100px;
	cursor: pointer;
	margin-right: 21px;
	transition: background-color .2s;
}

.form_select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpolyline points='1.5,1.5 6,6 10.5,1.5' fill='none' stroke='%23333333' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: right 15px top 50%;
	background-size: 12px 12px;
	padding-right: 30px;
}

@media screen and (max-width: 767px) {
	.custom-file-input::-webkit-file-upload-button {
		padding: 10px 20px;
	}
}