/**
* style.css (Core stylesheet for all components styling)
* The styles in this file represent all basic styles for the <DBS Singapore> <DBS Digital onBoarding> site.
* It includes a reset, the basic grid and some default components.
* 
* @project   DBS Digital onBoarding
* @date      17-Nov-2015
* @author    Anuj Karol, DBS Singapore <karolanuj@dbs.com>
* @licensor  DBS Singapore
* @site      http://www.dbs.com.sg
*
* @dependency theme.css
*
*/

@charset "utf-8";
/* ==========================================================================*/
/* ===================================Reset CSS==============================*/
/* ==========================================================================*/

html,
body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
em,
img,
sub,
sup,
ol,
ul,
li,
form,
label,
header,
section,
footer,
figure,
ul,
li {
    border: 0;
    margin: 0;
    outline: 0;
    padding: 0;
    font-family: 'FrutigerNextPro-Light';
}
html {
    height: 100%;
    -webkit-text-size-adjust: 100%;
}
body {
    background-color: #fff;
    font-size: 1em;
    color: #000;
    text-rendering: optimizeLegibility;
    text-rendering: geometricPrecision;
    font-smooth: always;
    font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
}
header,
nav,
section,
aside,
footer,
figure {
    display: block;
}
.nav {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
}
.nav > li {
    position: relative;
    display: block;
}
.nav > li > a {
    position: relative;
    display: block;
}
.nav > li.disabled > a {
    color: #777777;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
    color: #777777;
    text-decoration: none;
    background-color: transparent;
    cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
    background-color: #eeeeee;
    border-color: #337ab7;
}
.nav .nav-divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}
.nav > li > a > img {
    max-width: none;
}
.nav-tabs {
    max-width: 460px;
    width: 100%;
    margin: 0 auto;
}
.nav-tabs > li {
    display: inline-block;
    background: #fff;
    border: 1px solid #ccc;
    width: 49.5%;
}
.nav-tabs > li.btn:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-right: 0px;
}
.nav-tabs > li.btn:last-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    margin-left: -5px;
    border-left: 0px;
}
.nav-tabs > li:hover > a {
    color: #fff
}
.nav-tabs > li > a {
    font-weight: 700;
    margin: 0;
    line-height: 38px;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
}
.nav-tabs > li.active {
    /* line-height: 40px; */

    top: 0px;
    background: #ff3333;
    border: 1px solid #ff3333;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
    color: #fff;
    border-bottom-color: transparent;
    cursor: default;
    /*line-height: 35px;*/
}
.nav-tabs.nav-justified {
    width: 100%;
    border-bottom: 0;
}
.nav-tabs.nav-justified > li {
    float: none;
}
.nav-tabs.nav-justified > li > a {
    text-align: center;
    margin-bottom: 5px;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto;
}
.tab-content > .tab-pane {
    display: none;
}
.tab-content > .active {
    display: block;
}
/* ==========================================================================*/
/* ===============================Common Styling=============================*/
/* ==========================================================================*/

* {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
*:not(input) {
    -webkit-user-select: none;
}
*:focus {
    box-shadow: none;
}
.desktop-hide {
    display: none!important;
}
.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
.clearfix {
    display: inline-block;
}
* html .clearfix {
    height: 1%;
}
.clearfix {
    display: block;
}
h1 {
    font-size: 2.000rem;
}
h2 {
    font-size: 1.500rem;
}
h3 {
    font-size: 1.125rem;
    font-weight: normal;
}
h4 {
    font-size: 1rem;
}
.section-header {
    font-size: 1.75rem;
    margin-bottom: 30px;
}
a,
a:visited {
    outline: 0;
    text-decoration: none;
    -webkit-transition-property: color, left, right;
    -webkit-transition-duration: 0.5s;
    -webkit-transition-property: ease-in-out;
}
a:hover,
a:focus {
    text-decoration: none;
}
a:link {
    outline: none;
    cursor:default;
}
ul,
li {
    list-style-type: none;
}
.btn,
.btn:hover,
.btn:active,
.btn:focus {
    font-size: 1rem;
    font-family: 'FrutigerNextPro-Medium';
    line-height: 40px;
    text-align: center;
    border-radius: 0px;
    min-width: 144px;
    height: 40px;
    display: inline-block;
    padding: 0 16px;
    cursor: pointer;
    border-radius: 4px;
    line-height: 32px;
}
.btn.btn-verify,
.btn.btn-verify:hover,
.btn.btn-verify:active,
.btn.btn-verify:focus {
    height: 32px;
    line-height: 30px;
}
.completion .btn,
.completion .btn:hover,
.completion .btn:active,
.completion .btn:focus {
    height: 48px;
    line-height: 48px;
    font-size: 1.5rem;
}
.btn.small,
.btn.small:hover,
.btn.small:active {
    height: 20px;
    font-size: .75rem;
    width: auto;
    padding: 0 10px;
    line-height: 20px;
    border-radius: 1px;
    margin-left: 10px;
    margin-top: 15px;
    float: left;
    line-height: 18px;
}
.btn-border,
.btn-border:hover,
.btn-border:active,
.btn-border:focus {
    border: 1px solid #ff3333;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    font-size: 0.85rem;
    background: none;
    height: 24px;
    line-height: 22px;
    color: #ff3333;
}
input[type="text"].error,
input[type="tel"].error,
input[type="password"].error,
input[type="email"].error,
input[type="number"].error,
select.error {
    border: 1px solid #D8232A;
}
button span {
    font-family: 'FrutigerNextPro-Medium';
}
hr {
    background-color: #ccc;
    height: 1px;
    margin: 40px 0;
    border: none;
    border-collapse: collapse;
}
.d-table {
    display: table;
    width: 100%
}
.d-cell {
    display: table-cell;
}
.d-cell .w-100 {
    width: 100%
}
.d-cell .v-middle {
    vertical-align: middle;
}
.context-help {
    color: #909090;
    font-size: 0.85rem;
    margin-top: 8px;
}
.container {
    max-width: 944px;
    margin: 0 auto;
    position: relative;
}
.content {
    max-width: 624px;
    margin: 0 auto;
    background: #fffffe;
    padding: 0 0 20px 0;
    position: relative;
}
.content > .continue {
    margin-left: 14%;
}
.upload-page .content .continue {
    margin: 0;
}
.content.cip {
    padding-bottom: 0;
}
.body-content {
    background: #fff;
    margin-top: 175px;
    padding-bottom: 150px;
}
.body-content.almost-done {
    padding-bottom: 0;
    margin-top: 0;
}
.body-content.verify {
    margin-top: 140px;
}
.body-content.verify,
.body-content.upload-page {
    padding-bottom: 120px;
}
.body-content.verify .content {
    padding-bottom: 20px;
    max-width: 784px;
}
.body-content.verify {
    padding-bottom: 0px;
}
.body-content.instalment-loan {
    margin-top: 150px;
    padding-bottom: 50px;
}
.body-content.instalment-loan > div.clearfix {
    overflow: hidden;
    display: table;
    width: 100%;
    position: relative;
}
.body-content.instalment-loan .ng-table {
    display: table;
    width: 100%;
}
.body-content.instalment-loan .txt-postion {
    position: absolute;
    width: 100%;
    z-index: 999;
}
.body-content.instalment-loan .txt-postion + section {} .relative {
                                                            position: relative;
                                                        }
.pull-left {
    float: left !important;
}
.pull-right {
    float: right !important;
}
.block {
    display: block;
    width: 100%;
    max-width: 100% !important
}
.in-block {
    display: inline-block;
}
.none {
    display: none;
}
.vHide {
    visibility: hidden;
}
.fweight300 {
    font-weight: 300
}
.underline {
    text-decoration: underline;
}
.bordertop1 {
    border-top: 1px solid #ccc;
}
.img-res {
    width: 100%
}
ul.disc {
    margin-left: 20px;
}
ul.disc li {
    list-style-type: disc;
    padding-left: 10px;
}
.white {
    color: #fff
}
.grey {
    color: #999;
}
.black {
    color: 000;
}
.bg-purple,
.bg-png {
    background: #9922BB
}
.bg-red,
.bg-pdf {
    background: #ff3333
}
.bg-blue,
.bg-jpg {
    background: #5500aa
}
.bg-doc,
.bg-docx {
    background: #005db0
}
.red-list li,
.form-row .red-list li {
    list-style-type: square;
    color: #cc0000;
    display: list-item;
    width: 100%;
}
.red-list,
.red-list ul {
    margin-left: 20px;
}
.red-list li span,
.form-row .red-list li span {
    color: #000;
}
.ttl-container {
    color: #909090;
    font-size: 1rem;
    font-family: 'FrutigerNextPro-Light';
}
.ttl-container span {
    font-weight: 700;
}
@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
.loadingSpinner {
    border-radius: 50%;
    width: 30px;
    height: 30px;
    border: 0.25rem solid #c0c0c0;
    border-top-color: #656565;
    animation: spin 1s infinite linear;
    margin: 0 auto;
}
/* ==========================================================================*/
/* ===========================Form Element Styling===========================*/
/* ==========================================================================*/

input[type="text"],
input[type="tel"],
input[type="password"],
input[type="email"],
input[type="search"],
input[type="number"],
select {
    font-family: 'FrutigerNextPro-Medium';
    border-radius: 4px;
    padding: 0 13px;
    box-shadow: none;
    height: 56px;
    line-height: 38px;
    font-size: 1.75em;
    border: 1px solid #c0c0c0;
    box-shadow: inset 0 2px 0 0 rgba(0, 0, 0, 0.05);
    position: relative;
    box-shadow: none !important;
    color: #000;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #fff;
}
select {
    width: 100%;
    text-indent: 0.01px;
    text-overflow: '';
    padding-right: 40px;
    padding-left: 8px
}
select:focus,
select:active,
select:hover,
input:focus,
input:active,
input:hover {
    border-color: #909090;
}
input[readonly] {
    color: #c0c0c0;
}
input:-moz-read-only {
    color: #c0c0c0;
}
select[disabled=""],
select[disabled="disabled"],
input[disabled=""],
input[disabled="disabled"] {
    background: #F7F7F7;
    color: #C0C0C0;
    cursor: default;
}
select[disabled=""]:focus,
select[disabled="disabled"]:focus,
input[disabled=""]:focus,
input[disabled="disabled"]:focus,
select[disabled=""]:hover,
select[disabled="disabled"]:hover,
input[disabled=""]:hover,
input[disabled="disabled"]:hover {
    border-color: #C0C0C0;
}
.validationerror {
    color: #ee1818;
    margin-top: 10px;
}
.bankuse .validationerror {
    color: #ee1818;
    margin-top: 5px;
    font-size: 12px;
    position: absolute;
    display: block;
    clear: both;
}
.generic-error {
    background: none repeat scroll 0 0 #FCF2F2;
    border: 1px solid #C00;
    padding: 10px;
    text-align: left;
    margin-bottom: 10px;
    color: #C00;
    margin-top: -30px;
    margin-bottom: 30px;
}
/*******Created by tech team For Input Form Validation*********************/

.validationerrordiv,
.validationerrordivradio,
.validationerrordivMonthlyIncome,
.validationerrordivEmploymentMonths,
.validationerrordivforPhoneNumbers,
.validationerrordivforStreetAdd {
    color: #ec0000;
}
.validationerrordiv span:not(:empty),
.validationerrordivradio span:not(:empty),
.validationerrordivforNameOnNRICPassport span:not(:empty),
.validationerrordivforPhoneNumbers span:not(:empty),
.validationerrordivforStreetAdd span:not(:empty),
.validationerrordivEmploymentMonths span:not(:empty),
.validationerrordivMonthlyIncome span:not(:empty) {
    margin-top: 8px;
    display: block;
}
.validationerrordivforNameOnNRICPassport {
    color: #ec0000;
    display: none;
}
.validationerrordivforSubmitUploaddocs {
    color: #ec0000;
    margin-left: 1%;
}
[ng\:cloak],
[ng-cloak],
[data-ng-cloak],
[x-ng-cloak],
.ng-cloak,
.x-ng-cloak {
    display: none !important;
}
/* CSS for Autocomplete of Country Code
----------------------------------*/

.ui-widget-content {
    border: 1px solid #aaaaaa;
    background: #ffffff;
    color: #222222;
    font-size: 1.75em;
    font-weight: bold;
    color: #000;
    width: 46%;
    padding: 0 0 13px 0;
}
.ui-widget-content li {
    padding: 5px 13px;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
    border: 0px solid #999999;
    background: #c0c0c0;
    color: #000;
}
.selection-group label.option-label {
    display: block;
    line-height: 54px;
    cursor: pointer;
    text-align: left;
    display: block;
    line-height: 56px;
    font-size: 1.75rem;
    padding-left: 16px;
    min-height: 56px;
    top: 0;
}
.selection-group.approved-btn label.option-label h3 {
    font-size: .75em;
    text-align: center;
    line-height: 50px;
    min-height: 48px;
}
.selection-group label.option-label h3 {
    position: relative;
    z-index: 999;
    text-align: left;
    display: block;
    line-height: 56px;
    font-size: 1.75rem;
    min-height: 56px;
    position: relative;
    font-family: 'FrutigerNextPro-Medium';
}
.selection-group label.option-label::before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 54px;
    border-radius: 4px;
    background: #F7F7F7;
    color: #000;
    border: 1px solid #C0C0C0;
    box-shadow: none;
}
.selection-group.approved-btn label.option-label::before {
    height: 46px;
}
.selection-group label.option-label.selected::before {
    background: #ececec;
    border: 1px solid #909090;
}
.selection-group label.option-label i {
    display: none;
}
.selection-group label.option-label.selected i,
.selection-group label.option-label.mcq i {
    display: block;
    position: absolute;
    right: 10px;
    color: #1b9c17;
    top: 5px;
}
.selection-group label.option-label.mcq::before {
    background: #ececec;
    border: 1px solid #909090;
}
.selection-group label.option-label::after,
.multi-group label.option-label::after {
    display: none;
}
.selection-group input[type="radio"]:checked + label.option-label::after,
.multi-group input[type="checkbox"]:checked + label.option-label::after {
    box-shadow: 1px 1px 5px white;
}
.radio input[type="radio"] {
    position: absolute;
    top: -1px;
    left: -2px;
    outline: none;
}
label.option-label {
    display: block;
    position: relative;
    padding-left: 32px;
    line-height: 24px;
    cursor: pointer;
    color: #000;
    top: -22px;
    width: 100%
}
.disburse label.option-label {
    padding-left: 24px;
}
label.option-label h3 {
    line-height: 28px;
}
.disburse label.option-label h3 {
    line-height: 20px;
}
label.option-label::before {
    content: '';
    display: block;
    position: absolute;
    width: 24px;
    height: 24px;
    background: #fff;
    box-shadow: none;
    border-radius: 25px;
    left: 0;
    top: 1px;
    border: 1px solid #c0c0c0;
}
.disburse label.option-label::before {
    width: 16px;
    height: 16px;
}
label.option-label::after {
    content: '';
    position: absolute;
    width: 12px;
    height: 12px;
    border-radius: 15px;
    left: 7px;
    top: 8px;
    overflow: hidden;
    transition: all 0.2s;
}
.disburse label.option-label::after {
    left: 5px;
    top: 6px;
    width: 8px;
    height: 8px;
}
input[type="radio"]:checked + label.option-label::after {
    box-shadow: 1px 1px 5px white;
}
input[type="radio"]:checked + label.option-label::before {
    border: 1px solid #909090;
}
.radio label.option-radio {
    display: block;
    position: relative;
    padding-left: 30px;
    line-height: 28px;
    cursor: pointer;
    color: #000;
    top: 0;
    width: 100%
}
.radio label.option-radio::before {
    content: '';
    display: block;
    position: absolute;
    width: 24px;
    height: 24px;
    background: #fff;
    box-shadow: none;
    border-radius: 25px;
    left: 0;
    top: 1px;
    border: 1px solid #c0c0c0;
}
.radio label.option-radio::after {
    content: '';
    position: absolute;
    width: 12px;
    height: 12px;
    border-radius: 15px;
    left: 7px;
    top: 8px;
    overflow: hidden;
    transition: all 0.2s;
}
.radio input[type="radio"]:checked + label.option-radio::after {
    box-shadow: 1px 1px 5px white;
}
.radio input[type="radio"]:checked + label.option-radio::before {
    border: 1px solid #909090;
}
/*Checkbox*/

