﻿body {
overflow-x:hidden;
}
a {
    text-decoration: none;
}

::-webkit-scrollbar {
    width: 6px;
    -webkit-appearance: none;
}

::-webkit-scrollbar-thumb {
    background-color: rgba(86, 86, 86, 0.47);
    border-radius: 10px;
    border: 1px solid #ffffff;
    opacity: 0.9;
}
::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #ffffff;
}

.calendarIcon {
    border-width: 0 0 1px 0;
    border-style: solid;
    border-color: #a8a8a8;
    display: flex;
    align-items: center;
}

.product-input .rupee {
    padding: 0 !important;
    border: none;
    top: 10px;
    left: 97%;
}

.form-inline .form-control {
    padding-left: 6px !important;
    border: 1px solid #a8a8a8;
    height: 33px !important;
    width: 46% !important;
}

.form-control {
    height: 33px !important;
}
.form-control:focus{
    border-bottom:1px solid #97262a;
}
.select2-selection__rendered:hover {
    background: transparent;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: auto !important;
    position: absolute;
    top: none;
    right: 1px;
    width: auto !important;
}

    .select2-container--default .select2-selection--single .select2-selection__arrow b {
        border-color: #97262a transparent transparent transparent !important;
        border-style: solid;
        border-width: 6px 5px 0 !important;
        height: 0;
        right: 0px;
        margin-left: -12px;
        margin-top: 14px;
        position: absolute;
        top: 50%;
        width: 0;
    }

.select2-container--default .select2-selection--single .select2-selection__rendered:focus {
    outline: 0 !important;
}

.select2-container--default .select2-selection--single {
    outline: 0 !important;
}
/*.select2-selection--single {
        display:none !important;
        }*/
.select2 span {
    font-size: 14px !important;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #f9f9f9;
    color: #97262a;
    /*background-color:#fff;*/
}

.select2-container--default .select2-results__option[aria-selected="true"] {
    padding: 10px;
    border-bottom: 1px solid #ebebeb;
    font-size: 14px;
    line-height: 20px;
    background-color: #f9f9f9;
    color: #97262a;
}

.select2-results__option {
    padding: 10px;
    border-bottom: 1px solid #ebebeb;
    font-size: 14px;
    line-height: 20px;
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    /*border: none;
            border-bottom: 1px solid #ccc;*/
    border-radius: 0px;
}

.select2-container .select2-selection--single {
    height: 33px !important;
    border-width: 0 0 1px 0;
    border-bottom: 1px solid #ccc;
}
.select2-container {
    width: 100% !important;
    display: block !important;
    z-index: 9999;
}

.select2-dropdown {
    border: 1px solid #D8D8D8;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    padding: 0;
    color: #565656;
    line-height: 28px !important;
}

.select2-container--default .select2-results__option[aria-disabled=true] {
    display: none;
}

.select2-search--dropdown {
    display: none;
    padding: 0;
}

.select2-search__field {
    display: none !important;
}

.SelectGap select {
    position: relative;
}

    .SelectGap select:after {
        content: "";
        width: 0;
        height: 0;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-top: 6px solid #666;
        position: absolute;
        right: 8px;
        top: 8px;
        pointer-events: none;
    }

.SelectGap select {
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    text-indent: 0.01px;
    text-overflow: "";
    font-size: inherit;
    line-height: inherit;
    width: 100%;
}

    .SelectGap select::-ms-expand {
        display: none;
    }

#ddlPR_MI {
    border: 1px solid #ccc !important;
    position: relative;
    left: 30px;
}

tr, th, td {
    height: 0px !important;
    text-align: center;
}

#divDisclaimer table tr {
    background: #fff !important;
}

.button span:after {
    content: '' !important;
    opacity: 1;
    top: 0;
    right: 0px;
    transition: 0.5s;
}
@font-face {
    font-family: 'helvetica';
    src: url('../fonts/Helvetica.ttf') format('truetype');
}
/*@font-face {
    font-family: 'Arial Regular';
    font-style: normal;
    font-weight: normal;
    src: local('Arial Regular'), url('fonts/ARIAL.woff') format('woff');
}*/

/*@font-face {
            font-family: 'Allianz Sans';
            font-style: normal;
            font-weight: normal;
            src: url('../fonts/ALSANREG.otf');
        }*/
body {
    background-color: #ebebeb;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    letter-spacing: normal !important;
}

.dropdown-menu {
    z-index: 99999 !important;
}

.switch {
    position: relative;
    width: 55px;
}

    .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 15px;
        width: 15px;
        left: 4px;
        bottom: 4px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

input:checked + .slider {
    background-color: #97262a;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
    height: 22px;
    width: 50px;
}

    .slider.round:before {
        border-radius: 50%;
    }

.ModalOkBtn {
    border-radius: 4px;
    padding: 3px 16px;
    background: #4790dc;
    color: #fff;
    border: 0px;
    font-size: 15px;
}

.WhiteSpace {
    white-space: nowrap;
}

.htmltable td {
    padding: 8px !important;
    background: #edf6ff !important;
}

.htmltable th {
    padding: 8px !important;
    text-align: center;
}

table, th, td {
    font-size: 12px !important;
}

.center, th, td {
    border-width: 0px 1px 0px 0px;
    border-style: solid;
}

.table-condensed, th, td {
    border-width: 0px 0px 0px 0px;
    border-style: solid;
}

.PersonalDiv th {
    padding: 8px !important;
    background: #fff;
    color: #08c;
}

.PersonalDiv tbody {
    background: #edf6ff;
}

.PersonalDiv tr {
    background: #edf6ff;
}

.PersonalDiv td {
    padding: 8px !important;
    background: #edf6ff;
    border: none !important;
}

.section3 td {
    padding: 8px !important;
    background: #f8ffed;
    border: 1px solid #d5e7f5 !important;
}

.section3 th {
    padding: 8px !important;
    background: #f8ffed;
    color: #08c;
    text-align: center;
    border: 1px solid #d5e7f5 !important;
}

.section3 tr > td:last-child {
    background: #c7daee;
    text-align: center;
}

.clear {
    clear: both;
}

#LastName {
    margin-left: 4px;
}

.DisNoneMod {
    display: none !important;
}

.DisBlockerr {
    display: block !important;
}

.modal {
    background: rgba(0, 0, 0, 0.87);
}

.qty .count {
    color: #909397;
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    font-weight: 700;
    line-height: 18px;
    padding: 0 2px;
    min-width: 25px;
    text-align: center;
}

