body {
    background-color: #fff;
    color: #000;
    margin: 0;
    padding: 0;
}

[class^="icon-"],
[class*=" icon-"] {
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-refresh:before {
    content: "\e905";
}

.icon-chat:before {
    content: "\e900";
}

.icon-download:before {
    content: "\e901";
}

.icon-female:before {
    content: "\e902";
}

.icon-male:before {
    content: "\e903";
}

.icon-transgender:before {
    content: "\e904";
}

html,
body {
    width: 100%;
    background: #ffffff;
}

:root {
    --clr: rgba(244, 129, 31, 1);
}

body {
    font-size: 10px;
    color: #323232;
    margin: 0;
    padding: 0!important;
    font-family: 'Lato-Regular';
    overflow-x: hidden;
}

a {
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    text-decoration: none;
    outline: none;
}

a:hover {
    text-decoration: none;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

input [type=submit],
button {
    outline: none;
}

.clear {
    clear: both;
}

.main-container {
    position: relative;
}

.containerBig {
    width: 100%;
    padding-right: 100px;
    padding-left: 100px;
    margin-right: auto;
    margin-left: auto;
}

.container1 {
    width: 100%;
}

.button {
    display: inline-block;
    padding: 0;
    border: 1px solid transparent;
    outline: none;
    cursor: pointer;
    color: #ffffff;
    font-family: 'Lato-Bold';
    background: #F58220 0% 0% no-repeat padding-box;
    height: 50px;
    line-height: 50px;
    width: 200px;
    border-radius: 5px;
    text-align: center;
    transition: 0.2s all ease;
    -webkit-transition: 0.2s all ease;
    -moz-transition: 0.2s all ease;
    -ms-transition: 0.2s all ease;
    -o-transition: 0.2s all ease;
    font-size: 18px;
    text-align: center;
}

.button:focus {
    outline: none;
}

.button:hover,
.button:focus {
    text-decoration: none;
}

.button:active,
.button.active {
    outline: 0;
}

.button--block {
    width: 100%;
}

.button--auto {
    width: auto;
    padding: 0 40px;
}

.button--auto-small {
    width: auto;
    padding: 0 15px;
}

.button-line {
    border: 1px solid rgba(244, 129, 31, 1);
    color: #323232;
    background: #ffffff;
}

.button-line:hover,
.button-line:focus {
    text-decoration: none;
    background: rgba(244, 129, 31, 1);
    color: #fff!important;
}

.button-line:active,
.button-line.active {
    outline: 0;
}

.button-round {
    border-radius: 50px;
}

:root {
    --form-field-height: 50px;
}

.form-group {
    position: relative;
}

select::-ms-expand {
    display: none;
}

select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #000;
}

option:not(:checked) {
    color: #9fa4a9;
}

.form-field {
    border: 1px solid #CCCCCC;
    height: 40px;
    width: 100%;
    z-index: 2;
    position: relative;
    background: #ffffff;
    outline: none;
    font-size: 14px;
    font-family: 'Lato-Regular';
    border-radius: 5px;
    padding: 0 15px;
}

.form-field:focus {
    outline: 0;
}

.birth-date .form-field {
    background-size: 20px;
}

.birth-date .form-field:focus {
    font-size: 14px;
}

.select-field {
    background: #dddddd url(/content/icici-prudential-life-insurance/term-insurance-plans/assets_appform/images/selectArrow.png) no-repeat calc(100% - 10px) center;
    -webkit-appearance: none;
    appearance: none;
}

.select-field option {
    font-size: 14px;
    color: #9fa4a9;
    font-family: 'Lato-Regular';
}

.select-field option:checked,
.select-field option:hover {
    background: rgba(244, 129, 31, 1);
    color: #fff;
}

.radio-box {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    background: #ffffff;
}

.radio-box input {
    position: absolute;
    width: 0;
    opacity: 0;
}

.radio-box label {
    font-size: 16px;
    color: #323232;
    margin: 0;
    cursor: pointer;
    position: relative;
    width: 152px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border: 1px solid #003B6E;
    border-radius: 5px;
    transition: 0.2s all ease;
    -webkit-transition: 0.2s all ease;
    -moz-transition: 0.2s all ease;
    -ms-transition: 0.2s all ease;
    -o-transition: 0.2s all ease;
}

.radio-box label:hover,
.radio-box input:checked+label {
    background: #003B6E;
    color: #fff;
}

.radio-box input+label span {
    margin-right: 5px;
    font-size: 1.2em;
    position: relative;
    top: 2px;
}

.radio-box-combined {
    display: flex;
    justify-content: space-between;
    border: 1px solid #003B6E;
    border-radius: 5px;
    overflow: hidden;
}

.radio-box-combined .radio-box {
    flex: 1;
}

.radio-box-combined .radio-box label {
    width: 100%;
    border: 0;
    border-radius: 0;
}

.radio-box-combined .radio-box:first-of-type label,
.radio-box-combined .radio-box:nth-of-type(2) label {
    border-right: 1px solid #003B6E;
}

.radio-box-combined .radio-box:last-of-type label {
    border-left: 1px solid #003B6E;
}

.cont-top-container.active {
    position: relative;
    margin: 50px 0;
}

.cont-left {
    margin: 50px 0px;
    max-width: 510px;
    z-index: 1;
    position: absolute;
    left: 0;
    top: 0;
    transition: 0.5s all ease-in-out;
    -webkit-transition: 0.5s all ease-in-out;
    -moz-transition: 0.5s all ease-in-out;
    -ms-transition: 0.5s all ease-in-out;
    -o-transition: 0.5s all ease-in-out;
    opacity: 1;
    visibility: visible;
}

.cont-left.active {
    position: absolute;
}

.cont-left h2 {
    font-size: 60px;
    line-height: 60px;
    color: #003b6e;
    font-family: 'Lato-Bold';
}

.c-offer p {
    font-size: 16px;
    line-height: 1.3;
    color: #ffffff;
    font-family: 'Lato-Bold';
    background-image: linear-gradient(180deg, #003b6e 0%, #093d8a 100%);
    padding: 16px;
    margin: 0;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    padding-left: 45px;
}

.c-offer p img.offerFlag {
    position: absolute;
    right: 0;
    left: inherit;
    top: 0;
    margin: 0;
    height: 100%;
    transform: translate(98%, 0);
    -webkit-transform: translate(98%, 0);
    -moz-transform: translate(98%, 0);
    -ms-transform: translate(98%, 0);
    -o-transform: translate(98%, 0);
}

.c-offer p img {
    margin-right: 5px;
    position: absolute;
    left: 15px;
    top: 15px;
}

ul li {
    font-size: 16px;
    color: #000000;
    position: relative;
    margin-bottom: 10px;
}

ul li:before {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background-color: #003b6e;
    top: 7px;
    left: 0;
}

ul li:last-of-type {
    margin-bottom: 0;
}

.cont-left h2,
.c-offer,
.cont-left ul {
    margin-bottom: 30px;
    padding-left: 35px;
}

.plan_benefit_detail div {
    padding-left: 20px;
    background: #F5F5F5;
    border-radius: 22px;
    height: 40px;
    width: 43%;
    line-height: 2.5;
}

.cont-right {
    width: 44%;
    position: relative;
    z-index: 1;
    left: 50%;
    padding: 35px 0px;
    min-height: 707px;
}

.cont-right-in {
    max-width: 560px;
    min-height: 615px;
    margin: 0;
    border-radius: 15px;
    position: relative;
    top: 34px;
}

.cr-hdn h3 {
    font-size: 24px;
    line-height: 1.3;
    color: #003b6e;
    font-family: 'Lato-Bold';
}

.cr-hdn h4 {
    font-size: 15px;
    line-height: 1.3;
    color: #323232;
    font-family: 'Lato-Regular';
}

hr {
    border-top: 3px solid #f5f5f5;
}

.cmn-label {
    font-size: 13px;
    color: #444444;
    ;
    font-family: 'Lato-Regular';
    display: block;
    margin-bottom: 3px;
}

.ref-link {
    font-family: 'Lato-Regular';
    font-size: 13px;
    color: #9d1823;
    border-bottom: 1px solid #9d1823;
}

.ref-link:hover {
    color: #9d1823;
    opacity: 0.7;
}

.justify {
    display: flex;
    justify-content: space-between;
    align-content: center;
}

.note1 {
    font-size: 14px;
    color: #989898;
    font-family: 'Lato-Regular';
    display: block;
}

.mainContainer {
    position: relative;
    z-index: 1;
    overflow: auto;
}

.cont-bg {
    width: 100%;
}

.cont-bg img {
    position: absolute;
    bottom: 0;
    top: 17%;
    transform: translate(0, 30%);
    -webkit-transform: translate(0, 30%);
    -moz-transform: translate(0, 30%);
    -ms-transform: translate(0, 30%);
    -o-transform: translate(0, 30%);
}

.cont-right-sec-1 {
    width: 505px;
    top: 0;
    left: 0;
    background: #F8F8F8 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #0000001F;
    border: 1px solid #F2EFEF;
    border-radius: 4px;
    padding: 15px;
    left: 0;
}

.cont-right-sec-2 {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    padding-top: 50px;
    left: 0;
    display: none;
}

.cont-right-sec-3 {
    width: 100%;
    border-radius: 15px;
    margin: 10px 0;
    display: none;
}

.active {
    position: relative;
    left: 0;
    opacity: 1;
    visibility: visible;
    z-index: 1;
}

.activated {
    position: absolute;
    left: -100%;
}

.cont-right-sec-2.activated {
    opacity: 0;
    left: 0;
}

.cont-right-sec-2-in {
    position: relative;
    border-radius: 15px;
    background-color: #ffffff;
    padding: 25px 30px;
    padding-top: 70px;
    box-shadow: 18px 10px 57px rgba(0, 0, 0, 0.16);
    -webkit-box-shadow: 18px 10px 57px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 18px 10px 57px rgba(0, 0, 0, 0.16);
}

.cd-plan-offer {
    border-radius: 5px;
    background-image: linear-gradient(180deg, #003b6e 0%, #093d8a 100%);
    position: absolute;
    width: calc(100% - 60px);
    top: -50px;
    text-align: center;
    padding: 20px;
}

.cd-plan-offer h3 {
    font-size: 27px;
    color: #ffffff;
    font-family: 'Lato-Bold';
    margin-bottom: 10px;
}

.cd-plan-offer h3 span {
    font-size: 18px;
    font-family: 'Lato-Regular';
}

.cd-plan-offer h4 {
    margin: 0;
    font-size: 14px;
    line-height: 1.3;
    color: #ffffff;
    font-family: 'Lato-Bold';
}

.cd-plan-offer h4 span {
    font-family: 'Lato-Bold';
}

.broc-dl {
    position: relative;
    top: 3px;
    font-size: 1.2em;
    margin-right: 5px;
    color: rgba(244, 129, 31, 1);
    transition: 0.2s all ease;
    -webkit-transition: 0.2s all ease;
    -moz-transition: 0.2s all ease;
    -ms-transition: 0.2s all ease;
    -o-transition: 0.2s all ease;
}

.button:hover .broc-dl,
.button:focus .broc-dl {
    color: #fff;
}

.recQuote,
.con-right-close {
    display: none;
}

.cont-right-layer {
    display: none;
}

.tabcons-radio-box .radio-box {
    margin-right: 20px;
}

.cont-left.hide {
    opacity: 0;
    visibility: hidden;
}

.cont-top-container.active .cont-right {
    max-width: 100%;
    left: 0;
    margin-left: 8%;
}

.cont-top-container.active .cont-right-in {
    border-radius: 0;
}

.crs-tabs {
    border: 0;
}

.crs-tabs li {
    margin: 0;
    padding: 0;
}

.crs-tabs li:before {
    display: none;
}

.crs-tabs li a {
    position: relative;
    display: block;
}

.crs-tabs li a span {
    background: #8da7bb;
    font-size: 24px;
    color: #c8d6e2;
    font-family: 'Lato-Bold';
    display: block;
    height: 60px;
    width: 500px;
    line-height: 60px;
    text-align: center;
    margin: 0 20px;
    position: relative;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.crs-tabs li a span:before {
    content: '';
    background: url(/content/icici-prudential-life-insurance/term-insurance-plans/assets_appform/images/tab21.png)no-repeat center center/contain;
    width: 24px;
    height: 100%;
    display: inline-block;
    position: absolute;
    left: -23px;
}

.crs-tabs li a span:after {
    content: '';
    background: url(/content/icici-prudential-life-insurance/term-insurance-plans/assets_appform/images/tab22.png)no-repeat center center/contain;
    width: 24px;
    height: 100%;
    display: inline-block;
    position: absolute;
    right: -23px;
}

.crs-tabs li a.active span {
    background: #fff;
    color: #003B6E;
}

.crs-tabs li a.active span:before {
    background: url(/content/icici-prudential-life-insurance/term-insurance-plans/assets_appform/images/tab11.png)no-repeat center center/contain;
}

.crs-tabs li a.active span:after {
    background: url(/content/icici-prudential-life-insurance/term-insurance-plans/assets_appform/images/tab12.png)no-repeat center center/contain;
}

.crs-tabs li.in {
    z-index: 3;
}

.crs-tabs li:first-of-type a span {
    margin-left: 0;
}

.crs-tabs li:first-of-type a span:before {
    display: none;
}

.bigTxt-box {
    position: relative;
    border-radius: 10px;
}

.tab-top-sec .form-field {
    background: #fff;
}

.bigTxtInput,
.tab-top-sec .bigTxtInput {
    padding-left: 34px;
    background: #ddd url(/content/icici-prudential-life-insurance/term-insurance-plans/assets_appform/images/rs.png) no-repeat 17px 8px;
    position: relative;
    z-index: 3;
    opacity: 1;
}

.tab-top-sec .select-field {
    background: #fff url(/content/icici-prudential-life-insurance/term-insurance-plans/assets_appform/images/selectArrow.png) no-repeat calc(100% - 10px) center;
}

.bigTxt-box p {
    padding: 0 20px;
    padding-left: 34px;
    background: #fff url(/content/icici-prudential-life-insurance/term-insurance-plans/assets_appform/images/rs.png) no-repeat 20px 13px;
    margin: 0;
    font-size: 16px;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    height: 50px;
    line-height: 50px;
    color: #003b6e;
    font-family: 'Lato-Bold';
    border-radius: 5px;
    border: 1px solid #ddd;
}

.bigTxt-box p span {
    color: #323232;
    font-family: 'Lato-Bold';
}

input[type='number'] {
    -moz-appearance: textfield;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.inner-sect {
    font-size: 32px;
    color: #323232;
    font-family: 'Lato-Bold';
    margin: 0;
    line-height: 50px;
}

.tab-top-sec {
    position: relative;
    display: flex;
    align-items: flex-end;
    background-image: linear-gradient(180deg, #ffffff 0%, #c7d2db 100%);
    padding: 10px 15px;
}

.tab-top-sec .form-group {
    margin: 0;
    width: 140px;
}

.tab-top-sec .tab-top-sec-mr {
    margin-right: 20px;
}

.tbsg h3 {
    margin: 0;
    font-size: 21px;
    color: #323232;
    font-family: 'Lato-Bold';
}

.tbsg a {
    display: block;
}

.tab-top-sec .form-group1 {
    padding: 0 5px;
}

.tbsg-base {
    display: flex;
    opacity: 0.5;
    align-items: flex-end;
    border-left: 1px dashed #8da7bc;
    padding-left: 20px;
    margin-left: 0;
    flex: 1;
}

.tbsg-base-in h4 {
    font-size: 12px;
    line-height: 16px;
    color: #323232;
    font-family: 'Lato-Bold';
}

.tbsg-base-in p {
    font-size: 20px;
    color: #323232;
    font-family: 'Lato-Bold';
    margin: 0;
    line-height: 30px;
}

.tbsg-base-in p span {
    font-size: 20px;
    color: #323232;
    font-family: 'Lato-Bold';
    margin: 0;
    line-height: 30px;
}

.tbsg-base-in-plus {
    font-size: 48px;
    line-height: 30px;
    color: #323232;
    font-family: 'Lato-Regular';
    margin: 0 15px;
}

.tab-top-sec .button {
    color: rgba(244, 129, 31, 1);
    position: absolute;
    right: 20px;
    bottom: 30px;
    width: 145px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
}

.tab-top-sec .button:hover {
    color: #fff;
}

.tab-top-sec .button span {
    margin-right: 5px;
    font-size: 1.2em;
    position: relative;
    top: 2px;
}

.tab-body-sec {
    background: #fff;
    padding: 20px;
    position: relative;
    display: flex;
    box-shadow: 18px 10px 57px rgba(0, 0, 0, 0.08);
    -webkit-box-shadow: 18px 10px 57px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 18px 10px 57px rgba(0, 0, 0, 0.08);
    -ms-box-shadow: 18px 10px 57px rgba(0, 0, 0, 0.08);
}

.tab-body-left-sec {
    width: 60%;
    padding-right: 20px;
}

.crTabHdn {
    font-size: 21px;
    color: #323232;
    font-family: 'Lato-Bold';
    margin: 0;
    position: relative;
}

.crTabHdn span {
    padding-right: 20px;
    background: #fff;
    position: relative;
    z-index: 1;
}

.crTabHdn:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    background: #ddd;
    display: inline-block;
    width: 100%;
    height: 1px;
}

.right_float.ref-link {
    float: right;
}

.tbl-f-box {
    display: flex;
    align-items: stretch;
    margin-bottom: 25px;
}

.tbl-fl {
    width: calc(100% - 110px);
    padding-right: 20px;
}

.tbl-fr {
    width: 110px;
    align-self: stretch;
}

.tbl-fr.button {
    height: auto;
    background: #9D1823;
}

.tbl-fr.button:hover {
    background: rgba(244, 129, 31, 1);
}

.tbl-fr.button-line {
    height: auto;
    color: rgba(244, 129, 31, 1);
    background: #ffffff;
    line-height: 24px;
}

.tbl-fr.button-line:hover {
    color: #fff;
}

.benf-box {
    display: flex;
    justify-content: space-between;
    border-radius: 5px;
    background-color: #e8ecf0;
    padding: 25px;
}

.benf-left {
    width: 60%;
    padding-right: 25px;
}

.benf-left h3 {
    font-size: 19px;
    line-height: 19px;
    color: #323232;
    font-family: 'Lato-Bold';
    margin-bottom: 15px;
}

.benf-left h3 span {
    color: #8DA7BC;
    font-size: 17px;
}

.benf-left h4 {
    font-size: 20px;
    line-height: 20px;
    color: #8da7bc;
    font-family: 'Lato-Bold';
    margin: 0;
}

.benf-left p {
    font-size: 16px;
    line-height: 1.5;
    color: #323232;
    margin-bottom: 5px;
}

.benf-left p b {
    font-family: 'Lato-Bold';
}

.benf-left .ref-link {
    color: #A70303;
    border-bottom: 1px dashed #A70303;
}

.benf-right {
    width: 40%;
    padding-left: 25px;
}

.w100 {
    width: 100%;
}

.rec-plan-btn {
    width: 375px;
    border-radius: 50px;
    text-align: left;
    padding: 0 30px;
}

.rec-plan-btn img {
    float: right;
    position: relative;
    top: 18px;
}

.con-right-close-1,
.con-right-close-2 {
    display: none;
}

.con-right-close-3 {
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
}

.con-right-close-3 span {
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
    font-size: 16px;
    color: #333;
    font-family: 'Lato-Bold';
}

.chek-fiel input {
    position: absolute;
    height: 19px;
    width: 19px;
    top: 0;
    opacity: 0;
}

.chek-fiel label {
    width: 100%;
}

.chek-fiel input:checked~label .tbSecSelBtn {
    background: rgba(244, 129, 31, 1);
    color: #fff;
}

.sel-option {
    border: 1px solid #E8ECF0;
    padding: 20px;
    position: relative;
}

.btn:focus {
    box-shadow: none;
}

.sel-option h3 {
    font-size: 18px;
    line-height: 1.3;
    color: #323232;
    font-family: 'Lato-Bold';
    margin-bottom: 10px;
}

.sel-option .partxt {
    font-size: 16px;
    line-height: 1.5;
    color: #323232;
    margin-bottom: 15px;
    margin-top: 1rem;
}

.sel-option p a {
    color: #A70303;
}

.sel-option h6 {
    font-size: 16px;
    line-height: 23px;
    color: #323232;
    font-family: 'Lato-Bold';
    margin-bottom: 30px;
    text-align: center;
}

.sel-option .bigTxt-box {
    margin-bottom: 10px;
}

.tbSecSelBtn {
    display: inline-block;
    padding: 0;
    border: 1px solid rgba(244, 129, 31, 1);
    outline: none;
    cursor: pointer;
    color: rgba(244, 129, 31, 1);
    font-family: 'Lato-Bold';
    background: #fff;
    height: 60px;
    line-height: 60px;
    width: 100%;
    border-radius: 5px;
    text-align: center;
    transition: 0.2s all ease;
    -webkit-transition: 0.2s all ease;
    -moz-transition: 0.2s all ease;
    -ms-transition: 0.2s all ease;
    -o-transition: 0.2s all ease;
    font-size: 18px;
    text-align: center;
}

.tbSecSelBtn:hover {
    background: #ffe0cc;
}

.sel-option .chek-fiel {
    position: absolute;
    left: 20px;
    bottom: -30px;
    width: calc(100% - 40px);
}

.tbSec {
    padding-left: 20px;
    border-left: 1px dashed #8DA7BC;
    display: none;
    height: 100%;
}

.selection-list .diFle {
    display: flex;
    justify-content: space-between;
}

.selection-list .diFle .sel-option {
    width: calc(50% - 10px);
    border-radius: 10px;
}

.tab-body-right-sec {
    width: 40%;
}

.bolText {
    color: #323232;
    font-family: 'Lato-Bold';
    font-size: 16px;
    margin-bottom: 0;
}

.teHead {
    font-size: 16px;
    margin-bottom: 0;
}

.rad-fiel input {
    position: absolute;
    height: 19px;
    width: 19px;
    top: 0;
    opacity: 0;
}

.rad-fiel input+label {
    cursor: pointer;
    margin: 0;
}

.rad-fiel input:checked~label .cirBef {
    background: rgba(244, 129, 31, 1);
    color: #fff;
    background-image: url(/content/icici-prudential-life-insurance/term-insurance-plans/assets_appform/images/tick.png);
    background-size: auto;
    background-position: center;
    background-repeat: no-repeat;
}

.rad-fiel input:checked~label .contDiv {
    background: #FCE9DD;
    border: 1px solid rgba(244, 129, 31, 1);
}

.cirBef {
    border: 3px solid #fff;
    background: #C7D2DB;
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -20px;
}

.contDiv {
    background: #E8ECF0;
    padding: 10px 30px;
    padding-right: 10px;
    border-radius: 10px;
    border: 1px solid #E8ECF0;
}

.rad-fiel {
    position: relative;
    margin-left: 20px;
    margin-bottom: 15px;
}

.rad-fiel label {
    width: 100%
}

.badg {
    background: #A70303;
    color: #fff;
    border-radius: 50px;
    font-size: 10px;
    line-height: 1;
    padding: 5px 10px;
}

.swiper-container {
    width: 100%;
    height: 100%;
}

.sliHed {
    color: #323232;
    font-size: 16px;
    font-family: 'Lato-Bold';
    margin-bottom: 0;
}

.sliCon {
    color: #323232;
    font-size: 10px;
}

.slidDiv {
    background: #E8ECF0;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 10px;
    border: 1px solid #E8ECF0;
}

.sliRadi .cirBef {
    top: 0;
    left: 20px;
}

.rad-fiel input:checked~label .slidDiv {
    background: #FCE9DD;
    border: 1px solid rgba(244, 129, 31, 1);
}

.sliRadi {
    margin: 20px 0px;
}

.slidpay .swiper-slide {
    width: 220px;
    padding-right: 20px;
}

.slidpay .swiper-slide .str-line-up {
    width: auto;
}

.sliPrice {
    color: #323232;
    font-size: 12px;
}

.sliPrice span {
    color: #323232;
    font-size: 29px;
    font-family: 'Lato-Bold';
}

.slidDiv .badg {
    position: absolute;
    top: -8px;
    right: 18px;
}

.youSav {
    background: #8DA7BC;
    padding: 10px 0;
    margin: 10px 0;
    text-align: center;
}

.youSav h3 {
    color: #323232;
    font-size: 12px;
    font-family: 'Lato-Bold';
}

.pad15 {
    padding: 0 15px;
}

.mar22 {
    margin: 22px 0;
}

.tbl-fr-another {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.tbl-fr-another .button {
    width: 100%;
}

.tbl-fr1 {
    height: calc(100% - 60px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    line-height: 1;
}

.tbl-fr1 span {
    font-size: 14px;
    font-family: 'Lato-Regular';
    display: block;
    line-height: 1.3;
    margin-top: 12px;
}

.tbl-fr2 {
    height: 50px;
    line-height: 50px;
    color: rgba(244, 129, 31, 1);
}

.tbSec {
    display: none;
}

.tbSec.active {
    display: block;
}

.tbl-f-box-mob {
    display: none;
}

.bDate {
    -moz-appearance: textfield;
}

.bDate::-webkit-inner-spin-button,
.bDate::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.bDate::-webkit-inner-spin-button,
.bDate::-webkit-calendar-picker-indicator {
    display: none;
    -webkit-appearance: none;
}

header {
    background: #fff;
    z-index: 3;
    position: relative;
    padding: 1% 7.5%;
}

.logo-box {
    align-items: center;
    margin-left: 34px;
}

.logo-box a.active {
    display: inline-block;
    vertical-align: middle;
    margin-right: 30px;
}

.form-element-error {
    color: #f00;
    font-size: 0.7rem;
}

.button--block.disabled {
    background-color: #999;
    color: #666;
}

.quote_error_lifecover {
    display: none;
    transition: all linear .2s;
    font-size: 1.1em;
    padding: 5px 0 0;
    color: red;
}

.quote_form_freqtext {
    font-size: 12px !important;
    font-family: 'Lato-Regular' !important;
}

#editmodal5 .home-modalWrapper {
    line-height: 20px!important;
    text-align: center;
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, .05);
}

.home-modalContainer {
    position: relative;
}

.divheadtb {
    font-size: 1.8em;
    text-align: center;
    padding: 10px;
    color: #555;
    display: inline-block;
}

.divSavingTableBody {
    display: block;
    font-size: 1.1em;
    color: #333;
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
    display: table;
    font-size: 13px;
}

.trow {
    display: table-row;
}

.trow .column {
    display: table-cell;
    vertical-align: top;
    text-align: center;
    padding: 10px;
}

.mainheading {
    letter-spacing: 0;
    font-size: 0.9em;
}

.tbborderright {
    border-right: 1px #ececec solid;
}

.trow .column {
    display: table-cell;
    vertical-align: top;
    text-align: left;
    padding: 7px 7px 7px 20px;
    font-size: 14px;
    line-height: 1.5;
    font-family: 'Lato-Regular'
}

.bgtable {
    background: #eee;
}

.tbbordertop {
    border-top: 1px #d7d7d7 solid;
}

.tbbordercls {
    border-right: 1px #d5d5d5 dotted;
    border-bottom: 1px #cbc2c2 dotted;
}

.subheading {
    letter-spacing: 0;
    font-family: 'Lato-Bold';
    font-size: 0.9em;
}

.seen {
    display: block;
}

.notseen {
    display: none;
}

.pay-head {
    text-align: center;
    margin: 10px 0px;
    color: rgba(244, 129, 31, 1);
    font-size: 15px;
}

input[name=mobileno]::placeholder,
input[name=emailid]::placeholder {
    color: #a09e9e;
    opacity: 1;
    font-size: 12px !important;
}

.call-user {
    text-align: center;
    margin-bottom: 5px;
}

.home-modalContainer p {
    color: #555;
    font-size: 14px;
    margin: 0px 10px 10px;
    padding: 10px;
    line-height: 20px;
}

.home-modalContainer p.desctxt {
    color: #6a6a6a;
    font-size: 18px;
    margin: 0px 10px 5px;
    padding: 10px;
    line-height: 22px;
    text-align: center;
    font-family: 'Lato-Bold';
}

.desctxt small {
    color: #004a80;
    font-size: 20px;
    display: block;
    margin: 5px 0 0;
    line-height: 20px;
}

.callCentre {
    font-size: 15px;
    text-align: center;
    color: #6a6a6a;
    line-height: 20px;
    font-family: 'Lato-Bold';
}

.cm-line-break {
    display: block;
}

.pay-head {
    text-align: center;
    margin: 10px 0px;
    color: rgba(244, 129, 31, 1);
    font-size: 15px;
}

.home-closeBtn,
.js-closeBtn {
    margin: 10px 0px;
    display: inline-block;
    position: relative;
    cursor: pointer;
    padding: 6px 14px;
    background-color: rgba(244, 129, 31, 1);
    color: #f5f5f5 !important;
    border-radius: 2px;
    font-size: 15px;
}

.needhelp {
    width: 40% !important;
}

.boxborder {
    border: 1px solid #b2b2b2;
    border-radius: 10px;
}

.performance-snapshot1 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.row {
    margin-right: -15px;
    margin-left: -15px;
    position: relative;
}

.col-lg-4 {
    width: 33.33333333%;
    float: left;
}

.col-xs-12 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    margin-bottom: 25px;
}

.panel-group {
    margin-bottom: 20px;
}

.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}

.panel-default {
    border-color: #ddd;
}

.panel-group .panel {
    margin-bottom: 0;
    border-radius: 4px;
}

.panel-group .panel {
    border-radius: 0;
    border: 0;
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.panel-heading {
    padding: 15px 0 0;
}

.panel-group .panel-heading {
    border-bottom: 0;
}

.panel-default>.panel-heading {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd;
}

.plan-details .panel-body,
.plan-details .panel-heading,
.document-accord .panel-heading,
.customise ul,
.tablesaw th,
.tablesaw td,
.first-header .navbar-nav>li>.dropdown-menu>li,
.first-layer .seconadary-tabs li,
.list-content-hold,
.schemeHold ul {
    padding: 0;
}

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit;
}

.collapse {
    display: none;
}

.collapse.in {
    display: block;
}

.panel-body {
    padding: 15px;
}

.link-list li,
.mb20,
.tab-list,
.buying-step {
    margin-bottom: 20px;
}

.plan-details .panel-group .panel+.panel,
.claim-box h4,
.mt20,
.saving-category {
    margin-top: 20px;
}

.nav-tabs {
    border: 0;
}

.panel-default>.panel-heading+.panel-collapse>.panel-body div {
    border: 0;
    padding: 10px;
}

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit;
}

.panel-title>.small,
.panel-title>.small>a,
.panel-title>a,
.panel-title>small,
.panel-title>small>a {
    color: inherit;
}

.panel-heading a {
    -moz-transition: all .10s ease;
    -ms-transition: all .10s ease;
    -o-transition: all .10s ease;
    -webkit-backface-visibility: hidden;
    -webkit-transition: all .10s ease;
    transition: all .10s ease;
}

.plan-details .panel-heading h4 a {
    background-color: #08486f;
    background-position: 97% center;
    background-position: right 15px center;
    background-repeat: no-repeat;
    color: #fff;
    display: block;
    font-family: 'Lato-Bold';
    font-size: 20px;
    line-height: 1.4;
    padding: 15px;
    width: 100%;
}

#disc-accordian .panel-heading h4 a {
    background-color: #ffffff !important;
    border-bottom: 1px #969696 solid;
    padding: 10px 10px 10px;
    color: #6a6a6a;
    justify-content: space-between;
    text-align-last: justify;
}

#disc-accordian .panel-heading h4 a.collapsed {
    display: inline-block;
}

