* {
    font-family: ProximaNova;
}

h1,
h2,
h3,
h4 {
    /* font-family: 'ProximaNova-Bold'; */
}

strong {
    font-family: ProximaNova-Bold;
}

.semibold {
    font-family: ProximaNova-Semibold;
}

body {
    font-family: ProximaNova, sans-serif;
    color: #282828;
}

.style-1 h1 {
    font-size: 40px;
    font-family: ProximaNova-Semibold;
}

.style-1 h2 {
    font-size: 30px;
    font-family: ProximaNova-Semibold;
}

.style-1 h3 {
    font-size: 24px;
    font-family: ProximaNova-Semibold;
}

.style-1 h4 {
    font-size: 20px;
    font-family: ProximaNova-Bold;
}

.style-1 p {
    font-size: 18px;
}

.style-1 small {
    font-size: 14px
}

.style-2 h1 {
    font-size: 38px;
    font-family: ProximaNova-Semibold;
}

.style-2 h2 {
    font-size: 48px;
    font-family: ProximaNova-Semibold;
}

.style-2 h3 {
    font-size: 24px;
    font-family: ProximaNova-Semibold;
}

.style-2 h4 {
    font-size: 20px;
    font-family: ProximaNova-Bold;
}

.style-2 p {
    font-size: 18px;
}

.style-2 small {
    font-size: 14px
}

.style-3 h1 {
    font-size: 18px;
    font-family: ProximaNova-Bold;
}

.style-3 p {
    font-size: 14px;
}

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

.box-absolute {
    position: absolute;
}

.header {
    max-width: 1000px;
    margin: 0 auto;
    height: 80px;
    line-height: 80px;
    display: flex;
}

.logo {
    height: 35px;
    margin: 23px 0;
    display: inline-flex;
}

.logo-box {
    display: inline-flex;
    width: 40%;
}

.header-right {
    display: inline-flex;
    width: 60%;
    justify-content: flex-end;
}

.btn-enquire {
    height: 45px;
    line-height: 46px;
    min-width: 215px;
    background-image: linear-gradient(to right, #00C186, #36e88e);
    color: #ffffff;
    font-size: 16px;
    text-transform: uppercase;
    cursor: pointer;
    margin-top: 17px;
    border-radius: 2px;
    border: 2px solid #ffffff;
    text-align: center;
}

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

.contact-number {
    /*margin-right: 20px;
    border-right: 1px solid #282828;
     padding-right: 20px; */
    height: 30px;
    margin-top: 25px;
}

.contact-number span {
    display: flex;
    height: 20px;
    color: #282828;
}

.contact-number span.phone {
    font-size: 18px;
    margin-top: -3px;
}

.contact-number span.open-date {
    font-size: 12px;
    margin-top: 3px;
    display: block;
    text-align: right;
}

.logo-box-mobile {
    display: none;
}

.menu-text {
    display: none;
    position: absolute;
    z-index: 1;
    left: 55px;
    font-size: 18px;
    line-height: 19px;
    top: 10px;
}

nav.main-menu {
    background: #282828;
    color: #ffffff;
    z-index: 2;
    position: relative;
}

nav.main-menu #ul_menu {
    height: 45px;
    line-height: 45px;
    max-width: 1000px;
    margin: auto;
    display: flex;
    justify-content: space-between;
}

nav.main-menu #ul_menu span {
    line-height: 45px;
    /* padding: 0 42px !important; */
    padding: 0 16px !important;
    /* 30px */
    border-right: none !important;
    /*border-right: 1px solid #ffffff; */
    transition: transform .2s;
}

nav.main-menu #ul_menu span:first-child {
    /* border-left: 1px solid #ffffff; */
    border-left: none !important
}

/*nav.main-menu #ul_menu span:hover a { color:#282828; }*/
nav.main-menu #ul_menu span a {
    color: #fff;
    font-size: 15px;
    text-decoration: none;
    font-weight: 300;
}

