@font-face {
    font-family: icomoon;
    src: url(/content/icici-prudential-life-insurance/testing/POS/assets_appform_opt/fonts/icomoon.eot?klz377);
    src: url(/content/icici-prudential-life-insurance/testing/POS/assets_appform_opt/fonts/icomoon.eot?klz377#iefix) format('embedded-opentype'), url(/content/icici-prudential-life-insurance/testing/POS/assets_appform_opt/fonts/icomoon.ttf?klz377) format('truetype'), url(/content/icici-prudential-life-insurance/testing/POS/assets_appform_opt/fonts/icomoon.woff?klz377) format('woff'), url(/content/icici-prudential-life-insurance/testing/POS/assets_appform_opt/fonts/icomoon.svg?klz377#icomoon) format('svg');
    font-weight: 400;
    font-style: normal
}

* {
    font-family: 'Lato', sans-serif!important
}

html,
body {
    font-family: 'Lato', sans-serif!important
}

[class^="icon-"],
[class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -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";
} */


/* by jignesh [commented below] */

html,
body {
    width: 100%;
    background: #ffffff;
    /* overflow-x: hidden; */
}

 :root {
    --clr: #ff6600;
}


/* by jignesh [added overflow] */

body {
    font-size: 10px;
    color: #323232;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

.Calculator-Main-Container {
    font-family: 'Lato';
}

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;
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.main-container {
    position: relative;
}

.containerBig {
    width: 100%;
    padding-right: 100px;
    padding-left: 100px;
    margin-right: auto;
    margin-left: auto;
}

.container1 {
    width: 100%;
    max-width: 1400px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.button {
    display: inline-block;
    padding: 0;
    border: 1px solid transparent;
    outline: none;
    cursor: pointer;
    color: #ffffff;
    /* font-weight: 700; */
    font-family: "Lato";
    font-weight: 700;
    background: #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;
}

.button:focus {
    outline: none;
}

.button:hover,
.button:focus {
    text-decoration: none;
    /* background: #9D1823;
    color: #fff; */
}

.button:active,
.button.active {
    outline: 0;
}

.button--block {
    width: 100%;
    height: 50px;
}

.button--auto {
    width: auto;
    padding: 0 40px;
}

.button--auto-small {
    width: auto;
    padding: 0 15px;
}

.button-line {
    border: 1px solid #ff6600;
    color: #323232;
    background: transparent;
}

.button-line:hover,
.button-line:focus {
    text-decoration: none;
    background: #ff6600;
    color: #fff;
}

.button-line:active,
.button-line.active {
    outline: 0;
}

.button-round {
    /* border-radius: 50px; */
    border-radius: 25px;
}


/*==========================================================================
  Form Elements
  ========================================================================== */

 :root {
    --form-field-height: 50px;
}

.form-group {
    position: relative;
}


/*Ketan*/

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

select::-ms-expand {
    display: none;
}

select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #000;
}

option:not(:checked) {
    color: black;
    /* prevent <option>s from becoming transparent as well */
}

.form-field {
    border: 1px solid #ddd;
    height: 50px;
    width: 100%;
    z-index: 2;
    position: relative;
    background: #ddd;
    outline: none;
    font-size: 16px;
    color: #323232;
    font-weight: 700;
    border-radius: 5px;
    padding: 0 20px;
}

.form-field:focus {
    outline: none;
    border: 1px solid #ff6600;
}

.birth-date .form-field {
    /* background: #dddddd url(/content/icici-prudential-life-insurance/testing/POS/assets_appform_opt/images/calender.png) no-repeat calc(100% - 20px) center; */
    text-transform: uppercase;
    background-size: 20px;
    /* border: 2px solid #ED1C24; */
    border: 1px solid #CFCFCF;
    border-radius: 2px;
    width: 230px;
    height: 40px;
    background: #ffffff 0% 0% no-repeat padding-box;
    padding: 10px 12px;
}

.mobile .form-field,
.email .form-field {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #CFCFCF;
    border-radius: 2px;
    height: 40px;
}

.leadpage-cmn-width {
    width: 230px;
    display: inline-block;
    height: 72px;
}


/* Select */

.select-field {
    background: #dddddd url(/content/icici-prudential-life-insurance/testing/POS/assets_appform_opt/images/selectArrow.png) no-repeat calc(100% - 10px) center;
    -webkit-appearance: none;
    appearance: none;
}

.select-field option {
    /* font-size: 14px; */
    font-size: 12px;
    color: #9fa4a9;
    font-family: "Lato";
}

.select-field option:checked,
.select-field option:hover {
    background: #ff6600;
    color: #fff;
}


/* // Select */


/* // Form */


/*==========================================================================
  8. Radio Small
  ========================================================================== */

.radio-box {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.radio-box input {
    position: absolute;
    width: 0;
    opacity: 0;
}

.radio-box label {
    /* font-weight: 700;
    font-size: 16px;
    color: #323232;
    margin: 0;
    cursor: pointer;
    position: relative;
    width: 150px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border: 1px solid #9D1823;
    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; */
    display: inline-block;
    padding: 5px 0;
    font-size: 14px;
    cursor: pointer;
    border-radius: 2px;
    color: #444444;
    text-align: center;
    margin-bottom: 0;
    background: #ffffff 0% 0% no-repeat padding-box;
    border: 1px solid #CFCFCF;
    background-image: url(/content/icici-prudential-life-insurance/testing/POS/assets_appform_opt/images/Component_21.svg);
    background-position: left;
    background-position-x: 5%;
    width: 120px;
    /* height: 32px; */
    font-size: 14px;
}

.identifyRadioAnnualIncome .radio-box label {
    width: 140px;
}


/* .radio-box label:hover, */

.radio-box input:checked+label {
    /* background: #9D1823;
    color: #fff; */
    background-image: url(/content/icici-prudential-life-insurance/testing/POS/assets_appform_opt/images/Component_31.svg);
    /* background-size: 17px; */
    background-position: left;
    background-position-x: 5%;
    color: #444444;
    font-weight: 700;
    border: 1px solid #F58220;
}

.radio-box input[type="radio"]:disabled+label,
.radio-toolbar input[type="radio"][disabled]+label {
    background-color: #E8E8E8;
}

.identifyRadio .radio-box:not(:last-child) {
    margin-right: 10px;
}

.annualIcomeDivide .radio-box:not(:last-child) {
    margin-right: 15px;
}

.radio-box input+label span {
    /* margin-right: 5px;
    font-size: 1.2em;
    position: relative;
    top: 2px; */
}

.identifyRadio .radio-box label {
    padding: 5px 30px;
}

.radio-box input+label .annualIncomeText {
    padding: 5px 13px;
}

.radio-box input+label .annualIncomeText.Incomeref4 {
    padding: 5px 0px 0px 8px;
}

.radio-box-combined {
    display: flex;
    justify-content: space-between;
    /* border: 1px solid #9D1823;
    border-radius: 5px; */
    /* border: 1px solid #CFCFCF; */
    border-radius: 2px;
    overflow: hidden;
}

.radio-box-combined .radio-box {
    flex: 1;
    /* border-right: 1px solid #9D1823; */
}

.radio-box-combined .radio-box label {
    width: 100%;
    border: 0;
    border-radius: 0;
    border: 1px solid #CFCFCF;
}


/* .radio-box-combined .radio-box:first-of-type label,
.radio-box-combined .radio-box:nth-of-type(2) label {
    border-right: 1px solid #F58220;
}

.radio-box-combined .radio-box:last-of-type label {
    border-left: 1px solid #F58220;
} */


/* // Radio Box */


/* Added New by Jignesh [comented overflow] */

.cont-top-container {
    position: relative;
    margin: 50px 0;
    /* overflow: hidden; */
    font-family: "Lato";
}

.cont-left {
    margin: 50px 0;
    max-width: 600px;
    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: 'ebold'; */
    font-family: "Lato";
    font-weight: 700;
}

.c-offer p {
    font-size: 16px;
    line-height: 1.3;
    color: #ffffff;
    /* font-family: 'medium'; */
    font-family: "Lato";
    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:after {
    content: '';
    position: absolute;
    right: -26px;
    top: 0;
    height: 100%;
    width: 30px;
    background: url(/content/icici-prudential-life-insurance/testing/POS/assets_appform_opt/images/offerBg.png) no-repeat right center/contain;
  } */

.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;
    padding-left: 20px;
}

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;
}

.cont-right {
    width: 50%;
    position: relative;
    z-index: 1;
    left: 50%;
    padding: 35px 0px;
    min-height: 707px;
}


/* Added New by Jignesh [margin & min-height added below] */

.cont-right-in {
    /* max-width: 560px; */
    font-family: Lato, sans-serif !important;
    width: 500px;
    height: 600px;
    /* height: 670px; */
    border: 1px solid #F2EFEF;
    border-radius: 11px;
    /*Nitin_lead*/
    margin: 0;
    /* border-radius: 15px; */
    position: relative;
    top: -50px;
    background-color: #ffffff;
    /* border: 1px solid black; */
}

.cr-hdn h3 {
    font-size: 24px;
    line-height: 1.3;
    color: #003b6e;
    /* font-family: 'ebold'; */
    font-family: 'Lato';
    font-weight: 700;
}

.cr-hdn h4 {
    font-size: 15px;
    line-height: 1.3;
    color: #323232;
    font-family: 'Lato';
}

hr {
    border-top: 3px solid #f5f5f5;
}


/* by Jignesh [font-size changed] */

.cmn-label {
    font-size: 13px;
    /* color: #323232; */
    color: #444444;
    /* font-family: 'medium'; */
    font-family: "Lato";
    display: block;
    margin-bottom: 3px;
}

.ref-link {
    font-family: 'Lato';
    font-size: 14px;
    line-height: 21px;
    color: #9d1823;
    border-bottom: 1px dashed #9d1823;
}

.ref-link:hover {
    color: #9d1823;
    opacity: 0.7;
}

.justify {
    display: flex;
    justify-content: space-between;
    align-content: center;
}

.note1 {
    font-size: 11px;
    color: #999999;
    font-family: 'Lato';
    /* display: block; */
}

.mainContainer {
    position: relative;
    z-index: 9;
}


/* .overflow .mainContainer {
    z-index: 99;
  } */

.cont-bg {
    position: absolute;
    top: -650px;
    right: -60%;
    width: 120%;
    height: 1200px;
    background: #f7dece;
    border-radius: 50%;
    overflow: hidden;
}

.cont-bg img {
    position: absolute;
    bottom: 0;
    left: 31%;
    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-bg img.working_women {
    bottom: 110px;
}


/* by Jignesh [position removed] */

.cont-right-sec-1 {
    /* position: absolute; */
    width: 100%;
    top: 0;
    left: 0;
    border-radius: 11px;
    background-color: #ffffff;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 10px 10px #00000029;
    -webkit-box-shadow: 0px 10px 10px #00000029;
    -moz-box-shadow: 18px 10px 57px rgba(0, 0, 0, 0.16);
    /* height: 670px; */
    /* padding: 25px 30px; */
    /*Nitin_lead*/
    left: 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; */
    /* 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); */
    /* opacity: 0; */
    /* visibility: hidden; */
    /* Added New by Jignesh [commented opacity, visibility, transition]*/
}

.cont-right-sec-2 {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    padding-top: 50px;
    left: 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: 0; */
    /* visibility: hidden; */
    display: none;
    /* Added New by Jignesh [commented opacity, visibility, transition, added Display]*/
}


/* by Jignesh [margin changed] */

.cont-right-sec-3 {
    /* position: absolute; */
    width: 100%;
    /* top: 0; */
    /* left: 0; */
    border-radius: 15px;
    margin: 10px 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: 0; */
    /* visibility: hidden; */
    display: none;
    /* Added New by Jignesh [commented opacity, visibility, transition,position, added Display]*/
}

.active {
    position: relative;
    left: 0;
    opacity: 1;
    visibility: visible;
    z-index: 9;
}

.activated {
    position: absolute;
    left: -100%;
    /* opacity: 0; */
}

.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';
    font-weight: 700;
    margin-bottom: 10px;
}

.cd-plan-offer h3 span {
    font-size: 18px;
    font-family: 'Lato';
}

.cd-plan-offer h4 {
    margin: 0;
    font-size: 14px;
    line-height: 1.3;
    color: #ffffff;
    /* font-family: 'medium'; */
    font-family: 'Lato';
}

.cd-plan-offer h4 span {
    font-family: 'Lato';
    font-weight: 700;
}

.broc-dl {
    position: relative;
    top: 3px;
    font-size: 1.2em;
    margin-right: 5px;
    color: #ff6600;
    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 {
    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;
}

.cont-top-container.active .cont-right-in {
    /* max-width: 100%; */
    border-radius: 0;
}


/*  Added New by Jignesh [Commented below code]*/


/* 
  .cont-right-sec-3-in {
    opacity: 0;
    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-right-sec-3-in.active {
    opacity: 1;
  }
  
  */


/* // Added New by Jignesh */

.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;
    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/testing/POS/assets_appform_opt/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/testing/POS/assets_appform_opt/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/testing/POS/assets_appform_opt/images/tab11.png)no-repeat center center/contain;
}

.crs-tabs li a.active span:after {
    background: url(/content/icici-prudential-life-insurance/testing/POS/assets_appform_opt/images/tab12.png)no-repeat center center/contain;
}

.crs-tabs li.in {
    z-index: 9;
}

.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;
    /* background: #dddddd; */
}

