
:root {
 /* Lighten */
 --ltn__secondary-color: #1b6bb3; /* Primary color */
  --ltn__secondary-color-2: #1a5a99; /* Slightly darker shade */
  --ltn__secondary-color-3: #2a7ad4; /* Slightly lighter shade */
}
.loan-calculation {
	
	position: relative;
	z-index: 10;
	margin-left: 0px;
	background-color: #fff;
	box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.1);
	border-radius: 4px;
}

#loan-chart{
	min-height  : 230px;
}

@media(max-width: 499px){
	#loan-chart {
		min-height: 170px;
	}
}

@media (max-width: 1199px) {
	.loan-calculation {
		margin-left: 0;
	}
}



.loan-calculation-content {
	padding-left: 50px;
	padding-right: 50px;
	padding-bottom:30px;
	padding-top: 50px;
}

@media (max-width: 425px) {
	.loan-calculation-content {
		padding-left: 25px;
		padding-right: 25px;
	}
}

.loan-calculation-content p {
	margin: 0;
	display: flex;
	justify-content: space-between;
	font-size: 16px;
	align-items: center;
}

@media (max-width: 1199px)
{
	.loan-calculation-content p
	{
		font-size: 18px;
	}
}

@media (max-width: 767px)
{
	.loan-calculation-content p
	{
		font-size: 16px;
	}
}

@media (max-width: 425px)
{
	.loan-calculation-content p
	{
		display: block;
		text-align: center;
	}
}

.loan-calculation-content p span {
	line-height: 1;
	font-size: 20px;
	font-weight: 500;
}

@media (max-width: 767px)
{
	 .loan-calculation-content p span
	{
		font-size: 14px;
	}
}

@media (max-width: 490px)
{
	.loan-calculation-content p span
	{
		max-width: 100px;
	}
}

.loan-calculation-content p i {
	font-style: normal;
}

.loan-calculation-content p b {
	font-weight: 400;
	color: var(--thm-black);
	line-height: 1;
	display: block;
	font-size: 20px;
}

@media (max-width: 425px)
{
	.loan-calculation-content p b
	{
		margin-top: 10px;
	}
}

.loan-calculation-content .loan-eligibility-inner {
	text-align: left;
	font-size: 30px;
	color: var(--thm-black);
}

.loan-calculation-content .loan-eligibility-inner h4 {
	font-weight: 700;
}

.loan-calculation-content .loan-eligibility-inner #loan-eligibility-emi {
	font-size: 20px;
}

.loan-calculation-content p + p,
.loan-calculation-content .loan-eligibility-inner + .loan-eligibility-inner {
	padding-top: 25px;
	margin-top: 20px;
	border-top: 1px solid rgba(0, 0, 0, 0.15);
}

.loan-calculation .thm-btn {
	width: 100%;
	margin-top: 35px;
	padding-top: 17.5px;
	padding-bottom: 17.5px;
}

.loan-calculation .thm-btn.scroll-to-chart {
	background-color: var(--thm-gray);
	color: var(--thm-black);
}

.loan-calculation .thm-btn:hover {
	background-color: var(--thm-black);
	color: #fff;
}

.loan-calculation .noUi-horizontal {
	height: 7px;
	border-radius: 4px;
	background-color: #eff2f6;
	border: none;
	box-shadow: none;
}

.loan-calculation .noUi-horizontal .noUi-handle {
	width: 20px;
	height: 20px;
	border: 4px solid #fff;
	background: var(--thm-base);
	border-radius: 50%;
	outline: none !important;
	box-shadow: none;
}

.loan-calculation .noUi-horizontal .noUi-handle::before, .loan-calculation .noUi-horizontal .noUi-handle::after {
	display: none;
}

.loan-calculation .noUi-tooltip {
	border: none;
	padding: 0;
	color: var(--thm-color);
	font-size: 15px;
	background-color: none;
	box-shadow: none;
}

.loan-calculation .noUi-horizontal .noUi-tooltip {
	bottom: 185%;
	font-weight: 500;
}

.loan-calculation .noUi-connect {
	background-color: var(--thm-base);
	border-radius: 4px;
}

/*--------------------------------------------------------------
# Loan Calculator
--------------------------------------------------------------*/
.loan-calculator {
	position: relative;
	z-index: 10;
}

.loan-calculator--has-bg {
	background-image: linear-gradient(0deg, #ffffff 0%, var(--thm-gray) 100%);
}

.loan-calculator--has-bg::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-image: url(../images/shapes/faq-form-bg-1-1.png);
	background-repeat: no-repeat;
	background-position: top center;
}

.loan-calculator--has-bg .container {
	position: relative;
}

.loan-calculator__top__text {
	margin-bottom: 50px;
}

.loan-calculator__form {
	padding: 40px;
	box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.1);
	margin-top: 40px;
	background-color: #fff;
}

@media (min-width: 992px) {
	.loan-calculator__form {
		margin-top: 0;
		padding-top: 7px;
		padding-bottom: 8px;
	}
}

@media (min-width: 1200px) {
	.loan-calculator__form {
		padding-top: 55px;
		padding-bottom: 53px;
		padding-left: 80px;
		padding-right: 80px;
		margin-right: -43px;
	}
}

.loan-calculator__form__terms {
	font-size: 14px;
	line-height: 2.14286em;
	font-weight: 300;
	margin-top: 21px;
}

.loan-calculator__form .thm-btn {
	margin-top: 40px;
}