#disc-accordian .panel-heading h4 a.collapsed img {
    transform: rotate(0deg);
    transition-duration: 1s;
}

#disc-accordian .panel-heading h4 a img {
    transform: rotate(-180deg);
    transition-duration: 1s;
}

.lifecovererror {
    width: 113px;
    font-size: 10px;
    margin-right: 0px !important;
}

.ci-breakup {
    display: none;
}

.adbr-breakup {
    display: none;
}

#cust-cover {
    width: 150px;
    height: 200px;
    top: 120px;
    z-index: 0
}

#floating_panel {
    z-index: 0;
}

.fam-content {
    width: 750px !important;
}

.regularpay {
    margin-right: 20px;
}

.regularpay:after {
    content: '';
    position: absolute;
    width: 1px;
    height: calc(100% - 40px);
    right: 0;
    top: 20px;
    border-right: 1px dashed #8DA7BC;
}

.msl-box {
    background: #E8ECF0;
    padding: 20px;
    border-radius: 10px;
    border: 1px solid #E8ECF0;
}

.msl-box h5 {
    color: #323232;
    font-size: 16px;
    font-family: 'Lato-Bold';
    margin-bottom: 0;
}

.msl-box p {
    color: #323232;
    font-size: 14px;
    font-family: 'Lato-Regular';
}

