/* Start custom CSS for section, class: .elementor-element-0151d84 */.btn-primary{
    background: #A1002F;
    width: 100%;
    color: #fff;
    padding: 4px 10px;
    margin-top: 1.5rem;
    cursor: pointer;
    font-weight: 600;
    font-size: 14px;
}

.btn-secondary{
    background: #DDE1E5;
    width: 100%;
    color: #495157;
    padding: 4px 10px;
    margin-top: 0.5rem;
    cursor: pointer;
    font-weight: 600;
    font-size: 14px;
}
#emi{
    background: #eaeaea;
}
.loan-cal label{
    font-size: 14px;
}
#tbl_result{
    width: 100%;
    display: inline-table;
    font-size: 13px;
}

#tbl_result th{
    background: #A1002F;
    color: #fff;
    padding: 4px 10px;
    text-align: center;
}
#tbl_result td:nth-child(1){
    text-align: center;
}
#tbl_result td{
    text-align: right;
}

.hide {
  display:none !important;
}
.show {
  display:block;
}/* End custom CSS */