.box-absolute.remove-banner-text {
    display: none !important;
}

.story-block {
    width: 100%;
    max-width: 580px;
    position: relative;
    margin: 25px auto 0;
    box-sizing: border-box;
}

.story-block h1 {
    margin-bottom: 38px;
}

.story-block h1,
.pension-estimate-block h2 {
    max-width: 90%;
    font-size: 48px;
    line-height: 58px;
    color: #282828;
    position: relative;
}

.story-block h1:before,
.pension-estimate-block h2:before {
    content: '';
    top: 0;
    left: -30px;
    bottom: 0;
    position: absolute;
    z-index: 1;
    width: 8px;
    background-image: linear-gradient(#36e88e, #00c186);
}

.story-block p,
.estimation-block p,
.description-with-btn p {
    font-size: 18px;
    line-height: 28px;
    color: #282828;
    max-width: 90%;
}

.story-block p:not(:last-child),
.estimation-block p:not(:last-child),
.description-with-btn p:not(:last-child) {
    padding: 0 0 10px;
}

.story-block p strong,
.estimation-block p strong,
.description-with-btn p strong {
    font-family: 'ProximaNova-Bold';
}

ul.num-point {
    list-style-type: none;
    counter-reset: css-counters 0;
    /* intializes counter, set -1 for zero-based counters */
    margin: 38px 0 80px;
}

ul.num-point li {
    position: relative;
    min-height: 40px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin: 0;
    padding: 0 0 0 67px;
    font-size: 18px;
    line-height: 18px;
    color: #282828;
    font-family: 'ProximaNova-Semibold';
    background-image: url(images/hrz-line.svg);
    background-repeat: repeat-y;
    background-position: left 20px top;
}

ul.num-point li:not(:last-child) {
    padding: 0 0 30px 67px;
}

ul.num-point li:last-child {
    background: none;
}

ul.num-point li:before {
    font-family: 'ProximaNova-Semibold';
    counter-increment: css-counters;
    content: counters(css-counters, ".") " ";
    /* generates inherited counters from parents */
    width: 40px;
    height: 40px;
    background: #00C186;
    border-radius: 4px;
    font-size: 24px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    display: block;
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
}

/* Estimation Block */
.pension-estimate-block * {
    box-sizing: border-box;
}

.pension-estimate-block {
    background: #F7F7F7;
    padding: 80px 0 167px;
}

.pension-estimate-block h2 {
    margin: 0 auto;
    max-width: fit-content;
}

ul.pension-plan {
    list-style-type: none;
    display: flex;
    flex-flow: row;
    padding: 90px 0 27px;
    justify-content: space-between;
}

ul.pension-plan li {
    /* width: calc(100% / 4 + 60px / 3); */
    list-style-type: none;
    text-align: center;
    width: 100%;
    max-width: 205px;
    text-align: center;
}

ul.pension-plan li:last-child {
    /*  width: calc(25% - 60px / 3 * 2); */
}

ul.pension-plan li:not(:last-child) {
    /* padding: 0 60px 0 0; */
}

ul.pension-plan li h5 {
    font-family: 'ProximaNova-Bold';
    color: #282828;
    font-size: 19px;
    line-height: 28px;
    padding: 0 0 13px;
}

.h-block {
    padding: 20px 20px 18px;
    background: #FFFFFF;
    box-shadow: 0px 0px 24.7445px rgba(0, 0, 0, 0.08);
    border-radius: 5px;
    /* min-height: 216px; */
    display: flex;
    flex-flow: column;
}

.home-image {
    width: 130px;
    height: 130px;
    position: relative;
    margin: 0 auto;
    overflow: hidden;
}

.home-image::before {
    background: url(images/home-inner-trans.png) no-repeat 0 0;
    background-size: cover;
    content: '';
    position: absolute;
    z-index: 2;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.home-image span {
    display: flex;
    flex-flow: column;
}

.home-image span:first-child,
.home-image span:last-child {
    font-family: 'ProximaNova-Bold';
    color: #fff;
    font-size: 16px;
    line-height: 1;
}

.home-image span:first-child,
.home-image span:first-child:last-child {
    background: #3B8CED;
    justify-content: center;
    align-items: center;
}

.home-image span:last-child {
    background: #F37335;
    justify-content: center;
    align-items: center;
}

.h-block span.value {
    font-family: 'ProximaNova-Semibold';
    font-size: 19px;
    line-height: 28px;
    color: #282828;
    padding: 18px 0 0;
}

.h-block span.value::before {
    content: '';
    height: 23px;
    width: 4px;
    background: linear-gradient(359.98deg, #00C186 -0.16%, #36E88E 98.96%);
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
}

.estimation-block {
    max-width: 508px;
    margin: 0 auto;
}

ul.estimation-indicator {
    list-style-type: none;
    width: 100%;
    background: rgba(196, 196, 196, 0.2);
    padding: 20px;
    display: flex;
    justify-content: space-between;
    margin: 0 0 50px;
}

ul.estimation-indicator li {
    font-family: 'ProximaNova-Semibold';
    font-size: 14px;
    line-height: 22px;
    color: #646464;
    padding: 0 0 0 32px;
    background-repeat: no-repeat;
    background-position: top left;
    list-style-type: none;
}

ul.estimation-indicator li:nth-child(1) {
    background-image: url(images/home-equity.svg);
}

ul.estimation-indicator li:nth-child(2) {
    background-image: url(images/loan-icon.svg);
}

ul.estimation-indicator li:nth-child(3) {
    background-image: url(images/value-net-equity.svg);
    padding: 0 0 0 14px;
}

.estimation-block p {
    max-width: 100%;
}

/* Estimator Calculator */

.calculation-section * {
    box-sizing: border-box;
}

.calculation-section {
    padding: 0 0 72px;
    position: relative;
    top: -70px;
    margin-bottom: -70px;
}

ul.pension-boost-profit {
    list-style-type: none;
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin: 0 0 77px;
}

ul.pension-boost-profit li {
    width: 50%;
    max-width: 470px;
    list-style-type: none;
}

ul.pension-boost-profit li div {
    width: 100%;
    background: #FFFFFF;
    box-shadow: 0px 0px 60px rgba(0, 0, 0, 0.06);
    border-radius: 4px;
    padding: 20px 10px 34px;
    text-align: center;
}

ul.pension-boost-profit li div h3 {
    font-family: 'ProximaNova';
    font-size: 25px;
    line-height: 35px;
    color: #282828;
    font-weight: 500;
    margin: 0;
    padding: 0 0 24px;
}

ul.pension-boost-profit li div h3 strong {
    font-family: 'ProximaNova-Bold';
}

ul.pension-boost-profit li div span {
    display: block;
}

ul.pension-boost-profit li:nth-child(1) span.value,
ul.pension-boost-profit li:nth-child(2) span.value {
    font-family: 'ProximaNova-Bold';
    font-size: 60px;
    line-height: 84px;
}

ul.pension-boost-profit li:nth-child(1) span.value {
    color: #FCC62D;
}

ul.pension-boost-profit li:nth-child(2) span.value {
    color: #00C186;
}

ul.pension-boost-profit li div span.text {
    font-size: 20px;
    line-height: 28px;
    position: relative;
    top: -3px;
    color: #282828;
}

.description-with-btn {
    max-width: 508px;
    margin: 0 auto;
}

.description-with-btn .cta-btn {
    margin-top: 66px;
}

.description-with-btn .imp-note{
    display: block;
    padding: 15px 0 0;
    color: #505050;
    font-style: italic;
}


.related-blogs-case-study * {
    box-sizing: border-box;
}

.related-blogs-case-study .section-container {
    max-width: 1150px !important;
}

.related-blogs-case-study {
    background: rgba(40, 40, 40, 0.05);
    padding: 51px 0 80px;
}

.related-blogs-case-study h3 {
    text-align: center;
    color: #282828;
}

.related-blogs-case-study p {
    text-align: center;
    max-width: 520px;
    margin: 0 auto;
    font-size: 18px;
    line-height: 26px;
}

.related-blogs-case-study .cta-btn-outline {
    margin: 15px 0 0;
}

.related-blogs-case-study .cta-btn {
    max-width: 520px;
    margin: 60px auto 0;
    border-color: #f2f2f2;
}

ul.related-blog-list.block-3 li {
    max-width: 370px;
    width: 33.33%;
    margin-bottom: 20px;
}

ul.related-blog-list.block-3 li a {
    padding: 20px 20px 30px;
}

ul.related-blog-list.block-3 li h4 {
    font-family: 'ProximaNova-Semibold';
    font-size: 16px;
    line-height: 22px;
    margin: 21px 0 4px;
}

@media only screen and (max-width: 767px) {

    .story-block {
        margin: 23px auto 0;
    }

    .story-block h1 {
        margin-bottom: 30px;
        font-size: 30px;
        line-height: 36px;
        padding-left: 24px;
        max-width: 90%;
    }

    .pension-estimate-block h2 {
        font-size: 30px;
        line-height: 36px;
        padding-left: 24px;
        max-width: 100%;
    }

    .story-block h1:before,
    .pension-estimate-block h2:before {
        width: 4px;
        left: 0;
    }

    .story-block p,
    .estimation-block p,
    .description-with-btn p {
        max-width: 100%;
        font-size: 16px;
        line-height: 23px;
    }

    .estimation-block p:not(:last-child),
    .description-with-btn p:not(:last-child) {
        padding: 0 0 30px;
    }

    .story-block p:not(:last-child){
        padding: 0 25px 30px; 
    }

    .story-block p:last-child {
        padding: 0 25px; 
    }

    ul.num-point {
        margin: 32px 0 56px;
    }

    ul.num-point li {
        line-height: 28px;
    }

    ul.num-point li:before {
        top: -4px;
    }

    .pension-estimate-block {
        padding: 25px 0 70px;
    }

    ul.pension-plan {
        flex-wrap: wrap;
        justify-content: center;
        padding: 30px 0 35px;
    }

    ul.pension-plan li {
        max-width: 216px;
    }

    ul.pension-plan li:not(:first-child) h5 {
        padding: 33px 0 13px;
    }

    ul.pension-boost-profit li div {
        padding-bottom: 8px;
    }

    ul.pension-boost-profit li div h3 {
        font-size: 20px;
        line-height: 23px;
        padding: 0 0 4px;
    }

    ul.pension-boost-profit li div span.text {
        top: -7px;
    }

    ul.pension-boost-profit li div h3 strong {
        display: block;
    }

    ul.pension-boost-profit li:nth-child(1) span.value,
    ul.pension-boost-profit li:nth-child(2) span.value {
        font-size: 40px;
        line-height: 56px;
    }

    ul.estimation-indicator {
        flex-wrap: wrap;
        max-width: 216px;
        margin: 0 auto 34px;
        padding: 11px 20px 13px;
    }

    ul.estimation-indicator li {
        width: 100%;
        padding: 0 0 2px 26px;
        background-size: 14px;
        background-position: top 3px left;
    }

    ul.estimation-indicator li:nth-child(3) {
        padding: 0 0 0 26px;
        background-size: 3px;
        background-position: top 2px left 5px;
    }

    ul.pension-plan li h5 {
        padding: 0 0 10px;
    }

    .estimation-block {
        padding: 0 25px;
    }

    .description-with-btn {
        padding: 0 25px;
    }

    .description-with-btn .cta-btn {
        margin-top: 0;
        max-width: 287px;
    }

    .calculation-section {
        top: -38px;
        margin-bottom: -38px;
        padding: 0 0 38px;
    }

    ul.pension-boost-profit {
        max-width: 96.5%;
        flex-wrap: wrap;
        margin: 0 auto 35px;
    }

    ul.pension-boost-profit li {
        width: 100%;
    }

    ul.pension-boost-profit li:not(:last-child) {
        margin-bottom: 30px;
    }

    .related-blogs-case-study {
        padding: 31px 0 58px;
    }

    .related-blogs-case-study p {
        font-size: 19px;
        line-height: 27px;
        padding: 23px 25px 0;
    }

    ul.related-blog-list.block-3 {
        margin: 28px 0 0;
        padding: 0;
    }

    ul.related-blog-list.block-3 li {
        width: 100%;
        margin-bottom: 5px;
    }

    ul.related-blog-list.block-3 li a {
        padding: 20px;
    }

    ul.related-blog-list.block-3 li h4 {
        margin: 19px 0 0;
    }

    .related-blogs-case-study .cta-btn {
        max-width: 287px;
        margin: 3px auto 0;
    }

}