.hdn-big {
    font-family: 'Lato-Bold';
    font-size: 24px;
    color: #323232;
    margin-bottom: 20px;
}

.key-ben-box {
    background: #fff;
    padding: 30px;
    text-align: center;
}

.key-ben-img {
    margin-bottom: 20px;
}

.key-ben-img .key-ben-img1 {
    height: 95px;
    width: 86px;
}

.key-ben-box h4 {
    font-size: 18px;
    line-height: 1.3;
    color: #323232;
    font-family: 'Lato-Bold';
}

.key-ben-box p {
    font-size: 14px;
    line-height: 1.5;
    color: #323232;
    font-family: 'Lato-Regular';
    margin: 0;
}

.sldr-arrows {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    transition: 0.2s all ease;
    -webkit-transition: 0.2s all ease;
    -moz-transition: 0.2s all ease;
    -ms-transition: 0.2s all ease;
    -o-transition: 0.2s all ease;
    border: 1px solid #E5E5E5;
}

.keyBenSlider {
    margin: 0 -20px;
    padding: 0 20px;
    width: calc(100% + 40px);
}

.sldr-next {
    background: #fff url(/content/icici-prudential-life-insurance/term-insurance-plans/assets_appform/images/arrow-clr-right.png)no-repeat center center;
    right: 0;
}

.sldr-next:hover {
    background: rgba(244, 129, 31, 1) url(/content/icici-prudential-life-insurance/term-insurance-plans/assets_appform/images/arrow-white.png)no-repeat center center;
}

.sldr-prev {
    background: #fff url(/content/icici-prudential-life-insurance/term-insurance-plans/assets_appform/images/arrow-clr-left.png)no-repeat center center;
    left: 0;
}

.sldr-prev:hover {
    background: rgba(244, 129, 31, 1) url(/content/icici-prudential-life-insurance/term-insurance-plans/assets_appform/images/arrow-white-left.png)no-repeat center center;
}

.performance-snapshot {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.performance-snapshot .key-ben-box {
    width: calc(20% - 15px);
    padding: 25px 15px;
}

.section {
    margin-bottom: 50px;
}

.save-money-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: transparent linear-gradient(180deg, #FFE0C1 0%, #FFEEDC 100%) 0% 0% no-repeat padding-box;
    padding: 1%;
    border-radius: 50px;
}

.sm-icon {
    position: absolute;
    bottom: 17%;
}

.sm-icon img {
    vertical-align: text-bottom;
    height: 50px;
}

.save-money-left {
    display: flex;
    align-items: center;
    margin-left: 10%;
    width: 100%;
}

.save-money-box p {
    margin: 0;
    font-size: 16px;
    font-family: 'Lato-Bold';
    color: #232323;
}

.sm-see-more {
    margin: 0;
    font-size: 14px;
    font-family: 'Lato-Bold';
    color: #003B6E;
    cursor: pointer;
}

.sm-see-more img {
    vertical-align: baseline;
    margin-left: 3px;
}

.slidpayUp {
    padding: 0 40px;
    position: relative;
}

.my-modal-dialog {
    max-width: 750px;
}

.my-modal-dialog .modal-content {
    padding: 15px;
}

.close-modal {
    position: absolute;
    top: 0;
    right: 0;
}

.my-modal-dialog .swiper-wrapper {
    padding-bottom: 50px;
}

.swiper-pagination-bullet {
    background-color: #fff;
    cursor: pointer;
}

.my-modal-dialog .modal-body {
    padding: 0;
}

#modal_employee .modal-dialog .modal-close {
    top: -20%;
}

.swiper-button-next,
.swiper-button-prev {
    outline: none;
}

