﻿/* latin-ext */
@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    src: local('Lato Regular'), local('Lato-Regular'), url(https://fonts.gstatic.com/s/lato/v14/S6uyw4BMUTPHjxAwXjeu.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    src: local('Lato Regular'), local('Lato-Regular'), url(https://fonts.gstatic.com/s/lato/v14/S6uyw4BMUTPHjx4wXg.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */ .dropdown-menu@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 700;
    src: local('Lato Bold'), local('Lato-Bold'), url(https://fonts.gstatic.com/s/lato/v14/S6u9w4BMUTPHh6UVSwaPGR_p.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 700;
    src: local('Lato Bold'), local('Lato-Bold'), url(https://fonts.gstatic.com/s/lato/v14/S6u9w4BMUTPHh6UVSwiPGQ.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
	font-family: 'calibri-light';
	src: url('../../fonts/Calibri/calibri-light.ttf') format('truetype');
}
@font-face {
	font-family: 'calibri-bold';
	src: url('../../fonts/Calibri/calibri-bold.ttf') format('truetype');
}

@font-face {
	font-family: 'calibri';
	src: url('../../fonts/Calibri/calibri.ttf') format('truetype');
}
.boxShadow {
	box-shadow: 0px 0px 11px #cccaca;
	border-radius: 5px;
	cursor: pointer;
}
body {
	font-family: calibri !important;
	letter-spacing: 1px;
}

.noPadding {
    padding: 0 !important;
}

.normalBi {
    padding: 10px;
    background: #f1f1f1;
    font-size: 13px;
    text-align: center;
    color: #696262;
}

.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 600;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    opacity: 1 !important;
    color: #000;
    /* width: 41px; */
}

.fund-choice-input {
    padding: 0 5px;
    border-top: 1px solid #e5e0e0;
}

.zindexLogo {
    z-index: -1;
}
.bodyBgColor {
    background-color: #f4f4f5 !important;
}
.nvestLogoPosition {
    padding: 5px 5px 10px;
    box-shadow: 0 8px 15px -13px #afafaf;
    position: fixed !important;
    background: white;
    margin-top: 0px;
    top: 0px;
    left: 0;
    width: 100% !important;
    z-index: 9;
}

.cursor1 {
    cursor: pointer !important;
}

.navBarPosition {
    position: fixed;
    margin-top: 68px;
}

.zoom {
    transition: transform .2s;
}

    .zoom:hover {
        transform: scale(1.1);
    }

/*Font Size*/
.f-10 {
    font-size: 10px !important;
}

.f-12 {
    font-size: 12px !important;
}

.f-13 {
    font-size: 13px !important;
}

.f-18 {
    font-size: 18px !important;
}

.f-22 {
    font-size: 22px !important;
}

.f-14 {
    font-size: 14px !important;
}

.f-20 {
    font-size: 20px !important;
}

.f-18 {
    font-size: 18px !important;
}
.f-30 {
    font-size: 30px !important;
}
/*Margin Top*/

.m-t-1per {
    margin-top: 1% !important;
}

.m-t-2per {
    margin-top: 2% !important;
}

.m-t-3per {
    margin-top: 3% !important;
}

.m-t-4per {
    margin-top: 4% !important;
}

.m-t-5per {
    margin-top: 5% !important;
}

.m-t-6per {
    margin-top: 6% !important;
}
.m-t-7per {
    margin-top: 7% !important;
}

.m-t-8per {
    margin-top: 8% !important;
}

.m-t-10per {
    margin-top: 10% !important;
}

.m-t-18per {
    margin-top: 18% !important;
}
/*Margin Bottom*/
.m-b-1per {
    margin-bottom: 1% !important;
}

.m-b-2per {
    margin-bottom: 2% !important;
}

.m-b-3per {
    margin-bottom: 3% !important;
}

.m-b-4per {
    margin-bottom: 4% !important;
}

.m-b-5per {
    margin-bottom: 5% !important;
}

/*Padding Top*/
.p-t-1per {
    padding-top: 1% !important;
}

.p-t-2per {
    padding-top: 2% !important;
}

.p-t-3per {
    padding-top: 3% !important;
}

.p-t-4per {
    padding-top: 4% !important;
}

.p-t-5per {
    padding-top: 5% !important;
}

.uppercase {
    text-transform: uppercase;
}

.flexDiv {
    display: flex;
    flex-wrap: wrap;
}

.flexCol {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.edit-icon .fa {
    color: #ff9876 !important;
    font-size: 14px;
    padding: 6px 7px;
    border: 1px solid #ff9876 !important;
    border-radius: 20px;
    cursor: pointer;
}

.summery table th {
    padding-bottom: 20px;
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    text-transform: uppercase;
    color: #2860A3;
    border: 1px solid #aecff7;
    background: aliceblue;
    text-align: center;
    padding: 10px;
}

#divDisclaimer table tr {
    border: 1px solid #ccc;
    background: #c9e9ff !important;
    page-break-inside: avoid !important;
    page-break-after: auto !important;
}
#divDisclaimer p {
    page-break-inside: avoid !important;
}

.bgBlue {
    background-color: #004D6B;
}

.subHeadingBlue {
    color: #0c4da2 !important;
}

@media screen and (max-width: 580px) {
    .product_list {
        width: 350px !important;
        height: 500px !important;
        overflow: scroll !important;
    }
}

#divDisclaimer table {
    width: 100% !important;
    margin-bottom: 20px;
    border-collapse: collapse;
}

.drawer-contents, .drawer-heading, .drawer-body, .drawer-nav, .drawer-footer, .drawer ul, .drawer li {
    width: 100% !important;
}

