
/*updated website menu*/

.right-nav {
    position: relative;
    z-index: 1040;
}

    .right-nav .burger-icon {
        width: 25px;
        height: 18px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        cursor: pointer;
    }

        .right-nav .burger-icon span {
            width: 100%;
            height: 2px;
            background: #fff;
            transition: 0.3s ease-in-out;
        }

        .right-nav .burger-icon.open-menu {
            position: relative;
        }

            .right-nav .burger-icon.open-menu span {
                position: absolute;
                top: 8px;
                transition: 0.4s ease-in-out;
            }

                .right-nav .burger-icon.open-menu span:nth-child(1) {
                    transform: rotate(45deg);
                }

                .right-nav .burger-icon.open-menu span:nth-child(2) {
                    display: none;
                }

                .right-nav .burger-icon.open-menu span:nth-child(3) {
                    transform: rotate(-45deg);
                }

.section1 .affiliate-header-wrap {
    padding-top: 0px;
}

.btn-login {
    text-align: center;
    border: 2px solid #fff;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    font-size: 14px;
    width: 100px;
    padding-top: 2px;
    padding-bottom: 2px;
    display: inline-block;
    font-family: 'Lato-semilight';
    margin-right: 20px;
}


/*Coverflow*/
.get-started-wrap {
    position: relative;
    z-index: 9999;
}

    .get-started-wrap .module {
        background: #005454;
        position: relative;
        background: -moz-linear-gradient(167deg, #005454 0%,#0ad7d6 70%,#0ad7d6 60%,#49ffaf 100%);
        background: -webkit-linear-gradient(167deg, #005454 0%,#0ad7d6 70%,#0ad7d6 60%,#49ffaf 100%);
        background: linear-gradient(167deg, #005454 0%,#0ad7d6 70%,#0ad7d6 60%,#49ffaf 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#005454', endColorstr='#04fb8f',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    }

    .get-started-wrap .box-label {
        font-size: 37px;
    }

.get-started-inner {
    padding: 30px 15px;
}

.get-started-blurb-wrap {
    position: absolute;
    width: 100%;
    bottom: 0;
    height: 153px;
    background: url(/images/freestyle/V2/abf-blackgradient.png);
    background-repeat: repeat-x;
}

.section1 .wrap-banner-product {
    margin-top: -50px;
    margin-bottom: 0;
}

.wrap-banner-product .chev-left-svg {
    color: #fff;
    position: absolute;
    bottom: 56%;
    left: 10%;
    opacity: 1;
    max-width: 50px;
    width: 100%;
}

.wrap-banner-product .chev-right-svg {
    color: #fff;
    position: absolute;
    bottom: 56%;
    right: 10%;
    opacity: 1;
    max-width: 50px;
    width: 100%;
}

/*Coverflow*/
.zoomtimeline.mode-3dslider .yearlist-con {
    position: absolute;
    width: 100%;
    opacity: 0;
}

.zoomtimeline.mode-3dslider .details-container > .curr-item .detail-image {
    box-shadow: none;
}

.wrap-banner-product .zoomtimeline.mode-3dslider .details-container > .detail .detail-excerpt {
    padding-top: 0;
}

.zoomtimeline.mode-3dslider.zoomtimeline0 .details-container > .detail .detail-image--border {
    border: none;
}

.choose-product-wrap {
    max-width: 170px;
    margin: 0 auto;
    position: relative;
    top: -40px;
    z-index: 9999;
}

.section1 .zoomtimeline.mode-3dslider {
    height: 570px;
}

.get-started-wrap .zoomtimeline.mode-3dslider {
    height: 600px;
}


.zoomtimeline.mode-3dslider.zoomtimeline0 .yearlist-con .yearlist-container {
    top: 0 !important;
}

.zoomtimeline.mode-3dslider.zoomtimeline0 .details-container > .prev-item {
    transform: translate3d(calc(-250px - 5.5vw),0,0) !important;
    -webkit-transform: translate3d(calc(-250px - 5.5vw),0,0) !important;
}

/*coverflow get started*/
.get-started-wrap .zoomtimeline.mode-3dslider .details-container > .detail .detail-image--border {
    border: none;
}

.get-started-wrap .wrap-banner-product {
    z-index: 999;
    position: relative;
    margin-top: -50px;
    margin-bottom: 65px;
}

    .get-started-wrap .wrap-banner-product .zoomtimeline.mode-3dslider .details-container > .detail .detail-excerpt {
        padding-top: 5px;
        position: relative;
        top: 35px;
    }

.zoomtimeline.mode-3dslider .yearlist-con {
    position: absolute;
    width: 100%;
    opacity: 0;
}

.get-started-wrap-freestyle .zoomtimeline.mode-3dslider.ztm-ready .details-container {
    height: 580px !important;
}

.zoomtimeline.mode-3dslider .details-container > .curr-item .detail-image {
    box-shadow: none;
}

.get-started-wrap-freestyle .wrap-banner-product .zoomtimeline.mode-3dslider .details-container > .detail .detail-excerpt {
    padding-top: 10px;
}

.zoomtimeline.mode-3dslider.zoomtimeline0 .details-container > .detail .detail-image--border {
    border: none;
}

.choose-product-wrap {
    max-width: 170px;
    margin: 0 auto;
    position: relative;
    top: -40px;
    z-index: 9999;
}


.font-14 {
    font-size: 14px;
}

.gradient-strip {
    height: 20px;
    width: 100%;
    display: block;
    background: rgb(93,206,206);
    background: -moz-linear-gradient(100deg, rgba(93,206,206,1) 0%, rgba(1,219,194,1) 69%, rgba(4,244,156,1) 90%);
    background: -webkit-linear-gradient(100deg, rgba(93,206,206,1) 0%, rgba(1,219,194,1) 69%, rgba(4,244,156,1) 90%);
    background: linear-gradient(100deg, rgba(93,206,206,1) 0%, rgba(1,219,194,1) 69%, rgba(4,244,156,1) 90%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#5dcece",endColorstr="#04f49c",GradientType=1);
}

.section3 .sectitle, .wrap-what-to-expect .section-title, .wrap-rtgs .sectitle, .wrap-wocs .sectitle, .mme-msi-title .sec-title, .section10 .sectitle {
    font-family: "LexendDeca", "Lato", "arial";
}

.font-48 {
    font-size: 48px;
}

.text-page .section1 {
    padding-bottom: 78px;
}

.section1 .header {
    padding-top: 48px;
    padding-bottom: 42px;
}

.right-panel .btn-navigation {
    width: 25px;
    margin-top: 3px;
}

.right-panel .fa {
    font-size: 30px;
    margin-left: 10px;
}

/*.btn-login {
    text-align: center;
    border: 2px solid #fff;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    font-size: 14px;
    width: 115px;
    padding-top: 2px;
    padding-bottom: 2px;
    display: inline-block;
    font-family: 'Lato-semilight';
    margin-right: 20px;
}*/

.text-page .section1 h1 {
    font-size: 55px;
    font-family: LexendDeca;
}


.about-us .section1 {
    background: url(/images/TextpageV3/ABF_About_us.jpg) no-repeat;
    background-size: cover;
    background-position: center;
}

.FAQ .section1 {
    background: url(/images/TextpageV3/ABF_faq.jpg) no-repeat;
    background-size: cover;
    background-position-y: 55%;
    background-position-x: 50%;
}

.costs .section1 {
    background: url(/images/TextpageV3/ABF_costs.jpg) no-repeat;
    background-size: cover;
    background-position-y: 100%;
    background-position-x: 40%;
}

.how-it-works .section1 {
    background: url(/images/TextpageV3/ABF_how_it_works.jpg) no-repeat;
    background-size: cover;
    background-position-y: 35%;
    background-position-x: 50%;
    min-height: 100%;
}

.contact-us .section1 {
    background: url(/images/TextpageV3/ABF_contact_us.jpg) no-repeat;
    background-size: cover;
    background-position-y: 35%;
    background-position-x: 50%;
}

.Responsible-lending .section1 {
    background: url(/images/TextpageV3/bg_responsible_lending.jpg) no-repeat;
    background-size: cover;
    background-position: center;
}

/*---------contact us section --------*/
.contact-us .wrap-contact-info {
    background: url(/images/TextpageV3/contact_info_bg2.jpg) no-repeat;
    background-size: cover;
    background-position: bottom right;
}

.contact-us .wrap-contact-info {
    padding-top: 75px;
    padding-bottom: 75px;
}

    .contact-us .wrap-contact-info .section-title {
        margin-bottom: 25px;
    }

    .contact-us .wrap-contact-info .section-item-container {
        padding-top: 20px;
        padding-bottom: 25px;
        padding-left: 75px;
        border-bottom: 1px solid #fff;
        position: relative;
    }

        .contact-us .wrap-contact-info .section-item-container:last-child {
            border-bottom: none;
        }

        .contact-us .wrap-contact-info .section-item-container .inner-section-title {
            font-size: 22px;
        }

        .contact-us .wrap-contact-info .section-item-container .section-description {
            font-size: 18px;
            font-weight: 300;
        }

            .contact-us .wrap-contact-info .section-item-container .section-description.normal {
                font-weight: 400;
            }

.contact-us .wrap-textpage-content {
    padding: 75px 0;
}

    .contact-us .wrap-textpage-content .sec-title {
        margin-bottom: 25px;
    }

    .contact-us .wrap-textpage-content .sub-title {
        font-weight: 300;
    }

.contact-us .form-element-select .fa-caret-down {
    position: absolute;
    bottom: 15px;
    right: 15px;
}

.contact-us .wrap-textpage-content textarea {
    height: 330px;
}

.contact-us .g-recaptcha {
    margin-bottom: 40px;
    margin-top: 10px;
}

.contact-us .c-info-item-icon {
    position: absolute;
    top: 30px;
    left: 15px;
    max-width: 40px;
}

.wrap-contact-info {
    position: relative;
}

.c-info-logo {
    position: absolute;
    bottom: 0;
    right: 40px;
    opacity: .8;
    max-width: 47%;
}

.contact-opt-circle {
    position: relative;
}

    .contact-opt-circle p {
        position: absolute;
        width: 100%;
        bottom: 25%;
        line-height: inherit;
    }

.contact-options-wrap .container .row:first-child {
    margin-left: 0;
    margin-right: 0;
}

    .contact-options-wrap .container .row:first-child div {
        padding-left: 0;
        padding-right: 0;
    }

.contact-options-wrap .container .row div:nth-child(3) .contact-opt-circle p,
.contact-options-wrap .container .row div:nth-child(4) .contact-opt-circle p {
    bottom: 26%;
}

.sched span {
    border-right: 1px solid #777;
    margin: 0 12px;
}

.other-info {
    padding: 20px 0;
}

.contact-options-wrap .container .row:last-child div:first-child .other-info {
    border-right: 1px solid #c3c3c3;
}

.contact-us .field-wrapper .inputSelect option:first-child {
    display: none; /*contact us - select form*/
}

.contact-us .field-wrapper label.show2 {
    font-weight: 300; /*contact us - select form*/
}

#sendMsgModal .modal-content {
    border-radius: 15px;
}

#sendMsgModal .modal-body {
    padding: 2rem 1rem;
}

#sendMsgModal h3 {
    font-size: 35px;
    padding: 10px 0 0;
    margin-bottom: 0;
}

.wrap-contact-form {
    padding: 25px;
}

    .wrap-contact-form .form-element textarea {
        height: 170px;
    }

    .wrap-contact-form .btn-large {
        box-shadow: none;
    }

/*---------textpage section-----------*/
.wrap-textpage-content {
    position: relative;
}

.FAQ .wrap-textpage-content {
    padding-top: 75px;
}

.wrap-textpage-content .inner-content-section {
    padding-top: 75px;
    padding-right: 50px;
}

.section-content-sub-title {
    font-weight: 300;
    margin-top: 25px;
}

.wrap-textpage-content .inner-content-section p {
    font-size: 20px;
    font-weight: 300;
}

.wrap-textpage-content .inner-content-section p, .wrap-textpage-content .inner-content-section h2 {
    margin-bottom: 24px;
}

.wrap-textpage-content .about_us_img {
    position: absolute;
    top: 20%;
    right: 0;
    max-width: 43%;
}

.nmh-section .section-icon {
    margin-bottom: 15px;
}

/*-------- How it works ------------*/
.how-it-works .section10 .sectitle {
    font-size: 48px;
    margin-bottom: 20px;
}

.how-it-works .section10 .sub-title {
    font-weight: 300;
    margin-bottom: 70px;
}

.how-it-works .wrap-fast-content {
    padding-top: 75px;
    padding-bottom: 75px;
    margin-bottom: 80px;
}

    .how-it-works .wrap-fast-content .container {
        position: relative;
    }

    .how-it-works .wrap-fast-content .sub-title {
        font-weight: 300;
    }

    .how-it-works .wrap-fast-content .sec-title {
        margin-bottom: 25px;
    }

.how-it-works .list-item-container {
    padding-left: 75px;
    position: relative;
    display: table;
    height: 60px;
    vertical-align: middle;
    margin-bottom: 8px;
    -webkit-transition: all 0.6s ease-out;
    -moz-transition: all 0.6s ease-out;
    -ms-transition: all 0.6s ease-out;
    -o-transition: all 0.6s ease-out;
    transition: all 0.6s ease-out;
    opacity: 0;
    -webkit-transform: translateX(-90px);
    -moz-transform: translateX(-90px);
    -ms-transform: translateX(-90px);
    -o-transform: translateX(-90px);
    transform: translateX(-90px);
}

    .how-it-works .list-item-container.visible {
        opacity: 1;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
    }

    .how-it-works .list-item-container img {
        position: absolute;
        left: 22px;
        top: 10px;
        width: 28px;
    }

    .how-it-works .list-item-container p {
        display: table-cell;
        vertical-align: middle;
        font-size: 20px;
        font-weight: 300;
    }

.how-it-works .wrap-main-item {
    margin-top: 105px;
    position: relative;
}

.how-it-works .phone-hand {
    position: absolute;
    top: -90px;
    right: 0;
    max-width: 400px;
}

.how-it-works .wrap-complete-control {
    background: #00CAC9;
    padding-top: 75px;
    padding-bottom: 75px;
}

    .how-it-works .wrap-complete-control .sec-title {
        margin-bottom: 75px;
    }

.how-it-works .wrap-complete-item {
    margin-top: 50px;
}

    .how-it-works .wrap-complete-item .complete-item-container {
        padding-left: 15px;
        padding-right: 15px;
    }

    .how-it-works .wrap-complete-item .item-title {
        font-size: 30px;
    }

    .how-it-works .wrap-complete-item .item-description {
        font-size: 20px;
        font-weight: 300;
        max-width: 85%;
        margin: 0 auto;
    }

/*-------- Costs section -----------*/
.costs .wrap-tab {
    position: relative;
}

.wrap-costs-pill {
    margin-top: -30px;
}

    .wrap-costs-pill .btn-group {
        border-radius: 10px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        -webkit-box-shadow: 0px 3px 20px 0px rgba(0,0,0,0.14);
        -moz-box-shadow: 0px 3px 20px 0px rgba(0,0,0,0.14);
        box-shadow: 0px 3px 20px 0px rgba(0,0,0,0.14);
        max-width: 440px;
        width: 100%;
    }

    .wrap-costs-pill button {
        font-size: 24px;
        padding-bottom: 14px;
        padding-top: 14px;
        padding-left: 0;
        padding-right: 0;
        border-radius: 10px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        background: #fff;
        font-weight: 300;
        color: #777777;
        border: none;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        width: 50%;
        text-align: center;
    }

        .wrap-costs-pill button:hover, .wrap-costs-pill button:active {
            background: #fff !important;
            color: #777777;
        }

        .wrap-costs-pill button.active, .wrap-costs-pill button.active:hover {
            background: #00d1d0 !important;
            color: #fff;
            -webkit-box-shadow: none;
            -moz-box-shadow: none;
            box-shadow: none;
        }

.costs .wrap-tab .nav {
    display: -webkit-inline-box;
    display: -ms-flexbox;
    display: inline-flex;
}

.costs .wrap-cost-calculator {
    padding-top: 55px;
    padding-bottom: 85px;
}

    .costs .wrap-cost-calculator .sectitle {
        font-size: 48px;
    }

    .costs .wrap-cost-calculator .secdescription {
        font-size: 20px;
        font-weight: 300;
    }

.costs .inner-wrap-cost-calculator {
    max-width: 550px;
    margin: 0 auto;
    margin-top: 90px;
}

.costs .container-range-slider {
    padding: 0;
    background: transparent;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    margin-bottom: 50px;
    position: relative;
}

    .costs .container-range-slider.second {
        margin-top: 121px;
    }

.costs .inner-wrap-calc-slider {
    background: #e9e9e9;
    height: 13px;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    padding-left: 12px;
    padding-right: 0px;
    border: 1px solid #d8d8d8;
}

.costs .ui-slider-horizontal {
    border-radius: 0;
    height: inherit;
    margin-top: 0;
    background: transparent;
    border: none;
}

    .costs .ui-slider-horizontal .ui-slider-range-min {
        margin-left: -13px;
        background: #00d1d0;
        height: 14px;
        border-radius: 6px;
        margin-top: -2px;
    }

.costs .ui-state-default, .costs .ui-widget-content .ui-state-default, .costs .ui-widget-header .ui-state-default {
    height: 65px;
    width: 95px;
    background: url(/images/handle.png);
    cursor: pointer;
    outline: none !important;
    border: none;
    margin-top: -42px;
    margin-left: -55px;
    box-shadow: inherit;
    z-index: 1031;
}

.costs .ui-slider-horizontal .ui-slider-handle .tooltip {
    z-index: -1;
    margin-top: -18px;
    margin-left: -15px;
    opacity: 1;
}

.right .tooltip {
    margin-left: -57px !important;
}

.left .tooltip {
    margin-left: -47px !important;
}

.costs .ui-slider-horizontal .ui-slider-handle .tooltip-inner {
    background: #00d1d0;
    color: #fff;
    font-size: 19px;
    width: 120px;
    font-family: 'Lato';
    padding-top: 7px;
    padding-bottom: 7px;
}

.costs .ui-slider-horizontal .ui-slider-handle .tooltip.top .tooltip-arrow {
    border-top-color: #00d1d0;
    bottom: -3px;
    border-width: 8px 5px 0;
}

.costs .calc-label {
    position: absolute;
    top: 20px;
    color: #777777;
    font-size: 15px;
}

.costs .slider-range-min3b label {
    position: absolute;
    top: 20px;
    color: #777777;
    font-size: 15px;
}

.costs .rating-calc-label {
    font-size: 16px;
    margin-top: 5px;
    color: #777777;
}

.costs .calc-terms-container {
    margin-top: 62px;
    padding: 20px 0;
    border: 1px solid #ddd;
    border-radius: 6px;
}

.costs .wrap-costs-btn {
    margin-top: 55px;
    margin-bottom: 55px;
}

.costs .calc-comparison-note {
    background: #f8f8f8;
    padding: 20px;
    border-radius: 6px;
}

.costs .wrap_our_fees_and_rate {
    padding-top: 50px;
}

    .costs .wrap_our_fees_and_rate .wrap-banner-title {
        background: url(/images/TextpageV3/bg_new_PL.jpg);
        background-size: cover;
        background-position: center;
        position: relative;
        padding-top: 50px;
        padding-bottom: 50px;
    }

        .costs .wrap_our_fees_and_rate .wrap-banner-title > .container {
            position: relative;
        }

        .costs .wrap_our_fees_and_rate .wrap-banner-title .section-title {
            margin-bottom: 16px;
        }

        .costs .wrap_our_fees_and_rate .wrap-banner-title .sub-title {
            font-weight: 300;
        }

        .costs .wrap_our_fees_and_rate .wrap-banner-title .phone_img {
            position: absolute;
            bottom: -50px;
            right: 50px;
            max-width: 300px;
        }

.costs .wrap-section-content {
    padding-top: 50px;
    padding-bottom: 50px;
}

.costs #v-pills-fs > .wrap-section-content {
    padding-top: 90px;
}

.costs .wrap-section-content .details-section .section-title {
    font-size: 30px;
    margin-bottom: 25px;
}

.costs .wrap-section-content .details-section .text-description {
    font-size: 18px;
    font-weight: 300;
}

.costs .wrap-section-content .detail-item.w-space-bottom {
    margin-bottom: 75px;
}

.costs .wrapSec6circleItem {
    transform: translate(0, 30%);
    -ms-transform: translate(0, 30%);
    -webkit-transform: translate(0%, 30%);
}

.costs .wrap-section-content .collapse-section .panel-default {
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-box-shadow: 0px 0px 20px 2px rgba(0,0,0,0.17);
    -moz-box-shadow: 0px 0px 20px 2px rgba(0,0,0,0.17);
    box-shadow: 0px 0px 20px 2px rgba(0,0,0,0.17);
    margin-bottom: 25px;
    padding: 0 20px;
}

.costs .wrap-section-content .collapse-section .panel-heading h4 a {
    padding: 20px 0;
    text-align: center;
    position: relative;
    display: block;
}

.costs .wrap-section-content .collapse-section .panel-heading.Active h4 a {
    border-bottom: 2px solid #ddd;
}

.costs .wrap-section-content .collapse-section .panel-heading h4 {
    margin: 0;
}

.costs .wrap-section-content .collapse-section .panel-collapse.collapse {
    padding: 20px 0;
}

.costs .wrap-section-content .collapse-section .panel-heading h4 a:before {
    font-family: FontAwesome;
    font-weight: 100 !important;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    background: 0 0;
    speak: none;
    -webkit-font-smoothing: antialiased;
    line-height: 21px;
    position: absolute;
    top: 50%;
    right: 5px;
    width: 20px;
    height: 20px;
    margin-top: -13px;
    -webkit-transition-duration: .5s;
    -moz-transition-duration: .5s;
    -o-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    transition-property: transform;
    content: "\f078";
    font-size: 24px;
    color: #777777;
    -webkit-text-stroke: 4px white;
}

.costs .wrap-costs-none {
    margin-bottom: 75px;
}

.costs #v-pills-pl .section9 {
    height: 390px;
    padding-top: 122px;
    padding-bottom: 146px;
    background: url(/images/freestyle/bg_new_PL.png);
    background-position: center;
    background-size: cover;
}

    .costs #v-pills-pl .section9 .sectitle {
        font-size: 48px;
        margin-bottom: 45px;
        line-height: 32px;
        font-family: "LexendDeca", "Lato", "arial";
        color: #fff;
    }