.cont-right-sec-3-header {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.quick-guide {
    display: flex;
    align-items: center;
    z-index: 1;
    margin: 0 10px;
    text-align: center;
    position: absolute;
    left: 80%;
    top: 25%;
}

.quick-guide .guide-txt {
    margin: 0;
    font-family: 'Lato-Bold';
    font-size: 13px;
    line-height: 1;
    color: #9D1823;
}

.quick-guide-box {
    display: flex;
    align-items: flex-start;
    line-height: 1;
    z-index: 1;
}

.quick-guide .call {
    width: 25px;
    height: 25px;
    background: #A70303;
    border-radius: 50%;
    text-align: center;
    line-height: 23px;
    display: block;
    margin: 0 auto 7px;
}

.quick-guide a img {
    max-width: 25px;
}

.tab-active {
    padding-left: 0%;
}

.overflow {
    overflow-x: hidden;
    overflow-y: hidden;
    position: fixed;
    width: 100%;
    height: 100%;
}

.regularpay {
    margin-right: 20px;
}

.regularpay:after {
    content: '';
    position: absolute;
    width: 1px;
    height: calc(100% - 40px);
    right: 0;
    top: 20px;
    border-right: 1px dashed #8DA7BC;
}

.common-popup .key-ben-box {
    text-align: left;
}

.cont-right-mob {
    display: none;
}

input[type=text],
input[type=number],
input[type=email],
input[type=password],
input[type=tel],
textarea {
    -moz-appearance: none;
    appearance: none;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

.rangeslider-wrap {
    padding-top: 100px;
    padding-bottom: 20px;
}

.rangeslider {
    position: relative;
    height: 0;
    border-radius: 5px;
    width: 100%;
    background-color: #fff;
}

.rangeslider__handle {
    transition: background-color .2s;
    box-sizing: border-box;
    width: 32px;
    height: 32px;
    border-radius: 100%;
    background-color: rgba(244, 129, 31, 1);
    touch-action: pan-y;
    cursor: pointer;
    display: inline-block;
    position: absolute;
    z-index: 3;
    top: -17px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5), inset 0 0 0 2px white;
}

.rangeslider__handle__value {
    transition: background-color .2s, box-shadow .1s, transform .1s;
    -webkit-transition: background-color .2s, box-shadow .1s, transform .1s;
    -moz-transition: background-color .2s, box-shadow .1s, transform .1s;
    -ms-transition: background-color .2s, box-shadow .1s, transform .1s;
    -o-transition: background-color .2s, box-shadow .1s, transform .1s;
    box-sizing: border-box;
    width: 110px;
    text-align: center;
    padding: 5px;
    background-color: rgba(244, 129, 31, 1);
    border-radius: 5px;
    color: white;
    left: -39px;
    top: -95px;
    position: absolute;
    white-space: nowrap;
    border-radius: 25px;
    font-family: 'Lato-Bold';
    font-size: 16px;
}

.rangeslider__handle__value span {
    font-family: 'Lato-Regular';
    font-size: 11px;
}

.rangeslider__handle__value:before {
    transition: border-top-color .2s;
    position: absolute;
    bottom: -10px;
    left: calc(50% - 10px);
    content: "";
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid;
    border-top-color: rgba(244, 129, 31, 1);
}

.rangeslider__handle__value:after {
    content: "";
    width: 2px;
    height: 60px;
    display: block;
    position: absolute;
    background: #fe6601;
    bottom: -60px;
    left: calc(50% - 1px);
    ;
}

.rangeslider__fill {
    position: absolute;
    top: 0;
    z-index: 1;
    height: 100%;
    background-color: #fff;
    border-radius: 5px;
}

.rangeslider__labels {
    position: absolute;
    width: 100%;
    z-index: 2;
    display: flex;
    justify-content: space-between;
}

.rangeslider__labels__label {
    font-size: 14px;
    position: relative;
    color: #323232;
    font-family: 'Lato-Bold';
}

.rangeslider__labels__label:first-child:before,
.rangeslider__labels__label:last-child:before {
    height: 12px;
    width: 2px;
}

.rangeslider__labels__label:first-child:before {
    background-color: #0099FF;
}

.rangeslider__labels__label:last-child:before {
    background-color: #fff;
}

.rangeslider__labels__label:first-child {
    transform: translateX(-48%);
}

.rangeslider__labels__label:last-child {
    transform: translateX(48%);
}

.rangeslider.rangeslider--active .rangeslider__handle *:before {
    border-top-color: rgba(244, 129, 31, 1);
}

.rangeslider.rangeslider--active .rangeslider__handle__value {
    box-shadow: 0 -3px 2px rgba(0, 0, 0, 0.04), 0 -9px 25px rgba(0, 0, 0, 0.15);
}

.rangeslider__handle__value_in {
    font-family: 'Lato-Bold';
    text-align: center;
    line-height: 32px;
    font-size: 16px;
    color: #fff;
}

.grphSlid {
    position: relative;
    background: #fff;
    padding: 40px 30px;
    border-radius: 5px;
}

.triGrph {
    position: absolute;
    width: calc(100% - 60px);
    bottom: 60px;
}

.triGrph img {
    width: 100%;
}

.graDiv {
    padding: 10px;
    display: none;
    background: #ccdff2;
    border-radius: 0 0 10px 10px;
    position: absolute;
    width: 100%;
    top: 80%;
}

.cont-top-container.active {
    transition: 0.2s all ease;
    -webkit-transition: 0.2s all ease;
    -moz-transition: 0.2s all ease;
    -ms-transition: 0.2s all ease;
    -o-transition: 0.2s all ease;
}

.cont-top-container.active.graAct {
    padding-bottom: 90px;
}

.graCont {
    margin: 10px;
}

.graCont h6 {
    margin: 0;
    font-size: 16px;
    font-family: 'Lato-Bold';
    color: #003B6E;
}

.graCont p {
    margin: 0;
    font-size: 12px;
    font-family: 'Lato-Regular';
    color: #003B6E;
}

.save-money-box-up {
    position: relative;
    max-width: 448px;
    border-radius: 37px;
    border: #CCE0F9 dashed;
    padding: 0.5%;
    border-width: thin;
    margin: 6%;
    margin-left: 0%;
}

.keyben-link {
    display: none;
}

.key-ben-mob {
    display: flex;
    align-items: center;
}

.modal-backdrop {
    opacity: 0.8 !important;
}

.key-ben-mob .ref-link {
    font-family: 'Lato-Bold';
}

.modal-title {
    font-size: 24px;
    color: #fff;
    font-family: 'Lato-Bold';
}

.keyben-modal-dialog .modal-content {
    padding-top: 0 !important;
}

.keyben-modal-dialog .close-modal {
    top: 0;
    right: 30px;
}

.my-slider-box {
    position: relative;
    padding: 0 50px;
}

.disClam h4 {
    font-size: 18px;
    line-height: 1.3;
    color: #323232;
    font-family: 'Lato-Bold';
}

.disClam p {
    font-size: 12px;
    line-height: 1.5;
    color: #323232;
    font-family: 'Lato-Regular';
}

.fotBor {
    border: 1px solid #ccc;
    padding: 20px;
}

.fotBor p {
    font-size: 12px;
    line-height: 1.5;
    color: #323232;
    font-family: 'Lato-Regular';
}

.fotBor a {
    font-size: 12px !important;
}

.tabIll h4 {
    font-size: 18px;
    line-height: 1.3;
    color: #323232;
    font-family: 'Lato-Bold';
}

.tabIll ul {
    list-style: decimal;
    padding-left: 20px;
}

.tabIll ul li {
    padding-left: 0;
}

.grid-block .headSec {
    background-color: #f5821f;
    float: left;
    width: 100%;
    color: white;
    padding: 10px;
}

.grid-block .headSec .rtBackSec {
    float: left;
    cursor: pointer;
}

.grid-block .headSec .rtBackSec .bck-arrow {
    float: left;
    font-size: 28px;
}

.grid-block .headSec .rtBackSec .bck-text {
    float: left;
    font-size: 18px;
    padding: 12% 0% 0px 7px;
}

.grid-block .headSec .appNoSec {
    float: right;
}

.grid-block .headSec .appNoSec .appNoTxt {
    font-size: 16px;
}

.grid-block .headSec .appNoSec .appNo {
    font-size: 17px;
    font-family: "Lato-Bold";
    float: right;
}

.cont-left ul li {
    font-family: 'Lato-Regular';
    font-size: 18px;
    color: #444444;
    margin-bottom: 0.5%;
}

.cont-left ul li:after {
    content: '';
    position: absolute;
    width: 15px;
    height: 15px;
    left: -25px;
    top: 60%;
    transform: translateY(-50%);
    background-image: url(/content/icici-prudential-life-insurance/term-insurance-plans/TP-ROP/images/check-big.svg);
    background-size: 15px;
    background-repeat: no-repeat;
}

ul li::before {
    content: none;
}

.ai-tooltip-container {
    position: absolute;
    width: 25px;
    height: 25px;
    right: 5px;
    top: 60%;
    transform: translateY(-50%);
    background-image: url(/content/icici-prudential-life-insurance/term-insurance-plans/TP-ROP/images/tool-tip1.svg);
    background-size: 24px;
    background-repeat: no-repeat;
}

.dropdown-content {
    background-image: url(/content/icici-prudential-life-insurance/term-insurance-plans/TP-ROP/images/arrow-orange.svg);
    background-repeat: no-repeat;
    background-position: calc(100% - 10px);
    -webkit-appearance: none;
    appearance: none;
}

.crs-tabs li a span {
    background: #fff;
    color: #DDDDDD;
}

.crs-tabs li a.active span {
    color: #9D1823;
    background-image: linear-gradient(180deg, #ebf6ff 0%, #dfecf8 100%);
}

.crs-tabs li a.active:before {
    content: '';
    position: absolute;
    left: 20px;
    width: calc(100% - 40px);
    background: #9D1823;
    height: 8px;
    top: 0;
    z-index: 1;
}

.crs-tabs li:first-of-type a.active:before {
    left: 0;
    width: calc(100% - 20px);
}

.tab-top-sec {
    background-image: linear-gradient(180deg, #dfecf8 0%, #c5d7e7 100%);
    position: sticky;
    position: -webkit-sticky;
    top: 0px;
    overflow: inherit;
    z-index: 3;
}

.tab-top-sec .form-group1 {
    border-left: 1px solid #8DA7BC;
    padding-left: 20px;
}

.tbl-f-container {
    background: #E8ECF0;
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 20px;
    transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
    -ms-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    position: relative;
}

.tbl-f-container.active {
    background: #fff;
    box-shadow: 0 3px 22px rgba(0, 0, 0, 0.25);
}

.tbl-f-container:before {
    content: '';
    background: url(/content/icici-prudential-life-insurance/term-insurance-plans/assets_appform/images/tbl-arrow.png)no-repeat LEFT center;
    width: 33px;
    height: 59px;
    position: absolute;
    right: -33px;
    top: 50%;
    margin-top: -30px;
    background-size: 24px;
    opacity: 0;
    transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
    -ms-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
}

.numbertag {
    content: '';
    background: url(/content/icici-prudential-life-insurance/term-insurance-plans/assets_appform/images/number_bg.png)no-repeat LEFT center;
    width: 33px;
    height: 59px;
    position: absolute;
    top: -14px;
    left: -12px;
    background-size: 24px;
    opacity: 1;
    transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
    -ms-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
}

.onClicknumbertag:before {
    height: 38px;
}

.payoutIndex {
    position: relative;
    left: 7px;
    top: 14px;
    font-size: 16px;
    font-family: 'Lato-Bold';
}

.tbl-f-container.active:before {
    opacity: 1;
}

.crTabHdn span {
    transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
    -ms-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
}

.tbl-f-container.active .crTabHdn span {
    background: #fff;
}

.crTabHdn span {
    background: #e8ecf0;
}

.benf-box {
    background-color: #D5DCE4;
}

.tbl-f-box {
    margin-bottom: 15px;
}

.tbl-fr1.button-line {
    height: calc(100% - 60px);
}

.tbl-fr2.button-line {
    height: 50px;
    line-height: 50px;
}

.tbl-fr-another .button.tbl-fr3 {
    height: 100%;
}

.benf-left p,
.sel-option .partxt,
.tabIll ul li,
.teHead {
    font-family: 'Lato-Regular';
}

.tab-body-left-sec,
.tab-body-right-sec {
    width: 50%;
}

.tab-body-left-sec {
    border-right: 1px dashed #8DA7BC;
    padding-right: 40px;
}

.tab-body-right-sec {
    padding-left: 40px;
}

.benf-box {
    display: block;
}

.benf-left {
    width: 100%;
    padding-right: 0;
}

.benf-right {
    width: 100%;
    padding-left: 0;
    max-width: 200px;
    margin-top: 20px;
}

.benf-right .form-group {
    margin-bottom: 0;
}

.benefit-sect-adbr {
    width: 100%;
}

.tbSec {
    border-left: 0;
}

.rec-plan-btn {
    width: 100%;
    text-align: center;
}

.benf-left h3 {
    line-height: 1.3;
}

.benf-left h4 {
    color: #76848F;
}

.selection-list .diFle .sel-option:last-of-type {
    margin-bottom: 0;
}

.sel-option .bigTxt-box {
    max-width: 100%;
    margin-bottom: 0;
    vertical-align: middle;
}

.selection-list .diFle .sel-option h6 {
    margin-bottom: 0;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    color: #004a80;
}

.selection-list .diFle .sel-option .chk {
    position: absolute;
    height: 19px;
    width: 19px;
    top: 0;
    opacity: 0;
}

.sel-option .chk+label {
    cursor: pointer;
}

.sel-option .chk:checked+label .cirBef {
    background: rgba(244, 129, 31, 1);
    color: #fff;
    background-image: url(/content/icici-prudential-life-insurance/term-insurance-plans/assets_appform/images/tick.png);
    background-size: auto;
    background-position: center;
    background-repeat: no-repeat;
}

.rad-fiel {
    margin-left: 0;
    margin-bottom: 20px;
}

.badg {
    font-family: 'Lato-Bold';
}

.tbSec2 .badg,
.payForcontainer .badg {
    position: absolute;
    top: -10px;
    left: 30px;
}

.rad-fiel label {
    width: 100%;
    font-size: 12px;
    color: #666;
    font-family: 'Lato-Bold';
}

.dropdown2 {
    border: none;
    z-index: 2;
    position: relative;
    outline: none;
    font-size: 14px;
    color: #a70303;
    font-family: 'Lato-Bold';
    background: url(/content/icici-prudential-life-insurance/term-insurance-plans/assets_appform/images/selectArrow1.png) no-repeat right center/10px;
    -webkit-appearance: none;
    appearance: none;
    padding-right: 13px;
    margin-right: 8px;
}

span.cm-rs {
    color: #a70303;
    font-family: 'Lato-Bold';
}

.tt-box {
    margin-top: 10px;
    display: flex;
    align-items: center;
}

.tt-box span {
    font-size: 14px;
    font-family: 'Lato-Bold';
    padding-left: 8px;
    color: #999;
    line-height: 1.3;
}

.lumpRegdiv label,
.lumpRegdiv span {
    font-size: 16px;
    line-height: 1.5;
    color: #323232;
    font-family: 'Lato-Regular';
    display: inline-block;
    width: auto;
    margin: 0;
}

.lumpRegdiv span.cm-rs {
    color: #a70303;
    font-family: 'Lato-Bold';
}

.lumpRegdiv,
.teHead,
.bolText {
    margin-bottom: 5px;
}

.contDiv {
    padding: 15px 30px;
}

.pay-head {
    text-align: left;
    margin: 0;
    margin-bottom: 5px;
}

.sliCon {
    font-size: 12px;
    margin: 0;
}

.payFor {
    display: flex;
}

.payFor-left {
    width: calc(100% - 120px);
}

.payFor-right {
    width: 120px;
}

.payForcontainer {
    margin-top: 20px;
}

.payForBox {
    position: relative;
    width: 100%;
}

.regularpay {
    margin-right: 0;
    margin-bottom: 40px;
}

.regularpay:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    right: 0;
    top: inherit;
    bottom: -20px;
    border-bottom: 1px dashed #8DA7BC;
}

.youSav {
    background: transparent;
    padding: 0;
    text-align: left;
}

.youSav h3 {
    color: #323232;
    font-size: 12px;
    font-family: 'Lato-Bold';
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    background: #8DA7BC;
    border-radius: 50px;
    padding: 5px 11px;
    margin-right: 10px;
}

.youSav .ref-link {
    font-size: 12px;
}

.contDiv {
    cursor: pointer;
}

.cont-top-container.active {
    margin: 0%;
    margin-bottom: 0%;
    display: flex;
}

.cont-right {
    padding: 0;
    min-height: auto;
    left: 0;
}

.cont-left {
    position: static;
}

.cont-top-container.active.graAct {
    padding-bottom: 130px;
}

.graDiv {
    position: relative;
    top: -5px;
}

.cont-right-sec-2 {
    display: none;
    opacity: 1;
    visibility: visible;
}

.form-element-error {
    color: #ED1C24;
    font-size: 12px;
    margin-top: 5px;
    display: inline-block;
    font-family: 'Lato-Bold';
}

.rangeslider--horizontal .rangeslider__handle {
    top: -13px;
}

.ndnctext input {
    position: absolute;
    width: 0;
    opacity: 0;
}

input[type=checkbox],
input[type=radio] {
    margin: 4px 0 0;
    line-height: normal;
}

.ndnctext label {
    width: 100%;
    font-size: 11px;
    line-height: 1.2;
    text-align: justify;
    font-family: 'Lato-Regular';
    padding-left: 26px;
    position: relative;
    cursor: pointer;
    color: #444444;
}

.ndnctext_new label {
    width: 100%;
    font-size: 11px;
    line-height: 1.2;
    text-align: justify;
    font-family: 'Lato-Regular';
    padding-left: 26px;
    position: relative;
    cursor: pointer;
    color: #444444;
}

.premiumwithoutQuote {
    text-decoration: underline;
    color: #444444;
}

.ndnctext input:checked+label:before {
    background: rgba(244, 129, 31, 1) url(/content/icici-prudential-life-insurance/term-insurance-plans/assets_appform/images/tick.png) no-repeat center center/12px;
}

.ndnctext label:before {
    content: '';
    width: 18px;
    height: 18px;
    background: #C7D2DB;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 3px;
}

:after,
 :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.benefit-sect-ci {
    width: 100%;
}

.mar22 {
    margin: 30px 0;
}

.cont-top-container.hide {
    opacity: 0;
    visibility: hidden;
}

.tab-list-wrapper .hide {
    display: none;
}

.cont-top-container {
    display: none;
}

.quote_error_lifecover {
    font-family: 'Lato-Regular';
}

.cont-right-sec-1 form .form-group label {
    margin-bottom: 0.2rem;
}

.cont-right-sec-1 form .form-group {
    margin-bottom: 0.5rem;
}

.quick-guide.frst-pg {
    position: absolute;
    right: 13%;
    top: 7px;
}

.quick-guide.frst-pg .call.frst-call {
    margin-bottom: 0px;
}

.quick-guide.mob-frst {
    display: none;
}

.cr-hdn .cr-hdn-h4 {
    color: #003b6e;
    font-size: 20px;
    font-family: 'Lato-Bold';
}

.grphSlid .slider-text {
    position: absolute;
    bottom: 10px;
    right: 30px;
}

.claim-centre {
    font-size: 15px;
    text-align: center;
    color: #6a6a6a;
    line-height: 20px;
    font-family: 'Lato-Regular';
}

.claim-user {
    text-align: left;
    padding-bottom: 15px;
}

.claim-txt {
    color: #F5F5F5;
    font-family: "Lato-Bold";
    position: absolute;
    top: 0;
}

.divClaimTableBody {
    display: block;
    padding-top: 20px;
    font-size: 1.1em;
}

.what-guide .what-txt {
    font-size: 12px;
}

.what-guide {
    margin: 0 10px;
}

.tbborder1 {
    border: 1px #d7d7d7 solid;
    border-right: none;
}

.tbborder3 {
    border: 1px #d7d7d7 solid;
    border-right: none;
}

.tbborder4 {
    border: 1px #d7d7d7 solid;
}

.tbborder2 {
    border: 1px #d7d7d7 solid;
    border-left: none;
}

.tbborder5 {
    border-bottom: none;
}

.quick-guide-container {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    z-index: 3;
    overflow: auto;
}

.qg-progress {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 3;
}

.swiper-pagination-progressbar {
    background: #fff;
    position: absolute;
    height: 13px;
    width: 100%;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: #9D1823;
}

h3.qg-hdn-main {
    font-size: 30px;
    font-family: 'Lato-Bold';
    color: #fff;
    text-align: center;
    margin: 30px 0 40px;
}

.qg-main-up {
    display: flex;
    width: 100%;
    align-items: center;
    height: 100%;
    justify-content: center;
    min-height: 700px;
    padding: 0 15px;
}

.qg-main-up-1 {
    width: 100%;
    max-width: 1400px;
}

.qg-main {
    background: #fff;
    border-radius: 10px;
    padding: 50px 30px;
    position: relative;
    display: flex;
}

.qgm-close {
    cursor: pointer;
    position: absolute;
    top: 20px;
    right: 20px;
}

.qgm-left {
    width: 400px;
    border-right: 1px dashed #8DA7BC;
}

.qgm-right {
    width: calc(100% - 400px);
    padding-left: 50px;
    padding-right: 30px;
}

.quickGuideSliderUp {
    position: relative;
    height: 100%;
    padding: 0 17px;
}

.quickGuideSlider {
    overflow: hidden;
    background: rgba(232, 236, 240, 0.64);
    border-radius: 10px;
}

.qgm-content h5 {
    font-size: 24px;
    font-family: 'Lato-Bold';
    color: #323232;
    margin-bottom: 20px;
}

.qgm-content ul li {
    padding: 0;
    font-size: 16px;
    font-family: 'Lato-Bold';
    color: #9D1823;
    cursor: pointer;
    transition: 0.2s all ease;
    -webkit-transition: 0.2s all ease;
    -moz-transition: 0.2s all ease;
    -ms-transition: 0.2s all ease;
    -o-transition: 0.2s all ease;
    list-style: none;
}

.qgm-content ul li:before {
    display: none;
}

.qgm-content ul li.active {
    font-family: 'Lato-Bold';
}

.qgm-content ul li span {
    text-decoration: underline;
    margin-left: 10px;
}

.qgm-content ul li span.span1 {
    margin-left: 0px;
}

.qg-box {
    color: #323232;
    width: 80%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    margin: 0 auto;
    margin-top: -40px;
}

.qg-box h4 {
    font-size: 18px;
    font-family: 'Lato-Bold';
    margin-bottom: 10px;
}

.qg-box p {
    font-size: 16px;
    font-family: 'Lato-Regular';
    padding: 0;
}

.qg-box ul li {
    font-size: 14px;
    font-family: 'Lato-Regular';
    text-align: left;
}

.qg-box ul li:before {
    content: '';
    width: 8px;
    height: 8px;
}

.qg-box b {
    font-family: 'Lato-Bold';
}

.qg-icon {
    width: 70px;
    height: 70px;
    margin: 0 0 30px;
}

.qg-icon img {
    width: 100%;
}

.qg-next-box {
    color: #323232;
    position: absolute;
    bottom: 20px;
    left: 10%;
    width: 80%;
}

.qg-next-box h5 {
    font-size: 16px;
    font-family: 'Lato-Bold';
}

.qg-next-box p {
    font-size: 12px;
    font-family: 'Lato-Regular';
}

.qgm-content-slide {
    display: none;
}

.quick-guide-container::-webkit-scrollbar {
    width: 2px;
    height: 15px;
}

.quick-guide-container::-webkit-scrollbar-thumb {
    border-radius: 3px;
    background-color: #C3C3C3;
}

.qgm-advt {
    position: absolute;
    bottom: 2%;
    right: 6%;
}

.dropdown2 option:not(:checked) {
    color: #a70303;
}

.header-flex.active {
    display: flex;
    align-items: center;
    box-shadow: 0 0px 9px 2px #00000029;
    background-color: #fff;
    border-bottom: 1px solid #cccccc;
    z-index: 3;
}

.header-flex {
    display: none;
}

.quick-guide-abs {
    position: absolute;
    right: 0;
    top: 30px;
}

.tbsg-base-in p span.prem-freq-text {
    font-size: 14px;
}

.tbsg-base-main {
    display: none;
}

.payForContainer {
    display: none;
}

.ref-link.payBtnShowMore {
    display: block;
    text-align: center;
    margin: 0 auto 20px;
    padding: 1px;
    width: fit-content;
    cursor: pointer;
}

.mob-overfl {
    max-height: calc(100vh - 250px);
    overflow: auto;
    margin-bottom: 10px;
}

.cont-bg-top {
    position: inherit;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.quickPlan {
    display: none;
}

.crTabHdn span b {
    color: #9D1823;
}

.moreLessImg {
    display: flex;
    width: 30px;
    height: 30px;
    margin: 0 auto 5px;
    border: 1px solid #a70303;
    border-radius: 50%;
    text-align: center;
    align-items: center;
    justify-content: center;
    transition: 0.2s all ease-in-out;
    -webkit-transition: 0.2s all ease-in-out;
    -moz-transition: 0.2s all ease-in-out;
    -ms-transition: 0.2s all ease-in-out;
    -o-transition: 0.2s all ease-in-out;
}

.payBtnShowMore.active .moreLessImg {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}

.moreLessImg img {
    width: 12px;
}

.fixedBox {
    display: none;
}

.title {
    font-family: 'Lato-Regular';
    margin-top: 6px;
    font-size: 21px;
    margin-bottom: 4px;
}

.form-wrap {
    margin-top: 20px;
}

.form-group-pop {
    padding-bottom: 20px;
}

.text-label {
    font-size: 14px;
    color: #323232;
    font-family: 'Lato-Bold';
    display: block;
    margin: 0 auto;
}

.tagimg {
    float: left;
    left: 114px;
    position: absolute;
    top: 25px;
    width: 30px;
}

.form-control-pop {
    margin: 0 auto;
    height: 37px;
    width: 32%;
    border-radius: 8px;
    font-size: 16px;
    border: 2px solid #e6e7e8;
}

.borderline {
    border-bottom: 2px solid #9D1823;
    margin-bottom: 5px;
}

.text-label {
    font-size: 14px;
    color: #323232;
    font-family: 'Lato-Bold';
    display: block;
    margin: 0 auto;
}

.action-wrapper {
    margin-top: 12px;
}

.btn-pop {
    width: 33%;
}

.LoginStatusSuccess {
    margin-top: 10px;
}

.successfulMsg {
    background-color: #ddd;
    width: 57%;
    margin: 0 auto;
    border-radius: 3px;
    height: 34px;
}

.heading-text {
    font-size: 20px;
    color: #9D1823;
    font-family: 'Lato-Bold';
    padding: 3px;
}

.valChangeCont {
    margin-top: 15px;
}

.textHeadAmtDiscnt {
    font-size: 20px;
    color: blue;
}

.crossed {
    text-decoration: line-through;
}

.chngPremiumAmt {
    font-size: 22px;
    font-family: 'Lato-Regular';
}

.dscntprem {
    font-size: 26px;
    color: #093d8a;
}

.PolicyTerm .whole_life_text {
    position: absolute;
    display: none;
}

.dockBackbtn {
    font-size: 18px;
    font-family: "Lato-Bold";
    vertical-align: middle;
}

.minCoverText {
    position: absolute;
    font-size: 10px;
}

.topProceedBtn {
    display: inline-block;
    padding: 0;
    border: 1px solid transparent;
    outline: none;
    cursor: pointer;
    color: #ffffff;
    font-family: 'Lato-Bold';
    background: rgba(244, 129, 31, 1);
    height: 40px;
    line-height: 40px;
    width: 110px;
    border-radius: 5px;
    text-align: center;
    transition: 0.2s all ease;
    -webkit-transition: 0.2s all ease;
    -moz-transition: 0.2s all ease;
    -ms-transition: 0.2s all ease;
    -o-transition: 0.2s all ease;
    font-size: 16px;
    text-align: center;
}

.quote_form_5percentagetext {
    font-size: 9px;
    color: #9d1823;
    text-shadow: 0px 0px 1px #cc5f00;
    letter-spacing: .2px;
    position: absolute;
}

.text5percentage {
    background: url(/content/icici-prudential-life-insurance/term-insurance-plans/assets_appform/images/offer.png) no-repeat;
    width: 21px;
    height: 21px;
    color: #fff;
    display: inline-block;
    text-align: center;
    position: relative;
    top: -2px;
}

.text5percentage::after {
    content: '5%';
    font-size: 1.07em;
    top: 3px;
    position: relative;
    left: 1px;
}

.prcd-box {
    padding: 30px;
}

.prcd-hdg {
    color: #323232;
    font-size: 20px;
    font-family: 'Lato-Regular';
    line-height: 24px;
    position: relative;
    padding-right: 40px;
}

.prcd-hdg .app-no {
    font-size: 24px;
    font-family: 'Lato-Bold';
}

.prcd-hdg .app-no-copy {
    color: rgba(244, 129, 31, 1);
    font-size: 18px;
    font-family: 'Lato-Bold';
    text-transform: uppercase;
    font-style: inherit;
    text-decoration: underline;
    cursor: pointer;
}

.prcd-box h4 {
    font-size: 26px;
    line-height: 20px;
    color: #323232;
    font-family: 'Lato-Bold';
    margin: 30px 0;
}

.prcd-box ul li {
    padding: 0;
    margin-bottom: 15px;
}

.prcd-box ul li a {
    display: block;
    position: relative;
    padding: 15px 20px;
    padding-right: 40px;
    border-radius: 10px;
    background: #e8ecf0;
    border: 1px solid #e8ecf0;
}

.prcd-box ul li a:hover {
    background: #FCE9DD;
    border: 1px solid rgba(244, 129, 31, 1);
}

.prcd-box h5 {
    font-size: 18px;
    line-height: 1.3;
    color: #323232;
    font-family: 'Lato-Bold';
}

.prcd-box p {
    font-size: 16px;
    line-height: 1.3;
    color: #323232;
    font-family: 'Lato-Regular';
    margin: 0;
}

.prcd-box .prcd-drop {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    margin-top: -6px;
}

.prcd-tip {
    border-radius: 5px;
    background-color: #d5dce4;
    padding: 15px 20px;
    margin-top: 10px;
    font-size: 14px;
    line-height: 1.3;
    color: #003b6e;
    font-family: 'Lato-Regular';
    position: relative;
    padding-left: 50px;
    display: inline-block;
    vertical-align: middle;
}

.prcd-tip img {
    position: absolute;
    left: 10px;
    top: 50%;
    margin-top: -13px;
}

.prcd-tip b,
.prcd-tip span {
    vertical-align: middle;
}

.prcd-close {
    line-height: 1;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
}

.proceed-modal .modal-content {
    border-radius: 20px;
}

.proceed-modal .modal-dialog {
    max-width: 800px;
}

.kyc-upl-box {
    text-align: center;
    margin: 50px auto;
    position: relative;
    width: 160px;
}

.kyc-uploaded {
    position: absolute;
    right: -15px;
    bottom: -15px;
    opacity: 0;
}

.kyc-uploaded-box .kyc-uploaded {
    opacity: 1;
}

.kyc-id-card {
    -webkit-filter: grayscale(1);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
    opacity: 0.3;
}

.kyc-uploaded-box .kyc-id-card {
    display: none;
}

.kyc-after-uploaded {
    display: none;
}

.kyc-uploaded-box .kyc-after-uploaded {
    display: block;
}

.kyc-uploaded-box .kyc-before-uploaded {
    display: none;
}

.ocr-box {
    text-align: center;
    margin-bottom: 20px;
}

input[type=file].upload-kyc-btn {
    width: 0;
    height: 0;
    padding: 0;
}

.upload-kyc-btn-box {
    position: relative;
    margin-top: 20px;
}

.prcd-body {
    padding: 0 50px 70px;
}

.upload-kyc-btn-box .button-line {
    color: rgba(244, 129, 31, 1);
    text-transform: uppercase;
    width: 100%;
}

.upload-kyc-btn-box .button {
    text-transform: uppercase;
    width: 100%;
    margin: 0;
}

.upload-kyc-btn-box .button-line:hover {
    color: #fff;
}

.kyc-uploaded-txt {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #ddd;
    height: 65px;
    width: 100%;
    z-index: 2;
    position: relative;
    background: #ddd;
    outline: none;
    border-radius: 5px;
    padding: 0 20px;
}

.kyc-uploaded-txt span {
    font-size: 16px;
    color: #323232;
    font-family: 'Lato-Bold';
}

.kyc-uploaded-txt img {
    cursor: pointer;
}

.prcd-body .form-field {
    height: 65px;
}

.prcd-body .select-field {
    background: #dddddd url(/content/icici-prudential-life-insurance/term-insurance-plans/assets_appform/images/selectArrow.png) no-repeat calc(100% - 20px) center;
}

.prcd-back {
    cursor: pointer;
}

.proceed-dummy-btn {
    z-index: 3;
    position: absolute;
    bottom: 0;
    left: 0;
}

.kyc-uploaded-image {
    display: none;
    background: #d9d9d9;
}

.kyc-uploaded-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.kyc-uploaded-box .kyc-uploaded-image {
    display: block;
    height: 116px;
    border: 6px solid #f60;
    border-radius: 10px;
    overflow: hidden;
}

#AppformError.fade:not(.show) {
    opacity: 1 !important;
}

.payoutalign {
    top: 24%;
}

.protiptext {
    font-size: 12px !important;
}

.bs-loader .loader-overlay {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: 1;
    transition: opacity 0.15s linear;
    overflow: hidden;
    background: rgba(0, 0, 0, .9);
}

.bs-loader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: none;
}

.loader,
.loader:after {
    border-radius: 50%;
    width: 10em;
    height: 10em;
}

.loader {
    margin: 0px auto;
    font-size: 13px;
    position: relative;
    text-indent: -9999em;
    border-top: 1.1em solid rgba(231, 120, 23, 0.9);
    border-right: 1.1em solid rgba(231, 120, 23, 0.9);
    border-bottom: 1.1em solid rgba(231, 120, 23, 0.9);
    border-left: 1.1em solid #ffffff;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load8 1.1s infinite linear;
    animation: load8 1.1s infinite linear;
    z-index: 3;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -30px;
    width: 80px;
    height: 80px;
}

.ban {
    max-width: 100%;
    width: 100%;
}

.col-xs-12 .banner-box {
    min-height: auto;
}

.banner-box {
    background: #F5F5F5;
    border-radius: 10px;
    padding: 2px;
    text-align: center;
}

.cont {
    max-width: 66.66%;
    width: 100%;
}

.lis {
    list-style: disc !important;
    padding-left: 0px;
}

.accordion-bral .ac-label:hover {
    background: none;
    outline: 0px;
}

input[type=checkbox],
input[type=radio] {
    margin: 4px 0 0;
    line-height: normal;
}

.accordion-bral {
    min-height: 0;
    min-width: 220px;
    width: 100%;
    height: 100%;
    background: none;
    margin: 30px 0;
    text-align: left;
}

.accordion-bral input.ac-input {
    display: none;
}

.accordion-bral .ac-label {
    padding: 6px 0px 10px;
    position: relative;
    display: block;
    height: auto;
    cursor: pointer;
    color: #323232;
    line-height: 1.3;
    font-size: 18px;
    font-family: 'Lato-Bold';
    border-bottom: 1px solid #c7c5c5;
    margin: 1px 0px;
}

.accordion-bral input+.ac-label,
.accordion-bral input+.ac-label:hover {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.accordion-bral label+input:checked {
    font-family: 'Lato-Bold';
    font-size: 14px;
}

.accordion-bral i {
    position: absolute;
    transform: translate(-15px, 0);
    margin-top: 0px;
    right: 0;
}

.accordion-bral input:checked~.ac-label i:before {
    transform: translate(2px, 0) rotate(0deg);
}

.accordion-bral input:checked~.ac-label i:after {
    transform: translate(-2px, 0) rotate(45deg);
}

.accordion-bral i:before {
    transform: translate(-2px, 0) rotate(-45deg);
}

.accordion-bral i:after {
    transform: translate(2px, 0) rotate(45deg);
}

.accordion-bral .article {
    background: none;
    overflow: hidden;
    height: 0px;
    max-height: auto;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    padding: 2px 0px;
    font-size: 14px;
    line-height: 1.5;
    color: #323232;
    font-family: 'Lato-Regular';
}

.content-wrap section {
    display: none;
    margin: 0 auto;
    padding: 0;
    max-width: 1200px;
    text-align: center;
}

.tabs {
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    width: 100%;
    font-size: 1.25em;
}

.accordion-bral input:checked~.article.ac-content {
    height: auto;
    padding: 4px 0px 10px;
}

.space {
    padding-top: 10px;
}

.faq-head {
    font-family: 'Lato-Bold';
    font-size: 24px;
    color: #323232;
    margin-bottom: 20px;
    text-align: left;
    margin-left: 10px;
}

#mobileshow1 {
    display: none;
}

#mobileshow2 {
    display: block;
}