/*.main-content h2 {
    text-transform: uppercase;
    color: #dd4030;
    font-size: 16px;
    letter-spacing: 1px;
    color: #f26a1e;
    font-weight: bold;
}*/
.main-content h2 {
    color: #333 !important;
    font-family: calibri-bold;
    background: #e2e2e2;
    font-size: 15px !important;
}

.bold {
    font-weight: bold !important;
}

.modal-backdrop {
    position: fixed;
    background-color: #000;
}

.white {
    color: #fff !important;
}

.change-product {
    font-size: 13px;
    background: transparent;
    /*color: #fff;*/
    font-weight: 600;
    letter-spacing: 1px;
    /*text-transform: uppercase;*/
}

    .change-product:hover {
        color: #fff;
    }

.product_category_list {
    position: relative;
    z-index: 9999;
}

.showCursor {
    cursor: pointer !important;
}

.p-1 {
    padding: 1% !important;
}

.b-r-top-4px {
    border-radius: 4px 4px 0px 0px !important;
}

.grey {
    color: #777676 !important;
}

.l-s-1px {
    letter-spacing: 1px !important;
}

.l-s-2px {
    letter-spacing: 2px !important;
}

@media (min-width: 1200px) {
    .changeProductAlign {
        margin-left: 7.33333%;
    }
}

.change-product span {
    margin-right: 5px;
}

.input-group.age {
    height: 26px;
}

.p-r-0 {
    padding-right: 0 !important;
}

.p-l-0 {
    padding-left: 0px !important;
}

.change-product {
    font-size: 13px;
    background: transparent;
    color: #fff;
    font-weight: 600;
    letter-spacing: 1px;
    /*text-transform: uppercase;*/
    background: #f15922;
    margin-bottom: -10px;
}

.bgWhite {
    background: #fff !important;
}

.product_list {
    width: 570px;
    padding: 20px 10px 20px 20px;
    position: absolute;
    top: 42px;
    height: 387px;
    overflow-y: scroll;
    right: 0px;
    background: #fff;
    box-shadow: 1px 3px 17px 2px #ccc;
    z-index: 9999;
    overflow-x: hidden;
}

.productList li {
    display: inline-block;
    width: 250px;
    vertical-align: top;
    cursor: pointer;
    margin: 1.5% 0px !important;
}

ul li {
    list-style-type: none;
}

.drawer-contents tr td {
    padding: 5px 8px;
    font-size: 12px;
    text-align: left;
    line-height: 24px;
    border: 1px solid #ddd !important;
}

label {
    font-weight: 400;
}

.mandetory_field {
    color: #ff2f1a;
    font-weight: 600;
}

.drawer-contents {
    /*color: #6e8ba8;*/
    background-color: #feffff !important;
}

.drawer .row {
    margin: 0;
    padding-top: 0;
}

.edit-icon {
    text-align: right;
    margin-top: 20px;
}

.close_drawer_InputBox, .close_drawer_RiderKeywordBox, .close_drawer_RiderInputBox {
    position: absolute;
    right: 5px;
    top: 5px;
    opacity: 0.5;
    z-index: 1000;
}

element.style {
    width: 33%;
}

.riders table tr th {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    text-align: center;
}

.table-bordered, .table-bordered > tbody > tr > td, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > td, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
    border: 1px solid #a5d0ce;
}

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    padding: 8px;
    line-height: 1.42857;
    vertical-align: middle !important;
    border-top: 1px solid #e7ecf1;
}

table th {
    background: #E0E0E0;
    text-align: center;
    padding: 4px 0;
    letter-spacing: 1px;
    /*font-size: 12px;*/
    color: #585858;
    vertical-align: middle !important;
}

.riders table tr th {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 12px;
    text-align: center;
}

.riders table tr td {
    padding: 8px !important;
}

.riders table tr {
    font-size: 12px;
}

.drawer-heading {
    border: none !important;
}

.drawer-contents .drawer-body {
    padding-bottom: 50px;
}

.col-md-12 {
    padding: 0;
}

.lightGrey {
    color: #b3b3b3 !important;
}

.modal-header {
    background: #a8a8a8;
    color: #fff;
}

    .modal-header .close {
        color: #fff;
        opacity: 1;
    }

.product-input .form-control {
    padding: 3px 12px 9px 40px !important;
    /*height: 27px !important;*/
}

.input-group.age .input-group-addon {
    border: 1px solid #ccc;
    border-radius: 4px;
    background: #f5f3f3 !important;
}

.input-group-addon {
    border: none;
    background: none;
    border-bottom: 1px solid #dad8d8;
    border-radius: 0;
    color: #0c4da2;
      padding: 0 10px;
}

.checkbox .check,
#personalize-plan-section .personalize-check {
    padding: 3px 8px !important;
    border: 1px solid #ccc;
    text-align: center;
    color: #757575;
    cursor: pointer;
    font-size: 12px;
    letter-spacing: 1px;
    font-weight: bold;
    border-radius: 0px 10px 10px 0px;
    background: #fff;
}
/*//personalize-section*/
#personalize-plan-section .personalize-check {
    width: 20%;
}
#personalize-plan-section .nav-tabs>li.active>a,
#personalize-plan-section .nav-tabs>li.active>a:focus,
#personalize-plan-section .nav-tabs>li.active>a:hover {
    color: #0c4da2 !important;
}
.disabled{
    cursor: not-allowed !important;
}
.content-heading {
    padding: 10px 0 4px;
    /*border-bottom: 1px solid #AECFF7;*/
    /*margin-bottom: 8px;*/
}

.form-inline .form-control {
    width: 46%
    border: none;
    outline: none;
    box-shadow: none;
    font-size: 14px;
    letter-spacing: 1px;
    padding: 0;
    border-bottom: 1px solid #dad8d8;
    border-radius: 0;
    color: #000;
    height: 26px;
}

