/*------------- Info ---------------
Project name: UNFCU
---------------------------------*/
/* Reset */

@-ms-viewport {
    width: device-width;
}

* {
    margin: 0;
    padding: 0;
    border: none;
    outline: none;
    font-family: open_sansregular;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

    blockquote:before, blockquote:after, q:before, q:after {
        content: '';
        content: none;
    }

table {
    border-collapse: collapse;
    border-spacing: 0;
}

body {
    -webkit-text-size-adjust: none;
}

/* Box Model */

*, *:before, *:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

/* Basic */

body {
    margin: 0px;
    padding: 0px;
    background: #f0f4f5;
    font-family: open_sansregular;
}

body, input, select, textarea {
    color: #999;
    font-family: open_sansregular;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.75em;
}

a {
    -moz-transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out;
    -webkit-transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out;
    -ms-transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out;
    color: #999;
    text-decoration: none;
    border: none;
    outline: none;
}

    a:hover {
        /*color: #555 !important;*/
        text-decoration: none;
        border: none;
        outline: none;
    }

strong, b {
    color: #555;
    font-weight: 400;
}

em, i {
    font-style: italic;
}

p {
    margin: 0 0 1em 0;
    font-family: open_sansregular;
}

h1, h2, h3, h4, h5, h6 {
    color: #555;
    font-weight: 400;
    line-height: 1em;
    margin: 0 0 1em 0;
    font-family: open_sanssemibold;
}

    h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
        color: inherit;
        text-decoration: none;
    }

h1 {
    font-size: 2em;
    line-height: 1.5em;
}

h2 {
    font-size: 1.5em;
    line-height: 1.5em;
}

h3 {
    font-size: 1.25em;
    line-height: 1.5em;
}

h4 {
    font-size: 1.1em;
    line-height: 1.5em;
}

h5 {
}

h6 {
    font-size: 0.7em;
    line-height: 1.5em;
}

sub {
    font-size: 0.8em;
    position: relative;
    top: 0.5em;
}

sup {
    font-size: 0.8em;
    position: relative;
    top: -0.5em;
}

hr {
    border: 0;
    border-bottom: solid 2px #efefef;
    margin: 2em 0;
}

    hr.major {
        margin: 3em 0;
    }

blockquote {
    border-left: solid 6px #efefef;
    font-style: italic;
    margin: 0 0 2em 0;
    padding: 0.5em 0 0.5em 1.5em;
}

code {
    background: #f7f7f7;
    border-radius: 0.35em;
    border: solid 2px #efefef;
    font-family: "Courier New", monospace;
    font-size: 0.9em;
    margin: 0 0.25em;
    padding: 0.25em 0.65em;
}

pre {
    -webkit-overflow-scrolling: touch;
    font-family: "Courier New", monospace;
    font-size: 0.9em;
    margin: 0 0 2em 0;
}

    pre code {
        display: block;
        line-height: 1.75em;
        padding: 1em 1.5em;
        overflow-x: auto;
    }

.align-left {
    text-align: left;
}

.align-center {
    text-align: center;
}

.align-right {
    text-align: right;
}


/*------------------ Display Styles --------------------*/
.block {
    display: block !important;
}

.none {
    display: none !important;
}

/*----------------Margin-padding Styles ------------------*/
.no-margin {
    margin: 0px;
}
.Remove-Underline-Hover:hover{
    text-decoration: none;
}
.Remove-Underline-Hover{
    text-decoration: underline;
}
.no-padding {
    padding: 0px;
}

.underlined{
     text-decoration: underline;
}

.margin-bottom-buffer {
    margin-bottom: 20px;
}
.margin-bottom-buffer-single{
    margin-bottom: 8px;
}
.margin-bottom-buffer-dbl{
    margin-bottom: 20px!important;
}
.margin-top-buffer {
    margin-top: 10px;
}

.margin-top-double-buffer {
    margin-top: 15px;
}

.margin-top-extra-buffer {
    margin-top: 20px;
}

.no-padding-left {
    padding-left: 0px;
}

.checkbox-margin {
    margin-bottom: 15px;
}

.label-left {
    float: left;
    width: auto !important;
    margin-right: 20px;
    margin-bottom: 15px;
    line-height: 15px;
}

.normal-check {
    margin-right: 5px;
}

.radio-margin {
    margin-bottom: 10px;
}

/*------------------ Input Styles ------------------*/
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    transition: background-color 5000s ease-in-out 0s;
    -webkit-box-shadow: 0 0 0px 1000px white inset;
}

