@font-face {
  font-family: icomoon;
  src: url(/content/icici-prudential-life-insurance/term-insurance-plans/new_ExpBuy/assets_appform/fonts/icomoon.eot?klz377);
  src: url(/content/icici-prudential-life-insurance/term-insurance-plans/new_ExpBuy/assets_appform/fonts/icomoon.eot?klz377#iefix)
      format("embedded-opentype"),
    url(/content/icici-prudential-life-insurance/term-insurance-plans/new_ExpBuy/assets_appform/fonts/icomoon.ttf?klz377)
      format("truetype"),
    url(/content/icici-prudential-life-insurance/term-insurance-plans/new_ExpBuy/assets_appform/fonts/icomoon.woff?klz377)
      format("woff"),
    url(/content/icici-prudential-life-insurance/term-insurance-plans/new_ExpBuy/assets_appform/fonts/icomoon.svg?klz377#icomoon)
      format("svg");
  font-weight: 400;
  font-style: normal;
}

* {
  font-family: "Mulish", sans-serif !important;
}

html,
body {
  font-family: "Mulish", sans-serif !important;
}

[class^="icon-"],
[class*=" icon-"] {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.quick-guide-table tbody {
  border: 1px solid black;
}

.quick-guide-table tbody tr td {
  border: 1px solid black;
}

.quick-guide-table tbody tr th {
  border: 1px solid black;
}

.icon-refresh:before {
  content: "\e905";
}

.icon-chat:before {
  content: "\e900";
}

.icon-download:before {
  content: "\e901";
}

html,
body {
  width: 100%;
  background: #ffffff;
}

:root {
  --clr: #ff6600;
}

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-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;
}

.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: 25px;
}

:root {
  --form-field-height: 50px;
}

.form-group {
  position: relative;
}

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;
}

.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 {
  text-transform: uppercase;
  background-size: 20px;
  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-field {
  background: #dddddd
    url(/content/icici-prudential-life-insurance/term-insurance-plans/new_ExpBuy/assets_appform/images/selectArrow.png)
    no-repeat calc(100% - 10px) center;
  -webkit-appearance: none;
  appearance: none;
}

.select-field option {
  font-size: 12px;
  color: #9fa4a9;
  font-family: "Lato";
}

.select-field option:checked,
.select-field option:hover {
  background: #ff6600;
  color: #fff;
}

.radio-box {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.radio-box input {
  position: absolute;
  width: 0;
  opacity: 0;
}

.radio-box label {
  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/term-insurance-plans/new_ExpBuy/assets_appform/images/Component_21.svg);
  background-position: left;
  background-position-x: 5%;
  width: 120px;
  font-size: 14px;
}

.radio-box input:checked + label {
  background-image: url(/content/icici-prudential-life-insurance/term-insurance-plans/new_ExpBuy/assets_appform/images/Component_31.svg);
  background-position: left;
  background-position-x: 5%;
  color: #444444;
  font-weight: 700;
  border: 1px solid #f58220;
}

.identifyRadio .radio-box:not(:last-child) {
  margin-right: 10px;
}

.identifyRadio .radio-box label {
  padding: 5px 30px;
}

.radio-box input + label span {
}

.radio-box input + label .annualIncomeText {
  padding: 5px 13px;
}

.radio-box input + label .annualIncomeText.Incomeref4 {
  padding: 5px 0px 0px 15px;
}

.radio-box-combined {
  display: flex;
  justify-content: space-between;
  border-radius: 2px;
  overflow: hidden;
}

.radio-box-combined .radio-box {
  flex: 1;
}

.radio-box-combined .radio-box label {
  width: 100%;
  border: 0;
  border-radius: 0;
  border: 1px solid #cfcfcf;
}

.cont-top-container {
  position: relative;
  margin: 20px 0;
}

.cont-left {
  margin: 50px 0;
  max-width: 600px;
  z-index: 1;
  left: 0;
  top: 0;
  transition: 0.5s all ease-in-out;
  -webkit-transition: 0.5s all ease-in-out;
  -moz-transition: 0.5s all ease-in-out;
  -ms-transition: 0.5s all ease-in-out;
  -o-transition: 0.5s all ease-in-out;
  opacity: 1;
  visibility: visible;
}

.cont-left.active {
  position: absolute;
}

/* .cont-left h2 {
  font-size: 60px;
  line-height: 60px;
  color: #003b6e;
  font-family: "Lato";
  font-weight: 700;
} */

.c-offer p {
  font-size: 16px;
  line-height: 1.3;
  color: #ffffff;
  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 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;
}

.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;
}

.cont-right-in {
  font-family: Lato, sans-serif !important;
  width: 500px;
  height: 695px;
  border: 1px solid #f2efef;
  border-radius: 11px;
  margin: 0;
  position: relative;
  top: -50px;
  background-color: #ffffff;
}

.cr-hdn h3 {
  font-size: 24px;
  line-height: 1.3;
  color: #003b6e;
  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;
}

.cmn-label {
  font-size: 13px;
  color: #444444;
  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";
}

.mainContainer {
  position: relative;
  z-index: 9;
  margin-top: 30px;
}

.cont-bg {
  width: 100%;
  background: url("/content/icici-prudential-life-insurance/term-insurance-plans/new_ExpBuy/assets_appform/images/bg.png")
    center bottom;
  background-size: cover;
  overflow: hidden;
  height: 725px;
}
.cont-bg img.working_women {
  bottom: 110px;
}

.cont-right-sec-1 {
  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);
  left: 0;
}

.cont-right-sec-2 {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  padding-top: 50px;
  left: 0;
  display: none;
}

.cont-right-sec-3 {
  width: 100%;
  border-radius: 15px;
  margin: 10px 0;
  display: none;
}

.active {
  position: relative;
  left: 0;
  opacity: 1;
  visibility: visible;
  z-index: 9;
}

.activated {
  position: absolute;
  left: -100%;
}

.cont-right-sec-2.activated {
  opacity: 0;
  left: 0;
}

.cont-right-sec-2-in {
  position: relative;
  border-radius: 15px;
  background-color: #ffffff;
  padding: 25px 30px;
  padding-top: 70px;
  box-shadow: 18px 10px 57px rgba(0, 0, 0, 0.16);
  -webkit-box-shadow: 18px 10px 57px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 18px 10px 57px rgba(0, 0, 0, 0.16);
}

.cd-plan-offer {
  border-radius: 5px;
  background-image: linear-gradient(180deg, #003b6e 0%, #093d8a 100%);
  position: absolute;
  width: calc(100% - 60px);
  top: -50px;
  text-align: center;
  padding: 20px;
}

.cd-plan-offer h3 {
  font-size: 27px;
  color: #ffffff;
  font-family: "Lato";
  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: "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 {
  border-radius: 0;
}

.crs-tabs {
  border: 0;
}

.crs-tabs li {
  margin: 0;
  padding: 0;
}

.crs-tabs li:before {
  display: none;
}

.crs-tabs li a {
  position: relative;
  display: block;
}

.crs-tabs li a span {
  background: #8da7bb;
  font-size: 24px;
  color: #c8d6e2;
  display: block;
  height: 60px;
  width: 500px;
  line-height: 60px;
  text-align: center;
  margin: 0 20px;
  position: relative;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.crs-tabs li a span:before {
  content: "";
  background: url(/content/icici-prudential-life-insurance/term-insurance-plans/new_ExpBuy/assets_appform/images/tab21.png)
    no-repeat center center/contain;
  width: 24px;
  height: 100%;
  display: inline-block;
  position: absolute;
  left: -23px;
}

.crs-tabs li a span:after {
  content: "";
  background: url(/content/icici-prudential-life-insurance/term-insurance-plans/new_ExpBuy/assets_appform/images/tab22.png)
    no-repeat center center/contain;
  width: 24px;
  height: 100%;
  display: inline-block;
  position: absolute;
  right: -23px;
}

.crs-tabs li a.active span {
  background: #fff;
  color: #003b6e;
}

.crs-tabs li a.active span:before {
  background: url(/content/icici-prudential-life-insurance/term-insurance-plans/new_ExpBuy/assets_appform/images/tab11.png)
    no-repeat center center/contain;
}

.crs-tabs li a.active span:after {
  background: url(/content/icici-prudential-life-insurance/term-insurance-plans/new_ExpBuy/assets_appform/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;
}

.tab-top-sec .form-field {
  background: #fff;
}

.bigTxtInput,
.tab-top-sec .bigTxtInput {
  padding-left: 34px;
  background: #fff
    url(/content/icici-prudential-life-insurance/term-insurance-plans/new_ExpBuy/assets_appform/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/term-insurance-plans/new_ExpBuy/assets_appform/images/selectArrow.png)
    no-repeat calc(100% - 10px) center;
}

.bigTxt-box p {
  padding: 0 20px;
  padding-left: 34px;
  background: #fff
    url(/content/icici-prudential-life-insurance/term-insurance-plans/new_ExpBuy/assets_appform/images/rs.png)
    no-repeat 20px 13px;
  margin: 0;
  font-size: 16px;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  height: 50px;
  line-height: 50px;
  color: #003b6e;
  font-family: "Lato";
  font-weight: 700;
  border-radius: 5px;
  border: 1px solid #ddd;
}

.bigTxt-box p span {
  color: #323232;
  font-family: "Lato";
  font-weight: 700;
}

input[type="number"] {
  -moz-appearance: textfield;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.inner-sect {
  font-size: 28px;
  color: #323232;
  font-family: "Lato";
  font-weight: 700;
  margin: 0;
  line-height: 50px;
}

.tab-top-sec {
  position: relative;
  display: flex;
  align-items: flex-end;
  background-image: linear-gradient(180deg, #ffffff 0%, #c7d2db 100%);
  padding: 10px 15px;
}

.tab-top-sec .form-group {
  margin: 0;
  width: 140px;
}

.tab-top-sec .tab-top-sec-mr {
  margin-right: 20px;
}

.tbsg h3 {
  margin: 0;
  font-size: 21px;
  color: #323232;
  font-family: "Lato";
  font-weight: 700;
}

.tbsg a {
  display: block;
}

.tab-top-sec .form-group1 {
  padding: 0 5px;
}

.tbsg-base {
  display: flex;
  opacity: 0.5;
  align-items: flex-end;
  border-left: 1px dashed #8da7bc;
  padding-left: 20px;
  margin-left: 0;
  flex: 1;
}

.tbsg-base-in h4 {
  font-size: 12px;
  line-height: 16px;
  color: #323232;
}

.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: 20px;
  color: #323232;
  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 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: #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: 5px;
}

.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;
}

.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/term-insurance-plans/new_ExpBuy/assets_appform/images/tick.png);
  background-size: auto;
  background-position: center;
  background-repeat: no-repeat;
}

.rad-fiel input:checked ~ label .contDiv {
  background: #fce9dd;
  border: 1px solid #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;
}

.swiper-container {
  width: 100%;
  height: 100%;
}

.swiper-slide {
}

.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;
}