.red {
    color: red;
}

.form-control,
.form-control:focus {
    /* outline: none; */
    border: 0;
    box-shadow: none;
    font-size: 14px;
    letter-spacing: 1px;
    padding: 0px;
    /* border: 1px solid #dad8d8; */
    border-bottom: 1px solid #d2cdcd;
    border-radius: 0px;
    /*color: #000;*/
    /*height: 26px !important;*/
}

.datepicker table tr td span {
    display: block;
    width: 23%;
    height: 40px;
    line-height: 40px;
    float: left;
    margin: 1%;
    cursor: pointer;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    font-size: 14px;
    letter-spacing: 1px;
}

.lhs-fixed-layout a:hover, .lhs-fixed-layout li a.active {
    background: #ff9876;
}

.lhs-fixed-layout a {
    color: #DD4030;
    padding: 4px 10px;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    border-radius: 100%;
    border: 1px solid #DD4030;
}

.main-content h4 {
    font-size: 14px;
    /* text-transform: uppercase; */
    color: #337ab7;
    margin-bottom: 15px;
    font-weight: bold;
    letter-spacing: 1px;
    margin-top:0px;
}

.main-content label {
    font-size: 12px;
    color: #2E3744;
    /*text-transform: uppercase;*/
    font-weight: 600;
    /*letter-spacing: 1px;*/
}

.inputArrow, .colorArrow {
    overflow: hidden;
}

.category_list {
    margin-left: -40px;
}

.inputArrow:after {
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid #f00;
    position: absolute;
    top: 50%;
    right: 5px;
    content: "";
    z-index: 98;
}

.product_name {
    margin-left: -30px;
}

.category_list li:hover {
    color: #3788e8;
}

.product_name li {
    color: #999;
    font-size: 14px;
    line-height: 21px;
    padding: 2px 0 2px;
}

.product_list li {
    display: inline-block;
    width: 250px;
    vertical-align: top;
    cursor: pointer;
}

.salesHeading {
    margin-top: 4%;
    margin-bottom: 5px;
    padding: 0px 13px 7px 13px;
    box-shadow: 0px 5px 3px -6px;
}

.colorArrow:after {
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #171616;
    position: absolute;
    top: 66.1%;
    right: 25px;
    content: "";
    z-index: 98;
}

.label_input {
    width: 100%;
    text-align: center;
    height: 60px;
    text-align: left;
    display: table-cell;
    vertical-align: bottom;
}

.inputArrow select, .colorArrow select {
    width: 220px;
}
/*.button {
        display: inline-block;
        background-color: #FF6B33;
        border: none;
        color: #FFFFFF;
        text-align: center;
        font-size: 14px;
        padding: 10px;
        width: 180px;
        transition: all 0.5s;
        cursor: pointer;
        margin: 5px;
        font-weight: bold;
        letter-spacing: 1px;
    }*/

.button {
    display: inline-block;
    background-color: #004D6B;
    border: none;
    color: #FFFFFF;
    text-align: center;
    font-size: 14px;
    padding: 10px;
    width: auto;
    /*transition: all 0.5s;*/
    cursor: pointer;
    margin: 5px;
    font-weight: bold;
    letter-spacing: 1px;
}

/*.validate {
    border-radius: 12px 12px 12px 12px;
    border: 1px solid;
    color: #FFFFFF;
    background: #f15922;
}*/
.validate {
    border-radius: 2px !important;
    border: 0px !important;
    color: #FFF;
    font-size: 14px !important;
    background-color: #134093;
    padding: 9px 8px;
    border-color: #134093;
    min-width: 75px;
    font-weight: 400;
    box-shadow: 0px 1px 2px #6C6B6B;
    margin: 0px 10px;
}

.dropdown-menu {
    z-index: 99;
}

.product-input .rupee {
    border: 1px solid #d0e6e5;
    background: #d0e6e5;
    font-size: 13px;
    position: absolute;
    left: -2px;
    padding: 6px 12px;
    border: 1px solid #d2cdcd;
    background: #D8E8FC;
    border-radius: 4px 0 0 4px;
}

.product-input {
    /*width: 85%;*/
    margin: 0 auto;
    position: relative;
    max-height: 40px;
}

.button span {
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: 0.5s;
}

    /*.button span:after {
        content: '\27a1';
        opacity: 1;
        top: 0;
        right: 0px;
        transition: 0.5s;
    }*/

.button:hover span {
    margin-right: -10px;
    padding-left: 10px;
}

    .button:hover span:after {
        opacity: 1;
        right: 0;
    }

.clear-date {
    position: absolute;
    top: 6px;
    right: 45px;
    z-index: 9;
    cursor: pointer;
    color: #aaa;
    font-size: 14px;
}
/*.checkbox .active {
        border-color: #FF653F;
        background-color: #FF653F;
        color: #fff;
    }*/

.checkbox .active,
#personalize-plan-section .personalize-check.active {
    border-color: #0c4da2;
    background-color: #0c4da2;
    color: #fff;
}


.check.yes,
#personalize-plan-section .personalize-check.yes {
    border-radius: 15px 0 0 15px;
}

.rhs-fixed-layout h3 {
    color: #ff9876 !important;
    font-size: 16px;
    line-height: 24px;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 1px;
}

.errorinputbox {
    border: 1px solid red !important;
}

.content-layout {
    /*margin-top: 20px;*/
    margin-left: 0;
    margin-right: 0;
}

.checkBoxOption {
    height: 30px !important;
    width: 20px !important;
}

.p-b-1 {
    padding-bottom: 1% !important;
}

.errorMessage {
    color: red;
    font-size: 13px;
    font-weight: 500;
}

.errorInput {
    border: 1px solid red !important;
}

