/** Reset Css **/
* {
    margin: 0;
    padding: 0;
    outline: none;
    box-sizing: border-box;
    text-decoration: none;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: top;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1.25;
    font-family: 'Lato-Regular';
    font-size: 14px;
    color: #666666;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

    blockquote:before,
    blockquote:after,
    q:before,
    q:after {
        content: '';
        content: none;
    }

table {
    border-collapse: collapse;
    border-spacing: 0;
}

a,
a:hover {
    text-decoration: none;
}

textarea {
    resize: none;
}

.s-up {
    position: relative;
    top: -10%
}

.no-spin::-webkit-inner-spin-button, .no-spin::-webkit-outer-spin-button {
    -webkit-appearance: none !important;
    margin: 0 !important;
}

.no-spin {
    -moz-appearance: textfield !important;
}

/* Font Family */
@font-face {
    font-family: 'latolight';
    src: url('../assets_CPF/fonts/lato-light-webfont.woff2') format('woff2'), url('../assets_CPF/fonts/lato-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Lato-Regular';
    src: url('../assets_CPF/fonts/Lato-Regular.eot');
    src: url('../assets_CPF/fonts/Lato-Regular.eot?#iefix') format('embedded-opentype'), url('../assets_CPF/fonts/Lato-Regular.ttf') format('truetype'), url('../assets_CPF/fonts/Lato-Regular.woff') format('woff'), url('../assets_CPF/fonts/Lato-Regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Lato-Medium';
    src: url('../assets_CPF/fonts/Lato-Medium.eot');
    src: url('../assets_CPF/fonts/Lato-Medium.eot') format('embedded-opentype'), url('../assets_CPF/fonts/Lato-Medium.ttf') format('truetype'), url('../assets_CPF/fonts/Lato-Medium.woff') format('woff'), url('../assets_CPF/fonts/Lato-Medium.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Lato-Bold';
    src: url('../assets_CPF/fonts/Lato-Bold.eot');
    src: url('../assets_CPF/fonts/Lato-Bold.eot') format('embedded-opentype'), url('../assets_CPF/fonts/Lato-Bold.ttf') format('truetype'), url('../assets_CPF/fonts/Lato-Bold.woff') format('woff'), url('../assets_CPF/fonts/Lato-Bold.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Lato-Semibold';
    src: url('../assets_CPF/fonts/Lato-Semibold.eot');
    src: url('../assets_CPF/fonts/Lato-Semibold.eot') format('embedded-opentype'), url('../assets_CPF/fonts/Lato-Semibold.ttf') format('truetype'), url('../assets_CPF/fonts/Lato-Semibold.woff') format('woff'), url('../assets_CPF/fonts/Lato-Semibold.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Lato-Extrabold';
    src: url('../assets_CPF/fonts/Lato-Heavy.eot');
    src: url('../assets_CPF/fonts/Lato-Heavy.eot') format('embedded-opentype'), url('../assets_CPF/fonts/Lato-Heavy.ttf') format('truetype'), url('../assets_CPF/fonts/Lato-Heavy.woff') format('woff'), url('../assets_CPF/fonts/Lato-Heavy.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

/* Font Family Class */
.lato-light {
    font-family: 'latolight';
}

.lato-regular {
    font-family: 'Lato-Regular';
}

.lato-medium {
    font-family: 'Lato-Medium';
}

.lato-bold {
    font-family: 'Lato-Bold';
}

.lato-semibold {
    font-family: 'Lato-Semibold';
}

.lato-extrabold {
    font-family: 'Lato-Extrabold';
}


/* CSS [+] Saral Jeevan Bima */
/* Product plan card - checkbox */
.product-plan-card.checkbox input[type="checkbox"] {
    display: none;
}

.product-plan-card.checkbox .vertical-card-radio {
    border-radius: 4px;
}

.product-plan-card.checkbox input[type="checkbox"]:checked + label h2 .vertical-card-radio {
    content: url(../assets_CPF/images/main-page/vertical-radio-input.svg);
    padding: 5px;
    background: #fff;
    border: 2px solid #00A1E3;
}

.plan-options .product-plan-card.checkbox label {
    padding: 0;
}

    .plan-options .product-plan-card.checkbox label h2 {
        padding: 23px 0 0 60px;
    }

.plan-options .product-plan-card.checkbox .vertical-card-radio {
    top: 23px;
    left: 23px;
}

/*heading */
.heading-inner_1:after {
    position: absolute;
    content: "";
    height: 75%;
    top: 0;
    bottom: 0;
    margin: auto;
    border-right: 3px solid #D60D47;
    left: 0px;
}

.heading-inner_1 {
    font-size: 16px;
    line-height: 20px;
    margin-top: 0px;
    flex-grow: 1;
    text-align: left;
    padding-left: 12px;
    position: relative;
}

    .heading-inner_1.short-border :after {
        height: 12px;
        top: 4px;
        bottom: auto;
    }

/* Product - Saral Jeevan Beema */
.saral-jeevan-beema .product-plan-card {
    position: relative;
}

    .saral-jeevan-beema .product-plan-card .recommendation-right-arrow {
        top: calc(100% + 13px);
        left: 50%;
        transform: translateX(-50%) rotate(90deg);
    }

.saral-jeevan-beema .vertical-radio-cards {
    padding-bottom: 45px;
}

.saral-jeevan-beema .sjb-table .card.vertical-radio-cards-details {
    max-width: 800px;
    margin: 0 auto;
    overflow: hidden;
    border-radius: 14px;
    border: 1px solid #00A1E3;
    width: 100%;
}

.saral-jeevan-beema .sjb-table .vertical-radio-cards-details .vertical-radio-card-detail:last-child {
    max-width: 250px;
    width: 100%;
}
/* .saral-jeevan-beema .sjb-table .vertical-radio-cards-details .vertical-radio-card-detail { width: 20%; } */
.saral-jeevan-beema .sjb-table .vertical-radio-cards-details .vertical-radio-card-detail:nth-child(1) {
    max-width: 175px;
    width: 100%;
}

.saral-jeevan-beema .sjb-table .vertical-radio-cards-details .vertical-radio-card-detail:nth-child(3) {
    max-width: 155px;
    width: 100%;
}

.saral-jeevan-beema input[type="radio"][disabled] + label {
    opacity: 0.4;
}

.saral-jeevan-beema .vertical-radio-card-detail-icon {
    align-self: flex-end;
    margin-bottom: 15px;
}

.saral-jeevan-beema .product-plan-card label {
    max-width: 206px;
}

/* Product - Saral Jeevan Beema */
.saral-jeevan-beema .vertical-radio-cards .col-3 {
    padding: 0 3px;
}

header .purna-suraksha, header .smart-platina {
    height: auto;
}

header .smart-insure-wealth-plus {
    height: auto;
}

.saral-jeevan-beema .product-plan-card .vertical-card-radio {
    width: 16px;
    height: 16px;
}

.saral-jeevan-beema .product-plan-card input[type="radio"]:checked + label h2 .vertical-card-radio {
    padding: 2px;
}

.saral-jeevan-beema .product-plan-card input[type="radio"]:checked + label h2,
.saral-jeevan-beema .product-plan-card input[type="radio"]:checked + label h1 {
    font-size: 14px;
    line-height: 17px;
}

.saral-jeevan-beema .product-plan-card input[type="radio"]:not(:checked) + label h2,
.saral-jeevan-beema .product-plan-card input[type="radio"]:not(:checked) + label h1 {
    font-size: 12px;
    line-height: 14px;
}

.saral-jeevan-beema .product-plan-card h2 {
    padding: 32px 10px 8px;
}

.saral-jeevan-beema .tag {
    padding: 4px;
    top: 7px;
    left: -34px;
}

    .saral-jeevan-beema .tag.font-12 {
        font-size: 8px;
        line-height: 12px;
    }

.saral-jeevan-beema .product-plan-card label {
    padding-bottom: 0;
}

.saral-jeevan-beema .product-plan-card .vertical-card-radio {
    top: 5px;
}

.saral-jeevan-beema .sjb-table .vertical-radio-cards-details .vertical-radio-card-detail:nth-child(1),
.saral-jeevan-beema .sjb-table .vertical-radio-cards-details .vertical-radio-card-detail:nth-child(3),
.saral-jeevan-beema .sjb-table .vertical-radio-cards-details .vertical-radio-card-detail:last-child {
    max-width: none;
}

.saral-jeevan-beema .sjb-table .card.vertical-radio-cards-details {
    width: 100%;
}

.saral-jeevan-beema .sjb-table .vertical-radio-cards-details .vertical-radio-card-detail h1.h3 {
    font-size: 16px;
    line-height: 21px;
}

.saral-jeevan-beema .sjb-table .vertical-radio-cards-details .vertical-radio-card-detail h1.h2 {
    font-size: 20px;
    line-height: 24px;
}

/* saaral jeevan beema */
.right_arrow-side .recommendation-right-arrow.saral-jeeavn-arrow {
    /* left:0%; */
}

/* saaral jeevan beema revamp - radio*/
.product-plan-card2 {
    max-width: 491px;
    margin: 0 auto
}

    .product-plan-card2 label {
        opacity: 0.5;
        display: block;
        box-shadow: 0px 0px 12px 0px #ACACAC40;
        text-align: center;
        min-width: 206px;
        cursor: pointer;
        transition: all .3s ease;
        border-radius: 4px;
        position: relative;
    }

    .product-plan-card2 h2 {
        width: 50px;
        padding: 13px 46px 8px;
        position: relative;
        margin-bottom: 0;
        text-align: center;
    }

    .product-plan-card2 h1 {
        padding: 7px 10px;
    }

.text-secondary-green {
    color: #92C947;
}

.product-plan-card2 input[type="radio"] {
    display: none;
}

.product-plan-card2 .vertical-card-radio {
    position: absolute;
    width: 32px;
    height: 32px;
    content: '';
    border-radius: 50px;
    border: 2px solid #D8D8D8;
    top: 10px;
    right: 10px;
}

    .product-plan-card2 .vertical-card-radio.vertical-sjb-left {
        position: absolute;
        width: 28px;
        height: 28px;
        content: '';
        border-radius: 50px;
        border: 2px solid #D8D8D8;
        top: 10px;
        left: 10px;
    }

.product-plan-card2 input[type="radio"]:checked + label h2 .vertical-card-radio {
    content: url(../assets_CPF/images/main-page/vertical-radio-input.svg);
    padding: 5px;
    background: #fff;
}

.product-plan-card2 input[type="radio"]:checked + label {
    opacity: 1;
    background-color: #00A1E3;
    width: 100%;
    transform: scale(1.05);
}

    .product-plan-card2 input[type="radio"]:checked + label h2 {
        color: #fff;
    }

    .product-plan-card2 input[type="radio"]:checked + label h1 {
        font-size: 25px;
        line-height: 39px;
    }

    .product-plan-card2 input[type="radio"]:checked + label h2 {
        font-size: 24px;
        line-height: 29px;
        font-weight: bold !important;
    }

.product-plan-card2 .sjb-table {
    max-width: 471px;
    margin: 0 auto;
    border-radius: 8px;
}

/* saaral jeevan beema */
.right_arrow-side .recommendation-right-arrow.saral-jeeavn-arrow {
    top: 19%;
    bottom: 0px;
    left: 110%;
}

.opsv {
    opacity: 1 !important;
}

.save-box {
    background-color: #000;
    padding: 6px 18px;
    background-color: #92c947;
    border-radius: 8px
}


/* Product - Saral Jeevan Beema */
.saral-jeevan-beema .product-plan-card {
    position: relative;
}

    .saral-jeevan-beema .product-plan-card .recommendation-right-arrow {
        top: calc(100% + 13px);
        left: 50%;
        transform: translateX(-50%) rotate(90deg);
    }

.saral-jeevan-beema .vertical-radio-cards {
    padding-bottom: 45px;
}

.saral-jeevan-beema .sjb-table .card.vertical-radio-cards-details {
    max-width: 800px;
    margin: 0 auto;
    overflow: hidden;
    border-radius: 14px;
    border: 1px solid #00A1E3;
    width: 100%;
}

.saral-jeevan-beema .sjb-table .vertical-radio-cards-details .vertical-radio-card-detail:last-child {
    max-width: 250px;
    width: 100%;
}
/* .saral-jeevan-beema .sjb-table .vertical-radio-cards-details .vertical-radio-card-detail { width: 20%; } */
.saral-jeevan-beema .sjb-table .vertical-radio-cards-details .vertical-radio-card-detail:nth-child(1) {
    max-width: 175px;
    width: 100%;
}

.saral-jeevan-beema .sjb-table .vertical-radio-cards-details .vertical-radio-card-detail:nth-child(3) {
    max-width: 155px;
    width: 100%;
}

.saral-jeevan-beema input[type="radio"][disabled] + label {
    opacity: 0.4;
}

.saral-jeevan-beema .vertical-radio-card-detail-icon {
    align-self: flex-end;
    margin-bottom: 15px;
}

.saral-jeevan-beema .product-plan-card label {
    max-width: 206px;
}



/* Product - Saral Jeevan Beema */
.saral-jeevan-beema .vertical-radio-cards .col-3 {
    padding: 0 3px;
}

header .purna-suraksha, header .smart-platina {
    height: auto;
}

header .smart-insure-wealth-plus {
    height: auto;
}

.saral-jeevan-beema .product-plan-card .vertical-card-radio {
    width: 16px;
    height: 16px;
}

.saral-jeevan-beema .product-plan-card input[type="radio"]:checked + label h2 .vertical-card-radio {
    padding: 2px;
}

.saral-jeevan-beema .product-plan-card input[type="radio"]:checked + label h2,
.saral-jeevan-beema .product-plan-card input[type="radio"]:checked + label h1 {
    font-size: 14px;
    line-height: 17px;
}

.saral-jeevan-beema .product-plan-card input[type="radio"]:not(:checked) + label h2,
.saral-jeevan-beema .product-plan-card input[type="radio"]:not(:checked) + label h1 {
    font-size: 12px;
    line-height: 14px;
}

.saral-jeevan-beema .product-plan-card h2 {
    padding: 32px 10px 8px;
}

.saral-jeevan-beema .tag {
    padding: 4px;
    top: 7px;
    left: -34px;
}

    .saral-jeevan-beema .tag.font-12 {
        font-size: 8px;
        line-height: 12px;
    }

.saral-jeevan-beema .product-plan-card label {
    padding-bottom: 0;
}

.saral-jeevan-beema .product-plan-card .vertical-card-radio {
    top: 5px;
}

.saral-jeevan-beema .sjb-table .vertical-radio-cards-details .vertical-radio-card-detail:nth-child(1),
.saral-jeevan-beema .sjb-table .vertical-radio-cards-details .vertical-radio-card-detail:nth-child(3),
.saral-jeevan-beema .sjb-table .vertical-radio-cards-details .vertical-radio-card-detail:last-child {
    max-width: none;
}

.saral-jeevan-beema .sjb-table .card.vertical-radio-cards-details {
    width: 100%;
}

.saral-jeevan-beema .sjb-table .vertical-radio-cards-details .vertical-radio-card-detail h1.h3 {
    font-size: 16px;
    line-height: 21px;
}

.saral-jeevan-beema .sjb-table .vertical-radio-cards-details .vertical-radio-card-detail h1.h2 {
    font-size: 20px;
    line-height: 24px;
}


/* CSS [-] Saral Jeevan Bima */


/* Font Weight */
.font-weight-extrabold {
    font-weight: 900;
}

.font-weight-bold {
    font-weight: 700 !important;
}

.font-weight-semibold {
    font-weight: 600;
}

.font-weight-medium {
    font-weight: 500 !important;
}

.font-weight-regular {
    font-weight: 400 !important;
}

.font-weight-light {
    font-weight: normal;
    font-style: normal;
}

/* Font Size */
.h1 {
    font-size: 28px;
}

.h2 {
    font-size: 24px;
}

.h3 {
    font-size: 20px;
}

.h4 {
    font-size: 18px;
}

.h5 {
    font-size: 16px;
}

.h6 {
    font-size: 14px;
}

.font-32 {
    font-size: 32px;
}

.font-22 {
    font-size: 22px;
}

.font-17 {
    font-size: 17px;
}

.font-14 {
    font-size: 14px;
}

.font-12 {
    font-size: 12px;
}

.font-10 {
    font-size: 10px;
}

.font-8 {
    font-size: 8px;
}

/* Line Height */
.lh-55 {
    line-height: 55px;
}

.lh-37 {
    line-height: 37px;
}

.lh-48 {
    line-height: 48px;
}

.lh-42 {
    line-height: 42px;
}

.lh-40 {
    line-height: 40px;
}

.lh-35 {
    line-height: 35px;
}

.lh-34 {
    line-height: 34px;
}

.lh-29 {
    line-height: 29px;
}

.lh-28 {
    line-height: 28px;
}

.lh-26 {
    line-height: 26px;
}

.lh-24 {
    line-height: 24px;
}

.lh-25 {
    line-height: 25px;
}

.lh-23 {
    line-height: 23px;
}

.lh-22 {
    line-height: 22px;
}

.lh-20 {
    line-height: 20px;
}

.lh-19 {
    line-height: 19px;
}

.lh-18 {
    line-height: 18px;
}

.lh-17 {
    line-height: 17px;
}

.lh-16 {
    line-height: 16px;
}

.lh-15 {
    line-height: 15px;
}

.lh-14 {
    line-height: 14px;
}

.lh-12 {
    line-height: 12px;
}

.lh-11 {
    line-height: 11px;
}

/* Container */
.container {
    max-width: 1366px !important;
    margin: 0 auto;
    padding: 0;
}
/* .container { max-width: 100% !important; width: 100%; margin: 0 auto; } */

/* Background */
.bg-patternsblue {
    background: #D1E9F5;
}

.bg-alice-blue {
    background: #F4FBFF;
}

.bg-white-blue {
    background: #F7FCFF;
}

.bg-transparent {
    background: transparent;
}

.bg-light-yellow {
    background: #FFFEDA;
}

.bg-pacific-blue {
    background: #280971;
}

.bg-secondary-green {
    background: #92C947 !important;
}

.bg-white-smoke {
    background: #F5F5F5;
}

/* Text Color */
.text-secondary-green {
    color: #92C947;
}

.text-patternsblue {
    color: #D1E9F5;
}

.text-manatee {
    color: #8F909D;
}

.text-pacific-blue {
    color: #00A1E3;
}

.text-toryblue {
    color: #104C88;
}

.text-charcoal {
    color: #333333;
}

.text-vivid-red {
    color: #EE0004;
}

.text-charcoal-v2 {
    color: #454545;
}

.text-matterhorn {
    color: #4C4C4C;
}

.text-Kettle-black {
    color: #131313;
}

.text-gradient {
    color: #999999;
}

.text-gray77 {
    color: #c4c4c4;
}

.text-dark-gray {
    color: #8F909D;
}

.text-light-gray {
    color: #848484;
}

.text-gray {
    color: #666666;
}

.text-seal-brown {
    color: #131313;
}

.text-manatee {
    color: #8F909D;
}

.border-toryblue {
    border: 1px solid #104C88
}

.text-Pantone {
    color: #A5A5A5;
}

.text-black {
    color: #000000;
}

.text-grey-small {
    color: #848484;
}

.text-grey-v2 {
    color: #d8d8d8;
}

.text-darkblue {
    color: #280971;
}

/* Border Radius */
.br-36 {
    border-radius: 36px;
}

.br-25 {
    border-radius: 25px;
}

.br-20 {
    border-radius: 20px;
}

.br-8 {
    border-radius: 8px;
}

.br-4 {
    border-radius: 4px;
}

/* Border */
.border-bottom-secondary {
    border-bottom: 1px solid #DCDCDC;
}

.border-bottom-light-silver {
    border-bottom: 1px solid #D8D8D8;
}

.border-toryblue {
    border: 1px solid #104C88
}

.border-bottom-grey75 {
    border-bottom: 1px solid #BFBFBF;
}

.border-alice-blue {
    border: 1px solid #00A1E3;
}

.border-gradient {
    border: 1px solid #999999 !important;
}

/* padding */
.pt-100 {
    padding-top: 100px;
}

.p-24 {
    padding: 24px 24px 0 24px;
}

.pt-24 {
    padding-top: 24px;
}

.pt-22 {
    padding-top: 22px;
}

.p-16 {
    padding: 16px 0;
}

.pl-30 {
    padding-left: 30px;
}

.p-15 {
    padding: 0px 15px;
}

/* Cursor */
.cursor {
    cursor: pointer;
}

/* Link */
.link {
    color: #280971;
}

    .link:focus, .link:hover {
        color: #104C88;
    }

.link-underline {
    position: relative;
}

    .link-underline:before {
        position: absolute;
        content: '';
        top: 100%;
        border-bottom: 2px solid #2858FF;
        width: 100%;
        padding-top: 3px;
        left: 0;
    }

.text-decoration-underline {
    text-decoration: underline;
}

.italics {
    font-style: italic;
}

/* Button */
[type=button], [type=reset], [type=submit], button {
    box-shadow: none;
    outline: none;
}

.btn.focus, .btn:focus {
    box-shadow: none;
}

.btn {
    font-family: 'Lato-Semibold';
    font-size: 18px;
    line-height: 21px;
    outline: none;
    box-shadow: 0px 0px 12px 0px #47474740;
    border-radius: 24px;
    font-weight: 700;
    display: inline-block;
    transition: all .3s ease;
}

.secondary-btn {
    padding: 7px 23px;
    color: #280971;
    box-shadow: none;
    transition: all .3s ease;
    font-size: 16px;
    font-weight: 700;
    font-family: 'Lato-Bold';
    line-height: 20px;
    min-width: unset;
    border: 1px solid #280971;
    background-color: #fff;
}

.secondary-btn-otp {
    padding: 9px 30px;
    max-width: 200px;
    width: 100%;
}

.secondary-btn:hover {
    background: #104C88;
    color: #fff !important;
}

.secondary-btn:focus {
    background: #104C88;
    color: #fff !important;
}

.secondary-btn:active {
    background: #104C88;
    color: #fff !important;
}

.summary-btn {
    padding: 9px 30px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

/* Anchor */
.a-link {
    color: #104C88;
    font-size: 12px;
    line-height: 14px;
    font-weight: 400;
    text-decoration: underline;
    font-family: Lato;
}

/* Input Form Control */
.form-group {
    margin-bottom: 10px;
    position: relative;
}

.form-control {
    border: 1px solid #D8D8D8;
    border-radius: 4px;
    outline: none;
    transition: none;
    box-shadow: none;
    color: #030303;
    font-size: 16px;
    line-height: 19px;
    padding: 10px;
    height: auto;
}

    .form-control:focus {
        box-shadow: none;
    }

.form-control-lg {
    max-width: 316px;
}

.form-control-xl {
    max-width: 619px;
}

.form-control-large {
    max-width: 316px;
}

.form-control-small {
    max-width: 220px;
    height: auto;
}

.form-control-sm {
    max-width: 270px;
}

/* Select */
.form-select {
    border: 1px solid #d8d8d8;
    border-radius: 4px;
    max-width: 220px;
    width: 100%;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: url(../assets_CPF/images/main-page/select-arrow.svg) no-repeat;
    background-position: 95% 50%;
    padding: 10px 30px 10px 10px;
    cursor: pointer;
}

.form-select-lg {
    max-width: 316px;
}

.form-select-lg-v2 {
    max-width: 735px;
}

.form-select-lg-v3 {
    max-width: 758px;
}


/* Basic Custom checkbox */
.form-group .checkbox-label {
    position: relative;
    cursor: pointer;
    overflow: hidden;
}

    .form-group .checkbox-label:before {
        content: '';
        -webkit-appearance: none;
        background-color: transparent;
        border: 1px solid #848484;
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
        padding: 8px;
        display: inline-block;
        position: relative;
        vertical-align: middle;
        cursor: pointer;
        margin-right: 10px;
        margin-top: 3px;
        border-radius: 2px;
    }

.form-group .custom-checkbox:checked + .checkbox-label:before {
    background: #d1e9f5;
}

.form-group .custom-checkbox {
    display: none;
}

    .form-group .custom-checkbox:checked + .checkbox-label:after,
    .form-group.custom-check .checked:after {
        content: '';
        display: block;
        position: absolute;
        top: 3px;
        left: 8px;
        width: 5px;
        height: 12px;
        border: solid #0079bf;
        border-width: 0 2px 2px 0;
        transform: rotate(45deg);
        animation: slowDown;
        animation-duration: 0.3s;
        animation-timing-function: linear;
        animation-direction: normal;
        animation-play-state: running;
        animation-fill-mode: forwards;
        transition: all .3s ease;
    }

.form-group.custom-check .custom-checkbox {
    display: block;
    width: 20px;
    height: 20px;
    cursor: pointer;
    border: 1px solid #666666;
    box-sizing: border-box;
    border-radius: 2px;
}

.form-group.custom-check .checked:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0px;
    background: #d1e9f5;
    width: 20px;
    height: 20px;
    cursor: pointer;
    border: 1px solid #666666;
    box-sizing: border-box;
    border-radius: 2px;
}

.form-group.custom-check .checked .custom-checkbox {
    display: none;
}

.form-group.custom-check .checked p {
    padding-left: 28px;
}


/* Advance Custom checkbox */
.customized-check-box {
    margin-top: 27px;
}

    .customized-check-box .form-group.first {
        margin-bottom: 32px;
    }

    .customized-check-box .form-group.custom-checkbox {
        max-width: 100%;
    }

    .customized-check-box .form-group {
        margin-bottom: 24px;
    }

.custom-checkbox {
    display: block;
    margin-bottom: 15px;
}

.customized-check-box .form-group.custom-checkbox input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    cursor: pointer;
}

.customized-check-box .custom-checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.customized-check-box .form-group.custom-checkbox.first label {
    margin-bottom: 0;
}

.customized-check-box .form-group.custom-checkbox label {
    position: relative;
    cursor: pointer;
    font-weight: 100;
    margin-bottom: 21px;
    padding-left: 27px;
    text-align: left;
    padding-right: 50px;
}

    .customized-check-box .form-group.custom-checkbox label:before {
        content: "";
        -webkit-appearance: none;
        background-color: transparent;
        display: inline-block;
        position: absolute;
        vertical-align: middle;
        cursor: pointer;
        left: 0;
        margin-right: 5px;
        background: #fff;
        width: 22px;
        height: 22px;
        border: 2.5px solid #4c4c4c;
        margin-top: 8px;
    }

.custom-checkbox input:checked + label:after {
    background: url(../assets_CPF/images/componets/tick-icon.svg),white;
    top: 8px;
    left: 6px;
    background-repeat: no-repeat; /* background-size: 100% 100%; */
    width: 100%;
    background-position: center;
    border: none;
    content: "";
    position: absolute;
    right: 33px;
    width: 18px;
    height: 14px; /* padding: 8px; */
}

.customized-check-box .form-group.custom-checkbox span {
    font-size: 24px;
    line-height: 28px;
    color: #4c4c4c;
    font-family: "Lato-Semibold";
    padding: 2px 0 0 11px;
}

.customized-check-box span {
    display: block;
    line-height: 16px;
    padding: 0;
}

.customized-check-box .form-group.custom-checkbox span i {
    font-style: normal;
}

/* Custom Radio Button Group */
.radio-toolbar {
    display: inline-block;
    padding: 2px;
    background: #ffffff;
    box-shadow: 0px 0px 8px rgba(193, 206, 218, 0.49);
    border-radius: 36px;
}

    .radio-toolbar input[type="radio"] {
        opacity: 0;
        position: fixed;
        width: 0;
    }

    .radio-toolbar label {
        display: inline-block;
        padding: 6px 6px 5px 6px;
        color: #666666;
        line-height: normal;
        text-align: center;
        cursor: pointer;
    }

    .radio-toolbar input[type="radio"]:checked + label {
        background: #280971;
        border-color: #280971;
        font-size: 14px;
        line-height: normal;
        font-family: "Lato-Regular";
        color: #FFFFFF;
        padding: 10px 13px;
        text-align: center;
    }

    .radio-toolbar input[type="radio"] + label:last-child {
        margin-left: -4px;
    }

.radio-button-block [type="radio"]:checked + label:before,
.radio-button-block [type="radio"]:not(:checked) + label:before,
.radio-button-block [type="radio"]:checked + label:after {
    display: none;
}

.radio-button-block [type="radio"]:checked + label,
.radio-button-block [type="radio"]:not(:checked) + label {
    color: #666666;
    line-height: normal;
    font-size: 14px;
    padding: 10px 13px;
    border-radius: 36px;
}

.radio-button-block .radio-toolbar label:first-child,
.radio-button-block [type="radio"]:not(:checked) + label {
    border-top-left-radius: 36px;
    border-bottom-left-radius: 36px;
}

.radio-button-block .radio-toolbar label:last-child {
    border-top-right-radius: 36px;
    border-bottom-right-radius: 36px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-left: 0;
    border-radius: 36px;
}

.radio-toolbar.radio-three input[type="radio"]:checked + label:first-child,
.radio-toolbar input[type="radio"]:checked + label:first-child {
    border-top-left-radius: 36px;
    border-bottom-left-radius: 36px;
}

.radio-toolbar input[type="radio"]:first-child:checked + label {
    border-top-left-radius: 36px;
    border-bottom-left-radius: 36px;
}

.radio-toolbar-lg input[type="radio"]:checked + label,
.radio-toolbar-lg input[type="radio"]:not(:checked) + label,
.radio-toolbar-lg label {
    padding: 10px 23px;
}

.radio-toolbar-sm input[type="radio"]:checked + label,
.radio-toolbar-sm input[type="radio"]:not(:checked) + label,
.radio-toolbar-sm label {
    padding: 10px 17px;
}

/* Input With Icons */
.input-label-rupee {
    position: absolute;
    top: 21px;
    left: 0;
    transform: translateY(-50%);
    border-right: 1px solid #DCDCDC;
    padding: 0 7px 0 13px;
    color: #848484;
    font-size: 18px;
    font-weight: 400;
    font-family: 'Lato-Regular';
}

.input-label-country-code {
    position: absolute;
    top: 21px;
    left: 0;
    transform: translateY(-50%);
    border-right: 1px solid #DCDCDC;
    padding: 0 7px 0 7px;
    color: #848484;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Lato-Regular';
}
/* .input-with-icon-left { } */
.form-control.input-with-icon-left {
    padding: 10px 10px 10px 40px;
    max-width: 180px;
}

.form-control.has-content {
    border: 1px solid #104C88 !important;
}

.form-control.input-default-value {
    border: 1px solid #104C88 !important;
}

.form-control.has-content {
    border: 1px solid #104C88;
}

.form-select.has-content {
    border: 1px solid #104C88 !important;
}

.form-select-input-default-value {
    border: 1px solid #104C88 !important;
}

.form-control-input-default-value {
    border: 1px solid #104C88 !important;
}

.form-control.input-with-icon-left-p-lg {
    padding: 10px 10px 10px 50px;
}

.form-select.error {
    color: #333333;
}

/* Input Placeholder */
.form-control::-webkit-input-placeholder {
    color: #999999;
    font-size: 16px;
    line-height: 19px;
    font-family: 'Lato-Regular';
}

.form-control::-moz-placeholder {
    color: #999999;
    font-size: 16px;
    line-height: 19px;
    font-family: 'Lato-Regular';
}

.form-control:-ms-input-placeholder {
    color: #999999;
    font-size: 16px;
    line-height: 19px;
    font-family: 'Lato-Regular';
}

.form-control::placeholder {
    color: #999999;
    font-size: 16px;
    line-height: 19px;
    font-family: 'Lato-Regular';
}

/* Common input label */
.label {
    font-family: 'lato-medium';
    font-size: 14px;
    font-weight: 600;
    line-height: 17px;
    color: #280971;
    text-align: left;
    max-width: 265px;
    margin-bottom: 8px;
}

.label-lg-width {
    max-width: 325px;
}

.label-width-auto {
    max-width: 100%;
}

.label-info-sm {
    font-family: 'lato-regular';
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
    text-align: left;
    color: #280971;
}

.label-info-lg {
    font-family: 'lato-regular';
    font-size: 14px;
    font-weight: 600;
    line-height: 18px;
    text-align: left;
    color: #280971;
}

    .label-info-lg.text-gray {
        color: #666666;
    }

.inputdetail-label {
    font-family: 'lato-regular';
    font-size: 12px;
    font-weight: 400;
    line-height: 15px;
    text-align: left;
    color: #848484;
    display: inline-block;
}

/* Margin */
.mb-35 {
    margin-bottom: 35px;
}

.ml-55 {
    margin-left: 55px;
}

.mt-40 {
    margin-top: 40px;
}

.mb-32 {
    margin-bottom: 32px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mt-24 {
    margin-top: 24px;
}

.mb-60 {
    margin-bottom: 60px;
}

/* Maxwidth */
.mw-625 {
    max-width: 619px;
}

.mw-780 {
    max-width: 782px;
}

.mw-316 {
    max-width: 316px;
}

/* Header */
header {
    box-shadow: 0px 2px 10px 0px rgba(197, 197, 197, 0.315);
    position: relative;
    z-index: 999;
    height: auto;
    background: #fff;
    position: fixed;
    margin: 0 auto;
    left: 0;
    right: 0;
}

    header .header-container {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 10px 15px;
    }

.product .header-container {
    padding: 15px 15px;
}

header .sbi-logo:before {
    position: absolute;
    content: '';
    border-right: 1px solid #DEDEDE;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

header .sbi-logo {
    padding-right: 36px;
    width: 120px;
}

header .wealth-logo {
    margin-left: 28px;
    width: 81px;
}

header .purna-suraksha, header .smart-platina {
    width: 94px;
    height: 40px;
}

header .smart-insure-wealth-plus {
    width: 110px;
    height: 40px;
}

header .language {
    width: 24px;
}

header .notification {
    width: 16px;
}

    header .notification:hover {
        animation-name: shaker;
        animation-duration: .3s;
        animation-iteration-count: 2;
        animation-play-state: running;
        animation-direction: alternate;
    }

@keyframes shaker {
    0% {
        transform: translate(0px) rotate(0);
    }

    50% {
        transform: translate(2px) rotate(-5deg);
    }

    50% {
        transform: translate(-2px) rotate(5deg);
    }

    100% {
        transform: translate(0px) rotate(0);
    }
}


/* Icons */
.icon {
    display: inline-block;
    background-size: contain;
}
/*width: 25px; height: 25px; padding:15px; */
.icon-benifits-plan {
    background: url('../assests_New/images/icons/header-icon-1.svg') no-repeat center;
}

.icon-fund-performance {
    background: url('../assets_CPF/images/sidebar/fund-performance.svg') no-repeat center;
}

.icon-why-us {
    background: url('../assests_New/images/icons/header-icon-2.svg') no-repeat center;
}

.icon-contact-us {
    background: url('../assests_New/images/icons/header-icon-3.svg') no-repeat center;
}

.icon-back-arrow {
    background: url('../assets_CPF/images/main-page/back-arrow.svg') no-repeat center;
    transition: all 0.5s ease;
}

.icon-premium-amount {
    background: url('../assests_New/images/icons/icon-income.svg') no-repeat center;
    background-size: 24px !important;
}

.icon-input-rupee-icon {
    background: url('../assets_CPF/images/main-page/input-rupee-icon.svg') no-repeat center;
}

.icon-invest-duration {
    background: url('../assests_New/images/icons/icon-dob.svg') no-repeat center;
    background-size: 24px !important;
}

.icon-marital-status {
    background: url('../assests_New/images/icons/marital-status.svg') no-repeat center;
    background-size: 24px !important;
}

.icon-nationality {
    background: url('../assests_New/images/icons/icon-Nationality.svg') no-repeat center;
    background-size: 24px !important;
}

.icon-residence {
    background: url('../assests_New/images/icons/icon-residences.svg') no-repeat center;
    background-size: 24px !important;
}

.icon-fathername {
    background: url('../assests_New/images/icons/icon-father.svg') no-repeat center;
    background-size: 24px !important;
}

.icon-mothername {
    background: url('../assests_New/images/icons/icon-mother.svg') no-repeat center;
    background-size: 24px !important;
}


.icon-pan {
    background: url('../assests_New/images/icons/icon-pan.svg') no-repeat center;
    background-size: 24px !important;
}

.icon-btn-arrow {
    background: url('../assets_CPF/images/main-page/right-arrow.svg') no-repeat center;
}

.icon-benefit-grey {
    background: url('../assets_CPF/images/footer-mobile/benefits-grey.svg') no-repeat left top;
}

.icon-fund-grey {
    background: url('../assets_CPF/images/footer-mobile/fund-perf-grey.svg') no-repeat left top;
}

.icon-whyus-grey {
    background: url('../assets_CPF/images/footer-mobile/why-us-grey.svg') no-repeat left top;
}

.icon-contact-grey {
    background: url('../assets_CPF/images/footer-mobile/contact-us-grey.svg') no-repeat left top;
}

.icon-download {
    background: url('../assets_CPF/images/thank-you/download-icon-black.svg') no-repeat center;
}

.icon-download-white {
    background: url('../assets_CPF/images/thank-you/download-icon-white.svg') no-repeat center;
}

.icon-upload {
    background: url('../assets_CPF/images/medical-report/upload-link.svg') no-repeat center;
}

.icon-multiple-upload {
    background: url('../assets_CPF/images/medical-report/upload-add-icon.svg') no-repeat center;
}

.icon-delete {
    background: url('../assets_CPF/images/main-page/icon-delete.svg') no-repeat center;
}

.icon-doc-upload-close {
    background: url('../assets_CPF/images/main-page/doc-upload-close-btn.svg') no-repeat center;
}

.icon-benefits-zero-premium {
    background: url('../assests_New/images/icons/balanced.svg   ') no-repeat center;
}

.icon-liquidity-assets {
    background: url('../assests_New/images/icons/benefits-icon-4.svg') no-repeat center;
}

.icon-premium-assets {
    background: url('../assets_CPF/images/main-page/premium-assets.svg') no-repeat center;
}

.icon-tax-assets {
    background: url('../assests_New/images/icons/benefits-icon-6.svg') no-repeat center;
}

.icon-benefits-cover {
    background: url('../assests_New/images/icons/benefits-icon-1.svg') no-repeat center;
}

.icon-benefits-tax {
    background: url('../assests_New/images/icons/benefits-icon-2.svg') no-repeat center;
}

.icon-benefits-assets {
    background: url('../assests_New/images/icons/benefits-list-1.svg') no-repeat center;
}

.icon-chat-with-us {
    background: url('../assets_CPF/images/sidebar/chat-with-us.svg') no-repeat center;
}
/* recommendation */
.icon-growth {
    background: url('../assets_CPF/images/main-page/recommendation-growth.svg') no-repeat center;
}

.icon-balanced {
    background: url('../assets_CPF/images/main-page/recommendation-balanced.svg') no-repeat center;
}

.icon-note {
    background: url('../assets_CPF/images/main-page/recommendation-note.svg') no-repeat center;
}

.icon-right-arrow {
    background: url('../assets_CPF/images/main-page/icon-right-arrow.svg') no-repeat center;
}

.icon-life-cover {
    background: url('../assets_CPF/images/main-page/life-cover.svg') no-repeat center;
}
/* Icon Doc upload file type */
.icon-png {
    background: url('../assets_CPF/images/main-page/png.svg') no-repeat center;
}

.icon-jpg {
    background: url('../assets_CPF/images/main-page/jpg.svg') no-repeat center;
}

.icon-pdf {
    background: url('../assets_CPF/images/main-page/pdf.svg') no-repeat center;
}

.icon-word {
    background: url('../assets_CPF/images/main-page/word.svg') no-repeat center;
}
/* icon-personal-details-minor */
.icon-cake {
    background: url('../assets_CPF/images/personal-details-minor/cake.svg') no-repeat center;
}

.icon-child-relation-v2 {
    background: url('../assets_CPF/images/main-page/icon-child-relation-v2.svg') no-repeat center;
}

.icon-child-birth-v2 {
    background: url('../assets_CPF/images/main-page/child-birth-icon-v2.svg') no-repeat center;
}
/* Responsive Design bottom patch */
.icon-patch-voice {
    background: url('../assets_CPF/images/main-page/bottom-patch-voice.svg') no-repeat center;
}

.icon-patch-chat {
    background: url('../assets_CPF/images/main-page/bottom-patch-chat.svg') no-repeat center;
}
/* icon rupees */
.icon-rupees {
    background: url('../assets_CPF/images/main-page/icon-rupees.svg') no-repeat center;
}

.icon-edit-blue {
    background: url('../assets_CPF/images/main-page/edit-icon-blue.svg') no-repeat center;
}

.icon-rupees-lg {
    background: url('../assets_CPF/images/main-page/rupees-lg-icon.svg') no-repeat center;
}
/* Purn suraksha personal details self */
.icon-policy-for {
    background: url('../assests_New/images/icons/personal-details-2.svg') no-repeat center;
}

.icon-gender-v2 {
    background: url('../assests_New/images/icons/icon-gender.svg') no-repeat center;
}

.icon-first-name-v2 {
    background: url('../assests_New/images/icons/icon-name.svg') no-repeat center;
}

.icon-mobile-v2 {
    background: url('../assests_New/images/icons/icon-mobile.svg') no-repeat center;
}

.icon-staff {
    background: url('../assests_New/images/icons/icon-bank-group.svg') no-repeat center;
}

.icon-mail-v2 {
    background: url('../assests_New/images/icons/icon-mail.svg') no-repeat center;
}

.icon-smoke {
    background: url('../assets_CPF/images/main-page/icon-smoke.svg') no-repeat center;
}

.icon-location-v2 {
    background: url('../assets_CPF/images/main-page/icon-location-v2.svg') no-repeat center;
}

.icon-relation {
    background: url('../assets_CPF/images/main-page/relation-status.svg') no-repeat center
}

.icon-child-dob {
    background: url('../assets_CPF/images/main-page/child-birth-date.svg') no-repeat center
}

.icon-plus-v2 {
    background: url('../assets_CPF/images/main-page/plus-v2.svg') no-repeat center;
}

.icon-equal-v2 {
    background: url('../assets_CPF/images/main-page/equal-v2.svg') no-repeat center;
}

/* icons for pay for 1 month */
.icon-credit-card {
    background: url(../assets_CPF/images/componets/credit-card-icon.svg) no-repeat center;
}

.icon-bank-account {
    background: url(../assets_CPF/images/componets/bank-account-icon.svg) no-repeat center;
}

.credit-icon-position {
    width: 32px;
    height: 32px;
    background-size: contain;
    margin-right: 18px;
}

.pay-for-1month .radbox .rad-text {
    max-width: 300px;
    width: 100% !important;
    padding: 20px 16px;
}

.gray-card {
    max-width: 627px;
    border: 2px dashed #00ACEA
}

    .gray-card .details {
        padding-right: 32px;
        border-right: 1px solid #D8D8D8;
    }

    .gray-card .amount {
        margin-left: 32px;
    }



/* communication Details case 1 */
.icon-popover {
    background: url('../assets_CPF/images/communication-details-case-1/popover-icon.svg') no-repeat left top;
}
/* modal popup right tick */
.modal .popup-btn-lg {
    padding: 9px 70px;
    font-size: 18px;
    line-height: 22px;
}

.icon-right-popup-tick {
    background: url('../assets_CPF/images/main-page/right-popup-star.svg') no-repeat;
}


/* Icons for why us */
.icon-branches-across {
    background: url('../assests_New/images/icons/why-us-icon-2.svg') no-repeat left top;
}

.icon-policy-holders {
    background: url('../assests_New/images/icons/why-us-icon-3.svg') no-repeat left top;
}

.icon-claim-paid {
    background: url('../assests_New/images/icons/why-us-icon-1.svg') no-repeat left top;
}







/* Investment Details */
.investment-detail .radio-capsule .radio-toolbar label,
.investment-detail .radio-capsule .radio-toolbar input[type="radio"]:checked + label {
    min-width: 130px;
    padding: 10px;
    border: 1px solid #D8D8D8;
    box-shadow: none;
}

.investment-detail .outline-capsules .radio-toolbar {
    box-shadow: none;
}

.investment-detail .d-flex .content-detail {
    flex: 1;
}

.investment-detail .list-style-number {
    list-style-type: decimal;
    padding: 0 20px;
}

/* Icon sizes */
.icon-xs {
    width: 12px;
    height: 12px;
    background-size: contain;
}

.icon-xs-v1 {
    width: 20px;
    height: 17px;
    background-size: contain;
}

.icon-xs-v2 {
    width: 20px;
    height: 20px;
    background-size: contain;
}

.icon-xs-v3 {
    width: 14px;
    height: 16px;
    background-size: contain;
}

.icon-xs-v4 {
    width: 10px;
    height: 15px;
}

.icon-xs-v5 {
    width: 15px;
    height: 18px;
    background-size: contain;
}

.icon-xs-v6 {
    width: 18px;
    height: 18px;
    background-size: contain;
}

.icon-sm {
    width: 23px;
    height: 23px;
    background-size: contain;
}

.icon-sm-v1 {
    width: 22px;
    height: 22px;
    background-size: contain;
}

.icon-md {
    width: 32px;
    height: 32px;
    background-size: contain;
}

.icon-lg {
    width: 42px;
    height: 42px;
    background-size: contain;
}

.icon-xl {
    width: 52px;
    height: 52px;
    background-size: contain;
}

.icon-position-center {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 50%;
    bottom: 0;
    transform: translateY(-50%);
}

/* icon-personal-details */
.icon-sm-main {
    width: 17px;
    height: 22px;
    background-size: contain;
    vertical-align: middle;
}

.icon-md-main {
    width: 24px;
    height: 24px;
    background-size: contain;
}

.icon-xs-main {
    width: 20px;
    height: 20px;
    background-size: contain;
}

.icon-md-email {
    width: 24px;
    height: 22px;
    background-size: contain;
}

/* Content Logo */
.content-icon {
    background: #E6F1FF;
    box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.1);
    padding: 5px;
    border-radius: 50%;
    width: 42px;
    height: 42px;
}

.content-icon-sm {
    width: 32px;
    height: 32px;
    border-radius: 100%;
}

.content-icons {
    background: #E6F1FF;
    box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.1);
    padding: 10px;
    border-radius: 50%;
    width: 42px;
    height: 42px;
    text-align: center;
}

/* [ + ] Govind Pandit | [Changes26-08-2021] */
.content-icons2 {
    background: rgba(255, 255, 255, 0.15);
    box-shadow: 1px 1px 2px 0px rgba(255, 255, 255, 0.15);
    padding: 10px;
    border-radius: 50%;
    width: 42px;
    height: 42px;
    text-align: center;
}
/* [ - ] Govind Pandit | [Changes26-08-2021] */

.content-icon-center {
    display: flex;
    align-items: center;
    justify-content: center;
}

.content-icon-sm {
    width: 32px;
    height: 32px;
    border-radius: 100%;
    background: #E6F1FF;
    padding: 5px;
    border-radius: 50%;
}


/* Back Arrow */
.back-arrow {
    position: absolute;
    height: max-content;
    top: 0;
    left: 0;
}
    /*margin-right: 55px; */
    .back-arrow::after {
        position: absolute;
        content: 'Back';
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        border-bottom: 2px solid #D1E9F5;
        width: 100%;
        height: auto;
        text-align: center;
        opacity: 0;
        font-family: 'Lato-Regular';
    }

    .back-arrow:hover .icon-back-arrow {
        position: relative;
        transform: translateX(-92%);
    }

    .back-arrow:hover::after {
        opacity: 1;
        transition: .5s ease .2s;
    }

/* Submit button */
.primary-btn {
    position: relative;
    background: #280971;
    text-align: left;
    color: #fff;
    border-radius: 50px;
    transition: all .3s ease;
    padding: 15px 30px;
}

.primary-btn-right-icon {
    padding: 16px 98px 16px 30px;
}

.primary-btn:hover {
    color: #fff;
}

.btn-arrow {
    width: 54px;
    height: 54px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    right: 0;
    overflow: hidden;
    transition: all .3s ease;
}

.primary-btn-sm {
    padding: 7px 31px;
    font-size: 16px;
    line-height: 19px;
}

/* Sidebar */
.sidebar {
    max-width: 300px;
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    transition: all .2s ease;
    z-index: 888;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
}

    .sidebar .sidebar-list {
        width: 100%;
    }

    .sidebar li {
        width: 100%;
    }

    .sidebar .sidebar-tab-link {
        display: block;
        font-family: 'Lato-Regular';
        font-size: 16px;
        font-weight: 600;
        line-height: 19px;
        color: #280971;
        padding: 15px 20px;
        transition: all .3s linear;
    }

        .sidebar .sidebar-tab-link:hover {
            background: #F4FBFF;
        }

        .sidebar .sidebar-tab-link.active {
            background: #F4FBFF;
        }

    .sidebar .sidebar-tab-link-icon {
        margin-right: 8px;
    }

    .sidebar .sidebar-tab-link.active .sidebar-tab-link-content {
        color: #104C88;
    }
    /* sidebar-tab-link border-bottom */
    .sidebar .sidebar-tab-link.border-bottom {
        position: relative;
    }

        .sidebar .sidebar-tab-link.border-bottom:before {
            content: '';
            position: absolute;
            bottom: 0;
            left: 50%;
            transform: translateX(-50%);
            background: #BFBFBF;
            height: 0.5px;
            width: 80%;
            display: block;
        }

    .sidebar .sidebar-tab-link.border-bottom {
        border: none !important;
    }

    /* Sidebar Interaction */
    .sidebar.shrink-sidebar {
        max-width: 84px;
    }

        .sidebar.shrink-sidebar .sidebar-tab-link {
            text-align: center;
            padding: 10px;
        }

        .sidebar.shrink-sidebar .sidebar-tab-link-container {
            flex-direction: column;
        }

        .sidebar.shrink-sidebar .sidebar-tab-link-icon {
            margin-right: 0;
            margin-bottom: 5px;
            border: 0.5px solid transparent;
        }

        .sidebar.shrink-sidebar .sidebar-tab-link.active .sidebar-tab-link-icon {
            margin-right: 0;
            margin-bottom: 5px;
            border: 0.5px solid #00A1E3;
        }

        .sidebar.shrink-sidebar .sidebar-tab-link .sidebar-tab-link-icon.bg-white,
        .sidebar.shrink-sidebar .sidebar-tab-link .sidebar-tab-link-icon .icon.bg-white {
            background-color: transparent !important;
        }

        .sidebar.shrink-sidebar .sidebar-tab-link-content {
            font-size: 12px;
            text-align: center;
            line-height: 15px;
        }

/* Sidebar Detail */
.sidebar-details {
    position: fixed;
    width: calc(100% - 84px);
    height: 100%;
    top: 0;
    background: rgba(0,0,0,0.7);
    z-index: 5;
    transition: all .3s ease;
    overflow: hidden;
}

    .sidebar-details .sidebar-detail {
        height: 100%;
        background: #f7e6ed;
        max-width: 1150px;
        padding: 80px 24px 0;
        width: max-content;
        transition: all .2s ease;
        transform: translateX(-100%);
        opacity: 0;
        -webkit-transition: all .2s ease;
        -moz-transition: all .2s ease;
        -ms-transition: all .2s ease;
        -o-transition: all .2s ease;
    }

        .sidebar-details .sidebar-detail.open-sidebar-details {
            transform: translateX(0%);
            opacity: 1;
        }

        .sidebar-details .sidebar-detail .sidebar-detail-ind {
            padding: 100px 20px 0;
        }

    .sidebar-details .sidebar-tab-content {
        padding-top: 10px;
    }

    .sidebar-details .sidebar-close-btn {
        top: 0;
        right: 0;
    }

.overflow-hidden {
    overflow-y: hidden;
}

/* Custom-card */
.custon-card {
    max-width: 250px;
    background: #ffffff;
    box-shadow: 0px 0px 8px rgb(177 177 177 / 25%);
    border-radius: 8px;
    min-width: 250px;
    padding: 16px;
}

.custom-investment-card {
    padding: 16px;
    background: #D1E9F5;
}

.line-below-custom-card {
    width: 250px;
    height: 1px;
    margin: 0 auto;
}

.custon-card .flex-fixed {
    flex: 0.6;
}
/* Main */
.main {
    position: relative;
}

/* Main page */
.main-page {
    margin-left: 300px;
    padding: 100px 0 20px 80px
}

.heading-title {
    max-width: 733px;
    color: #4C4C4C;
    width: 100%;
}

.main-stepper-content.main-page {
    padding: 70px 0 20px 80px;
}

.common-heading {
    max-width: 100%;
    color: #280971;
    width: 100%;
}

.common-heading-v2 {
    max-width: 645px;
    color: #280971;
    width: 100%;
}

.main-title {
    margin-bottom: 30px;
    max-width: 100%;
    position: relative;
    width: 100%;
}

/* Card */
.card {
    background: #fff;
    box-shadow: 0px 0px 12px 0px rgba(172, 172, 172, 0.25);
    border: none;
    border-radius: 8px;
    padding: 32px 24px;
    max-width: 100%;
    width: 100%;
}

.card_1 {
    background: #fff;
    box-shadow: 0px 0px 12px 0px rgba(172, 172, 172, 0.25);
    border: 2px solid #D8D8D8;
    border-radius: 8px;
    padding: 32px 24px;
    max-width: 100%;
    width: 100%;
}

.card-body {
    padding: 0;
}

/* Footer mobile */
.footer-mobile {
    background: #D1E9F5;
    position: fixed;
    bottom: 0;
    width: 100%;
    padding: 8px 20px;
    display: none;
}

    .footer-mobile ul li {
        width: 25%;
    }

/* declaration html */
.card-content {
    border: 1px solid #C4C4C4;
    border-radius: 8px;
    position: relative;
    overflow: hidden;
}

.card-details {
    padding: 24px;
}

/* .card-content { border: 1px solid #C4C4C4; border-radius: 8px; padding: 24px; position: relative; overflow: hidden; } */

/* datepicker */
.date-picker {
    background-image: url(../assets_CPF/images/componets/icon-calender.svg) !important;
    background-repeat: no-repeat !important;
    background-position: 97% center !important;
    background-size: 22px !important;
    cursor: pointer;
}
/* .input-group-addon { background-image: url(../assets_CPF/images/componets/icon-calender.svg) !important; background-repeat: no-repeat !important; background-position: 97% center !important; background-size: 22px !important; cursor: pointer; display: block; width: 30px; height: 40px; position: absolute; transform: translate(-50%,-50%); top: 50%; right: 23%; } */
.datepicker {
    cursor: pointer;
    padding: 10px;
}

.input-box {
    position: relative;
}
/* .input-box input[type="text"],.input-box input[type="tel"] { min-width: 316px; } */
.input-field-lg {
    max-width: 316px;
    width: 100%;
}

/* slimScrollBar */
.slimScrollBar {
    right: 0px !important;
    height: 93px !important;
    cursor: pointer;
    background: #D8D8D8 !important;
}

.button-hide {
    display: none;
}

.hide-block {
    display: none;
}

.otp-generation .input-box input[type="text"] {
    width: 316px;
}

.checkmark-animate {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: block;
    stroke-width: 2;
    stroke: #fff;
    stroke-miterlimit: 10;
    box-shadow: inset 0px 0px 0px #2ccf74;
    animation: fill .4s ease-in-out .4s forwards, scale .3s ease-in-out .9s both;
    margin: 0 auto;
}

@keyframes scale {
    0%, 100% {
        transform: none;
    }

    50% {
        transform: scale3d(1.1, 1.1, 1);
    }
}

@keyframes fill {
    100% {
        box-shadow: inset 0px 0px 0px 30px #2CCF74;
    }
}

.hide-block.active {
    display: block;
}

/* thank you page */
.btn-secondary-icon {
    padding: 8px 16px;
    display: inline-block;
    border-radius: 20px;
    font-weight: 600;
}

    .btn-secondary-icon:hover .icon-download {
        background: url(../assets_CPF/images/thank-you/download-icon-white.svg) no-repeat center;
        background-size: contain;
    }

.icon-download-position {
    width: 18px;
    height: 18px;
    background-size: contain;
    margin-right: 8px;
}

.card-filled {
    background: #F7FCFF;
    box-sizing: border-box;
    border-radius: 8px;
}

    .card-filled .card-heading, .filled-table .card-heading {
        background: #D1E9F5;
        border-bottom: 1px solid #D1E9F5;
        border-radius: 8px 8px 0px 0px;
        padding: 16px;
    }

    .card-filled .card-body {
        padding: 21px 24px;
        border: 1px solid #D1E9F5;
        border-radius: 0px 0px 8px 8px
    }

        .card-filled .card-body span {
            vertical-align: bottom;
        }

/* table */
.filled-table table {
    width: 100%;
    background: #FFFFFF;
    box-sizing: border-box;
    border-radius: 8px !important;
    height: 269px;
}

    .filled-table table td {
        padding: 10px;
    }

    .filled-table table tbody.payment-details-table {
        border-top: 0px !important;
        border-radius: 0px 0px 8px 8px !important;
        width: 100%;
        border: 1px solid #D8D8D8;
        display: inline-block;
    }

    .filled-table table td.mw-66 {
        width: 66% !important;
    }

    .filled-table table tr {
        padding: 15px 14px;
    }
/* .filled-table table tr:hover { background: #F2F2F2; } */

/* Accordion - Filled Accordian */
.summary .main-title {
    max-width: 100%;
}

.filled-accordion .card {
    box-shadow: 0px 0px 12px 0px #ACACAC40;
    border-radius: 8px;
    padding: 0;
}

.filled-accordion .card-header {
    border: none;
}

.filled-accordion .acc-card-header, .filled-accordion .default-card-header {
    position: relative;
    display: block;
    color: #280971;
    text-transform: uppercase;
    margin-bottom: 0;
}

    .filled-accordion .acc-card-header:hover, .filled-accordion .default-card-header:hover {
        color: #131313;
    }

    .filled-accordion .acc-card-header:after {
        position: absolute;
        content: url(../assets_CPF/images/main-page/top-arrow.svg);
        top: 50%;
        right: 5%;
        transform: translateY(-50%);
        transition: all .3s ease;
    }

    .filled-accordion .acc-card-header.collapsed:after {
        content: url(../assets_CPF/images/main-page/down-arrow.svg);
    }

.filled-accordion .badge-sm {
    border-radius: 36px;
    max-width: 80px;
    width: 100%;
    padding: 10px 28px;
}

.filled-accordion .badge-primary {
    background: #D1E9F5;
}

.filled-accordion .acc-content-header {
    position: relative;
    margin-bottom: 20px;
}

    .filled-accordion .acc-content-header::before {
        content: '';
        position: absolute;
        top: Calc(100% - -50%);
        left: 0;
        border-bottom: 1px solid #DCDCDC;
        width: 100%;
        height: auto;
    }

.filled-accordion .acc-content-lg-header::before {
    top: calc(100% - -15%);
}

.filled-accordion .default-card-collapse-arrow.collapsed:before {
    content: url(../assets_CPF/images/main-page/down-arrow.svg);
}

.filled-accordion .default-card-collapse-arrow:before {
    content: url(../assets_CPF/images/main-page/top-arrow.svg);
}

.filled-accordion .card.card-collapse {
    background: #F7FCFF;
}

.filled-accordion .hide-otp-content .form-box {
    max-width: 316px;
    width: 100%;
}


/* Full Screen page */
.full-screen .main-page {
    margin-left: 0;
    padding: 80px 20px 90px 20px;
}

.full-screen .main-container {
    max-width: 100%;
}

.thank-you-page .full-screen .main-page {
    padding: 110px 20px 90px 20px;
}

/* Medical report */

a:hover {
    color: #00A1E3;
}

.btn-medical {
    font-size: 14px;
    line-height: 16px;
    min-width: 241px;
    border: 1.5px solid #104C88;
    border-radius: 20px;
}

.btn-submit {
    padding: 16px 70px 16px 30px;
}

/* File */
.custom-doc-upload-field input[type="file"] {
    display: none;
}

.custom-doc-upload-field.attached input[type="file"] + label {
    display: none;
}

.doc-uploading-progress-main {
    display: none;
}

.doc-uploading-progress-wrapper {
    flex: 1;
    max-width: 252px;
    margin-right: 20px;
}

    .doc-uploading-progress-wrapper .progress {
        height: 2px;
        background: #efefef;
        border-radius: 1px;
        -webkit-border-radius: 1px;
        -moz-border-radius: 1px;
        -ms-border-radius: 1px;
        -o-border-radius: 1px;
        box-shadow: none;
        margin-bottom: 2px;
    }

    .doc-uploading-progress-wrapper .progress-bar {
        background: #104C88;
    }

.upload-multiple-files {
    display: none;
    align-items: center;
    margin-top: 10px;
    margin-bottom: 10px;
}

    .upload-multiple-files .icon {
        display: inline-block;
    }

    .upload-multiple-files .upload-details,
    .upload-multiple-files .upload-files .file-input-button {
        display: flex;
    }

.doc-uploading-progress-main .close-icon {
    width: 18px;
    margin-top: 15px;
    cursor: pointer;
}

.doc-uploading-progress-main .delete-icon {
    width: 32px;
    height: 32px;
    margin-top: 15px;
    cursor: pointer;
}

.uploaded-doc {
    flex: 50%;
}


/* Modal */
/* .custom-modal-popop .modal { top: 35%; left: 8%; } */
.custom-modal-popop .modal-header {
    z-index: 999;
    border-bottom: none;
    padding: 0px;
    position: absolute;
    right: 21px;
    top: 15px;
    cursor: pointer;
}

.custom-modal-popop .modal-body {
    padding: 0px;
}

.custom-modal-popop .modal-content {
    max-width: 577px;
    margin: 0 auto;
    padding: 24px 27px 32px;
    background: #FFFFFF;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.3);
    border-radius: 8px;
}

.custom-modal-popop .browse-btn {
    display: none;
}

.ckyc-modal-popop .ckyc-modal-content {
    max-width: 712px;
}

.ckyc-modal-popop .ckyc-modal-heading {
    max-width: 550px;
    margin: 0 auto;
}

.ckyc-modal-popop .ckyc-fetch-btn {
    padding: 8px 20px !important;
    border-radius: 28px;
}

.ckyc-modal-popop .btn-cancel {
    padding: 8px 26px;
    min-width: 160px;
    border-radius: 28px;
    font-size: 18px;
}
/* .ckyc-modal-popop .ckyc-modal { top: 35%; left: 8%; } */

/* Vertical card */
.vertical-card-sm {
    width: 100%;
}

    .vertical-card-sm .card {
        max-width: 276px;
        border: 1px solid #DCDCDC;
        width: 100%;
        height: 100%;
        overflow: hidden;
    }

    .vertical-card-sm .upload-card {
        box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.18);
        max-width: 232px;
        width: 100%;
        margin: 0 auto;
        border-radius: 8px;
        border: 2px dashed #00ACEA;
        overflow: hidden;
    }

        .vertical-card-sm .upload-card .upload-watermark {
            user-select: none;
            position: relative;
        }

    .vertical-card-sm .upload-card-ip {
        position: absolute;
        width: 100%;
        height: 100%;
        ;
        top: 0;
        left: 0;
        opacity: 0;
    }

    .vertical-card-sm .label-info-sm {
        color: #4c4c4c;
        line-height: 25px;
    }

    .vertical-card-sm .upload-progress,
    .medical-reports .upload-progress {
        position: relative;
        width: 100%;
        height: 2px;
        background: #DCDCDC;
        border-radius: 100%;
        margin: 5px 0;
    }

        .vertical-card-sm .upload-progress::before,
        .medical-reports .upload-progress::before {
            position: absolute;
            content: '';
            width: 72%;
            background: #104C88;
            top: 0;
            left: 0;
            height: 2.5px;
            transition: width 3s ease;
        }

.upload-data-del-btn {
    cursor: pointer;
}

.doc-upload-btn-desktop:hover {
    animation-duration: 0.4s;
    animation-name: expand-button;
    animation-timing-function: ease;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
    transition: all .3s ease;
}

.doc-upload-btn-desktop {
    width: auto;
    height: auto;
    text-indent: -9999px;
    background: #104C88 url('../assets_CPF/images/main-page/upload-logo.svg') no-repeat;
    background-size: 20px;
    background-position: center;
    padding: 10px 20px;
}


@keyframes expand-button {
    100% {
        text-indent: 0;
        width: auto;
        background-color: #104C88;
        font-size: 14px;
    }
}

/* Btn micro-animation */
.btn.primary-btn:hover {
    transform: scale(1.02);
}

    .btn.primary-btn:hover + .btn-arrow {
        transform: translateX(3px) scale(1.01);
    }

        .btn.primary-btn:hover + .btn-arrow .icon-btn-arrow, .btn.primary-btn:hover .icon-btn-arrow {
            animation: moveLeftRight;
            animation-duration: 0.7s;
            animation-timing-function: ease;
            animation-direction: alternate;
            animation-fill-mode: both;
            transition: all .3s ease;
            animation-iteration-count: infinite;
        }

@keyframes moveLeftRight {
    0% {
        transform: translateX(8px);
    }

    100% {
        transform: translateX(-8px);
    }
}


/* Thank-you annimation */
.success-checkmark {
    width: 80px;
    height: 115px;
    margin: 0 auto;
    position: relative;
}

/* blink animation starts */
@keyframes blinker {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.blink1 {
    text-decoration: blink;
    animation-name: blinker;
    animation-duration: 0.6s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    animation-direction: alternate;
    position: absolute;
    top: 17px;
    width: 16px;
    opacity: 0;
    left: -87px;
}

.blink2 {
    text-decoration: blink;
    animation-name: blinker;
    animation-duration: 0.6s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    animation-direction: alternate;
    position: absolute;
    top: 63px;
    width: 8px;
    opacity: 0;
    left: -74px;
}

.blink3 {
    text-decoration: blink;
    animation-name: blinker;
    animation-duration: 0.5s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    animation-direction: alternate-reverse;
    position: absolute;
    top: 19px;
    width: 24px;
    opacity: 0;
    left: -59px;
}

.blink4 {
    text-decoration: blink;
    animation-name: blinker;
    animation-duration: 0.6s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    animation-direction: alternate;
    position: absolute;
    top: 23px;
    opacity: 0;
    left: 96px;
}

.blink5 {
    text-decoration: blink;
    animation-name: blinker;
    animation-duration: 0.5s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    animation-direction: alternate-reverse;
    position: absolute;
    top: 53px;
    width: 16px;
    opacity: 0;
    left: 110px;
}

.blink6 {
    text-decoration: blink;
    animation-name: blinker;
    animation-duration: 0.6s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    animation-direction: alternate;
    position: absolute;
    top: 25px;
    opacity: 0;
    left: 155px;
}

.blink7 {
    text-decoration: blink;
    animation-name: blinker;
    animation-duration: 0.6s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    animation-direction: alternate;
    position: absolute;
    top: -4px;
    opacity: 0;
    left: 134px;
}

.blink8 {
    text-decoration: blink;
    animation-name: blinker;
    animation-duration: 0.6s;
    animation-iteration-count: infinite;
    animation-timing-function: step-end;
    animation-direction: alternate;
    position: absolute;
    top: 47px;
    opacity: 0;
    left: -19px;
}

.blink9 {
    text-decoration: blink;
    animation-name: blinker;
    animation-duration: 0.6s;
    animation-iteration-count: infinite;
    animation-timing-function: step-end;
    animation-direction: alternate;
    position: absolute;
    top: -4px;
    opacity: 0;
    left: -37px;
}

/* thank you annimation end */

/* Sidebar */
.custon-card {
    max-width: 250px;
    background: #F4FBFF;
    box-shadow: 0px 0px 8px rgba(177, 177, 177, 0.25);
    border-radius: 8px;
    padding: 16px;
}

    .custon-card span {
        vertical-align: bottom;
    }

.sidebar-content {
    border-bottom: 1px solid #BFBFBF;
}

.btn-request {
    padding: 8px 31px;
    font-size: 16px;
    color: white;
    line-height: 19px;
    display: inline-block;
    background: #104c88;
    border-radius: 28px;
    outline: none;
    border: 1px solid #104c88 !important;
    font-family: "Lato-Semibold";
    font-weight: 700;
}

    .btn-request:hover, .btn-request:focus {
        background: #104c88;
        border: 1px solid #104c88 !important;
        color: white;
        border-radius: 28px;
        outline: none;
    }

/* personal-details-minor */
.personal-details-minor .content-details {
    flex: 1;
}

.policy-details {
    min-width: 120px;
}

    .policy-details label {
        min-width: 65px;
    }

.form-control:disabled, .form-control[readonly] {
    background-color: white;
}

.personal-details .input-box input[type="text"] {
    border-radius: 4px;
}


/* Outline accordion */
.accordion-outline {
    box-shadow: none;
}

    .accordion-outline .card {
        padding: 32px 24px 32px 24px;
        box-shadow: none;
        border: 1px solid #D8D8D8;
        box-sizing: border-box;
        border-radius: 8px;
    }

.accordion.accordion-outline > .card:not(:last-of-type), .accordion.accordion-outline > .card:not(:first-of-type) {
    border: 1px solid #D8D8D8;
    border-radius: 8px;
}

.accordion-outline .card-header {
    background: none;
    border-bottom: none;
    padding: 25px 50px;
    color: #333333;
}

    .accordion-outline .card-header h3 {
        position: relative;
    }

        .accordion-outline .card-header h3::before {
            position: absolute;
            content: "";
            right: 10px;
            border: solid #a5a5a5;
            border-width: 0 2px 2px 0;
            display: inline-block;
            padding: 4px;
            transform: rotate(225deg);
            top: 10px;
            -webkit-transform: rotate(225deg);
            -moz-transform: rotate(225deg);
            -ms-transform: rotate(225deg);
            -o-transform: rotate(225deg);
        }

    .accordion-outline .card-header .collapsed h3::before {
        top: 4px;
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
    }

.accordian-card.active {
    border: 1px solid #00A1E3 !important;
}

.accordion-outline .desktop-hide {
    display: none;
}

/* Normal radio button */
.radio input[type="radio"] {
    position: absolute;
    opacity: 0;
}

.form-block .radio-label {
    color: #4c4c4c;
    font-family: "Lato-Regular";
    padding: 0px;
    cursor: pointer;
    font-size: 20px;
}

.form-block .radio input[type="radio"] + .radio-label:before {
    width: 23px;
    height: 23px;
    margin-top: -4px;
    margin-right: 13px;
    box-shadow: inset 0 0 0 5px #fff;
    background: #fff;
}

.radio input[type="radio"] + .radio-label:before {
    content: "";
    background: #f4f4f4;
    border-radius: 100%;
    border: 1px solid #00a1e3;
    display: inline-block;
    width: 15px;
    height: 15px;
    position: relative;
    top: 2px;
    margin-right: 5px;
    vertical-align: top;
    cursor: pointer;
    text-align: center;
    transition: all 250ms ease;
}

.form-block .radio input[type="radio"]:checked + .radio-label:before {
    background: #00a1e3;
}

.form-block .radio input[type="radio"] + .radio-label:before {
    width: 23px;
    height: 23px;
    margin-top: -4px;
    margin-right: 13px;
    box-shadow: inset 0 0 0 5px #fff;
    background: #fff;
}

.radio input[type="radio"]:checked + .radio-label:before {
    background-color: #00a1e3;
    border: 2px solid #00a1e3;
}

.form-block .radio input[type="radio"] + .radio-label:before {
    width: 20px;
    height: 20px;
    margin-top: 0px;
    margin-right: 13px;
    box-shadow: inset 0 0 0 5px #fff;
    background: #fff;
}

.radio input[type="radio"] + .radio-label:before {
    content: "";
    background: #f4f4f4;
    border-radius: 100%;
    border: 2px solid #00a1e3;
    display: inline-block;
    width: 10px;
    height: 10px;
    position: relative;
    top: 2px;
    margin-right: 5px;
    vertical-align: top;
    cursor: pointer;
    text-align: center;
    transition: all 250ms ease;
}

/* Post quote 01 */
.btn-proceed {
    font-size: 18px;
    line-height: 21px;
    min-width: 203px !important;
    padding: 8px 44px !important;
    border: 1.5px solid #104C88;
    border-radius: 28px;
    text-align: center;
}

.doc-modal-popop .modal-content {
    max-width: 466px;
    padding: 14px 13px;
    background: #FFFFFF;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.3);
    border-radius: 8px;
}

.post-qoute .close {
    position: absolute;
    top: 10px;
    right: 10px;
}

.post-qoute .icon-next-arrow {
    background: url('../assets_CPF/images/post-quote-01/next-arrow-icon.svg') no-repeat center;
    background-size: contain;
    border: none;
}
/* .doc-modal-popop .modal-body { padding-left: 0px; } 
.doc-modal-popop .modal-header { padding-top: 0px; } 
.doc-modal-popop .badge-custom .btn { padding: 10px 38px !important; min-width: 173px; font-size: 14px; line-height: 16px; } 
.doc-modal-popop .doc-upload-card { border: 1px dashed #00A1E3; border-radius: 8px; padding: 8px 14px; } 
.doc-modal-popop .doc-card { margin-left: 27px; } */

/* badge custom */
.badge-custom {
    border: 1px solid #DCDCDC !important;
    display: inline-block;
    margin-right: 16px;
    border-radius: 36px;
    -webkit-border-radius: 36px;
    -moz-border-radius: 36px;
    -ms-border-radius: 36px;
    -o-border-radius: 36px;
}

    .badge-custom .btn-primary {
        background: #D1E9F5;
        border: 1px solid #DCDCDC;
        box-sizing: border-box;
        border-radius: 36px;
    }

    .badge-custom .btn .badge {
        top: -4px;
        right: -8px;
    }

    .badge-custom .btn {
        line-height: 28px;
        padding: 8px 40px;
        color: #333333 !important;
        font-weight: 500;
        font-family: 'Lato-Medium';
        border: 1px solid #fff !important;
    }

    .badge-custom .btn-primary:not(:disabled):not(.disabled).active,
    .badge-custom .btn-primary:not(:disabled):not(.disabled):active,
    .badge-custom .show > .btn-primary.dropdown-toggle {
        background: #D1E9F5;
        color: #333333;
        box-shadow: none;
        outline: 0;
    }

    .badge-custom .btn:not(:disabled):not(.disabled) {
        cursor: pointer;
        box-shadow: none;
    }

/* Tabs capsule*/
.tabs-capsule .nav-pills .nav-link {
    background: #FFFFFF;
    box-sizing: border-box;
    padding: 11px 33px;
    font-family: "Lato-Regular";
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #666666;
    border-radius: 36px;
    border: 1px solid #fff;
}

    .tabs-capsule .nav-pills .nav-link:hover,
    .tabs-capsule .nav-pills .nav-link:focus,
    .tabs-capsule .nav-pills .nav-link.active {
        background: #D1E9F5;
        color: #333333;
        font-family: "Lato-Medium";
        font-weight: 500;
    }

.tabs-capsule .nav-pills .nav-item {
    margin: 0 8px 8px 0;
    border-radius: 36px;
    border: 1px solid #DCDCDC;
}

/* Communication details case 1*/
.communication-details-tab .nav-pills .nav-link {
    padding: 10px 35px;
}


/* filled popover */
.filled-popover .popover-body {
    padding: 0;
}

.filled-popover {
    box-shadow: 4px 2px 9px rgba(0, 0, 0, 0.1);
    border: 1px solid #104C88;
}

.filled-popover {
    background: #E6F1FF;
    box-sizing: border-box;
    border-radius: 8px;
    padding: 22px;
    max-width: 162px;
}

    .filled-popover.bs-popover-auto[x-placement^=right] > .arrow::after, .filled-popover.bs-popover-right > .arrow::after {
        border-right-color: #E6F1FF;
    }

    .filled-popover.bs-popover-auto [x-placement^=right] > .arrow::before, .filled-popover.bs-popover-right > .arrow::before {
        left: 0;
        border-width: 8px 8px 8px 0;
        border-right-color: #104C88;
    }

    .filled-popover ul {
        list-style: disc;
        padding-left: 15px;
    }

        .filled-popover ul li {
            font-family: 'Lato-Medium';
            font-weight: 500;
            ;
            font-size: 14px;
            line-height: 17px;
            color: #104C88;
            padding: 0 0 5px 0;
        }

    .filled-popover.bs-popover-auto[x-placement^=right] > .arrow::after, .filled-popover.bs-popover-right > .arrow::after {
        left: 1.5px;
    }

.chat-voice {
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    background: #D1E9F5;
    z-index: 999;
}

    .chat-voice li:first-child {
        border-right: 1px solid #BFBFBF;
    }

    .chat-voice li a {
        transition: all .3s ease;
        border-radius: 50%;
    }

        .chat-voice li a:hover {
            background: #fff;
        }


/* Document upload modal */
.doc-card {
    max-width: 400px;
    margin: 0 auto;
    border: 1px dashed #00A1E3;
    border-radius: 8px;
}

    .doc-card .doc-upload-btn-v2 {
        border: 1px solid #DCDCDC;
        padding: 12px 30px;
        min-width: 175px;
        border-radius: 20px;
        display: inline-block;
        margin-bottom: 12px;
    }

        .doc-card .doc-upload-btn-v2:hover,
        .doc-card .doc-upload-btn-v2.active {
            background: #D1E9F5;
        }

        .doc-card .doc-upload-btn-v2.text-truncate {
            max-width: 100px;
        }

        .doc-card .doc-upload-btn-v2 .icon-doc-upload-close {
            width: 20px;
            height: 17px;
            background-size: contain;
            top: 50%;
            right: calc(100% - 92%);
            transform: translateY(-50%);
        }

/* vertical align custom class */
.vertical-align-baseline {
    vertical-align: baseline;
}

/* Select dropdowns */
select,
select option {
    color: #000000;
}

    select:invalid,
    select option[value=""] {
        color: #A5A5A5;
    }

/* Proposal form */
.proposal-form .card {
    padding: 24px;
}

.proposal-form label {
    margin-bottom: 12px;
}

.proposal-form .input-with-icon-left.input-field-lg {
    max-width: 316px;
}

.proposal-form .radio-toolbar input[type="radio"]:checked + label,
.proposal-form .radio-button-block [type="radio"]:checked + label,
.proposal-form .radio-button-block [type="radio"]:not(:checked) + label {
    padding: 10px 18px;
}

.question-list .input-field-lg, .question-list .form-select-lg {
    max-width: 770px;
    background-position: 98% 50%;
}

.question {
    margin-bottom: 32px;
}

.input-field-lg.height-auto {
    height: auto;
    padding: 10px 15px;
}

.input-field-lg.input-with-icon-left.height-auto {
    padding: 10px 15px 10px 42px;
}

.business {
    margin: 12px 0 24px;
}

/* Chat Icon left panel */
.chat-block {
    left: 27px;
    bottom: 15px;
}


/* Tabs custom */
.tabs-custom {
    border: 1px solid #D1E9F5;
    box-sizing: border-box;
    border-radius: 8px;
    background: #FFFFFF;
    box-shadow: 0px 0px 12px rgba(172, 172, 172, 0.25);
}

    .tabs-custom .nav-item {
        width: 50%;
    }

    .tabs-custom .nav-pills {
        background: #FFFFFF;
        box-shadow: 0px 0px 8px rgba(193, 206, 218, 0.35);
        border-radius: 8px 8px 0px 0px;
    }

    .tabs-custom .nav-link {
        border-radius: 8px 8px 0px 0px;
        border: 1px solid transparent;
        padding: 11px 20px;
        text-align: center;
        font-size: 14px;
        line-height: 17px;
        color: #666666;
        font-weight: 400;
        font-family: 'Lato-Regular';
    }

        .tabs-custom .nav-link.active {
            background: #D1E9F5;
            border: 1px solid #fff;
            border-left: 2px solid #fff;
            color: #333333;
            font-family: 'Lato-Medium';
            font-weight: 500;
        }

    .tabs-custom .tab-content {
        padding: 6px 14px 25px;
    }
/* Add nominee filled */

/*Tabs interactive*/
.tabs-interactive .tab-links .nav-pills {
    float: left;
    clear: both;
    border-radius: 20px;
    background: #FFFFFF;
    box-shadow: 0px 0px 8px rgba(193, 206, 218, 0.35);
}

.tabs-interactive .nav-pills .nav-link.active {
    background: #D1E9F5;
    border-radius: 20px;
    font-family: 'Lato-Medium';
    font-weight: 500;
    color: #333333;
    border: 2px solid #fff;
}

.tabs-interactive .nav-pills .nav-link {
    padding: 10px 40px 10px 20px;
    font-size: 16px;
    line-height: 20px;
    font-family: 'Lato-Regular';
    font-weight: 400;
    color: #666666;
    border: 2px solid transparent;
    position: relative;
}

    .tabs-interactive .nav-pills .nav-link .delete-dynamic-tab {
        position: absolute;
        top: 55%;
        right: 10px;
        transform: translateY(-50%);
        display: none;
    }

    .tabs-interactive .nav-pills .nav-link.active .delete-dynamic-tab {
        display: inline-block;
    }

/* customized card with radio button */
.radbox {
    position: relative;
    cursor: pointer;
    border: none;
    outline: none;
}

    .radbox input[type='radio'] {
        display: none;
    }

    .radbox .rad-text {
        content: '';
        width: 250px;
        background-color: #fff;
        border: 2px solid #f2f2f2;
        padding: 16px;
        border-radius: 8px;
        box-sizing: border-box;
    }

.first-radio-card, .second-credit-card {
    margin-right: 24px;
}

.radbox input[type="radio"]:checked + .rad-text {
    content: '';
    width: 250px;
    background: #FFFFFF;
    border: 1px solid #00A1E3;
    box-sizing: border-box;
    box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.15);
    border-radius: 8px;
}

.radbox .add-another-address {
    padding: 19px 30px;
}

.btn.btn-add-nominee {
    padding: 10px 23px;
    font-size: 16px;
    line-height: 20px;
    box-shadow: 0px 0px 8px rgb(193 206 218 / 35%);
    border-radius: 20px;
    font-family: 'Lato-Regular';
    font-weight: 400;
    color: #666666;
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;
}

.btn.btn-add-main {
    padding: 10px 23px;
    font-size: 16px;
    line-height: 20px;
    font-family: 'Lato-Regular';
    font-weight: 400;
    color: #666666;
    box-shadow: none;
}

/* add nomminee multiple */
.percent-amount {
    position: absolute;
    right: 32%;
    top: 21px;
    transform: translate(-50%,-50%);
}

.mobile-no-prefix {
    position: absolute;
    left: 2%;
    top: 50%;
    transform: translateY(-50%)
}

/* lifestyle and habits */
.lifestyle-habits .mw-820 {
    max-width: 820px;
    margin-right: auto;
}

.lifestyle-habits .nav-link {
    padding: 10px 25px;
}

/*Progress Stepper Desktop*/
/* .stepper-desktop { margin-left: 295px; } */
.progress-stepper {
    position: relative;
    display: flex;
    height: 55px;
    margin-left: -80px;
    padding-right: 96px;
    margin-right: -80px;
}

    .progress-stepper .progress-track {
        position: absolute;
        top: 0px;
        width: 100%;
        height: 12px;
        background-color: #d8d8d8;
        background-image: -webkit-linear-gradient( 45deg,rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%,rgba(255, 255, 255, 0.15) 75%, transparent 75%,transparent);
        background-image: -o-linear-gradient( 45deg,rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
        background-image: linear-gradient( 45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%,rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
        -webkit-background-size: 40px 40px;
        background-size: 40px 40px;
        z-index: -1;
        overflow: hidden;
    }

.progress-step {
    width: 100%;
    position: relative;
    display: flex;
    justify-content: space-between;
}

.inner-stepper {
    height: 12px;
    background: #92c947;
    background: #92c947;
    -webkit-transition: width 1s ease-in;
    -moz-transition: width 1s ease-in-out;
    -o-transition: width 1s ease-in-out;
    transition: width 1s ease-in;
    background-image: -webkit-linear-gradient( 45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%,rgba(255, 255, 255, 0.15) 50%,rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient( 45deg,rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%,rgba(255, 255, 255, 0.15) 50% rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient( 45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%,rgba(255, 255, 255, 0.15) 75%,transparent 75%, transparent);
    -webkit-background-size: 40px 40px;
    background-size: 40px 40px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    overflow: hidden;
}

.step-1 .inner-stepper {
    width: 10%;
}

.stepper-name {
    position: absolute;
    top: -7px;
    width: 100%;
    text-align: right;
}

.stepper-point {
    position: relative;
    z-index: 999;
    width: 24px;
    height: 24px;
    background: #d8d8d8;
    border: 2px solid #ffffff;
    border-radius: 50%;
    text-align: right;
    margin-left: auto;
    cursor: pointer;
}

    .stepper-point::after {
        content: "";
        position: absolute;
        top: 6px;
        left: 6px;
        width: 8px;
        height: 8px;
        border-radius: 50%;
        background: #fff;
    }

.stepper-text {
    color: #666666;
    font-size: 16px;
    font-weight: 400;
    margin-top: 15px;
    text-align: right;
    margin-right: -40px;
}

.progress-step.is-active .stepper-point {
    background: #848484;
    animation: pulse 2s infinite;
}
/* .progress-step.is-pending .stepper-point { background: #848484; } */
.progress-step.is-active .stepper-text {
    font-weight: 700;
}

.progress-step.is-complete .stepper-point {
    background: #92c947;
}

    .progress-step.is-complete .stepper-point::after {
        width: 6px;
        height: 13px;
        border: solid #fff;
        border-width: 0 2px 2px 0;
        transform: rotate(45deg);
        background: transparent;
        border-radius: 0;
        top: 2px;
        left: 7px;
    }

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(33, 131, 221, 0.4);
    }

    70% {
        box-shadow: 0 0 0 10px rgba(33, 131, 221, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(33, 131, 221, 0);
    }
}

.your-detail-section {
    width: 24px;
    height: 24px;
    border: 1px solid #00A1E3;
    border-radius: 4px;
}

    .your-detail-section.is-active {
        background: #00A1E3;
        margin-left: 8px;
    }

    .your-detail-section.is-complete {
        background: #92C947;
        border: 1px solid #92C947;
    }

.form-content,
#nomineeDetailsSec,
#healthDetailsSec,
#otherDetailsSec,
#bankDetailsSec,
#childsDetailsSec {
    display: none;
}

    .form-content.is-active {
        display: block;
    }
/* Your summary indicator css */
.summary-wrap {
    position: absolute;
    top: 20px;
    right: 30px;
}

.your-summary {
    position: relative;
    width: 166px;
    height: 40px;
    overflow: hidden;
    background-color: #fff;
    text-align: center;
    border: 2px solid #d8d8d8;
    border-radius: 28px;
}

.your-summary-fill {
    width: 0;
    height: 100%;
    background-color: #00a1e3;
    -webkit-transition: width 0.6s ease;
    -o-transition: width 0.6s ease;
    transition: width 0.6s ease;
}

.summary-text {
    position: absolute;
    display: inline-block;
    top: 7px;
    width: 100%;
    left: 0;
    font-size: 18px;
    font-weight: 700;
    color: #dcdcdc;
    line-height: 22px;
}

.your-detls-smry {
    width: 10%;
}

/* tooltip on pointers */
.icon-trasparent-circle {
    position: absolute;
    top: 0;
    right: 0;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: transparent;
    z-index: 1;
    display: none;
}

.progress-step.is-pending .icon-trasparent-circle {
    display: block;
}

/* Stepper Mobile */
.stepper-mobile {
    display: none !important;
    max-width: 95%;
    width: 100%;
    margin: 0 auto;
}

.main-step {
    width: 28px;
    height: 28px;
    background: #ffffff;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.15);
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    cursor: pointer;
}
/* .stepper-mobile .line { position: relative; } */
/* .stepper-mobile .line::before { position: absolute; content: ""; height: 2px; background: #d8d8d8; width: 50px; top: 14px; left: 0; } */

.stepper-mobile .line {
    height: 2px;
    background: #d8d8d8;
    width: 100%;
    position: relative;
    top: 13px;
}

.stepper-mobile .main-block {
    width: 25%;
}
    /* .stepper-mobile .main-block.active .line { background: #92c947; } */
    .stepper-mobile .main-block.active .main-step {
        text-align: center;
        margin-top: -3px;
        width: 32px;
        height: 32px;
        transition: all 0.5s ease-in;
        -webkit-transition: all 0.5s ease-in;
        -moz-transition: all 0.5s ease-in;
        -ms-transition: all 0.5s ease-in;
        -o-transition: all 0.5s ease-in;
        border: 1px solid #999999;
        box-sizing: border-box;
        box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.15);
    }

    .stepper-mobile .main-block.is-complete .main-step {
        width: 18px;
        height: 18px;
        background: #92c947;
        border: 1px solid #92c947;
        margin-top: 4px;
    }

        .stepper-mobile .main-block.is-complete .main-step::after {
            content: "";
            content: "";
            position: absolute;
            width: 5px;
            height: 10px;
            border: solid #fff;
            border-width: 0 2px 2px 0;
            transform: rotate( 45deg );
            background: transparent;
            border-radius: 0;
            top: 7px;
            left: 6.5px;
        }

.step {
    width: 24px;
    height: 24px;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border: 1px solid #3D3F76;
    box-sizing: border-box;
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.15);
}

.step1 {
    position: absolute;
    left: -20px;
    top: -28px;
    display: none;
}

.step2 {
    position: absolute;
    left: 2px;
    top: -52px;
    display: none;
}
/* .step3 { position: absolute; top: -28px; right: -4px; display: none; } */
.step3 {
    position: absolute;
    top: -28px;
    right: auto;
    display: none;
    left: 24px;
}

.stepper-mobile .main-block.active .step1,
.stepper-mobile .main-block.active .step2,
.stepper-mobile .main-block.active .step3 {
    display: none;
}

.step.is-active {
    background: #3D3F76;
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.3);
}

.step.is-complete {
    background: #92c947 !important;
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.3);
    border: 1px solid #92c947;
}

    .step.is-complete::after {
        content: "";
        position: absolute;
        width: 6px;
        height: 13px;
        border: solid #fff;
        border-width: 0 2px 2px 0;
        transform: rotate(45deg);
        background: transparent;
        border-radius: 0;
        top: 3px;
        left: 7px;
    }

.mob-form-content {
    display: none;
}

    .mob-form-content.is-active {
        display: block;
    }

#mobNomineeDetails,
#mobHealthDetails,
#mobOtherDetails,
#mobBankDetails {
    display: none;
}

.mob-summary {
    position: relative;
    min-width: 95px;
    height: 30px;
    overflow: hidden;
    background-color: #fff;
    text-align: center;
    border: 2px solid #dcdcdc;
    border-radius: 28px;
}

.mob-summary-fill {
    width: 10%;
    height: 100%;
    background-color: #00a1e3;
    -webkit-transition: width 0.6s ease;
    -o-transition: width 0.6s ease;
    transition: width 0.6s ease;
}

.mob-summary-text {
    position: absolute;
    display: inline-block;
    top: 4px;
    width: 100%;
    left: 0;
    font-size: 14px;
    font-weight: 400;
    color: #dcdcdc;
}

.stepper-mobile .main-block.is-pending .main-step {
    width: 32px;
    height: 32px;
    border: 1px solid #C94747;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.15);
    margin-top: 0;
}

/* your details icon with inner icons */
.mob-your-details.active .icon-your-details {
    background: url("../assets_CPF/images/step1/your-details-active.svg") no-repeat top 7px center;
}

.mob-your-details .step1.is-active {
    background: #3D3F76 url("../assets_CPF/images/step1/your-details-inner-1.svg") no-repeat top 4px left 4px;
    background-size: 15px;
}

.mob-your-details .step2 {
    background: url("../assets_CPF/images/step1/your-details-inner-2.svg") no-repeat top 3px left 3px;
    background-size: 15px;
}

    .mob-your-details .step2.is-active {
        background: #3D3F76 url("../assets_CPF/images/step1/your-details-inner-2-active.svg") no-repeat top 3px left 3px;
        background-size: 15px;
    }

.mob-your-details .step3 {
    background: url("../assets_CPF/images/step1/your-details-inner-3.svg") no-repeat top 3px left 3px;
    background-size: 15px;
}

    .mob-your-details .step3.is-active {
        background: #3D3F76 url("../assets_CPF/images/step1/your-details-inner-3-active.svg") no-repeat top 3px left 3px;
        background-size: 15px;
    }

/* nominee details icon */
/* .show-nominee-address { display: none; } */
.mob-nominee-details .icon-nominee-details {
    background: url("../assets_CPF/images/step2/nominee-details-active.svg") no-repeat top 6px left 5px;
}

.mob-nominee-details.active .icon-nominee-details {
    background: url("../assets_CPF/images/step2/nominee-details-active.svg") no-repeat top 7px left 3px;
}

.mob-nominee-details.is-complete .icon-nominee-details {
    background: none;
}

/* health details icon with inner icons */
.mob-health-details .icon-health-details {
    background: url("../assets_CPF/images/step3/health-lifestyle-active.svg") no-repeat top 6px left 3px;
}

.mob-health-details.active .icon-health-details {
    background: url("../assets_CPF/images/step3/health-lifestyle-active.svg") no-repeat top 7px left 0px;
}

.mob-health-details .step1.is-active {
    background: #3D3F76 url("../assets_CPF/images/step3/health-lifestyle-inner-1-active.svg") no-repeat top 3px left 3px;
    background-size: 16px;
}

.mob-health-details .step2 {
    background: url("../assets_CPF/images/step3/health-lifestyle-inner-2.svg") no-repeat top 1px left 4px;
    background-size: 13px;
}

    .mob-health-details .step2.is-active {
        background: #3D3F76 url("../assets_CPF/images/step3/health-lifestyle-inner-2-active.svg") no-repeat top 1px left 4px;
        background-size: 13px;
    }

.mob-health-details .step3 {
    background: url("../assets_CPF/images/step3/health-lifestyle-inner-3.svg") no-repeat top 3px left 3px;
    background-size: 15px;
}

    .mob-health-details .step3.is-active {
        background: #3D3F76 url("../assets_CPF/images/step3/health-lifestyle-inner-3-active.svg") no-repeat top 3px left 3px;
        background-size: 15px;
    }

.mob-health-details.is-complete .icon-health-details {
    background: none;
}

/* other details icon with inner icons */
.mob-other-details .icon-other-details {
    background: url("../assets_CPF/images/step4/other-details-active.svg") no-repeat top 6px left 8px;
}

.mob-other-details.active .icon-other-details {
    background: url("../assets_CPF/images/step4/other-details-active.svg") no-repeat top 7px left 5px;
}

.mob-other-details .step1.is-active {
    background: #3D3F76 url("../assets_CPF/images/step4/other-details-inner-1-active.svg") no-repeat top 3px left 3px;
    background-size: 16px;
}

.mob-other-details .step3 {
    background: url("../assets_CPF/images/step4/other-details-inner-2.svg") no-repeat top 4px left 5px;
    background-size: 13px;
}

    .mob-other-details .step3.is-active {
        background: #3D3F76 url("../assets_CPF/images/step4/other-details-inner-2-active.svg") no-repeat top 4px left 5px;
        background-size: 13px;
    }

.mob-other-details.is-complete .icon-other-details {
    background: none;
}

/* bank details icon */
.mob-bank-details .icon-bank-details {
    background: url("../assets_CPF/images/step5/bank-details-active.svg") no-repeat top 6px left 7px;
}

.mob-bank-details.active .icon-bank-details {
    background: url("../assets_CPF/images/step5/bank-details-active.svg") no-repeat top 7px left 4px;
}

.mob-bank-details.is-complete .icon-bank-details {
    background: none;
}

/* bank pennydrop don't have penny drop facilitate*/
.no-penny-drop-facility {
    max-width: 750px;
}


/* tooltip on pointers */
.mob-icon-trasparent-circle {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: transparent;
    z-index: 1;
    display: none;
}

.stepper-mobile .main-block.is-pending .mob-icon-trasparent-circle {
    display: block;
    transition: 2s ease-in-out;
}

.opacity-div {
    opacity: 0.5;
    pointer-events: none;
}

.mob-stepper-name {
    font-size: 11px;
    font-size: 11px;
    color: #999999;
    font-weight: 400;
    text-align: center;
    margin-top: 5px;
    display: none;
    position: absolute;
    width: 100px;
    bottom: -17px;
    right: 0;
    left: -32px;
}

.stepper-mobile .main-block.active .mob-stepper-name {
    display: block;
    left: -28px;
}

.your-details {
    position: absolute;
    top: -50px;
    left: -95px;
}
/* top: 0; */



/* Outline popover */
.outline-popover {
    background: #FFFFFF;
    border: 1px solid #979797;
    box-sizing: border-box;
    border-radius: 8px;
    padding: 16px;
    box-shadow: 4px 2px 9px rgba(0, 0, 0, 0.1);
}

    .outline-popover span {
        color: #C94747;
    }

    .outline-popover .arrow {
        left: 40px !important;
    }


.popover.outline-popover-sm {
    max-width: 125px;
    position: absolute;
    top: -50px;
    left: auto;
    right: -46px;
    padding: 10px;
    display: none;
}

.in-complete .popover.outline-popover-sm {
    display: block;
}

.progress-step.is-active.in-complete .stepper-point {
    background: #C94747;
}

.popover.outline-popover-sm .arrow::before {
    bottom: -41px;
    content: " ";
    display: block;
    height: 20px;
    left: 3px;
    position: absolute;
    border-color: #a9a9a9 transparent transparent transparent;
    border-style: solid;
    border-width: 11px;
}

.popover.outline-popover-sm .arrow::after {
    border-left: solid transparent 11px;
    border-right: solid transparent 11px;
    border-top: solid #fff 10px;
    bottom: -31px;
    content: " ";
    height: 0;
    left: 3px;
    margin-left: 0;
    position: absolute;
    width: 0;
}


/* E-insurance-details */
.custom-address-card {
    max-width: 250px;
    padding: 16px;
    border: 1px solid #F2F2F2;
    border-radius: 4px;
}

.insurance-radio-toolbar .radio-toolbar {
    border: 1px solid #DCDCDC;
    padding-left: 6px;
    box-shadow: none;
}

    .insurance-radio-toolbar .radio-toolbar input[type="radio"] + label {
        min-width: 110px;
    }

.add-nominee-button {
    background: #FFFFFF;
    box-shadow: 0px 0px 8px rgb(193 206 218);
    border-radius: 20px;
}

/* Diabetes Control diet radio button */
.diabetes-radio-toolbar .radio-toolbar {
    border: 1px solid #DCDCDC;
    padding-left: 6px;
    box-shadow: none;
}

    .diabetes-radio-toolbar .radio-toolbar input[type="radio"] + label {
        min-width: 110px;
    }
/* Diabetes Control diet radio button */
/* treatment radio control */
.treatment-radio-toolbar .radio-toolbar {
    border: 1px solid #DCDCDC;
    padding-left: 6px;
    box-shadow: none;
}

    .treatment-radio-toolbar .radio-toolbar input[type="radio"] + label {
        min-width: 110px;
    }
/* end treament radio control */
/* Capsule radio button */
.radio-capsule .radio input[type="radio"] + .radio-label:before {
    display: none;
    opacity: 0;
}

.radio-capsule .radio-toolbar input[type="radio"]:checked + label {
    margin-left: 0;
    border-radius: 36px;
    -webkit-border-radius: 36px;
    -moz-border-radius: 36px;
    -ms-border-radius: 36px;
    -o-border-radius: 36px;
}

.radio-capsule .radio-toolbar input[type="radio"] + label:last-child {
    margin-left: 0;
}

.radio-capsule .radio-toolbar {
    border: 1px solid #DCDCDC;
    box-shadow: none;
    overflow: hidden;
}

    .radio-capsule .radio-toolbar label, .radio-capsule .radio-toolbar input[type="radio"]:checked + label {
        padding: 8px 20px;
    }

    .radio-capsule .radio-toolbar label {
        border: 1px solid #fff;
        border-radius: 36px;
        cursor: pointer;
    }

    .radio-capsule .radio-toolbar input[type="radio"]:checked + label {
        border: 1px solid #fff;
        border-radius: 36px;
    }

.proposal-form .radio-capsule .radio-toolbar input[type="radio"] + label {
    margin-bottom: 0
}


/* Validations */
.alert {
    display: none;
}

.error {
    color: #e74c3c;
    display: block;
}
/* for submit proofs */
.submit-proofs .error,
.select-proofs-minor .error,
.single-doc-upload .error {
    font-family: 'lato-medium';
    font-weight: 550;
    margin-bottom: 20px;
    display: inline-block;
    background: #fff;
    color: #e74c3c;
    padding: 10px;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.upload-one-doc .error {
    display: block;
    font-family: 'lato-medium';
    font-weight: 550;
}

/* Desktop stepper fixed */
.progress-stepper {
    position: fixed;
    width: 78%;
    z-index: 9999;
    height: auto;
    top: 69px;
    height: 75px;
    background: #fff;
}

.main-stepper-content.main-page {
    padding: 140px 0 20px 80px;
}

.your-details {
    top: 0;
}

/* otp block changes */
.otp-block .input-box {
    width: 316px;
    margin-right: 22px;
}

.otp-block .primary-btn {
    padding: 9px 44px;
}

/* e-otp block */
.e-otp-block .input-box {
    width: 316px;
}

/* error pages css start */
.number-info {
    font-size: 20px;
}

.number-tel-text {
    font-size: 22px;
}

.time-info {
    font-size: 18px;
}

.fradulent-offers-wrap {
    max-width: 830px;
    width: 100%;
    margin: 24px auto;
    padding: 32px 28px;
    border: 1.68966px solid #DCDCDC;
    border-radius: 14px;
}

.beware-title {
    font-size: 18px;
    text-decoration: underline;
}

.beware-info {
    font-size: 16px;
}

.error-page-container .error-sub-text-width {
    max-width: 650px;
    margin: 0 auto;
}


/* Add nominee minor */
.add-nom-minor .row:first-child .form-group {
    margin-top: 0 !important;
}

/* Investment details */
.outline-capsules .radio-toolbar {
    margin: 0 8px 8px 0;
    box-shadow: 0px 0px 12px 0px rgb(172 172 172 / 25%);
    outline: 0;
    border: none;
}

/* Summary */
.sum-title .icon-edit-blue {
    width: 20px;
    height: 20px;
    cursor: pointer;
}

.sum-title {
    margin-bottom: 16px;
    padding-bottom: 16px;
}

.icon-edit-blue-right {
    position: absolute;
    right: 15px;
    top: 15px;
}

/* Health details for female */
.filled-accordion.health-details .acc-card-header {
    color: #4C4C4C;
    background: #F7FCFF;
    border: 1px solid #D8D8D8;
    box-sizing: border-box;
    border-radius: 8px 8px 0px 0px;
    text-transform: none;
}

.filled-accordion.health-details .card-body {
    background: #FFFFFF;
    border: 1px solid #DCDCDC;
    box-sizing: border-box;
    border-radius: 0 0 8px 8px;
    border-top: none;
    padding: 8px 16px 15px !important;
}

.filled-accordion.health-details .acc-card-header:after {
    right: 3%;
}

.filled-accordion.health-details .card {
    box-shadow: none;
}

.filled-accordion.health-details .acc-card-header.collapsed {
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}

.card .card-secondary-border {
    border: 1px solid #DCDCDC;
}

.medical-details .radio-capsule .radio-toolbar {
    margin-right: 4px;
}

.medical-details .radio-toolbar label {
    padding: 8px 12px;
}

.medical-details .radio-toolbar input[type="checkbox"]:checked + label {
    background: #d1e9f5;
    border-color: #d1e9f5;
    font-size: 14px;
    line-height: normal;
    font-family: "Lato-Regular";
    color: #333333;
    padding: 8px 12px;
    text-align: center;
}

.medical-details input[type="checkbox"] {
    position: absolute;
    display: none;
}
/* opacity: 0; */
.medical-details .medical-details-capsules {
    border-bottom: 1px dashed #D8D8D8;
}

.selected-medical-detail-capsule {
    border: 1px solid #DCDCDC;
    padding: 2px;
    border-radius: 36px;
    overflow: hidden;
    margin-right: 5px;
    display: inline-block;
}

.ind-capsule {
    background: #D1E9F5;
    padding: 10px 30px 10px 20px;
    border: 1px solid #DCDCDC;
    cursor: pointer;
    border-radius: 36px;
}

    .ind-capsule .position-absolute {
        top: 50%;
        transform: translateY(-50%);
        right: calc(100% - 95%);
    }

.medical-alert-box {
    background: #F4FBFF;
    bottom: 0;
    left: 0;
    padding: 24px 15px 35px 20px;
    z-index: 9999;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    box-shadow: 0px -4px 10px 0px #00000033;
    transition: all .3s ease;
    width: 100%;
    height: auto;
}

.icon-close {
    background: url('../assets_CPF/images/main-page/icon-close.svg') no-repeat center;
}

.medical-alert-box .medical-alert-box-close {
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
}

.medical-alert-box .radio-label.custom-popover {
    box-shadow: none;
}

.error.desktop_checkbox_group {
    background: rgb(221 36 36);
    padding: 10px 15px;
    border-radius: 20px;
    color: #fff;
    padding: 10px 15px;
    border-radius: 20px;
    color: #fff;
}
/* custom popover */
.popover {
    max-width: 535px;
    width: 100%;
    border: none;
}

.custom-popover {
    border: none;
    background: #FFFFFF;
    box-shadow: 0px 0px 12px rgba(172, 172, 172, 0.25);
    border-radius: 4px;
    padding: 8px;
    max-width: 536px;
}

    .custom-popover span {
        margin: 0;
    }

    .custom-popover .arrow {
        display: none;
    }

.popover.custom-popover .arrow::after, .popover.custom-popover .arrow::before {
    border-bottom-color: #fff;
}

/* added 31052021 */
.several-disease-wrap {
    border: 1px solid #DCDCDC;
    border-radius: 8px;
}

    .several-disease-wrap .tab-links {
        background: #F7FCFF;
        border-bottom: 1px solid #D8D8D8;
        padding: 7px 15px;
        border-radius: 8px 8px 0px 0px;
    }

.sev-inner-tab-content {
    padding: 15px 15px 0 15px;
}

.hide-add-members {
    color: #8F909D;
}

.border-bottom-dash {
    border-bottom: 1px dashed #D8D8D8;
}




/* Investment details */
.content-list {
    list-style: disc;
}

.scrollbar .sidebar-tab-content .slimScrollDiv, .scrollbar .slimScrollDiv, .scrollbar .testDiv {
    height: 500px !important;
}
/* width: 95% !important; */
.content-list .content-icon-sm {
    background: #FFFFFF;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
}

.content-list .icon-xs-v1 {
    width: 24px;
    height: 20px;
}

.content-list-footer {
    margin: 64px 0 100px;
}

.icons-row {
    max-width: 710px;
}

.icon-block .icon {
    position: relative;
    margin-bottom: 12px;
    width: 64px;
    height: 64px;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
}

.icon-customised-quote {
    background: #fff url('../assets_CPF/images/main-page/customized-quote.svg') no-repeat center center;
}

.icon-digital-payment {
    background: #fff url('../assets_CPF/images/main-page/digital-signature-orange.svg') no-repeat center center;
}

.icon-upload-document {
    background: #fff url('../assets_CPF/images/main-page/upload-doc-orange.svg') no-repeat center center;
}

.icon-block:after {
    content: '';
    position: absolute;
    width: 72px;
    height: 20px;
    background: url('../assets_CPF/images/main-page/arrow-orange.svg') no-repeat center center;
    top: 30px;
    right: -48px;
}

.icon-block {
    width: 35%;
}

    .icon-block:last-child {
        width: 25%;
    }

        .icon-block:last-child:after {
            display: none;
        }

    .icon-block h4 {
        max-width: 215px;
        margin: 0 auto;
    }

    .icon-block:last-child h4 {
        max-width: 100px;
        margin: 0 auto;
    }


/* Retrieve quote popup */
.ckyc-modal-popop.retrieve-modal .ckyc-fetch-btn {
    padding: 10px 20px !important;
    font-size: 18px;
    line-height: 22px;
}

.ckyc-modal-popop.retrieve-modal .btn-cancel {
    padding: 10px 26px;
    min-width: 203px;
}

/* Generate BI: Card custom */
.w-20 {
    width: 20%;
    padding-right: 15px;
}

.card.card-custom {
    padding: 23px 24px;
}
/* Card vertical */
.card-vertical {
    cursor: pointer;
    background: #FFFFFF;
    position: relative;
    border: 2px solid #D8D8D8;
    box-sizing: border-box;
    box-shadow: 0px 0px 10px rgba(172, 172, 172, 0.2);
    border-radius: 8px;
}

    .card-vertical .card {
        padding: 25px 13px;
    }

    .card-vertical .card-logo {
        margin-bottom: 36px;
    }

    .card-vertical .card ul {
        margin: 50px 0 34px;
    }

        .card-vertical .card ul li {
            background: url('../assets_CPF/images/componets/tick-mark-green.svg') no-repeat left 14px top;
            padding-left: 45px;
        }

    .card-vertical .btn-secondary-large {
        width: 100%;
        max-width: 240px;
    }

.generate-bi .card-vertical .tag {
    position: absolute;
    top: -14px;
    left: 0;
    right: 0;
    text-align: center;
    margin: 0 auto;
}

.card-vertical .tag span {
    display: inline-block;
    background: #104C88;
    border-radius: 8px;
    padding: 17px 32px;
    margin: 0;
}

.card-vertical:hover .tag {
    display: block;
}

.generate-bi .card-vertical {
    border: 1px solid #104C88;
    box-sizing: border-box;
    box-shadow: 0px 0px 10px rgba(172, 172, 172, 0.5);
}

.generate-bi .grey-bottom-arrow {
    margin: 10px 0 30px;
}

.generate-bi .card-vertical {
    max-width: 200px;
    width: 100%;
    box-shadow: none;
}

.generate-bi .or {
    margin: 0 21px;
}

.generate-bi .card-vertical .tag span {
    display: inline-block;
    background: #104C88;
    border-radius: 4px;
    padding: 4px 19px;
    margin: 0;
}

.generate-bi .card-vertical .card-logo {
    margin-bottom: 8px;
}

.generate-bi .card-vertical ul {
    margin: 0;
    background: none;
}

    .generate-bi .card-vertical ul li {
        background: none;
        padding: 0;
        text-align: center;
        background-color: #D1E9F5;
        padding: 2px 10px;
    }

.generate-bi .card-vertical .card {
    box-shadow: none;
}

.generate-bi .card-vertical .card {
    padding: 25px 13px 0;
}

.generate-bi .card-vertical ul li:nth-child(2) {
    background: #fff;
}

.generate-bi .card-vertical .end-line {
    padding: 15px 10px;
    text-align: center;
}

.generate-bi .card-vertical:last-child ul li {
    margin: 15px 0 37px;
    padding: 4px 10px;
}

/* Fund Performance */
/* custom switch toggle button */
.switch-toggle {
    background: #FFFFFF;
    box-shadow: 0px 0px 8px rgb(193 206 218 / 49%);
    border-radius: 36px;
    display: inline-block;
}

    .switch-toggle .btn-color-mode-switch {
        display: inline-block;
        margin: 0px;
        position: relative;
        min-width: 160px;
        border: 1px solid transparent;
        border-radius: 16px;
    }

        .switch-toggle .btn-color-mode-switch input[type="checkbox"] {
            cursor: pointer;
            width: 50px;
            height: 25px;
            opacity: 0;
            position: absolute;
            top: 0;
            z-index: 1;
            margin: 0px;
        }

        .switch-toggle .btn-color-mode-switch > label.btn-color-mode-switch-inner {
            margin: 0px;
            width: 100%;
            height: 40px;
            background: #fff;
            border-radius: 26px;
            overflow: hidden;
            position: relative;
            transition: all 0.3s ease; /* box-shadow: 0px 0px 8px 0px rgb(17 17 17 / 34%) inset; */
            display: block;
            cursor: pointer;
        }

            .switch-toggle .btn-color-mode-switch > label.btn-color-mode-switch-inner:before {
                content: attr(data-on);
                position: absolute;
                font-size: 16px;
                line-height: 20px;
                font-family: "Lato-Semibold";
                font-weight: 600;
                color: #333;
                opacity: 0.7;
                top: 9px;
                right: 21px;
            }

            .switch-toggle .btn-color-mode-switch > label.btn-color-mode-switch-inner:after {
                content: attr(data-off);
                width: 78px;
                height: 36px;
                position: absolute;
                left: 2px;
                top: 2px;
                text-align: center;
                transition: all 0.3s ease;
                padding: 7px 0px;
                font-size: 16px;
                line-height: 20px;
                font-family: "Lato-Semibold";
                font-weight: 600;
                color: #333;
                background: #D1E9F5;
                border-radius: 36px;
            }

        .switch-toggle .btn-color-mode-switch input[type="checkbox"]:checked + label.btn-color-mode-switch-inner:after {
            content: attr(data-on);
            left: 79px;
        }

        .switch-toggle .btn-color-mode-switch input[type="checkbox"]:checked + label.btn-color-mode-switch-inner:before {
            content: attr(data-off);
            right: auto;
            left: 17px;
        }

/* Fund Performance - Graph */
.graph-radio-capsules .radio-toolbar {
    margin-right: 5px;
}

.radio-toolbar-for-graph {
    border-radius: 8px;
    border: 1px solid #DCDCDC;
}

.radio-button-block .radio-toolbar-for-graph [type="radio"]:checked + label, .radio-button-block .radio-toolbar-for-graph [type="radio"]:not(:checked) + label, .radio-button-block .radio-toolbar-for-graph .radio-toolbar label:last-child {
    padding: 10px 60px;
    border-radius: 8px;
}

.radio-button-block .radio-toolbar-for-graph input[type="radio"]:first-child:checked + label {
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}

.fund-perf-graph .graph-radio-capsules {
    max-width: 980px;
}

.fund-perf-graph .radio-toolbar input[type="radio"] + label:last-child {
    margin-left: 0;
}

/* Suitability analysisi popup */
.suitability-analysis .modal-main {
    padding-bottom: 40px;
}

.suitability-analysis.custom-modal-popop .modal-content {
    max-width: 908px;
}

.suitability-analysis .outline-capsules .radio-toolbar {
    box-shadow: none;
    border: 1px solid #DCDCDC;
    padding: 1px;
}

.suitability-analysis .outline-capsules .radio-label, .suitability-analysis .outline-capsules input[type="radio"]:checked + .radio-label {
    min-width: 130px;
    padding: 11px 23px;
}

.suitability-analysis .secondary-btn.view-recommendation-btn {
    padding: 10px 40px;
}

/* qoute-page */
/* Card horizontal */
/* .qoute-page-stripe-first .whatsapp-detail,.qoute-page-stripe-second .whatsapp-detail { display: none; transition: all 0.4s ease 1s; } */
.card-horizontal {
    background: #280971;
    border-radius: 8px;
    padding: 25px 24px 25px 28px;
    max-width: 463px;
    overflow: hidden;
}

.icon-maturity-benefit {
    background: url('../assets_CPF/images/componets/maturity-benefit.svg') no-repeat left top;
}

.icon-sum-assured {
    background: url('../assets_CPF/images/main-page/sum-assured.svg') no-repeat center;
}
/* Fixed top right stripe */
.icon-whatsapp {
    background: url('../assets_CPF/images/main-page/whatsapp-icon.svg') no-repeat center;
}

.icon-share {
    background: url('../assets_CPF/images/main-page/share-icon.svg') no-repeat center;
}

.qoute-page-stripe {
    display: inline-block;
    position: fixed;
    z-index: 4;
    padding: 0px 5px;
    transition: all .3s ease;
    border-radius: 4px;
}

.qoute-page-stripe-first {
    top: 23%;
    right: -4px;
    background: #1BD741;
}

.qoute-page-stripe-second {
    top: 15%;
    right: -4px;
    background: #280971;
}
/* .qoute-page-stripe-first:hover,.qoute-page-stripe-second:hover { right: 0; } */
/* .qoute-page-stripe-first:hover .whatsapp-detail,.qoute-page-stripe-second:hover .whatsapp-detail { display: block; } */
.bg-light-blue {
    background: #D1E9F5;
}

.card-horizontal .card-nesting {
    padding: 15px 25px;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}

    .card-horizontal .card-nesting.card-nesting-min-width-v2 {
        min-width: 190px;
        padding: 21px 0px;
        text-align: center;
    }

    .card-horizontal .card-nesting.card-nesting-min-width {
        min-width: 236px;
        text-align: center;
        padding: 35px 0;
    }

.card-horizontal .tag {
    padding: 5px;
    top: 13px;
    background: #F9E292;
    transform: rotate(-45deg);
    width: 100px;
    left: -27px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
}

.recommendation .form-control.input-with-icon-left {
    max-width: 100%;
}

.recommendation .radbox input[type="radio"]:checked + .rad-text, .recommendation .radbox .rad-text {
    max-width: 200px;
    padding: 15px;
    width: 100%;
}

.recommendation .radbox .rad-text {
    border: 2px solid #f2f2f2;
    padding: 15px;
}

.width-max-content {
    width: max-content;
}

.recommendation .recommendation-right-arrow {
    top: 50%;
    left: -20px;
    transform: translateY(-50%);
}
/* iframe */
.custom-iframe {
    width: 100%;
    height: 400px;
    background: #D1D1D1;
    padding: 0px;
    box-shadow: 0px 0px 12px 0px rgb(172 172 172 / 25%);
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}


/* Fund performance */
.sidebar-tab-content.fund-performance .slimScrollDiv, .sidebar-tab-content.fund-performance .table-responsive-lg {
    height: auto !important;
}

.sidebar-tab-content.fund-performance .table td, .sidebar-tab-content.fund-performance .table th {
    border-top: none;
}

.sidebar-tab-content.fund-performance table {
    width: 100%;
    table-layout: fixed;
}

.sidebar-tab-content.fund-performance .tbl-content {
    height: 300px;
    overflow-x: auto;
    margin-top: 0px;
    border: 1px solid rgba(255,255,255,0.3);
}

.sidebar-tab-content.fund-performance .switch-toggle {
    margin: 34px 0;
}

.sidebar-tab-content.fund-performance .tbl-content tr td {
    padding: 24px 15px 0 0;
}

.sidebar-tab-content.fund-performance .tbl-content {
    padding-bottom: 60px;
}

.sidebar-tab-content.fund-performance .tbl-header {
    border-bottom: 1px solid #dcdcdc;
    padding-bottom: 16px;
}

.sidebar-tab-content.fund-performance table tr th:first-child {
    width: 300px;
}

.sidebar-tab-content.fund-performance .tbl-content tr td:first-child {
    width: 300px;
}

.sidebar-tab-content.fund-performance .tbl-content tr td:nth-child(2) {
    width: 120px;
}

.sidebar-tab-content.fund-performance table tr th:nth-child(2),
.sidebar-tab-content.fund-performance table tr th:nth-child(3),
.sidebar-tab-content.fund-performance table tr th:nth-child(4),
.sidebar-tab-content.fund-performance table tr th:nth-child(5),
.sidebar-tab-content.fund-performance table tr th:nth-child(6) {
    width: 120px;
}

.sidebar-tab-content.fund-performance .tbl-content tr td:nth-child(3),
.sidebar-tab-content.fund-performance .tbl-content tr td:nth-child(4),
.sidebar-tab-content.fund-performance .tbl-content tr td:nth-child(5),
.sidebar-tab-content.fund-performance .tbl-content tr td:nth-child(6) {
    width: 120px;
}

.sidebar-tab-content.fund-performance table tr th:last-child,
.sidebar-tab-content.fund-performance .tbl-content tr td:last-child {
    width: 130px;
}



/* Quote page */
.what-to-pay .card.card-horizontal {
    max-width: 100%;
}



/* Fund performance table mobile version */
.tabs-mobile .nav-tabs {
    border-bottom: none;
    flex-wrap: nowrap;
    overflow: hidden;
    overflow-x: scroll;
    padding-bottom: 20px;
}

    .tabs-mobile .nav-tabs .nav-link {
        background: #FFFFFF;
        border: 0.5px solid #D8D8D8;
        box-sizing: border-box;
        border-radius: 8px;
        font-weight: 500;
        font-size: 12px;
        line-height: 15px;
        text-align: center;
        min-width: 100px;
        color: #848484;
        padding: 10px 12px;
    }

.tabs-mobile {
    overflow: hidden;
    overflow-x: scroll;
}

    .tabs-mobile .nav-tabs .nav-link.active {
        border: 0.5px solid #104C88;
        box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
        color: #4C4C4C;
        font-weight: 700;
    }

    .tabs-mobile .nav-tabs .nav-item {
        margin-right: 8px;
        flex: 1;
    }

        .tabs-mobile .nav-tabs .nav-item:nth-child(1) .nav-link {
            padding: 18px 12px;
        }

        .tabs-mobile .nav-tabs .nav-item:nth-child(2) .nav-link {
            padding: 18px 12px;
        }

        .tabs-mobile .nav-tabs .nav-item:nth-child(3) .nav-link {
            padding: 18px 12px;
        }

    .tabs-mobile .tbl-content table tr td {
        border-top: none;
    }

    .tabs-mobile .tbl-header table, .tabs-mobile .tbl-content table tr td {
        border: 1px solid #DCDCDC;
    }

    .tabs-mobile .tbl-header {
        padding-bottom: 0 !important;
        border-bottom: none !important;
    }

        .tabs-mobile .tbl-header tr th:first-child {
            background: #E8E8E8;
            border-bottom: 1.5px solid #E8E8E8;
            vertical-align: middle;
            border-left: none;
        }

        .tabs-mobile .tbl-header tr th:last-child {
            background: #104C88;
            border-bottom: 1.5px solid #104C88;
            vertical-align: middle;
        }

        .tabs-mobile .tbl-header table tr th {
            padding: 8px;
        }

    .tabs-mobile .tbl-content tr td {
        padding: 9px 11px 8px !important;
    }

    .tabs-mobile .tbl-content h4 {
        font-size: 12px !important;
        line-height: 15px !important;
        color: #333333;
    }

    .tabs-mobile .tbl-content h6 {
        font-size: 9px !important;
        line-height: 11px !important;
        color: #666666;
    }

.sidebar-tab-content.fund-performance .tabs-mobile table tr th:first-child, .sidebar-tab-content.fund-performance .tabs-mobile .tbl-content tr td:first-child {
    width: 29%;
}

.sidebar-tab-content.fund-performance .tabs-mobile .tbl-content tr td:first-child {
    background: #F5F5F5;
    vertical-align: middle;
}

.sidebar-tab-content.fund-performance .tabs-mobile .tbl-content tr td:last-child {
    text-align: right;
    vertical-align: middle;
}

.sidebar-tab-content.fund-performance .tabs-mobile .tbl-content {
    padding-bottom: 0;
    height: 236px !important;
    border-bottom: 1px solid #DCDCDC;
    border-left: none;
}


/* Fund performance switch toggle */
.radio-toolbar.fund-perf input[type="radio"]:checked + label {
    padding: 8px 21px;
    font-size: 16px;
    line-height: 20px;
    font-family: "Lato-Semibold";
    font-weight: 600;
    color: #333;
}

.radio-button-block .radio-toolbar.fund-perf [type="radio"]:not(:checked) + label {
    padding: 8px 21px;
    font-size: 16px;
    line-height: 20px;
    font-family: "Lato-Semibold";
    font-weight: 600;
    color: #666666;
    opacity: 0.7;
}


/* Fund performance graph */
.fund-perf-graph .radio-toolbar .radio-two {
    display: flex;
}

.chartdiv {
    width: 850px;
    height: 250px;
}

.amcharts-chart-div a {
    display: none !important;
}

/* Recommendations */
.recommendations .main-title {
    margin-bottom: 55px;
}

.plan-card {
    max-width: 404px !important;
    border: 1px solid #D8D8D8;
    position: relative;
    height: 100%;
    margin: 0 auto;
    padding: 32px 25px;
}

.plan-card_1 {
    max-width: 760px !important;
    border: 2px solid #D8D8D8;
    position: relative;
    height: 100%;
    margin: 15px;
    padding: 32px 25px;
}

    .plan-card .list {
        max-width: 340px;
        margin: 0 auto;
        min-height: 140px;
    }


.right-tick-bullet {
    position: relative;
    padding-left: 35px;
    margin-bottom: 10px;
    font-family: 'lato-medium';
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    color: #4C4C4C;
}

    .right-tick-bullet:before {
        position: absolute;
        content: url(../assets_CPF/images/main-page/green-right-tick.svg);
        width: 20px;
        height: 15px;
        top: 0;
        left: 0;
    }

.plan-card .plan-btn-v1 {
    padding: 16px 98px;
    font-size: 18px;
}

.plan-card.active {
    border: 2px solid #104C88;
}

.plan-card .plan-btn-v2 {
    padding: 16px 53px;
    font-size: 18px;
    display: none;
}

.plan-floating-content {
    display: none;
}

.plan-card.active .plan-btn-v2 {
    display: inline-block;
}

.plan-card.active .plan-btn-v1 {
    display: none;
}

.plan-card.active .plan-floating-content {
    padding: 16px 32px;
    background: #104C88;
    color: #fff;
    border-radius: 8px;
    position: absolute;
    top: -35px;
    left: 50%;
    transform: translateX(-50%);
    width: 90%;
    text-align: center;
    display: block;
}

/* Datepicker */
.datepicker-parent {
    max-width: 316px;
}
/* Styling datepicker */
.ui-widget-header {
    background: #280971;
}

.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
    width: 45%;
    border: 1px solid #D8D8D8;
    border-radius: 4px;
    outline: none;
    transition: none;
    box-shadow: none;
    color: #030303;
    font-size: 16px;
    line-height: 19px;
    padding: 4px;
    height: auto;
    margin-right: 6px;
}

.ui-widget-header .ui-icon {
    background-image: none;
}

.ui-icon-circle-triangle-w {
    background-position: none;
}

.ui-widget-header .ui-datepicker-prev span {
    background: url('../assets_CPF/images/main-page/down-arrow.svg') no-repeat left top !important;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
}

.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
    cursor: pointer;
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -10px;
    top: 50%;
    margin-top: -4px;
}

.ui-datepicker .ui-datepicker-next span {
    background: url('../assets_CPF/images/main-page/down-arrow.svg') no-repeat left top !important;
    transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    margin-left: -19px;
    margin-top: 8px;
}

.ui-datepicker .ui-datepicker-next.ui-state-hover.ui-datepicker-next-hover,
.ui-datepicker .ui-datepicker-prev.ui-state-hover.ui-datepicker-prev-hover {
    padding: 0;
    border: none;
    background: none
}

.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
    height: 0;
    width: 0;
}

    .ui-datepicker .ui-datepicker-prev span {
        margin-left: 2px;
        margin-top: 9px;
    }

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button, html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
    border: none;
    background: #fbfbfb;
    font-weight: normal;
    color: #454545;
    text-align: center;
}

    .ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
        background: #D1E9F5
    }