/*Prevent text selection*/
.qty span {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.qty input {
    border: 0;
    width: 2%;
}

    .qty input::-webkit-outer-spin-button,
    .qty input::-webkit-inner-spin-button {
        -webkit-appearance: none;
        margin: 0;
    }

    .qty input:disabled {
        background-color: white;
    }

.SelectGap {
    margin-bottom: 15px;
}

.NoneDis {
    display: none;
}

.DisBlock {
    display: block !important;
}

.BasicMargin {
    margin-top: 22.5rem !important;
}

.ProMarginTop {
    margin-top: 16rem !important;
}

.FundChoise {
    border-bottom: 1px solid #e0dddd;
    padding: 4px 0px;
    font-size: 12px;
}

.TotalPadding {
    padding: 9px 0px 9px 0px;
    overflow: hidden;
}

.InputFldBrd {
    outline: 0;
    border: 1px solid #dad8d8;
    border-radius: 4px;
    padding: 4px 7px;
    width: 100%;
}

.fund_error_msg {
    color: #DD4030;
}

.fund_error {
    color: #DD4030;
}

h1 {
    font-size: 20px;
    line-height: 30px;
    color: #fff;
    /* text-transform: uppercase; */
    margin: 0;
}

.rhs-fixed-layout {
    position: fixed;
    top: 125px;
    right: 0;
    width: 320px;
    height: 80%;
    overflow-y: scroll;
    background: #fff;
    z-index: 999;
    padding-left: 20px;
    background: #f5faff;
}

.lhs-fixed-layout {
    position: fixed;
    height: 100%;
    top: 120px;
    border-right: 1px solid #AECFF7;
}

.panelDefaultCss {
    border: none;
    box-shadow: none !important;
    margin-bottom: 1rem;
    background: #fff;
}

.content-heading {
    border: none;
}

/*. {
            margin: 0;
        }*/

.bgMaroon {
    background: #8E1111 !important;
}

.maroon {
    color: #8E1111 !important;
}

/*.checkbox .active {
            border-color: #8E1111 !important;
            background-color: #8E1111 !important;
            color: #fff;
        }*/

/*Flex*/

.flexDiv {
    display: flex;
    flex-wrap: wrap
}

#divDisclaimer {
    text-align: justify;
    /*page-break-inside:avoid;*/
}

    #divDisclaimer table {
        page-break-inside: auto !important;
    }

        #divDisclaimer table tr {
            page-break-inside: avoid !important;
            page-break-after: auto !important;
        }

            #divDisclaimer table tr div {
                page-break-inside: avoid !important;
                page-break-after: auto !important;
            }

#conditionDiv,
#decalarationDiv {
    padding: 10px;
}

#decalarationDiv {
    border-top: 1px solid #ccc;
}

.flexCol {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.pdfDivBox {
    margin-bottom: 20px !important;
}

.newPDFClass {
    margin: 10 !important;
    border-radius: 0 !important;
    border: none;
    box-shadow: none !important;
    margin-bottom: 1rem;
    background: #fff;
}


.panelDefaultCss {
    margin: 0 !important;
    border-radius: 0 !important;
}

.panelHeadingCss {
    padding: 0px 10px 0px 10px;
    color: #6d6d6d !important;
    background-color: #fff !important;
    border-bottom: 0 !important;
}

.rupee {
    color: #fff !important;
    background: #fff !important;
}

.rupee::before {
    color: #97262a !important;
}

.form-group {
margin-bottom:15px;
}
.flexBtn {
display:flex;
justify-content:center;
}

@media screen and (max-width: 400px) {
    .ui-radio .gender-lifeassured + label {
        width: 33%;
    }
}

@media screen and (max-width: 580px) {
    .noPaddingMob {
        padding: 0px;
    }

    .riderMobCss {
        border-right: 0px !important;
    }

    .DOB-mobile {
        width: 100% !important;
    }

    .checkbox {
        margin-top: 0px;
    }

    .product-dynamic-info .form-control-dynamic {
        margin-bottom: 0px;
    }

    .divAmount {
        margin-top: 12px;
    }

    .proposer-info.row-section {
        margin-top: 0px;
    }

    .table-responsive {
        border: none !important;
    }

    .product {
        margin-top: 0px;
        margin-right: 0;
        min-width: 280px;
        /*padding-left: 20px;*/
    }

    .SameAsMobile {
        text-align: left !important;
    }
}

@media screen and (max-width: 767px) {
    .controlZIndex {
    z-index:1 !important;
    }
    .platDiv .col-lg-3 {
        margin-bottom: 20px !important;
    }
    .platDiv .col-md-3 {
        margin-bottom: 20px !important;
    }
    .AddPartnerBtn:before {
         position: relative !important; 
        font-size: 18px !important;
    }
    .addPartnerText {
    left:10px;
    top:0px !important;
    }
    .displayBox {
        margin-bottom: 20px !important;
    }
    .PartnerSec {
        line-height: 25px !important;
        padding-left: 0px !important;
    }
    .partnerDetails {
        white-space: nowrap;
        display: flex;
        width: 300px !important;
        overflow: auto;
        padding-left: 0px;
        margin-bottom: 17px;
    }
    .AddPartnerBtn {
        width: 56% !important;
        font-size: 13px !important;
    }
    .card-wrapper {
        position: relative;
        margin-right: 15px;
    }
    .textLeft {
        text-align: left !important;
    }
    .activeRidBtn {
        background: #e0ddde !important;
        color: #fff !important;
    }
    .riderBtnName {
    display:none;
    }
    .riderIcon {
        display: block !important;
    }
    .iconSize {
        width: 30px;
    }
    .riderSuCatList {
        position: relative;
        white-space: nowrap;
        overflow-x: auto;
        width: 79%;
        z-index: 999999;
    }
        .riderSuCatList li {
            border-radius: 7px !important;
            width: 68px;
            text-align: center;
        }
    .beware_block {
        font-size: 10px !important;
    }

    .changeOrder {
        display: flex;
        flex-direction: column;
    }

        .changeOrder .oneDiv {
            order: 2;
        }

        .changeOrder .twoDiv {
            order: 3;
        }

        .changeOrder .threeDiv {
            order: 4;
        }

        .changeOrder .fourDiv {
            order: 1 !important;
        }

    #slick-slide-control00 {
        width: 15px;
        height: 15px;
        border-radius: 50%;
        border: 0px;
        background: #fff;
    }

    #slick-slide-control01 {
        width: 15px;
        height: 15px;
        border-radius: 50%;
        border: 0px;
        background: #fff;
    }

    #slick-slide-control02 {
        width: 15px;
        height: 15px;
        border-radius: 50%;
        border: 0px;
        background: #fff;
    }

    #slick-slide-control03 {
        width: 15px;
        height: 15px;
        border-radius: 50%;
        border: 0px;
        background: #fff;
    }

    .slick-slide:before {
        content: ' ';
        display: block;
        position: relative !important;
        height: auto !important;
        width: 0px !important;
        top: 0;
        left: 0px;
        background-color: #fff;
    }

    .slick-active {
        width: 300px !important;
    }

    .slick-slide {
        width: 300px !important;
        padding: 14px;
    }

    .slick-dots li button:before {
        font-size: 20px !important;
    }

    .footer_link {
        padding-left: 0px;
    }

    .brdNone {
        border: 0px !important;
    }

    .slick-prev, .slick-next {
        display: none !important;
    }

    .generateIlls, .product {
        font-size: 15px !important;
        padding-left: 0px !important;
    }

    .pnbLogo {
        height: 30px !important;
    }

    .head_social_lnk > a {
        font-size: 17px !important;
    }

   /* .select2-container {
        width: 100% !important;
    }*/

    .leftonMbl {
        float: left !important;
    }

    .widthFirstTblDis {
        width: 100% !important;
        margin-bottom: 10px !important;
        margin-left: 0% !important;
        height: 180px !important;
    }

    #divDisclaimer div {
        width: 100% !important;
        margin-left: 0% !important;
    }

    .widthFirstTbl {
        width: 100% !important;
    }

    .widthDescl div {
        width: 100% !important;
    }

    .widthDesclmarginL {
        margin-left: 0% !important;
    }
    
    .cancelMobile {
        display: table-cell;
        position: relative;
        left: 0px;
        float: right;
        top: 11px;
    }

    .total_fund {
        /*display: none;*/
    }

    .HideMobileS {
        display: none;
    }

    .mobileWidth {
        width: 91% !important
    }

    .MobileDisplay {
        display: inherit !important;
    }
}

.validate {
    border-radius: 12px 12px 12px 12px;
    border: 1px solid;
    color: #FFFFFF;
    background: #0072bc;
}

#LtHtmlTableFormat > table {
    margin-top: 5px;
}

.table-responsive {
    border: none !important;
}

.ddlFundStrategyDiv:after {
    top: 39.1% !important;
    right: 2px !important;
}

@media screen and (max-width:360) {
    .TableMobile td:nth-child(1) {
        width: 283px !important;
    }
}

