body {
    font-family: Helvetica, sans-serif;
    font-size: 14px;
    line-height: 20px;
    background: #fff;
    color: #666666;
    text-rendering: optimizeLegibilit;
    position: relative;
}

.mainwrapper {
    padding-top: 30px;
}

.r-info {
    padding-left: 40px;
}

.sitewidth {
    width: 940px;
    margin: auto;
    position: relative;
    top: 1px;
    left: 0px;
    height: 40px;
    /*height: 81px;*/
    clear:both;
}
    .sitewidth .clearfix{
        clear:both;
    }
    .lleft {
        width: 665px;
        float: left;
    }

.lright {
    width: 240px;
    float: right;
}

.mobilemenusection, .mmenuicon {
    display: none;
}

.prabut, .secbut {
    border: none;
    display: inline-block;
    padding: 6px 15px;
    color: #FFF;
    font-weight: bold;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    font-size: 12px;
    line-height: normal;
    cursor: pointer;
}

.prabut {
    background: #98272a;
}

    .prabut:hover {
        background: #98272a;
    }

.secbut {
    background: none;
    color: #98272a !important;
}

    .secbut:hover {
        color: #00b3f0 !important;
        text-decoration: underline !important;
    }

.paynow .secbut {
    font-weight: normal !important;
}

/******************************** Layout ********************************/
/*logo*/
.topsection {
    background: #fff;
    height: 60px;
}

    .topsection.topnone {
        display: none;
    }

.logo {
    width: 160px;
    float: left;
    position: relative;
    padding-top: 0px;
}

.topright {
    float: right;
    padding-top: 15px;
}

.comanyname {
    font-size: 22px;
    color: #0c4ca3;
    line-height: 16px;
    text-align: right;
    display: block;
}

    .comanyname b {
        font-size: 11px;
        line-height: 11px;
    }

.topnoti {
    float: right;
    padding-top: 26px;
}

.toptotimenu li {
    float: left;
    margin-left: 8px;
    position: relative;
    line-height: normal;
}

    .toptotimenu li.usernav {
        border-left: #cccccc 1px dotted;
        padding: 0px 20px 0px 10px;
        background: url(../images/userdownarrow.png) no-repeat 98% 15px;
    }

.toptotimenu img {
    -webkit-border-radius: 36px;
    -moz-border-radius: 36px;
    border-radius: 36px;
}

.mobilenav {
    display: none;
}

/*Notification  Menu*/
.notonav {
    position: relative;
}

    .notonav .noof {
        position: absolute;
        width: 14px;
        height: 14px;
        text-align: center;
        color: #FFF;
        background: #ab218e;
        top: -4px;
        left: -6px;
        z-index: 2;
        font-size: 10px;
        font-weight: bold;
        line-height: 14px;
        border-radius: 12px;
        -moz-border-radius: 12px;
        -webkit-border-radius: 12px;
    }

.notisub {
    display: none;
}

.notonav:hover .notisub {
    background: #f7f7f7;
    border: #cccccc 1px solid;
    width: 160px;
    min-height: 100px;
    position: absolute;
    top: 15px;
    right: 0px;
    z-index: 1;
    padding: 0px 10px;
    font-size: 12px;
    display: block;
}

.notisublist li {
    border-bottom: #cccccc 1px solid;
    padding: 10px 0px;
    color: #999;
}

    .notisublist li:last-child {
        border-bottom: none;
    }

.pre-name {
    color: #0e4ea4;
}

.pre-date {
    color: #01a4f1;
}

.pre-action {
    padding-top: 10px;
}

    .pre-action a {
        display: block;
        padding: 2px 5px;
        color: #fff;
        background: #0e4ea4;
        width: 60%;
        margin: auto;
        text-align: center;
    }

/*User Seeting Menu*/
.logout {
    border-left: #CCC 1px dotted;
    padding: 0 10px;
}

    .logout a {
        color: #98272a;
    }

/*Main Menu*/
.header {
    background: #98272a;
    min-height: 42px;
    color: #FFF;
}

    .header.headerfixed {
        position: fixed;
        top: 0px;
        width: 100%;
        z-index: 99999;
    }

.logo2 {
    float: left;
    padding-top: 8px;
    width: 180px;
    display: none;
}

.header.headerfixed .logo2 {
    display: block;
}

.mainmenu {
    float: left;
}

    .mainmenu li {
        float: left;
    }

        .mainmenu li a {
            display: block;
            line-height: 42px;
            padding: 0px 20px;
            text-align: center;
            color: #FFF;
            font-weight: bold;
            font-size: 15px;
        }

            .mainmenu li a:hover, .mainmenu li.active a {
                background: #01a4f1;
            }

.notlogout {
    float: right;
    padding-top: 12px;
}

    .notlogout li {
        float: left;
        margin-left: 10px;
        position: relative;
        line-height: normal;
    }

        .notlogout li a {
            color: #fff;
        }

.notonav .notify {
    background: url(../images/notify.png) no-repeat bottom left;
    width: 15px;
    height: 16px;
    text-indent: -99999px;
    display: block;
}

.logout .settingicon {
    background: url(../images/setting.png) no-repeat bottom left;
    width: 16px;
    height: 16px;
    text-indent: -99999px;
    display: block;
}

.settings-flyout:before {
    top: -11px;
    content: "";
    right: 10px;
    position: absolute;
    background: url(../images/tip_toparrow.png) no-repeat;
    width: 14px;
    height: 11px;
    z-index: 2;
}

.settings-flyout {
    background: #fff;
    border: 1px solid #B9B9B9;
    display: none;
    position: absolute;
    top: 26px;
    right: 0px;
    width: 150px;
    -webkit-box-shadow: 0 0 2px 2px #B9B9B9;
    box-shadow: 0 0 2px 2px #B9B9B9;
    border-radius: 3px;
    z-index: 99999;
}

.logout:hover .settings-flyout {
    display: block;
}

.settings-flyout li {
    float: none;
    position: static;
    margin-left: 0;
}

    .settings-flyout li a {
        border-bottom: 1px solid #ccc;
        padding: 8px 0 8px 20px;
        display: block;
        color: #666;
    }

        .settings-flyout li a:hover {
            color: #98272a;
        }

    .settings-flyout li.last a {
        border-bottom: none;
    }

/*********************************************************** Pre Pay online ***********************************************/
.prepaycnames .poldnum {
    padding: 0px;
    font-weight: bold;
    color: #0c4ca3;
    font-size: 15px;
    line-height: 15px;
}

.prepaycnames .polname {
    padding: 8px 0 10px 0px;
    color: #666;
    font-size: 12px;
    line-height: 12px;
}

.pre-payonlinetable {
    width: 100%;
    border-collapse: collapse;
    font-size: 11px;
    line-height: 15px;
    border-top: #cccccc 1px solid;
    margin-bottom: 50px;
}

    .pre-payonlinetable tr:nth-of-type(even) {
        background: #f7f7f7;
    }

    .pre-payonlinetable th {
        background: #f7f7f7;
        color: #98272a;
        font-weight: bold;
        padding: 10px 2px;
    }

    .pre-payonlinetable td {
        padding: 10px 5px;
    }

    .pre-payonlinetable td, .pre-payonlinetable th {
        text-align: left;
        vertical-align: top;
        border-bottom: #cccccc 1px solid;
    }

        .pre-payonlinetable th.last, .pre-payonlinetable td.last {
            width: 60px;
        }

.prepaynowtab {
    background: #50b849;
    border: none;
    display: inline-block;
    padding: 5px;
    color: #FFF;
    font-weight: bold;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    font-size: 11px;
    line-height: normal;
}

    .prepaynowtab:hover {
        background: #3dac35;
    }
/*************** Footer ***************/
.footersection {
    padding: 30px 0px;
    font-size: 10px;
}

.fnav {
    float: left;
    width: 810px;
    color: #656565;
    font-weight: bold;
    font-size: 9px;
    padding-top: 5px;
}

    .fnav li {
        float: left;
        border-right: #CCC 1px solid;
        line-height: 10px;
    }

    .fnav a {
        color: #98272A;
        padding: 0px 3px;
    }

    .fnav li:last-child {
        border-right: none;
    }

