.banner_kv {
    background-image: url("../images/top_banner_d_tc.gif");
    background-position: top left;
    margin-top: 103px;
}

@media screen and (max-width: 768px) {
    .banner_kv {
        background-image: url("../images/top_banner_m_tc.gif");
        background-position: center center!important;
        margin-top: 64px;
    }
}

@media screen and (max-width: 640px) {
    .banner_kv {
        background-position: right -240px top 0!important;
    }
}

#wrap {
    position: relative;
}

#logo_area {
    position: fixed;
    width: 100%;
    max-width: inherit;
    z-index: 2;
    background-color: #ffffff;
}

.bold {
    font-weight: bold;
}

p {
    font-size: 18px;
    line-height: 26px;
    color: #5a5a5a;
}

h1 {
    font-size: 28px;
    margin-bottom: 20px;
}

.riskbox {
    border: 1px solid #b0b0b0;
    padding: 15px;
    font-size: 15px;
    line-height: 22px;
    color: #5a5a5a;
}

.riskbox1 {
    border: 1px solid #b0b0b0;
    padding: 10px;
}

.riskbox1 p {
    color: #000000;
}

.riskbox1 p:last-child {
    margin-bottom: 0!important;
}

.riskbox2 {
    border: 1px solid #b0b0b0;
    padding: 10px;
    font-size: 15px;
    line-height: 22px;
    color: #5a5a5a;
    overflow-y: scroll;
    height: 95px;
}

.riskbox2 li {
    margin-left: 20px;
}

.riskbox2 p {
    font-size: 15px;
    line-height: 22px;
    color: #5a5a5a;
}

.menubar_row {
    margin: 0 -10px;
}

.menubar {
    background-color: #ffffff;
    display: table;
    width: 100%;
    border-spacing: 10px;
    max-width: 970px;
    margin: 0 auto;
}

.menubar li {
    width: 25%;
    display: table-cell;
    border-style: solid;
    border-width: 1px;
    border-color: #2ab03c;
    border-radius: 5px;
    margin-left: 1.33%;
    background-color: #ffffff;
    position: relative;
    vertical-align: middle;
}

.menubar li:hover,
.menubar li.nav-active,
.menubar li.nav-active:hover {
    background-color: #2ab03c;
}

.menubar li:nth-child(4) {
    border-color: #fa2b20;
}

.menubar li:nth-child(4):hover,
.menubar li.nav-active:nth-child(4) {
    background-color: #fa2b20;
}

.menubar li:first-child {
    margin-left: 0;
}

.menubar a {
    display: table;
    border-spacing: 5px;
    width: 100%;
}

