/* ==========================================================================
   Base styles
   ========================================================================== */

:root {
    --bs-primary: #004C97;
    --bs-primary-rgb: 0,76,151;
    --bs-secondary: #49A067;
    --bs-secondary-rgb: 21, 180, 113;
    --bs-tertiary: #004C97;
    --cta-color: #D22730;
    --default-font-color: #646464;
    --heading-font: 'Nunito Bold';
    --default-font: 'Lato Regular', Arial, serif;
}

html {
    color: var(--default-font-color);
    font-family: 'Lato Regular', Arial, serif;
    font-size: 1em;
    line-height: 1.4;
}

body {
    background: rgb(255, 255, 255);
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}


hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

/* ==========================================================================
   Custom styles
   ========================================================================== */

h1, h2, h3, h4 {
    font-family: var(--heading-font);
    color: #000;
}

@media (min-width: 1400px) {
    h2 {
        font-size: 3rem;
    }
}

h3 {
    font-size: 1.563rem;
}

h4 {
    font-size: 1.3rem;
}

p, li, span, a {
    font-family: var(--default-font);
}
p,li {   color: var(--default-font-color) }
p, a {
    font-size: 1.125rem;
}
/* .font-n{ var(--heading-font) !important;;} */
a.learnbtn{font-size: 0.938rem !important;display: flex;}
.accordion-body p, .accordion-body a{ font-size: 1rem;}
/* .btn{padding: 0.75rem  !important;} */
.foot-note{font-size: 0.8rem ;text-align: left;}
.foot-note a{font-size: 0.8rem ;}
img {
    max-width: 100%;
}

a {
    color: var(--bs-primary);
    text-decoration: none;
}

.cta-color {
    color: var(--cta-color) !important;
}

.primary-color {
    color: var(--bs-primary) !important;
}

.secondary-color {
    color: var(--bs-secondary) !important;
}

.white-color {
    color: #FFF !important;
}

.default-font-color {
    color: var(--default-font-color) !important;
}

.small-font {
    font-size: .9rem;
}
.nomargin{
    margin-top: 1rem;
}
.margin-top-1{
    margin-top: 1rem;
}

.margin-top-2{
    margin-top: 2rem;
}

.margin-bottom-1{
    margin-bottom: 1rem;
}

.margin-bottom-2{
    margin-bottom: 2rem;
}
.margin-bottom-4{margin-bottom:4rem;}
.margin-top-4{margin-top:4rem;}
.brd-right{
    border-right: 0.5px solid #0000006b;
}
.btn-primary {
    background-color: var(--bs-primary);
    border-color: var(--bs-primary);
}

.btn-secondary {
    background-color: var(--bs-secondary);
    border-color: var(--bs-secondary);
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
    background-color: var(--bs-primary);
    border-color: var(--bs-primary);
}

.btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active {
    background-color: var(--bs-secondary);
    border-color: var(--bs-secondary);
}
.alearnbtn{font-size:0.938rem;align-items:center;display: inline-flex}
.caps-all{text-transform: uppercase}
.line-hgt{line-height: 4rem;}
/* header {
    position: relative;
    width: 100%;
    background: #FFF;
}

header.sticky {
    position: fixed;
    width: 100%;
    top:0;
    background: #FFF;
    z-index: 1000;
} */

.main {
    padding: 2rem 0;
}

@media (min-width: 1400px) {
    .main {
        padding: 5rem;
    }
}
/* .navbar-light .navbar-nav .nav-link,.navbar-nav .nav-link {
    color:#222331 !important;
}
.navbar-nav .nav-link.active {
    color: var(--cta-color) !important;
    font-weight: bold;
}

.navbar-nav .nav-item {
    margin-right:1rem;
}

.navbar-nav .nav-item:last-child {
    margin-right:0;
}
@media only screen and (min-width: 769px) and (max-width: 1099px){
    .navbar-nav .nav-item {
        margin-right:0;
    }  }

@media (max-width: 991px) {
    .navbar-nav {
        margin: 1rem 0;
        flex-direction: column !important;
        align-items: center !important;
    }
    .actions-header {
        margin: 2rem 0 1rem;
        justify-content: center;
    }
} */
.btn-cta {
    background-color: var(--cta-color);
    border-color: var(--cta-color);
    color: #FFF !important;
}

