li,
ul {
  padding: 0;
  margin: 0;
}

li,
ul {
  padding: 0;
  margin: 0;
}

.lgpp {
  margin-bottom: 30px;
}

.bannertermredirect {
  cursor: pointer !important;
}

#policybazaar {
  padding: 0;
  width: 100%;
}
@media (max-width: 980px) {
  #policybazaar {
    padding: 0 0px;
    width: 100%;
  }
}

@media (max-width: 980px) {
  .product-article-wrapper {
    padding: 0 16px;
  }
}
.home-loan-caclualtor-container {
  width: 1170px;
  margin: 0 auto;
}
@media screen and (max-width: 980px) {
  .home-loan-caclualtor-container {
    padding: 0 16px;
    width: 100%;
  }
}

.term-pillers-hub-widget {
  border-radius: 8px;
  background: rgba(0, 101, 255, 0.05);
  padding: 16px;
  display: flex;
  margin-bottom: 30px;
  width: 100%;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .term-pillers-hub-widget {
    flex-direction: column;
    padding: 8px;
    max-width: 100%;
  }
}
.term-pillers-hub-widget .heading-tab-list {
  display: flex;
  flex-direction: column;
  width: 31%;
  padding-left: 8px;
  height: 280px;
  overflow-y: scroll;
}

@media screen and (max-width: 767px) {
  .term-pillers-hub-widget .heading-tab-list {
    width: 100%;
    padding: 0;
    height: auto;
    overflow: initial;
  }
}
.term-pillers-hub-widget .heading-tab-list .heading {
  color: var(--text-89, rgba(37, 56, 88, 0.89));
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-top: 16px;
}

@media screen and (max-width: 767px) {
  .term-pillers-hub-widget .heading-tab-list .heading {
    margin: 20px auto 0;
    text-align: center;
  }
}
.term-pillers-hub-widget .heading-tab-list .tab {
  display: flex;
  flex-direction: column;
  box-shadow: none;
  width: 81%;
  margin: 16px 0 0;
}

@media screen and (max-width: 767px) {
  .term-pillers-hub-widget .heading-tab-list .tab {
    overflow-x: scroll;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: row;
    margin-bottom: 16px;
    width: 100%;
  }
  .term-pillers-hub-widget .heading-tab-list .tab::-webkit-scrollbar {
    display: none;
  }
}
.term-pillers-hub-widget .heading-tab-list .tab .tab-links {
  border-radius: 8px;
  border: 0;
  background: 0 0;
  width: 100%;
  height: 51px;
  text-align: left;
  padding: 0 8px;
  margin: 8px 0 0;
  color: #0065ff;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .term-pillers-hub-widget .heading-tab-list .tab .tab-links {
    flex-shrink: 0;
    padding: 16px;
    width: auto;
    height: auto;
    background: rgba(0, 101, 255, 0.05);
    margin: 0 4px 0 0;
  }
}
.term-pillers-hub-widget .heading-tab-list .tab .tab-links.active {
  background: #0065ff;
  color: #fff;
}

.term-pillers-hub-widget .tab-content-section {
  width: 69%;
  border-radius: 6px;
  background: rgba(0, 101, 255, 0.05);
  padding: 16px 16px 4px;
}

@media screen and (max-width: 767px) {
  .term-pillers-hub-widget .tab-content-section {
    width: 100%;
    padding: 16px 8px 4px;
  }
}
.term-pillers-hub-widget .tab-content-section .tab-content {
  display: none;
  height: auto;
  overflow-y: scroll;
  max-height: 400px;
}

.term-pillers-hub-widget .tab-content-section .tab-content.active {
  display: block;
}

.term-pillers-hub-widget .tab-content-section .tab-content::-webkit-scrollbar {
  display: none;
}

.term-pillers-hub-widget .tab-content-section .tab-content .link-list {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}

.term-pillers-hub-widget .tab-content-section .tab-content .link-list .link {
  border-radius: 8px;
  background: #fff;
  padding: 16px 17px;
  margin: 0 8px 12px 0;
  width: 32%;
  text-align: center;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .term-pillers-hub-widget .tab-content-section .tab-content .link-list .link {
    height: 64px;
  }
}
.term-pillers-hub-widget .tab-content-section .tab-content .link-list .link a {
  color: #000;
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  display: block;
}

.term-pillers-hub-widget .tab-content-section .tab-content .link-list .link:nth-of-type(3n) {
  margin-right: 0;
}

@media screen and (max-width: 767px) {
  .term-pillers-hub-widget .tab-content-section .tab-content .link-list .link {
    width: 48.5%;
    padding: 16px 8px;
  }
  .term-pillers-hub-widget .tab-content-section .tab-content .link-list .link:nth-of-type(3n) {
    margin-right: 8px;
  }
  .term-pillers-hub-widget .tab-content-section .tab-content .link-list .link:nth-of-type(2n) {
    margin-right: 0;
  }
}
.ensure-your-family-keep-the-home-not-burden {
  position: relative;
  cursor: pointer;
}
.ensure-your-family-keep-the-home-not-burden img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.calculate-premium-using-hlic, .insurance-premium-effefted {
  position: relative;
}
.calculate-premium-using-hlic .heading_h2, .calculate-premium-using-hlic h2, .insurance-premium-effefted .heading_h2, .insurance-premium-effefted h2 {
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
  padding: 0px 0 0px;
  margin: 0;
  text-align: left;
}
@media (max-width: 767px) {
  .calculate-premium-using-hlic .heading_h2, .calculate-premium-using-hlic h2, .insurance-premium-effefted .heading_h2, .insurance-premium-effefted h2 {
    font-size: 20px;
    line-height: 30px;
  }
}
.calculate-premium-using-hlic .paragraphBu, .insurance-premium-effefted .paragraphBu {
  font-size: 16px;
  line-height: 30px;
  margin: 15px 0;
  color: rgb(37, 56, 88);
}
.calculate-premium-using-hlic .number-list, .insurance-premium-effefted .number-list {
  list-style: none;
  padding: 40px 0 0 0;
  margin: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .calculate-premium-using-hlic .number-list, .insurance-premium-effefted .number-list {
    flex-direction: column;
    padding: 0px 0 0 0;
  }
}
.calculate-premium-using-hlic .number-list li, .insurance-premium-effefted .number-list li {
  font-size: 14px;
  line-height: 24px;
  color: #253858;
  margin: 8px 0 26px 0;
  position: relative;
  padding-left: 50px;
  width: 46%;
}
@media (max-width: 767px) {
  .calculate-premium-using-hlic .number-list li, .insurance-premium-effefted .number-list li {
    width: 100%;
    margin: 8px 0 6px 0;
  }
}
.calculate-premium-using-hlic .number-list li span, .insurance-premium-effefted .number-list li span {
  background-color: #0065ff;
  color: #fff;
  padding: 4px 8px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0;
}
.calculate-premium-using-hlic .number-list li strong, .insurance-premium-effefted .number-list li strong {
  font-weight: 600;
}
.calculate-premium-using-hlic .number-list li .content, .insurance-premium-effefted .number-list li .content {
  font-size: 14px;
  line-height: 24px;
  color: #253858;
  font-weight: 400;
  margin: 8px 0 26px 0;
}
@media (max-width: 767px) {
  .calculate-premium-using-hlic .number-list li .content, .insurance-premium-effefted .number-list li .content {
    margin: 8px 0 6px 0;
  }
}
.calculate-premium-using-hlic .note, .insurance-premium-effefted .note {
  margin: 20px 0;
  font-size: 14px;
  line-height: 24px;
  color: #253858;
  font-weight: 400;
}

.home-loan-emi-calculator {
  position: relative;
  margin: 60px 0;
}
.home-loan-emi-calculator .heading_h2, .home-loan-emi-calculator h2 {
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
  padding: 0px 0 0px;
  margin: 0;
  text-align: left;
}
@media (max-width: 767px) {
  .home-loan-emi-calculator .heading_h2, .home-loan-emi-calculator h2 {
    font-size: 20px;
    line-height: 30px;
  }
}
.home-loan-emi-calculator .paragraphBu {
  font-size: 16px;
  line-height: 30px;
  margin: 15px 0;
  color: rgb(37, 56, 88);
}

