.output-table tr th:nth-child(2) .property .property-child, .output-table tr th:nth-child(3) .property-child{
position: relative;
padding-right: 20px;
}

@media (min-width: 992px){
.output-table tr th:first-child {
padding-left: 0px;
}
.output-table tr td:nth-child(1) .value {
padding-left: 0px;
}
.mf-offer-card {
bottom: 20px !important;
}
.output-table tr th:nth-child(1), .output-table tr td:nth-child(1) {
width: 28%;
}
.output-table tr th:nth-child(2), .output-table tr td:nth-child(2) {
width: 40%;
}
.output-table tr th:nth-child(3), .output-table tr td:nth-child(3) {
width: 30%;
}
.calci-main__container .large-field {
width: 88px;
margin-bottom: 0px;
}
.date-form-group .date{
margin-top:-10px;
}
}
@media (max-width: 991px) {
   
    .calculation-result .amount-values {
        margin-left: 0px;
    }
    .sec-calculator .tax-slab-box .main-box {
        padding-top: 16px;
    }

    /* isApp and Mweb */
    .sec-calculator .cal-table th{
        padding: 8px;
        font-size: 13px;
    }
    .sec-calculator .cal-table tr td {
        padding: 12px 12px 0px 8px;
    }
    .sec-calculator .calculation-content{
        margin-top: 20px;
    }
    .section-title-md {
        font-weight: 600;
        font-size: 22px;
        line-height: 26px;
        text-align: left;
        margin-top: 20px;
    }
    .cal-tax-exemption {
        padding: 0px;
    }

    .sec-calculator .bg-apricot {
        background-color: #ffffff;
    }

    .sec-calculator .form-ctrl {
        background-color: #ffffff;
    }
    .sec-calculator .calculation-content {
        box-shadow: none;
        border-radius: 0px;
    }
    .sec-calculator .calculation-result {
        padding-left: 0px;
        padding-right: 0px;
        padding-top: 0px;
    }
    .isApp .btn-form-group {
        position: fixed;
        bottom: 0;
        right: 0;
        width: 100%;
        padding: 12px 20px 20px 20px;
        background: #fff;
        margin-bottom: 0px;
    }
    .custom-primary {
        background-color: var(--primary-green);
        color: #ffffff !important;
        padding: 12px;
    }
    .calculator-form .btn-form-group .calci-button-ctrl {
        margin-bottom: 0px;
    }
    .isApp .cal-tax-exemption {
        padding-bottom: 50px;
    }
    .isApp .mweb-ctas {
        position: fixed;
        bottom: 0;
        right: 0;
        width: 100%;
        background: #ffffff;
        padding: 12px 20px 20px 20px;
        box-shadow: 0px 0px 4px rgb(0 0 0 / 18%);
    }
    .mweb-ctas .cta{
        padding: 12px;
    }
 
    .onpage-offer-card {
        padding: 12px 0px 18px;
    }
    .isApp .calculation-content {
        padding-bottom: 80px;
    }
    .sec-other-calculator .calculation-result .chart-box{
        width: 330px;
    }
  
}   