/**
* 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   Home Loan
* @date      1-Sep-2016
* @author    Shakeel Lal, DBS Singapore <shakeelmohammed@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,
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;
}
/* ==========================================================================*/
/* ===============================Common Styling=============================*/
/* ==========================================================================*/

* {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
*:not(input) {
    -webkit-user-select: none;
}
.helloTextArea:not(:root:root) {
?-webkit-user-select: text;
} 
*:focus {
    box-shadow: none;
}
.desktop-hide {
    display: none;
}
.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;
}
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: 23.3333%;
    height: 40px;
    display: inline-block;
    padding: 0 16px;
    cursor: pointer;
    border-radius: 4px;
    line-height: 38px;
    -webkit-appearance: none;
}
.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;
}
.context-help {
    color: #909090;
    font-size: 0.85rem;
    margin-top: 8px;
}
.container {
    max-width: 944px;
    margin: 0 auto;
    position: relative;
}
.content {
    max-width: 625px;
    margin: 0 auto;
    background: #fffffe;
   /* padding: 0 0 40px 0;*/
    position: relative;
}
.content.cip {
    padding-bottom: 0;
}
.body-content {
    background: #fff;
    margin-top: 175px;
    margin-bottom: 850px;
}
.body-contentUpload{
     background: #fff;
    margin-top: 90px;
    padding-bottom: 100px;
}
.body-contentLoanAcceptance{
     background: #fff;
    margin-top: 90px;
    padding-bottom: 200px;
	margin-bottom:850px;
}
.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: 40px;
}
.body-content.verify {
    padding-bottom: 0px;
}
.body-content.instalment-loan {
    margin-top: 150px;
    padding-bottom: 50px;
}
.relative {
    position: relative;
}
.pointer {
    cursor: pointer;
}
.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-blue,
.bg-jpeg {
    background: #5500aa
}
.bg-doc,
.bg-docx {
    background: #5500aa
}
.bg-xls,
.bg-xlsx {
    background: #005db0
}
.bg-tiff, .bg-tif {
    background: #5500aa
}
.bgd-png {
    background: #9922BB url('../../app/images/png.png') no-repeat 50% 50%;
}
.bgd-red{
      background: #ff3333;
}
.bgd-pdf {
    background: #ff3333 url('../../app/images/pdf.png') no-repeat 50% 50%;
}

.bgd-jpg {
        background: #5500aa url('../../app/images/jpg.png') no-repeat 50% 50%;
}
.bgd-jpeg {
        background: #5500aa url('../../app/images/jpeg.png') no-repeat 50% 50%;
}
.bgd-Jpg {
        background: #5500aa url('../../app/images/jpg.png') no-repeat 50% 50%;
}
.bgd-Jpeg {
        background: #5500aa url('../../app/images/jpeg.png') no-repeat 50% 50%;
}
.bgd-tiff {
        background: #5500aa url('../../app/images/tiff.png') no-repeat 50% 50%;
}
.bgd-tif {
        background: #5500aa url('../../app/images/tiff.png') no-repeat 50% 50%;
}
.bgd-doc{
    background: #005db0 url('../../app/images/doc.png') no-repeat 50% 50%;
}
.bgd-docx {
    background: #005db0 url('../../app/images/docx.png') no-repeat 50% 50%;
}
.bgd-xlsx {
    background: #005db0 url('../../app/images/xlsx.png') no-repeat 50% 50%;
}
.bgd-xls {
    background: #005db0 url('../../app/images/xls.png') no-repeat 50% 50%;
}




.bgd-PNG {
    background: #9922BB url('../../app/images/png.png') no-repeat 50% 50%;
}
.bgd-RED{
      background: #ff3333;
}
.bgd-PDF {
    background: #ff3333 url('../../app/images/pdf.png') no-repeat 50% 50%;
}

.bgd-JPG {
        background: #5500aa url('../../app/images/jpg.png') no-repeat 50% 50%;
}
.bgd-JPEG {
        background: #5500aa url('../../app/images/jpeg.png') no-repeat 50% 50%;
}
.bgd-TIFF {
        background: #5500aa url('../../app/images/tiff.png') no-repeat 50% 50%;
}
.bgd-TIF {
        background: #5500aa url('../../app/images/tiff.png') no-repeat 50% 50%;
}
.bgd-DOC{
    background: #005db0 url('../../app/images/doc.png') no-repeat 50% 50%;
}
.bgd-DOCX {
    background: #005db0 url('../../app/images/docx.png') no-repeat 50% 50%;
}
.bgd-XLSX {
    background: #005db0 url('../../app/images/xlsx.png') no-repeat 50% 50%;
}
.bgd-XLS {
    background: #005db0 url('../../app/images/xls.png') no-repeat 50% 50%;
}

.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;
}

/* ==========================================================================*/
/* ===========================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:read-only {
    color: #c0c0c0;
}
input:-moz-read-only {
    /*color: #c0c0c0;*/
}
select[disabled=""],
select[disabled="disabled"],
input[disabled=""],
input[disabled="disabled"] {
    background: #F7F7F7;
    color: #C0C0C0;
    cursor: pointer;
}
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;
}
.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 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 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;*/

     display: block;
    position: absolute;
    right: 10px;
    color: #1b9c17;
    top: 19px;
    background: url('../images/Check.svg') 50% 50% !important;
        background-repeat: no-repeat !important;
    width: 32px;
    height: 22px;
}
.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: 2px;
    left: 2px;
}
label.option-label {
    display: block;
    position: relative;
    padding-left: 32px;
    line-height: 24px;
    cursor: pointer;
    color: #000;
    top: -22px;
    width: 100%
}
label.option-label h3 {
    line-height: 28px;
}
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;
}
label.option-label::after {
    content: '';
    position: absolute;
    width: 12px;
    height: 12px;
    border-radius: 15px;
    left: 7px;
    top: 8px;
    overflow: hidden;
    transition: all 0.2s;
}
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: -1px;
    top: -1px;
}
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: 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;
}
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;
}
/* ==========================================================================*/
/* ================================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% !important;
    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.6666667%;
    float: left;
}
.s9-width {
    width: 75%;
    float: left;
}
.s10-width {
    width: 83.33333333%;
    float: left;
}
.s1-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;
}

.search input::-webkit-input-placeholder {
    font-size: 1rem;
}
::-moz-input-placeholder {
    color: #C8C8C8;
    font-family: 'FrutigerNextPro-Medium';
    font-size: 1.5rem;
}
/*input::-webkit-input-placeholder {
    color: #C8C8C8;
    font-family: 'FrutigerNextPro-Medium';
    font-size: 1.5rem;
    line-height: 38px;
}*/
:-ms-input-placeholder {
    color: #C8C8C8 !important;
    font-family: 'FrutigerNextPro-Medium';
    font-size: 1.4rem !important;
}
::-ms-input-placeholder {
    color: #C8C8C8 !important;
    font-family: 'FrutigerNextPro-Medium';
     font-size: 1.4rem !important;
}
#creditDeclarationModal input:-ms-input-placeholder{
       color: #C8C8C8 !important;
    font-family: 'FrutigerNextPro-Medium';
     font-size: 1.2rem !important;
}
:-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-top8 {
    margin-top: 8px;
}
.m-top10 {
    margin-top: 10px;
}
.m-top20 {
    margin-top: 20px;
}
.m-top16 {
    margin-top: 16px;
}
.m-top24 {
    margin-top: 24px;
}
.m-top25 {
    margin-top: 25px;
}
.m-top55 {
    margin-top: 55px;
}
.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-bot30 {
    margin-bottom: 30px;
}
.m-bot24 {
    margin-bottom: 24px;
}
.m-bot168 {
    margin-bottom: 168px;
}
.m-right32 {
    margin-right: 32px
}
.m-right12 {
    margin-right: 12px;
}
.m-right16 {
    margin-right: 16px;
}
.m-right8 {
    margin-right: 8px;
}
.m-left8 {
    margin-left: 8px;
}
  .m-left100 {
    margin-left: 100px !important;
}
.p-left12 {
    padding-left: 12px;
}
.p-left16 {
    padding-left: 16px;
}
.p-left30 {
    padding-left: 30px !important;
}
.p-top16 {
    padding-top: 16px;
}
.p-left24 {
    padding-left: 24px !important;
}