.home-loan-insurance-calculator {
  position: relative;
}
@media (max-width: 980px) {
  .home-loan-insurance-calculator {
    padding: 0 16px;
    margin-top: 40px;
  }
}
.home-loan-insurance-calculator .hw_calculator {
  width: 1170px;
  margin: 20px auto;
  min-height: 400px;
  background: #fff;
  border: 1px solid rgba(0, 101, 255, 0.5);
  border-radius: 10px;
  padding: 10px;
  display: flex;
  flex-direction: row;
}
@media (max-width: 980px) {
  .home-loan-insurance-calculator .hw_calculator {
    width: 100%;
    flex-direction: column;
    padding: 0;
  }
}
.home-loan-insurance-calculator .hw_calculator .hw_left {
  width: 45%;
  background: rgba(0, 101, 255, 0.05);
  border-radius: 10px 0px 0px 10px;
  padding: 35px 35px 10px;
}
@media (max-width: 980px) {
  .home-loan-insurance-calculator .hw_calculator .hw_left {
    width: 100%;
    border-radius: 10px 10px 0 0;
    padding: 16px;
  }
}
.home-loan-insurance-calculator .hw_calculator .hw_right {
  width: 55%;
  border-radius: 0px 10px 10px 0px;
  background: rgba(0, 101, 255, 0.1);
  display: flex;
  align-items: center;
  padding: 10px;
}
@media (max-width: 980px) {
  .home-loan-insurance-calculator .hw_calculator .hw_right {
    width: 100%;
    border-radius: 0 0 10px 10px;
  }
}
.home-loan-insurance-calculator .hw_calculator .hw_right .info-item {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.home-loan-insurance-calculator .hw_calculator .hw_right .info-item .info-item-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 10px;
}
@media (max-width: 568px) {
  .home-loan-insurance-calculator .hw_calculator .hw_right .info-item .info-item-title {
    gap: 12px;
  }
}
.home-loan-insurance-calculator .hw_calculator .hw_right .info-item .info-item-icon {
  width: 200px;
  height: 200px;
  display: flex;
  align-items: center;
  transition: all 0.3s ease;
}
@media (max-width: 768px) {
  .home-loan-insurance-calculator .hw_calculator .hw_right .info-item .info-item-icon {
    width: 100px;
    height: 100px;
    padding: 16px;
  }
}
@media (max-width: 568px) {
  .home-loan-insurance-calculator .hw_calculator .hw_right .info-item .info-item-icon {
    width: 80px;
    height: 80px;
    padding: 12px;
  }
}
.home-loan-insurance-calculator .hw_calculator .hw_right .info-item .info-item-icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.home-loan-insurance-calculator .hw_calculator .hw_right .info-item .info-item-title-text {
  font-size: 24px;
  font-weight: 700;
  color: #253858;
  line-height: 32px;
  display: block;
}
@media (max-width: 768px) {
  .home-loan-insurance-calculator .hw_calculator .hw_right .info-item .info-item-title-text {
    font-size: 20px;
    line-height: 28px;
  }
}
@media (max-width: 568px) {
  .home-loan-insurance-calculator .hw_calculator .hw_right .info-item .info-item-title-text {
    font-size: 18px;
    line-height: 26px;
  }
}
.home-loan-insurance-calculator .hw_calculator .hw_right .info-item .info-item-title-content {
  font-size: 16px;
  font-weight: 400;
  color: rgba(37, 56, 88, 0.8);
  line-height: 26px;
  display: block;
  max-width: 80%;
}
@media (max-width: 768px) {
  .home-loan-insurance-calculator .hw_calculator .hw_right .info-item .info-item-title-content {
    font-size: 15px;
    line-height: 24px;
  }
}
@media (max-width: 568px) {
  .home-loan-insurance-calculator .hw_calculator .hw_right .info-item .info-item-title-content {
    font-size: 14px;
    line-height: 22px;
  }
}
.home-loan-insurance-calculator .hw_calculator .hw_right .results-container {
  display: flex;
  flex-direction: column;
  width: 100%;
  background: #fff;
  border-radius: 10px;
  padding: 20px;
}
.home-loan-insurance-calculator .hw_calculator .hw_right .result-header {
  padding: 12px 4px 32px;
  text-align: left;
  position: relative;
}
@media (max-width: 568px) {
  .home-loan-insurance-calculator .hw_calculator .hw_right .result-header {
    padding: 12px 4px 32px;
  }
}
.home-loan-insurance-calculator .hw_calculator .hw_right .result-header .result-title {
  font-size: 16px;
  font-weight: 600;
  color: #253858;
  margin: 0 0 8px 0;
}
@media (max-width: 568px) {
  .home-loan-insurance-calculator .hw_calculator .hw_right .result-header .result-title {
    font-size: 12px;
  }
}
.home-loan-insurance-calculator .hw_calculator .hw_right .result-header .result-amount {
  font-size: 38px;
  font-weight: 700;
  color: #253858;
  line-height: 1.2;
  margin-bottom: 12px;
}
@media (max-width: 768px) {
  .home-loan-insurance-calculator .hw_calculator .hw_right .result-header .result-amount {
    font-size: 40px;
  }
}
@media (max-width: 568px) {
  .home-loan-insurance-calculator .hw_calculator .hw_right .result-header .result-amount {
    font-size: 36px;
  }
}
.home-loan-insurance-calculator .hw_calculator .hw_right .result-header .result-premium {
  font-size: 16px;
  font-weight: 500;
  color: #36B37E;
  margin-bottom: 0;
}
@media (max-width: 568px) {
  .home-loan-insurance-calculator .hw_calculator .hw_right .result-header .result-premium {
    font-size: 14px;
  }
}
.home-loan-insurance-calculator .hw_calculator .hw_right .result-header .result-premium .price {
  font-weight: 700;
  color: #36B37E;
}
.home-loan-insurance-calculator .hw_calculator .hw_right .result-header .result-icon {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 120px;
  height: 120px;
}
@media (max-width: 768px) {
  .home-loan-insurance-calculator .hw_calculator .hw_right .result-header .result-icon {
    width: 60px;
    height: 60px;
    top: 20px;
    right: 20px;
  }
}
@media (max-width: 568px) {
  .home-loan-insurance-calculator .hw_calculator .hw_right .result-header .result-icon {
    width: 70px;
    height: 70px;
    top: 6px;
    right: -4px;
  }
}
.home-loan-insurance-calculator .hw_calculator .hw_right .result-header .result-icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.home-loan-insurance-calculator .hw_calculator .hw_right .calculation-details {
  padding: 18px;
  flex: 1;
  background: rgb(255, 245, 228);
  border-radius: 12px;
}
@media (max-width: 568px) {
  .home-loan-insurance-calculator .hw_calculator .hw_right .calculation-details {
    padding: 20px;
  }
}
.home-loan-insurance-calculator .hw_calculator .hw_right .calculation-details .details-title {
  font-size: 18px;
  font-weight: 600;
  color: #253858;
  margin: 0 0 20px 0;
}
@media (max-width: 568px) {
  .home-loan-insurance-calculator .hw_calculator .hw_right .calculation-details .details-title {
    font-size: 16px;
    margin-bottom: 16px;
  }
}
.home-loan-insurance-calculator .hw_calculator .hw_right .calculation-details .calculation-step {
  margin-bottom: 12px;
}
.home-loan-insurance-calculator .hw_calculator .hw_right .calculation-details .calculation-step:last-child {
  margin-bottom: 0;
}
@media (max-width: 568px) {
  .home-loan-insurance-calculator .hw_calculator .hw_right .calculation-details .calculation-step {
    margin-bottom: 20px;
  }
}
.home-loan-insurance-calculator .hw_calculator .hw_right .calculation-details .calculation-step .step-header {
  margin-bottom: 8px;
}
.home-loan-insurance-calculator .hw_calculator .hw_right .calculation-details .calculation-step .step-header .step-label {
  font-size: 14px;
  font-weight: 600;
  color: #253858;
  display: block;
}
@media (max-width: 568px) {
  .home-loan-insurance-calculator .hw_calculator .hw_right .calculation-details .calculation-step .step-header .step-label {
    font-size: 13px;
  }
}
.home-loan-insurance-calculator .hw_calculator .hw_right .calculation-details .calculation-step .step-content {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding-left: 0;
}
.home-loan-insurance-calculator .hw_calculator .hw_right .calculation-details .calculation-step .step-content span {
  font-size: 14px;
  line-height: 22px;
  color: rgba(37, 56, 88, 0.8);
}
@media (max-width: 568px) {
  .home-loan-insurance-calculator .hw_calculator .hw_right .calculation-details .calculation-step .step-content span {
    font-size: 13px;
    line-height: 20px;
  }
}
.home-loan-insurance-calculator .hw_calculator .hw_right .calculation-details .calculation-step .step-content span strong {
  font-weight: 600;
  color: #253858;
}
.home-loan-insurance-calculator .hw_calculator .hw_right .calculation-details .calculation-step .step-content .emi-amount,
.home-loan-insurance-calculator .hw_calculator .hw_right .calculation-details .calculation-step .step-content .balance-amount {
  font-size: 14px;
  font-weight: 500;
  color: #253858;
  margin-bottom: 2px;
}
.home-loan-insurance-calculator .hw_calculator .hw_right .result-actions {
  padding: 0;
  background: #fff;
  justify-content: center;
  text-align: center;
}
@media (max-width: 568px) {
  .home-loan-insurance-calculator .hw_calculator .hw_right .result-actions {
    padding: 16px 20px 20px;
  }
}
.home-loan-insurance-calculator .hw_calculator .hw_right .result-actions .view-plans-btn {
  width: 60%;
  background: #0065ff;
  color: #fff;
  border: none;
  padding: 14px;
  border-radius: 8px;
  font-size: 18px;
  font-weight: 500;
  cursor: pointer;
  margin: 20px 0;
}
@media (max-width: 568px) {
  .home-loan-insurance-calculator .hw_calculator .hw_right .result-actions .view-plans-btn {
    padding: 14px;
    font-size: 16px;
  }
}
.home-loan-insurance-calculator .hw_calculator.lhs {
  width: 100%;
  max-width: 760px;
  margin: 0 auto;
}
.home-loan-insurance-calculator .hw_calculator.lhs .hw_left {
  width: 55%;
  width: 55%;
  padding: 24px 20px 0px;
}
.home-loan-insurance-calculator .hw_calculator.lhs .hw_left .flexblock .label {
  font-size: 15px;
  font-weight: 700;
}
.home-loan-insurance-calculator .hw_calculator.lhs .hw_left .flexblock .label.large {
  font-size: 15px;
  font-weight: 700;
}
.home-loan-insurance-calculator .hw_calculator.lhs .hw_left .flexblock .feildInput {
  width: 100px;
  font-size: 12px;
}
.home-loan-insurance-calculator .hw_calculator.lhs .hw_left .flexblock .feildInput.large {
  width: 180px;
}
.home-loan-insurance-calculator .hw_calculator.lhs .hw_right {
  width: 45%;
}
.home-loan-insurance-calculator .hw_calculator.lhs .hw_right .results-container {
  padding: 12px;
}
.home-loan-insurance-calculator .hw_calculator.lhs .hw_right .result-icon {
  display: none;
}
.home-loan-insurance-calculator .hw_calculator.lhs .hw_right .result-header {
  text-align: center;
}
.home-loan-insurance-calculator .hw_calculator.lhs .hw_right .result-amount {
  margin-bottom: 6px;
}
.home-loan-insurance-calculator .hw_calculator.lhs .hw_right .calculation-details {
  padding: 12px 10px;
}
.home-loan-insurance-calculator .hw_calculator.lhs .hw_right .result-actions .view-plans-btn {
  margin-bottom: 0px;
}
.home-loan-insurance-calculator .feildWrapper {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-top: 50px;
}
.home-loan-insurance-calculator .flexblock {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.home-loan-insurance-calculator .flexblock.gap-30 {
  margin-bottom: 30px;
  flex-direction: row;
  align-items: center;
  gap: 10px;
}
@media (max-width: 980px) {
  .home-loan-insurance-calculator .flexblock.gap-30 {
    flex-direction: column;
    align-items: flex-start;
  }
  .home-loan-insurance-calculator .flexblock.gap-30 .wrapper {
    width: 100%;
  }
  .home-loan-insurance-calculator .flexblock.gap-30 .wrapper input {
    width: 100%;
  }
}
.home-loan-insurance-calculator .flexblock.with-range {
  flex-direction: column;
  gap: 12px;
}
.home-loan-insurance-calculator .flexblock .flexblock-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.home-loan-insurance-calculator .flexblock .label {
  font-size: 14px;
  font-weight: 600;
  color: #253858;
}
.home-loan-insurance-calculator .flexblock .label.large {
  font-size: 18px;
  font-weight: 500;
}
@media (max-width: 568px) {
  .home-loan-insurance-calculator .flexblock .label.large {
    font-size: 14px;
    font-weight: 500;
    margin-top: 20px;
  }
}
.home-loan-insurance-calculator .flexblock .wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
}
.home-loan-insurance-calculator .flexblock .label-value {
  position: absolute;
  right: 5px;
  top: 7px;
  font-size: 11px;
  font-weight: 500;
  color: #0065ff;
  background: rgba(0, 101, 255, 0.1);
  padding: 5px 10px;
  border-radius: 4px;
}
.home-loan-insurance-calculator .flexblock .error {
  font-size: 10px;
  position: absolute;
  bottom: -16px;
  color: #f00;
}
.home-loan-insurance-calculator .flexblock .feildInput {
  border: 1px solid rgba(37, 56, 88, 0.3);
  padding: 10px;
  border-radius: 8px;
  font-size: 14px;
  color: #253858;
  font-weight: 500;
  width: 150px;
}
.home-loan-insurance-calculator .flexblock .feildInput.large {
  width: 250px;
}
.home-loan-insurance-calculator .flexblock .calculate-button {
  width: 100%;
  background: #0065ff;
  color: #fff;
  border: none;
  padding: 14px;
  border-radius: 8px;
  font-size: 18px;
  font-weight: 500;
  cursor: pointer;
  margin: 20px 0;
}
.home-loan-insurance-calculator .slider-wrapper {
  margin-bottom: 24px;
  width: 100%;
}
.home-loan-insurance-calculator .slider-wrapper .slider {
  -webkit-appearance: none;
  width: 100%;
  height: 6px;
  border-radius: 5px;
  background: linear-gradient(to right, #0065ff 0%, #0065ff var(--slider-percent, 100%), #E0E0E0 var(--slider-percent, 100%), #E0E0E0 100%);
  outline: none;
  transition: all 0.3s ease;
}
.home-loan-insurance-calculator .slider-wrapper .slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #0065ff;
  cursor: pointer;
  box-shadow: 0 2px 6px rgba(0, 101, 255, 0.4);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.home-loan-insurance-calculator .slider-wrapper .slider::-webkit-slider-thumb:hover {
  transform: scale(1.2);
  box-shadow: 0 4px 12px rgba(0, 101, 255, 0.6);
}
.home-loan-insurance-calculator .slider-wrapper .slider::-moz-range-thumb {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #0065ff;
  cursor: pointer;
  border: none;
  box-shadow: 0 2px 6px rgba(0, 101, 255, 0.4);
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.home-loan-insurance-calculator .slider-wrapper .slider::-moz-range-thumb:hover {
  transform: scale(1.2);
  box-shadow: 0 4px 12px rgba(0, 101, 255, 0.6);
}
.home-loan-insurance-calculator .slider-wrapper .slider:active::-webkit-slider-thumb {
  transform: scale(1.3);
}
.home-loan-insurance-calculator .slider-wrapper .slider:active::-moz-range-thumb {
  transform: scale(1.3);
}
.home-loan-insurance-calculator .slider-wrapper .slider-range-labels {
  display: flex;
  justify-content: space-between;
  margin-top: 8px;
  font-size: 12px;
  color: rgba(37, 56, 88, 0.6);
}

@media (max-width: 980px) {
  .breadcrumbinner .breadcrumb {
    padding: 0px 16px;
  }
}
.homeloan-lead-form {
  border-radius: 12px;
  border: 1px solid #9eb4ff;
  background: #fff;
  box-shadow: 0 4px 18px 0 rgba(0, 0, 0, 0.16);
  padding: 20px 20px 10px;
  width: 1170px;
  margin: 50px auto 30px;
  min-height: 120px;
  position: relative;
}
@media (max-width: 980px) {
  .homeloan-lead-form {
    padding: 0px 16px;
  }
}
@media (max-width: 767px) {
  .homeloan-lead-form {
    width: 100%;
    margin: 0px auto 30px;
  }
}
.homeloan-lead-form:before {
  content: "";
  position: absolute;
  top: -25px;
  left: -2px;
  width: 240px;
  height: 42px;
  background: url(../../images/bu/term/lowets-price-g.png) no-repeat bottom center;
  background-size: contain;
}
.homeloan-lead-form .form-heading {
  padding: 20px 0 0;
}
@media (max-width: 767px) {
  .homeloan-lead-form .form-heading {
    padding: 30px 0 0;
  }
}
.homeloan-lead-form .sub-title {
  font-size: 24px;
  font-weight: 600;
}
@media (max-width: 767px) {
  .homeloan-lead-form .sub-title {
    font-size: 20px;
    line-height: 25px;
  }
}

.hl-calculator-form {
  border-radius: 12px;
  border: 1px solid #d3d7de;
  background: #fff;
  /* box-shadow: 0 4px 18px 0 rgba(0, 0, 0, 0.16); */
  padding: 20px 20px 10px;
  width: 1170px;
  margin: 0 auto;
  min-height: 120px;
  position: relative;
}
.hl-calculator-form .headingText {
  position: relative;
}
.hl-calculator-form .headingText .mediumtext {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.016em;
  color: #253859;
  margin-bottom: 15px;
}
.hl-calculator-form .headingText .mediumtext .highlight {
  color: #0a811d;
}
.hl-calculator-form .whatapp-and-tnc {
  display: flex;
  justify-content: space-between;
  position: relative;
}
@media (max-width: 767px) {
  .hl-calculator-form .whatapp-and-tnc {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
  }
}
.hl-calculator-form .whatapp-and-tnc .termCondition {
  font-size: 10px;
  color: #7a7a7a;
  letter-spacing: 0;
  line-height: 12px;
  position: relative;
  bottom: 3px;
  text-align: left;
  margin: 0;
}
@media (max-width: 767px) {
  .hl-calculator-form .whatapp-and-tnc .termCondition {
    text-align: center;
    width: 100%;
    bottom: -10px;
  }
}
.hl-calculator-form .whatapp-and-tnc .form-whatsapp {
  font-size: 10px;
  text-align: center;
  color: #757575;
  position: absolute;
  right: 3%;
  top: -30px;
}
@media (max-width: 767px) {
  .hl-calculator-form .whatapp-and-tnc .form-whatsapp {
    position: relative;
    right: 0;
    top: 0;
    margin-top: 0px;
  }
}
.hl-calculator-form .whatapp-and-tnc .form-whatsapp i.icon {
  background: url(../../images/bu/investment/whatapp-gray.svg) no-repeat 0 0;
  background-size: cover;
  margin-right: 3px;
  margin-bottom: 2px;
  vertical-align: middle;
  width: 14px;
  height: 14px;
  display: inline-block;
}
.hl-calculator-form .whatapp-and-tnc .form-whatsapp .switch {
  position: relative;
  display: inline-block;
  width: 27px;
  height: 14px;
  vertical-align: middle;
  margin-left: 5px;
}
.hl-calculator-form .whatapp-and-tnc .form-whatsapp .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.hl-calculator-form .whatapp-and-tnc .form-whatsapp .switch:checked + .slider {
  background: #0065ff !important;
}
.hl-calculator-form .whatapp-and-tnc .form-whatsapp .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  transition: 0.4s;
}
.hl-calculator-form .whatapp-and-tnc .form-whatsapp .slider.round {
  border-radius: 34px;
}
.hl-calculator-form .whatapp-and-tnc .form-whatsapp .slider:before {
  position: absolute;
  content: "";
  height: 10px;
  width: 10px;
  left: 4px;
  bottom: 2px;
  background-color: #fff;
  transition: 0.4s;
}
.hl-calculator-form .whatapp-and-tnc .info-secure {
  color: #818181;
  font-size: 11px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  display: none;
}

.form-whatsapp input:checked + .slider {
  background: #0065ff !important;
}

.certificate-in-row {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-top: 35px;
  gap: 20px;
}
.certificate-in-row .certificate-img {
  width: 370px;
  margin: 0px !important;
}
@media (max-width: 767px) {
  .certificate-in-row {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin: 0;
  }
}
.certificate-in-row .form-whatsapp {
  margin-top: 0px !important;
}
@media (max-width: 767px) {
  .certificate-in-row .form-whatsapp {
    margin-bottom: 20px !important;
  }
}

.inputradio {
  display: flex;
  width: 240px;
  margin: 20px 0 20px;
}
.inputradio .radio-btn {
  display: flex;
  align-items: center;
  width: 68px;
  justify-content: space-between;
}
.inputradio .radio-btn:first-child {
  margin-right: 15px;
}
.inputradio .radio-btn [type=radio]:checked,
.inputradio .radio-btn [type=radio]:not(:checked) {
  position: absolute;
  left: -9999px;
}
.inputradio .radio-btn [type=radio]:checked + label,
.inputradio .radio-btn [type=radio]:not(:checked) + label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: #253858;
  font-weight: 400;
  font-size: 16px;
}
.inputradio .radio-btn [type=radio]:checked + label:before,
.inputradio .radio-btn [type=radio]:not(:checked) + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  border: 1px solid #0065ff;
  border-radius: 100%;
  background: #fff;
}
.inputradio .radio-btn [type=radio]:checked + label:after,
.inputradio .radio-btn [type=radio]:not(:checked) + label:after {
  content: "";
  width: 12px;
  height: 12px;
  background: #0065ff;
  position: absolute;
  top: 3px;
  left: 3px;
  border-radius: 100%;
  transition: all 0.2s ease;
}
.inputradio .radio-btn [type=radio]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}
.inputradio .radio-btn [type=radio]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}