textarea:focus:invalid,
select:focus:invalid {
    color: #888;
    border-color: #ee5f5b;
}

    input:focus:invalid:focus,
    textarea:focus:invalid:focus,
    select:focus:invalid:focus {
        border-bottom: 3px solid #4FBDD1;
    }

.form-horizontal .has-feedback .form-control-feedback {
    right: 15px;
    line-height: 38px !important;
}

.BorderRed{
    border-color:#a94442!important;
}

.home-next {
    white-space: normal;
    word-wrap: break-word;
}

#tabform {
    background-color: #f0f4f5;
}
.joinInputBackgroundColor{
background-color: #f2fcff!important;
}
/*---------------- Custom form Styles ------------------*/
.form-horizontal .form-group {
    margin-left: 0px;
    margin-right: 0px;
}

.group {
    position: relative;
}

.fancyinput {
    font-size: 15px;
    padding: 10px 5px;
    display: block;
    border: none;
    border-bottom: 1px solid #4FBDD1;
}

    .fancyinput:focus {
        outline: none;
        box-shadow: none !important;
        -webkit-box-shadow: none !important;
    }

.topbar {
    height: 5px;
    background: #004b8d;
    float: left;
    width: 100%;
}

.subpagehead {
    height: 50px;
    background: #004b8d;
    float: left;
    width: 100%;
}

.joinhead {
    font-weight: normal;
    font-size: 17px;
    color: #fff;
    width: 94%;
    float: left;
    text-align: center;
    position: absolute;
    margin-top: 17px;
}

.backto {
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    padding: 15px 5px;
    float: left;
    position: absolute;
    z-index: 1;
}

    .backto:hover, .backto:Focus {
        color: #fff;
        text-decoration: none;
    }

.fancylabel {
    color: #666666;
    font-size: 16px;
    font-weight: normal;
    position: absolute;
    pointer-events: none;
    left: 5px;
    top: 10px;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
}

.fancylabelStart {
    color:#666666!important;
    font-weight: bold;
    pointer-events: none;
    font-size: 12px!important;
    left: 5px;
    top: 10px;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
}

/* active state */

.bar {
    position: relative;
    display: block;
    width: 100%;
}

    .bar:before, .bar:after {
        content: '';
        height: 2px;
        width: 0;
        bottom: 1px;
        position: absolute;
        background: #4FBDD1;
        transition: 0.2s ease all;
        -moz-transition: 0.2s ease all;
        -webkit-transition: 0.2s ease all;
    }

    .bar:before {
        left: 50%;
    }

    .bar:after {
        right: 50%;
    }
/* active state */
input:focus ~ .bar:before, input:focus ~ .bar:after {
    width: 50%;
}
/*  ================================== */
.highlight {
    position: absolute;
    height: 60%;
    width: 100px;
    top: 25%;
    left: 0;
    pointer-events: none;
    opacity: 0.5;
}
/* active state */
input:focus ~ .highlight {
    -webkit-animation: inputHighlighter 0.3s ease;
    -moz-animation: inputHighlighter 0.3s ease;
    animation: inputHighlighter 0.3s ease;
}

/*---------------- End Custom form Styles ------------------*/

#index {
    background-color: #f0f4f5;
}

header {
    /*min-height: 70px;*/
    padding: 0px;
    margin: 0px;
    background: #FFF;
    border-bottom: 1px #ddd solid;
    margin-bottom: 25px;
    box-shadow: 0 0 7px #AAA;
    border-top: 5px solid #01529a;
}

.navbar {
    margin-bottom: 0px;
}

.navbar-default {
    background-color: #fff !important;
    border: none;
}

.navbar-brand, .navbar-brand:hover {
    background: #fff !important;
    height: 60px;
}

.logo {
    padding: 0px;
    margin: 0px;
    border: none;
    outline: none;
}

.navbar-default .navbar-nav > li > a {
    color: #f0f0f0;
    text-decoration: underline;
    font-size: 12px;
}

    .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a.active {
        color: white !important;
        text-decoration: underline;
    }

.breadcrumb-container {
    padding-bottom: 0px;
    margin-bottom: 0px;
    background-color: #f0f4f5;
}

.breadcrumb {
    margin: 0px;
}

    .breadcrumb > li a {
        text-decoration: none;
    }

        .breadcrumb > li a.active {
            text-decoration: none;
        }

    .breadcrumb > li + li {
        position: relative;
    }

        .breadcrumb > li + li:before {
            content: "\f054";
            font-family: FontAwesome;
            font-style: normal;
            font-weight: normal;
            text-decoration: inherit;
            font-size: 11px;
            color: #999;
        }