.btn-cta:hover, .btn-cta:focus, .btn-cta:active {
    background-color: var(--cta-color) !important;
    border-color: var(--cta-color) !important;
    color: #FFF;
}

.btn-light {
    color: var(--bs-primary);
}

.hero.hero-home {
    background-size: cover;
    height: 864px;
}

.hero > .container, .hero .container > .row:first-child {
    height: inherit;
}

.hero .callout-hero {
    background: #FFF;
    padding: 3rem;
    border-radius: 6px;
}

.hero .callout-hero h2 {
    margin-bottom: 1rem;
}

.hero .callout-hero h2>span {
    line-height: 130%;
}

@media (min-width: 1400px) {
    .hero .callout-hero h2>span {
        display: block;
    }
}

.hero .callout-hero .cta-block {
    margin-top: 3rem;
}
/*home page banner*/
.banner-img{background-repeat: no-repeat;position: relative;}
.banner-img .d-flex .callout-hero{background:none !important; padding:0 !important;margin:15% 0 0 20%;}
.hero .callout-hero .cta-block{margin-top:2rem}
.banner-img .d-flex .callout-hero .cta-block .btn-cta{padding:1rem 1.2rem !important;max-width: 85%;}
.desktop-only {display: block;}
.mobile-only{display:none;}
@media (max-width: 768px){.banner-img{background-position: 10%;}
    .banner-img .d-flex{align-self: end !important;}
    .banner-img {background-position: 10%;height: 500px !important;}
}
@media (max-width:1024px){
.banner-img  {height: 600px !important;}  }
@media (max-width: 991px){
    .banner-img .d-flex .callout-hero {
        background: #fff !important;
        padding: 3rem !important;
        margin: 0 0 0% 0;
        border-radius: 30px;
        text-align: center;
        box-shadow: 0 .130rem .30rem rgba(0,0,0, 0.1)!important;
        position: absolute;
        left: 50%;
        transform: translate(-50%,-50%);
        max-width: 550px;
        width: 95%;
        bottom: -50%;}
    .desktop-only {
        display: none;
    }
    .banner-img .d-flex .callout-hero .cta-block .btn-cta {
        max-width: 100%;
    }
    .mobile-only{display:block;}
    .sec-margin {
        margin-top: 20%;
    }

    .info-switcher-block {
        display: inline-block;
        margin: auto;
    }
    .info-switcher-step, .info-switcher-content {margin:auto; text-align:center}

}
/*end*/

.info-switcher-section {
    position: relative;
    color:#949494 !important;
}

.info-switcher-section .switcher-line {
    position: absolute;
    left: 35px;
    width: 2px;
    height: 80%;
    background-color: #9B9B9B;
    z-index: -1;
}

.info-switcher-block {
    display: flex;
    flex-direction: row;
    margin-bottom: 5rem;
}
.info-switcher-step {
    height: 75px;
    width: 75px;
    background-color: #efefef;
    border-radius: 50%;
    color: var(--bs-primary);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.5rem;
    margin-right: 2rem;
    border: 1px solid#9B9B9B;
}

.info-switcher-step.active {
    color: #FFF;
    font-weight: bold;
    background-color: var(--bs-primary);
}

.info-switcher-step-header, .compare-block p.block-label {
    font-weight: bold;
    font-family: var(--heading-font);
    font-size:1.5rem !important;
}

.info-switcher-step-header.active {
    color: var(--bs-primary);
    font-weight: bold;
}

.info-switcher-content {
    max-width: 60%;
}
info-switcher-content .info-switcher-step-header{font-size:1.5rem !important; }
.text-feature {
    padding: 1rem;
}

/*info-switcher mobile-section  */

.mobile-only .info-switcher-block  .info-switcher-step-header{
    color: var(--bs-primary) !important;

}
.mobile-only .info-switcher-block  .info-switcher-step-header p{
    padding: 0  3rem;
}
@media (max-width: 991px){
    .change-ord-2{order:2}
    .change-ord-1{order:1}
}
/*end*/

@media (min-width: 1400px) {
    .text-feature {
        padding: 1.25rem 3.2rem;
    }
}