.menubar i {
    display: table-cell;
    vertical-align: middle;
    height: 35px;
    min-height: 35px;
    width: 35px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.menubar i.ico1 {
    background-image: url("menu_cpi_on.png");
}

.menubar i.ico2 {
    background-image: url("menu_mxi_on.png");
}

.menubar i.ico3 {
    background-image: url("menu_fx2_on.png");
}

.menubar i.ico4 {
    background-image: url("menu_offer_on.png");
}

.menubar li:hover i.ico1,
.menubar li.nav-active i.ico1 {
    background-image: url("menu_cpi_off.png");
}

.menubar li:hover i.ico2,
.menubar li.nav-active i.ico2 {
    background-image: url("menu_mxi_off.png");
}

.menubar li:hover i.ico3,
.menubar li.nav-active i.ico3 {
    background-image: url("menu_fx2_off.png");
}

.menubar li:hover i.ico4,
.menubar li.nav-active i.ico4 {
    background-image: url("menu_offer_off.png");
}

.menubar span {
    display: table-cell;
    vertical-align: middle;
    color: #5a5a5a;
    font-weight: bold;
    font-size: 15px;
    line-height: 24px;
    text-align: center;
}

.menubar li:nth-child(4) span {
    color: #fa2b20;
}

.menubar li:hover span,
.menubar li.nav-active span {
    color: #ffffff;
}

.menubar li.nav-active:after {
    content: '▼';
    display: inline-block;
    width: 100%;
    text-align: center;
    position: absolute;
    left: 0;
    bottom: -15px;
    z-index: 0;
    color: #2ab03c;
}

.menubar li.nav-active:nth-child(4):after {
    color: #fa2b20;
}

.menubar_row.fixed {
    position: fixed;
    top: 103px;
    z-index: 1;
    left: 0;
    width: 100%;
    margin: 0;
}

.font-size-18 {
    font-size: 18px;
    color: #5a5a5a;
}

.pt0-desk {
    padding-top: 0!important;
}

@media screen and (max-width: 768px) {
    #wrap {
        padding-bottom: 80px;
    }
    .menubar_row,
    .menubar_row.fixed {
        position: fixed;
        bottom: 0;
        left: 0;
        top: auto;
        z-index: 2;
        margin: 0;
        width: 100%;
    }
    .menubar {
        border-spacing: 0;
    }
    .menubar li {
        border-radius: 0;
        background: url("nav_inactive_mobile.png") repeat-x top left;
        background-size: auto 100%;
        border: 0;
        -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
        -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
        box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
    }
    .menubar li.nav-active,
    .menubar li.nav-active:hover {
        background-image: url("nav_active_mobile.png");
    }
    .menubar li.nav-active:nth-child(4) {
        background: url("nav_offer_mobile.png") repeat-x top left;
    }
    .menubar i {
        display: none;
    }
    .menubar span {
        font-size: 18px;
    }
    .menubar li:hover span {
        color: #5a5a5a;
    }
    .menubar li.nav-active span,
    .menubar li.nav-active:nth-child(4) span {
        color: #ffffff;
    }
    .menubar li:nth-child(4) span {
        color: #fa2b20;
    }
    .menubar li.nav-active:after {
        content: '▲';
        bottom: auto;
        top: -15px;
        color: #3ad750;
    }
    .pt0 {
        padding-top: 0!important;
    }
}

.section {
    text-align: center
}

.section .desc {
    background-color: #d8edda;
    color: #5a5a5a;
    border-radius: 5px;
    padding: 10px
}

.section .desc p {
    line-height: 30px
}

.section .desc p strong {
    font-size: 20px
}

.section .footer {
    text-align: left;
    font-size: 13px;
    margin-top: 20px;
}

.flink {
    font-size: 18px;
    line-height: 30px;
    color: #5eb258;
    margin-bottom: 10px;
    text-decoration: underline
}

.section .footer .centered {
    text-align: center
}

#cpi .title {
    color: #347c2c
}

#mxi .title {
    color: #246397
}

#fx2 .title {
    color: #c44418
}

#cashreward .title {
    color: #fe7f02
}

.redbtn {
    background-color: #FF0000;
    line-height: 20px;
    padding-top: 10px
}

.redbtn:hover {
    background-color: #930F16;
}

.actheadline {
    text-align: center;
    color: #5a5a5a;
    margin-top: 20px;
}

.p2g-text {
    font-size: 20px;
    color: #5eb258;
    font-weight: bold;
}

.section-anchor {
    margin-top: 20px;
}

.appbox {
    margin: 0 -1%;
}

.app-content {
    width: 48%;
    float: left;
    margin: 0 1%
}

.app-content .content {
    color: #5a5a5a;
    text-align: center;
    padding: 40px 20px 30px;
    border-radius: 10px
}

.market-info-app {
    background-color: #e0f1e3
}

.personal-banking-app {
    background-color: #c8e6cd
}

.app-img-template {
    display: table;
    text-align: center;
    margin: 0 auto;
    border-spacing: 15px;
}

.app-col {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

.app-col a {
    display: block;
    margin: 10px 0;
}

.app-col p {
    display: none;
}

.app-content.daasc {
    width: 98%;
}

.app-content.daasc .content {
    padding: 15px 10px 0;
}

.app-content.daasc .app-header br {
    display: none;
}

.app-content.daasc .app-col {
    display: table-cell;
}

@media screen and (max-width: 969px) {
    .app-content .content p br {
        display: none;
    }
}

@media screen and (max-width: 768px) {
    .riskbox2::-webkit-scrollbar {
        -webkit-appearance: none;
        width: 7px;
    }
    .riskbox2::-webkit-scrollbar-thumb {
        border-radius: 4px;
        background-color: rgba(0, 0, 0, .5);
        -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, .5);
    }
    .app-content .content h1,
    .app-content .content p {
        display: none;
    }
    .app-content .content {
        padding: 20px 10px 0;
    }
    .app-col {
        display: block;
    }
    .app-col p {
        display: block!important;
        font-weight: bold;
        margin-top: 15px;
    }
}