.main-container {
    background: #f0f4f5; display:table;  margin:0 auto; width:100%;
}

.app-head {
    background: white;
    border: 1px solid #ddd;
}

.app-headConti {
    background: white;
    border: 1px solid #ddd;
}

    .app-head .app-head-cols {
        margin: 0px;
        padding: 15px 15px;
        border: none;
    }

        .app-head .app-head-cols h2 {
            margin: 0px;
            padding: 0px;
        }

        .app-head .app-head-cols p {
            margin: 0px;
            padding: 0px;
        }

.app-content {
    background: white;
    border: 1px solid #ddd;
    border-top: 2px solid #ddd;
    margin-bottom: 0px;    
    overflow-y: auto;
}

/*------ Tabs Styles -------*/
.nav-tabs > li.tab-list {
    max-width: 33.3333333333%;
    min-width: 33.3333333333%;
    margin-left: 0px;
    margin-right: 0px;
}

.nav-tabs > li > a {
    margin: 0px;
    padding: 20px 15px;
    border-radius: 0px;
    min-height: 195px;
    text-align: center;
}

.nav-tabs > li.one.active > a {
    border-left: none;
    border-right: 1px solid #ddd;
}

.nav-tabs > li.one.active + li.two > a {
    border-right: 1px solid #ddd;
}

.nav-tabs > li.two.active > a {
    border-left: 1px solid #ddd;
}

.nav-tabs > li.three.active > a {
    border-right: none;
}

/*------ Tabs Content Styles -------*/

/*-----Tab-Sprites-----*/
.nav-tabs > li > a .tab-one-img, .nav-tabs > li > a .tab-two-img, .nav-tabs > li > a .tab-three-img {
    display: inline-block;
    font-size: 60px;
   padding: 10px 0px 0px 118px;
}

.tab-one-img i.fr, .tab-two-img i.fr, .tab-three-img i.fr {
    font-size: 60px;
}

.tab-one-img {
    color: #4fbdd1;
}

.tab-two-img {
    color: #7ebd39;
}

.tab-three-img {
    color: #de5c5c;
}

.nav-tabs > li > a h3 {
    font-weight: bold;
    padding: 15px 0px 10px 0px;
    margin: 0px;
}

.nav-tabs > li > a p {
    font-size: 15px;
    color: #888;
    margin-bottom: 0px;
}

.nav-tabs > li.active > a p {
    color: #666;
}

.tab-content .tab-pane {
    padding: 0px;
    overflow-x: hidden;
}

.tab-content h3 {
    font-weight: bold;
    text-transform: uppercase;
}

.form-group label {
    font-size: 14px;
    font-weight: bold;
    color: #888;
}

.form-group input {
    border-radius: 0px;
    box-shadow: none;
}

.form-group select {
    border-radius: 0px;
    box-shadow: none;
    padding-right: 35px;
}

.tab-content .border-line {
    border-top: 1px solid #ddd;
    margin-top: 20px;
    padding: 10px 15px;
    bottom: 0px;
    text-align: right;
    min-height: 53px;
}

.mem-eligibility label {
    vertical-align: middle;
}

    .mem-eligibility label i.fa {
        color: #4FBDD1;
        margin: 0px 5px 0px 2px;
    }

    .mem-eligibility label span.upload-btn i.fa {
        color: #fff;
    }

.unfcubtns {
    margin-top: 0px;
    color: #5bc0de;
    border: 1px #5bc0de solid !important;
    border-radius: 25px;
    background: white !important;
    text-transform: uppercase;
    cursor: pointer;
    overflow: hidden;
}
/*.unfcubtns-o {
    margin-top: 0px;
    color: white;
    border: 1px #5bc0de solid !important;
    border-radius: 25px;
    background: #5bc0de !important;
    text-transform: uppercase;
    cursor: pointer;
    overflow: hidden;
}*/


.forgotpassword {
    cursor: pointer;
    color: cornflowerblue !important;
    display: block;
    width: 100%;
    height: 41px;
    font-size: 15px;
}

    .forgotpassword:hover {
        cursor: pointer;
        color: blue !important;
    }

.btn-danger {
    font-size: 13px;
}

#permenant-div h3.per-head {
    margin: 0px 0px 25px 0px;
}