.p-top10 {
    padding-top: 10px;
}
.p-bot30 {
    padding-bottom: 30px;
}
.p-bot0 {
    padding-bottom: 0px;
}
/* ==========================================================================*/
/* ============================Bootstrap Modal Styling=======================*/
/* ==========================================================================*/

.modal-open {
    overflow: hidden;
}
.modal {
    display: none;
    overflow: hidden;
    position: fixed;
    top: 10%;
    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.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: 13px 16px 13px 16px;
    height: 64px;
    border-bottom: 1px solid #c0c0c0;
}
.modal-header p {
    color: #909090;
    font-size: 14px;
    margin-top:4px;
}
.modal.notification .modal-body {
    max-width: 616px;
    margin: 0 auto;
}
.modal.notification .modal-body img {
    /*width: 50%*/
}
.modal.notification .modal-body.alred-docs {
    max-width: inherit;
    margin: 0 auto;
}
.modal.notification .modal-header {
    border-bottom: none;
}
.modal.notification .modal-header h4 {
    line-height: 37px;
}
.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;
}
/* ==========================================================================*/
/* ====================================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: 48px;
    margin-top: 30px;
    padding: 0 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;
}
.headerReduced {

    height: 52px !important;
 
}
/*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-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;
}
header.type-4 .top-header span.logo {
    margin-top: 10px;
}
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_logo.svg') no-repeat 0 0;
    height: 25px;
    width: 171px;
    position: relative;
    z-index: 999;
    background-size: cover;
    margin-top: 4px;
}
header a.logo.single {
    margin: 0 auto;
    float: none;
    display: inline-block;
    height: 4.71em;
    width: 32.59em;
    -webkit-transform: scale(.5); /* Chrome, Opera 15+, Safari 3.1+ */
       -moz-transform: scale(.5); /* Firefox 3.5+ */
        -ms-transform: scale(.5); /* IE 9 */
         -o-transform: scale(.5); /* Opera 10.5+ */
            transform: scale(.5); /* Firefox 16+, IE 10+, Opera */
}
header span.logo,
header.type2.dbs span.logo {
    position: relative;
    z-index: 999;
    margin-left: 16px;
}
header span.logo { 
    text-indent: -9999px;
    background: url('../images/dbs_posb_logo.svg') no-repeat 0 0;
    height: 25px;
    width: 171px;
    position: relative;
    z-index: 999;
    background-size: cover;
    margin-top: 4px;
}
header span.logo.single {
    margin: 0 auto;
    float: none;
    display: inline-block;
    height: 4.71em;
    width: 32.59em;
    -webkit-transform: scale(.5); /* Chrome, Opera 15+, Safari 3.1+ */
       -moz-transform: scale(.5); /* Firefox 3.5+ */
        -ms-transform: scale(.5); /* IE 9 */
         -o-transform: scale(.5); /* Opera 10.5+ */
            transform: scale(.5); /* Firefox 16+, IE 10+, Opera */
}

header .help {
    float: right;
    color: #ccc;
    position: absolute;
    top: 7px;
    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.five li {
    width: 20%;
}
.step-indicator.two li {
    width: 50%;
}
.step-indicator li i {
    float: none;
    display: inline-block;
    font-size: 14px;
    margin-left: 4px;
    position: relative;
    top: 2px;
    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.75rem
}
.cip .btn,
.cip .btn:hover,
.cip .btn:active,
.cip .btn:focus {
    height: 48px;
    font-size: 1.5rem;
    line-height: 46px;
}
 .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;
}
.modal .loginwithsms .form-row.last {
    margin-bottom: 0;
}
.login .form-row h4 p {
    margin-bottom: 8px;
    font-size: 1.5rem;
}
.modal-content .ico {
    min-height: 28px;
}
.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: 1.75rem;
    width: 100%;
    max-width: inherit;
    padding: 0 13px;
}
.one-liner {
    line-height: 28px;
}
.ico {
    padding-left: 63px;
}
.step-one-ico {
    background: url('../images/num1.png') no-repeat 0 0;
}
.step-two-ico {
    background: url('../images/num2.png') no-repeat 0 0;
}
.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;
}
.login-footer {
    position: fixed;
    width: 100%;
    bottom: 80px;
    left: 0;
    margin-top: 70px;
}
.login-footer .btn,
.login-footer.btn:hover,
.login-footer.btn:active,
.login-footer.btn:focus {
    max-width: 224px;
    height: 48px;
    line-height: 46px;
    min-width: 224px;
    font-size: 1.5rem;
}
.not-fixed {
    position: relative;
    margin: 50px 0 0;
    bottom: inherit !important;
    padding-bottom: 40px;
}
/* ==========================================================================*/
/* =============================Form Styling=================================*/
/* ==============Application/Verify/Upload Documents Pages===================*/
/* ==========================================================================*/

#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 .allways-visible {
    visibility: visible !important;
    margin-top: 32px;
}

#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;
}
.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;
}
.typeFormLayout section {
    margin-bottom: 96px;
}
.typeFormLayout section:last-child {
    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
}
/*Style for prefilled values*/

.form-row li {
    display: inline-block;
    width: 48.777%;
    margin-bottom: 8px !important;
}
.form-row h3.value, .form-row h3.value-static,
.form-row h3.f-med, .form-row h3.value-text {
    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;
}
/*Form label styling*/

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

.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';
}
.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: 16px;
}
.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;
}
.promo {
    display: none;
    margin-left: 25px
}
.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 label.option-label.radio {
    font-size: 1.5rem;
    font-family: 'FrutigerNextPro-Medium';
}
/*Verify Form*/

.form.verify li {
    margin-bottom: 16px;
}
.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: #000000;
    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;
}
.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: 600px;
}