.gotop-checkpremium {
    display: none;
}

.floatImg {
    width: 80px;
}

.gotop-checkpremiumMobile {
    display: none;
}

.re-arrow {
    position: absolute;
    display: block;
}

.re-arrow .down-arrow {
    background-color: transparent;
    border-radius: 50%;
    position: relative;
    bottom: 5%;
    right: 5%;
    width: 50px;
    height: 50px;
    margin-left: 100px;
}

i.down {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    margin-left: 7px;
    margin-top: 6px;
}

i {
    border: solid #fff;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 6px;
}

ul,
li {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

ul {
    list-style: none;
}

ul li:before {
    content: unset;
}

@keyframes blinker {
    50% {
        opacity: 0;
    }
}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
    .tab-top-sec .select-field {
        background: #fff url(/content/icici-prudential-life-insurance/term-insurance-plans/assets_appform/images/selectArrow.png) no-repeat center;
        background-position-x: 100px;
    }
    .payoutalign {
        top: 0%;
    }
}

@media only screen and (min-device-width: 768px)and (max-device-width: 1024px)and (orientation: landscape) {
    .proceedBTN {
        display: none !important;
    }
}

#DocUpload_Pop .btn.active.focus,
#DocUpload_Pop .btn.active:focus,
#DocUpload_Pop .btn.focus,
#DocUpload_Pop .btn:active.focus,
#DocUpload_Pop .btn:active:focus,
#DocUpload_Pop .btn:focus {
    outline: 0px auto -webkit-focus-ring-color;
    outline-offset: 0px;
}

#DocUpload_Pop .dropbtn {
    background-color: #3498db;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
    cursor: pointer;
}

#DocUpload_Pop .dropbtn:hover,
#DocUpload_Pop .dropbtn:focus {
    background-color: #2980b9;
}

#DocUpload_Pop .dropdown {
    position: relative;
    display: inline-block;
    width: 100%;
}

#DocUpload_Pop .dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 160px;
    overflow: auto;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

#DocUpload_Pop .dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

#DocUpload_Pop .dropdown a:hover {
    background-color: #ddd;
}

#DocUpload_Pop .btn {
    display: inline-block;
    font-family: "Lato-Regular";
    color: #212529;
    text-align: left;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid #dedede;
    padding: 0.5rem 1.75rem !important;
    font-size: 14px;
    line-height: 1.5;
    border-radius: 0.25rem !important;
    width: 100% !important;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

#DocUpload_Pop .btn1 {
    display: inline-block;
    font-family: 'Lato-Regular';
    color: #060606;
    text-align: left;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid #f5821f;
    padding: 0.5rem 2rem !important;
    font-size: 14px;
    border-radius: 5rem !important;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

#DocUpload_Pop .open>.dropdown-menu {
    display: block;
    width: 100%;
}

#DocUpload_Pop .bootstrap-select>select {
    position: absolute !important;
    bottom: 0;
    left: 50%;
    display: block !important;
    width: 0.5px !important;
    height: 100% !important;
    padding: 0 !important;
    opacity: 0 !important;
    border: none;
    z-index: 0 !important;
}

#DocUpload_Pop .selectpicker {
    width: 100%;
    border: 1px solid #9c9c9c;
    border-radius: 3px;
    padding: 3px 2px;
}

#DocUpload_Pop .span1 {
    font-size: 10px;
    display: block;
    line-height: 20px;
    color: #707070;
    font-family: 'Lato-Italic';
}

#DocUpload_Pop .btn-primary:hover {
    color: #fff;
    background-color: #f7941d !important;
    border-color: #f7941d ba !important;
}

#DocUpload_Pop .btn-primary:focus,
#DocUpload_Pop .btn-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(247, 148, 29, 0.73);
}

#DocUpload_Pop .box {
    transition: box-shadow 0.3s;
    background: #fff;
}

#DocUpload_Pop .box:hover {
    box-shadow: 0 0 11px rgba(33, 33, 33, .2);
}

#DocUpload_Pop h6.card-title {
    Color: #707070;
    font-family: 'Lato-Regular';
    font-size: 18px;
}

#DocUpload_Pop .card-footer {
    padding: 0.75rem 1.25rem !important;
    background-color: transparent !important;
    border: 0px !important;
}

#DocUpload_Pop .icon-img {
    width: 100px;
    border: 1px solid #dedede;
    border-radius: 4px;
    padding: 5px;
    margin: auto;
}

#DocUpload_Pop .btn-file {
    position: relative;
    overflow: hidden;
}

#DocUpload_Pop .btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}

#DocUpload_Pop .accordion {
    background-color: transparent !important;
    border: 1px solid #dedede !important;
    color: #707070 !important;
    font-family: 'Lato-Regular' !important;
    cursor: pointer;
    padding: 5px 10px;
    width: 100%;
    text-align: left;
    outline: none;
    font-size: 12px;
    transition: 0.4s;
    border-radius: 0.25rem !important;
}

#DocUpload_Pop .active,
#DocUpload_Pop .accordion:hover {
    color: #fff !important;
    background-color: #dedede !important;
    border-color: #dedede !important;
}

#DocUpload_Pop .panel {
    padding: 0 0px;
    display: none;
    overflow: hidden;
    margin-bottom: 0px !important;
    border-radius: 0px;
    -webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, .05) !important;
    box-shadow: 0 0px 0px rgba(0, 0, 0, .05) !important;
    background-color: transparent !important;
}

#DocUpload_Pop button.accordion:after {
    content: '\002B';
    color: #777;
    font-family: "Lato-Bold";
    float: right;
    margin-left: 5px;
}

#DocUpload_Pop button.accordion.active:after {
    content: "\2212";
}

.cont-left h3 {
    color: #004A80;
    font-family: 'Lato-Heavy';
    font-size: 30px;
}

.cont-left h6 {
    color: #8A1C20;
    font-size: 18px;
}

.key-ben-mob>a {
    padding: 4px 0px;
    display: inline-block;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #FF6600;
    border-radius: 3px;
    font-size: 15px;
    font-family: 'Lato-Bold';
    letter-spacing: 0px;
    color: #444444;
    margin: 3% 2.5% 0% 0%;
    height: 32px;
    width: 30.5%;
    text-align: center;
}

.scroll_down_text {
    font-size: 14px;
    color: #888888;
    font-family: 'Lato-Regular';
}

.birth-date {
    color: #ffffff;
}

.hedr {
    text-align: center;
    width: 100%;
    color: #fff !important;
    font-size: 26px;
    padding: 2% 2% 1% 2%;
}

.txt {
    color: #444;
    font-size: 20px;
    width: 83%;
    margin: 1% 9%;
    text-align: center;
}

.insurace_work_banner {
    min-height: 488px;
    background-position: 70% 0;
    background-repeat: no-repeat;
}

.insurace_work_banner {
    background: url(/content/icici-prudential-life-insurance/term-insurance-plans/TP-ROP/images/work-banner.svg);
    background-repeat: no-repeat;
    background-position: 70% 0%;
}

.insurace_work_banner1,
.insurace_work_banner2 {
    background: none;
}

.benefits_banner {
    background: url(/content/icici-prudential-life-insurance/term-insurance-plans/TP-ROP/images/img_aboutUs.png);
    min-height: 100%;
    min-width: 100%;
    background-position: 100% 100%;
    background-repeat: no-repeat;
}

.txt_banner {
    font-size: 16px;
    width: 65%;
    text-align: left;
    margin: 6% 0% 0% 10%;
    color: #343434;
}

.premium_txt_banner {
    font-size: 16px;
    text-align: center;
    position: relative;
    bottom: 0px;
    top: 273px;
    left: 0;
    right: 0;
    color: #343434;
}

.frm_btn {
    font-size: 20px;
}

.cover-details-box {
    background: #fff;
}

.org_back {
    background: rgba(248, 153, 59, 1);
    height: 300px;
    display: inline-block;
    width: 100%;
}