label.label.no-checkbox::before {
    display: none;
}
input[type="checkbox"].checkbox {
    position: absolute;
    left: -4px;
    top: -3px;
    height: 18px;
    width: 18px;
}
input[type="checkbox"]:focus + label.option-label::before {
    outline: 1px solid blue;
}
label.label {
    display: inline-block;
    position: relative;
    padding-left: 24px;
    line-height: 18px;
    cursor: pointer;
}
.check-text label.label {
    font-size: 1.5rem;
}
.disburse label.label {
    display: block;
}
.lbl-width {
    width: 400px;
}
label.label[for='checkbox1'] {
    padding-left: 25px;
}
label.label::before {
    content: '';
    display: inline-block;
    position: absolute;
    width: 16px;
    height: 16px;
    background: #fff;
    box-shadow: 0 0 3px #e6e6e6 inset;
    left: 0;
    top: 0;
    border: 1px solid #c0c0c0;
    border-radius: 2px;
}
section.disabled label.label::before {
    background: #F7F7F7;
}
label.label::after {
    content: "\2713";
    position: absolute;
    left: 0px;
    top: 0px;
    font-size: 12px;
    width: 0;
    overflow: hidden;
}
input[type="checkbox"]:checked + label.label::after {
    width: 18px;
    text-align: center;
    font-weight: 700
}
input[type="checkbox"]:checked + label.label::before {
    border: 1px solid #909090;
}
.checkbox-style {
    content: '';
    display: inline-block;
    position: absolute;
    width: 18px;
    height: 18px;
    background: #fff;
    box-shadow: 0 0 3px #e6e6e6 inset;
    left: 0;
    top: 6px;
    border: 1px solid #c0c0c0;
    border-radius: 2px;
    -webkit-appearance: none;
    position: relative;
}
.checkbox-style:checked:after {
    content: '\2714';
    font-size: 12px;
    position: absolute;
    top: -1px;
    left: 3px;
    color: #c00;
}
/* ==========================================================================*/
/* ================================Text Styling==============================*/
/* ==========================================================================*/

.text-left {
    text-align: left;
}
.text-center {
    text-align: center;
}
.text-right {
    text-align: right;
}
.text-red {
    color: #ff3333;
}
.text-grey {
    color: #909090;
}
.text-yellow {
    color: #ffa00e;
}
.text-green {
    color: #1b9c17;
}
/* ==========================================================================*/
/* =================================Grid System==============================*/
/* ==========================================================================*/

.s1-width {
    width: 8.33333333%;
    float: left;
}
.s2-width {
    width: 16.66666667%;
    float: left;
}
.s2-width-inline {
    width: 20%;
}
.s3-width {
    width: 25%;
    float: left;
}
.s4-width {
    width: 33.3333%;
    float: left;
}
.s5-width {
    width: 41.66666667%;
    float: left;
}
.s6-width {
    width: 50%;
    float: left;
}
.s7-width {
    width: 58.33333333%;
    float: left;
}
.s8-width {
    width: 66.66666667%;
    float: left;
}
.s9-width {
    width: 75%;
    float: left;
}
.s10-width {
    width: 83.33333333%;
    float: left;
}
.s11-width {
    width: 91.66666667%;
    float: left;
}
.s12-width {
    width: 100%;
    float: left;
}
/* ==========================================================================*/
/* ==========================Browser Specific Settings=======================*/
/* ==========================================================================*/

.goto-app {
    min-width: 304px;
    height: 48px;
    font-size: 24px;
}
.goto-app:hover,
.goto-app:active,
.goto-app:focus {
    min-width: 304px;
    height: 48px;
    font-size: 24px;
}
.prefilled::-webkit-input- {
    color: #000;
}
.bankuse input::-webkit-input-placeholder {
    color: #C8C8C8;
    font-family: 'FrutigerNextPro-Medium';
    font-size: 0.875rem;
    line-height: 30px;
}
.bankuse input::-moz-placeholder {
    color: #C8C8C8;
    font-family: 'FrutigerNextPro-Medium';
    font-size: 0.875rem;
    line-height: 30px;
}
.bankuse input:-ms-input-placeholder {
    color: #C8C8C8 !important;
    font-family: 'FrutigerNextPro-Medium';
    font-size: 0.875rem;
    line-height: 30px;
}
::-webkit-input-placeholder {
    color: #C8C8C8;
    font-family: 'FrutigerNextPro-Medium';
    font-size: 1.5rem;
    line-height: 38px;
}
.search input::-webkit-input-placeholder {
    font-size: 1rem;
}
.txt-modal input::-moz-placeholder {
    font-size: 1.0rem;
}
input::-moz-placeholder {
    color: #C8C8C8;
    font-family: 'FrutigerNextPro-Medium';
    font-size: 1.5rem;
}
:-ms-input-placeholder {
    color: #C8C8C8 !important;
    font-family: 'FrutigerNextPro-Medium';
    font-size: 0.875rem;
}
:-ms-fullscreen {
    font-family: inherit;
    line-height: 23px;
    height: 40px;
    -webkit-font-smoothing: inherit;
    padding-top: 7px;
    padding-bottom: 7px;
    font-weight: 700;
    color: #000;
}
select::-ms-expand {
    display: none;
}
select {
    -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
}
input[type=password]::-ms-reveal,
input[type=password]::-ms-clear,
input[type=text]::-ms-reveal,
input[type=text]::-ms-clear,
input[type=tel]::-ms-reveal,
input[type=tel]::-ms-clear,
input[type=email]::-ms-reveal,
input[type=email]::-ms-clear {
    display: none;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
    moz-appearance: textfield;
}
/* ==========================================================================*/
/* ====================================Spacing================================*/
/* ==========================================================================*/

.m-top0 {
    margin-top: 0;
}
.m-top10 {
    margin-top: 10px;
}
.m-top20 {
    margin-top: 20px;
}
.m-top16 {
    margin-top: 16px;
}
.m-top24 {
    margin-top: 24px;
}
.m-top28 {
    margin-top: 28px;
}
.m-top25 {
    margin-top: 25px;
}
.m-top45 {
    margin-top: 45px;
}
.m-top40 {
    margin-top: 40px;
}
.m-bot0 {
    margin-bottom: 0 !important
}
.m-bot5 {
    margin-bottom: 5px;
}
.m-bot10 {
    margin-bottom: 10px;
}
.m-bot8 {
    margin-bottom: 8px
}
.m-bot16 {
    margin-bottom: 16px;
}
.m-bot24 {
    margin-bottom: 24px;
}
.m-bot30 {
    margin-bottom: 30px;
}
.m-bot32 {
    margin-bottom: 32px;
}
.m-bot36 {
    margin-bottom: 36px;
}
.m-bot40 {
    margin-bottom: 40px;
}
.m-bot48 {
    margin-bottom: 48px;
}
.m-bot60 {
    margin-bottom: 60px;
}
.m-bot168 {
    margin-bottom: 168px;
}
.m-right32 {
    margin-right: 32px
}
.m-right12 {
    margin-right: 12px;
}
.m-right16 {
    margin-right: 16px;
}
.m-right10 {
    margin-right: 10px;
}
.m-right8 {
    margin-right: 8px;
}
.m-left8 {
    margin-left: 8px;
}
.m-left16 {
    margin-left: 16px;
}
.m-left24 {
    margin-left: 24px;
}
.m-left96 {
    margin-left: 96px;
}
.p-left16 {
    padding-left: 16px;
}
.p-left12 {
    padding-left: 12px;
}
.p-left18 {
    padding-left: 18px;
}
.p-left25 {
    padding-left: 25px;
}
.p-left30 {
    padding-left: 30px;
}
.p-left47 {
    padding-left: 47.5px;
}
.p-left50 {
    padding-left: 50px;
}
.p-left40 {
    padding-left: 40px;
}
.p-left96 {
    padding-left: 96px;
}
.p-left98 {
    padding-left: 98px;
}
.p-left111 {
    padding-left: 111.5px;
}
.p-top16 {
    padding-top: 16px;
}
.p-top8 {
    padding-top: 8px;
}
.p-top19 {
    padding-top: 19px;
}
.p-top20 {
    padding-top: 20px;
}
.p-top24 {
    padding-top: 24px;
}
.p-top28 {
    padding-top: 28px;
}
.p-top30 {
    padding-top: 30px;
}
.p-top40 {
    padding-top: 40px;
}
.p-top10 {
    padding-top: 10px;
}
.p-bot16 {
    padding-bottom: 16px;
}
.p-bot20 {
    padding-bottom: 20px;
}
.p-bot24 {
    padding-bottom: 24px;
}
.p-bot28 {
    padding-bottom: 28px;
}
.p-bot30 {
    padding-bottom: 30px;
}
.p-bot42 {
    padding-bottom: 42px;
}
.p-bot50 {
    padding-bottom: 50px;
}
.p-bot0 {
    padding-bottom: 0px;
}
.p-bot8 {
    padding-bottom: 8px;
}
/* ==========================================================================*/
/* ============================Bootstrap Modal Styling=======================*/
/* ==========================================================================*/

.modal-open {
    overflow: hidden;
}
.modal {
    display: none;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 99999;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}
.modal-body .icon {
    font-size: 2.500em;
    margin-right: 10px;
    font-weight: 700;
    position: relative;
    top: 10px;
}
.modal-body .delete {
    height: 40px;
    width: 64px;
    font-weight: 400;
}
.modal-body .delete .icon {
    top: 3px;
    margin-right: 0;
    font-size: 1.5em;
}
.modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}
.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
    padding-right: 0 !important
}
.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
    max-height: 688px;
    max-width: 784px;
    margin: 0 auto;
}
.modal-content {
    position: relative;
    background-color: #ffffff;
    border: 1px solid #999999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    padding: 0 24px 24px 24px;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    outline: 0;
}
.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9999;
    background-color: #000000;
}
.modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0);
}
.modal-backdrop.in {
    opacity: 0.5;
    filter: alpha(opacity=50);
}
/*Modal child properties*/

.modal-header {
    margin: 0 -24px 16px -24px;
    min-height: 16.42857143px;
    padding: 24px 16px 24px 16px;
    border-bottom: 1px solid #c0c0c0;
}
.type-3 .modal-header {
    border-bottom: 0;
    margin-bottom: 0;
}
.modal-header p {
    color: #909090;
    font-size: 14px;
    margin-top: 4px;
}
.modal.notification .modal-body {
    max-width: 610px;
    margin: 0 auto;
}
.modal.notification.txt-modal .modal-body {
    max-width: inherit;
    max-height: 385px;
    overflow: auto;
}
.modal.notification .modal-body .otp {
    position: absolute;
    right: -16px;
    top: 12px;
}
.modal.notification .modal-body small {
    font-size: 14px;
    color: #909090;
}
.modal.notification .modal-body.alred-docs {
    max-width: inherit;
    margin: 0 auto;
}
.modal.notification .modal-header {
    border-bottom: none;
}
.modal-footer {
    padding: 15px;
    text-align: right;
    padding: 24px 0 0 0;
    text-align: center;
    margin: 24px -24px 0 -24px;
    border-top: 1px solid #d0d0d0;
}
.modal h4 p {
    font-size: 1em;
    margin-bottom: 8px;
}
.modal .loginwithsms input {
    height: 48px;
    line-height: 48px;
    font-size: 1.75em;
    width: 100%;
    max-width: inherit;
    padding: 0 13px;
}
.modal .loginwithsms1 input {
    height: 48px;
    line-height: 48px;
    font-size: 1.75em;
    width: 100%;
    max-width: inherit;
    padding: 0 13px;
}
.modal .loginwithsms2 input {
    height: 48px;
    line-height: 48px;
    font-size: 1.75em;
    width: 100%;
    max-width: inherit;
    padding: 0 13px;
}
.modal.txt-modal .modal-footer {
    margin: 0;
}
.modal.txt-modal .con-container {
    border-bottom: 1px solid #c0c0c0;
    margin-bottom: 24px;
    padding-bottom: 24px;
}
.modal.txt-modal .con-container:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}
.modal select,
.modal input {
    height: 40px;
    font-size: 16px;
}
.modal .form-row i.icon-arrow-down {
    font-size: 1em;
    top: 12px;
}
.modal::-webkit-input-placeholder {
    font-size: 1.0rem;
}
.modal .calendar .inp-width {
    width: 68px;
    float: left;
    margin-right: 16px;
}
.modal .file-input.type-2 {
    height: 40px;
}
.modal .file-input.type-2 h3 {
    min-height: 40px;
    font-size: 1rem;
    line-height: 40px;
    left: 38px;
}
.modal .file-input.type-2 i {
    font-size: 1.3rem;
    margin: 0;
}
.modal .file-input.type-2:before {
    height: 38px;
}
.modal .file-input.type-2.modal-width {
    width: auto;
    margin-bottom: 22px;
    background: #f7f7f7;
}
.modal .form-row h4.labels {
    font-size: 14px;
}
.modal table input[type="checkbox"].checkbox {
    margin-right: 0;
}
.modal label.label::before,
.modal label.label::after {
    top: -15px;
}
.modal.type-3 .modal-footer {
    margin-top: 0;
}
/* ==========================================================================*/
/* ====================================Owl Carousel================================*/
/* ==========================================================================*/