.ui-widget.ui-widget-content {
    border: 1px solid #eaeaea;
}

.ui-datepicker th {
    font-family: 'Lato-Medium';
    font-weight: 500 !important;
}

.ui-datepicker-trigger {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    right: 10px;
    width: 20px;
    height: 20px;
    z-index: 3;
    box-shadow: none;
    outline: none;
}
/* Select option placeholder css */
.select-placeholder:required:invalid {
    color: #999999;
}

.select-placeholder option[value=""][disabled] {
    display: none;
}

.select-placeholder option {
    color: #030303;
    font-size: 16px;
    line-height: 19px;
}

.select-placeholder {
    font-size: 16px;
    line-height: 19px;
}

/* Popover filled */
.popover.filled-popover {
    max-width: 162px;
}

/* Why us */
.why-us-icons {
    padding-right: 20px;
}

    .why-us-icons .icon {
        margin: 0 12px 0 9px;
    }

    .why-us-icons .icons-block {
        border-left: 1px solid #00A1E3;
        padding: 5px 0;
        margin-bottom: 32px;
    }

.why-us-text {
    max-width: 319px;
}

    .why-us-text p {
        margin-bottom: 24px;
    }


/* Retrieve modal */
.retrieve-modal .modal-lg, .retrieve-modal .modal-xl {
    max-width: 1300px;
}