.classfnavright {
    float: right;
    width: 100px;
    font-size: 8px;
}

.fnavright {
    float: right;
}

    .fnavright li {
        float: left;
        padding-left: 6px;
    }

        .fnavright li.feeback a {
            background: #cccccc;
            color: #333333;
            padding: 4px 6px;
        }

.fs2 {
    padding: 20px 0px;
}

.flogo {
    float: left;
    display:none;
}

.social_wrap {
    float: left;
    padding-left: 35px;
    padding-top: 14px;
    display: none;
}

    .social_wrap ul li {
        padding: 0 3px;
        background: none;
        float: left;
    }

        .social_wrap ul li a {
            display: block;
            width: 21px;
            height: 21px;
        }

            .social_wrap ul li a.ft {
                background: url(../images/social_logo.gif) no-repeat;
            }

            .social_wrap ul li a.twt {
                background: url(../images/social_logo.gif) no-repeat -27px;
            }

        .social_wrap ul li.select_wrap {
            background: url("../images/select_bg.gif") no-repeat scroll 0 0;
            color: #FFFFFF;
            font-size: 1.1em;
            height: 19px;
            margin-left: 3px;
            margin-top: -1px;
            padding-left: 8px;
        }

    .social_wrap select {
        border: #CCC 1px solid;
        padding: 2px;
        background: #98272a;
        color: #FFF;
    }

.disclaimer {
    width: 100%;
    float: right;
    color: #999999;
    text-align: justify;
    line-height: 14px;
}
 .disclaimer strong {
        font-weight: 700 !important;
    }
.disclaimer a, .fnav a {
    color: #98272a;
} 
.vesilogo {
    text-align: right;
    padding: 5px 0px;
}

/*********************************************************** Steps Wizard ***********************************************/
.pagebre {
    margin-bottom: 20px;
    border-bottom: #e1e1e1 1px solid;
    padding-bottom: 15px;
}

    .pagebre li {
        float: left;
        color: #98272a;
        font-size: 18px;
        font-weight: 600;
    }

        .pagebre li a {
            background: url(../images/page-arrow.png) no-repeat right center;
            padding-right: 20px;
            margin-right: 10px;
        }

.stepswizard {
    list-style: none;
    overflow: hidden;
    margin-bottom: 20px;
}

    .stepswizard li {
        float: left;
    }

        .stepswizard li a {
            color: white;
            text-decoration: none;
            padding: 0px 0 0px 40px;
            background: #98272a; /* fallback color */
            background: #98272a;
            font-size: 30px;
            line-height: 40px;
            position: relative;
            display: block;
            float: left;
            height: 40px;
            width: 140px;
            text-align: center;
            font-weight: bold;
        }

            .stepswizard li a span {
                line-height: 22px;
                font-size: 15px;
                position: relative;
                top: -5px;
            }

            .stepswizard li a:after {
                content: " ";
                display: block;
                width: 0;
                height: 0;
                border-top: 40px solid transparent; /* Go big on the size, and let overflow hide */
                border-bottom: 40px solid transparent;
                border-left: 30px solid #98272a;
                position: absolute;
                top: 50%;
                margin-top: -40px;
                left: 100%;
                z-index: 2;
            }

            .stepswizard li a:before {
                content: " ";
                display: block;
                width: 0;
                height: 0;
                border-top: 40px solid transparent; /* Go big on the size, and let overflow hide */
                border-bottom: 40px solid transparent;
                border-left: 30px solid white;
                position: absolute;
                top: 50%;
                margin-top: -40px;
                margin-left: 2px;
                left: 100%;
                z-index: 1;
            }

        .stepswizard li:first-child a {
            padding-left: 20px;
        }

        .stepswizard li.active a {
            background: #ac208e;
        }

            .stepswizard li.active a:after {
                border-left-color: #ac208e !important;
            }


/***********************  All Forms ************************/
/*Forms Basic Styles*/
input[type='text'] {
    border: #cccccc 1px solid;
    padding: 8px;
    color: #666;
}

    input[type='text']:focus {
        border-color: #98272a;
    }

select {
    border: #cccccc 1px solid;
    padding: 8px;
    border-radius: 3px;
    color: #666;
}

    select:focus {
        border-color: #98272a;
    }

.prabut:focus, .secbut:focus {
    border: none;
}
/*Upload Button*/
.fileUpload {
    position: relative;
    overflow: hidden;
    margin: 10px;
    width: 84px;
    text-align: center;
}

    .fileUpload input.upload {
        position: absolute;
        top: 0;
        right: 0;
        margin: 0;
        padding: 0;
        font-size: 20px;
        cursor: pointer;
        opacity: 0;
        filter: alpha(opacity=0);
    }

/***********************  Table Styles ************************/
/*All Table Styles*/
.ts {
    width: 100%;
    border-collapse: collapse;
    border: #cccccc 1px solid; /* border-bottom:none;*/
    font-size: 12px;
}

    .ts tr:nth-of-type(even) {
        background: #f7f7f7;
    }

    .ts th {
        background: #f7f7f7;
        color: #98272a;
        font-weight: bold;
        padding: 10px 15px;
    }

    .ts td {
        padding: 20px 15px;
    }

    .ts td, .ts th {
        border-bottom: #cccccc 1px solid;
        text-align: left;
        vertical-align: middle;
    }

/*All Table Styles2*/
.ts2 {
    width: 100%;
    border-collapse: collapse;
    border: #cccccc 1px solid;
    border-bottom: none;
    font-size: 12px;
}

    .ts2 tr:nth-of-type(even) {
        background: #f7f7f7;
    }

    .ts2 th {
        background: #f7f7f7;
        color: #98272a;
        font-weight: bold;
        padding: 10px 15px;
    }

    .ts2 td {
        padding: 10px 15px;
    }

    .ts2 td, .ts2 th {
        border-bottom: #cccccc 1px solid;
        text-align: left;
        vertical-align: middle;
    }


/*********************************************************** Home Page***********************************************/
.pro_serv {
    padding-bottom: 0;
}

.profiletimeline li:before {
    border-left: 1px solid #01a4f1;
    bottom: 0;
    content: "";
    left: 81px;
    margin-left: -10px;
    position: absolute;
    top: 0;
    z-index: -1;
}

.profiletimeline li.last:after {
    border-left: none;
    bottom: 0;
    content: "";
    left: 13%;
    margin-left: -10px;
    position: absolute;
    top: 0;
    z-index: -1;
}

.policy-title {
    display: block;
    color: #696a6d;
    width: 140px;
    float: left;
    text-align: center;
    background: #fff;
}

    .policy-title span {
        background: #FFF;
    }

    .policy-title .icon-policy, .policy-title .icon-funds, .policy-title .icon-services {
        width: 54px;
        margin: auto;
        height: 54px;
        display: block;
    }

    .policy-title .icon-policy {
        background: url(../images/timeline-policies.png) no-repeat center center;
    }

    .policy-title .icon-funds {
        background: url(../images/timeline-funds.png) no-repeat center center;
    }

    .policy-title .icon-services {
        background: url(../images/timeline-services.png) no-repeat center center;
    }

.prof_left {
    position: relative;
}

.policy_numbers, .funds, .myactivity {
    float: left;
    width: 515px;
    border-bottom: 1px solid #CCCCCC;
    margin: 0 0 20px 10px;
}

/*Welcome*/
.userwelcomesection {
    border-bottom: #ccc 1px dotted;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.weluser {
    width: 110px;
    height: 110px;
    margin: auto;
    position: relative;
}

    .weluser .mainuser {
        width: 110px;
        height: 110px;
        margin: auto;
        -webkit-border-radius: 110px;
        -moz-border-radius: 110px;
        border-radius: 110px;
        cursor: pointer;
    }

.imgupload {
    position: absolute;
    bottom: -7px;
    left: 6px;
    display: none;
}

    .imgupload span {
        background: none;
    }

.weluser:hover .imgupload {
    display: block;
}

.yourdetail {
    padding: 10px 0px 0 0px;
    color: #666;
}