@media screen and (max-width:580) {

    table tbody .lifeMinWidth {
        max-width: 283px !important;
    }

    .otherMinWidth {
        min-width: 238px;
    }

    .minWidth {
        min-width: 185px;
    }
}

@media only screen and (max-width: 990px) {
    .NumSec {
        padding-left: 5px;
        width: 6%;
    }

    #DivPinCode {
        margin-bottom: 7% !important;
    }

    #contentDiv {
        margin-top: 2% !important;
    }
}

@media only screen and (min-width:800) {

    .displayNoneMob {
        padding: 0px !important;
    }
}

/* BUTTON 3 */
/*.btnBackground::after {
            height: 0;
            left: 50%;
            top: 50%;
            width: 0;
        }

        .btnBackground:hover:after {
            height: 100%;
            left: 0;
            top: 0;
            width: 100%;
        }*/
/*button::before,
        button::after {
            background: #fff;
            content: '';
            position: absolute;
            z-index: -1;
        }*/
.btnBackground:hover {
    color: #fff !important;
    background-color: #97262a !important;
    border: 1px solid #97262a !important;
}

/*button:hover {
    color: #2ecc71;
}*/

.bgGreen {
    background: #1C86F0 !important;
}

.checkbox .active {
    border-color: #97262a !important;
    background-color: #97262a !important;
    color: #fff;
}

.validate {
    width: 90px;
    box-shadow: 0 1px 2px #6c6b6b;
    margin: 0;
    border-color: #97262a !important;
    border-radius: 2px;
    background-color: #97262a !important;
    color: #FFF;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    font-weight: normal;
    text-transform: capitalize;
}

.navBarPosition {
    margin-top: 40px !important;
}

.NumberSec li a {
    border: 1px solid #1C86F0;
}

.is-active {
    background: #1C86F0;
}

.nvestLogoPosition {
    padding: 5px 5px 5px !important;
}

.NumSec {
    border-right: 1px solid #1C86F0;
    margin-top: 24rem;
}

.main-content h2 {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    font-size: 14px !important;
    line-height: 20px;
    color: #565656;
    letter-spacing: normal;
}

.subHeadingBlue {
    color: #9d9d9d !important;
}

.input-group-addon {
    color: #97262a;
}

.input-group.age .input-group-addon {
    padding: 0;
    border-width: 0 0 1px 0;
    border-bottom: 1px solid;
    background: #fff !important;
    color: #ccc;
    justify-content: flex-start;
    border-radius: 0;
    cursor: not-allowed;
}

.btnAge {
    border: 1px solid #f89c30;
    background: #f89c30;
    color: #fff;
    border-radius: 50px;
}

.btnAge:hover, 
.btnAge:focus,
.btnAge:active {
    border: 1px solid #f89c30 !important;
    background: #fff !important;
    color: #f89c30;
}

.tooltip {
    z-index: 1;
}

ul.menu-list {
    list-style: none;
    position: relative;
    display: inline-table;
    padding: 0px;
    margin: 0px;
    height: 100%;
}

.top_menu {
    float: right;
    margin: 20px 0 0;
}

    .top_menu li:first-child {
        border: medium none;
        padding-right: 0;
    }

    .top_menu li {
        border-left: 1px solid #878787;
        float: left;
        font-size: 13px;
        padding: 0 16px;
    }