.ckyc-modal-popop.retrieve-modal .ckyc-modal-content {
    max-width: 100%;
}

.ckyc-modal-popop.retrieve-modal .ckyc-modal-content_1 {
    max-width: 50%;
}

.ckyc-modal-popop.retrieve-modal form {
    max-width: 750px;
    margin: 0 auto;
}

.ckyc-modal-popop.retrieve-modal .ckyc-fetch-btn,
.ckyc-modal-popop.retrieve-modal .btn-cancel {
    padding: 8px 20px 8px !important;
    min-width: 160px;
    text-align: center;
}

.form-section-divider {
    border-bottom: 1px solid #DCDCDC;
    padding-bottom: 32px;
    margin: 0 0 32px;
}

/* Fixed header table */
.table-responsive-grid {
    margin: 13px auto;
    border: 1px solid #DCDCDC;
    border-radius: 4px;
}

.table-responsive-grid-new {
    position: relative;
}

.table-scroll-wba {
    position: relative;
    width: 100%;
    z-index: 1;
    margin: auto;
    overflow: auto;
    height: 350px;
}

    .table-scroll-wba table {
        width: 100%;
        min-width: 100%;
        margin: auto;
        border-collapse: separate;
        border-spacing: 0;
    }

th.opco-owner-title {
    position: relative;
    background: linear-gradient(to top right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) calc(50% - 0.8px), rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 0) calc(50% + 0.8px), rgba(0, 0, 0, 0) 100%) !important;
    padding: 0 65px !important;
    background-color: #eaf4fa !important;
    line-height: normal !important;
}

