.error {
	color: red;
}

.accept_offer {
	max-width: 320px;
	margin: 40px auto
}

.accept_offer .title {
	font-size: 20px;
	font-weight: bold;
	color: #3a7087;
}

.a_o_box {
	margin: 30px 0;
	padding: 15px;
	border: solid 2px #C67824;
}

.a_o_box .subtitle {
	font-weight: bold;
	font-size: 26px;
	margin-bottom: 15px;
	color: #444444;
}

.a_o_box .bot {
	width: 100%;
	color: #EEEEEE;
	background-color: #3a7087;
	height: 35px;
	font-weight: bold;
	cursor: pointer;
}

.a_o_box img {
	margin-left: 25px;
	width: 30px;
}

.a_o_box table,
.a_o_box td {
	border: none !important;
}

.a_o_box tr td,
.a_o_box td {
	padding: 0 !important;
}

.botdisabled {
	background-color: #DDD !important;
	color: #AAA !important;
}

.acctitle {
	margin: auto;
	width: 100%;
	text-align: center;
	background-color: #3a7087;
	padding: 20px;
	margin-bottom: 25px
}

.acctitle h1,
.acctitle p {
	color: #FFF
}

.accepted {
	margin: auto;
	width: 100%;
	text-align: left;
	color: #111;
}

.accepted h2 {
	font-size: 18px;
	color: #111;
	font-weight: bold
}

/* NEW */
#steps {
	text-align: center;
	padding-bottom: 50px;
	margin: 0;
	border-bottom: solid #AAA 1px;
	height: auto;
	margin-bottom: 20px
}

#steps ul {
	display: inline-block;
	list-style-type: none;
	counter-reset: item;
	padding: 0;
	margin: 0;
	width: auto;
}

#steps ul li {
	display: inline-block;
	height: 48px;
	margin: 0;
	font-size: 18px;
	line-height: 48px;
	padding: 0 20px 0 0;
	color: #AAA;
}

#steps ul li::before {
	content: counter(item) " ";
	counter-increment: item;
	text-indent: 0;
	display: inline-block;
	width: 40px;
	height: 40px;
	font-size: 26px;
	color: #3a7087;
	border: 1px #3a7087 solid;
	border-radius: 50%;
	text-align: center;
	line-height: 40px;
	margin: 0 7px 0 0;
}

#steps ul li.active::before {
	color: #FFF;
	background: #C67824;
}

#steps ul li.active {
	color: #3a7087;
	font-weight: bold;
}

#steps ul li.active::after {
	color: #3a7087;
}

#steps ul li::after {
	content: ">";
	margin: 0 0 0 7px;
	font-size: 25px;
	line-height: 68px;
	color: #AAA;
	position: relative;
	top: 4px;
}

/* FORMS */
.forms_f input,
.forms_f textarea,
.forms_f select {
	width: 100%;
	padding: 16px;
	border-width: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	color: #444;
	background-color: #eee;
	font-size: 14px;
	/*-webkit-appearance: none;*/
	margin-bottom: 15px
}

.forms_f input[type="radio"] {
	width: auto;
}

.empty_field {
	margin-bottom: 14px;
	padding: 26px;
}

.forms_f .half-input {
	width: 47%;
}

.forms_f .quarter-input {
	width: 22%;
}

.header_title {
	background-size: initial;
	background-position: top left;
	background-repeat: repeat;
	/*background-image: url(https://myzfunds.com/wp-content/uploads/2018/01/geometric-bg-overlay-01.jpg),linear-gradient(180deg,rgba(58,112,135,0.28) 0%,rgba(58,112,135,0.35) 100%);*/
	background-color: rgba(255, 255, 255, 0);
	padding: 50px 0;
	text-align: center;
	margin-bottom: 20px;
}

.header_title h1 {
	font-weight: 600;
	font-size: 36px;
	color: #fff !important;
	font-family: 'Nunito Sans', Helvetica, Arial, Lucida, sans-serif;
}

.butform {
	position: absolute;
	margin: 5px;
	line-height: 1em;
	text-transform: none;
	content: "\35";
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	transition: all .2s;
	font-family: "Nunito Sans", Helvetica, Arial, Lucida, sans-serif;
	padding: .3em 1em !important;
	font-size: 18px;
	border-radius: 6px;
	position: relative;
	padding: .3em 1em;
	border: 2px solid;
	font-size: 20px;
	font-weight: 500;
	line-height: 1.7em !important;
	border-color: #FFF;
	color: #fff !important;
}

.b_next {
	background-color: #dd6726;
}

.b_next:hover {
	background-color: #fff;
	color: #dd6726 !important;
	border: 2px solid #dd6726;
}

.b_submit {
	background-color: #83B15B;
}

.b_submit:hover {
	background-color: #fff;
	color: #83B15B !important;
	border: 2px solid #83B15B;
}

.b_back {
	background-color: #DD2626;
}

.b_back:hover {
	background-color: #fff;
	color: #DD2626 !important;
	border: 2px solid #DD2626;
}

/*
.radios{
    margin: 0;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
*/
.mt-15 {
	margin-top: 15px
}

.mb-15 {
	margin-bottom: 15px
}

.justified {
	text-align: justify;
}

.grey {
	color: #777
}

.notvalid {
	box-shadow: 0 0 1.5px 1px red;
}

.errmsg {
	float: left;
	padding: 4px 10px 4px 10px;
	display: none;
	margin: 10px 0 0 20px;
	background-color: #D65C5C;
	color: #FFF;
}

