.body {
    background-color: #fff;
}

.box-layout {
    background-color: #fff;
}

.demolition {
    overflow: hidden;
    position: relative;
  }

.demo-ti-back{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: auto;
    opacity: 0.4;
}

.demolition-heading {
    position: relative;
    padding: 50px 0 50px 0;
    text-align: center;
  }

.demolition-heading h2 {
    color: black;
}

/* .price-calc-main {
    display: table;
}

.flax {
    float: none;
    display: table-cell;
} */

.price-calc-main .title-un{
    padding-top: 45px;
}

/* .calc-form-main {
    margin: 0 100px 0 100px;
} */

  
.calc-form{
    padding: 20px 30px 40px 30px;
}

.range-form {
    padding: 20px 20px 50px 30px;
}

.checkboxB h5 {
    padding: 20px 0 0 15px;
}
.checkboxB label {
    padding: 10px 0 0 30px;
    font-size: 17px;
    font-weight: 400;
}

.form-container {
    background-color: #ebfafd;
    padding-bottom: 40px;
}


.flax {
    display: flex;
    justify-content: space-between;
}


.flax output {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 19px;
    font-weight: 600;
}

.breakdown{
    padding: 25px;
}

.result-container {
    background-color: #ebfafd;
    padding-top: 40px;
    padding-bottom: 150px;
}

.result-cont-container {
    margin-left: 25px;
}


.result-cont {
    display: flex;
    justify-content: space-between;  
    /* padding-left: 45px;   */
    /* margin-left: 20px; */
}

.result-cont output {
    font-family: sans-serif;
    font-size: 17px;
    font-weight: 500;
}


#finalVal {
    font-size: 17px;
    font-weight: 600;
}

.foot-top h3{
    text-align: center;
    font-weight: 600;
}

.foot-top a{
    font-size: 23px;
    font-weight: 600;
}