/*-----------------Footer Styles -----------------*/
#footer {
    background: white;
    border-top: 1px solid #ddd;
    margin-top: 35px;
}

    #footer ul {
        margin: 15px 0px;
    }

        #footer ul h4 {
            font-weight: bold;
        }

        #footer ul li a {
            color: #999;
        }

            #footer ul li a:hover, #footer ul li a.active {
                color: #4fbdd1 !important;
                text-decoration: none;
            }

/*------------------- Arrow Tab Styles -----------------*/

/*------------- 1st Tab -------------*/
.solid-blue {
    display: inline-block;
    width: 20%;
    padding: 15px 20px;
    min-height: 75px;
    background: #4fbdd1;
    vertical-align: top;
    color: white;
    border-top: 2px #4fbdd1 solid !important;
    position: relative;
    float: left;
}

    .solid-blue:after {
        content: "";
        position: absolute;
        left: 100%;
        top: 0px;
        width: 0px;
        height: 0px;
        border-top: 37px solid transparent;
        border-left: 25px solid #4fbdd1;
        border-bottom: 37px solid transparent;
        z-index: 10;
    }

    .solid-blue h3 {
        font-size: 18px;
        color: #fff;
        text-align: left;
        padding: 0px;
        margin: 0px;
    }

    .solid-blue p {
        font-size: 13px;
        color: #fff;
        text-align: left;
        padding: 0px;
        margin: 0px;
    }

/*---------------- 2nd Tab ----------------*/

.solid-orange {
    background: #f5f5f5;
    border-top: 2px #eca111 solid !important;
    min-height: 75px;
    position: relative;
    float: left;
}

    .solid-orange:after {
        content: "";
        position: absolute;
        left: 100%;
        top: 0px;
        width: 0px;
        height: 0px;
        border-top: 37px solid transparent;
        border-left: 25px solid #f5f5f5;
        border-bottom: 37px solid transparent;
        z-index: 10;
    }

    .solid-orange h5 {
        color: #eca111;
        font-size: 14px;
        text-align: left;
        padding: 0px;
        margin: 0px 0px 5px 0px;
        font-weight: bold;
    }

    .solid-orange p {
        color: #888;
        margin: 0px;
        padding: 0px;
        font-size: 12px;
    }

    .solid-orange .gi {
        width: 20px;
        height: 20px;
    }
/*---------------- 3rd Tab ------------------*/
.solid-green {
    background: #f5f5f5;
    border-top: 2px #7ebd39 solid !important;
    min-height: 75px;
    position: relative;
    float: left;
}

    .solid-green:before {
        content: "";
        position: absolute;
        left: 1px;
        top: 0px;
        width: 0px;
        height: 0px;
        border-top: 37px solid transparent;
        border-left: 26px solid #e5e5e5;
        border-bottom: 37px solid transparent;
        z-index: 9;
    }

    .solid-green:after {
        content: "";
        position: absolute;
        left: 100%;
        top: 0px;
        width: 0px;
        height: 0px;
        border-top: 37px solid transparent;
        border-left: 25px solid #f5f5f5;
        border-bottom: 37px solid transparent;
        z-index: 10;
    }

    .solid-green h5 {
        font-size: 14px;
        color: #7ebd39;
        text-align: left;
        padding: 0px;
        margin: 0px 0px 5px 0px;
        font-weight: bold;
    }

    .solid-green p {
        font-size: 12px;
        color: #888;
        text-align: left;
        padding: 0px;
        margin: 0px;
        font-size: 12px;
    }

    .solid-green .ad {
        width: 25px;
        height: 20px;
        font-size: 12px;
    }

/*---------------- 4th Tab ------------------*/
.solid-red {
    background: #f5f5f5;
    border-top: 2px #a54198 solid !important;
    min-height: 75px;
    position: relative;
    float: left;
    border-bottom: 1px solid #e5e5e5;
}

    .solid-red:before {
        content: "";
        position: absolute;
        left: 1px;
        top: 0px;
        width: 0px;
        height: 0px;
        border-top: 37px solid transparent;
        border-left: 26px solid #e5e5e5;
        border-bottom: 37px solid transparent;
        z-index: 9;
    }

    .solid-red:after {
        content: "";
        position: absolute;
        left: 100%;
        top: 0px;
        width: 0px;
        height: 0px;
        border-top: 37px solid transparent;
        border-left: 25px solid #f5f5f5;
        border-bottom: 37px solid transparent;
        z-index: 10;
    }

    .solid-red h5 {
        font-size: 14px;
        color: #a54198;
        text-align: left;
        padding: 0px;
        margin: 0px 0px 5px 0px;
        font-weight: bold;
    }

    .solid-red p {
        font-size: 12px;
        color: #888;
        text-align: left;
        padding: 0px;
        margin: 0px;
        
    }