.formbox {
    background-color: #f8f5f5;
    border-radius: 10px;
    margin-top: 7px;
    margin-left: 7px;
    margin-bottom: 20px;
    padding-bottom: 7px;
    position: relative;
}

.ficon {
    display: inline-block;
    margin-top: -7px;
    margin-left: -7px;
}

.fword {
    display: inline-block;
    padding: 15px 0 8px 30px;
    width: 80%;
    font-size: 15px;
    vertical-align: top;
}

.picon {
    margin-top: 15px;
}

.fword1 {
    font-size: 20px;
    line-height: 30px;
    color: #5eb258;
    font-weight: bold;
}

#offer {
    position: relative;
}

#doubleInt {
    position: absolute;
    top: 70.25%;
    left: 50%;
    margin-left: -158px;
}

.btn_reward {
    background-color: #fe8002;
    color: white;
    font-size: 20px;
    min-width: 140px;
    border-radius: 3px;
    height: 40px;
    line-height: 40px;
    font-weight: bold;
    display: inline-block;
}

@media screen and (max-width: 768px) {
    .ficon {
        width: 24%;
    }
    .fword {
        padding: 15px 0 8px 20px;
        width: 73%;
    }
    .picon {
        margin-top: 10px;
    }
    .fword1 {
        font-size: 19px;
        line-height: 26px;
    }
}

@media screen and (max-width: 39.9375em) {
    #doubleInt {
        top: 38%;
        left: 43.5%;
        margin-left: 0;
    }
}


/* The Modal (background) */

.modal {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 3;
    /* Sit on top */
    padding-top: 20px;
    /* Location of the box */
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: auto;
    /* Enable scroll if needed */
    background-color: rgb(0, 0, 0);
    /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4);
    /* Black w/ opacity */
}


/* Modal Content */

.modal-content {
    background-color: #ffffff;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    margin: auto;
    padding: 10px 0;
    width: 90%;
    padding-left: 15px;
    padding-right: 15px;
}

.modal-content h1 {
    margin-top: 20px;
}


/* The Close Button */

.close {
    color: #3ab54a;
    float: right;
    font-size: 22px;
    line-height: 22px;
    margin-right: 5px;
}

.close:hover,
.close:focus {
    color: #3ab54a;
    text-decoration: none;
    cursor: pointer;
}

.popapp img {
    width: 100px;
    text-align: center;
}

.btn_n_custom4 {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 0 20px;
    height: 40px;
    line-height: 40px;
    font-weight: bold;
    display: inline-block;
}

.btn_n_custom4 {
    font-size: 16px;
    margin: 10px 5px 20px;
    width: auto;
}

.btn_n_custom4:before {
    content: ' ';
    text-indent: -999em;
    background: url(icon_20px.png);
    width: 20px;
    height: 20px;
    margin-right: 5px;
    margin-top: -3px;
    display: inline-block;
    vertical-align: middle;
}

.btn_n_custom4 {
    background-color: #39b54a;
    color: #fff;
}

.btn_n_custom4:hover {
    background-color: #1D5D27;
}

.btn_n_custom4:before {
    background-position: -80px 0px;
}

.openapp {
    float: left;
}

.app-header {
    font-size: 16px;
    font-weight: bold;
    line-height: normal;
}

@media screen and (max-width: 768px) {
    .menubar {
        display: flex;
        align-items: stretch;
        justify-content: center;
    }
    .menubar li {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-left: 0;
    }
    .menubar li.nav-active:nth-child(4) {
        background-size: 100% 100%;
    }
}


/* .btn_log_custom {
    display: none!important;
} */