.btn-group, .btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.top_menu button.btn.btn-secondary.dropdown-toggle {
    background: #1C86F0;
    background: -moz-linear-gradient(#1f7bbe, #1C86F0);
    background: -o-linear-gradient(#1f7bbe, #1C86F0);
    background: -webkit-gradient(linear,0% 0%,0% 100%,from(#1f7bbe),to(#1C86F0));
    background: -webkit-linear-gradient(#1f7bbe, #1C86F0);
    border-radius: 4px;
    color: #fff;
    display: inline-block;
    float: left;
    font-size: 14px;
    font-weight: 700;
    margin: -10px -1px 0;
    overflow: hidden;
    padding: 6px 42px 7px 5px;
    position: relative;
    z-index: 999;
    font-weight: normal;
}

.top_menu .topDropdownArrow {
    bottom: -8px;
    display: none;
}

.topDropdownArrow {
    display: inline-block;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #c3c3c3;
    position: absolute;
    bottom: 2px;
    left: 106px;
}

.top_menu > li .dropdown-menu {
    padding: 0;
}

.top_menu .dropdown-menu {
    top: 122%;
}

.dropdown-menu {
    top: 120%;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.dropdown-menu {
    z-index: 2000;
}

.dropdown-menu {
    position: absolute;
    left: 0;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
    background-clip: padding-box;
}

.top_menu > li a.dropdown-item:first-child {
    border-top: none;
}

.top_menu > li a.dropdown-item {
    display: block;
    width: 100%;
    text-decoration: none;
    border-top: 1px solid #c3c3c3;
    padding: 10px 10px 10px 15px;
    cursor: pointer;
    text-decoration: none !important;
    transition: none;
}

.head_social_lnk {
    clear: both;
    display: inline;
    float: right;
    text-align: center;
    /*margin: -75px 15px 0;*/
}

.head_social_lnk > a {
    color: #016AB6;
    font-size: 23px;
    display: block;
    text-align: right;
}

.head_social_lnk > ul {
    margin: 5px 0;
    margin: 0px 0 0;
    overflow: hidden;
    float: right;
}

.head_social_lnk > ul li {
    float: left;
    margin: 0 0 0 8px;
}

.head_social_lnk > ul li a.fb {
    background: url('../images/fb-ico.png') 0 0 no-repeat;
}

.head_social_lnk > ul li a.twit {
    background: url('../images/twit-ico.png') 0 0 no-repeat;
}

.head_social_lnk > ul li a.linkedin {
    background: url('../images/linkedin_ico.png') 0 0 no-repeat;
}

.head_social_lnk > ul li a.youetube {
    background: url('../images/youtube_ico.png') 0 0 no-repeat;
}

.head_social_lnk > ul li a {
    display: inline-block;
    height: 33px;
    text-indent: -3333em;
    width: 33px;
}

.top_menu > li a {
    color: #333;
    font-size: 13px;
}

.product-name {
    top: 0px !important;
    background: white !important;
}

.generateIlls {
    color: #000;
    font-size: 20px;
    font-weight: bold;
}
.boxPDLeftRight {
    padding: 0px 15px;
}

.brdBtm {
    border-bottom: 2px solid #1C86F0;
    padding: 0px 0px 10px 0px;
}

.footer_link {
    background: #1C86F0;
    padding-top: 35px;
    padding-bottom: 35px;
    margin-bottom: 0;
    overflow: hidden;
}

.footer_info {
    border-bottom: 1px solid #c6c6c6;
    overflow: hidden;
    padding: 35px 2% 20px;
    /*margin-bottom:15px;*/
}

    .footer_info > div.footer_info_lt {
        margin: 0 1% 0 0;
        width: 17%;
    }

    .footer_info > div {
        float: left;
    }

ul {
    padding: 0px;
}

.footer_info > div.footer_info_md {
    width: 53%;
    margin-right: 3%;
    margin-left: 2%;
}

.footer_info > div.footer_info_rt {
    width: 24%;
}

.beware_block a {
    background: #066ab5;
    border-radius: 10px;
    color: #fff;
    padding: 2px 8px;
}

.footer_info_md > ul {
    font-size: 11px;
    list-style-position: outside;
    margin-top: 5px;
    padding-left: 0px;
}

    .footer_info_md > ul li {
        background: url(https://ill.pnbmetlife.com/Illustration/Content/images/footer_list_img.jpg) 5px 3px no-repeat;
        list-style: none;
        padding-left: 20px;
    }

.footer_logo {
    background: url(https://ill.pnbmetlife.com/Illustration/Content/images/footer-logo.jpg) no-repeat scroll right center;
    display: inline-block;
    height: 34px;
    margin: 0 0 25px;
    width: 160px;
}

.social_lnk {
    float: none;
    margin: 0 auto;
    overflow: hidden;
    padding-left: 0px;
}

ul.social_lnk li {
    float: none;
    margin: 0 2px 5px;
    display: inline-block;
}

    ul.social_lnk li a.fb {
        background: url('../images/fb-ico.png') 0 0 no-repeat;
    }

    ul.social_lnk li a.twit {
        background: url('../images/twit-ico.png') 0 0 no-repeat;
    }

    ul.social_lnk li a.linkedin {
        background: url('../images/linkedin_ico.png') 0 0 no-repeat;
    }

    ul.social_lnk li a.youetube {
        background: url('../images/youtube_ico.png') 0 0 no-repeat;
    }

    ul.social_lnk li a {
        display: inline-block;
        height: 33px;
        text-indent: -3333em;
        width: 33px;
    }

.footer_bottom_lnk {
    clear: both;
    float: left;
    padding: 25px 10px;
    width: 100%;
}

    .footer_bottom_lnk p {
        margin-bottom: 3px;
    }

        .footer_bottom_lnk p a {
            color: #616161;
            font-size: 13px;
            margin-bottom: 5px;
        }

        .footer_bottom_lnk p.solicitation {
            color: #a1a1a1;
            font-size: 12px;
            margin-bottom: 10px;
            line-height: inherit;
        }

.pngmetlife_copyrights {
    color: #a1a1a1;
    font-size: 12px;
    width: 75%;
    float: left;
    line-height: inherit;
}

.pngmetlife_verisign {
    width: 15%;
    float: right;
}

.footer_bottom_lnk p.pngmetlife_verisign a {
    float: right;
}

.subscribe_wrapper {
    display: inline-block;
    position: relative;
    width: 80%;
    padding: 0px 0px 0px 20px;
}

.footer_bottom_lnk p a {
    color: #616161;
    font-size: 10.6px;
    margin-bottom: 5px;
}

.foo-lnk_block > h1 {
    color: #fff;
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 20px;
}

.foo-lnk_block.slick-slide {
    min-height: 400px;
}

.foo-lnk_block ul li > a {
    color: #fff;
    display: inline-block;
    font-size: 12px;
    margin-bottom: 5px;
}

.subscribe_wrapper .form-control.send_mailid {
    border: none;
    border-radius: 3px;
    box-shadow: none;
    float: left;
    padding: 0px 35px 0px 10px;
    width: 100%;
    height: 35px;
    line-height: 35px;
}

.subscribe_wrapper .mailid_btn {
    background: url('/images/mailIco.PNG') center center no-repeat;
    border: medium none;
    box-shadow: none;
    position: absolute;
    right: 0;
    width: 40px;
    height: 36px;
    cursor: pointer;
    margin: 0px;
    border-radius: 0 3px 3px 0;
    padding: 0px;
    outline: 0;
    text-indent: -999em;
}

.foo-lnk_block > h1.foo_about_lnk {
    margin-bottom: 27px;
}

.foo-lnk_block > h1 a {
    color: #fff;
}

.slick-slide > p {
    color: #fff;
    font-size: 12px;
    margin-bottom: 7px;
    line-height: 20px;
    width: 100%;
}

.listText {
    padding: 0px 0px 0px 20px;
}

.slick-slide > p.f11 {
    font-size: 9px;
    line-height: 15px;
    margin-top: 7px;
    font-weight: bold;
    padding: 0px 0px 0px 0px;
}

.foo-lnk_block p {
    color: #fff;
    font-size: 11px;
    margin-top: 10px;
}

.top_menu button.btn.btn-secondary.dropdown-toggle i {
    background: url('/images/download_ico.png') top left no-repeat;
    width: 26px;
    height: 26px;
    display: inline-block;
    position: absolute;
    right: 5px;
    top: 4px;
}

.policy_search label {
    background-position: center center;
    display: inline-block;
    float: left;
    height: 40px;
    width: 40px;
    margin-bottom: 0px;
}

.product_name_ico {
    background: url('/images/product_ico.png') no-repeat scroll;
}

.caret {
    background: url('/images/download_ico.png') no-repeat scroll center center;
    border: medium none;
    height: 23px;
    margin: 0;
    top: 8px;
    width: 23px;
    right: 5px;
}

.bootstrap-select.btn-group .btn .caret {
    position: absolute;
    top: 50%;
    right: 12px;
    margin-top: -2px;
    vertical-align: middle;
}

.btn .caret, .btn-group > .btn:first-child, .nav-stacked > li + li {
    margin-left: 0;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}
.nextIcon {
    display: none;
}
.m-r-12 {
    margin-right: 12px;
}
.AddPartnerBtn {
    width: 100%;
    margin: 0px;
    padding: 6px 10px;
    border: 1px solid #1C86F0;
    border-radius: 12px;
    background: #fff;
    color: #1C86F0;
    position: relative;
    font-size: 16px;
}
    .AddPartnerBtn:before {
        content: '\f234';
        font-family: 'FontAwesome';
        position: absolute;
        top: 0px;
        left: 0;
        right: 0;
        font-size: 22px;
    }
.addPartnerText {
position:relative;
top:20px;
}
.AddPartnerBtn:hover {
    background: #1C86F0;
    color: #fff !important;
}
.PartnerSec {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    line-height: 100px;
    padding-right: 0px;
    padding-left: 20px;
}
.partnetName {
    font-size: 11px;
    margin-bottom: 10px;
}



.card-wrapper {
    /*margin-right: 16px;*/
    position: relative;
}
.card-label {
width:100%;
}
.card-label input {
    display: none;
}

    .card-label .icon {
        width: 16px;
        height: 16px;
        position: absolute;
        top: 8px;
        right: 26px;
        /*-webkit-transition: 0.3s ease-in-out all;
    -o-transition: 0.3s ease-in-out all;
    transition: 0.3s ease-in-out all;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);*/
    }

    .card-label input:checked + .icon:before {
        content: "";
        position: absolute;
        /* background: url(../images/riders/checkbox-tick.svg) no-repeat center; */
        font-family: 'FontAwesome';
        height: 6px;
        color: #fff;
        background-size: 10px;
        background-color: #41d38e;
        width: 20px;
        border-radius: 50%;
        height: 20px;
        top: -3px;
        left: -2px;
    }

.card-label input:checked ~ .card-content {
    border: 1.5px solid #1c86f0;
}

.card-content {
    display: inline-block;
    cursor: pointer;
    border: 1.5px solid #dadada;
    border-radius: 8px;
    width: 100%;
    height: auto !important;
    background: #fff;
    padding: 14px 8px 5px;
    padding-bottom: 27px;
}
.person-name {
    margin-bottom: 6px;
    width: 85%;
}
.card-label input:checked ~ .card-content {
    border: 1.5px solid #1C86F0;
}



.card-wrapper .gender-dob-detail {
    border-bottom: 1px solid #dadada;
    padding-bottom: 8px;
}

.card-wrapper .gender-detail {
    margin-right: 16px;
}

.card-wrapper .gender-dob-detail .lable {
    font-size: 12px;
    color: #8c8c8c;
    font-family: "TATAAIAPrintRegular", sans-serif;
    margin-bottom: 2px;
    line-height: 14px;
}

.card-wrapper .gender-dob-detail .value {
    font-size: 14px;
    color: #2f2f2f;
    font-family: "TATAAIAPrintRegular", sans-serif;
    margin-bottom: 2px;
}
.iconPart {
    display: inline-block;
    margin-top: 8px;
    width: 90%;
    position: absolute;
    bottom: 5px;
    left: 13px;
}
.delete-icon {
    float: right;
}

    @media (min-width: 1200px) {
        .col-lg-offset-1 {
            margin-left: 4.333333%;
        }
    }

    @media (min-width: 992px) {
        .w-100 {
            /*width: 335px !important;*/
            position: relative;
            left: 20px;
        }

        .col-md-offset-1 {
            margin-left: 4.333333%;
        }
    }

    @media screen and (max-width: 767px) {
        .subHeadingBlue {
            font-size: 14px;
        }

        .pd-left-0 {
            padding-left: 0px;
        }

        .bg-green-div {
            margin: 10px 4px 10px 15px !important;
        }

        #headerproductname {
            line-height: 20px;
            display: block;
        }

        .accordion-body {
            padding: 0rem 1.25rem !important;
        }

        .m-r-12 {
            margin-right: 0px !important;
        }

        .m-b-25 {
            margin-bottom: 25px;
        }

        .m-b-15 {
            margin-bottom: 15px;
        }

        .ml-0 {
            margin-left: 0% !important;
        }

        .form-inline .form-control {
            width: 97% !important;
        }

        .nextIcon {
            display: block;
        }

        #dynamiccontrol div:first-child {
            padding: 0px;
        }

        .content-heading {
            margin-bottom: 12px;
        }

        .backToTop {
            top: 2% !important;
            cursor: pointer;
        }

        .flgbackTop {
            width: 70px;
        }

        .slick-dots {
            display: block !important
        }

        input[type=number] {
            width: 100% !important;
        }

        .product_list {
            left: -4% !important;
        }

        .footer_logo {
            background-position: center center;
            margin: 0 0 15px;
            width: 180px;
            background-size: inherit;
        }

        .footer_info > div.footer_info_lt {
            clear: both;
            float: none;
            margin: 0 auto 25px;
            overflow: hidden;
            width: 215px;
            text-align: center;
        }

        .footer_info > div.footer_info_md, .footer_info > div.footer_info_rt {
            margin: 0 0 5px;
            width: 100%;
        }

        .footer_bottom_lnk {
            background-position: center bottom;
            margin-bottom: 25px;
        }

        .pngmetlife_copyrights {
            width: 100%;
            line-height: inherit;
        }

        .pngmetlife_verisign {
            text-align: center !important;
            width: 100%;
            margin: 15px 0 0;
        }
    }

    .is-open {
    display: block !important;
}
/*@media only screen and (max-width: 1330px) and (min-width: 800px)  {
             .w-100 {
                width: 233px !important;
                padding: 10px 20px 0px 20px;
            }
        }
        @media screen and (min-width: 800px) {
            .w-100 {
                width: 233px;
                padding: 10px 20px 0px 20px;
            }
        }*/
/*@media screen and (min-width: 960px) {
            .w-100 {
                width: 260px;
                padding: 10px 20px 0px 20px;
            }
        }*/
/*@media only screen and (max-width: 1450px) and (min-width: 1300px)  {
             .w-100 {
                width: 1450px !important;
                margin:auto;
            }
        }
        @media screen and (min-width: 1450px) {

            .slick-track {
                width: 1390px !important;
                margin:auto;
            }
        }*/


.slick-dots li button:before {
    font-size: 20px;
}

.carousel-indicators li {
    width: 10px;
    height: 10px;
    border-radius: 100%;
    color: #fff;
}

.TextSays {
    color: #fff;
    font-size: 11px;
    margin-bottom: 31px;
    height: 61px;
}

.carousel-indicators {
    position: absolute;
    bottom: 0px;
    left: 50%;
    z-index: 15;
    top: 112%;
    width: 60%;
    padding-left: 0;
    margin-left: -30%;
    text-align: center;
    list-style: none;
}

.left {
    display: none;
}

.right {
    display: none;
}

.listText li {
    margin-bottom: 7px;
}

    .listText li a {
        color: #fff !important;
        font-size: 13px !important;
        letter-spacing: 0px;
    }

.foo_about_lnk a {
    color: #fff;
}

.OurDistrubutors {
    margin: 25px 0px 12px 0px;
}

.brdLeftSec {
    position: relative;
}

    .brdLeftSec:before {
        content: ' ';
        display: block;
        position: absolute;
        height: 200%;
        width: 1px;
        top: 0;
        left: 0px;
        background-color: #fff;
    }

.slick-dots {
    text-align: center;
    display: none;
}

    .slick-dots li {
        display: inline;
        margin: 5px;
    }

.readMoreBtn {
    margin-top: 34px;
}

.knowMoreWhite {
    color: #006bb6;
    font-size: 12px;
    letter-spacing: 0;
    word-spacing: 0;
    background: #fff;
    padding: 7px 10px;
    overflow: hidden;
    vertical-align: super;
    display: inline-block;
    border-radius: 5px;
}

}

.m_icon {
    float: right;
    margin-left: 10px;
}

.backToTop {
    position: absolute;
    right: 8%;
    top: 68%;
    cursor: pointer;
}

.flgbackTop {
}
/*.mailid_btn {
        background:url('../images/mailIco.PNG') no-repeat;
        }*/
.irdaAdd {
    color: #616161;
    font-size: 10.5px;
}

    .irdaAdd:before {
        content: '\2022';
        color: #1C86F0;
        font-size: 25px;
        left: 3px;
        line-height: 5px;
        float: left;
        position: relative;
        top: 4px;
    }


.cntHeading {
    font-size: 16px;
    font-family: arial;
    color: #fff;
    font-weight: 700;
    margin-bottom: 12px;
    line-height: normal;
    padding: 0px 0px 0px 20px;
}

.footerText {
    color: #616161;
    font-size: 10.5px;
    line-height: 15px;
}

.stayupdate {
    padding: 0px 0px 0px 20px;
}
.d-inline {
display:inline !important;
}
.bold-product {
    padding-left: 0px !important;
    letter-spacing: normal;
}
   /* .select2-container {
    width: 100% !important;
}*/
.boxPD {
    padding: 6px 20px;
}
.lifeHead {
    font-size: 13px;
    color: #1C86F0;
    font-weight: bold;
    padding: 13px 15px 13px 0px;
}
.nextBtnWidth {
    width: 100px;
    background: #ffffff !important;
    border: 0px solid #1C86F0 !important;
    font-size: 15px;
    color: #000;
    font-weight: 600;
    text-align: right;
}
    .nextBtnWidth:hover {
        background: #fff !important;
        color: #1C86F0 !important;
    }
    .prevBtnWidth {
    width: 145px;
    float: left;
    background: #ffffff !important;
    border: 0px solid #1C86F0 !important;
    font-size: 15px;
    color: #000;
    font-weight: 600;
    text-align: left;
    /*width: 145px;
    float: left;
    background: #1C86F0 !important;
    border: 1px solid #1C86F0 !important;*/
}
    .prevBtnWidth:hover {
        background: #fff !important;
        color: #1C86F0 !important;
    }
.flexCol_1 {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
}
.amount_word {
    font-size: 12px;
}
.m-l-10{
    margin-left:10px;
}
.m-r-10 {
    margin-right: 10px;
}
.d-flex {
    display: flex;
}
.activeBtnRider {
    background: #1C86F0;
    color: #fff;
}
.checkBoxAlign {
    padding: 3px;
}
.btnBrd {
    border: 1px solid #1C86F0;
    clear: both;
    overflow: hidden;
    padding: 0px;
    margin: 15px 10px 15px 15px;
    border-radius: 7px;
}
.noMargin {
margin:0px;
}
.boxPdBtn {
padding:6px;
}
.boxPd {
    cursor: pointer;
}
.main-content label {
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    margin: 0px;
    color: #9d9d9d;
    cursor: pointer;
}
.riderSuCatList li {
    display: inline-block;
}
.riderSuCatList li {
    margin: 10px 11px 10px 0px;
    padding: 6px 10px;
    border: 1px solid #1C86F0;
    border-radius: 25px;
    pointer-events: none;
}
.activeRidBtn {
    background: #1C86F0;
    color: #fff !important;
}
    .activeRidBtn a {
        color: #fff !important;
    }
.riderSuCatList {
position:relative;
}
#ridSubCatSec {
    margin-top: 5px;
}
.hideClick {
    background: #edecec;
    pointer-events: none;
    cursor: not-allowed;
}
.errorIco {
    position: absolute;
    top: 0px;
    background: #e8003f !important;
    padding: 1px 4px;
    border-radius: 4px;
    color: #fff !important;
}
.relative {
position:relative;
}
.mobileArr {
    position: absolute;
    top: 9px;
    width: 100%;
    left: 2px;
    z-index: 0;
}
.prevIcon {
    float: left;
    background: #e8003f;
    border: 0px;
    color: #fff;
    padding: 3px 8px;
    border-radius: 5px;
    margin-left: 6px;
    font-size: 13px;
}
.nextIcon {
    float: right;
    background: #e8003f;
    border: 0px;
    color: #fff;
    padding: 3px 8px;
    border-radius: 5px;
    height: 43px;
    margin-right: 7px;
    font-size: 13px;
}
    .nextIcon:focus {
    color:#fff !important;
    }
    .nextIcon:hover {
        color: #fff !important;
    }
.loader-wrapper .loader-section {
    z-index: 9999999 !important;
}
.mr-15 {
margin-right:15px;
}
/*.panelDefaultCss .accordion:after {
    font-family: 'FontAwesome';
    content: "\f068";
    float: right;
}

.panelDefaultCss .accordion.panel-heading:after {*/
    /* symbol for "collapsed" panels */
    /*content: "\f067";
}*/
:root {
    --bs-primary: rgba(95, 5, 255, 1);
    --bs-secondary: rgb(159, 105, 253);
    serif;
}

.bg-white {
    background-color: #ffffff;
}

.bg-primary {
    background-color: var(--bs-primary) !important;
}

.text-primary {
    color: var(--bs-primary) !important;
}


.accordion-item {
    background-color: #fff;
    border: none;
}

.accordion-button {
    background-color: #f2F2F2;
    box-shadow: none;
    border: none;
    padding: 20px 50px;
    margin: 4px 0;
}

    .accordion-button:not(.collapsed) {
        border-bottom: 4px solid var(--bs-primary);
        color: var(--bs-primary);
        font-weight: bold;
        background-color: #f2F2F2;
    }

    .accordion-button:focus {
        z-index: 3;
        border-color: none;
        outline: 0;
        box-shadow: none;
    }

    .accordion-button:not(.collapsed)::after {
        background-image: url("https://nsm09.casimages.com/img/2021/06/17//21061710471725998217466601.png");
        transform: rotate(-180deg);
    }

    .accordion-button::after {
        flex-shrink: 0;
        width: 1.25rem;
        height: 1.25rem;
        margin-left: auto;
        content: "";
        background-image: url("https://nsm09.casimages.com/img/2021/06/17//21061710471725998217466600.png");
        background-repeat: no-repeat;
        background-size: 1.25rem;
        transition: transform .2s ease-in-out;
    }
.rightAccIcon {
    align-items: end;
    padding-right: 15px;
}
.form-inline .form-control {
    float: left;
}
.text-right {
text-align:right;
}
.product {
    font-size: 20px;
}
.boxGap {
    margin: 16px 0px 8px 0px;
}
.mb-15 {
margin-bottom:15px;
}
.partnerDetails {
    width:99%;
}
.delete-icon {
    font-size: 15px;
    color: #e8003f;
    cursor: pointer;
    position: absolute;
    right: 30px
}
.edit-icon {
    font-size: 15px;
    color: #1C86F0;
    cursor: pointer;
   margin-top:0px !important;
}
.p-d-l-19 {
padding-left:19px;
}
.headerBgMoadl {
    background: #1C86F0 !important;
    padding:10px !important;
}
.checkSign {
    color: #fff;
    left: 2px;
    position: absolute;
    top: 1px;
    font-size: 13px;
}
.displayBox {
display:inline-block;
width:100%;
}
.m-l-16 {
margin-left:16px;
}
.displayFlex {
display:flex;
align-items:center;
}
.label_Static {
    margin: 5px auto;
}
.m-l-15 {
margin-left:15px;
}
@media (min-width: 992px) {
    #defField .col-lg-3 {
        float: left;
        padding-right: 12px;
        margin-bottom: 15px;
    }
    #dynamiccontrol .col-lg-3 {
        float: left;
        padding-right: 12px;
        margin-bottom: 15px;
    }
    #optionDiv .col-lg-3 {
        float: left;
        padding-right: 12px;
        margin-bottom: 15px;
    }
    .platDiv .col-lg-3 {
        float: left;
        padding-right: 12px;
        margin-bottom: 15px;
    }
    .staticSection .col-lg-3 {
        float: left;
        padding-right: 12px;
        margin-bottom: 15px;
    }
    .partnerInputSec .col-lg-4 {
        float: left;
        padding-right: 12px;
        margin-bottom: 15px;
    } 
}

@media (min-width: 768px){
    .card-wrapper {
        width: 24% !important;
        margin-right:8px;
    }
    #defField .col-md-3 {
        float: left;
        padding-right: 12px;
        margin-bottom: 15px;
    }
    #dynamiccontrol .col-md-3 {
        float: left;
        padding-right: 12px;
        margin-bottom: 15px;
    }
    #optionDiv .col-md-3 {
        float: left;
        padding-right: 12px;
        margin-bottom: 15px;
    }
    .platDiv .col-md-3 {
        float: left;
        padding-right: 12px;
        margin-bottom: 15px;
    }
    .staticSection .col-md-3 {
        float: left;
        padding-right: 12px;
        margin-bottom: 15px;
    }
    .partnerInputSec .col-md-4 {
        float: left;
        padding-right: 12px;
        margin-bottom: 15px;
    }
}
@media (min-width: 576px) {
    .partnerWidth {
        max-width: 720px;
    }
}
.inputDisabled {
    background: #eee !important;
    pointer-events: none !important;
    cursor: not-allowed !important;
}
@media (min-width: 768px) {
    .main-content {
    margin:auto;
    }
}
@media screen and (max-width: 1280px) and (min-width: 980px) {
    .datepicker-days {
        width: 214px !important;
    }

    .datepicker-months {
        width: 214px !important;
    }

    .datepicker-years {
        width: 214px !important;
    }

    .datepicker-days .table-condensed, th, td {
        padding: 6px !important;
    }
}
@media screen and (max-width: 1120px) and (min-width: 650px) {
    .card-wrapper {
        width: 47% !important;
        margin-right: 6px !important;
    }
    .PartnerSec {
        width: 40% !important;
    }
    .addPartnerText {
        position: relative;
        top: 20px !important;
    }

    .form-inline .form-control {
        width: 30% !important;
        margin-right: 9px !important;
    }

}
@media screen and (max-width: 1200px) and (min-width: 1121px) {
    .PartnerSec {
        width: 30% !important;
    }
    .card-wrapper {
        width: 30% !important;
    }
    }