.costs .wrap-fs-fees-section {
    padding-top: 53px;
    padding-bottom: 160px;
    position: relative;
    overflow: hidden;
}

    .costs .wrap-fs-fees-section .sectitle {
        font-size: 48px;
    }

    .costs .wrap-fs-fees-section .secdescription {
        font-size: 20px;
        font-weight: 300;
    }

.costs .credit-limit-box {
    padding: 0 20px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-box-shadow: 0px 0px 20px 2px rgba(0,0,0,0.17);
    -moz-box-shadow: 0px 0px 20px 2px rgba(0,0,0,0.17);
    box-shadow: 0px 0px 20px 2px rgba(0,0,0,0.17);
    min-height: 86%;
    margin-bottom: 25px;
    background: #fff;
}

.costs .wrap-costs-credit-limit {
    margin-top: 40px;
}

.costs .credit-limit-box .box-header {
    padding: 15px 0;
    text-align: center;
    border-bottom: 2px solid #ddd;
}

.costs .credit-limit-box .box-content {
    padding-top: 25px;
    padding-bottom: 20px;
}

    .costs .credit-limit-box .box-content ul {
        list-style: none;
        padding-left: 15px;
    }

        .costs .credit-limit-box .box-content ul li {
            padding-left: 25px;
            position: relative;
        }

            .costs .credit-limit-box .box-content ul li:before {
                content: "\2022";
                color: #00d1d0;
                font-weight: bold;
                display: inline-block;
                width: 1em;
                position: absolute;
                left: 0;
                top: 0
            }

            .costs .credit-limit-box .box-content ul li p {
                font-weight: 300;
                color: #777;
            }