.tab-top-sec .form-field {
    background: #fff;
}

.bigTxtInput,
.tab-top-sec .bigTxtInput {
    padding-left: 34px;
    background: #fff url(/content/icici-prudential-life-insurance/testing/POS/assets_appform_opt/images/rs.png) no-repeat 20px 13px;
    position: relative;
    z-index: 9;
    opacity: 1;
}

.tab-top-sec .select-field {
    background: #fff url(/content/icici-prudential-life-insurance/testing/POS/assets_appform_opt/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/testing/POS/assets_appform_opt/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';
    font-weight: 700;
    border-radius: 5px;
    border: 1px solid #ddd;
}

.bigTxt-box p span {
    color: #323232;
    font-family: 'Lato';
    font-weight: 700;
}


/* For Firefox */

input[type='number'] {
    -moz-appearance: textfield;
}


/* Webkit browsers like Safari and Chrome */

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}


/* by Jignesh [font-size, line-height changed] */

.inner-sect {
    /* font-size: 32px; */
    font-size: 28px;
    color: #323232;
    font-family: 'Lato';
    font-weight: 700;
    margin: 0;
    line-height: 50px;
}


/* by Jignesh [padding changed] */

.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;
}


/* by Jignesh [changed] */

.tab-top-sec .tab-top-sec-mr {
    margin-right: 20px;
}

.tbsg h3 {
    margin: 0;
    font-size: 21px;
    color: #323232;
    font-family: 'Lato';
    font-weight: 700;
}

.tbsg a {
    display: block;
}

.tab-top-sec .form-group1 {
    padding: 0 5px;
}


/* by Jignesh [changed below] */

.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: 'medium'; */
}

.tbsg-base-in p {
    font-size: 20px;
    color: #323232;
    font-family: 'Lato';
    font-weight: 700;
    margin: 0;
    line-height: 30px;
}


/* .tbsg-base-in p span {
    font-size: 12px;
  } */

.tbsg-base-in p span {
    /*Added by Manish*/
    font-size: 20px;
    color: #323232;
    /* font-family: "bold"; */
    font-family: 'Lato';
    font-weight: 700;
    margin: 0;
    line-height: 30px;
}

.tbsg-base-in-plus {
    font-size: 48px;
    line-height: 30px;
    color: #323232;
    font-family: 'light';
    /* margin: 0 15px; */
    margin: 0 15px 15px 15px;
}

.tab-top-sec .button {
    color: #ff6600;
    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';
    font-weight: 700;
    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;
}

.crTabHdn .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: #ff6600;
}

.tbl-fr.button-line {
    height: auto;
    color: #ff6600;
    /* background: transparent; */
    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';
    font-weight: 700;
    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';
    font-weight: 700;
    margin: 0;
}

.benf-left p {
    font-size: 16px;
    line-height: 1.5;
    color: #323232;
    /* margin-bottom: 15px; */
    margin-bottom: 5px;
    /* 31-7 [changed margin bottom] */
}

.benf-left p b {
    font-weight: normal;
    font-family: 'Lato';
    font-weight: 700;
}

.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';
    font-weight: 700;
}


/* Added */

.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: #ff6600;
    color: #fff;
}

.sel-option {
    border: 1px solid #E8ECF0;
    background: #E8ECF0;
    padding: 20px;
    position: relative;
}

.sel-option.active {
    background: #FCE9DD;
    border: 1px solid #FF6600;
}

.sel-option h3 {
    font-size: 20px;
    line-height: 1.3;
    color: #323232;
    font-family: 'Lato';
    font-weight: 700;
    margin-bottom: 10px;
}

.sel-option .partxt {
    font-size: 16px;
    line-height: 1.5;
    color: #323232;
    margin-bottom: 15px;
}

.sel-option p a {
    color: #A70303;
}

.sel-option h6 {
    font-size: 17px;
    line-height: 23px;
    color: #323232;
    font-family: 'Lato';
    font-weight: 700;
    margin-bottom: 30px;
    text-align: center;
}

.sel-option .bigTxt-box {
    margin-bottom: 10px;
}

.tbSecSelBtn {
    display: inline-block;
    padding: 0;
    border: 1px solid #ff6600;
    outline: none;
    cursor: pointer;
    color: #ff6600;
    font-family: 'Lato';
    font-weight: 700;
    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%;
}

.diFle {
    display: flex;
    margin-bottom: 60px;
    justify-content: space-between;
}

.diFle .sel-option {
    width: calc(50% - 10px);
    border-radius: 10px;
}

.tab-body-right-sec {
    width: 40%;
}

.bolText {
    color: #323232;
    font-family: 'Lato';
    font-weight: 700;
    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: #ff6600;
    color: #fff;
    background-image: url(/content/icici-prudential-life-insurance/testing/POS/assets_appform_opt/images/tick.png);
    background-size: auto;
    background-position: center;
    background-repeat: no-repeat;
}

.rad-fiel input:checked~label .contDiv {
    background: #FCE9DD;
    border: 1px solid #FF6600;
}

.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;
}


/*slider*/

.swiper-container {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    /* transition: 0.5s all ease; */
}

.sliHed {
    color: #323232;
    font-size: 16px;
    font-family: 'Lato';
    font-weight: 700;
    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 #FF6600;
}

.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: 25px;
    font-family: 'Lato';
    font-weight: 700;
}

.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';
    font-weight: 700;
}

.pad15 {
    padding: 0 15px;
}

.mar22 {
    margin: 22px 0;
}


/*slider end*/


/* Added End */

.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';
    display: block;
    line-height: 1.3;
    margin-top: 12px;
}

.tbl-fr2 {
    height: 50px;
    line-height: 50px;
    color: #ff6600;
}

.tbSec {
    display: none;
}

.tbSec.active {
    display: block;
}

.tbl-f-box-mob {
    display: none;
}


/* For Firefox */

.bDate {
    -moz-appearance: textfield;
}


/* Webkit browsers like Safari and Chrome */

.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: 9;
    position: relative;
    padding: 0 70px;
}

.logo-box {
    height: 100px;
    display: flex;
    align-items: center;
}

.logo-box a {
    display: inline-block;
    vertical-align: middle;
    margin-right: 30px;
}


/**     Added by Manish Starts  **/

.form-element-error {
    color: #f00;
    font-size: 0.7rem;
}

.button--block.disabled,
.formBtn2.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: regular !important;
}

#editmodal5 .home-modalWrapper {
    line-height: 20px!important;
    display: inline-block;
    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.3em !important; */
    color: #333;
    /* overflow: scroll; */
}

.divSavingTableBody.limPaySavePop {
    font-size: 1.2em !important;
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
    display: table;
}

.trow {
    display: table-row;
}

.trow .column {
    display: table-cell;
    vertical-align: top;
    text-align: center;
    padding: 10px;
}

.mainheading {
    letter-spacing: 0;
    font-family: 'Lato';
    font-weight: 600 !important;
    font-size: 0.9em !important;
    color: #000000 !important;
}

.tbborderright {
    border-right: 1px #ececec solid;
}

.trow .column {
    display: table-cell;
    vertical-align: top;
    text-align: center;
    padding: 10px;
}

.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';
    font-weight: 700;
    font-size: 0.9em;
}

.seen {
    display: block;
}

.notseen {
    display: none;
}

.pay-head {
    text-align: center;
    margin: 10px 0px;
    color: #ff6600;
    font-size: 15px;
}

input[name=mobileno]::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    /* color: #a09e9e; */
    color: #DEDEDE;
    opacity: 1;
    font-size: 14px;
    /* Firefox */
}

input[name=user_dob]::placeholder {
    color: #DEDEDE;
    opacity: 1;
    font-size: 14px;
}

.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: 'medium'; */
}

.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: 'medium'; */
}

.cm-line-break {
    display: block;
}

.pay-head {
    text-align: center;
    margin: 10px 0px;
    color: #ff6600;
    font-size: 15px;
}

element.style {}

.home-closeBtn,
.js-closeBtn {
    margin: 10px 0px;
    display: inline-block;
    position: relative;
    cursor: pointer;
    padding: 6px 14px;
    background-color: #ff6600;
    color: #f5f5f5 !important;
    border-radius: 2px;
    font-size: 15px;
}

.needhelp {
    width: 32%;
}

.boxborder {
    border: 1px solid rgb(221, 221, 221);
    border-radius: 10px;
}

.performance-snapshot1 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.row {
    margin-right: -15px;
    margin-left: -15px;
    position: relative;
    display: inline-block;
}

.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;
}

.col-xs-12 .key-ben-box {
    /* min-height: 366px; */
    min-height: 375px;
    /* margin-bottom: 5px; */
}


/*Disclaimer*/

.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;
}

.panel-default>.panel-heading+.panel-collapse>.panel-body,
.nav-tabs {
    border: 0;
}

.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;
    background: url(/content/icici-prudential-life-insurance/testing/POS/assets_appform_opt/images/accordion-active.png) no-repeat 98% top;
    transition: all .10s ease;
}

.plan-details .panel-heading h4 a {
    background-color: #08486f;
    background-image: url(/content/icici-prudential-life-insurance/testing/POS/assets_appform_opt/images/up-icon.png);
    background-position: 97% center;
    background-position: right 15px center;
    background-repeat: no-repeat;
    color: #fff;
    display: block;
    font-family: 'Lato';
    font-weight: 700;
    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;
    box-shadow: 0px 1px 0px 0px #cac6c6;
    padding: 10px 10px 10px;
    color: #6a6a6a;
    background: url(/content/icici-prudential-life-insurance/testing/POS/assets_appform_opt/images/accordion-active.png) no-repeat 98% 60%;
}

#disc-accordian .panel-heading h4 a.collapsed {
    background: url(/content/icici-prudential-life-insurance/testing/POS/assets_appform_opt/images/accordion.png) no-repeat 98% 60%;
}


/*Disclaimer ENDS*/

.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: 999
}

#floating_panel {
    z-index: 999999;
}

.fam-content {
    width: 750px !important;
}


/**     Added by Manish Ends  **/

.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: "bold"; */
    font-family: 'Lato';
    font-weight: 700;
    margin-bottom: 0;
}

.msl-box p {
    color: #323232;
    font-size: 14px;
    /* font-family: "regular"; */
    font-family: 'Lato';
}

.hdn-big {
    /* font-family: "bold"; */
    font-family: 'Lato';
    font-weight: 700;
    font-size: 24px;
    color: #323232;
    margin-bottom: 20px;
}

.key-ben-box {
    background: #fff;
    border-radius: 10px;
    padding: 30px;
    text-align: center;
}

.key-ben-img {
    margin-bottom: 20px;
}


/* By Ketan */

.key-ben-img .key-ben-img1 {
    height: 95px;
    width: 86px;
}


/* By Ketan Ends */

.key-ben-img img {}

.key-ben-box h4 {
    font-size: 18px;
    line-height: 1.3;
    color: #323232;
    /* font-family: "bold"; */
    font-family: 'Lato';
    font-weight: 700;
}

.key-ben-box p {
    font-size: 14px;
    line-height: 1.5;
    color: #323232;
    /* font-family: "regular"; */
    font-family: 'Lato';
    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/testing/POS/assets_appform_opt/images/arrow-clr-right.png)no-repeat center center;
    right: 0;
}

.sldr-next:hover {
    background: #ff6600 url(/content/icici-prudential-life-insurance/testing/POS/assets_appform_opt/images/arrow-white.png)no-repeat center center;
}

.sldr-prev {
    background: #fff url(/content/icici-prudential-life-insurance/testing/POS/assets_appform_opt/images/arrow-clr-left.png)no-repeat center center;
    left: 0;
}

.sldr-prev:hover {
    background: #ff6600 url(/content/icici-prudential-life-insurance/testing/POS/assets_appform_opt/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); */
    width: calc(25% - 15px);
    padding: 25px 15px;
}

.section {
    margin-bottom: 50px;
}

.save-money-box {
    /* max-width: 450px; */
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #CCDFF1;
    padding: 15px;
    border-radius: 5px;
}

.sm-icon {
    margin-right: 5px;
}

.sm-icon img {
    vertical-align: text-bottom;
}

.save-money-left {
    display: flex;
    align-items: center;
}

.save-money-box p {
    margin: 0;
    font-size: 18px;
    font-family: "Lato";
    font-weight: 700;
    color: #003B6E;
}

