@media all {
	body {
		color: rgb(55, 33, 68);
	}
	header {
		height: 100px;
		border: 0;
	}
	.header-inner,
	.header-inner .logos {
		height: 100px;
		background: rgb(255, 255, 255);
	}
	.header-inner .logos img {
		max-height: 82px;
	}
	.neoloan-c2 {
		fill: rgb(0, 159, 214) !important;
	}
	.neoloan-c1 {
		fill: rgb(0, 159, 214) !important;
	}
	.neoloan-c0 {
		fill: rgb(111, 42, 120) !important;
	}
	.pgroup.about {
		background-color: rgb(111, 42, 120);
		color: rgb(255, 255, 255);
		padding: 70px 0;
	}
	.pgroup.about h3 {
		color: rgb(255, 255, 255) !important;
	}
	.about-img {
		background-color: rgb(0, 159, 214);
		background-image:url(../assets/default/crystalwindows-img2.jpg);
		background-position: center center;
		mix-blend-mode: luminosity;
		opacity: .32;
	}
	.neofrm-answer label,
	.neofrm-answer input[type=email],
	.neofrm-answer input[type=text],
	.neofrm-answer input[type=date],
	.neofrm-answer textarea {
		border-color: rgb(0, 159, 214);
	}
	.neofrm-btn {
		border-color: rgb(0, 159, 214);
		color: rgb(111, 42, 120);
	}
	.neofrm-btn:hover {
		box-shadow: 0 0 0 4px rgb(0, 159, 214) !important;
		-webkit-box-shadow: 0 0 0 4px rgb(0, 159, 214) !important;
		-moz-box-shadow: 0 0 0 4px rgb(0, 159, 214) !important;
	}
	.neofrm-btn-blk button {
		background: linear-gradient(78.2deg, rgb(111, 42, 120) 0%, rgb(0, 159, 214) 100%);
		color: rgb(255, 255, 255);
	}
	hr {
		border-color: rgb(0, 159, 214) !important;
	}
	.partner-status-disclosure {
		max-width: 1200px;
		margin: 0 auto;
		padding: 0 20px 40px;
		font-size: 13px;
		line-height: 1.55;
		color: rgb(55, 33, 68);
	}
	footer {
		background: rgb(55, 24, 65);
	}
	.frm-error {
		border-color: rgb(111, 42, 120) !important;
		color: rgb(111, 42, 120) !important;
	}
	.frm_err_status {
		background-color: rgb(111, 42, 120) !important;
		border: 0 !important;
	}
	.frm-error .req,
	input.frm-error::-webkit-input-placeholder,
	input.frm-error:-moz-placeholder,
	input.frm-error::-moz-placeholder,
	input.frm-error:-ms-input-placeholder,
	textarea.frm-error::-webkit-input-placeholder,
	textarea.frm-error:-moz-placeholder,
	textarea.frm-error::-moz-placeholder,
	textarea.frm-error:-ms-input-placeholder {
		color: rgb(111, 42, 120) !important;
	}
}