.tooltip-inner {
    background-color: #ff6060;
    color: #fff;
}

.tooltip.top .tooltip-arrow {
    border-top-color: #ff6060;
}

.errorInput:hover + .errorToast {
    display: block;
}

.show-error {
    display: block;
}

.tooltip.right .tooltip-arrow {
    border-right-color: #ff6060;
}

.tooltip.bottom .tooltip-arrow {
    border-bottom-color: #ff6060;
}

.tooltip.left .tooltip-arrow {
    border-left-color: #ff6060;
}

#RenderHtmlOutput .main-content {
    width: 90%;
}

#RenderHtmlOutput .product-field {
    font-size: 12px;
    line-height: 20px;
    text-transform: capitalize;
    color: #353333;
}

#RenderHtmlOutput .user-details {
    width: 95%;
    margin-left: 30px;
}

    #RenderHtmlOutput .user-details .product.fund {
        border: none;
    }

#RenderHtmlOutput .fa-rupee {
    font-weight: 400;
}

#RenderHtmlOutput .user-details .product {
    margin-right: 20px;
    border-right: 1px solid #AECFF7;
    min-height: 140px;
}

#RenderHtmlOutput .user-details {
    padding-bottom: 20px;
    border-bottom: 1px solid #AECFF7;
}

#RenderHtmlOutput .name {
    font-size: 12px;
    line-height: 21px;
    text-transform: uppercase;
    color: #2E3744;
    letter-spacing: 1px;
    font-weight: 600;
}

#RenderHtmlOutput h4 {
    font-weight: 600;
}

#RenderHtmlOutput .total {
    border-top: 1px solid #AECFF7;
}

#RenderHtmlOutput .product .row {
    margin: 10px 0;
}

#RenderHtmlOutput table {
    margin-top: 20px;
}

#RenderHtmlOutput h4 {
    font-weight: 600;
}

#RenderHtmlOutput .total {
    border-top: 1px solid #AECFF7;
}

#RenderHtmlOutput .product .row {
    margin: 10px 0;
}

#RenderHtmlOutput table {
    margin-top: 20px;
}

#divDisclaimer table th {
    font-size: 12px;
    line-height: 20px;
    color: #2860A3;
    padding: 10px;
    text-align: center;
    border-color: #ccc !important;
    text-transform: none !important;
}

#RenderHtmlOutput table th {
    font-size: 13px;
    line-height: 20px;
    text-transform: uppercase;
    color: #000;
    font-weight:bold;
    background:#fff !important;
    padding: 10px;
    text-align: center;
}

#RenderHtmlOutput table .year {
    display: block;
    font-weight: 600;
}

#RenderHtmlOutput table tr {
    border-bottom: 1px solid #AECFF7;
    background: #aecff7;
}

#divDisclaimer table td {
    padding: 10px;
    font-size: 12px;
    line-height: 21px;
    background: #EBF7FF;
    color: #484747;
    border-color: #ccc;
}

#RenderHtmlOutput table td {
    padding: 10px;
    font-size: 12px !important;
    line-height: 21px;
    background: #fff;
    color: #484747;
}

#LtHtmlTableFormat table tbody td,
#LtHtmlTableFormat2 table tbody td {
    padding: 2px !important;
    font-weight: 400 !important;
}

    #LtHtmlTableFormat table thead td,
    #LtHtmlTableFormat table thead th,
    #LtHtmlTableFormat2 table thead th,
    #LtHtmlTableFormat2 table thead td {
        padding: 5px !important;
		font-size:10px !important;
    }
    #divDisclaimer {
        font-size: 12px;
        line-height: 1.5;
    }

#RenderHtmlOutput table tr td:first-child {
    border-left: 1px solid #AECFF7;
}

#RenderHtmlOutput table tr td:last-child {
    border-right: 1px solid #AECFF7;
}

#RenderHtmlOutput .table_total td {
    background: #D3EDFF;
}

#RenderHtmlOutput .htmltable table {
    width: 100%;
}

.bgGreen {
    background: #0b4da1 !important;
}

.product-name {
    /*background: linear-gradient(to bottom, #07bea7 0%, #77c483 61%, #69ca78 78%, #aad854 100%) !important;*/
    width: 100%;
    position: fixed !important;
    /*top: 77px;*/
    left: 0;
    padding: 6px 0;
    z-index: 999;
}

.main-content {
    /*width: 66.66666667%;
    margin-left: 16.66666667%;*/
    /*margin-top: 6rem;*/
}
/*.MarginBtmInptS {
    margin-bottom: 10px;
}*/
.basic-info-section {
    padding-bottom: 0;
    border-bottom: none;
}

.header-top {
    position: fixed;
    top: 0;
    left: 0;
    margin: 0 auto;
    background: #fff;
    padding: 5px 0;
    z-index: 9999;
    padding: 10px 0;
}

.basic-info {
    margin-top: 0;
    /*border: 2px solid #00AFBE;*/
    padding: 10px 0;
}

.prod_info {
    /*margin-top:20px;*/
    /*border: 2px solid #00AFBE;*/
    padding: 10px;
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(117, 115, 115, 0.4588235294117647);
    z-index: 999;
    display: none;
}

.overlay1 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(117, 115, 115, 0.4588235294117647);
    z-index: 999;
    display: none;
}

.category_list {
    margin-left: -40px;
}

    .category_list > li {
        padding-bottom: 20px;
    }

.input-group.age .input-group-addon {
    color: #6d6767;
}

.product_list li {
    /*display: inline-block;*/
    width: 250px;
    vertical-align: top;
    cursor: pointer;
}

.category_list .category_name {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 24px;
    padding: 5px 0 7px;
    color: #dd4030;
    text-transform: uppercase;
}