.card-header {
    padding: 1% 3% 1% 4%;
    width: 84%;
    margin-left: 8%;
    background-color: rgba(246, 246, 246, 1);
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.inner-sec {
    color: #004a80;
    font-size: 13px;
    width: 27%;
    font-size: 16px;
}

.titlee {
    font-size: 16px;
}

.select-drop {
    border: none;
    background: rgba(246, 246, 246, 1);
    color: #004a80;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 23%;
    background: url(/content/icici-prudential-life-insurance/term-insurance-plans/TP-ROP/images/drop_down.png) no-repeat #f8f6f7 right 10px;
}

.bld {
    font-family: "Lato-Bold";
}

.bodr {
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
    height: auto;
    padding-bottom: 2%;
    margin: 0%;
}

.divider {
    width: 12%;
    background: rgba(214, 214, 214, 1);
    height: 1px;
    display: inline-block;
    margin: 0 10px;
    position: relative;
    top: -5px;
}

.deatils1 {
    margin: 1%;
    text-align: center;
    font-family: 'Lato-Bold';
    font-size: 20px;
    line-height: 1.4;
}

.qform_pay {
    border: 1px solid rgba(0, 0, 0, 0.125);
    font-size: 14px;
    padding: 2%;
    background-color: #fff;
    height: 35px;
    width: 132px;
    margin: 0px;
    text-align: center;
}

.qform_pay.active {
    border: 1px solid rgba(248, 153, 59, 1);
    background-color: rgba(248, 153, 59, 1);
    color: #fff;
}

.iProtect_smart,
.saving_suraksha {
    display: inline-block;
    width: 21%;
    margin-left: 4%;
    text-align: center;
}

.iProtect_smart {
    margin-left: 21%;
}

.arr {
    display: inline-block;
    padding: 1% 4%;
}

.total_Prem1 {
    border: 1px dashed rgba(0, 0, 0, 0.125);
    font-size: 14px;
    padding: 1px 3%;
    background-color: #fff;
    margin: 0% 38%;
    text-align: center;
}

.total_Prem2 {
    display: inline-block;
    margin: 0% 10%;
}

.amt {
    font-family: 'Lato-Bold';
}

.quote_form_lifeCovr_input {
    border: 1px solid rgba(0, 0, 0, 0.125);
    padding: 2%;
    text-align: center;
    margin: 0% 8%;
    height: 40px;
    font-size: 16px;
    border-radius: 5px;
}

.size_btn {
    width: 100%;
    text-align: center;
    padding: 2%;
}

.lead-content {
    width: 100%;
    height: auto;
    text-align: center;
    font-family: inherit;
}

.lead-header {
    font-family: 'Lato-Bold';
    font-size: 20px;
    padding: 3%;
    margin-bottom: 2%;
}

.lead_form_containerinner-row {
    margin: 5px 10px 2px;
    display: inline-block;
    width: calc(100% - 20px);
    padding: 2px 6px 9px;
}

.lead-label {
    font-size: 16px;
    margin-bottom: 0px;
}

.lead_form_field {
    width: 50%;
    display: inline-block;
    line-height: 20px;
}

.lead_form_fieldmiddle {
    width: 100%;
    text-align: center;
}

.lead_form_field_button {
    padding: 7px;
    font-family: 'Lato-Bold';
    border-radius: 50px;
    font-size: 1.5em;
    width: 235px;
    height: 50px;
    line-height: 35px;
    display: inline-block;
    text-align: center;
    border: 1px #cdcdcd solid;
    cursor: pointer;
    text-transform: uppercase;
    transition: all ease-out .2s;
    background: #e67817;
    color: #fff;
}

.lead_form_field_button.disabled {
    background: #cccccc;
    color: #fff;
}

.lead_form_fieldmiddle a.lead_form_field_button,
.lead_form_fieldmiddle a.lead_form_field_button:hover {
    margin: 5px 0px;
    color: #fff;
}

.lead_form_fieldmiddle a.lead_form_field_button.disabled,
.lead_form_fieldmiddle a.lead_form_field_button.disabled:hover {
    margin: 5px 0px;
    color: #666;
}

.ben_termpln_org {
    max-width: 100%;
    width: 79%;
    background: #F5821F 0% 0% no-repeat padding-box;
    height: 730px;
    padding: 0px;
}

.ben_termpln_grey {
    background: #f5f5f5;
    padding-bottom: 2%;
    margin-top: 2%;
    margin-bottom: 2%;
    max-width: 100%;
    width: 100%;
}

#frequentasked-text .ben_termpln_grey {
    padding-bottom: 0%;
    padding-top: 5px;
    margin-bottom: 0%;
}

#benefit_illustration_mob.ben_termpln_grey,
#benefit_illustration_desk.ben_termpln_grey {
    padding-bottom: 0%;
}

.first_cont {
    padding: 21px!important;
    position: absolute;
    top: 3%;
    left: 31%;
    color: #fff;
    max-width: 71%;
}

.second_cont {
    padding: 21px!important;
    margin: 0% 8%;
    max-width: 84%;
    background: #ffffff;
    display: flex;
}

.container {
    max-width: 85%;
    padding: 0px;
}

#frequentasked-text .second_cont {
    background: none;
    top: 30%;
}

#how-does-the-plan-work .second_cont {
    top: 35%;
    display: block;
    text-align-last: center;
    text-align: center;
    margin: 0% 7.5%;
    max-width: 85%;
    border-radius: 10px;
}

#easy-steps-to-buy-online .second_cont {
    padding-bottom: 45px!important;
    display: inline-block;
    text-align-last: center;
    text-align: center;
    margin: 0% 12.5%;
    max-width: 75%;
}

.bol_Text_Text {
    color: #FFFFFF;
    padding: 2%;
    font-family: 'Lato-Bold';
    font-size: 30px;
}

.txt_banner_new {
    margin: 0px;
    width: 100%;
    font-size: 16px;
    color: #FFFFFF;
    font-family: 'Lato-Regular';
    text-align: justify;
}

.modal-open {
    overflow: scroll;
    padding-right: 0%!important;
}

.label {
    text-align: center;
    font-size: 18px;
    padding: 2% 2% 1% 2%;
}

.hedr_new {
    color: #003E74;
    text-align: center;
    width: 100%;
    font-size: 30px;
    font-family: 'Lato-Bold';
    padding: 2% 2% 2% 2%;
}

.typ-sm {
    float: right;
    background: #ffffff;
    border: 1px solid rgba(248, 153, 59, 1);
    border-radius: 10px;
    font-family: 'Lato-Bold';
}

.typ-sm.active {
    background: rgba(248, 153, 59, 1);
    border: 1px solid #fff;
    color: #fff;
    font-family: inherit;
}

.icon_1 {
    padding: 2.5% 0%;
}

.icon_2 {
    height: 84px;
    width: 94px;
    padding-right: 10%;
}

.two_benifit {
    display: inline-flex;
    padding: 2%;
    width: calc(99%/3)!important;
}

.or_block_inner {
    font-size: 10px;
    border-radius: 50%;
    border: 1px #d8d8d8 solid;
    padding: 4px;
    position: absolute;
    top: 30%;
    right: 48.5%;
    background: rgba(246, 246, 246, 1);
}

.select-drop:focus {
    outline: 0;
    border: 1px solid rgba(248, 153, 59, 1);
}

.select-drop option {
    background: #fff;
    border: 1px solid rgba(248, 153, 59, 1);
}

input:focus,
select:focus,
textarea:focus {
    outline: 0;
}

.sel-option.quote_form_ci,
.sel-option.quote_form_adbr {
    padding-bottom: 0px;
}

.button.button-line.keybenefits a {
    color: #323232;
}

.button.button-line.keybenefits a:hover,
.button.button-line.keybenefits:focus,
.button-line:focus a {
    color: #fff;
}

.new_yourself {
    width: 100%;
    height: 40px;
    font-size: 14px;
    border-radius: 5px;
    border: 1px solid #CCCCCC;
    text-align: center;
}

.new_yourself_new {
    text-align: left;
}

.btn {
    padding: 5px;
    width: 80px;
    height: 35px;
}

.button:active .broc-dl.button-line {
    color: #fff;
}

.radio-box-combined-new .radio-box label {
    font-size: 16px;
    color: #004a80;
    margin: 0;
    cursor: pointer;
    position: relative;
    width: 152px;
    height: 40px;
    line-height: 35px;
    text-align: center;
    border: 1px solid #003B6E;
    border-radius: 5px;
    transition: 0.2s all ease;
    -webkit-transition: 0.2s all ease;
    -moz-transition: 0.2s all ease;
    -ms-transition: 0.2s all ease;
    -o-transition: 0.2s all ease;
}

.radio-box-combined-new {
    display: flex;
    justify-content: space-between;
    border-radius: 5px;
    overflow: hidden;
    width: 255px;
}

.radio-box-combined-new .radio-box label {
    width: 100%;
    border: 0;
    border-radius: 0;
    border: 1px solid #ddd;
}

.radio-box-combined-new .radio-box {
    flex: 1;
}

.radio-box-combined-new .radio-box label:hover,
.radio-box-combined-new .radio-box input:checked+label {
    background: rgba(248, 153, 59, 1);
    color: #fff;
    border: 1px solid rgba(248, 153, 59, 1);
}

.radio-box-combined-new .radio-box label.active {
    color: #fff;
}

i.down {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    margin-left: 0px;
    margin-top: 0px;
}

i {
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 4px;
}

#comp_logo {
    width: 220px;
    padding-right: 34px;
    border-right: 1px solid #DCDCDC;
    margin: 4px 0px;
    height: 40px;
}

.birth-date .ageDiv {
    width: 34%;
    display: inline-block;
    position: absolute;
    top: 13px;
    right: 0;
    font-size: 12px;
    color: #000;
    z-index: 3;
}

.cont-bg-img,
#btn_checkPrem {
    width: 100%;
}

.trm_rtnPrem {
    display: flex;
    padding: 0.5% 3%;
}

.ben_txt_banner {
    margin: 0px;
    width: 100%;
}

.clor_new {
    color: #004A80;
}

.wht_LP_RP {
    float: right;
    position: absolute;
    top: 16%;
    right: 0%;
}

.card-cont {
    background-color: #fff;
    padding: 2%;
}

.desk_inp {
    width: 93%;
    text-align: center;
}

.lead_form_containerinner-row .form-element-error.active,
.add-another-benefit .remove-btn1.active,
.ADBR-benefit-main .add-another-benefit .remove-btn.active,
.CI-benefit-main .add-another-benefit .remove-btn.active,
.Add-benefits-container.active {
    display: block;
}

.lead_form_containerinner-row .form-element-error {
    display: none;
}

.ADBR-benefit-main .add-another-benefit .add-btn.active,
.CI-benefit-main,
.ADBR-benefit-main.active,
.CI-benefit-main .add-another-benefit .add-btn.active {
    display: flex;
}

.delete_btn {
    background: rgba(248, 153, 59, 1);
    font-family: inherit;
    color: #fff;
}

.add_btn {
    background: #fff;
    font-family: 'Lato-Bold';
    color: #000000;
}

sec-title.hedr {
    color: #003b6e;
}

main-calculator .disclaimer-accordian-wrapper #disclaimers-accordion .card-link[aria-expanded="true"]>img {
    transform: rotate(-180deg);
    transition-duration: 1s;
}

.claimForSure,
.container1 .cont-medium-container .section.cover-details-box.active,
.section.key-benefits-box.claimForSure.active,
.section.key-benefits-box.benefit_termplan.active,
.claimForSure,
.what-is-term-plan {
    display: inline-block;
    width: 100%;
    margin: 0px;
}

.section.cover-details-box,
.lyt-info-card.typ-new.typ-summary-mobile,
.formBtn3,
.formBtn4,
#desk_bg,
.inner-sec.common-amt.second_screen,
.inner-sec.second_screen,
.section.key-benefits-box.claimForSure,
.section.key-benefits-box.benefit_termplan,
.iProtect_smart,
.saving_suraksha,
.formBtn3,
.inner-sec.common-amt.first_screen,
.inner-sec.first_screen,
.inner-sec.pay_for,
.mob_ban,
.typ-summary-mobile,
.mob_ban2,
#first_arrow,
#second_arrow,
.cont-right.cont-right-mobile,
#first_arrow_small,
#second_arrow_small,
.logo-box a,
.plus,
.cover-details-box,
#mob_bg {
    display: none;
}

.cont-right-desk,
#desk_bg.active,
#first_arrow.active,
#second_arrow.active,
.desk_ban,
.desk_ban2,
.typ-summary-desktop,
.mod-list-info.js-add-remove.returnsScenario1.active,
.cont-right {
    display: block;
}

.logo {
    max-height: 60px;
}

.inner-sec.pay_for.active,
.plus.active,
.inner-sec.first_screen.active,
.iProtect_smart.active,
.saving_suraksha.active,
.formBtn3.active,
.inner-sec.common-amt.first_screen.active,
.formBtn4.active,
.formBtn3.active,
.tbSec.tbSec1.selection-list.active,
.inner-sec.second_screen.active,
.inner-sec.common-amt.second_screen.active {
    display: inline-block;
}

.col-xs-12,
.col-sm-4,
.col-lg-4 {
    padding-right: 0px;
    padding-left: 0px;
}

.Mobiledisclaimer {
    padding-top: 3rem;
    padding-top: 0rem;
}

.card-list li.bodr {
    border-bottom: 1px dashed rgba(0, 0, 0, 0.125);
}

.cont-medium-container,
#details_for_lead,
#benefi,
.mod-list-info.js-add-remove.returnsScenario2.active,
.cont-bg-top,
.cont-bg-img,
.returnsScenario1,
#cvr.active,
#benefi.active {
    display: block;
    position: relative;
    height: 626px;
}

#frequentasked-text .section {
    min-height: 250px;
}

.cont-top-container.active {
    display: flex;
    margin-right: 7.5%;
    margin-left: 7.5%;
}

card-list li.bodr {
    border-bottom: 1px dashed rgba(0, 0, 0, 0.125);
}

#details_for_lead,
.show,
.in,
#benefi,
.tbSec.tbSec1.selection-list,
.returnsScenario2,
.mod-list-info.js-add-remove.returnsScenario1,
#cvr,
#benefi {
    display: none;
}

.modal.show.in {
    background: #333333;
}

.mob-adb {
    min-height: 427px;
}

ul li::before {
    content: unset;
    background: url(/content/icici-prudential-life-insurance/term-insurance-plans/assets_appform/images/blank_image.png) no-repeat;
}

.bs-select .js-select {
    width: 90px;
}

.comm_disclaimer {
    color: #8A8A8A;
    font-size: 12px;
    font-family: 'Lato-Regular';
    text-align: left;
}

.illustration-text {
    display: inline-block;
    text-align: center;
    width: 100%;
    padding: 0 180px;
    font-size: 12px;
    color: #343434;
}

.help_line {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #888888;
    border-radius: 5px;
    width: 170px;
    height: 32px;
    position: absolute;
    padding: 3px 0.9%;
    right: 17.5%;
    margin: 0.5% 0%;
}

.img_help_line img {
    background-size: 18px;
}

.sub_help_line {
    font-size: 16px;
    font-family: 'Lato-Bold';
    letter-spacing: 0px;
    color: #888888;
}

.rop-wrapper {
    border-radius: 5px;
    padding: 2% 1%;
    width: 512px;
    height: 120px;
    position: relative;
}

.start-planing-form__heading {
    display: flex;
}

.start-planing-form__heading h1 {
    font-size: 18px;
    font-family: 'Lato-Bold';
    line-height: 31px;
    padding-bottom: 1%;
    margin-bottom: 2%!important;
    color: #B02A30;
    text-transform: uppercase;
    border-bottom: 1px solid #DEDEDE;
}

.rop-lang-drop {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border-radius: 3px;
    width: 95px;
    margin-bottom: 7px;
}

.rop-lang-drop .form-field {
    height: 30px;
    background-color: #fff 0 0 no-repeat padding-box;
    border: 1px solid #D2D2D2;
    border-radius: 2px;
    padding: 0 12px;
    font-size: 13px;
    letter-spacing: 0;
    color: #444;
    font-family: 'Lato-Regular';
}

.form-field.select-field {
    background: url(/content/icici-prudential-life-insurance/term-insurance-plans/TP-ROP/images/selectArrow.png) no-repeat calc(100% - 10px) center;
    -webkit-appearance: none;
}

.form-group input[type="radio"] {
    display: none;
}

.form-group .radio-boxes {
    display: inline-block;
    padding: 5px 0;
    font-size: 14px;
    cursor: pointer;
    border-radius: 3px;
    color: #999999;
    text-align: center;
    margin-bottom: 0;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #CCCCCC;
    background-image: url(/content/icici-prudential-life-insurance/term-insurance-plans/TP-ROP/images/Component-9–114.svg);
    background-size: 17px;
    background-position: left;
    background-position-x: 5%;
    width: 100px;
    height: 32px;
    font-family: 'Lato-Regular';
}

.form-group input[type="radio"]:checked+.radio-boxes,
.form-group .radio-boxes {
    background-size: 12px;
}

.form-group .radio-boxes {
    width: 109px;
    height: 32px;
    padding-left: 1%;
    margin-right: 13px!important;
}

.form-group .radio-boxes:not(:last-child) {
    margin-right: 14px;
}

.form-group input[type="radio"]:checked+.radio-boxes {
    background-image: url(/content/icici-prudential-life-insurance/term-insurance-plans/TP-ROP/images/Icon-material-check-circle.svg);
    background-size: 17px;
    background-position: left;
    background-position-x: 5%;
    color: #444444;
    font-family: 'Lato-Bold';
    border: 1px solid #F58220;
}

.form-group input[type="radio"]:checked+.radio-boxes,
.form-group .radio-boxes {
    background-size: 12px;
}