.owl-carousel .owl-wrapper:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.owl-carousel {
    display: none;
    position: relative;
    width: 100%;
    -ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper {
    display: none;
    position: relative;
    -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer {
    overflow: hidden;
    position: relative;
    width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight {
    -webkit-transition: height 500ms ease-in-out;
    -moz-transition: height 500ms ease-in-out;
    -ms-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out;
}
.owl-carousel .owl-item {
    float: left;
}
.owl-controls .owl-page {
    cursor: pointer;
}
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
}
/* ==========================================================================*/
/* ====================================Header================================*/
/* ==========================================================================*/

.box-shadow {
    -webkit-box-shadow: 0 2px 5px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 2px 5px 0px rgba(0, 0, 0, 0.5);
    -o-box-shadow: 0 2px 5px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 0 2px 5px 0px rgba(0, 0, 0, 0.5);
}
header {
    overflow: hidden;
    background: #fff;
    margin-bottom: 32px;
    /*48 */

    margin-top: 30px;
    padding: 0px 16px;
    position: relative;
    width: 100%;
    top: 0;
    z-index: 9999
}
header h2 {
    position: absolute;
    width: 100%;
    text-align: center;
    left: 0;
    line-height: 34px;
}
header.inner {
    background: #f5f5f5;
    height: 100px;
    margin-top: 0;
    padding: 12px 16px 10px 16px;
    position: fixed;
}
header .right-menu {
    margin-bottom: 2px;
}
/*Type 2 header is for treasures upgrade account*/

header.type2 {
    height: 58px;
}
header.type2 a.logo {
    width: 250px;
    background: url('../images/logo-treasures.png') no-repeat 0 0;
}
/*Type 4 header is for Alfred Screen*/

header.type-5 .container {
    height: 29px;
}
header.type-4 {
    height: 74px;
}
header.type-4 .logout {
    margin-top: 10px;
}
header.type-4 .logout i {
    font-size: 1rem;
}
header.type-4 .top-header a.logo {
    margin-top: 10px;
    width: 11em;
    height: 1.6em;
    -webkit-transform: inherit;
    -moz-transform: inherit;
    -ms-transform: inherit;
    -o-transform: inherit;
    transform: inherit;
}
header.type-4 .top-header .logout {
    margin-top: 20px;
}
header a.logo,
header.type2.dbs a.logo {
    position: relative;
    z-index: 999;
    margin-left: 16px;
}
header a.logo {
    text-indent: -9999px;
    background: url('../images/DBS_POSB_LOGO2.png') no-repeat 0 0;
    /*height:2.1rem;
    width: 15rem;*/

    height: 3rem;
    width: 20rem;
    position: relative;
    z-index: 999;
    /*background-size: cover;*/

    margin-top: 4px;
    visibility: hidden;
}
header a.logo.single {
    visibility: visible;
    margin: 0 auto;
    float: none;
    display: inline-block;
    cursor:default;
    height: 34px;
    width: 240px;
    background-size: cover;
    /* height: 42px;
    width: 290px;*/
    /*height: 2.1em;
    width: 14.5em;*/
}
header .help {
    float: right;
    color: #ccc;
    position: absolute;
    top: 14px;
    right: 0
}
header .help i {
    position: relative;
    top: 2px;
}
header li {
    float: right;
    position: relative;
}
header .right-menu li {
    float: right;
    position: relative;
    height: 32px;
}
header li a.btn,
header li a.btn:hover,
header li a.btn:active,
header li a.btn:focus {
    padding: 0px;
    height: 32px;
    width: 64px;
    line-height: 32px;
    margin-left: 24px;
}
header li a span.marker {
    background: #ff3333;
    color: #FFF;
    border-radius: 50%;
    top: 0;
    right: -10px;
    position: absolute;
    height: 18px;
    width: 18px;
    display: inline-block;
    line-height: 18px;
    font-size: 12px;
    text-align: center;
}
header li a i {
    font-size: 2rem;
    float: left;
    height: 30px;
}
header .tabs {
    position: absolute;
    width: 100%;
    text-align: center;
}
header .tabs li {
    float: none;
    display: inline-block;
    width: 14%;
}
header .tabs li a {
    display: block;
    font-size: 0.85rem;
    color: #000000;
}
header .tabs li a i {
    margin-bottom: 6px;
    color: #000000;
}
header .tabs li.active {
    top: 0
}
header .tabs li.active a {
    color: #ff3333;
    border-bottom: 4px solid #ee1818;
    padding-bottom: 5px;
}
header .tabs li.active i {
    color: #ff3333;
}
/* ==========================================================================*/
/* =================================Step Tracker=============================*/
/* ==========================================================================*/

.step-indicator {
    background: #f5f5f5;
    height: 46px;
    margin-top: 8px;
}
.step-indicator li {
    float: left;
    width: 33.3333%;
    display: block;
    text-align: center;
    color: #909090;
    border-bottom: 2px solid #f5f5f5;
    line-height: 44px;
    font-size: 0.875rem;
    font-family: 'FrutigerNextPro-Light';
}
.loan.step-indicator li,
.two.step-indicator li {
    line-height: 49px;
}
.step-indicator.five li {
    width: 20%;
}
.step-indicator.two li {
    width: 50%;
}
.step-indicator li i {
    float: none;
    display: inline-block;
    font-size: 17px;
    margin-left: 4px;
    position: relative;
    top: 4px;
    color: green;
    display: none
}
.step-indicator li.done i {
    display: inline-block;
}
.step-indicator li.active {
    color: #ff3333;
    border-bottom: 2px solid #ee1818;
    font-family: 'FrutigerNextPro-Medium';
    top: 0;
}
.step-indicator li.active span {
    font-family: 'FrutigerNextPro-Medium';
}
.step-indicator li.done span {
    font-family: 'FrutigerNextPro-Medium';
    color: #000;
}
.step-indicator li.done em {
    color: #000
}
.step-indicator em {
    font-family: 'FrutigerNextPro-Light';
    font-style: normal;
}
.step-indicator li.active em,
.step-indicator li.done em {
    font-style: normal;
    font-family: 'FrutigerNextPro-Medium';
    margin-right: 2px;
}
/* ==========================================================================*/
/* ====================================CIP===================================*/
/* ==========================================================================*/

.cip {
    max-width: 464px;
    margin: 0 auto;
}
.cip h2 {
    font-size: 1.5rem
}
.cip .btn,
.cip .btn:hover,
.cip .btn:active,
.cip .btn:focus {
    font-size: 1.5rem;
    height: 48px;
    line-height: 46px;
    /*width: 464px;
    margin: 0px auto;*/
}
.cip .btn:focus,
.upload-page .btn:focus {
    outline: none;
}
/*Bank employee details*/

.bankuse {
    position: absolute;
    width: 100%;
    bottom: 55px;
}
.bankuse p {
    font-size: 13px;
    margin-bottom: 10px;
}
.bankuse p i {
    margin-left: 5px;
    position: relative;
    top: 3px;
    cursor: pointer;
}
.bankuse div > div {
    display: inline-block;
    text-align: center;
    position: relative;
}
.bankuse > div > div > input {
    height: 30px;
    max-width: 200px;
    line-height: 30px;
    font-size: 14px;
}
/* ==========================================================================*/
/* ===================================Login==================================*/
/* ==========================================================================*/

.login label.option-label h3,
.login label.no-radio h3 {
    font-size: 1.75rem;
    font-family: 'FrutigerNextPro-Medium';
}
.login label.option-label i,
.no-radio i {
    font-size: 1.5rem;
    position: relative;
    top: 2px;
}
.login label.no-radio h3 {
    margin-left: 32px;
    display: block;
    margin-bottom: 24px;
}
.login label.no-radio i {
    font-size: 1.5rem;
    position: relative;
    top: 2px;
}
.login article {
    margin-left: 33px;
    margin-bottom: 40px;
}
.login.type-1 article {
    margin-left: 0;
}
.login .form-row,
.modal .loginwithsms .form-row,
.treasures-login .form-row {
    margin-bottom: 16px;
}
.login .form-row,
.modal .loginwithsms1 .form-row,
.treasures-login .form-row {
    margin-bottom: 16px;
}
.login .form-row,
.modal .form-row,
.treasures-login .form-row {
    margin-bottom: 16px;
}
.login .form-row {
    /* margin-bottom: 24px;*/
}
.modal .loginwithsms .form-row.last {
    margin-bottom: 0;
}
.modal .loginwithsms1 .form-row.last {
    margin-bottom: 0;
}
.modal .loginwithsms2 .form-row.last {
    margin-bottom: 0;
}
.login .form-row h4 p {
    margin-bottom: 8px;
    font-size: 1.5rem;
}
.modal-content .ico {
    min-height: 28px;
}
.modal-content .ico p {
    font-weight: 300
}
.login .form-row input[type="tel"],
.login .form-row input[type="password"],
.login .form-row input[type="text"],
.login .form-row input[type="number"] {
    height: 56px;
    line-height: 38px;
    /*font-size: 1rem;*/

    font-size: 1.5rem;
    width: 100%;
    max-width: inherit;
    padding: 0 13px;
}
.one-liner {
    line-height: 28px;
}
.ico {
    padding-left: 58px;
}
.ico span img {
    vertical-align: middle;
}
.step-one-ico {
    background: url('../images/num1.png') no-repeat 0 0;
}
.step-two-ico {
    background: url('../images/num2.png') no-repeat 0 0;
}
.step-three-ico {
    background: url('../images/num3.png') no-repeat 0 0;
}
.step-four-ico {
    background: url('../images/num4.png') no-repeat 0 0;
}
.loginwithsms1 {
    background: url('../images/OTP_SMS.png') no-repeat 0px 0;
    padding-left: 234px;
    padding-bottom: 72px;
    width: 544px;
    min-height: 159px;
    margin: 0 auto;
    padding-top: 50px;
}
.loginwithsms2 {
    background: url('../images/pin_web.png') no-repeat 0px 0;
    padding-left: 234px;
    padding-bottom: 30px;
    width: 551px;
    min-height: 159px;
    margin: 0 auto;
    padding-top: 15px;
}
.loginwithsms {
    background: url('../images/OTP_SMS.png') no-repeat 60px 0;
    padding-left: 168px;
    padding-bottom: 15px;
    width: 500px;
    min-height: 159px;
    margin: 0 auto;
}
.tab-content input[type="password"] {
    max-width: 304px;
    text-align: center;
    letter-spacing: 8px;
    height: 40px;
    line-height: 38px;
    border-radius: 0;
    width: 100%;
    font-size: 1rem;
}
.dash {
    margin: 0 10px;
    position: relative;
    top: 10px;
    font-weight: 700;
}
.login-footer {
    /*position: fixed;*/

    position: static;
    width: 100%;
    bottom: 80px;
    left: 0;
    /*margin-top: 70px;*/

    margin-top: 45px;
}
.login-footer .btn,
.login-footer.btn:hover,
.login-footer.btn:active,
.login-footer.btn:focus {
    height: 48px;
    line-height: 46px;
    min-width: 304px;
    font-size: 1.5rem;
}
.not-fixed {
    position: relative;
    margin: 0;
    bottom: inherit !important
}
/* ==========================================================================*/
/* =============================Form Styling=================================*/
/* ==============Application/Verify/Upload Documents Pages===================*/
/* ==========================================================================*/

.modal.notification .modal-body img.non-resp {
    width: auto;
}
#closeFront {
    position: absolute;
    z-index: 9;
    background: #fff;
    right: -6px;
    top: -4px;
    font-size: 18px;
    color: #ff3333;
    border-radius: 62px;
    width: 18px;
    height: 18px;
}
#typeFormLayout > li {
    opacity: 0.3;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
    filter: alpha(opacity=30);
    -moz-opacity: 0.3;
    -khtml-opacity: 0.3;
}
#typeFormLayout.form > li .btn-holder {
    visibility: hidden;
}
#typeFormLayout.form > li.active {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
}
#typeFormLayout.form > li .btn-holder.show-btn {
    visibility: visible !important;
}
#typeFormLayout.form > li.fade {
    opacity: 0.3;
}
#typeFormLayout.form .inactive {
    opacity: 0.2;
    cursor: pointer;
}
#typeFormLayout.form li {
    margin-bottom: 48px;
}
.form-row.last {
    margin-bottom: 0;
}
.white {
    color: #fff
}
.grey {
    color: #999;
}
.black {
    color: 000;
}
#cardname {
    position: absolute;
    width: 158px;
    bottom: 20px;
    font-size: 11px;
    /*If the size is 10px it truncates in mobile.*/

    text-transform: uppercase;
    left: 15px;
    overflow: hidden
}
.addTravelMorecls {
    width: 466px;
    height: 57px;
    background: #fff;
    border: 0;
    overflow: hidden;
}
/*Style for prefilled values*/

.form li .form-row .approved-btn li {
    margin-bottom: 16px;
}
.form li .form-row .approved-btn li:last-child,
.form li .form-row .approved-btn li:nth-child(3) {
    margin-bottom: 0;
}
#typeFormLayout.form li .form-row li,
.form li .form-row li {
    display: inline-block;
    width: 48.777%;
    margin-bottom: 8px;
}
#typeFormLayout.form li .sddedit {
    width: 100%!important;
    clear: both;
}
.disburse.form-row .radio li {
    width: 100%;
}
.disburse.form-row .radio li:last-child {
    margin-bottom: 0 !important;
}
.form-row h3.data,
.form-row h3.data span {
    font-size: 2rem;
    color: #000;
    font-family: 'FrutigerNextPro-Medium';
}
.form-row h3.value,
.form-row h3.value-static,
.form-row h3.f-med {
    font-size: 2rem;
    color: #000;
    font-family: 'FrutigerNextPro-Medium';
}
.form-row .country-code {
    font-family: 'FrutigerNextPro-Medium';
    border-radius: 4px;
    padding: 0 13px;
    height: 56px;
    line-height: 56px;
    font-size: 1.75em;
    border: 1px solid #c0c0c0;
    box-shadow: inset 0 2px 0 0 rgba(0, 0, 0, 0.05);
    position: relative;
    box-shadow: none !important;
    color: #000;
    -webkit-appearance: none;
    background: #F7F7F7;
    color: #C0C0C0;
}
.terms-box {
    font-size: 0.98rem;
    padding: 0;
    overflow: hidden;
}
.terms-box label {
    font-size: 14px;
    font-size: 1.4rem;
    padding-left: 28px;
    margin: 0px;
    text-align: left;
}
.terms-box .checkbox input[type="checkbox"] + label span {
    margin: 0px 8px 0 -28px;
}
/*Form label styling*/

.form-row h4.labels {
    margin-bottom: 8px;
    font-size: 1.5rem;
    font-family: 'FrutigerNextPro-Light';
    font-weight: 300;
    line-height: 18px;
}
.form-row h4.labels i {
    position: relative;
    top: 3px;
}
/*Form Select Box styling*/

#typeFormLayout.form li .form-row .selection-group.full li {
    width: 100%
}
.form-row .selection-group.full li:last-child {
    margin-bottom: 0;
}
.form-row label.option-label {
    top: 0;
}
.form-row label.option-label h3 {
    font-size: 1.75rem;
    font-family: 'FrutigerNextPro-Medium';
}
.disburse.form-row label.option-label h3 {
    text-align: left;
    font-family: 'FrutigerNextPro-Light';
    font-size: 1rem;
}
.form-row i.icon-arrow-down,
li.active {
    top: 54px;
}
.form-row li > div.select-box {
    text-align: left;
    display: block;
    line-height: 56px;
    font-size: 1.75rem;
    min-height: 56px;
    position: relative;
}
.form-row li > div.select-box.selected,
.form-row li > div.select-box.hover,
.form-row li > div.select-box:hover,
.form-row li > div.select-box:active,
.form-row li > div.select-box:focus {
    text-align: left;
    width: 100%;
    line-height: 56px;
    font-size: 1.75rem;
}
.form-row li > div.select-box i {
    display: none;
    height: 53px;
    line-height: 64px;
    color: #1b971c;
}
.form-row li > div.select-box.hover i {
    display: none;
}
.form-row li > div.select-box.selected i,
.form-row li > div.select-box.selected.hover i {
    display: block;
    position: absolute;
    right: 10px;
    top: 0;
}
/*Select dropdown arrow styling*/

.form-row i.icon-arrow-down,
li.active .form-row i.icon-arrow-down
    /*,
    li.active.addHook .form-row i.icon-arrow-down*/

{
    position: absolute;
    right: 16px;
    z-index: 999;
    font-size: 24px;
    color: #ff3333;
    pointer-events: none;
    top: 17px;
}
.form-row i.icon-arrow-down.disabled,
li.fade .form-row i.icon-arrow-down
    /*,
    li.addHook .form-row i.icon-arrow-down*/

{
    color: #C0C0C0;
    background: #f7f7f7
}
.form-row .salutation i.icon-arrow-down,
li.active .form-row .salutation i.icon-arrow-down,
li.active.addHook .form-row .salutation i.icon-arrow-down {
    height: 23px;
}
.input-group {
    display: table;
    border-collapse: separate;
    width: 100%
}
.input-group input {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0;
    display: table-cell;
}
.add-on-text {
    padding: .375rem .75rem;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-align: left;
    width: 135px;
    white-space: nowrap;
    vertical-align: middle;
    display: table-cell;
    line-height: 44px;
}
.custom-limit article {
    display: none;
    margin-top: 24px;
}
.custom-limit article span {
    font-size: 1.5rem;
}
.btn-holder {
    margin-top: 24px;
    display: table;
}
.btn-holder .btn {
    margin-right: 16px;
    max-width: 144px;
    min-width: 144px;
    float: left;
}
.btn-holder span {
    font-size: 1rem;
    float: left;
    line-height: 40px;
    font-family: 'FrutigerNextPro-Light';
}
.btn-holder span.btn-help {
    color: #909090;
}
.spn span.btn-help {
    color: #909090;
    padding: 0px 0px 0px 12px;
}
.promo {
    display: none;
    margin-left: 25px
}
.cashlineCreditLimit {
    display: none;
    margin-left: 0px;
}
.addon-left {
    position: relative;
}
.addon-left span {
    line-height: 56px;
    margin-right: 16px;
    float: left;
    font-size: 2rem;
    font-family: 'FrutigerNextPro-Medium';
}
.login-atm {
    margin-bottom: 24px;
}
.login-credit,
.login-atm {
    position: relative;
}
.login-credit label.option-label,
.login-atm label.option-label {
    display: inline-block;
    width: auto;
    top: 0;
}
.login-atm.active label.option-label,
.login-credit.active label.option-label {
    margin-bottom: 16px;
}
.login-credit input[type="radio"],
.login-atm input[type="radio"] {
    position: absolute;
    top: 5px;
    left: 2px;
}
.form-row label.option-label {
    font-size: 2rem;
    font-family: 'FrutigerNextPro-Medium';
}
.form-row .approved-btn label.option-label {
    line-height: normal;
    min-height: auto;
}
.form-row label.option-label.radio {
    font-size: 1.5rem;
    font-family: 'FrutigerNextPro-Medium';
}
/*Verify Form*/