.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;
}

.bDate {
  -moz-appearance: textfield;
}

.bDate::-webkit-inner-spin-button,
.bDate::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.bDate::-webkit-inner-spin-button,
.bDate::-webkit-calendar-picker-indicator {
  display: none;
  -webkit-appearance: none;
}

header {
  background: #fff;
  z-index: 999;
  position: fixed; /* ← Only this changed */
  padding: 0 70px;
  width: 100%; /* Required for fixed headers */
  top: 0; /* Stick to top */
  left: 0;
  height: 80px;
  box-shadow: 0px 3px 6px #00000029;
}

.logo-box {
  height: 100px;
  display: flex;
  align-items: center;
}

.logo-box a {
  display: inline-block;
  vertical-align: middle;
  margin-right: 30px;
}

.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 0.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;
  text-align: center;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.05);
}

.home-modalContainer {
  position: relative;
}

.divheadtb {
  font-size: 1.8em;
  text-align: center;
  padding: 10px;
  color: #555;
  display: inline-block;
}

.divSavingTableBody {
  display: block;
  font-size: 1.1em;
  color: #333;
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
  display: table;
}

.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: 700;
  font-size: 0.9em;
  color: #053d6d;
}

.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 {
  color: #dedede;
  opacity: 1;
  font-size: 14px;
}

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;
}

.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;
}

.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% !important;
}

.boxborder {
  border: 1px solid rgb(221, 221, 221);
  border-radius: 10px;
}

.performance-snapshot1 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.row {
  position: relative;
  display: inline-block;
  margin: 0px 0px;
}

.col-lg-4 {
  width: 24%;
  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: 375px;
}

.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, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-default {
  border-color: #ddd;
  padding: 10px 5%;
}

.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: white;
  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 0.1s ease;
  -ms-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  -webkit-backface-visibility: hidden;
  -webkit-transition: all 0.1s ease;
  background: url(/content/icici-prudential-life-insurance/term-insurance-plans/new_ExpBuy/assets_appform/images/accordion-active.png)
    no-repeat 98% top;
  transition: all 0.1s ease;
}

.plan-details .panel-heading h4 a {
  background-color: #08486f;
  background-image: url(/content/icici-prudential-life-insurance/term-insurance-plans/new_ExpBuy/assets_appform/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: 1px solid #e6e6e6;
  box-shadow: 0px 1px 0px 0px #cac6c6;
  padding: 20px;
  border-radius: 12px;
  color: #6a6a6a;
  background: url(/content/icici-prudential-life-insurance/term-insurance-plans/new_ExpBuy/assets_appform/images/accordion-active.png)
    no-repeat 98% 60%;
}

#disc-accordian .panel-heading h4 a.collapsed {
  background: url(/content/icici-prudential-life-insurance/term-insurance-plans/new_ExpBuy/assets_appform/images/accordion.png)
    no-repeat 98% 60%;
}

.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;
}

.regularpay {
  margin-right: 20px;
}

.regularpay:after {
  content: "";
  position: absolute;
  width: 1px;
  height: calc(100% - 40px);
  right: 0;
  top: 20px;
  border-right: 1px dashed #8da7bc;
}

.msl-box {
  background: #e8ecf0;
  padding: 20px;
  border-radius: 10px;
  border: 1px solid #e8ecf0;
}

.msl-box h5 {
  color: #323232;
  font-size: 16px;
  font-family: "Lato";
  font-weight: 700;
  margin-bottom: 0;
}

.msl-box p {
  color: #323232;
  font-size: 14px;
  font-family: "Lato";
}

.hdn-big {
  text-align: center;
  font-weight: bold;
  font-size: 24px;
  color: #004a80;
  margin-bottom: 30px;
}

.key-ben-box {
  background: #fff;
  border-radius: 10px;
  padding: 20px 12px;
  text-align: center;
}

.key-ben-img {
  margin-bottom: 20px;
  background-color: white;
  width: 65px;
  height: 65px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-self: center;
  align-items: center;
  margin: 0 auto 20px;
}

.key-ben-img .key-ben-img1 {
  height: 95px;
  width: 86px;
}

.key-ben-img img {
  width: 45px;
  height: 45px;
}

.key-ben-box h4 {
  font-size: 18px;
  line-height: 1.3;
  color: #323232;
  font-family: "Lato";
  font-weight: 700;
}

.key-ben-box p {
  font-size: 16px;
  line-height: 1.5;
  color: #323232;
  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/term-insurance-plans/new_ExpBuy/assets_appform/images/arrow-clr-right.png)
    no-repeat center center;
  right: 0;
}

.sldr-next:hover {
  background: #ff6600
    url(/content/icici-prudential-life-insurance/term-insurance-plans/new_ExpBuy/assets_appform/images/arrow-white.png)
    no-repeat center center;
}

.sldr-prev {
  background: #fff
    url(/content/icici-prudential-life-insurance/term-insurance-plans/new_ExpBuy/assets_appform/images/arrow-clr-left.png)
    no-repeat center center;
  left: 0;
}

.sldr-prev:hover {
  background: #ff6600
    url(/content/icici-prudential-life-insurance/term-insurance-plans/new_ExpBuy/assets_appform/images/arrow-white-left.png)
    no-repeat center center;
}

.performance-snapshot {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}

.performance-snapshot .key-ben-box {
  width: 220px;
  padding: 25px 15px;
}

.section {
  /* margin-bottom: 50px; */
}

.save-money-box {
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #f9e8dd;
  width: 572px;
  padding: 10px;
  border-radius: 10px;
}

.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: 14px;
  font-weight: bold;
  color: #444444;
}

.sm-see-more {
  margin: 0;
  font-size: 14px;
  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: -26px;
  right: 5px;
}

.my-modal-dialog .swiper-wrapper {
  padding-bottom: 50px;
}

.swiper-pagination-bullet {
  background-color: #fff;
  cursor: pointer;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
}

.my-modal-dialog .modal-body {
  padding: 0;
}

.swiper-button-next,
.swiper-button-prev {
  outline: none;
}

.cont-right-sec-3-header {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.quick-guide {
  display: flex;
  align-items: center;
  z-index: 1;
}

.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;
}

.quick-guide .call {
  border-radius: 50%;
  text-align: center;
  line-height: 23px;
  display: block;
  margin: 0 auto 7px;
}

.quick-guide a img {
  max-width: 32px;
}

.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 {
}

.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;
}

.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 0.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 0.2s, box-shadow 0.1s, transform 0.1s;
  -webkit-transition: background-color 0.2s, box-shadow 0.1s, transform 0.1s;
  -moz-transition: background-color 0.2s, box-shadow 0.1s, transform 0.1s;
  -ms-transition: background-color 0.2s, box-shadow 0.1s, transform 0.1s;
  -o-transition: background-color 0.2s, box-shadow 0.1s, transform 0.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 0.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;
}

.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 * {
}

.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;
}

.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: "Lato";
  font-weight: 700;
}

.disClam p {
  font-size: 12px;
  line-height: 1.5;
  color: #323232;
  font-family: "Lato";
}

.fotBor {
  border: 1px solid #ccc;
  padding: 20px;
}

.fotBor p {
  font-size: 12px;
  line-height: 1.5;
  color: #323232;
  font-family: "Lato";
  font-weight: 700;
}

.fotBor a {
  font-size: 12px !important;
}

.dis_table,
.dis_head,
.dis_data {
  border: 1px solid black;
}

#disc1 p,
#disc1 li {
  font: normal normal normal 10px / normal Lato;
}

#disc1 ul li,
#disc1 ol li,
#disc1 td li,
#disc1 th li {
  padding: 0;
}

.tabIll h4 {
  font-size: 18px;
  line-height: 1.3;
  color: #323232;
  font-family: "Lato";
  font-weight: 700;
}

.tabIll ul {
  list-style: decimal;
  padding-left: 20px;
}

.tabIll ul li {
  padding-left: 0;
}

.grid-block .headSec {
  background-color: #f5821f;
  float: left;
  width: 100%;
  color: white;
  padding: 10px;
}

.grid-block .headSec .rtBackSec {
  float: left;
  cursor: pointer;
}

.grid-block .headSec .rtBackSec .bck-arrow {
  float: left;
  font-size: 28px;
}

