.cs-loancalc h1 {
    color: #454f5b;
    font-weight: 700;
    text-align: center;
    margin-bottom: 20px;
}
.cs-loancalc label {
    color: #454f5b;
    font-size: 16px!important;
    text-align: center!important;
    display: block;
}
.result-table{
	display:none;
	border: 0px!important;
    text-align: center!important;
}
.result-table tbody tr{
	padding-top:0px!important
}
.result-table tbody td{
    padding: 0px!important;
    border: 0px!important;
    height: 20px!important;
	font-weight: 600;
    font-size: 16px;
    line-height: normal;
    color: rgb(69, 79, 91)!important;
}
.result-table thead th{
color: rgb(99, 115, 129)!important;
    letter-spacing: 0.2px;
	    padding-bottom: 0px!important;
}
#emiAmount{
	font-size: 22px;
    line-height: normal;
    color: rgb(69, 79, 91);
    font-weight: 600;
}
.cs-loancalc .input-n {
    max-width: 230px;
    display: block;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
}
.cs-loancalc input {
    background-color: white;
    border-radius: 28px;
    text-align: center;
    display: inline-block;
    font-size: 16px;
    color: rgb(69, 79, 91);
    padding: 12px;
    border-color: rgb(196, 205, 213);
    border-style: solid;
    border-width: 1px;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
}
.symbol-p{
	position: relative;
    right: -30px;
    font-weight: 700;
}
.input-n input[type="number"] {
  padding-left: 20px;
}
.cs-calc-mthwrapper {
    max-width: max-content;
    background-color: white;
    border-radius: 28px;
    text-align: center;
    display: flex;
    width: 100%;
    font-size: 16px;
    color: rgb(69, 79, 91);
    padding: 0px;
    border-color: rgb(196, 205, 213);
    border-style: solid;
    border-width: 1px;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 5px 24px -14px, rgba(0, 0, 0, 0.5) 0px 32px 60px -60px;
}
.cs-calc-mth {
    margin: 0px;
    padding: 10px 20px;
    font-weight: 600;
    border: 0px solid #d7d7d7;
    cursor: pointer;
    position: relative;
    border-radius: 25px;
	transition: all ease 0.3s;
}
.cs-calc-mth input{
    width: 0px!important;
    height: 0px!important;
    margin: 0!important;
    position: absolute;
    left: 0;
    top: 0;
}
/*.cs-calc-mth:has(>input:checked) {
    background-color: #748c84;
    color: #ffff;
    border-color: #748c84;
	transition: all ease 0.3s;
}*/
.cs-loancalc .result {
    text-align: center;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 5px 36px -14px, rgba(0, 0, 0, 0.2) 0px 32px 60px -60px;
    border-radius: 24px;
    overflow: hidden;
    background-color: white;
    margin-top: 40px;
    margin-bottom: 40px;
    display: block;
/*    padding: 30px;*/
    font-size: 16px;
}
.cs-loancalc .result p {
    margin: 25px;
    padding-bottom: 0;
}