.section-hero-loan-scheme .container-image-hero .data-body {
    max-width: 1000px;
    background: none;
    padding: 0px;
    top: 0;
    bottom: 0;
    display: inline-block;
    max-height: 100%;
    width: 100%;
}

/* .data-body.hero-content-loan {
    max-width: 1000px;
    width: 100%;
    margin: auto;
} */

.section-hero-loan-scheme .container-image-hero .content-hero {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.col-2.box-left,
.col-2.box-right {
    display: inline-block;
    width: 48%;
    vertical-align: top;
    /* margin-top: calc(4%); */
    box-sizing: border-box;
}

.text-left {
    background: rgba(255, 255, 255, 0.3);
    border-radius: 4px;
    padding: 16px 25px;
    color: #fff;
    width: 87%;
    box-sizing: border-box;
}

.text-left h1 {
    font-size: 30px;
    color: #fff;
    margin: 10px 0;
    line-height: 1.1;
    text-align: left;
}

.text-left h4 {
    color: #fff;
    margin: 0;
    font-family: ProximaNova;
    font-weight: normal;
    margin-bottom: 10px;
}

.text-right-1 {
    background-color: #282828;
    border-radius: 4px;
    color: #fff;
}

.text-right-1 p {
    font-size: 18px;
    color: #fff;
    padding: 15px;
    text-align: center;
}

.btn-try-calculate {
    display: block;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    height: 57px;
    font-size: 22px;
    border: 2px solid #00C186;
    text-align: center;
    line-height: 55px;
    background-image: linear-gradient(to right, #00C186, #36e88e);
    color: #ffffff;
    cursor: pointer;
}

.btn-try-calculate:hover {
    background: #ffffff;
    border: 2px solid #00C186;
    color: #00C186
}

.text-left span.small-text {
    font-size: 12;
}

/* h1.text-title:before {
    background-image: linear-gradient(#36e88e, #00c186);
    height: 60px;
    width: 9px;
    content: "";
    display: inline-block;
    margin-right: 30px;
    vertical-align: middle;
} */

h1.text-title {
    font-size: 48px;
    color: #282828;
}

h2.text-title:before {
    background-image: linear-gradient(#36e88e, #00c186);
    height: 60px;
    width: 9px;
    content: "";
    display: inline-block;
    margin-right: 30px;
    vertical-align: middle;
}

h2.text-title {
    font-size: 48px;
    color: #282828;
}

small.small-text {
    font-size: 12px;
    height: 0;
    display: inline-block;
    margin-right: 30px;
}

.text-right-2 {
    background: #ffffff;
    border-radius: 4px;
    padding: 15px;
    margin-top: 20px;
}

.section-case-study .section-container {
    margin: 20px auto 0;
}

.col-2.box-case-study {
    position: relative;
    width: 43%;
    padding: 20px;
    margin: 0 10px 25px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.box-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.col-2.box-case-study:hover a.btn-learnmore {
    color: #fff;
    border: 2px solid #00C186;
    background-image: linear-gradient(to right, #00C186, #36e88e);
}

a.btn-learnmore {
    cursor: pointer;
    text-align: center;
    color: #00C186;
    border: 2px solid #00C186;
    width: 185px;
    height: 50px;
    display: block;
    line-height: 50px;
    text-transform: uppercase;
    border-radius: 4px;
    margin: 15px 0 0;
    font-size: 14px;
}

a:hover.btn-learnmore {
    color: #fff;
    border: 2px solid #00C186;
    background-image: linear-gradient(to right, #00C186, #36e88e);
}

h1.data-header {
    font-size: 20px;
    margin: 15px 0 0;
}

h3.data-header {
    font-size: 20px;
    margin: 15px 0 0;
}

.video-box {
    width: 70%;
    min-height: 400px;
    margin: 40px auto;
    border-radius: 4px;
}

.section-channel .section-container {
    margin-top: 100px;
    padding-bottom: 40px;
}

.section-case-study p {
    font-size: 15px;
}

.scheme-step-header {
    background-color: #fff;
    color: #313131;
    padding: 50px 0 60px;
}

.scheme-step-header h2 {
    font-family: 'ProximaNova-Bold';
    color: #313131;
    padding-bottom: 20px;
}

.scheme-step-header h3 {
    color: #313131;
}

.scheme-step-header p{
    text-align: left;
}

.section-step-grey {
    background-color: #282828;
    padding-top: 70px;
    padding-bottom: 70px;
}

.section-step-grey .col-3.box-grey {
    width: 30%;
    margin: 10px;
    max-width: 310px;
    min-height: 270px;
    background: #505050;
    border-radius: 4px;
    position: relative;
}

.circle-green {
    color: #ffffff;
    font-size: 30px;
    font-family: ProximaNova-Bold;
    background: #00C186;
    width: 60px;
    height: 60px;
    display: block;
    text-align: center;
    border-radius: 50%;
    line-height: 60px;
}

.section-step-grey .copy {
    padding: 30px 25px;
}

.section-step-grey p {
    font-size: 22px;
    color: #ffffff;
    margin: 25px 0 0;
}

.box-grey:last-child:after {
    display: none;
}

.box-grey:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    width: 30px;
    left: 100%;
    top: calc(50%);
    height: 5px;
}

.section-step-header-white {
    background: #fff;
    padding: 50px 0 30px;
    text-align: center;
    font-family: ProximaNova-Semibold;
}

.section-step-white {
    padding-bottom: 100px;
}

.section-step-white .col-3.white-box {
    width: 25%;
    padding: 30px 25px;
    margin: 0 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.section-step-white p {
    font-size: 22px;
    padding-right: 25%;
}

.section-step-white .col-3.white-box img {
    width: 60px;
    height: 60px;
    margin: 10px 0 20px;
}

.content-hero .icon-row {
    width: 32%;
    display: inline-block;
}

.content-hero .icon-row h4 {
    font-size: 16px;
    margin: 5px 0;
    font-family: ProximaNova-Semibold;
    font-weight: normal;
}

.content-hero .icon-row p {
    font-size: 12px;
    color: #282828;
}

.content-hero .icon-row p strong {
    font-family: ProximaNova-Semibold;
    font-weight: normal;
}

i.icon-1 {
    width: 30px;
    height: 30px;
    background-size: contain;
    display: block;
    margin-bottom: 10px;
}

i.icon-2 {
    width: 30px;
    height: 30px;
    background-size: contain;
    display: block;
    margin-bottom: 10px;
}

i.icon-3 {
    width: 30px;
    height: 30px;
    background-size: contain;
    display: block;
    margin-bottom: 10px;
}

figure.icon-check {
    width: 11px;
    height: 10px;
    display: inline-block;
    padding-right: 3px;
    background: url(https://development.pensionboost.com.au/pools/live/pages/pension-loan-scheme/section-hero/images/icon-circle-green.svg) center center no-repeat;
    background-size: contain;
}

.section-hero-loan-scheme .content-hero small.small-text {
    font-size: 14px;
}

/* PLS Help */

.pls-help {
    background-color: #fff;
    color: #313131;
    padding: 87px 0 100px;
}

.pls-help h2 {
    font-family: 'ProximaNova-Bold';
    color: #313131;
    padding-bottom: 20px;
}


ul.pls-help-list {
    list-style-type: none;
    float: left;
    width: 100%;
    display: flex;
    padding: 20px 0 0;
}

ul.pls-help-list li {
    float: left;
    width: 33.33%;
    text-align: center;
}

ul.pls-help-list li div {
    box-sizing: border-box;
    padding: 30px 25px;
    margin: 0 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    height: 100%;
    display: flex;
    flex-flow: column;
    align-items: center;
}

ul.pls-help-list li h5 {
    font-size: 16px;
    padding: 10px 0;
    margin: 0;
}

ul.pls-help-list li i {
    margin: 0 auto;
    width: 60px;
    height: 60px;
    background-size: contain;
}

ul.pls-help-list li div p{
    text-align: left;
}

/* PLS Media */

.pls-media {
    background-color: #fff;
    color: #313131;
    padding: 0 0 100px;
}

.pls-media h2 {
    font-family: 'ProximaNova-Bold';
    color: #313131;
    padding-bottom: 20px;
}

.pls-media p {
    text-align: left;
}

ul.pls-media-list {
    list-style-type: none;
    float: left;
    width: 100%;
    display: flex;
    padding: 20px 0 0;
}

ul.pls-media-list li {
    float: left;
    width: 33.33%;
    text-align: center;
}

ul.pls-media-list li .video-box {
    width: 100%;
    min-height: unset;
    margin: 0 auto;
}

ul.pls-media-list li div.block {
    box-sizing: border-box;
    margin: 0 10px;
    /* padding: 30px 25px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); */
    height: 100%;
    display: flex;
    flex-flow: column;
    align-items: center;
}

ul.pls-media-list li div.placeholder {
    background: #f1f1f1;
    min-height: 150px;
    width: 100%;
}

ul.pls-media-list li h4{
    font-size: 16px;
    padding: 10px 0;
    margin: 0;
    min-height: 40px;
}

ul.pls-media-list li h4 a{
    color: #5d5d5d;
}

ul.pls-media-list li h4 a:hover{
    color: #000;
}

@media only screen and (max-width: 1080px) {
    .text-left h1 {
        color: #fff;
        margin: 18px 0;
        line-height: 1.1;
        font-size: 33px;
    }

    .btn-try-calculate {
        height: 35px;
        line-height: 35px;
        font-size: 18px;
    }

    .col-2.box-left,
    .col-2.box-right {
        display: inline-block;
        width: 48%;
        margin-top: calc(3%);
    }

    .text-right-2 {
        background: #ffffff;
        border-radius: 4px;
        padding: 10px;
        margin-top: 10px;
    }
}

@media only screen and (max-width: 1000px) {
    .col-2.box-case-study {
        width: 40%;
    }

    .section-step-white .col-3.white-box {
        padding: 20px;
    }

    .col-2.box-case-study {
        width: 40%;
    }

    .section-hero-loan-scheme .container-image-hero .box-absolute {
        top: 5%;
        font-size: 30px;
        width: 100%;
    }

    .text-left h1 {
        color: #fff;
        margin: 10px 0;
        line-height: 1.1;
        font-size: 30px;
    }

    .col-2.box-left {
        display: inline-block;
        width: 50%;
        margin-top: 0;
    }

    .text-left {
        width: 100%;
        padding: 15px 20px;
    }

    .header-content .content-container {
        padding: 20px;
    }

    .col-2.box-left {
        display: inline-block;
        width: 40%;
        margin-top: 10px;
    }

    .text-left {
        width: 85%;
        padding: 15px 20px;
    }

    .text-left h1 {
        color: #fff;
        margin: 15px 0;
        line-height: 1.1;
        font-size: 22px;
    }

    .text-left h4 {
        font-size: 18px;
    }

    .col-2.box-right {
        display: inline-block;
        width: 55%;
        margin-top: calc(1%);
    }

    .content-hero .icon-row h4 {
        font-size: 14px;
    }

    .content-hero .icon-row p {
        font-size: 11px;
    }

    .text-right-1 p {
        font-size: 14px;
        color: #fff;
        padding: 10px;
        text-align: center;
    }
}

@media only screen and (max-width: 767px) {
    .section-step-white .col-3.white-box {
        width: 70%;
        padding: 20px;
        margin: 20px;
    }

    .box-grey:after {
        background: none;
    }

    .video-box {
        width: 80%;
        min-height: 250px;
    }

    .col-2.box-case-study {
        width: 80%;
        margin: 20px;
    }

    .section-step-grey .col-3.box-grey {
        max-width: 100%;
        min-height: 100px;
        width: 80%;
    }

    .section-step-grey p {
        font-size: 16px;
    }

    .text-left h1 {
        color: #fff;
        margin: 0 0 10px;
        line-height: 1.1;
        font-size: 24px;
    }

    .text-left h4 {
        font-size: 16px;
    }

    h1.text-title {
        font-size: 38px;
    }

    h2.text-title {
        font-size: 38px;
    }

    .header-content .content-container {
        padding: 20px 0;
    }

    .container.section-hero-loan-scheme .section-container {
        margin-bottom: 10px;
    }

    .section-channel .section-container {
        margin-top: 50px;
    }

    .col-2.box-left {
        width: 100%;
        margin-top: 0;
    }

    .col-2.box-right {
        display: inline-block;
        width: 100%;
        margin-top: calc(3%);
    }

    .text-left {
        width: 100%;
        padding: 12px 10px;
    }

    .container.section-hero-loan-scheme .image-container {
        position: absolute;
        z-index: -1;
        min-height: 420px;
    }

    .section-hero-loan-scheme .container-image-hero {
        width: 100%;
        margin: auto;
        min-height: 420px;
    }

    .section-hero-loan-scheme .container-image-hero .box-absolute {
        top: 3%;
    }

    .text-left h1 {
        font-size: 22px;
    }

    .text-left h4 {
        font-size: 16px;
        margin-bottom: 0;
    }

    .text-right-1 p {
        padding: 15px;
    }

    .text-right-2 {
        margin-top: 13px;
    }

    .container.section-hero-loan-scheme .image-container img {
        max-height: 420px;
        height: auto;
    }

    .content-hero .icon-row h4 {
        font-size: 13px;
    }

    .content-hero .icon-row p {
        font-size: 10px;
    }

    .content-hero .icon-row {
        width: 31%;
    }

    .section-hero-loan-scheme .container-image-hero .content-hero {
        display: block;
    }

    .scheme-step-header {
        padding: 30px 0 40px;
    }

    .scheme-step-header h2,
    .pls-help h2,
    .pls-media h2 {
        font-size: 29px;
        line-height: 1.2;
    }

    .pls-help {
        padding: 40px 0 60px;
    }

    ul.pls-help-list,
    ul.pls-media-list {
        flex-wrap: wrap;
    }

    ul.pls-help-list li,
    ul.pls-media-list li {
        width: 100%;
    }

    ul.pls-help-list li:not(:last-child),
    ul.pls-media-list li:not(:last-child) {
        margin-bottom: 20px;
    }

    .pls-media {
        padding: 0 0 50px
    }

}


@media only screen and (max-width: 500px) {
    .header-content .content-container {
        padding: 50px 0 20px;
    }
}