.form.verify + .bordertop1 {
    margin-top: 16px;
}
.form.verify li {
    margin-bottom: 16px;
}
.form.verify li:last-child {
    margin-bottom: 0;
}
.form.verify li:last-child .form-row {
    margin-bottom: 0;
}
.verify .form-row {
    margin-bottom: 16px;
    overflow: hidden;
    font-size: 1rem;
}
.verify .form-row label {
    width: 40%;
    float: left;
    text-align: right;
}
.verify .form-row .label-value {
    float: left;
    width: 60%;
    color: #000;
    font-weight: 700;
    padding-left: 16px;
}
/*Upload Documents Page*/

.file-input {
    display: block;
    position: relative;
    color: #000;
    text-align: center;
    width: 102px;
    height: 105px;
    cursor: pointer;
}
.file-input.removeBorder:before {
    border: none;
}
.file-input:before {
    content: '+';
    display: block;
    border: 1px dashed #ff3333;
    border-radius: 12px;
    cursor: pointer;
    font-size: 5rem;
    line-height: 92px;
    color: #ff3333;
    display: inline-block;
    opacity: 0.5;
    margin-bottom: 10px;
    position: absolute;
    left: 0;
    width: 100px;
    height: 103px;
    margin-bottom: 10px;
    right: 0;
}
.file-input input,
.fileUpload input {
    width: 50%;
    position: absolute;
    z-index: -1;
    visibility: hidden;
}
.file-input img {
    position: relative;
    margin-top: 1px;
    border-radius: 10px;
}
.upload .icon-close-icon2 {
    position: absolute;
    left: 85px;
    top: -5px;
    z-index: 1;
    font-size: 1.5rem;
    cursor: pointer;
    color: #ee1818
}
.upload {
    position: relative;
    float: left;
    width: 102px;
}
.uploaded-docs {
    background: #f7f7f7;
    color: #000;
    height: 80px;
    padding: 16px 16px 16px 0;
    position: relative;
    box-shadow: 0 1px 2px 0px rgba(0, 0, 0, 0.10);
    -webkit-box-shadow: 0 1px 2px 0px rgba(0, 0, 0, 0.10);
    -o-box-shadow: 0 1px 2px 0px rgba(0, 0, 0, 0.10);
    -moz-box-shadow: 0 1px 2px 0px rgba(0, 0, 0, 0.10);
    margin-bottom: 16px;
    max-width: 464px;
}
.uploaded-docs h4 {
    width: 190px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.uploaded-docs.center {
    margin: 0 auto;
}
.uploaded-docs.center i {
    position: absolute;
    top: 24px;
    margin-right: 0;
}
.form.verify .uploaded-docs {
    width: 49%;
    float: left;
}
.uploaded-docs > div.pull-left {
    height: 80px;
    width: 80px;
    text-align: center;
    padding: 12px;
    margin-right: 16px;
    margin-top: -16px;
    font-size: 1rem;
}
.uploaded-docs i {
    position: absolute;
    right: 16px;
    font-size: 2rem;
    top: 25px;
    color: #cc0000;
}
.icon-close-icon2:before {
    top: 0px;
    content: "\46";
    position: relative;
}
.file-input.type-2 {
    width: 464px;
}
.file-input.type-2:before {
    background: #f7f7f7;
    border: 1px solid #C0C0C0;
    box-shadow: none;
    position: relative;
    display: block;
    content: '';
    height: 54px;
    border-radius: 4px;
    width: 464px;
}
.file-input.type-2 {
    height: 54px;
    margin-bottom: 10px;
}
.file-input.type-2 h3 {
    position: absolute;
    left: 50px;
    top: 0px;
    z-index: 999;
    text-align: left;
    display: block;
    line-height: 56px;
    font-size: 1.75rem;
    min-height: 56px;
    font-family: 'FrutigerNextPro-Medium';
    width: 92%;
}
.file-input.type-2 i {
    position: absolute;
    left: 14px;
    font-size: 2rem;
    top: 12px;
    color: #ff3333;
}
.file-input.type-2 input {
    position: absolute;
    visibility: hidden;
    top: 0
}
.file-input.type-2.full-width {
    width: 100%;
    background: #f7f7f7;
}
.file-input.type-2.full-width:before {
    width: 100%;
}
.file-input.type-2.modal-width {
    width: 70%;
}
/*.file-input.type-2.modal-width:before {
    width: 100%;
}*/

.fileText {
    color: #fff;
    position: absolute;
    bottom: 0px;
    height: 45px;
    width: 100%;
    font-size: 12px;
    padding: 0 13px;
}
/* ==========================================================================*/
/* ===================================Footer=================================*/
/* ==========================================================================*/

footer {
    left: 0;
    padding: 0;
    width: 100%;
    z-index: 9999;
    background: #f5f5f5;
    box-shadow: 0px -1px 1px 0px rgba(0, 0, 0, 0.05), 0px -1px 5px 0px rgba(0, 0, 0, 0.20);
    color: #909090;
}
footer.type-1 {
    position: relative;
    bottom: 0px;
    background: none;
    box-shadow: none;
    font-size: 14px;
    text-align: center;
    background: #fff;
    height: 32px;
    /*margin-bottom: 20px;*/
    margin-top: 20px;
}
footer.type-1a {
    position: relative;
    bottom: 0px;
    background: none;
    box-shadow: none;
    font-size: 14px;
    text-align: center;
    background: #fff;
    height: 32px;
    margin-bottom: 20px;
}
footer.type-1 li,
footer.type-1a li {
    display: inline-block;
    width: auto;
}
footer.type-1 li:last-child a,
footer.type-1a li:last-child a {
    border: 0;
}
footer.type-1 a {
    color: #999494;
    font-size: 12px;
    line-height: 14px;
    display: block;
    width: 100%;
    border-right: 1px solid;
    padding: 0 7px 0 3px;
}
footer.type-1 a:hover {
    cursor: pointer;
}
footer.type-1a a {
    color: #999494;
    font-size: 12px;
    line-height: 14px;
    display: block;
    width: 100%;
    border-right: 1px solid;
    padding: 0 7px 0 3px;
}
footer.type-4 {
    display: none;
}
footer li {
    display: inline-block;
    width: 24px;
}
footer li:last-child {
    margin-right: 0px;
}
footer li a {
    font-size: 1.5rem;
    color: #ff3333;
    line-height: 48px;
    width: 24px;
    display: block;
    text-align: center;
}
footer .step-tracker {
    margin-top: 6px;
}
#progressbarHolder {
    width: 304px;
    color: #909090;
    font-size: 12px;
    position: relative;
}
.counter {
    margin: 0 auto;
    width: 100%;
    text-align: center;
    position: absolute;
    top: 12px;
    color: #fff;
}
.ui-progressbar {
    height: 4px;
    line-height: 4px;
}
.ui-widget-header {
    background: #ec0000 !important;
    border: 0px solid #ec0000 !important;
}
#progressbar {
    border: 0px solid #ec0000 !important;
    background: #c0c0c0 !important;
    margin-top: 7px;
    float: left;
    border-radius: 15px;
    height: 24px;
    width: 100%;
    padding: 0;
}
.ui-corner-left,
.ui-corner-tl {
    border-radius: 15px;
}
.ui-progressbar .ui-progressbar-value {
    height: 100%;
    margin: 0 !important;
}
footer li a {
    position: relative;
    top: 7px;
}
.btn-verify {
    margin-top: 9px;
    margin-right: 15px;
}
.btn-verify:before {
    content: "Save and Return to Verify Page"
}
/* ==========================================================================*/
/* ===============================Card Selection ============================*/
/* ==========================================================================*/

.content.select-card {
    max-width: 944px;
    padding-bottom: 0px;
}
.card-selector {
    margin-top: 40px;
    margin-bottom: 40px;
}
#card-selector .modal-header {
    margin-bottom: 0;
}
#card-selector .modal-footer {
    margin-top: 0;
}
.select-card p {
    font-size: 24px;
    color: #000;
    font-family: 'FrutigerNextPro-Light';
}
.card-selecion > div.row > div > figure a img.selectedCard {
    border: 2px solid #259b24;
    border-radius: 5px;
}
.select-card.completion i.icon-success {
    position: absolute;
    color: #1b9c17;
    font-size: 2.5rem;
    top: -15px;
    right: -10px;
    background: #fff;
    border-radius: 50px;
    height: 40px;
    width: 40px;
}
.completion h1 {
    line-height: 48px;
}
#card-selector .modal-content {
    overflow: hidden;
}
#card-selector i.icon {
    font-size: 1.5rem;
    position: absolute;
    right: -5px;
    top: -10px;
    color: #1b9c17;
    background: transparent;
    border-radius: 50px;
    height: 24px;
    width: 24px;
}
#card-selector i.icon-success {
    font-size: 1.5rem;
    color: green;
    position: absolute;
    right: -10px;
    top: -10px;
    background: #fff;
    border-radius: 50px;
    height: 20px;
    margin-right: 0;
}
.select-card.completion i.icon-alert {
    position: absolute;
    color: #f5a623;
    font-size: 2.5rem;
    top: -15px;
    right: -10px;
    background: #fff;
    border-radius: 50px;
    height: 40px;
    width: 40px;
}
.card-selector li {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 0 20px;
    max-width: 300px;
}
.card-selector li img {
    width: 100%
}
.card-selector li .icon-cancel {
    font-size: 2rem;
}
.card-selector li span.close {
    position: absolute;
    top: -10px;
    right: -10px;
    font-size: 2rem;
    color: #ff3333;
}
.card-selector p {
    color: #000;
    margin: 0 auto;
    margin-top: 16px;
    max-width: 175px;
    font-size: 18px;
}
.card-selector a.close {
    position: absolute;
    right: 0px;
    top: 2px;
    font-size: 3rem;
    background: #fff;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -o-border-radius: 50px;
    height: 48px;
    width: 48px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 60px;
}
.card-selector a.close i:before {
    position: relative;
    top: 2px;
}
.card-selector .card-status i {
    font-size: 3rem;
}
.card-selector.fail {
    opacity: 0.50;
}
.card-selector.fail i {
    position: absolute;
    right: -12px;
    font-size: 3rem;
    top: -12px;
}
.card {
    border-left: 10px solid #fff;
    position: relative;
    margin: 0 auto;
    z-index: 99;
    padding-top: 20px;
    display: inline-block;
    padding: 20px;
    width: 100%
}
.card img {
    width: 100%;
}
.card-selector.success i {
    color: #1b9c17;
    font-size: 3rem;
    position: absolute;
    top: -12px;
    right: -12px;
}
.card-selector i.icon-info {
    position: relative;
    top: 3px;
    cursor: pointer;
}
.card-selector .add a.file-input {
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -o-border-radius: 12px;
    border-radius: 12px;
    height: auto;
    width: 100%;
    display: inline-block;
    text-align: center;
    line-height: 95px;
    font-size: 8rem;
    font-weight: 300;
    color: #ff3333;
    opacity: 1;
    margin-bottom: 41px;
    padding-top: 0;
}
.card-selector .add a.file-input p {
    line-height: 20px;
    color: #cc0000;
    margin: 0;
    margin-top: 10px;
}
.card-selector .add a.file-input:before {
    display: none;
}
.card-selecion .selected {
    border: 2px solid #009afd;
}
.card-selecion {
    margin-top: 24px;
}
.card-selecion > div.row {
    margin-bottom: 24px;
}
.card-selecion > div.row:first-child {
    margin-top: 10px;
}
.card-selecion > div.row:last-child {
    margin-bottom: 24px;
}
.card-selecion > div.row:last-child > div {
    margin-bottom: 10px;
}
.card-selecion > div.row > div:last-child {
    padding-right: 0px;
    padding-left: 7px;
}
.card-selecion > div.row > div:first-child {
    padding-right: 7px;
    padding-left: 0px;
}
.card-selecion > div.row > div {
    max-height: 140px;
    width: 50%;
    margin-right: 0;
}
.card-selecion > div.row > div > figure {
    width: 40%;
    text-align: center;
}
.card-selecion > div.row > div > figure a {
    display: block;
    border: 2px solid #fff;
    position: relative;
}
.card-selecion > div.row > div > figure a img {
    width: 100%;
    border: 2px solid #fff;
}
.card-selecion > div.row > div > figure button {
    margin: 10px 15px 0 15px;
    padding: 0 12px;
}
.card-selecion > div.row > div > figure a span {
    position: absolute;
    height: 24px;
    width: 24px;
    right: -10px;
    top: -10px;
}
.card-selecion > div.row > div div {
    width: 60%;
    padding-left: 16px;
}
.card-selecion > div.row > div div p {
    color: #909090;
    font-size: 0.875rem
}
.card-selector .instalment i {
    font-size: 3rem;
    color: green;
    position: absolute;
    right: -10px;
    top: -10px;
}
/* ==========================================================================*/
/* ===============================Completion Page============================*/
/* ==========================================================================*/

.banking-services {
    display: table;
    width: 100%
}
.banking-services.option-2 {
    width: 45%;
    margin: 0 auto 30px auto;
}
.banking-services.option-2 div {
    width: 50%;
}
.banking-services.option-3 {
    width: 70%;
    margin: 0 auto 30px auto;
}
.banking-services.option-5 div {
    width: 20%;
}
.banking-services div {
    display: table-cell;
    float: left;
    width: 25%;
    text-align: center;
    border-right: 1px dotted #ccc;
    padding: 0 20px;
    font-size: 0.875em;
    min-height: 150px;
}
.banking-services div:last-child {
    border: 0;
}
.banking-services h5 {
    font-family: 'FrutigerBold';
}
.banking-services div figure {
    margin-bottom: 20px;
}
.banking-services figure img {
    width: 50%
}
/*=================================Instalment Loan Page============================================*/

