
.loan-emi {
	/* padding: 15px 30px; */
	margin: 30px 0;
	/* border-radius: 5px; */
	/* box-shadow: 0 0 15px 0 rgba(0, 0, 0, .03); */
	/* background: #fff; */
	width: 100%;
	/* display: inline-block; */
	/* min-height: 500px; */
	position: relative;
}

.tab-section {
	display: block;
	text-align: center
}

.tab-section ul {
	padding: 3px;
	display: inline-block;
	box-shadow: 0 0 15px 0 rgba(0, 0, 0, .03);
	border-radius: 5px;
	border: #dedede solid 1px;
	padding: 0 !important;
}

.tab-section ul li {
	padding: 6px 25px;
	display: inline-block;
	line-height: 38px;
	/* font-size: 18px; */
	color: #000;
	cursor: pointer;
}

.tab-section ul li.active {
	background: #94b03c;
	color: #fff;
	border-radius: 5px;
	cursor: default;
}

.irsSlider {
	margin-top: 50px;
	width: 100%
}

.irsSlider:first-child {
	margin-top: 0
}

.irsSlider .inputBox {
	width: 100%;
	overflow: hidden;
	display: flex;
	justify-content: space-between;
}

.irsSlider .inputBox label {
	margin-top: 6px;
	/* font-size: 16px; */
	color: #000;
	display: inline-block;
}

.irsSlider .form-control {
	display: inline-block;
	width: 150px;
	/* float: right; */
	color: #000;
	/* font-size: 18px; */
	text-align: right;
}

.irsSlider .irs--flat .irs-bar {
	background-color: #e1e4e9;
	border-radius: 50px;
	height: 24px;
	opacity: 0
}

.irsSlider .irs--flat .irs-handle {
	width: 24px;
	height: 24px;
	outline: 0;
	background: #94b03c !important;
	margin-top: -9px;
	/* margin-left: -1px; */
	box-shadow: 0 0 8px 0 rgba(0, 0, 0, .16);
	border: solid 1px #94b03c;
	border-radius: 50px;
	cursor: pointer;
}

.irsSlider .irs--flat .irs-handle::before {
	content: "";
	position: absolute;
	width: 10px;
	height: 10px;
	background: #ffffff;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	border-radius: 50%;
}

.irsSlider .irs--flat .irs-handle>i {
	display: none !important
}

.irsSlider .irs--flat .irs-single {
	background-color: #94b03c;
}

.irsSlider .irs--flat .irs-single:before {
	border-top-color: #94b03c;
}

.irsSlider .irs--flat .irs-line {
	border-radius: 50px;
	height: 24px
}

.irsSlider .irs-grid {
	bottom: -10px
}

.irsSlider .irs-grid-text {
	font-size: 12px
}

.irsSlider .irs-grid-pol.small {
	display: none;
}

.irsSlider .irs--flat .irs-grid-pol {
	background-color: #94b03c;
	top: -15px;
	border-radius: 50%;
	width: 5px;
	height: 5px;
}

.irs--flat .irs-max, .irsSlider .irs--flat .irs-min {
	display: none
}

.irsSlider .irs {
	top: -12px
}

.irsSlider .irs--flat.irs-with-grid {
	margin-top: 25px;
	height: 48px
}

.irsRange .btnBox {
	padding: 50px 0;
	display: block;
	text-align: center
}

.irsRange .btnBox .btn {
	padding: 15px 30px;
	font-size: 16px;
	width: 220px
}

.irsRange .btnBox .btn[disabled] {
	background: #eaeaea;
	color: #ccc;
	border: #eaeaea solid 1px;
	opacity: .5
}

.loanEligibleCard {
	padding: 20px;
	margin-bottom: 30px;
	display: block;
	border-radius: 5px;
	border: solid 1px #eaeaea;
}

.eligibleForThisLoan {
	padding: 30px 30px 40px 30px;
	position: relative;
	text-align: center;
	background: #94b03c;
	border-radius: 5px;
}


.eligibleForThisLoan h3 {
	margin-bottom: 30px !important;
	color: #ffffff;
	position: relative;
	z-index: 1;
	font-size: 20px;
	text-align: left;
	padding-left: 40px;
}

.eligibleForThisLoan h3 i {
	background: #fff;
	color: #94b03c;
	width: 30px;
	height: 30px;
	left: 0;
	border-radius: 50%;
	display: flex;
	position: absolute;
	top: -2px;
	font-size: 13px;
	justify-content: center;
	align-items: center;
}

.eligibleForThisLoan.not {
	padding-bottom: 35px;
}

.eligibleForThisLoan.not .detailsBox {
	padding: 30px 20px;
	/* top: 35px */
}

.eligibleForThisLoan.not em {
	padding: 10px;
	width: 38px;
	height: 38px;
	border-radius: 50%;
	display: inline-block;
	font-style: normal;
	background-color: #ffa700;
	color: #fff;
	text-align: center;
	font-size: 22px
}

.eligibleForThisLoan.not p {
	padding: 10px 0 0;
	font-size: 20px;
	color: #666
}

.eligibleForThisLoan p {
	padding-top: 30px;
	font-size: 16px;
	display: block
}

.eligibleForThisLoan .detailsBox {
	padding: 30px 20px;
	position: relative;
	z-index: 1;
	background: #fff;
	border-radius: 5px;
	box-shadow: 0 1px 46px 0 rgba(0, 0, 0, .16);
}

.eligibleForThisLoan .detailsBox .btn {
	padding: 10px 20px;
	/* position: absolute; */
	bottom: 0;
	left: 0;
	font-size: 18px;
	margin-top: 30px;
}