.yourdetailicons {
    width: 120px;
    margin: auto;
    margin-top: 10px;
}

    .yourdetailicons li {
        width: 40px;
        text-align: center;
        float: left;
        position: relative;
    }

        .yourdetailicons li span {
            background: url(../images/ydetails.png) no-repeat;
            width: 24px;
            height: 20px;
            display: block;
            text-indent: -99999px;
        }

            .yourdetailicons li span.book {
                background-position: 0 0;
            }

        .yourdetailicons li a:hover span.book {
            background-position: 0 -20px;
        }

        .yourdetailicons li span.mobile {
            background-position: -24px 0;
        }

        .yourdetailicons li a:hover span.mobile {
            background-position: -24px -20px;
        }

        .yourdetailicons li span.msg {
            background-position: -48px 0;
        }

        .yourdetailicons li a:hover span.msg {
            background-position: -48px -20px;
        }

.book-flyout:before, .mobile-flyout:before, .msg-flyout:before {
    background: url("../images/tip_toparrow.png") no-repeat right top;
    content: "";
    height: 11px;
    left: 24px;
    position: absolute;
    top: -11px;
    width: 14px;
}

.book-flyout {
    padding: 15px;
    position: absolute;
    top: 30px;
    left: -20px;
    width: 280px;
    z-index: 999;
    font-size: 12px;
    background: #FFFFFF;
    border: 1px solid #B9B9B9;
    border-radius: 3px;
    box-shadow: 0 0 3px 2px #B9B9B9;
    display: none;
}

    .book-flyout .td1 {
        width: 85px;
    }

    .book-flyout .td2, .mobile-flyout .td2, .msg-flyout .td2 {
        width: 10px;
    }

.mobile-flyout, .msg-flyout {
    padding: 15px;
    position: absolute;
    top: 30px;
    left: -20px;
    width: 210px;
    z-index: 999;
    font-size: 12px;
    background: #FFFFFF;
    border: 1px solid #B9B9B9;
    border-radius: 3px;
    box-shadow: 0 0 3px 2px #B9B9B9;
    display: none;
}

    .mobile-flyout .td1 {
        width: 130px;
    }

    .msg-flyout .td1 {
        width: 50px;
    }

.yourdetailicons li.bookopen:hover .book-flyout {
    display: block;
}

.yourdetailicons li.mobileopen:hover .mobile-flyout {
    display: block;
}

.yourdetailicons li.msgopen:hover .msg-flyout {
    display: block;
}

.profile-dets {
    float: left;
    width: 515px;
    margin-left: 10px;
}

.welcome {
    color: #98272a;
    font-size: 25px;
    margin-bottom: 6px;
}

    .welcome span {
        font-weight: bold;
    }

.today {
    color: #333;
}

.profile-dets h3 strong {
    font-weight: bold;
}

.payalert {
    background: #fff;
    border: #d3d3d3 1px solid;
    padding: 10px 15px;
    margin-top: 20px;
    line-height: 20px;
    position: relative;
}

.alert {
    color: #ab218e;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: bold;
}

    .alert img {
        vertical-align: bottom;
        margin-right: 6px;
    }

.welpolicname {
    color: #98272a;
}

.paynow {
    margin-top: 10px;
}

.usertimeline {
    position: relative;
}

/*Profile Policy*/
.policylistbox {
    width: 663px;
    border: 1px solid #ccc;
    padding-top: 15px;
    margin-bottom: 20px;
}

.polnameandnum {
    position: relative;
}

.polname {
    padding: 0px 15px 6px;
    font-weight: bold;
    color: #0c4ca3;
    font-size: 15px;
    line-height: 15px;
}

.poldnum {
    padding: 0px 15px 15px;
    color: #666;
    font-size: 12px;
    line-height: 12px;
}

.polsummary {
    position: relative;
    height: 150px;
    border-top: #d2d2d2 1px solid;
}

.polsummarybg {
    position: absolute;
    z-index: 1;
    width: 663px;
    height: 150px;
    overflow: hidden;
}

    .polsummarybg img {
        height: 150px;
    }

.polsummarytable {
    width: 230px;
    padding: 15px;
    background: rgba(256, 256, 256, .9);
    position: absolute;
    right: 0px;
    top: 0px;
    height: 120px;
    z-index: 2;
}

    .polsummarytable td {
        padding: 2px;
        font-size: 11px;
    }

    .polsummarytable .td1 {
        width: 200px;
        color: #707170;
    }

    .polsummarytable .td2 {
        width: 10px;
        color: #707170;
    }

    .polsummarytable .td3 {
        width: 90px;
        color: #666666;
        font-weight: bold;
    }

.polactions {
    border-top: #cccccc 1px solid;
    background: #f7f7f7;
}

.polactionsleft {
    float: left;
    width: 622px;
}

.polpadduedates {
    float: left;
    width: 50%;
}

    .polpadduedates a {
        padding: 0px 0px 0px 15px;
        color: #666;
        line-height: 40px;
        font-size: 12px;
    }

.polpaddueactions {
    float: right;
    width: 45%;
    text-align: right;
    padding: 7px 15px 0px 0px;
    position: relative;
}

.praupdown {
    float: right;
    width: 40px;
    border-left: #cccccc 1px solid;
    background: #f7f7f7;
}

    .praupdown a {
        display: block;
        width: 40px;
        height: 40px;
        text-align: center;
        line-height: 40px;
        text-indent: -999999px;
        background: url(../images/ic_dropdown.png) no-repeat center center;
    }

    .praupdown.down {
        background: #ababae;
    }

        .praupdown.down a {
            background: url(../images/ic_dropdown_hover.png) no-repeat center center;
        }

.polotheractions {
    background: #ababae;
    padding: 15px;
    display: none;
    color: #fff;
}

    .polotheractions li {
        float: left;
        width: 240px;
        padding: 0 0px 15px;
    }

        .polotheractions li a {
            color: #FFF;
        }

        .polotheractions li.last {
            padding: 0;
        }

.prof_left .policylistbox {
    width: auto;
    margin-bottom: 20px;
}

.prof_left .polsummarybg {
    width: 513px;
    height: 150px;
    overflow: hidden;
}

/*Profile Funds*/
.funds-list li {
    padding-bottom: 20px;
}

.policy-funds .fnumber {
    font-size: 12px;
}

    .policy-funds .fnumber strong {
        font-weight: bold;
        font-size: 18px;
    }

.policy-funds .fname {
    font-size: 15px;
    font-weight: bold;
    color: #0C4CA3;
    line-height: 15px;
}

.policy-funds .fvalue {
    padding-top: 10px;
    margin-bottom: 2px;
    font-size: 12px;
}

.policy-funds .finvst {
    font-size: 12px;
}

    .policy-funds .finvst a:hover {
        color: #98272a;
    }

.policy-funds .fcost {
    font-size: 23px;
    font-weight: bold;
    color: #98272a;
    margin-bottom: 2px;
}

.fup {
    background: url(../images/icon-up.png) no-repeat right center;
    padding-right: 30px;
}

/*My Activity*/
.pro_serv .myactivity {
    margin-bottom: 0px;
}

.myactivity ul {
    border: 1px solid #ccc;
    border-bottom: none;
}

.myactivity li {
    border-bottom: 1px solid #ccc;
    padding: 10px 15px;
    overflow: hidden;
    min-height: 45px;
}

    .myactivity li span {
        width: 24px;
        height: 24px;
        display: block;
        float: left;
        margin: 0 10px 0 0;
        border-bottom: none;
        background: url(../images/my-activityicons.png) no-repeat;
    }

        .myactivity li span.paid-premium {
            background-position: -2px top;
        }

        .myactivity li span.charngeaddress {
            background-position: -28px top;
        }

        .myactivity li span.fundswitch {
            background-position: -54px top;
        }

        .myactivity li span.gen-statement {
            background-position: -78px top;
        }

.activityname {
    margin-top: -2px;
}

    .activityname a i {
        color: #0c4ca3;
    }

    .activityname a:hover {
        text-decoration: underline;
    }

.policynum {
    margin: 0 0 0 33px;
    line-height: 16px;
    font-size: 12px;
}

.activitydate {
    font-size: 10px;
    line-height: 10px;
    color: #999;
    float: right;
}

.loadmore {
    background: #eaeaea;
}

    .loadmore a {
        color: #7f7f7f;
        font-weight: bold;
        text-align: center;
        display: block;
        padding: 5px 10px;
        font-size: 12px;
        background: #f7f7f7;
        border-left: 1px solid #ccc;
        border-right: 1px solid #ccc;
    }