.text-feature p {
    font-size: 1.125rem;
    color: var(--default-font-color);
    margin-top: 1.5rem;
}

.features-list ul {
    padding:0;
    margin-top: 1.5rem;
}

.features-list ul > li {
    margin-bottom: 1rem;
    font-size: 1rem;
    flex-direction: row;
    align-content: center;
    font-weight: 900;
    list-style-position:outside;
    margin-left: 1.2rem;
}

.features-list ul > li > img {
    margin-right: .5rem;
}

.secondary-section {
    background-color: #FFF;
    padding: 6rem 0;
}

.secondary-default-section {
    background-color: rgba(167,168,169, 7%);
    padding: 6rem 0;
}
.secondary-white-section{
    background-color:#fff;
    padding: 4rem 0;
}

.secondary-brand-section {
    background-color: var(--bs-primary);
    padding: 6rem 0;
}

.secondary-brand-section.secondary-bg {
    background-color: var(--bs-secondary);
}

.primary-bg-light {
    background-color: rgba(var(--bs-primary-rgb), 7%)
}

.secondary-bg-light {
    background-color: rgba(var(--bs-secondary-rgb), 7%)
}

.secondary-brand-section h2, .secondary-brand-section p {
    color: #FFF;
}

.features-tools img {
    margin: 1rem 0;
}
.features-tools img.ft-icon{min-height:60px;}

.features-tools p, .features-tools a {
    font-size: .9rem;
}
.callout-box {
    /*background: rgba(var(--bs-primary-rgb), 7%);*/
    margin-top: 5rem;
}
/*529 option boxes*/
.option-box .container .callout-box-body, .option-box .container .cl-bx{padding:0;}
.callout-box .callout-box-body .outer {
    width: 100%;
    display: flex;
    align-items: center;
    position: relative;
    min-height: 100px;
    margin:0 auto 3rem;
}
.callout-box .callout-box-body .outer .inner{
    border: 3px solid #13b471;
    width: 140%;
    height: 0;
}
.callout-box .callout-box-body .outer .callout-plan-option {
    padding: 0 20px;
    background: #fff;
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 10%), 0 6px 20px 0 rgb(0 0 0 / 5%);
    height: 100px;
    border-radius: 20px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    position: absolute;
    transform: translateX(-50%);
    left: 50%;
    width: 70%;
}
.callout-box .callout-box-img{padding: 0;
    width: 100px;
    height: 100px;
    border-radius: 50px;
    float: right;background: var(--bs-secondary);}