.calculator-box {
    max-width: 944px;
    margin: 0 auto;
    margin-right: 24px;
    margin-left: 24px;
}
.cashline {
    margin: 0 auto;
    border-right: 10px solid #fff;
}
.calculator-box .calculator {
    display: block;
}
.calculator {
    background: #F7F7F7;
    padding: 24px;
    width: 50%;
    display: table-cell;
    float: none !important;
    vertical-align: top;
    overflow: hidden;
}
.calculator .form-row {
    margin-bottom: 16px;
}
.calculator .form-row.last,
.calculator .form-row:last-child {
    margin-bottom: 0;
}
.calculator .s4-width {
    width: 48.5%;
}
.calculator .value {
    font-size: 1em;
    font-family: 'FrutigerNextPro-Medium';
    line-height: 20px;
}
.calculator.disabled i.icon-arrow-down {
    background: #F7F7F7;
    color: #C0C0C0;
}
.calculator .form-row i.icon-arrow-down {
    font-size: 18px;
    height: 38px;
    line-height: 48px;
    right: 1px;
    top: 1px;
    text-align: center;
    width: 40px;
    border-radius: 0 10px 10px 10px;
}
.calculator .form-row h4.labels {
    font-size: 0.875em;
}
.disburse {
    overflow: hidden;
}
.calculator select,
.calculator input[type="tel"],
.disburse .promotion input[type="text"],
.disburse.phtwo-promo input[type="text"] {
    font-size: 1em;
    height: 40px;
    line-height: 40px;
    width: 100%;
    padding: 0 8px;
}
.disburse .promotion input[type="text"] {
    width: 50%
}
.note {
    font-size: 13px;
    color: #FF3333;
    margin-bottom: 15px;
}
.summary {
    width: 650px;
    margin: 0 auto;
    margin-top: 8px;
}
.summary > div {
    font-size: 1.500em;
    font-family: 'FrutigerNextPro-Medium';
}
.summary label {
    font-size: 1em;
    color: #000;
    font-family: 'FrutigerNextPro-Light';
    margin-right: 8px;
}
.disburse select {
    height: 40px;
    line-height: 40px;
    font-size: 1em;
    padding: 0 35px 0 5px;
    width: 392px;
}
.disburse .s9-width select {
    width: 470px;
}
.disburse i.icon-arrow-down {
    font-size: 18px;
    top: 12px;
    right: 16px;
}
.disburse button,
.disburse button:hover,
.disburse button:active,
.disburse button:focus {
    width: 144px;
    min-width: inherit;
    vertical-align: baseline;
}
.disburse .promotion {
    margin-left: 280px;
    display: block;
}
.toggle {
    position: absolute;
    margin-left: -9999px;
    visibility: hidden;
}
.toggle + label {
    display: block;
    position: relative;
    cursor: pointer;
    outline: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
input.toggle-round + label {
    padding: 2px;
    width: 48px;
    height: 24px;
    background-color: #dddddd;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    -ms-border-radius: 60px;
    -o-border-radius: 60px;
    border-radius: 60px;
}
input.toggle-round + label:before,
input.toggle-round + label:after {
    display: block;
    position: absolute;
    top: 1px;
    left: 1px;
    bottom: 1px;
    content: "";
}
input.toggle-round + label:before {
    right: 2px;
    background-color: #f1f1f1;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    -ms-border-radius: 60px;
    -o-border-radius: 60px;
    border-radius: 60px;
    -webkit-transition: background 0.4s;
    -moz-transition: background 0.4s;
    -o-transition: background 0.4s;
    transition: background 0.4s;
}
input.toggle-round + label:after {
    width: 22px;
    background-color: #fff;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
    -webkit-transition: margin 0.4s;
    -moz-transition: margin 0.4s;
    -o-transition: margin 0.4s;
    transition: margin 0.4s;
}
input.toggle-round:checked + label:before,
input.checked + label:before {
    background-color: #1b9c17;
}
input.toggle-round:checked + label:after,
input.checked + label:after {
    margin-left: 24px;
}
/*===========================================Alfred Screen==========================================*/

.alfred {
    margin-top: 100px;
}
.alfred .row article {
    display: inline-block;
    text-align: center;
    width: 25%;
    min-height: 200px;
    position: relative;
    padding: 20px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    float: left;
}
.alfred .row article a {
    padding: 16px;
    background: #f7f7f7;
    display: block;
}
.alfred .row article i {
    font-size: 4.5rem;
    color: #ee1818;
}
.alfred .row article h3 {
    height: 56px;
    position: absolute;
    bottom: 0;
    width: 100%;
    line-height: 56px;
    left: 0;
    font-size: 1.5rem
}
.btn.alfred-cpf,
.btn.alfred-cpf:active,
.btn.alfred-cpf:focus,
.btn.alfred-cpf.hover {
    min-width: 151px;
}
.docs-name_u {
    background: #f7f7f7;
    padding: 16px;
}
.docs-name_u li {
    display: inline-block;
    margin-right: 16px;
    font-weight: 700;
    margin-top: 16px;
}
.one-btn .fileUpload {
    width: 100%;
    display: block;
}
.two-btn .fileUpload {
    width: 50%;
    display: block;
}
.fileUpload {
    position: relative;
    width: 100%;
    display: block;
}
.fileUpload.select-docs:before {
    content: 'Select Document(s)';
}
.fileUpload.takePhoto:before {
    content: 'Take a Photo';
}
.fileUpload.select-album:before {
    content: 'Select from Photo Album';
}
.fileUpload:before {
    display: block;
    cursor: pointer;
    font-size: 1rem;
    color: #000;
    display: block;
    /*position: absolute;*/

    left: 0;
    right: 0;
}
.fileUpload input.upload {
    width: 100%;
    height: 40px;
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
}
.selected-docs a {
    position: relative;
    display: inline-block;
    text-align: left;
    padding-right: 40px;
    margin-bottom: 16px;
}
.selected-docs a:hover,
.selected-docs a:focus,
.selected-docs a:active {
    padding-right: 40px;
    text-align: left;
}
.modal-body .selected-docs a i {
    position: absolute;
    right: 0px;
    top: 3px;
    height: 27px;
    font-size: 1rem;
}
.search input {
    padding-left: 50px;
    height: 40px;
    font-size: 1rem;
}
.search i {
    position: absolute;
    left: 16px;
    font-size: 1.3rem;
    top: 10px;
    color: #c0c0c0;
}
.status-box {
    border: 1px solid #ccc;
}
.status-header {
    padding: 10px 16px;
    background: #f7f7f7;
    height: 60px;
}
.status-header .icon {
    display: none;
}
.status-header div:first-child {
    line-height: 40px;
}
.status-header .btn-holder,
.status-header .btn-holder .btn {
    margin: 0;
    max-width: inherit;
}
.status-header .delete {
    width: auto;
    min-width: inherit;
    padding: 0 8px;
    margin-top: 3px;
}
.status-header .delete:hover,
.status-header .delete:active,
.status-header .delete:focus {
    width: auto;
    min-width: inherit;
}
.status-box .row {
    padding: 8px 16px 8px 16px;
}
.status-box .row figure {
    width: 10%
}
.card-details {
    width: 40%
}
.status-box .card-details p {
    font-size: 0.875rem
}
.status-box .card-status {
    font-size: 1rem;
    font-weight: 700;
    line-height: 74px;
}
.status-box .card-status i {
    position: relative;
    top: 7px;
    font-size: 1.5rem;
}
.categories {
    margin-top: 100px;
}
.categories article {
    float: left;
    margin: 0 16px;
    margin-top: 2px;
}
.categories h2 {
    font-weight: 300
}
.categories .row {
    margin: 0 -16px;
    margin-bottom: 32px;
}
.categories article:first-child > a {
    margin-left: 0
}
.categories article:last-child > a {
    margin-right: 0
}
.categories article > a {
    width: 204px;
    display: block;
    cursor: pointer;
    background: #f7f7f7;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    padding: 20px 0 0 0;
    height: 200px;
    text-align: center;
    position: relative;
    -webkit-box-shadow: 0 1px 5px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 1px 5px 0px rgba(0, 0, 0, 0.5);
    -o-box-shadow: 0 1px 5px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 0 1px 5px 0px rgba(0, 0, 0, 0.5);
}
.categories article > a i {
    color: #ee1818;
    font-size: 4rem;
    line-height: 130px;
}
.categories article > a p {
    padding: 10px 0;
    height: 55px;
    font-size: 1.5rem;
    background: #fff;
    margin: 0 -20px;
    -webkit-border-radius: 0 0 10px 10px;
    -moz-border-radius: 0 0 10px 10px;
    -o-border-radius: 0 0 10px 10px;
    border-radius: 0 0 10px 10px;
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 20px;
    color: #000;
}
.slide-wrap {
    overflow: hidden;
}
.slide-parent {
    width: 2000px;
    overflow: auto;
    max-width: 100%;
}
footer .bankuse a {
    width: auto;
    color: #cc0000;
    display: inline-block;
}
.account-name {
    position: absolute;
    color: #ffffff;
    bottom: 40px;
    width: 100%;
    padding: 0 15px;
    text-align: center;
}
.fileText {
    color: #fff;
    position: absolute;
    bottom: 0px;
    height: 45px;
    width: 100%;
    font-size: 12px;
    padding: 0 13px;
}
.cash-care-cc .promo {
    margin-left: 0;
}
.cash-care-cc input[type="checkbox"] {
    visibility: hidden;
}
.cash-care-cc .disburse label.label {
    display: inline-block;
}
.cash-care-cc input[type="text"] {
    margin-left: -32px;
    height: 40px;
    font-size: 1em;
}
/* Completion Buttons */

.form-row .approved-btn label.option-label i {
    display: block;
    text-align: center;
    position: relative;
    z-index: 999999;
    font-style: normal;
    font-size: 1.50rem;
    font-family: 'FrutigerNextPro-Medium';
}
.approved-btn label.option-label .icon:before {
    padding-right: 10px;
    top: 5px;
    position: relative;
    color: #ff3333;
}
.full-width-autoheight {
    width: 100%;
    min-height: auto;
}
section.disabled h4 {
    opacity: 0.4;
}
section.disabled div {
    opacity: 0.6;
}
input.class-password::-webkit-input-placeholder {
    color: #C8C8C8;
    font-size: 0.875rem !important;
    text-align: left;
    letter-spacing: 0px;
    width: 304px;
    line-height: 40px;
    height: 40px;
    vertical-align: middle;
}
input.class-password::-moz-placeholder {
    color: #C8C8C8;
    font-size: 0.875rem !important;
    text-align: left;
    letter-spacing: 0px;
    width: 304px;
    line-height: 40px;
    height: 40px;
    vertical-align: middle;
}
input.class-password:-ms-input-placeholder {
    color: #C8C8C8;
    font-size: 0.875rem !important;
    text-align: left;
    letter-spacing: 0px;
    width: 304px;
    line-height: 40px;
    height: 40px;
    vertical-align: middle;
}
.opt-btn,
.opt-btn:hover,
.opt-btn:active,
.opt-btn:focus {
    min-width: 304px;
    border-radius: 4px;
    font-size: 1rem;
    font-family: 'FrutigerNextPro-Medium';
    line-height: 40px;
    text-align: center;
    height: 40px;
    display: inline-block;
    padding: 0 16px;
    cursor: pointer;
    line-height: 38px;
}
.mbl-opt_sms {
    height: 216px;
    width: 104px
}
.pin-mbl {
    height: 174px;
    width: 110px;
}
/*input#PINiBankingReal{
  width:1px;
  height:10px;
 display:none;
}
input#passwordreal{
  width:1px;
  height:10px;
 display:none;
}
input#pwd1R{
  width:1px;
  height:10px;
  display:none;

}
input#pwd2R{
  width:1px;
  height:10px;
  display:none;

}
input#pwd3R{
  width:1px;
  height:10px;
  display:none;

}
input#pwd4R{
  width:1px;
  height:10px;
  display:none;

}
input#pwd5R{
  width:1px;
  height:10px;
  display:none;
}
input#pwd6R{
  width:1px;
  height:10px;
  display:none;

}*/

.pass-container {
    width: 304px;
    height: 48px;
    /*margin: 0 auto;*/
}
.passprop {
    /*float: right;*/
    /* padding-right:63px; */
}
/*.pass-container {
        float: left;
        width: 100%;
    }*/

.form-row .pass-container input[type="password"]:nth-child(1) {
    border-radius: 4px 0 0 4px;
}
.form-row .pass-container input[type="password"]:nth-child(6) {
    border-radius: 0 4px 4px 0;
    border: 1px solid #c0c0c0;
}
.form-row .pass-container input[type="password"]:nth-child(11) {
    border-radius: 0 4px 4px 0;
    border: 1px solid #c0c0c0;
}
.form-row .pass-container input[type="password"] {
    height: 48px;
    line-height: 48px;
    font-size: 1.75em;
    width: 50.34px;
    max-width: inherit;
    padding: 0 13px;
    float: left;
    border-right: 0;
    border-radius: 0;
}
.form-row .pass-container input[type="password"] {
    width: 16.6%;
    outline: none;
}
.form-row .pass-container input[type="tel"]:nth-child(1) {
    border-radius: 4px 0 0 4px;
}
.form-row .pass-container input[type="tel"]:nth-child(6) {
    border-radius: 0 4px 4px 0;
    border: 1px solid #c0c0c0;
}
.form-row .pass-container input[type="tel"]:nth-child(11) {
    border-radius: 0 4px 4px 0;
    border: 1px solid #c0c0c0;
}
.form-row .pass-container input[type="tel"] {
    height: 48px;
    line-height: 40px;
    font-size: 1.75em;
    width: 50.34px;
    max-width: inherit;
    text-align: center;
    padding: 0 13px;
    float: left;
    border-right: 0;
    border-radius: 0;
}
.form-row .pass-container input[type="tel"] {
    /*width: 16.6%;
		outline:none;*/

    width: 16.6%;
    line-height: 40px !important;
    font-size: 1.6em !important;
    height: 48px !important;
    padding: 4px 12px !important;
    color: black;
    font-family: 'FrutigerNextLT-Medium';
    -webkit-text-security: disc;
    text-align: center;
}
.tab-content input[type="tel"] {
    max-width: 304px;
    text-align: center;
    letter-spacing: 8px;
    height: 40px;
    line-height: 38px;
    border-radius: 0;
    width: 100%;
    font-size: 1rem;
}
.login .form-row input[type="password"] {
    font-size: 1rem;
}
.modal-footer .maxwidthIncrease-btn {
    min-width: 252px;
    height: 48px;
    line-height: 45px;
    max-width: 252px;
    overflow: hidden;
    /*margin: 0px;*/

    border-radius: 4px;
}
.modal-header .close-btn {
    top: 22px;
    right: 18px;
    position: absolute;
    cursor: pointer;
}
.modal-header .close-btn i {
    font-size: 20px;
    color: #909090;
}
.otpwidth {
    width: 123%;
}
.clearfixwidth {
    margin-left: -40px;
}
.lock span:before {
    content: "Secured Site";
}
a.lock {
    color: #000;
}
.p-right4 {
    padding-right: 4px;
}
.otpmargin {
    margin-top: -16px;
}
.none {
    display: none;
}
.inlineblock {
    display: inline-block;
}
.login-footer .btn {
    border-radius: 4px;
}
.pindim {
    width: 110px;
    height: 174px;
    float: left;
}
.login-footer .btn-holder {
    margin: 0;
}
/* .login-footer .btn-holder.full-width-btn .btn.btn-secondary::before {
    content:'Cancel';
} */

.btn-holder {
    margin-top: 24px;
    display: table;
}
.btn-holder .btn {
    margin-right: 16px;
    max-width: 144px;
    min-width: 144px;
    float: left;
}
.btn-holder.full-width-btn .btn {
    max-width: inherit;
    margin-right: 8px;
    width: 48.7%;
    height: 48px;
    line-height: 45px;
}
.btn-holder.full-width-btn .btn.btn-primary {
    margin-right: 0;
    margin-left: 8px;
}
.btn-holder span {
    font-size: 1rem;
    float: left;
    line-height: 40px;
    font-family: 'FrutigerNextPro-Light';
}
.automargin {
    margin: 0px auto;
}
.modalborder {
    padding: 15px;
    text-align: right;
    padding: 24px 0 0 0;
    text-align: center;
    margin: 24px -24px 0 -24px;
    border-top: 0;
}
.completion-page .btnwidth,
.completion-page .btnwidth:hover,
.completion-page .btnwidth:active,
.completion-page .btnwidth:focus {
    height: 48px;
    line-height: 48px;
    font-size: 1.5rem;
    width: 384px;
    margin: 0px auto;
}
.font1 {
    font-size: 28px;
    font-weight: 800;
}
.font2 {
    font-size: 24px;
    font-weight: 500;
}
input.class-password::-webkit-input-placeholder {
    color: #C8C8C8;
    font-size: 0.875rem !important;
    text-align: left;
    letter-spacing: 0px;
    width: 304px;
    line-height: 40px;
    height: 40px;
    vertical-align: middle;
}
input.class-password::-moz-placeholder {
    color: #C8C8C8;
    font-size: 0.875rem !important;
    text-align: left;
    letter-spacing: 0px;
    width: 304px;
    line-height: 40px;
    height: 40px;
    vertical-align: middle;
}
input.class-password:-ms-input-placeholder {
    color: #C8C8C8;
    font-size: 0.875rem !important;
    text-align: left;
    letter-spacing: 0px;
    width: 304px;
    line-height: 40px;
    height: 40px;
    vertical-align: middle;
}
.outline {
    outline: none;
}
input[type="tel"].password-circle {
    -webkit-text-security: disc;
    color: black;
    font-family: 'text-security-disc';
    /*text-security-disc';*/

    border-radius: 4px;
    padding: 0 13px;
    border: 1px solid #c0c0c0;
    box-shadow: inset 0 2px 0 0 rgba(0, 0, 0, 0.05);
    position: relative;
    box-shadow: none !important;
    color: #000;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #fff;
    max-width: 304px;
    text-align: left;
    letter-spacing: 8px;
    height: 40px;
    line-height: 38px;
    width: 100%;
    font-size: 1rem;
}
.press-mbl span img {
    vertical-align: middle;
}
.text-justify{
    text-align:justify;
}
@media screen and (min-width: 0) and (max-width: 767px) {
    input[type="tel"].password-circle {
        max-width: 230px;
    }
    .login-footer .btn.btn-secondary.cancel-btn {
        min-width: 18%;
        margin-left: 0;
        margin-top: 8px;
        height: 40px;
        margin-top: 8px;
        margin-right: 16px;
    }
    .login-footer .btn-holder.full-width-btn .btn.btn-primary {
        max-width: inherit;
        margin-right: 0px;
        width: 72%;
        height: 40px;
        line-height: 39px;
        margin-left: 0px;
        margin-top: 8px;
    }
    .pressw-mbl {
        width: 288px;
    }
    .login-footer .btn-holder .full-width-btn .btn.btn-primary {
        margin-right: 0;
        margin-left: 0;
        margin-top: 8px;
        line-height: 35px;
    }
    .login-footer .btn-holder .full-width-btn .btn {
        max-width: inherit;
        margin-right: 8px;
        width: 78%;
        height: 48px;
        line-height: 45px;
    }
    .tab-pane .padprop-mbl {
        padding-right: 0px;
        padding-top: 20px;
    }
    .tab-pane .passwidth-mbl {
        width: 288px;
    }
    .tab-content .getotp-mbl {
        /* padding-right:16px; */

        text-align: center;
    }
    #securedevice .press-mbl {
        padding-bottom: 24px;
    }
    .pin-mbl {
        height: 106.5px;
        width: 68.5px;
    }
    .mbl-opt_sms {
        height: 106.5px;
        width: 65.5px
    }
    .modal-footer .btn {
        min-width: 115px;
    }
    .container {
        /*zoom:0.9;*/
    }
    header.type2 a.logo {
        width: 200px;
        background: url('../images/logo-treasures.png') no-repeat 0 0;
        background-size: cover;
        margin-right: 20px;
    }
    header a.logo.single {
        height: 2.1em;
        width: 14.5em;
        background-size: contain;
        transform: none;
    }
    .modal-content {
        overflow-y: auto;
    }
    .modal.in .modal-dialog {
        margin: 26px 16px 10px 16px;
    }
    footer.type-1 li,
    footer.type-1a li {
        float: none;
    }
    .completion footer.type-1 {
        position: relative;
    }
    .twofa-completion footer.type-1 {
        position: relative;
    }
    .form-row .pass-container input[type="password"] {
        width: 16.6%;
    }
    .tab-content input[type="password"] {
        max-width: 230px;
        text-align: center;
        letter-spacing: 7px;
        height: 40px;
        line-height: 38px;
        border-radius: 0;
        width: 100%;
    }
    .completion-page .mesmbl {
        max-width: 118px;
    }
    .messageus .fbmesmbl {
        font-size: 0.9rem;
        font-family: Helvetica, Arial, sans-serif;
        text-decoration: none;
        color: #0084ff;
        background-color: #fff;
        border: 2px solid #ececec;
        width: 118px;
        height: 33px;
        line-height: 33px;
        position: relative;
        border-radius: 3px;
        /*display: block;*/

        display: inline-block;
        outline: none;
        -webkit-transition: all ease .15s;
        -o-transition: all ease .15s;
        -moz-transition: all ease .15s;
        transition: all ease .15s;
    }
    .messageus .fbmesmbl i {
        background-image: url('../images/fb-messenger.png');
        background-repeat: no-repeat;
        background-size: 15px;
        padding: 0px 10px;
    }
    .secure-mbl {
        padding-top: 0px;
    }
    .loginwithsms2 .clearfixwidth-mbl {
        margin-left: 0px;
        margin-top: -24px;
        margin-bottom: -23px
    }
    .loginwithsms2 .secure-width-mbl {
        width: 100%;
        float: none;
        display: block;
        padding: 0;
        text-align: left;
        margin-right: 0;
        margin-left: 0;
        overflow: hidden;
    }
    .loginwithsms2 .pinmargin-mbl {
        padding-top: 12px;
    }
    #securedevice .pingrid-mbl {
        width: 304px;
        height: 58px;
        padding-top: 8px;
        padding-left: 4px;
        padding-right: 18px;
        margin: 0px auto;
    }
    /*.pincontent-mbl {
        width:288px;
        height:46px;
        padding-left:16px;
        padding-right:16px;
         margin:0px auto;

    }*/

    .pincontent2-mbl {
        width: 288px;
        height: 20px;
        padding-left: 16px;
        /* margin:0px auto;*/

        padding-bottom: 27px;
    }
    /*.form-row  .pass-container-mbl{
    width:282px;
    margin:0 auto;
}*/
}
/* ==========================================================================*/
/* ========================Media query for smart phones======================*/
/* ==========================================================================*/
/***********Below media query to support iphone5**********************************/