/*********************************************************** Company Portfolio ***********************************************/
.leftservices {
    width: 48%;
    float: left;
}

.rgtservices {
    width: 48%;
    margin-left: 4%;
    float: left;
}

.servicesblock {
    border: 1px solid #ccc;
    border-radius: 3px;
    margin-bottom: 20px;
}

.servtitle {
    padding: 15px;
    color: #98272a;
    font-weight: bold;
    font-size: 16px;
}

    .servtitle a:hover {
        color: #666;
    }

    .servtitle img {
        margin-right: 5px;
        vertical-align: middle;
    }

.cplist {
    border-top: 1px solid #ccc;
    padding: 10px 15px;
}

.serviceslist {
    border-top: 1px solid #ccc;
}

    .serviceslist li {
        border-bottom: 1px dotted #ccc;
        font-size: 13px;
        margin: 0 20px;
    }

        .serviceslist li a {
            padding: 10px;
            display: block;
        }

            .serviceslist li a:hover {
                color: #98272a;
            }

        .serviceslist li.last {
            border-bottom: none;
        }

.downloadforms a {
    color: #98272a;
    font-size: 16px;
    font-weight: bold;
    padding: 15px 25px 15px 40px;
    border: 1px solid #ccc;
    border-radius: 3px;
    margin-bottom: 20px;
    display: block;
}

.mtminus5 {
    margin-top: -5px;
}

.mtminus3 {
    margin-top: -3px;
}

.downloadforms a:hover {
    background: #e2e2e2;
}

/* Company Funds */
.switchdate {
    color: #ccc;
    position: absolute;
    bottom: 11px;
    right: 15px;
    font-size: 11px;
}

.fundsdetails {
    width: 210px;
    background: rgba(256, 256, 256, .9);
    position: absolute;
    right: 0px;
    top: 0px;
    height: 130px;
    z-index: 2;
    padding: 10px;
}

    .fundsdetails table {
        width: 100%;
    }

    .fundsdetails td {
        padding: 3px 2px;
        font-size: 11px;
    }

    .fundsdetails .td1 {
        width: 100px;
        line-height: 13px;
    }

    .fundsdetails .td2 {
        width: 10px;
    }

    .fundsdetails .td3 {
        font-weight: bold;
    }

.fundtype {
    font-size: 11px;
    margin: 0 0 8px 2px;
}

    .fundtype a {
        color: #98272a;
        text-decoration: underline;
    }

        .fundtype a:hover {
            text-decoration: none;
        }

.btmbtn {
    border-top: 1px solid #ccc;
    padding: 8px 5px 8px 10px;
    font-size: 12px;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 93%;
}

/* Fund Details */
.funddetailstable tr.last td strong {
    font-weight: bold;
    color: #98272a;
}

.fundsinvest {
    width: 100%;
    margin-bottom: 20px;
}

.fundsinvesttitle {
    font-size: 30px;
    color: #98272a;
    font-weight: bold;
    line-height: 25px;
    margin-bottom: 5px;
}

.descp {
    color: #333;
    font-size: 16px;
    padding: 20px;
}

.ulplan {
    float: left;
    border-right: 1px solid #999;
    font-size: 16px;
    padding: 6px 20px 0 0;
    color: #98272a;
    margin: 15px 20px 0 0;
    height: 46px;
}

.totalfund {
    float: left;
    margin: 15px 0 0;
    font-weight: bold;
    color: #98272a;
}

.tfund {
    font-size: 16px;
    line-height: 16px;
}

.tfvalue {
    font-size: 36px;
    line-height: 40px;
}

.betterfval {
    background: #f7f7f7;
    border: #cccccc 1px solid;
    margin-top: 20px;
}

    .betterfval .text {
        padding: 10px 15px;
    }

.poldetboxactions {
    padding: 10px 15px;
    text-align: right;
}

/* Future Premium Allocation */
.fspolname {
    color: #0C4CA3;
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 5px;
    line-height: 15px;
}

.fspoldnum {
    font-size: 12px;
}

.total {
    font-weight: bold;
    color: #98272a;
}

/* Company Profile */
.lgtuser {
    float: left;
}

.rgtuser {
    float: right;
    border: 1px solid #ccc;
    padding: 5px;
    margin: 0 20px 0 0;
}

.updatepic {
    display: block;
    color: #98272a;
    text-decoration: underline;
    text-align: center;
    font-size: 12px;
    width: auto !important;
    margin: 0;
}

    .updatepic:hover {
        text-decoration: none;
    }

.lgtuser .cud {
    width: 340px;
}

/* Premium Contribution */
.conthistory td, .prehist td {
    padding: 10px 15px;
}

/*********************************************************** Our Services ***********************************************/
.newaddform {
    border-bottom: #e1e1e1 1px solid;
    padding-bottom: 20px;
    margin-bottom: 20px !important;
}

.newaddformactions {
    margin-bottom: 20px;
}

.newaddform .dob {
    width: 42px !important;
}

.estatementform li {
    margin-bottom: 10px;
}

    .estatementform li:last-child {
        margin-bottom: 0;
    }

.estlabel {
    width: 150px;
    float: left;
    margin: 0 20px 0 0;
    position: relative;
}

    .estlabel:after {
        content: "";
        display: block;
        width: 10px;
        color: #8f8f8f;
        right: 0px;
        top: 0px;
        position: absolute;
        z-index: 2;
    }

.estoptions, .estoptions1 {
    float: left;
}

    .estoptions .dk_toggle {
        width: 220px !important;
    }

    .estoptions1 .dk_toggle {
        width: 320px !important;
    }

.estto {
    margin: 6px 22px 0;
    float: left;
}

.editcuaddress .estlabel {
    margin: 4px 20px 0 0;
}

.estatementform .dk_options_inner li {
    margin-bottom: 0;
}

.estoptions input {
    border: #cccccc 1px solid;
    padding: 6px 8px;
    width: 90%;
    border-radius: 3px;
    color: #666;
    width: 240px;
    font-size: 14px;
}

    .estoptions input:hover, .estoptions input:focus {
        border-color: #98272a;
    }

.dob {
    width: 32px !important;
    margin-right: 5px;
}

.estyears .dk_toggle {
    width: 62px !important;
}

.estoptions .radio input {
    width: auto;
    padding: 0;
}

.formstatusmessage {
    clear: both;
    background: #f7f7f7 url(../images/process.png) no-repeat 10px center;
    border: #ccc 1px solid;
    padding: 10px;
    margin-top: 20px;
    padding-left: 40px;
    color: #98272a;
    font-weight: bold;
    font-size: 12px;
}

/*Application Form*/
.applicationform td, .investupdate td, .policyserform td {
    padding: 10px 15px;
}

    .policyserform td .dk_container {
        font-size: 12px;
    }

    .policyserform td .dk_toggle {
        padding: 2px 30px 2px 10px;
    }

/* Profile Title */
.profiletitles {
    color: #98272a;
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 20px;
}

/* Upload File */
.uploadfile input[type="file"] {
    z-index: 999;
    line-height: 0;
    font-size: 50px;
    position: absolute;
    opacity: 0;
    filter: alpha(opacity = 0);
    -ms-filter: "alpha(opacity=0)";
    cursor: pointer;
    _cursor: hand;
    left: 0;
    display: none;
}

.rjsp-upload {
    width: 370px;
}

    .rjsp-upload input[type="text"] {
        border: none;
        width: 242px;
        color: #949494;
        padding-left: 10px;
        height: 17px;
        background: #fff;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        float: left;
        border: 1px solid #CCC;
        margin-right: 20px;
    }

    .rjsp-upload .secbut {
        margin-top: 3px;
    }

.filesize:after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 0;
    z-index: 2;
}

/* RJSP */
.rjsp-txtarea {
    height: 60px;
    border: 1px solid #CCCCCC;
    border-radius: 3px;
    color: #666666;
    padding: 5px 8px;
    width: 242px;
    resize: none;
}

    .rjsp-txtarea:hover, .rjsp-txtarea:focus {
        border-color: #98272a;
    }

/* Change My Password */
.namecorr li {
    margin-bottom: 10px;
}

