:root {
    --green-500: #00b386;
    --green-300: #66e3c4;
    --green-100: #ebf9f5;
    --gray900: #44475b;
    --gray800: #696c7c;
    --gray700: #7c7e8c;
    --gray600: #8f919d;
    --gray500: #a1a3ad;
    --gray400: #b0b2ba;
    --gray300: #c7c8ce;
    --gray200: #dddee1;
    --gray150: #e9e9eb;
    --gray100: #f0f0f2;
    --gray50: #f8f8f8;
    --bs-accordion-btn-icon-width: 0.7rem !important;
}

.ui-slider-horizontal {
    height: 4px !important;
}

.ui-slider-horizontal .ui-slider-handle {
    margin-left: -0.5em !important;
    top: -0.35em !important;
}

.ui-slider .ui-slider-handle {
    border-radius: 50% !important;
    height: 1.1em !important;
    width: 1.1em !important;
    outline: 0 none;
}

.ui-widget-content {
    border: 0 none !important;
    background: #e9e9eb !important;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
    background: #dddddd !important;
    border: 1px solid #dddddd !important;
}

.ui-widget-header {
    background: var(--green-500) !important;
}

.calculatorcontainer {
    background: #ffffff;
    padding: 0px;
    border-radius: 4px;
}

.emicalculatorcontainer {
    background: #fefefe;
}

#emicalculatordashboard,
#emipaymentdetails {
    font-family:
        Lato,
        Helvetica Neue,
        Helvetica,
        Arial,
        sans-serif;
}

#emicalculatordashboard {
    margin-bottom: 20px;
}

#emicalculatorform {
    margin-bottom: 0 !important;
}

#emicalculatorinnerformwrapper {
    /*background: #fefefe;
	border-top: 1px solid #ccc*/
}

#emicalculatorinnerform {
    padding: 10px 0;
}

#emicalculatorform div.sep {
    padding-top: 25px;
}

div.lyearformat {
    margin-top: 25px;
}

ul.loanproduct-nav {
    background: none repeat scroll 0 0 transparent;
    border: 0 none;
    float: none;
    list-style: none outside none !important;
    margin: 0 !important;
    padding: 0 0 0 10px;
}

ul.loanproduct-nav li {
    float: left;
    list-style: none outside none !important;
    margin: 0 -1px -1px 0 !important;
    position: relative;
    z-index: 10;
}

ul.loanproduct-nav li a {
    border: 1px solid #ccc;
    display: block;
    overflow: hidden;
    padding: 15px 10px;
    background: #dedede;
    margin: 0 !important;
    text-decoration: none;
    color: #333 !important;
    font-weight: 700;
    font-size: 12px;
    line-height: 1.3;
    text-align: center;
    outline: 0 none;
}

ul.loanproduct-nav li a:hover {
    background: #ffffff !important;
    margin: 0 !important;
}

ul.loanproduct-nav li.active a {
    background: #ffffff;
    border-bottom-color: transparent;
}

#home-loan a {
    border-top-left-radius: 4px;
}

#car-loan a {
    border-top-right-radius: 4px;
}

#loanamountslider,
#loaninterestslider,
#loantermslider {
    top: 30px !important;
}

.add-check .active:before {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: Font Awesome\5 Free;
    font-style: normal;
    font-weight: 900;
    line-height: 1;
    content: "\f00c";
}

.steps {
    border-color: transparent;
    border-style: none solid;
    border-width: 0 1px;
    margin: 0 !important;
    padding-top: 10px;
    position: relative;
    width: 100%;
    /*display: none!important;*/
}

.tick {
    color: #ebebeb;
    font-size: 11px;
    height: 11px;
    left: 0;
    line-height: 11px;
    margin-left: -24px;
    position: absolute;
    width: 48px;
}

.marker,
.tick {
    text-align: center;
}