.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: 20px;
    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;
}
.upload-doc-mbl{
	float: left;
	width: 65%;
}
.upload-doc-mbl strong{	
	word-wrap: break-word;
	overflow: hidden;
	text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
	display: -moz-box;
    display: -webkit-box;
    -moz-box-orient: vertical;
    -webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.icon-close-icon2:before {
    top: 0px;
    content: "\46";
    position: relative;
}
.file-input.type-2 {
    width: 600px;
}

.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: 600px;
}

.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: 550px;
}
.file-input.type-3 {
    height: 55px;
    margin-bottom: 30px;
    width:600px;
}
.file-input.type-3 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: 550px;
        padding-top: 10px;
}
.file-input.type-3:before {
    background: #f7f7f7;
    border: 1px solid #C0C0C0;
    box-shadow: none;
    position: relative;
    display: block;
    content: '';
    height: 75px;
    border-radius: 4px;
    width: 600px;
}
.file-input.type-3 i {
    position: absolute;
    left: 14px;
    font-size: 2rem;
    top: 9px;
    color: #ff3333;
}

.line-HeightZero{

    line-height: 28px !important;
}

.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-3 input {
    position: absolute;
   visibility: hidden;
    top: 0
}
.file-input.type-2:active:before,
.file-input.type-2:focus:before,
.file-input.type-2:hover:before {
    background: #ECECEC;
    border: 1px solid #909090;
} 
.file-input.type-3:active:before,
.file-input.type-3:focus:before,
.file-input.type-3:hover:before {
    background: #ECECEC;
    border: 1px solid #909090;
}
.fileText {
    color: #fff;
    position: absolute;
    bottom: 0px;
    height: 45px;
    width: 100%;
    font-size: 12px;
    padding: 0 13px;
}
/* ==========================================================================*/
/* ===================================Footer=================================*/
/* ==========================================================================*/

footer {
    position: fixed;
    bottom: 0px;
    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,
footer.type-1a {
    background: none;
    box-shadow: none;
    font-size: 14px;
    text-align: center;
    background: #fff;
    height: 32px;
}
footer.type-1 li,
footer.type-1a li {
    display: inline-block;
    width: auto;
    padding: 0 5px;
}
footer.type-1 a,
footer.type-1a a {
    color: #999494;
    font-size: 12px;
    line-height: 14px;
    display: block;
    width: 100%;
}
footer.type-4 {
    display: none;
}
footer li {
    display: inline-block;
    padding: 5px 0px;
    width: 64px
}
footer li a {
    font-size: 1.5rem;
    color: #ff3333;
    line-height: 48px;
    width: 64px;
    display: block;
    text-align: center;
}
footer .step-tracker {
    margin-top: 13px;
    padding-left: 15px;
}
#progressbarHolder {
    width: 50%;
    color: #909090;
    font-size: 12px;
}
#progressbarHolder .counter{
      position: absolute;
    left: 150px;
    width: 15%;
    top: 22px;
    color: #ffffff;
    z-index: 9;
}
.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: 6px;
    float: left;
    border-radius: 20px;
    height: 20px;
    width: 400px;
    padding: 0;
	position: relative;
}
.ui-corner-left,
.ui-corner-tl { 
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}
.ui-corner-right,
.ui-corner-tl {
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}
.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: 1rem;
    color: #909090;
    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{
	font-size: 3rem;
	right: 10px;
}*/

#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: transparent;
    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 {
    float: left;
    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;
	color: #ff3333;
}
/*.card-selector .add{
	padding: 25px 0 0 0 ;
}*/

.card-selector .add a.file-input {
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -o-border-radius: 12px;
    border-radius: 12px;
    /*
	border: 1px dashed #ff3333;*/
    
    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;
}
.calculator {
    background: #F7F7F7;
    padding: 24px;
    width: 49%;
    min-height: 375px;
}
.calculator .form-row {
    margin-bottom: 16px;
}
.calculator .form-row.last {
    margin-bottom: 0;
}
.calculator .s4-width {
    width: 48.5%;
}
.calculator .value {
    font-size: 1em;
    font-family: 'FrutigerNextPro-Medium';
}
.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;
}
.calculator select,
.calculator input[type="tel"],
.disburse .promotion 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: #ee1818;
    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 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: 1px;
    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 article {
    padding: 16px 0;
}
.categories h2 {
    font-weight: 300
}
.categories .row {
    margin-bottom: 32px;
}
.categories article:first-child > a {
    margin-left: 0
}
.categories article:last-child > a {
    margin-right: 0
}
.categories article > a {
    margin: 0 16px;
    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 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);
}
.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;
}

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;
}
@media screen and (min-width: 0) and (max-width: 768px) {
    .m-left-mbl20{
        margin-left:20px;
    }
	header.type2 a.logo {
        width: 200px;
        background: url('../images/logo-treasures.png') no-repeat 0 0;
        background-size: cover;
        margin-right: 20px;
    }
    .modal-content {
        overflow-y: auto;
        margin: 0px 16px;
    }
}
/* ==========================================================================*/
/* ========================Media query for smart phones======================*/
/* ==========================================================================*/

