﻿
body {
    margin:0;
    padding:0;
    overflow-x:hidden;
    font-size: 14px;
    font-family: 'Lato', sans-serif;
}

p {
    color:#777;
}

.menu_section {padding: 0 15px;background: #fff;}

.logo {
    padding: 10px 0;
}

.logo img {
    width: 135px;
}

.policyLogo img {
    width:auto;
}

.menu_section .logo {
    display: inline-block;
}

.menu_section .menuListLeft {
    padding: 0;
    margin: 8px 0 8px 40px;
    text-align: right;
}

.menu_section .menuListLeft li {
    list-style-type: none;
    display: inline-block;
    padding: 12px 10px;
}

.menu_section .menuListLeft li a {
    color: #777;
    text-decoration: none;
    font-size: 16px;
}

.menu_section .menuListLeft li a:hover {color: #333;}

.topBarInfo {
    padding: 23px 0;
    margin: 0 15px 0 0;
    text-align: right;
}

.topBarInfo li {
    list-style-type: none;
    font-size: 14px;
    color:#777;
    display: inline-block;
    padding: 0 12px;
}

.topBarInfo li a {
    color: #777;
text-decoration: none;
text-transform: uppercase;
}

.topBarInfo li span {
    padding-right: 8px;
}

.bannerSection {
    background: url(../images/banner/banner.jpg) no-repeat;
    text-align: center;
    color: #fff;
    padding: 50px 0;
    background-position: center;
}

.bannerSection h3 {
    font-size: 32px;
    margin-bottom: 10px;
}

.bannerSection h5 {
    font-size: 18px;
    margin-bottom: 65px;
}

.bannerSection .icon_box {
    text-align: center;
}

.bannerSection .icon_box a {
    color:#fff;
    text-decoration:none;
}

.bannerSection .icon_box .icon {
    background: #Fff;
    color: #010101;
    width: 80px;
    height: 80px;
    line-height: 80px;
    font-size: 28px;
    border-radius: 50%;
    margin: auto;
}

.bannerSection .icon_box .icon img {width: 40px;}

.bannerSection h4 {
    padding-top: 10px;
    font-size: 25px;
}

.bannerBottom {
    background: #f8f9fb;
    padding: 25px 0;
}

.bannerBottom ul {
    margin: auto;
    padding: 0;
    display: block;
}

.bannerBottom ul li {
    list-style-type: none;
    float: left;
    width: 26%;
    font-size: 20px;
    color: #314451;
    font-weight: bold;
    border-right: 1px solid #b8b8b8;
    padding: 0 15px 0 20px;
}

.bannerBottom ul li:nth-child(3) {
    width:28%;
}

.bannerBottom ul li:nth-child(4) {
    width: 20%;
    border: none;
}

.bannerBottom ul li span {
    display: block;
    font-weight: normal;
    font-size: 14px;
    margin-top: 2px;
}

.bannerBottom ul li span a {
    color: #1d58dd;
}

.bannerBottom ul li i {
    font-size: 13px;
    padding-left: 5px;
    position: relative;
    top: -3px;
    color: #055e98;
}

.bannerBottom ul li h6 {
    font-size: 25px;
    margin: 0;
    font-weight: bold;
    color: #055e98;
}

.heading {
    margin: 25px 0;
    text-align: center;
}

.heading h3 {
    text-transform: uppercase;
    color: #010101;
    font-weight: bold;
    text-align: center;
}

.Buying_section {
}

.Buying_section .heading ul {
    margin: 20px auto 20px;
    padding: 0;
    text-align: center;
    background: #055e98;
    display: inline-block;
    border-radius: 20px;
}

.Buying_section .heading ul li {
    list-style-type: none;
    display: inline-block;
    padding: 5px 20px;
    color: #fff;
    position: relative;
    text-transform: uppercase;
}

.Buying_section .heading ul li:after {
    content:'';
    position: absolute;
    width: 7px;
    height: 7px;
    background: #fff;
    border-radius: 50%;
    right: -6px;
    top: 12px;
}

.Buying_section .heading ul li:last-child:after {display: none;}

.Buying_section .buyingBox {
    text-align: center;
    margin: 25px 0;
}

.Buying_section .buyingBox img {
    width: 50px;
}

.Buying_section .buyingBox h5 {
    text-transform: capitalize;
    color: #010101;
    padding-top: 10px;
    font-size: 18px;
}

.footerText {
    background: linear-gradient(to right, #055e98 50%, #f3f3f3 50%);
    padding: 30px 0;
}

.footerText .footerTextLeft h3 {
    color: #fff;
    font-weight: bold;
}

.footerText .footerTextLeft ul, .footerText .footerTextRight ul {
    padding-left: 25px;
    margin-top: 20px;
}

.footerText .footerTextLeft ul li {
    list-style: url('../images/dot_white.png');
    color: #fff;
    padding: 4px 15px;
    font-size: 14px;
}

.footerText .footerTextRight {padding-left: 55px;}

.footerText .footerTextRight h3 {
    color: #000;
    font-weight: bold;
}

.footerText .footerTextRight ul li {
    list-style: url('../images/dot.png');
    color: #777;
    padding: 4px 15px;
    font-size: 14px;
}

.subFooter {
    padding: 30px 0 10px;
}

.subFooter .widget {
}

.subFooter .widget h3 {
    color: #000;
    font-size: 22px;
    padding-bottom: 15px;
    margin-bottom: 15px;
    position: relative;
}

.subFooter .widget h3:after {
    content: '';
    position: absolute;
    width: 35px;
    height: 3px;
    background: #055e98;
    bottom: 0;
    left: 0;
}

.subFooter .widget ul {
    padding: 0;
}

.subFooter .widget ul li {
    list-style-type: none;
    padding: 4px 0;
}

.subFooter .widget ul li a {
    color: #777;
}

.subFooter .widget ul li a:hover {
    color:#055e98;
}

.listInline li {
    display:inline-block;
    width:49%;
}

.copyrightSection {
    background: #f3f3f3;
}

.copyrightSection p {
    margin: 10px auto;
    color: #747373;
}

.ftrSocialLinks {
    margin: 0;
    padding: 0;
    text-align: right;
}

.ftrSocialLinks li {
    display: inline-block;
    padding: 9px 8px;
    font-size: 16px;
}

.ftrSocialLinks li a {
    text-decoration: none;
}

.ftrSocialLinks li:first-child a {color: #4267b2;}

.ftrSocialLinks li:nth-child(2) a {color: #1d9ceb;}

.ftrSocialLinks li:nth-child(3) a {color: #d54936;}

.ExperienceSection {
    background:url(../images/bg/bg.jpg) no-repeat fixed;
    padding: 85px 0;
    text-align: center;
    color: #fff;
    background-position: center;
}

.ExperienceSection h2 {
    margin-bottom: 15px;
    font-size: 36px;
}

.ExperienceSection h4 {
}

.pension_form_content {
    background: #fdfdfd;
    /*! border-radius: 4px; */
    position: relative;
    margin: 65px auto 35px;
    padding: 15px 0;
    border-radius: 8px;
}

.pension_form_content h3 {
    margin: auto;
    text-align: center;
    /*! background: #fc801b; */
    padding: 0;
    font-size: 28px;
    color: #0072bc;
}

.ffl-wrapper {
    position: relative;
    display: block;
    padding-top: 1rem;
    margin-bottom: 10px;
}

.ffl-wrapper .ffl-label {
    transition-property: all;
    transition-duration: 300ms;
    transition-timing-function: ease;
    transition-delay: 0s;
    position: absolute;
    white-space: nowrap;
    max-width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    pointer-events: none;
    top: 1.25rem;
}

.ffl-wrapper.ffl-floated .ffl-label {
    top: 8px;
}

.ffl-label {
    color: #333;
    line-height: 1.2;
    font-weight: normal;
    font-size: 15px;
}

.ffl-floated .ffl-label {
    color: #d95459;
    font-size: 13px;
}

.pension_form {padding: 7px 25px 25px;background: #d4d4d4;margin: 20px 35px;}

.pension_form .form-group {
    margin-bottom: 15px;
}

.pension_form .form-control {
    border: none;
    box-shadow: none;
    padding:5px 12px;
    font-size: 15px;
    height: 32px;
    border-radius: 0 3px 3px 0;
    width: calc(100% - 44px) !important;
    display: inline-block;
    margin-left: -5px;
    position: relative;
    top: 0.5px;
    border-left: 1px solid #e1e1e1;
}

.pension_form h3 {color: #333;padding: 10px 0 20px;}

.checkbox_input {
    color: #333;
    text-align:center;
    padding-top: 5px;
}

.checkbox_input input {
    margin-right: 8px;
    position: relative;
    top: 1px;
}

.checkbox_input a {
    color: #085283;
}

.pension_form .form_btn {
    margin-top: 12px;
}

.pension_form .form_btn input {
    background: linear-gradient(#0072bc,#0b456b);
    border: none;
    color: #fff;
    width: 100%;
    padding: 12px;
    font-size: 16px;
    text-transform: uppercase;
    border-radius: 4px;
    transition: all 0.5s ease-in-out;
    font-weight: bold;
    letter-spacing: 0.4px;
    cursor: pointer;
}

.pension_form .form_btn input:hover {background: linear-gradient(#0b456b, #0072bc);}

.pension_form i {
    background: #f2f2f2;
    width: 40px;
    height: 32px;
    text-align: center;
    line-height: 32px;
    border-radius: 3px 0 0 3px;
    display: inline-block;
}

.innerFormSection {
    text-align:left;
    padding: 0;
}

.retirementBg {
    background:url(../images/banner/retirement.jpg) no-repeat;
    background-size: cover;
    color: #4c4c4c;
    background-position: initial;
}

.innerFormBannerText {
    padding: 80px 0;
    color: #fff;
}

.innerFormBannerText h3 {
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.innerFormBannerText h3::after {
    content:'';
    position: absolute;
    width: 35px;
    height: 3px;
    background: #fc801b;
    left: 0;
    bottom: 0;
}

.innerFormBannerText p {
    color: #fff;
}

.headdingN {
    position: relative;
    text-align: center;
    margin-bottom: 35px;
    padding-bottom: 40px;
}

.headdingN::before {
    content:'';
    position: absolute;
    border: 4px solid #016fb6;
    top: 23px;
    left: 12%;
    right: 12%;
    bottom: 0;
    border-bottom: none;
}

.headdingN h3 {
    font-size: 40px;
    text-align: center;
    text-transform: uppercase;
    padding: 0 60px;
    display: inline-block;
    background: #fff;
    position: relative;
    font-weight: bold;
}

.keyBenefitsSection, .IllustrationSection, .WhyChooseSection {
    padding: 45px 0;
}

.keyBenefitsSection .keyBox {
    text-align: center;
    background: #f8fcff;
    padding: 25px 15px 15px;
    min-height: 275px;
    box-shadow: 0 0 2px #ced4d8;
    margin: 15px 3px;
}

.keyBenefitsSection .keyBox figure img {
    width: 90px;
    margin: auto;
}

.keyBenefitsSection .keyBox h4 {
    font-size: 16px;
    color: #0a4972;
    margin-bottom: 5px;
}

.IllustrationSection {
    background: #f0ebeb;
}

.IllustrationSection .headdingN h3 {background: #f0ebeb;}

.IllustrationSection .illusBox {
    /*! text-align: center; */
}

.IllustrationSection figure {
    margin-bottom: 25px;
    text-align: center;
}

.IllustrationSection .illusBox figure img {
    width: 90px;
}

.IllustrationSection .illusBox p {
    color: #6b6b6b;
}

.tbl {margin: 20px auto 20px;}

.tbl th, .tbl td {border: 4px solid #d9d8d8;padding: 4px 15px;background: #fff;text-align: center;}

.tbl th {background: #055e98;color: #fff;}

.WhyChooseContent {
    padding: 0 65px;
}

.whyBox1, .whyBox2 {
    /*! min-height:300px; */
    padding: 25px 40px;
}

.whyBox1 {
    background: #f8fcff;
    border: 1px solid #e9e9e9;
}

.whyBox1 figure {
    border-right: 1px solid #c8c8c8;
    text-align: center;
    margin-right: 15px;
}

.whyBox2 figure {
    border-left: 1px solid #c8c8c8;
    text-align: center;
    margin-left: 15px;
}

.whyBox1 figure img, .whyBox2 figure img {
    width: 100px;
}

.whyBox1 h4 {
    font-size: 20px;
    color: #055e98;
}

.whyBox1 p {
    font-size: 13px;
}

.whyBox2 h4 {
    font-size: 20px;
    color: #fff;
    text-align: right;
    padding-top: 10px;
}

.whyBox2 p {
    color: #fff;
    text-align: right;
    font-size: 13px;
}

.whyBox2 {
    background:#055e98;
}

.footertextSection {
    background: #e2e2e2;
    padding: 25px 0 20px;
}

.footertextSection p {
    color: #6b6b6b;
    margin-bottom: 8px;
    font-size: 13px;
}

.disclaimerContent {
    background: #cfcfcf;
    padding: 35px 0 25px;
}

.disclaimerContent p {
    color: #333;
}

.performanceSection {
    padding-bottom:45px;
}

.tabcontents {
    background: #f0ebeb;
    padding: 15px 25px;
    box-shadow: 0 0 2px #b3b3b3;
}

.tabcontents h3 {
    color: #055e98;
    font-size: 20px;
}

.tabcontents h6 {
    color: #333;
    font-size: 14px;
}

.formHeader {
    position: absolute;
    width: 100%;
    background: transparent;
    z-index: 999;
}

.formHeader .menu_section {background: transparent;position: relative;}

.reviewStar {
}

.reviewStar i {
    color: #f5a507;
    font-size: 13px;
}

.keyBenefitsSection .brands a {
    text-decoration:none;
}

.middleLinkSection {
    background:url(../images/bg/fundBg.jpg) no-repeat fixed;
    background-size:cover;
    padding: 80px 0;
    text-align: center;
}

.middleLinkSection a {
    color: #fff;
    border: 3px solid #fff;
    padding: 12px 35px;
    text-decoration: none;
    border-radius: 25px;
    text-transform: uppercase;
    font-weight: 600;
}

.middleLinkSection a:hover {background: #fff;color: #055e98;}

.tabcontents .tbl {
    margin-top:10px;
    font-size:13px;
}

.tabcontents .tbl th, .tabcontents .tbl td {
    border: 2px solid #d9d8d8;
}

.tableResponsive {
    overflow:auto;
}

/*Responsive*/

@media (min-width:768px) {

    .lsHidden {
        display:none;
    }

}

@media (max-width:767px) {

    .pension_form_content h3 {
        font-size: 20px;
        padding-bottom: 15px;
    }

    .pension_form {
        margin:0;
    }

    .pension_form_content {
        padding-bottom:0;
        overflow:hidden;
    }

    .pension_form .form_btn input {
        font-size:14px;
    }

    .headdingN {
        padding-bottom:0;
    }

    .headdingN h3 {
        font-size:20px;
        padding: 0 10px
    }

    .headdingN::before {
        top:-15px;
        bottom: 8px;
    }

    .tbl th, .tbl td {
        padding: 4px 6px;
    }

    .middleLinkSection {
        padding: 40px 0;
    }

    .middleLinkSection a {
        padding: 8px 15px;
        font-weight:normal;
        text-transform:capitalize;
    }

    .WhyChooseContent {
        padding: 0 15px;
    }

    .whyBox1, .whyBox2 {
        padding: 25px 15px;
        text-align: center;
        border:none;
    }

    .whyBox1 figure, .whyBox2 figure {
        border:none;
    }

    .xsHidden {
        display:none;
    }

    .whyBox2 h4, .whyBox2 p {
        text-align:center;
    }

    .tabcontents {
        padding:15px;
    }

    .tabcontents h3, .tabcontents h6 {
        text-align:center;
    }

    .bannerSection {
        background-position:initial;
        background-attachment: fixed;
        padding: 30px 0 15px;
    }

        .bannerSection h3 {
            font-size: 18px;
        }

    .bannerSection h5 {font-size: 14px;margin-bottom: 25px;}

    .bannerSection h4 {font-size: 16px;}

    .bannerSection .icon_box {padding-bottom: 10px;}

    .bannerSection .icon_box .icon img {
        width: 30px;
    }

    .bannerSection .icon_box .icon {
        width: 70px;
        height: 70px;
        line-height: 70px;
    }

    .menu_section .logo {
        display: block;
        text-align: center;
    }

    .bannerBottom {
        padding: 5px 0;
    }

    .bannerBottom ul li {
        display: block;
        width: 100% !important;
        border-right: none;
        border-bottom: 1px solid #dedede;
        padding: 5px 0;
        font-size: 16px;
    }
    
    .bannerBottom ul li h6 {font-size: 20px;}
    
    .bannerBottom ul li span {font-size: 13px;}

    .heading h3 {
        font-size: 18px;
        color: #055e98;
    }

    .Buying_section .heading ul {
        display:none;
    }

    .Buying_section .buyingBox {
        margin: 10px 0;
    }

    .Buying_section .buyingBox h5 {
        font-size:16px;
    }

    .footerText {
        background: #f3f3f3;
    }

    .footerText .footerTextLeft h3, .footerText .footerTextRight h3 {
        font-size: 20px;
        color: #055e98;
    }

    .footerText .footerTextRight {
        padding:0;
    }

    .footerText .footerTextLeft ul li {
        list-style: url('../images/dot.png');
        color: #212529;
    }

    .ExperienceSection {
        padding: 35px 0;
    }

    .ExperienceSection h2 {font-size: 20px;}

    .ExperienceSection h4 {
        font-size: 14px;
    }

    .copyrightSection p {
        text-align:center;
        margin-bottom: 0;
    }

    .ftrSocialLinks {
        text-align:center;
    }

    .subFooter .widget h3 {
        font-size: 18px;
    }

}

@media (min-width:768px) and (max-width:991px) {

    .pension_form_content h3 {
        font-size:24px;
    }

    .headdingN h3 {
        font-size:26px;
    }

    .WhyChooseContent {
        padding:0;
    }

    .whyBox1, .whyBox2 {
        padding: 25px 10px;
    }

    ul.tabs li a {
        font-size: 14px;
        text-align:left;
    }

    #cssmenu > ul > li > a {
        font-size: 13px !important;
        padding: 6px 10px !important;
    }

    .menu_section .logo {
        padding: 15px 0 10px;
    }

    .bannerSection h4 {
        font-size: 20px;
    }

    .bannerBottom ul li {
        width: 50% !important;
        margin: 6px 0;
        font-size: 18px;
    }

    .bannerBottom ul li:nth-child(2) {
        border:none;
    }

    .bannerBottom {
        padding: 5px 0;
    }

    .heading h3 {
        font-size: 22px;
    }

    .Buying_section .heading ul {
        display:none;
    }

    .Buying_section .buyingBox h5 {
        font-size:15px;
    }

    .Buying_section .buyingBox {
        margin: 15px 0;
    }

    .footerText .footerTextLeft h3, .footerText .footerTextRight h3 {
        font-size: 22px;
    }

    .footerText .footerTextRight {
        padding-left: 20px;
    }

    .ExperienceSection {
        padding: 35px 0;
    }

    .ExperienceSection h2 {font-size: 22px;}

    .ExperienceSection h4 {font-size:18px;}

    .subFooter .widget h3 {
        font-size: 18px;
    }

    .subFooter .widget ul li {
        vertical-align: top;
    }

}

@media (min-width:992px) and (max-width:1199px) {

    .headdingN h3 {
        font-size:36px;
    }

    #cssmenu > ul > li > a {
        padding: 10px 18px 9px !important;
    }

}