@media screen and (max-width: 320px) {
    /* .cip .btn,
    .cip .btn:hover,
    .cip .btn:active,
    .cip .btn:focus {
        font-size: 1rem;
        height: 48px;
        line-height: 40px;
        width: 288px;
        /*margin: 0px auto;*/
    /*}*/

    .mbl-opt_sms {
        height: 100px;
    }
    .upload-page .form-row .selection-group label.option-label h3 {
        font-size: 13px;
    }
    .modal-header p {
        font-size: 12px;
    }
}
@media screen and (min-width: 0) and (max-width: 767px) {
    /* ==========================================================================*/
    /* ===============================Common Styling=============================*/
    /* ==========================================================================*/

    .mblmtop {
        margin-top: 0px;
    }
    .type-2  .right-icons {
        top: 3px;
    }
    .completion-page .btn,
    .completion-page .btn:hover,
    .completion-page .btn:active,
    .completion-page .btn:focus {
        min-width: 288px;
        height: 40px;
        line-height: 33px;
        font-size: 1rem;
        max-width: 288px;
        overflow: hidden;
    }
    .completion-page .f1 {
        font-size: 2rem;
        margin-bottom: 19px;
    }
    .completion-page .f2 {
        font-size: 1rem;
    }
    .s9-width {
        width: 60%;
    }
    .row .form-row .pass-container input[type="password"] {
        width: 16.6%;
    }
    .row .text-center {
        text-align: center;
    }
    .login-footer .btn-holder .full-width-btn .btn.btn-primary {
        margin-right: 0;
        margin-left: 0;
        margin-top: 8px;
        line-height: 35px;
    }
    .login-footer .btn-holder .full-width-btn .btn {
        max-width: inherit;
        margin-right: 8px;
        width: 78%;
        height: 48px;
        line-height: 45px;
    }
    .desktop-hide {
        display: block!important;
    }
    .mbl-hide {
        display: none!important;
    }
    .mbl-show {
        display: block!important;
    }
    .login-footer .btn.btn-secondary.cancel-btn {
        /*width: 22%;*/

        width: 40px;
        margin-left: 0;
        margin-top: 8px;
        margin-right: 10px;
    }
    .icon-arrow-back {
        font-size: 1.8rem;
        line-height: 49px;
        color: black;
        padding-top: 5px;
        margin-left: -6px;
    }
    .tab-pane .passwidth-mbl {
        width: 288px;
        /*margin: 0px 8px;*/
    }
    .tab-pane .padprop-mbl {
        padding-right: 0px;
        padding-top: 20px;
        width: 288px;
        margin: 0px auto;
    }
    .tab-pane .getotp-mbl {
        /* padding-right:16px; */

        text-align: center;
        width: 288px;
        margin: 0px auto;
    }
    .passprop {
        float: none;
    }
    .mbl-opt_sms {
        width: 65.6px;
        height: 136.8px;
    }
    #securedevice .press-mbl {
        padding-bottom: 24px;
    }
    /*.pincontent-mbl {
        width:288px;
        height:46px;
        padding-left:16px;
        padding-right:16px;
        padding-bottom:24px;
        margin:0px auto;
    }*/
    /*.pincontent2-mbl {
        width:288px;
        height:20px;
        padding-left:16px;
        /* margin:0px auto; }*/

    #securedevice .pingrid-mbl {
        width: 288px;
        /*height:58px;*/

        padding-top: 8px;
        padding-bottom: 37px;
        padding-left: 0px;
        padding-right: 0px;
        float: none!important;
        margin: 0px auto;
    }
    .pin-mbl {
        height: 106.5px;
        width: 68.5px;
    }
    .mbl-opt_sms {
        height: 100px;
    }
    .login-footer .btnsec {
        border-radius: 4px;
    }
    .categories article {
        width: 100%;
        float: none;
    }
    .cash-care-cc input[type="text"] {
        margin-left: 30px;
    }
    .categories .row {
        margin: 0 16px 32px 16px;
    }
    .categories article {
        margin: 0 0 16px 0;
    }
    .categories article > a {
        width: 100%;
    }
    .bankuse .validationerror {
        width: 100%;
        text-align: center;
        margin-bottom: 10px;
        position: static
    }
    .content {
        margin: 0 16px auto;
        max-width: inherit;
        width: auto;
    }
    header .right-menu li {
        height: 36px;
    }
    footer.type-1 a {
        padding: 0 0 5px 0;
        border: 0;
    }
    .body-content,
    .body-content.instalment-loan {
        margin-top: 150px;
    }
    .body-content {
        padding-bottom: 100px;
        margin-top: 140px;
    }
    .body-content.instalment-loan {
        padding-bottom: 50px;
    }
    .validationerror {
        font-size: 0.85rem;
    }
    h1 {
        font-size: 1.500rem;
    }
    h2 {
        font-size: 1rem;
    }
    ::-webkit-input-placeholder {
        font-size: 0.875rem;
    }
    hr {
        background-color: #ccc;
        height: 1px;
        margin: 24px 0;
        border: none;
        border-collapse: collapse;
    }
    .m-hidden {
        display: none;
    }
    .bordertop1 {
        padding-top: 20px;
    }
    .btn-holder .btn {
        min-width: 105px;
        max-width: 105px;
    }
    .btn.alfred-cpf {
        max-width: inherit;
    }
    .goto-app {
        min-width: 304px;
        height: 48px;
        font-size: 16px;
    }
    .content .continue {
        margin-left: 0;
    }
    .nav-tabs > li.active,
    .nav-tabs > li:hover {
        display: inline-block;
        height: 24px;
        border: 1px solid #ee1818;
        width: 49.5%;
        max-width: inherit;
    }
    .form-row .opt-btn,
    .form-row .opt-btn:hover,
    .form-row .opt-btn:active,
    .form-row .opt-btn:focus {
        min-width: 230px;
        border-radius: 4px;
        font-size: 1rem;
        font-family: 'FrutigerNextPro-Medium';
        line-height: 40px;
        text-align: center;
        height: 40px;
        display: inline-block;
        padding: 0 16px;
        cursor: pointer;
        line-height: 38px;
        color: #909090;
    }
    .btn-secondary,
    .btn-secondary:hover,
    .btn-secondary:active,
    .btn-secondary:focus {
        min-width: 230px;
        border-radius: 4px;
        font-size: 1rem;
        font-family: 'FrutigerNextPro-Medium';
        line-height: 40px;
        text-align: center;
        height: 40px;
        display: inline-block;
        padding: 0 16px;
        cursor: pointer;
        line-height: 32px;
    }
    .btn,
    .btn:hover,
    .btn:active,
    .btn:focus {
        min-width: 115px;
        height: 35px;
        /* line-height: 33px; */

        max-width: 105px;
        overflow: hidden;
        padding: 0px;
    }
    .btn-verify.btn,
    .btn-verify.btn:hover,
    .btn-verify.btn:active,
    .btn-verify.btn:focus {
        min-width: 70px;
        height: 26px;
        line-height: 26px;
        font-size: 14px;
    }
    .modal-body .delete {
        min-width: 35px;
        padding: 0;
        width: 35px;
    }
    .modal-body .delete:hover {
        height: 40px;
        line-height: 33px;
    }
    .modal-body .delete .icon {
        font-size: 1.2em;
    }
    .login-holder .btn,
    .login-holder .btn:hover,
    .login-holder .btn:active,
    .login-holder .btn:focus {
        max-width: inherit;
    }
    .fileUpload,
    .fileUpload:hover,
    .fileUpload:active,
    .fileUpload:focus,
    #selectedDoc .btn {
        min-width: inherit;
        max-width: inherit;
    }
    /*.m-bot16-mbl {
        margin-bottom: 16px;
    }*/

    .m-bot24-mbl {
        margin-bottom: 16px;
    }
    .context-help {
        font-size: 0.85rem
    }
    .yes_submit .btn,
    .yes_submit .btn:hover,
    .yes_submit .btn:active,
    .yes_submit .btn:focus,
    .submit_cpf .btn,
    .submit_cpf .btn:hover,
    .submit_cpf .btn:active,
    .submit_cpf .btn:focus,
    .three-btns .btn,
    .three-btns .btn:hover,
    .three-btns .btn:active,
    .three-btns .btn:focus,
    .text-center .btn.goto-app,
    .text-center .btn.goto-app:hover,
    .text-center .btn.goto-app:active,
    .text-center .btn.goto-app:focus {
        max-width: inherit;
    }
    .completion h1 {
        line-height: normal;
    }
    /* ==========================================================================*/
    /* =================================Grid System==============================*/
    /* ==========================================================================*/

    .s1-width {
        width: 33.33333%;
    }
    .s2-mbl {
        width: 25%;
    }
    .s3-mbl {
        width: 25%;
    }
    .s4-mbl {
        width: 33.3333%;
    }
    .s9-mbl {
        width: 75%;
    }
    .full-width-mbl {
        width: 100%;
        float: none;
        display: block;
        padding: 0;
        text-align: lcentereft;
        /* margin:0px auto; */

        overflow: hidden;
    }
    .nav-tabs,
    .nav-tabs > li {
        max-width: 288px;
        /* width: 288px; */
    }
    .nav-tabs > li {
        height: 24px;
        font-size: 0.8rem;
    }
    .nav-tabs > li > a {
        line-height: 20px!important;
        font-size: 0.8rem;
    }
    /************************************Alfred*********************************************/

    .alfred,
    .categories {
        padding-bottom: 70px;
    }
    .alfred {
        margin-top: 78px;
    }
    header.type-4 .logout {
        margin-top: 0;
    }
    .categories h2 {
        margin-left: 16px;
    }
    .alfred h3 {
        margin-left: 10px;
    }
    .status-header {
        padding: 10px 10px;
    }
    .status-header h3 {
        margin-left: 0;
        font-size: 0.95rem;
        line-height: normal;
    }
    .status-header div:first-child {
        margin-top: 10px;
    }
    .status-header span {
        line-height: 20px;
        font-size: 12px;
    }
    .status-header .icon {
        display: inline-block;
        margin-top: 2px;
    }
    .status-box .row {
        padding: 8px 10px 8px 10px;
    }
    .status-box .card-details h4 {
        margin-top: 0;
        font-size: 0.85rem;
        margin-bottom: 5px;
    }
    .status-box .card-details p {
        font-size: 0.75rem;
    }
    .status-box .card-status {
        line-height: 45px;
    }
    .status-box .card-status {
        font-size: 0.90rem
    }
    .status-box .card-status i {
        font-size: 1rem;
        top: 5px;
    }
    .three-btn > div {
        width: 100%;
        padding-left: 0;
        margin-bottom: 16px;
    }
    .selected-docs a {
        position: relative;
        display: block;
        text-align: left;
        padding-right: 40px;
        margin-bottom: 16px;
    }
    .selected-docs a:hover,
    .selected-docs a:focus,
    .selected-docs a:active {
        display: block;
    }
    .status-box .row figure {
        width: 20%
    }
    .card-details {
        width: 45%
    }
    .calendar .s3-width {
        width: 33.33%;
        float: left;
        padding-left: 12px;
    }
    .calendar .s3-width:first-child {
        padding-left: 0;
    }
    .btn-holder span {
        font-size: 0.85rem;
    }
    /* ==========================================================================*/
    /* ====================================Header================================*/
    /* ==========================================================================*/

    header {
        position: relative;
    }
    header.inner {
        height: 85px;
    }
    header a.logo {
        float: left;
        margin-left: 0;
    }
    header a.logo.single {
        margin: 0 auto;
        float: none;
        display: inline-block;
        height: 23px;
        /*width: 119px;*/
        width: 160px;
        background-size: contain;
        transform: none;
    }
    header a.logo {
        float: left;
        text-indent: -9999px;
        background: url('../images/DBS_POSB_LOGO1.svg') no-repeat 0 0;
        height: 25px;
        width: 175px;
        background-size: cover;
    }
    header .help {
        top: 0
    }
    header .right-menu li.card-count {
        top: -5px;
    }
    header li a.btn {
        background: none;
        border: 0;
        color: #ee1818;
        line-height: 20px;
        height: 20px;
    }
    header h2 {
        text-align: left;
        width: 85%;
        line-height: normal;
        padding-top: 3px;
    }
    header li a.btn,
    header li a.btn:hover,
    header li a.btn:active,
    header li a.btn:focus {
        padding: 0;
        min-width: inherit;
        height: 32px;
        width: auto;
        line-height: 25px;
        background: none;
        color: #ee1818;
        margin-left: 20px;
    }
    header li a i {
        font-size: 2rem;
        height: 20px;
    }
    /*Type 2 headrs are being used in Treasure Upgrade account*/

    header.type2 {
        height: 44px;
    }
    header.type2 a.logo {
        float: none !important;
        display: block;
        margin: 0 auto;
        background: url('../images/logo-treasuresmbl.png') no-repeat 0 0;
        width: 119px;
    }
    header.type-4 {
        height: 54px;
    }
    header.type-4 .top-header .logout,
    header.type-4 .top-header a.logo {
        margin-top: 5px
    }
    header.type-5 .container {
        height: 35px;
        line-height: 34px;
    }
    /* ==========================================================================*/
    /* =================================Step Tracker=============================*/
    /* ==========================================================================*/

    .step-indicator {
        height: 35px;
        line-height: 33px;
        margin-top: 2px;
    }
    .step-indicator li {
        width: 20%;
        line-height: inherit;
    }
    .step-indicator.two li {
        width: 40%;
        line-height: inherit;
    }
    .step-indicator.two.loan li {
        margin-top: 18px;
    }
    .step-indicator li.active,
    .step-indicator.two li.active {
        width: 60%
    }
    .step-indicator li.active span {
        display: inline-block;
    }
    .step-indicator li.done span,
    .step-indicator li span,
    .step-indicator li i {
        display: none;
    }
    /* ==========================================================================*/
    /* ====================================CIP===================================*/
    /* ==========================================================================*/

    .cip h2 {
        font-size: 16px;
    }
    .bankuse {
        position: static;
        margin-top: 40px;
        padding: 40px 16px 16px 16px;
    }
    .bankuse p {
        font-size: 13px;
    }
    .bankuse p i {
        margin-left: 5px;
        position: relative;
        top: 3px;
    }
    .bankuse div > div {
        display: block;
        text-align: center;
        margin: 0 0 16px 0;
        padding: 0
    }
    .bankuse > div > input {
        height: 30px;
        max-width: inherit;
        width: 100%;
        line-height: 30px;
        font-size: 14px;
    }
    /* ==========================================================================*/
    /* ===================================Login==================================*/
    /* ==========================================================================*/

    .login label.option-label h3,
    .login label.no-radio h3,
    .login .form-row h4 p,
    .login label.option-label i {
        font-size: 1rem;
    }
    .login label.no-radio h3 {
        margin-left: 32px;
        display: block;
        margin-bottom: 24px;
    }
    .login .form-row h4 p {
        margin-top: 7px;
        float: left;
    }
    .login .form-row h4.labels {
        font-size: 18px;
    }
    .login .form-row input[type="tel"],
    .login .form-row input[type="text"],
    .login .form-row input[type="password"],
    .login .form-row input[type="number"],
    .login .form-row select {
        height: 48px;
        line-height: 40px;
        /* font-size: 1rem;*/

        font-size: 1.5rem;
    }
    .login .form-row i.icon-arrow-down {
        top: 15px;
    }
    .login-footer {
        position: static;
        /*margin-bottom: 40px;*/
    }
    .login-footer .btn,
    .login-footer.btn:hover,
    .login-footer.btn:active,
    .login-footer.btn:focus {
        min-width: 47%;
        font-size: 1rem;
        line-height: 37px;
        height: 40px;
    }
    .loginwithsms {
        width: 100%;
        background: url('../images/OTP_SMS_mobile.png') no-repeat center 0;
        padding-bottom: 0;
        padding-top: 124px;
        padding-left: 0;
    }
    .loginwithsms1 {
        width: 100%;
        background: url('../images/OTP_SMS_mobile.png') no-repeat center 0;
        padding-bottom: 0;
        padding-top: 124px;
        padding-left: 0;
    }
    .loginwithsms2 {
        width: 100%;
        background: url('../images/pin_mbl.png') no-repeat center 0;
        padding-bottom: 0;
        padding-top: 124px;
        padding-left: 0;
    }
    /* ==========================================================================*/
    /* =============================Form Styling=================================*/
    /* ==============Application/Verify/Upload Documents Pages===================*/
    /* ==========================================================================*/

    input[type="text"],
    input[type="tel"],
    input[type="password"],
    input[type="email"],
    input[type="number"],
    select {
        height: 40px;
        line-height: 38px;
        font-size: 0.875rem;
    }
    .generic-error {
        margin-top: 0
    }
    .form-row li {
        font-size: 1.5rem;
    }
    .form-row .selection-group li {
        font-size: 1em;
    }
    .selection-group li,
    .form li .form-row li {
        width: 100%
    }
    .form li .form-row .approved-btn li,
    .form li .form-row .approved-btn li:nth-child(3) {
        margin-bottom: 8px;
    }
    .form-row .approved-btn label.option-label i {
        font-size: 0.85rem;
    }
    .selection-group.approved-btn label.option-label {
        line-height: 52px;
        height: auto;
    }
    .approved-btn label.option-label .icon:before {
        top: 3px;
    }
    .selection-group label.option-label {
        height: 38px;
        line-height: 40px;
        font-size: 1.75rem;
        min-height: 40px;
        margin-bottom: 0;
        margin-top: 0;
        padding-left: 13px;
    }
    .selection-group label.option-label h3 {
        line-height: 45px;
        font-size: 0.85rem;
        min-height: 40px;
    }
    .form-row .selection-group label.option-label h3 {
        line-height: 42px;
    }
    .form-row .selection-group.approved-btn label.option-label h3 {
        line-height: 50px;
    }
    .selection-group label.option-label::before {
        height: 38px;
    }
    .selection-group label.option-label.selected i,
    .selection-group label.option-label.mcq i {
        right: 06px;
        top: 8px;
        height: 28px;
    }
    .selection-group label.option-label::after {
        display: none;
    }
    .selection-group input[type="radio"]:checked + label.option-label::after {
        box-shadow: 1px 1px 5px white;
    }
    .file-input.type-2 {
        height: 38px;
    }
    .file-input.type-2:before {
        height: 38px;
        width: 440px;
    }
    .file-input.type-2 h3 {
        min-height: 38px;
        line-height: 42px;
        left: 34px;
    }
    .file-input.type-2 i {
        font-size: 1rem;
    }
    .form-row li a,
    .form-row li a.selected,
    .form-row li a.hover,
    .form-row li a:hover,
    .form-row li a:active,
    .form-row li a:focus {
        font-size: 0.875rem;
        min-height: 36px;
        line-height: 36px;
    }
    .form-row h3.value {
        font-size: 1.5rem;
        line-height: 36px;
    }
    .form-row .country-code {
        height: 40px;
        line-height: 40px;
        font-size: 1em;
    }
    .form-row li a i {
        height: 36px;
        line-height: 46px;
        font-size: 1.5rem;
    }
    .form-row h3.data {
        font-size: 1.5rem;
        line-height: 36px;
    }
    .form-row h4.labels {
        font-size: 1rem;
    }
    .form-row div label {
        font-size: 0.85rem;
        margin-bottom: 5px;
        display: block;
        margin-top: 4px;
    }
    .add-on-text {
        font-size: 0.875rem;
        width: 60px;
        padding: 0 0 0 10px;
        text-align: left;
        line-height: 40px;
    }
    .form-row label.option-label.radio {
        font-size: 1rem;
        font-family: 'FrutigerNextPro-Medium';
    }
    .form-row i.icon-arrow-down,
    li.active .form-row i.icon-arrow-down {
        top: 11px;
        font-size: 1.2rem;
        right: 10px;
    }
    .form-row .salutation i.icon-arrow-down,
    li.active .form-row .salutation i.icon-arrow-down {
        top: 39px;
        font-size: 1.2rem;
    }
    .addon-left p {
        font-size: 0.875rem;
        line-height: 40px;
    }
    .verify .form-row label,
    .verify .form-row .label-value {
        display: block;
        float: none;
        padding-left: 0;
        width: 100%;
        text-align: left;
    }
    .custom-limit article {
        margin-left: 0;
        margin-top: 10px
    }
    .addon-left span,
    .custom-limit article span {
        font-size: 1rem;
        width: 10%;
        margin-right: 0;
        line-height: 40px;
    }
    .addon-left input {
        float: left;
        width: 90%
    }
    .agreement {
        font-size: 1rem;
    }
    input[type="checkbox"]:checked + label.label::after {
        padding-left: 1px;
        padding-top: 1px;
    }
    label.label::after {
        left: -2px;
    }
    .marketing .s3-width {
        width: 100%;
        float: none;
    }
    input[type="checkbox"].checkbox {
        top: 4px;
        height: 0;
        width: 0;
    }
    /* ==========================================================================*/
    /* ===================================Footer=================================*/
    /* ==========================================================================*/

    footer {
        display: block;
        padding: 0 16px;
        height: 35px;
    }
    footer.type-1,
    footer.type-1a {
        height: auto;
        margin: 24px 0 16px 0;
        position: absolute;
    }
    .completion {
        position: relative!important;
    }
    .twofa-completion {
        position: relative!important;
    }
    footer.type-1a {
        position: absolute;
    }
    footer.type-1 li,
    footer.type-1a li {
        display: block;
    }
    footer.type-4 {
        display: block;
        height: 65px;
    }
    footer.type-1a a {
        padding: 0 0 5px;
        border: 0px;
    }
    .btn-verify {
        margin-top: 5px;
        height: 26px;
        font-size: 14px;
        min-width: 70px;
        line-height: 26px;
    }
    .btn-verify:before {
        content: "Done"
    }
    footer .tabs {
        position: absolute;
        width: 100%;
        text-align: center;
        height: 65px;
    }
    footer .tabs li {
        float: none;
        display: inline-block;
        width: 22%;
        padding-bottom: 0;
        height: 65px;
        padding-top: 10px;
    }
    footer .tabs li a {
        display: block;
        font-size: 0.55rem;
        color: #000000;
        width: 100%;
        height: 55px;
    }
    footer .tabs li a i {
        margin-bottom: 10px;
        color: #000000;
        font-size: 1.55rem;
    }
    footer .tabs li.active a {
        color: #ff3333;
        border-bottom: 4px solid #ee1818;
    }
    footer .tabs li.active i {
        color: #ff3333;
    }
    footer li {
        width: 44px;
    }
    footer li a {
        line-height: 15px;
        width: 44px;
        top: 8px;
        font-size: 18px;
    }
    #progressbarHolder {
        width: 160px;
    }
    #progressbarHolder .counter {
        top: 7px;
        font-size: 0.750rem;
    }
    #progressbar {
        margin-top: 6px;
        width: 160px;
        height: 16px;
    }
    footer .step-tracker {
        margin-top: 3px;
        width: 49%;
        padding-left: 0;
    }
    /* ==========================================================================*/
    /* ===============================Card Selection ============================*/
    /* ==========================================================================*/

    .card-selector li {
        float: none;
        display: inline-block;
        text-align: center;
        margin-bottom: 24px;
    }
    .card-selector li figure img {
        /*width: 58px;*/

        width: 46px;
        height: 46px;
    }
    .card-selecion > div.row,
    .card-selecion > div.row:last-child > div:last-child {
        margin-bottom: 0;
    }
    .card-selector a.close {
        font-size: 2rem;
        height: 24px;
        width: 24px;
        right: 15px;
        top: 5px;
    }
    .card-selecion > div.row > div {
        margin: 0;
        margin-bottom: 24px;
        width: 100%;
        max-height: inherit;
    }
    .card-selector .add {
        top: 0
    }
    #card-selector i {
        margin-right: 0;
        font-size: 1.5rem;
        right: -15px;
    }
    .card-selecion > div.row > div > figure a img {
        width: 100%
    }
    .card-selecion > div.row > div:first-child {
        padding-right: 0px;
        padding-left: 0px;
    }
    .card-selecion > div.row > div:last-child {
        padding-right: 0px;
        padding-left: 0px;
    }
    .card-selecion > div.row > div > figure button {
        margin: 16px 0 0 0;
        font-size: 0.75rem;
        height: 24px;
        line-height: 24px;
        min-width: inherit;
    }
    .card-selecion > div.row > div > figure {
        text-align: center;
    }
    .card-selecion > div.row > div > figure button a {
        border: 0;
    }
    .card,
    .card img {
        width: 100%;
        float: none;
    }
    /* ==========================================================================*/
    /* ===============================Completion Page============================*/
    /* ==========================================================================*/

    .banking-services div,
    .banking-services.option-5 div {
        display: block;
        width: 100%;
        border: none;
    }
    .banking-services figure img {
        width: auto
    }
    /*========================================Custom Component Styling======================================*/
    /*Modal*/

    .modal-content {
        overflow-y: auto;
    }
    .modal-footer {
        padding: 16px 0 0 0;
    }
    /* Radio buttons */

    label.option-label {
        line-height: 20px;
        padding-left: 28px;
    }
    label.option-label h3 {
        line-height: 22px;
    }
    label.option-label::before {
        width: 18px;
        height: 18px;
    }
    label.option-label::after {
        width: 8px;
        height: 8px;
        left: 6px;
        top: 7px;
    }
    .form-row label.option-label h3 {
        font-size: 0.85rem;
        line-height: 26px;
    }
    .login-credit input[type="radio"],
    .login-atm input[type="radio"] {
        top: 4px;
        left: 3px;
        margin: 0;
    }
    /*=================================Instalment Loan Page============================================*/

    .calculator-box {
        margin-right: 24px;
        margin-left: 24px;
    }
    .calculator {
        min-width: 100%;
        min-height: inherit;
        display: inherit;
    }
    .calculator.cashline,
    .calculator.card {
        border: 0;
    }
    .calculator .collapsible {
        display: none;
    }
    .calculator.card.h4 {
        margin-bottom: 0;
    }
    .calculator .s4-width {
        width: 100%;
    }
    .summary {
        width: 100%
    }
    .summary > div {
        width: 100%;
        text-align: center;
    }
    .disburse label {
        display: block;
    }
    .disburse > div {
        display: block;
    }
    .promo,
    .disburse {
        margin: 0 24px;
    }
    .disburse select {
        width: 100%
    }
    .disburse .promotion {
        margin-left: 0px;
    }
    .card-selector .add a.file-input {
        padding-top: 18px;
    }
    header .tabs {
        display: none;
    }
    .cash-care-cc {
        width: 100%;
        margin: 0 auto;
    }
    .file-input.type-2 h3 {
        font-size: 0.85rem;
    }
    .modal .file-input.type-2 h3 {
        font-size: 16px;
    }
    footer {
        left: 0;
        padding: 0;
        width: 100%;
        z-index: 9999;
        background: #f5f5f5;
        box-shadow: 0px -1px 1px 0px rgba(0, 0, 0, 0.05), 0px -1px 5px 0px rgba(0, 0, 0, 0.20);
        color: #909090;
    }
    footer.type-1 {
        position: relative;
        /*bottom: 0px;*/

        background: none;
        box-shadow: none;
        font-size: 14px;
        text-align: center;
        background: #fff;
        height: 32px;
        /*margin-bottom:20px;*/

        margin-top: 0px;
    }
    footer.type-1 li,
    footer.type-1a li {
        display: inline-block;
        width: auto;
    }
    footer.type-1 a {
        color: #999494;
        font-size: 12px;
        line-height: 14px;
        display: block;
        width: 100%;
        border-right: 1px solid;
        padding: 0 7px 0 3px;
    }
    footer.type-1a a {
        color: #999494;
        font-size: 12px;
        line-height: 14px;
        display: block;
        width: 100%;
        border-right: 1px solid;
        padding: 0 7px 0 3px;
    }
    .customcard li {
        float: none;
        display: inline-block;
        text-align: center;
    }
    .customcard .tick_mobmode {
        width: 46px;
        height: 46px;
    }
}
@media screen and (min-width: 767px) and (max-width: 1023px) {
    .card-selector .add a.file-input {
        /*height: 136px;
        width: 228px;*/

        padding-top: 0px;
    }
    /*.card-selector .add {
        padding: 25px 0 0 0;
    }*/
}
@media screen and (min-width: 0) and (max-width: 568px) {
    .form-row .pass-container input[type="password"] {
        width: 16.6%;
        outline: none;
    }
    .btn-holder.full-width-btn .btn.btn-primary {
        margin-right: 0;
        margin-left: 0;
        margin-top: 8px;
        line-height: 35px;
    }
    .login-footer .btn-holder.full-width-btn .btn.btn-primary {
        max-width: inherit;
        margin-right: 0px;
        width: 72%;
        height: 40px;
        line-height: 39px;
        margin-left: 0px;
        margin-top: 8px;
    }
    /*.login-footer .arrowback {
        min-width: 10%;
    } */

    .desktop-hide {
        display: block!important;
    }
    .mbl-hide {
        display: none!important;
    }
    .mbl-show {
        display: block!important;
    }
    .login-footer .btn.btn-secondary.cancel-btn {
        /*min-width: 18%;*/

        min-width: 40px;
        margin-left: 0;
        margin-top: 8px;
        height: 40px;
        margin-right: 16px;
    }
    .icon-arrow-back {
        font-size: 1.8rem;
        line-height: 49px;
        height: 40px;
        color: black;
        padding-top: 5px;
        margin-left: -6px;
    }
    .tab-pane .passwidth-mbl {
        width: 288px;
    }
    .tab-pane .padprop-mbl {
        padding-right: 0px;
        padding-top: 20px;
    }
    .tab-content .getotp-mbl {
        /* padding-right:16px; */

        text-align: center;
    }
    .mbl-opt_sms {
        width: 65.6px;
        height: 136.8px;
    }
    #securedevice .press-mbl {
        padding-bottom: 24px;
    }
    /*.pincontent-mbl {
        width:288px;
        height:46px;
        padding-left:16px;
        padding-right:16px;

    }

  .pin-mbl {
    height: 106.5px;
    width: 68.5px;
}*/
    /*#securedevice .pingrid-mbl {
        width:304px;
        height:58px;
        padding-top:8px;

        padding-left:4px;
        padding-right:18px;

    }

     .pincontent2-mbl {
        width:288px;
        height:20px;
        padding-left:16px;

    }*/

    .cip .btn,
    .cip .btn:hover,
    .cip .btn:active,
    .cip .btn:focus {
        font-size: 1rem;
        height: 40px;
        line-height: 40px;
        /*width: 288px;*/
        /*margin: 0px auto;*/
    }
    /*.cip .automargin{
        margin: 0px auto;
    }*/
    /* .mbl-opt_sms{
        height:100px;
    }*/
    /*.login-footer .btn {
        min-width: 48%;
    }*/

    .login-footer .preferwidth {
        min-width: 47%;
    }
    .body-content {
        margin-top: 140px;
    }
    .status-header div:first-child {
        margin-top: 3px;
    }
    .file-input.type-2:before {
        width: 288px;
    }
    .modal .file-input.type-2 h3 {
        font-size: 10px;
    }
    .login-footer .btnsec {
        border-radius: 4px;
    }
}
/* ==========================================================================*/
/* ======================Media query for High Res desktop====================*/
/* ==========================================================================*/

