html,
body {
    overflow-x: hidden;
}

.navigation li a {
    height: 65px !important;
}

.header-text {
    font-family: 'geomanist-regular';
    font-size: 26px;
    line-height: 28px;
    margin: 40px 0 20px 0;
    color: #333333;
}

.sec-1 h1,
h2,
h3,
h4,
h5 {
    font-family: 'geomanist-regular' !important;
    font-weight: bolder;
}

.sec-1 h3 {
    font-size: 20px;
}

.sec-2 h3 {
    font-size: 20px;
    font-family: 'geomanist-light';
    font-weight: bolder;
    text-align: left;
    line-height: 24px;
}

.sec-2 h4 {
    font-size: 16px;
    font-family: 'geomanist-regular';
    text-align: left;
    line-height: 30px;
}

.sec-3 h3 {
    font-size: 20px;
    font-family: 'geomanist-light';
    font-weight: bolder;
    text-align: left;
}

.sec-3 h4 {
    font-size: 16px;
    font-family: 'geomanist-regular';
    text-align: left;
    line-height: 21px;
    margin-right: 37px;
}

.sec-3 a {
    font-size: 16px;
    font-family: 'geomanist-regular';
    text-align: center;
}

.sec-4 h3 {
    font-size: 20px;
    font-family: 'geomanist-light';
    font-weight: bolder;
    text-align: left;
}

.sec-4 h4 {
    font-size: 16px;
    font-family: 'geomanist-regular';
    text-align: left;
    line-height: 30px;
}

.sec-5 {
    margin-bottom: 40px;
}

.sec-5 h3 {
    font-size: 16px;
    font-family: 'geomanist-regular';
    text-align: center;
    line-height: 30px;
}

a:link,
a:hover,
a:visited .enq_now {
    border-bottom: none !important;
}

@media screen and (max-width: 767px) {
    .main-banner {
        background-image: url(../images/uploads/MY_BB/Acc/OCBC_MYR_mobile.png);
        height: 230px;
        background-size: auto;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }
    .enq_now {
        position: absolute;
        height: 44px;
        width: 126px;
        left: 42%;
        bottom: 19%;
    }
}

@media screen and (min-width: 768px) {
    .main-banner {
        background-image: url(../images/uploads/MY_BB/Acc/OCBC_MYR_tablet.png);
        height: 320px;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }
    .enq_now {
        position: absolute;
        height: 44px;
        width: 126px;
        left: 49%;
        bottom: 28%;
    }
}

@media (min-width: 992px) {
    .main-banner {
        background-image: url(../images/uploads/MY_BB/Acc/OCBC_MYR_desktop.png);
        height: 460px;
        background-size: auto;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }
    .panel {
        border-radius: 10px;
        margin: 0 90px 0 90px;
        border-color: #707070;
        margin-bottom: 50px;
    }
    .footer-notice .notice-list {
        font-size: 12px;
        padding: 20px 0 70px 0;
        margin: 0 0 0 90px;
        line-height: 22px;
    }
    .enq_now {
        position: absolute;
        height: 44px;
        width: 160px;
        left: 53%;
        bottom: 27%;
        text-decoration: underline;
        text-decoration-color: transparent;
    }
}

.footer-notice .notice-list {
    font-size: 12px;
    padding: 20px 0 70px 0;
    line-height: 22px;
}

.notice-list ol li {
    margin: 0 0 0 8px;
    line-height: 22px;
}

.toggle::before {
    content: url(../images/uploads/MY_BB/Acc/arrow-down.png);
    display: block;
    margin: 0 auto;
    padding: 20px;
    cursor: pointer;
}

.active::before {
    content: url(../images/uploads/MY_BB/Acc/arrow-up.png);
    display: block;
    margin: 0 auto;
    padding: 20px;
    cursor: pointer;
}

a.secondary_navi {
    height: 65px;
}

.help-block {
    text-align: start !important;
}

.new_list ol li {
    list-style: lower-alpha !important;
}

@media screen and (max-width: 480px) {
    .sub_title>h1 {
        font-size: 25px;
        line-height: 1em;
    }
}