
.sub-container {
	display: flex;
	width: 100%;
	gap: 50px;
	height: max-content;
}

.header {
	
	height: auto;
	
	align-items: center;
	justify-content: space-between;
	
}

.header p {
    margin-top: 20px;
    display: block;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
 
}

.header button {
	height: max-content;
	width: max-content;
	padding: 10px;
	border: none;
	background-color: transparent;
	font-size: 35px;
	color: #12345d!important;
}

.header button:hover {
	cursor: pointer;
}


.breakup {
	width: 70%;
}
.details input {
	width: 100%;
}

.detail {
	display: flex;
	justify-content: space-between;
}

.detail p {
    margin: 0px;
}

.footer {
	display: flex;
	justify-content: space-between;
}

/*----- Styling the sliders ----*/
.application_types {
    padding: 8px 0px;
    display: flex;
}

input.formcheckinput1 {
    width: auto;
    display: initial;
    margin: 0px 6px 0px 0px;
}

input.formcheckinput2 {
    width: auto;
    display: initial;
    margin: 0px 6px 0px 20px;
}


input[type="range"] {
	-webkit-appearance: none;
	margin: 10px 0;
	width: 100%;
}

input[type="range"]:focus {
	outline: none;
}

input[type="range"]::-webkit-slider-runnable-track {
	width: 100%;
	height: 6px;
	cursor: pointer;
	background: #12345d!important;
	border-radius: 10px;
}

input[type="range"]::-webkit-slider-thumb {
	box-shadow: 2px 2px 5px #b3b3b3, -1px -1px 3px grey;
	border: 5px solid #ffffff;
	height: 20px;
	width: 20px;
	border-radius: 50%;
	background: #12345d!important;
	cursor: pointer;
	margin-top: -6px;
	-webkit-appearance: none;
}

input[type="range"]:focus::-webkit-slider-runnable-track {
	background: #b3b3b3;
}

input[type="range"]::-moz-range-track {
	width: 100%;
	height: 6px;
	cursor: pointer;
	background: #12345d!important;
	border-color: transparent;
	border-width: 16px 0;
	color: transparent;
	border-radius: 10px;
}

input[type="range"]::-moz-range-thumb {
	box-shadow: 2px 2px 5px #b3b3b3, -1px -1px 3px grey;
	border: 5px solid #ffffff;
	height: 20px;
	width: 20px;
	border-radius: 50%;
	background: #12345d!important;
	cursor: pointer;
	margin-top: -6px;
}

input[type="range"]::-ms-track {
	width: 100%;
	height: 6px;
	cursor: pointer;
	background: #12345d!important;
	border-color: transparent;
	border-width: 16px 0;
	color: transparent;
	border-radius: 10px;
}

input[type="range"]::-ms-fill-lower {
	background: #12345d!important;
	border-radius: 5px;
}

input[type="range"]::-ms-fill-upper {
	background: #12345d!important;
	border-radius: 5px;
}

input[type="range"]::-ms-thumb {
	box-shadow: 2px 2px 5px #b3b3b3, -1px -1px 3px grey;
	border: 5px solid #ffffff;
	height: 20px;
	width: 20px;
	border-radius: 50%;
	background: #12345d!important;
	cursor: pointer;
	margin-top: -6px;
}

input[type="range"]:focus::-ms-fill-lower {
	background: #12345d!important;
}

input[type="range"]:focus::-ms-fill-upper {
	background: #12345d!important;
}

/*-------------------------------------*/
#price {
	color: #130f31;
	font-size: 18px;
}

.loan-details {
	width: 90%;
	display: flex;
	justify-content: space-between;
	gap: 30px;
}

#price-container {
	color: #12345d!important;
	
}

#price-container::before {
	
	font-size: 12px;
	font-weight: bold;
	
}

#price-eligibility::before {
	color: #12345d!important;
	font-size: 12px;
	
}