nav.main-menu #ul_menu span.divider {
    display: none
}

nav.main-menu #ul_menu span.active {
    transform: scale(1.1);
    background: #ffffff;
    cursor: pointer;
    border-radius: 4px;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
}

nav.main-menu #ul_menu span.active a {
    color: #282828;
    font-family: ProximaNova-Semibold;
}

.footer-section {
    background: #282828;
    min-height: 50px;
    height: auto;
}

.footer-section .footer {
    max-width: 1000px;
    width: 100%;
    margin: auto;
    min-height: 50px;
    justify-content: space-evenly;
    flex-direction: row;
}

.footer-section .copyright {
    display: inline-flex;
}

.footer-section .copyright p,
.footer .privacy-term {
    font-size: 12px;
    color: #ffffff;
    display: inline-flex;
    float: right;
    margin-top: 18px;
}

.footer-section .policy a {
    margin-right: 20px;
    border-right: 1px solid #ffffff;
    padding-right: 20px;
    text-decoration: none;
    color: #ffffff;
    position: relative;
    text-align: center;
    display: block;
}

.footer-section .condition a {
    text-decoration: none;
    color: #ffffff;
    text-align: center;
    display: block;
}

.section-learn-more-form {
    background-image: linear-gradient(#36e88e, #00c186);
}

.section-learn-more-form .section-container {
    max-width: 1000px;
    width: 100%;
    margin: auto;
    padding: 100px 0;
}

.learn-more-form {
    border-radius: 10px;
    background: #ffffff;
    max-width: 620px;
    margin: auto;
    min-height: 676px;
    position: relative;
}

.learn-more-form {
    height: 100%;
    overflow-y: auto;
}

.learn-more-form h3 {
    padding: 30px 40px;
    font-size: 30px;
}

.fill-up-form {
    padding: 20px 40px;
    border-top: 5px solid #00C186;
}

.fill-up-form p.sub-head {
    color: #282828;
    padding-bottom: 30px;
    font-size: 20px;
}

.fill-up-form p.sub-head strong {
    display: inline-block;
}

.btn-submit {
    background-image: linear-gradient(to right, #00C186, #36e88e);
    color: #ffffff;
    font-size: 24px;
    max-width: 530px;
    width: 100%;
    height: 70px;
    line-height: 70px;
    text-align: center;
    border: 2px solid #fff;
    margin: 10px auto;
    border-radius: 4px;
    cursor: pointer;
    text-transform: uppercase;
}

.btn-submit:hover {
    border: 2px solid #00C186;
    color: #00C186;
    background: #ffff;
}

.text-box p.lable {
    padding: 0;
    display: inline-block;
    width: 22%;
    font-size: 20px;
    text-align: right;
    margin-right: 20px;
    color: #282828;
}

.text-box input {
    display: inline-block;
    width: 71%;
    padding: 20px 5px;
    border: 0;
    background: #fbfbfb;
    font-size: 20px;
    color: #000 !important;
}

.text-box {
    display: inline-block;
    width: 100%;
    padding-bottom: 30px;
    position: relative;
}

.text-box ::placeholder {
    color: #282828;
    font-size: 20px;
    opacity: 0.3;
    text-indent: 10px;
}

button:focus {
    outline: 0;
}

.container-image-hero {
    width: 100%;
    position: relative;
}

.container .section-container {
    max-width: 1000px;
    margin: auto;
}

.container.section-hero .section-container {
    margin-bottom: 40px;
    width: 100%;
    max-width: 100%;
}

.container.section-hero-loan-scheme .section-container {
    margin-bottom: 10px;
    width: 100%;
    max-width: 100%;
}

/* image hero position single */
.section-hero .container-image-hero {
    width: 100%;
    margin: auto;
    max-height: 400px;
}

.section-hero .container-image-hero .data-body {
    max-width: 1000px;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    font-size: 35px;
    padding: 30px;
    top: 23%;
    display: block;
    max-width: 380px;
    width: 100%;
    max-height: 200px;
}

.container.section-hero .image-container img,
.container.section-hero-loan-scheme .image-container img {
    width: 100%;
    max-height: 400px;
    object-fit: cover;
    object-position: 50% 20%;
}

.container-image-hero .content-container {
    max-width: 1000px;
    margin: auto;
    float: none;
}

nav.main-menu .nav-icon {
    display: none;
}

/*cookie box*/
.cookie-content {
    width: 100%;
    max-width: 100%;
    margin: auto;
    justify-content: space-evenly;
    display: flex;
    flex-direction: row;
}

.cookie-content img {
    width: 100%;
    max-height: 50px;
}

.mobile-cookie-description {
    display: none;
}

.cookie-box {
    display: flex;
    justify-content: center;
    background: #FFE290;
    position: fixed;
    max-width: 100%;
    width: 100%;
    min-height: 80px;
    bottom: -300px;
    z-index: 99;
    color: #282828;
}

.cookie-box.hide {
    display: none;
}

.cookie-box .cookie-row {
    flex-direction: row;
    padding: 15px 0;
    max-width: 880px;
    width: 100%;
}

.cookie-box .cookie-box-cell {
    display: inline-flex;
    vertical-align: middle;
}

.cookie-box .box-1 {
    width: 50px;
    padding-right: 20px;
}

.cookie-box .box-2 {
    width: calc(100% - 240px);
    flex-direction: column;
}

.cookie-box .box-3 {
    width: 150px;
    justify-content: flex-end;
}

.cookie-box-cell h4 {
    color: #282828;
    font-size: 18px;
    margin-bottom: 5px;
    margin-top: 0;
    line-height: 20px;
}

.cookie-box-cell p {
    color: #282828;
    font-size: 14px;
    line-height: 20px;
}

.cookie-box-cell p a {
    font-family: ProximaNova-Bold;
    font-size: 14px;
    line-height: 20px;
    color: #282828;
    border-bottom: solid 1px #282828;
}

.btn-cookie {
    max-width: 141px;
    width: 100%;
    height: 46px;
    font-size: 20px;
    color: #FCCB3D;
    background: #fff;
    text-align: center;
    cursor: pointer;
    line-height: 48px;
    border: 2px solid #FCCB3D;
    border-radius: 4px;
}

.btn-cookie:hover {
    color: #fff;
    background: #FCCE4A;
    border: 2px solid #FCCE4A;
}

.cookie-box,
.first-access .cookie-box {
    bottom: -300px;
}

.first-access.loaded .cookie-box,
.cookie-box.transitionOut {
    bottom: 0;
}

/* Thank you modal */
.result-modal-container .head-box {
    position: relative;
    padding: 20px 40px;
    border-bottom: 5px solid #00C186;
}

.result-modal-container .head-box h3 {
    font-size: 30px;
    color: #282828
}

.result-modal-container h1 {
    text-align: center;
    font-size: 30px;
    color: #282828;
}

.result-modal-container img {
    margin: auto;
    width: 100%;
    margin-top: 7%;
    margin-bottom: 20px;
}

.result-modal-container .content {
    font-size: 20px;
    width: 60%;
    margin: auto;
    text-align: center;
    margin-top: 20px;
}

.result-modal-container.box-model .body-content {
    background: #fff;
    min-height: 670px;
    height: auto;
}

h1.data-header.head-unsuccessful {
    font-size: 30px;
    margin: 0;
}

h3.head-unsuccessful {
    font-size: 30px;
    color: #282828;
    position: relative;
    padding: 20px 40px;
    border-bottom: 5px solid #FCCE4A;
}

.copy-unsuccessful {
    font-size: 20px;
    text-align: center;
    margin-top: 20px;
}

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

h3.data-header.head-successful {
    font-size: 30px;
    color: #282828;
    position: relative;
    padding: 20px 40px;
    border-bottom: 5px solid #00C186;
}

.data-body.copy-successful {
    font-size: 20px;
    text-align: center;
    width: 60%;
    margin: auto
}

/* modal enquier*/
.box-model {
    position: relative;
    z-index: 999;
}

.box-model .body-content {
    /* max-width: 620px;
    width: 100%;
    height: auto;
    background: none;
    position: fixed;
    left: 50%;
    margin-left: -310px;
    border-radius: 10px;
    max-height: calc(100vh - 120px);
    overflow: auto; */

    max-width: 620px;
    width: 100%;
    height: auto;
    background: none;
    position: fixed;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 10px;
    /* max-height: calc(100vh - 120px);
    overflow: auto; */
    margin: 0;
}

.box-model .learn-more-form h3 {
    padding: 30px 40px;
    font-size: 30px;
}

.box-model .fill-up-form {
    padding: 20px 40px;
    border-top: 5px solid #00C186;
    background: none;
    max-height: calc(100vh - 330px);
    overflow: auto;
}

.box-model .fill-up-form .btn-submit {
    margin: 30px auto;
}

.box-model .body-content figure.icon-close {
    background-image: url(https://pensionboost.com.au/pools/development/templates/1/images/close.svg);
    background-repeat: no-repeat;
    background-position: center center;
    width: 26px;
    height: 26px;
    background-size: 100%;
    display: inline-block;
    position: absolute;
    right: 30px;
    top: 30px;
    z-index: 999;
}

.btn-submit.disabled {
    background: #c4c4c4;
}

.fill-up-form .text-box .icon-green-checked {
    background: url(../../images/icon-tick-green.svg) center no-repeat;
    position: absolute;
    top: 20px;
    right: 15px;
    width: 20px;
    height: 20px;
    display: none;
}

.fill-up-form .text-box .inp-sucess+.icon-green-checked {
    display: inline-block;
}

@media only screen and (max-width: 1000px) {
    .footer-section {
        padding: 0 20px;
    }

    .container-responsive {
        width: 90%;
        margin: auto;
    }

    .responsive-m-1000 {
        max-width: 100%;
        padding: 0;
        margin: 0 auto;
    }

    .header {
        max-width: 94%;
        margin: auto;
    }

    .section-hero .container-image-hero .box-absolute {
        top: 15%;
        font-size: 30px;
        width: 35%;
    }

    nav.main-menu #ul_menu span a {
        font-size: 13px;
    }

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

    .cookie-box .box-1 {
        width: 15%;
        padding-right: 10px;
    }

    .cookie-box .box-2 {
        width: 55%;
        flex-direction: column;
    }

    .cookie-box .box-3 {
        width: 25%;
    }

    .btn-cookie {
        max-width: 180px;
        width: 100%;
        height: 50px;
        font-size: 16px;
        color: #FCCE4A;
        background: #fff;
        text-align: center;
        cursor: pointer;
        line-height: 50px;
        border: 2px solid #FCCE4A;
        border-radius: 4px;
        margin: 5px 10px;
    }
}

@media (min-width: 768px) and (max-width: 1000px) {
    .contact-number span.phone {
        font-size: 13px;
    }
}

@media only screen and (max-width: 767px) {
    .menu-text {
        display: block;
    }

    nav.main-menu .nav-icon {
        display: block;
    }

    .header-content .col-1 {
        width: 90%;
    }

    .footer-section .copyright p,
    .footer .privacy-term {
        float: none;
    }

    .footer-section .footer {
        padding: 10px;
    }

    .footer-section .copyright p {
        margin-top: 0;
    }

    .footer .privacy-term {
        margin-top: 20px;
    }

    .section-hero .container-image-hero .box-absolute {
        top: 20%;
        font-size: 20px;
        width: 40%;
        padding: 15px;
    }

    .learn-more-form {
        width: 94%;
    }

    .text-box p.lable {
        width: 100%;
        text-align: left;
    }

    .text-box input {
        width: 98%;
    }

    .logo-box {
        display: none;
    }

    .logo-box-mobile {
        display: inline-flex;
        width: 15%;
    }

    .header-right {
        display: inline-flex;
        width: 85%;
        justify-content: flex-end;
    }

    .contact-number span.phone {
        font-size: 15px;
        margin-top: -3px;
        text-align: right;
    }

    .btn-enquire {
        height: 45px;
        line-height: 46px;
        min-width: 100px;
        padding: 0 10px;
        background-image: linear-gradient(to right, #00C186, #36e88e);
        color: #ffffff;
        font-size: 14px;
        text-transform: uppercase;
        cursor: pointer;
        margin-top: 17px;
        border-radius: 2px;
        border: 2px solid #fff;
        text-align: center;
    }

    nav.main-menu.btn-toggle #ul_menu {
        display: none;
    }

    nav.main-menu.btn-toggle.active #ul_menu {
        display: inline-block;
        margin-top: 20px;
        border-top: 1px solid #fff;
    }

    /* Mobile menu icon*/
    .main-menu .nav-icon {
        width: 25px;
        padding: 5px 20px;
    }

    .main-menu.active .nav-icon {
        width: 25px;
        padding-top: 10px;
    }

    .nav-icon:after,
    .nav-icon:before,
    .nav-icon div {
        background-color: #00C186 !important;
        border-radius: 1px;
        content: '';
        display: block;
        height: 3px !important;
        margin: 5px 0 !important;
        transition: all .2s ease-in-out;
    }

    .main-menu.active .nav-icon:before {
        transform: translateY(4px) rotate(135deg);
    }

    .main-menu.active .nav-icon:after {
        transform: translateY(-4px) rotate(-135deg);
    }

    nav.main-menu {
        background: #282828;
        color: #ffffff;
        z-index: 2;
        position: relative;
        height: auto;
    }

    nav.main-menu #ul_menu {
        height: 100%;
        line-height: 1;
        width: 100%;
        margin: auto;
        display: inline-block;
        justify-content: flex-end;
    }

    nav.main-menu #ul_menu span {
        line-height: 45px;
        padding: 0 !important;
        border-right: 0;
        transition: transform .2s;
        text-align: center;
        display: block;
        border-bottom: 1px solid #d5d5d5;
        width: 100%;
    }

    nav.main-menu #ul_menu span.active {
        transform: scale(1);
        background: #ffffff;
        cursor: pointer;
        border-radius: 0px;
        box-shadow: none;
    }

    nav.main-menu #ul_menu span:first-child {
        border-left: 0;
    }

    nav.main-menu #ul_menu span a {
        font-size: 16px;
        display: block;
        width: auto;
        padding: 15px 0;
    }

    nav.main-menu.active .nav-icon div {
        display: none;
    }

    .learn-more-form h3 {
        font-size: 26px;
    }

    .fill-up-form p.sub-head {
        font-size: 18px;
    }

    .text-box input {
        padding: 10px 5px;
    }

    .learn-more-form .btn-submit {
        font-size: 20px;
        height: 60px;
        line-height: 60px;
    }

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

    .box-model .body-content {
        /* max-width: 100%;
        width: 94%;
        background: none;
        left: auto;
        margin-left: auto; */
    }

    .result-modal-container.box-model .body-content {
        width: 100%;
    }

    .fill-up-form .text-box .icon-green-checked {
        top: 35px;
        right: 20px;
    }

    .learn-more-form .btn-submit {
        margin: 30px auto;
    }

    /* New Enquery From */

    .box-model .learn-more-form h3 {
        padding: 15px;
        font-size: 25px;
    }

    .box-model .body-content figure.icon-close {
        top: 17px;
    }

    .box-model .fill-up-form {
        padding: 15px;
    }

}