.sm-see-more {
    margin: 0;
    font-size: 14px;
    /* font-family: 'medium'; */
    font-family: "Lato";
    font-weight: 600;
    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: 900px;
}

.my-modal-dialog .modal-content {
    background: transparent;
    border: 0;
    padding: 30px;
}

.close-modal {
    position: absolute;
    top: 0;
    right: 0;
}

.my-modal-dialog .swiper-wrapper {
    padding-bottom: 50px;
}

.swiper-pagination-bullet {
    /* height: 15px; */
    /* width: 15px; */
    background-color: #fff;
    cursor: pointer;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
    /* background-color: #ff6600; */
}

.my-modal-dialog .modal-body {
    padding: 0;
}

.swiper-button-next,
.swiper-button-prev {
    outline: none;
}


/* by Jignesh [position added] */

.cont-right-sec-3-header {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}


/* by Jignesh [z-index added] */

.quick-guide {
    display: flex;
    align-items: center;
    /* display: none; */
    z-index: 1;
}

.quick-guide .guide-txt {
    margin: 0;
    font-family: 'Lato';
    font-weight: 700;
    font-size: 12px;
    line-height: 1;
    color: #9D1823;
}

.quick-guide-box {
    display: flex;
    align-items: flex-start;
    line-height: 1;
    z-index: 1;
}

.quick-guide {
    margin: 0 10px;
    text-align: center;
}


/* by Jignesh [line-height changed */

.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: 28px;
}

.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;
    float: left;
}

.my-slider-pagination {
    /* display: none; */
}

.cont-right-mob {
    display: none;
}

input[type=text],
input[type=number],
input[type=email],
input[type=password],
input[type=tel],
textarea {
    -webkit-appearance: none;
    -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;
}


/* Slider Starts */

.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: #FF6600;
    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: #FF6600;
    border-radius: 5px;
    color: white;
    left: -39px;
    top: -95px;
    position: absolute;
    white-space: nowrap;
    border-radius: 25px;
    font-family: 'Lato';
    font-weight: 700;
    font-size: 16px;
}

.rangeslider__handle__value span {
    font-family: 'Lato';
    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: #FF6600;
}

.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';
    font-weight: 700;
}

.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;
    /*slide color*/
}

.rangeslider__labels__label:first-child {
    transform: translateX(-48%);
}

.rangeslider__labels__label:last-child {
    transform: translateX(48%);
}

.rangeslider.rangeslider--active .rangeslider__handle,
.rangeslider.rangeslider--active .rangeslider__handle * {
    /*background-color: #FF6600;*/
}

.rangeslider.rangeslider--active .rangeslider__handle *:before {
    border-top-color: #FF6600;
}

.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';
    font-weight: 700;
    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 {
    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.graAct {
    padding-bottom: 90px;
}

.graCont {
    margin: 10px;
}

.graCont h6 {
    margin: 0;
    font-size: 16px;
    font-family: 'Lato';
    font-weight: 700;
    color: #003B6E;
}

.graCont p {
    margin: 0;
    font-size: 12px;
    font-family: 'Lato';
    color: #003B6E;
}

.save-money-box-up {
    position: relative;
    max-width: 450px;
}


/* Slider Ends */

.keyben-link {
    display: none;
}

.key-ben-mob {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.modal-backdrop {
    opacity: 0.8 !important;
}

.key-ben-mob .ref-link {
    font-family: 'Lato';
    font-weight: 700;
}

.modal-title {
    font-size: 24px;
    color: #fff;
    font-family: 'Lato';
    font-weight: 700;
}

.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: "bold"; */
    font-family: 'Lato';
    font-weight: 700;
}

.disClam p {
    font-size: 12px;
    line-height: 1.5;
    color: #323232;
    /* font-family: "regular"; */
    font-family: 'Lato';
}

.fotBor {
    border: 1px solid #ccc;
    padding: 20px;
}

.fotBor p {
    font-size: 12px;
    line-height: 1.5;
    color: #323232;
    /* font-family: "regular"; */
    /* font-family: "bold"; */
    font-family: 'Lato';
    font-weight: 700;
}

.fotBor a {
    font-size: 12px !important;
}

.tabIll h4 {
    font-size: 18px;
    line-height: 1.3;
    color: #323232;
    /* font-family: "bold"; */
    /* font-family: "bold"; */
    font-family: 'Lato';
    font-weight: 700;
}

.tabIll ul {
    list-style: decimal;
    padding-left: 20px;
}

.tabIll ul li {
    padding-left: 0;
}


/* By Ketan */

.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-weight: 800;
    float: right;
}


/* By Ketan */


/* Added New by Jignesh */

.cont-left ul li {
    font-family: "Lato";
    font-size: 14px;
}

.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);
}


/* by Jignesh [change added below] */

.tab-top-sec {
    background-image: linear-gradient(180deg, #dfecf8 0%, #c5d7e7 100%);
    position: sticky;
    position: -webkit-sticky;
    top: 0px;
    overflow: inherit;
    z-index: 99;
    border-bottom: 1px dashed #8da7bc;
}


/* by Jignesh [padding changed] */

.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/testing/POS/assets_appform_opt/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/testing/POS/assets_appform_opt/images/number_bg.png)no-repeat LEFT center;
    width: 33px;
    height: 59px;
    position: absolute;
    /* right: -33px; */
    top: -14px;
    left: -12px;
    /* margin-top: -30px; */
    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';
    font-weight: 700;
}

.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;
}

.crTabHdn:before {
    /*  background: #323232;  By Manish*/
}

.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';
}

.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;
}

.cont-right-desk .diFle {
    display: block;
    margin-bottom: 0;
    padding-bottom: 20px;
    /* min-height: calc(100% - 60px); */
}

.cont-right-desk .diFle .sel-option {
    width: 100%;
    margin-bottom: 20px;
    border-radius: 20px;
}

.cont-right-desk .diFle .sel-option:last-of-type {
    margin-bottom: 0;
}

.cont-right-desk .sel-option .bigTxt-box {
    max-width: 200px;
    margin-bottom: 0;
    display: inline-block;
    vertical-align: middle;
}

.cont-right-desk .sel-option h6 {
    margin-bottom: 0;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    margin-left: 15px;
}

.cont-right-desk .sel-option .chk {
    position: absolute;
    height: 19px;
    width: 19px;
    top: 0;
    opacity: 0;
}

.cont-right-desk .sel-option .chk+label {
    padding-left: 15px;
    cursor: pointer;
}

.cont-right-desk .sel-option .chk:checked+label .cirBef {
    background: #ff6600;
    color: #fff;
    background-image: url(/content/icici-prudential-life-insurance/testing/POS/assets_appform_opt/images/tick.png);
    background-size: auto;
    background-position: center;
    background-repeat: no-repeat;
}

.cont-right-desk .rad-fiel {
    margin-left: 0;
    margin-bottom: 20px;
}

.badg {
    font-family: 'Lato';
    font-weight: 700;
}

.tbSec2 .badg,
.payForcontainer .badg {
    position: absolute;
    top: -10px;
    left: 30px;
}

.rad-fiel label {
    width: 100%;
    font-size: 12px;
    color: #666;
    font-family: 'Lato';
    font-weight: 700;
}


/* 31-7  */

.dropdown2 {
    border: none;
    z-index: 2;
    position: relative;
    outline: none;
    font-size: 14px;
    color: #a70303;
    font-family: 'Lato';
    font-weight: 700;
    background: url(/content/icici-prudential-life-insurance/testing/POS/assets_appform_opt/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: bold;
    /* font-weight: 600; */
}

.tt-box {
    margin-top: 10px;
    display: flex;
    align-items: center;
}

.tt-box img {}

.tt-box span {
    font-size: 14px;
    font-family: 'sbold';
    padding-left: 8px;
    color: #999;
    line-height: 1.3;
}

.lumpRegdiv label,
.lumpRegdiv span {
    font-size: 16px;
    line-height: 1.5;
    color: #323232;
    display: inline-block;
    width: auto;
    margin: 0;
}

.lumpRegdiv span.cm-rs {
    color: #a70303;
    font-family: bold;
    font-weight: 600;
}

.lumpRegdiv,
.teHead,
.bolText {
    margin-bottom: 5px;
}

.contDiv {
    padding: 15px 30px;
}


/* // 31-7  */


/* .dropdown2 {
    border: 1px solid #ddd;
    height: 25px;
    width: auto;
    z-index: 2;
    position: relative;
    background: #ddd;
    outline: none;
    font-size: 12px;
    color: #323232;
    font-family: 'bold';
    border-radius: 5px;
    padding: 0 10px;
    background: #fff url(/content/icici-prudential-life-insurance/testing/POS/assets_appform_opt/images/selectArrow.png) no-repeat calc(100% - 7px) center;
    -webkit-appearance: none;
    appearance: none;
    padding-right: 24px;
    margin-right: 8px;
  } */

.cont-right-desk .pay-head {
    text-align: left;
    margin: 0;
    margin-bottom: 5px;
}

.cont-right-desk .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%;
}

.cont-right-desk .regularpay {
    margin-right: 0;
    margin-bottom: 40px;
}

.cont-right-desk .regularpay:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    right: 0;
    top: inherit;
    bottom: -20px;
    border-bottom: 1px dashed #8DA7BC;
}

.cont-right-desk .youSav {
    background: transparent;
    padding: 0;
    text-align: left;
}

.cont-right-desk .youSav h3 {
    color: #323232;
    font-size: 12px;
    font-family: 'Lato';
    font-weight: 700;
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    background: #8DA7BC;
    border-radius: 50px;
    padding: 5px 11px;
    margin-right: 10px;
}

.cont-right-desk .youSav .ref-link {
    font-size: 12px;
}

.contDiv {
    cursor: pointer;
}

.cont-top-container {
    margin: 0;
    display: flex;
    justify-content: space-between;
}

.cont-right {
    padding: 0;
    min-height: auto;
    /* flex: 1; */
    /* -ms-flex: 1; */
    left: 0;
}

.cont-left {
    margin: 80px 0 50px;
    /* flex: 1; */
    /* -ms-flex: 1; */
    /* position: static; */
}

.cont-top-container.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: 11px;
    margin-top: 5px;
    /* display: inline-block; */
    /* font-family: 'sbold'; */
}

.lead-personal-details {
    display: flex;
    justify-content: space-between;
}

.key-ben-box {
    background: #F5F5F5;
}

.rangeslider--horizontal .rangeslider__handle {
    top: -13px;
}

.ndnctext input {
    position: absolute;
    width: 0;
    opacity: 0;
}

.ndnctext label {
    width: 100%;
    /* font-size: 12px; */
    font-size: 11px;
    line-height: 16px;
    text-align: justify;
    font-family: "Lato";
    padding-left: 26px;
    position: relative;
    cursor: pointer;
    letter-spacing: 0px;
}

.ndnctext label span:nth-child(2) {
    /* font-size: 13px; */
    font-size: 11px;
    font-family: Lato;
    font-weight: 700;
}

.ndnctext label:before {
    content: '';
    /* width: 18px;
    height: 18px; */
    width: 20px;
    height: 20px;
    background: #C7D2DB;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 3px;
}

.ndnctext input:checked+label:before {
    background: #ff6600 url(/content/icici-prudential-life-insurance/testing/POS/assets_appform_opt/images/tick.png) no-repeat center center/12px;
}

.benefit-sect-ci {
    width: 100%;
}

.mar22 {
    margin: 30px 0;
}

.cont-top-container.hide {
    opacity: 0;
    visibility: hidden;
}

.quote_error_lifecover {
    font-family: 'Lato';
}


/* // Added New by Jignesh */


/* By Ketan */

.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;
}


/*Nitin_lead*/

.cr-hdn .cr-hdn-h4 {
    color: #004A80;
    font-size: 18px;
    font-weight: 900;
    line-height: 1.5;
    font-family: "Lato";
}

.grphSlid .slider-text {
    position: absolute;
    bottom: 10px;
    right: 30px;
}


/* By Ketan Ends */


/* By Pragati */

.claim-centre {
    font-size: 15px;
    text-align: center;
    color: #6a6a6a;
    line-height: 20px;
    font-family: 'ZurichBT-Roman';
}

.claim-user {
    text-align: left;
    padding-bottom: 15px;
}

.claim-txt {
    color: #F5F5F5;
    font-weight: 700;
    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: 2px #d7d7d7 solid;
    border-right: none;
    border-top-left-radius: 7px;
    border-bottom-left-radius: 7px;
}

.tbborder2 {
    border: 2px #d7d7d7 solid;
    border-left: none;
    border-top-right-radius: 7px;
    border-bottom-right-radius: 7px;
}


/* By Pragati Ends */


/* Quick Guide Starts */

.quick-guide-container {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    z-index: 10;
    overflow: auto;
}