.nclabel {
    width: 160px;
    float: left;
    margin: 4px 20px 0 0;
    position: relative;
}

    .nclabel:after {
        content: "";
        display: block;
        width: 10px;
        color: #8f8f8f;
        right: 0px;
        top: 0px;
        position: absolute;
        z-index: 2;
    }

.ncinputs {
    float: left;
    width: 260px;
}

    .ncinputs .dk_toggle {
        width: 210px !important;
    }

.egtext {
    /*text-overflow:ellipsis;white-space:nowrap;overflow:hidden;*/
    padding: 6px 0;
}

.ncinputs input {
    border: #cccccc 1px solid;
    padding: 5px 8px;
    width: 90%;
    border-radius: 3px;
    color: #666;
}

    .ncinputs input:hover, .ncinputs input:focus {
        border-color: #98272a;
    }

.namecorr .dk_options_inner li {
    margin-bottom: 0;
}

/* Alert Box */
.alertbox {
    background: #F7F7F7;
    border: 1px solid #ccc;
    padding: 10px 15px;
    font-size: 12px;
    margin: 20px 0 0 0;
}

    .alertbox span {
        color: #ac208e;
    }

.alertactions {
    float: right;
    margin-top: 10px;
}

    .alertactions a {
        color: #98272a;
    }

        .alertactions a:hover, .alertactions a.active {
            color: #ac208e;
        }

.cppad {
    margin-top: 4px;
}

.cpalerts {
    background: url(../images/checked.png) no-repeat;
    width: 16px;
    height: 15px;
    float: left;
    margin: 5px 10px 10px 0;
}

/* Change Address */
.profiletitles {
    color: #98272a;
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 20px;
}

.profiletitles2 {
    color: #666;
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 20px;
    border-bottom: #e1e1e1 1px solid;
    padding-bottom: 10px;
}

.profiletitles3 {
    color: #666;
    font-size: 15px;
    font-weight: bold;
}

.profiletitles4 {
    font-size: 16px;
    border-bottom: #e1e1e1 1px solid;
    padding-bottom: 10px;
}

    .profiletitles4 span {
        color: #98272a;
    }

.currentaddress {
    margin-bottom: 30px;
}

.cuaddress li {
    margin-bottom: 10px;
}

    .cuaddress li:last-child {
        margin-bottom: 0;
    }

.cul, .ddecslabel {
    width: 150px;
    float: left;
    margin: 0 20px 0 0;
    position: relative;
}

    .cul:after, .ddecslabel:after {
        content: "";
        display: block;
        width: 10px;
        color: #8f8f8f;
        right: 0px;
        top: 0px;
        position: absolute;
        z-index: 2;
    }

    .cul .mandatory, .mandatory {
        color: #ac208e;
    }

.cud {
    float: left;
    width: 200px;
}

    .cud input {
        border: #cccccc 1px solid;
        padding: 5px 8px;
        width: 90%;
        border-radius: 3px;
        color: #666;
        font-size: 14px;
    }

        .cud input[type="radio"] {
            width: auto;
            padding: 0;
        }

        .cud input:hover, .cud input:focus {
            border-color: #98272a;
        }

    .cud select {
        width: 283px;
    }

.ddecslabel {
    width: 220px;
}

.cud textarea {
    border: #cccccc 1px solid;
    width: 90%;
    height: 60px;
    resize: none;
    border-radius: 3px;
    padding: 8px;
    color: #666;
}

    .cud textarea:hover, .cud textarea:focus {
        border-color: #98272a;
    }

.cud2 {
    float: left;
    margin: 8px 0 0 0;
    font-size: 12px;
}
/*.cud2 img{vertical-align:middle;margin-right:5px;}
.confirmlist { margin-left:24px; list-style:decimal;}
.confirmlist li { margin-bottom:10px;}*/
.editcuaddress .cul, .editcuaddress .ddecslabel {
    margin: 4px 20px 0 0;
}

.cuaddress .dk_options_inner li {
    margin-bottom: 0;
}

.mgrtop {
    margin-top: 0 !important;
}

.optdec {
    margin-bottom: 20px;
}

.src-status {
    color: #ab218e;
    font-weight: bold;
    background: url(../images/checked.png) no-repeat 10px center;
    margin: 15px 0px 20px 0px;
    padding-left: 40px;
    font-size: 15px;
}

.src-dec {
    margin-bottom: 20px;
}

    .src-dec a {
        color: #ab218e;
    }

.src-trakser {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: #e1e1e1 1px solid;
}

    .src-trakser a {
        color: #98272a;
        text-decoration: underline;
    }

        .src-trakser a:hover {
            text-decoration: none;
        }

/* Note */
.note {
    margin-top: 20px;
}

    .note span {
        color: #ab218e;
    }

.glclick {
    color: #98272a;
}

    .glclick:hover {
        color: #03448f;
        text-decoration: underline;
    }

.notes {
    font-size: 12px;
    margin-top: 4px;
}

/*********************************************************** Group Members ***********************************************/
.additiontable td, .deletiontable td {
    padding: 10px 15px;
}

/* Transaction History */
.thtable th, .thtable td, .thtable2 th, .thtable2 td {
    padding: 10px;
}

.thtable a {
    color: #98272a;
}

    .thtable a:hover {
        text-decoration: underline;
    }

.thbtns {
    width: 140px;
}

    .thbtns a {
        color: #fff;
    }

        .thbtns a:hover {
            text-decoration: none;
        }

.pending {
    color: #f15922;
}

.success {
    color: #4db848;
}

.fail {
    color: #c00000;
}

/* Request Upload */
.downloadlinks {
    float: left;
    margin-left: 10px;
}

    .downloadlinks a {
        font-size: 12px;
        color: #98272a;
    }

        .downloadlinks a:hover {
            text-decoration: underline;
        }

/* Pagination */
.srfpagination {
    text-align: right;
    margin-top: 10px;
}

    .srfpagination span {
        font-size: 20px;
        padding: 0 3px;
        vertical-align: top;
    }

    .srfpagination a {
        color: #666;
        font-size: 12px;
    }

        .srfpagination a:hover, .srfpagination a.active {
            color: #98272a;
        }

/*********************************************************** Tool Kit ***********************************************/
/* Nutritional Needs Calculator */
.radiolabel {
    float: left;
    width: 110px;
    margin-top: 4px;
}

.inpwidth {
    width: 80px !important;
}

.lifestyle td {
    padding: 5px 0 0;
    font-size: 12px;
}

.lifestyle .td2 {
    padding: 0 5px;
}

/***********************************************************  Anonymous Login  ***********************************************/
.topsectionnew {
    /*background: #fff;*/
    background: #ffffff;
    height: 85px;
}

.phonelogin {
    margin-top: 15px;
}

    .phonelogin li {
        color: #FFF;
        /*color: #98272a;*/
        padding: 0 10px;
        font-size: 12px;
        line-height: 14px;
        font-weight: bold;
        border-left: 1px dotted #98272a;
        float: left;
    }

        .phonelogin li.first {
            border-left: none;
            padding: 20px 10px 10px 30px; /*Added this line by Rohini*/
        }

        .phonelogin li.last {
            padding-right: 0;
        }

.headernew {
    color: #fff;
    background: #98272a;
    color: #faa61a;
}

.leftmenu {
    float: left;
}

.rgtmenu {
    float: right;
}

.leftmenuicon, .rgtmenuicon {
    display: none;
}

.leftmenu li {
    float: left;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    margin-top: 10px;
}

    .leftmenu li a {
        background: url(../images/right-arrow.png) no-repeat right center;
        padding-right: 20px;
        margin-right: 10px;
    }

.rgtmenulist {
    float: right;
    margin-top: 14px;
}

    .rgtmenulist li a {
        color: #fff;
        padding: 0 20px;
        display: block;
        border-right: 1px dotted #fff;
        line-height: 14px;
    }

.crgtmenu {
    margin-top: 20px;
}

    .rgtmenulist li, .crgtmenu li {
        float: left;
        font-size: 12px;
    }

        .crgtmenu li a {
            color: #333;
            border-right: 1px dotted #333;
            padding: 0 20px;
            display: block;
            line-height: 14px;
        }

        .rgtmenulist li.last a, .crgtmenu li.last a {
            border-right: none;
            padding-right: 0;
        }

        .rgtmenulist li a:hover, .crgtmenu li a:hover {
            text-decoration: underline;
        }