@media only screen and (max-width: 500px) {
    .section-hero .container-image-hero .box-absolute {
        top: 10%;
        font-size: 18px;
        width: 50%;
        padding: 15px;
    }

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

    .learn-more-form h3 {
        padding: 25px;
        font-size: 25px;
    }

    .fill-up-form {
        padding: 10px 20px 20px;
    }

    .dektop-cookie-description {
        display: none;
    }

    .mobile-cookie-description {
        display: block;
        max-width: 312px;
        margin: 0 auto;
        text-align: center;
    }

    .cookie-box .cookie-row {
        padding: 15px 15px 7px;
    }

    .cookie-box .box-3 {
        margin-top: 10px;
        width: 100%;
    }

    .cookie-box .box-2 {
        width: 100%;
        flex-direction: column;
    }

    .cookie-box .box-1 {
        display: none;
    }

    .cookie-box {
        width: 100%;
    }

    .cookie-box-cell p {
        font-size: 11px;
        line-height: 16px;
        font-family: ProximaNova-Semibold;
    }

    .cookie-box-cell p a {
        font-size: 11px;
        line-height: 16px;
    }

    .btn-cookie {
        max-width: 100%;
        margin: 0;
        height: 36px;
        font-size: 16px;
        line-height: 36px;
    }

    .result-modal-container.box-model .body-content {
        width: 100%;
    }

    .learn-more-form .btn-submit {
        margin: 10px auto;
    }

    .learn-more-form .text-box {
        padding-bottom: 20px;
    }

    .fill-up-form p.sub-head {
        padding-bottom: 20px;
    }

    .box-model .learn-more-form h3 {
        font-size: 25px;
    }

    .box-model .body-content {
        /* width: 90%; */
    }

    .box-model .body-content .learn-more-form {
        /* min-height: 500px; */
    }
}