@media screen and (max-width: 320px) {
    .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=============================*/
    /* ==========================================================================*/
        .marginLeft250 {
     margin-left:0px !important; 
}
.form-row .salutation i.icon-arrow-down, li.active .form-row .salutation i.icon-arrow-down {
    top: 13px;
    font-size: 1.2rem;
}
    .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
    }
    .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;
    }
    .btn,
    .btn:hover,
    .btn:active,
    .btn:focus {
        /* width: 62px;*/
        height: 35px;
        line-height: 33px;
        /*max-width: 105px;*/
        overflow: hidden;
    }
    .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;
    }
    .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-bot0-mbl {
        margin-bottom: 0px !important;
    }
    .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% !important;
    }
    .full-width-mbl {
        width: 100%;
        float: none;
        display: block;
        padding: 0;
        text-align: left;
        margin-right: 0;
        margin-left: 0;
        overflow: hidden;
        /*margin-top: 10px;*/
    }

    /************************************Alfred*********************************************/
    
    .alfred,
    .categories {
        padding-bottom: 70px;
    }
    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;
    }
    .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;
    }
    .categories article:first-child > a {
        margin-left: 16px
    }
    .categories article:last-child > a {
        margin-right: 16px
    }
    /* ==========================================================================*/
    /* ====================================Header================================*/
    /* ==========================================================================*/
    
  
    header {
    overflow: hidden;
    background: #fff;
    margin-bottom: 48px;
    margin-top: 30px;
    position: relative;
    width: 100%;
    top: 0;
    z-index: 9999
}
header span.logo.single {
    margin: 0 auto;
    float: none;
    display: inline-block;
      height: 3.41em;
    width: 23.59em;
    -webkit-transform: scale(.5);
    -moz-transform: scale(.5);
    -ms-transform: scale(.5);
    -o-transform: scale(.5);
    transform: scale(.5);
}
    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: 3.12em;
        width: 21.5em;
    }
    header a.logo {
        float: left;
        text-indent: -9999px;
        background: url('../images/dbs_posb_logo.svg') no-repeat 0 0;
        height: 20px;
        width: 140px;
        background-size: cover;
    }
    header.type-4 {
        height: 54px;
    }
    header.type-4 .top-header .logout,
    header.type-4 .top-header a.logo {
        margin-top: 5px
    }
    /*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 .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 {
        display: none;
    }
    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;
    }

    /* ==========================================================================*/
    /* =================================Step Tracker=============================*/
    /* ==========================================================================*/

    .step-indicator.two li {
        width: 40%
    }
    .step-indicator.two.loan li {
        margin-top: 18px;
    }
    .step-indicator li.active,
    .step-indicator.two li.active {
        width: 40%
    }
    .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 .btn,
    .cip .btn:hover,
    .cip .btn:active,
    .cip .btn:focus {
        font-size: 1rem;
        height: 40px;
        line-height: 38px;
    }
    .cip h2 {
        font-size: 1.500rem;
    }
    .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 input[type="tel"],
    .login .form-row input[type="text"],
    .login .form-row input[type="password"],
    .login .form-row input[type="number"] {
        height: 40px;
        line-height: 40px;
        font-size: 1rem;
    }
    .login-footer {
        position: static;
        /*margin-bottom: 40px;*/
    }
    .login-footer .btn,
    .login-footer.btn:hover,
    .login-footer.btn:active,
    .login-footer.btn:focus {
        min-width: 130px;
        max-width: 244px;
        font-size: 1rem;
        line-height: 38px;
        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;
    }
    /* ==========================================================================*/
    /* =============================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: 30px;
        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 {
        width: 100%
    }
    .selection-group label.option-label {
        height: 40px;
        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: 45px;
    }
    .selection-group label.option-label::before {
        height: 40px;
    }
    .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;
    }
    .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 h4.labels {
        font-size: 0.9rem;
    }
    .form-row h4.labels {
    margin-bottom: 8px !important;
    font-size: 1.5rem;
    font-family: 'FrutigerNextPro-Light';
    font-weight: 300;
    margin-top: 8px !important;
}
    .form-row div label {
        font-size: 0.85rem;
        margin-bottom: 8px;
        display: block;
        margin-top: 8px;
    }
    .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: 23%;
        margin-right: 0;
        line-height: 40px;
    }
    .addon-left input {
        float: left;
        width: 90%
    }
    .agreement {
        font-size: 16px;
    }
    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;
    }
	.pull-left-mbl{
		float: left;
	}
	.pull-right-mbl{
		float: right;
	}
	.p-left0-mbl{
		padding-left:0px;
	}
    /* ==========================================================================*/
    /* ===================================Footer=================================*/
    /* ==========================================================================*/
    /* 	footer {
		height: 35px;
		padding: 0 16px;
	}
	footer li {
		padding: 0
	}
	footer li a {
		line-height: 35px;
		width: 40px;
		font-size: 1rem;
	} */
    
    footer {
        display: block;
        padding: 0 16px;
        height: 35px;
    }
    footer.type-1 {
        height: auto;
        margin: 24px 0 16px 0;
        position: static;
    }
    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
    }
    .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: 3px;
    }
    #progressbarHolder {
        width: 200px;
    }
    #progressbarHolder .counter {
        width: 85px;
        font-size: 0.750rem;
        float: left;
    }
    #progressbar {
        margin-top: 6px;
        width: 85px
    }
    footer .step-tracker {
        margin-top: 10px;
        width: 35%;
        padding-left: 0;
    }
    /* 	footer li a{
		line-height: 40px;
	} */
    /* ==========================================================================*/
    /* ===============================Card Selection ============================*/
    /* ==========================================================================*/
    
    .card-selector li {
        float: none;
        display: inline-block;
        text-align: center;
        margin-bottom: 24px;
    }
    .card-selector li figure img {
        width: 100%
    }
    .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;
        margin: 0px 16px;
    }
    .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;
    }
    .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;
    }
}
@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) {
    .body-content {
        margin-top: 140px;
    }
    .status-header div:first-child {
        margin-top: 3px;
    }
}
/* ==========================================================================*/
/* ======================Media query for High Res desktop====================*/
/* ==========================================================================*/

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

@-moz-document url-prefix() {

.loanoffer .form-row i.icon-arrow-down, li.active .form-row i.icon-arrow-down {
    position: absolute;
    right: 16px !important;
    z-index: 999;
    font-size: 24px;
    color: #ff3333;
    pointer-events: none;
    top: 0px;
	background: none !important;
}
#securedPropertyRefinanced .modalBodyForm .form-row .salutation i.icon-arrow-down {
    top: 19px;
}
    .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;
    }
    .form-row i.icon-arrow-down {
        top: 1px;
        width: 26px;
        background-color:transparent !important;
    }
    .disburse i.icon-arrow-down {
        height: 38px;
        width: 40px;
        line-height: 48px;
    }
    .top36 {
       /* top: 40px !important;*/
        height: 40px !important;
        width: 20px !important;
    }
     #creditDeclarationModal .form-row .salutation i.icon-arrow-down, .form-row i.icon-arrow-down {
        background: none repeat scroll 0 0 #fff;
        height: 1px;
        line-height: 10px;
        text-align: center;
        /*top: 39px;*/
        width: 45px;
        border-radius: 5px;
    }
   #creditDeclarationModal .form-row i.icon-arrow-down, li.active .form-row i.icon-arrow-down {
    position: absolute;
    right: 0px;
    z-index: 999;
    font-size: 17px;
    color: #ff3333;
    pointer-events: none;
   /* top: 17px;*/
}
/*    #creditDeclarationModal .form-row i.icon-arrow-down {
        top: 10px !important;
        width: 26px;
    }*/
}
/* ==========================================================================*/
/* =================================IE9 Fixes================================*/
/* ==========================================================================*/

.form-row .salutation i.icon-arrow-down,
.form-row i.icon-arrow-down {
    background: #ffffff;
    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*********************/

.mCSB_container {
    padding-bottom: 3px;
}
/*******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) {
    .login-footer {
        position: static;
    }
}
@media only screen and (max-width: 1366px) {} @media only screen and (min-width: 1366px) {
    .body-content {
        /*padding-bottom: 320px;*/
    }
}
select:focus::-ms-value {
    background-color: transparent;
    /*make the select background transparent in ie */
    
    color: #000;
}
/*ipad 194 259*/

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {
    .selection-group label.option-label.selected i {
        //top: 6px;
    }
    .selection-group label.option-label h3 {
        top: 1px;
    }
}
/*6+ 636*/