@media screen and (min-width: 0) and (max-width: 1400px) {
    .login-footer {
        bottom: 60px;
    }
}
/* ==========================================================================*/
/* ================================Mozila Fixes==============================*/
/* ==========================================================================*/

@-moz-document url-prefix() {
    .form-row .salutation i.icon-arrow-down, .form-row i.icon-arrow-down {
        background: none repeat scroll 0 0 #fff;
        height: 54px;
        line-height: 66px;
        text-align: center;
        top: 39px;
        width: 45px;
        border-radius: 5px;
    }
    .txt-modal .form-row .salutation i.icon-arrow-down,
    .txt-modal .form-row i.icon-arrow-down {
        height: 38px;
        line-height: 46px;
    }
    .form-row i.icon-arrow-down {
        top: 1px !important;
        width: 26px;
    }
    .disburse i.icon-arrow-down {
        height: 38px;
        width: 40px;
        line-height: 48px;
    }
    .top36 {
        top: 40px !important;
        height: 40px !important;
        width: 20px !important;
    }
    .mCSB_container {
        padding-bottom: 3px;
    }
}
/*Added for firefox correction of dropdown arrow*/

.form-row i.icon-arrow-down.top20 {
    top: 20px !important;
    height: 22px !important;
}
/*card sizing at finish page*/