@media only screen and (max-width:521px) {
    .contact-number span.phone {
        font-size: 13px;
    }

    .contact-number span.open-date {
        margin-top: 16px;
    }

    .box-model .fill-up-form {
        max-height: calc(100vh - 230px);
    }
}

@media only screen and (max-width: 368px) {
    .contact-number span.phone {
        font-size: 11px;
    }

    .contact-number span.open-date {
        font-size: 10px;
    }
}

.footer {
    padding-bottom: 15px;
}



















/*Header Top*/
.header-section {
    float: left;
    width: 100%;
}

.header-top {
    background: #F4F4F4;
    float: left;
    width: 100%;
    clear: both;
    padding-bottom: 6px;
    padding-top: 4px;
}

.header-top-container {
    max-width: 1000px;
    margin: 0 auto;
    display: flex;
}

.header-top-container ul {
    display: inline-flex;
    width: 100%;
    justify-content: flex-end;
    list-style: none;
    margin: 0px;
}

.header-top-container ul li {
    margin-left: 0px;
    list-style-type: none;
}

.header-top-container ul li:not(:last-child) a {
    margin-left: 23px;
    margin-right: 23px;
}

.header-top-container ul li:first-child a {
    margin-left: 0;
}

.header-top-container ul li:last-child a {
    margin-left: 23px;
    margin-right: 3px;
}

.header-top-container ul li.divider {
    position: relative;
    opacity: 0.5;
    top: 2px;
    font-size: 0;
    width: 0.5px;
    height: 16px;
    background: #646464;
}

.header-top-container ul li a {
    font-family: ProximaNova-Semibold;
    font-size: 14px;
    line-height: 15px;
    color: #848484;
    position: relative;
}

.header-top-container ul li a:hover {
    color: #5B5B5B;
}

@media only screen and (max-width: 767px) {
    .header-top {
        display: none;
    }
}

@media only screen and (min-width: 768px) {

    #about-us,
    #contact,
    #media {
        display: none;
    }
}

/* Mobile Nav */

.nav-icon:after,
.nav-icon:before,
.nav-icon div {
    background-color: #fff;
    border-radius: 1px;
    content: '';
    display: block;
    height: 3px;
    margin: 6px 0;
    transition: all .2s ease-in-out;
}