.btn-generate {
    background: #004D6B;
    border-color: #004D6B;
}

    .btn-generate:hover {
        background: #004D6B;
        border-color: #004D6B;
        color:#fff;
    }

.total {
    width: 25%;
}

.subHeading {
    font-size: 14px;
    text-transform: capitalize;
    letter-spacing: 1px;
    font-weight: bold;
}

.bgMaroon {
    background: #8E1111 !important;
}

.title-field {
    /*color: #696969;
    font-size: 12px;
    letter-spacing: 1px;*/
    line-height: 20px;
    margin-bottom: 8px;
    /*text-transform: uppercase;*/
    /*display: block;*/
    display: inline-block;
    font-weight: 400 !important;
    font-size: 14px !important;
    letter-spacing: 0px;
    /* margin: 0px; */
    color: #777 !important;
}

.calender1 {
    border: none;
    border-bottom: 1px solid #dad8d8;
    background: none
}

.product-info {
    margin-top: 10px;
}

.ddlFundStrategyDiv:after {
    top: 39.1% !important;
    right: 2px !important;
}

.other_details_form_input {
    overflow: hidden;
}

.fundunit {
    display: none;
}

html, body {
    font-family: Lato;
}

#divInput {
    /*background: rgb(255, 255, 255);*/
    padding: 1% 1.5% 1% 1.5%;
    border-radius: 0px 0px 10px 10px;
}

.amount_word {
    display: none;
}

.errorinputbox {
    border: 1px solid red !important;
}

.downloadBtn {
    background: transparent;
    border: 1px solid #c5c1c1;
    color: grey;
}

.summery table td {
    font-size: 12px !important;
}

.renderOutput table th {
    font-size: 13px;
    line-height: 20px;
    /* text-transform: uppercase; */
    color: #2860A3;
    padding: 10px;
    text-align: center;
}

.labelHeight {
    display: table;
    margin: 5px auto;
}

.calendar {
    color: #FF653F !important;
}

.panelHeadingCss {
    padding: 0px;
    color: #6d6d6d !important;
    /*background-color: #fbfbfb !important;*/
    background:#e2e2e2 !important;
    border-color: #627a99;
    border-radius: 5px 5px 0 0;
    border-bottom: 1px solid #ebebeb !important;
}

.panelDefaultCss {
    border: none;
    /*box-shadow: 0px 0px 5px #ccc;*/
    box-shadow:none;
    /*margin-bottom: 1rem;*/
    border-radius: 5px;
}

.subDivMargin {
    margin: 6px 0px 0px 11px;
}

.mainDivMargin {
    background: none !important;
    box-shadow: -1px 3px 6px 0px #e3e3e3 !important;
    /*padding: 6px 5px 6px 6px;*/
    padding: 0px 5px 0px 6px !important;
}

.riderBtn {
    padding: 2px 9px;
    border: 1px solid;
    border-radius: 5px;
    color: #635f5f;
    /*transition: all 200ms ease-in;
        transform: scale(1);*/
    background: #fff;
}

/*..... Product Plan Tab Design .....*/
.customPanel {
    margin-bottom: 0 !important;
    border: none !important;
}

.customPanel-HeadingSubcription {
    color: #fff;
    /*background-color: #758DAB !important;*/
    border-color: #758DAB !important;
    border-radius: 5px 5px 0px 0px;
}

.panel-primary > .panel-heading {
    color: #fff;
    background-color: #00dfdc;
    border-color: #00dfdc;
}

.nav > li > a.customLi {
    padding: 5px 15px !important;
}

.nav > li > a.customLiSub {
    padding: 5px 22px !important;
    color: #13436d;
    font-size: 14px;
    letter-spacing: 1px;
    margin-top: 10px;
    border: none;
    outline: none;
    box-shadow: none;
    border-bottom: 1px solid #ece8e8;
}

.nav > li > a.customLiProd {
    padding: 8px 15px !important;
    color: #fff;
    font-size: 13px !important;
    letter-spacing: 1px !important;
}

.panel.with-nav-tabs .nav-tabs {
    border-bottom: none;
}

.panel.with-nav-tabs .nav-justified {
    margin-bottom: -1px;
}
/*** PANEL PRIMARY ***/
.panel-primary {
    border-color: #d7e5f1 !important;
}

.with-nav-tabs.panel-primary .nav-tabs > .open > a.customLi,
.with-nav-tabs.panel-primary .nav-tabs > .open > a.customLi:hover,
.with-nav-tabs.panel-primary .nav-tabs > .open > a.customLi:focus,
.with-nav-tabs.panel-primary .nav-tabs > li > a.customLi:hover,
.with-nav-tabs.panel-primary .nav-tabs > li > a.customLi:focus {
    color: #13436d;
    background-color: #fff;
    border-color: transparent;
}

.with-nav-tabs.panel-primary .nav-tabs > li.active > a.customLi,
.with-nav-tabs.panel-primary .nav-tabs > li.active > a.customLi:hover,
.with-nav-tabs.panel-primary .nav-tabs > li.active > a.customLi:focus {
    color: #13436d;
    background-color: #fff;
    font-size: 13px;
    letter-spacing: 1px;
}

.with-nav-tabs.panel-primary .nav-tabs > li.dropdown .dropdown-menu {
    background-color: #428bca;
    border-color: #3071a9;
}

    .with-nav-tabs.panel-primary .nav-tabs > li.dropdown .dropdown-menu > li > a.customLi {
        color: #fff;
    }

        .with-nav-tabs.panel-primary .nav-tabs > li.dropdown .dropdown-menu > li > a.customLi:hover,
        .with-nav-tabs.panel-primary .nav-tabs > li.dropdown .dropdown-menu > li > a.customLi:focus {
            background-color: #3071a9;
        }

    .with-nav-tabs.panel-primary .nav-tabs > li.dropdown .dropdown-menu > .active > a.customLi,
    .with-nav-tabs.panel-primary .nav-tabs > li.dropdown .dropdown-menu > .active > a.customLi:hover,
    .with-nav-tabs.panel-primary .nav-tabs > li.dropdown .dropdown-menu > .active > a.customLi:focus {
        background-color: #4a9fe9;
    }
