.calc3_dropdown {
    width: 100%;
    height: 44px;
    padding-left: 1em;
    /* padding-top: 1em; */
    color: #495057;
    background-color: #fff;
    border: 1px solid #E5E5E5;
    font-size: 12px;
    line-height: 15px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    background-position: calc(100% - 20px) center;
    background-repeat: no-repeat;
    background-image: url(/image/design/down_arrow.png);

    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.calc3_label {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    color: #000000;

    margin-bottom: 25px;
}

.calc3_val_input_bg{
    background-size: 25px;
    margin-top: 20px;
}
.calc3 .irs--round {
    background-color: #F1EDE6;
}

.irs-grid {
    background-color: #fff;

    width: 100% !important;
    left: 0 !important;
}

.calc3 .irs--round .irs-line {
    background-color: #1CA263;
    top: 38px;
    height: 1px;
}

.calc3_total_eff {
    font-weight: 700;
    font-size: 35px;
    line-height: 45px;
    text-transform: uppercase;
}

.calc3_total_eff_title {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 20px;
}

.calc3_output_col {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    color: #000000;
    line-height: 220%;
}

.calc3_output_big {

    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 16px;
    /* identical to box height, or 67% */


    color: #000000;

}

.calc_small_value {
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
}

.irs--round .irs-from::before,
.irs--round .irs-to::before,
.irs--round .irs-single::before {
    z-index: 10;
}

.calc3 .irs-from,
.calc3 .irs-to,
.calc3 .irs-single {
    top: 50px;

}

.irs--round .irs-from, .irs--round .irs-to, .irs--round .irs-single {
    z-index: 10;
}

.calc3_slider .irs--round .irs-from::before,
.calc3_slider .irs--round .irs-to::before,
.calc3_slider .irs--round .irs-single::before {
    bottom: 8px !important;
}


.calc3val {
    font-weight: 400;
    font-size: 14px;
    color: #000000;
    display: inline-block;
    margin-left: 26px;
    margin-top: 10px;
}