.cm-label-text {
    color: #999999;
    font-size: 11px;
    font-family: 'Lato-Regular';
}

input::placeholder {
    color: #999999;
    opacity: 1;
    font-size: 13px;
    font-family: 'Lato-Regular';
}

.d-lg-flex {
    display: -ms-flexbox!important;
    display: flex!important;
}

#email_new1,
#mobile_new1,
#myDropDown,
#dob {
    width: 225px!important;
    margin-right: 20px;
}

.bg_small {
    width: 396px;
    height: 100%;
    background: transparent url(/content/icici-prudential-life-insurance/term-insurance-plans/TP-ROP/images/side-banner.svg) 0% 0% no-repeat padding-box;
    background-size: 396px;
    background-position-x: 90px;
    position: absolute;
    right: -9%;
    top: 5%;
}

.rop-desk-header {
    font-family: 'Lato-Bold';
    font-size: 21px;
}

.txt_banner_text {
    font-family: 'Lato-Regular';
    font-size: 18px;
}

.bolText.clor_new {
    font-family: 'Lato-Bold';
    font-size: 16px;
    text-align: center;
}

.txt_banner.ben_txt_banner {
    font-family: 'Lato-Regular';
    font-size: 14px;
    text-align: center;
}

.txt_1 {
    color: #343434;
    font-family: 'Lato-Regular';
    font-size: 18px;
    margin: 1% 9%;
    text-align: center;
}

.display-flex {
    display: flex;
}

.mobile-block {
    display: none;
}

.save-money-box-up-mob {
    display: none;
}

.benefit-text {
    display: none;
}

.error-text {
    border: 1px solid #ED1C24;
}

.grp-emp-txt {
    color: #B02A30;
    font-size: 14px;
    text-align: center;
    text-decoration: underline;
}

.scroll_down {
    bottom: 10%;
    position: absolute;
}

.section-heading {
    text-align: center;
    font-size: 30px;
    font-family: "Lato-Bold";
    letter-spacing: 0px;
    color: #444444;
    margin-bottom: 2%;
    margin-top: 30px;
    display: inline-block;
    width: 100%;
}

#frequentasked-text .section-heading {
    margin: 0%;
}

#how-does-the-plan-work .section-heading {
    margin-bottom: 1%;
    width: 100%;
}

.box-title {
    font-family: "Lato-Bold";
    font-size: 20px;
    text-align: left;
    margin-top: 3%;
    margin-left: 20%;
    margin-right: 8%;
    color: #004A80;
}

.choices {
    width: 72%;
    font-size: 16px;
    color: #444444;
    text-align: left;
    margin-left: 20%;
}

.choice-img {
    width: 98px;
    height: 98px;
    left: 1%;
    top: 27%;
    position: absolute;
}

.choose_plan_para {
    font-size: 16px;
    font-family: "Lato-Regular";
    letter-spacing: 0px;
    color: #444444;
    max-width: 100%;
    padding: 0px;
}

.choose_plan_work_subhead {
    text-align: center;
    font-size: 20px;
    font-family: "Lato-Bold";
    letter-spacing: 0px;
    color: #444444;
    margin-bottom: 2%;
}

.choose-box1,
.choose-box2,
.choose-box3,
.choose-box4 {
    width: 48.9%;
    height: 173px;
    background: #ECEFF1;
    border: 1px solid #ECEFF1;
    border-radius: 5px;
    opacity: 1;
    text-align: center;
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.choose-box1 {
    margin-right: 20px;
}

.choose-box3 {
    margin-top: 20px;
    margin-right: 20px;
}

.choose-box2 {
    margin-top: 20px;
}

.performance-snapshot {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0px;
}

.performance-snapshot .key-ben-box {
    width: calc(25% - 15px);
    padding: 46px 7px;
    background: #F5F5F5;
    min-height: auto;
    margin: 0%;
    text-align: center;
    border-radius: 10px;
}

.key-ben-box h4 {
    font-size: 30px;
    line-height: 30px;
    height: 53px;
    color: #B02A30;
    font-family: 'Lato-Heavy';
}

.key-ben-box p {
    font-size: 16px;
    line-height: 1.2;
    color: #323232;
    font-family: 'Lato-Regular';
    margin: 0;
    height: 60px;
}

.key-ben-box {
    background: #F5F5F5;
    border-radius: 10px;
    text-align: center;
    padding: 1px 0px;
}

.accordion-bral {
    min-height: 0;
    min-width: 220px;
    width: 100%;
    height: 100%;
    background: none;
    margin: 15px 0;
    text-align: left;
}

.accordion-bral input.ac-input {
    display: none;
}

.accordion-bral .ac-label,
.accordion-bral .ac-label:hover {
    padding: 0.5% 2%;
    position: relative;
    background-color: #ffffff;
    display: block;
    height: auto;
    cursor: pointer;
    color: #363636;
    line-height: 1.3;
    font-size: 16px;
    font-family: "Lato-Regular";
    margin: 0px;
    transition: all 0.3s ease-in-out;
    border-bottom: none;
}

i {
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 6px;
}

.accordion-bral i:before,
.accordion-bral i:after {
    position: absolute;
    right: 0px;
    top: 100%;
    font-family: 'Lato-Black';
    font-style: normal;
    color: #363636;
    transform: translateY(-50%);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.accordion-bral i:before {
    content: '+';
    font-size: 28px;
}

.accordion-bral input:checked~.ac-label i:before {
    content: '-';
    font-size: 25px;
    right: 7px;
    top: -50%;
}

.accordion-bral input:checked~.article.ac-content {
    height: auto;
    background-color: #ffffff;
    padding: 1% 4% 2% 4%;
    color: #363636;
    font-size: 16px;
    font-family: 'Lato-Regular';
}

.accordion-bral input:checked+.ac-label,
.accordion-bral input:checked+.ac-label:hover {
    font-size: 14px;
    font-family: 'Lato-Bold';
    margin: 0px;
}

.accordion-bral .article {
    background: none;
    overflow: hidden;
    height: 0px;
    outline: none;
    max-height: auto;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    margin-bottom: 0.8%;
    font-size: 14px;
    line-height: 1.5;
    color: #323232;
    font-family: 'Lato-Regular';
}

.accordion-bral .article:last-child {
    padding: 0px;
}

#frequentasked-text ul li {
    font-size: inherit;
    color: inherit;
    line-height: 1.2;
}

.ac-footer .feedback-content-questn {
    margin-top: 3%;
    font-family: "Lato-Bold";
    font-size: 12px;
    letter-spacing: 0px;
    color: #272727;
}

.ac-footer .like-message img {
    margin-right: 1%;
    margin-bottom: 1.5%;
}

.mb-sm-4,
.my-sm-4 {
    margin-bottom: 0.7rem !important;
}

.modal.show .modal-dialog {
    -webkit-transform: none;
    transform: none;
}

.modal-dialog-centered::before {
    height: 100%;
    display: block;
    content: "";
}

#need-help .modal-content {
    background: 0 0;
    border: 0;
    padding: 30px 70px;
}

#need-help .modal-body {
    border-radius: 7px;
    padding: 0px;
}

.need-help-header {
    background: #004a80 0 0 no-repeat;
    height: 70px;
    padding: 10px 10px;
    border-radius: 10px 10px 0 0;
}

.nh-header-text {
    color: #fff;
    font-size: 22px;
    left: 18%;
    vertical-align: middle;
    position: relative;
}

.nh-body-content {
    background: #fff 0 0 no-repeat padding-box;
    border-radius: 0 0 10px 10px;
    padding: 15px 15px;
}

.nh-body-insider {
    padding: 20px 10px;
    text-align: center;
}

.nh-purch-text {
    color: #646464;
    font-size: 14px;
    font-family: 'Lato-Bold';
}

.js-ExpertTalkBtn {
    font-family: 'Lato-Bold';
    margin: 10px 0;
    display: inline-block;
    position: relative;
    cursor: pointer;
    padding: 8px 15px;
    background-color: #f58220;
    color: #fff!important;
    border-radius: 3px;
    font-size: 14px;
    width: 185px;
}

.callCentre {
    font-size: 11px;
    text-align: center;
    color: #999;
    line-height: 20px;
}

.form-horizontal-line {
    margin-top: 0;
    margin-bottom: 0;
}

.nh-horizontal-line {
    border: 1px solid #ddd;
}

.nh-body-insider {
    padding: 20px 10px;
    text-align: center;
}

.nh-close-text {
    text-align: right;
}

.talkExpertText:not([href]):not([tabindex]) {
    font-size: 14px;
    cursor: pointer;
    color: #999;
}

#modal_employee .modal-dialog .modal-close {
    z-index: 3;
    position: absolute;
    top: -10%;
    right: 0px;
}

.modal-dialog .modal-close .close {
    width: 27px;
    height: 27px;
    display: inline-block;
    background: url(/content/icici-prudential-life-insurance/term-insurance-plans/TP-ROP/images/close.svg) no-repeat;
    opacity: 1;
}

#modal_employee .modal-box-emp {
    background: white;
    padding: 18px;
    text-align: center;
}

#modal_employee .title {
    font-family: "Lato-Regular";
    margin-top: 6px;
    font-size: 19px;
    margin-bottom: 4px;
}

#modal_employee .borderline {
    border-bottom: 2px solid #9D1823;
    margin-bottom: 5px;
}

#modal_employee .form-wrap {
    margin-top: 20px;
}

#modal_employee .form-group-pop {
    padding-bottom: 20px;
}

#modal_employee .text-label {
    font-size: 14px;
    color: #323232;
    display: block;
    margin: 0 auto;
}

#modal_employee .form-group-pop .form-control-pop {
    margin: 0 auto;
    height: 37px;
    width: 50%;
    border-radius: 8px;
    font-size: 16px;
    border: 2px solid #e6e7e8;
    outline: none;
}

#modal_employee .action-wrapper {
    margin-top: 12px;
}

#modal_employee .EmpError {
    display: block;
    color: red;
    font-size: 12px;
}

#modal_employee .button {
    display: inline-block;
    padding: 0;
    border: 1px solid transparent;
    outline: none;
    cursor: pointer;
    color: #ffffff;
    font-family: "Lato-Bold";
    background-color: #F58220;
    height: 50px;
    line-height: 50px;
    width: 200px;
    border-radius: 5px;
    text-align: center;
    transition: 0.2s all ease;
    -webkit-transition: 0.2s all ease;
    -moz-transition: 0.2s all ease;
    -ms-transition: 0.2s all ease;
    -o-transition: 0.2s all ease;
    font-size: 18px;
    text-align: center;
}

#modal_employee .successfulMsg {
    background-color: #ddd;
    width: 100%;
    margin: 0 auto;
    border-radius: 3px;
    height: 34px;
    margin-bottom: 10px;
}

#modal_employee .proceedButPay .button--block {
    width: 200px;
}

.thumb-sign {
    width: 25px;
    height: 20px;
}

.return_income {
    text-align: -webkit-center;
    font-family: "Lato-Bold";
    font-size: 20px;
    letter-spacing: 0px;
    color: #444444;
    display: grid;
    width: calc(96%/2);
}

.return_income img {
    width: 54px;
    height: 60px;
}

.semi-red {
    background: #B02A30 0% 0% no-repeat padding-box;
    border-top-left-radius: 26px;
    border-bottom-left-radius: 26px;
    height: 52px;
    text-align: right;
    font-size: 16px;
    font-family: "Lato-Bold";
    letter-spacing: 0px;
    color: #FFFFFF;
    padding: 15px 3% 15px 13%;
    text-align-last: right;
}

.semi-orange {
    background: #F58220 0% 0% no-repeat padding-box;
    border-top-right-radius: 26px;
    border-bottom-right-radius: 26px;
    height: 52px;
    text-align: left;
    font-size: 16px;
    font-family: "Lato-Bold";
    letter-spacing: 0px;
    color: #FFFFFF;
    padding: 15px 13% 15px 3%;
    text-align-last: left;
}

.mid-section {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 10px;
    width: 256px;
    height: 298px;
}

.mid-section .mid-section-cont {
    text-align: center;
    font-size: 16px;
    letter-spacing: 0px;
    color: #444444;
    padding: 19px 15%;
    background-image: url(/content/icici-prudential-life-insurance/term-insurance-plans/TP-ROP/images/slit.svg);
    background-repeat: no-repeat;
    background-position-x: center;
}

.mid_return-income {
    text-align: center;
    font-family: "Lato-Black";
    font-size: 22px;
    letter-spacing: 0px;
    color: #444444;
    background: #EEEFE1 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #3f3f3f29;
    border-radius: 50%;
    width: 44px;
    height: 44px;
    margin-top: 3%;
    display: inline-block;
    padding: 0.5%;
}

.mid_return-income:before {
    content: '';
    position: absolute;
    width: 1px;
    height: 35px;
    background: #C1C1C1;
    left: 50%;
    transform: translateX(-50%);
    top: 0px;
}

.mid_return-income:after {
    content: '';
    position: absolute;
    width: 1px;
    height: 25px;
    background: #C1C1C1;
    left: 50%;
    transform: translateX(-50%);
    bottom: 20px;
}

.mid-section .mid-section-cont:first-child {
    background-image: none;
}

.how-work-second {
    display: inline-flex;
    width: 85%;
    align-items: center;
}

.work-align {
    width: calc(100%/3);
}

.work-align:first-child {
    text-align: -webkit-right;
}

.first-semi {
    margin-bottom: 5%;
    width: 75%;
}

.second-semi-a {
    padding: 0% 3% 1% 13%;
}

.second-semi-b {
    padding: 0% 13% 1% 3%;
}

.how-work-first {
    display: -webkit-box;
    position: relative;
    width: 100%;
    padding-bottom: 3%;
}

.easy-steps {
    display: block;
    width: 100%;
    position: relative;
    text-align: -webkit-center;
    margin-top: 1.5%;
}

.easy-steps img {
    width: 73%;
}

.w-100 {
    width: 100%;
}

.guart_head {
    text-align: center;
    padding: 30px 0%;
}

.tab-button {
    border-radius: 0;
    padding: 0.6% 0%;
    width: 145px;
    height: 39px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #B3B3B3;
    text-align: center;
    font-size: 14px;
    letter-spacing: 0px;
    color: #B3B3B3;
}

.btn {
    padding: 6px;
    color: #fff;
    text-decoration: none;
    display: block;
    text-align: center;
}

.tab-button-wrapper {
    margin-bottom: 20px;
}

.tab-button-wrapper>a {
    margin-right: 2%;
    border-radius: 0;
    visibility: visible;
}

.tab-button.activelink {
    font-size: 18px;
    box-shadow: none;
    width: 160px;
    font-family: "Lato-Bold";
    border: 1px solid #053C6D;
    color: #053C6D;
}

.offset-lg-1 {
    opacity: 0.9;
    margin-bottom: 60px;
    padding: 0px;
    margin-left: 0%;
    max-width: 100%;
}

.tab-button {
    border-color: #B3B3B3;
    color: #B3B3B3;
    border-radius: 0;
    font-size: 18px;
    width: 160px;
    font-family: "Lato-Bold";
}

.link-list li,
.mb20,
.tab-list,
.buying-step {
    margin-bottom: 20px;
}

.tab-list {
    position: relative;
}

.tab-active {
    display: block;
    padding-left: 13%;
}

.ilus-line {
    height: 50px;
    position: relative;
}

.ilus-line::before {
    content: '';
    position: absolute;
    background: #053C6D 0% 0% no-repeat padding-box;
    left: 7%;
    width: 5px;
    height: 40px;
}

.ilus-line:after {
    content: '';
    position: absolute;
    width: 82%;
    height: 5px;
    background: #053C6D 0% 0% no-repeat padding-box;
    left: 7%;
}

.put-your-saving__para>p {
    font-size: 16px;
    width: 100%;
    letter-spacing: 0px;
    color: #404042;
}

.put-your-saving__para>h3 {
    background: rgba(2, 59, 118, 0.1) 0% 0% no-repeat padding-box;
    height: 32px;
    width: fit-content;
    text-align: center;
    padding: 0% 1%;
    font-family: "Lato-Bold";
    font-size: 16px;
    letter-spacing: 0px;
    color: #004A80;
    line-height: 2;
    margin-bottom: 1%!important;
}

.icici-pru-sign {
    padding-left: 2%;
    padding-top: 1%;
    color: #053C6D;
    font-size: 18px;
}

.icici-pru-sign__heading h4 {
    font-family: "Lato-Bold";
    font-size: 18px;
}

.icici-pru-sign__para>p {
    width: 633px;
    font-size: 18px;
    line-height: 23px;
    color: #053C6D;
}