.qg-progress {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9;
}

.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: 'eBold';
    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;
}

.quickGuideSlider .swiper-slide {}

.qgm-content h5 {
    font-size: 24px;
    font-family: 'Lato';
    font-weight: 700;
    color: #323232;
    margin-bottom: 20px;
}

.qgm-content ul {}

.qgm-content ul li {
    padding: 0;
    font-size: 15px;
    /* font-family: 'medium'; */
    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';
    font-weight: 700;
}

.qgm-content ul li span {
    text-decoration: underline;
    margin-left: 10px;
}

.qgm-content ul li span.span1 {
    margin-left: 0px;
}

.qg-box {
    color: #323232;
    /* text-align: center; */
    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';
    font-weight: 700;
    margin-bottom: 10px;
}

.qg-box .quide-scroll-header {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
}

.qg-box p {
    font-size: 16px;
    font-family: 'Lato';
    padding: 0;
}

.qg-box ul li {
    font-size: 14px;
    font-family: 'Lato';
    /* padding: 0; */
    text-align: left;
}

.qg-box ul li:before {
    /* display: none; */
    content: '';
    width: 8px;
    height: 8px;
}

.qg-box b {
    font-family: 'Lato';
    font-weight: 700;
}

.qg-icon {
    width: 70px;
    height: 70px;
    margin: 0 0 30px;
}

.qg-icon img {
    width: 100%;
}

.qg-next-box {
    color: #323232;
    /* text-align: center; */
    position: absolute;
    bottom: 20px;
    left: 10%;
    width: 80%;
}

.qg-next-box h5 {
    font-size: 16px;
    font-family: 'Lato';
    font-weight: 700;
}

.qg-next-box p {
    font-size: 12px;
    font-family: 'Lato';
}

.qgm-content-slide {
    display: none;
}

.quick-guide-container::-webkit-scrollbar {
    width: 2px;
    height: 15px;
    /* border-bottom: 1px solid #eee; */
    /* border-top: 1px solid #eee; */
}

.quick-guide-container::-webkit-scrollbar-thumb {
    border-radius: 3px;
    background-color: #C3C3C3;
    /* border: 2px solid #eee; */
}

.quick-guide-container::-webkit-scrollbar-track {
    /* -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2); */
}

.qgm-advt {
    position: absolute;
    bottom: 2%;
    right: 6%;
}


/* Quick Guide Ends */


/* pragati */

.dropdown2 option:not(:checked) {
    color: #a70303;
}


/* Added by Jignesh */

.header-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.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: absolute;
    left: 0;
    top: 0;
    width: 100%;
    /* height: 100%; */
    height: 100vh;
    overflow: hidden;
}

.quickPlan {
    display: none;
}


/* Added by Jignesh Ends */


/* Added by Jignesh Ends */


/* 23/8 Start */

.crTabHdn span b {
    color: #9D1823;
}


/* .quick-guide-fix {
    position: fixed;
    right: 0;
    top: 50px;
    z-index: 999;
    background: #fff;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    padding: 15px 10px;
    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);
    top: 70%;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
  }
  
  .quick-guide-fix .quick-guide {
    justify-content: center;
    margin-bottom: 10px;
    border-bottom: 1px dashed #ccc;
    padding-bottom: 10px;
  }
  
  .quick-guide-fix .quick-guide:last-of-type {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
  } */

.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;
}


/*Added by Manish Starts*/

.fixedBox {
    display: none;
}

.title {
    font-weight: 100;
    font-family: regular;
    margin-top: 6px;
    font-size: 21px;
    /* border-bottom: 2px solid #9D1823; */
    margin-bottom: 4px;
}

.form-wrap {
    margin-top: 20px;
}

.form-group-pop {
    padding-bottom: 20px;
}

.text-label {
    font-size: 14px;
    color: #323232;
    /* font-family: 'medium'; */
    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: 'medium'; */
    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: medium; */
    padding: 3px;
}

.valChangeCont {
    margin-top: 15px;
}

.textHeadAmtDiscnt {
    font-size: 20px;
    color: blue;
}

.crossed {
    text-decoration: line-through;
}

.chngPremiumAmt {
    font-size: 22px;
    font-family: initial;
    font-family: ZurichBT;
}

.dscntprem {
    font-size: 26px;
    color: #093d8a;
}


/*Added by Manish Ends*/


/* .quick-guide a {
    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;
  }
  
  .quick-guide a:hover {
    opacity: 0.7;
  }
  
  header .quick-guide-box {
    display: none;
  } */


/* 23/8 Ends */

.PolicyTerm .whole_life_text {
    position: absolute;
    display: none;
}

.dockBackbtn {
    font-size: 18px;
    font-weight: bold;
    vertical-align: middle;
}

.minCoverText {
    position: absolute;
    font-size: 10px;
    bottom: -25px;
}

.lifeCover {
    width: 150px !important;
}

.topProceedBtn {
    display: inline-block;
    padding: 0;
    border: 1px solid transparent;
    outline: none;
    cursor: pointer;
    color: #ffffff;
    font-family: 'Lato';
    font-weight: 700;
    /* background: #ff6600; */
    background: #f58220;
    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: 14px;
    text-align: center;
}

.quote_form_5percentagetext {
    font-size: 9px;
    /* font-style: italic; */
    color: #9d1823;
    /*  font-family: 'bold'; */
    text-shadow: 0px 0px 1px #cc5f00;
    letter-spacing: .2px;
    position: absolute;
}

.text5percentage {
    background: url(/content/icici-prudential-life-insurance/testing/POS/assets_appform_opt/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;
}


/* 30/8 Starts */

.prcd-box {
    padding: 30px;
}

.prcd-hdg {
    color: #323232;
    font-size: 20px;
    font-family: 'Lato';
    line-height: 24px;
    position: relative;
    padding-right: 40px;
}

.prcd-hdg .app-no {
    font-size: 24px;
    font-family: 'Lato';
    font-weight: 700;
}

.prcd-hdg .app-no-copy {
    color: #FF6600;
    font-size: 18px;
    font-family: 'Lato';
    font-weight: 700;
    text-transform: uppercase;
    font-style: inherit;
    text-decoration: underline;
    cursor: pointer;
}

.prcd-box h4 {
    font-size: 26px;
    line-height: 20px;
    color: #323232;
    /* font-family: "bold"; */
    font-family: 'Lato';
    font-weight: 700;
    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 #FF6600;
}

.prcd-box h5 {
    font-size: 18px;
    line-height: 1.3;
    color: #323232;
    /* font-family: "bold"; */
    font-family: 'Lato';
    font-weight: 700;
}

.prcd-box p {
    font-size: 16px;
    line-height: 1.3;
    color: #323232;
    /* font-family: "regular"; */
    font-family: 'Lato';
    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: "regular"; */
    font-family: 'Lato';
    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 {
    /* -webkit-filter: grayscale(0);
    -moz-filter: grayscale(0);
    filter: grayscale(0);
    filter: none;
    opacity: 1; */
    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: #ff6600;
    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: '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/testing/POS/assets_appform_opt/images/selectArrow.png) no-repeat calc(100% - 20px) center;
}

.prcd-back {
    cursor: pointer;
}

.proceed-dummy-btn {
    z-index: 999;
    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;
    /* background: #fff; */
    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: 100000;
    /* display: none !important; */
    display: none;
    /* By Ketan */
}

.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: 100000;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -30px;
    width: 80px;
    height: 80px;
}

@-webkit-keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes load8 {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}


/* changes by pragati Start(Banner) */

.ban {
    /* max-width: 81vw !important; */
    max-width: 100%;
    width: 100%;
}

.col-xs-12 .banner-box {
    min-height: auto;
    /* margin-bottom: 5px; */
}

.banner-box {
    background: #F5F5F5;
    border-radius: 10px;
    padding: 2px;
    text-align: center;
}


/* changes by pragati Ends(Banner) */


/* 30/8 Ends */


/* changes by pragati (FAQ) */

.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;
    /* margin-top: 1px\9; */
    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: "bold"; */
    font-family: 'Lato';
    font-weight: 700;
    border-bottom: 1px solid #c7c5c5;
    margin: 1px 0px;
    /* font-weight: normal; */
}

.accordion-bral input+.ac-label {
    -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 i {
    position: absolute;
    transform: translate(-7px, 0);
    margin-top: 0px;
    /*16px;*/
    right: 0;
}

.accordion-bral input:checked~.ac-label i:before {
    transform: translate(2px, 0) rotate(-45deg);
}

.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 i:before,
.accordion-bral i:after {
    content: "";
    position: absolute;
    background-color: #808080;
    width: 3px;
    height: 9px;
}

 :after,
 :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.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: "regular"; */
    font-family: 'Lato';
    /* font-weight: normal; */
}

.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-weight: 300;
    font-size: 1.25em;
}

.accordion-bral input:checked+.ac-label,
.accordion-bral input:checked+.ac-label:active {
    color: #003b6e;
    border-bottom: 1px solid #bebebe;
}

.accordion-bral input:checked~.article.ac-content {
    height: auto;
    padding: 4px 0px 10px;
}

.space {
    padding-top: 10px;
}

.faq-head {
    /* font-family: "bold"; */
    font-family: 'Lato';
    font-weight: 700;
    font-size: 24px;
    color: #323232;
    margin-bottom: 20px;
    text-align: left;
    margin-left: 10px;
}

#mobileshow1 {
    display: none;
}

#mobileshow2 {
    display: block;
}


/*Nitin 07/04 */

#illNessModal .key-ben-box button {
    padding: 5px;
}

#illNessModal .key-ben-box .close-icon-img {
    height: 25px;
}

#illNessModal .modal-dialog .criticalIllness-content {
    padding: 0px;
}

#illNessModal .illness-swipe-text {
    text-align: center;
}

#illNessModal .critcal-illness-text {
    color: #003b6e;
}

#illNessModal .text-illness-cont {
    margin-top: 25px;
}

#illNessModal .swiper-text {
    font-size: 14px;
}

#illNessModal.modal .modal-dialog {
    width: 35%;
    margin: 0 auto;
    top: 50px;
}

#illNessModal .arrow-cont {
    vertical-align: middle;
    float: right;
    position: relative;
    top: 5px;
    cursor: pointer;
}

.arrow-cont-left {
    cursor: pointer;
}

#illNessModal .illness-list {
    padding-left: 15px;
}

#illNessModal .modal-body {
    text-align: center;
}

.content-three-text {
    text-decoration: underline;
    cursor: pointer;
}

#illNessModal .divSavingTableBody {
    width: 100%;
    float: left;
    font-size: 10px;
    display: block;
    color: #333;
    /* font-family: "regular"; */
    font-family: 'Lato';
}

#illNessModal .key-ben-box {
    padding: 30px;
    width: 100%;
}

#illNessModal .table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 0px;
    display: table;
}


/*Nitin 07/04 ends*/


/*Nitin_lead*/

.form-horizontal-line {
    margin-top: 0px;
    margin-bottom: 0px;
}

.lead-form-container {
    padding: 14px 16px;
}

.icon-heading {
    display: inline-block;
}

.lang-dropdown {
    float: right;
}

.modal_employee {
    color: #023B76;
    font-size: 14px;
    font-family: "Lato";
}

.dob-cont {
    height: 72px;
}

.lead-form-container .form-group {
    margin-bottom: 15px;
}

.tobacco-label {
    display: inline-block;
}

.grpEmp-link {
    height: 24px;
    font-size: 14px;
    text-align: center;
    margin-top: 14px;
}

.form-group .error-box-color {
    border: 2px solid #ED1C24;
    border-radius: 2px;
}

.ndnctext.non_smoker_trai_disc {
    position: unset;
    height: 30px;
}

.inside-heading {
    color: #444444;
    font-weight: bold;
    font-family: "Lato";
    font-size: 16px;
}

.form-inside-cont {
    padding: 3px 16px 0px 16px;
}


/* sneha css start*/

.budget-plans-info {
    background-color: white;
    padding: 48px 8px 0;
}

.budget-plans-info .row {
    display: flex;
}

.budget-plans-info .row .sec-plans {
    border-radius: 5px;
    border: 1px solid #E8ECF0;
    /* box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2); */
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
    min-height: 258px;
}