/*For Subscription*/

.with-nav-tabs.panel-primary .nav-tabs > .open > a.customLiSub,
.with-nav-tabs.panel-primary .nav-tabs > .open > a.customLiSub:hover,
.with-nav-tabs.panel-primary .nav-tabs > .open > a.customLiSub:focus,
.with-nav-tabs.panel-primary .nav-tabs > li > a.customLiSub:hover,
.with-nav-tabs.panel-primary .nav-tabs > li > a.customLiSub:focus {
    color: #13436d;
    background: #ffffff !important;
    border-bottom: 3px solid #13436d !important;
    cursor: pointer;
}

.with-nav-tabs.panel-primary .nav-tabs > li.active > a.customLiSub,
.with-nav-tabs.panel-primary .nav-tabs > li.active > a.customLiSub:hover,
.with-nav-tabs.panel-primary .nav-tabs > li.active > a.customLiSub:focus {
    color: #13436d;
    border-bottom: 3px solid #13436d !important;
    border-bottom-color: #13436d;
    font-size: 14px;
    letter-spacing: 1px;
    border: none;
}

.with-nav-tabs.panel-primary .nav-tabs > li.dropdown .dropdown-menu > li > a.customLiSub {
    color: #fff;
}

    .with-nav-tabs.panel-primary .nav-tabs > li.dropdown .dropdown-menu > li > a.customLiSub:hover,
    .with-nav-tabs.panel-primary .nav-tabs > li.dropdown .dropdown-menu > li > a.customLiSub:focus {
        background: #3071a9 !important;
    }

.with-nav-tabs.panel-primary .nav-tabs > li.dropdown .dropdown-menu > .active > a.customLiSub,
.with-nav-tabs.panel-primary .nav-tabs > li.dropdown .dropdown-menu > .active > a.customLiSub:hover,
.with-nav-tabs.panel-primary .nav-tabs > li.dropdown .dropdown-menu > .active > a.customLiSub:focus {
    background-color: #4a9fe9;
}

.riderBtn:hover {
    background: #3d709c;
    color: #fff;
    border: none;
    transition: all 200ms ease-in;
    transform: scale(1.2);
}

.labelHeight > label {
    display: table-cell;
    vertical-align: middle;
}

#divError {
    padding: 4px;
    color: #da5757;
    margin-top: 10px;
    letter-spacing: 1px;
    border-radius: 5px;
    display: none;
}

.chkboxheight {
    padding: 0 !important;
}

@media screen and (max-width: 767px) {
    .main-content {
        width: 100%;
        margin-left: 0;
        /*margin-top: 11rem;*/
    }
}

.product-dynamic-info label {
    padding: 0;
    margin-top: 10px;
    letter-spacing: 1px;
    color: #4c4c4c;
    font-size: 12px;
}

.table > thead > tr > th {
    vertical-align: middle !important;
}

.renderOutput .main-content {
    width: 90%;
}

.renderOutput .product-field {
    font-size: 14px;
    line-height: 20px;
    text-transform: capitalize;
    color: #555;
}

.renderOutput .user-details {
    width: 95%;
    margin-left: 30px;
}

.renderOutput .fa-rupee {
    font-weight: 400;
}

.renderOutput .user-details .product {
    margin-right: 20px;
    border-right: 1px solid #AECFF7;
    min-height: 140px;
}

    .renderOutput .user-details .product.fund {
        border: none;
    }

.renderOutput .name {
    font-size: 13px;
    line-height: 21px;
    text-transform: capitalize;
    color: #2E3744;
    letter-spacing: 1px;
    font-weight: 600;
}

.renderOutput h4 {
    font-weight: 600;
}

.renderOutput .total {
    border-top: 1px solid #AECFF7;
}

.renderOutput .product .row {
    margin: 10px 0;
}

.renderOutput table {
    margin-top: 20px;
}

    .renderOutput table .year {
        display: block;
        font-weight: 600;
    }

    .renderOutput table tr {
        border-bottom: 1px solid #AECFF7;
        background: #aecff7;
    }

    .renderOutput table td {
        padding: 10px;
        font-size: 14px;
        line-height: 21px;
        background: #EBF7FF;
    }

    .renderOutput table tr td:first-child {
        border-left: 1px solid #AECFF7;
    }

    .renderOutput table tr td:last-child {
        border-right: 1px solid #AECFF7;
    }

.renderOutput .table_total td {
    background: #D3EDFF;
}

.renderOutput .htmltable table {
    width: 100%;
}

.input-group-addon {
    background: none !important;
    border: none;
    border-bottom: 1px solid #d2cdcd;
    border-radius: 0;
}

.btn-success:hover {
    color: #fff !important;
}