.marker {
    border: 1px solid transparent;
    color: #333;
    font-size: 9px;
    height: 18px;
    line-height: 18px;
}

.emischemes label {
    max-width: 110px;
    white-space: normal;
}

#emiamount p {
    font-size: 24px !important;
}

#emiamount,
#emitotalinterest {
    /*border-bottom: 1px dashed #ccc;
	border-top: 0 none !important*/
}

#emiamount,
#emitotalamount,
#emitotalinterest,
#principalamount {
    padding: 0 15px;
    text-align: right;
}

#emipaymentsummary {
    border: 1px solid #ccc;
    border-radius: 4px;
}

#emipaymentsummary h4 {
    font-size: 16px;
    color: #666;
    margin-top: 1rem;
}

#emipaymentsummary p {
    font-size: 18px;
    font-weight: 700;
}

#emipaymentsummary span {
    padding: 0 5px;
}

#startmonthyear {
    background-color: #fff !important;
    cursor: default;
}

#emipiechart {
    background: #fefefe;
    border-radius: 4px;
    border: 1px solid #ccc;
    text-align: center;
}

.fill-width {
    float: none !important;
    display: block !important;
    width: auto !important;
    overflow: hidden !important;
}

.fill-width input {
    border-radius: 4px !important;
}

.show_element {
    display: block;
    visibility: visible;
}

.hide_element {
    display: none;
    visibility: hidden;
}

#emipaymentscheduleheader {
    padding: 10px 0;
    text-align: center;
}

#emibarchart,
#emipaymentscheduleheader {
    background: #ffffff;
    border: 0px solid #ccc;
    margin-bottom: 20px;
    display: none !important;
}

#emibarchart {
    clear: both;
    padding: 30px 0 0;
}

#emipaymenttable {
    margin: 0;
    text-align: center;
}

#emipaymenttable table {
    width: 100%;
    background: #f6faf7;
    border-collapse: separate;
    border-spacing: 0;
    border-radius: 4px;
}

#emipaymenttable table th {
    background: #dedede;
    text-align: center;
    padding: 5px;
    font-size: 11px;
}

#emipaymenttable table td {
    text-align: center;
    padding: 5px;
    font-size: 11px;
    white-space: nowrap;
}

#emipaymenttable table tr td,
#emipaymenttable table tr th {
    font-size: 16px !important;
    color: #7c7e8c !important;
}

#emipaymenttable table tr td:first-child,
#emipaymenttable table tr th:first-child {
    /*border-left: 1px solid #ccc*/
    /*margin-left: 15px!important;*/
}

#emipaymenttable table tr th {
    /*border-top: 1px solid #ccc*/
}

#emipaymenttable table tr:first-child th:first-child {
    border-top-left-radius: 4px;
}

#emipaymenttable table tr:first-child th:nth-last-child(2) {
    border-top-right-radius: 4px;
}

#emipaymenttable table tr:nth-last-child(2) td:first-child {
    border-bottom-left-radius: 4px;
}