.costs .credit-limit-box .box-header p {
    margin-bottom: 0;
}

.costs .freedom_big {
    width: 120%;
    margin-left: -9%;
    opacity: .2;
    position: absolute;
    z-index: -1;
    bottom: 0;
    transform: translate(0, 35%);
    -ms-transform: translate(0, 35%);
    -webkit-transform: translate(0%, 35%);
}

.costs .our-fees-fs-phone {
    position: absolute;
    bottom: -41%;
    right: 0;
    max-width: 419px;
}

.gradient-strip {
    height: 20px;
    width: 100%;
    display: block;
    background: rgb(93,206,206);
    background: -moz-linear-gradient(100deg, rgba(93,206,206,1) 0%, rgba(1,219,194,1) 69%, rgba(4,244,156,1) 90%);
    background: -webkit-linear-gradient(100deg, rgba(93,206,206,1) 0%, rgba(1,219,194,1) 69%, rgba(4,244,156,1) 90%);
    background: linear-gradient(100deg, rgba(93,206,206,1) 0%, rgba(1,219,194,1) 69%, rgba(4,244,156,1) 90%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#5dcece",endColorstr="#04f49c",GradientType=1);
}

.costs #v-pills-fs .section9 {
    background: transparent url(/images/freedom/freedom-bg-texture-1.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding-top: 379px;
    padding-bottom: 380px;
    margin-top: -100px;
}

    .costs #v-pills-fs .section9.bottom {
        margin-bottom: -98px;
    }

    .costs #v-pills-fs .section9 svg {
        max-width: 500px;
        margin: 0 auto;
        display: block;
        margin-bottom: 40px;
    }

.costs #v-pills-fs .section10 {
    margin-top: -130px;
}

/*---------FAQ section ------------*/
.main-faq-content-container {
    padding-top: 80px;
    padding-bottom: 80px;
}

.faq-icon-search {
    max-width: 28px;
    margin-right: 5px;
}

.faq-top-search-container input {
    border-radius: 45px;
    -webkit-border-radius: 45px;
    -moz-border-radius: 45px;
    font-family: "Lato", Arial;
    font-weight: 300;
    padding-left: 25px;
    font-size: 20px;
    outline: none !important;
    border-color: #f7f7f7;
}

.faq-top-search-container .form-control:focus {
    border-color: #ddd;
    outline: none !important;
    box-shadow: none;
    background: #fff;
    border-right: none;
}

.faq-top-search-container .input-group {
    height: 55px;
    max-width: 640px;
    margin: 40px auto 0 auto;
    -webkit-box-shadow: 0px 0px 20px 2px rgba(0,0,0,0.17);
    -moz-box-shadow: 0px 0px 20px 2px rgba(0,0,0,0.17);
    box-shadow: 0px 0px 20px 2px rgba(0,0,0,0.17);
    border-radius: 45px;
    border-top-right-radius: 45px;
}

    .faq-top-search-container .input-group > .input-group-append > .input-group-text {
        border-bottom-right-radius: 45px;
        border-top-right-radius: 45px;
        border-color: #f7f7f7;
    }

.main-faq-content-container .panel-title {
    margin-bottom: 0;
}

    .main-faq-content-container .panel-title a {
        padding: 10px 0px 10px 15px;
        padding-bottom: 17px;
        font-size: 23px;
        font-weight: 300;
        color: #787878;
        display: block;
        text-decoration: none !important;
        position: relative;
        z-index: 500;
    }

.main-faq-content-container .panel-default > .panel-heading {
    background: transparent;
    position: relative;
    padding: 0;
}

.main-faq-content-container .panel-group {
    margin-bottom: 3px;
}

    .main-faq-content-container .panel-group .panel {
        border: none;
        border-bottom: 1px solid #f8f8f8;
        border-radius: 0;
        box-shadow: inherit;
        -webkit-box-shadow: inherit;
    }

.main-faq-content-container .panel-body {
    padding: 15px;
}

.main-faq-content-container .panel-heading:before {
    -webkit-text-stroke: 4px white;
}

.main-faq-content-container .panel-heading:before {
    font-family: FontAwesome;
    font-weight: 100;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    background: 0 0;
    speak: none;
    -webkit-font-smoothing: antialiased;
    line-height: 21px;
    position: absolute;
    top: 50%;
    right: 5px;
    width: 20px;
    height: 20px;
    margin-top: -13px;
    -webkit-transition-duration: .5s;
    -moz-transition-duration: .5s;
    -o-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    transition-property: transform;
    content: "\f078";
    font-size: 24px;
    color: #777777;
}

.main-faq-content-container .panel-heading.Active .panel-title a {
    color: #00d1d0;
}

.main-faq-content-container .panel-heading.Active:before {
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    color: #00d1d0;
    right: 0;
}

.main-faq-content-container .panel-default > .panel-heading + .panel-collapse .panel-body {
    border-top-color: #f5f5f5;
}

.main-faq-content-container .panel-body h5, .main-faq-content-container .panel-body h5 {
    font-size: 20px;
}

.main-faq-content-container .panel-body h5 {
    margin-bottom: 30px;
}

.main-faq-content-container .panel-body p, .main-faq-content-container .panel-body li, .main-faq-content-container .panel-body a {
    margin-bottom: 20px;
    font-weight: 300;
}

/*---------Awards section ------------*/
.section2 .sectitle {
    margin-bottom: 30px;
}

    .section2 .sectitle a {
        color: #adadad;
        text-decoration: none !important;
    }

        .section2 .sectitle a.active {
            color: #777777;
        }

        .section2 .sectitle a:hover {
            text-decoration: none;
        }

.section2 .container {
    position: relative;
}

.tab-pane {
    display: none;
}

    .tab-pane.active {
        display: block;
    }

.section2 .tab-content {
    height: 80px;
}

.section2 #company-slider2, .section2 #company-slider4, .section2 #company-slider2a, .section2 #company-slider4a {
    padding-left: 0;
    margin-left: 0;
    height: 120px;
    overflow: hidden;
}

    .section2 #company-slider2 li, .section2 #company-slider4 li, .section2 #company-slider2a li, .section2 #company-slider4a li {
        list-style: none;
    }

#company-slider2, #company-slider4, #company-slider4 {
    overflow: hidden;
}

    .as-slide-inner, #company-slider2 li, #company-slider4a li, #company-slider4 li {
        width: 100% !important;
        height: 30px;
    }

    #company-slider2 li, .as-slide-inner, #company-slider4 li {
        float: left;
    }

        #company-slider4 li a img, .section2 #company-slider4a li a img, #company-slider2 li a img, #company-slider2a li a img {
            margin: 0 auto;
        }

.as-nav {
    display: none;
}