/*term Lead Form*/
.form-term {
  display: flex;
  width: 100%;
  flex-direction: column;
  padding: 0 10px;
  box-sizing: border-box;
}
.form-term .feild-in-row {
  display: flex;
  flex-direction: row;
  gap: 6px;
}
@media (max-width: 767px) {
  .form-term .feild-in-row {
    flex-direction: column;
  }
}
.form-term .feild-in-row .input_field {
  width: 24%;
}
@media (max-width: 767px) {
  .form-term .feild-in-row .input_field {
    width: 100%;
  }
}
.form-term .feild-in-row .updateMobileFeild {
  width: 28%;
}
@media (max-width: 767px) {
  .form-term .feild-in-row .updateMobileFeild {
    width: 100%;
  }
}
.form-term .feild-in-row .loadingDiv {
  width: 22%;
}
@media (max-width: 767px) {
  .form-term .feild-in-row .loadingDiv {
    width: 100%;
  }
}
.form-term .fieldWrapper {
  position: relative;
}
@media (max-width: 568px) {
  .form-term .fieldWrapper {
    margin: 10px 0 6px;
  }
}
.form-term .fieldWrapper#person_name input {
  padding-left: 50px;
}
.form-term .fieldWrapper#person_name:before {
  content: "";
  background: url("../../images/bu/term/fi_user.png") no-repeat 0px 0px;
  width: 20px;
  height: 20px;
  position: absolute;
  background-size: contain;
  top: 50%;
  transform: translate(15px, -50%);
}
.form-term .fieldWrapper#dates input {
  padding-left: 50px;
}
.form-term .fieldWrapper#dates:before {
  content: "";
  background: url("../../images/bu/term/fi_dates.png") no-repeat 0px 0px;
  width: 20px;
  height: 20px;
  position: absolute;
  background-size: contain;
  top: 50%;
  transform: translate(15px, -50%);
}
.form-term .fieldWrapper.error {
  font-size: 11px;
}
.form-term .fieldWrapper.error .err {
  color: rgb(255, 0, 0);
  font-weight: 600;
  position: absolute;
}
@media (max-width: 568px) {
  .form-term .fieldWrapper.error .err {
    font-size: 11px;
    margin: 0;
    color: rgb(255, 0, 0);
    font-weight: 600;
    position: absolute;
  }
}
.form-term .fieldWrapper .formInput {
  position: relative;
}
.form-term .fieldWrapper .formInput .ageyears {
  display: block;
  position: absolute;
  top: 9px;
  right: 10px;
  font-size: 14px;
  color: #0165ff;
  font-weight: 500;
  background: rgba(1, 101, 255, 0.1);
  padding: 5px 15px;
  box-sizing: border-box;
  border-radius: 5px;
  text-transform: capitalize;
}
.form-term input,
.form-term select {
  padding: 13px 18px;
  border: 1px solid rgba(37, 56, 88, 0.4);
  border-radius: 8px;
  font-size: 16px;
  background: none;
  -webkit-appreance: none;
  outline: none;
  width: 100%;
  height: 44px;
  padding-left: 50px;
  font-weight: 400;
}
.form-term input.error,
.form-term select.error {
  border: 1px solid rgb(255, 0, 0);
}
@media (max-width: 568px) {
  .form-term input,
  .form-term select {
    padding: 10px 22px 10px 18px;
  }
}
.form-term select.active {
  font-size: 0;
  min-height: 30px;
  min-width: 70px;
}
.form-term #countryDisplayName {
  position: absolute;
  top: 47%;
  left: 16px;
  max-width: 46px;
  font-size: 16px;
  overflow: hidden;
  pointer-events: none;
  transform: translate(0px, -50%);
  text-align: left;
}
.form-term select.active option {
  font-size: 16px;
}
.form-term .feildLable {
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  position: relative;
  left: auto;
  background: #fff;
  top: auto;
  padding: 0;
  letter-spacing: 0;
  color: rgba(37, 56, 88, 0.7019607843);
  display: block;
  pointer-events: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 52px;
  transition: all 0.2s ease-in;
}
.form-term .mobilefirst {
  position: relative;
}
.form-term .mobilefirst .formInput {
  display: flex;
  justify-content: space-between;
  border: none;
  border-radius: 8px;
  font-size: 14px;
  position: relative;
}
.form-term .mobilefirst .formInput input,
.form-term .mobilefirst .formInput select {
  border: none;
  height: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  height: 44px;
}
.form-term .mobilefirst .formInput select {
  width: 90px;
  padding: 10px 30px 13px 16px;
  background: url("../../images/bu/term/arrrow-img.svg") no-repeat 0 0;
  background-repeat: no-repeat;
  background-position: 86% 22px;
  background-size: 10%;
  width: 100%;
  height: 44px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.form-term .mobilefirst .formInput select option {
  width: 70px;
  text-overflow: ellipsis;
  overflow: hidden;
}
@media (max-width: 568px) {
  .form-term .mobilefirst .formInput select {
    padding: 11px 28px 10px 18px;
  }
}
.form-term .mobilefirst .formInput .col4 {
  width: 110px;
  border: 1px solid rgba(37, 56, 88, 0.4);
  border-radius: 8px;
  margin-right: 16px;
}
.form-term .mobilefirst .formInput .code-number {
  display: flex;
  border: 1px solid rgba(37, 56, 88, 0.4);
  border-radius: 8px;
  width: calc(100% - 110px);
  align-items: center;
  padding-left: 12px;
}
.form-term .mobilefirst .formInput .code-number.error {
  border: 1px solid rgb(255, 0, 0);
}
.form-term .mobilefirst .formInput .code-number .cCode {
  font-size: 16px;
}
.form-term .mobilefirst .formInput .code-number.otherCountry {
  position: relative;
}
.form-term .mobilefirst .formInput .code-number.otherCountry:before {
  content: "+";
  padding: 0;
  width: 55px;
  position: relative;
  left: -18px;
  padding-left: 14px;
}
.form-term .mobilefirst .formInput .code-number.otherCountry .cCode {
  font-size: 16px;
  position: absolute;
  border-right: 1px solid #ccc;
  width: 52px;
  padding-left: 6px;
  height: 36px;
  display: flex;
  align-items: center;
}
.form-term .mobilefirst .formInput .code-number.otherCountry .cCode input {
  padding: 0;
  width: 39px;
  position: relative;
  left: 0;
}
.form-term .mobilefirst .formInput .code-number.otherCountry .feildLable {
  left: 70px;
}
.form-term .mobilefirst .secure-tag {
  position: absolute;
  display: flex;
  right: 5px;
  bottom: -26px;
  background: rgba(57, 97, 235, 0.1019607843) 0 0 no-repeat padding-box;
  border-radius: 0 0 8px 8px;
  padding: 5px 10px 4px 7px;
}
.form-term .mobilefirst .secure-tag .text {
  letter-spacing: 0.15px;
  color: #0047b3;
  font-size: 11px;
  line-height: 17px;
  font-weight: 500;
  margin-left: 6px;
}
.form-term .loadingDiv {
  padding: 0px 0 0;
}
@media (max-width: 568px) {
  .form-term .loadingDiv {
    margin: 12px 0 20px;
  }
}
.form-term .loadingDiv #loader,
.form-term .loadingDiv .proceed {
  box-sizing: border-box;
  width: 100%;
  background: #0065ff;
  box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, 0.25);
  color: #fff;
  padding: 14px;
  display: block;
  text-align: center;
  border-radius: 8px;
  font-size: 16px;
  line-height: 16px;
  font-weight: 500;
  margin-top: 0;
  position: relative;
  border: none;
  cursor: pointer;
}
.form-term .loadingDiv #loader .loader,
.form-term .loadingDiv .proceed .loader {
  display: none;
}
.form-term .loadingDiv #loader:focus:before,
.form-term .loadingDiv .proceed:focus:before {
  content: "";
  display: block;
  position: absolute;
  height: 70px;
  width: 30px;
  background: url(../../images/bu/term/giphy-loading.gif) no-repeat 0 0;
  top: 12px;
  opacity: 1;
  animation: slideIn 3s ease forwards;
  background-size: contain;
}
@keyframes slideIn {
  0% {
    right: 20px;
    opacity: 1;
  }
  100% {
    right: 20px;
    opacity: 1;
  }
}
.form-term .certificate-img {
  width: 370px;
  margin: 0 auto 20px;
}
.form-term .certificate-img img {
  width: 100%;
}
@media (max-width: 568px) {
  .form-term .certificate-img {
    max-width: 340px;
    width: 100%;
  }
}
@media (max-width: 568px) {
  .form-term {
    padding: 0;
  }
}

.fieldWrapper .formInput input:focus + .feildLable, .fieldWrapper .formInput input.labelshow + .feildLable {
  top: -1px !important;
  left: 20px !important;
}

