.isApp .cal-tax-exemption{
padding-bottom:115px;
}
.calculation-content.overlay:before{z-index: 8;}
.row-flex.row-three-col.two-elements-strt {
justify-content: flex-start;
}

.calc-checkbox .form-group.amount-form-group {
max-width: 100%;
}
.calc-checkbox .description {
font-size: 16px;
line-height: 20px;
color: var(--black60);
}
.check-label {
position: relative;
padding-left: 28px;
cursor: pointer;
font-size: 16px;
line-height: 20px;
color: #222;
font-weight: 400;
margin-right: 24px;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.check-label input:checked ~ .checkmark {
background-color: #00B852;
}
.check-label .checkmark:after {
left: 6px;
top: 2px;
width: 5px;
height: 10px;
border: solid white;
border-width: 0 2px 2px 0;
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
}
.check-label .checkmark:after {
content: "";
position: absolute;
display: none;
}
.check-label > input:checked ~ .checkmark:after {
display: block;
}
.check-label input[type="checkbox"] {
width: 100%;
height: 60px;
left: 0;
top: 0;
margin: 0;
z-index: 1;
}
.check-label input {
position: absolute;
opacity: 0;
cursor: pointer;
height: 0;
width: 0;
}
.check-label .checkmark {
position: absolute;
top: 0;
left: 0;
height: 18px;
width: 18px;
background-color: transparent;
border: 1px solid #19B38D;
border-radius: 3px;
}

@media(max-width:991px){
.sec-benefits .calculator-graphic img{
max-height: 240px;
}
.calculation-content{
box-shadow: none;
border-radius: 0;
}
.calculation-content {
border-radius: 0;
box-shadow: none;
display: none;
}
.sec-calculator .main-content{
background: #fff;
}
.sec-calculator .form-ctrl {
background-color: #ffffff;
}
.two-elements-strt .calci-input-ctrl .dropdown-wrap .form-ctrl{
padding-left: 0;
}
.calc-checkbox {
margin-bottom: 10px;
width: calc(100% + 40px);
margin-left: -20px;
margin-right: -20px;
background: var(--black3);
padding: 8px 20px;
}
.calci-main__container .calc-optional-amount .calci-label__elements .form-ctrl{
background: transparent;
}
.calci-main__container .calculator-form .calc-optional-amount{
width: calc(100% + 40px);
margin-left: -20px!important;
margin-right: -20px!important;
background: #F9F8F3;
padding: 16px 20px 10px;
}
.two-elements-strt .form-group:nth-of-type(2) {
background: var(--black3);
padding-left: 20px;
padding-right: 20px;
margin-left: -20px!important;
margin-right: -20px!important;
min-width: calc(100% + 40px);
}
.two-elements-strt .form-group:nth-of-type(2) .calci-label__elements .form-ctrl {
background: transparent;
}