.budget-plans-info .row .sec-plans .sectn-header {
    display: flex;
    align-items: center;
    padding: 8px 16px;
    background-color: #E8ECF0;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}

.budget-plans-info .row .sec-plans .sectn-header .title {
    font-size: 16px;
    font-weight: 700;
    font-family: 'Lato';
    color: #444444;
    margin: 0;
}

.budget-plans-info .row .sec-plans .sectn-header .img-wrapper {
    position: relative;
    margin: 0 auto;
    margin-right: 0;
}


/* .budget-plans-info .row .sec-plans .sectn-header .img-wrapper img{
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    top: 4px;
} */

.budget-plans-info .row .sec-plans .sec-body {
    padding: 18px;
}

.budget-plans-info .row .sec-plans .sec-body .occupation-actn-btns .border-btn {
    display: inline-block;
    padding: 0;
    border: 1px solid transparent;
    outline: none;
    cursor: pointer;
    color: #989898;
    font-family: 'Lato';
    font-weight: 700;
    border: 1px solid #BCBCBC;
    background: #ffffff;
    height: 32px;
    line-height: 32px;
    min-width: 72px;
    padding: 0 13px;
    width: inherit;
    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: 13px;
    text-align: center;
}

.budget-plans-info .row .sec-plans .sec-body .occupation-actn-btns .border-btn .close-btn {
    display: none;
    cursor: pointer;
    font-size: 34px;
    position: relative;
    z-index: 10;
    margin-right: 0px;
    margin-left: 7px;
    margin-top: 7px;
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
    float: right;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: 1;
}

.budget-plans-info .row .sec-plans .sec-body .occupation-actn-btns .border-btn.active {
    background-color: #f58220;
    color: #fff;
    border: 1px solid #f58220;
}

.budget-plans-info .row .sec-plans .sec-body .occupation-actn-btns .border-btn.active .close-btn {
    display: inline
}

.budget-plans-info .row .sec-plans .sec-body .border-btn label {
    display: inline-block;
    padding: 0;
    border: 1px solid transparent;
    outline: none;
    cursor: pointer;
    color: #989898;
    font-family: 'Lato';
    font-weight: 700;
    border: 1px solid #BCBCBC;
    background: #ffffff;
    height: 32px;
    line-height: 32px;
    min-width: 72px;
    padding: 0 13px;
    width: inherit;
    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: 13px;
    text-align: center;
}


/* .budget-plans-info .row .sec-plans .sec-body .occupation-actn-btns .border-btn:hover{
    background-color: #F58220;
    color: white;
    border: 1px solid #F58220;
} */

.budget-plans-info .row .sec-plans .sec-body .occupation-actn-btns .border-btn:active {
    background-color: #F58220;
    color: white;
    border: 1px solid #F58220;
}

.budget-plans-info .row .sec-plans .sec-body .occupation-actn-btns .border-btn:first-child {
    margin-right: 8px;
}

.budget-plans-info .row .sec-plans .sec-body .multibutns {
    display: none;
    margin-top: 15px;
}

.budget-plans-info .row .sec-plans .sec-body .multibutns .border-btn {
    margin-right: 8px;
    margin-bottom: 8px;
}

.budget-plans-info .row .sec-plans .sec-body .multibutns .border-btn input:checked+label {
    background-color: #F58220;
    color: white;
    border: 1px solid #F58220;
}

.budget-plans-info .row .sec-plans .sec-body .multibutns .border-btn label:active {
    background-color: #F58220;
    color: white;
    border: 1px solid #F58220;
}

.budget-plans-info .row .sec-plans .sec-body .radio-box label {
    background-image: none;
    background: none;
}

.budget-plans-info .row .sec-plans .sec-body .premium-buget .inputs-bx {
    max-width: 290px;
    margin: 0 auto;
}

.budget-plans-info .row .sec-plans .sec-body .premium-buget input {
    background-color: white;
    margin-top: 18px;
}

.budget-plans-info .row .sec-plans .sec-body .premium-buget .radio-box-combined .radio-box input:checked+label {
    background-color: #F58220;
}

.budget-plans-info .row .sec-plans .sec-body .premium-buget .radio-box-combined .radio-box input:checked+label span {
    color: white;
}

.budget-plans-info .row .sec-plans .sec-body .premium-buget .radio-box-combined .radio-box input+label span {
    color: #B1B1B1;
}

.budget-plans-info .row .sec-plans .sec-body .premium-buget .radio-box-combined .radio-box:first-child label {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.budget-plans-info .row .sec-plans .sec-body .premium-buget .radio-box-combined .radio-box:last-child label {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.budget-plans-info .row .sec-plans .sec-body .premium-buget .period-radio-actions {
    display: flex;
    margin-top: 32px;
    margin-bottom: 24px;
}

.budget-plans-info .row .sec-plans .sec-body .premium-buget .period-radio-actions .period-bx {
    margin-right: 35px;
}

.budget-plans-info .row .sec-plans .sec-body .premium-buget .period-radio-actions .period-bx:last-child {
    margin-right: 0;
}

.budget-plans-info .row .sec-plans .sec-body .premium-buget .period-radio-actions .period-bx .container {
    display: block;
    position: relative;
    padding-left: 25px;
    cursor: pointer;
    font-size: 13px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #676767;
    font-family: 'Lato';
    margin-bottom: 0;
}


/* Hide the browser's default radio button */

.budget-plans-info .row .sec-plans .sec-body .premium-buget .period-radio-actions .period-bx .container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}


/* Create a custom radio button */

.budget-plans-info .row .sec-plans .sec-body .premium-buget .period-radio-actions .period-bx .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 18px;
    width: 18px;
    background-color: #fff;
    border-radius: 50%;
    border: 2px solid #B5B5B5;
}


/* On mouse-over, add a grey background color */

.budget-plans-info .row .sec-plans .sec-body .premium-buget .period-radio-actions .period-bx .container:hover input~.checkmark {
    background-color: #ccc;
    border: 2px solid #ccc;
}


/* When the radio button is checked, add a blue background */

.budget-plans-info .row .sec-plans .sec-body .premium-buget .period-radio-actions .period-bx .container input[checked="checked"]~.checkmark {
    background-color: transparent;
    border: 2px solid #f58220;
}


/* Create the indicator (the dot/circle - hidden when not checked) */

.budget-plans-info .row .sec-plans .sec-body .premium-buget .period-radio-actions .period-bx .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}


/* Show the indicator (dot/circle) when checked */

.budget-plans-info .row .sec-plans .sec-body .premium-buget .period-radio-actions .period-bx .container input[checked="checked"]~.checkmark:after {
    display: block;
}

.budget-plans-info .row .sec-plans .sec-body .premium-buget .period-radio-actions .period-bx .container input[checked="checked"]~.checkmark {
    color: red;
}


/* Style the indicator (dot/circle) */

.budget-plans-info .row .sec-plans .sec-body .premium-buget .period-radio-actions .period-bx .container .checkmark:after {
    content: "";
    top: 3px;
    left: 50%;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #f58220;
    transform: translate(-50%);
}

.budget-plans-info .row .sec-plans .sec-body .premium-buget .tip-btm-sec {
    font-size: 11px;
    color: #094B7F;
    padding: 3px 8px;
    border: 1px dashed #094B7F;
    background-color: rgba(9, 75, 127, .2);
    border-radius: 3px;
}

.budget-plans-info .row .sec-plans .sec-body .premium-buget .tip-btm-sec p {
    margin-bottom: 0;
}

.budget-plans-info .cntr-btn {
    margin-top: 45px;
    /* margin-bottom: 60px; */
    margin-bottom: 20px;
}

.budget-plans-info .cntr-btn .topProceedBtn.disabled {
    background-color: rgb(245 130 32 / 0.5);
}

.online-discount-note {
    display: flex;
    padding: 8px 15px;
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.2);
    margin-top: 60px;
}

.online-discount-note .txt {
    display: flex;
    align-items: center;
}

.online-discount-note img {
    margin-right: 10px;
    /* background-color: #094B7F; */
}

.online-discount-note .txt p {
    margin-bottom: 0;
    color: #094B7F;
    font-size: 12px;
}

.online-discount-note .right-sec {
    margin: 0 auto;
    margin-right: 0;
}

.online-discount-note .right-sec img {
    margin-right: 0;
}

.all-detail {
    padding: 20px 8px 0;
}

.use-detls {
    display: flex;
    align-items: center;
}

.use-detls p {
    margin-bottom: 0;
    font-size: 14px;
    color: #444444;
    font-weight: 400;
}

.use-detls .ref-link {
    display: block;
    margin: 0 auto;
    margin-right: 0;
    border-bottom: 1px solid #9d1823;
    line-height: 1;
    padding-bottom: 2px;
}

.recommend-info-patch {
    padding: 25px 0;
}

.recommend-info-patch .c-offer.lang_specific_hide {
    width: 720px;
    margin: 0 auto;
}

.recommend-info-patch .c-offer.lang_specific_hide p {
    min-width: 720px;
    padding: 11px 0;
    text-align: center;
    font-size: 16px;
    padding-left: 0;
    border-radius: 3px;
}

.plans-detl-info {
    border: 1px solid #E8ECF0;
    border-radius: 5px;
    padding: 14px 20px 0;
    position: relative;
}

.plans-detl-info h2 {
    font-size: 18px;
    color: #444444;
    font-weight: 700;
    margin-bottom: 18px;
}

.plans-detl-info ul {
    margin-bottom: 40px;
}

.plans-detl-info ul li {
    padding-left: 0;
    margin-bottom: 0;
    font-size: 12px;
    color: #666666;
    background: none;
}

.plans-detl-info ul li img {
    /* width: 8px; */
    margin-right: 3px;
}

.plans-detl-info ul li .name {
    display: inline-block;
    min-width: 128px;
}

.plans-detl-info ul li .value {
    margin-left: 20px;
    font-weight: 700;
}

.prem-time {
    display: block;
    font-size: 12px;
    color: #888888;
    font-weight: 400;
}

.prem-value {
    display: block;
    font-size: 18px;
    font-weight: 700;
    color: #444444;
}

.premium-bx .button {
    width: 105px;
    height: 32px;
    font-size: 14px;
    line-height: 14px;
}

.btn-wrapp {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.btn-wrapp img {
    float: right;
    margin-right: 5px;
    margin-top: 3px;
}

.tel-medical {
    padding: 10px;
    background-color: #E8ECF0;
    margin: 0 -20px;
    margin-top: 20px;
}

.tel-medical .description img {
    margin-right: 10px;
}

.tel-medical .description span {
    font-size: 12px;
    color: #094B7F;
    font-weight: 700;
}

.tel-medical .description .ref-link {
    float: right;
    line-height: 16px;
    border-bottom: 1px solid #9d1823;
    font-size: 12px;
}

.orangeBtn {
    display: inline-block;
    padding: 0;
    border: 1px solid transparent;
    outline: none;
    cursor: pointer;
    color: #ffffff;
    font-family: 'Lato';
    font-weight: 700;
    /* background: #ff6600; */
    background: #f58220;
    height: 40px;
    line-height: 40px;
    /* width: 110px; */
    width: 160px;
    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: 14px;
    text-align: center;
}


/* .orangeBtn.disabled{
    background-color: rgb(245 130 32 / 0.5);
} */

.budget-drop {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.budget-drop p {
    font-size: 14px;
    font-weight: 700;
    color: #444444;
    margin-bottom: 0;
}

.budget-drop input {
    border: none;
    border-bottom: 2px solid;
    border-radius: 0;
    max-width: 98px;
    color: #9d1823;
    margin: 0 10px;
}

.budget-drop select {
    background-color: transparent;
    border: none;
    max-width: 78px;
    border-bottom: 2px solid;
    margin-left: 10px;
    border-radius: 0;
    color: #9d1823;
    background: #fff url('/content/icici-prudential-life-insurance/testing/POS/assets_appform_opt/images/selectArrow1.png') no-repeat calc(100% - 2px) center;
}

.tag {
    padding: 3px;
    background-color: #E8ECF0;
    color: #094B7F;
    position: absolute;
    top: 15px;
    right: -8px;
    font-size: 12px;
}

.tag p {
    margin-bottom: 0;
}

.tag span {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0px 9px 9px 0;
    border-color: transparent transparent #cbdbea transparent;
    display: block;
    position: absolute;
    right: 0;
    transform: rotate(91deg);
    bottom: -9px;
    overflow: hidden;
}

.offer-close {
    cursor: pointer;
}

.budget-drop .form-field:focus {
    border: none;
    border-bottom: 2px solid #9d1823;
}


/* sneha css end*/
.offer-plan {
    cursor: pointer;
}
.key-ben-box .product-specific-disc {
    bottom: 0px;
    font-size: 12px;
    position: absolute;
}
.product-wise-available-text {
    font-size: 12px;
}
/*table css*/
#read-offer .modal-dialog {
    max-width: 900px;
    height: 634px;
}
#read-offer .modal-body {
    padding: 20px 50px;
    font-size: 12px;
}
#read-offer td,#read-offer th {
    border: 1px solid #ddd;
    padding: 8px;
}
#read-offer .read-offer-header{
    font-size: 24px;
    text-align: center;
    margin-bottom: 15px;
}
#read-offer .read-offer-footer {
    font-style: italic;
    font-size: 16px;
    margin-top: 15px;
}

#read-offer tr:nth-child(even){
    background-color: #f2f2f2;
}
#read-offer th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: center;
}
#read-offer tr td:first-child{
    text-align: center;
}
#read-offer button {
    position: relative;
    top: 10px;
    right: 10px;
    text-align: right;
}
/*table css*/

