.mb-5x {
  margin-bottom: 5px;
}
.mb-10 {
  margin-bottom: 10px;
}
.mb-15 {
  margin-bottom: 15px;
}
.mb-20 {
  margin-bottom: 20px;
}
.mb-30 {
  margin-bottom: 30px;
}
.mt-10 {
  margin-top: 10px;
}
.mt-15 {
  margin-top: 15px;
}
.mt-20 {
  margin-top: 20px;
}
.mt-30 {
  margin-top: 30px;
}
.mrgt-5 {
  margin-right: 5px;
}
.mr-10 {
  margin-right: 10px;
}
.flex,
.d-flex {
  display: flex;
  justify-content: space-between;
}
.pt-lg-4,
.pt-4 {
  padding-bottom: 1.5rem !important;
}
.pt-3,
.py-3 {
  padding-top: 1rem !important;
}
.d-none {
  display: none !important;
}
.modal-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #5e7791;
}
.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}
.modal-backdrop.in {
  opacity: 1 !important;
}
/* 1.0=-=-=-=-=-=-= Lead Form Style =-=-=-=-=-=-= */
.form-field {
  height: 35px;
}
.inpdate:disabled {
  border: 0.947481px solid #e6e6e6;
  box-shadow: 0px 2px 12px 0px #9999991f;
  border-radius: 10px;
  font-size: 14px;
  outline: none;
  padding: 0.375rem 0.15rem;
  opacity: 1;
  background-color: #e9ecef;
}
.form-group .error-box-color {
  background: #fff5ee;
  border: 1px solid #e06336;
  border-radius: 10px;
}
.form-check-input:checked {
  background-color: #e06336;
  border-color: #e7873c;
}
.lead-form-content {
  overflow: hidden;
}
.cmn-label {
  font-size: 14px;
  font-weight: 400;
  color: #444444;
}
.hd-txt {
  opacity: 0.8;
}
/* .radio-box {
	margin-right: 0px;
	padding: 3px 6px;
} */
input[type="radio"],
input[type="checkbox"] {
  position: absolute;
  opacity: 0;
}
.radio-box label {
  padding: 5px 25px;
  height: 37px;
  background: #ffffff;
  border: 0.95px solid #e5e5e5;
  box-shadow: 0px 2px 12px rgba(153, 153, 153, 0.12);
  border-radius: 10px;
  font-weight: 400;
  font-size: 14px;
  line-height: 25px;
  text-align: center;
  color: #444444;
  cursor: pointer;
}
.radio-box input:checked + label {
  border: 1.2px solid #e7873c;
  font-weight: bold;
  background-image: none;
}
/* .gender-radio-cont .radio-box label:before,
.tobacco-radio-cont .radio-box label:before {
  content: "";
  width: 14px;
  height: 14px;
  background-color: #eceff1;
  border-radius: 50%;
  position: absolute;
  left: 10px;
  top: 34%;
} */
.gender-radio-cont .radio-box input:checked + label:before,
.tobacco-radio-cont .radio-box input:checked + label:before,
.two-radio-cont .radio-box input:checked + label:before {
  background: linear-gradient(148.14deg, #e7873c -26.15%, #e06336 105.14%);
}
/* .gender-radio-cont .radio-box input:checked + label:after,
.tobacco-radio-cont .radio-box input:checked + label:after,
.two-radio-cont .radio-box input:checked + label:after {
  border: solid #ffffff;
  border-width: 0 1px 1px 0;
  top: 39%;
  left: 15px;
  width: 4px;
  height: 8px;
  content: "";
  display: block;
  position: absolute;
  transform: rotate(45deg);
} */
.income-radio-cont .radio-box label,
.income-radio-cont .radio-box label:before {
  content: none;
  padding: 5px 3px;
}
.income-radio-cont .radio-box input:checked + label:after {
  border: 0px;
}
.input-field,
.input-field:focus {
  background-color: #ffffff;
  /* border: 0.947481px solid #E6E6E6; */
  box-shadow: 0px 2px 12px 0px #9999991f;
  border-radius: 5px;
  font-size: 14px;
  outline: none;
  color: #495057;
  font-style: normal;
  font-weight: normal;
}

.form-control:focus,
.form-check-input:focus {
  outline: none;
  border-color: #e6e6e6;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.grp-emp-txt {
  text-decoration-line: underline;
  font-weight: 600;
  font-size: 10px;
}
.grp-emp-applied {
  color: #a33635;
  font-weight: 600;
}
/* .ndnc-text-cont input {
	border: 1px solid #D6D6D6;
	border-radius: 2px;
	height: 18px;
	width: 18px;
	position: absolute;
	opacity: 1;
} */
.ndnc-text-cont label {
  position: relative;
  padding: 0px 7px;
  color: #444444;
  line-height: 10px;
  font-size: 8px;
  cursor: pointer;
}

/* Default checkbox box */
.ndnc-text-cont label:before {
  content: "";
  width: 18px;
  height: 18px;
  background-color: #ffffff;
  border: 0.7px solid #d6d6d6;
  border-radius: 2px;
  position: absolute;
  left: -20px;
  top: 0;
  cursor: pointer;
}

/* Change BOX COLOR when checked */
.ndnc-text-cont input:checked + label:before {
  background-color: #f15a22; /* Orange box */
  border-color: #f15a22;
}

/* Create white tick */
.ndnc-text-cont input:checked + label:after {
  content: "";
  display: block;
  width: 5px;
  height: 10px;
  position: absolute;
  left: -13px;
  top: 3px;

  border: solid #ffffff; /* WHITE tick */
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.form-element-error {
  float: right;
  position: relative;
  right: 15px;
  display: none;
  margin-top: 0;
}
.age_by_dob {
  font-size: 12px;
  line-height: 14px;
  position: absolute;
  display: inline-block;
  letter-spacing: 0em;
  color: #c6c6c6;
  top: 60%;
  margin: 1%;
  right: 12px;
  font-style: italic;
  font-weight: 400;
}
.input-field::-webkit-input-placeholder,
.input-field::-moz-placeholder,
.input-field::placeholder {
  color: #dedede;
  opacity: 0.9;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 17px;
  letter-spacing: 0em;
  text-shadow: 0px 4px 12px 0px #0000001f;
}
input[name="mobileno"]::placeholder,
input[name="emailid"]::placeholder,
input[name="user_dob"]::placeholder {
  color: #dedede;
  opacity: 0.9;
}
.dsk-fg {
  position: relative;
}
.desk-tooltip {
  background: #ffffff;
  padding: 5px;
  font-size: 12px;
  line-height: 16px;
  color: #444444;
  top: 0;
  border-radius: 7px;
  left: 140px;
  width: 148px;
  z-index: 3;
  box-shadow: 0 2px 10px rgb(0 0 0 / 25%);
  position: absolute;
  border: 1px solid #c1c1c1;
}
.tobacco-tool {
  left: 170px;
}
.dob-adderror {
  font-size: 11px;
  width: 50%;
}
.form-container-frst {
  display: flex;
  -webkit-transition: all 0.8s ease-in-out;
  -moz-transition: all 0.8s ease-in-out;
  -o-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
}
.lead-form-container {
  min-width: 100%;
  padding: 0px 20px;
  background-color: white;
  border-bottom-left-radius: 22px;
  border-bottom-right-radius: 22px;
}
.lead-form-container-mobile {
  min-width: 100%;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.bk-to-lead span {
  font-size: 12px;
}
.scnd-premium {
  margin-top: 25%;
}
.occ-radio-cont .radio-box label,
.two-radio-cont .radio-box label {
  padding: 5px 0;
  font-size: 12px;
}
.cityList select.form-control:not([size]):not([multiple]) {
  width: 100%;
  background-image: url(/content/icici-prudential-life-insurance/term-insurance-plans/assets_iPS_new/images/drop-down.svg);
  background-repeat: no-repeat;
  background-position: calc(100% - 10px);
}
/* new-lead-form */
.new-lead-form .form-element-error {
  float: left;
  right: 0;
}
.new-lead-form .tobacco-radio-cont .radio-box label {
  border-radius: 10px 0px 0px 10px;
  width: 78px;
}
.new-lead-form .tobacco-radio-cont .radio-box label.tobacco-label-2 {
  border-radius: 0px 10px 10px 0px;
}
.new-lead-form .AnnualIncomeSelect .dropdown-content,
.new-lead-form select.form-control:not([size]):not([multiple]) {
  background-image: url(/content/icici-prudential-life-insurance/term-insurance-plans/new_ExpBuy/assets_appform/images/down-arrow.png);
  background-repeat: no-repeat;
  background-position: calc(100% - 10px);
  /* width: 160px; */
  text-overflow: ellipsis;
  padding-right: 20px;
  background-size: 8px 4px;
}
.new-lead-form .cityList select.form-control:not([size]):not([multiple]) {
  width: 100%;
}
.new-lead-form .radio-box label {
  height: 35px;
  padding: 2px 0px;
}
.new-lead-form .tobacco-radio-cont .radio-box label:before {
  top: 23%;
}
.new-lead-form .tobacco-radio-cont .radio-box input:checked + label:after,
.new-lead-form .two-radio-cont .radio-box input:checked + label:after {
  top: 30%;
}
.new-lead-form .cmn-label {
  font-size: 12px;
  margin-bottom: 2%;
}
.new-lead-form .width-all {
  width: 100%;
}
.new-lead-form .width-adjust {
  width: 50%;
}
.new-lead-form .desk-hg {
  max-height: 78px;
}
.new-lead-form .age_by_dob {
  top: 55%;
}
.new-lead-form .dob-adderror {
  width: 100%;
}
/* new-lead-form */
.grp-emp-txt {
  text-decoration-line: underline;
  font-weight: 600;
  font-size: 10px;
  color: #444444;
}

.ips_logo_replace img {
  width: 44px;
}

@media screen and (max-width: 767px) {
  .ips_logo_replace img {
    width: 37px;
  }
}

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}
.cont-top-container .cont-right {
  left: 30px;
  top: 0px;
}
.lead-form-content-new {
  position: relative;
}
/* bk */
.dobb {
  width: 100%;
}
.dobb_desk {
  width: 172px !important;
}
.dob-adderror {
  font-size: 11px;
  line-height: 11px;
  width: 50%;
}
.lead-form-btn,
.lead-form-btn:focus {
  width: 80%;
  border-radius: 33px;
  height: 45px;
}
/* =-=-=-=-=-=-= Lead Form Style End =-=-=-=-=-=-= */
/* small android mode */
@media (max-width: 360px) {
  .lead-form-content {
    padding-left: 13px;
    padding-right: 13px;
  }
}
/* ipad potrait mode */
@media (min-width: 768px) and (max-width: 1025px) {
  .header-cont {
    padding: 2% 0%;
  }
  .lead-form-content {
    margin: 20px !important;
  }
  .key-ben-box {
    min-width: 220px !important;
    min-height: 430px !important;
  }
  .col-xs-12 {
    margin-right: 8px;
  }
  .performance-snapshot {
    gap: 30px;
    margin: 0px 10px;
  }
}
@media (min-width: 900px) and (max-width: 1200px) {
  .cont-top-container {
    gap: 140px;
  }
  .home-loan-question {
    padding: 30px 2%;
    gap: 0px;
    margin-top: 8%;
  }
  .loan-middel-conatiner {
    padding: 20px 0px;
  }
  .loan-icons {
    max-width: 400px;
    margin: 0;
  }
  .loan-info-card {
    width: 55%;
  }
  .loan-factors-container {
    height: fit-content;
  }
  .benefit-container {
    height: fit-content;
  }
  .cont-top-container .cont-right {
    top: 30px;
  }
  .info-container {
    gap: 20px;
  }
}

@media (min-width: 1200px) and (max-width: 1500px) {
  .home-loan-question {
    padding: 30px 38px;
  }
  .lead-form-content-new {
    top: 0px;
  }
}
@media all and (max-width: 1430px) {
  .closingIMG {
    top: 90px !important;
  }
}
@media (min-width: 1200px) and (max-width: 1400px) {
  .cont-right {
    top: 30px !important;
  }
  .home-loan-question {
    padding: 30px 38px;
    margin-top: 8%;
    gap: 30px;
  }
}
@media (min-width: 900px) and (max-width: 1440px) {
  .financial-mid-container {
    padding: 10px 0;
  }
}

@media (min-width: 822px) and (max-width: 1025px) {
  .home-loan-question {
    padding: 20px;
    gap: 10px;
  }
  .loan-middel-conatiner {
    padding: 20px;
  }
  .loan-info-card {
    width: 100%;
  }
  .loan-icons {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
  }
  .key-ben-box-whyicici {
    width: 200px;
  }
  .lead-form-content-new {
    left: 90px;
  }
  .faq-mid-container {
    padding: 10px 10%;
  }
  .cont-top-container {
    gap: 20px;
  }
  .custom-bg {
    width: 550px;
  }
  .discount {
    width: 550px;
  }
  .save-money-box {
    width: 550px;
  }
  .lead-form-content-new {
    left: 65px;
  }
  .benefit-mid-container {
    padding: 10px 80px;
  }
  .image-section {
    margin-right: 0;
  }
}

/* Button Close */
@media (max-width: 992px) {
  .modal-header .btn-close {
    width: 28px;
    height: 28px;
  }
}

@media (min-width: 1020px) {
  .gender-radio-cont .form-check-inline {
    margin-right: 5%;
    max-width: calc(86% / 3);
  }
  .occ-radio-cont .form-check-inline {
    margin-right: 2%;
    max-width: calc(95% / 3);
  }
  .lead-form-content {
    border: 1px solid #b02a30;
    box-sizing: border-box;
    box-shadow: 0px 4px 25px rgb(169 169 169 / 12%);
    border-radius: 22px;
    min-height: 533px;
    width: 395px; /*newform*/
    /* overflow: hidden; */
    overflow: initial;
  }
  .AnnualIncomeSelect .dropdown-content,
  select.form-control:not([size]):not([multiple]) {
    background-image: url(/content/icici-prudential-life-insurance/term-insurance-plans/assets_iPS_new/images/drop-down.svg);
    background-repeat: no-repeat;
    background-position: calc(100% - 10px);
    width: 173px;
    height: 35px;
  }
  .cityList select.form-control:not([size]):not([multiple]) {
    width: 100%;
  }
  .lead-form-btn,
  .lead-form-btn:focus {
    padding: 0% 1%;
    font-size: 14px;
    background: linear-gradient(90.55deg, #e7873c 16.06%, #e06336 81.41%);
    height: 50px;
    width: 327px;
    box-shadow: 0px 1.0035336017608643px 6.0212016105651855px 0px #5e5b5b40;
    border: 1px solid #e5e5e5;
    border-radius: 50px;
    margin: 10px;
  }
  .calc-prem-btn {
    padding: 0% 1%;
    font-size: 14px;
    background: linear-gradient(110.45deg, #e06336 36.42%, #a33635 88.85%);
    border-radius: 77.9762px;
    height: 55px;
    width: 131px;
    position: fixed;
    bottom: 0px;
    right: 0px;
  }
  .cmn-label {
    font-size: 16px;
    /* line-height: 19px; */
    color: #4a4a4a;
  }
  .error {
    color: #a33635;
    width: 100%;
  }
  .grp-emp-txt {
    font-size: 12px;
  }
  .ndnc-text-cont label {
    line-height: 12px;
    font-size: 9px;
    padding: 0px 7px;
  }
  .lead-input-section {
    width: 362px;
    background-color: #ffffff;
  }
  .radio-box label {
    height: 32px;
    padding: 3px 25px;
    border: 0.68px solid #e5e5e5;
    box-shadow: 0px 1.432013750076294px 8.592082977294922px 0px #9999991f;
  }
  /* .gender-radio-cont .radio-box label:before,
  .tobacco-radio-cont .radio-box label:before {
    height: 14px;
    width: 14px;
    left: 7px;
    top: 26%;
  }
  .gender-radio-cont .radio-box input:checked + label:after,
  .tobacco-radio-cont .radio-box input:checked + label:after {
    border-width: 0 2px 2px 0;
    top: 10px;
    left: 12px;
    width: 4px;
    height: 8px;
  } */
  /*newform*/
  .lead-form-container {
    min-width: auto;
  }
  .scnd-premium {
    margin-top: 10%;
  }
  .occ-radio-cont .radio-box label,
  .two-radio-cont .radio-box label {
    padding: 3px 0;
    font-size: 14px;
  }
  .bk-to-frst img {
    height: 24px;
    width: 24px;
    cursor: pointer;
  }
  #calc_cityautocomplete-list {
    border: 1px solid #d4d4d5;
    border-bottom: none;
    border-top: none;
    z-index: 99;
    top: 100%;
    left: 0;
    right: 0;
    position: absolute;
    width: 100%;
    margin-top: 20px;
  }
  #calc_cityautocomplete-list.autocomplete-items div {
    padding: 5px;
    cursor: pointer;
    background-color: #fff;
    border-bottom: 1px solid #d4d4d4;
    font-size: 14px;
  }
  /*newform*/
  /* new-lead-form */
  .new-lead-form .tobacco-radio-cont .radio-box label {
    width: 80px;
  }
  .new-lead-form .cmn-label {
    font-size: 14px;
    margin-bottom: 3px;
  }
  .new-lead-form .desk-hg {
    max-height: 80px;
  }
  .new-lead-form {
    font-size: 18px;
  }
  .new-lead-form .age_by_dob {
    top: 55%;
  }
  .new-lead-form .tobacco-tool {
    left: 80%;
  }
  .new-lead-form .mobile-tool {
    left: 70%;
  }
  .new-lead-form .annual-tool {
    left: 65%;
  }
  .new-lead-form .AnnualIncomeSelect .dropdown-content,
  .new-lead-form select.form-control:not([size]):not([multiple]) {
    width: 172px;
    text-overflow: ellipsis;
  }
  .new-lead-form .radio-box label {
    padding: 5px 0px;
  }
  .new-lead-form .tobacco-radio-cont .radio-box label:before {
    top: 30%;
  }
  .new-lead-form .tobacco-radio-cont .radio-box input:checked + label:after,
  .new-lead-form .two-radio-cont .radio-box input:checked + label:after {
    top: 36%;
  }
  /* new-lead-form */
}
@media (min-width: 992px) {
  .modal .modal-content {
    padding: 10px 0px !important;
  }
}