.customRadioBtn:checked,
.customRadioBtn:not(:checked) {
    position: absolute;
    left: -9999px;
}

.customRadioBtn:checked + label,
.customRadioBtn:not(:checked) + label {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
}

    .customRadioBtn:checked + label:before,
    .customRadioBtn:not(:checked) + label:before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 18px;
        height: 18px;
        border: 1px solid #1C86F0;
        border-radius: 100%;
        background: #fff;
    }

    .customRadioBtn:checked + label:after,
    .customRadioBtn:not(:checked) + label:after {
        content: '';
        width: 10px;
        height: 10px;
        background: #e8003f;
        position: absolute;
        top: 4px;
        left: 4px;
        border-radius: 100%;
        -webkit-transition: all 0.2s ease;
        transition: all 0.2s ease;
    }

.customRadioBtn:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

.customRadioBtn:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.card-labelbox {
    border: 1px solid #d7d7d7;
    width: 100%;
    padding: 11px;
    border-radius: 4px;
}
.radio-toolbar {
    margin: 0px;
    padding-left: 0px;
}

    .radio-toolbar input[type="radio"] {
        opacity: 0;
        position: fixed;
        width: 0;
    }
.SachetradioBtn {
    border-bottom: 1px solid #e9e9e9;
    padding-bottom: 20px;
    margin: 0px;
}
.radio-toolbar label {
    display: inline-block;
    background-color: #fff;
    padding: 6px 15px;
    /* font-family: sans-serif, Arial; */
    font-size: 12px;
    border: 1.5px solid #d7d7d7;
    border-radius: 4px;
    color: #848585;
    font-weight: normal;
    margin-right: 10px;
}
.f-14Label {
    font-size: 14px !important;
}

