.premie-calculator-header {
    height: 400px;

}
.premie-calculator {
    margin-top: -75px;
    min-height: 500px;
}

.calculator-card-item{
    min-height: 75px;
    min-width: 125px;
}
.calculator-card-check{
    width: 16px;
    height: 16px;
    border-radius: 50%;
    top: 10px;
    right: 10px;
}
.calculator-option-selected{
    border: solid 1px #1c8249 !important;
}
.calculator-calculation-view{
   background: #FFFBFB;
   min-height: 200px;
   border: solid 1px #ec202a;
}
.calculator-calculation-divider{
    margin: 0 30px;
    border-bottom: dashed 1px #3b3b3b;
}