@font-face { font-family: 'Inter'; src: url('../fonts/Inter-Bold.woff2') format('woff2'), url('../fonts/Inter-Bold.woff') format('woff'); font-weight: bold; font-style: normal; font-display: swap; }
@font-face { font-family: 'Inter'; src: url('../fonts/Inter-Black.woff2') format('woff2'), url('../fonts/Inter-Black.woff') format('woff'); font-weight: 900; font-style: normal; font-display: swap; }
@font-face { font-family: 'Inter'; src: url('../fonts/Inter-Regular.woff2') format('woff2'), url('../fonts/Inter-Regular.woff') format('woff'); font-weight: normal; font-style: normal; font-display: swap; }
@font-face { font-family: 'Inter'; src: url('../fonts/Inter-Medium.woff2') format('woff2'), url('../fonts/Inter-Medium.woff') format('woff'); font-weight: 500; font-style: normal; font-display: swap; }
@font-face { font-family: 'Inter'; src: url('../fonts/Inter-ExtraBold.woff2') format('woff2'), url('../fonts/Inter-ExtraBold.woff') format('woff'); font-weight: bold; font-style: normal; font-display: swap; }
@font-face { font-family: 'Inter'; src: url('../fonts/Inter-Light.woff2') format('woff2'), url('../fonts/Inter-Light.woff') format('woff'); font-weight: 300; font-style: normal; font-display: swap; }
@font-face { font-family: 'Inter'; src: url('../fonts/Inter-SemiBold.woff2') format('woff2'), url('../fonts/Inter-SemiBold.woff') format('woff'); font-weight: 600; font-style: normal; font-display: swap; }
@font-face { font-family: 'Inter'; src: url('../fonts/Inter-Thin.woff2') format('woff2'), url('../fonts/Inter-Thin.woff') format('woff'); font-weight: 100; font-style: normal; font-display: swap; }
* { margin: 0; padding: 0; box-sizing: border-box; }
input[type=number] { -moz-appearance: textfield; }

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button, input::-webkit-inner-spin-button { -webkit-appearance: none; }
body { font-family: 'Inter'; }
a, a:focus, a:hover { text-decoration: none }
ul, li { list-style: none; }
p { font-family: 'Inter'; font-weight: 400; font-size: 22px; line-height: 37px; color: #181921; padding: 0; margin: 0 0 30px 0 }
.light-primary-bg { background-color: #EDFDEF; }
.light-red-bg { background-color: #FDEDF1; }
.payment-calculator-main { box-shadow: 0 0 20px rgb(0 0 0 / 10%); -webkit-box-shadow: 0 0 20px rgb(0 0 0 / 10%); box-shadow: 0 0 20px rgb(0 0 0 / 10%); padding: 50px; border-radius: 25px; background-color: #fff; width: calc(100% - 80px); margin: 0 auto; }
.payment-calculator-main h1, .payment-calculator-main h2, .payment-calculator-main h3, .payment-calculator-main h4 { font-family: 'Inter'; }
.payment-calculator-wrapper { display: grid; -ms-grid-columns: minmax(440px, 25%) auto; grid-template-columns: minmax(440px, 25%) auto; background-color: #fff; border-radius: 24px; }
.payment-calculator-left { background-color: #282828; border-radius: 24px; padding: 32px 0px; margin-right: 32px; }
.top-hea-block .title h2 { font-weight: 800; font-size: 24px; line-height: 36px; margin: 0 32px 4px 32px; color: #fff; }
.payment-tab-nav { margin-bottom: 24px; }
.payment-tab-nav ul { padding: 0 16px; border-bottom: 2px solid rgba(255, 255, 255, 0.2); margin: 0; }
.payment-tab-nav ul li { display: inline-block; margin: 0; }
.payment-tab-nav ul li a { text-decoration: none; font-weight: 600; font-size: 16px; line-height: 24px; color: #CEEED4; padding: 24px 16px; display: block; position: relative; font-family: 'Inter'; }
.payment-tab-nav ul li.active a { color: #fff; font-weight: 700; }
.payment-tab-nav ul li.active a::before { content: ""; background-color: #fff; height: 2px; width: 100%; position: absolute; left: 0; bottom: -2px; }
.calculate-view .mortage-item-input, .calculate-view .veteran-affairs-item-input { position: relative; }
.calculate-view .mortage-item-input:last-child input, .calculate-view .veteran-affairs-item-input:last-child input { margin-bottom: 0; }
.mortage-item-input label, .veteran-affairs-item-input label { display: block; color: #CEEED4; font-weight: 600; font-size: 16px; margin-bottom: 12px; font-family: 'Inter'; line-height: 24px; }
.calulate-form-item .mortage-item-input input, .calulate-form-item .veteran-affairs-item-input input, .calulate-form-item .mortage-item-input input[type=number], .calulate-form-item .veteran-affairs-item-input input[type=number], .calulate-form-item .mortage-item-input input[type=text], .calulate-form-item .veteran-affairs-item-input input[type=text] { font-family: 'Inter' !important; padding: 16px; font-weight: 600; font-size: 16px; color: #fff; background-color: rgba(255, 255, 255, 0.1); border-radius: 12px; width: 100%; border: none; margin-bottom: 20px; font-family: 'Inter'; line-height: 24px; box-shadow: none !important }
.calulate-form-item .mortage-item-input input:focus, .calulate-form-item .veteran-affairs-item-input input:focus { outline: none; }
.calulate-form-item .mortage-item-input input[type=number], .calulate-form-item .veteran-affairs-item-input input[type=number] { -webkit-appearance: none; -moz-appearance: textfield; }
.calulate-form-item .mortage-item-input input.mortgage-error, .calulate-form-item .veteran-affairs-item-input input.mortgage-error { color: red; }
.calulate-form-item .input-item-relative { position: relative; }
.mortage-item-input .btn-group-wrp, .veteran-affairs-item-input .btn-group-wrp { position: absolute; right: 4px; background-color: rgba(255, 255, 255, 0.3); border-radius: 8px; top: 4px; }
.mortage-item-input .btn-group-wrp .btn-group, .veteran-affairs-item-input .btn-group-wrp .btn-group { position: relative; display: inline-block; vertical-align: middle;width: 100%; }
.mortage-item-input .btn-group-wrp .btn-group > .btn, .veteran-affairs-item-input .btn-group-wrp .btn-group > .btn { position: relative; float: left; color: #6C8971; padding: 12px 16px; margin: 0; border-radius: 8px; border: none; background-color: transparent; border: none; }
.mortage-item-input .btn-group-wrp .btn-group > .btn:hover, .veteran-affairs-item-input .btn-group-wrp .btn-group > .btn:hover { background-color: none; }
.mortage-item-input .btn-group-wrp .btn-group > .btn.active, .veteran-affairs-item-input .btn-group-wrp .btn-group > .btn.active { background-color: rgba(255, 255, 255, 0.5); color: #5DC76F; }
.mortage-item-input .btn-group-wrp .btn-group > .btn input[type=radio], .veteran-affairs-item-input .btn-group-wrp .btn-group > .btn input[type=radio] { position: absolute; clip: rect(0, 0, 0, 0); pointer-events: none; }
.calculate-view .btn-wrp .btn { font-family: 'Inter'; background-color: #fff; padding: 16px; font-weight: 900; font-size: 16px; line-height: 24px; color: #282828; border-radius: 8px; text-transform: uppercase; border: none; width: 100%; cursor: pointer; margin-top: 20px; }
.payment-right-system .tab-content { display: -ms-grid; display: grid; -ms-grid-columns: 1fr 1fr; grid-template-columns: 1fr 1fr; -webkit-column-gap: 15px; -moz-column-gap: 15px; column-gap: 32px; }
.payment-right-system .tab-content .mortgage-item-colum { padding: 32px 0; }
.mortgage-item-colum .top-head { border-radius: 16px; padding: 24px 32px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }
.mortgage-item-colum .top-head > span { font-weight: 600; font-size: 16px; color: #6C8971; line-height: 24px; font-family: 'Inter'; }
.mortgage-item-colum .top-head > span > span { display: block; font-weight: 800; font-size: 20px; line-height: 30px; }
.mortgage-item-colum .top-head.light-primary-bg > span > span { color: #5DC76F; }
.mortgage-item-colum .top-head.light-primary-bg > span { color: #6C8971; }
.mortgage-item-colum .top-head.light-red-bg > span > span { color: #F85A85; }
.mortgage-item-colum .top-head.light-red-bg > span { color: #896C74; }
.mortgage-item-colum .card-item { border: 3px solid #EDFDEF; border-radius: 16px; margin-top: 32px; }
.mortgage-item-colum .card-item .card-title { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; padding: 32px; }
.mortgage-item-colum .card-item .card-title h2 { font-size: 24px; font-weight: 800; color: #38423A; line-height: 36px; margin: 0; font-family: 'Inter'; }
.mortgage-item-colum .card-item .toltip-wrp { position: relative; top: 6px; }
.mortgage-item-colum .card-item .toltip { display: none; position: absolute; right: 125%; top: 0; padding: 16px; background: #5DC76F; border-radius: 12px; color: #fff; width: 300px; z-index: 9999; }
.mortgage-item-colum .card-item .toltip-wrp:hover .toltip { display: block; }
.mortgage-item-colum .card-item .toltip b { font-weight: 700; font-size: 16px; line-height: 24px; margin-bottom: 8px; color: #fff; display: block; font-family: 'Inter'; }
.mortgage-item-colum .card-item .toltip p { font-weight: 500; font-size: 14px; line-height: 21px; margin: 0; color: #fff; font-family: 'Inter'; }
.mortgage-item-colum .payment-breakdown-card .relative-graph { position: relative; max-width: 240px; margin-right: 30px; }
.graph-items { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; padding: 0 32px; }
.mortgage-item-colum .payment-breakdown-card .relative-graph .chartjs-render-monitor { max-width: 240px !important; }
.graph-items .graph-inner-text { text-align: center; position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); }
.graph-items .graph-inner-text .price-item { font-family: 'Inter'; font-weight: 800; font-size: 18px; color: #38423A; line-height: 30px; }
.graph-items .graph-inner-text .per-month { font-weight: 500; font-size: 16px; color: #38423A; line-height: 24px; margin: 0px; font-family: 'Inter'; }
.graph-items .payment-results-list li, .graph-items .va-payment-results-list li { margin-bottom: 16px; }
.graph-items .payment-results-list li span.dots, .graph-items .va-payment-results-list li span.dots { width: 16px; height: 16px; border-radius: 100%; display: inline-block; margin-right: 12px; vertical-align: middle; }
.graph-items .payment-results-list li span.dots.principle-interest-color, .graph-items .va-payment-results-list li span.dots.principle-interest-color { background-color: #FA9D39; }
.graph-items .payment-results-list li span.dots.taxes-color, .graph-items .va-payment-results-list li span.dots.taxes-color { background-color: #59C2C0; }
.graph-items .payment-results-list li span.dots.insurance-color, .graph-items .va-payment-results-list li span.dots.insurance-color { background-color: #F85A85; }
.graph-items .payment-results-list li span.dots.hoa-dues-color, .graph-items .va-payment-results-list li span.dots.hoa-dues-color { background-color: #41A2ED; }
.graph-items .payment-results-list li span.dots.pmi-color, .graph-items .va-payment-results-list li span.dots.pmi-color { background-color: #eeee22; }
.graph-items .payment-results-list li span.dots.extra-payment-color, .graph-items .va-payment-results-list li span.dots.extra-payment-color { background-color:#8224e3 }
.graph-items .payment-results-list li span, .graph-items .va-payment-results-list li span { font-weight: 600; font-size: 16px; color: #38423A; line-height: 24px; font-family: 'Inter'; }
.graph-items .payment-results-list li span > span, .graph-items .va-payment-results-list li span > span { color: #6C8971; }
.mt-payment-tabs-item { margin-top: 40px; }
.mt-payment-tabs-item > ul { border-bottom: 2px solid #EDFDEF; display: -webkit-box; display: -ms-flexbox; display: flex; margin: 0; }
.mt-payment-tabs-item > ul > li { font-size: 0; width: 50%; text-align: center; }
.mt-payment-tabs-item > ul > li > span { font-family: 'Inter'; font-weight: 600; font-size: 16px; color: #6C8971; display: block; line-break: 24px; padding: 0 10px 24px 10px; position: relative; cursor: pointer; }
.mt-payment-tabs-item > ul > li.active > span { font-weight: 700; color: #38423A; }
.mt-payment-tabs-item > ul > li.active > span::before { content: ""; position: absolute; left: 0; width: 100%; height: 2px; background-color: #5DC76F; bottom: -2px; }
.mt-payment-tabs-item .tp-tabs-content { display: none; padding: 0 32px; }
.mt-payment-tabs-item .tp-tabs-content.active { display: block; }
.mt-payment-tabs-item .tp-tabs-content > ul { margin: 0; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; margin-top: 20px; }
.mt-payment-tabs-item .tp-tabs-content > ul > li { width: 50%; margin: 0 0 24px 0; }
.mt-payment-tabs-item .tp-tabs-content > ul > li > span { font-family: 'Inter'; font-size: 14px; font-weight: 600; color: #6C8971; line-height: 24px; }
.mt-payment-tabs-item .tp-tabs-content > ul > li > span span#PMICount, .mt-payment-tabs-item .tp-tabs-content > ul > li > span span#vaPMICount { font-family: 'Inter'; font-size: 14px; font-weight: 600; color: #6C8971; line-height: 24px; display: inline; }
.mt-payment-tabs-item .tp-tabs-content > ul > li > span > span { font-family: 'Inter'; font-size: 16px; font-weight: 800; color: #38423A; line-height: 24px; margin-top: 4px; display: block; }
.card-form-item { padding: 0 32px 32px 32px; }
.card-form-item label { font-family: 'Inter'; display: block; font-size: 16px; font-weight: 700; color: #38423A; margin-bottom: 16px; line-height: 24px; }
.card-form-item input, .card-form-item input[type=text], .card-form-item input[type=number] { font-family: 'Inter'; border: 2px solid #EDFDEF; border-radius: 12px; padding: 16px; font-size: 16px; font-weight: 500; color: #6C8971; width: 100%; margin-bottom: 24px; outline: none; }
.card-form-item input:focus { border-color: #5DC76F; }
.card-form-item .card-form-button { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-pack: distribute; justify-content: space-around; border: 2px solid #EDFDEF; border-radius: 12px; padding: 8px; }
.card-form-item .card-form-button button { font-family: 'Inter'; font-size: 16px; font-weight: 500; color: #38423A; line-height: 24px; padding: 12px; border: none; background-color: transparent; cursor: pointer; width: 33.333%; border-radius: 8px; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -ms-transition: all 0.5s ease; -o-transition: all 0.5s ease; transition: all 0.5s ease; box-shadow: none; }
.card-form-item .card-form-button button.active { font-weight: 700; color: #5DC76F; background: #CEEED4; }
.graph-items .relative-graph #graph { z-index: 2; position: relative; }

/* --------Custome Scroll CSS Start-------*/
.btn-wrp { padding: 0 32px; }
.calulate-form-item { max-height: 690px; position: relative; }
.calulate-form-item .mCSB_scrollTools { width: 10px !important; }
.calulate-form-item .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar { width: 3px !important; height: 40px; }
.calulate-form-item .mCSB_scrollTools .mCSB_draggerRail { display: none; }
.calulate-form-item > div { padding: 0 32px; }
.calulate-form-item .mCSB_inside > .mCSB_container { margin-right: 0; }
.mCS-rounded.mCSB_scrollTools .mCSB_dragger, .mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger, .mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger, .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger { height: 40px !important; min-height: 40px !important; }
#mortgageGraph { position: relative; z-index: 1; }

/* --------Custome Scroll CSS End -------*/

/* Refinance css */
#refinance-item h3, #veteran-affairs h3 { padding: 0 20px; font-size: 20px; color: #fff; font-weight: 600; }
.table-view { padding: 16px; position: relative; }
.table-view::before { content: ""; position: absolute; top: 0; left: 32px; right: 32px; height: 2px; background-color: #EDFDEF; }
.table-view table { width: 100%; border-collapse: collapse; }
.table-view table tbody tr th, .table-view table tbody tr td.td-title { font-size: 16px; font-weight: 700; color: #38423A; line-height: 24px; font-family: 'Inter'; }
.table-view table tbody tr th, .table-view table tbody tr td { padding: 16px; text-align: right; border: none; }
.table-view table tbody tr td { font-size: 16px; font-weight: 600; color: #6C8971; line-height: 24px; font-family: 'Inter'; }
.table-view table tbody tr td.savings-amount { color: #5DC76F; font-weight: 800; }
.table-view table tbody tr td.td-title { text-align: left; }
.calculate-view .mortage-item-input h4, .original-mortgage h4 { font-size: 16px; font-weight: 700; color: #FFFFFF; line-height: 24px; margin: 0 0 16px 0; }
.mortage-item-input.original-blank-space .btn-group-wrp { position: inherit; top: inherit; right: inherit; background-color: rgba(255, 255, 255, 0.1); padding: 4px; border-radius: 12px; margin-bottom: 24px; }
.mortage-item-input.original-blank-space .btn-group-wrp .btn-group > .btn { width: 100%; background-color: rgba(255, 255, 255, 0.3); position: relative; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; padding-left: 40px; }
.mortage-item-input.original-blank-space .btn-group-wrp .btn-group > .btn.dollar { margin-bottom: 4px; }
.mortage-item-input.original-blank-space .btn-group-wrp .btn-group > .btn input[type=radio] { position: absolute; margin: 0; opacity: 0; }
.mortage-item-input.original-blank-space .btn-group-wrp .btn-group > .btn.active { background-color: rgba(255, 255, 255, 0.7); }
.mortage-item-input.original-blank-space .btn-group-wrp .btn-group > .btn .checkmark { position: absolute; top: 16px; left: 16px; height: 16px; width: 16px; background-color: transparent; border-radius: 50%; border: 2px solid #6C8971; }
.mortage-item-input.original-blank-space .btn-group-wrp .btn-group > .btn .checkmark:after { content: ""; position: absolute; display: none; }
.mortage-item-input.original-blank-space .btn-group-wrp .btn-group > .btn input:checked ~ .checkmark { border-color: #5DC76F; }
.mortage-item-input.original-blank-space .btn-group-wrp .btn-group > .btn input:checked ~ .checkmark:after { display: block; }
.mortage-item-input.original-blank-space .btn-group-wrp .btn-group > .btn .checkmark:after { top: 2px; left: 2px; width: 8px; height: 8px; border-radius: 50%; background: #5DC76F; }
.total-saving {padding: 0px 32px;}
.total-saving > span {color: #6C8971; font-size: 16px; line-height: 24px; font-weight: 600;font-family: 'Inter';}
.total-saving > span #chart-saving {display: block; color: #5DC76F; font-size: 32px; font-weight: 800; line-height: 48px;font-family: 'Inter';}
#sliderData .slider-data-wrp {position: relative; padding: 32px;}
#slider1 {
	width: 100%;
	height: 4px;
	border: 0;
	border-radius: 100px;
	background: #EDFDEF;
	outline: none;
}

#slider1 .ui-slider-handle {
	position: absolute;
	margin: -9px 0 0 -17px;
	border-radius: 8px;
	background:#fff;
	background-color: #fff;
	color: #6C8971;
	border: 3px solid #5DC76F;
	height: 32px;
	line-height: 20px;
	text-align: center;
	width: 32px;
	outline: none;
	cursor: pointer;
	font-size: 16px;
	font-weight: 600;
	line-height: 24px;
	text-decoration: none;
	transition: transform 0.1s ease;
	font-family: 'Inter';
}

#slider1 .ui-slider-handle:hover,
#slider1 .ui-slider-handle:focus {
	transform: scale(1.1);
}

#slider1 .ui-slider-range {
	background: #5DC76F;
}
.slider-label {display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between; margin-top: 15px;}
.slider-label span {font-size: 16px; line-height:24px; color: #6C8971; font-weight: 600;font-family: 'Inter';} 
.slider-label strong {font-size: 16px; line-height:24px; color: #38423A; font-weight: 700;font-family: 'Inter'; }
.barChart {padding: 0 15px;}
.barChart canvas { width: 100% !important; height: 100% !important; }
@media only screen and (max-width:1760px) {
	.payment-calculator-wrapper { -ms-grid-columns: minmax(340px, 20%) auto; grid-template-columns: minmax(340px, 20%) auto; }
	.payment-right-system .tab-content { -webkit-column-gap: 15px; -moz-column-gap: 15px; column-gap: 15px; }
	.payment-calculator-left { margin-right: 15px; }
	.top-hea-block .title h2 { margin: 0 20px 4px 20px; }
	.payment-tab-nav ul { padding: 0 10px; margin: 0; }
	.payment-tab-nav ul li a { padding: 24px 10px; }
	.payment-tab-nav ul li a, .mortage-item-input label, .veteran-affairs-item-input label, .calulate-form-item .mortage-item-input input, .calulate-form-item .veteran-affairs-item-input input, .calulate-form-item .mortage-item-input input[type=number], .calulate-form-item .veteran-affairs-item-input input[type=number], .calulate-form-item .mortage-item-input input[type=text], .calulate-form-item .veteran-affairs-item-input input[type=text] { font-size: 13px; }
	.calulate-form-item > div { padding: 0 20px; }
	.btn-wrp { padding: 0 20px; }
	.mortgage-item-colum .payment-breakdown-card .relative-graph { max-width: 200px; margin-right: 15px; }
	.graph-items .graph-inner-text .price-item { font-size: 18px; line-height: 30px; }
	.graph-items .graph-inner-text .per-month { font-size: 14px; }
	.graph-items .payment-results-list li span.dots, .graph-items .va-payment-results-list li span.dots { width: 14px; height: 14px; margin-right: 6px; }
	.graph-items .payment-results-list li span, .graph-items .va-payment-results-list li span { font-size: 14px; line-height: 20px; }
	.mt-payment-tabs-item .tp-tabs-content > ul > li > span { font-size: 14px; line-height: 20px; }
	.mt-payment-tabs-item .tp-tabs-content > ul > li > span > span { font-size: 14px; line-height: 20px; }
	.mortgage-item-colum .top-head { padding: 16px 12px; }
	.mortgage-item-colum .top-head > span, .mortgage-item-colum .top-head > span > span, .mt-payment-tabs-item > ul > li > a, .card-form-item label, .card-form-item input, .card-form-item .card-form-button button { font-size: 14px; }
	.card-form-item input { font-size: 14px; }
	.mortgage-item-colum .card-item .card-title { padding: 20px; }
	.graph-items, .mt-payment-tabs-item .tp-tabs-content { padding: 0 20px; }
	.mortgage-item-colum .card-item .card-title h2 { font-size: 20px; }
	.graph-items .payment-results-list li, .graph-items .va-payment-results-list li { margin-bottom: 10px; }
	.total-saving {padding: 0px 20px;}
	#sliderData .slider-data-wrp {padding: 20px;}
	.table-view table tbody tr th, .table-view table tbody tr td.td-title {font-size: 14px;}
	.table-view table tbody tr td {font-size: 14px;}
	.table-view table tbody tr th, .table-view table tbody tr td {padding: 10px;}

}
@media screen and (max-width:1400px) and (min-width:1260px) {
	.payment-calculator-main {padding: 25px;}
	.mortgage-item-colum .payment-breakdown-card .relative-graph { max-width: 160px; margin-right: 10px; }
	.graph-items .graph-inner-text .price-item { font-size: 16px; line-height: 24px; }
	.graph-items .graph-inner-text .per-month { font-size: 12px; line-height: 20px; }
	.graph-items .payment-results-list li, .graph-items .va-payment-results-list li { margin-bottom: 5px; }
	.graph-items .payment-results-list li span, .graph-items .va-payment-results-list li span { font-size: 12px; }

}
@media only screen and (max-width:1259px) {
	.payment-calculator-main { padding: 15px; }
	.payment-right-system .tab-content { -ms-grid-columns: 1fr; grid-template-columns: 1fr; }
	.payment-right-system .tab-content .mortgage-item-colum { padding: 15px 0; }
	.calulate-form-item > div, .calulate-form-item { max-height: inherit !important; }
}
@media only screen and (max-width:880px) {
	.graph-items { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; }
	.mortgage-item-colum .payment-breakdown-card .relative-graph { margin: 0 auto; }
	.payment-results-list, .va-payment-results-list { max-width: 400px; margin: 20px auto; }
	.mt-payment-tabs-item .tp-tabs-content > ul > li { width: 100%; margin-bottom: 10px; }
	.payment-calculator-main { width: calc(100% - 40px); }
	.table-view table tbody tr th, .table-view table tbody tr td.td-title, .table-view table tbody tr td { font-size: 12px; padding: 8px; }
}
@media screen and (max-width:800px) and (min-width:768px) {
	.mortgage-item-colum .top-head > span, .mortgage-item-colum .top-head > span > span{
		font-size: 13px;
	}
}
@media only screen and (max-width:767px) {
	.payment-calculator-wrapper { display: block; }
	.payment-calculator-right, .payment-calculator-left { margin-right: 0; }
	.payment-calculator-right { padding: 0 15px; }
	.payment-calculator-main { width: calc(100% - 30px); }
}
@media only screen and (max-width:480px) {
	.mortgage-item-colum .top-head { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; }
	.mortgage-item-colum .top-head.light-primary-bg > span { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
	.mortgage-item-colum .top-head.light-primary-bg > span > span { margin-left: 5px; }
	.mortgage-item-colum .card-item .toltip { top: 30px; right: 0; width: 240px; }
	.card-form-item { padding: 0 10px 10px 10px; }
	.mt-payment-tabs-item > ul > li > a { padding: 0 5px 15px 5px; font-size: 13px; }
	.mortgage-item-colum .card-item .card-title { padding: 10px; }
	.payment-tab-nav ul li a { padding: 15px 4px; }
	.mortgage-item-colum .card-item .card-title h2 { font-size: 18px; }
	.graph-items, .mt-payment-tabs-item .tp-tabs-content { padding: 0 10px; }
	.card-form-item .card-form-button { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; }
	.card-form-item .card-form-button button { width: 100%; }
	.mt-payment-tabs-item > ul > li > span { font-size: 13px; }
	.payment-calculator-main { padding: 10px; }
	.payment-calculator-right { padding: 0 8px; }
	.table-view {padding: 4px;}
	.table-view table tbody tr th, .table-view table tbody tr td.td-title, .table-view table tbody tr td {
    font-size: 11px;
    padding: 6px;}
}
@media screen and (min-width:881px) {
	.mortgage-item-colum .payment-breakdown-card ul.payment-results-list, .mortgage-item-colum .payment-breakdown-card ul.va-payment-results-list { margin: 0; }
}
.payment-frequency .blank-space { font-family: Inter !important; padding: 28px; font-weight: 600; font-size: 16px; color: #fff; background-color: rgba(255, 255, 255, .1); border-radius: 12px; width: 100%; border: none; margin-bottom: 20px; line-height: 24px; box-shadow: none !important }
.payment-frequency .btn-group-wrp { left: 0; margin-left: 4px }
.payment-frequency .btn-group-wrp .btn-group { width: 100% }
.payment-frequency .btn-group-wrp .btn-group label { width: 50%; text-align: center }