.radio-toolbar label:hover {
    background-color: #fff;
    border: 1.5px solid #1C86F0;
    color: #1C86F0;
}

    .radio-toolbar input[type="radio"]:focus + label {
        border: 1.5px solid #1C86F0;
    }

    .radio-toolbar input[type="radio"]:checked + label {
        background-color: #1C86F0;
        border-color: #1C86F0;
        color: #fff;
    }
.rdErr {
clear:both;
padding-left:15px;
}
.calcAgeBox {
    border: 1px solid #a8a8a8;
    display: inline-block;
    height: 33px;
    width: 36px;
    text-align: center;
    line-height: 33px;
    background: #ededed;
}
.swal2-title {
font-size:17px !important;
}
.swal2-header {
    padding: 0px 0px !important;
}
.btmBrd {
    border-bottom: 1px solid #f5f4f4;
}
.brdRight {
    padding-left: 15px;
    border-right: 1px solid #f5f4f4;
}
/*.in {
    display: block !important;
}*/
.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    background-color: #1C86F0 !important;
}


@media screen and (max-width: 992px) {
    .welnessCntrl {
        flex-wrap: inherit !important;
    }
}
@media screen and (max-width: 767px) {
    .welnessCntrl {
        flex-wrap: wrap !important;
    }
}
.coverBox {
    padding: 10px;
    background: #DAE3F3;

}
.title-field{
    color:#555555 !important;
}