#emipaymenttable table tr:nth-last-child(2) td:nth-last-child(2) {
    border-bottom-right-radius: 4px;
}
/*
#principalheader {
	background: none repeat scroll 0 0 #88a825 !important;
	color: #fff
}

#interestheader {
	background: none repeat scroll 0 0 #ed8c2b !important;
	color: #fff
}

#balanceheader {
	background: none repeat scroll 0 0 #2a356b !important;
	color: #fff
}

.yearlypaymentdetails .toggle:before {
	content: "\f0fe"
}

.yearlypaymentdetails .toggle-open:before,
.yearlypaymentdetails .toggle:before {
	position: relative;
	top: 0;
	left: -3px;
	display: inline-block;
	font-family: Font Awesome\ 5 Free;
	font-style: normal;
	font-weight: 400;
	line-height: 1
}

.yearlypaymentdetails .toggle-open:before {
	content: "\f146"
}

.toggle {
	cursor: pointer
}

.toggle-hidden {
	display: none;
	visibility: hidden
}

.toggle-visible {
	display: block;
	visibility: visible;
	margin-bottom: 0 !important
}

td.paymentyear {
	text-align: center !important;
	font-weight: 700 !important
}

td.currency {
	border-left: 0 none !important;
	text-align: right !important
}

td.monthyearwrapper {
	margin: 0;
	padding: 0 !important
}

td.paidtodatemonthyear,
td.paidtodateyear {
	border-left: 0 none !important;
	text-align: right !important
}

.monthlypaymentdetails td {
	border: 0 none !important
}

.monthlypaymentcontainer table td {
	background: #dedede;
	font-size: 11px;
	white-space: nowrap
}

.monthlypaymentcontainer table tr td,
.monthlypaymentcontainer table tr th {
	border-right: 1px solid #ccc !important;
	border-bottom: 1px solid #ccc !important
}

.monthlypaymentcontainer table tr td:first-child {
	border-left: 1px solid #ccc !important
}

.monthlypaymentcontainer table tr td,
.monthlypaymentcontainer table tr th {
	border-radius: 0 !important
}
*/

.furtherreading {
    border-bottom: 3px double #e8e8e8;
}

.display-posts-listing {
    padding: 0;
    margin: 0;
}

.listing-item {
    font-family:
        Lato,
        Helvetica Neue,
        Helvetica,
        Arial,
        sans-serif;
    list-style: none;
    padding: 10px 0 !important;
    border-bottom: 1px solid #ccc !important;
    margin: 0 !important;
}

.listing-item:after {
    background: transparent !important;
    border-radius: 0 !important;
    color: #fff !important;
    content: "" !important;
}

.listing-item a {
    font-size: 18px !important;
}

span.date {
    float: right;
    text-transform: uppercase;
    display: inline-block;
    text-align: right;
    font-size: 14px !important;
    color: gray;
    margin: 0 0 0 15px;
}

.sidebar .widget_nav_menu,
.sidebar .widget_recent_entries {
    background: #ffffff !important;
    border: 1px solid #ccc !important;
}

.sidebar .widget_nav_menu h3,
.sidebar .widget_recent_entries h3,
.sidebar .widget_text h3 {
    border-bottom: 3px double #ccc !important;
}

.sidebar .widget ul li {
    border-bottom: 1px dashed #ccc !important;
}

.sidebar .widget ul li:last-child {
    border-bottom: 0 none !important;
}

.homepagebanner {
    margin: 0 0 15px !important;
}

.banner-emicalculator {
    margin-bottom: 20px;
}

.ecalprint {
    margin-right: 10px;
}

#ecalprintandshare a i {
    width: 32px;
    height: 32px;
    background: #fff none repeat scroll 0 0;
    border-radius: 50%;
    color: #0072aa;
    margin-right: 5px;
    padding: 5px;
}

#ecalprintandshare a:hover i {
    color: #005077;
}

#loader {
    display: none;
    text-align: center;
    margin: 5px auto;
    font-size: 20px;
    overflow: hidden;
    vertical-align: middle;
}

#ecalprintandshare {
    margin: 20px auto 0;
    text-align: center;
}

#ecalprintandsharetext {
    font-size: 18px;
    font-weight: 700;
}

#ecalsharelink {
    margin: 10px auto 0;
    text-align: center;
    width: 300px;
}

#ecalsharelink .control-label {
    text-align: center !important;
}

#sharelink {
    font-weight: 700;
    color: #00f;
    background: #fff;
}

