/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.modal-footer{
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4em;
    font-weight: 500;
    font-family: 'Helvetica';
}
.modal-header .btn-close {
    display: none;
}
.consent-submit{
	border-radius: 10px;
	margin-top: 20px;
	padding: 6px 12px;
	background-color: #f1f1f1;
}
.get-started-banner{
	background-image: url("images/get-started.png");
	background-repeat: no-repeat;
	background-position: top;
	/*padding-top: 140px;
	padding-bottom: 140px;*/
	background-size: cover;
	min-height: 600px;

}
.get-started-banner h4{
	padding-top: 250px;
	font-family: BebasNeueBold;
	font-size: 4.8em;
	color: #fff;	
	text-align: center;
	letter-spacing: 0.02em;

}
.loan-application{
	padding-top: 40px;
	padding-bottom: 40px;
	background-color: #e4e3e2;
	
}
.loan-section{
	background-image: url("images/loan-application-image.png");
	background-position: left;
	background-repeat: no-repeat;
	/*padding-top: 400px;*/
	/*padding-bottom: 400px;*/
	background-size: 180px 300px;
	
}
.loan-form{
	width: 45%;
}
.step {
  height: 15px;
  width: 15px;
  margin: 0 8px;
  /*background-color: #bbbbbb;*/
  border: none;  
  border-radius: 50%;
  display: inline-block;
  opacity: 0.4;
}
.all-steps{
	text-align: center;
	padding-bottom: 30px;
}
.step.active {
  opacity: 1;
}
.step.finish {
  /*background-color: #04AA6D;*/
}
.step img{
	width: 20px;
	height: 20px;
}
/* Mark input boxes that gets an error on validation: */
input.invalid {
  background-color: #ffdddd;
}

/* Hide all steps by default: */
.tab {
  display: none;
}
.loan-amount-slider {
  -webkit-appearance: none;
  
  width: 100%;
  height: 19px;
  border-radius: 10px;
  background: #4a7c11;
  outline: none;
  opacity: 0.7;
  -webkit-transition: .2s;
  transition: opacity .2s;
}

.loan-amount-slider:hover {
  opacity: 1;
}

.loan-amount-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 25px;
  height: 25px;
  /*border: 0;*/
  border-radius: 50%;
  background: url("images/TennisBalls.png");
  background-position: center;
  cursor: pointer;
}

.loan-amount-slider::-moz-range-thumb {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  /*border: 0;*/
  background: url("images/TennisBalls.png");
  background-position: center;
  cursor: pointer;
}
.flex{
	display: flex;
	align-items: center;
	justify-content:space-between;
	padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 8px;
  border: 1.5px solid #0d18006b;
  width: 50%;
}
.flex h3{
	padding-top: 10px;
	font-family: Helvetica;
	color: #6a7277;
	font-size: 1.0em;
	letter-spacing: 0.03em;
}
.flex span{
	font-family: HelveticaBold;
	color: #6a7277;
	font-size: 1.6em;
	letter-spacing: 0.03em;
}
.flexed{
	display: flex;
	align-items: center;
	justify-content: center;
}
.loan-form input,
.loan-form select {
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 8px;
    border: 1.5px solid #0d18006b;
    
}
.input-group-text {
    border-radius: 8px;
    border: 1.5px solid #0d18006b;
    font-family: HelveticaBold;
	  color: #6a7277;
		font-size: 1.6em;
		letter-spacing: 0.03em;
}
/*.loan-amount-box{
	  padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 8px;
    border: 1.5px solid #0d18006b;
    width: 50%;

}*/
.form-check input{
	border-radius: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
.form-check-label{
	font-family: Helvetica;
	color: #244383d9;
	font-size: 1.0em;
	letter-spacing: 0.03em;
}
.form-check span{
	text-decoration: underline;
}
.disclaimer{
	font-family: Helvetica;
	/*font-weight: 500;*/
	color: #244383d9;
	font-size: 1.0em;
	letter-spacing: 0.03em;
}
.btn-get{
	background-color: #4a7c11;
	text-align: center;
	color: #fff;
	font-family: Helvetica;
	font-size: 1.0em;
	letter-spacing: 0.04em;
	border-radius: 8px;
	width: 215px;
	font-weight: 600;
	padding-top: 5px;
	padding-bottom: 5px;
	margin: 10px;
}
::placeholder{
    font-family: Helvetica;
    font-weight: 500;
    color: #0d18006b;
    letter-spacing: 0.02em;
}
.form-select option{
	  font-family: Helvetica;
    font-weight: 500;
    color: #0d18006b;
    letter-spacing: 0.02em;
}
.bonus{
	font-family: Helvetica;
	font-weight: 600;
	font-size: 0.7em;
	color: #5a5b5d;
	text-align: center;
	padding-top: 10px;
}
@media only screen and (min-width: 300px ) and (max-width: 768px){
	.loan-form{
		width: 90%;
	}
}
@media only screen and (max-width: 768px){
	.loan-section{
		background-size: 200px 400px;
	}
}
@media only screen and (max-width: 994px){
	.flex{
		width: 100%;
	}
}