.notmem, .almem {
    float: left;
    width: auto;
    margin-right: 20px;
}

.almem {
    margin-left: 30px;
}

    .notmem .faqtitle, .almem .faqtitle {
        margin-bottom: 10px;
    }

.parahe {
    min-height: 60px;
    margin-bottom: 20px;
}

.ppotable th, .ppotable td {
    padding: 10px 5px;
}

.ppotable .secbut {
    white-space: nowrap;
    padding: 6px 10px;
}

.ppoqueries {
    margin: 10px 0 20px;
}

    .ppoqueries a {
        color: #98272a;
    }

        .ppoqueries a:hover {
            text-decoration: underline;
        }

.ppodis {
    border: 1px solid #ccc;
    border-bottom: none;
    background: #eee;
    color: #666666;
    padding: 6px 10px;
}

.ppodesc {
    border: 1px solid #ccc;
    border-top: none;
    padding: 10px;
    height: 200px;
}

    .ppodesc p {
        margin-bottom: 10px;
    }


/*********************************************************** Right Panel ***********************************************/
.rbox {
    border: 1px solid #ccc;
    margin-bottom: 20px;
}
/*Update your Profile*/
.updateprofile {
    margin: 0 0 20px 0;
    font-size: 12px;
    border: 1px solid #ccc;
    margin-bottom: 20px;
}

.up-title {
    padding: 10px 15px;
    color: #666;
    font-weight: bold;
    font-size: 16px;
    border-bottom: 1px solid #ccc;
}

    .up-title.bbn {
        border-bottom: none;
    }

    .up-title img {
        vertical-align: text-top;
        margin-right: 10px;
    }

.profileinner {
    padding: 10px 15px;
}

.progressBarClass span {
    text-align: center;
    display: block;
    margin: 10px 0 20px;
}

.entertext {
    background: #fff;
    border: 1px solid #ccc;
    padding: 5px;
    width: 95%;
    margin: 8px 0 15px 0;
}

.textarea {
    background: #fff;
    border: 1px solid #ccc;
    padding: 5px;
    width: 94%;
    height: 65px;
    resize: none;
    color: #666666;
    margin: 8px 0 15px 0;
}

.bluebtn {
    color: #fff;
    font-weight: bold;
    background: #98272a;
    padding: 5px 20px;
    border-radius: 3px;
    border: none;
    display: inline-block;
}

    .bluebtn:hover {
        background: #03448f;
    }

.addfamily {
    color: #fff;
    font-weight: bold;
    background: #98272a url(../images/generate-arrow.png) no-repeat 95% center;
    padding: 5px 0 5px 15px;
    border-radius: 4px;
    margin: 20px 0 5px;
    display: block;
}

    .addfamily:hover {
        background: #03448f url(../images/generate-arrow.png) no-repeat 95% center;
    }
/* E-Statement */
.estate {
    position: relative;
    font-size: 12px;
}

    .estate li {
        background: url(../images/left-arrow.png) no-repeat 94% center;
        border-bottom: 1px solid #ccc;
    }

        .estate li:hover, .estate li.active {
            background-color: #eaeaea;
        }

        .estate li a {
            padding: 10px 15px;
            display: block;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            width: 188px;
        }

        .estate li.last {
            border-bottom: none;
        }
        /*List of My Policies*/
        .estate li.selpolicy {
            background: none;
            padding: 10px 15px;
            color: #98272a;
        }

            .estate li.selpolicy:before {
                background: url(../images/rgt-arrow.png) no-repeat;
                width: 14px;
                height: 19px;
                top: 45px;
                content: "";
                left: -14px;
                position: absolute;
                z-index: 1;
            }

.blueno {
    font-weight: normal;
    margin-top: -4px;
    font-size: 12px;
    color: #666;
}

.saveins {
    font-weight: normal;
    font-size: 12px;
    color: #666;
}

.premdate {
    font-weight: normal;
    margin-top: 10px;
    font-size: 12px;
    color: #666;
}
/*Get in Touch*/
.rgtbox .up-title {
    padding: 10px 15px;
    margin-bottom: 0px;
}

.rgtgettouch li:hover {
    background-color: #eaeaea;
}

.rgtgettouch li {
    border-bottom: 1px solid #ccc;
    font-size: 11px;
    padding: 10px 15px;
}

    .rgtgettouch li a {
        display: block;
        word-wrap: break-word;
    }

    .rgtgettouch li.last {
        border-bottom: none;
    }

.loctor, .advisor {
    background: url(../images/left-arrow.png) no-repeat 94% center;
}
/*We Recommend */
.toprecomm {
    position: relative;
    border-bottom: 1px solid #ccc;
    line-height: 1px;
}

.tlook {
    padding: 8px 0 8px 15px;
    background: url(../images/whitebg90.png) repeat;
    position: absolute;
    bottom: 0;
    left: 0;
    color: #98272a;
    display: block;
    width: 94%;
    line-height: 18px;
}

.benefits li {
    display: block;
    padding: 5px 0 0;
}

.strong {
    font-weight: bold;
    font-size: 15px;
}

.seewhatisnew {
    border-bottom: 1px solid #ccc;
    height: 120px;
}
/*A New Suggestion for you*/
.newsug {
    margin-top: 5px;
}

    .newsug span {
        color: #98272a;
        font-weight: bold;
        font-size: 18px;
    }

.payonline-reg-sing {
    color: #98272a;
    padding-bottom: 2px;
    text-decoration: underline;
}

    .payonline-reg-sing:hover {
        text-decoration: none;
    }

/*My Activity*/
.rgtmyactivity li {
    border-bottom: 1px solid #ccc;
    padding: 10px 10px 25px 12px;
    overflow: hidden;
    position: relative;
}

    .rgtmyactivity li span {
        width: 24px;
        height: 24px;
        display: block;
        float: left;
        margin: 0 10px 0 0;
        background: url(../images/my-activity.png) no-repeat;
    }

        .rgtmyactivity li span.paidpre {
            background-position: -2px top;
        }

        .rgtmyactivity li span.changeadd {
            background-position: -28px top;
        }

        .rgtmyactivity li span.fundsw {
            background-position: -54px top;
        }

        .rgtmyactivity li span.genstate {
            background-position: -78px top;
        }

.rgtactname a {
    font-weight: bold;
    color: #98272a;
}

    .rgtactname a:hover {
        text-decoration: underline;
    }

.rgtpolicynum, .rgtactname {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 180px;
    line-height: 18px;
}

.rgtactdate {
    font-size: 11px;
    color: #999;
    position: absolute;
    bottom: 5px;
    right: 10px;
}

.loadpre {
    text-align: center;
    color: #666;
    background: #f7f7f7;
    padding: 5px 0;
    display: block;
    font-weight: bold;
    font-size: 12px;
}


/**************** Form Validation ****************/
form.cmxform label.error, label.error {
    color: red;
    display: block;
    font-size: 12px;
}

div.error {
    display: none;
}



/*********************************************************** Media Queries ***********************************************/