.retrieve-table-block .table-scroll-wba thead th {
    text-align: center;
    vertical-align: middle;
    background: #D1E9F5;
    color: #fff;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    padding: 0;
    height: 40px;
    border-bottom: 1px solid #DCDCDC;
    color: #333333;
    font-size: 12px;
    line-height: 15px;
    z-index: 99999;
}

.retrieve-table-block .main-table-wba thead th:first-child, .main-table-wba tfoot th:first-child {
    z-index: 999999;
}

.retrieve-table-block .table-scroll-wba td,
.retrieve-table-wrapper .table-scroll-wba td,
.retrieve-table-block .retrieve-table-wrapper .table-scroll-wba .opcotitle th,
.retrieve-table-block .table-scroll-wba thead th,
.retrieve-table-wrapper .table-scroll-wba thead th,
.retrieve-table-wrapper .table-scroll-wba .opcotitle th {
    border: 1px solid #DCDCDC;
    border-top: none;
    border-right: none;
}

.table-scroll-wba th, .table-scroll-wba td {
    padding: 0 10px;
    background: #fff;
    padding: 15px 6px;
    text-align: center;
}

.retrieve-table-block .table-scroll-wba td {
    font-size: 12px;
    line-height: 15px;
    color: #333333;
    font-family: 'Lato-Regular';
    font-weight: 400;
    border-right: none;
}

    .retrieve-table-block .table-scroll-wba td a {
        text-decoration: underline;
    }

    .retrieve-table-block .table-scroll-wba td:nth-child(5) {
        text-align: right;
    }

