.savings-calculator {
    font-family: Roboto, "Segoe UI", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.savings-calculator .articles .results-header {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 8px;
    margin-top: 15px;
}
.savings-calculator .results-top .results-value {
    font-size: 50px;
    line-height: 1.3;
}
.savings-calculator .term-in-years {
    font-size: 40px;
    line-height: 2.1;
    letter-spacing: 1px;
}
.savings-calculator .slider {
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    height: 25px;
    background: #f1f4f6;
    border-radius: 100px;
    outline: none;
    border: 1px solid #c4cdd5;
    opacity: 1;
    margin-bottom: 30px;
}
.savings-calculator .btn-success {
    color: #fff;
    background-color: #28a745 !important;
    border-color: #28a745;
}
.savings-calculator .btn-success:hover {
    color: #fff;
    background-color: #218838 !important;
    border-color: #1e7e34;
}
.savings-calculator .btn-grey-compare {
    margin: auto;
    color: #fff;
    background-color: #86939e;
    border-color: #86939e;
    width: 100%;
    border-radius: 3px;
}
.savings-calculator .btn-grey-compare:hover {
    color: #fff;
    background-color: #6b7a86;
    border-color: #6b7a86;
}
.savings-calculator .slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #ffffff;
    border: solid 1px #86939e;
    cursor: pointer;
}
.savings-calculator .slider::-moz-range-thumb {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #ffffff;
    border: solid 1px #86939e;
    cursor: pointer;
}
@media screen and (max-width:767px){
    .savings-calculator .page-bottom-article {
        background-color: white;
        padding: 25px;
    }
    .savings-calculator .compare-accounts-wit {
        font-size: 18px;
        font-weight: 900;
        line-height: 1.22;
        color: #3e3e40;
    }
    .savings-calculator .when-interest-rates {
        font-size: 14px;
        font-weight: 500;
        color: #5a646d;
    }
    .savings-calculator .page2 {
        background-color: #eceef1;
    }
}