.person-ilus {
    position: absolute;
    left: 2%;
    top: 0%;
}

.person-ilus>img {
    width: 115px;
    height: 120px;
}

.plan-work-illustration {
    height: 150px;
    position: relative;
    bottom: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
    margin-bottom: 12%;
    padding-left: 0%;
}

.plan-work-illustration__line {
    width: 90%;
    height: 7px;
    position: absolute;
    background: #fcd7b7 0 0 no-repeat padding-box;
    top: 100%;
    border-radius: 8px;
    margin-bottom: 10%;
}

.plan-work-illustration__line>img {
    position: absolute;
    bottom: -11px;
    left: -6px;
    transform: rotate(180deg);
}

.plan-work-illustration__line>img.circleimg1,
.plan-work-illustration__line>span.circleimg1 {
    left: 33%;
}

.plan-work-illustration__line>img.circleimg2,
.plan-work-illustration__line>span.circleimg2 {
    left: 58%;
}

.plan-work-illustration__line>img.circleimg3,
.plan-work-illustration__line>span.circleimg3 {
    left: 85%;
}

.plan-work-illustration__line>img.circleimg4,
.plan-work-illustration__line>span.circleimg4 {
    left: 31%;
}

.plan-work-illustration__line>img.circleimg5,
.plan-work-illustration__line>span.circleimg5 {
    left: 46%;
}

.plan-work-illustration__line>img.circleimg5-1,
.plan-work-illustration__line>span.circleimg5-1 {
    left: 40%;
}

.plan-work-illustration__line>img.circleimg6,
.plan-work-illustration__line>span.circleimg6 {
    left: 72%;
}

.plan-work-illustration__line>img.circleimg7,
.plan-work-illustration__line>span.circleimg7 {
    left: 93%;
}

.circleimgtext {
    left: 52% !important;
    margin-top: 2%;
    text-align: center;
    margin-bottom: -2%;
}

.circleimgtext2 {
    float: right;
    position: relative !important;
    margin-right: 10%;
    margin-top: -1%;
}

.plan-work-illustration__line>span {
    position: absolute;
    bottom: -35px;
    left: -11px;
    font-size: 14px;
    letter-spacing: 0;
    color: #404042;
    text-align: center;
    font-family: "Lato-Bold";
}

.txt2 {
    left: 8% !important;
}

.circleimg {
    left: 57% !important;
}

.premium-payment {
    position: absolute;
    bottom: 14%;
    left: 0%;
    line-height: 0.5;
    width: 31%;
}

.premium-payment .img-number-wrapper {
    right: 1%;
    position: relative;
    display: grid;
    margin-right: 0px;
}

.lumpsum-image {
    width: 105%;
}

.dot_line {
    margin-top: 0%;
    width: 49%;
    opacity: 1;
    height: 76px;
    font-size: 18px;
    display: inline-block;
    border-right: 1px dashed #E7873C;
}

.dot-box {
    border: 1px dashed #E7873C;
    border-bottom: 0px;
    width: 288px;
    height: 13px;
}

.maturity-amount_new {
    position: absolute;
    right: 10%;
    bottom: 25%;
    text-align: center;
}

.maturity-amount_new img {
    transform: rotate(180deg);
}

.maturity-amount__heading_new h5 {
    text-align: center;
    font-size: 20px;
    letter-spacing: 0;
    color: #053C6D;
    font-family: "Lato-Bold";
}

.maturity-amount__txt {
    background: #F58220 0% 0% no-repeat padding-box;
    border-radius: 20px;
    height: 44px;
    text-align: center;
    font-size: 16px;
    font-family: "Lato-Bold";
    letter-spacing: 0px;
    padding: 1% 11%;
    width: 224px;
    color: #FFFFFF;
    line-height: 1.2;
}

.centered-rs {
    position: absolute;
    top: 85%;
    left: 39%;
    color: #F37D16;
    text-align: center;
    font-size: 21px;
}

.keybenefitill img {
    width: 32px;
    height: 33px;
    margin-right: 1%;
}

.keybenefitill {
    text-align: left;
    font-size: 16px;
    font-family: "Lato-Regular";
    letter-spacing: 0px;
    color: #444444;
    background: #DFE6ED 0% 0% no-repeat padding-box;
    height: 49px;
    line-height: 3;
    text-align: center;
    width: 117.6%;
    left: -8.7%;
    position: relative;
}

.maturity-amount__footer img {
    width: 25px;
    margin-right: 5%;
}

.maturity-amount__footer {
    text-align: left;
    font-size: 16px;
    font-family: "Lato-Bold";
    letter-spacing: 0px;
    color: #004A80;
    display: inline-flex;
    padding: 1.2% 5%;
    opacity: 1;
}

.maturity-amount {
    background: #E9E9E9 0% 0% no-repeat padding-box;
    border-radius: 12px;
    height: 51px;
    width: 24%;
}

.maturity-amount-first {
    height: 40px;
    width: 28%;
    line-height: 2;
    margin-left: 1.5%;
    text-align: center;
    text-align-last: center;
}

.align-text-maturity {
    position: absolute;
    left: 42%;
    top: 0%;
}

#handyDocumentsPopup .modal-dialog {
    max-width: 47%;
}

#handyDocumentsPopup .modal-content {
    border-radius: 10px;
}

#illNessModal .modal-dialog .criticalIllness-content,
#handyDocumentsPopup .modal-body {
    padding: 0px;
}

#handyDocumentsPopup .close-icon {
    top: 10px;
}

#annualIncomeModal .close-icon,
#freeBenefitPopup .close-icon,
#handyDocumentsPopup .close-icon {
    text-shadow: 0 1px 0 #fff;
    font-size: 18px;
    position: relative;
    right: 60%;
    opacity: .5;
}

#handyDocumentsPopup .headerCont {
    padding: 45px 50px 25px 50px;
    color: #094B7F;
    font-size: 18px;
    text-align: center;
}

#handyDocumentsPopup .doc-title {
    font-size: 18px;
    font-family: "Lato-Bold";
}

#handyDocumentsPopup .bodyCont {
    background: #F2F2F2 0% 0% no-repeat padding-box;
    padding: 30px 40px;
}

#handyDocumentsPopup .bodyCont ul li {
    color: #004A80;
    font-size: 14px;
    padding-left: 40px;
    text-align: left;
}

#handyDocumentsPopup .bottomCont {
    text-align: center;
    padding: 35px 10px;
}

#handyDocumentsPopup .bottomCont a {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #A5A5A5;
    border-radius: 3px;
    padding: 10px 35px;
    font-size: 16px;
    cursor: pointer;
    color: #A0A0A0;
}

.cont-right-leadscreen-container.cont-right {
    padding: 0;
    max-width: 100%;
    z-index: 0;
    min-height: auto;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
}

.cont-right-leadscreen-container .cont-right-sec-2 {
    position: fixed;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    max-width: 400px;
    z-index: 3;
    max-width: 45%;
}

.con-right-close-1,
.con-right-close-2 {
    display: none;
}

.cont-right-sec-2-in {
    position: relative;
    border-radius: 15px;
    background-color: #ffffff;
    padding: 0px 30px;
    padding-top: 70px;
    box-shadow: 18px 10px 57px rgb(0 0 0 / 16%);
    -webkit-box-shadow: 18px 10px 57px rgb(0 0 0 / 16%);
    -moz-box-shadow: 18px 10px 57px rgba(0, 0, 0, 0.16);
}

.cd-plan-offer {
    border-radius: 5px;
    background-image: linear-gradient(180deg, #003b6e 0%, #093d8a 100%);
    position: absolute;
    width: calc(100% - 60px);
    top: -45px;
    text-align: center;
    padding: 15px;
}

.cd-plan-offer h3 {
    font-size: 27px;
    color: #ffffff;
    font-family: 'Lato-Bold';
    margin-bottom: 10px;
}

.cd-plan-offer h3 span {
    font-size: 18px;
}

.cd-plan-offer h4 {
    margin: 0;
    font-size: 14px;
    line-height: 1.3;
    color: #ffffff;
}

.cr-hdn h3 {
    font-size: 24px;
    line-height: 1.3;
    color: #003b6e;
    font-family: 'Lato-Bold';
}

.cr-hdn h4 {
    font-size: 15px;
    line-height: 1.3;
    color: #323232;
}

.cmn-label {
    font-size: 13px;
    color: #444;
    display: block;
    margin-bottom: 3px;
    position: relative;
}

.form-field {
    height: 40px;
    padding: 0 15px;
}

.ndnctext {
    position: relative;
    color: #444;
}

.ndnctext input {
    position: absolute;
    width: 0;
    opacity: 0;
}

.ndnctext label {
    width: 100%;
    font-size: 11px;
    line-height: 16px;
    text-align: justify;
    padding-left: 26px;
    position: relative;
    cursor: pointer;
    letter-spacing: 0;
    color: #444444;
}

.rec-plan-btn {
    width: 100%;
    text-align: center;
    border-radius: 50px;
    padding: 0 30px;
}

.whatsapp_optin {
    width: 100%;
    display: inline-block;
    margin-top: 10px;
}

.ndnctext {
    position: relative;
    color: #444;
}

.whatsapp_optin .ndnctext label {
    font-size: 14px;
    font-family: "Lato-Bold";
}

.whatsapp_optin .input_container {
    margin: 0 25px;
    display: inline-block;
    width: calc(100% - 20px);
    padding: 2px 0px 9px;
    border-bottom: 1px #fafafa solid;
}

.whatsapp_optin .input_container label {
    font-size: 1.5em;
    margin-bottom: 0;
    line-height: 14px;
    text-shadow: 0 1px 1px #e4e4e4;
    color: #1a1a1a;
}

.whatsapp_optin .input_container .input_form_field {
    width: 50%;
    display: inline-block;
    line-height: 20px;
    margin-left: 15px;
}

.whatsapp_optin .input_container .input_form_field .inputclass {
    font-size: 1.5em;
    padding: 5px 5px 7px 12px;
    outline: 0;
    border-radius: 2px;
    border: 1px #cdcdcd solid;
    width: 120px;
}

.handyDocOpen,
.handyDocOpen:hover {
    text-decoration: underline;
    color: #004A80;
}

#handyDocumentsPopup .bodyCont .doc-list li:before {
    content: "";
    padding: 10px;
    background-image: url(/content/icici-prudential-life-insurance/term-insurance-plans/assets_appform_opt/images/Icon-awesome-check-circle-doc.svg);
}

#handyDocumentsPopup .bodyCont .incomeProffList li:before {
    background: #004A80;
    padding: 0px;
    width: 6px;
    height: 6px;
}

#two .align-text-maturity {
    left: 40%;
    top: 0px;
}

.maturity-amount-second {
    height: 40px;
    width: 26%;
    line-height: 2;
    margin-left: 2%;
    text-align-last: center;
    text-align: center;
}

.dot_line_hor {
    display: inline-block;
    border-right: 1px dashed #E7873C;
    border-top: 1px dashed #E7873C;
    margin-left: 3px;
    border-left: 1px dashed #E7873C;
}

.dot_line_ver {
    border-right: 1px dashed #E7873C;
    display: block;
    opacity: 1;
}

.dot_line1 {
    width: 100%;
    height: 13px;
}

.dot_line2 {
    width: 50%;
    height: 20px;
}

.premium-payment-1 {
    position: absolute;
    bottom: 19%;
    left: 0%;
    width: 32%;
}

.premium-payment-1 .img-number-wrapper {
    right: 0%;
    position: relative;
    display: grid;
}

.premium-payment__img {
    position: relative;
    display: flex;
}

.img-number-wrapper {
    margin-right: 17px;
    color: #515151;
}

.premium-payment__img:after {
    content: '- - - - - - - - - - - - - - - -';
    position: absolute;
    width: 40%;
    height: 1px;
    color: #E7873C;
    right: 17%;
    top: 5%;
    transform: translateY(-20%);
}

.premium-payment-1 .premium-payment__img:after {
    right: 10%;
}

.premium-payment-2 .premium-payment__img:after {
    right: 15%;
}

.img-number-wrapper p {
    font-size: 14px;
    text-align: center;
}

.dot_line3 {
    width: 48%;
    height: 15px;
}

.dot_line4 {
    width: 90%;
    height: 13px;
}

.dot_line5 {
    width: 44%;
    height: 15px;
}

.dot_line6 {
    width: 83%;
    height: 13px;
}

.premium-payment-2 {
    position: absolute;
    bottom: 19%;
    right: 28%;
    width: 30%;
}

.regularIncomeRight-image {
    width: 21px;
}

.right-sec {
    width: 93%;
}

.maturity-amount_new_right {
    position: absolute;
    bottom: 19%;
    right: -2%;
    width: 287px;
}

table.faq3-table {
    width: 100%;
    border: 1px solid #cccccc;
}

table.faq3-table tr.bac-grey {
    background-color: #f5f5f5;
}

table.faq3-table tr td {
    padding: 5px 5px 5px 10px;
    border-right: 1px solid #cccccc;
    text-align: left;
    font-size: 14px;
}

.desktop-block {
    display: block;
}

.desktop-inlineblock {
    display: inline-block;
}

.desktop-flex {
    display: flex;
}

.desktop-inlineflex {
    display: inline-flex;
}

.mobile-block,
.mobile-inlineblock,
.mobile-flex,
.mobile-inlineflex {
    display: none;
}

.choose_plan_para_sub {
    display: inline;
}

.faq-main-section .faq-width-align .faq-content-sect .faq-cont-start .faq-cont {
    padding-bottom: 20px;
}

.faq-main-section .faq-width-align .faq-content-sect .faq-cont-start .article {
    overflow: hidden;
    height: 0;
    font-size: 13px;
    color: #363636;
}

.feed {
    display: inline-block;
    margin-top: 10px;
}

.feed:not(:first-child) {
    margin-left: 10px;
    cursor: pointer;
}

.feed:not(:first-child) {
    margin-left: 10px;
    cursor: pointer;
}

.feedtext-cont {
    margin-top: 10px;
    max-width: 100%;
}

.feedback-textarea {
    resize: none;
    overflow: auto;
    height: 50px;
    width: 300px;
    border: 1px solid #dedede;
    padding: 2px 5px;
    font-size: 13px;
}

.sendfeedback {
    background: #fff 0 0 no-repeat padding-box;
    border: 1px solid #646464;
    border-radius: 3px;
    opacity: 1;
    outline: none!important;
    color: #5d5d5d;
    cursor: pointer;
    outline: 0;
    font-size: 13px;
    margin-top: 7px;
    margin-bottom: 7px;
}

.empty_feedback_error {
    display: inline-block;
    width: 100%;
    color: red;
    font-size: 10px;
}

.top-disc-text {
    font-size: 10px;
    color: #083E6E;
    position: relative;
    top: -15px;
}


/* By Lokesh for illustration */

.maturity-amount_new {
    display: inline-block;
    width: 100%;
    margin: 0 auto;
    bottom: -70px;
    right: 0;
}

.maturity-amount_new .maturity-amount_seprator {
    margin-top: 0%;
    width: 79%;
    opacity: 1;
    height: 15px;
    display: inline-block;
    border: 1px dashed #E7873C;
    border-top: none;
    position: absolute;
    left: 0;
    z-index: 9;
}

.maturity-amount_new .maturity-amount_seprator::after {
    content: "";
    position: absolute;
    width: 2px;
    height: 15px;
    border-right: 1px dashed #E7873C;
    top: -1px;
    left: 69%;
}

.maturity-amount_new .maturity-amount__heading_new {
    position: absolute;
    left: 18%;
    z-index: 99;
    top: -10px;
}

.maturity-amount_new .maturity-amount__heading_new.box-no2 {
    left: 56.5%;
}

#two .maturity-amount_new .maturity-amount_seprator {
    width: 85%;
}

#two .maturity-amount_new .maturity-amount_seprator::after {
    left: 43.5%;
}

#two .maturity-amount_new .maturity-amount__heading_new.box-no1 {
    left: 9%;
}

#two .maturity-amount_new .maturity-amount__heading_new.box-no2 {
    left: 50%;
}


/* By Lokesh for illustration */

.illust-table {
    margin: 0px;
}

.illust-table .put-your-saving__para {
    text-align: center;
}

.illust-table table {
    background: #E9E9E9 0% 0% no-repeat padding-box;
    border-radius: 5px;
    display: inline-block;
    line-height: 1;
}

.illust-table td {
    color: #023B76;
    font-size: 16px;
    font-family: "Lato-Italic";
}

.illust-table td:first-child {
    width: 78%;
    padding: 0% 18% 2% 3%;
    text-align: left;
}

.illust-table td:last-child {
    padding-right: 5%;
}

.illust-table tr {
    height: 44px;
}