.featured-container .column2 {
    width: 20%;
    float: left;
    position: relative;
    min-height: 80px;
    padding-left: 15px;
    padding-right: 15px;
    display: block;
}

    .featured-container .column2 a {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 80%;
        cursor: default;
    }

.section2 {
    padding-top: 0;
    padding-bottom: 45px;
}

.awards-container.featured-container .column2 {
    width: 16.33%;
    float: left;
    position: relative;
    min-height: 100px;
    padding-left: 15px;
    padding-right: 15px;
    display: block;
}

.awards-container.featured-container .column2-adjustment-awards {
    width: 26%;
}

.awards-container.featured-container .column2-adjustment-awardsb {
    width: 25%;
}

/*---------About us Social initiatives----------------*/
.mme-msi-title {
    padding-top: 60px;
    padding-bottom: 55px;
}

    .mme-msi-title .sec-title {
        line-height: 60px;
    }

.wrap-mme-si .row {
    margin: 0;
}

.promo-box {
    position: relative;
    padding: 0;
}

    .promo-box > img {
        -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
        filter: grayscale(100%);
    }

    .promo-box:before {
        position: absolute;
        content: "";
        top: 0;
        left: 0;
        background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.77) 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.77) 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.77) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#c4000000',GradientType=0 ); /* IE6-9 */
        width: 100%;
        height: 100%;
        -webkit-transition: all 0.6s ease-out;
        -moz-transition: all 0.6s ease-out;
        -ms-transition: all 0.6s ease-out;
        -o-transition: all 0.6s ease-out;
        transition: all 0.6s ease-out;
        z-index: 100;
    }

    .promo-box:hover img {
        -webkit-filter: inherit;
        filter: inherit;
    }

.promo-box-content {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 15px 25px;
    z-index: 200;
    width: 100%;
}

    .promo-box-content .promo-title {
        font-size: 28px;
    }