@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (orientation: landscape) {
    .bankuse > div > div > input {
        line-height: 30px;
    }
}
/* 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) {
    .add-on-text {
        padding: 0 0 0 .75rem;
    }
}
@media only screen and (min-device-width: 414px) and (max-device-width: 736px) {
    .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;
    }
}

/* common for all mobile device */
@media only screen and (min-device-width : 320px) and (max-device-width : 414px) {
	label.option-label::before {
		left: 2px;
		top:2px;
	}
	label.option-label::after {
		left: 8px;
		top: 8px;
	}
	.form.verify .uploaded-docs {
		width: 100%;
		float: left;
	}
	.file-input.type-2:before {
		width: 285px;
	}
}
/* 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;
    }
	.modal .loginwithsms input {
		padding-top: 4px;
	}
	.upload-comp-mbl{
		width: 50%;
	}
	.upload-payLink-mbl{
		width: 60%;
	}
	.upload-verify-mbl{
		width: 68%;
	}
	.file-input.type-2:before {
		width: 327px;
	}
}
/* iPhone 5 */
@media only screen and (min-device-width : 320px) and (max-device-height: 568px) {
	.upload-comp-mbl{
		width: 40%;
	}
	.upload-payLink-mbl{
		width: 53%;
	}
	.upload-verify-mbl{
		width: 64%;
	}	
}
/* iPhone 6 + */
@media only screen and (min-device-width : 375px) and (max-device-width : 414px) {
	.login .form-row input[type="tel"], .login .form-row input[type="password"], .login .form-row input[type="number"], .login .form-row input[type="text"] {
		line-height: 1rem;
	}
	.upload-comp-mbl{
		width: 58%;
	}
	.upload-payLink-mbl{
		width: 62%;
	}
	.upload-verify-mbl{
		width: 70%;
	}
	.file-input.type-2:before {
		width: 380px;
	}
}

@media screen and (min-color-index:0) and(-webkit-min-device-pixel-ratio:0) { @media
{
    input[type="text"], input[type="tel"], input[type="email"], input[type="search"], input[type="number"], select {
    	padding: 10px 13px;
	}
	.login .form-row input[type="tel"], .login .form-row input[type="text"], .login .form-row input[type="number"] {
    	padding: 6px 13px 0 13px;
	}
	.login .form-row input[type="password"] {
    	padding: 4px 13px 0 13px;
	}
	.icon-selected:before {
		position: relative;
		top:4px;
	}
	.selection-group label.option-label h3 {
		padding-top:4px;
	}
}}



.position-text {
    position: relative
}
.none-input{
	width:0px;
	height:0px;
	margin:0px;
	padding:0px;
	display: block;
    opacity: 0; 
}
.selection-group label.option-label.mcqselected::before{
	background: #ececec;
}
@-moz-document url-prefix() {
    .none-input {
        display:none;
    }
}


.icn-download {
    height: 45px;
    width: 45px;
    float: right;
    border-radius: 25px;
    border: 2px solid #cc0000;
    display: inline-block;
    cursor: pointer; 
}

.icn-download .icon-arrow-down {
    font-size: 1.5em;
    top: 28px !important;
    right: 26px;
}

.fileformaterror, .filesizeerror, .filelengtherror {
    display: none;
    color: #ff3333;
    font-size: 0.70em;
    margin: 0px 0px 10px 0px;
}



/* overwrite css */
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance:textfield;
}


input[type=text]::-ms-clear {
    display: none;
}



.modalBodyForm .form-row i.icon-arrow-down, .modalBodyForm li.active .form-row i.icon-arrow-down {
    top: 12px;
    font-size: 17px;
}
.modalBodyForm1 .form-row i.icon-arrow-down, .modalBodyForm1 li.active .form-row i.icon-arrow-down {
    top: 12px;
    font-size: 17px;
}
.modalBodyForm .form-row h4.labels {
    font-size: 1rem;
}
.modalBodyForm .form-row .salutation i.icon-arrow-down, .modalBodyForm li.active .form-row .salutation i.icon-arrow-down, .modalBodyForm li.active.addHook .form-row .salutation i.icon-arrow-down {
    top: 40px;
}
.modalBodyForm input[type="text"], .modalBodyForm input[type="tel"], .modalBodyForm select, .modalBodyForm1 select {
    padding: 0 13px;
    height: 40px;
    line-height: 30px;
    font-size: 1em;
}
.modal-body .deleteRecord .icon {
    font-size: 1.500em;
    margin-right: 0px;
    top: 4px;
	color:#f00
}
.modalBodyForm {
    padding-bottom: 5px;
    margin-bottom: 20px;
    border-bottom: 1px solid #D7D7D7;
}
.modalBodyForm1 {
 /*   padding-bottom: 5px;
    margin-bottom: 20px;*/
    /*border-bottom: 1px solid #D7D7D7;*/
}
.noRightBorder {
    border-right: 0px ;
    border-radius: 4px 0 0 4px ;
}
.noLeftBorderRadius {
    border-radius: 0 4px 4px 0 ;
}
.noBorderRadius {
    border-right: 0px ;
    border-radius: 0px;
}

.left{
left:20px !important;}