.at {
    width: 20px;
    height: 20px;
}

/*---------------- 5th Tab ------------------*/
.light-blue {
    background: #f5f5f5;
    border-top: 2px #5dc1b2 solid !important;
    min-height: 75px;
    position: relative;
    float: left;
    border-bottom: 1px solid #e5e5e5;
}

    .light-blue:before {
        content: "";
        position: absolute;
        left: 1px;
        top: 0px;
        width: 0px;
        height: 0px;
        border-top: 37px solid transparent;
        border-left: 26px solid #e5e5e5;
        border-bottom: 37px solid transparent;
        z-index: 9;
    }

    .light-blue:after {
        content: none !important;
    }

    .light-blue h5 {
        font-size: 14px;
        color: #5dc1b2;
        text-align: left;
        padding: 0px;
        margin: 0px 0px 5px 0px;
        font-weight: bold;
    }

    .light-blue p {
        font-size: 12px;
        color: #888;
        text-align: left;
        padding: 0px;
        margin: 0px;
    }

.pf {
    width: 26px;
    height: 20px;
    font-size: 12px;
}

/*------------------------- Form Styles -------------------------*/
.agree-all {
    font-size: 14px;
    text-align: left;
}

/*------------------------- Form Icons ------------------------*/
.form-icons {
    display: inline-block;
    float: left;
    border: none;
    outline: none;
    margin: 0px 5px 0px 0px;
    padding: 0px;
}


/*-------------------------- Radio Block Styles -----------------------------*/
ul.radio-block {
    list-style-type: none;
    display: block;
    width: 100%;
    padding: 0px;
    margin: 0px;
}

    ul.radio-block li {
        list-style-type: none;
        pading: 0px;
        margin: 0px;
    }

/*------------------------ Loading Styles ----------------------------*/
.loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url('../images/page-loader.gif') 50% 50% no-repeat rgb(249,249,249);
}

/*------------------- Sucess page Styles -------------------------*/
.success {
    min-height: 780px;
}

.sucess-app-content {
    text-align: center;
    border-top: 1px solid #ddd;
}

h3.successtext {
    margin-bottom: 0px;
}

span.sub-text {
    width: 100%;
    text-align: center;
    font-size: 13px;
    color: #999;
    float: left;
    margin: 10px 0;
}

span.successicon {
    margin: 25px 0px;
}

#sucess-btn {
    padding: 4px 13px;
    margin: 40px auto;
    overflow: hidden;
    background: none;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 60px;
    display: inline-block;
    font-weight: bold;
}

    #sucess-btn:hover {
        text-decoration: none;
        outline: none;
    }

/*------------------- Modal Styles -----------------------*/
.modal-content {
    border-radius: 0px;
}

.modal-header {
    background: #004b8d;
    padding-left: 30px;
}

.modal-body {
    padding: 30px 15px;
}

h3.modal-title {
    font-size: 16px;
    color: #fff;
    font-weight: normal;
}

.close {
    opacity: .8;
}

    .close span {
        color: #fff;
    }

.card-holder {
    text-align: center;
}

.selectids {
    width: 100%;
    border: 2px #ccc solid;
    outline: none;
    border-radius: 15px;
    float: left;
    height: 204px;
    padding: 0px;
    margin: 0px;
}

    .selectids:hover {
        border: 2px #000 solid;
    }

.id_continer {
    height: 166px;
    width: 100%;
    float: left;
    overflow: hidden;
    vertical-align: middle;
}

    .id_continer img {
        max-width: 100%;
        max-height: 100%;
        vertical-align: middle;
        margin: 10px 0px;
    }

.nameof_id {
    text-align: center;
    height: 38px;
    width: 100%;
    overflow: hidden;
    vertical-align: middle;
    line-height: 33px;
    float: left;
    border-top: 2px #e4e4e6 solid;
}

.upload-btn-div {
    text-align: center;
}

#Referral-Confirm-Container{
    margin:0 20px 20px 20px;
}

    #Referral-Option-Container h2, #Referral-Option-Container h3{
        margin:0 0 .5em 0;
    }
    #Referral-Option-Container p{
        color:#4b4b4b;
    }
.refReq{
    padding: 10px 0 0 0;
    height:calc(2rem + 2px);
}

.Eligibility-Content-container select, .Eligibility-Content-container input{
    border-bottom-color: #dadcdc;
}