@media screen and (max-width:800px) {
    /*logo*/
    .topsection, .topsectionnew {
        display: none;
    }

    .header {
        background: #98272a;
        min-height: 42px;
        color: #FFF;
        position: fixed;
        top: 0px;
        width: 100%;
        z-index: 99999;
    }

    .mainwrapper {
        padding-top: 60px;
    }

    .logo2 {
        display: block;
        width: 150px;
    }

    .sitewidth {
        width: 96%;
        margin: auto;
        height:100%;
    }

    .mainmenu li a {
        padding: 0px 7px;
        font-size: 15px;
    }

    .notlogout {
        margin-top: 0px;
    }

    .notonav .notify {
        background: url(../images/notify.png) no-repeat bottom left;
    }

    .logout {
        padding: 0 0 0 10px;
    }

    .settings-flyout:before {
        right: 5px;
    }

    .settings-flyout {
        right: -5px;
    }

    .logout .settingicon {
        background: url(../images/setting.png) no-repeat bottom left;
    }

    .lleft {
        float: none;
        width: auto;
        margin-bottom: 20px;
    }

    .lright {
        float: none;
        width: auto;
    }

    .toprecomm {
        display: none;
    }

    /* Footer*/
    .footersection {
        /* width:96%;*/
        margin: auto;
        width: 100%;
    }

    .fnav {
        float: none;
        width: 100%;
    }

    .fw {
        display: none;
    }

    .fnavright {
        display: none;
    }

    .flogo {
        display: none;
    }

    .groups_companies {
        display: none;
    }

    .disclaimer {
        float: none;
        width: 100%;
    }

    .footer_products {
        position: relative;
    }

    .social_wrap {
        float: none;
        position: absolute;
        right: 0px;
        top: -36px;
        padding: 0px;
        display:block;
    }

    .policylistbox {
        width: auto;
    }

    .polsummarybg {
        width: 100%;
    }

    .polpadduedates {
        float: none;
        width: auto;
        padding-left: 10px;
    }

    .polpaddueactions {
        float: none;
        width: auto;
        text-align: left;
        padding: 6px 0px 0px 10px;
    }

    .polpadduedates a {
        padding-left: 0px;
    }

    .praupdown a {
        height: 85px;
    }

    .polactionsleft {
        width: 89%;
    }

    .estate li.selpolicy:before {
        display: none;
    }

    .rgtaccordion .acctitle.ui-state-active, .rgtaccordion .acctitle, .loctor, .advisor, .estate li {
        background-position: 97% center;
    }

        .estate li a {
            width: auto;
        }

    .fpatable tr.head1 {
        display: none;
    }

    .almainwrapper .mainwrapper {
        padding-top: 30px;
    }

    .headernew {
        background: #fff;
        color: #faa61a;
        min-height: 42px;
        border-bottom: 1px solid #ddd;
    }

    .leftmenu {
        margin-left: 20px;
    }

    .rgtmenuicon {
        display: block;
        margin-top: 12px;
        float: right;
    }

    .rgtmenuflyout {
        display: none;
    }

    .mrgtview .rgtmenuflyout {
        position: fixed;
        top: 42px;
        z-index: 99999;
        width: 160px;
        background: #98272a;
        right: 2%;
        display: block;
    }

    .rgtmenuflyout li, .rgtmenuflyout .rgtmenulist, .rgtmenuflyout .crgtmenu {
        float: none;
        display: block;
        margin: 0;
    }

        .rgtmenuflyout li a {
            color: #fff;
            border-right: none;
            padding: 10px;
        }

            .rgtmenuflyout li a:hover {
                background: #01a4f1;
                text-decoration: none;
            }
}

@media screen and (max-width:640px) {
    .totalmainwrapper {
        overflow: hidden;
        height: 100%;
        width: 100%;
    }

    .notlogout li.mmenuicon {
        display: block;
        border-right: 1px dotted #CCCCCC;
        padding-right: 10px;
    }

        .notlogout li.mmenuicon a {
            display: block;
            height: 16px;
            width: 16px;
        }

    .mainwrapper {
        width: 100%;
        display: block;
        height: 100%;
        transform: translate3d(0px, 0px, 0px);
        -webkit-transform: translate3d(0px, 0px, 0px);
        -moz-transform: translate3d(0px, 0px, 0px);
    }

    .mainmenusection {
        display: none;
    }

    .mview .mainmenusection {
        position: fixed;
        top: 42px;
        z-index: 99999;
        width: 200px;
        background: #98272a;
        right: 80px;
        display: block;
    }

    .mainmenusection .mainmenu {
        float: none;
    }

    .mainmenusection li {
        float: none;
        display: block;
    }

        .mainmenusection li a {
            text-align: left;
        }

    /*Responsive table*/
    .rtable, .rtable thead, .rtable tbody, .rtable th, .rtable td, .rtable tr {
        display: block;
    }

        .rtable thead tr {
            position: absolute;
            top: -9999px;
            left: -9999px;
        }

        .rtable td {
            border: none;
            border-bottom: 1px solid #eee;
            position: relative;
            padding-left: 50%;
        }

            .rtable td:before {
                position: absolute;
                top: 10px;
                left: 6px;
                width: 45%;
                padding-right: 10px;
                white-space: nowrap;
            }

    /*All Table Styles*/
    .ts td {
        padding: 10px 6px 10px 50%;
        min-height: 22px;
    }

    /*All Table Styles2*/
    .ts2 td {
        padding: 0px 0px;
    }

    /*Our Services Downloads Table 1*/
    .applicationform td:nth-of-type(1):before {
        content: "Serial No.";
    }

    .applicationform td:nth-of-type(2):before {
        content: "Name of the Form";
    }

    .applicationform td:nth-of-type(3):before {
        content: "Size";
    }

    .applicationform td:nth-of-type(4):before {
        content: "Download";
    }

    /* Transaction History */
    .thtable td:nth-of-type(1):before {
        content: "Policy No";
    }

    .thtable td:nth-of-type(2):before {
        content: "Tracking ID";
    }

    .thtable td:nth-of-type(3):before {
        content: "Status";
    }

    .thtable td:nth-of-type(4):before {
        content: "Request type";
    }

    .thtable td:nth-of-type(5):before {
        content: "Count of Member";
    }

    .thtable td:nth-of-type(6):before {
        content: "Processed Receipt";
    }

    .thtable td:nth-of-type(7):before {
        content: "";
    }

    .thtable2 td:nth-of-type(1):before {
        content: "S.No";
    }

    .thtable2 td:nth-of-type(2):before {
        content: "Employee No";
    }

    .thtable2 td:nth-of-type(3):before {
        content: "Name";
    }

    .thtable2 td:nth-of-type(4):before {
        content: "Designation";
    }

    .thtable2 td:nth-of-type(5):before {
        content: "Birth Date";
    }

    .thtable2 td:nth-of-type(6):before {
        content: "Date of Joining";
    }

    .thtable2 td:nth-of-type(7):before {
        content: "Premium Date";
    }

    .thtable2 td:nth-of-type(8):before {
        content: "Status";
    }

    .thtable2 td:nth-of-type(9):before {
        content: "Remarks";
    }

    /* Addition List */
    .additiontable td:nth-of-type(1):before {
        content: "Member No.";
    }

    .additiontable td:nth-of-type(2):before {
        content: "Employee No.";
    }

    .additiontable td:nth-of-type(3):before {
        content: "Employee Name";
    }

    .additiontable td:nth-of-type(4):before {
        content: "Employee Code";
    }

    .additiontable td:nth-of-type(5):before {
        content: "Date of Birth";
    }

    /* Deletion List */
    .deletiontable td:nth-of-type(1):before {
        content: "Member No.";
    }

    .deletiontable td:nth-of-type(2):before {
        content: "Employee No.";
    }

    .deletiontable td:nth-of-type(3):before {
        content: "Employee Name";
    }

    .deletiontable td:nth-of-type(4):before {
        content: "Employee Code";
    }

    .deletiontable td:nth-of-type(5):before {
        content: "Date of Birth";
    }

    .deletiontable td:nth-of-type(6):before {
        content: "Exit Date";
    }

    /* Premium Contribution */
    .conthistory td:nth-of-type(1):before {
        content: "Contribution From";
    }

    .conthistory td:nth-of-type(2):before {
        content: "Contribution To";
    }

    .conthistory td:nth-of-type(3):before {
        content: "Contribution Date";
    }

    .conthistory td:nth-of-type(4):before {
        content: "Contribution Amount";
    }

    .prehist td:nth-of-type(1):before {
        content: "Premium Paid Upto";
    }

    .prehist td:nth-of-type(2):before {
        content: "Premium Amount(Rs.)";
    }

    /* Anonymous Login*/
    .ppotable td:nth-of-type(1):before {
        content: "Client ID";
    }

    .ppotable td:nth-of-type(2):before {
        content: "Client Name";
    }

    .ppotable td:nth-of-type(3):before {
        content: "Policy Number";
    }

    .ppotable td:nth-of-type(4):before {
        content: "Contract Status";
    }

    .ppotable td:nth-of-type(5):before {
        content: "Premium";
    }

    .ppotable td:nth-of-type(6):before {
        content: "Last Premium Date";
    }

    .ppotable td:nth-of-type(7):before {
        content: "Next Premium Date";
    }

    .ppotable td:nth-of-type(8):before {
        content: "Payment";
    }

    .mainmenu select {
        width: 100%;
        padding: 6px;
        border: none;
        margin: 5px auto;
    }

    .policy-title {
        width: auto;
        float: none;
        text-align: left;
        clear: both;
        min-height: 65px;
    }

    .weluser {
        width: 50px;
        height: 50px;
        margin: 0;
        float: left;
    }

        .weluser .mainuser {
            width: 50px;
            height: 50px;
            margin: 0;
            -webkit-border-radius: 50px;
            -moz-border-radius: 50px;
            border-radius: 50px;
        }

    .imgupload {
        bottom: -13px;
        left: -24px;
    }

    .yourdetail {
        padding: 5px 0px 0px 15px;
        float: left;
    }

    .profile-dets {
        float: none;
        width: auto;
        margin-left: 0px;
        padding-top: 15px;
    }

    .paynow span {
        display: block;
        margin-bottom: 6px;
    }

    .paynow .ml10 {
        margin-left: 0;
    }

    .userwelcomesection {
        margin-bottom: 30px;
    }

    .yourdetail p {
        display: none;
    }

    .yourdetailicons {
        margin-top: 12px;
    }

    .policy_numbers, .funds, .myactivity {
        border-bottom: none;
    }

    .funds-list li {
        padding-bottom: 0px;
    }

    .policy-title .icon-policy, .policy-title .icon-funds, .policy-title .icon-services {
        margin: 0;
        display: inline-block;
        margin-bottom: 0px;
    }

    .profiletimeline li:before {
        border-left: none;
        bottom: 0;
        left: 0px;
        position: static;
        margin-left: 0;
    }

    .profiletimeline .policy-title span {
        line-height: 54px;
        font-size: 18px;
        display: inline-block;
        position: relative;
        top: -20px;
        left: 10px;
    }

    .policy_numbers, .funds, .myactivity {
        float: none;
        width: auto;
        margin-left: 0;
    }

    .prof_left .polsummarybg {
        width: 100%;
        overflow: hidden;
    }

    .polactionsleft {
        margin-bottom: 10px;
    }

    .loadmore {
        border-bottom: 1px solid #ccc;
    }

    .moreservices {
        display: inline-block;
    }

    .leftservices {
        width: auto;
        float: none;
    }

    .rgtservices {
        width: auto;
        float: none;
        margin-left: 0px;
    }

    .rgtuser {
        float: none;
        width: 130px;
        margin: 0px 0 30px 0;
    }

    .cud2 {
        float: none;
    }

    .ddecslabel {
        width: 235px;
    }
}

