
/* NS  - Canc */

.calc-section-heading {
	font-size: 40px;
	line-height: 44px;
	color: #31414f;
	font-family: Sentinel !important;
	font-weight: 350;
}

.calc-section-sec-text {
	font-size: 16px;
	line-height: 24px;
	color: #31414f;
}


/*  Calc */


.calc-img {
	width: 184px;
	height: 184px;
	object-fit: fill;
	opacity: 1;
	border-radius: 597.4px !important;
}

.calc-section-heading {
	font-size: 40px;
	line-height: 44px;
	color: #31414f;
}

.cals-section-sec-text {
	color: #31414f;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
}

.calc-sec1-title {
	color: #31414f;
	font-size: 24px;
	font-weight: 400 !important;
	line-height: 1.2;
}

.hr-line {
	border: 1px solid rgba(232, 231, 231, 0.5);
	height: 1px;
}

.calc-sec1-sec-title {
	padding: 24px 0 12px 0;
	color: #31414f;
	font-size: 16px;
	font-weight: 400 !important;
	text-transform: none;
	line-height: 24px;
}

#homePriceOID, #downPaymentOID, #longTermPayOID, #intRateOID,
#homePriceOIDHAC, #downPaymentOIDHAC, #P, #PMT, #t, #r {
	border: 1px solid #e8e7e7;
	padding: 15px;
	width: 209px;
	height: 56px;
	text-align: center;
}
@media screen and (max-width: 1023px){
	#homePriceOID, #downPaymentOID, #longTermPayOID, #intRateOID,
	#homePriceOIDHAC, #downPaymentOIDHAC, #P, #PMT, #t, #r{
		width: 100%;
	}
}

.sec-text-rb-style {
	display: inline-block;
	padding-right: 2rem;
}

.computeBtn {
	font-size: 16px !important;
	line-height: 1px !important;
	border-radius: 0 !important;
	padding: 25px 30px 23px 30px;
	background-color: #4356ff;
	color: #fff;
	margin-top: 20px;
	border: none;
	transition: 0.3s all;
}
.computeBtn:hover{
	background-color: rgba(67, 86, 255, 0.85);
}

@keyframes growProgressBar {
	0%, 33% {
		--pgPercentage: 0;
	}
	100% {
		--pgPercentage: var(--value);
	}
}

.progressbar {
	--size: 16rem !important;
	--fg: #4356ff !important;
	--bg: #f8f9ff !important;
	--pgPercentage: var(--value);
	border-radius: 50%;
	display: grid;
	place-items: center;
	background: radial-gradient(closest-side, white 80%, transparent 0 99.9%, white 0),
	conic-gradient(var(--fg) calc(var(--pgPercentage) * 1%), var(--bg) 0);;
	font-size: 16px !important;
	line-height: 24px !important;
	color: #31414f !important;
}

.progressbar::before {
	counter-reset: percentage var(--value);
	content: counter(percentage) '%';
}

.bl-border {
	border-right: 5px solid #4356ff;
}

.gr-border {
	border-right: 5px solid #e8ebff;
}

.txt-aln {
	text-align: right;
	padding: 18px 15px 12px 0;
	font-size: 20px;
	font-weight: 500;
	line-height: 32px;
}

.calc-main-sec1-sty {
	display: flex;
	justify-content: center;
}

.calc-main-sec2-sty {
	padding: 5% 0;
}

.blbg-color {
	color: #4356ff !important;
}

.lh-zero-sec {
	line-height: 0px;
}

.pt-sty {
	padding-top: 6%;
}

.show-payment-checkbox {
	padding: 24px 0 12px 0;
}

.form-control[type=number]::-webkit-outer-spin-button,
.form-control[type=number]::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.form-control[type=number] {
	-moz-appearance: textfield;
}

/* Adjusting height and position of slider icon to be more user friendly*/
.form-range-style{
	-webkit-appearance: none;
	width: 100%;
	height: 60px;
	outline: none;
	border-radius: 5px;
	overflow: hidden;
}

.form-range-style::-webkit-slider-runnable-track {
	width: 100%;
	height: 5px;
	background: #dee2e6;
	border-radius: 5px;
}

.form-range-style::-moz-range-track {
	width: 100%;
	height: 5px;
	background: #dee2e6;
	border-radius: 5px;
}

.form-range-style::-ms-track {
	width: 100%;
	height: 5px;
	background: transparent;
	border-color: transparent;
	color: transparent;
}

.form-range-style::-webkit-slider-thumb {
	-webkit-appearance: none;
	width: 22px;
	height: 22px;
	background: #4356ff;
	border-radius: 50%;
	cursor: pointer;
	margin-top: -9px;
}

.form-range-style::-moz-range-thumb {
	width: 22px;
	height: 22px;
	background: #4356ff;
	border-radius: 50%;
	cursor: pointer;
}