/*.callout-box .callout-box-body .outer .callout-plan-option img{filter: opacity(0.9) drop-shadow(0 0 0 #000);}*/
.callout-box-header {
    /*padding: 1.5rem 2rem 1rem 2rem;
    border-radius: 6px 6px 0 0;*/
}
/*529 css for reasons to start saving*/
#b-2, #b-3, #b-4,#img-2,#img-3,#img-4{ display:none;}
.callout-box .callout-box-body .outer .inner {border:0; }
.callout-box .callout-box-body .outer .innr-brd{border: 3px solid #13b471;}
/* end 529 css for reasons to start saving*/

.callout-box-header img {
    margin-bottom: 1rem;
}

.callout-box .callout-box-header-a {
    background: var(--bs-secondary);
    border-radius: 10px 10px 0 0;
}

.callout-box .callout-box-body-b {
    background: var(--bs-secondary);
    border-radius: 10px;
    padding: 40px 40px;
    width: 85%;
}

.callout-box-body {
    padding: 1rem 3rem 3rem;
    min-height: 215px;
}

.callout-box-img-fixed {
    max-width: 100%;
    margin-left:50%;
    transform: translateX(-20%);
    margin-top: -50px;
}
@media (max-width: 1024px) {
    .callout-box-img-fixed {
        max-width: 50%;
    }
}

.heading-callout {
    padding: 0 2rem;
}

.heading-callout > span {
    display: block;
    margin-bottom: 1rem;
    font-size: 1.5rem;
    color:var(--bs-primary);
    font-family: var( --default-font);
}

@media (min-width: 1400px) {
    .heading-callout {
        padding: 0 6rem;
    }
}
.profile-t{margin-top:4rem}
.profile-t img{max-width:60%;}
.stats-p{font-size: 12px;}
.secondary-statistics-section{background:#FBFBFB;padding:2rem}
.secondary-statistics-section p{ margin: 0;}
.footnote p{font-size:1rem;}
footer {
    background: #FFF;
    padding: 5rem 0;
}
footer p, footer a {
    font-size: .8rem}
.footer-logo {
    max-width: 40%;
    margin-bottom: 2.5rem;
}

.footer-nav ul {
    list-style: none;
    padding: 0;
}

.footer-nav ul > li > a {
    text-decoration: none;
    color: var(--default-font-color);
    font-size: 1rem;
}

.footer-nav li {
    margin-bottom: 1rem;
    margin-right: 1rem;
    display: inline-block;
}

.social-links a {
   padding: 0 0.5rem;
}

.newsletter-signup input {
    border-radius: 6px;
    border-color:#ccc;
    padding: .5rem;
    width:13rem;
    outline: none;
    border-style: solid;
}

@media (max-width: 991px) {
    .footer-logo {
        max-width: 60%;
    }
}
@media only screen and (max-width: 600px) {.text-center-mb{text-align:center !important;}.change-ord{order: 2}.line-hgt{line-height: 2rem}}
.carousel-indicators [data-bs-target] {
    background-color: var(--default-font-color);
    width:10px;height: 10px;border-radius: 100%;
}
#carouselExampleIndicators .carousel-item p:first-child{padding: 0 12rem;}
@media (max-width: 991px) {
    #carouselExampleIndicators .carousel-item p:first-child{padding:0;}
}

@media screen and (max-width: 991px){
.tabs-section .nav-tabs{ display: flex;flex-direction: column;justify-content: center;align-content: center;} }
@media (max-width: 600px){.features-list ul{display:none;}
    .faq-section .tab-section .nav-tabs {display: block;}
    .faq-section .tab-section .nav-tabs .nav-item button.nav-link{margin:auto;}
}

/* ==========================================================================
 Modal start
   ========================================================================== */
.modal-body .mod-sub-col .col-md-6 { height: 200px;display: flex;justify-content: center;align-items: center;}
.modal-body .modal-title{ padding: 20px 0;}
.modal-content .modal-bx{max-width: 80%;margin: auto}
.modal-body{padding: 0;}
.modal-header{border:0;}
.modal-content .modal-bx h2{color:#000 !important}
.modal-content .agebase-tbl{overflow:auto; width:100%;padding-bottom:5%; }
.modal-content .agebase-tbl::-webkit-scrollbar{width: 0.625rem;height: 0.625rem;background:#ffffff4d;border-radius: 2.5rem;}
::-webkit-scrollbar-thumb{background:#fff;border-radius: 2.5rem;width: 50%;}
.modal-dialog .agebase-tbl tr td img{width:250px;max-width: none;padding: 1.875rem;}
.modal-content .pie-details{width: 60%;margin:5% auto;}
.modal-content .custom-width{width: 90%;}
.modal-content .modal-bx ul.custom-p-list li {list-style-position: inside;}
@media only screen and (max-width: 1024px) {.modal-content .modal-bx {max-width:100%;}}

/* ==========================================================================
 Modal end
   ========================================================================== */


/* ==========================================================================
 Sub Pages
 ========================================================================== */


.about-hero {
    background-size: cover;
}

.help-hero {
    background-size: cover;
}

.invest-hero {
    background-size: cover;
}

.emp-hero {
    background-size: cover;
}

.sub-hero h2 > span {
    display: block;
    margin-bottom: 1rem;
    font-size: 1.2rem;
}


@media (min-width: 1400px) {
    .hero-content  {
        min-height: 400px;
    }

    .sub-hero h2 {
        padding: 0 13rem;
    }
}

.about-stats-block {
    text-align: center;
}

.about-stats-block p.stat-heading {
    font-family: 'Nunito Bold', Arial, serif;
    color: var(--bs-primary);
    font-size: 3rem;
    margin-bottom: 0;
}

.about-stats-block p.stat-sub-header {
    font-family: 'ShadowsIntoLight', Arial, serif !important;
    color: var(--bs-primary);
    margin-bottom: 1rem;
    font-size: 1.5rem;
}

a.news-link {
    font-size: 1.5rem;
    text-decoration: none;
}

.nav-tabs {
    border-bottom: none;
}

.nav-tabs {
    justify-content: center;
    padding: 1rem 2rem;
}

.nav-tabs .nav-link {
    color: #646464;
    border: none;
}

.nav-tabs .nav-link.active {
    color: var(--bs-primary);
    font-weight: bold;
}

.accordion-flush .accordion-collapse{text-align: left;}

.accordion-button, .accordion-item {
    background-color: transparent;
}

.accordion-button:focus, .accordion-button:active {
    border-color: transparent;
    box-shadow: none;
}

.accordion-button:not(.collapsed) {
    color: var(--bs-primary);
    background-color: transparent;
    box-shadow: none;
}

.invest-card {
    padding: 4rem 2rem;
    border-radius: 1.5rem;
    min-height: 480px;
}
.invest-card p.card-txt{min-height: 150px;}

.invest-card img {
    max-width: 40%;
}

.invest-card a {
    text-decoration: none;
    color: var(--bs-primary);
}
.secondary-bg .crd{padding: 10px 30px;}
/* Investment card Mobile view */
@media (min-width: 1200px)and (max-width: 1400px){
    .invest-card {min-height:580px;}}

@media (max-width: 600px) {
    .invest-card {padding: 1.5rem 2rem;margin: 10px auto;}
    .secondary-bg{padding:4rem 0;}
}


.forms-section .nav-tabs {
    justify-content: center;
}

.forms-section .nav-tabs li {
    margin-right: 4rem;
    padding-bottom: .5rem;
}

.forms-section .nav-tabs .nav-link.active {
    border-bottom: 3px solid var(--bs-primary);
}

.forms-section h4 {
    margin-top: 4rem;
}

.form-list p {
    margin-bottom: 1.5rem;
    display: flex;
    align-items: center;
    text-align: left;
}

.form-list a {
    color: rgba(0,0,0,0.7);
    display: flex;
    flex-direction: row;
    align-items: center;
}

.form-list a:hover {
    color: var(--bs-primary);
}


.form-list .form-icon {
    margin-right: 1rem;
    opacity: .5;
}

.form-list p:hover .form-icon {
    opacity: 1;
}

.form-divider {
    width: 2px;
    height: 100%;
    background: #CCC;
    display: inline-block;
}

@media screen and (max-width: 769px) {
    .form-divider {
        display: none;
    }
}


/* End */

/* ==========================================================================
   Helper classes
   ========================================================================== */


.hidden,
[hidden] {
    display: none !important;
}

.sr-only {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    white-space: nowrap;
    width: 1px;
    /* 1 */
}

.sr-only.focusable:active,
.sr-only.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    white-space: inherit;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix::before,
.clearfix::after {
    content: " ";
    display: table;
}

.clearfix::after {
    clear: both;
}
.min-hgt{min-height:180px;}
/*mobile &desktop view*/
.mobile-only .info-switcher-step { color:#fff; background: var(--bs-primary);margin:1rem auto;}
@media (min-width: 768px) {
    .padding-h{padding:0 8rem;}
}
@media (min-width: 991px)and (max-width: 1400px){
    .em-rw .padding-h {
        padding: 0 3rem;
    }
}
@media (max-width: 768px) {
    .padding-h{padding:0 3rem}
    .info-switcher-block{display:inline-block;margin: auto;}
    .info-switcher-content{max-width: 100%; text-align: center;}
    .info-switcher-step{margin: auto;color:#fff;background:var(--bs-primary);}}

/*end*/



@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
(-webkit-min-device-pixel-ratio: 1.25),
(min-resolution: 1.25dppx),
(min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}



@media print {
    *,
    *::before,
    *::after {
        background: #fff !important;
        color: #000 !important;
        /* Black prints faster */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]::after {
        content: " (" attr(href) ")";
    }

    abbr[title]::after {
        content: " (" attr(title) ")";
    }


    a[href^="#"]::after,
    a[href^="javascript:"]::after {
        content: "";
    }

    pre {
        white-space: pre-wrap !important;
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}