/* ACCORDION */
.accordion,
.not_accordion {
	background-color: #eee;
	color: #666;
	cursor: pointer;
	padding: 18px;
	width: 100%;
	text-align: left;
	border: 1px solid #444;
	outline: none;
	transition: 0.4s;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.loan-info .active,
.accordion:hover {
	background-color: #ccc;
}

.loan-info .panel {
	padding: 0;
	background-color: #EEEEEE;
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.2s ease-out;
}

.accordion:after {
	content: '\02795';
	/* Unicode character for "plus" sign (+) */
	font-size: 13px;
	color: #777;
	float: right;
	margin-left: 5px;
}

.loan-info .active:after {
	content: "\2796";
	/* Unicode character for "minus" sign (-) */
}

.loan-title {
	font-weight: 700;
	font-size: 36px;
	color: #3a7087;
	margin-bottom: 20px
}

.loan-border {
	border: solid 1px #999999;
	margin-bottom: 50px;
}

.loan-info {
	padding: 25px;
	display: flex;
	align-items: center;
}

.loan-info .item {
	font-weight: bold;
	color: #3a7087
}

.loan-info p {
	padding-bottom: 0;
}

.loan-info .panel .info {
	padding: 15px
}

.loan-info ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-size: 14px
}

.loan-info ul>li:nth-of-type(odd) {
	background-color: #E8E8E8;
}

.loan-info ul>li {
	padding: 8px;
	border: 1px dotted #CCCCCC;
}

.loan-info ul>li.code2 {
	background-color: #F5FFF1;
}

.loan-info ul>li.code4 {
	background-color: #EFF8FF;
}

.loan-info ul>li.code5 {
	background-color: #FFF3F3;
}

.loan-info ul>li .btn {
	margin: 10px 0
}

.dbk-button {
	color: #dd6726 !important;
	border-width: 3px !important;
	border-color: #dd6726;
	font-size: 18px;
	background-color: #ffffff;
	padding: .3em 1em;
	border-radius: 6px;
	transition: all 300ms ease 0ms;
	box-shadow: 0px 2px 18px 0px rgba(0, 0, 0, 0.3);
	position: relative;
	font-weight: 500;
	line-height: 1.7em;
	background-size: cover;
	background-position: 50%;
	background-repeat: no-repeat;
	border: 2px solid;
}

.dbk-agreement {
	background-color: #EEE;
	width: 100%;
	padding: 15px;
	margin: 100px auto;
	display: none
}

#backgload {
	width: 100%;
	height: 800px;
	position: relative;
}

#load-ing,
#load-ed {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

#load-ed {
	z-index: 9;
}

/*#load-ing{padding-top:15%;}*/

/*
.inner-login {
	margin: 0 20%;
}
*/

.login {
	font-size: 18px
}
@media (max-width: 590px) {
	.inner-login {
		font-size: 15px
	}
	.butform {font-size: 16px}
}
.login-input {
	padding: 10px 0
}

.form_field_name {
	text-align: right;
}

.bold {
	font-weight: bold;
}

.right {
	text-align: right;
}

/* auth form */
.inner-form {
	margin: 20px 37%
}

.authform input {
	width: 300px;
	margin: 0 0 20px 0
}

.authform {
	text-align: center
}

.payformtit {
	font-size: 1.2rem;
	color: white;
	padding-left: 15px;
	margin-bottom: 20px;
	text-align: left;
}

.modal-footer {
	justify-content: space-between;
}

.modal-footer img {
	height: 50px;
}

.modal-header {
	align-items: center;
}

.modal-header img {
	margin-left: 20px;
	height: 30px;
}

.cardfield-title {
	text-align: left;
}

.cardform-exp .row {
	margin: 0;
	align-items: center;
}

.cardform-exp select {
	margin-right: 5px;
}

.cardFormMsg .err {
	color: red;
}

.cardFormMsg .done {
	color: green;
}

@media (max-width: 767px) {
	h1 {
		font-size: 1.8rem;
	}
}

@media (max-width: 515px) {
	h1 {
		font-size: 1.5rem;
	}
}


/* FORM DESIGN 2 */
.form-indicator-bar {
	width: 100%;
	overflow: hidden;
	background: #dfdfdf;
	height: 35px;
	text-align: center;
	color: #626262;
	font-size: 0;
	text-transform: uppercase;
	font-weight: 700;
	position: relative;
	margin-bottom: 40px;
}

.form-indicator-bar .form-step-position {
	position: absolute;
	width: 100%;
	bottom: -20px;
	z-index: 10;
	text-align: center;
	opacity: 0
}

.form-indicator-bar .form-step-location {
	width: 33.33%;
	float: left;
	box-sizing: border-box;
	position: relative;
	height: 35px
}

.form-indicator-bar .active {
	background: #15549a;
	color: #fff;
	border: 0;
}

.form-indicator-bar #form-static-bar {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 11;
	color: #aaa;
	font-size: 13px;
	line-height: 35px;
	height: 35px
}

.form-indicator-bar .form-static-bar {
	width: 33.33%;
	float: left;
	box-sizing: border-box;
	border-left: 1px solid #24CAE2;
	height: 35px
}

.form-indicator-bar .form-static-bar:nth-of-type(1) {
	border: none !important
}

@media (max-width: 480px) {
	.form-static-bar {
		font-size: 9px
	}

	.form-static-bar span {
		display: none
	}
	.pinside40{padding: 20px;}
}

@media (max-width: 767px) {
	.form-static-bar {
		font-size: 11px;
	}
}

.forms_f input, .forms_f textarea, .forms_f select {
	padding: 6px 10px;
	border: 0.1px #ccc;
	border-radius: 5px;
}

#new_loan h1{padding: 20px 0;}
body{font-size: 0.8rem;}