.home-loan{
	width: 598px; 
/*	height: 228px; */
	border-radius: 20px; 
	border:1px solid #ccc; 
	box-shadow: 0px 8px 19px #D4D4D4;
	background: #f8f8f8;
}
.loan-acceptance {
	margin-top: 6px;
    margin-bottom: 20px;
}
.loan-acceptance li {
	max-width: inherit;	
}
.home-services {
    display: table;
    width: 100%;
}
.home-services img {
    width: 70% !important;
}
.home-services div {
    display: table-cell;
    float: left;
    width: 33%;
    text-align: center;
    border-right: 1px solid #ccc;
/*    padding: 40px 20px 20px 20px;*/
    margin: 20px 0;
    font-size: 0.875em;
   /* min-height: 186px;*/
}
.home-services div + div{
/*margin-left:100px;*/
}
.home-services div:last-child {
    border-right: 0px solid #ccc;}
.home-services p {
    color: #000;
    margin-top: 5px;
    max-width: 175px;
    font-size: 15px;
    color: #909090;
    font-family: 'FrutigerNextPro-Light';
}
.home-services span {
    color: #000;
    margin-top: 24px;
    max-width: 175px;
    font-size: 22px;
	font-weight:700;
    color: #000000;
    font-family: 'FrutigerNextPro-Light';
}
.pTop20{
	padding-top: 20px;
}

.select-card i.icon-info {
    position: relative;
    top: 3px;
    cursor: pointer;
    color: #ff3333;
}
.group-icon i.icon-info {
    position: absolute;
    top: 15px;
	right:10px;
	font-size: 24px;
    cursor: pointer;
    color: #ff3333;
}
.add-on-text-new {
    padding: 0rem .75rem;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-align: left;
    width: 50px;
    white-space: nowrap;
    vertical-align: middle;
    display: table-cell;
    line-height: 44px;
}
.contact-us{
	position: absolute;
    right: 0;
    top: -40px;
    z-index: 0;
}
.btn-contact{
	width: 140px;
    color: #ffffff;
    background: #9a9a9a;
	border: 1px solid silver;
	border-bottom-left-radius: 0px;	
	border-bottom-right-radius: 0px;
}
.contact-us i{
	position: relative;
    top: 3px;
    right: 5px;
}

.btn-declaration{
    font-size: 1.75rem;
    font-family: 'FrutigerNextPro-Medium';
    position: relative;
    z-index: 999;
    text-align: left;
    display: block;
    line-height: 56px;
    min-height: 56px;
    position: relative;
}
.btn-declaration:hover, .btn-declaration:active, .btn-declaration:focus {
    background: #ececec;
    color: #000;
    border: 1px solid #909090;
	font-size: 1.75rem;
    font-family: 'FrutigerNextPro-Medium';
    text-align: left;
}
.file-input.type-2 span {
    position: absolute;
    left: 14px;
    font-size: 2rem;
    top: 5px;
    color: #ff3333;
}
/*.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';
}*/
.hide{
    display: none;
}
.red{
    color:#ff3333;
}
  .fades {
    opacity: 0.2;
    }
       .active {
    opacity: 1;
    }

    .hideRadio{
      position: absolute;
      top:20px;
    }
   .applyingfor section{
    margin-bottom: 48px;
    }

    /*progress bar css*/

    progress {
    margin-top: 6px;
    float: left;
    border-radius: 20px;
    height: 20px;
    width: 400px;
    padding: 0;
    border: none;
    position: relative;
    background-color: #c0c0c0 !important;
}
/* All good till now. Now we'll style the background */
progress::-webkit-progress-bar {
  /*background-color: #ff0000 !important;*/
  border-radius: 50px;
  box-shadow: 0 0px 0px 0 #ff0000 !important;;
}

/* Now the value part */
progress::-webkit-progress-value {
  border-radius: 50px;
  background: #ec0000; !important;
  /* Looks great, now animating it */
  background-size: 25px 14px, 100% 100%, 100% 100%;
  -webkit-animation: move 5s linear 0 infinite;
}
progress::-moz-progress-bar {
    background: #ec0000;
    border-radius: 50px;
    padding: 2px;
    border: none;
    box-shadow: 0 1px 0px 0 rgba(255, 255, 255, 0.2);
}
progress::-moz-progress-value {
    border-radius: 50px;
    box-shadow: inset 0 1px 1px 0 rgba(255, 255, 255, 0.4);
    background:#ec0000;
    border: none;
    /* Looks great, now animating it */
    background-size: 25px 14px, 100% 100%, 100% 100%;
    -webkit-animation: move 5s linear 0 infinite;
}

progress[value]  {
  /* Reset the default appearance */
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  /* Get rid of default border in Firefox. */
  border: none;
  /* For IE10 */
  color: #ec0000; 
}

/* That's it! Now let's try creating a new stripe pattern and animate it using animation and keyframes properties  */

@-webkit-keyframes move {
  0% {background-position: 0px 0px, 0 0, 0 0}
  100% {background-position: -100px 0px, 0 0, 0 0}
}

    /*progress bar css ends*/

.zIndex-1{  
    z-index: -1;

}
.width47{
    width: 48.777% !important;
}
.top-minus60{
    top:-60px;
}
.marginLeft250{
    margin-left: 320px;
}
.width12{
    width: 12% !important;
}
.width10{
    width: 10% !important;
}
.icon-chat{
     background-image: url('../images/Chat-icon.svg') !important;
        background-repeat: no-repeat !important;
        background-position: 6% 49%;
  
}
.input-icon{
    position:absolute;
    padding:2px;
    z-index: 999;
    top: 9px;
    left: 5px;
}
/*  Accordion Starts    */

.accord-content{
    display: none;
    float:left;
    width: 100%;
}
.accord{
    float:left;
    width: 100%;
    height:50px;
    border-top: 1px solid #ccc;
}
.accord > div {
 height:50px;
 line-height: 50px;
  cursor: hand;

}
.bdr-bottom{
    border-bottom: 1px solid #ccc;
}

.accord > div > i.icon-arrow-up{
    padding-left: 15px;
    padding-top: 5px;
    filter:?progid: DXImageTransform.Microsoft.BasicImage(rotation=0.5);
    -webkit-transform:?rotate(90deg);
    -moz-transform:?rotate(90deg);
    -ms-transform:?rotate(90deg);
    o-transform:?rotate(90deg);
    transform:?rotate(90deg);
        display: inherit;
-webkit-transform: rotate(90deg);
}
.accord > div > i.icon-arrow-down{
    padding-left: 15px;
    padding-top: 5px;


}
.accord .icon-arrow-up{
    color: #EC0000;
}
.accord-toggle{
background-color: #FF5544;
height:50px;
color:#fff;
}
.crediDeclaration table {
    font-size: 14px;
}
 /*  Accordion Ends    */

.validationerrordiv,
.validationerrordivradio,
.validationerrordivMonthlyIncome,
.validationerrordivEmploymentMonths,
.validationerrordivforPhoneNumbers,
.validationerrordivforStreetAdd {
    color: #ec0000;
}
.validationerrordiv span,
.validationerrordivradio span,
.validationerrordivforNameOnNRICPassport span,
.validationerrordivforPhoneNumbers span,
.validationerrordivforStreetAdd span,
.validationerrordivEmploymentMonths span,
.validationerrordivMonthlyIncome span {
    margin-top: 8px;
    display: block;
}

.body-contentloanOffer{
  background: #fff;
    margin-top: 10px;

}

.loan-offer-row{
        clear: both;
    display: block;
    float: left;
    width: 100%;
}


.icon-packageSelection{
    right: 402px;
    font-size: 18px;
    top: 6px !important;
}

.tooltip {
    position: relative;
    display: inline-block;
  /* border-bottom: 1px dotted black;*/
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: 320px;
       background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 150%;
    margin-left: -320px;
    opacity: 0;
    transition: opacity 1s;
	font-style:normal;
}

.tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 95%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}
.red-border{
border:1.5px solid red !important;
}

.loaderAni{
    position: absolute;
    /* top: 1%; */
    left: 0%;
    background-color: #fff;
    z-index: 99999;
    width: 99%;
    height: 100%;
}
.loaderAni img{
    margin: 20% 50%;
}

/*Add more docs*/
.add-more-docs-enable{
                display:block;
}
.add-more-docs-disable{
                display:none;
}
.applicattionData .icon-info{
	font-size:18px;
}
.iconTwoLine{
    position: absolute !important;
    top: 37px !important;
    margin-left: 3px;
}
.ui-front{
z-index: 99999 !important;
}

.contactSubHead {
    border-bottom: 1px solid #d0d0d0;
    padding-bottom: 20px;
    margin: 0px -29px 24px -29px;
}

.m-left30 {
    margin-left: 30px;
}
#contactUsModal .form-row h4.labels {
    font-size: 1rem;
}
#contactUsModal input[type="text"], #contactUsModal select {
    padding: 0 13px;
    height: 40px;
    line-height: 30px;
    font-size: 1em;
}
.rating {
    color: #DCDCDC;
    margin: 0;
    padding: 0;
    text-align: center;
}
ul.rating {
    display: inline-block;
}

.rating li {
    list-style-type: none;
    display: inline-block;
    padding: 1px;
    text-align: center;
    font-weight: bold;
    cursor: pointer;
    font-size:28px;

}
.ratingStar{
 content :  '';
    background: url(../images/StarGrey.svg) 50% 50% !important;
    background-repeat: no-repeat !important;
    width: 30px;
    height: 30px;
}