.updateMobileFeild {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.updateMobileFeild input::-webkit-input-placeholder {
  color: #253858;
}
.updateMobileFeild input:-moz-placeholder {
  color: #253858;
}
.updateMobileFeild input::-moz-placeholder {
  color: #253858;
}
.updateMobileFeild input:-ms-input-placeholder {
  color: #253858;
}
.updateMobileFeild {
  position: relative;
  height: 44px;
}
@media (max-width: 568px) {
  .updateMobileFeild {
    margin: 10px 0 6px;
  }
}
.updateMobileFeild:before {
  content: "";
  background: url("../../images/bu/term/fi_mob.png") no-repeat 0px 0px;
  width: 20px;
  height: 20px;
  position: absolute;
  background-size: contain;
  top: 50%;
  transform: translate(15px, -50%);
}
.updateMobileFeild .err {
  bottom: -22px;
  color: #f00;
  font-weight: 400;
  position: absolute;
  font-size: 11px;
  font-weight: 600;
}
.updateMobileFeild .dropdown {
  position: relative;
  width: 85px;
  cursor: pointer;
}
.updateMobileFeild .dropdown:before {
  content: "";
  background: url(../../images/bu/term/arrrow-img.svg) no-repeat 0 0;
  width: 12px;
  height: 7px;
  position: absolute;
  top: 20px;
  right: 8px;
  background-size: cover;
  pointer-events: none;
}
.updateMobileFeild .dropdown input {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
  padding-left: 10px;
  height: auto;
  width: 85px;
  border: none;
}
.updateMobileFeild .dropdown .dropdown-list {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 300px;
  max-height: 300px;
  overflow: initial;
  background: white;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  padding: 10px;
  box-sizing: border-box;
}
.updateMobileFeild .dropdown .dropdown-list.show {
  display: block !important;
}
.updateMobileFeild .dropdown .dropdown-list .closeCountry {
  display: none;
}
.updateMobileFeild .dropdown .dropdown-list input {
  width: 100% !important;
  padding: 10px;
  border: none;
  border: 1px solid #ccc;
  outline: none;
  box-sizing: border-box;
}
.updateMobileFeild .dropdown .dropdown-list ul {
  list-style: none;
  padding: 0;
  margin: 0;
  overflow-y: auto;
  height: 240px;
}
@media (max-width: 568px) {
  .updateMobileFeild .dropdown .dropdown-list ul {
    height: 320px;
  }
}
.updateMobileFeild .dropdown .dropdown-list ul li {
  padding: 10px;
  cursor: pointer;
  border-bottom: 1px solid #ccc;
}
.updateMobileFeild .dropdown .dropdown-list ul li:hover {
  background-color: #f0f0f0;
}
@media (max-width: 767px) {
  .updateMobileFeild .dropdown .dropdown-list {
    display: none;
    position: fixed;
    top: 25%;
    left: 0px;
    margin: 0px auto;
    right: 0;
    transform: translate(0px, -25%);
    z-index: 99991;
    max-height: 380px;
  }
  .updateMobileFeild .dropdown .dropdown-list .closeCountry {
    position: absolute;
    right: -11px;
    top: -13px;
    width: 22px;
    height: 22px;
    opacity: 1;
    background: #000000;
    border-radius: 50%;
    display: block;
  }
  .updateMobileFeild .dropdown .dropdown-list .closeCountry:before, .updateMobileFeild .dropdown .dropdown-list .closeCountry:after {
    position: absolute;
    left: 10px;
    content: " ";
    height: 13px;
    width: 2px;
    background-color: #fff;
    top: 4px;
  }
  .updateMobileFeild .dropdown .dropdown-list .closeCountry:before {
    transform: rotate(45deg);
  }
  .updateMobileFeild .dropdown .dropdown-list .closeCountry:after {
    transform: rotate(-45deg);
  }
}
@media (max-width: 767px) {
  .updateMobileFeild .dropdown .overlyblock.active {
    position: fixed;
    top: 0px;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(37, 56, 88, 0.7);
    z-index: 99990;
  }
}
.updateMobileFeild .code-number {
  display: flex;
  width: 100%;
  border: 1px solid rgba(37, 56, 88, 0.4);
  border-radius: 8px;
  padding-left: 40px;
}
@media (max-width: 640px) {
  .updateMobileFeild .code-number {
    margin: 0px 0 0;
  }
}
.updateMobileFeild .code-number #countryCode {
  max-width: 60px;
  padding: 0px 0 0 10px;
  border: none;
  box-sizing: border-box;
  height: 100%;
}
@media (max-width: 375px) {
  .updateMobileFeild .code-number #countryCode {
    max-width: 54px;
  }
}
.updateMobileFeild .code-number .mobileNumber {
  width: calc(100% - 72px);
  padding: 0px 0px;
  box-sizing: border-box;
  position: relative;
  border: none;
}
@media (max-width: 375px) {
  .updateMobileFeild .code-number .mobileNumber {
    width: calc(100% - 62px);
  }
}
.updateMobileFeild .code-number .mobileNumber input {
  border: none;
  padding: 0 10px 0 0px;
  height: 100%;
  font-weight: 500;
}
.updateMobileFeild .code-number .mobileNumber .feildLable {
  left: 0px;
  pointer-events: none;
  transition: all 0.2s ease-in;
}
.updateMobileFeild .code-number .mobileNumber input:focus + .feildLable, .updateMobileFeild .code-number .mobileNumber input.labelshow + .feildLable {
  font-size: 12px;
  top: -2px;
  left: -160px;
}
.updateMobileFeild.error .code-number {
  border: 1px solid rgb(255, 0, 0);
}
.updateMobileFeild.error .err {
  color: rgb(255, 0, 0);
  font-weight: 600;
}

.content-block {
  position: relative;
  margin-bottom: 10px;
}
@media (max-width: 980px) {
  .content-block {
    padding: 0 16px;
  }
}
.content-block .heading_h1, .content-block h1 {
  font-size: 36px;
  line-height: 42px;
  font-weight: 600;
  padding: 20px 0 8px;
}
@media (max-width: 568px) {
  .content-block .heading_h1, .content-block h1 {
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
    padding: 20px 0 8px;
  }
}
.content-block .char-count {
  color: rgba(37, 56, 88, 0.8);
  font-size: 14px;
  line-height: 22px;
  margin: 15px 0;
  display: inline;
}
.content-block .char-count .extra-text {
  display: inline;
}
@media (max-width: 767px) {
  .content-block .char-count .extra-text {
    display: none;
  }
}
.content-block .char-count .extra-text-web {
  display: none;
}
.content-block .char-count .extra-text.show-extra, .content-block .char-count .extra-text-web.show-extra {
  display: inline;
}
.content-block .text-hide-link {
  display: inline-block;
  font-weight: 500;
  color: #0165ff;
  cursor: pointer;
  font-size: 14px;
  margin-left: 0px;
  font-weight: 600;
}

.cal-heading {
  font-size: 24px;
  font-weight: 700;
  margin-top: 40px;
  display: none;
}
@media (max-width: 768px) {
  .cal-heading {
    display: block;
  }
}

.loan-insurance-premium-calculator-work, .should-you-get-hl-insurnace {
  margin: 60px 0;
}
@media (max-width: 980px) {
  .loan-insurance-premium-calculator-work, .should-you-get-hl-insurnace {
    margin: 30px 0;
    padding: 0px;
  }
}
.loan-insurance-premium-calculator-work .heading_h2, .loan-insurance-premium-calculator-work h2, .should-you-get-hl-insurnace .heading_h2, .should-you-get-hl-insurnace h2 {
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
  padding: 0px 0 0px;
  margin: 0;
}
@media (max-width: 767px) {
  .loan-insurance-premium-calculator-work .heading_h2, .loan-insurance-premium-calculator-work h2, .should-you-get-hl-insurnace .heading_h2, .should-you-get-hl-insurnace h2 {
    font-size: 20px;
    line-height: 30px;
  }
}
.loan-insurance-premium-calculator-work .paragraphBu, .should-you-get-hl-insurnace .paragraphBu {
  font-size: 16px;
  line-height: 30px;
  margin: 15px 0;
  color: rgb(37, 56, 88);
}
.loan-insurance-premium-calculator-work .card-wrapper, .should-you-get-hl-insurnace .card-wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  margin: 20px 0 40px;
}
@media (max-width: 767px) {
  .loan-insurance-premium-calculator-work .card-wrapper, .should-you-get-hl-insurnace .card-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 568px) {
  .loan-insurance-premium-calculator-work .card-wrapper, .should-you-get-hl-insurnace .card-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}
.loan-insurance-premium-calculator-work .card-wrapper .card-item, .should-you-get-hl-insurnace .card-wrapper .card-item {
  background: #fff;
  padding: 14px 20px;
  border-radius: 16px;
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 16px;
}
.loan-insurance-premium-calculator-work .card-wrapper .card-item .card-item-icon, .should-you-get-hl-insurnace .card-wrapper .card-item .card-item-icon {
  width: 40px;
  height: 40px;
}
.loan-insurance-premium-calculator-work .card-wrapper .card-item .card-item-icon img, .should-you-get-hl-insurnace .card-wrapper .card-item .card-item-icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.loan-insurance-premium-calculator-work .card-wrapper .card-item .card-item-title, .should-you-get-hl-insurnace .card-wrapper .card-item .card-item-title {
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
  color: rgb(37, 56, 88);
  margin: 0;
}

.should-you-get-hl-insurnace {
  margin: 60px 0;
}
.should-you-get-hl-insurnace .card-wrapper {
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
@media (max-width: 767px) {
  .should-you-get-hl-insurnace .card-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 568px) {
  .should-you-get-hl-insurnace .card-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}
.should-you-get-hl-insurnace .card-wrapper .card-item {
  align-items: flex-start;
}
.should-you-get-hl-insurnace .card-wrapper .card-item .card-item-icon {
  width: 60px;
  height: 60px;
  margin-bottom: 20px;
  margin-top: 10px;
}
.should-you-get-hl-insurnace .card-wrapper .card-item .card-item-icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.should-you-get-hl-insurnace .card-wrapper .paragraphBu, .should-you-get-hl-insurnace .card-wrapper p {
  font-size: 16px;
  line-height: 28px;
  margin: 15px 0;
  color: rgb(37, 56, 88);
  font-weight: 400;
}
.should-you-get-hl-insurnace .card-item-icon {
  width: 60px;
  height: 60px;
  margin-bottom: 20px;
}
.should-you-get-hl-insurnace .card-item-icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.closer-text {
  background: rgba(0, 101, 255, 0.05);
  padding: 50px;
  border-radius: 16px;
  margin: 60px 0 0;
  text-align: center;
  line-height: 30px;
}
@media (max-width: 767px) {
  .closer-text {
    padding: 40px;
  }
}
.closer-text .heading_h2, .closer-text h2 {
  font-size: 32px;
  line-height: 40px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .closer-text .heading_h2, .closer-text h2 {
    font-size: 28px;
    line-height: 30px;
  }
}
.closer-text p {
  position: relative;
  width: 94%;
  margin: 0 auto;
}
.closer-text p:before, .closer-text p:after {
  content: "";
  position: absolute;
  width: 40px;
  height: 40px;
}
@media (max-width: 767px) {
  .closer-text p:before, .closer-text p:after {
    width: 30px;
    height: 30px;
  }
}
.closer-text p:before {
  left: -40px;
  top: -20px;
  background: url(../../images/bu/term/quote-left.png) no-repeat center center;
  background-size: contain;
}
.closer-text p:after {
  right: -40px;
  bottom: 0;
  background: url(../../images/bu/term/quote-right.png) no-repeat center center;
  background-size: contain;
}

.people-search {
  margin: 60px 0;
}

.term-plans-box-wrapper {
  background: rgba(181, 210, 255, 0.15);
  padding: 20px 26px;
  border-radius: 16px;
  margin: 60px 0 0px;
}
@media (max-width: 767px) {
  .term-plans-box-wrapper {
    border-radius: 0px;
    padding: 20px 6px;
  }
}
.term-plans-box-wrapper .heading_h3, .term-plans-box-wrapper h3 {
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
  padding: 0px 0 0px;
  margin: 0;
  text-align: center;
}
.term-plans-box-wrapper .card-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin: 30px 0 10px;
}
@media (max-width: 767px) {
  .term-plans-box-wrapper .card-list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.term-plans-box-wrapper .card-list .card-item {
  background: #fff;
  padding: 14px 16px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  border-radius: 16px;
  justify-content: flex-start;
  gap: 16px;
}
.term-plans-box-wrapper .card-list .card-item h4 {
  font-size: 28px;
  line-height: 32px;
  font-weight: 700;
  color: rgb(37, 56, 88);
  margin: 0;
}
@media (max-width: 767px) {
  .term-plans-box-wrapper .card-list .card-item h4 {
    font-size: 24px;
    line-height: 25px;
  }
}
.term-plans-box-wrapper .card-list .card-item.yellow {
  border-left: 4px solid rgb(141, 97, 9);
  background: rgb(255, 245, 219);
}
.term-plans-box-wrapper .card-list .card-item.yellow .cover-start h4 {
  color: rgb(141, 97, 9);
}
.term-plans-box-wrapper .card-list .card-item.yellow .cover-end h4 {
  position: relative;
  top: -5px;
}
.term-plans-box-wrapper .card-list .card-item.green {
  border-left: 4px solid rgb(34, 166, 74);
  background: rgb(239, 255, 229);
}
.term-plans-box-wrapper .card-list .card-item.green .cover-start h4 {
  color: rgb(34, 166, 74);
}
.term-plans-box-wrapper .card-list .card-item.green .cover-end h4 {
  position: relative;
  top: -5px;
}
.term-plans-box-wrapper .card-list .card-item.blue {
  border-left: 4px solid rgb(109, 95, 222);
  background: rgb(233, 231, 255);
}
.term-plans-box-wrapper .card-list .card-item.blue .cover-start h4 {
  color: rgb(109, 95, 222);
}
.term-plans-box-wrapper .card-list .card-item.blue .cover-end h4 {
  position: relative;
  top: -5px;
}
.term-plans-box-wrapper .card-list .card-item .wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  width: 100%;
}
@media (max-width: 568px) {
  .term-plans-box-wrapper .card-list .card-item .wrapper {
    font-size: 12px;
  }
}
.term-plans-box-wrapper .card-list .card-item .wrapper .cover-start {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 5px;
}
.term-plans-box-wrapper .card-list .card-item .wrapper .cover-end {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 5px;
}
.term-plans-box-wrapper .cta-button {
  display: flex;
  text-align: center;
  width: 100%;
  justify-content: center;
  margin: 10px 0;
}
.term-plans-box-wrapper .cta-button .cta-button-text {
  background: #0065ff;
  color: #fff;
  border: none;
  padding: 8px;
  border-radius: 8px;
  font-size: 18px;
  font-weight: 500;
  cursor: pointer;
  width: 80%;
  justify-content: center;
  text-align: center;
  color: #fff;
  box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, 0.15);
}

.why-use-a-home-loan-insurance-calculator {
  margin: 60px 0;
}
@media (max-width: 980px) {
  .why-use-a-home-loan-insurance-calculator {
    padding: 0px;
  }
}
@media (max-width: 767px) {
  .why-use-a-home-loan-insurance-calculator {
    margin: 30px 0;
  }
}
.why-use-a-home-loan-insurance-calculator .heading_h2, .why-use-a-home-loan-insurance-calculator h2 {
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
  padding: 0px 0 0px;
  margin: 0;
  text-align: left;
}
@media (max-width: 767px) {
  .why-use-a-home-loan-insurance-calculator .heading_h2, .why-use-a-home-loan-insurance-calculator h2 {
    font-size: 20px;
    line-height: 30px;
  }
}
.why-use-a-home-loan-insurance-calculator .paragraphBu {
  font-size: 16px;
  line-height: 30px;
  margin: 15px 0;
  color: rgb(37, 56, 88);
}
.why-use-a-home-loan-insurance-calculator .card-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  flex-wrap: wrap;
  justify-content: center;
  margin: 40px 0;
}
@media (max-width: 767px) {
  .why-use-a-home-loan-insurance-calculator .card-wrapper {
    flex-wrap: nowrap;
    margin: 10px 0;
    padding: 16px 0;
    -webkit-overflow-scrolling: touch;
    overflow-x: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .why-use-a-home-loan-insurance-calculator .card-wrapper::-webkit-scrollbar {
    display: none;
  }
}
.why-use-a-home-loan-insurance-calculator .card-wrapper .card-item {
  background: #fff;
  padding: 20px;
  display: flex;
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.1);
  border-radius: 16px;
  width: 31.5%;
  min-height: 220px;
}
@media (max-width: 767px) {
  .why-use-a-home-loan-insurance-calculator .card-wrapper .card-item {
    width: 70%;
    min-width: 320px;
    min-height: 250px;
  }
}
@media (max-width: 568px) {
  .why-use-a-home-loan-insurance-calculator .card-wrapper .card-item {
    width: 96%;
    min-width: 320px;
    min-height: 250px;
  }
}
.why-use-a-home-loan-insurance-calculator .card-wrapper .card-item .card-item-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 6px;
}
.why-use-a-home-loan-insurance-calculator .card-wrapper .card-item .card-item-icon {
  width: 60px;
  height: 60px;
}
.why-use-a-home-loan-insurance-calculator .card-wrapper .card-item .card-item-icon img {
  width: 100%;
  height: 100%;
}
.why-use-a-home-loan-insurance-calculator .card-wrapper .card-item .card-item-title {
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
  color: rgb(37, 56, 88);
  margin: 20px 0 0;
}
.why-use-a-home-loan-insurance-calculator .card-wrapper .card-item .paragraphBu {
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  margin: 10px 0;
  color: rgb(37, 56, 88);
}