/*---------About us Ready to get started----------------*/
.wrap-rtgs {
    padding-top: 71px;
    padding-bottom: 100px;
    background: url(/images/freestyle/bg-fs-rtgs.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
}

    .wrap-rtgs .sectitle {
        font-size: 48px;
        margin-bottom: 35px;
        font-family: "LexendDeca", "Lato", "arial";
    }

.wrap-product-box {
    background: transparent;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    width: 355px;
    height: 272px;
    padding: 0;
    display: table;
}

    .wrap-product-box.box-container-flip {
        -webkit-perspective: 600;
        perspective: 600;
        display: block;
        position: relative;
    }

        .wrap-product-box.box-container-flip .inner-flip-box {
            width: 100%;
            height: 100%;
            transform-style: preserve-3d;
            -ms-transform-style: preserve-3d;
            -webkit-transform-style: preserve-3d;
            transition: all 1s ease-in-out;
            position: relative;
            display: block;
        }

            .wrap-product-box.box-container-flip .inner-flip-box.is-flipped {
                transform: rotateY(180deg);
                -ms-transform: rotateY(180deg);
                -webkit-transform: rotateY(180deg);
                -o-transform: rotateY(180deg);
            }

            .wrap-product-box.box-container-flip .inner-flip-box:after {
                content: "";
                display: block;
                position: absolute;
                bottom: -60px;
                left: 0;
                width: 350px;
                height: 50px;
                background: url(/images/freestyle/ABF_Shadow.png) no-repeat;
                background-size: 100%;
            }

        .wrap-product-box.box-container-flip .box-face {
            position: absolute;
            width: 100%;
            height: 100%;
            -webkit-perspective: 0;
            -webkit-backface-visibility: hidden;
            -webkit-transform: translate3d(0,0,0);
            visibility: visible;
            -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
            z-index: 200;
            border-radius: 6px;
            -webkit-border-radius: 6px;
            -moz-border-radius: 6px;
            display: table;
            -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
        }

            .wrap-product-box.box-container-flip .box-face.box-about-front {
                background: rgba(0, 109, 107, .8);
            }

            .wrap-product-box.box-container-flip .box-face.box-about-back {
                transform: rotateY(180deg);
                -ms-transform: rotateY(180deg);
                -webkit-transform: rotateY(180deg);
                background: #fff;
            }

.wrap-btn-back-flip {
    position: absolute;
    display: block;
    bottom: 13px;
    left: 50%;
    margin-left: -37px;
}

.wrap-product-box .inner-container {
    display: table-cell;
    vertical-align: middle;
    height: 100%;
    width: 100%;
}

.wrap-product-box .box-about-back .inner-container {
    padding-left: 75px;
    padding-right: 15px;
    text-align: left;
    padding-bottom: 40px;
}

    .wrap-product-box .box-about-back .inner-container ul {
        padding-left: 15px;
        margin-bottom: 25px;
    }

        .wrap-product-box .box-about-back .inner-container ul li {
            font-size: 14px;
            margin-bottom: 8px;
        }

    .wrap-product-box .box-about-back .inner-container .btn-large {
        width: 135px;
        font-size: 16px;
        padding: 12px;
    }

.wrap-product-box .svg__logo {
    width: 255px;
    margin-bottom: 35px;
}

.wrap-product-box .card-header {
    position: absolute;
    width: 273px;
    left: -32%;
    top: 40%;
    text-align: center;
    transform: rotateZ(-90deg);
    border-top-right-radius: 11px;
    border-top-left-radius: 11px;
    border-bottom: none;
    height: 54px;
}

    .wrap-product-box .card-header.pl {
        background: #00B6B5 url(/images/freestyle/card_header_PL.png) no-repeat;
        background-size: 100%;
    }

    .wrap-product-box .card-header.fs {
        background: #00B6B5 url(/images/freestyle/card_header_FS.png) no-repeat;
        background-size: 100%;
    }

.wrap-product-box .svg__logo2 {
    width: 260px;
    margin-bottom: 35px;
    margin-top: -24px;
}

.wrap-rtgs .wrap-product-box.box-container-flip .box-face.box-about-back {
    border: 1px solid #eee;
    -moz-border-radius: 11px;
    -webkit-border-radius: 11px;
    border-radius: 11px;
}

.wrap-product-box .btn-large {
    width: 235px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    box-shadow: inherit;
}

.wrap-product-box.left {
    float: right;
}

.wrap-flip-icon {
    max-width: 90px;
    position: absolute;
    top: 20px;
    right: -43px;
    z-index: 300;
    height: 90px;
    width: 90px;
    cursor: pointer;
}

.about-flip-icon {
    /*position: absolute;
    top: 20px;
    right: -35px;
    max-width: 75px;*/
    transition: all 2s linear;
    z-index: -1;
    position: relative;
}

.front.about-flip-icon {
    /*max-width: 47px;
    right: -23px;
    top: 29px;*/
    display: none;
}

.is-flipped + .wrap-flip-icon .front.about-flip-icon {
    display: block;
    max-width: 60px;
    position: relative;
    right: -15px;
    top: 10px;
    z-index: -1;
}

.is-flipped + .wrap-flip-icon .back.about-flip-icon {
    display: none;
}

/*flip*/
.home.v4 .section2 {
    padding-top: 54px;
    padding-bottom: 45px;
}

/*why flip box*/
.wrap-why-flip-box {
    -webkit-perspective: 600;
    perspective: 600;
    height: 250px;
    position: relative;
}

.inner-why-flip-box {
    width: 100%;
    height: 100%;
    transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    transition: all 1s ease-in-out;
    position: relative;
}

.is-flipped.inner-why-flip-box {
    transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
}

/*------- footer ------------*/
.wrap-footer {
    padding-top: 50px;
    padding-bottom: 50px;
    background: #f7f7f7;
    border-top: 1px solid #c6c6c6;
}

.footerLogo img {
    max-width: 110px;
}

.footerLink {
    padding-left: 0;
}

    .footerLink li {
        list-style: none;
        margin-bottom: 8px;
    }

        .footerLink li a {
            font-size: 14px;
            font-family: 'Lato-light';
        }

.mobile-footer .container {
    margin-bottom: 29px;
}

.wrap-footer-socialMedia {
    height: 92px;
    margin-top: 55px;
    margin-bottom: 15px;
}

    .wrap-footer-socialMedia .blue-line {
        border-color: #00d1d0;
        margin-top: -47px;
    }

    .wrap-footer-socialMedia a {
        margin-left: 26px;
        margin-right: 26px;
    }

        .wrap-footer-socialMedia a:hover {
            text-decoration: none;
        }

.LegalLink {
    font-size: 16px;
}

    .LegalLink a:hover, legalLink a:active {
        color: #27ffc5;
    }

.lowerFooter {
    padding-top: 15px;
    border-top: 1px solid #c6c6c6;
}

.border-top-none .lowerFooter {
    border-top: none;
}

.wrapDisclosureBtn {
    margin-top: 45px;
}

.FooterdisclosureBtn {
    padding: 15px;
    border: 1px solid #c7c7c7;
}

    .FooterdisclosureBtn:hover {
        text-decoration: none;
    }

.FooterdisclosureIcon {
    margin-top: -10px;
}

.wrap-footer-social-link a {
    margin-left: 12px;
    margin-right: 12px;
}

.wrap-footer-social-link img {
    max-width: 44px;
}

/*------ section 10 ---------*/
.section10 {
    padding-top: 98px;
    padding-bottom: 110px;
    margin-top: 0 !important;
}

    .section10 .sectitle {
        font-size: 48px;
        margin-bottom: 70px;
    }

    .section10 .sectlabel {
        margin-bottom: 28px;
    }


/*------ partnership style------*/

.partnership .section1 {
    background: url(/images/TextpageV3/ABF_Partnership.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 930px;
    padding-bottom: 18px;
}

    .partnership .section1 .wrap-banner {
        transform: translate(0, 55%);
        -ms-transform: translate(0, 55%);
        -webkit-transform: translate(0, 55%);
    }

.text-page .partnership .section1 h1 {
    line-height: 70px;
    margin-bottom: 25px;
}

.partnership .section1 p.abf-sub-title {
    font-size: 28px;
    margin-bottom: 40px;
}

.partnership .wrap-industries-partnership {
    padding-top: 130px;
    padding-bottom: 70px;
}

    .partnership .wrap-industries-partnership .sec-title {
        margin-bottom: 50px;
    }

        .partnership .wrap-industries-partnership .sec-title.second {
            margin-bottom: 0;
            margin-top: 50px;
        }

.partnership .p-item-box {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px -webkit-box-shadow: 0px 0px 20px 2px rgba(0,0,0,0.17);
    -moz-box-shadow: 0px 0px 20px 2px rgba(0,0,0,0.17);
    box-shadow: 0px 0px 20px 2px rgba(0,0,0,0.17);
    min-height: 86%;
    margin-bottom: 25px;
    background: #fff;
    min-height: 170px;
    text-align: center;
}


.partnership .inner-item-container {
    max-width: 100px;
    transform: translate(0, 45%);
    -ms-transform: translate(0, 45%);
    -webkit-transform: translate(0, 45%);
    display: block;
    margin: 0 auto;
}


    .partnership .inner-item-container img {
        max-width: 75%;
        margin-bottom: 5px
    }

        .partnership .inner-item-container img.two {
            max-width: 70px;
            margin-bottom: 10px;
        }

        .partnership .inner-item-container img.three {
            max-width: 68px;
            margin-bottom: 11px;
        }

.partnership .wrap-finance-partnership-section {
    background: rgb(0,199,198);
    background: -moz-linear-gradient(155deg, rgba(0,199,198,1) 0%, rgba(2,224,168,1) 83%, rgba(4,252,135,1) 100%);
    background: -webkit-linear-gradient(155deg, rgba(0,199,198,1) 0%, rgba(2,224,168,1) 83%, rgba(4,252,135,1) 100%);
    background: linear-gradient(155deg, rgba(0,199,198,1) 0%, rgba(2,224,168,1) 83%, rgba(4,252,135,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00c7c6",endColorstr="#04fc87",GradientType=1);
    padding-top: 135px;
    padding-bottom: 90px;
}

    .partnership .wrap-finance-partnership-section .sec-title {
        margin-bottom: 25px;
    }

.partnership .list-group-partner p {
    font-size: 24px;
    margin-bottom: 25px;
    position: relative;
    padding-left: 50px;
}

    .partnership .list-group-partner p img {
        max-width: 30px;
        position: absolute;
        top: 2px;
        left: 0;
    }

.partnership .phone-hand {
    position: absolute;
    right: 160px;
    top: -70px;
    max-width: 330px;
    width: 100%;
}

.partnership .big-logo-white {
    position: absolute;
    bottom: -100px;
    max-width: 650px;
    opacity: .2;
    left: -111px;
}

.partnership .wrap-what-to-expect {
    padding-top: 99px;
    padding-bottom: 100px;
    background: #01cfcd;
}

    .partnership .wrap-what-to-expect .section-title {
        margin-bottom: 86px;
    }

.partnership .wrap-item-expect {
    padding-left: 120px;
    position: relative;
    margin-bottom: 60px;
    -webkit-transition: all 0.6s ease-out;
    -moz-transition: all 0.6s ease-out;
    -ms-transition: all 0.6s ease-out;
    -o-transition: all 0.6s ease-out;
    transition: all 0.6s ease-out;
    opacity: 0;
    -webkit-transform: translateX(-90px);
    -moz-transform: translateX(-90px);
    -ms-transform: translateX(-90px);
    -o-transform: translateX(-90px);
    transform: translateX(-90px);
    min-height: 110px;
}

    .partnership .wrap-item-expect.visible {
        opacity: 1;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
        z-index: 400;
        position: relative;
    }

    .partnership .wrap-item-expect svg {
        max-width: 83px;
        position: absolute;
        top: 0px;
        left: 0;
        opacity: .4;
    }

.partnership .wrap-expect-img {
    position: absolute;
    left: 0;
    bottom: -6%;
}

    .partnership .wrap-expect-img img {
        width: 100%;
        max-width: 600px;
        margin-top: 56px;
    }

.partnership .wrap-why-partnership {
    padding: 75px 0;
}

    .partnership .wrap-why-partnership .sec-title {
        margin-bottom: 50px;
    }

    .partnership .wrap-why-partnership .wrap-section-content {
        position: relative;
        padding-left: 86px;
    }

        .partnership .wrap-why-partnership .wrap-section-content.second {
            padding-left: 105px;
        }

        .partnership .wrap-why-partnership .wrap-section-content.second {
            padding-left: 95px;
        }

        .partnership .wrap-why-partnership .wrap-section-content .why_item_icon {
            position: absolute;
            left: 0;
            top: 0;
            max-width: 80px;
        }

            .partnership .wrap-why-partnership .wrap-section-content .why_item_icon.two {
                max-width: 87px;
            }

        .partnership .wrap-why-partnership .wrap-section-content p {
            font-size: 16px;
            padding-top: 20px;
        }

.partnership .mme-msi-title {
    padding-bottom: 15px;
}

.partnership .nmh-section {
    background: #F3F3F4;
}

    .partnership .nmh-section .row {
        max-width: 650px;
        margin: 0 auto;
    }

.nmh-section .section-icon {
    max-width: 80px;
    min-height: 92px;
}


.wrap-responsible-content {
    padding-top: 80px;
    padding-bottom: 80px;
}

    .wrap-responsible-content .list-item {
        position: relative;
        padding-left: 105px;
        margin-bottom: 55px;
    }

        .wrap-responsible-content .list-item svg {
            max-width: 78px;
            position: absolute;
            left: 0;
            top: 14px;
        }

        .wrap-responsible-content .list-item .list-title {
            font-size: 36px;
            margin-bottom: 5px;
        }

        .wrap-responsible-content .list-item .list-description {
            font-size: 20px;
            font-weight: 300;
            margin-bottom: 0;
        }

.not-found .section1 {
    background: #005454;
    background: -moz-linear-gradient(167deg, #005454 0%,#0ad7d6 70%,#0ad7d6 60%,#49ffaf 100%);
    background: -webkit-linear-gradient(167deg, #005454 0%,#0ad7d6 70%,#0ad7d6 60%,#49ffaf 100%);
    background: linear-gradient(167deg, #005454 0%,#0ad7d6 70%,#0ad7d6 60%,#49ffaf 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#005454', endColorstr='#04fb8f',GradientType=1 );
    min-height: 860px;
    width: 100%;
    position: relative;
    display: block;
    padding-bottom: 18px;
    overflow: hidden;
}

    .not-found .section1:before {
        content: "";
        display: block;
        position: absolute;
        bottom: -100px;
        left: 0;
        width: 100%;
        height: 44%;
        background: url(/images/TextpageV3/bg_not-found-ABF.png) no-repeat;
        background-size: cover;
        background-position: center;
        opacity: .2;
    }

.not-found .wrap-banner-slogan h1 {
    font-size: 60px;
    font-weight: 100;
    margin-top: 0;
}

.not-found.u2 .inner-product-item-copy ul > li {
    font-weight: 500;
}

.not-found.u2 .inner-product-item-header {
    border-top-left-radius: 20px;
    -moz-border-top-left-radius: 20px;
    -webkit-border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    -webkit-border-top-right-radius: 20px;
    -moz-border-top-right-radius: 20px;
}


.not-found .wrap-banner-slogan p.sub-title {
    font-size: 28px;
    margin-top: 9px;
    font-weight: 300;
}

.not-found .wrap-banner-product {
    margin-top: 70px;
}


.fshome .detail-excerpt .home-offer-disc {
    position: absolute;
    margin-top: 14px;
}

.u2 .zoomtimeline a {
    color: #fff !important;
}

.not-found .wrap-banner-product .first-column {
    padding-left: 0;
    padding-right: 35px;
}

.not-found .wrap-banner-product .second-column {
    padding-right: 0;
    padding-left: 35px;
}



/*new footer layout - footerV2*/

.wrap-warning-footer {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
    border-top: none !important;
}

.wrap-apple-footer {
    padding-top: 20px !important;
    padding-bottom: 0 !important;
}

.text-page .wrap-warning-footer .container,
.text-page .mobile-footer .container {
    width: 1300px;
    max-width: 100%;
}

.asx-mme-logo {
    margin-bottom: 5px;
}

    .asx-mme-logo img {
        width: 250px;
    }

footer.wrap-footer .row div:nth-child(2) .row {
    padding-top: 42px;
}

    footer.wrap-footer .row div:nth-child(2) .row .footerLink:first-child {
        padding-left: 30px;
    }

.footer-title {
    padding-top: 10px;
}

.footerLink li a {
    font-size: 14px;
}

.text-page .mobile-footer .row div:nth-child(3) ul.footerLink,
.text-page .mobile-footer .row div:nth-child(4) ul.footerLink {
    padding-top: 10px !important;
}

.text-page .mobile-footer .row div:nth-child(3) ul.footerLink,
.text-page .mobile-footer .row div.d-sm-block ul.footerLink {
    padding-left: 15px !important;
}


/*partnership style updated page*/

.partnership .section1 .wrap-banner .abf-title span {
    position: relative;
    top: -16px;
    font-size: 40px;
}

.partnership .wrap-finance-partnership-section .sec-title span {
    position: relative;
    top: -15px;
    font-size: 35px;
}

.wrap-apple-footer {
    padding-top: 20px !important;
}

.wrap-warning-footer {
    padding-bottom: 20px !important;
    border-top: none !important;
}


/*.footerLink li{
	margin-bottom:12px;
}*/

.wrap-footer-social-link img {
    max-width: 40px !important;
}

.wrap-footer-social-link a {
    margin-left: 10px !important;
    margin-right: 0 !important;
}

    .wrap-footer-social-link a:first-child {
        margin-left: 0 !important;
    }

/*Loading update*/
#modalLoading, #modalLoading-for-bankDetails, #trsutedLoading, #modalLoading-productReview, #modalLoading-canstar, #modalLoading-wemoney, #modalLoadingRedraw {
    background: #0B2828 !important;
    opacity: 0.95 !important;
    max-width: 100%;
    margin: 0 auto;
}

    #modalLoading .modal-content, #modalLoading-for-bankDetails .modal-content, #trsutedLoading .modal-content, #modalLoading-productReview .modal-content, #modalLoading-canstar .modal-content, #modalLoading-wemoney .modal-content, #modalLoadingRedraw .modal-content {
        background: none;
        border-radius: 10px;
        border: none;
    }

/*cost calc*/
.wrap-cost-calculator .ui-slider-horizontal .ui-slider-range-min {
    background: #005454; /* Old browsers */
    background: -moz-linear-gradient(left, #29D2D2 0%, #0ad7d6 50%, #49ffaf 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #29D2D2 0%,#0ad7d6 50%,#49ffaf 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #29D2D2 0%,#0ad7d6 50%,#49ffaf 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#29D2D2', endColorstr='#49ffaf',GradientType=1 ); /* IE6-9 */
    height: 13px;
    border-radius: 8px;
}

.slider-range-min2 .ui-state-default, .slider-range-min2 .ui-widget-content .ui-state-default, .slider-range-min2 .ui-widget-header .ui-state-default {
    background: #fff url(/images/freestyle/V2/mme-handle-c.png) !important;
    -webkit-box-shadow: 0 0 0 0.3em rgba(0, 189, 186, .5) !important;
    box-shadow: 0 0 0 0.3em rgba(0, 189, 186, .5) !important;
    height: 26px !important;
    width: 26px !important;
    cursor: pointer;
    outline: none !important;
    margin-top: -5px !important;
    margin-left: -30px !important;
}

.slider-range-min3 .ui-state-default, .slider-range-min3 .ui-widget-content .ui-state-default, .slider-range-min3 .ui-widget-header .ui-state-default {
    background: url(/images/freestyle/V2/mme-handle-b.png) !important;
    height:28px !important;
    width: 28px !important;
    background-size: cover;
    margin-top: -3px !important;
    margin-left: -25px !important;
}

.slider-range-min3b .ui-state-default, .slider-range-min3b .ui-widget-content .ui-state-default, .slider-range-min3b .ui-widget-header .ui-state-default {
    background: url(/images/freestyle/V2/mme-handle-b.png) !important;
    height: 28px !important;
    width: 28px !important;
    background-size: cover;
    margin-top: -3px !important;
    margin-left: -25px !important;
}

.costs .ui-slider-horizontal .ui-slider-handle .tooltip {
    margin-top: -56px;
    margin-left: -46px;
}


.costs .ui-slider-horizontal.left .ui-slider-handle .tooltip {
  
    margin-left: -73px !important;
}

.costs .ui-slider-horizontal.right .ui-slider-handle .tooltip {
    margin-left: -86px !important;
}

.costs .wrap-costs-credit-limit {
    margin-top: 40px;
    max-width: 960px;
    margin: 0 auto;
}

.our-fees-fs-phone-new {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    padding-left: 30px;
    padding-right: 30px;
}

.costs .credit-limit-box {
    min-height:100%;
}
/*---------end---------*/

/*Need help section update*/

.text-page .boxRow .boxSectionApproved-wrap .module{
        padding: 50px 15px 50px 15px;
}

.how-it-works .need-help-options .boxRow {
    margin-bottom:0;
}

.how-it-works .boxRow .boxSectionApproved-wrap{
    border:none;
}

.text-page .contact-options-legal .boxRow .wrap-textpage-content{
    margin-top:15px;
    margin-bottom: 15px;
    border: 1px solid #e5e5e5;
}


@media (max-width:1440px) {
    /*new footer layout - footer V2*/
    .asx-mme-logo img {
        width: 240px;
    }
}


@media (max-width:1199px) {
    .costs .freedom_big {
        width: 130%;
        margin-left: -14%;
    }

    .costs .our-fees-fs-phone {
        max-width: 350px;
        bottom: -32%;
    }

    .costs .wrap-fs-fees-section {
        padding-bottom: 200px;
    }

    .costs #v-pills-fs .section9 {
        margin-top: -230px;
    }

    .costs #v-pills-fs .section10 {
        margin-top: -192px;
    }

    .partnership .wrap-finance-partnership-section {
        padding-bottom: 60px;
    }

    .partnership .phone-hand {
        max-width: 70%;
        top: -100px;
        z-index: 20;
    }

    .partnership .big-logo-white {
        bottom: -60px;
        max-width: 492px;
        left: -70px;
        z-index: 5;
    }

    .partnership .wrap-why-partnership .wrap-section-content {
        margin-bottom: 50px;
    }

    .partnership .wrap-expect-img img {
        max-width: 230px;
    }

    .promo-box-content .promo-title {
        font-size: 24px;
    }

    .promo-description.font-20 {
        font-size: 16px;
    }
}

@media (max-width:991px) {

    .promo-box-content .promo-title {
        font-size: 20px;
    }

    .promo-box-content .promo-description {
        font-size: 14px;
    }

    .container {
        max-width: 86%;
    }

    .costs .wrap-cost-calculator .sectitle, .costs .wrap_our_fees_and_rate .wrap-banner-title .section-title,
    .costs #v-pills-pl .section9 .sectitle, .wrap-textpage-content .inner-content-section h2,
    .mme-msi-title .sec-title, .wrap-rtgs .sectitle, .faq-top-search-container .section-content-title,
    .section10 .sectitle, .costs .wrap-fs-fees-section .sectitle, .how-it-works .wrap-fast-content .sec-title,
    .how-it-works .wrap-complete-control .sec-title, .how-it-works .section10 .sectitle,
    .contact-us .wrap-textpage-content .sec-title, .contact-us .wrap-contact-info .section-title,
    .partnership .wrap-finance-partnership-section .sec-title, .partnership .wrap-why-partnership .sec-title,
    .partnership .wrap-what-to-expect .section-title {
        font-size: 40px;
    }

    .costs .wrap_our_fees_and_rate .wrap-banner-title .sub-title, .section-content-sub-title,
    .wrap-textpage-content .inner-content-section p, .costs .wrap-cost-calculator .secdescription,
    .costs .wrap-fs-fees-section .secdescription, .how-it-works .wrap-fast-content .sub-title,
    .how-it-works .section10 .sub-title, .contact-us .wrap-textpage-content,
    .partnership .wrap-industries-partnership .sec-title .sub-title, .partnership .list-group-partner p {
        font-size: 18px;
    }

    .costs .wrap_our_fees_and_rate .wrap-banner-title {
        padding-top: 25px;
        padding-bottom: 25px;
    }

        .costs .wrap_our_fees_and_rate .wrap-banner-title .phone_img {
            bottom: -25px;
            right: 25px;
            max-width: 261px;
        }

    .costs .wrap-cost-calculator {
        padding-bottom: 60px;
    }

    .nmh-section .wrap-section-content-b p.font-20 {
        font-size: 18px;
    }

    .how-it-works .phone-hand {
        max-width: 330px;
    }

    .how-it-works .section10 {
        padding-top: 70px;
        padding-bottom: 40px;
    }

    .partnership .list-group-partner p img {
        max-width: 25px;
    }

    .partnership .list-group-partner p {
        padding-left: 40px;
    }

    .partnership .phone-hand {
        max-width: 73%;
    }

    .partnership .p-item-box {
        height: 155px;
    }

    .partnership .inner-item-container img {
        max-width: 75%;
    }

    .partnership .inner-item-container {
        transform: translate(0, 40%);
        -ms-transform: translate(0, 40%);
        -webkit-transform: translate(0, 40%);
    }

    .partnership .wrap-industries-partnership .sec-title.second {
        margin-top: 20px;
    }

    .wrap-side-navigation {
        width: 70%;
    }

    .partnership .inner-item-container img.three, .partnership .inner-item-container img.two {
        max-width: 70px;
    }
}

@media (max-width:812px) {
    .costs .credit-limit-box {
        min-height: 496px;
    }

    .wrap-costs-credit-limit .second .credit-limit-box {
        margin-top: 0 !important;
    }


    .costs .wrap-fs-fees-section {
        padding-bottom: 0;
    }

    .costs .our-fees-fs-phone {
        position: relative;
        max-width: 100%;
        left: 0;
        right: 0;
        bottom: 0;
        padding: 0 150px;
    }

    body .boxRow .boxSectionApproved-wrap .module .boxSectionApproved-inner {
        padding: 0 !important;
    }
}

@media (max-width:767px) {

    .container {
        max-width: 100%;
    }

    .partnership .section1 .header {
        padding-left: 0;
        padding-right: 0;
    }

    .header .nav.justify-content-end .contact-num a {
        font-size: 12px !important;
    }

    .partnership .section1 .wrap-banner .abf-title span {
        top: -8px;
        font-size: 30px;
    }

    .partnership .section1 .header a svg {
        width: 160px;
        position: relative;
        top: -6px;
    }

    .partnership .wrap-finance-partnership-section .sec-title span {
        top: -9px;
        font-size: 25px;
    }

    .text-center.snpl-img {
        overflow: hidden;
    }

    .wrap-warning-footer {
        padding: 20px !important;
        border-bottom: 1px solid #ccc;
    }


    .about-us .section1 {
        background-position-x: 79%;
    }

    .text-page .section1 {
        padding-bottom: 25px;
    }

    .section1 .col-lg-8 {
        float: left;
    }

    .right-panel {
        margin-top: 1px;
        z-index: 500;
        position: relative;
    }


    .section1 .header {
        padding-top: 20px;
        padding-bottom: 5px;
    }

    .btn-login {
        width: 65px;
        padding-top: 2px;
        padding-bottom: 2px;
        font-size: 12px;
        margin-right: 10px;
    }

    .section1 {
        min-height: 180px;
        background-size: 145%;
        background-position: center;
        background-attachment: inherit;
        padding-bottom: 1px;
    }

        .section1 .header .container > .row {
            margin-left: 0;
            margin-right: 0;
        }

        .section1 .header a svg {
            width: 115px;
        }

    .text-page .section1 h1 {
        font-size: 30px;
        margin-top: 30px;
    }

    .wrap-rtgs {
        background-size: 400%;
        background-position: bottom center;
        padding-top: 15px;
        padding-bottom: 62px;
    }

    .FAQ .wrap-rtgs {
        padding-top: 40px;
    }


    .wrap-rtgs .sectitle {
        font-size: 36px;
        margin-bottom: 25px;
    }

    .wrap-product-box, .wrap-product-box.left {
        float: none;
        margin: 0 auto 10px auto;
    }

    .wrap-product-box {
        width: 280px;
        height: 220px;
    }

        .wrap-product-box .svg__logo {
            width: 70%;
        }

        .wrap-product-box .svg__logo2 {
            width: 190px;
        }

        .wrap-product-box.box-container-flip .inner-flip-box:after {
            bottom: -47px;
            left: 0;
            width: 260px;
            height: 42px;
        }

        .wrap-product-box .card-header {
            width: 221px;
            left: -35%;
            top: 42%;
            height: 34px;
            margin-top: 1px;
            border-top-right-radius: 10px;
            border-top-left-radius: 10px;
        }

    .box-face .inner-container > .font-20 {
        margin-left: 15px;
        font-size: 16px;
    }

    .wrap-product-box .box-about-back .inner-container ul {
        padding-left: 28px;
    }

    .wrap-product-box .box-about-back .inner-container {
        padding-left: 27px;
        padding-bottom: 20px;
    }

    .wrap-product-box .card-header.fs svg {
        width: 76px !important;
        margin-top: -8px !important;
    }

    .wrap-product-box .box-about-back .inner-container .btn-large {
        width: 110px !important;
        font-size: 14px;
        padding: 8px;
        height: inherit;
    }

    .wrap-product-box .box-about-back .inner-container ul li {
        font-size: 12px;
        margin-bottom: 8px;
    }

    .wrap-product-box .card-header.pl .font-20 {
        font-size: 16px;
        margin-top: -7px;
        font-weight: 700;
    }

    /*New coloured awards*/
    .featured-container .column2-award-mobile {
        width: 39%;
    }

        .featured-container .column2-award-mobile a, .featured-container .column2-award-mobileB a, .featured-container .column2-award-mobileC a {
            width: 100%;
        }

    .featured-container .column2-award-mobileB {
        width: 25%;
    }

    .featured-container .column2-award-mobileC {
        width: 33%;
    }

    .calculator2a .container-range-slider.wrap-input-calc-mob {
        padding: 10px;
        background: #eee;
    }

    .mme-msi-title .sec-title.font-48 {
        font-size: 30px;
        line-height: 40px;
    }

    .wrap-textpage-content .inner-content-section h2 {
        font-size: 30px;
    }

    .wrap-textpage-content .inner-content-section {
        padding-right: 15px;
        padding-top: 0;
    }

    .wrap-textpage-content {
        padding-top: 30px;
    }

        .wrap-textpage-content .inner-content-section p {
            font-size: 18px;
        }

    .wrap-costs-pill button {
        font-size: 16px;
        font-family: Lato;
        font-weight: 400;
    }

    .wrap-costs-pill .btn-group {
        max-width: 270px;
    }

    .costs .wrap-cost-calculator .sectitle, .costs .wrap_our_fees_and_rate .wrap-banner-title .section-title,
    .costs #v-pills-pl .section9 .sectitle, .wrap-textpage-content .inner-content-section h2, .mme-msi-title .sec-title,
    .wrap-rtgs .sectitle, .faq-top-search-container .section-content-title, .section10 .sectitle, .costs .wrap-fs-fees-section .sectitle,
    .how-it-works .wrap-fast-content .sec-title, .how-it-works .wrap-complete-control .sec-title, .contact-us .wrap-textpage-content .sec-title,
    .contact-us .wrap-contact-info .section-title, .partnership .wrap-industries-partnership .sec-title,
    .partnership .wrap-finance-partnership-section .sec-title, .partnership .wrap-why-partnership .sec-title,
    .partnership .wrap-what-to-expect .section-title {
        font-size: 30px;
    }

    .costs .wrap_our_fees_and_rate .wrap-banner-title .sub-title,
    .section-content-sub-title, .wrap-textpage-content .inner-content-section p,
    .costs .wrap-cost-calculator .secdescription, .costs .wrap-fs-fees-section .secdescription,
    .how-it-works .wrap-fast-content .sub-title, .contact-us .wrap-textpage-content .sub-title {
        font-size: 16px;
    }

    .left .tooltip {
        margin-left: -54px !important;
    }

    .left .tooltip-inner {
        margin-left: 84px;
    }

    .costs .wrap-cost-calculator {
        padding-top: 30px;
    }

    .costs .wrap-repayments .font-20 {
        font-size: 14px;
    }

    .costs .wrap_our_fees_and_rate .wrap-banner-title .phone_img {
        position: relative;
        display: block;
        margin: 0 auto;
        right: inherit;
        top: inherit;
        max-width: 75%;
        bottom: 0;
        margin-top: 10px;
    }

    .costs .wrap_our_fees_and_rate .wrap-banner-title {
        padding-bottom: 0;
    }

        .costs .wrap_our_fees_and_rate .wrap-banner-title .section-title,
        .costs .wrap_our_fees_and_rate .wrap-banner-title .sub-title {
            text-align: center;
        }

    .costs .wrap-cost-calculator {
        padding-bottom: 10px;
    }

    .costs .wrap-section-content .collapse-section .panel-heading h4 a {
        font-size: 16px;
        text-align: left;
        padding: 15px 25px 15px 0;
    }

    .costs .wrap-section-content {
        padding-top: 30px;
        max-width:400px;
        width:100%;
        padding-bottom:0;
    }

    .secdescription {
        font-family: 'Lato',Arial,sans-serif !important;
        font-weight: 400 !important;
    }

    .costs .wrap-section-content .collapse-section .panel-default {
        margin-bottom: 20px;
    }

    .costs .wrap-costs-none {
        margin-bottom: 40px;
    }

    .wrap-costs-none p.font-16 {
        font-size: 12px;
    }

    .costs .wrap-section-content .details-section .text-description {
        font-size: 16px;
    }

    .costs .wrap-section-content .detail-item.w-space-bottom {
        margin-bottom: 50px;
    }

    .btn-large {
        width: 200px;
        font-size: 16px;
    }

    .costs #v-pills-pl .section9 .sectitle {
        margin-bottom: 25px;
    }

    .costs #v-pills-pl .section9 {
        padding-top: 92px;
        padding-bottom: 102px;
        height: inherit;
    }

    .wrap-warning-footer p {
        font-size: 12px;
        font-family: "lato";
    }

    .costs .wrap-section-content .collapse-section .panel-collapse .panel-body .col-6 p.font-18 {
        font-size: 16px;
    }

    .costs .wrap-section-content .collapse-section .panel-collapse .panel-body .col-6 p.font-20 {
        font-size: 16px;
    }

   

    /*.costs .our-fees-fs-phone {
        bottom: -179%
    }

    .costs .wrap-fs-fees-section {
        padding-bottom: 284px;
    }*/

    .costs .wrap-fs-fees-section.two {
        padding-top: 0;
        padding-bottom: 0;
    }

    .costs .wrap-costs-credit-limit {
        margin-top: 25px;
    }

    .costs #v-pills-fs > .wrap-section-content {
        padding-top: 30px;
    }

    .costs #v-pills-fs .section9 svg {
        max-width: 280px;
    }

    .costs #v-pills-fs .section9 {
        padding-top: 285px;
        padding-bottom: 260px;
        margin-top: -205px;
        margin-bottom: -135px;
    }

    .FAQ .wrap-textpage-content {
        padding-top: 30px;
    }

    .how-it-works .list-item-container {
        padding: 15px 15px 15px 75px;
        height: inherit;
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        -webkit-box-shadow: 0px 0px 20px 2px rgba(0,0,0,0.17);
        -moz-box-shadow: 0px 0px 20px 2px rgba(0,0,0,0.17);
        box-shadow: 0px 0px 20px 2px rgba(0,0,0,0.17);
        width: 100%;
        min-height: 90px;
    }

        .how-it-works .list-item-container img {
            position: absolute;
            left: 18px;
            top: 23px;
            max-width: 30px;
        }

        .how-it-works .list-item-container p {
            font-size: 18px;
        }

    .how-it-works .wrap-fast-content {
        padding-top: 30px;
    }

    .how-it-works .wrap-main-item {
        margin-top: 25px;
    }

    .how-it-works .wrap-fast-content .sec-title {
        margin-bottom: 15px;
    }

    .how-it-works .wrap-complete-item .item-description {
        font-size: 16px;
        max-width: 100%;
    }

    .how-it-works .wrap-complete-item .complete-item-container {
        margin-bottom: 35px;
    }

    .how-it-works .wrap-complete-control {
        padding-bottom: 0;
    }

    .how-it-works .wrap-rtgs {
        padding-top: 50px;
    }

    .how-it-works .phone-hand-mobile {
        margin: 30px auto -250px auto;
        max-width: 90%;
    }

    .contact-us .wrap-textpage-content {
        padding-top: 30px;
        padding-bottom: 50px;
    }

        .contact-us .wrap-textpage-content textarea {
            height: 240px;
        }

    .contact-us .c-info-item-icon {
        display: none;
    }

    .contact-us .wrap-contact-info .section-item-container {
        padding-left: 15px;
        padding-right: 15px;
        text-align: center;
    }

    .contact-us .wrap-contact-info .section-title {
        text-align: center;
        margin-bottom: 10px;
    }

    .contact-us .wrap-contact-info .section-item-container.first {
        border-bottom: none;
        padding-bottom: 0;
    }

    .contact-us .wrap-contact-info .section-item-container .inner-section-title {
        font-size: 20px;
    }

    .contact-us .wrap-contact-info .section-item-container .section-description {
        font-size: 16px;
    }

    .contact-us .wrap-contact-info {
        padding-top: 45px;
        background: #00c8c7 url(/images/TextpageV3/bg_big_logo_mobile3.jpg) no-repeat !important;
        background-position: bottom !important;
        background-size: 100% !important;
        padding-bottom: 175px;
    }

    .c-info-logo {
        right: 0;
        opacity: 1;
        max-width: inherit;
        width: 100%;
    }

    .contact-us .wrap-rtgs {
        padding-top: 50px;
    }

    .wrap-side-navigation {
        width: 100%;
    }

    .navigation-container .close-navi {
        right: 20px;
    }

    .text-page .partnership .section1 h1 {
        line-height: 36px;
        font-size: 31px;
    }

    .partnership .section1 p.abf-sub-title {
        font-size: 20px;
    }

    .partnership .section1 {
        background: url(/images/TextpageV3/ABF_Partnership_mobile.jpg) no-repeat;
        background-size: cover;
        background-position: center;
        min-height: 100vh;
    }

    .wrap-industries-partnership .col {
        width: 100%;
        display: block;
        flex: inherit;
        -webkit-box-flex: inherit;
        -ms-flex-positive: inherit;
    }

    .partnership .inner-item-container {
        max-width: 100%;
        padding-left: 105px;
        position: initial;
    }

        .partnership .inner-item-container img {
            max-width: 70px;
            top: -17px;
            position: absolute;
            left: 0;
        }

            .partnership .inner-item-container img.three {
                max-width: 55px;
                top: -10px;
                left: 8px;
            }

    .partnership .p-item-box {
        height: inherit;
        min-height: inherit;
        padding: 20px;
        position: relative;
        text-align: left;
        max-width: 280px;
        margin-left: auto;
        margin-right: auto;
    }

    .partnership .p-item-box {
        font-size: 18px;
    }

    .partnership .wrap-industries-partnership .sec-title,
    .partnership .wrap-finance-partnership-section .sec-title,
    .partnership .wrap-why-partnership .sec-title {
        text-align: center;
    }

    .partnership .phone-hand {
        position: relative;
        top: inherit;
        max-width: 350px;
        margin: 0 auto;
        margin-top: 30px;
        margin-left: 0;
        margin-bottom: -155px;
        right: inherit;
    }

    .partnership .big-logo-white {
        bottom: 200px;
        max-width: 300px;
        left: 50%;
        z-index: 5;
        margin-left: -150px;
    }

    .partnership .wrap-why-partnership > .container {
        padding-left: 35px;
        padding-right: 35px;
    }

    .partnership .wrap-why-partnership .wrap-section-content, .partnership .wrap-why-partnership .wrap-section-content.second {
        padding-left: 105px;
    }

    .partnership .featured-container .column2 {
        width: 33.333333333%;
    }

    .partnership .wrap-why-partnership .wrap-section-content .why_item_icon.two {
        max-width: 85px;
    }

    .partnership .wrap-item-expect svg {
        max-width: 67px;
        left: 30px;
        opacity: .4;
    }

    .partnership .wrap-what-to-expect .section-title {
        margin-bottom: 40px;
    }

    .partnership .wrap-item-expect {
        margin-bottom: 35px;
    }

    .partnership .wrap-item-expect {
        opacity: 1;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
        cursor: pointer;
        z-index: 400;
        position: relative;
    }

        .partnership .wrap-item-expect .sectlabel {
            margin-bottom: 5px;
        }

        .partnership .wrap-item-expect p.font-20 {
            font-size: 18px;
            font-weight: 300;
        }

    .part-hiw-img-phone {
        width: 100%;
        position: relative;
        left: 0;
    }


    .partnership .wrap-what-to-expect {
        padding: 50px 0;
    }

    .partnership .wrap-industries-partnership {
        padding: 125px 0 50px 0;
    }


    .partnership .wrap-why-partnership {
        padding: 50px 0 0 0 !important;
    }

    .partnership .wrap-finance-partnership-section {
        padding-top: 50px;
    }


    .partnership .nmh-section .wrap-section-content-b {
        margin-bottom: 35px;
    }

    .partnership .nmh-section.section10 {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .partnership .wrap-rtgs {
        padding-top: 50px;
    }

    .main-faq-content-container .panel-title a {
        font-size: 18px;
    }

    .main-faq-content-container {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    /*.costs .our-fees-fs-phone {
        max-width: 100%;
    }*/

    .costs .wrap-fs-fees-section .sectitle {
        line-height: 40px;
    }

    .wrap-textpage-content .about_us_img {
        position: relative;
        max-width: 120%;
        top: inherit;
        right: 54px;
        margin-top: 40px;
        margin-bottom: -65px;
    }

    .costs .credit-limit-box .box-content ul {
        padding-left: 0;
    }

        .costs .credit-limit-box .box-content ul li {
            padding-left: 15px
        }

    .partnership .wrap-why-partnership .sec-title {
        line-height: 40px;
    }

    .partnership .wrap-why-partnership .row {
        max-width: 295px;
        margin: 0 auto;
    }

    .partnership .wrap-why-partnership .wrap-section-content .why_item_icon {
        top: -5px;
    }

    .wrap-responsible-content .list-item .list-title {
        font-size: 24px;
    }

    .wrap-responsible-content .list-item .list-description {
        font-size: 16px;
    }

    .Responsible-lending .section1 {
        background: url(/images/TextpageV3/bg_responsible_lending_mob.jpg) no-repeat;
        background-size: cover;
        background-position: center;
    }

    .costs .section1 {
        background: url(/images/TextpageV3/ABF_costs_mob.jpg) no-repeat;
        background-size: cover;
        background-position: bottom;
        padding-bottom:40px;
    }

    .not-found .wrap-banner-product .first-column, .not-found .wrap-banner-product .second-column {
        padding-left: 15px;
        padding-right: 15px;
        margin-bottom: 17px;
    }

    .not-found .wrap-banner-product .first-column, .not-found .wrap-banner-product .second-column {
        margin-bottom: 13px;
    }

    .not-found .wrap-banner-product {
        margin-top: 35px;
    }

    .not-found .wrap-banner-slogan p.sub-title {
        font-size: 18px;
    }

    .not-found .section1 {
        min-height: inherit;
    }

        .not-found .section1:before {
            bottom: -112px;
            background-size: 140%;
            height: 39%;
        }

    /*new footer layout*/
    .text-page .wrap-warning-footer .container,
    .text-page .mobile-footer .container {
        width: inherit;
        max-width: inherit;
    }

    .mobile-footer {
        margin-top: 20px;
    }

    .wrap-footer {
        padding-top: 0;
    }

    .footer-top-wrap {
        border-top: 1px solid #ccc;
    }

    .wrap-apple-footer {
        border-top: none !important;
    }


    .footer-logo:after {
        content: "";
        position: absolute;
        left: -15px;
        right: -15px;
        bottom: -30px;
        border-bottom: 1px solid #ccc;
    }

    .asx-mme-logo img {
        width: 100%;
    }

    .wrap-footer-social-link {
        justify-content: center;
    }



    .wrap-footer div.col-12 {
        margin: 10px 0;
    }

        .wrap-footer div.col-12 .row.pt-5 {
            padding-top: 0 !important;
        }

        .wrap-footer div.col-12 .pt-4 {
            padding-top: 10px !important;
        }

    .wrap-warning-footer {
        padding: 20px !important;
        border-bottom: 1px solid #ccc;
    }

    .asx-mme-logo {
        margin-bottom: 0;
    }

    .footer-title {
        padding-top: 0;
    }

    .lowerFooter {
        border: none;
        position: relative;
        padding-top: 24px !important;
    }

        .lowerFooter:before {
            content: "";
            position: absolute;
            left: -15px;
            right: -15px;
            top: 0;
            border-bottom: 1px solid #ccc;
        }


    /*-------end-------*/

    .wrap-footer-social-link {
        justify-content: center;
    }

    /*product carousel*/
    .not-found.u2 .zoomtimeline.mode-3dslider.zoomtimeline0 .details-container > .detail {
        border-radius: 20px !important;
        -webkit-border-radius: 20px !important;
        -moz-border-radius: 20px !important;
    }

    .not-found.u2 .section1 .zoomtimeline.mode-3dslider, .u2 .get-started-wrap .zoomtimeline.mode-3dslider {
        height: 610px;
    }

    .not-found.u2 .section1 .zoomtimeline.mode-3dslider {
        height: 610px !important;
    }

    .not-found.u2 .wrap-banner-product .chev-left-svg {
        left: 1%;
        z-index: 0;
        top: 50%;
    }

    .not-found.u2 .wrap-banner-product .chev-right-svg {
        right: 1% !important;
        z-index: 0;
        top: 50%;
    }

    /*-------------*/

    /*new contact us page*/

    .contact-options-wrap .container .row:first-child .col-6 {
        padding: 0 !important;
    }

    .contact-options-wrap .row.mt-4 {
        margin-top: 2rem !important;
    }

    .contact-opt-circle p {
        font-size: 12px;
        bottom: 19%;
    }

    .contact-options-wrap .container .row div:nth-child(3) .contact-opt-circle p,
    .contact-options-wrap .container .row div:nth-child(4) .contact-opt-circle p {
        bottom: 22%;
    }


    .other-info {
        padding: 0;
    }

    .contact-options-wrap .container .row:last-child div:first-child .other-info {
        border-right: none;
        border-bottom: 1px solid #c3c3c3;
        margin-bottom: 20px;
        padding-bottom: 25px;
    }

    .other-info > p {
        margin-bottom: 10px !important;
        font-size: 20px !important;
    }

    .other-info p.font-20 {
        font-size: 15px !important;
    }

    #sendMsgModal .modal-header {
        position: absolute;
    }

    #sendMsgModal h3 {
        font-size: 30px;
        padding: 8px 0 20px;
    }

    .wrap-contact-form {
        padding: 0;
    }

        .wrap-contact-form div.text-center {
            margin-bottom: 10px;
        }

    /*-------------*/

    .text-page .boxRow .boxSectionApproved-wrap .module .boxSectionApproved-inner .box-label{
        text-align:center !important;
        padding-top:0;
        font-size: 30px;
    }

    .text-page .mmp-help-icons-wrap .row div {
        padding:0;
    }

    .text-page .boxRow .boxSectionApproved-wrap .module{
        padding: 30px 15px 30px 15px;
    }

    .text-page .contact-options-legal .boxRow .container-fluid{
        padding-left:0;
        padding-right:0;
    }

        .text-page .contact-options-legal .boxRow .wrap-textpage-content{
            border-left: none;
            border-right: none;
        }

}

