.sec-calculator .table-listing li:nth-child(2) .property .property-child,
.sec-calculator .table-listing li:nth-child(3) .property .property-child {
    padding-right: 0px !important;
}



.summary-label {
font-family: proxima-nova;
font-style: normal;
font-weight: 600;
font-size: 14px;
line-height: 18px;
margin-bottom: 10px;
}

.summary ul li {
line-height: 21px;
color: #454545;
margin-bottom: 5px;
padding-left: 20px;
position: relative;
width: 100%;
text-align: left;
list-style-type: none;
}

.summary ul li::before {
content: '';
top: 7px;
position: absolute;
width: 8px;
height: 20px;
background: url("../../../../assets/icms/images/calculator/Ellipse.svg") no-repeat;
background-size: 100%;
left: 0;
display: inline-block;
}
@media(max-width: 991px){
.sec-calculator .bg-apricot {
background-color: #ffffff;
}
.sec-calculator .form-ctrl {
background-color: #ffffff;
}
.calculation-content {
border-radius: 0;
box-shadow: none;
display: none;
}
}
@media(min-width:992px){
.output-table tr th:first-child {
padding-left: 0;
}
.output-table tr td:nth-child(1) .value {
padding-left: 0;
}
}

@media (max-width: 360px) {
    .post-tax-block{
        flex-direction: column !important;
    }
    .post-tax-title{
        margin-bottom: 16px;
    }
    .post-tax-switch{
        justify-content: space-between;
    }
}    