.ratingbig li {
    list-style-type: none;
    display: inline-block;
    padding: 1px;
    text-align: center;
    font-weight: bold;
    cursor: pointer;
    font-size:50px;

}
.fiveStarz .rating li {
    list-style-type: none;
    display: inline-block;
    margin: 5px 0px 40px 0px;*/
    text-align: center;
    font-weight: bold;
    cursor: pointer;
    font-size:60px;

}
.feedbackSubmit .rating .filled {
     background: url(../images/StarDarkGrey.svg) 50% 50% !important;
    background-repeat: no-repeat !important;
    width: 30px;
    height: 30px;

}
.rating .filled {
   background: url(../images/StarYellow.svg) 50% 50% !important;
    background-repeat: no-repeat !important;
    width: 30px;
    height: 30px;
}

.clear{
  margin-top:20px;
}
#feedbackModal .selection-group label.option-label::before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 40px;
    border-radius: 4px;
    background: #F7F7F7;
    color: #000;
    border: 1px solid #C0C0C0;
    box-shadow: none;
}
#feedbackModal .form-row label.option-label h3 {
    font-size: 14px;
    font-family: 'FrutigerNextPro-Medium';
}
#feedbackModal .selection-group label.option-label h3 {
    position: relative;
    z-index: 999;
    text-align: left;
    display: block;
    line-height: 44px;
   /* font-size: 1.75rem;*/
    min-height: 40px;
    position: relative;
    font-family: 'FrutigerNextPro-Medium';
}
#feedbackModal .selection-group label.option-label {
    display: block;
    cursor: pointer;
    text-align: left;
    display: block;
    /* line-height: 56px; */
    /*font-size: 1.75rem;*/
    padding-left: 16px;
   min-height: 40px; 
    top: 0;
}
#feedbackModal .form-row h4.labels {
    margin-bottom: 8px;
    font-size: 14px;
    font-family: 'FrutigerNextPro-Light';
    font-weight: 300;
}
#feedbackModal .selection-group label.option-label.selected i {
    display: block;
    position: absolute;
    right: 10px;
    color: #1b9c17;
    top: 6px;
    background: url(../images/Check.svg) 50% 50% !important;
    background-repeat: no-repeat !important;
    width: 32px;
    height: 32px;
    background-size: cover;
}
#feedbackModal .modal-footer {
     
    text-align: right;
    padding: 16px 0 0 0;
    text-align: center;
    margin: 24px -16px 0 -16px;
    border-top: 1px solid #d0d0d0;
}
#feedbackModal  .modal-header {
    margin: 0 -24px 0px -24px;
    min-height: 16.42857143px;
    padding: 13px 16px 0px 16px;
   /* height: 56px;*/
}
#feedbackModal .modal-content {
    position: relative;
    background-color: #ffffff;
    border: 1px solid #999999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    padding: 0 24px 16px 24px;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    outline: 0;
}
.height90{
    height: 90px !important;
}

.selection-group label.option-label.increased-height::before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 70px;
    border-radius: 4px;
    background: #F7F7F7;
    color: #000;
    border: 1px solid #C0C0C0;
    box-shadow: none;
}
.selection-group label.option-label.increased-height h3 {
    position: relative;
    z-index: 999;
    text-align: left;
    display: block;
    font-size: 1.75rem;
    min-height: 56px;
    position: relative;
    font-family: 'FrutigerNextPro-Medium';
	line-height: 31px;
    padding-top: 7px;
}
textarea.helloTextArea {
    width: 100%;
    font-family: 'FrutigerNextPro-Medium';
	padding: 5px;
    box-shadow: none;
    font-size: 16px;
    border: 1px solid #c0c0c0;
    box-shadow: none !important;
    color: #000;
    -webkit-user-select: text;
    padding:10px;
}
.helloTextArea:not(:root:root) {
?width: 100%;
    font-family: 'FrutigerNextPro-Medium';
	padding: 5px;
    box-shadow: none;
    font-size: 0.875rem;
    border: 1px solid #c0c0c0;
    box-shadow: none !important;
    color: #000;
    -webkit-user-select: text;
}
.crediDeclaration table{
    border-bottom: 1px solid #ccc !important;
    margin-bottom: 10px;
    padding-bottom: 10px;
}
.crediDeclaration table:last-child{
    border-bottom: 0px solid #ccc !important;
    margin-bottom: 0px;
    padding-bottom: 0px;
} 
.disabled{
	background:#F7F7F7;
	color:#C0C0C0;
	pointer-events: none;
}
.contact-us-TxtArea{
    width:100%;
    font-size: 16px;
    padding:10px;
}
/*Raghavendra K S - Starts*/
.modalBody-maxWidth650{
    max-width:650px!important;
        margin: 0 auto;
}
.modal.modal-maxWidth715{
	width: 715px; 
	margin: 0px auto;
}

.height60{
height:60px!important;
}
.height70{
height:60px!important;
}
.border-bottom-1{
    border-bottom: 1px solid #d0d0d0!important;
}
.light-greyBG{
background:#F7F7F7!important;
}

.light-whiteBG{
background:#fff!important;
}

.compare-position{
    position: absolute;
    right: 15px;
    top: 22px;
}

.radio-group .radio-column {

}

.radio-group .radio-column label {
    position: relative;
    float: left;
    font-weight: 400;
    cursor: pointer;
    line-height: 25px;
    padding: 20px 15px;
    display: block;
    width: 300px;
    background: #fff;
    margin-bottom: 10px;
    margin-right: 10px;
}

.radio-group .radio-column input[type="radio"] {
 
    background: #ffffff;
	    -webkit-appearance: none;
    -moz-appearance: none;
    border: 1px solid #c0c0c0;
    margin-right: 8px;
    float: left;
	    width: 20px;
    height: 20px;
    border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
	outline: none;
}
.radio-group .radio-column input[type="radio"]:checked:after {
    cursor: pointer;
    background: #ffffff;
    position: absolute;
       top: 28px;
    left: 25px;
    content: ' ';
    width: 10px;
    height: 10px;
    background: #ff3333;
    border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
}

.sub-label-txt {
    font-size: 1.3rem;
    text-align: right;
    color: #909090;
}

.file-input.type-2.PackageSelect.selected:before {
    background: #f7f7f7;
    border: 1px solid #C0C0C0;
    box-shadow: none;
    position: relative;
    display: block;
    content: '';
    height: 65px;
    border-radius: 4px;
    width: 100% !important;
}
.file-input.type-2.PackageSelect.selected i {
       float: right!important;
    right: 10px;
    left: inherit;
    display: inline;
	  top: 20px;
    font-size: 1.6rem;
}
.file-input.type-2.PackageSelect.selected h3 {
      position: absolute;
    left: 20px;
    top: 0px;
    z-index: 999;
    text-align: left;
    display: block;
    line-height: 65px;
    font-size: 1.75rem;
    min-height: 70px;
    font-family: 'FrutigerNextPro-Medium';
    width: 550px;
}
.wordWrap{
word-wrap: break-word !important;
}