@media (max-width:575px) {

    .costs .freedom_big {
        transform: translate(0, -100%);
        -ms-transform: translate(0, -100%);
        -webkit-transform: translate(0%, -100%);
    }
    .costs .our-fees-fs-phone{
        padding:0;
    }
    .costs .credit-limit-box {
        min-height: 400px;
    }
}

@media (max-width:375px) {

    .partnership .section1 {
        min-height: 100vh !important;
    }

    .wrap-product-box {
        height: 195px;
    }

        .wrap-product-box .svg__logo {
            width: 66%;
            margin-bottom: 25px;
        }

        .wrap-product-box .svg__logo2 {
            width: 169px;
            margin-bottom: 25px;
        }

        .wrap-product-box .card-header {
            width: 196px;
            left: -31%;
            top: 41%;
            height: 34px;
        }

            .wrap-product-box .card-header.fs, .wrap-product-box .card-header.pl {
                background-size: 121%;
                background-position: center;
            }

    .box-face .inner-container > .font-20 {
        margin-bottom: 5px;
    }

    .wrap-product-box .box-about-back .inner-container ul {
        margin-bottom: 13px;
    }

    .wrap-rtgs .col-lg-6.first-column {
        margin-bottom: 15px;
    }

    .wrap-btn-back-flip {
        bottom: 8px;
    }

    .home.v4 .wrap-product-box .box-about-back .inner-container {
        padding-bottom: 33px;
    }
}