.grid-block .headSec .rtBackSec .bck-text {
  float: left;
  font-size: 18px;
  padding: 12% 0% 0px 7px;
}

.grid-block .headSec .appNoSec {
  float: right;
}

.grid-block .headSec .appNoSec .appNoTxt {
  font-size: 16px;
}

.grid-block .headSec .appNoSec .appNo {
  font-size: 17px;
  font-weight: 800;
  float: right;
}

.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);
}

.tab-top-sec {
  background-image: linear-gradient(180deg, #dfecf8 0%, #c5d7e7 100%);
  position: sticky;
  position: -webkit-sticky;
  top: 0px;
  overflow: inherit;
  z-index: 99;
}

.tab-top-sec .form-group1 {
  border-left: 1px solid #8da7bc;
  padding-left: 20px;
}

.tbl-f-container {
  background: #e8ecf0;
  padding: 20px;
  border-radius: 10px;
  margin-bottom: 20px;
  transition: 0.5s all ease;
  -webkit-transition: 0.5s all ease;
  -moz-transition: 0.5s all ease;
  -ms-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  position: relative;
}

.tbl-f-container.active {
  background: #fff;
  box-shadow: 0 3px 22px rgba(0, 0, 0, 0.25);
}

.tbl-f-container:before {
  content: "";
  background: url(/content/icici-prudential-life-insurance/term-insurance-plans/new_ExpBuy/assets_appform/images/tbl-arrow.png)
    no-repeat LEFT center;
  width: 33px;
  height: 59px;
  position: absolute;
  right: -33px;
  top: 50%;
  margin-top: -30px;
  background-size: 24px;
  opacity: 0;
  transition: 0.5s all ease;
  -webkit-transition: 0.5s all ease;
  -moz-transition: 0.5s all ease;
  -ms-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
}

.numbertag {
  content: "";
  background: url(/content/icici-prudential-life-insurance/term-insurance-plans/new_ExpBuy/assets_appform/images/number_bg.png)
    no-repeat LEFT center;
  width: 33px;
  height: 59px;
  position: absolute;
  top: -14px;
  left: -12px;
  background-size: 24px;
  opacity: 1;
  transition: 0.5s all ease;
  -webkit-transition: 0.5s all ease;
  -moz-transition: 0.5s all ease;
  -ms-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
}

.onClicknumbertag:before {
  height: 38px;
}

.payoutIndex {
  position: relative;
  left: 7px;
  top: 14px;
  font-size: 16px;
  font-family: "Lato";
  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 {
}

.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;
}

.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/term-insurance-plans/new_ExpBuy/assets_appform/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;
}

.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/term-insurance-plans/new_ExpBuy/assets_appform/images/selectArrow1.png)
    no-repeat right center/10px;
  -webkit-appearance: none;
  appearance: none;
  padding-right: 13px;
  margin-right: 8px;
}

span.cm-rs {
  font-family: bold;
}

.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;
}

.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 {
  display: flex;
  gap: 90px;
}

.cont-right {
  padding: 0;
  min-height: auto;
  left: 0;
}

.cont-left {
  margin: 20px 0 50px;
}

.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;
}

.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: 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: 11px;
  font-family: Lato;
  font-weight: 700;
}

.ndnctext label:before {
  content: "";
  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/term-insurance-plans/new_ExpBuy/assets_appform/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";
}

.quick-guide.frst-pg {
  position: absolute;
  right: 13%;
  top: 7px;
}

.quick-guide.frst-pg .call.frst-call {
  margin-bottom: 0px;
}

.quick-guide.mob-frst {
  display: none;
}

.cr-hdn .cr-hdn-h4 {
  color: #004a80;
  font-size: 18px;
  font-weight: 900;
  line-height: 1.5;
  font-family: "Lato";
}

.grphSlid .slider-text {
  position: absolute;
  bottom: 10px;
  right: 30px;
}

.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;
}

.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: 16px;
  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;
  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 p {
  font-size: 16px;
  font-family: "Lato";
  padding: 0;
}

.qg-box ul li {
  font-size: 14px;
  font-family: "Lato";
  text-align: left;
}

.qg-box ul li:before {
  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;
  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;
}

.quick-guide-container::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background-color: #c3c3c3;
}

.quick-guide-container::-webkit-scrollbar-track {
}

.qgm-advt {
  position: absolute;
  bottom: 2%;
  right: 6%;
}

.dropdown2 option:not(:checked) {
  color: #a70303;
}

.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%;
  overflow: hidden;
}

.quickPlan {
  display: none;
}

.crTabHdn span b {
  color: #9d1823;
}

.moreLessImg {
  display: flex;
  width: 30px;
  height: 30px;
  margin: 0 auto 5px;
  border: 1px solid #a70303;
  border-radius: 50%;
  text-align: center;
  align-items: center;
  justify-content: center;
  transition: 0.2s all ease-in-out;
  -webkit-transition: 0.2s all ease-in-out;
  -moz-transition: 0.2s all ease-in-out;
  -ms-transition: 0.2s all ease-in-out;
  -o-transition: 0.2s all ease-in-out;
}

.payBtnShowMore.active .moreLessImg {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}

.moreLessImg img {
  width: 12px;
}

.fixedBox {
  display: none;
}

.title {
  font-weight: 100;
  font-family: regular;
  margin-top: 6px;
  font-size: 21px;
  margin-bottom: 4px;
}

.form-wrap {
  margin-top: 20px;
}

.form-group-pop {
  padding-bottom: 20px;
}

.text-label {
  font-size: 14px;
  color: #323232;
  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;
  display: block;
  margin: 0 auto;
}

.action-wrapper {
  margin-top: 12px;
}

.btn-pop {
  width: 33%;
}

.LoginStatusSuccess {
  margin-top: 10px;
}

.successfulMsg {
  width: 79%;
  margin: 0 auto;
  border-radius: 3px;
  height: 34px;
}

.heading-text {
  font-size: 20px;
  color: #9d1823;
  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;
}

.PolicyTerm .whole_life_text {
  position: absolute;
  display: none;
}

.dockBackbtn {
  font-size: 18px;
  font-weight: bold;
  vertical-align: middle;
}

.minCoverText {
  position: absolute;
  font-size: 10px;
}

.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: #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;
  color: #9d1823;
  text-shadow: 0px 0px 1px #cc5f00;
  letter-spacing: 0.2px;
  position: absolute;
}

.text5percentage {
  background: url(/content/icici-prudential-life-insurance/term-insurance-plans/new_ExpBuy/assets_appform/images/offer.png)
    no-repeat;
  width: 21px;
  height: 21px;
  color: #fff;
  display: inline-block;
  text-align: center;
  position: relative;
  top: -2px;
}

.text5percentage::after {
  content: "5%";
  font-size: 1.07em;
  top: 3px;
  position: relative;
  left: 1px;
}

.prcd-box {
  padding: 30px;
}

.prcd-hdg {
  color: #323232;
  font-size: 20px;
  font-family: "Lato";
  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: "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: "Lato";
  font-weight: 700;
}

.prcd-box p {
  font-size: 16px;
  line-height: 1.3;
  color: #323232;
  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: "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 {
  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/term-insurance-plans/new_ExpBuy/assets_appform/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;
  opacity: 1;
  transition: opacity 0.15s linear;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.9);
}

.bs-loader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100000;
  display: none;
}

.loader,
.loader:after {
  border-radius: 50%;
  width: 10em;
  height: 10em;
}

.loader {
  margin: 0px auto;
  font-size: 13px;
  position: relative;
  text-indent: -9999em;
  border-top: 1.1em solid rgba(231, 120, 23, 0.9);
  border-right: 1.1em solid rgba(231, 120, 23, 0.9);
  border-bottom: 1.1em solid rgba(231, 120, 23, 0.9);
  border-left: 1.1em solid #ffffff;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
  z-index: 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);
  }
}

.ban {
  max-width: 100%;
  width: 100%;
}

.col-xs-12 .banner-box {
  min-height: auto;
}

.banner-box {
  background: #f5f5f5;
  border-radius: 10px;
  padding: 2px;
  text-align: center;
}

.cont {
  max-width: 66.66%;
  width: 100%;
}

.lis {
  list-style: disc !important;
  padding-left: 0px;
}

.accordion-bral .ac-label:hover {
  background: none;
  outline: 0px;
}

input[type="checkbox"],
input[type="radio"] {
  margin: 4px 0 0;
  line-height: normal;
}

.accordion-bral {
  min-height: 0;
  min-width: 220px;
  width: 100%;
  height: 100%;
  background: none;
  margin: 30px 0;
  text-align: left;
}

.accordion-bral input.ac-input {
  display: none;
}

.accordion-bral .ac-label {
  padding: 6px 0px 10px;
  position: relative;
  display: block;
  height: auto;
  cursor: pointer;
  color: #323232;
  line-height: 1.3;
  font-size: 18px;
  font-family: "Lato";
  font-weight: 700;
  margin: 1px 0px;
}

.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;
  right: 0;
}

/* When checked (opened) - arrow points down */
.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);
}

/* Default state (closed) - arrow points left */
.accordion-bral i:before {
  transform: translate(-2px, -2px) rotate(-45deg);
}

.accordion-bral i:before,
.accordion-bral i:after {
  content: "";
  position: absolute;
  background-color: #444444;
  width: 2px;
  height: 11.5px;
}

/* Default state (closed) - arrow points left */
.accordion-bral i:before {
  transform: translate(-4px, -4px) rotate(-45deg);
}

.accordion-bral i:after {
  transform: translate(-4px, 4px) rotate(45deg);
}