/*Raghavendra K S - End*/

/*defect 1250 fix */
/*form[name='propertyInfoForm'] table {
table-layout: fixed;
}*/
form[name='propertyInfoForm'] table td{
padding:5px;
text-align: left;
word-wrap: break-word;
}
form[name='propertyInfoForm'] table th{
width:33%;
font-weight: normal;
text-align: left;
}

.bot-border{
        border-bottom: 1px solid #ddd;
    margin-top: 20px;
    margin-bottom: 14px;
}

.file-input.type-2.PackageSelect::before {
 	width: 100% !important;
}

.width100Percent {
       width: 100% !important;
}
 
 .clearBoth{
 clear:both;
 }

 .shopping-cart{
    width:35px;
    height:32px;

}
.propertyInfoJA section {
margin-bottom: 0px !important;
}

      .containertemp  select {
            color: transparent;
            background: none;
        }

        .containertemp {
            position: relative;
        }

		.viewportco {
			font-size: 1.75rem !important;
			font-weight: bold !important;
			padding-top: 11px !important;
			padding-left: 10px !important;
			position: absolute;
			width: 93%;
			height: 90%;
			z-index: 999;
			overflow: hidden;
			white-space: nowrap;
			-ms-text-overflow: ellipsis;
			-o-text-overflow: ellipsis;
			text-overflow: ellipsis;
			font-size: 14px;
			padding: 3px;
			background-color: #fff;
			margin-top: 1px\0/;
			margin-left: 5px\0/;
		    margin-top: 3px;
		    margin-left: 5px;			
		}

        option {
            color: black;
        }
		
.greenColor{
	color:#259B24 !important;
}
.LoanAcceptancenew .icon-success{
    font-size: 1.7rem;
}

.Chk_label{
	font-family: 'FrutigerNextPro-medium';
	font-size: 24px ;
	color: #000000;
	letter-spacing: 0;
}

.existingDBSHL {
    display: table;
    width: 100%;
}
.existingDBSHL img {
    width: 47% !important;
    padding-top: 19px;
}


.existingDBSHL .Head-text{
    font-size: 22px;
    font-family: 'FrutigerNextPro-Medium';
    /* border: 1px solid; */
    height: 99px;
    line-height: 125px;
    padding-left: 20px;
}
.existingDBSHL div:last-child {
    border-right: 0px solid #ccc;}
.existingDBSHL p {
    color: #000;
    margin-top: 5px;
    max-width: 175px;
    font-size: 15px;
    color: #909090;
    font-family: 'FrutigerNextPro-light';
}
.existingDBSHL span {
    color: #000;
    margin-top: 24px;
    max-width: 175px;
    font-size: 22px;
    font-weight:700;
    color: #000000;
    font-family: 'FrutigerNextPro-Light';
}

.clearBoth{
clear:both;
}
.border-right{
    border-right: 1px solid #C0C0C0;
}
.boxTopBdr
{
    border-top: 1px solid #c0c0c0;
    display: inline-block;
    margin: 0 auto;
    text-align: center;
    width: 90%;
    padding: 15px;
}

.reqLoanPeriodYears {
    padding-left: 5px;
    font-size: 1rem;
    position: absolute;
    right: -138px;
    top: 20px;
}

.nowrap{
     white-space: nowrap !important;
}

#securedPropertyRefinanced .viewport {
    font-size: 1rem !important;
    font-weight: bold !important;
    padding-top: 11px !important;
    padding-left: 10px !important;
    position: absolute;
    width: 90%;
    height: 36px ;
    z-index: 999;
    overflow: hidden;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis !important;
    font-size: 14px;
    padding: 3px;
    margin-top: 3px;
    margin-left: 5px;
	margin-top: 1px\0/;
	margin-left: 5px\0/;

	background-color: #fff;    
}

#securedPropertyRefinanced .viewportN {
    font-size: 1rem !important;
    font-weight: bold !important;
    padding-top: 11px !important;
    padding-left: 10px !important;
    position: absolute;
    width: 90%;
    height: 36px ;
    z-index: 999;
    overflow: hidden;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis !important;
    font-size: 14px;
    padding: 3px;
    margin-top: 3px;
    margin-left: 5px;
	margin-top: 1px\0/;
	margin-left: 5px\0/;

	background-color: #fff;    
}


option {
    color: black;
}

.selection-group label.option-label-2line::before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 70px;
    border-radius: 4px;
    background: #F7F7F7;
    color: #000;
    border: 1px solid #C0C0C0;
    box-shadow: none;
}
.selection-group label.option-label-2line.selected::before {
    background: #ececec;
    border: 1px solid #909090;
}
.selection-group label.option-label-2line h3 {
    position: relative;
    z-index: 999;
    text-align: left;
    display: block;
    line-height: 35px;
    font-size: 1.75rem;
    min-height: 56px;
    position: relative;
    padding-top: 3px;
    font-family: 'FrutigerNextPro-Medium';
}
.cursorHand{
     cursor:pointer;
}
.step-indicator {
    background: #f5f5f5;
    position: absolute;
    bottom: 13px;
    ::bottom: 12px;
    bottom: 12px\0/;
    margin: 0 auto;
    text-align: center;
    width: 100%;
} 
.step-indicator li {
    min-width: 11.3333%;
    text-align: center;
    color: #909090;
    border-bottom: 2px solid #f5f5f5;
    font-size: 0.875rem;
    font-family: 'FrutigerNextPro-Light';
    margin: 0 auto;
    display: inline;
    white-space: nowrap;
    padding: 0px 10px 11px 10px;
} 
@-moz-document url-prefix() { 
.step-indicator {
    background: #f5f5f5;
    position: absolute;
    bottom: 12px;
    margin: 0 auto;
    text-align: center;
    width: 100%;
} 
}
.info-Icon-CPF {
position: absolute; margin-left: 10px; margin-top: 30px; font-size: 1rem;
}

.CRBS-btn{
    color: red;
    vertical-align: middle;
    margin-left: 8px;
    padding-right: 6px;
}

.no-recrds-CRBS {
    /* width: 623px; */
    width: 100%;
    border: 1px dotted;
    margin-top: 21px;
    padding: 17px;
    text-align: center;
    color: #9b9b9b;
}
.CRBS-errormsg {
    /* width: 623px; */
	width: 100%;
    margin-top: 21px;
    padding: 17px;
    text-align: center;
    color: #9b9b9b;
    background-color: #fff6e6;
}
.aggre_align{
    text-align: right;
    padding-right: 12px;
}
.facility-cross {
    float: right;
    margin-top: -32px;
    cursor: pointer;
}
.facility-lastrow-line {
    border-bottom: 0px solid rgb(204, 204, 204) !important;
    margin-bottom: 10px;
	padding-bottom: 10px;
}
.icon.icon-info{
    cursor: pointer;
}
.icon-info.icon-click-h{
    position: relative;
    top: 3px;
    cursor: pointer;
}