@media (min-width: 600px) and (max-width: 990px) {
    .img1 {
        width: 97%!important;
    }
    .space {
        font-size: 14px;
    }
}

@media (min-width: 600px) {
    .accordion-bral .ac-label {
        font-size: 18px!important;
    }
}

@media (min-width: 1022px) and (max-width: 1026px) {
    .accordion-bral {
        margin: 0px !important;
    }
}

@media (max-width: 990px) {
    .faq-head {
        margin-top: 40px;
        margin-left: 0px;
        font-size: 20px;
        text-align: center;
    }
    #mobileshow1 {
        display: block;
    }
    #mobileshow2 {
        display: none;
    }
    .cont {
        max-width: 100%;
    }
    .accordion-bral .ac-label {
        padding: 5px 5px;
        position: relative;
        display: block;
        height: auto;
        padding-right: 40px;
        cursor: pointer;
        color: #0e0e0e;
        line-height: 25px;
        font-size: 14px;
        background: none;
        border-bottom: 1px solid #CCC;
        margin: 0;
    }
    /* .accordion-bral i {
          position: absolute;
          transform: translate(-30px, 0);
          margin-top: 2%;
          right: 0;
      } */
    .accordion-bral .article {
        padding: 0px 20px;
        line-height: 1.5;
        font-size: 12px;
    }
    .lis {
        line-height: 1.5;
        font-size: 12px;
        color: #323232;
    }
}

.gotop-checkpremium {
    display: none;
}

.floatImg {
    width: 80px;
}

.gotop-checkpremiumMobile,
.iprotect-icon {
    display: none;
}

.re-arrow {
    position: absolute;
    /* bottom: 5%; */
    display: block;
}

.re-arrow .down-arrow {
    background-color: #ae2b30;
    border-radius: 50%;
    position: relative;
    bottom: 5%;
    right: 5%;
    width: 50px;
    height: 50px;
    margin-top: 80px;
    padding: 10px;
}

i.down {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    margin-left: 7px;
    margin-top: 6px;
}

i {
    border: solid #fff;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 6px;
}

.blink {
    animation: blinker 2s linear infinite;
}

ul,
li {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

ul {
    list-style: none;
    /* Remove default bullets */
}

ul li:before {
    content: unset;
}
/*Nitin needhelp popup*/
.need-help-header {
    background: #004A80 0% 0% no-repeat;
    height: 70px;
    padding: 10px 10px;
    border-radius: 10px 10px 0px 0px;
}
.nh-header-text {
    color: #FFFFFF;
    font-size: 22px;
    left: 18%;
    vertical-align: middle;
    position: relative;
}
.nh-body-content {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border-radius: 0px 0px 10px 10px;
}
.nh-body-insider {
    padding: 20px 10px;
    text-align: center;
}
.nh-purch-text {
    color: #646464;
    font-size: 14px;
    font-weight: 700;
}
.nh-body-content {
    padding: 15px 15px;
}
.nh-horizontal-line {
    border: 1px solid #DDDDDD;
}
.nh-close-text,.faq-advtno {
    text-align: right;
}
/*Nitin needhelp popup*/
.faq-advtno, .nh-close-text {
    text-align: right;
}
@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/testing/POS/assets_appform_opt/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;
    }
    .tab-top-sec .form-group {
        width: 120px !important;
    }
}


/* DocUpload 12-11-2019 */

#DocUpload_Pop {
    /* My style */
}

#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-weight: 400;
    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-weight: 400;
    font-family: Zurich BT;
    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-style: italic;
    font-size: 10px;
    display: block;
    line-height: 20px;
    color: #707070;
}

#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: Zurich BT;
    font-weight: 500;
    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: Zurich BT !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-weight: bold;
    float: right;
    margin-left: 5px;
}

#DocUpload_Pop button.accordion.active:after {
    content: "\2212";
}


/* DocUpload 12-11-2019 Ends */


/* BY Lokesh */

.leadcompuls-txt {
    display: inline-block;
    margin-top: 5px;
    font-size: 14px;
    color: #323232;
    /* font-family: 'medium'; */
    margin-bottom: 5px;
}

.leadcompuls-txt a {
    color: #323232;
}


/* By Lokesh */

.cont-right-leadscreen-container .cont-right-leadscreen.active {
    display: block;
    z-index: 99999;
}

.cont-right-layer {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 99;
    display: block;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    -moz-transition: 0.3s all ease;
    -ms-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition-delay: 0.3s;
    -webkit-transition-delay: 0.3s;
    -moz-transition-delay: 0.3s;
    -ms-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
}

.cont-right-layer.active {
    opacity: 0.9;
    visibility: visible;
    transition-delay: 0s;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -o-transition-delay: 0s;
}

.cont-right-leadscreen-container.cont-right {
    padding: 0;
    max-width: 100%;
    z-index: -999;
    min-height: auto;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
}

.cont-right-leadscreen-container.cont-right.active {
    z-index: 99999;
    display: block;
}

.cont-right-layer.active {
    z-index: 9999;
}

.cont-right-sec-2 {
    position: fixed;
    top: 50%;
    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: 999;
}

.cont-right-sec-2 {
    max-width: 50%;
}

.cont-right-leadscreen.active .con-right-close-2 {
    display: block;
    top: 10px;
    right: 50px;
    position: absolute;
    z-index: 999;
}


/* BY Lokesh */

.pdt_name {
    color: #053c6d;
    font-size: 16px;
    font-weight: 600;
}


/* By Lokesh */

.leadcompuls-txt {
    display: inline-block;
    margin-top: 5px;
    font-size: 14px;
    color: #323232;
    /* font-family: 'medium'; */
    margin-bottom: 5px;
}

.leadcompuls-txt a {
    color: #323232;
}

.no-activechk {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
    color: black;
}

.contentsidebtn {
    text-align: center;
}

.deskcontentsidebtn {
    text-align: center;
}


/* #chkbtn1 {
      height: 0px;
      width: 0px
  } */

#btndwnlcontentmbl {
    /* height: 0px; */
    line-height: 0px;
}

#btndwnlcontent {
    height: 0px;
    line-height: 0px;
}


/* BY Lokesh */

.pdt_name {
    color: #053c6d;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 5px;
}

ul li::before {
    background: url(/content/icici-prudential-life-insurance/testing/POS/assets_appform_opt/images/blank_image.png) no-repeat;
}

.talkExpertText:not([href]):not([tabindex]) {
    font-size: 15px;
    cursor: pointer;
    color: #9d1823;
    text-decoration: underline;
}

.js-ExpertTalkBtn {
    margin: 10px 0px;
    display: inline-block;
    position: relative;
    cursor: pointer;
    padding: 8px 50px;
    background-color: #ff6600;
    color: #f5f5f5 !important;
    border-radius: 2px;
    font-size: 15px;
    font-family: 'ZurichBT-Bold';
    font-weight: bold;
}

.languagedropdown {
    /* max-width: 93px; */
    margin-bottom: 5px;
    float: right;
    width: 95px;
    line-height: 25px;
    /*Nitin_lead*/
}

.languagedropdown .form-field {
    /* height: 32px; */
    height: 30px;
    background-color: #ffffff 0% 0% no-repeat padding-box;
    border: 1px solid #D5D5D5;
    border-radius: 2px;
    /* padding: 7px 12px; */
    padding: 0px 12px;
    font-size: 12px;
    letter-spacing: 0px;
    color: #444444;
}

.lang-cr-hdn {
    margin: 0;
    display: inline-block;
}

.mob-dropdown {
    display: none;
}

.languagedropdown .select-field {
    background: url(/content/icici-prudential-life-insurance/testing/POS/assets_appform_opt/images/selectArrow.png) no-repeat calc(100% - 10px) center;
    -webkit-appearance: none;
}


/* .sapcer15{
    width: 15px;
  } */

.quick-guide-box .languagedropdown {
    margin-top: 20px;
    line-height: 25px;
    width: auto;
}

.quick-guide-box .languagedropdown .select-field {
    background: url(/content/icici-prudential-life-insurance/testing/POS/assets_appform_opt/images/selectArrow.png) no-repeat calc(100% - 4px) center;
}

.moreShow,
.moreLess {
    display: none;
}

.moreShow.active,
.moreLess.active {
    display: block;
}

.seeLessTxt {
    display: none;
}

.lang-prem {
    font-size: 12px!important;
    font-family: regular!important;
    color: #323232;
    text-shadow: 0 0 0 #063962;
}


/*Nitin*/

#Lumpsum_suggestpop .modal-dialog .modal-content {
    background-color: #ffffff;
    padding: 10px;
}

.suggestpop-content {
    font-size: 18px;
}

.suggestpop-contentNote {
    font-size: 12px;
}

.suggestPopButton {
    display: flex;
}

#Lumpsum_suggestpop .express-head {
    width: 40%;
    background-color: #f5821f;
    color: #fff;
    font-weight: bold;
    font-family: ZurichBT-Roman;
    cursor: pointer;
    border-radius: 25px;
    margin: 0 auto;
}


/* .modal .new-modal-dialog {
    width: 45%;
  } */

.proceedButPay .button--block {
    width: 200px;
}


/* By Lokesh */

.recomended-txt {
    width: 283px;
    top: 80px;
    left: 110px;
    position: absolute;
}

.freq-tooltip-cont {
    right: 30px;
    top: 94px;
    font-size: 12px;
    width: 195px;
    /* font-family: 'medium'; */
    line-height: 15px;
    position: absolute;
    line-height: 14px;
}

.freq-tooltip-cont .arrow-img {
    position: absolute;
    top: -15px;
    left: -60px;
    transform: rotate(-10deg);
}

.income-txt-fst {
    font-size: 11px;
    /* color: #323232; */
    color: #999999;
    /* font-family: 'medium'; */
    line-height: 13px;
    margin-top: 3px;
}


/* By Lokesh */

.tab-content .tab-top-sec.top-sect-ciadb {
    padding-top: 0;
    position: relative;
    z-index: 9;
    background: #F5F5F5;
}

.tab-content .tab-top-sec.top-sect-ciadb .tbsg-base-main {
    margin: 0;
    display: flex;
}

.whatsapp_optin {
    width: 100%;
    display: inline-block;
    margin-top: 10px;
}

.ndnctext {
    position: relative;
    /* height: 103px; */
    color: #444444;
}

.whatsapp_optin .ndnctext label {
    font-size: 14px;
    font-weight: bold;
}


/* .whatsapp_optin .ndnctext label:before{
      top: -4px;
  } */

.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-weight: 400;
    font-size: 1.5em;
    margin-bottom: 0;
    /* width: 45%; */
    line-height: 14px;
    font-family: 'medium';
    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;
}

.income-txt-fst.common_tip {
    /* background: #E6E7E8; */
    background: #ffff;
    /* padding: 5px; */
    padding: 10px 6px;
    font-size: 11px;
    top: -75px;
    left: 80px;
    position: absolute;
    width: 190%;
    opacity: .9;
    z-index: 999;
    border-radius: 5px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.25);
}

.income-txt-fst.common_tip:before {
    content: "";
    position: absolute;
    height: 0;
    width: 0;
    left: 9px;
    /* top: -15px; */
    bottom: -15px;
    border: 7px solid transparent;
    border-right: 10px solid #ffff;
    transform: rotate(270deg);
}

.income-txt-fst.common_tip:after {
    content: 'x';
    position: absolute;
    top: 0;
    right: 5px;
    cursor: pointer;
}

.income-txt-fst.frequency-text {
    background: #ffff;
    ;
    padding: 10px 6px;
    font-size: 11px;
    top: -65px;
    border-radius: 5px;
    left: 12px;
    position: absolute;
    width: 175%;
    opacity: .9;
    z-index: 999;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.25);
}

.income-txt-fst.frequency-text:before {
    content: "";
    position: absolute;
    height: 0;
    width: 0;
    left: 25px;
    /* top: -15px; */
    bottom: -15px;
    border: 7px solid transparent;
    border-right: 10px solid #ffff;
    transform: rotate(270deg);
}

.income-txt-fst.frequency-text:after {
    content: 'x';
    position: absolute;
    top: 0;
    right: 5px;
    cursor: pointer;
}

.womenDynamicDisc {
    color: #9d1823;
    font-size: 12px;
}

.ci-dynamic-text {
    color: #9d1823 !important;
    font-size: 12px;
}

.info-tooltip-icon {
    width: 16px;
    cursor: pointer;
}

.tooltip-container {
    position: absolute;
    margin: 1px 5px;
}


/* By Lokesh */

ul li {
    list-style: none !important;
}

.text5percentage.single_pay::after {
    content: '2%';
}

.cont-left ul li .content-zero {
    background: #ffddd2;
    border-radius: 5px;
    padding: 5px;
    color: #9d1823;
    font-weight: 600;
}