.while-taking-home-loan-insurance {
  margin: 60px 0;
}
@media (max-width: 980px) {
  .while-taking-home-loan-insurance {
    padding: 0px;
  }
}
@media (max-width: 767px) {
  .while-taking-home-loan-insurance {
    margin: 30px 0;
  }
}
.while-taking-home-loan-insurance .heading_h2, .while-taking-home-loan-insurance h2 {
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
  padding: 0px 0 0px;
  margin: 0;
  text-align: left;
}
@media (max-width: 767px) {
  .while-taking-home-loan-insurance .heading_h2, .while-taking-home-loan-insurance h2 {
    font-size: 20px;
    line-height: 30px;
  }
}
.while-taking-home-loan-insurance .paragraphBu {
  font-size: 16px;
  line-height: 30px;
  margin: 15px 0;
  color: rgb(37, 56, 88);
}

.benefits-of-using-a-home-loan-insurance-premium-calculator {
  background: linear-gradient(90.25deg, #EDEFFF 30.78%, #FFFFFF 99.78%);
  position: relative;
  margin: 60px 0;
}
.benefits-of-using-a-home-loan-insurance-premium-calculator:after {
  content: "";
  position: absolute;
  top: 50%;
  left: initial;
  right: 0;
  width: 345px;
  height: 515px;
  background: url(../../images/bu/term/benefit-home-loan-insurance-preimum-calculator.png) no-repeat center center;
  background-size: contain;
  z-index: 0;
  transform: translate(0px, -50%);
  opacity: 1;
}
@media (max-width: 767px) {
  .benefits-of-using-a-home-loan-insurance-premium-calculator:after {
    left: 0;
    right: 0;
    margin: 0px auto;
    width: 100%;
    opacity: 0.2;
  }
}
.benefits-of-using-a-home-loan-insurance-premium-calculator .container {
  max-width: 1170px;
  margin: 0 auto;
  padding: 40px 0 30px;
}
@media (max-width: 980px) {
  .benefits-of-using-a-home-loan-insurance-premium-calculator .container {
    width: 100%;
    padding: 30px 16px;
    position: relative;
    z-index: 1;
  }
}
.benefits-of-using-a-home-loan-insurance-premium-calculator .heading_h2, .benefits-of-using-a-home-loan-insurance-premium-calculator h2 {
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
  padding: 0px 0 0px;
  margin: 0;
  text-align: left;
}
@media (max-width: 767px) {
  .benefits-of-using-a-home-loan-insurance-premium-calculator .heading_h2, .benefits-of-using-a-home-loan-insurance-premium-calculator h2 {
    font-size: 20px;
    line-height: 30px;
  }
}
.benefits-of-using-a-home-loan-insurance-premium-calculator .paragraphBu {
  font-size: 16px;
  line-height: 30px;
  margin: 15px 0;
  color: rgb(37, 56, 88);
}
.benefits-of-using-a-home-loan-insurance-premium-calculator .daimond-icon-list {
  padding: 0;
  list-style: none;
  margin: 40px 0 0 0;
  width: 70%;
}
@media (max-width: 767px) {
  .benefits-of-using-a-home-loan-insurance-premium-calculator .daimond-icon-list {
    width: 100%;
  }
}
.benefits-of-using-a-home-loan-insurance-premium-calculator .daimond-icon-list li {
  margin-bottom: 30px;
  position: relative;
  padding-left: 20px;
  line-height: 24px;
}
.benefits-of-using-a-home-loan-insurance-premium-calculator .daimond-icon-list li:before {
  content: "";
  position: absolute;
  top: 3px;
  left: -11px;
  width: 24px;
  height: 24px;
  background: url("../../images/bu/term/daimond.svg") no-repeat center center;
}
.benefits-of-using-a-home-loan-insurance-premium-calculator .daimond-icon-list li:after {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 0;
  width: 2px;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 155, 247, 0.95) 0%, rgba(0, 40, 140, 0.95) 100%);
}
.benefits-of-using-a-home-loan-insurance-premium-calculator .daimond-icon-list li .heading {
  font-size: 22px;
  margin-bottom: 16px;
}
.benefits-of-using-a-home-loan-insurance-premium-calculator .daimond-icon-list li:last-child:after {
  display: none;
}

.how-to-choose-the-right-home-loan-insurance-calculator {
  background: linear-gradient(90.01deg, #FFFFFF 0.01%, #FFF5F3 62%);
  margin: 60px 0;
  position: relative;
}
.how-to-choose-the-right-home-loan-insurance-calculator:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 345px;
  height: 515px;
  background: url(../../images/bu/term/emi-cal.png) no-repeat center center;
  background-size: contain;
  z-index: 0;
  transform: translate(0px, -50%);
  opacity: 1;
}
@media (max-width: 767px) {
  .how-to-choose-the-right-home-loan-insurance-calculator:after {
    left: 0;
    right: 0;
    margin: 0px auto;
    width: 100%;
    opacity: 0.2;
  }
}
.how-to-choose-the-right-home-loan-insurance-calculator .container {
  max-width: 1170px;
  margin: 0 auto;
  padding: 60px 0;
  padding-left: 25%;
}
@media (max-width: 980px) {
  .how-to-choose-the-right-home-loan-insurance-calculator .container {
    padding: 30px 16px;
    width: 100%;
    position: relative;
    z-index: 1;
  }
}
.how-to-choose-the-right-home-loan-insurance-calculator .heading_h2, .how-to-choose-the-right-home-loan-insurance-calculator h2 {
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
  padding: 0px 0 0px;
  margin: 0;
  text-align: left;
}
@media (max-width: 767px) {
  .how-to-choose-the-right-home-loan-insurance-calculator .heading_h2, .how-to-choose-the-right-home-loan-insurance-calculator h2 {
    font-size: 20px;
    line-height: 30px;
  }
}
.how-to-choose-the-right-home-loan-insurance-calculator .paragraphBu {
  font-size: 16px;
  line-height: 30px;
  margin: 15px 0;
  color: rgb(37, 56, 88);
}
.how-to-choose-the-right-home-loan-insurance-calculator .daimond-icon-list {
  padding: 0;
  list-style: none;
  margin: 40px 0 0 0;
  width: 100%;
}
.how-to-choose-the-right-home-loan-insurance-calculator .daimond-icon-list li {
  margin-bottom: 30px;
  position: relative;
  padding-left: 20px;
  line-height: 24px;
}
.how-to-choose-the-right-home-loan-insurance-calculator .daimond-icon-list li:before {
  content: "";
  position: absolute;
  top: 3px;
  left: -11px;
  width: 24px;
  height: 24px;
  background: url("../../images/bu/term/daimond.svg") no-repeat center center;
}
.how-to-choose-the-right-home-loan-insurance-calculator .daimond-icon-list li:after {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 0;
  width: 2px;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 155, 247, 0.95) 0%, rgba(0, 40, 140, 0.95) 100%);
}
.how-to-choose-the-right-home-loan-insurance-calculator .daimond-icon-list li .heading {
  font-size: 22px;
  margin-bottom: 16px;
}
.how-to-choose-the-right-home-loan-insurance-calculator .daimond-icon-list li:last-child:after {
  display: none;
}

.how-to-use-a-home-loan-insurance-emi-calculator {
  background: linear-gradient(90.25deg, #EDEFFF 30.78%, #FFFFFF 99.78%);
  position: relative;
}
.how-to-use-a-home-loan-insurance-emi-calculator:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: initial;
  right: 0;
  width: 345px;
  height: 515px;
  background: url(../../images/bu/term/hl-calc.png) no-repeat bottom center;
  background-size: contain;
  z-index: 0;
  opacity: 1;
}
@media (max-width: 767px) {
  .how-to-use-a-home-loan-insurance-emi-calculator:after {
    left: 0;
    right: 0;
    margin: 0px auto;
    width: 100%;
    opacity: 0.2;
  }
}
.how-to-use-a-home-loan-insurance-emi-calculator .container {
  max-width: 1170px;
  margin: 0 auto;
  padding: 60px 0;
}
@media (max-width: 980px) {
  .how-to-use-a-home-loan-insurance-emi-calculator .container {
    padding: 30px 16px;
    width: 100%;
    position: relative;
    z-index: 1;
  }
}
.how-to-use-a-home-loan-insurance-emi-calculator .heading_h2, .how-to-use-a-home-loan-insurance-emi-calculator h2 {
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
  padding: 0px 0 0px;
  margin: 0;
  text-align: left;
}
@media (max-width: 767px) {
  .how-to-use-a-home-loan-insurance-emi-calculator .heading_h2, .how-to-use-a-home-loan-insurance-emi-calculator h2 {
    font-size: 20px;
    line-height: 30px;
  }
}
.how-to-use-a-home-loan-insurance-emi-calculator .paragraphBu {
  font-size: 16px;
  line-height: 30px;
  margin: 15px 0;
  color: rgb(37, 56, 88);
}
.how-to-use-a-home-loan-insurance-emi-calculator .daimond-icon-list {
  padding: 0;
  list-style: none;
  margin: 40px 0 0 0;
  width: 70%;
}
@media (max-width: 767px) {
  .how-to-use-a-home-loan-insurance-emi-calculator .daimond-icon-list {
    width: 100%;
  }
}
.how-to-use-a-home-loan-insurance-emi-calculator .daimond-icon-list li {
  margin-bottom: 30px;
  position: relative;
  padding-left: 20px;
  line-height: 24px;
}
.how-to-use-a-home-loan-insurance-emi-calculator .daimond-icon-list li:before {
  content: "";
  position: absolute;
  top: 3px;
  left: -11px;
  width: 24px;
  height: 24px;
  background: url("../../images/bu/term/daimond.svg") no-repeat center center;
}
.how-to-use-a-home-loan-insurance-emi-calculator .daimond-icon-list li:after {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 0;
  width: 2px;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 155, 247, 0.95) 0%, rgba(0, 40, 140, 0.95) 100%);
}
.how-to-use-a-home-loan-insurance-emi-calculator .daimond-icon-list li .heading {
  font-size: 16px;
  margin-bottom: 16px;
}
.how-to-use-a-home-loan-insurance-emi-calculator .daimond-icon-list li:last-child:after {
  display: none;
}

.faqsWrap ul {
  margin: 8px 0 0 0;
  margin: 0;
  padding: 0;
  list-style: none;
  outline: 0;
}

.faqsWrap ul li {
  border-bottom: 0 solid #e7e7e7;
  padding: 0;
  font-size: 16px;
  color: rgb(37, 56, 88);
  margin: 0 0 5px 0;
  border-radius: 8px;
  background: #f1f3f5;
}

.faqsWrap ul li > ul li {
  padding-left: 20px;
  position: relative;
  margin: 10px 0 5px 13px;
}

.faqsWrap ul li > ul li:before {
  content: "";
  width: 8px;
  height: 8px;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 11px;
  background: #253858;
  border-radius: 100%;
}

.faqsWrap ul li li {
  background: 0 0;
}

.faqsWrap ul li:before {
  display: none;
}

.faqsWrap ul li .h2,
.faqsWrap ul li .h3,
.faqsWrap ul li .h4,
.faqsWrap ul li h2,
.faqsWrap ul li h3,
.faqsWrap ul li h4 {
  font-size: 16px;
  color: #253858;
  border-bottom: none;
  margin-bottom: 0;
  margin-top: 0;
  padding-bottom: 0;
  margin: 10px 0 0;
}

.faqsWrap ul li .h2 > a,
.faqsWrap ul li .h2 > label,
.faqsWrap ul li .h2 > span,
.faqsWrap ul li .h3 > a,
.faqsWrap ul li .h3 > label,
.faqsWrap ul li .h3 > span,
.faqsWrap ul li .h4 > a,
.faqsWrap ul li .h4 > label,
.faqsWrap ul li .h4 > span,
.faqsWrap ul li h2 > a,
.faqsWrap ul li h2 > label,
.faqsWrap ul li h2 > span,
.faqsWrap ul li h3 > a,
.faqsWrap ul li h3 > label,
.faqsWrap ul li h3 > span,
.faqsWrap ul li h4 > a,
.faqsWrap ul li h4 > label,
.faqsWrap ul li h4 > span {
  color: #253858;
  padding: 14px;
  display: block;
  position: relative;
  padding-right: 50px;
  font-weight: 500;
  cursor: pointer;
  letter-spacing: 0.2px;
  font-size: 16px;
}