.retrieve-table-block .table-scroll-wba th:nth-child(1) {
    width: 70px;
}

.retrieve-table-block .table-scroll-wba th:nth-child(2) {
    width: 190px;
}

.retrieve-table-block .table-scroll-wba th:nth-child(3) {
    width: 100px;
}

.retrieve-table-block .table-scroll-wba th:nth-child(4) {
    width: 110px;
}

.retrieve-table-block .table-scroll-wba th:nth-child(5) {
    width: 114px;
}

.retrieve-table-block .table-scroll-wba th:nth-child(6) {
    width: 95px;
}

.retrieve-table-block .table-scroll-wba th:nth-child(7) {
    width: 75px;
}

.retrieve-table-block .table-scroll-wba th:nth-child(8) {
    width: 124px;
}

.retrieve-table-block .table-scroll-wba th:nth-child(9) {
    width: 120px;
}

.retrieve-table-block .table-scroll-wba th:nth-child(10) {
    width: 75px;
}

.retrieve-table-block .table-scroll-wba th:nth-child(11) {
    width: 155px;
}

.retrieve-table-block .table-scroll-wba td:nth-child(5) {
    text-align: right;
}

.retrieve-table-block .table-scroll-wba td:first-child,
.retrieve-table-block .table-scroll-wba th:first-child {
    border-left: none;
}

.ckyc-modal-popop.retrieve-modal .ckyc-modal-heading {
    max-width: 100%;
}

.ckyc-modal-popop.retrieve-modal table tr:hover td {
    background: #F3F3F3;
}



/* Retrieve popup mobile version */
.upload-btn-wrapper {
    position: relative;
    overflow: hidden;
    display: inline-block;
}

    .upload-btn-wrapper .btn {
        border: 2px solid gray;
        color: gray;
        background-color: white;
        padding: 8px 20px;
        border-radius: 8px;
        font-size: 20px;
        font-weight: bold;
    }

    .upload-btn-wrapper input[type=file] {
        font-size: 100px;
        position: absolute;
        left: 0;
        top: 0;
        opacity: 0;
    }


/* upload documents on retrieve upload popup */
.file-upload-new {
    position: relative;
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
    max-width: 200px;
    cursor: pointer;
    color: #00A1E3;
    line-height: 16px;
    font-size: 12px;
    font-size: 14px;
    font-weight: 400 !important;
    font-family: 'Lato-Regular';
}

    .file-upload-new span {
        text-decoration: underline;
    }

    .file-upload-new .upload {
        position: absolute;
        top: 0;
        right: 0;
        margin: 0;
        padding: 0;
        font-size: 10px;
        cursor: pointer;
        opacity: 0;
        filter: alpha(opacity=0);
    }

    .file-upload-new .file-name {
        display: none;
        border: none;
        outline: 0;
        vertical-align: middle;
        background: none;
        box-shadow: none;
        font-size: 11px;
        padding-left: 0;
        width: auto;
        padding-right: 0;
        -webkit-appearance: none;
        -moz-appearance: none;
    }

        .file-upload-new .file-name.show {
            display: inline-block;
            width: 84px;
        }

    .file-upload-new span.hide {
        display: none;
    }

    .file-upload-new .delete {
        background: url(../assets_CPF/images/main-page/delete-btn.svg) no-repeat left top;
        width: 18px;
        height: 18px;
        background-size: 100%;
        display: inline-block;
        vertical-align: middle;
    }

        .file-upload-new .delete.hide {
            display: none;
        }

    .file-upload-new .error-file,
    .file-upload-new .error-size {
        color: #e74c3c;
        font-size: 12px;
        line-height: 15px;
        font-family: 'Lato-Regular';
        font-weight: 400;
        display: block;
        text-decoration: none;
    }

    .file-upload-new input:focus {
        outline: none;
    }

.upload.hide {
    display: none;
}


/* NRI Basic popup */
.custom-modal-popop.nri-modal .modal-content {
    max-width: 908px;
}

.nri-modal .outline-capsules .radio-toolbar {
    box-shadow: none;
    border: 1px solid #DCDCDC;
    padding: 1px;
}

.nri-modal .input-with-icon-left {
    max-width: 316px;
}

.form-select.form-select-sm {
    max-width: 150px;
    width: 100%;
}

.nri-modal .nri_bank_details .form-block .radio-label {
    font-size: 16px;
    color: #666666;
    line-height: 20px;
    display: flex;
    align-items: flex-start;
}

.nri_bank_details .form-block .radio input[type="radio"] + .nri_bank_details .radio-label:before {
    width: 18px;
    height: 18px;
}

.nri-modal .claims-list {
    max-width: 788px;
}

.nri-modal .form-section-divider {
    padding-bottom: 20px;
}

/* Product plan card - radio*/
.product-plan-card label {
    display: block;
    box-shadow: 0px 0px 12px 0px #ACACAC40;
    text-align: center;
    min-width: 206px;
    cursor: pointer;
    transition: all .3s ease;
    border-radius: 4px;
    position: relative;
}

.product-plan-card h2 {
    padding: 32px 10px 24px;
    position: relative;
    margin-bottom: 0;
    text-align: center;
}

.product-plan-card h1 {
    padding: 7px 10px;
}

.text-secondary-green {
    color: #92C947;
}

.product-plan-card input[type="radio"] {
    display: none;
}

.product-plan-card .vertical-card-radio {
    position: absolute;
    width: 32px;
    height: 32px;
    content: '';
    border-radius: 50px;
    border: 2px solid #D8D8D8;
    top: 10px;
    right: 10px;
}

.product-plan-card input[type="radio"]:checked + label h2 .vertical-card-radio {
    content: url(../assets_CPF/images/main-page/vertical-radio-input.svg);
    padding: 5px;
    background: #fff;
}

.product-plan-card input[type="radio"]:checked + label {
    background-color: #00A1E3;
    width: 100%;
    transform: scale(1.05);
}

    .product-plan-card input[type="radio"]:checked + label h2 {
        color: #fff;
    }

    .product-plan-card input[type="radio"]:checked + label h1 {
        font-size: 32px;
        line-height: 39px;
    }

    .product-plan-card input[type="radio"]:checked + label h2 {
        font-size: 24px;
        line-height: 29px;
        font-weight: bold !important;
    }

/* Product plan card - checkbox */
.product-plan-card.checkbox input[type="checkbox"] {
    display: none;
}

.product-plan-card.checkbox .vertical-card-radio {
    border-radius: 4px;
}

.product-plan-card.checkbox input[type="checkbox"]:checked + label h2 .vertical-card-radio {
    content: url(../assets_CPF/images/main-page/vertical-radio-input.svg);
    padding: 5px;
    background: #fff;
    border: 2px solid #00A1E3;
}

.plan-options .product-plan-card.checkbox label {
    padding: 0;
}

    .plan-options .product-plan-card.checkbox label h2 {
        padding: 23px 0 0 60px;
    }

.plan-options .product-plan-card.checkbox .vertical-card-radio {
    top: 23px;
    left: 23px;
}


/* Product - purna suraksha */
.purna-suraksha .content-details-sm {
    max-width: 280px !important;
}

.purna-suraksha-personal-details .radio-toolbar-lg input[type="radio"]:checked + label, .purna-suraksha-personal-details .radio-toolbar-lg input[type="radio"]:not(:checked) + label {
    padding: 10px 20px;
}

.purna-suraksha-personal-details .content-details {
    flex: 1;
}

.table-with-shadow.v2 .retrieve-table-wrapper .table-scroll-wba tr td h3 {
    margin-top: 10px;
}

.table-with-shadow.v2 .retrieve-table-wrapper .table-scroll-wba tr td.valign-center {
    vertical-align: bottom;
    padding-bottom: 31px;
}

.table-with-shadow.v2 .retrieve-table-block .table-scroll-wba th:nth-child(1) {
    width: 110px;
}

.table-with-shadow.v2 .retrieve-table-block .table-scroll-wba th:nth-child(2) {
    width: 130px;
}

.table-with-shadow.v2 .retrieve-table-wrapper .table-scroll-wba th:nth-child(3) {
    width: 235px;
}

.total-block {
    padding: 24px 34px;
    background: #00A1E3;
    border: 1px solid #00A1E3;
    box-sizing: border-box;
    box-shadow: 0px 0px 12.973px rgba(172, 172, 172, 0.25);
    border-radius: 8px;
    max-width: 933px;
    margin: 0 auto;
    width: 100%;
}

    .total-block h2 {
        font-size: 26px;
        line-height: 32px;
        color: #fff;
    }

        .total-block h2 span {
            font-size: 16px;
            color: #fff;
            padding-top: 5px;
        }

    .total-block h3 {
        font-size: 35px;
        color: #fff;
    }

.purna-suraksha .label-info-lg {
    color: #666666;
}

.purna-suraksha .vertical-radio-cards {
    max-width: 700px;
    margin: 0 auto;
}

.tag {
    padding: 5px;
    top: 14px;
    background: #F9E292;
    transform: rotate(-45deg);
    width: 100px;
    left: -24px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
}

.purna-suraksha .table-with-shadow .retrieve-table-block .table-scroll-wba thead th:last-child {
    padding-right: 32px;
}

.purna-suraksha .table-with-shadow .retrieve-table-wrapper .table-scroll-wba th:nth-child(3) {
    padding-right: 15px;
    padding-left: 15px;
}

.purna-suraksha .table-with-shadow .retrieve-table-wrapper .table-scroll-wba td:nth-child(2),
.purna-suraksha .table-with-shadow .retrieve-table-wrapper .table-scroll-wba td:nth-child(3) {
    padding: 24px 15px;
}

.purna-suraksha .retrieve-table-block .table-scroll-wba th:nth-child(3) {
    width: 165px;
}

.purna-suraksha .table-with-shadow .retrieve-table-wrapper .table-scroll-wba td:nth-child(1) {
    padding: 24px 10px 24px 32px;
    width: 170px;
}

.purna-suraksha .table-with-shadow .table-responsive-grid {
    box-shadow: none;
    border: 2px solid #dcdcdc;
}

.purna-suraksha .table-with-shadow .retrieve-table-wrapper .table-scroll-wba .total-premium td {
    border-top: 2px solid #dcdcdc;
}

    .purna-suraksha .table-with-shadow .retrieve-table-wrapper .table-scroll-wba .total-premium td:last-child {
        background: #00A1E3;
        color: #fff;
    }

        .purna-suraksha .table-with-shadow .retrieve-table-wrapper .table-scroll-wba .total-premium td:last-child h3 {
            color: #fff;
        }

.purna-suraksha .sub-title {
    margin: 32px 0 16px;
}

.terms-and-conditions ul li {
    font-family: 'Lato-Regular';
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #4c4c4c;
    list-style-type: disc;
}

.terms-and-conditions ul {
    padding-left: 20px;
}

.terms-and-conditions {
    margin: 25px 0;
}

.purna-suraksha .table-with-shadow.active {
    display: block;
}

.purna-suraksha .table-with-shadow {
    display: none;
}

.sidebar.shrink-sidebar .poorna-suraksha {
    display: none;
}

.label-info-lg.select-range-label {
    font-size: 18px;
    line-height: 22px;
}

.purna-suraksha-personal-details .spouce-or-you {
    margin-left: 43px !important;
}

.spouce-or-you .radio-capsule .radio-toolbar label, .spouce-or-you .radio-capsule .radio-toolbar input[type="radio"]:checked + label, .spouce-or-you .radio-toolbar input[type="radio"]:not(:checked) + label {
    padding: 8px 34px;
}

/* diabetes */
.form-group .dib_label {
    color: #666666;
    ;
}

.tabel_row ::placeholder {
    font-family: 'lato-medium';
    font-style: normal;
    font-weight: normal;
    font-size: 8px;
    line-height: 14px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #999999;
}

/* Product - Purna Suraksha dark table */
.dark-table {
    max-width: 933px;
    margin: 0 auto;
    background: #E8F5FC;
    width: 100%;
    border-radius: 8px;
}

    .dark-table .table-header .table {
        padding: 20px 15px 20px;
        margin-bottom: 0;
    }

        .dark-table .table-header .table tr th {
            padding: 10px 0 0;
        }

    .dark-table .table thead th {
        border: none;
        vertical-align: top;
    }

    .dark-table .table td, .table th {
        border: none;
    }

    .dark-table .table tbody tr {
        border-bottom: 1px solid #DCDCDC;
    }

        .dark-table .table tbody tr td:first-child {
            border-right: 3px solid #96D9F4;
        }

    .dark-table .table thead, .dark-table .table tbody {
        width: 100%;
        display: inline-table;
    }

    .dark-table .table-main .slimScrollBar {
        right: 10px !important;
        height: 250px !important;
    }

    .dark-table .table-main .table {
        margin-bottom: 0;
        padding: 0 15px;
    }

    .dark-table .table-main {
        height: 232px !important;
    }

    .dark-table .slimScrollBar {
        right: 10px !important;
    }

    .dark-table .table tr td:nth-child(1), .dark-table .table tr th:nth-child(1) {
        width: 100px;
    }

    .dark-table .table tr td:nth-child(2), .dark-table .table tr th:nth-child(2) {
        width: 245px;
    }

    .dark-table .table tr td:nth-child(3), .dark-table .table tr th:nth-child(3) {
        width: 308px;
    }

    .dark-table .table tr td:nth-child(4), .dark-table .table tr th:nth-child(4) {
        width: 280px;
    }


/* 21st June: smart platina */
.table-with-shadow .retrieve-table-block .table-scroll-wba thead th {
    font-size: 20px;
    line-height: 24px;
}

.table-with-shadow .table-responsive-grid {
    background: #FFFFFF;
    box-shadow: 0px 0px 12px rgba(172, 172, 172, 0.25);
    border-radius: 14px;
    overflow: hidden;
    border: none;
    max-width: 933px;
    width: 100%;
}

.table-with-shadow .retrieve-table-block .table-scroll-wba thead th {
    height: 56px;
    padding-left: 32px;
}

.table-with-shadow .retrieve-table-block .table-scroll-wba td,
.table-with-shadow .retrieve-table-wrapper .table-scroll-wba td,
.table-with-shadow .retrieve-table-block .retrieve-table-wrapper .table-scroll-wba .opcotitle th,
.table-with-shadow .retrieve-table-block .table-scroll-wba thead th,
.table-with-shadow .retrieve-table-wrapper .table-scroll-wba thead th,
.table-with-shadow .retrieve-table-wrapper .table-scroll-wba .opcotitle th {
    border: none;
}

.table-with-shadow .retrieve-table-block .table-scroll-wba th:nth-child(1) {
    width: 120px;
}

.table-with-shadow .retrieve-table-block .table-scroll-wba th:nth-child(2) {
    width: 120px;
    padding-left: 20px;
}

.table-with-shadow .retrieve-table-wrapper .table-scroll-wba td {
    padding: 24px 32px;
}

.table-with-shadow .retrieve-table-wrapper .table-scroll-wba th:nth-child(3) {
    padding-right: 32px;
}

.table-with-shadow .table-scroll-wba {
    height: auto;
}
/*scroll hide*/
.table-with-shadow .retrieve-table-wrapper .table-scroll-wba .border-bottom td {
    border-bottom: 1px solid #D8D8D8;
}

.table-with-shadow .retrieve-table-wrapper .table-scroll-wba tr td h3 {
    margin-left: 15px;
    margin-bottom: 0;
}

.smart-platina .table-with-shadow .retrieve-table-block .table-scroll-wba tr:last-child td {
    background: #D1E9F5;
}

.smart-platina .retrieve-table-block .table-scroll-wba thead th,
.purna-suraksha .retrieve-table-block .table-scroll-wba thead th {
    background: #F5F5F5;
}

.smart-platina .table-with-shadow .table-responsive-grid {
    border: 2px solid #DCDCDC;
}

.smart-platina .mw-900 {
    max-width: 90%;
    margin: 0 auto;
}

.tabs-custom-for-table {
    max-width: 90%;
    margin: 0 auto;
}

    .tabs-custom-for-table.tabs-custom .nav-link {
        padding: 7px 10px;
    }

.product-plan-card label {
    margin: 0 auto;
    padding-bottom: 16px;
    overflow: hidden;
}
/* .radio-toolbar.policy-term label.active, .policy-payment-term label.active { border-top-left-radius: 36px; border-bottom-left-radius: 36px; } 
.radio-toolbar.policy-term label.active, .policy-payment-term label.active { background: #d1e9f5; border-color: #d1e9f5; font-size: 14px; line-height: normal; font-family: "Lato-Regular"; color: #333333; padding: 10px 13px; text-align: center; } */



/* Product - Smart insure wealth plus 21st JUNE */
.smart-insure .prevent-click {
    pointer-events: none;
}

.block-container .block-item {
    cursor: pointer;
    width: 100%;
    text-align: center;
    background: #FFFFFF;
    border: 0px solid #D8D8D8;
    box-sizing: border-box;
    border-radius: 8px;
    padding: 16px 8px 12px 8px;
}

.icon-asset-allocation {
    background: url('../assets_CPF/images/componets/asset-allocation-stratergy.svg') no-repeat left top;
    background-size: 100%;
    width: 23px;
    height: 23px;
}

.icon-trigger-stratergy {
    background: url('../assets_CPF/images/componets/trigger-stratergy.svg') no-repeat left top;
    background-size: 100%;
    width: 33px;
    height: 33px;
}

.icon-smart-choice {
    background: url('../assets_CPF/images/componets/smart-choice.svg') no-repeat left top;
    background-size: 100%;
    height: 23px;
    width: 20px;
}

.block-container .block-item h3 {
    margin-top: 16px;
}

.block-container .block-item p {
    margin-top: 12px;
    display: none;
}

.form-block.block-container .radio input[type="radio"] + .radio-label:before {
    opacity: 0;
}

.block-container .radbox .rad-text {
    padding: 0;
}
/* .block-container .radbox.active { z-index: 9; transform: scale(1.05); transition: all 0.5s ease; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -ms-transition: all 0.5s ease; -o-transition: all 0.5s ease; margin-top: -18px; -webkit-transform:scale(1.05); -moz-transform:scale(1.05); -ms-transform:scale(1.05); -o-transform:scale(1.05); } */
.block-container .active .block-item h3 {
    margin-top: 6px;
}

.block-container .radbox.active .block-item p {
    display: block;
}

.block-container .radbox.active .block-item h3 {
    font-size: 18px;
    line-height: 22px;
    font-weight: 700;
    font-family: 'Lato-Bold';
    ;
}

.block-container .radbox.active input[type="radio"]:checked + .rad-text, .block-container .radbox.active .rad-text {
    width: 149px;
    height: auto;
}

.block-container .radbox input[type="radio"]:checked + .rad-text,
.block-container .radbox .rad-text {
    width: 140px;
    margin-left: -3px;
    height: 105px;
}

.smart-insure.recommendation .radbox input[type="radio"]:checked + .rad-text, .smart-insure.recommendation .radbox .rad-text {
    padding: 5px;
}

.percent-amount-sm {
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    position: absolute;
}

.smart-insure .input-group-mn-height {
    min-height: 200px;
}

.block-container .radbox.order-2 {
    z-index: 9;
    transform: scale(1.05);
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    margin-top: -18px;
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
}

.block-container .radbox.active .block-item {
    padding: 8px 0;
}

.smart-insure .mt-55 {
    margin-top: 0px;
}

input[disabled].form-control.has-content {
    color: #beb7b7;
    border: 1px solid #D8D8D8 !important
}

.form-select option[disabled] {
    color: #beb7b7;
}


/* bk Revamp Smart Champ - Quote Page */
.right-arrow-top-champ .right-arrow-res {
    width: 32px;
}

.recommendation .right-arrow-top-champ {
    top: 53%;
    left: -7px;
}

.smart-champ-logo-sizess .smart-champ-logo {
    width: 54px;
}

.smart-champ-amount-size {
    /* width: 100%;
    margin: 0 auto; */
}
/* end bk Revamp Smart Champ - Quote Page */

/* bk Revamp Smart Champ - Quote Page */
.right-arrow-top-champ .right-arrow-res {
    width: 32px;
}

.right-arrow-top .right-arrow-res {
    width: 32px !important;
}

.smart-champ-logo-sizess .smart-champ-logo {
    width: 90px;
}

.champ_total_amount .vertical-radio-card-detail-icon-champ {
    align-self: flex-end;
    margin-bottom: 20px;
}

.sm-card-sec .sm-card-size {
    padding: 15px 44px;
}

.smart-champ-amount-size {
    max-width: 888px;
    margin: 0 auto;
}

    .smart-champ-amount-size .smar-champ-card-border {
        border: 1px solid #00A1E3;
        box-sizing: border-box;
        box-shadow: 0px 0px 12px rgba(172, 172, 172, 0.2);
        border-radius: 8px;
    }

.b-r8 {
    border-radius: 8px;
}

.vh {
    visibility: hidden;
}

.scrollbar {
    overflow-y: scroll;
}

#smart_bulider_policy_terms::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}

#smart_bulider_policy_terms::-webkit-scrollbar {
    width: 10px;
    background-color: #F5F5F5;
}

#smart_bulider_policy_terms::-webkit-scrollbar-thumb {
    background-color: #00A1E3;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, color-stop(.5, rgba(255, 255, 255, .2)), color-stop(.5, transparent), to(transparent));
}

.left_card-hor .card-body-size {
    width: 261px;
}

.recommendation-result-card .card-res {
    max-width: 463px;
}

.bbr .bbr-8 {
    border-radius: 0px 0px 8px 0px;
}
/* end bk Revamp Smart Champ - Quote Page */


/* Product - Retire smart web */
.retire-smart-web .radio-button-block [type="radio"]:checked + label, .retire-smart-web .radio-button-block [type="radio"]:not(:checked) + label {
    padding: 10px 9px;
}

.retire-smart-web input[type="radio"][disabled] + label, .retire-smart-web select[disabled] {
    color: #beb7b7;
}

.retire-smart-web select[disabled] {
    border: 1px solid #D8D8D8 !important;
}

.retire-smart-web .recommendation-right-arrow {
    top: 25px;
    left: 50%;
    transform: translate(-50%,-50%) rotate(90deg);
}

.retire-smart-web .card-horizontal {
    max-width: 735px;
    margin: 0 auto;
}

    .retire-smart-web .card-horizontal .card-nesting {
        padding: 15px 16px;
    }

/* Product - Saral Jeevan Beema */
.saral-jeevan-beema .product-plan-card {
    position: relative;
}

    .saral-jeevan-beema .product-plan-card .recommendation-right-arrow {
        top: calc(100% + 13px);
        left: 50%;
        transform: translateX(-50%) rotate(90deg);
    }

.saral-jeevan-beema .vertical-radio-cards {
    padding-bottom: 45px;
}

.saral-jeevan-beema .sjb-table .card.vertical-radio-cards-details {
    max-width: 800px;
    margin: 0 auto;
    overflow: hidden;
    border-radius: 14px;
    border: 1px solid #00A1E3;
    width: 100%;
}

.saral-jeevan-beema .sjb-table .vertical-radio-cards-details .vertical-radio-card-detail:last-child {
    max-width: 250px;
    width: 100%;
}
/* .saral-jeevan-beema .sjb-table .vertical-radio-cards-details .vertical-radio-card-detail { width: 20%; } */
.saral-jeevan-beema .sjb-table .vertical-radio-cards-details .vertical-radio-card-detail:nth-child(1) {
    max-width: 175px;
    width: 100%;
}

.saral-jeevan-beema .sjb-table .vertical-radio-cards-details .vertical-radio-card-detail:nth-child(3) {
    max-width: 155px;
    width: 100%;
}

.saral-jeevan-beema input[type="radio"][disabled] + label {
    opacity: 0.4;
}

.saral-jeevan-beema .vertical-radio-card-detail-icon {
    align-self: flex-end;
    margin-bottom: 15px;
}

.saral-jeevan-beema .product-plan-card label {
    max-width: 206px;
}

/* Alcohol Questionnaire */
.radio-capsule-change .radio-capsule .radio-toolbar label,
.radio-capsule-change .radio-capsule .radio-toolbar input[type="radio"]:checked + label {
    padding: 8px 15px;
    text-align: center;
    width: 100%;
}

.radio-capsule-change .radio-capsule .radio-toolbar {
    min-width: 110px;
}
/* .ui-datepicker.adjust-top-position { position: absolute !important; } */
.armed-service-question .radio-capsule-change .radio-capsule .radio-toolbar {
    min-width: 100px;
    margin-bottom: 10px;
}


/* Sampoorna Cancer suraksha */
.plan-options {
    max-width: 760px;
    margin: 0 auto;
}

    .plan-options .product-plan-card input[type="radio"]:checked + label {
        transform: none;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
    }

    .plan-options .product-plan-card .vertical-card-radio {
        width: 28px;
        height: 28px;
        left: 0;
        top: 0;
        margin-top: 2px;
    }

    .plan-options .product-plan-card label {
        padding: 10px;
    }

        .plan-options .product-plan-card label h2 {
            padding: 0;
            text-align: left;
            padding: 2px 0 10px 38px
        }

    .plan-options .product-card-contents {
        background: #D1E9F5;
        border-radius: 8px;
        padding: 10px 32px;
    }

    .plan-options .badge {
        background: #F9E292;
        border-radius: 8px;
        font-size: 12px;
        line-height: 15px;
        color: #4C4C4C;
        padding: 5px 10px;
        height: max-content;
    }

/* E-shield Qoute page */
.e-shield-quote .radio-button-block.radio-label-with-content [type="radio"]:checked + label, .e-shield-quote .radio-button-block.radio-label-with-content [type="radio"]:not(:checked) + label {
    padding: 10px 20px;
}

    .e-shield-quote .radio-button-block.radio-label-with-content [type="radio"]:checked + label:last-child, .e-shield-quote .radio-button-block.radio-label-with-content [type="radio"]:not(:checked) + label:last-child, .e-shield-quote .radio-button-block.radio-label-with-content label:last-child {
        padding: 20px 20px 10px 20px;
    }

.plan-options.plan-cover .product-plan-card label {
    max-width: 455px;
}

.plan-options.plan-cover .product-plan-card input[type="radio"]:checked + label h2 {
    font-size: 18px;
    line-height: 29px;
}

.custom-checkbox-card {
    border: 1px solid #DCDCDC;
    border-radius: 8px;
    overflow: hidden;
}

    .custom-checkbox-card .custom-checkbox-card-header {
        padding: 24px 20px 5px 24px;
        cursor: pointer;
    }

.vartical-card-checkbox {
    position: absolute;
    width: 28px;
    height: 28px;
    content: '';
    border-radius: 4px;
    border: 2px solid #D8D8D8;
    top: 0;
    left: 0;
    background: #fff;
}

.custom-checkbox-card input[type="checkbox"]:checked + label .vartical-card-checkbox {
    content: url(../assets_CPF/images/main-page/vertical-radio-input.svg);
    padding: 5px;
    background: #fff;
    border: 2px solid #00A1E3;
}