.content-three-text {
    text-decoration: underline;
    cursor: pointer;
}


/* By lokesh for covid popup */

#covid_19 .modal-content {
    background: #fff !important;
}

.modal-open #covid_19.modal {
    top: 30%;
    overflow-y: hidden;
}

#covid_19 .modal-content .form-element-button {
    margin: 0 auto;
    margin-bottom: 30px;
}

#covid_19 .form-element-button .form-element-btn,
#covid_19 .form-element-button .form-element-btn:hover {
    height: 40px;
    line-height: 40px;
    padding: 0 5px;
    background: #fff;
    color: #f60 !important;
    border: 1px solid #f60;
    font-size: 14px;
    min-width: 126px;
    box-shadow: none;
    max-width: 140px;
    padding: 0 !important;
    border-radius: 5px;
}

#covid_19 .form-element-button .form-element-btn.white,
#covid_19 .form-element-button .form-element-btn.white:hover {
    margin-right: 10px;
}

#covid_19 .form-element-button .form-element-btn.orange,
#covid_19 .form-element-button .form-element-btn.orange:hover {
    margin-left: 10px;
    color: #fff !important;
    border: 1px solid #f60;
    background: #f60;
}

#covid_19 .form-element-button .form-element-btn.grey,
#covid_19 .form-element-button .form-element-btn.grey:hover {
    margin-right: 10px;
    border: 1px solid #cccc;
    color: #cccc !important;
}

#covid_19 .form-element-button {
    text-align: center;
}

#covid_19 .head-txt {
    text-align: center;
    font-size: 16px;
    color: #003b6e;
    font-weight: 700;
}

#covid_19 .sub-head-txt {
    font-size: 14px;
    color: #003b6e;
    text-align: center;
    margin: 10px 0;
}

#covid_19 .sub-head-txt {
    font-weight: 700;
}

#covid_19 .common_box {
    display: none;
}

.benf-box.i-will-pay {
    position: relative;
}

.benf-box.i-will-pay .limited-save-txt {
    position: absolute;
    bottom: -15px;
    border: 1px solid #ff7113;
    padding: 5px 20px;
    background: #fbeade;
    text-align: center;
    border-radius: 5px;
    font-size: 13px;
    font-weight: bold;
    left: 5%;
    width: 90%;
}


/* By lokesh for covid popup */


/*Popup By Manish Starts*/

.modal-dialog.gwp-popup {
    max-width: 690px;
    top: 40px;
}

.modal-content.gwp-popup {
    border-radius: 0.6rem;
    background-color: black;
    border: none;
}

.close.close-modal.gwp-popup {
    top: -36px;
}

.modal-body.gwp-popup {
    width: 700px;
    height: 400px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #707070;
    border-radius: 10px;
    padding: 0px;
    padding-top: 20px;
}

.gwp-img-sec {
    /* width: 251px; */
    /* height: 182px; */
    /* background: transparent url('/content/icici-prudential-life-insurance/testing/POS/assets_appform_opt/images/Group_123.svg') 50% 0% no-repeat padding-box; */
    text-align: center;
}

.gwp-pop-img {
    width: 251px;
    height: 182px;
}

.gwp-text-sec {
    height: 166px;
    background: #AE2B30 0% 0% no-repeat padding-box;
    border-radius: 0px 0px 10px 10px;
    margin-top: 31px;
    padding: 23px;
}

.first-sec {
    font-size: 27px;
    font-family: 'Lato';
    color: #FFFFFF;
    font-weight: 700;
    font-style: normal;
}

.second-sec {
    color: #FFFFFF;
    font-size: 19px;
    padding: 0px 30px 0px 30px;
    text-align: center;
    margin-top: 10px;
}

.third-sec {
    font-family: 'Lato';
    color: #FFFFFF;
    font-weight: 700;
    font-style: normal;
    text-align: end;
}

.gwp-text {
    font-family: 'Lato';
    font-weight: 700;
    font-style: normal;
    font-size: 19px;
    text-decoration: underline;
    color: #FFFFFF;
}


/*Popup By Manish Ends*/

.bs-loader .loader-text,
.bs-loader .loader-text-disc {
    position: absolute;
    z-index: 999999999999999999;
    width: 100%;
    top: 66%;
    text-align: center;
    color: #fff;
    display: none;
    font-size: 24px;
}

.bs-loader .loader-text-disc {
    top: 75%;
    font-size: 10px;
    display: block;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
    opacity: .8!important;
}


/* By Ketan */

.radio-box input+label .occText {
    padding-left: 20px;
}

.identifyRadio .radio-box label.occText {
    padding: 5px 0px 5px 15px;
    font-size: 12px;
}

.modal-body .bottom_dash {
    border-bottom: 2px dashed #CFCFCF;
}

#occModal .modal-body .cmn-label {
    font-size: 18px;
}

#occModal .modal-body .radio-box-combined {
    width: 60%;
    margin: 0 auto;
}


/* By Ketan Ends */


/*Nitin feedback question*/

.feed {
    display: inline-block;
}

.feed:not(:first-child) {
    margin-left: 10px;
    cursor: pointer;
}

.feedback-textarea {
    resize: none;
    overflow: auto;
    height: 50px;
    width: 300px;
    border: 1px solid #DEDEDE;
    padding: 2px 5px;
    font-size: 13px;
}

.feedtext-cont {
    margin-top: 10px;
    max-width: 100%;
}

.sendfeedback {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #646464;
    border-radius: 3px;
    opacity: 1;
    color: #5D5D5D;
    cursor: pointer;
    outline: 0;
    font-size: 13px;
}

.like-message-cont {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    width: 300px;
    height: 25px;
}

.like-message {
    letter-spacing: 0px;
    color: #5D5D5D;
    opacity: 1;
    font-size: 12px;
    vertical-align: middle;
    padding: 0px 5px;
}

textarea {
    -moz-appearance: none;
    outline: 0px none transparent;
}

textarea:focus,
input:focus {
    outline: 0;
}

*:focus {
    outline: 0;
}

.feedback-textarea::placeholder {
    color: #AEAEAE;
    opacity: 1;
    font-size: 11px;
    font-family: 'Lato';
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0px;
}

.sendfeedmsg {
    margin-top: 10px;
}

.empty_feedback_error {
    display: inline-block;
    width: 100%;
    color: red;
    font-size: 10px;
}

.com-color {
    color: #8DA7BC !important;
}

.age_by_dob {
    position: absolute;
    display: inline-block;
    font-size: 12px;
    letter-spacing: 0px;
    color: #444444;
    top: 45%;
    margin: 0%;
    right: 55%;
    z-index: 2;
}

.delay02 {
    animation-delay: 0.2s;
}

.slide-left {
    animation-name: slide-left !important;
    -webkit-animation-name: slide-left;
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    visibility: visible !important;
    animation-fill-mode: both;
}

.ci-protip-text-cont {
    padding: 8px 0px;
    background: #ffffff;
    text-align: center;
    border-radius: 5px;
    font-size: 10px;
    color: #A80303;
    border-style: dashed;
    border-width: 1px;
    border-color: #A80303;
    margin-top: 10px;
}

.ci-protip-text {
    padding: 0px 5px;
}

.tab-top-sec-divider {
    width: 50%;
}

.life-cover-protip {
    margin: 0 0px 5px 0px;
}

.recommended_sureText {
    text-align: center;
    color: #003b6e;
    font-size: 18px;
    font-weight: 800;
}

.recommended_lifecovercontent {
    color: #003b6e;
    font-size: 15px;
}

.lifecover-color-text {
    color: #A80303;
}

.button-line-lifecover {
    border: 1px solid #ff6600;
    color: #ff6600;
    background: transparent;
    height: 40px;
    line-height: 15px;
}

.recommended_lifecover_Button {
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
}

.up-down-arrow-button {
    position: absolute;
    right: 0;
    top: 5px;
    border: 0;
    background: transparent;
}

.relation-section {
    padding: 3% 0%;
    height: 50px;
    text-align: center;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
}

.relation-section-label {
    font-size: 16px;
    letter-spacing: 0px;
    color: #444444;
    display: inline-block;
}

.relation-section .relation-dropDown {
    background-image: url(/content/icici-prudential-life-insurance/testing/mck_new/assets_appform_opt/images/selectArrowbuy.png);
    background-repeat: no-repeat;
    background-position: calc(100% - 10px);
    border: none;
    border-bottom: 2px solid #B02A30;
    border-radius: 0px;
    font-size: 16px;
    font-family: 'Lato';
    font-weight: 700;
    letter-spacing: 0px;
    color: #B02A30;
    display: inline-block;
    box-shadow: none;
    width: 125px;
    padding: 0px;
    height: 25px;
    text-align-last: center;
    text-align: -webkit-center;
}

.quick-guide-box .languagedropdown.calcClass,
.c-offer-mob,
.brochure-img-cont-mob {
    display: none;
}

.product-mane-cont {
    margin-left: 0px;
}

.annualIcomeDivide {
    margin-bottom: 15px;
}

.divheadtbnew {
    font-size: 2em;
    text-align: center;
    padding: 20px !important;
    color: #000000 !important;
    display: inline-block;
    font-weight: bold;
}

.colred {
    color: #B3363C !important;
}

.ci-protip-text {
    padding: 0px 5px;
}

.colblue {
    color: #30447C !important;
}

.limPaySavePop {
    margin: auto 3rem;
}

.annualIncomeSubText {
    color: #999999;
}

.button.formBtn1.annualIncomeBtn {
    max-width: 140px;
    height: 36px;
    line-height: 36px;
    border-radius: 5px;
    font-size: 16px;
}

#annualIncomeModal .close-icon {
    text-shadow: 0 1px 0 #fff;
    font-size: 18px;
    position: relative;
    right: 60%;
    opacity: .5;
}

.faq-questions {
    display: inline-block;
    font-weight: 400;
}

.orangeBtn:disabled {
    background-color: rgb(245 130 32 / 0.5);
}

.budget-box-center {
    margin: 0 33%;
}

.error-box-budget {
    display: none;
    color: red;
    text-align: center;
}

.sec-plans .sectn-header {
    position: relative;
}

.premium_bud_tooltip {
    background: #ffff;
    padding: 10px 6px;
    font-size: 11px;
    top: -40px;
    border-radius: 5px;
    right: -8px;
    position: absolute;
    width: 63%;
    opacity: .9;
    z-index: 999;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.25);
    display: none;
    text-align: center;
}

.premium_bud_tooltip:before {
    content: "";
    position: absolute;
    height: 0;
    width: 0;
    right: 25px;
    bottom: -15px;
    border: 7px solid transparent;
    border-right: 10px solid #ffff;
    transform: rotate(270deg);
}

.premium_bud_tooltip:after {
    content: 'x';
    position: absolute;
    top: 0;
    right: 5px;
    cursor: pointer;
}

.budget_tooltip {
    cursor: pointer;
}

.budget-offer {
    width: 720px;
    margin: 0 auto;
}