/* New form styling starts here */
.primary-blue-bg {
    background: #0b4daa;
    color: #fff;
}

.modal {
    z-index: 9999;
}

.modal-title {
    margin-bottom: 0 !important;
    color: #fff !important;
    font-weight: 600;
}

.closeModal {
    background: transparent;
    border: none;
    color: #fff;
    font-size: 20px;
}

.modal-footer .btn {
    background: #fff;
    color: #9d9d9d;
}

.modal-footer {
    background: #f0f0f0;
}

.headersection {
    background: #0b4daa;
    color: #fff;
    box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 3px 1px -2px rgb(0 0 0 / 20%), 0 1px 5px 0 rgb(0 0 0 / 12%) !important;
    padding: 8px 0px;
    text-shadow: none;
    position: fixed;
    width: 100%;
    max-height: 50px;
    top: 0%;
    z-index: 99999;
}

.brand {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

@media (max-width: 767px) {

    .headersection {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 56px;
        /* z-index: 999; */
    }

        .headersection .brand {
            position: absolute;
            left: 50vw;
            top: 50%;
            transform: translate(-50%, -50%);
            margin: 0;
            padding: 0;
            white-space: nowrap;
        }
}

.tophead-left {
    float: left;
    width: auto;
}

.back {
    color: #FFF;
    font-weight: 400;
    font-size: 24px;
    padding: 0px 14px;
    cursor: pointer;
}

.back:hover,
.back:focus {
    color: #fff;
    text-decoration: none;
}

/************* Wobble Horizontal **************************/
.hvr-wobble-horizontal {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.hvr-wobble-horizontal:hover,
.hvr-wobble-horizontal:focus,
.hvr-wobble-horizontal:active {
    -webkit-animation-name: hvr-wobble-horizontal;
    animation-name: hvr-wobble-horizontal;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}

@-webkit-keyframes hvr-wobble-horizontal {
    16.65% {
        -webkit-transform: translateX(8px);
        transform: translateX(8px);
    }

    33.3% {
        -webkit-transform: translateX(-6px);
        transform: translateX(-6px);
    }

    49.95% {
        -webkit-transform: translateX(4px);
        transform: translateX(4px);
    }

    66.6% {
        -webkit-transform: translateX(-2px);
        transform: translateX(-2px);
    }

    83.25% {
        -webkit-transform: translateX(1px);
        transform: translateX(1px);
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes hvr-wobble-horizontal {
    16.65% {
        -webkit-transform: translateX(8px);
        transform: translateX(8px);
    }

    33.3% {
        -webkit-transform: translateX(-6px);
        transform: translateX(-6px);
    }

    49.95% {
        -webkit-transform: translateX(4px);
        transform: translateX(4px);
    }

    66.6% {
        -webkit-transform: translateX(-2px);
        transform: translateX(-2px);
    }

    83.25% {
        -webkit-transform: translateX(1px);
        transform: translateX(1px);
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

.pagetitle {
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif !important;
    font-size: 16px;
    font-weight: 600;
    position: relative;
    float: left;
    border-left: 1px solid #FFF;
    padding: 5px 14px;
    color: #fff;
}

.top-filtersection {
    background: #FFF;
    padding-top: 24px;
    padding-right: 15px;
    padding-bottom: 0px;
    padding-left: 10px;
}

#top1 {
    width: 100%;
    top: 46px;
    position: fixed;
    background-color: white;
    z-index: 99999;
    border: solid;
    border-color: dodgerblue;
}

.user-details {
    margin-bottom: 24px;
}

.nav-tabsection {
    overflow: auto;
    white-space: nowrap;
}

.nav-tabsection ul {
    margin-bottom: 0;
}

.nav-tabsection li.active {
    border-bottom: 4px solid #97262a;
}

.nav-tabsection li {
    float: left;
    margin-right: 40px;
    padding-bottom: 10px;
}

.nav-tabsection li a {
    display: block;
}

.nav-tabsection li.active a h1 {
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif !important;
    color: #97262a !important;
}

.bi-tab-nav li h1 {
    color: #9D9D9D;
    display: inline-block;
    font-size: 50px;
    line-height: 50px;
    margin: 0px;
    padding-right: 10px;
}

.bi-tab-nav li p {
    color: #565656;
    display: block;
    font-size: 16px;
    margin: 0px;
    max-width: 100px;
    text-align: center;
}

.mainwrapper {
    margin: 20px 0px 0px;
}

.container {
    padding-right: 10px;
    padding-left: 10px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 1200px) {
    .container {
        max-width: 1170px;
    }
}

.bold-product span {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #565656;
}

.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: none;
    padding: 20px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.form-heading {
    border-bottom: 4px solid;
    color: #97262a !important;
    display: inline-block;
    line-height: 16px;
    margin: 0px 0px 15px;
    padding-bottom: 6px;
    font-size: 14px !important;
    font-weight: 600;
    letter-spacing: normal !important;
}

label {
    display: inline-block;
    font-weight: 400;
    margin: 0px;
    color: #9d9d9d;
}

.form-control {
    height: 30px;
    padding: 0px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #ccc;
    -webkit-border-bottom: 1px solid #ccc;
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.form-control::-webkit-input-placeholder {
    color: #999;
}

.form-control:focus {
    box-shadow: 0px 0px 0 #fff !important;
}

.two-option {
    padding-top: 0px;
}

input[type="radio"] {
    margin: 4px 0px 0px;
    line-height: normal;
    display: none !important;
}

.two-option label {
    color: #565656;
}

.ui-radio > label {
    cursor: pointer;
    position: relative;
    padding: 5px 0px;
    font-size: 13px;
    float: left;
    width: 100px;
    height: 30px;
    text-align: center;
}

label {
    font-weight: 400;
    margin: 0px;
}

.ui-radio > input[type=radio]:checked + label:before {
    content: "";
    background-color: #97262a;
    border: none;
}

.ui-radio > label:before {
    content: "";
    display: inline-block;
    width: 100%;
    height: 100%;
    margin-right: 10px;
    position: absolute;
    left: 0;
    bottom: 1px;
    background-color: #fafafa;
    border: 1px solid #d9d9d9;
    color: #333;
    vertical-align: sub;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
}

.ui-radio > input[type=radio]:checked + label span {
    color: #fff;
}

.ui-radio > label span {
    position: relative;
    z-index: 1;
}

.ui-radio > input[type=radio]:checked + label .Male {
    background: url(../images/male-active.png) no-repeat center center;
    vertical-align: baseline;
}

.Female {
    background: url(../images/Female.png) no-repeat center center;
    vertical-align: baseline;
}


.Male {
    background: url(../images/male.png) no-repeat center center;
    vertical-align: baseline;
}

.Male,
.Female {
    width: 16px;
    height: 16px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 2px;
}

.ui-radio > input[type=radio]:checked + label span {
    color: #fff;
}

.ui-radio > input[type=radio]:checked + label .Female {
    background: url(../images/female-active.png) no-repeat center center;
    vertical-align: baseline;
}

.rupees,
.percentage {
    position: absolute;
    right: 15px;
    width: 30px;
    height: 30px;
    margin: 0px;
    bottom: 8px;
}

.percentage {
    background: transparent url(../images/percentage.png) no-repeat center right;
}

.rupees {
    background: transparent url(../images/rupees.png) no-repeat center right;
    right: 5px;
}

.errorinputbox {
    border-width: 0 0 1px 0 !important;
    border-bottom: 1px solid red !important;
}

.product-dynamic-info {
    padding: 0 15px;
}

.label_input,
.product-dynamic-info label {
    height: auto !important;
    letter-spacing: normal !important;
}

.summary-panel {
    overflow: auto;
    padding: 5%;
}

.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: none;
    padding: 20px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.plan-sum {
    text-align: center;
}

.summary-list {
    padding-left: 40px;
}

.plan-sum li {
    padding: 8px 0px;
    border-bottom: 1px solid #f2f2f2;
}

.plan-sum li:first-child {
    padding-top: 0px;
}

.plan-sum p {
    color: #9d9d9d;
}

.riderParentDiv {
    margin: 20px 0;
}

.riderParentDiv h4 {
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.custCheckBox {
    height: 0;
    position: relative;
}

.custCheckBox::before {
    content: '';
    width: 18px;
    height: 18px;
    padding-left: 1px;
    margin-right: 15px;
    border: 1px solid grey;
    position: absolute;
    line-height: 15px;
}

.custCheckBox:checked::before {
    /* background: transparent url(../images/Checkbox_Sprite.png) no-repeat;
    background-position: -37px -1px; */
      background-position: -1px -1px; 
    border: 1px solid #97262a;
}

.custCheckBox:checked::after {
    content: '';
    position: absolute;
    width: 6px;
    height: 10px;
    border: solid #97262a;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    left: 6px;
    top: 2px;
}

.custCheckBox:hover::before {
    border: 1px solid #97262a;
    cursor: pointer;
}
.custCheckBox:checked {
    accent-color: #97262a;
}


/***********************Switch Button*********************/
.btn-switch {
    position: relative;
    display: block;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 72px;
    pointer-events: none;
}

.btn-switch__radio_yes:checked ~ .btn-switch__label_yes {
    color: #FFF;
    position: absolute;
    margin-left: 5px;
    transition: none;
}

.btn-switch__radio_yes:checked ~ .btn-switch__label:before {
    background: #97262a;
}

.btn-switch__label:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 4px;
    right: 0px;
    bottom: 4px;
    left: 0px;
    background: rgb(157, 157, 157);
    border-radius: 1.5em;
    box-shadow: 0px 1px 2px #6C6B6B;
    transition: background .2s ease-in-out;
    -webkit-transition: background .2s ease-in-out;
    -moz-transition: background .2s ease-in-out;
    -ms-transition: background .2s ease-in-out;
    -o-transition: background .2s ease-in-out;
}

.btn-switch__radio_no:checked ~ .btn-switch__label_yes:before,
.btn-switch__radio_yes:checked ~ .btn-switch__label_no:before {
    z-index: 1;
}

.btn-switch__radio_yes:checked ~ .btn-switch__label:before {
    background: #97262a;
}

.btn-switch__radio_yes:checked ~ .btn-switch__label_no:after {
    left: 50px;
    background: #fff;
}

.btn-switch__label_no:after {
    content: "";
    position: absolute;
    z-index: 2;
    top: .5em;
    bottom: .5em;
    left: .5em;
    width: 16px;
    background: #fff;
    border-radius: 1em;
    pointer-events: none;
    box-shadow: 0 0.1429em 0.2143em rgba(43,43,43,.2), 0 0.3572em 0.3572em rgba(43,43,43,.1);
    transition: left .2s ease-in-out, background .2s ease-in-out;
    -webkit-transition: left .2s ease-in-out, background .2s ease-in-out;
    -moz-transition: left .2s ease-in-out, background .2s ease-in-out;
    -ms-transition: left .2s ease-in-out, background .2s ease-in-out;
    -o-transition: left .2s ease-in-out, background .2s ease-in-out;
}

.btn-switch__label {
    display: inline-block;
    padding: 5px;
    vertical-align: top;
    color: #fff;
    cursor: pointer;
    transition: color .2s ease-in-out;
    -webkit-transition: color .2s ease-in-out;
    -moz-transition: color .2s ease-in-out;
    -ms-transition: color .2s ease-in-out;
    -o-transition: color .2s ease-in-out;
}

.btn-switch__txt {
    position: relative;
    z-index: 2;
    display: inline-block;
    min-width: 1.5em;
    color: #fff;
    opacity: 1;
    pointer-events: none;
    line-height: 18px;
}

.btn-switch__radio_no:checked ~ .btn-switch__label_yes .btn-switch__txt,
.btn-switch__radio_yes:checked ~ .btn-switch__label_no .btn-switch__txt {
    opacity: 0;
}

.calc-btn {
    margin: 20px 0 !important;
    padding: 20px;
    background: #fff;
}

.captcha-container input {
    width: 100px;
    height: 30px;
    padding: 0px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #ccc;
    border-radius: 0px;
    outline: none;
}

.captcha-container input:focus {
    border-bottom: 1px solid #0b4da1;
}

.captcha-container input::-webkit-input-placeholder {
    font-size: 14px;
    color: #999;
}

#pdfDisplay {
    width: 100%;
    padding: 20px;
}

.deferment-container {
    display: none;
}
.datepicker table tr td span.year.active,
.datepicker table tr td span.year.active:hover,
.datepicker table tr td span.year.active:focus {
    background-color: #97262a !important;
    background-image: none !important;
    color: #fff !important;
}