.faqsWrap ul li .h2 > a:hover,
.faqsWrap ul li .h2 > label:hover,
.faqsWrap ul li .h2 > span:hover,
.faqsWrap ul li .h3 > a:hover,
.faqsWrap ul li .h3 > label:hover,
.faqsWrap ul li .h3 > span:hover,
.faqsWrap ul li .h4 > a:hover,
.faqsWrap ul li .h4 > label:hover,
.faqsWrap ul li .h4 > span:hover,
.faqsWrap ul li h2 > a:hover,
.faqsWrap ul li h2 > label:hover,
.faqsWrap ul li h2 > span:hover,
.faqsWrap ul li h3 > a:hover,
.faqsWrap ul li h3 > label:hover,
.faqsWrap ul li h3 > span:hover,
.faqsWrap ul li h4 > a:hover,
.faqsWrap ul li h4 > label:hover,
.faqsWrap ul li h4 > span:hover {
  color: #253858;
}

.faqsWrap ul li .h2 > a:after,
.faqsWrap ul li .h2 > label:after,
.faqsWrap ul li .h2 > span:after,
.faqsWrap ul li .h3 > a:after,
.faqsWrap ul li .h3 > label:after,
.faqsWrap ul li .h3 > span:after,
.faqsWrap ul li .h4 > a:after,
.faqsWrap ul li .h4 > label:after,
.faqsWrap ul li .h4 > span:after,
.faqsWrap ul li h2 > a:after,
.faqsWrap ul li h2 > label:after,
.faqsWrap ul li h2 > span:after,
.faqsWrap ul li h3 > a:after,
.faqsWrap ul li h3 > label:after,
.faqsWrap ul li h3 > span:after,
.faqsWrap ul li h4 > a:after,
.faqsWrap ul li h4 > label:after,
.faqsWrap ul li h4 > span:after {
  content: "";
  border: solid #5e6c84;
  border-width: 0 2px 2px 0;
  padding: 4px;
  transform: rotate(45deg);
  margin-left: 8px;
  position: absolute;
  right: 22px;
  top: 22px;
}

.faqsWrap ul li .h2 > a[flag=up],
.faqsWrap ul li .h2 > label[flag=up],
.faqsWrap ul li .h2 > span[flag=up],
.faqsWrap ul li .h3 > a[flag=up],
.faqsWrap ul li .h3 > label[flag=up],
.faqsWrap ul li .h3 > span[flag=up],
.faqsWrap ul li .h4 > a[flag=up],
.faqsWrap ul li .h4 > label[flag=up],
.faqsWrap ul li .h4 > span[flag=up],
.faqsWrap ul li h2 > a[flag=up],
.faqsWrap ul li h2 > label[flag=up],
.faqsWrap ul li h2 > span[flag=up],
.faqsWrap ul li h3 > a[flag=up],
.faqsWrap ul li h3 > label[flag=up],
.faqsWrap ul li h3 > span[flag=up],
.faqsWrap ul li h4 > a[flag=up],
.faqsWrap ul li h4 > label[flag=up],
.faqsWrap ul li h4 > span[flag=up] {
  background: radial-gradient(circle at 21% 17%, #fff, #f1f3f5 53%);
  border-bottom: dashed 1px rgba(37, 56, 88, 0.2);
  padding-bottom: 14px;
  border-radius: 8px 8px 0 0;
  border-top: solid 0.8px rgba(37, 56, 88, 0.1);
  border-left: solid 0.8px rgba(37, 56, 88, 0.1);
  border-right: solid 0.8px rgba(37, 56, 88, 0.1);
}

.faqsWrap ul li .h2 > a[flag=up]::after,
.faqsWrap ul li .h2 > label[flag=up]::after,
.faqsWrap ul li .h2 > span[flag=up]::after,
.faqsWrap ul li .h3 > a[flag=up]::after,
.faqsWrap ul li .h3 > label[flag=up]::after,
.faqsWrap ul li .h3 > span[flag=up]::after,
.faqsWrap ul li .h4 > a[flag=up]::after,
.faqsWrap ul li .h4 > label[flag=up]::after,
.faqsWrap ul li .h4 > span[flag=up]::after,
.faqsWrap ul li h2 > a[flag=up]::after,
.faqsWrap ul li h2 > label[flag=up]::after,
.faqsWrap ul li h2 > span[flag=up]::after,
.faqsWrap ul li h3 > a[flag=up]::after,
.faqsWrap ul li h3 > label[flag=up]::after,
.faqsWrap ul li h3 > span[flag=up]::after,
.faqsWrap ul li h4 > a[flag=up]::after,
.faqsWrap ul li h4 > label[flag=up]::after,
.faqsWrap ul li h4 > span[flag=up]::after {
  transform: rotate(-135deg);
  top: 26px;
}

.faqsWrap ul li .h2 + div,
.faqsWrap ul li .h3 + div,
.faqsWrap ul li .h4 + div,
.faqsWrap ul li h2 + div,
.faqsWrap ul li h3 + div,
.faqsWrap ul li h4 + div {
  padding: 0;
  margin-top: 0;
  line-height: 30px;
  margin-bottom: 10px;
  display: none;
  padding: 16px 16px;
  background: radial-gradient(circle at 21% 17%, #fff, #f1f3f5);
  border-radius: 0 0 8px 8px;
  font-size: 16px;
  letter-spacing: 0.016em;
  line-height: 30px;
  color: #253858;
  border-left: solid 0.8px rgba(37, 56, 88, 0.1);
  border-right: solid 0.8px rgba(37, 56, 88, 0.1);
  border-bottom: solid 0.8px rgba(37, 56, 88, 0.1);
}

.faqsWrap ul .data_ul {
  margin-top: 16px;
  margin-bottom: 20px;
  list-style: none;
}

.faqsWrap ul .data_ul li {
  padding: 0 0 0 20px;
  font-size: 16px;
  color: #253858;
  margin: 0 0 15px 13px;
  position: relative;
  list-style: none;
}

.faqsWrap ul .data_ul li .paragraphBu {
  margin: 0 !important;
}

.faqsWrap ul .data_ul li:before {
  content: none;
}

.faqsWrap ul .data_ul li:before {
  content: "";
  width: 8px;
  height: 8px;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 11px;
  background: #253858;
  border-radius: 100%;
}

.faqsWrap ul .data_ol {
  margin-top: 16px;
  margin-bottom: 20px;
  margin-left: 20px;
}

.faqsWrap ul .data_ol li {
  padding-left: 20px;
  font-size: 16px;
  color: #253858;
  margin: 5px 0 15px 13px;
  position: relative;
}

.faq-button {
  background: #fbfcfc;
  padding: 6px 0;
  border: 1px solid #0065ff;
  border-radius: 4px;
  width: 234px;
  text-transform: uppercase;
  display: block;
  text-align: center;
  margin: 0 auto;
  font-size: 16px;
  font-weight: 500;
}

@keyframes lds-dual-ring {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.fullpage-loader {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 9999999;
  top: 0;
  left: 0;
}

.fullpage-loader::before {
  content: "";
  display: block;
  width: 54px;
  height: 54px;
  margin: 8px;
  border-radius: 50%;
  border: 4px solid #fff;
  border-color: #fff transparent #fff transparent;
  animation: lds-dual-ring 1.2s linear infinite;
  position: absolute;
  top: 40%;
  transform: translate(0, -50%);
  right: 0;
  left: 0;
  margin: 0 auto;
}

.fullpage-loader i {
  font-size: 20px;
  color: #fff;
  text-align: center;
  position: absolute;
  top: 40%;
  transform: translate(0, -50%);
  left: 0;
  right: 0;
  font-style: normal;
  margin: 80px auto;
}

.gifloader {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: fixed;
  z-index: 10000001;
  background-color: rgba(0, 0, 0, 0.69);
}

.gifloader.hide {
  display: none;
}

.gifloader .loading-img {
  width: 50px;
  height: 50px;
  top: 50%;
  transform: translate(0, -50%);
  position: absolute;
  background: url("../../images/bu/ture-caller-loader.gif") no-repeat 0 0;
  left: 0;
  right: 0;
  background-size: contain;
  margin: 0 auto;
}

.floatingPopupDiv {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 99999;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
}

.floatingPopupDiv.open {
  opacity: 1;
  visibility: visible;
}

.floatingPopupDiv.open .floatpanel {
  transform: scale(1);
}
.floatingPopupDiv.open .floatpanel .form-whatsapp {
  margin-bottom: 0px;
}
@media (max-width: 568px) {
  .floatingPopupDiv.open .floatpanel .term-form-template {
    padding: 0;
    margin-top: 0;
  }
}

.floatingPopupDiv .floatpanel {
  position: relative;
  width: 450px;
  height: auto;
  background-color: #fff;
  border-radius: 30px;
  box-shadow: 0 -5px 25px rgba(0, 0, 0, 0.15);
  transform: scale(0.9);
  padding: 25px 0;
  overflow-y: hidden;
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1), border-radius 0.3s;
}

.floatingPopupDiv .floatpanel .close {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 20px;
  height: 20px;
  background: 0 0;
  border-radius: 50%;
  color: rgba(0, 0, 0, 0.5);
  text-decoration: none;
  font-size: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s;
  z-index: 10;
  line-height: 1;
  font-weight: 300;
}

.floatingPopupDiv .floatpanel .close:hover {
  background-color: #f0f4ff;
  color: #0752c9;
  border-color: #0752c9;
}

@media (max-width: 980px) {
  .floatingPopupDiv {
    align-items: flex-end;
  }
  .floatingPopupDiv .floatpanel {
    width: 450px;
    border-radius: 30px 30px 0 0;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.15);
    transform: translateY(100%);
    height: auto;
    border-top: 4px solid #0065ff;
  }
  .floatingPopupDiv.open .floatpanel {
    transform: scale(1) translateY(0);
  }
}
.floatingPopupDiv .floatpanel .showForm .lead-form {
  box-shadow: none;
  background: 0 0;
  padding: 0 20px;
  min-height: auto;
  width: 100%;
  margin: 0;
  border: none;
}
.floatingPopupDiv .floatpanel .showForm .lead-form:before {
  display: none;
}
.floatingPopupDiv .floatpanel .showForm .lead-form .feild-in-row {
  flex-direction: column;
  gap: 14px;
}
.floatingPopupDiv .floatpanel .showForm .lead-form .feild-in-row .err {
  margin: 0px !important;
}
.floatingPopupDiv .floatpanel .showForm .lead-form .feild-in-row .updateMobileFeild.error .err {
  bottom: -15px;
}
.floatingPopupDiv .floatpanel .showForm .lead-form .feild-in-row input, .floatingPopupDiv .floatpanel .showForm .lead-form .feild-in-row select, .floatingPopupDiv .floatpanel .showForm .lead-form .feild-in-row .updateMobileFeild {
  height: 52px;
}
.floatingPopupDiv .floatpanel .showForm .lead-form .feild-in-row .input_field, .floatingPopupDiv .floatpanel .showForm .lead-form .feild-in-row .updateMobileFeild {
  width: 100%;
}
.floatingPopupDiv .floatpanel .showForm .lead-form .feild-in-row .loadingDiv {
  width: 80%;
  margin: 0 auto;
}
@media (max-width: 568px) {
  .floatingPopupDiv .floatpanel .showForm .lead-form .feild-in-row .loadingDiv {
    margin: 0 auto 30px;
  }
}
.floatingPopupDiv .floatpanel .showForm .lead-form .certificate-in-row {
  flex-direction: column;
}
@media (max-width: 568px) {
  .floatingPopupDiv .floatpanel .showForm .lead-form .certificate-in-row .form-whatsapp {
    margin-bottom: 0px !important;
  }
}

.floatingPopupDiv .floatpanel .showForm .lead-form.plandetails .promise-tag-pb {
  display: none;
}
.floatingPopupDiv .floatpanel .showForm .lead-form.plandetails .insurerLogo {
  width: 140px;
  height: auto;
  margin: 0px auto;
  border: 1px solid #ccc;
  border-radius: 8px;
  padding: 5px 5px 0px 5px;
}
.floatingPopupDiv .floatpanel .showForm .lead-form.plandetails .insurerLogo img {
  width: 100%;
  height: auto;
}
.floatingPopupDiv .floatpanel .showForm .lead-form.plandetails .sub-title {
  text-align: center;
  display: block;
  font-size: 16px;
  font-weight: 600;
  margin-top: 16px;
}
.floatingPopupDiv .floatpanel .showForm .lead-form.plandetails .form-term {
  margin: 2px auto 0;
}

.floatingPopupDiv .floatpanel .showForm .lead-form .form-heading {
  text-align: center;
}

@media (max-width: 980px) {
  .floatingPopupDiv .floatpanel .showForm .lead-form .form-heading {
    padding: 10px 7% 18px;
    text-align: left;
  }
}
.floatingPopupDiv .floatpanel .updateMobileFeild .dropdown .dropdown-list {
  max-height: 177px;
  overflow: hidden;
}

@media (max-width: 568px) {
  .floatingPopupDiv .floatpanel .updateMobileFeild .dropdown .dropdown-list {
    overflow: initial;
    max-height: 300px;
  }
}
.floatingPopupDiv .floatpanel .updateMobileFeild .dropdown .dropdown-list ul {
  height: 120px;
}

@media (max-width: 568px) {
  .floatingPopupDiv .floatpanel .updateMobileFeild .dropdown .dropdown-list ul {
    overflow: scroll;
    height: 243px;
  }
}
@media (max-width: 980px) {
  .floatingPopupDiv .floatpanel .lead-form .form-heading .sub-title {
    text-align: left;
    width: 100%;
  }
  .floatingPopupDiv .floatpanel .showForm {
    overflow-y: scroll;
    height: 70vh;
  }
}
@media screen and (orientation: landscape) and (max-width: 812px) and (max-height: 500px) {
  .floatingPopupDiv .floatpanel {
    width: 100%;
  }
  .floatingPopupDiv .floatpanel .showForm {
    overflow-y: scroll;
    height: 75vh;
  }
}
@media screen and (max-width: 767px) {
  .term_footer_strip .bannerDiv .grid .footerData .footerStrip.price-increase-tag .footerStripItem .full-text {
    width: 100% !important;
    padding: 0 !important;
    line-height: 16px !important;
  }
  .product-article-wrapper {
    padding: 0 16px !important;
  }
}
.sliderRoot .sliderWrapper .items, .sliderRootWrapper .sliderWrapper .items {
  background: transparent !important;
}

.modalpopup {
  position: relative;
}

.modalpopup.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  visibility: hidden;
  opacity: 0;
  height: 100%;
  z-index: 1000;
}