.eligibleForThisLoan .detailsBox small {
	display: block;
	font-size: 16px;
	color: #666;
	/* position: absolute; */
	top: 25px;
	left: 0;
	width: 100%;
	margin-bottom: 10px;
}

.eligibleForThisLoan .detailsBox strong {
	padding-bottom: 25px;
	display: block;
	font-size: 28px;
	color: #000;
}

.eligibleForThisLoan .detailsBox span {
	padding: 10px 0 3px;
	margin: 0 30px;
	display: block;
	font-size: 20px;
	color: #666;
	border-top: #d1d1d1 solid 1px
}

.eligibleForThisLoan .detailsBox span.years {
	padding: 0;
	margin: 0;
	border: none;
	font-size: 16px
}

.tableSection {
	margin-bottom: 50px;
	display: block;
	position: relative;
	margin-top: 40px;
	clear: both;
}

.tableSection .tableResponsive {
	margin-left: 20px;
	width: 100%;
	overflow: hidden;
	min-width: 280px
}

.tableSection .tileBox {
	margin-bottom: 15px;
	display: block;
	position: relative;
	max-height: 44px;
	overflow: hidden;
}

.tableSection .tileBox .tagBox {
	width: 56px;
	height: 43px;
	text-align: center;
	border-radius: 5px;
	background: #aaa;
	line-height: 44px;
	color: #fff;
	position: absolute;
	top: 0;
	left: 0;
	cursor: pointer;
}

.tableSection .tileBox .tagBox:hover {
	background: #94b03c;
}

.tableSection .tileBox table {
	border: #d1d1d1 solid 1px;
	border-collapse: collapse;
	text-align: center;
	border-radius: 5px;
	width: calc(100% - 20px);
	min-width: 100%;
}

.tableSection .tileBox table tr td {
	border: #d1d1d1 solid 1px;
	line-height: 40px
}

.tableSection .tileBox table tr th {
	border: #d1d1d1 solid 1px;
	line-height: 40px;
	background: #7f7f7f;
	font-size: 18px;
	color: #fff;
}

.tableSection .tileBox.active {
	max-height: 2000px
}

.tableSection .tileBox.active .tableResponsive {
	overflow-x: auto
}

.tableSection .tileBox.active .tagBox {
	background: #94b03c;
}

.percentageBox {
	border-radius: 5px;
	border: solid 1px #eaeaea;
	overflow: hidden;
	display: flex
}
.percentageCalculatorBox {
	flex:0 0 50%;
	max-width: 50%;
}
.percentageCalculatorBox.blue-bg {
	background: #d4e1f3;
}
.percentageBox .percentageCalculatorBox:not(.percentageCalculatorBox2) ul {
	padding: 15px 20px;
	display: block
}

.percentageBox .percentageCalculatorBox ul li {
	padding-top: 5px;
	display: block
}

.percentageBox .percentageCalculatorBox ul li em {
	margin-right: 5px;
	display: inline-block;
	width: 15px;
	height: 15px;
	background: #fff;
	border-radius: 3px;
	position: relative;
	top: 2px
}

.percentageBox .percentageCalculatorBox ul li:nth-child(2) em {
	background: #94b03c;
}


.percentageBox .percentageCalculatorBox2 ul {
	display: block;
	padding: 0;
}
.percentageCalculatorBox .highcharts-container {
    width: 100% !important;
    height: 100% !important;
}

.percentageCalculatorBox .percentageCalculatorBox-inner {
    height: 100%;
}

.percentageCalculatorBox .highcharts-container svg.highcharts-root {
    width: 100%;
}
.percentageBox .percentageCalculatorBox2 ul li {
	padding: 15px 20px;
	display: flex;
	border-top: solid 1px #eaeaea;
	min-height: 98px;
	align-items: center;
	justify-content: space-between;
}

.percentageBox .percentageCalculatorBox2 ul li:first-child {
	border: 0
}

.percentageBox .percentageCalculatorBox2 ul li label {
	display: block;
	/* font-size: 18px; */
	color: #666;
}

.percentageBox .percentageCalculatorBox2 ul li small {
	display: block;
	font-size: 16px;
	color: #666
}

.percentageBox .percentageCalculatorBox2 ul li strong {
	display: block;
	/* font-size: 16px; */
	color: #000;
	text-align: right;
	/* float: right */
	white-space: nowrap;
}

.loan-emi .row {
    display: flex;
    flex-wrap: wrap;
    margin: 0px -15px;
}
.loan-emi [class*='col-'] {
	padding-left: 15px;
	padding-right:15px; 
	position: relative;
    min-height: 1px;
}
.loan-emi .irsRange {
    padding: 0 15px;
    margin-bottom: 50px;
}
.loan-emi .col-xl-12, .loan-emi .col-sm-12 {
   flex: 0 0 100%;
	max-width: 100%;
}

@media (min-width: 576px) {
	.loan-emi  .col-sm-6 {
	    -ms-flex: 0 0 50%;
	    flex: 0 0 50%;
	    max-width: 50%;
	}
}

@media (min-width: 992px) {
	.loan-emi .col-md-6 {
		-ms-flex: 0 0 50%;
	    flex: 0 0 50%;
	    max-width: 50%;
	}
	.loan-emi .col-md-5 {
		-ms-flex: 0 0 41.666667%;
	    flex: 0 0 41.666667%;
	    max-width: 41.666667%;
    }
    .loan-emi .col-md-7 {
	    -ms-flex: 0 0 58.333333%;
	    flex: 0 0 58.333333%;
	    max-width: 58.333333%;
  	}
}


@media (max-width: 620px) {
	.percentageBox {
		flex-wrap: wrap;
	}
	.percentageCalculatorBox {
	    flex: 0 0 100%;
	    max-width: 100%;
	}
}