@media (min-width: 480px) {
    ul.loanproduct-nav li a {
        border: 1px solid #ccc;
        display: block;
        overflow: hidden;
        padding: 15px;
        background: #dedede;
        margin: 0 !important;
        text-decoration: none;
        color: #333 !important;
        font-weight: 700;
        font-size: 16px;
        line-height: 1.3;
        text-align: center;
        outline: 0 none;
    }

    .emicalculatorcontainer {
        border: 0px;
        padding: 30px 10px;
    }

    .emischemes label {
        max-width: none;
        white-space: nowrap;
    }

    #emipaymenttable table th {
        font-size: 16px;
    }

    #emipaymenttable table td,
    .monthlypaymentcontainer table td {
        font-size: 14px;
    }

    #ecalsharelink {
        width: 430px;
    }
}

@media (min-width: 768px) {
    #emicalculatorinnerform {
        /*border-bottom: 1px solid #ccc;*/
        /*padding: 10px 20px*/
    }

    #emipaymentsummary,
    #emipiechart {
        border: 0 none;
    }

    #emipiechart {
        border-left: none;
        border-radius: 0;
    }

    #emicalculatorinnerformwrapper {
        border: 0px solid #ccc;
        border-radius: 4px;
        border-top-right-radius: 0;
        border-top-left-radius: 0;
    }

    ul.loanproduct-nav {
        padding-left: 0;
    }

    div.lyearformat {
        margin-top: 0;
    }
}

@media (min-width: 992px) {
    .emicalculatorcontainer {
        border: 0px;
    }

    .emicalculatorcontainer .control-label {
        display: flex;
        /*text-align: right;*/
        margin-bottom: 0;
        padding-top: 7px;
        align-items: center;
        font-weight: 500;
        font-size: 16px;
    }

    #emicalculatorinnerform {
        /*padding: 20px 30px 10px*/
    }
}

/* mycustom css start */
.year-item {
    border-bottom: 1px solid var(--gray100);
}
.input-group-text {
    color: var(--green-500) !important;
    background-color: var(--green-100) !important;
    border: none !important;
    border-radius: 0px !important;
    padding: 18px !important;
    font-size: 16px !important;
}
.form-control:focus {
    box-shadow: none !important;
}

.input-group {
    justify-content: end;
}
.form-group {
    justify-content: space-between;
}
.custm-box,
.custm-box-2 {
    color: var(--green-500) !important;
    background-color: var(--green-100) !important;
    height: 30px !important;
    width: 115px !important;
    flex: 0 0 115px !important;
    text-align: right !important;
    padding: 18px !important;
    /*font-weight: 600!important;*/
    font-size: 0.9rem !important;
    border: none !important;
    border-radius: 0px !important;
}

.contentSecondary {
    color: var(--gray900);
    padding-left: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 16px !important;
}
.contentPrimary {
    color: #44475b;
    padding-right: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 16px !important;
}
.table-responsive {
    width: 100% !important;
}
.highcharts-container {
    display: flex !important;
    justify-content: center !important;
}
#leschemewrapper {
    display: none !important;
}

.accordion-button:focus {
    box-shadow: none !important;
}
.accordion-button:not(.collapsed),
.accordion-button {
    color: #888c93 !important;
    background-color: transparent !important;
    font-size: 16px !important;
}
button {
    font-weight: 400 !important;
}
.accordion-button::after {
    width: var(--bs-accordion-btn-icon-width);
    height: var(--bs-accordion-btn-icon-width);
    color: #888c93 !important;
}
.faqs-section .accordion-item {
    border: none;
}
.year-item {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}
.accordion-body {
    padding-top: 40px;
}
.yearTable {
    background-color: var(--green-100);
    border: none;
}
.yearTableHead,
.yearTableBody {
    border-bottom: 1px solid #fff;
}
.emic54FirstColumn {
    margin-left: 15px;
}
.emic54LastColumn {
    margin-right: 15px;
}
.yearTableHead td p,
.yearTableBody td p {
    font-size: 16px !important;
}
/* mycustom css end */

@media print {
    body {
        visibility: hidden;
    }

    .calculatorcontainer {
        visibility: visible;
    }
}

/*# sourceMappingURL=emicalculator.css.map */