.modalpopup.overlay.show {
  visibility: visible;
  opacity: 1;
}

.modalpopup .popup {
  margin: 0 auto;
  padding: 0 20px;
  border-radius: 12px;
  width: 440px;
  position: absolute;
  overflow: hidden;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background: #fff;
}

.modalpopup .popup.thankyou {
  width: 440px;
}

.modalpopup .popup .icon-user,
.modalpopup .popup .icon-phone,
.modalpopup .popup .icon-calendar {
  position: absolute;
  top: 14px;
  left: 10px;
  width: 22px;
  height: 21px;
}
.modalpopup .popup .icon-user img,
.modalpopup .popup .icon-phone img,
.modalpopup .popup .icon-calendar img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

@media screen and (orientation: landscape) and (max-width: 1000px) {
  .modalpopup .popup {
    overflow-y: scroll;
  }
}
.modalpopup .popup h2 {
  margin-top: 0;
  color: #333;
  font-family: Tahoma, Arial, sans-serif;
}

.modalpopup .popup .close {
  position: absolute;
  top: 0;
  right: 10px;
  font-size: 30px;
  text-decoration: none;
  color: #333;
  opacity: 0.6;
  z-index: 1;
  cursor: pointer;
}

.modalpopup .popup .close:hover {
  opacity: 1;
}

.modalpopup .popup .certificate {
  text-align: center;
}

.modalpopup .popup .certificate img {
  width: auto;
}

.modalpopup .popup .heading_call_icon {
  font-size: 30px;
  font-weight: 600;
  text-align: center;
}

.modalpopup .popup .heading_call_icon .headingtext {
  font-size: 20px;
  margin: 7px;
  font-weight: 700;
}

.modalpopup .popup .heading_call_icon .phone {
  width: 60px;
  height: 60px;
  margin: 0 auto;
  background: url("../../images/bu/term/new-rc-img.png") no-repeat 0 0;
  background-size: 120%;
}

.modalpopup .popup .content h3 {
  padding: 0;
  margin: 30px;
  text-align: center;
  font-size: 26px;
  font-weight: 500;
}

.modalpopup .popup .content .back-to-site,
.modalpopup .popup .content .reqBtn,
.modalpopup .popup .content .scheduleBtn {
  background: #0065ff 0 0 no-repeat padding-box;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.1019607843);
  border-radius: 10px;
  cursor: pointer;
  width: 90%;
  margin: 0 auto;
  color: #fff;
  text-align: center;
  padding: 16px;
  font-weight: 500;
  margin: 20px auto 26px;
}

@media (max-width: 568px) {
  .modalpopup .popup .content .back-to-site,
  .modalpopup .popup .content .reqBtn,
  .modalpopup .popup .content .scheduleBtn {
    font-size: 14px;
    width: 60%;
    padding: 10px;
  }
}
.modalpopup .popup .content .back-to-site {
  width: 140px;
  padding: 12px;
  margin: 0 auto;
  text-align: center;
}

.modalpopup .popup .content .scheduleBtn {
  margin: 20px auto 10px;
}

@media (max-width: 568px) {
  .modalpopup .popup .content .scheduleBtn {
    margin: 7px auto 10px;
    border-radius: 10px;
  }
}
.modalpopup .popup .content .link {
  font-size: 12px;
  color: #0165ff;
  margin: 0;
  line-height: normal;
  position: relative;
  cursor: pointer;
}

.modalpopup .popup .content .link:before {
  content: "";
  border: solid #0165ff;
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transition: all 0.2s ease-out;
  margin: 0 0 3px 5px;
  transform: rotate(135deg);
  position: absolute;
  top: 4px;
  left: -19px;
}

.modalpopup .popup .content .highlight-text {
  font-size: 16px;
  font-weight: 500;
  position: relative;
  text-align: center;
  margin: 0 0 30px;
}

.modalpopup .popup .content .highlight-text:before {
  content: "";
  position: absolute;
  width: 60%;
  height: 1px;
  background: #ccc;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -10px;
}

.modalpopup .popup .content .highlight-text.xl {
  font-size: 26px;
  margin: 0;
}

.modalpopup .popup .content .highlight-text.xl:before {
  display: none;
}

.modalpopup .popup .content .contact-info {
  display: flex;
  justify-content: space-between;
  list-style: none;
  margin-bottom: 30px;
  width: 90%;
  margin: 0 auto;
}

.modalpopup .popup .content .contact-info li {
  text-align: center;
  display: flex;
  flex-direction: column;
}

.modalpopup .popup .content .contact-info li .des {
  font-size: 12px;
  color: rgba(37, 56, 88, 0.8);
  line-height: 20px;
  margin-bottom: 5px;
  font-weight: 600;
}

.modalpopup .popup .content .contact-info li .number {
  font-size: 14px;
  color: #253858;
  line-height: 20px;
  margin-bottom: 5px;
  font-weight: 500;
  display: flex;
  align-items: center;
}

.modalpopup .popup .content .contact-info li .number .phone-icon {
  background: url("../../images/bu/term/call-icon.svg") no-repeat 0 0;
  width: 14px;
  height: 15px;
  display: block;
  margin: 0 5px 0 0;
}

@media (max-width: 568px) {
  .modalpopup .popup .content .contact-info {
    width: 100%;
    margin: 16px auto;
    flex-wrap: wrap;
    justify-content: center;
  }
  .modalpopup .popup .content .contact-info li {
    width: 50%;
  }
  .modalpopup .popup .content .contact-info li .number {
    font-weight: 600;
  }
}
.modalpopup .popup .content .extra-info {
  width: 250px;
  margin: 0 auto 30px;
  text-align: center;
}

.modalpopup .popup .content .extra-info span {
  display: block;
  font-size: 10px;
  margin: 20px;
  line-height: 16px;
}

.modalpopup .popup .content .extra-info .infotext {
  font-size: 12px;
  line-height: 22px;
}

.modalpopup .popup .content .extra-info.xl {
  width: 280px;
}

.modalpopup .popup .content .reqCallback {
  position: relative;
  max-width: 100%;
  margin: 0 auto;
}

.modalpopup .popup .content .reqCallback .call-back-form-heading {
  font-size: 14px;
  font-weight: 500;
}

.modalpopup .popup .content .reqCallback .reqCallbackinput {
  width: 98%;
  padding: 16px;
  border-radius: 8px;
  background: #fff;
}

@media (max-width: 767px) {
  .modalpopup .popup .content .reqCallback .reqCallbackinput {
    padding: 0 !important;
  }
}
.modalpopup .popup .content .reqCallback .reqCallbackinput .call-back-form-heading {
  background: rgba(24, 194, 0, 0.05);
  color: #253858;
  padding: 10px;
  top: 0;
  font-size: 12px;
  padding-left: 22px;
  width: 290px;
  position: absolute;
  border-radius: 0 0 8px 8px;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
}

.modalpopup .popup .content .reqCallback .reqCallbackinput .call-back-form-heading:before {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  top: 9px;
  left: 11px;
  background: url("../../images/bu/term/phone_callback.png") no-repeat 0 0;
  background-size: contain;
}

.modalpopup .popup .content .phone-icon {
  width: 50px;
  height: 50px;
  margin: 10px auto;
}

.modalpopup .popup .content .thanks-icon {
  width: 120px;
  height: 110px;
  margin: 0 auto;
}

.modalpopup .popup .step-2 {
  margin: 45px 0;
}

@media screen and (max-width: 767px) {
  .modalpopup .popup .step-2 {
    margin: 33px 0;
  }
}
.modalpopup .popup .step-3 {
  margin: 75px 0;
}

@media (max-width: 568px) {
  .modalpopup .popup {
    width: 96%;
    margin: 0 auto;
    max-width: 360px;
  }
  .modalpopup .popup.thankyou {
    max-width: 360px;
    width: 96%;
  }
  .modalpopup .popup.thankyou .step-3 {
    margin: 75px 0;
    flex-direction: column;
    align-items: center;
    height: 100%;
  }
  .modalpopup .popup .content .step-1 .reqCallback {
    margin: 27px 0 20px auto;
  }
  .modalpopup .popup .content .reqCallback .call-back-form-heading {
    top: -34px !important;
  }
  .modalpopup .popup .content .reqCallback:before {
    display: none;
  }
  .modalpopup .popup .content .highlight-text {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 26px;
  }
  .modalpopup .popup .content .contact-info li .des {
    font-size: 10px;
    line-height: 14px;
    margin-bottom: 6px;
    font-weight: 400;
  }
  .modalpopup .popup .content .contact-info li .number {
    font-size: 14px;
    justify-content: center;
  }
  .modalpopup .popup .content .phone-icon {
    width: 40px;
    height: 40px;
  }
  .modalpopup .popup .content .extra-info span {
    display: block;
    font-size: 10px;
    margin: 15px;
    line-height: 16px;
  }
  .modalpopup .popup .content .extra-info span.infotext {
    margin-bottom: 10px;
  }
  .modalpopup .popup .content .reqCallback .reqCallbackinput {
    box-shadow: none;
  }
}
.modalpopup .custom-field {
  position: relative;
  font-size: 14px;
  border-top: 20px solid transparent;
  margin-bottom: 5px;
  display: inline-block;
  width: 100%;
}

.modalpopup .custom-field .err {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -20px;
  font-size: 10px;
  text-align: right;
  color: red;
}

.modalpopup .custom-field.movingLabel.mob input {
  padding: 14px 14px 14px 42px;
  height: 44px;
}

.modalpopup .custom-field.movingLabel.mob select {
  position: absolute;
  width: 78px;
  height: calc(100% - 6px);
  padding: 0 10px;
  border: none;
  top: 3px;
  left: 0;
  background: 0 0;
  z-index: 1;
}

.modalpopup .custom-field.movingLabel.mob select:focus {
  outline: 0;
}

.modalpopup .custom-field.movingLabel input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #f2f2f2;
  padding: 14px 12px 14px 42px;
  border-radius: 8px;
  width: 100%;
  outline: 0;
  font-size: 14px;
  background: 0 0;
  border: 1px solid #cbc9c9;
  transition: border-color 0.3s ease;
}

.modalpopup .custom-field.movingLabel input + .placeholder {
  position: absolute;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  top: -6px;
  line-height: 100%;
  color: #aaa;
  transition: top 0.3s ease, color 0.3s ease, font-size 0.3s ease;
  left: 7px;
  padding: 0 5px;
  font-size: 12px;
  background: #fff;
  display: inline-block;
}

.modalpopup .form-whatsapp {
  margin-top: 10px !important;
}

.form-whatsapp {
  font-size: 12px;
  text-align: center;
  color: #253858;
  margin-bottom: 0 !important;
  margin-top: 0 !important;
}

.form-whatsapp i.icon {
  background: url("../../images/bu/term/whatsapp.png") no-repeat 0 0;
  background-size: cover;
  margin-right: 3px;
  margin-bottom: 2px;
  vertical-align: middle;
  width: 21px;
  height: 21px;
  display: inline-block;
}

.form-whatsapp .switch {
  position: relative;
  display: inline-block;
  width: 32px;
  height: 14px;
  vertical-align: middle;
  margin-left: 5px;
}

.form-whatsapp .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.form-whatsapp .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  transition: 0.4s;
}

.form-whatsapp .slider.round {
  border-radius: 34px;
}

.form-whatsapp .slider.round:before {
  border-radius: 50%;
}

.form-whatsapp .slider:before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 0;
  bottom: -3px;
  background-color: #fff;
  transition: 0.4s;
  box-shadow: 0 2px 6px rgba(29, 60, 110, 0.36);
}

.form-whatsapp input:checked + .slider {
  background-color: #36b37e;
}

.form-whatsapp input:checked + .slider:before {
  transform: translateX(13px);
}

.form-whatsapp input:focus + .slider {
  box-shadow: 0 0 1px #36b37e;
}

.action-req-callback {
  font-weight: 500;
  line-height: 18px;
  position: fixed;
  bottom: 80px;
  right: 20px;
  font-size: 13px;
  color: #fff;
  cursor: pointer;
  padding: 16px 15px 15px 62px;
  box-sizing: border-box;
  text-align: center;
  display: none;
  background: #F78631 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px rgba(247, 134, 49, 0.168627451);
  border: 0.8000000119px solid #FA6000;
  border-radius: 25px;
  z-index: 99;
}
.action-req-callback.active {
  display: block;
}
.action-req-callback::before {
  content: "";
  background: url(../../images/bu/term/term-request-call-back-icon.gif) no-repeat center/contain;
  width: 40px;
  height: 40px;
  position: absolute;
  left: 14px;
  top: 50%;
  z-index: 1;
  transform: translate(0px, -50%);
}
@media screen and (max-width: 768px) {
  .action-req-callback::before {
    width: 35px;
    height: 35px;
    position: absolute;
    left: 3px;
  }
}
@media (max-width: 768px) {
  .action-req-callback {
    padding: 12px 9px 12px 40px;
    font-size: 12px;
    line-height: 16px;
    right: 9px;
    bottom: 90px;
  }
  .action-req-callback span {
    display: none;
  }
}

.popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000000;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
}

.popup-overlay.active {
  opacity: 1;
  visibility: visible;
}

.popup-container {
  width: 90%;
  max-width: 450px;
  background-color: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  transform: scale(0.9);
  opacity: 0;
  transition: transform 0.4s, opacity 0.4s;
}

.popup-container .popup-header {
  padding: 26px 26px 0 26px;
  position: relative;
}

.popup-container .popup-header .popup-title {
  color: #263c90;
  font-size: 28px;
  line-height: 34px;
  font-weight: 700;
  text-align: left;
  margin-bottom: 14px;
  position: relative;
  text-transform: uppercase;
}