/* When checked (opened) - arrow points down */
.accordion-bral input:checked ~ .ac-label i:before {
  transform: translate(-4px, 0) rotate(-45deg);
}

.accordion-bral input:checked ~ .ac-label i:after {
  transform: translate(4px, 0) rotate(45deg);
}

: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: "Lato";
}

.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 {
  font-weight: bold;
  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: "Lato";
  font-weight: 700;
  font-size: 24px;
  color: #004a80;
  text-align: center;
  margin-left: 10px;
  padding-top: 30px;
}

#mobileshow1 {
  display: none;
}

#mobileshow2 {
  display: block;
}

#illNessModal .key-ben-box button {
  padding: 5px;
  top: 4px;
  right: 5px;
}

.red-text sup {
  font-size: 62%;
}

#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;
}

#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: "Lato";
}

#illNessModal .key-ben-box {
  padding: 30px;
  width: 100%;
}

#illNessModal .table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 0px;
  display: table;
}

.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;
}

@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 input:checked ~ .ac-label h3 {
    font-weight: bold;
  }

  .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 {
  display: none;
}

.re-arrow {
  position: absolute;
  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;
}

.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;
}

ul li:before {
  content: unset;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .tab-top-sec .select-field {
    background: #fff
      url(/content/icici-prudential-life-insurance/term-insurance-plans/new_ExpBuy/assets_appform/images/selectArrow.png)
      no-repeat center;
    background-position-x: 100px;
  }

  .payoutalign {
    top: 0%;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  .proceedBTN {
    display: none !important;
  }
}

#DocUpload_Pop {
}

#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, 0.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, 0.05) !important;
  box-shadow: 0 0px 0px rgba(0, 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";
}

.leadcompuls-txt {
  display: inline-block;
  margin-top: 5px;
  font-size: 14px;
  color: #323232;
  margin-bottom: 5px;
}

.leadcompuls-txt a {
  color: #323232;
}

.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;
}

/* .pdt_name {
  color: #053c6d;
  font-size: 16px;
  font-weight: 600;
} */

.leadcompuls-txt {
  display: inline-block;
  margin-top: 5px;
  font-size: 14px;
  color: #323232;
  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;
}

#btndwnlcontentmbl {
  line-height: 0px;
}

#btndwnlcontent {
  height: 0px;
  line-height: 0px;
}

/* .pdt_name {
  color: #053c6d;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 5px;
} */

ul li::before {
  background: url(/content/icici-prudential-life-insurance/term-insurance-plans/new_ExpBuy/assets_appform/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 {
  margin-bottom: 5px;
  float: right;
  width: 95px;
  line-height: 25px;
}

.languagedropdown .form-field {
  height: 30px;
  background-color: #ffffff 0% 0% no-repeat padding-box;
  border: 1px solid #d5d5d5;
  border-radius: 2px;
  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/term-insurance-plans/new_ExpBuy/assets_appform/images/selectArrow.png)
    no-repeat calc(100% - 10px) center;
  -webkit-appearance: none;
}

.quick-guide-box .languagedropdown {
  margin-top: 20px;
  line-height: initial;
  width: auto;
}

.quick-guide-box .languagedropdown .select-field {
  background: url(/content/icici-prudential-life-insurance/term-insurance-plans/new_ExpBuy/assets_appform/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;
}

#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;
}

.proceedButPay .button--block {
  width: 200px;
}

.recomended-txt {
  width: 283px;
  top: 80px;
  left: 110px;
  position: absolute;
}

.freq-tooltip-cont {
  right: 30px;
  top: 94px;
  font-size: 12px;
  width: 195px;
  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: #999999;
  line-height: 13px;
  margin-top: 3px;
}

.tab-content .tab-top-sec.top-sect-ciadb {
  padding-top: 0;
  position: relative;
  z-index: 9;
}

.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;
  color: #444444;
}

.whatsapp_optin .ndnctext label {
  font-size: 14px;
  font-weight: bold;
}

.whatsapp_optin .input_container {
  margin: 0 25px;
  display: inline-block;
  width: calc(100% - 20px);
  padding: 2px 0px 9px;
  border-bottom: 1px #fafafa solid;
}

.whatsapp_optin .input_container label {
  font-weight: 400;
  font-size: 1.5em;
  margin-bottom: 0;
  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: #ffff;
  padding: 10px 6px;
  font-size: 11px;
  top: -75px;
  left: 80px;
  position: absolute;
  width: 190%;
  opacity: 0.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;
  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: 0.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;
  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;
}

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;
}

#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: 14px;
  font-weight: bold;
  left: 5%;
  width: 90%;
}

.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 {
  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;
}

.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: 0.8 !important;
}

.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;
}

.feed {
  display: inline-block;
  margin-top: 10px;
}

.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;
}

.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: 10.5px;
  color: #a80303;
  border-style: dashed;
  border-width: 1px;
  border-color: #a80303;
  margin-top: 10px;
}

.ci-protip-text {
  padding: 0px 5px;
}

.cont-left h3 {
  font-size: 60px;
  line-height: 60px;
  color: #003b6e;
  font-family: "Lato";
  font-weight: 700;
}

/* james code added below */
.accordion-bral .space ul li {
  font-size: inherit;
  color: inherit;
  font-family: inherit;
}

@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;
  }

  #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;
  }

  #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;
  }

  .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;
  }

  #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 {
    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;
  }

  .bs-loader .loader-text {
    top: 60%;
  }

  .bs-loader .loader-text-disc {
    top: 65%;
  }
}

/* Redirection IPS CSS */
.closeImageRedirectModal {
  position: absolute;
  top: -25px;
  right: -25px;
  width: 22px;
  height: 22px;
  cursor: pointer;
}

.ips-redirection-backdrop {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.9);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10;
}

.redirectModalContainer {
  border-radius: 10px;
  background: #fff;
  width: 514px;
  box-sizing: border-box;
  position: relative;
}

.redirectModalHeader {
  width: 100%;
  height: 34px;
  display: flex;
  justify-content: center;
  align-items: center;
}

#ipsRedirectionModalPnG .redirectModalHeader {
  width: 100%;
  height: 49px;
  display: flex;
  justify-content: center;
  align-items: center;
}

#ipsRedirectionModalIprop .redirectModalHeader {
  width: 100%;
  height: 19px;
  display: flex;
  justify-content: center;
  align-items: center;
}

#ipsRedirectionModalIprop .redirectModal-title {
  background-color: #004a80;
  width: 100%;
  height: 56px;
  color: #fff;
  font: normal normal bold 18px/21px Mulish;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 5px;
}

.redirectModalHeader-headerText {
  font: normal normal normal 10px/12px Mulish;
  color: #1c1c1c;
  text-align: center;
}

.redirectModal-title {
  background-color: #004a80;
  width: 100%;
  height: 56px;
  color: #fff;
  font: normal normal bold 18px/21px Mulish;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 12px;
}

.redirectModal-image {
  margin-bottom: 31px;
  height: 104px;
  display: flex;
  justify-content: center;
}

.redirectModal-ribbon {
  margin-bottom: 15px;
  padding: 0 0;
  max-height: 55px;
  height: 55px;
  display: flex;
  justify-content: center;
}

#ipsRedirectionModalSigNeg .redirectModal-ribbon {
  margin-bottom: 25px;
  padding: 0 0;
  max-height: 55px;
  height: 55px;
  display: flex;
  justify-content: center;
}

#ipsRedirectionModalSig .redirectModal-ribbon {
  margin-bottom: 25px;
  padding: 0 0;
  max-height: 55px;
  height: 55px;
  display: flex;
  justify-content: center;
}

.redirectModal-btn {
  border-radius: 5px;
  background: linear-gradient(90deg, #96291e 0, #e77817 100%);
  width: 269px;
  height: 45px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font: normal normal bold 17px/20px Mulish;
  margin-bottom: 40px;
}

.redirectModalImageRibbon {
  width: 100%;
  max-height: 55px;
  height: 55px;
}

#ipsRedirectionModalIprop .redirectModalImageRibbon {
  width: 482px;
  max-height: 60px;
  height: 60px;
}

#ipsRedirectionModalIprop .redirectModal-ribbon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

#ipsRedirectionModalIprop .redirectModal-ribbon > div {
  position: absolute;
  margin-bottom: 7px;
  text-align: center;
  color: #fff;
  font: normal normal bold 16px/19px Mulish;
}

#ipsRedirectionModalIprop .redirectModal-btn {
  width: 171px;
  height: 45px;
}

#ipsRedirectionModalSigNeg .redirectModalImageRibbon {
  width: 462px;
  max-height: 65px;
  height: 65px;
}

#ipsRedirectionModalSig .redirectModalImageRibbon {
  width: 462px;
  max-height: 65px;
  height: 65px;
}

.redirectModal-advtNumber {
  font: normal normal normal 10px/15px Mulish;
  position: absolute;
  bottom: 11px;
  right: 11px;
}

#ipsRedirectionModalIprop .redirectModalProductImage {
  height: 126px;
  max-height: 120px;
  width: 205px;
}

#ipsRedirectionModalPnG .redirectModalProductImage {
  height: 100%;
  max-height: 104px;
  width: 309px;
}