.budget-offer p {
    font-size: 16px;
    line-height: 1.3;
    color: #ffffff;
    background-image: linear-gradient(180deg, #003b6e 0%, #093d8a 100%);
    padding: 10px;
    margin: 0;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    border-radius: 3px;
    width: 100%;
}

.premium-diff-budget {
    display: none;
    text-align: left;
    margin-top: 10px;
    color: rgb(9, 61, 138);
}


/* By Ketan For POS */

.product-mane-cont .red-capsule {
    background: #ffddd2;
    border-radius: 30px;
    padding: 5px 20px;
    color: #9d1823;
    font-weight: 600;
    width: fit-content;
    float: left;
    display: inline-block;
}

.blueCap-main .blueCap1 {
    margin-right: 30px;
}

.blue-cap {
    height: 44px;
    width: 200px;
    border-radius: 30px;
    padding: 10px 20px 0px 10%;
    background-color: #EFEFEF;
    color: #094B7F;
    font-size: 16px;
    font-weight: 700;
    display: inline-block;
    position: relative;
    /* margin-right: 30px; */
}

.blue-cap img {
    /* height: 44px; */
    width: 57px;
    position: absolute;
    left: -6px;
    top: -6px;
}

.cont-left ul {
    margin: 30px 0 30px 0;
}

.key-benefits-box .col-lg-3 {
    float: left;
}

.key-ben-img img {
    width: 50px;
}

.hdn-big-cen {
    margin-top: 15px;
    text-align: center;
}

.how-different-box {
    padding: 0px 55px;
}

.how-different-box .inr-bdr {
    border: 1px solid #D9D9D9;
}

.how-different-box .uList {
    margin: 0px 0px 37px 140px;
}

.how-different-box .uList li .orange-tick {
    color: #F58220;
    font-size: 18px;
    margin-right: 20px;
}

.how-different-box .uList li {
    font-size: 16px;
    color: #898989;
    font-weight: 700;
}

.how-different-box .how-diff-disc {
    font-size: 11px;
    text-align: end;
    margin-right: 5px;
    color: #898989;
}

.simp-process-box {
    background-color: #F5F6EE;
    padding: 30px;
    margin-top: 50px;
}

.simp-process-box .process-main {
    display: flex;
    justify-content: space-between;
    margin: 17px 4%;
}

.process-main .process-box {
    width: 275px;
    text-align: center;
}

.process-main .process-box img {
    width: 50px;
}

.process-main .process-box .box-head {
    font-size: 18px;
    font-weight: 700;
}

.process-main .process-box .box-desc {
    font-size: 16px;
}

.form-group .ccity {
    width: 230px;
    position: relative;
    margin: 0 auto;
}

.ccity .form-field {
    height: 40px;
    font-size: 14px;
    width: 100%;
    border-radius: 2px;
    background: #ffffff 0% 0% no-repeat padding-box;
    border: 1px solid #CFCFCF;
}

.ccity .select-field {
    background: #ffffff url(/content/icici-prudential-life-insurance/testing/POS/assets_appform_opt/images/selectArrow.png) no-repeat calc(100% - 10px) center;
}

.key-ben-mob .button {
    /* margin-right: 20px; */
    /* font-weight: 400; */
    /* height: 40px; */
    font-size: 16px;
    /* line-height: 24px; */
    /* width: 162px; */
}

.cont-left h2 {
    margin-bottom: 18px;
    line-height: 50px;
}

.cont-left ul li .orange-tick {
    color: #F58220;
}

.logo-box .ipru-logo {
    height: 40px;
    width: 220px;
}

.logo-box .ips-logo {
    height: 52px;
    width: 55px;
}

.cont-bg-top img {
    width: 110%;
}

.key-benefits-box .key-ben-box {
    text-align: left;
}

#annualIncomeModal .modal-education .radio-box label,
#annualIncomeModal .modal-occupation .radio-box label,
#annualIncomeModal .modal-city .radio-box label {
    width: 165px;
}


/* .pagination {
    position: relative;
    left: 40%;
    top: 40%;
} */

.pagination span {
    display: inline-block;
    position: relative;
    width: 10px;
    height: 10px;
    border-radius: 50%;
}

.pagination span:before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background: #E6E6E6;
    border-radius: 50%;
}

.pagination span.active:before {
    background-color: #CBCBCB;
}

#annualIncomeModal .button--block.formBtn1 {
    max-width: 140px;
    height: 36px;
    line-height: 36px;
    border-radius: 5px;
    font-size: 16px;
}

#cityModal .modal-city {
    padding: 5% 10%;
}

#cityModal .title {
    font-size: 16px;
    color: #023B76;
    font-weight: 700;
}

#cityModal .modal-city .form-wrap p {
    font-size: 14px;
    color: #444444;
}

#cityModal .cityBtn-y,
#cityModal .cityBtn-n {
    max-width: 150px;
    height: 36px;
    line-height: 36px;
    border-radius: 5px;
    font-size: 16px;
}

#cityModal .cityBtn-n {
    background: #ffffff;
    border: 1px solid #999999;
    color: #999999;
    font-weight: 400;
    margin-right: 2%;
}

.ccity .autocomplete-items {
    border: 1px solid #d4d4d4;
    border-bottom: none;
    border-top: none;
    z-index: 99;
    top: 100%;
    left: 0;
    right: 0;
    position: absolute;
    width: 100%;
    /* margin-top: -14px */
}

.ccity .autocomplete-items div {
    padding: 5px;
    cursor: pointer;
    background-color: #fff;
    border-bottom: 1px solid #d4d4d4;
    font-size: 13px;
}

.ccity .autocomplete-items div:hover {
    background-color: #e9e9e9
}

.ccity .autocomplete-active {
    background-color: #e9e9e9!important
}


/* By Ketan For POS Ends */

@media (max-width: 1440px) {
    .tab-top-sec .form-group1 {
        margin-right: 5px;
    }
}

@media (max-width: 768px) {
    .mob-dropdown {
        display: block;
    }
    .mob-dropdown .languagedropdown {
        float: none;
    }
    .languagedropdown .select-field {
        width: 83px;
    }
    /* .quick-guide-box .languagedropdown {
        display: none;
    } */
    .quick-guide .guide-txt {
        display: none;
    }
    /*Niitn*/
    #Lumpsum_suggestpop .express-head {
        width: 95%;
    }
    .income-txt-fst.common_tip {
        width: 150%;
        top: -73px;
    }
    .income-txt-fst.frequency-text {
        width: 125%;
        top: -75px;
        left: -5px;
    }
    .income-txt-fst.frequency-text:before {
        left: 40px;
    }
    .lang-popLimPayText,
    .lang-famWillGet,
    .lang-ciPopText {
        word-break: break-word;
    }
    /*Nitin 07/04*/
    #illNessModal .swiper-slide .key-ben-box {
        height: 550px;
    }
    #illNessModal.modal .modal-dialog {
        width: 80%;
    }
    #illNessModal .text-illness-cont {
        margin-top: 15px;
    }
    #illNessModal .key-ben-box {
        padding: 8px;
    }
    #illNessModal .divSavingTableBody {
        font-size: 9px;
    }
    #illNessModal.modal .modal-dialog {
        top: 25px;
    }
    /* #illNessModal.modal .modal-dialog {
		top: 10px;
	} */
    /* #covid_19 .form-element-button .form-element-btn, #covid_19 .form-element-button .form-element-btn:hover{
		line-height: 25px;
	} */
    /*Nitin 07/04*/
    .cont-right-leadscreen-container.cont-right.active {
        position: absolute;
        top: 40px;
    }
    .cont-right-leadscreen-container .cont-right-leadscreen.active {
        position: relative;
    }
    custom-application-form #DocUpload_Pop.proceed-modal .modal-dialog {
        max-width: 90% !important;
    }
    .benf-box.i-will-pay .limited-save-txt {
        font-size: 9px;
    }
    /* By Ketan */
    #occModal .modal-body .radio-box-combined {
        width: 100%;
        margin: 0 auto;
    }
    #occModal .modal-body .tabcons-radio-box .radio-box {
        margin-right: 5px;
    }
    #occModal .modal-body .tabcons-radio-box label {
        /* font-size: 12px; */
        width: 100px;
    }
    #occModal .modal-body .radio-box label {
        font-size: 12px;
        background-position-x: 2%;
    }
    #occModal .modal-body .radio-box input+label .annualIncomeText {
        padding: 0px 0px 0px 10px;
    }
    .radio-box input+label .occText {
        padding-left: 15px;
    }
    /* By Ketan Ends */
    .bs-loader .loader-text {
        top: 60%;
    }
    .bs-loader .loader-text-disc {
        top: 65%;
    }
    .quick-guide-box .languagedropdown.calcClass {
        display: block;
    }
    /* sneha css start*/
    .budget-plans-info {
        padding: 10px 15px 0;
        padding-bottom: 40px;
    }
    .budget-plans-info .row .sec-plans {
        min-height: auto;
        margin-bottom: 15px;
    }
    .budget-plans-info .row .sec-plans.m-btm-20 {
        margin-bottom: 20px;
    }
    .budget-plans-info .row .sec-plans .sec-body .radio-box label {
        background-image: none;
        background: none;
        /* line-height: 18px; */
        line-height: 30px;
        min-width: 54px;
        padding: 0 10px;
    }
    .budget-plans-info .row .sec-plans .sec-body .premium-buget .period-radio-actions .period-bx {
        margin-right: 20px;
    }
    .budget-plans-info .row .sec-plans .sec-body .premium-buget input {
        margin-top: 10px;
    }
    .budget-plans-info .row .sec-plans .sec-body .premium-buget .period-radio-actions {
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .online-discount-note {
        margin: 0 -15px;
        position: fixed;
        width: 100%;
        bottom: 0;
        background-color: white;
    }
    .budget-plans-info .row .sec-plans .sec-body .multibutns .border-btn {
        margin-right: 5px;
        margin-bottom: 8px;
    }
    .recommend-info-patch {
        padding: 10px 0;
    }
    .recommend-info-patch .c-offer.lang_specific_hide {
        width: 100%;
        margin: 0 auto;
        max-width: 100%;
    }
    .recommend-info-patch .c-offer.lang_specific_hide p {
        min-width: 100%;
        padding: 6px 10px;
        text-align: center;
        font-size: 12px;
        padding-left: 10px;
        border-radius: 3px;
    }
    .plans-detl-info {
        margin-bottom: 15px;
        padding: 14px 10px 0;
    }
    .budget-drop {
        justify-content: center;
        margin-bottom: 15px;
    }
    .premium-bx .btn-wrapp {
        padding-right: 0;
        margin-top: -34px;
    }
    .premium-bx .btn-wrapp .button {
        text-align: left;
        line-height: 14px;
        padding-left: 10px;
    }
    .premium-bx .btn-wrapp .button span {
        display: block;
        font-size: 10px;
        font-weight: 200;
        line-height: 15px;
    }
    .premium-bx .btn-wrapp .button span.basic_budget_prem {
        font-weight: 700;
        font-size: 12px;
    }
    .premium-bx .btn-wrapp .button .lang-btn-quickBuy {
        font-size: 8px;
        font-weight: 400;
    }
    .premium-bx .btn-wrapp .button img {
        position: absolute;
        top: 50%;
        right: 4px;
        margin-top: -4px;
    }
    .plans-detl-info h2 {
        font-size: 14px;
    }
    .plans-detl-info ul li .value {
        margin-left: 10px;
    }
    .budget-plans-info .row .sec-plans .sec-body .premium-buget .period-radio-actions .period-bx .container {
        font-size: 12px;
    }
    .tag {
        top: 5px;
    }
    .tel-medical {
        margin: 0 -10px;
        margin-top: 20px;
    }
    .budget-plans-info .row .sec-plans .sec-body {
        padding: 18px 12px;
    }
    .premium-bx .button {
        height: 40px;
        width: 135px;
    }
    .premium_bud_tooltip {
        top: -37px;
        right: -8px;
        width: 100%;
    }
    .budget-box-center {
        margin: 0px;
    }
    .budget-offer {
        width: 100%;
    }
    .budget-offer p {
        font-size: 14px;
    }
    .plans-detl-info ul li .name {
        min-width: 80px;
    }
    .premium-diff-budget {
        text-align: right;
    }
    /* sneha css end*/
}

@media (max-width: 320px) {
    .budget-plans-info .row .sec-plans .sec-body .occupation-actn-btns .border-btn:first-child {
        margin-right: 0;
        margin-bottom: 10px;
    }
}

@media (max-width: 1440px) {
    .budget-drop .form-field {
        height: 30px;
        padding: 0;
        text-align: center;
    }
    .budget-drop .form-field.bigTxtInput {
        padding-left: 18px;
    }
    .budget-drop .form-field.bigTxtInput {
        background-position-y: 3px;
        background: #fff url('/content/icici-prudential-life-insurance/testing/POS/assets_appform_opt/images/redrs.png') no-repeat 7px 3px;
    }
}

@media (min-width: 1441px) and (max-width: 1920px) {
    .budget-plans-info .row .sec-plans {
        min-height: 273px;
    }
    .budget-plans-info .row .sec-plans .sec-body .premium-buget .inputs-bx {
        max-width: 320px;
        margin: 0 auto;
    }
    .budget-drop input {
        max-width: 132px;
    }
    .budget-drop select {
        max-width: 115px;
    }
}


/* IE10+ CSS styles go here */

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
    .budget-plans-info .row .sec-plans .sec-body .premium-buget .inputs-bx {
        max-width: 300px;
    }
    .plans-detl-info ul li {
        padding: 0;
    }
    .budget-drop select {
        background-position-x: 60px;
        background-position-y: 10px;
    }
}

.divheadtbnew {
    font-size: 2em;
    text-align: center;
    padding: 20px !important;
    color: #000000 !important;
    display: inline-block;
    font-weight: bold;
}

.colred {
    color: #B3363C !important;
}

.colblue {
    color: #30447C !important;
}

.limPaySavePop {
    margin: auto 3rem;
}

@media only screen and (max-device-width: 1024px) {
    .divheadtbnew {
        font-size: 1.5em;
    }
}

@media only screen and (max-width: 1000px) {
    .limPaySavePop {
        margin: unset;
    }
}

@media only screen and (min-width: 1000px) {
    .limPaySavePop {
        width: 762px;
    }
}

@media only screen and (device-width: 768px) {
    /* For general iPad layouts */
    .col-md-4.budget-box-center {
        flex: 0 0 50%;
        max-width: 50%;
        margin: 0 25%;
    }
    .plans-detl-info ul li .name {
        min-width: 100px;
    }
}
/*for fire-fox browser*/
@supports (-moz-appearance:none) {
    .only-for-pos-ips {
        font-size: 9px;
    }
}