.discountImg {
    display: inline-block;
    width: 108px;
    height: 32px;
    background-image: url('/wp-content/themes/irs_us/new-design/img/calculator-discount.svg');
    background-repeat: no-repeat;
    background-position: left center;
    line-height: 32px;
    font-size: 14px;
    color: #FFFFFF;
    font-weight: 800;
    font-style: normal;
    text-align: center;
    padding-left: 5px;
    margin-left: 8px;
    position: relative;
    top: -4px;
}
.lanCtaCalc .costs{
    position: relative;
}
.lanCtaCalc .costs strong {
    font-weight: 500;
    font-size: 24px;
    color: #333;
    margin-left: 2px;
}
.lanCtaCalc .costs b {
    text-decoration: line-through;
    color: #828282;
    font-size: 14px;
    font-weight: 600;
    margin-left: 2px;
}