.loan-calculator__form p {
	margin: 0;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	font-size: 18px;
	align-items: center;
}

.loan-calculator__form p:first-child {
	margin-top: 40px;
}

.loan-calculator__form p span {
	line-height: 1;
}

.loan-calculator__form p i {
	font-style: normal;
}

.loan-calculator__form p b {
	font-weight: 600;
	color: var(--thm-black);
	line-height: 1;
}

.loan-calculator__form p + p {
	padding-top: 30px;
	margin-top: 30px;
	border-top: 1px solid var(--thm-border-color);
}

.loan-calculator__form .noUi-horizontal {
	height: 7px;
	border-radius: 3.5px;
	background-color: var(--thm-gray);
	border: none;
	box-shadow: none;
}

.loan-calculator__form .noUi-horizontal .noUi-handle {
	width: 20px;
	height: 20px;
	border: 4px solid var(--thm-base);
	background: #fff;
	border-radius: 50%;
	outline: none !important;
	box-shadow: none;
}

.loan-calculator__form .noUi-horizontal .noUi-handle::before, .loan-calculator__form .noUi-horizontal .noUi-handle::after {
	display: none;
}

.loan-calculator__form .noUi-tooltip {
	border: none;
	padding: 0;
	color: var(--thm-color);
	font-size: 15px;
	background-color: none;
	box-shadow: none;
}

.loan-calculator__form .noUi-horizontal .noUi-tooltip {
	top: 185%;
}

.loan-calculator__form .noUi-connect {
	background-color: var(--thm-base);
	border-radius: 0px;
}

.loan-calculator__form .input-box {
	margin-bottom: 50px;
}

.loan-calculator__form .input-box__top {
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 15px;
	color: var(--thm-color);
	margin-bottom: 12px;
}

.loan-calculator__image {
	position: relative;
}

@media (max-width: 991px) {
	.loan-calculator__image {
		text-align: center;
	}
}

.loan-calculator__image img {
	max-width: 100%;
}

@media (min-width: 1200px) {
	.loan-calculator__image img {
		margin-left: 43px;
	}
}

.loan-calculator__image__caption {
	width: 398px;
	height: 295px;
	background-image: url(../images/shapes/calculator-form-bubble-bg-1-1.png);
	background-repeat: no-repeat;
	align-items: flex-start;
	justify-content: center;
	position: absolute;
	z-index: 10;
	bottom: 80px;
	right: -120px;
	display: none;
}

@media (min-width: 1200px) {
	.loan-calculator__image__caption {
		display: flex;
	}
}

.loan-calculator__image__caption__inner {
	background-color: var(--thm-base);
	border: 4px solid var(--thm-black);
	width: 260px;
	height: 130px;
	margin-top: 59px;
	padding-left: 30px;
	padding-top: 20px;
}

.loan-calculator__image__title {
	margin: 0;
	color: #fff;
	font-size: 55px;
	font-weight: 600;
	line-height: 1;
}

.loan-calculator__image__title span {
	font-size: 35px;
	position: relative;
	top: -20px;
	right: 3px;
}

.loan-calculator__image__text {
	font-size: 20px;
	color: #fff;
	line-height: 1;
	font-weight: 400;
	margin-top: 5px;
}

@media(max-width: 576px) {
	.loan-calculator__box {
		padding: 0px 15px;
	}
}

.slider-box {
	margin-bottom: 30px;
}


.single-loan-header {
	display: flex;
	justify-content: space-between;
	/* margin-bottom: 15px; */
	flex-wrap: wrap;
}

.main-slide h4 {
	font-size: 22px;
}

.main-slide input {
	border-radius: 0;
	max-width: 200px;
	padding: 13px 15px;
	outline: 0;
	background-color: var(--thm-gray);
	border: none;
	color: var(--thm-black);
}

@media(max-width: 576px){
	.single-loan-header{
		display:block;
	}

	.main-slide h4 {
		margin-bottom: 20px;
	}

	.main-slide input {
		max-width: none;
		width: 100%;
		margin-bottom: 10px;
	}
}

.slider-box .ui-widget-content {
	border: none !important;
	background: #eff2f6  !important;
	height: 7px;
}

.main-slide .ui-slider .ui-slider-range {
	background: var(--ltn__secondary-color);
	border-radius: 3px;
}

.main-slide .ui-slider-horizontal .ui-slider-handle {
	top: -6px !important;
	margin-left: -5px !important;
}

.main-slide .ui-slider .ui-slider-handle {
	width: 20px;
	height: 20px;
	border: 4px solid var(--ltn__secondary-color);
	background: #fff;
	border-radius: 50%;
	outline: none !important;
	box-shadow: none;
}

.loan-counter-value {
		font-weight: 600;
		font-size: 18px;
		color: #6e6d6e;
		margin-bottom: 20px;
}

.loan-counter-value h6 {
		/* margin-top: 14px; */
		display: inline-block;
		font-weight: 400;
		font-size: 18px;
		color: var(--thm-color);
}

.loan-counter-value {
		font-weight: 400;
		font-size: 18px;
		color: #6e6d6e;
		/* margin-bottom: 30px; */
}

.total-loan-form
{
	margin-bottom: 40px;
}

.total-loan-form-emi {
	margin-bottom: 90px;
}

.total-loan-form-calculation
{
	text-align: center;
}

@media (max-width: 767px)
{
	.total-loan-form
	{
		padding:20px;
	}
}