.custom-checkbox-card .label-content {
    padding-left: 35px;
}

.custom-checkbox-card .premium-amount {
    padding: 16px 20px 24px 60px;
    height: 100%;
}

.custom-checkbox-card .premium-detail {
    padding: 10px;
    height: 100%;
}

.custom-checkbox-card .ind-premium {
    padding: 8px 10px;
}

/* E-shield Qoute page - Summary */
.e-shield-quote .addons-summary {
    border: 2px solid #00A1E3;
}

    .e-shield-quote .addons-summary .addons-summary-table {
        padding: 15px 0 0 24px;
    }

    .e-shield-quote .addons-summary .sub-heading-v2 {
        padding: 15px 15px 10px;
        border-bottom: 1px dotted rgba(0, 0, 0, 0.575);
    }

    .e-shield-quote .addons-summary .summary-data {
        max-width: 120px;
    }

    .e-shield-quote .addons-summary .summary-total-premium {
        max-width: 205px;
        width: 100%;
    }

    .e-shield-quote .addons-summary .summary-data .h5,
    .e-shield-quote .addons-summary .summary-data .summary-data-total {
        min-height: 80px;
    }

    .e-shield-quote .addons-summary .summary-data .summary-data-total {
        padding-right: 17px;
    }

        .e-shield-quote .addons-summary .summary-data .summary-data-total + h3 {
            padding: 12px 17px 12px 0;
        }

    .e-shield-quote .addons-summary .summary-data .h3 {
        padding-top: 15px;
    }

.icon-lumsum-amount {
    background: url('../assets_CPF/images/main-page/icon-lumsum-amount.svg') no-repeat center;
    background-size: contain;
}

.icon-regular-installment {
    background: url('../assets_CPF/images/main-page/icon-regular-installment.svg') no-repeat center;
    background-size: contain;
}

.icon-lumsum-regular {
    background: url('../assets_CPF/images/main-page/icon-lumsum-regular.svg') no-repeat center;
    background-size: contain;
}

.e-shield-quote p.e_shield_selection {
    max-width: 200px;
}

.e-shield-quote .main-qoute-block {
    position: sticky;
    top: 75px;
}

/* E-shield Qoute page - recieve benefits */
.e-shield-quote .plan-options-xl {
    max-width: 100%;
}

.e-shield-quote .plan-options.plan-cover .product-plan-card .product-card-contents {
    padding: 10px 15px;
}

.e-shield-quote .plan-options-xl .product-plan-card {
    flex: auto;
}

    .e-shield-quote .plan-options-xl .product-plan-card:not(:last-child) label {
        margin-right: 24px;
        padding: 32px 15px;
    }

    .e-shield-quote .plan-options-xl .product-plan-card:last-child label {
        padding: 32px 15px 0;
    }

    .e-shield-quote .plan-options-xl .product-plan-card label {
        border-radius: 8px;
        min-height: 175px;
        border: 1px solid #DCDCDC;
    }

    .e-shield-quote .plan-options-xl .product-plan-card .vertical-card-radio {
        right: 0;
        left: 10px;
        width: 28px;
        height: 28px;
    }

    .e-shield-quote .plan-options-xl .product-plan-card input[type="radio"]:checked + label .vertical-card-radio {
        content: url(../assets_CPF/images/main-page/vertical-radio-input.svg);
        padding: 5px;
        background: #fff;
    }

    .e-shield-quote .plan-options-xl .product-plan-card input[type="radio"]:checked + label {
        background-color: #00A1E3;
        width: auto;
        transform: scale(1.05);
        background: #D1E9F5;
        box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.1);
    }

        .e-shield-quote .plan-options-xl .product-plan-card input[type="radio"]:checked + label p {
            color: #666666;
        }

        .e-shield-quote .plan-options-xl .product-plan-card input[type="radio"]:checked + label h5.h4 {
            font-weight: bold !important;
        }

    .e-shield-quote .plan-options-xl .product-plan-card:first-child label p {
        max-width: 110px;
    }

    .e-shield-quote .plan-options-xl .product-plan-card:nth-child(2) label p {
        max-width: 160px;
    }

    .e-shield-quote .plan-options-xl .product-plan-card:nth-child(3) label p {
        max-width: 340px;
    }

.e-shield-quote input[type="radio"][disabled] + label {
    opacity: 0.4;
}

.e-shield-quote .form-select.has-content[disabled] {
    border: 1px solid #D8D8D8 !important;
}
/* Media Query */
@media screen and (max-width: 1390px) {
    .card {
        max-width: 96%;
    }

    .main-page {
        padding: 100px 0 20px 37px;
    }
}

@media only screen and (max-width: 1300px) {
    .summary-wrap {
        right: 10px;
    }

    /* Fund performance */
    .break-word-td {
        width: 200px;
        word-break: break-word;
    }

    .sidebar-tab-content.fund-performance table tr th:first-child,
    .sidebar-tab-content.fund-performance .tbl-content tr td:first-child {
        width: 235px;
    }

    .sidebar-tab-content.fund-performance table tr th:nth-child(3),
    .sidebar-tab-content.fund-performance table tr th:nth-child(4),
    .sidebar-tab-content.fund-performance table tr th:nth-child(5),
    .sidebar-tab-content.fund-performance table tr th:nth-child(6) {
        width: 120px;
    }

    .sidebar-tab-content.fund-performance .tbl-content tr td:nth-child(3),
    .sidebar-tab-content.fund-performance .tbl-content tr td:nth-child(4),
    .sidebar-tab-content.fund-performance .tbl-content tr td:nth-child(5),
    .sidebar-tab-content.fund-performance .tbl-content tr td:nth-child(6) {
        width: 120px;
    }


    .sidebar-tab-content.fund-performance table tr th:first-child,
    .sidebar-tab-content.fund-performance .tbl-content tr td:first-child {
        width: 30%;
    }

    .sidebar-tab-content.fund-performance .tbl-content tr td:nth-child(2),
    .sidebar-tab-content.fund-performance table tr th:nth-child(2) {
        width: 20%;
    }

    .sidebar-tab-content.fund-performance table tr th:nth-child(3),
    .sidebar-tab-content.fund-performance table tr th:nth-child(4),
    .sidebar-tab-content.fund-performance table tr th:nth-child(5),
    .sidebar-tab-content.fund-performance table tr th:nth-child(6) {
        width: 12%;
    }

    .sidebar-tab-content.fund-performance .tbl-content tr td:nth-child(3),
    .sidebar-tab-content.fund-performance .tbl-content tr td:nth-child(4),
    .sidebar-tab-content.fund-performance .tbl-content tr td:nth-child(5),
    .sidebar-tab-content.fund-performance .tbl-content tr td:nth-child(6) {
        width: 12%;
    }

    .sidebar-tab-content.fund-performance table tr th:last-child,
    .sidebar-tab-content.fund-performance .tbl-content tr td:last-child {
        width: 15%;
    }

    .sidebar-tab-content.fund-performance table tr th:last-child {
        text-align: center;
        width: 13%;
    }

    .sidebar-tab-content.fund-performance .tbl-content tr td:last-child {
        width: 13%;
    }
}

@media only screen and (max-width: 1200px) {
    .recommendation .recommendation-right-arrow {
        top: -10%;
        left: 50%;
        transform: translateX(-50%) rotate(90deg);
        z-index: 3;
    }

    .recommendation.e-shield-quote .recommendation-right-arrow {
        top: -4%;
    }

    .e-shield-quote .main-qoute-block {
        position: static;
    }
}

