* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;

}

body {
    overflow-x: hidden;
}
#input-section{
    position: relative;
}

.form-align {
    position: absolute;
    padding: 2%;
    top: 1%;
}

#input-form {
    padding-bottom: 2%;
}

.text-center {
    text-align: center;
}


.center-fit {
    max-width: 100%;
    max-height: 100vh;
    margin: auto;
}

.result-section{
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, 44%);
    background-color: white;
    text-align: center;
    padding: 2%;
}

.basic-result{
    position: absolute;
    bottom:-76%;
    left: 50%;
    background-color: white;
    text-align: center;
    padding: 2%;
}

.trdiv {
    width: 33.33%;
    float: left;
    padding: 5px;
}

#monthly-bill .basicresultbx {
    background: #fff ;
    position: relative;
    background-size: cover;
}

.trdiv .basicresultbx {
    background: #fff;
    border: 1px solid #f6a723;
    padding: 10px;
    height: 217px;
}