.form-range-style::-ms-thumb {
	width: 22px;
	height: 22px;
	background: #4356ff;
	border-radius: 50%;
	cursor: pointer;
}

.form-range-style:focus::-webkit-slider-thumb {
	box-shadow: 0 0 0 .2rem rgba(13, 110, 253, .25);
}

.form-range-style:focus::-moz-range-thumb {
	box-shadow: 0 0 0 .2rem rgba(13, 110, 253, .25);
}

.form-range-style:focus::-ms-thumb {
	box-shadow: 0 0 0 .2rem rgba(13, 110, 253, .25);
}

.fa-info-circle {
	color: #4356ff;
}

.sec2-title {
	padding-top: 15px !important;
}

.sec2-sec-title {
	padding-top: 9px !important;
}

.min-text-sty {
	text-align: left;
	font-size: 14px;
	position: relative;
	bottom: 20px;
}

.max-text-sty {
	float: right;
}


/* calc design */

.yl-border {
	border-right: 5px solid #e4ff77;
}

.lbl-border {
	border-right: 5px solid #98e2ff;
}

.sec-title-ptz {
	padding-top: 0px !important;
}

.pr-5 {
	padding-right: 20px !important;
}

.scroll-div {
	max-height: 690px;
	overflow-y: scroll;
	overflow-x: hidden;
	scroll-behavior: smooth;
	padding: 20px;

}

.outer-scroll-div {
	border: 1px solid #e8e7e7;
}

.cal-sec2-div {
	padding: 20px 50px !important;
}

.pdb-p {
	padding-bottom: 0px !important;
}

.lh-zero-sec-p {
	font-size: 14px !important;
	padding-top: 0px !important;
	line-height: 12px !important;
}

/* pie chart design */

@keyframes bake-pie {
	from {
		transform: rotate(0deg) translate3d(0, 0, 0);
	}
}

.pieIDHAC {
	display: inline-block;
	vertical-align: top;
}

.pie {
	height: 200px;
	width: 200px;
	position: relative;
}

.pie::before {
	content: "";
	display: block;
	position: absolute;
	z-index: 1;
	width: 100px;
	height: 100px;
	background: #fff !important;
	border-radius: 50%;
	top: 50px;
	left: 50px;
}

.pie::after {
	content: "";
	display: block;
	width: 120px;
	height: 2px;
	border-radius: 50%;
}

.slice {
	position: absolute;
	width: 200px;
	height: 200px;
	clip: rect(0px, 200px, 200px, 100px);
	animation: bake-pie 1s;
}

.slice span {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	background-color: black;
	width: 200px;
	height: 200px;
	border-radius: 50%;
	clip: rect(0px, 200px, 200px, 100px);
}

.legend {
	display: none;
	list-style-type: none;
	padding: 0;
	margin: 0;
	background: #fff;
	padding: 15px;
	font-size: 13px;
	box-shadow: 1px 1px 0 #ddd,
	2px 2px 0 #bbb;
}

.legend li {
	width: 110px;
	height: 1.25em;
	margin-bottom: 0.7em;
	padding-left: 0.5em;
	border-left: 1.25em solid black;
}

.legend em {
	font-style: normal;
}

.legend span {
	float: right;
}

/* pie chart design ends here  */

#ci-sa-btn {
	font-size: 16px;
	line-height: 20px;
	font-weight: 500;
	color: #4356ff !important;
}

.bor-btm {
	border-bottom: 1px dotted #4356ff;
}

.ans-bl-bg {
	background: #f8f9ff;
}

.ans-gr-bg {
	background: #f8f8f8;
}

.ans-op-lw {
	opacity: 0.5;
}

.try-agn {
	background: #4356ff !important;
	color: #fff !important;
	letter-spacing: 1px !important;
}

.btn-fr {
	float: right;
}

.btn-fr-mr {
	margin-right: 18px;
}

.btn-fl {
	float: left;
	position: relative;
	left: 2em;
}

@media screen and (min-width: 1365px) {
	.btn-ret-mob1 {
		position: relative;
		left: 40px;
	}
}

@media screen and (max-width: 1200px) {
	.cprogressbar {
		display: contents;
	}
}

@media (min-width: 768px) and (max-width: 1200px) {
	.bgbl {
		margin-bottom: 4em;
	}
}

@media screen and (max-width: 992px) {
	.calc-sec1-title-mob {
		padding-top: 50px !important;
	}

	.btn-grey-mob2 {
		position: relative;
		top: 60px;
		left: 40px;
		border: 40px;
	}

	.btn-grey-mob1 {
		position: relative;
		top: 20px;
		left: 40px;
	}

	.btn-bl-mob1 {
		position: relative;
		left: 40px;
	}

	.knowledge-box .answer-option-wrap {
		padding: 10px 0;
	}

	.title-text-wrapper .title-sec-text {
		line-height: 36px;
	}

	.flight-count-wrap {
		margin: 0px 40px;
	}

	.knowledge-box .knowledge-box-wrap {
		padding: 16px 18px 2px !important;
		position: relative;
		box-shadow: none !important;
	}

	.btn-fr {
		float: unset;
	}
}