@media screen and (max-width:480px) {
    .toprecomm {
        display: block;
        width: 100%;
        overflow: hidden;
    }

        .toprecomm img {
            height: 170px;
            width: 100%;
        }

    .tlook {
        width: 97%;
    }

    .policymeansupdate {
        border-bottom: none;
        top: 30%;
    }

    .polactionsleft {
        float: none;
        width: auto;
        border-right: none;
    }

    .praupdown {
        float: none;
        width: auto;
        height: 24px;
        border-top: #ccc 1px solid;
        border-left: none;
    }

        .praupdown a {
            height: 24px;
            line-height: 24px;
            width: auto;
        }

    .servtitle {
        padding: 10px 15px;
    }

    .lgtuser {
        float: none;
        width: auto;
    }

    .policybtns .prabut {
        margin-bottom: 10px;
    }

    .fundsinvesttitle {
        font-size: 22px;
    }

    .ulplan {
        float: none;
        border-right: none;
        padding: 0px;
        margin: 15px 0px 0px 0px;
    }

    .tfvalue {
        font-size: 30px;
    }

    .mview .mainmenusection {
        width: 100%;
        right: 0px;
    }

    .policydetails, .policyinner {
        font-size: 12px;
    }

        .policydetails .td1 {
            width: 100px;
        }

    .beforemat {
        float: none;
        width: 100%;
    }

    .aftermat {
        float: none;
        width: 100%;
        margin-top: 20px;
    }

    .patdates {
        float: none;
        width: auto;
        text-align: left;
    }

    .patimeline li:before {
        border-left: none;
    }

    .patimage {
        display: none;
    }

    .patimeline li {
        padding-bottom: 20px;
    }

    .patdetails {
        width: auto;
        float: none;
    }

    .poldetboxactions {
        padding-top: 10px;
        text-align: center;
    }

        .poldetboxactions a {
            margin: 3px 0px;
        }

    .leftquesans {
        width: 87%;
    }

    .rgtcheck {
        margin: 0;
    }

    .memimgupload {
        left: 0;
    }

    .formsection {
        margin-top: 230px;
    }

    .dk_container {
        float: none !important;
    }

    .cdtype {
        float: none;
        width: auto;
    }

        .cul, .nclabel, .estlabel, .cdtype label, .ddecslabel {
            float: none;
            width: auto;
            display: block;
            color: #999;
        }

            .cul:after, .nclabel:after, .estlabel:after, .cdtype label:after, .ddecslabel:after {
                content: "";
            }

        .cud, .ncinputs, .cud2, .estoptions, .estoptions1, .cdtype p {
            float: none;
            width: auto;
            display: block;
        }

            .cud textarea, .rjsp-txtarea {
                width: 91%;
            }

            .cud .dk_toggle, .ncinputs .dk_toggle, .estoptions .dk_toggle, .estoptions1 .dk_toggle, .cdtype p .dk_toggle {
                width: 85% !important;
            }

            .estoptions input {
                width: 90%;
            }

    .estto {
        margin: 3px 0 6px;
        float: none;
    }

    .rjsp-upload {
        width: auto;
    }

        .rjsp-upload input[type="text"] {
            width: 91%;
        }

    .policyserform td .dk_container {
        background: none;
    }

    .fundswitchallocates {
        right: -22px;
    }

    #sortbydatepicker {
        width: 130px;
    }

    .sortby .third {
        padding-left: 74px;
        margin-top: 10px;
    }

    .stepswizard li a span {
        display: none;
    }

    .stepswizard li a {
        width: 66px;
    }

    .cdtypesection .cdtype {
        margin-bottom: 10px;
    }

    .rgtaccordion .acctitle.ui-state-active, .rgtaccordion .acctitle, .loctor, .advisor, .estate li {
        background-position: 96% center;
    }

    .book-flyout {
        width: 210px;
    }

    .mobile-flyout {
        width: 175px;
    }

    .msg-flyout {
        width: 135px;
    }

        .msg-flyout .td1 {
            width: 38px;
        }

        .msg-flyout .td3 {
            word-wrap: break-word;
            display: block;
            width: 85px;
        }

    .switchdate {
        display: none;
    }

    .notmem, .almem {
        float: left;
    }

    .almem {
        margin: 20px 0 0;
    }

    .parahe {
        min-height: 0;
    }

    .leftmenuicon {
        display: block;
        border-right: 1px dotted #CCCCCC;
        padding-right: 10px;
        float: left;
        margin: 12px 10px 0 0;
        height: 17px;
    }

    .leftmenu {
        display: none;
    }

    .mleftview .leftmenu {
        position: fixed;
        top: 42px;
        z-index: 99999;
        width: 100%;
        background: #98272a;
        right: 0;
        display: block;
    }

        .mleftview .leftmenu li {
            float: none;
            padding: 5px 10px;
            display: block;
        }

            .mleftview .leftmenu li a {
                margin-right: 0;
            }

            .mleftview .leftmenu li:hover {
                background: #01a4f1;
                text-decoration: none;
            }
}

@media screen and (max-width:320px) {
    .stepswizard li a {
        width: 40px;
    }

    .policymeans {
        line-height: 20px;
    }

    .pooptions .dk_container .dk_toggle {
        width: 250px !important;
    }

    .rgtaccordion .acctitle.ui-state-active, .rgtaccordion .acctitle, .loctor, .advisor, .estate li {
        background-position: 94% center;
    }

    .downloadforms a {
        padding-left: 15px;
    }

    .estoptions input, .cud textarea, .rjsp-txtarea, .cud input {
        width: 92%;
    }
}