@media only screen and (max-width: 992px) {
    header .header-container {
        padding: 15px 15px;
    }

    .input-group-addon {
        right: 0%;
    }

    .card {
        max-width: 100%;
    }

    .investment-detail .radio-capsule .radio-toolbar label {
        border: 1px solid #fff;
    }

    .investment-detail .fradulent-offers-wrap {
        width: 100%;
    }

    .investment-detail .radio-button-block [type="radio"]:checked + label,
    .investment-detail .radio-button-block [type="radio"]:not(:checked) + label,
    .investment-detail .radio-toolbar input[type="radio"]:checked + label {
        padding: 10px 8px;
    }

    .investment-detail .disclaimer span.h3 {
        font-size: 12px;
    }

    .investment-detail .disclaimer h3.h3 {
        font-weight: 600 !important;
        line-height: 17px;
    }

    .investment-detail .disclaimer p {
        line-height: 17px;
    }

    .investment-detail .ml-55 > a {
        padding-left: 35px;
    }

    /* main-content */
    .main-page {
        margin-left: 0;
        padding: 85px 0 150px;
    }

    /* backarrow (back-button) */
    .back-arrow {
        margin-right: 10px;
        position: absolute;
        top: 0;
        left: 10px;
    }

        .back-arrow::after {
            content: '';
            border-bottom: none;
        }

        .back-arrow:hover .icon-back-arrow {
            transform: translateX(0px)
        }

    .card .ml-55 {
        margin-left: 0;
    }

    /* checkbox */
    .form-group .checkbox-label:before {
        padding: 6px;
    }

    .form-group .custom-checkbox:checked + .checkbox-label:after {
        top: 4px;
        left: 5px;
        width: 5px;
        height: 10px;
    }

    .label {
        max-width: 100%;
    }

    /* header */
    header .wealth-logo {
        margin-left: 10px;
        width: 55px;
    }

    header .sbi-logo {
        padding-right: 15px;
        width: 70px;
        height: 20px;
    }

    /*Btn */
    .btn {
        font-size: 14px;
    }

    .primary-btn {
        padding: 9px 20px;
    }

    .primary-btn-right-icon {
        padding: 9px 50px 9px 18px;
    }

    .secondary-btn {
        min-width: 84px !important;
        font-size: 12px;
        line-height: 14px;
        padding: 9px 10px;
    }

    .btn-arrow {
        width: 40px;
        height: 40px;
    }

    .footer-mobile {
        display: block;
    }

    .form-select, .form-select-lg, .form-control {
        max-width: 100%;
    }

    .content-icon {
        width: 28px;
        height: 28px;
    }

    .icon-md {
        width: 16px;
        height: 16px;
        background-size: cover;
    }

    .investment-details .radio-toolbar [type="radio"]:checked + label, .investment-details .radio-toolbar [type="radio"]:not(:checked) + label, .investment-details .radio-toolbar input[type="radio"]:checked + label {
        padding: 10px 8px;
    }

    .investment-detail .radio-capsule .radio-toolbar label, .investment-detail .radio-capsule .radio-toolbar input[type="radio"]:checked + label {
        min-width: auto;
    }

    .investment-details .form-select-mobile-sm {
        max-width: 180px;
    }

    .container-sm {
        padding: 0;
        max-width: 100% !important;
    }

    .main-container {
        padding-top: 42px;
    }

    .main-title {
        margin-bottom: 15px;
        position: relative;
    }
    /* .common-heading { padding-left: 35px; } */
    .icon-lg {
        width: 32px;
        height: 32px;
    }

    .content-icons {
        width: 28px;
        height: 28px;
        padding: 7px;
    }

    .icon-sm-main {
        width: 11px;
        height: 14px;
    }

    .icon-md-main {
        width: 16px;
        height: 16px;
    }

    .icon-xs-main {
        width: 16px;
        height: 16px;
    }

    .icon-md-email {
        width: 16px;
        height: 14px;
    }


    /* Declaration */
    .card-details {
        padding-top: 16px;
        padding: 16px;
    }

    .card-content-sm .h3, .card-content-sm .h6 {
        font-size: 12px;
    }

    .card-content-sm .lh-29, .card-content-sm .h-20 {
        line-height: 17px;
    }

    .declaration h2 {
        font-size: 16px;
    }

    .btn-secondary {
        font-size: 12px;
        line-height: 14px;
        padding: 8px 23px;
    }

    .btn-otp-submit {
        padding: 8px 20px !important;
    }

    .otp-generation .input-box input[type="text"] {
        width: 232px;
    }

    .declaration h2 {
        font-size: 16px;
    }

    .h1 {
        font-size: 16px;
        line-height: 22px;
    }

    .h3 {
        font-size: 14px;
    }

    .h4 {
        font-size: 14px;
    }

    .h5 {
        font-size: 12px !important;
    }

    .h6 {
        font-size: 12px;
    }

    .lh-16 {
        line-height: 15px;
    }

    .lh-20 {
        line-height: 15px;
    }

    .lh-35 {
        line-height: 20px;
    }

    /* Thank-you */
    .header-card .font-32 {
        font-size: 18px;
    }

    .header-card .lh-55 {
        line-height: 24px;
    }

    .header-card .font-22 {
        font-size: 15px;
    }

    .header-card .lh-37 {
        line-height: 18px;
    }

    .thank-you-page .full-screen .main-page {
        margin-left: 0;
        padding: 90px 0px 20px 0px;
    }

    .full-screen .back-arrow {
        left: 0;
    }

    .card-main-sm .h2 {
        font-size: 16px;
    }

    .card-main-sm .lh-29 {
        line-height: 19px;
    }

    .card-main-sm .h4 {
        font-size: 12px;
    }

    .card-main-sm .lh-22 {
        line-height: 14px;
    }

    .card-filled .h2, .card-filled .h3 {
        font-size: 18px !important;
    }

    .card-filled .lh-28, .card-filled .lh-24 {
        line-height: 21px;
    }

    .card-filled .font-12 {
        font-size: 10px;
    }

    .card-filled .lh-14 {
        line-height: 12px;
    }

    .card-filled .card-body span {
        vertical-align: middle;
    }

    .card-filled .pt-22 {
        padding-top: 14px;
    }

    .card-filled .pt-24 {
        padding-top: 16px;
    }

    .card-filled .premiun-data {
        padding-right: 8px;
    }

    .link-without-underline {
        max-width: 280px;
    }

        .link-without-underline .h5 {
            font-size: 14px !important;
        }

        .link-without-underline .lh-19 {
            line-height: 20px;
        }

    /* Accordion */

    .filled-accordion .acc-content-lg-header.acc-content-header:before {
        top: Calc(100% - -14%);
    }

    .filled-accordion .card-header {
        border-radius: 8px 8px 0 0;
    }

    .summary .common-heading {
        max-width: 170px;
    }

    .btn-secondary-icon {
        padding: 6px 10px;
    }

    .filled-accordion .secondary-btn-otp {
        max-width: 124px;
        font-size: 10px;
    }

    .filled-accordion .hide-otp-content .mt-40 {
        margin-top: 24px;
    }

    .filled-accordion .hide-otp-content .mb-32 {
        margin-bottom: 24px;
    }

    .filled-accordion .hide-otp-content .form-box {
        width: auto;
    }



    /* Submit Proofs (Doc Upload) */
    .vertical-card-sm .doc-upload-btn {
        padding: 7px 20px;
    }

    .vertical-card-sm .card {
        max-width: 328px;
    }

    .vertical-card-sm .upload-card {
        max-width: 100%;
    }

    .blue-card .card {
        max-width: 328px;
        margin: 0 auto;
        padding: 10px 15px;
        background: #D1E9F5;
        border: 1px solid #00A1E3;
        box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.15);
    }

    .blue-card .investment-details .span:not(:last-child) {
        display: inline-block;
        padding-right: 5px;
        border-right: 2px solid #848484;
    }

    .blue-card .investment-details .span:not(:first-child) {
        margin-left: 5px;
    }



    /* modal popop */
    .custom-modal-popop .modal-content {
        max-width: 100% !important;
        margin: 0 auto !important;
    }

    .custom-modal-popop .modal-content {
        padding: 24px 16px !important;
    }

    .custom-modal-popop .browse-btn {
        display: block;
    }

    .custom-modal-popop .modal-body {
        padding: 0px;
    }

    .custom-modal-popop .modal-header {
        right: 15px;
        top: 10px;
        width: 20px;
        height: 20px;
    }

        .custom-modal-popop .modal-header .close {
            padding: 0;
            float: none;
            margin: 0;
        }

            .custom-modal-popop .modal-header .close img {
                width: 25px;
                height: 25px;
            }

    .custom-modal-popop .btn-block {
        margin-top: 24px !important;
    }

    .custom-modal-popop .popup-subheading-md {
        max-width: 250px;
        margin: 0 auto;
    }

    .ckyc-modal-popop .ckyc-fetch-btn {
        padding: 5px 20px !important;
    }

    .modal-main-sm .h4 {
        font-size: 12px;
    }

    .modal-main-sm .lh-22 {
        line-height: 14px;
    }

    .modal-main-sm .font-22 {
        font-size: 14px;
    }

    .modal-main-sm .lh-26 {
        line-height: 16px;
    }

    .btn-browse {
        font-size: 12px;
        line-height: 14px;
        min-width: 136px !important;
        border: 1px solid #104C88;
        border-radius: 20px;
    }

    .ckyc-modal-popop .h1 {
        font-size: 16px;
    }

    .ckyc-modal-popop .lh-34 {
        line-height: 19px;
    }

    .ckyc-modal-popop .btn-cancel {
        font-size: 14px;
        padding: 9px 20px;
    }

    /* Modal popup (banking details pennydrops) */
    .bank-pennydrop-popup .modal-body > h3 {
        font-size: 14px;
    }

    .bank-pennydrop-popup .popup-btn-lg {
        font-size: 12px;
        padding: 3px 30px;
    }

    /* IFSC popup */
    .ifsc-modal-popop .h1 {
        font-size: 18px;
    }

    .ifsc-modal-popop .label {
        margin-bottom: 0;
    }


    /*covid report */
    .btn-medical {
        min-width: 212px !important;
        font-size: 12px;
        line-height: 14px;
        padding-top: 6px;
        padding-bottom: 6px;
    }

    .mb-16 {
        margin-bottom: 16px;
    }

    .medical-sm-report .h3 {
        font-size: 14px;
    }

    .medical-sm-report .lh-24 {
        line-height: 24px;
    }

    .medical-sm-report .h2 {
        font-size: 16px;
    }

    .medical-sm-report .lh-28 {
        line-height: 19px;
    }

    .medical-sm-report .h6 {
        font-size: 12px;
    }

    .medical-sm-report .lh-16 {
        line-height: 14px;
    }

    .uploaded-doc {
        width: 100%;
    }

    /* Personal-details minor */
    .input-box input[type="text"], .form-control {
        padding: 10px;
        font-size: 14px;
    }

    .form-select, .form-select-lg {
        padding: 10px;
    }

    .form-control.input-with-icon-left-p-lg {
        padding: 10px 10px 10px 50px;
    }

    .form-group {
        margin-bottom: 0px;
    }

    .input-box input[type="text"]
    .content-details {
        width: 100%;
    }

    .common-personal-heading .h1, .common-personal-heading .h3 {
        font-size: 16px;
    }

    .common-personal-heading .lh-40, .common-personal-heading .lh-34 {
        line-height: 22px;
    }

    .policy-details {
        min-width: 120px;
    }

        .policy-details label {
            min-width: 58px;
        }

    .personal-details .radio-button-block [type="radio"]:checked + label,
    .personal-details .radio-button-block [type="radio"]:not(:checked) + label,
    .personal-details .radio-toolbar input[type="radio"]:checked + label {
        padding: 8px 14px;
    }

    .mb-24 {
        margin-bottom: 24px;
    }

    .custom-investment-card .h6 {
        font-size: 14px !important;
    }

    .custom-investment-card .h3 {
        font-size: 18px !important;
    }

    .custom-investment-card span {
        vertical-align: baseline;
    }

    /* Personal-details-minor responsive */
    .common-heading-sm {
        padding-left: 30px;
    }

    /* Post quote -01 */
    .mt-24 {
        margin-top: 12px;
    }

    .pan-details {
        width: 100%;
    }

    .card-post-quote {
        padding: 16px;
    }

    .button[type="submit"] {
        outline: none;
    }

    .form-block .radio-label {
        font-size: 14px;
    }

    .form-block .radio input[type="radio"] + .radio-label:before {
        margin-top: -5px;
    }

    .post-qoute .card {
        padding: 15px;
    }
    /* .qoute-page-stripe { display: none; } */
    .qoute-page-stripe .icon-md {
        width: 25px;
        height: 30px;
        background-size: contain;
    }

    .qoute-page-stripe-first {
        top: 19%
    }

    .qoute-page-stripe-second {
        top: 13%
    }

    .post-qoute .card-post-quote p {
        font-size: 14px;
    }

    .post-qoute .accordion-outline .card {
        margin-bottom: 5px !important;
    }

    .doc-card .doc-upload-btn-v2 {
        min-width: 130px;
    }

    .post-qoute .icon.icon-md.icon-next-arrow {
        width: 25px;
        height: 25px;
    }
    /* otline accordian */
    .accordion.accordion-outline > .card:not(:last-of-type), .accordion.accordion-outline > .card:not(:first-of-type) {
        border: none;
        border-radius: 8px;
        background: #FFFFFF;
        box-shadow: 0px 0px 12px rgb(172 172 172 / 25%);
    }

    .accordion-outline .card-header h3 {
        font-size: 14px;
        line-height: 17px;
        font-weight: 600;
        font-family: 'Lato-Semibold';
        padding-right: 25px;
    }

    .accordion-outline .card {
        padding: 16px;
        margin-bottom: 16px !important;
    }

    .accordion-outline .card-header h3::before {
        right: 0;
        top: 7px;
    }

    .accordion-outline .card-header h6, .accordion-outline .card-body h6 {
        font-size: 12px;
        line-height: 15px;
    }

    .accordion-outline .card-header .collapsed h3::before {
        top: 0;
    }

    .accordion-outline .desktop-hide {
        display: block;
    }

    /*Responsive Sidebar + Bottom navigation */
    .sidebar {
        background: #D1E9F5;
        position: fixed;
        left: 0;
        bottom: 0;
        top: unset;
        max-width: 100%;
        width: 100%;
        padding: 0;
        height: auto;
        z-index: 9999;
    }

    .sidebar-details {
        width: 100%;
        left: 0;
    }

    .sidebar li {
        width: 25%;
    }

    .sidebar-tab-link-container {
        flex-direction: column;
    }

    .sidebar .sidebar-tab-link,
    .sidebar.shrink-sidebar .sidebar-tab-link {
        padding: 8px;
    }

    .sidebar li:not(:last-child) {
        border-bottom: none;
    }

    .sidebar .sidebar-list {
        align-items: flex-end;
    }

    .icon-benifits-plan-mobile {
        background: url('../assests_New/images/icons/header-icon-1.svg') no-repeat center;
    }

    .icon-why-us-mobile {
        background: url('../assests_New/images/icons/header-icon-2.svg') no-repeat center;
    }

    .icon-fund-performance-mobile {
        background: url('../assets_CPF/images/sidebar/fund-performance-mobile.svg') no-repeat center;
    }

    .icon-chat-with-us-mobile {
        background: url('../assets_CPF/images/sidebar/chat-with-us-mobile.svg') no-repeat center;
    }

    .icon-contact-us-mobile {
        background: url('../assests_New/images/icons/header-icon-3.svg') no-repeat center;
    }

    .sidebar-details .sidebar-detail {
        max-width: 100%;
        width: 100%;
    }

    .sidebar.shrink-sidebar {
        max-width: 100%;
    }

    .sidebar-details .sidebar-tab-content {
        padding-top: 0px;
    }

    .sidebar-details .sidebar-close-btn .icon-md {
        width: 32px;
        height: 32px;
    }

    .sidebar .sidebar-tab-link.active h2 {
        color: #104C88;
    }

    .sidebar .sidebar-tab-link.active .icon-benifits-plan-mobile {
        background: url('../assets_CPF/images/sidebar/benefits-of-plan.svg');
    }

    .sidebar .sidebar-tab-link.active .icon-why-us-mobile {
        background: url('../assests_New/images/icons/header-icon-2.svg') no-repeat center;
    }

    .sidebar .sidebar-tab-link.active .icon-fund-performance-mobile {
        background: url('../assets_CPF/images/sidebar/fund-performance.svg') no-repeat center;
    }

    .sidebar .sidebar-tab-link.active .icon-chat-with-us-mobile {
        background: url('../assets_CPF/images/sidebar/chat-with-us.svg') no-repeat center;
    }

    .sidebar .sidebar-tab-link.active .icon-contact-us-mobile {
        background: url('../assests_New/images/icons/header-icon-3.svg') no-repeat center;
    }

    .sidebar-details {
        background: none;
        left: 0 !important
    }

        .sidebar-details .sidebar-detail {
            transform: translateY(100%);
            opacity: 0;
        }

            .sidebar-details .sidebar-detail.open-sidebar-details {
                transform: translateY(0);
                opacity: 1;
            }

        .sidebar-details .sidebar-close-btn {
            top: -7px
        }


    /* Tabs capsule*/
    .tabs-capsule .nav-pills .nav-link {
        padding: 7px 11px !important;
        font-size: 13px;
    }

    .tabs-capsule .nav-pills {
        margin-bottom: 12px !important;
    }


    /* Filled popover */
    .filled-popover ul li {
        font-size: 12px;
        line-height: 15px;
    }

    /* Communication detail case 1 */
    .form-select-lg {
        max-width: 100% !important;
    }

    .tooltip-heading h2 {
        font-size: 16px;
    }

    .tooltip-heading .lh-28 {
        line-height: 21px;
    }

    .main-title .h1, .main-title .h3 {
        font-size: 16px;
    }

    .main-title .lh-40, .main-title .lh-34 {
        line-height: 19px;
    }

    .communication-details-sm .mobile-sm-main .h3 {
        font-size: 14px;
    }

    .communication-details-sm .mobile-sm-main .lh-24 {
        line-height: 16px;
    }

    .communication-details-sm .form-select-lg {
        padding: 8px 11px;
    }

    .tabs-border-bottom {
        border-bottom: 1px solid #DCDCDC;
        padding-bottom: 24px;
    }


    /* Proposal form */
    .proposal-form h1 {
        text-align: center !important;
        margin-bottom: 0 !important;
    }

    .proposal-form label {
        font-size: 14px !important;
        line-height: 17px !important;
    }

    .proposal-form .form-control-mobile-sm {
        max-width: 100% !important;
    }

    .question-list h3 {
        line-height: 17px;
    }

    .proposal-form .radio-toolbar input[type="radio"]:checked + label,
    .proposal-form .radio-button-block [type="radio"]:checked + label,
    .proposal-form .radio-button-block [type="radio"]:not(:checked) + label {
        padding: 8px 18px;
    }

    .question-list .input-field-lg, .question-list .form-select-lg {
        background-position: 94% 50%;
    }

    .form-content.is-active {
        overflow-x: hidden;
    }


    /* Tabs custom */
    .tabs-custom .nav-link {
        padding: 7px 20px;
    }

    .tabs-custom .tab-content {
        padding: 6px 8px;
    }




    /* Add nominee filled */

    /* Tabs interactive */
    .tabs-interactive .nav-pills .nav-link {
        padding: 4px 35px 4px 15px;
        ;
        font-size: 14px;
        line-height: 17px;
    }

    .radbox .rad-text {
        padding: 7px;
        max-width: 100px;
    }

    .custom-radion-box .rad-text .h4 {
        font-size: 14px;
    }

    .custom-radion-box .rad-text .lh-22 {
        line-height: 16px;
    }

    .custom-radion-box .rad-text .h6 {
        font-size: 10px;
    }

    .custom-radion-box .rad-text .lh-16 {
        line-height: 12px;
    }

    .first-radio-card, .second-credit-card {
        margin-right: 2px;
    }

    .radbox .add-another-address {
        padding: 24px 8px;
    }

    .radbox input[type="radio"]:checked + .rad-text {
        max-width: 100px;
        padding: 8px;
    }

    .custom-radion-box label {
        display: inline-block;
    }

    .hide-add-nominees {
        display: none;
    }

    .btn.btn-add-nominee {
        padding: 3px 8px;
    }

    .add-nomminee-sm .form-select-lg {
        padding: 8px 11px;
    }

    .tabs-interactive .tab-links .nav-pills {
        height: max-content;
        overflow-x: auto;
        overflow-y: hidden;
        white-space: nowrap;
        flex-wrap: nowrap;
        scrollbar-width: none;
        scroll-behavior: smooth;
    }

    .tabs-interactive .tab-links ::-webkit-scrollbar {
        display: none;
    }

    /* Add nomminee multiple */
    .appointee-sm-details .h2 {
        font-size: 16px;
        line-height: 20px;
    }

    .appointee-sm-details .lh-24 {
        line-height: 21px;
    }

    .appointee-sm-details .lh-19 {
        line-height: 16px;
    }

    .percent-amount {
        right: 4%;
    }

    .appointee-sm-details .lh-20 {
        line-height: 17px;
    }

    /* E-insurance details */
    .e-insurance-title .h1, .e-insurance-title .h3 {
        font-size: 14px;
    }

    .e-insurance-title .lh-48, .e-insurance-title .lh-34 {
        line-height: 20px;
    }

    .insurance-radio-toolbar .radio-toolbar input[type="radio"] + label {
        min-width: 135px;
        padding: 7px 15px;
    }

    .hide-tax-redient-no .hide-desktop {
        display: none;
    }

    /* Stepper desktop */
    .stepper-desktop {
        display: none;
    }

    /* Stepper Mobile */
    .stepper-mobile {
        display: flex !important;
        position: fixed;
        bottom: 56px;
        background: #fff;
        max-width: 100%;
        padding: 10px 10px 22px 10px;
        z-index: 999;
        box-shadow: 0px 0px 12px 0px rgb(172 172 172 / 25%);
    }

        .stepper-mobile.active {
            padding: 33px 10px 22px 22px;
        }

        .stepper-mobile.input-focus {
            bottom: 0;
        }

        .stepper-mobile .opacity-div .line {
            opacity: .2;
        }

        .stepper-mobile .main-block.is-complete .line {
            background: #92c947;
        }

    /* Advance Custom checkbox */
    .lifestyle-habits .form-group.custom-checkbox label:before {
        width: 18px;
        height: 18px;
    }

    .lifestyle-habits .form-group.custom-checkbox input:checked + label:after {
        top: 5px;
    }

    .summary-wrap {
        display: none;
    }


    /* Stepper*/
    .your-details {
        display: none;
    }

    .main-stepper-content.main-page {
        padding: 80px 0;
    }

    /* radio capsule css */
    .radio-capsule .radio-toolbar {
        max-width: 130px;
        width: 100%;
    }

    .radio-capsule .radio-label {
        width: 100%;
    }

    .main-stepper-content.main-page {
        padding: 80px 0 150px;
    }

    .customized-check-box .form-group.custom-checkbox span {
        font-size: 16px;
    }

    .input-label-country-code {
        top: 50%;
        transform: translateY(-50%);
    }

    /* Insurance history for females */
    .insurance-history {
        padding: 16px;
        margin-bottom: 16px;
    }

        .insurance-history .paricipation h3, .insurance-history .bad-habits h3 {
            margin-bottom: 11px !important;
        }

        .insurance-history .bad-habits.mb-32 {
            margin-bottom: 0;
        }

        .insurance-history .bad-habits .radio-button-block {
            margin-bottom: 0 !important;
        }

        .insurance-history .tabs-interactive {
            margin-top: 16px !important;
        }

        .insurance-history .row:last-child .content-details {
            margin-bottom: 0 !important;
        }

        .insurance-history .bad-habits .form-data {
            margin-top: 8px
        }

        .insurance-history .bad-habits .mb-3 {
            margin-bottom: 0 !important
        }

    .inputdetail-label {
        margin-top: 4px;
    }


    /* otp block changes */
    .otp-block .input-box {
        width: 100%;
        margin-right: 0;
    }

    .otp-block .primary-btn {
        margin: 15px auto 0px;
    }

    .otp-block .mt-2 {
        margin: 0 auto;
    }

    .otp-block .d-flex {
        flex-direction: column;
    }

    /* e-otp changes */
    .e-otp-block .mob-verified {
        flex-direction: column;
        align-items: flex-start !important;
    }

    .e-otp-block .check-otp {
        margin-top: 8px !important;
        margin-left: 0 !important
    }

        .e-otp-block .check-otp span {
            font-size: 14px;
            line-height: 17px;
        }

    .checkmark-animate {
        width: 20px;
        height: 20px;
    }

    .insurance-radio-toolbar .radio-toolbar {
        margin-bottom: 9px;
    }

    /* error pages css start */
    /* .icon-wrap img { width: 83px; } */
    .error-page-container .font-32 {
        font-size: 20px;
    }

    .error-page-container .font-22 {
        font-size: 16px;
    }

    .error-page-container .error-sub-text {
        line-height: 21px;
        padding: 0 45px;
    }

    .error-page-container .btn {
        font-size: 16px;
    }

    .number-info {
        display: block;
        font-size: 16px;
    }

    .number-tel-text {
        font-size: 18px;
    }

    .time-info {
        font-size: 14px;
    }

    .contact-us-info.lh-37 {
        line-height: 24px;
    }

    .fradulent-offers-wrap {
        max-width: 620px;
        width: 90%;
        margin: 16px auto;
        padding: 16px 18px;
        border: 1.68966px solid #DCDCDC;
        border-radius: 14px;
    }

    .beware-title {
        font-size: 14px;
        line-height: 24px;
    }

    .beware-info {
        font-size: 12px;
        line-height: 20px;
    }

    .error-page-container .error-sub-text-width {
        max-width: 100%;
        padding: 0 15px;
    }
    /* bank pennydrop don't have penny drop facilitate*/
    .no-penny-drop-facility .radio-capsule .radio-toolbar label, .no-penny-drop-facility .radio-capsule .radio-toolbar input[type="radio"]:checked + label {
        padding: 6px 13px;
    }

    .no-penny-drop-facility .radio-capsule .radio-toolbar {
        max-width: 150px;
    }

    /* pay for 1 month */
    .gray-card .details {
        border-right: 0;
        padding-right: 0;
    }

    .pay-for-1month .radbox input[type="radio"]:checked + .rad-text, .pay-for-1month .radbox .rad-text {
        max-width: 100%;
        padding: 15px;
    }

    .pay-for-1month h2.h2 {
        font-size: 14px;
    }

    .pay-for-1month .lh-29 {
        line-height: 17px;
    }

    .credit-icon-position {
        width: 25px;
        height: 25px;
    }

    .pay-for-1month .gray-card .h5 {
        font-size: 14px !important;
    }

    .pay-for-1month .gray-card .h4 {
        font-size: 16px !important;
    }

    .gray-card .amount {
        margin-left: 20px;
    }

    /* Add nominee minor */
    .add-nom-minor .row:first-child .form-group {
        margin-top: 1.5rem !important;
    }

    .add-nom-minor .row:first-child .col-lg-4:first-child .form-group {
        margin-top: 0 !important;
    }


    /* Investment details */
    .outline-capsules .radio-capsule .radio-toolbar label, .outline-capsules .radio-capsule .radio-toolbar input[type="radio"]:checked + label {
        padding: 8px 12px;
    }

    .icon-invest-duration {
        background-size: 15px !important;
    }

    .icon-premium-amount {
        background-size: 16px !important;
    }

    .investment .content-detail {
        width: 100%;
    }

    /* summary */
    .icon-edit-blue-right {
        top: 8px;
        width: 14px;
        height: 14px;
    }

    .sum-title h4 {
        font-size: 16px;
        line-height: 20px;
    }

    .sum-title {
        padding-bottom: 8px;
    }

        .sum-title .icon-edit-blue {
            width: 18px;
            height: 18px;
        }

    .summary-details .label {
        font-size: 12px;
        line-height: 15px;
        margin-bottom: 4px;
    }

    .summary-details h4 {
        font-size: 14px;
        line-height: 17px;
    }

    .filled-accordion .summary-details .badge-sm {
        max-width: 70px;
        padding: 6px 26px;
    }

    /* Summary with OTP */
    .filled-accordion .otp-generation .secondary-btn-otp {
        max-width: auto !important;
        font-size: 12px !important;
        padding: 4px â€‹10px !important;
    }

    .hide-block .h4 {
        font-size: 12px !important;
        line-height: 16px !important;
    }

    /* added 31052021 */
    .hide-add-members {
        display: none;
    }

    /* Health Details for female */
    .health-details-female .medical-details-checkbox-mobile .customized-check-box .form-group.custom-checkbox label {
        padding-right: 0;
    }

    .health-details-female .medical-details-checkbox-mobile .customized-check-box .form-group.custom-checkbox span {
        padding-left: 5px;
    }

    .health-details-female .medical-details-checkbox-mobile .customized-check-box .form-group.custom-checkbox label:before {
        width: 20px;
        height: 20px;
    }

    .health-details-female .medical-details-checkbox-mobile .custom-checkbox input:checked + label:after {
        top: 7px;
    }

    .health-details-female .lh-24 {
        line-height: 19px;
    }

    .health-details-female .medical-details-capsules .h2 {
        font-size: 16px;
    }

    .health-details-female .medical-details-capsules .lh-29 {
        line-height: 19px;
    }

    .health-details-female .medical-details-capsules .h5 {
        font-size: 14px !important;
    }

    .health-details-female .medical-details-capsules .lh-20 {
        line-height: 17px;
    }

    .health-details-female .h3 > span {
        font-size: 12px;
    }

    .health-details-female .covid-questions .h2 {
        font-size: 16px;
    }

    .health-details-female .covid-questions .lh-29 {
        line-height: 19px;
    }

    .health-details-female .medical-details-checkbox-mobile input[type="checkbox"] {
        position: relative;
        opacity: 1
    }

    .icon-tooltip-mobile {
        background: url('../assets_CPF/images/main-page/info-tooltip-icon.svg') no-repeat center;
    }

    .common-subheading-mobile {
        max-width: 271px;
        margin: 0 auto;
    }


    /* Investment details */
    .sidebar-details .sidebar-detail {
        padding: 80px 16px 0;
    }

    .sidebar-tab-content .h2 {
        margin-bottom: 16px;
        font-size: 18px;
        line-height: 22px;
    }

    .sidebar-tab-content .h4 {
        line-height: 17px;
    }

    .sidebar-tab-content p, .content-list li {
        margin-bottom: 16px;
    }

        .content-list li p {
            margin-bottom: 0;
        }

    .sidebar-tab-content p {
        line-height: 18px;
    }

    .content-list li:last-child {
        margin-bottom: 0;
    }

    .content-list-footer {
        margin: 30px 0
    }

        .content-list-footer h3 {
            margin-bottom: 16px !important;
        }
    /* .icons-row { padding-bottom: 170px; } */
    .icon-block h4 {
        font-size: 12px;
        line-height: 16px;
    }

    .icon-block .icon {
        width: 32px;
        height: 32px;
    }

    .icon-customised-quote, .icon-digital-payment, .icon-upload-document {
        background-size: 18px;
    }

    .icon-block:after {
        content: '';
        width: 76px;
        height: 20px;
        top: 10px;
        right: -38px;
        background-size: 36px;
    }

    .scrollbar .sidebar-tab-content .slimScrollDiv, .scrollbar .slimScrollDiv, .scrollbar .testDiv {
        height: 450px !important;
        width: 100% !important;
    }

    /* Retreive quote popup */
    .ckyc-modal-popop.retrieve-modal .ckyc-fetch-btn, .ckyc-modal-popop.retrieve-modal .btn-cancel {
        padding: 7px 20px !important;
        font-size: 14px;
        line-height: 17px;
        min-width: 106px !important;
    }

    .retrieve-modal p {
        width: 190px;
        margin: 5px auto 15px;
    }

    .form-section-divider {
        margin-bottom: 24px;
        padding-bottom: 0;
    }
    /* .ckyc-modal-popop.retrieve-modal .ckyc-modal-content { border-radius: 0; box-shadow: none; border-bottom: none; border-radius: 8px; -webkit-border-radius: 8px; -moz-border-radius: 8px; -ms-border-radius: 8px; -o-border-radius: 8px; border: none; } 
.ckyc-modal-popop.retrieve-modal .modal-dialog { background: #fff;; border-radius: 8px; border: 1px solid rgba(0,0,0,.2); } */
    .retrieve-mobile-table {
        background: #D1E9F5;
        padding: 0;
        margin: 0;
        width: 100%;
        padding: 16px 8px;
    }

    .ckyc-modal-popop .retrieve-mobile-table .h1 {
        font-size: 14px;
        line-height: 17px;
        color: #4c4c4c;
        padding: 0 20px
    }

    .ckyc-modal-popop.retrieve-modal .modal-content {
        padding: 24px 16px 6px 16px !important;
    }

    .table-card {
        margin-bottom: 16px;
    }

    .table-card-item {
        background: #FFFFFF;
        border-radius: 8px;
        padding: 8px;
    }

        .table-card-item .table-card-item-header {
            padding-bottom: 9px;
            border-bottom: 1px dashed #D1E9F5;
            ;
        }

    .retrieve-modal .table-card-item p {
        width: auto;
        margin: 0;
    }

    .table-card-item .table-card-body {
        padding: 8px;
        text-align: center;
    }

        .table-card-item .table-card-body .row {
            padding-bottom: 12px;
        }

            .table-card-item .table-card-body .row:last-child {
                padding-bottom: 0
            }

    .retrieve-modal .table-card-item .table-card-body p {
        margin-bottom: 4px;
    }

    .ckyc-modal-popop.retrieve-modal .table-card-item .btn-cancel {
        padding: 5px â€‹20px !important;
        font-size: 10px;
        line-height: 12px;
        margin: 12px auto;
    }

    .interactive-table-arrow {
        bottom: -20px;
        left: 0;
        right: 0;
    }

    .ckyc-modal-popop.retrieve-modal .modal-content {
        padding: 0 !important;
        overflow: hidden;
    }

        .ckyc-modal-popop.retrieve-modal .modal-content .modal-body {
            padding: 24px 16px 6px 16px !important
        }

    .table-card-body .interactive-table .row {
        display: none;
    }

    .interactive-table-arrow.rotate {
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
    }

    .interactive-table-arrow {
        transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
    }


    /* Generate BI: card custom */
    .card.card-custom .card-body {
        flex-direction: column;
    }

        .card.card-custom .card-body .w-20 {
            width: 100%;
            padding-right: 0;
        }


    /* Suitability Analysis */
    .suitability-analysis .outline-capsules .radio-label, .suitability-analysis .outline-capsules input[type="radio"]:checked + .radio-label {
        min-width: unset;
        font-size: 13px;
        padding: 8px 8px !important;
    }

    .suitability-analysis .modal-main h2.h2 {
        font-size: 16px;
    }

    .suitability-analysis .modal-main .h2.lh-29 {
        line-height: 19px;
    }

    .suitability-analysis .outline-capsules .radio-toolbar-md-max-content {
        max-width: -webkit-max-content;
        max-width: -moz-max-content;
        max-width: max-content;
    }

    .suitability-analysis .modal-main {
        padding-bottom: 25px;
    }


    /* Generate-Bi */
    .card.card-custom.card-mobile {
        padding: 16px;
    }

    .card-mobile .card-body {
        padding: 0 16px
    }

        .card-mobile .card-body span {
            font-size: 14px;
        }
    /* .generate-bi .form-group { padding: 0 16px; } */


    .stepper-mobile .main-block.active.in-complete .main-step {
        border: 1px solid #C94747;
    }

    .in-complete .popover.outline-popover-sm {
        display: block;
    }

    .popover.outline-popover-sm .arrow::before {
        bottom: -39px;
        left: -30px
    }

    .popover.outline-popover-sm .arrow::after {
        bottom: -29px;
        left: -30px
    }

    .in-complete .popover.outline-popover-sm {
        display: block;
        left: 0;
        min-width: 100px;
    }

    /* Card horizontal */
    .card-horizontal .card-body {
        flex-direction: column;
    }

        .card-horizontal .card-body > div {
            margin-right: 0 !important;
            width: 100%;
        }

    .card-horizontal {
        padding: 0;
    }

        .card-horizontal .card-body-title {
            padding: 20px 8px 16px 8px;
        }

        .card-horizontal .card-body-content {
            padding-bottom: 16px;
        }

            .card-horizontal .card-body-content p {
                font-size: 10px;
                line-height: 12px;
            }

        .card-horizontal .card-nesting {
            text-align: center;
        }

        .card-horizontal .card-body-title h3 {
            font-size: 16px;
            line-height: 17px;
            font-weight: 700;
            font-family: 'Lato-Bold';
        }

        .card-horizontal .card-body-title h6 {
            font-size: 12px;
            line-height: 15px;
            font-weight: 500;
            font-family: 'Lato-Medium';
        }

        .card-horizontal .card-nesting h3 {
            font-size: 14px;
            line-height: 17px;
        }

        .card-horizontal .card-nesting span {
            font-size: 14px;
            line-height: 20px;
            margin: 0 !important;
            vertical-align: baseline;
        }
    /* Qoute page */
    .recommendation .row {
        margin: 0 auto;
    }

    .recommendation-note h4 {
        font-size: 10px;
    }

    .recommendation .radio-button-block [type="radio"]:checked + label, .recommendation .radio-button-block [type="radio"]:not(:checked) + label, .recommendation .radio-toolbar input[type="radio"]:checked + label {
        padding: 8px 10px;
    }

    .recommendation .pre-label, .recommendation .policy-term-note {
        font-size: 10px;
        line-height: 12px;
    }

    .recommendation .recommendation-right-arrow {
        top: -10%;
        left: 50%;
        transform: translateX(-50%) rotate(90deg);
        z-index: 3;
    }

    .recommendation .recommendation-result-card {
        position: relative;
    }

        .recommendation .recommendation-result-card .card.card-horizontal {
            padding: 15px;
        }

    .recommendation .card.card-horizontal .card-nesting {
        padding: 8px 6px;
    }

    .card-horizontal .card-nesting.card-nesting-min-width-v2 {
        max-width: 129px;
        padding: 16px 0 !important;
        margin: 0 auto;
    }

    .recommendation .card-horizontal .card-nesting.card-nesting-min-width {
        min-width: unset;
        padding: 25px 0;
    }

    .recommendation .icon-md.icon-life-cover, .recommendation .icon-md.icon-maturity-benefit {
        width: 32px;
        height: 32px;
    }

    .recommendation .card-horizontal .label-or {
        font-size: 8px;
        line-height: 12px !important;
    }

    .recommendation .card-horizontal .card-nesting.card-nesting-min-width > h3 {
        font-size: 20px;
    }

        .recommendation .card-horizontal .card-nesting.card-nesting-min-width > h3 > span {
            font-size: 20px;
        }

    .recommendation .t-and-c {
        font-size: 12px;
        line-height: 15px;
    }

        .recommendation .t-and-c span.h2 {
            line-height: 15px;
            vertical-align: -webkit-baseline-middle;
        }

    .recommendation .recommendation-card-or {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
    }
    /* .card-horizontal .card-nesting span { font-size: 8px; line-height: 20px; margin: 0 !important; } */
    .custom-iframe {
        width: 320px;
        margin: 0 auto
    }

    /* Product - Smart Platina 22/6/2021 */
    .product-pre-label {
        font-size: 16px;
    }

    .smart-platina .card-horizontal .card-nesting span {
        font-size: 20px;
    }

    .smart-platina .card-horizontal .card-nesting h2.h2 {
        font-size: 20px;
    }

    .smart-platina .card-horizontal .icon-md {
        width: 24px;
        height: 24px;
    }

    .smart-platina .card-horizontal .card-body > div {
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content
    }

    .smart-platina .card-horizontal .card-body-title h3 {
        font-size: 16px;
        line-height: 18x;
    }

    .smart-platina .retrieve-table-block .table-scroll-wba thead th {
        font-size: 12px;
        line-height: 15px;
    }

    .smart-platina .table-with-shadow .retrieve-table-block .table-scroll-wba thead th {
        height: 40px;
        padding-left: 15px;
    }

    .smart-platina .table-with-shadow .retrieve-table-wrapper .table-scroll-wba td {
        padding: 15px 10px;
        min-width: 100px;
        max-width: 100px;
    }

    .smart-platina .table-with-shadow .retrieve-table-wrapper .table-scroll-wba tr:not(:last-child) td h3,
    .smart-platina .table-with-shadow .retrieve-table-wrapper .table-scroll-wba tr td p,
    .smart-platina .table-with-shadow .retrieve-table-wrapper .table-scroll-wba tr td span {
        font-size: 12px;
        line-height: 15px;
    }

    .smart-platina .table-with-shadow .retrieve-table-wrapper .table-scroll-wba tr:last-child td h3.h2 {
        font-size: 16px;
    }

    .smart-platina .table-with-shadow .retrieve-table-wrapper .table-scroll-wba th:nth-child(3) {
        padding-right: 5px;
        text-align: center !important;
    }

    .smart-platina .table-with-shadow .retrieve-table-wrapper .table-scroll-wba tr td h3 {
        text-align: center !important;
    }

    .smart-platina .table-with-shadow .table-responsive-grid {
        width: 95%;
    }
    /* Proposer Detail */
    .proposer-detail {
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .proposer-detail > li {
            display: inline-block;
            flex: 1;
        }

        .proposer-detail li:first-child, .proposer-detail li:nth-child(2) {
            padding-right: 28px;
            border-right: 1px solid #999999;
        }

        .proposer-detail li:nth-child(2), .proposer-detail li:nth-child(3) {
            margin-left: 28px;
        }

    .stripe-below-blue-card .qoute-page-stripe-second {
        top: 25%;
    }

    .stripe-below-blue-card .qoute-page-stripe-first {
        top: 32%;
    }

    .common-heading-xs {
        max-width: 202px;
        margin: 0 auto;
    }

    .tabs-custom-for-table .h3 {
        font-size: 20px;
    }

    .tabs-custom-for-table .h5 {
        font-size: 16px !important;
    }

    /* Quote page */
    .recommendation-result-card .d-flex {
        padding: 5px;
        align-items: center;
    }

    .recommendation .recommendation-result-card .card.card-horizontal {
        width: 250px;
    }

    .recommendation.smart-platina .recommendation-result-card .card.card-horizontal {
        max-width: 100%;
        width: 100%;
    }

    .recommendation.smart-platina .recommendation-result-card .d-flex {
        padding: 15px 10px;
    }

    .what-to-pay .card.card-horizontal .card-body {
        padding: 0;
    }

    /* Fund performance */
    .radio-toolbar-for-graph {
        border-radius: 8px;
    }

    .radio-button-block .radio-toolbar-for-graph [type="radio"]:checked + label, .radio-button-block .radio-toolbar-for-graph [type="radio"]:not(:checked) + label, .radio-button-block .radio-toolbar-for-graph .radio-toolbar label:last-child {
        padding: 8px 12px;
    }

    .sidebar-tab-content.fund-performance .switch-toggle {
        margin: 8px 0;
    }

    .fund-perf-graph .return-data h4.h4 {
        font-size: 12px;
        line-height: 15px;
    }

    .fund-perf-graph .graph-radio-capsules {
        max-width: 100%;
    }

    .tabs-mobile .nav-tabs::-webkit-scrollbar {
        display: none;
    }

    /* Hide scrollbar for IE, Edge and Firefox */
    .tabs-mobile .nav-tabs {
        -ms-overflow-style: none; /* IE and Edge */
        scrollbar-width: none; /* Firefox */
    }


    /* Fun performance table */
    .sidebar-tab-content.fund-performance .switch-toggle {
        margin: 0 0 24px 0;
    }


    /* Fund performance graph */
    .fund-perf-graph .card {
        padding: 8px !important
    }

    .radio-toolbar-for-graph {
        width: 100%;
    }

    .fund-perf-graph .radio-toolbar .radio-two .radio-items {
        width: 25%;
    }

    .fund-perf-graph .radio-toolbar input[type="radio"]:checked + label {
        width: 100%;
        text-align: left;
    }

    .fund-perf-graph .radio-button-block [type="radio"]:checked + label, .fund-perf-graph .radio-button-block [type="radio"]:not(:checked) + label {
        font-size: 12px;
        line-height: 15px;
    }

    .fund-perf-graph .radio-toolbar input[type="radio"] + label:last-child {
        margin-left: 0px;
    }

    .fund-perf-graph {
        height: 375px !important;
    }

    .chartdiv {
        width: 100%;
    }

    /* Styling Datepicker */
    .datepicker-parent {
        max-width: 100%;
    }

    /* Why us */
    .why-us-icons .icons-block .h1 {
        font-size: 28px;
        line-height: 34px;
    }

    .why-us-icons .icons-block {
        margin-bottom: 20px;
    }



    /* Retrieve quote upload functionality */
    .file-upload-new .upload {
        position: absolute;
        top: 15px;
        right: 0;
        margin: 0;
        padding: 0;
        font-size: 10px;
        cursor: pointer;
        opacity: 0;
        left: 0;
        width: 126px;
        filter: alpha(opacity=0);
    }

    .ckyc-modal-popop.retrieve-modal .table-card-item .btn-cancel {
        text-decoration: none;
    }

    .file-upload-new {
        margin-bottom: 10px;
    }



    /* NRI Baic mobile popup */
    .nri-modal .modal-content {
        padding: 32px 0 !important;
    }

    .nri-modal-small h2 {
        font-size: 16px !important;
        line-height: 25px !important;
        margin-bottom: 16px;
    }

    .nri-modal .tabs-custom {
        box-shadow: none;
        border: none;
    }

        .nri-modal .tabs-custom .nav-pills {
            padding: 1px;
        }

    .nri-modal .tab-content > .tab-pane {
        padding: 25px 15px;
    }

    .nri-modal .tabs-custom .tab-content {
        padding: 0;
    }

    .nri-modal .select-placeholder {
        font-size: 14px;
        line-height: 17px;
    }

    .nri-modal .form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
        color: #999999;
        font-size: 14px;
    }

    .nri-modal .form-control::-moz-placeholder { /* Firefox 19+ */
        color: #999999;
        font-size: 14px;
    }

    .nri-modal .form-control:-ms-input-placeholder { /* IE 10+ */
        color: #999999;
        font-size: 14px;
    }

    .nri-modal .form-control:-moz-placeholder { /* Firefox 18- */
        color: #999999;
        font-size: 14px;
    }

    .nri-modal .form-select, .nri-modal .form-select-lg {
        padding: 7px 8px;
    }

    .nri-modal .nri-modal-small .radio-capsule .radio-toolbar {
        max-width: 100%;
    }

    .nri-modal .nri-modal-small .outline-capsules .radio-capsule .radio-toolbar label,
    .nri-modal .nri-modal-small .outline-capsules .radio-capsule .radio-toolbar input[type="radio"]:checked + label {
        padding: 7px 12px;
    }

    .nri-modal-small .form-block .radio:first-child input[type="radio"] + .radio-label:before {
        width: 43px;
    }

    .nri-modal-small .form-block .radio:last-child input[type="radio"] + .radio-label:before {
        width: 39px;
    }

    .nri-modal-small .form-block .radio input[type="radio"] + .radio-label:before {
        margin-top: 0;
    }

    .nri-modal .nri-modal-small .nri_bank_details .form-block .radio-label {
        font-size: 14px;
        line-height: 17px;
    }

    .nri-modal-small .datepicker-ip {
        padding: 6px 10px;
    }

    .nri-modal-small .input-label-rupee {
        top: 17px;
    }

    .nri-modal-small .input-box input[type="text"], .nri-modal-small .form-control {
        padding: 6px 10px;
    }

    .nri-modal-small .input-with-icon-left {
        padding: 6px 10px 6px 40px;
    }

    .nri-modal-small .primary-btn {
        width: 123px;
        font-size: 16px;
        line-height: 20px;
        text-align: center;
    }

    .nri-modal-small .fema-rules h2 {
        font-size: 14px !important;
        line-height: 17px !important;
        margin: 0 !important;
    }

    .nri-modal-small .fema-rules h3 {
        font-size: 12px !important;
        line-height: 15px !important;
        margin: 0 !important;
    }

    .nri-modal-small .fema-details h3 {
        font-size: 16px !important;
        line-height: 20px !important;
        margin-bottom: 15px !important;
    }

    .nri-modal-small .fema-details .claim-list p {
        color: #131313 !important
    }

    .nri-modal-small .fema-rules .form-group p {
        font-size: 12px !important;
    }

    .nri-modal-small .continue-btn .primary-btn {
        width: 160px;
    }

    /* Product - purn suraksha */
    .purna-suraksha .content-details-sm {
        max-width: 100% !important;
    }

    .purna-suraksha .radio-capsule .radio-toolbar {
        max-width: 95px;
    }

    .product-plan-card h1 {
        font-size: 14px;
        line-height: 17px;
    }

    .purna-suraksha .product-plan-card input[type="radio"]:checked + label h2 {
        font-size: 14px;
        line-height: 17px;
    }

    .purna-suraksha .product-plan-card h2 {
        padding: 34px 10px 10px;
        font-size: 12px;
        line-height: 15px;
    }

    .product-plan-card input[type="radio"]:checked + label h1 {
        font-size: 18px;
        line-height: 22px;
    }

    .purna-suraksha .product-plan-card .vertical-card-radio {
        width: 20px;
        height: 20px;
    }

    .purna-suraksha .product-plan-card .vertical-card-radio {
        right: 5px;
        top: 5px;
    }

    .purna-suraksha .product-plan-card input[type="radio"]:checked + label h2 .vertical-card-radio {
        padding: 2px;
    }

    .purna-suraksha .vertical-radio-cards .col-4:first-child {
        padding-right: 0;
    }

    .purna-suraksha .vertical-radio-cards .col-4:last-child {
        padding-left: 0;
    }

    .purna-suraksha .vertical-radio-cards .col-4:nth-child(2) {
        padding: 0 10px;
    }

    /* 21st June: Purna Suraksha */
    .purna-suraksha .radio-capsule .radio-toolbar label, .purna-suraksha .radio-capsule .radio-toolbar input[type="radio"]:checked + label {
        padding: 9px 8px;
    }

    .purna-suraksha .retrieve-table-block .table-scroll-wba td:nth-child(5) {
        text-align: unset;
    }

    .purna-suraksha .table-with-shadow .retrieve-table-wrapper .table-scroll-wba td {
        padding: 24px 5px;
        vertical-align: middle;
    }

    .table-with-shadow.v2 td .h2 {
        font-size: 16px;
    }

    .table-with-shadow.v2 td .h4 {
        font-size: 12px;
    }

    .table-with-shadow.v2 td span.font-14 {
        font-size: 10px;
    }

    .table-with-shadow.v2 .retrieve-table-wrapper .table-scroll-wba tr td.valign-center {
        padding-bottom: 10px !important;
    }

    .table-with-shadow.v2 .opcotitle td:nth-child(2), .table-with-shadow.v2 .opcotitle td:nth-child(4) {
        width: 10%;
    }

    .table-with-shadow.v2 .opcotitle td:nth-child(1) {
        width: 30%;
        vertical-align: bottom;
        padding-left: 10px;
    }

    .table-with-shadow.v2 .opcotitle td:nth-child(3),
    .table-with-shadow.v2 .opcotitle td:nth-child(5) {
        width: 25%;
        vertical-align: bottom;
    }

    .table-with-shadow.v2 .retrieve-table-block .table-scroll-wba thead th {
        font-size: 14px;
        line-height: 20px;
    }

    .purna-suraksha .total-block {
        max-width: 95%;
        padding: 8px 16px;
    }

        .purna-suraksha .total-block h2 {
            font-size: 18px;
            line-height: 22px;
        }

            .purna-suraksha .total-block h2 span {
                font-size: 12px;
            }

        .purna-suraksha .total-block h3 {
            font-size: 24px;
            line-height: 29px;
        }
    /* .dark-table .table thead tr > th:not(:first-child) { max-width: 175px; } */
    .dark-table thead th > span {
        font-size: 10px;
    }

    .dark-table thead th {
        font-size: 12px;
        line-height: 17px;
    }

    .dark-table .table thead th {
        padding: 1px;
    }

    .purna-suraksha .table-with-shadow .retrieve-table-wrapper .table-scroll-wba tr:not(:last-child) td h3,
    .purna-suraksha .table-with-shadow .retrieve-table-block .table-scroll-wba th {
        font-size: 12px;
        line-height: 15px;
    }

    .purna-suraksha .table-with-shadow .retrieve-table-wrapper .table-scroll-wba tr:last-child td h3 {
        font-size: 14px;
        line-height: 17px;
    }

    .purna-suraksha .table-with-shadow .retrieve-table-wrapper .table-scroll-wba td:nth-child(1) {
        padding: 5px 0px 5px 5px;
    }

        .purna-suraksha .table-with-shadow .retrieve-table-wrapper .table-scroll-wba td:nth-child(1) p {
            font-size: 12px;
            font-weight: 700 !important;
            line-height: 17px;
        }

        .purna-suraksha .table-with-shadow .retrieve-table-wrapper .table-scroll-wba td:nth-child(1) span {
            font-size: 12px;
        }

    .purna-suraksha .table-with-shadow .retrieve-table-wrapper .table-scroll-wba .total-premium td:last-child {
        vertical-align: middle;
    }

    .purna-suraksha .table-with-shadow .retrieve-table-block .table-scroll-wba thead th {
        padding-left: 5px;
    }

        .purna-suraksha .table-with-shadow .retrieve-table-block .table-scroll-wba thead th:last-child {
            padding-right: 5px;
        }

    .purna-suraksha .table-with-shadow .table-responsive-grid {
        max-width: 95%;
    }

    .purna-suraksha .table-with-shadow .retrieve-table-wrapper .table-scroll-wba td:nth-child(2), .purna-suraksha .table-with-shadow .retrieve-table-wrapper .table-scroll-wba td:nth-child(3) {
        padding: 20px 5px;
    }

    .purna-suraksha .table-with-shadow .retrieve-table-wrapper .table-scroll-wba tr td h3 {
        margin-left: 0;
    }

    .purna-suraksha .table-with-shadow .retrieve-table-wrapper .table-scroll-wba th:nth-child(3) {
        padding-right: 0;
        padding-left: 5px;
    }

    .purna-suraksha .sub-title {
        font-size: 12px;
        max-width: 229px;
        margin: 0 auto;
        line-height: 17px;
    }

    .product-plan-card label {
        min-width: 86px;
        max-width: 150px;
        width: 100%;
    }

    .purna-suraksha .tag {
        padding: 4px;
        top: 10px;
        background: #F9E292;
        transform: rotate(-45deg);
        width: 100px;
        left: -33px;
    }

        .purna-suraksha .tag.font-12 {
            font-size: 8px;
            line-height: 12px;
        }

    .purna-suraksha .terms-and-conditions > h5 {
        font-size: 14px !important;
    }

    .purna-suraksha .dark-table .table {
        user-select: none;
    }

        .purna-suraksha .dark-table .table tr td:nth-child(1),
        .purna-suraksha .dark-table .table tr th:nth-child(1) {
            min-width: 52px;
            max-width: 52px;
        }

    .purna-suraksha .qoute-info-label {
        font-size: 18px;
        line-height: 22px;
    }

    .purna-suraksha .dark-table .table-main {
        height: auto !important;
        position: relative;
        padding-bottom: 10px;
    }

    .purna-suraksha .dark-table .table-header .table {
        padding: 15px 10px 0;
        margin-bottom: 10px;
    }

    .purna-suraksha .dark-table .table tr td.h4 {
        font-size: 12px;
    }

    .purna-suraksha .dark-table .table-main .table {
        padding: 0 10px;
    }

    .purna-suraksha .dark-table .table-main .view-all {
        font-size: 12px;
        position: absolute;
        bottom: -10px;
        left: 50%;
        transform: translateX(-50%);
        padding: 5px 15px;
        background: #00A1E3;
        color: #fff;
        font-family: 'Lato-Medium';
        font-weight: 500;
        border-radius: 28px;
        line-height: 15px;
    }

    .purna-suraksha .dark-table .table tbody tr td:first-child {
        border-right: 1px solid #96D9F4;
    }

    .purna-suraksha .dark-table .table tbody tr {
        border-bottom: 0.5px solid #DCDCDC;
    }

    .purna-suraksha .dark-table .table-header .table tr th {
        padding: 10px 5px 0;
    }

        .purna-suraksha .dark-table .table-header .table tr th:not(:last-child) {
            border-right: 0.5px solid #DCDCDC;
        }

    .purna-suraksha-personal-details .spouce-or-you {
        margin-left: 25px !important;
    }

    .spouce-or-you .radio-capsule .radio-toolbar label, .spouce-or-you .radio-capsule .radio-toolbar input[type="radio"]:checked + label, .spouce-or-you .radio-toolbar input[type="radio"]:not(:checked) + label {
        padding: 9px 20px;
    }

    .spouce-or-you .radio-capsule .radio-toolbar {
        max-width: 100px;
    }

    /* radio capsules */
    .radio-capsule .radio input[type="radio"] + .radio-label:before {
        display: none;
        opacity: 0;
    }

    .radio-capsule .radio-toolbar input[type="radio"]:checked + label {
        margin-left: 0;
        border-radius: 36px;
        -webkit-border-radius: 36px;
        -moz-border-radius: 36px;
        -ms-border-radius: 36px;
        -o-border-radius: 36px;
    }

    â€‹â€‹â€‹â€‹â€‹â€‹â€‹â€‹.radio-capsule .radio-toolbar input[type="radio"] + label:last-child {
        margin-left: 0;
    }

    .radio-capsule .radio-toolbar {
        border: 1px solid #DCDCDC;
        box-shadow: none;
        overflow: hidden;
    }

        .radio-capsule .radio-toolbar label, .radio-capsule .radio-toolbar input[type="radio"]:checked + label {
            padding: 8px 20px;
        }

        .radio-capsule .radio-toolbar label {
            border: 1px solid #fff;
            border-radius: 36px;
            cursor: pointer;
        }

        .radio-capsule .radio-toolbar input[type="radio"]:checked + label {
            border: 1px solid #fff;
            border-radius: 36px;
            margin-top: -0.4px;
        }

    /* Product - Smart insure wealth plus*/
    .block-container .block-item h3 {
        font-size: 10px;
        line-height: 12px;
    }

    .block-container .radbox.active .block-item h3 {
        font-size: 14px;
        line-height: 17px;
    }

    .block-container .radbox input[type="radio"]:checked + .rad-text, .block-container .radbox .rad-text {
        width: 107px;
        height: auto;
        min-height: 99px;
    }

    .block-container .radbox.active input[type="radio"]:checked + .rad-text, .block-container .radbox.active .rad-text {
        max-width: 117px;
    }

    .block-container .block-item {
        padding: 16px 3px;
    }

    .block-container .radbox input[type="radio"]:checked + .rad-text, .block-container .radbox .rad-text {
        margin-left: 0;
    }

    .block-container .block-item p {
        margin-top: 6px;
        font-size: 10px;
        line-height: 13px;
    }

    .block-container .block-item h3 {
        margin-top: 8px;
        ;
    }

    .block-container .radbox.order-2 {
        margin-top: -10px;
    }

    .recommendations-plan-for-desktop > .row > .col-xl-4 {
        margin-bottom: 0 !important;
    }

    .smart-insure .input-group-mn-height {
        min-height: 170px;
    }

    .smart-insure .mt-55 {
        margin-top: 0;
    }

    /* Product - Retire smart web */
    .retire-smart-web .card-horizontal .tag {
        top: 10px;
        left: -26px;
        padding: 7px;
    }

        .retire-smart-web .card-horizontal .tag.lh-14 {
            line-height: 15px;
        }

        .retire-smart-web .card-horizontal .tag.font-12 {
            font-size: 12px;
        }

    .retire-smart-web .card.card-horizontal {
        border-radius: 0;
        padding: 10px;
    }

        .retire-smart-web .card.card-horizontal .card-body {
            flex-direction: row;
        }

    /* Questionnaire - alcohol */
    .all-qn-small {
        padding: 0px 15px;
    }

    .ui-datepicker.adjust-top-position {
        position: fixed !important;
    }

    /* Questionnaire - Blood pressure */
    .all-qn-small.blood-pressure .h4 {
        font-size: 16px;
    }

    /* Sampoorna cancer suraksha */
    .plan-options {
        max-width: 92%;
    }

        .plan-options .product-plan-card label {
            max-width: 100%;
        }

            .plan-options .product-plan-card label h2,
            .plan-options .product-plan-card input[type="radio"]:checked + label h2 {
                font-size: 14px;
                line-height: 17px;
                padding: 0 0 10px 26px;
            }

        .plan-options .product-plan-card .vertical-card-radio {
            width: 18px;
            height: 18px;
            margin-top: 0;
        }

        .plan-options .product-plan-card input[type="radio"]:checked + label h2 .vertical-card-radio {
            padding: 1px;
        }

        .plan-options .product-card-contents {
            padding: 8px;
        }

            .plan-options .product-card-contents h3 {
                font-size: 10px !important;
                line-height: 12px;
                padding-bottom: 2px !important;
            }

            .plan-options .product-card-contents .tax-label {
                font-size: 8px;
                line-height: 10px;
            }

        .plan-options .product-card-contents {
            text-align: left;
        }

            .plan-options .product-card-contents h3.text-right {
                font-size: 12px !important;
                line-height: 14px !important;
            }

            .plan-options .product-card-contents .d-flex div:last-child h3.text-right {
                font-size: 16px !important;
                line-height: 20px;
            }

        .plan-options .product-plan-card label {
            padding: 8px 6px;
        }

        .plan-options .badge {
            font-size: 8px;
            line-height: 10px;
            padding: 3px 5px;
            margin-left: 4px;
        }


    /* Sampoorna cancer suraksha personal details */
    .purna-suraksha-personal-details .card {
        padding: 16px
    }

    .purna-suraksha-personal-details .spouce-or-you .radio-capsule .radio-toolbar label,
    .purna-suraksha-personal-details .spouce-or-you .radio-capsule .radio-toolbar input[type="radio"]:checked + label,
    .purna-suraksha-personal-details .spouce-or-you .radio-toolbar input[type="radio"]:not(:checked) + label {
        padding: 5px 20px;
    }

    .purna-suraksha-personal-details .input-box input[type="text"], .form-control {
        padding: 7px 10px;
        font-size: 14px;
        line-height: 16px;
    }

    .purna-suraksha-personal-details .form-control.input-with-icon-left-p-lg {
        padding: 7px 10px 7px 50px;
        font-size: 14px;
        line-height: 16px;
    }

    /* Product - Saral Jeevan Beema */
    .saral-jeevan-beema .vertical-radio-cards .col-3 {
        padding: 0 3px;
    }

    header .purna-suraksha, header .smart-platina {
        height: auto;
    }

    header .smart-insure-wealth-plus {
        height: auto;
    }

    .saral-jeevan-beema .product-plan-card .vertical-card-radio {
        width: 16px;
        height: 16px;
    }

    .saral-jeevan-beema .product-plan-card input[type="radio"]:checked + label h2 .vertical-card-radio {
        padding: 2px;
    }

    .saral-jeevan-beema .product-plan-card input[type="radio"]:checked + label h2,
    .saral-jeevan-beema .product-plan-card input[type="radio"]:checked + label h1 {
        font-size: 14px;
        line-height: 17px;
    }

    .saral-jeevan-beema .product-plan-card input[type="radio"]:not(:checked) + label h2,
    .saral-jeevan-beema .product-plan-card input[type="radio"]:not(:checked) + label h1 {
        font-size: 12px;
        line-height: 14px;
    }

    .saral-jeevan-beema .product-plan-card h2 {
        padding: 32px 10px 8px;
    }

    .saral-jeevan-beema .tag {
        padding: 4px;
        top: 7px;
        left: -34px;
    }

        .saral-jeevan-beema .tag.font-12 {
            font-size: 8px;
            line-height: 12px;
        }

    .saral-jeevan-beema .product-plan-card label {
        padding-bottom: 0;
    }

    .saral-jeevan-beema .product-plan-card .vertical-card-radio {
        top: 5px;
    }

    .saral-jeevan-beema .sjb-table .vertical-radio-cards-details .vertical-radio-card-detail:nth-child(1),
    .saral-jeevan-beema .sjb-table .vertical-radio-cards-details .vertical-radio-card-detail:nth-child(3),
    .saral-jeevan-beema .sjb-table .vertical-radio-cards-details .vertical-radio-card-detail:last-child {
        max-width: none;
    }

    .saral-jeevan-beema .sjb-table .card.vertical-radio-cards-details {
        width: 95%;
    }

    .saral-jeevan-beema .sjb-table .vertical-radio-cards-details .vertical-radio-card-detail h1.h3 {
        font-size: 16px;
        line-height: 21px;
    }

    .saral-jeevan-beema .sjb-table .vertical-radio-cards-details .vertical-radio-card-detail h1.h2 {
        font-size: 20px;
        line-height: 24px;
    }

    /* Questionnaire */
    .nri-modal .occupation_questionnaire .form-section-divider {
        padding-bottom: 14px;
    }

        .nri-modal .occupation_questionnaire .form-section-divider.last {
            border-bottom: 1px solid #DCDCDC
        }
    /* Occupation questionnaire */
    .occupation_questionnaire {
        padding: 0 15px;
    }

        .occupation_questionnaire .radio-capsule {
            flex-wrap: wrap;
        }

        .occupation_questionnaire .radio-capsule-change .radio-capsule .radio-toolbar {
            max-width: 100%;
            width: auto;
            margin-bottom: 10px;
        }
    /* Armed service questionnaire */
    .armed-service-question .radio-capsule-change .radio-capsule .radio-toolbar {
        min-width: unset;
        margin-bottom: 0;
    }

    .armed-service-question p.h6 {
        font-size: 14px;
        line-height: 17px;
    }

    .all-qn-small h3.h4 {
        font-size: 16px;
        line-height: 21px;
    }

    /* E-shield quote page */
    .blue-card.blue-card-for-2 li:last-child {
        border-right: 0;
        padding-right: 0;
    }

    .blue-card.blue-card-for-2 .card {
        max-width: 223px;
    }

    .qoute-page-stripe {
        position: static;
    }

    .e-shield-quote .radio-button-block.radio-label-with-content [type="radio"]:checked + label, .e-shield-quote .radio-button-block.radio-label-with-content [type="radio"]:not(:checked) + label {
        padding: 5px 10px;
    }

        .e-shield-quote .radio-button-block.radio-label-with-content [type="radio"]:checked + label:last-child, .e-shield-quote .radio-button-block.radio-label-with-content [type="radio"]:not(:checked) + label:last-child, .e-shield-quote .radio-button-block.radio-label-with-content label:last-child {
            padding: 11px 10px 11px 10px;
        }

    .e-shield-quote .e_shield_selection {
        font-size: 10px;
        line-height: 12px;
    }

    .recommendation.e-shield-quote .recommendation-right-arrow {
        top: -6%;
    }

    .plan-options.plan-cover .product-plan-card input[type="radio"]:checked + label h2 {
        font-size: 14px;
        line-height: 17px;
    }

    .custom-checkbox-card .custom-checkbox-card-header {
        padding: 10px 5px 5px 5px;
    }

    .e-shield-quote .custom-checkbox-card-content .col-lg-6 {
        padding: 0;
    }

    .custom-checkbox-card .premium-amount {
        padding: 10px 5px 10px 5px;
    }

        .custom-checkbox-card .premium-amount.pl-3-on-mobile {
            padding-left: 16px;
        }

        .custom-checkbox-card .premium-amount .col-6 {
            padding: 0 5px;
        }

        .custom-checkbox-card .premium-amount span.font-12, .custom-checkbox-card .premium-detail .ind-premium span.font-12 {
            font-size: 8px;
            line-height: 10px;
        }

    .custom-checkbox-card .premium-detail {
        padding: 10px 5px;
    }

        .custom-checkbox-card .premium-detail .col-4 {
            padding: 0;
        }

    .custom-checkbox-card .ind-premium {
        max-width: 115px;
    }

    .custom-checkbox-card .premium-detail .ind-premium h3.h6, .custom-checkbox-card .premium-detail .ind-premium h3.h5 {
        font-size: 10px !important;
        line-height: 12px;
    }

    .e-shield-quote .addons-summary .summary-total-premium {
        max-width: 100%;
    }

    .e-shield-quote .addons-summary .addons-summary-table {
        padding: 16px 0 0 16px;
    }

    .e-shield-quote .addons-summary .summary-data {
        max-width: 100%;
        width: 100%;
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
    }

        .e-shield-quote .addons-summary .summary-data h3.h5 {
            font-size: 14px !important;
            line-height: 17px;
            font-weight: 500 !important;
        }

        .e-shield-quote .addons-summary .summary-data h3.h5, .e-shield-quote .addons-summary .summary-data .summary-data-total {
            min-height: auto;
            flex: 0.7;
        }

        .e-shield-quote .addons-summary .summary-data .h3 {
            flex: 0.3;
            margin-top: 0 !important;
            padding-top: 0;
            font-size: 16px;
        }

        .e-shield-quote .addons-summary .summary-data:not(:last-child) {
            margin-bottom: 16px;
        }

    .e-shield-quote .sub-heading-v2 {
        font-size: 16px;
        line-height: 20px;
        font-weight: 600 !important;
    }
    /* E-shield - radio card */
    .e-shield-quote .plan-options-xl {
        max-width: 97%;
        margin: 0 auto;
    }

        .e-shield-quote .plan-options-xl .product-plan-card label {
            min-height: 157px;
        }

        .e-shield-quote .plan-options-xl .product-plan-card label, .e-shield-quote .plan-options-xl .product-plan-card:not(:last-child) label {
            padding: 30px 5px 32px;
        }

        .e-shield-quote .plan-options-xl .product-plan-card:last-child label {
            padding: 30px 5px 0;
        }

        .e-shield-quote .plan-options-xl .product-plan-card label h5.h4 {
            font-size: 12px;
            line-height: 15px;
        }

        .e-shield-quote .plan-options-xl .product-plan-card label p {
            font-size: 8px;
            line-height: 10px;
        }

        .e-shield-quote .plan-options-xl .product-plan-card:not(:last-child) {
            margin-right: 4px;
        }

        .e-shield-quote .plan-options-xl .product-plan-card .icon-md {
            width: 24px;
            height: 24px;
        }

        .e-shield-quote .plan-options-xl .product-plan-card input[type="radio"]:checked + label .icon-md {
            width: 30px;
            height: 30px;
        }

        .e-shield-quote .plan-options-xl .product-plan-card input[type="radio"]:checked + label {
            width: 100%;
        }

            .e-shield-quote .plan-options-xl .product-plan-card input[type="radio"]:checked + label p {
                font-size: 10px;
                line-height: 12px;
            }

        .e-shield-quote .plan-options-xl .product-plan-card .vertical-card-radio {
            width: 22px;
            height: 22px;
            left: 5px;
            top: 5px;
        }

        .e-shield-quote .plan-options-xl .product-plan-card input[type="radio"]:checked + label .vertical-card-radio {
            padding: 2px;
        }

        .e-shield-quote .plan-options-xl .product-plan-card input[type="radio"]:checked + label {
            transform: scale(1.02);
        }
}