.icon {
    height: 50px;
    width: 50px;
    display: block;
    border-radius: 50%;
    border: 1px solid #999;
    margin: 10px 0px 40px;
    cursor: pointer;
}

    .icon.active {
        background: linear-gradient(to bottom, #06cab2 0%, #7ddf8c 61%, #7ddf8c 78%, #b5e55c 100%);
        border-color: #fff;
    }

    .icon span {
        background: url("../images/needbased_education.png") no-repeat center -54px transparent;
        height: 50px;
        width: 50px;
        display: block;
    }

    .icon.image_3 span {
        background-position: 13px -195px;
    }

    .icon.image_5 span {
        background-position: 13px -339px;
    }

    .icon.image_7 span {
        background-position: 11px -485px;
    }

    .icon.image_11 span {
        background-position: 13px -627px;
    }

    .icon.image_13 span {
        background-position: 11px -777px;
    }


    .icon.active span {
        background: url("../images/needbased_education.png") no-repeat center 16px transparent;
    }

    .icon.image_3.active span {
        background-position: 13px -126px;
    }

    .icon.image_5.active span {
        background-position: 13px -265px;
    }

    .icon.image_7.active span {
        background-position: 11px -413px;
    }

    .icon.image_11.active span {
        background-position: 13px -558px;
    }

    .icon.image_13.active span {
        background-position: 11px -702px;
    }

.demo {
    background: #eee;
}

a:hover, a:focus {
    outline: none;
    text-decoration: none;
}

.subtab .nav-tabs {
    display: inline-block;
    background: #efefef;
    border-radius: 50px;
    border: none;
    padding: 6px;
}

    .subtab .nav-tabs li {
        float: none;
        display: inline-block;
        position: relative;
    }

        .subtab .nav-tabs li a {
            font-size: 16px;
            font-weight: 700;
            background: none;
            color: #999;
            border: none;
            padding: 10px 25px;
            border-radius: 50px;
            transition: all 0.5s ease 0s;
        }

            .subtab .nav-tabs li a:hover {
                background: #00BCD4;
                color: #fff;
                border: none;
            }

        .subtab .nav-tabs li.active a,
        .subtab .nav-tabs li.active a:focus,
        .subtab .nav-tabs li.active a:hover {
            border: none;
            background: #00BCD4;
            color: #fff;
        }


.pp-plan-tab .nav-tabs > li a {
    color: #5f738a;
    background: #f0f0f0;
}

.pp-plan-tab .nav-tabs > li.active a {
    background: linear-gradient(to right, #31869c, #5ed9e9) !important;
    color: #fff;
    border: none;
    border-radius: 0;
    padding: 8px;
}

.shadow {
    box-shadow: 0px 0px 5px #b3b3b3 !important;
}

.pp-plan-tab .nav-tabs > li.active::after {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-top-color: #4bb0c3;
    border-width: 12px;
    margin-left: -12px;
}

.panelDefaultCss {
    border: none;
    /*box-shadow: 0px 0px 5px #ccc;*/
    /*margin-bottom: 1rem !important;*/
    border-radius: 5px !important;
}

.gvPreviewSolutionHeader tr:first-child th {
    background: none !important;
    line-height: 20px;
    border: none !important;
}

.gvPreviewSolutionHeader tr:first-child {
    background: linear-gradient(to right, #31869c, #5ed9e9) !important;
}

.homeLogo {
    width: 4%;
    /*padding: 10px;
    background: #004D6B;*/
    color: #fff;
}

@media screen and (max-width: 767px) {
    .MobileView {
        width: 28% !important;
    }
}

@media screen and (max-width:580px) {
    .product {
        margin-top: 0px !important;
        margin-right: 0px !important;
        min-width: 280px !important;
        padding-left: 20px !important;
    }

    .noPaddingMbl {
        padding: 0 !important;
    }
    .m-b-1per{
        margin-bottom:1rem !important;
    }
    .m-t-1per {
        margin-top: 1rem !important;
    }
}

.loader-wrapper .loader-section {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(34, 34, 34, 0.69);
    z-index: 1000;
}

.spinner {
    margin: 20% auto;
    width: 50px;
    height: 50px;
    position: relative;
    text-align: center;
    -webkit-animation: sk-rotate 2.0s infinite linear;
    animation: sk-rotate 2.0s infinite linear;
}

.dot1, .dot2 {
    width: 60%;
    height: 60%;
    display: inline-block;
    position: absolute;
    top: 0;
    background-color: rgba(0, 229, 232, 0.71);
    border-radius: 100%;
    -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
    animation: sk-bounce 2.0s infinite ease-in-out;
}

.dot2 {
    top: auto;
    bottom: 0;
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}

@-webkit-keyframes sk-rotate {
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes sk-rotate {
    100% {
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
    }
}

@-webkit-keyframes sk-bounce {
    0%, 100% {
        -webkit-transform: scale(0.0);
    }

    50% {
        -webkit-transform: scale(1.0);
    }
}

@keyframes sk-bounce {
    0%, 100% {
        transform: scale(0.0);
        -webkit-transform: scale(0.0);
    }

    50% {
        transform: scale(1.0);
        -webkit-transform: scale(1.0);
    }
}
.SideBox {
    background: #fbfbfb;
    margin-top: 27px;
    box-shadow: 0px 0px 5px #ccc;
    padding: 10px 10px 10px 10px;
    position: fixed;
    width: 275px;
    right: 11px;
    height: 79%;
    overflow-y: auto;
        top: 91px;
}
.BasicInfo {
    color: #f15922;
    text-align: center;
    text-transform: capitalize;
    /* padding: 9px 0px; */
    font-size: 14px;
    font-weight: bold;
}
.MarginRight {
margin-right:7px;
}
.HeadinBold {
    color: #0c4da2;
    font-size: 12px;
    font-weight: bold;
    text-transform: capitalize;
}
.DataNormal {
    color: #223a84;
    font-size: 12px;
    text-transform: capitalize;
}
.M_Bottom {
    margin-bottom: 11px;
}
.SameAbove {
    text-align: center;
    width: 100%;
    font-size: 12px;
    text-transform: capitalize;
    color: #0c4da2;
    clear: both;
    font-weight: bold;
    margin: 10px 0px 4px 0px;
}
.NumSec {
    padding-right: 0px;
    text-align: center;
    padding-left: 9px;
    width: 4%;
    position: fixed;
    height: 100%;
    border-right: 1px solid #f15922;
    margin-top: 11rem;
}
.Mumbiring {
    margin-top: 4rem;
}
.NumberSec {
margin:0px;
padding:0px;
}
.NumberSec li{

}
    .NumberSec li a {
        color: #f15922;
        width: 35px;
        height: 34px;
        padding: 5px 2px;
        border-radius: 50%;
        margin-bottom: 17px;
        display: block;
        text-align: center;
        border: 1px solid #f15922;
        font-size: 14px;
        line-height: 21px;
        font-weight: bold;
    }
.is-active {
    background: #f15922;
    color: #fff !important;
}
.BasicMobile {
    margin-left: 4%;
}
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}
@media only screen and (max-width: 766px) {
    .SameAsMobile {
        position: relative;
        top: -5px;
    }
    .SelectGap {
        margin-bottom: 15px;
    }
    .SideBox {
        display: none !important;
    }
    .NumSec {
        display: none !important;
    }
    .BasicMobile {
        width: 100% !important;
    }
    .BasicMobile {
        margin-left: 0% !important;
    }
}
@media only screen and (max-width: 990px) {
    .BasicMobile {
        margin-left: 6%;
    }
    .NumSec {
        padding-left: 6px;
    }
    .BasicMobile {
        width:55%;
    }
    .SideBox {
        width: 38%;
        right: 7px;
    }
    .NumberSec li a {
        color: #0c4da2;
        width: 29px;
        height: 30px;
        padding: 5px 2px;
        border-radius: 50%;
        margin-bottom: 17px;
        display: block;
        text-align: center;
        border: 1px solid #0c4da2;
        font-size: 12px;
        line-height: 18px;
        font-weight: bold;
    }
    .FixdBoxMobile {
    width:10%;
    margin-top:9rem;
    }
    }

/*---------------------input Underwriting style------------------------*/
.NumSec_1 {
    padding-right: 0px;
    text-align: center;
    padding-left: 9px;
    width: 4%;
    position: fixed;
    height: 100%;
    border-right: 1px solid #f15922;
    top: 0;
}
.SideBox_1 {
    background: #fbfbfb;
    /* margin-top: 30px; */
    box-shadow: 0px 0px 5px #ccc;
    padding: 10px 10px 10px 10px;
    position: fixed;
    width: 275px;
    right: 8px;
    height: 81%;
    overflow-y: auto;
    top: 117px;
    padding-bottom: 51px;
}

.BasicInfo_1 {
    color: #f15922;
    text-align: center;
    text-transform: capitalize;
    /* padding: 9px 0px; */
    font-size: 14px;
    font-weight: bold;
}

.MarginRight_1 {
    margin-right: 7px;
}

.HeadinBold_1 {
    color: #0c4da2;
    font-size: 12px;
    font-weight: bold;
    text-transform: capitalize;
}

.DataNormal_1 {
    color: #223a84;
    font-size: 12px;
    text-transform: capitalize;
}

.M_Bottom_1 {
    margin-bottom: 11px;
}

.SameAbove_1 {
    text-align: center;
    width: 100%;
    font-size: 12px;
    text-transform: capitalize;
    color: #0c4da2;
    clear: both;
    font-weight: bold;
    margin: 10px 0px 4px 0px;
}

.NumSec_1 {
    padding-right: 0px;
    text-align: center;
    padding-left: 9px;
    width: 4%;
    position: fixed;
    height: 100%;
    border-right: 1px solid #f15922;
}

.Mumbiring_1 {
    margin-top: 3rem;
}

.NumberSec_1 {
    margin: 0px;
    padding: 0px;
}

    .NumberSec_1 li {
    }

        .NumberSec_1 li a {
            color: #f15922;
            width: 35px;
            height: 34px;
            padding: 5px 2px;
            border-radius: 50%;
            margin-bottom: 17px;
            display: block;
            text-align: center;
            border: 1px solid #f15922;
            font-size: 14px;
            line-height: 21px;
            font-weight: bold;
        }

.is-active_1 {
    background: #f15922;
    color: #fff !important;
}

.BasicMobile_1 {
    margin-left: 4%;
}
.LeftAlignUnderWr {
    margin-left: 4%;
}

@media only screen and (max-width: 766px) {
    .SameAsMobile {
        position: relative;
        top: -5px;
    }

    .SelectGap {
        margin-bottom: 15px;
    }
    .LeftAlignUnderWr {
        margin-left: 0%;
    }
    .SideBox_1 {
        display: none !important;
    }

    .NumSec_1 {
        display: none !important;
    }

    .BasicMobile_1 {
        width: 100% !important;
    }

    .BasicMobile_1 {
        margin-left: 0% !important;
    }
}

@media only screen and (max-width: 990px) {
    .BasicMobile_1 {
        margin-left: 6%;
    }

    .NumSec_1 {
        padding-left: 6px;
    }

    .BasicMobile_1 {
        width: 55%;
    }

    .SideBox_1 {
        width: 28%;
        right: 7px;
    }

    .NumberSec_1 li a {
        color: #0c4da2;
        width: 29px;
        height: 30px;
        padding: 5px 2px;
        border-radius: 50%;
        margin-bottom: 17px;
        display: block;
        text-align: center;
        border: 1px solid #0c4da2;
        font-size: 12px;
        line-height: 18px;
        font-weight: bold;
    }

    .FixdBoxMobile_1 {
        width: 10%;
        margin-top: 9rem;
    }
}

@media screen and (min-width:1188px) and (max-width:1300px) {
    .BasicMobile {
    width:73%;
    margin-left:4%;
    }
}