.redirectModalPlanLink {
  text-decoration: none;
  color: #fff;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.redirection-subtitle {
  margin: auto;
  width: 71%;
  display: flex;
  align-items: center;
  text-align: center;
  font-size: 15px;
  color: #434343;
  margin-bottom: 15px;
}
.custom-bg {
  display: inline-block;
  position: relative;
  background: linear-gradient(247deg, #eeefe2 0%, #eeefe2 100%);
  border-radius: 12px;
  opacity: 1;
  z-index: 0; /* sits behind inner text if needed */
  margin-bottom: 20px;
  width: 572px;
}

/* Text styling */
.pdt_name {
  color: #444444;
  font-size: 18px;
  text-align: left;
  opacity: 1;
}

.lang-completeText {
  margin-left: 15px;
  color: #444444;
  font: normal normal 500 36px/45px "Mulish";
  text-align: left;
  opacity: 1;
  margin-top: 10px;
}

.lang-completeText span {
  font: italic normal 800 35px/50px Mulish;
  color: #84282e;
  text-align: left;
  opacity: 1;
}
.image-section {
  margin-right: 10px;
}
/* Positioning the text block */
.content-wrapper {
  display: flex;
  flex-direction: row;
  padding-top: 10px;
  gap: 10px;
  padding-left: 10px;
  justify-content: space-between;
}
.content-wrapper-text {
  display: flex;
  flex-direction: column;
}
.top-wrapper {
  background: linear-gradient(247deg, #b7b99d 0%, #b7b99d 100%);
  border-radius: 12px;
  opacity: 1;
  z-index: -1;
  width: 284px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-left: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.discount {
  width: 572px;
  height: 197px;
  background: rgba(253, 117, 0, 0.7);
  border-radius: 20px;
  box-shadow: 0px 0px 9px #00000029;
}
.discount-header {
  display: flex;
  flex-direction: row;
  height: 50px;
  background: rgba(249, 232, 221, 0.5);
  border-radius: 20px 20px 0px 0px;
}
.discount-header-text {
  color: white;
  font: normal normal bold 16px/50px Mulish;
}
.dis-header-img {
  width: 17px;
  height: 17px;
  margin-top: 16px;
  margin-left: 25px;
  margin-right: 10px;
}
.discount-list {
  display: flex;
  flex-direction: row;
  padding: 10px 20px;
  justify-content: space-between;
  width: fit-content;
}
.discount-row1 {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: fit-content;
}
.discount-row2 {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.item-1 {
  display: flex;
  flex-direction: row;
  gap: 10px;
  color: white;
  font-size: 14px;
  font-weight: 600;
}
.item-1-text {
  font-size: 13px;
  font-weight: 600;
}
.dic-icon {
  width: 36px;
  height: 36px;
  background-color: white;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
}
.parent {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
}

/* Centered divider */
.divider {
  position: relative;
  width: 58px;
  height: 53px;
  z-index: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.divider::before,
.divider::after {
  content: "";
  position: absolute;
  background: white;
  z-index: 1; /* make lines below the circle */
}

.divider::before {
  width: 1px;
  height: 100%;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
}

.divider::after {
  height: 1px;
  width: 100%;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.circle {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 16px;
  background: white;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2; /* above the lines */
}

.plus {
  color: #84282e;
  font-weight: 700;
  font-size: 14px;
  line-height: 1;
  z-index: 3;
  position: relative;
  margin-bottom: 2px;
}
.section-header {
  background-color: #f58220;
  padding: 10px 15px;
  border-radius: 15px 15px 0px 0px;
  color: white;
  font-size: 22px;
  font-weight: 800;
  margin-bottom: 0px;
}
.tobacco-radio-cont input.form-check-input {
  display: none !important;
}

.tobacco-radio-cont label {
  cursor: pointer;
  padding: 8px 16px;
  border-radius: 8px;
  border: 1px solid #ccc;
  transition: all 0.2s;
}

/* Target the label in the same parent div as the checked input */
.tobacco-radio-cont .radio-box:has(input:checked) label {
  background-color: #f58220;
  color: white;
  border-color: #f58220;
}
.custom-checkbox {
  width: 18px;
  height: 18px;
  appearance: none; /* Remove default checkbox */
  -webkit-appearance: none;
  background-color: #ffffff; /* Unchecked background */
  border: 2px solid #ccc;
  border-radius: 4px;
  cursor: pointer;
  position: relative;
}

/* Checked State */
.custom-checkbox:checked {
  background-color: #f15a22; /* Orange background */
  border-color: #f15a22;
}

/* White tick icon when checked */
.custom-checkbox:checked::after {
  content: "✓";
  color: #fff; /* White tick */
  font-size: 14px;
  position: absolute;
  left: 2px;
  top: -2px;
}

.home-loan-question {
  background-color: #f5f6ef;
  width: 100%;
  height: 317px;
  display: flex;
  flex-direction: row;
  padding: 30px 8%;
  gap: 95px;
}
.home-loan-header-text {
  color: #004a80;
  font-size: 24px;
  font-weight: bold;
  margin-top: 15px;
}
.home-loan-answer {
  color: #444444;
  font-size: 16px;
}
.home-loan-answer-br {
  margin-top: 10px;
}
.container-home-loan-question {
  display: flex;
  flex-direction: column;
}
.home-loan-image {
  height: 264px;
  width: 341px;
  margin-left: 10px;
}
.parent-container-term-insurance {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  margin: 20px 0px;
  margin-top: 60px;
}

.container-term-insurance {
  background-color: #fcf5ef;
  width: fit-content;
  height: auto; /* Changed from 568px to auto */
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 15px;
  flex-direction: column;
}

.calculate-term-header {
  color: #004a80;
  font-size: 24px;
  font-weight: bold;
  margin-top: 15px;
  align-self: center;
  text-align: center;
}

.calculate-term-body {
  padding: 20px 47px;
  position: relative; /* Added for absolute positioning */
}

.calculate-term-body-text {
  color: #444444;
  font-size: 16px;
  font-weight: normal;
  margin: 0px 50px;
}

.clac-term-subheader {
  color: #444444;
  font-size: 16px;
  font-weight: 500;
  align-self: center;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
}

.clac-first-step {
  width: 240px;
  height: 77px;
  background-color: #fcd7ba;
  border: 1px solid #e08940;
  border-radius: 12px;
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: center;
  padding-left: 11px;
  gap: 10px;
  cursor: pointer; /* Added */
  transition: all 0.3s ease; /* Added */
}

.clac-second-step {
  width: 240px;
  height: 77px;
  background-color: #f7f7f7;
  border: 1px solid #c7c7c7;
  border-radius: 12px;
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: center;
  padding-left: 11px;
  gap: 10px;
  cursor: pointer; /* Added */
  transition: all 0.3s ease; /* Added */
}

/* Active state for steps */
.step-box.active {
  background-color: #fcd7ba;
  border: 1px solid #e08940;
  transform: translateY(-5px);
}

.step-box:hover {
  transform: translateY(-3px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.steps-header {
  color: #ef8022;
  font-size: 10px;
}

.steps-header-text {
  color: #444444;
  font-size: 14px;
  font-weight: bold;
  width: 125px;
}

.steps-image {
  width: 50px;
  height: 50px;
}

.clac-term-mid-container {
  display: flex;
  flex-direction: row;
  gap: 30px;
  margin-top: 54px;
  flex-wrap: nowrap;
  justify-content: center;
  position: relative;
  justify-content: space-between;
}

/* Position between step 1 and 2 */
.steps-journey {
  position: absolute;
  left: 25%;
}

/* Position between step 2 and 3 */
.steps-journey-bottom {
  position: absolute;
  right: 25%;
}

/* Info Container with Triangle Arrow */
.info-container-wrapper {
  position: relative;
  margin-top: 35px;
  display: flex;
  justify-self: center;
  align-self: center;
}

.triangle-arrow {
  position: absolute;
  top: -25px; /* move up to match new height */
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-bottom: 25px solid #f5e6d3;
  transition: left 0.3s ease;
  z-index: 1;
}

/* Arrow positions for each step */
.triangle-arrow.step-1 {
  left: 10%;
}

.triangle-arrow.step-2 {
  left: calc(50% - 15px);
}

.triangle-arrow.step-3 {
  right: 10%;
  left: auto;
}

.info-container {
  background-color: #f8e6d7;
  border-radius: 12px;
  padding: 30px;
  position: relative;
  display: flex;
  flex-direction: row;
  gap: 46px;
}

.info-content-benefit {
  display: none;
}
.main-parent {
  width: 82%; /* or any width you want both containers to match */
  margin: 0 auto; /* centers everything */
}
.info-container img {
  width: 35px;
  height: 35px;
  flex-shrink: 0;
  align-self: center;
}

.info-content-benefit.active {
  display: block;
  animation: fadeIn 0.3s ease;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.info-text {
  color: #444444;
  font-size: 16px;
}

.info-highlight {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #8b3a00;
  font-size: 14px;
  font-style: italic;
}

.megaphone-icon {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}
.info-highlight-bottom {
  margin: 20px 0px;
  display: flex;
  justify-content: center;
  align-self: center;
}
.info-highlight-bottom span {
  color: #84282e;
  font-size: 16px;
  margin-left: 10px;
  font-style: italic;
}
.arrow-container {
  display: flex;
  justify-content: center; /* horizontal center */
  align-items: center; /* vertical center */ /* adjust as needed */
}

.arrow-loan {
  width: 35px; /* set desired width */
  height: 35px; /* set desired height */
  cursor: pointer;
}
.loan-factors-container {
  background-color: #f9eeee;
  border-radius: 20px;
  height: fit-content;
  padding: 30px;
  margin: 0 auto;
  font-family: "Mulish", sans-serif;
  margin-top: 60px;
}

.loan-header {
  color: #004a80;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}

.loan-desc {
  color: #444444;
  text-align: start;
  font-size: 16px;
  margin-bottom: 20px;
}
.loan-middel-conatiner {
  padding: 20px 60px;
}

.loan-content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.loan-icons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  max-width: 525px;
  margin: 0 auto;
  box-sizing: border-box;
}

.loan-icon {
  text-align: center;
  cursor: pointer;
  transition: all 0.3s ease;
}

.loan-icon img {
  width: 74px;
  height: 74px;
  background: #fff;
  border-radius: 50%;
  padding: 10px;
  border: 2px solid transparent;
}

.loan-icon.active img {
  border: 2px solid #ef8022;
  font-weight: bold;
}

.loan-icon h3 {
  margin-top: 10px;
  font-weight: normal;
  font-size: 16px;
  color: #444444;
  width: 175px;
}
.loan-icon.active h3 {
  font-weight: bold;
  color: #444444; /* Optional: highlight active text color */
}
.arrow-loan {
  width: 35px;
  margin: 10px;
  cursor: pointer;
}

.loan-info-card {
  background: #fff;
  border-radius: 20px;
  border: none;
  border-right: 3px solid #ef8022;
  border-bottom: 3px solid #ef8022;
  padding: 20px;
  width: 45%;
  position: relative;
  box-shadow: 0px 2px 10px #0000001a;
  display: flex;
  flex-direction: row;
  gap: 20px;
}

.loan-info-card h3 {
  color: #444444;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: bold;
}

.loan-info-card p {
  font-size: 14px;
  color: #444;
  line-height: 1.5;
}

.arrow {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}

.backward {
  left: 10px;
}

.forward {
  right: 10px;
}

.loan-info-content {
  display: none;
}
.loan-info-content p {
  border-top: 1px solid #ebebeb;
  padding-top: 5px;
}
.benefit-parentcontainer {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
}
.benefit-container {
  width: 1068px;
  height: 485px;
  background-color: #f1f2e9;
  border-radius: 20px;
}
.benefit-container h2 {
  color: #004a80;
  font-weight: bold;
  font-size: 24px;
  text-align: center;
  margin-top: 35px;
}
.benefit-mid-container {
  padding: 20px 80px;
}
.benefit-mid-container-text {
  font-size: 16px;
  color: #444444;
}
.benefit-steps {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
  position: relative;
  margin-top: 20px;
  gap: 20px;
}

.step-card {
  background: white;
  border-radius: 12px;
  padding: 20px 10px;
  width: 180px;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s ease;
  border: 2px solid transparent;
  position: relative;
  display: flex;
  flex-direction: column;
}
.step-card img {
  width: 35px;
  height: 35px;
  display: flex;
  align-self: center;
  justify-content: center;
}

.step-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 5px 15px rgba(0, 74, 128, 0.2);
}

.step-card.active {
  border-color: #8c9164;
  box-shadow: 0 5px 15px rgba(0, 74, 128, 0.3);
  border: 1px solid #8c9164;
  border-radius: 10px;
  background-color: #e8ead8;
  font-weight: bold;
}

.step-icon {
  font-size: 40px;
  margin-bottom: 10px;
}

.step-title {
  color: #444444;
  font-size: 16px;
}
.step-card.active .step-title {
  font-weight: bold;
}
.info-container-wrapper-benefit {
  position: relative;
  width: 100%;
}
.info-container-benefit {
  background-color: #ffffff;
  border-radius: 12px;
  padding: 10px;
  position: relative;
  display: flex;
  flex-direction: row;
  gap: 20px;
}
.triangle-arrow-benefit {
  position: absolute;
  top: -20px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 20px solid white;
  transition: left 0.3s ease;
  z-index: 1;
}

/* Arrow positions for each step */
.triangle-arrow-benefit.step-1 {
  left: 10%;
}

/* Move arrow for 2nd visible step */
.triangle-arrow-benefit.step-2 {
  left: 35%;
}
.triangle-arrow-benefit.step-3 {
  left: 60%;
}
.triangle-arrow-benefit.step-4 {
  right: 10%;
}
.financial-container {
  width: 100%;
  margin: 40px auto;
  background-color: #fff7f0;
  padding: 40px;
  font-family: "Inter", sans-serif;
  color: #333;
  border-radius: 12px;
}
.financial-mid-container {
  padding: 10px 106px;
}
.required-label::after {
  content: "*";
  color: red;
}

.financial-container h2 {
  text-align: center;
  color: #004a80;
  font-size: 24px;
  margin-bottom: 20px;
  font-weight: bold;
}

.financial-container .description {
  text-align: start;
  color: #444444;
  line-height: 1.6;
  font-size: 16px;
  margin-bottom: 24px;
}

.financial-content {
  display: flex;
  background-color: white;
  padding: 20px 0px;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 10px;
}

.left-panel {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
  margin-top: 30px;
  width: 497px;
}

.step-card-financial {
  font-weight: 500;
  color: #333;
  display: flex;
  align-items: center;
  transition: all 0.3s ease;
  border: none;
  font-size: 16px;
}
.header-conatiner {
  background-color: #fff;
  padding: 9px 20px;
  cursor: pointer;
  gap: 10px;
  display: flex;
  flex-direction: row;
  justify-content: space-between; /* places h3 left and img right */
  align-items: center; /* vertically centers both */
  width: 100%;
}
.benefit-header {
  display: flex;
  flex-direction: row;
  justify-content: space-between; /* places h3 left and img right */
  align-items: center; /* vertically centers both */
  width: 100%;
}

.downarrow {
  align-self: right;
  cursor: pointer;
}

/* Add bottom border to all except last */
.header-conatiner:not(:last-child) {
  border-bottom: 1px solid #ddd;
}

.step-card-financial .number {
  background-color: #f3f4ec;
  color: #333;
  font-weight: 600;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 8px;
  font-size: 16px;
}

.header-conatiner.active {
  background-color: #ae2a30;
  color: #fff;
  border-color: #c82c2c;
  font-weight: bold;
}
.header-conatiner.active .step-card-financial {
  color: #fff;
  font-weight: bold;
}

.step-card-financial .number {
  background-color: #f3f4ec;
  color: #c82c2c;
}

.right-panel {
  border-radius: 10px;
  padding: 20px 25px;
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: inset 0px 3px 6px #00000029, 0px 3px 6px #00000029;
  border-radius: 10px;
  width: 544px;
  margin-top: 10px;
  margin-bottom: 20px;
  height: 281px;
}

.info-content-financial {
  display: none;
}

.info-content-financial.active {
  display: block;
  margin-top: 10px;
}

.info-content-financial h3 {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #094b7f;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 12px;
}

.info-content-financial h3 span {
  background-color: #f3f4ec;
  color: #a33633;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 600;
}

.info-content-financial p {
  color: #555;
  line-height: 1.6;
  font-size: 16px;
}

.doc-id {
  margin-top: 25px;
  text-align: left;
  font-size: 14px;
  color: #444444;
  font-style: italic;
}
.whychooseicici {
  background-color: #eeefe2;
  padding: 30px 20px;
}
.key-ben-box-whyicici {
  background: #e7e8d9 0% 0% no-repeat padding-box;
  border-radius: 20px;
  width: 220px;
  height: 240px;
  padding: 15px;
}
.key-ben-img-whyicici {
  width: 48px;
  height: 48px;
  background-color: white;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.key-ben-img-whyicici img {
  width: 22px;
  height: 22px;
}
.claim-for-sure-container {
  background: #ef8024;
  border-radius: 0 20px 0 5px;
  width: 108px;
  height: 40px;
  display: flex;
  align-self: flex-end;
  justify-self: end;
  margin: -15px;
  cursor: pointer;
}
.claim-for-sure-container img {
  width: 88px;
  height: 20px;
  display: flex;
  align-self: center;
  justify-items: center;
  margin: auto;
}
.faq-mid-container {
  padding: 10px 20%;
}
.faq-item {
  background-color: white;
  padding: 10px 20px;
  border-radius: 20px;
  margin-bottom: 10px;
}
.home-loan-image-mobile {
  display: none;
}
.cal-mobile {
  display: none;
}

.term-insurance-mobile {
  display: none;
}
.loan-container-mobile,
.benefit-arrows-mobile,
.financial-content-mobile {
  display: none;
}
.whyicici-text {
  font-size: 22px;
  font-weight: bold;
  margin-top: 20px;
}
.whyicici-desc {
  margin-top: 30px;
  font-size: 16px;
}
.claims-for-sure-modal .modal-dialog {
  max-width: 950px;
  border-radius: 20px;
}

.claims-for-sure-modal .modal-content {
  border: none;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.25);
  background-color: #fff;
}

/* ===== Header ===== */
.claims-for-sure-modal .modal-header {
  border: none;
  background: transparent;
  padding: 0.5rem 1rem 0 0;
}

.claims-for-sure-modal .btn-close {
  background: #ccc
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='%23000' stroke-width='2' viewBox='0 0 24 24'%3E%3Cpath d='M6 6L18 18M6 18L18 6'/%3E%3C/svg%3E")
    center/60% no-repeat;
  border: none;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  opacity: 0.8;
  transition: 0.3s;
}
.claims-for-sure-modal .btn-close:hover {
  opacity: 1;
  background-color: #f2f2f2;
}

/* ===== Body Wrapper ===== */
.claims-for-sure-modal .modal-body-wrapper {
  padding: 20px 0px;
  background-color: #fff;
}

/* ===== Row 1 ===== */
.claims-for-sure-modal-row-1 {
  display: flex;
  align-items: center;
  gap: 30px;
  flex-wrap: wrap;
}

.claims-for-sure-modal-image-1 {
  width: 382px;
  max-width: 100%;
  object-fit: contain;
}

.claims-for-sure-modal-row-1-container {
  flex: 1;
}

.claims-for-sure-modal-button {
  display: inline-block;
  font-size: 22px;
  font-weight: 700;
  color: rgb(0, 0, 255);
  border: 2px solid #002b5c;
  border-radius: 8px;
  padding: 4px 14px;
  margin-bottom: 10px;
}

.claims-for-sure-modal-button-orange-text {
  color: #f46b1d;
}

.claims-for-sure-modal-text {
  font-size: 16px;
  color: rgb(74 74 74 / var(--tw-text-opacity));
  line-height: 1.6;
  max-width: 600px;
}

/* ===== Row 2 ===== */
.claims-for-sure-modal-row-2 {
  background-color: #fff4ec;
  border-radius: 10px;
  margin-top: 30px;
  padding: 25px;
}

.claims-for-sure-modal-row-2-title {
  font-weight: 700;
  text-align: center;
  color: #002b5c;
  font-size: 20px;
  margin-bottom: 25px;
}

.claims-for-sure-modal-row-2-container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
}

.claims-for-sure-modal-card {
  position: relative; /* important for absolute positioning of the image */
  background-color: #f46b1d;
  color: #fff;
  border-radius: 8px;
  width: 200px;
  text-align: center;
  padding: 40px 20px 20px; /* top padding increased for image overlap */
  margin-top: 40px; /* to create space for the floating image */
  transition: all 0.3s ease;
  overflow: visible; /* allow image to overflow outside the card */
}
.claims-for-sure-modal-card:hover {
  transform: translateY(-5px);
}

.claims-for-sure-modal-card-text {
  font-size: 14px;
  line-height: 1.4;
  margin-bottom: 10px;
  margin-top: 30px;
}

.claims-for-sure-modal-card-image {
  position: absolute;
  top: -25px; /* half out, half in */
  left: 50%;
  transform: translateX(-50%);
  width: 90px;
  height: 90px;
  background-color: white;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
  padding: 10px;
}

.claims-for-sure-modal-card-image img {
  width: 35px;
  height: 35px;
}

@media (max-width: 822px) {
  .custom-bg {
    width: 100%;
    height: auto;
    left: 0;
    right: 0;
    border-radius: 5px;
    position: relative;
  }
  .top-wrapper {
    width: 182px;
  }
  .pdt_name {
    font-size: 12px;
    font-weight: 600;
  }
  .lang-completeText {
    font-size: 21px;
    width: 100%;
  }
  .lang-completeText span {
    font: italic normal 800 25px/31px Mulish;
  }
  .content-wrapper-text {
    width: 250px;
  }
  .discount {
    width: 100%;
    height: auto;
  }
  .content-wrapper {
    padding-top: 0px;
    margin-bottom: 0;
    display: flex;
    justify-content: space-between;
  }
  .save-money-box {
    width: 100%;
  }
  .home-loan-question {
    display: flex;
    flex-direction: column;
    padding: 10px;
    height: auto;
  }
  .container-home-loan-question {
    gap: 20px;
  }
  .home-loan-header-text {
    font-size: 18px;
    margin: auto;
    text-align: center;
  }
  .home-loan-answer {
    font-size: 14px;
  }
  .home-loan-image-mobile {
    width: 233px;
    height: 180px;
    display: block;
    margin: auto;
  }
  .home-loan-image {
    display: none;
  }
  .dic-icon {
    width: 20px;
    height: 20px;
    padding: 10px;
    align-self: center;
  }
  .dic-icon img {
    width: 12px;
    height: 15px;
  }
  .discount-list {
    gap: 10px;
  }
  .container-term-insurance {
    width: 100%;
    padding-bottom: 0px;
  }
  .discount-header-text {
    font: normal normal bold 14px/50px Mulish;
  }
  .calculate-term-body-text {
    font-size: 14px;
    margin: 0px 0px;
  }
  .steps-journey {
    display: none;
  }
  .steps-journey-bottom {
    display: none;
  }
  .clac-term-mid-container {
    display: none;
  }
  .info-container-wrapper {
    display: none;
  }
  .parent {
    display: none;
  }
  .calculate-term-header {
    font-size: 18px;
    margin: 10px 20px;
    text-align: center;
  }
  .calculate-term-body {
    padding: 10px 20px;
  }
  .clac-term-subheader {
    text-align: start;
    font-weight: bold;
  }
  .term-insurance-mobile {
    display: flex;
    flex-direction: column;
    gap: 12px;
  }

  .term-insurance-mobile-step {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 12px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    transition: all 0.3s ease;
    cursor: pointer;
  }

  .step-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 16px;
    background-color: #f7f7f7;
  }

  .step-header-left {
    display: flex;
    align-items: center;
    gap: 10px;
  }

  .term-insurance-mobile-image {
    width: 32px;
    height: 32px;
  }

  .mobile-steps-header {
    font-size: 12px;
    color: #b02a30;
    font-weight: 600;
  }

  .mobile-steps-header-text {
    font-size: 14px;
    color: #333;
    font-weight: 500;
  }

  .arrow-icon {
    font-size: 18px;
    color: #ef8024;
    transition: transform 0.3s ease;
  }

  .term-insurance-mobile-text {
    display: none;
    font-size: 14px;
    line-height: 1.5;
    color: #444444;
    padding: 16px;
  }

  .term-insurance-mobile-step.active {
    background: #f8e6d7;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 10px;
  }
  .term-insurance-mobile-step.active .step-header {
    background: #fcd7ba;
    border: 1px solid #e08940;
    border-radius: 10px;
  }
  .term-insurance-mobile-step.active .mobile-steps-header-text {
    font-weight: bold;
  }

  .term-insurance-mobile-step.active .term-insurance-mobile-text {
    display: block;
  }

  .term-insurance-mobile-step.active .arrow-icon {
    transform: rotate(270deg);
  }
  .cal-mobile {
    display: block;
  }
  .loan-factors-container {
    height: auto;
    padding: 20px 10px;
  }
  .loan-header {
    font-size: 18px;
  }
  .loan-middel-conatiner {
    display: none;
  }
  .loan-container-mobile {
    padding: 0px 16px;
    background: #f9eeee;
    border-radius: 16px;
    text-align: center;
    display: block;
  }

  .loan-icons-wrapper-mobile {
    display: flex;
    overflow-x: auto;
    gap: 12px;
    padding: 10px 0;
    scroll-behavior: smooth;
  }

  /* Hide scrollbar */
  .loan-icons-wrapper-mobile::-webkit-scrollbar {
    display: none;
  }
  .loan-icons-wrapper-mobile {
    -ms-overflow-style: none;
    scrollbar-width: none;
  }

  .loan-icon-mobile {
    flex: 0 0 auto;
    min-width: 100px;
    box-shadow: 0px 3px 6px #00000029;
    background: #f2f2f2;
    border-radius: 40px;
    padding: 10px;
    text-align: center;
    cursor: pointer;
    transition: 0.3s;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 8px;
  }

  .loan-icon-mobile.active {
    background: #fdeee2;
    border: 1px solid #e1853c;
  }

  .loan-icon-mobile img {
    width: 22px;
    height: 22px;
  }
  .loan-img-wrapper {
    background-color: white;
    padding: 5px;
    border-radius: 50%;
  }
  .loan-icon-mobile h3 {
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    margin: 0 auto;
    width: 100%;
  }

  .loan-info-mobile {
    position: relative;
    margin-top: 15px;
    background: #fff;
    border: 1px solid #ef8024;
    border-radius: 12px;
    padding: 16px;
    padding-bottom: 20px; /* space for arrows */
  }
  .loan-divider {
    width: 100%;
    height: 1px;
    background-color: #ebebeb;
    margin: 10px 0px;
  }

  .loan-desc-mobile {
    display: none;
    text-align: left;
  }

  .loan-desc-mobile h3 {
    color: #444444;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 8px;
  }
  .loan-desc-mobile p {
    color: #444444;
    font-size: 14px;
    font-weight: regular;
  }

  /* Arrow container (bottom center) */
  .loan-arrows-mobile {
    margin-top: 15px;
  }
  .arraow-loan-mobile {
    margin-right: 18px;
    opacity: 1 !important;
  }

  .arrow-mobile {
    width: 30px;
    height: 30px;
    cursor: pointer;
  }

  .benefit-container {
    width: 100%;
    height: auto;
    padding: 20px;
  }
  .benefit-container h2 {
    font-size: 18px;
    margin-top: 10px;
    margin-right: 10px;
  }
  .benefit-mid-container {
    padding: 10px;
  }
  .benefit-mid-container-text {
    font-size: 14px;
  }
  .benefit-steps {
    display: flex;
    overflow-x: auto;
    gap: 12px;
    padding: 10px 0;
    scroll-behavior: smooth;
  }
  .benefit-steps::-webkit-scrollbar {
    display: none;
  }
  .benefit-steps {
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .step-card {
    flex: 0 0 auto;
    width: 145px;
    padding: 3px;
    text-align: center;
    cursor: pointer;
    transition: 0.3s;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 8px;
    background-color: #f7f7f7;
  }
  .step-title {
    text-align: start;
    font-size: 14px;
  }
  .step-card.active .step-title {
    font-weight: bold;
  }
  #backward-arrow-benefit,
  #forward-arrow-benefit {
    display: none;
  }
  .benefit-arrows-mobile {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 15px;
    gap: 10px;
  }
  .triangle-arrow-benefit.step-1 {
    left: 10%;
  }

  /* Move arrow for 2nd visible step */
  .triangle-arrow-benefit.step-2 {
    left: 35%;
  }
  .triangle-arrow-benefit.step-3 {
    left: 60%;
  }
  .triangle-arrow-benefit.step-4 {
    right: 10%;
  }
  .financial-mid-container {
    padding: 10px 5px;
  }
  .financial-container {
    padding: 20px 12px;
    margin: 20px auto;
  }
  .financial-container h2 {
    font-size: 18px;
    margin-bottom: 0px;
    margin-top: 25px;
  }
  .description {
    font-size: 14px !important;
  }
  .financial-content {
    display: none;
  }
  .financial-content-mobile {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 10px;
  }

  .step-card-financial-mobile {
    border-radius: 8px;
    background-color: #ae2a30;
    overflow: hidden;
    transition: all 0.3s ease;
    box-shadow: inset 0px 3px 6px #00000029, 0px 3px 6px #00000029;
    border-radius: 5px;
  }

  .step-card-financial-mobile h3 {
    font-size: 14px;
    font-weight: 600;
    margin: 0;
    padding: 5px 10px;
    background-color: #ae2a30;
    color: white;
    display: flex;
    align-items: center;
    cursor: pointer;
  }

  .step-card-financial-mobile h3 span {
    background-color: #f3f4ec;
    color: #a33633;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    margin-right: 10px;
  }
  .doc-id {
    font-size: 12px;
    margin-bottom: 0px;
  }

  .info-content-financial-mobile {
    display: none;
    padding: 12px 15px;
    background-color: #fff;
    color: #444;
    font-size: 14px;
    line-height: 1.5;
  }

  .step-card-financial-mobile.active .info-content-financial-mobile {
    display: block;
  }

  .step-card-financial-mobile.active h3 {
    background-color: #ae2a30;
    color: #fff;
  }

  .step-card-financial-mobile.active h3 span {
    background-color: #f3f4ec;
    color: #a33633;
    border-radius: 50%;
    width: 35px;
    height: 35px;
  }
  .info-highlight-bottom span {
    font-size: 14px;
    font-style: italic;
  }
  .title-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between; /* Push arrow to the end */
    font-size: 15px;
    font-weight: 600;
    padding: 12px 15px;
    cursor: pointer;
    width: 100%;
    box-sizing: border-box;
  }

  .title-wrap span {
    color: white;
    border-radius: 50%;
    width: 22px;
    height: 22px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    margin-right: 10px;
  }
  .arrow-financial-mobile {
    flex-shrink: 0;
    margin-left: auto;
    transition: transform 0.3s ease;
  }
  /* Rotate Arrow */
  .step-card-financial-mobile.active .arrow-financial-mobile {
    transform: rotate(90deg);
  }
  .key-benefits-box .row {
    display: flex;
    flex-wrap: nowrap; /* horizontal scroll */
    overflow-x: auto;
    overflow-y: hidden;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    gap: 12px;
    padding-bottom: 10px;
  }

  /* Hide scrollbar (cross-browser) */
  .key-benefits-box .row::-webkit-scrollbar {
    display: none;
  }
  .key-benefits-box .row {
    -ms-overflow-style: none;
    scrollbar-width: none;
  }

  /* ✅ Each box fixed width */
  .key-benefits-box .col-xs-12 {
    flex: 0 0 220px; /* fixed card width */
    max-width: 220px;
  }

  .key-benefits-box .swiper-slide.boxborder {
    width: 100%;
    height: auto;
  }

  /* Optional: make images smaller and centered */
  .key-ben-img img {
    width: 80px;
    height: auto;
    margin: 0 auto;
    display: block;
  }

  .key-ben-box h3,
  .key-ben-box h4 {
    font-size: 14px;
    text-align: start;
  }
  .top-divider {
    border: none;
    border-top: 1px solid #ccc;
  }

  .key-ben-box p {
    font-size: 12px;
    text-align: center;
  }
  .key-ben-box {
    min-height: 330px !important;
    padding: 0px 10px !important;
  }
  .performance-snapshot {
    display: flex;
    flex-direction: row;
  }
  .key-ben-box-whyicici {
    width: 45%;
    margin-top: 20px;
    height: 195px;
    padding: 15px 9px;
  }
  .whyicici-text {
    font-size: 20px;
  }
  .whyicici-desc {
    font-size: 14px;
    margin-top: 10px;
  }
  .claim-for-sure-container {
    width: 90px;
    height: 30px;
  }
  .claim-for-sure-container img {
    width: 70px;
  }
  .faq-head {
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 10px;
    font-size: 18px;
  }
  .faq-mid-container {
    padding: 0px 10px;
  }
  .faq-item {
    border-radius: 10px;
    margin: 10px;
  }
  .ac-label {
    border-bottom: none !important;
  }
  .ac-label h3 {
    font-size: 14px !important;
    font-weight: 600 !important;
  }
  .lead-input-section {
    padding: 10px;
    background-color: #ffffff;
  }
  .cal-mobile {
    margin-bottom: 20px;
  }
  .parent-container-term-insurance,
  .loan-factors-container,
  .benefit-parentcontainer,
  .hdn-big {
    margin-top: 18px;
    margin-bottom: 10px;
  }

  .whychooseicici {
    padding: 10px;
    border-radius: 10px;
  }
  .section {
    margin-bottom: 0px;
  }
  .claims-for-sure-modal-row-1 {
    flex-direction: column;
    align-items: flex-start;
  }
  .claims-for-sure-modal-image-1 {
    margin: 0 auto;
  }
  .claims-for-sure-modal-row-1-container {
    text-align: center;
  }
  .claims-for-sure-modal-button {
    font-size: 22px;
  }
  .claims-for-sure-modal-text {
    text-align: center;
    max-width: 100%;
  }
  .claims-for-sure-modal-card {
    width: 100%;
  }
}

@media screen and (max-width: 1020px) {
  #ipsRedirectionModalSig .redirectModal-ribbon {
    margin-bottom: 35px;
  }

  #ipsRedirectionModalSig .redirectModal-image {
    margin-bottom: 20px;
  }

  #ipsRedirectionModalSig .redirectModalImageRibbon {
    width: 280px;
    max-height: 70px;
    height: 70px;
  }

  #ipsRedirectionModalSig .redirectModalProductImage {
    width: 170px;
    height: 101px;
  }

  #ipsRedirectionModalSig .redirectModalHeader {
    height: 50px;
  }

  #ipsRedirectionModalSig .redirectModal-title {
    padding: 0 34px;
    font-size: 14px;
  }

  #ipsRedirectionModalSig .redirectModal-btn {
    width: 217px;
    height: 39px;
  }

  #ipsRedirectionModalSigNeg .redirectModal-btn {
    width: 217px;
    height: 39px;
  }

  #ipsRedirectionModalSigNeg .redirectModal-ribbon {
    margin-bottom: 35px;
  }

  #ipsRedirectionModalSigNeg .redirectModal-image {
    margin-bottom: 20px;
  }

  #ipsRedirectionModalSigNeg .redirectModalImageRibbon {
    width: 280px;
    max-height: 70px;
    height: 70px;
  }

  #ipsRedirectionModalSigNeg .redirectModalProductImage {
    width: 170px;
    height: 101px;
  }

  #ipsRedirectionModalSigNeg .redirectModalHeader {
    height: 50px;
  }

  #ipsRedirectionModalSigNeg .redirectModal-title {
    padding: 0 34px;
    font-size: 14px;
  }

  #ipsRedirectionModalIprop .redirectModal-btn {
    width: 147px;
    height: 39px;
    font-size: 15px;
  }

  #ipsRedirectionModalPnG .redirectModal-btn {
    margin-bottom: 55px;
    width: 147px;
    height: 39px;
  }

  #ipsRedirectionModalPnG .redirectModal-ribbon {
    margin-bottom: 26px;
  }

  #ipsRedirectionModalPnG .redirectModal-image {
    margin-bottom: 0;
  }

  #ipsRedirectionModalPnG .redirectModalImageRibbon {
    max-height: 68px;
    height: 68px;
    width: 295px;
  }

  #ipsRedirectionModalPnG .redirectModal-title {
    font-size: 17px;
  }

  #ipsRedirectionModalPnG .redirectModalProductImage {
    width: 237px;
    max-height: 80px;
    height: 100%;
  }

  #ipsRedirectionModalIprop .redirectModal-image {
    margin-bottom: 27px;
  }

  #ipsRedirectionModalIprop .redirectModalImageRibbon {
    width: 266px;
    max-height: 60px;
    height: 60px;
  }

  #ipsRedirectionModalIprop .redirectModal-ribbon > div {
    margin-bottom: 4px;
    font: normal normal bold 12px/15px Mulish;
  }

  #ipsRedirectionModalIprop .redirectModalProductImage {
    width: 186px;
    height: 114px;
  }

  #ipsRedirectionModalIprop .redirection-subtitle {
    width: auto;
    font: normal normal 600 14px / normal Mulish;
    margin-bottom: 15px;
    padding: 0 23px;
    color: #434343;
  }

  #ipsRedirectionModalIprop .redirectModal-title {
    font-size: 17px;
    padding: 0 15px;
    height: 75px;
    font: normal normal bold 17px/26px Mulish;
  }

  .redirectModalContainer {
    width: 302px;
  }

  .redirectModalHeader-headerText {
    text-align: center;
    padding: 0 14px;
  }

  .redirectModalHeader {
    height: 67px;
  }

  .redirectModal-title {
    padding: 0 30px;
    box-sizing: border-box;
    text-align: center;
    font-size: 15px;
  }

  .redirectModalPlanLink {
    text-decoration: none;
    color: #fff;
  }

  .redirectModalProductImage {
    width: 237px;
    height: 114px;
  }

  .redirectModal-btn {
    margin-bottom: 45px;
  }

  .redirectModal-image {
    margin-bottom: 17px;
  }
}