@media (min-width: 992px) and (max-width: 992px) {
	.div-fw {
		width: 100% !important;
	}
}

@media screen and (max-width: 767px) {
	.calc-sec1-title {
		line-height: 28px !important;
	}

	.fw-mob {
		width: 100% !important;
	}

}

@media screen and (max-width: 767px) {
	.mob-row {
		display: table !important;
	}

	.txt-aln {
		padding: 0px 15px 12px 0 !important;
		text-align: left;
	}

	.calc-sec1-sec-title:not([type="radio"]) {
		padding: 24px 0 0px 0 !important;
	}

	#homePriceOID, #downPaymentOID, #longTermPayOID, #intRateOID, #homePriceOIDHAC, #downPaymentOIDHAC, #P, #PMT, #t, #r {
		width: 100% !important;
	}

	.computeBtn {
		width: 100%;
	}

	.bl-border {
		margin-bottom: 50px;
	}

	.scroll-div {
		max-height: fit-content;
		overflow-y: auto;
		overflow-x: hidden;
	}

	.cal-sec2-div {
		padding: 20px 20px !important;
	}

	#mycompIntChart {
		display: block;
		width: 100% !important;
		height: auto;
	}
}


input[type="number"].form-control{
	padding: 15px 18px;
	border-radius: 0;
	border-style: solid;
	border-width: 0.1rem;
	box-shadow: none;
	display: block;
	font-size: 16px;
	letter-spacing: -0.015em;
	margin: 0;
	max-width: 100%;
	width: 100%;
	color: #212529;
}


.form-control[type="number"]:focus{
	outline: 0;
	box-shadow: 0 0 0 .2rem rgba(13, 110, 253, .25);
	border-color: currentColor;
}


#emipaymenttable table{
	caption-side: bottom;
	border-collapse: collapse;
	border: none;
	font-size: 18px;
	width: 100%;
	margin-top: 40px;
}

#emipaymenttable table tbody td{
	color: #31414F;
	font-size: 20px;
	line-height: 1.6;
	padding: 16px 0;
	position: relative;
}

#emipaymenttable table tbody tr{
	border-bottom: 1px solid #E8E7E7;
}

@media screen and (max-width: 767px){
	#emipaymenttable table{
		font-size: 14px;
	}

	#emipaymenttable table tbody td{
		font-size: 14px;
	}
}

.tooltip-container{
	align-items: center;
}

.tooltip-container .calc-sec1-sec-title{
	display: flex;
	align-items: center;
	flex-direction: row;
	gap: 10px;
}

.tooltip-container a{
	position: relative;
	cursor: pointer;
}

.tooltip-container a:hover .div-tooltip{
	opacity: 1;
	pointer-events: auto;
}

.hide-input-warning{
	display: none;
}

.info-circle{
	width: 16px;
	height: 16px;
	display: block;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%234356FF' viewBox='0 0 512 512'%3E%3Cpath d='M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM216 336h24V272H216c-13.3 0-24-10.7-24-24s10.7-24 24-24h48c13.3 0 24 10.7 24 24v88h8c13.3 0 24 10.7 24 24s-10.7 24-24 24H216c-13.3 0-24-10.7-24-24s10.7-24 24-24zm40-208a32 32 0 1 1 0 64 32 32 0 1 1 0-64z'/%3E%3C/svg%3E");
}

.div-tooltip{
	position: absolute;
	background: #fff;
	padding: 15px;
	max-width: 350px;
	max-height: 250px;
	z-index: 20;
	box-sizing: border-box;
	box-shadow: 0 5px 20px 15px rgba(49, 65, 79, .05);
	color: #31414F;
	width: max-content;
	bottom: calc(100% + 20px);
	left: -80px;
	opacity: 0;
	transition: 0.3s;
	font-weight: 400;
	pointer-events: none;
	cursor: default;
}

@media screen and (max-width: 1300px) {
	.div-tooltip{
		font-size: calc(18 / 1300 * 100vw);
		padding: calc(15 / 1300 * 100vw);
		max-width: calc(300 / 1300 * 100vw);
	}
}

@media screen and (max-width: 767px) {
	.div-tooltip{
		max-width: 280px;
		font-size: 14px;
		padding: 10px;
	}
}

.div-tooltip:after{
	content: "";
	position: absolute;
	top: 100%;
	left: 80px;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid #fff;
	border-bottom: 10px solid transparent;
	z-index: 20;
}

.contributions-field{
	display: flex;
	align-items: center;
}

.contributions-field .calc-sec1-sec-title{
	padding: 0;
}