@media (max-width: 568px) {
  .popup-container .popup-header .popup-title {
    font-size: 26px;
    line-height: 28px;
    text-transform: uppercase;
  }
}
.popup-container .popup-header .popup-title .popup-subtitle {
  color: #263c90;
  font-size: 20px;
  text-align: left;
  line-height: 30px;
  text-transform: lowercase;
  font-weight: 500;
}

@media (max-width: 568px) {
  .popup-container .popup-header .popup-title .popup-subtitle {
    font-size: 17px;
    line-height: 28px;
  }
}
.popup-container .popup-header .popup-title::after {
  content: "";
  position: absolute;
  width: 100px;
  height: 114px;
  background: url(../../images/bu/term/advantage-img.png) no-repeat 0 0;
  right: -10px;
  top: -20px;
  background-size: contain;
}

@media (max-width: 568px) {
  .popup-container .popup-header .popup-title::after {
    width: 80px;
    height: 100px;
    right: -10px;
    top: -20px;
    background-size: contain;
  }
}
.popup-container .popup-content {
  padding: 35px 20px 10px;
  background: rgba(0, 101, 255, 0.05);
  width: 96%;
  margin: 0 auto;
  border-radius: 14px;
  box-sizing: border-box;
}

@media (max-width: 568px) {
  .popup-container .popup-content {
    padding: 25px 20px 10px;
  }
}
.popup-container .close-popup {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  cursor: pointer;
  border: none;
  transition: background 0.3s;
}

.popup-container .close-popup:hover {
  background: rgba(255, 255, 255, 0.3);
}

.popup-container .advantages-title {
  font-size: 18px;
  color: #253858;
  font-weight: 600;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}

.popup-container .actionBtn {
  padding: 12px 20px;
  border-radius: 6px;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  text-align: center;
  transition: all 0.3s;
}

.popup-container .actionBtn#continueWithValid {
  background: #f35024;
  box-shadow: 0 3px 12px 0 rgba(0, 0, 0, 0.25);
  border: none;
  color: #fff;
  padding: 15px;
  width: 75%;
  margin: 0 auto;
  font-weight: 600;
  font-size: 19px;
}

@media (max-width: 568px) {
  .popup-container .actionBtn#continueWithValid {
    width: 80%;
    padding: 14px;
  }
}
.popup-container .actionBtn#continueWithInvalid {
  background: 0 0;
  color: #f35024;
  width: 54%;
  margin: 0 auto;
  border: none;
  padding: 10px 16px 10px 10px;
  position: relative;
}

.popup-container .actionBtn#continueWithInvalid:after {
  content: "";
  position: absolute;
  right: 2px;
  top: 53%;
  width: 10px;
  height: 10px;
  background: url(../../images/bu/term/orange_arrow_path.png) no-repeat 0 0;
  background-size: contain;
  transform: translateY(-50%);
}

@media (max-width: 390px) {
  .popup-container .actionBtn#continueWithInvalid {
    width: 255px;
    padding-right: 25px;
    font-size: 15px;
  }
  .popup-container .actionBtn#continueWithInvalid:after {
    right: 17px;
    top: 54%;
  }
}
.popup-container .advantages-list {
  padding: 0;
  margin: 0;
  list-style: none;
}

.popup-container .advantages-list li {
  font-size: 16px;
  color: #253858;
  line-height: 24px;
  margin-bottom: 10px;
  position: relative;
  padding-left: 20px;
  margin-bottom: 20px;
}

@media (max-width: 568px) {
  .popup-container .advantages-list li {
    font-size: 15px;
    margin-bottom: 10px;
  }
}
.popup-container .advantages-list li:before {
  content: "";
  position: absolute;
  left: -4px;
  top: 4px;
  width: 16px;
  height: 16px;
  background: url(../../images/bu/term/advantage_start.png) no-repeat 0 0;
  background-size: contain;
}

.popup-container .popup-footer {
  padding: 20px 0 16px;
}

.popup-container .popup-actions {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

@media (max-width: 568px) {
  .popup-container .popup-actions {
    gap: 4px;
  }
}
.popup-overlay.active .popup-container {
  transform: scale(1);
  opacity: 1;
}

.term-footer-sticky {
  background: #242424;
  position: fixed;
  bottom: -150px;
  left: 0;
  right: 0;
  z-index: 99;
  border-radius: 12px 12px 0 0;
  transition: all 0.5s ease-in;
}

.term-footer-sticky .msg-we-offer {
  display: none;
}

@media (max-width: 980px) {
  .term-footer-sticky .msg-we-offer {
    position: absolute;
    bottom: 48px;
    padding: 6px 30px;
    font-size: 12px;
    font-weight: 500;
    border-radius: 50px 50px 0 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 296px;
    text-align: center;
    display: block;
    background: #b1feec;
  }
}
.term-footer-sticky.active {
  bottom: -1px;
}

.term-footer-sticky .premiumPlan sup {
  position: relative !important;
  top: initial !important;
}

.term-footer-sticky .f-discalimer {
  color: #fff;
  position: absolute;
  bottom: 5px;
  right: -50px;
  font-size: 10px;
  width: 220px;
}

@media (max-width: 1024px) {
  .term-footer-sticky .f-discalimer {
    display: none;
  }
}
.term-footer-sticky .close-btn {
  background: #fff;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 5px;
  right: -35px;
  border-radius: 50%;
  cursor: pointer;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
}

@media (max-width: 890px) {
  .term-footer-sticky .close-btn {
    background: 0 0;
    width: 14px;
    height: 14px;
    right: 5px;
    font-size: 10px;
    font-weight: 600;
    line-height: 14px;
    color: #ccc;
  }
}
.term-footer-sticky .offer-we-share {
  position: relative;
  display: flex;
  flex-direction: row;
  width: 980px;
  margin: 0 auto;
  align-items: center;
  justify-content: flex-start;
}

@media (max-width: 980px) {
  .term-footer-sticky .offer-we-share {
    max-width: 600px;
    justify-content: space-between;
    width: 96%;
  }
}
.term-footer-sticky .offer-we-share .offer-img {
  width: 60px !important;
  height: 80px !important;
  background: url(../../images/bu/term/footer-stikcy_sprites.png) no-repeat -8px 0 !important;
  background-size: cover !important;
}

.term-footer-sticky .offer-we-share .vp.av {
  background: #0065ff 0 0 no-repeat padding-box;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.1019607843);
  border-radius: 10px;
  cursor: pointer;
  width: 235px;
  color: #fff;
  text-align: left;
  padding: 16px;
  font-weight: 500;
  padding: 14px 13px 14px 12px;
  font-weight: 500;
  margin: 9px 0;
  position: relative;
}

.term-footer-sticky .offer-we-share .vp.av i {
  content: "";
  border: solid #fff;
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(45deg);
  -webkit-transform: rotate(-45deg);
  transition: all 0.2s ease-out;
  margin: 0 0 3px 5px;
  right: 18px;
  top: 40%;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 4px;
  position: absolute;
}

@media (max-width: 767px) {
  .term-footer-sticky .offer-we-share .vp.av {
    max-width: 122px !important;
  }
  .term-footer-sticky .offer-we-share .vp.av span {
    display: none !important;
  }
}
.term-footer-sticky .offer-we-share .plan-text {
  color: #fff;
  font-size: 18px;
}

.term-footer-sticky .offer-we-share .plan-text.gr {
  display: flex;
  flex-direction: column;
  margin: 0 60px 0 30px;
}

.term-footer-sticky .offer-we-share .plan-text.gr .multitext {
  line-height: 20px;
  font-size: 24px;
  margin-bottom: 10px;
  font-weight: 600;
  position: relative;
  top: 0;
  font-size: 21px;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}

@media (max-width: 890px) {
  .term-footer-sticky .offer-we-share .plan-text.gr .multitext {
    margin-bottom: 0;
  }
}
.term-footer-sticky .offer-we-share .plan-text.gr .multitext .text2 {
  font-size: 24px;
  font-weight: 500;
  color: #fff;
  position: relative;
  top: -3px;
  padding-left: 5px;
}

@media (max-width: 890px) {
  .term-footer-sticky .offer-we-share .plan-text.gr .multitext .text2 {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .term-footer-sticky .offer-we-share .plan-text.gr .multitext {
    padding: 0;
    padding: 0;
    flex-direction: column;
    align-items: flex-start;
  }
  .term-footer-sticky .offer-we-share .plan-text.gr .multitext span {
    width: 100%;
    font-size: 14px;
    font-weight: 600;
  }
  .term-footer-sticky .offer-we-share .plan-text.gr .multitext .text2 {
    font-size: 20px;
    padding: 0;
  }
}
@media (max-width: 375px) {
  .term-footer-sticky .offer-we-share .plan-text.gr .multitext span {
    width: 100%;
    font-size: 12px;
    font-weight: 600;
  }
}
.term-footer-sticky .offer-we-share .plan-text.gr .multitab {
  margin-bottom: 10px;
}

.term-footer-sticky .offer-we-share .plan-text.gr .multitab .text1 {
  font-size: 11px;
  font-weight: 700;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  padding: 8px 10px 8px 36px;
  color: #4ce48e;
  margin-right: 20px;
  position: relative;
}

.term-footer-sticky .offer-we-share .plan-text.gr .multitab .text1 .highlight-green {
  color: #4ce48e;
  font-size: 14px;
}

.term-footer-sticky .offer-we-share .plan-text.gr .multitab .text1 sup {
  color: #4ce48e;
}

.term-footer-sticky .offer-we-share .plan-text.gr .multitab .text1:before {
  content: "";
  background: url(../../images/bu/term/footer-stikcy_sprites.png) no-repeat 0 0;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 10px;
  top: 6px;
  background-size: 550%;
  background-position: -86px -5px;
}

@media (max-width: 767px) {
  .term-footer-sticky .offer-we-share .plan-text.gr .multitab .text1 {
    display: none;
  }
}
.term-footer-sticky .offer-we-share .plan-text.gr .multitab .text2 {
  font-size: 14px;
  font-weight: 700;
  background: rgba(255, 255, 255, 0.1);
  color: #e79eff;
  border-radius: 20px;
  padding: 8px 10px 8px 36px;
  position: relative;
}

.term-footer-sticky .offer-we-share .plan-text.gr .multitab .text2:before {
  content: "";
  background: url(../../images/bu/term/footer-stikcy_sprites.png) no-repeat 0 0;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 10px;
  top: 6px;
  background-size: 680%;
  background-position: -107px -40px;
}

@media (max-width: 767px) {
  .term-footer-sticky .offer-we-share .plan-text.gr .multitab {
    display: none;
  }
}
@media (max-width: 767px) {
  .term-footer-sticky .offer-we-share .plan-text.gr {
    margin: 0;
  }
}
.term-footer-sticky .offer-we-share .plan-text.yl {
  display: inline;
}

.term-footer-sticky .offer-we-share .plan-text.yl .text1 {
  font-size: 22px;
  font-weight: 500;
  color: #eed304;
}

@media (max-width: 568px) {
  .term-footer-sticky .offer-we-share .plan-text.yl .text1 {
    width: 18px;
  }
}
.term-footer-sticky .offer-we-share .plan-text.yl .text2 {
  font-size: 22px;
  font-weight: 500;
  color: #eed304;
}

@media (max-width: 890px) {
  .term-footer-sticky .offer-we-share .plan-text.yl .text2 {
    width: 18px;
  }
}
.term-footer-sticky .offer-we-share .plan-text.yl .text2 i {
  font-size: 16px;
  font-style: normal;
}

@media (max-width: 890px) {
  .term-footer-sticky .offer-we-share .plan-text.yl {
    width: 70%;
  }
}
@media (max-width: 890px) {
  .term-footer-sticky .offer-we-share {
    display: flex;
    flex-direction: row;
    width: 100%;
    padding: 20px 15px;
  }
  .term-footer-sticky .offer-we-share .chat-with-us {
    width: 50%;
    background: #e2edff;
    padding: 15px 0;
    text-align: center;
    height: 50px;
  }
  .term-footer-sticky .offer-we-share .chat-with-us span {
    color: #0065ff;
    font-size: 15px;
    font-weight: 600;
    position: relative;
    padding-left: 30px;
  }
  .term-footer-sticky .offer-we-share .chat-with-us span:before {
    content: "";
    background: url("../../images/bu/term/chat-term-icon.png") no-repeat;
    width: 20px;
    height: 20px;
    background-size: contain;
    position: absolute;
    left: 0;
    top: -1px;
  }
  .term-footer-sticky .offer-we-share .chat-with-us span .unread-messages {
    background: red;
    border: 1px solid #fff;
    color: #fff;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 8px;
    font-weight: 700;
    z-index: 1;
    left: 10px;
    top: -9px;
    position: absolute;
  }
  .term-footer-sticky .offer-we-share .offer-img {
    display: none;
  }
  .term-footer-sticky .offer-we-share .vp {
    font-weight: 500;
    margin: 0;
    font-size: 15px;
    line-height: 18px;
  }
  .term-footer-sticky .offer-we-share .vp span {
    position: relative;
    display: flex;
    width: 80%;
    margin: 0 auto;
  }
  .term-footer-sticky .offer-we-share .vp span i {
    position: absolute;
    right: 0;
    top: 1px;
    display: block;
  }
}
@media (max-width: 640px) {
  .term-footer-sticky .offer-we-share {
    padding: 10px 15px 0;
  }
}
@media (max-width: 890px) {
  .term-footer-sticky .section-grid {
    padding: 0 !important;
  }
}
.term-footer-sticky .f-discalimer {
  color: #fff !important;
  position: absolute !important;
  bottom: 5px !important;
  right: -40px !important;
  font-size: 10px !important;
  width: 460px !important;
}

.term-footer-sticky .section-grid {
  background: 0 0 !important;
}/*# sourceMappingURL=home-loan-calculator.css.map */