/* diabetes Questiona */
.diabetes-questionare ::placeholder {
    font-family: 'lato-medium';
}

.tabel_row ::placeholder {
    font-family: 'lato-medium';
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 14px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #999999;
}

.tabel_row td input {
    border: none;
    outline: none;
    font-family: 'lato-medium'; /* text-align: center; */
}

.tabel_row .has-content {
    border: none !important;
    font-size: 8px;
}

.table_row .datepicker-ip {
    background-color: #d41616;
}

.dib_modal .form-section-divider {
    padding-bottom: 12px;
}
/* end diabetes Questiona */
/* Installment Cards Bk */

/* end Installment Card Bk */
@media only screen and (max-width: 768px) { /* Recommendatio ns */
    .recommendations .common-heading-sm {
        padding-left: 35px;
    }

    .recommendations .main-title {
        margin-bottom: 0px;
    }

    .recommendations-plan-for-desktop > .row {
        padding-top: 30px;
        overflow-x: auto;
        scroll-behavior: smooth;
        flex-wrap: nowrap;
    }

        .recommendations-plan-for-desktop > .row > .col-xl-4 {
            display: inline-block;
            min-width: 325px;
            width: 350px;
            padding: 30px 10px 0
        }

    .recommendations-plan-for-desktop .card.plan-card {
        padding: 20px 15px;
    }

    .recommendations-plan-for-desktop {
        display: block;
    }

    .input-label-country-code {
        font-size: 14px;
    }

    .recommendations-plan-for-desktop h1 {
        font-size: 22px;
        line-height: 26px;
    }

    .recommendations-plan-for-desktop h3 {
        font-size: 16px;
        line-height: 19px;
    }

    .recommendations-plan-for-desktop .right-tick-bullet {
        font-size: 14px;
        line-height: 26px;
    }

    .recommendations-plan-for-desktop .plan-card .plan-btn-v2 {
        font-size: 16px;
        padding: 8px 31px;
    }

    .recommendations-plan-for-desktop .plan-card .plan-btn-v1 {
        padding: 11px 52px;
        font-size: 16px;
    }

    .recommendations-plan-for-desktop .plan-card.active .plan-floating-content {
        padding: 10px 15px;
        top: -30px;
    }

    .recommendations-plan-for-desktop > .row ::-webkit-scrollbar {
        display: none;
    }

    .recommendations-plan-for-desktop > .row {
        -ms-overflow-style: none;
        scrollbar-width: none;
        scrollbar-color: transparent transparent;
        padding: 0px 8px;
    }

        .recommendations-plan-for-desktop > .row::-webkit-scrollbar {
            height: 0px;
        }

    .recommendations-plan-for-desktop .plan-card .list {
        min-height: 150px;
    }
}

@media only screen and (max-width: 576px) {
    .radio-toolbar-lg [type="radio"]:checked + label,
    .radio-toolbar-lg [type="radio"]:not(:checked) + label { /*padding: 8px 8px; */
        padding: 11px 20px;
    }

    .card {
        padding: 20px;
    }
    /* Qoute page */
    .recommendation .radbox input[type="radio"]:checked + .rad-text, .recommendation .radbox .rad-text {
        max-width: 100%;
    }

    .recommendation .recommendation-result-card .card.card-horizontal {
        padding: 0;
    }

    .recommendation .recommendation-result-card .card.card-horizontal {
        width: 150px;
    }

    .recommendation .card-horizontal .card-body-title {
        padding: 20px 2px 16px 2px;
    }

    .recommendation .card-horizontal .card-nesting.card-nesting-min-width {
        padding: 24px 0;
    }

    /* Fund Performance table */
    .sidebar-tab-content.fund-performance .tabs-mobile .tbl-content {
        height: 170px !important;
    }
    /* Product - smart platina */
    .card-horizontal .card-nesting.card-nesting-min-width-v2 {
        min-width: 129px;
    }
    /* Nesting card */
    .card-horizontal .tag {
        top: 6px;
        left: -33px;
        padding: 3px;
    }

        .card-horizontal .tag.font-12 {
            font-size: 10px;
        }

        .card-horizontal .tag.lh-14 {
            line-height: 12px;
        }

    /* recommendations */
    .recommendation .radio-button-block [type="radio"]:checked + label, .recommendation .radio-button-block [type="radio"]:not(:checked) + label, .recommendation .radio-toolbar input[type="radio"]:checked + label {
        padding: 8px 8px;
    }

    /* Product - Retire-smart-web */
    .retire-smart-web .radio-button-block [type="radio"]:checked + label, .retire-smart-web .radio-button-block [type="radio"]:not(:checked) + label, .retire-smart-web .radio-toolbar input[type="radio"]:checked + label {
        padding: 10px 12px;
    }

    /* Product - Smart insure wealth plus */
    .smart-insure .smart-choice .row > .col-4 {
        padding: 3px;
    }
}

/*NEW SCRIPT ADDED*/
.bodyBg:before {
    position: fixed;
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background: linear-gradient(45deg, rgba(214,13,71,10%) 0%, rgba(40,0,113,10%) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cdb3ce', endColorstr='#b3b1d4', GradientType=1 );
    overflow-x: hidden;
    z-index: -1;
}


.bodyBg {
    position: relative;
}


/*---------------------------------PERSONAL DETAILS PAGE START-------------------------------*/
.tabWrap {
    margin: -50px 80px 18px auto;
    display: table; /*border-radius: 50px; */
    overflow: scroll;
    border: 0px solid rgba(156,200,255,.5);
}

    .tabWrap .tabs {
        background: #fff;
        width: 3px;
        position: absolute;
        right: 0;
        top: 0;
        height: 55px;
        z-index: 100;
        padding: 6px 16px 6px 15px;
        display: flex;
        display: table-cell;
        position: relative; /* transform: skew(359deg) scale(1.02); */
    }

        .tabWrap .tabs br {
            display: none;
        }

        .tabWrap .tabs span img {
            margin-right: 10px;
            width: 27px;
        }

        .tabWrap .tabs span {
            color: #280071; /* transform: skew(20deg); */
            display: inline-flex;
            font-size: 14px;
            font-weight: 600;
            line-height: 16px;
            justify-content: flex-start;
            align-items: center;
            z-index: 1;
            position: relative;
            left: -7px;
            width: 100%;
            top: 4px;
            padding-left: 5px;
        }


        .tabWrap .tabs:before {
            content: '';
            position: absolute;
            top: 0px;
            height: 55px;
            width: 23px;
            right: 0px;
            background: #280071 url("../assests_New/images/tab-arrow.png") no-repeat right center;
            background-size: 100% 100%;
        }

        .tabWrap .tabs:last-child:before {
            display: none
        }

        .tabWrap .tabs.active {
            background: #280971;
            content: "";
        }

            .tabWrap .tabs.active span {
                color: #fff;
            }

                .tabWrap .tabs.active span img {
                    /*filter: invert(48%) sepia(79%) saturate(2476%) hue-rotate(86deg) brightness(118%) contrast(119%);*/
                }

            .tabWrap .tabs.active:before {
                content: "";
                background: #280971 url("../assests_New/images/tab-arrow-active.png") no-repeat 0px center;
                width: 23px;
                position: absolute;
                right: 0px;
                top: 0;
                height: 55px;
                z-index: 100;
                background-size: 100% 100%;
            }

        .tabWrap .tabs.complate:before {
            content: "";
            background: #00a9e0 url("../assests_New/images/tab-arrow-completed.png") no-repeat right center;
            width: 23px;
            position: absolute;
            right: 0px;
            top: 0;
            height: 55px;
            z-index: 100;
            background-size: 100% 100%;
        }

        .tabWrap .tabs span i {
            position: relative;
            display: inline-flex;
            width: 27px;
            height: 31px;
            margin-right: 10px;
        }

            .tabWrap .tabs span i.active-icon-1 {
                background: url("../assests_New/images/nav-icon-1-not-active.svg") no-repeat left center;
            }

        .tabWrap .tabs.active span i.active-icon-1 {
            background: url("../assests_New/images/icons/nav-icon-1.svg") no-repeat left center;
        }

        .tabWrap .tabs span i.active-icon-2 {
            background: url("../assests_New/images/icons/nav-icon-2.svg") no-repeat left center;
        }

        .tabWrap .tabs.active span i.active-icon-2 {
            background: url("../assests_New/images/Group 1.svg") no-repeat left center;
        }

        .tabWrap .tabs span i.active-icon-3 {
            background: url("../assests_New/images/icons/nav-icon-3.svg") no-repeat left center;
        }

        .tabWrap .tabs.active span i.active-icon-3 {
            background: url("../assests_New/images/active-icon-3.svg") no-repeat left center;
        }

        .tabWrap .tabs span i.active-icon-4 {
            background: url("../assests_New/images/icons/nav-icon-4.svg") no-repeat left center;
        }

        .tabWrap .tabs.active span i.active-icon-4 {
            background: url("../assests_New/images/active-icon-4.svg") no-repeat left center;
        }

        .tabWrap .tabs span i.active-icon-5 {
            background: url("../assests_New/images/icons/nav-icon-5.svg") no-repeat left center;
        }

        .tabWrap .tabs.active span i.active-icon-5 {
            background: url("../assests_New/images/active-icon-5.svg") no-repeat left center;
        }

.form-box-wrap {
    width: 985px;
    margin: 0 auto;
}


/* diabetes-modal medical-reports */
.diabetes-questionare {
    font-family: 'Lato-medium';
}

.dib_tabel .testDiv, .dib_tabel .slimScrollDiv {
    height: auto;
}

.retrieve-table-block .tabel2 th:nth-child(1) {
    width: 100px;
    font-family: 'Lato-medium';
}

.retrieve-table-block .tabel2 th:nth-child(2) {
    width: 141px;
    font-family: 'Lato-medium';
}

.retrieve-table-block .tabel2 th:nth-child(3) {
    width: 143px;
    font-family: 'Lato-medium';
}

.retrieve-table-block .tabel2 th:nth-child(4) {
    width: 174px;
    font-family: 'Lato-medium';
}

.retrieve-table-block .tabel3 th:nth-child(1) {
    width: 100px;
    font-family: 'Lato-medium';
}

.retrieve-table-block .tabel3 th:nth-child(2) {
    width: 141px;
    font-family: 'Lato-medium';
}

.retrieve-table-block .tabel3 th:nth-child(3) {
    width: 143px;
    font-family: 'Lato-medium';
}

.retrieve-table-block .tabel3 th:nth-child(4) {
    width: 174px;
    font-family: 'Lato-medium';
}

.retrieve-table-block .tabel2, .tabel3 {
    overflow: hidden;
    font-family: 'Lato';
}

.dib_radio_btn_block.radio-label-with-content [type="radio"]:checked + label:last-child, .dib_radio_btn_block .radio-button-block [type="radio"]:not(:checked) + label:last-child {
    padding: 10px 20px 10px 20px;
}

.tabel_row ::placeholder {
    font-family: 'lato-medium';
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 14px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #999999;
}

.tabel_row td input {
    border: none;
    outline: none;
    font-family: 'lato-medium'; /* text-align: center; */
}

.tabel_row .has-content {
    border: none !important;
    font-size: 12px;
}

.table_row .datepicker-ip {
    background-color: #d41616;
}

.dib_modal .form-section-divider {
    padding-bottom: 12px;
}
/* table heading */
.form-group .table_head_text {
    font-size: 18px;
    color: #666666;
    margin-bottom: 0px;
}

.form-group .monitoring_p {
    font-size: 18px;
    color: #666666;
}

@media only screen and (max-width: 360px) {
    .recommendations .common-heading-sm {
        padding-left: 0;
    }
    /* diabetes-modal medical-reports */
    .retrieve-table-block .tabel2 th:nth-child(1) {
        width: 75px;
        font-size: 8px;
        line-height: 10px;
        font-family: 'Lato-medium';
    }

    .retrieve-table-block .tabel2 th:nth-child(2) {
        width: 75px;
        font-size: 8px;
        line-height: 10px;
        font-family: 'Lato-medium';
    }

    .retrieve-table-block .tabel2 th:nth-child(3) {
        width: 75px;
        font-size: 8px;
        line-height: 10px;
        font-family: 'Lato-medium';
    }

    .retrieve-table-block .tabel2 th:nth-child(4) {
        width: 75px;
        font-size: 8px;
        line-height: 10px;
        font-family: 'Lato-medium';
    }

    .retrieve-table-block .tabel3 th:nth-child(1) {
        width: 75px;
        font-size: 8px;
        line-height: 10px;
        font-family: 'Lato-medium';
    }

    .retrieve-table-block .tabel3 th:nth-child(2) {
        width: 75px;
        font-size: 8px;
        line-height: 10px;
        font-family: 'Lato-medium';
    }

    .retrieve-table-block .tabel3 th:nth-child(3) {
        width: 75px;
        font-size: 8px;
        line-height: 10px;
        font-family: 'Lato-medium';
    }

    .retrieve-table-block .tabel2, .tabel3 {
        overflow: hidden;
        font-family: 'Lato-medium';
    }

    .form-group .monitoring_p {
        font-size: 16px;
    }

    .dib_tabel2 {
        width: 204px;
        margin: 13px 0;
    }

    .dib_tabel tr td {
        font-size: 8px;
    }

    .dib_tabel2 tr td {
        font-size: 8px;
    }

    .label-info-lg {
        font-size: 14px;
    }

    .custom-check p {
        font-size: 12px;
    }

    .form-group .table_head_text {
        font-size: 16px;
        color: #666666;
    }

    .dib_tabel_responsive {
        width: 75%;
        margin-left: 0px;
    }

    .tabel_row td input::placeholder {
        font-family: 'lato-medium';
        font-style: normal;
        font-weight: normal;
        font-size: 8px !important;
        line-height: 14px;
        display: flex;
        align-items: center;
        text-align: center;
        color: #999999;
    }

    .tabel_row td {
        font-size: 8px !important;
        font-family: 'Lato-Regular';
        color: #333333;
    }
}

/* For Safari */
@media not all and (min-resolution:.001dpcm) {
    @media only screen and (max-width: 1300px) {
        .recommendation-note h4 {
            font-size: 10px;
        }
    }

    @media only screen and (max-width: 1280px) {
        .purna-suraksha .tag {
            left: -22px;
            font-size: 10px;
        }

        .purna-suraksha .content-details.pl-5 {
            padding-left: 0 !important;
        }
    }

    @media only screen and (min-width: 1200px) {
        .recommendation .recommendation-right-arrow {
            top: 45%;
            left: 0;
            transform: translateX(-50%);
        }

        .recommendation-result-card .card-horizontal h3.h3 {
            font-size: 14px;
        }

        .card-horizontal .card-nesting.card-nesting-min-width {
            max-width: 211px;
        }

        .sidebar-tab-content.fund-performance table tr th:first-child, .sidebar-tab-content.fund-performance .tbl-content tr td:first-child {
            width: 35%;
        }

        .recommendations-plan-for-desktop .plan-card.active .plan-floating-content {
            padding: 16px 20px;
        }

        .card-horizontal .card-nesting.card-nesting-min-width-v2 {
            min-width: 160px;
        }
    }

    @media only screen and (max-width: 767px) {
        .recommendation-note {
            padding: 0 10px;
        }

            .recommendation-note > div {
                padding: 10px !important;
            }

        .recommendation .card-horizontal .card-nesting > h3.h3 {
            font-size: 12px;
            line-height: 15px;
        }

            .recommendation .card-horizontal .card-nesting > h3.h3 > span {
                font-size: 12px;
                line-height: 15px;
            }

        .recommendation .card.card-horizontal .card-nesting {
            padding: 10px 5px;
        }

        .recommendation .card-horizontal .card-nesting.card-nesting-min-width {
            padding: 20px 0;
        }

        .proposer-detail li:first-child, .proposer-detail li:nth-child(2) {
            padding-right: 20px;
        }

        .smart-platina .table-with-shadow .retrieve-table-wrapper .table-scroll-wba tr:last-child td h3.h2 {
            font-size: 14px;
        }

        .smart-platina .table-with-shadow .retrieve-table-block .table-scroll-wba thead th {
            padding-left: 10px;
        }

        .card-horizontal .tag.font-12 {
            font-size: 8px;
        }
    }

    @media only screen and (max-width: 576px) {
        .dark-table .table tr td:nth-child(1), .dark-table .table tr th:nth-child(1) {
            width: 50px;
        }
    }
}