.finish-page figure img {
    width: 176px;
}
.cursor-pointer {
    cursor: pointer;
}
/****************IE Fixes***************************************************/

select:focus::-ms-value {
    background-color: transparent;
    /*make the select background transparent in ie */

    color: #000;
}
/* ==========================================================================*/
/* =================================IE9 Fixes================================*/
/* ==========================================================================*/

.form-row .salutation i.icon-arrow-down,
.form-row i.icon-arrow-down {
    height: 54px \9;
    line-height: 66px \9;
    right: 1px \9;
    text-align: center \9;
    top: 1px \9;
    width: 40px \9;
    border-radius: 0px 0px 5px 5px \9;
}
/*******To fix FF42 issue of card popup*********************/
/*******Created New CSS*********************/

select {
    padding-right: 10px \9;
}
.disburse select {
    padding-right: 15px \9;
}
.disburse i.icon-arrow-down {
    height: 38px \9;
    width: 40px \9;
    line-height: 48px \9;
}
.top36 {
    top: 38px \9 !important;
}
.owl-theme .owl-controls,
.owl-theme .owl-controls .owl-page {
    display: inline-block !important;
}
.owl-theme .owl-controls .owl-page span {
    background: none repeat scroll 0 0 #869791;
    border-radius: 20px;
    display: inline-block;
    height: 12px;
    margin: 5px 7px;
    opacity: 0.5;
    width: 12px;
}
.owl-theme .owl-controls .owl-page.active span {
    background: #000
}
#modal-alert {
    z-index: 999999;
}
#modal-alert .modal-dialog {
    max-width: 500px;
    color: #fff;
}
#modal-alert .modal-content {
    background: #fff;
    color: #000;
    padding: 24px;
}
@media screen and (min-width: 767px) and (max-width: 1000px) {
    .categories {
        padding: 0 16px;
    }
}
@media only screen and (max-height: 700px) {
    .mblpin-opt_sms {
        /*height:;*/

        height: 174px;
        width: 110px;
    }
    .login-footer {
        position: static;
    }
}
@media only screen and (min-width: 1366px) {
    .body-content {
        padding-bottom: 320px;
    }
}
/*ipad 194 259*/

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1) {
    .selection-group label.option-label.selected i {
        top: 9px;
    }
    .selection-group label.option-label h3 {
        top: 1px;
    }
    .categories article {
        width: 33.3333%;
        float: left;
        padding: 8px 16px;
        margin: 2px 0 16px 0;
    }
    .categories .row {
        margin: 0px -16px;
        margin-bottom: 32px;
    }
    .categories article > a {
        width: 100%;
    }
    .container {
        zoom: 1;
        -webkit-backface-visibility: hidden;
        -webkit-transform: translateZ(0) scale(1.0, 1.0);
    }
    header .help {
        float: right;
        color: #ccc;
        position: absolute;
        top: 5px;
        right: 4px;
        font-size: 1rem;
    }
    .modal.in .modal-dialog {
        margin: 293px 16px 0px 16px!important;
    }
    .content.completion {
        /*  zoom:1;
         -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0) scale(1.4, 1.4);*/
    }
    .content.twofa-completion {
        /*   zoom:1.4;
        -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0) scale(1.4, 1.4);*/
    }
    footer.type-1.completion {
        /*position: relative!important;*/
    }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) {
    .completion-page {
        margin-top: 160px!important;
    }
    footer.type-1.completion {
        position: relative;
        bottom: -140px;
    }
    .twofa-completion footer.type-1 {
        position: relative;
    }
    .content.twofa-completion {
        /*  zoom:1.4;*/
    }
    .content.completion {
        /* zoom:1;
        -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0) scale(1.4, 1.4);*/
    }
    .selection-group label.option-label.selected i {
        top: 9px;
    }
    .selection-group label.option-label h3 {
        top: 1px;
    }
    .categories article {
        width: 33.3333%;
        float: left;
        padding: 8px 16px;
        margin: 2px 0 16px 0;
    }
    .categories .row {
        margin: 0px -16px;
        margin-bottom: 32px;
    }
    .categories article > a {
        width: 100%;
    }
    .container {
        zoom: 1;
    }
    header .help {
        float: right;
        color: #ccc;
        position: absolute;
        top: 5px;
        right: 4px;
        font-size: 1rem;
    }
    .modal.in .modal-dialog {
        margin-top: 150px!important;
    }
}
@media only screen and (min-width: 990px) {
    .categories .row {
        margin: 0 -16px;
        margin-bottom: 32px;
    }
    .categories article {
        width: 204px;
        float: left;
        padding: 8px 16px;
    }
}
/*6+ 636*/

@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (orientation: landscape) {
    .modal-content {
        overflow-y: auto;
    }
    .mbl-opt_sms {
        height: 100px;
    }
    .bankuse > div > div > input {
        line-height: 30px;
    }
    footer.type-1,
    footer.type-1a {
        height: auto;
        margin: 65px 0 20px 0;
        position: relative;
    }
    footer.type-1a {
        position: relative;
    }
    footer.type-1 li,
    footer.type-1a li {
        display: inline-block;
    }
}
/* promo-width */

.disburse .promotion .promo-width input[type="text"] {
    width: 35.06%
}
/*Safari Fix 8.1 */
/* Safari 7.1 -8.0 (Safari 7.1+)
(Use this as a prefix to your normal CSS rule)
---------------------------------------------------------------- */

_::-webkit-full-page-media,
_:future,
:root input[type="checkbox"]:checked + label.label::before {
    top: -2px;
}
.bottom-10 {
    padding-bottom: 10px;
}
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) {
    .container {
        /*zoom:0.9;*/
    }
    .mbl-opt_sms {
        height: 136.8px;
        width: 65.6px;
    }
    .add-on-text {
        padding: 0 0 0 .75rem;
    }
}
@media only screen and (min-device-width: 414px) and (max-device-width: 736px) {
    .container {
        /*zoom:0.9;*/
    }
    .mbl-opt_sms {
        height: 136.8px;
        width: 65.6px;
    }
    .add-on-text {
        padding: 0 0 0 .75rem;
    }
    .bankuse > div > div > input {
        height: 29px;
        line-height: 30px;
    }
}
/* samsung Note Pro - 708*/

@media only screen and (device-width: 1280px) and (device-height: 800px) {
    .selection-group label.option-label h3 {
        line-height: 62px;
    }
}
/* samsung S5 Issue-89 */

@media screen and (min-device-width: 360px) and (max-device-height: 640px) and (-webkit-device-pixel-ratio: 3) {
    .bankuse > div > div > input {
        height: 29px;
        line-height: 30px;
    }
    .promo input[type="text"] {
        padding-top: 4px;
    }
}
.position-text {
    position: relative
}
.none-input {
    width: 0;
    height: 0;
    margin: 0;
    padding: 0;
    display: block;
}
.selection-group label.option-label.mcqselected::before {
    background: #ececec;
}
/*Added CSS for MP3_Verify page*/

table.tbl-primary {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    text-align: left;
}
table.tbl-primary tr th {
    border-bottom: 2px solid #ff3333;
}
table.tbl-primary tr th.header {
    padding-left: 40px;
}
table tr th {
    vertical-align: top;
    font-weight: 400;
    padding: 8px;
    font-size: 14px;
    font-size: 14px;
    font-weight: 500;
    color: #909090;
}
thead {
    display: table-header-group;
    vertical-align: middle;
    border-color: inherit;
}
tbody {
    display: table-row-group;
    vertical-align: middle;
    border-color: inherit;
}
table tr td {
    font-size: 14px;
    font-size: 1rem;
    vertical-align: top;
    color: #000000;
    margin: 0;
    padding: 8px;
    border-top: none;
    border-bottom: 1px solid #e6e6e6;
    font-weight: 600;
}
.modal table tr:last-child td {
    border-bottom: 0;
}
.modal table tr td {
    font-weight: 400;
}
table .icon-trash-bin-1 {
    color: #ff3333;
}
table tr td:last-child {
    border-right: 0px;
}
table .align-right {
    text-align: right;
}
.security-text {
    max-width: 370px;
    text-align: left;
    margin: 0 auto;
    color: #999494;
}
.security-text li {
    line-height: 20px;
    margin-bottom: 10px;
}
.messageus {
    max-width: 304px;
    margin: 0px auto;
}
.custom-nav li a {
    /*color:#cccccc;*/

    color: #909090;
}
.img-align-topMinus-10 {
    position: relative;
}
.tick_mobile {
    width: 120px;
    height: 120px;
}
.error-msg {
    position: relative;
    margin-top: 6px;
    width: 95%;
}
.error-msg h4 {
    word-break: break-word;
    white-space: normal;
    font-weight: normal;
    font-size: 12px;
    font-weight: 500;
    line-height: 14px;
    color: #ff3333;
    font-family: "Frutiger", sans-serif;
}
.generic-error {
    background: #ffe8e8;
    color: #ff3333;
    border: 1px solid #ff3333;
    padding: 8px;
    margin-top: 12px;
    margin-bottom: 12px;
}
.generic-error h4 {
    word-break: break-word;
    white-space: normal;
    font-weight: normal;
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
    color: #ff3333;
    font-family: "Frutiger", sans-serif;
}
.brower-detect-error {
    position: relative;
    background: none repeat scroll 0 0 #ffe8e8;
    border: 1px solid #ff3333;
    padding: 10px;
    position: relative;
    text-align: center;
    color: #ff3333 !important;
    font-size: 14px;
    line-height: 17px;
    text-align: left;
    margin: 15px 0px;
}
.brower-detect-error a {
    color: #ff3333 !important;
    text-decoration: underline;
}
.m-top8 {
    margin-top: 8px;
}
.widthforweb {
    margin-top: 16px;
}
/*---------------------------
  White Button
---------------------------*/

a.fb-message-white {
    font-size: 1.2rem;
    font-family: Helvetica, Arial, sans-serif;
    text-decoration: none;
    color: #0084ff;
    background-color: #fff;
    border: 2px solid #ececec;
    width: 304px;
    height: 48px;
    line-height: 48px;
    position: relative;
    border-radius: 3px;
    display: block;
    outline: none;
    -webkit-transition: all ease .15s;
    -o-transition: all ease .15s;
    -moz-transition: all ease .15s;
    transition: all ease .15s;
}
a.fb-message-white:hover {
    background-color: #fafafa;
    border: 2px solid #ccc;
}
a.fb-message-white:focus {
    background-color: #fff;
    border: 1px solid #bbb;
}
.fb-message-white i {
    background-image: url('../images/fb-messenger.png');
    background-repeat: no-repeat;
    background-size: 20px;
    padding: 0px 15px;
}
footer.type-1.mtop145{
    margin-top:145px;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
    /*header a.logo.single{
        width: 240px;
        height: 34px;
    }*/
    footer.type-1, footer.type-1a{
        margin-bottom: 15px;
    }
}
.right-icons {
    position: absolute;
    top: 10px;
    right: 0;
}

.host {
        background: #FFF;
        width: 50px;
        height: 50px;
        margin: auto;

    }

    .loading {
        width: 10px;
        height: 10px;
        background: #FFF;
        border-radius: 100%;
        float: left;
        margin-right: 5px;
    }

    .loading-0 {
        -webkit-animation: bounce 1s infinite;
        -webkit-animation-delay: .1s;
        background: #f33

    }

    .loading-1 {
        -webkit-animation: bounce 1s infinite;
        -webkit-animation-delay: .3s;
        background: #f33;
    }

    .loading-2 {
        -webkit-animation: bounce 1s infinite ease;
        -webkit-animation-delay: .5s;
        background: #f33;
    }

    @-webkit-keyframes bounce {
        0%, 100% {
            opacity: 1;
        }
        60% {
            opacity: .0;

        }
    }