
.loan-form-area .loan-form {
	max-width: 600px!important;
}

.loan-form>form {
		padding: 1rem;
}

.loan-form-area .loan-form form .form-group label {
	position: relative;
}

.loan-form-area .loan-form form .form-group label:after {
	content: "+5%";
	position: absolute;
	right: 0;
	top: 0;
	font-weight: 100;
}

.navbar-area.is-sticky {
	display: none;
}

.count_down_timer {
	color: #FF434E;
    font-size: 1.25rem;
    line-height: 1;
    font-weight: 500;
    letter-spacing: -1px;
    display: inline-block;
	background: url('/assets/images/icons/clock-svgrepo-com.svg');
	background-size: auto 100%;
	background-position: 0 center;
	background-repeat:no-repeat;
	padding-left: 1.7rem;
	color: #3F3F3F;
}

.loan-form-area .loan-form form .form-group label.range_label:after {
	display:none;
}

#page_registration .range_label {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
}

#page_registration .range_label .label_title {
    font-size: 1rem;
    flex: 1;
}

#page_registration #reg_sum_value {
	font-weight: 500;
    background: #ededed;
    border-radius: 6px;
    line-height: 1.5;
    padding: 0 4px;
}

#page_registration .rangeslider--horizontal {
	height: 10px;
    margin-top: 0.3rem;
}

.rangeslider__fill {
	background-color: #FC424D;
}

.rangeslider__handle {
	width: 30px;
    height: 30px;
}


.form-checkbox {
	display: flex;
	
}

.form-checkbox label.form-check-label {
	padding-right: 1rem;
}

.form-checkbox .field-desc {
	
	line-height: 1.3;
}

.form-check-input {display: none;}

.form-checkbox .checkmark {
    top: 0;
    left: 0;
    height: 32px;
    width: 32px;
    background-color: #eee;
	display: block;
	border-radius: 23px;
	position: relative;
}

.form-checkbox input:checked~.checkmark {
	background-color: #FC424D;
}

.form-checkbox .checkmark:after {
    content: " ";
    position: absolute;
    left: 12px;
    top: 9px;
    width: 6px;
    height: 12px;
    border: solid white;
    border-width: 0 3px 3px 0;
    transform: rotate(45deg);
    opacity: 0;
    transform: .2s;
}

.form-checkbox input:checked+.checkmark:after {
	opacity: 1;
}

.form-checkbox a {color:#FF454F;text-decoration:underline!important}

.form-group .error,
.policy .error,
.agree .error {
	color: #fff;
	background-color:red;
	line-height: 1;
    text-align: center;
	display: none;
}

.validate_error .form-group .error,
.validate_error .error {
	display: block;
}

.policy_conditions {
	text-decoration: underline;
	cursor: pointer;
}

.policy_text_short {
	display: none;
	line-height:1.2!important;
}

.policy_text_long {
	display: inline-block;
	line-height:1.2!important;
}

@media only screen and (max-width:600px) {
	
	.sticky_reg_button {
		position: sticky;
		bottom: 0.5rem;
	}
	
	.sticky_reg_button button {
		height: 4rem!important;
		border-radius: 1rem!important;
	}

	.policy_text_short {
		display: inline-block;
	}

	.policy_text_long {
		display: none;
		
	}
	.navbar-area {
		position: relative;
	}
	
	.go-top-area {
		display: none!important;
	}
	
	.navbar-area .acavo-nav,
	.navbar-area .container-fluid,
	.navbar-area .mean-bar,
	.navbar-area .others-option-for-responsive
	{
		display: none!important;
	}
	
	.navbar-area .logo {
		text-align: center;
		width:100%;
	}
	.navbar-area .logo img {
		max-width: 100px;
	}
	
	.loan-form-area .loan-form>form {
		padding: 1.5rem 1rem;
	}
	
	.loan-form-area {
		padding-top: 0!important;
	}
	
	.loan-form-area .loan-form form .form-group label {
		margin-bottom:0;
		font-weight: 800;
	}
	
	footer.footer-style {
		padding-top:2rem!important;
	}
	
	.body_cpa .footer-middle-area,
	.body_cpa .footer-bottom-area,
	.body_cpa .menu-item-Ii {
		display:none!important;
	}
	
	.body_cpa .footer-top-link {
		position:relative;
	}
	
	.body_cpa .footer-top-link:after {
		content: '';
		display:block;
		position: absolute;
		width:100%;
		height: 100%;
		left: 0;
		top: 0;
		z-index: 1;
	}
	
	.footer-top-link.text-end {
		text-align: left!important;
	}
	
}