.refReq::placeholder{
    color:#7c858d
}

#referral-steps{
    line-height:1.5em;
    color:#004b8d;
    margin-top:10px;
}

#referral-steps span{
    color:#555;
}

/*---------------------- Prime Tab styles ----------------------*/
#prime-tab-content {
    padding: 0px;
    margin: 0px;
}

    #prime-tab-content .nav-tabs {
        border: none;
        outline: none;
        margin: 0px 15px 25px 15px;
    }

        #prime-tab-content .nav-tabs > li {
            width: 24%;
            border-bottom: 1px solid #4fbdd1;
        }

            #prime-tab-content .nav-tabs > li > a {
                min-height: auto;
                padding: 10px 15px;
                border: none;
                text-align: left;
            }

            #prime-tab-content .nav-tabs > li.active > a {
                box-shadow: inset 0 -2px #4fbdd1;
            }

            #prime-tab-content .nav-tabs > li > a > span > i.fa {
                margin-right: 10px;
                font-size: 15px;
            }

            #prime-tab-content .nav-tabs > li.active > a > span > i.fa {
                display: inline-block !important;
                color: #8bc24a;
            }

            #prime-tab-content .nav-tabs > li > a span.tab-heading {
                font-size: 14px;
                font-weight: bold;
                color: #888;
                text-transform: uppercase;
            }

    #prime-tab-content .tab-content {
        padding: 0px;
        margin: 0px;
    }

        #prime-tab-content .tab-content .tab-pane {
            padding: 15px 0px 0px 0px;
        }

.prev-btn {
    display: none !important;
}

ul.eligibilityList {
     list-style-type: initial;
     padding-left:30px;
}


ul.eligibilityList li {
     list-style:inherit;
}
.hand{
    cursor:pointer !important;
}
.button-color{
    color:#5bc0de !important;
}
.contiTable{
    border:0!important;
}
.contiTable td {
padding-right: 10px!important;
}
#modal-dislosure{
  font-family: Arial, sans-serif;
  }  
#modal-dislosure h3
{
    font-size:22px;

}

#modal-dislosure .modal-header
{
   background-color:white;
   border-bottom:none;
}

#modal-dislosure .modal-body p
{
   font-size: 15px;
   font-weight:400;
   font-family: open_sansregular;
    line-height: 1.55;
}

#modal-dislosure a:focus,a:visited,a
{
    color: #008bcd;
}

#modal-dislosure .modal-body ul 
{
   font-size: 15px;
    line-height: 1.55;
    font-family: 'roboto', Arial, Sans-Serif;
    color: #008bcd;
}


#modal-dislosure .modal-footer .btn{
text-decoration: none !important;
    font-family: 'roboto', Arial, Sans-Serif;
    font-weight: 400;
    color:white;
    font-size:16px;
    border-radius: 0px;
    line-height: 1.0;
    padding: 10px 20px 12px 20px;
    -webkit-transition: background 0.3s ease;
    -moz-transition: background 0.3s ease;
    -o-transition: background 0.3s ease;
    transition: background 0.3s ease;
    background-color: #008bcd;
    }

#modal-dislosure .modal-footer .btn:disabled{
text-decoration: none !important;
    font-family: 'roboto', Arial, Sans-Serif;
    font-weight: 400;
    color: white;
    background: #dadcdc;
    }


#modal-dislosure .close{

    color:gainsboro;
}

#modal-dislosure .close:hover{
    color: #888;
}

#modal-dislosure .modal-body label
{
    text-decoration: none !important;
    font-family: 'roboto', Arial, Sans-Serif;
    font-weight: 400;
     color: black;
     min-width:200px;
}

#base-info{
    padding-top:15px;
}

.form-group .font14-bold{
  font-size: 14px;color:#666666;font-weight:bold
}

.sf-radio label.ftin-label{
  font-size: 12px;
  color:#666666;
  font-weight:bold
}
.sf-radio label.ftin-label-disabled{
  font-size: 12px;
  color:#999;
  font-weight:bold
}

.flexfix{
    display:flex!important;
}
.nav-tabs > li.tab-list a span .fr { padding:20px 15px; }
.nav-tabs > li > a p { line-height:1.2rem; }
.mobileicon{
width:5%;
}
.mobiletxt{
    text-align:left;
}
@media only screen and (max-width: 784px) {
  .mobileicon{
      width:100%!important;
       text-align:center!important;
  }
  .mobiletxt{
      text-align:center!important;
  }

}
