@import url("https://fonts.googleapis.com/css2?family=Mulish:wght@300;400;500;600;700;800;900&display=swap");
:root {
  --stickyPosition: 135px;
  --sticky-spacer: 50px;
}

html,
body,
.icici {
  font-family: "Mulish", sans-serif;
}

@-webkit-keyframes bounce2 {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
  40% {
    -webkit-transform: translate(-50%, -10px);
            transform: translate(-50%, -10px);
  }
  60% {
    -webkit-transform: translate(-50%, -5px);
            transform: translate(-50%, -5px);
  }
}

@keyframes bounce2 {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
  40% {
    -webkit-transform: translate(-50%, -10px);
            transform: translate(-50%, -10px);
  }
  60% {
    -webkit-transform: translate(-50%, -5px);
            transform: translate(-50%, -5px);
  }
}
.no-pointer {
  cursor: default;
}
.no-pointer:hover {
  text-decoration: none;
}

.no-scroll,
.block {
  position: relative;
  overflow: hidden;
}

.border--radius-10 {
  border-radius: 10px;
}

.desktop-only {
  display: none;
}
@media screen and (min-width: 769px) {
  .desktop-only {
    display: block;
  }
}

.mobile-only {
  display: none;
}
@media screen and (max-width: 768px) {
  .mobile-only {
    display: block;
  }
}

.scrolltop {
  left: unset;
  width: auto;
}

.sticky-spacer {
  min-height: var(--sticky-spacer);
}

.stickyScrollbar.sticky {
  position: fixed;
  top: var(--stickyPosition);
  width: 100%;
  z-index: 99;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  left: 0;
  margin: 0;
}

.animated_arrows {
  content: "";
  position: absolute;
  top: -50px;
  left: 161px;
  width: 14px;
  height: 14px;
  -webkit-transform: translate(-50%, 10px);
          transform: translate(-50%, 10px);
  -webkit-animation: bounce2 2s ease infinite;
          animation: bounce2 2s ease infinite;
}
.animated_arrows.down {
  top: unset;
  bottom: -50px;
}

.border--white {
  border-color: white !important;
}

.btn.text-white {
  color: #fff;
}
.btn.text-white:hover {
  color: #f5821f;
}

.d-flex-justify-end {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.text--white {
  color: #fff !important;
}
.text--white .link {
  color: #fff;
}
.text--white .btn.link {
  text-decoration: underline;
  -webkit-text-decoration-color: white;
          text-decoration-color: white;
}

.note {
  color: #8b8b8b;
  font-size: 14px;
  margin-top: 5px;
}

.ourhome--arrows {
  right: 10px;
}

.icici-hm-banner {
  --stickyPosition: 135px;
  --sticky-spacer: 92px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .icici-hm-banner {
    --stickyPosition: 117px;
  }
}
.icici-hm-banner .banner-heading {
  font-size: 2em;
  max-width: 500px;
}
.icici-hm-banner .banner--container {
  z-index: 7;
}
.icici-hm-banner .banner--container > figure.desktop-only {
  width: 600px;
}
@media screen and (max-width: 768px) {
  .icici-hm-banner .sticky-spacer {
    margin: 0 0 0 -20px;
    overflow: scroll;
    width: calc(100% + 50px);
    padding: 0 20px;
  }
}
@media screen and (max-width: 1024px) {
  .icici-hm-banner .center--container {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 20px 20px;
  }
}
@media screen and (max-width: 768px) {
  .icici-hm-banner .center--container {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 100%;
    margin: 0 20px 0 0;
    padding: 0;
    background: none;
  }
}
.icici-hm-banner .banner-links-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.icici-hm-banner .banner-links-content .banner-link:first-child {
  padding-top: 0;
}
@media screen and (max-width: 768px) {
  .icici-hm-banner .banner-links-content {
    width: 90%;
  }
}
.icici-hm-banner .banner--icons {
  padding: 0 20px 0 0;
}
.icici-hm-banner .banner--icons li {
  line-height: 1.5;
  z-index: 5;
  padding: 0;
  border-right: unset;
}
@media screen and (max-width: 768px) {
  .icici-hm-banner .banner--icons li {
    margin: 10px 0;
  }
}
.icici-hm-banner .banner--icons li:after {
  content: "";
  background: #c8c8c8;
  width: 1px;
  height: 20px;
  display: block;
}
.icici-hm-banner .banner--icons li:last-child:after {
  display: none;
}
.icici-hm-banner .banner--icons li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  outline: none;
  padding: 0 20px;
}
.icici-hm-banner .banner--icons li a span {
  color: rgb(61, 61, 61);
}
.icici-hm-banner .banner--icons li a:hover {
  text-decoration: underline;
}
.icici-hm-banner .banner--icons li a.no-pointer {
  cursor: default;
}
.icici-hm-banner .banner--icons li a.no-pointer:hover {
  text-decoration: none;
}
.icici-hm-banner .banner--icons li figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 50px;
}
.icici-hm-banner .banner--icons li span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 768px) {
  .icici-hm-banner .btn.link {
    max-width: 97%;
  }
}
@media screen and (max-width: 768px) {
  .icici-hm-banner .header-scroll.inner-banner {
    margin-top: 20px;
    width: 690px;
  }
  .icici-hm-banner .header-scroll.inner-banner.additional_loan {
    width: 500px;
  }
}
@media screen and (max-width: 768px) {
  .icici-hm-banner .header-scroll.inner-banner.sticky {
    margin-top: 0;
    width: 100%;
  }
}
.icici-hm-banner .header-scroll.inner-banner.sticky .center--container {
  max-width: 1260px;
}
@media screen and (max-width: 768px) {
  .icici-hm-banner .header-scroll.inner-banner.sticky .center--container {
    overflow: scroll;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .icici-hm-banner .header-scroll.inner-banner.sticky .center--container ul {
    width: 700px;
  }
  .icici-hm-banner .header-scroll.inner-banner.sticky .center--container ul.wd__750px {
    width: 750px;
  }
  .icici-hm-banner .header-scroll.inner-banner.sticky .center--container ul.wd__770px {
    width: 770px;
  }
  .icici-hm-banner .header-scroll.inner-banner.sticky .center--container ul li.wd__200px {
    width: 200px;
  }
  .icici-hm-banner .header-scroll.inner-banner.sticky .center--container ul li.wd__210px {
    width: 210px;
  }
  .icici-hm-banner .header-scroll.inner-banner.sticky .center--container ul li.wd__220px {
    width: 220px;
  }
  .icici-hm-banner .header-scroll.inner-banner.sticky .center--container ul li.wd__180px {
    width: 180px;
  }
  .icici-hm-banner .header-scroll.inner-banner.sticky .center--container ul li.wd__150px {
    width: 150px;
  }
}
@media screen and (max-width: 768px) {
  .icici-hm-banner .header-scroll.inner-banner .center--container > div {
    position: fixed;
    bottom: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    z-index: 10;
  }
  .icici-hm-banner .header-scroll.inner-banner .center--container > div a,
.icici-hm-banner .header-scroll.inner-banner .center--container > div button {
    width: 33.33%;
    opacity: 1;
    margin: 0;
    background: #fff;
    color: #ee7e1e;
    border-radius: 0;
    border-width: 2px 2px 2px 0px;
    padding: 8px 0;
    font-size: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .icici-hm-banner .header-scroll.inner-banner .center--container > div a:hover,
.icici-hm-banner .header-scroll.inner-banner .center--container > div button:hover {
    color: #ee7e1e;
  }
  .icici-hm-banner .header-scroll.inner-banner .center--container > div a:last-child,
.icici-hm-banner .header-scroll.inner-banner .center--container > div button:last-child {
    background: #ee7e1e;
    color: #fff;
  }
  .icici-hm-banner .header-scroll.inner-banner .center--container > div a:last-child:hover,
.icici-hm-banner .header-scroll.inner-banner .center--container > div button:last-child:hover {
    background: #fff;
    color: #ee7e1e;
  }
}
@media screen and (max-width: 360px) {
  .icici-hm-banner .header-scroll.inner-banner .center--container > div a,
.icici-hm-banner .header-scroll.inner-banner .center--container > div button {
    font-size: 11px;
  }
}

@media only screen and (max-width: 768px) {
  .icici-hm-guide.home-loan-main:after {
    height: 80px;
    bottom: -72px;
  }
}
.icici-hm-guide.additional_loan_guide .getting--started-right.no-bottom-separator:before {
  height: 200px;
}
@media only screen and (max-width: 768px) {
  .icici-hm-guide.homepage-guide .getting--started-container .getting--started-right .animated_arrows, .icici-hm-guide.first-time-home-buyer-guide .getting--started-container .getting--started-right .animated_arrows, .icici-hm-guide.choosing-dream-home-guide .getting--started-container .getting--started-right .animated_arrows, .icici-hm-guide.funding-dream-home-guide .getting--started-container .getting--started-right .animated_arrows, .icici-hm-guide.transfer-loan .getting--started-container .getting--started-right .animated_arrows, .icici-hm-guide.additional_loan_guide .getting--started-container .getting--started-right .animated_arrows {
    top: -30px;
  }
}
.icici-hm-guide.funding-dream-home-guide.getting--started-container .getting--started-right .animated_arrows.down {
  top: 101% !important;
}
.icici-hm-guide.transfer-loan .getting--started-right:before {
  height: 130%;
}
.icici-hm-guide .getting--started-container {
  padding-top: 160px;
}
@media screen and (max-width: 768px) {
  .icici-hm-guide .getting--started-container {
    padding-top: 0;
  }
  .icici-hm-guide .getting--started-container:before {
    content: "";
    background-color: #f5821f;
    width: 2px;
    height: 50px;
    display: block;
    left: 23%;
    position: relative;
    /*left: 160px;
                top: -100px;*/
    z-index: -1;
  }
}
@media screen and (max-width: 768px) {
  .icici-hm-guide .getting--started-left {
    padding-top: 0;
  }
}
.icici-hm-guide .getting--started-left .section--title {
  text-align: left;
}
.icici-hm-guide .getting--started-left .para a {
  font-weight: bold;
  text-decoration: underline;
}
.icici-hm-guide .getting--started-left .search--container {
  max-width: 455px;
}
.icici-hm-guide .getting--started-left .search--container .search--bar input {
  padding: 21px 0;
}
.icici-hm-guide .getting--started-right {
  position: static;
}
.icici-hm-guide .getting--started-right::before {
  top: -160px;
  height: 150%;
  left: 50%;
  overflow: hidden;
}
.icici-hm-guide .getting--started-right.no-bottom-separator:before {
  height: 100%;
}
.icici-hm-guide .getting--started-right .animated_arrows {
  top: -90px;
  left: 50%;
}
@media screen and (max-width: 850px) {
  .icici-hm-guide .getting--started-right .animated_arrows {
    display: none;
  }
}
.icici-hm-guide .getting--started-right .animated_arrows.down {
  top: unset;
  bottom: -50px;
}
.icici-hm-guide .getting--started-right li {
  width: 31.5%;
  max-width: 230px;
}
@media screen and (max-width: 850px) {
  .icici-hm-guide .getting--started-right li {
    width: 48%;
  }
}
@media screen and (max-width: 768px) {
  .icici-hm-guide .getting--started-right li {
    max-width: unset;
    width: 100%;
  }
}
.icici-hm-guide .getting--started-right li .subtitle {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.icici-hm-guide .getting--started-right li .card-box-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.icici-hm-guide .getting--started-right li .card-box-btn .btn.link {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  border: none;
  text-decoration: underline;
}
.icici-hm-guide .getting--started-right li.flex-left-align {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.icici-hm-guide .getting--started-right li.flex-right-align {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.icici-hm-guide .getting--started-right li.two-cols {
  width: 66%;
  max-width: 483px;
}
.icici-hm-guide .getting--started-right li.two-cols .card-box-btn {
  -ms-flex-item-align: end;
      align-self: flex-end;
}
@media screen and (max-width: 768px) {
  .icici-hm-guide .getting--started-right li.two-cols {
    width: 100%;
    max-width: unset;
  }
}
@media only screen and (min-device-width: 827px) and (max-device-width: 1792px) and (orientation: landscape) {
  .icici-hm-guide .getting--started-right {
    padding-left: 5%;
  }
}
.icici-hm-guide.transfer-loan .getting--started-wrapper::after {
  width: 2px;
  background: #f37d1f;
  height: 100px;
  bottom: -60px;
  left: 50%;
}
.icici-hm-guide.funding-dream-home-guide .getting--started-wrapper::after {
  width: 2px;
  background: #f37d1f;
  height: 100px;
  bottom: -60px;
  left: 50%;
}
.icici-hm-guide.first-time-home-buyer-guide .getting--started-wrapper::after {
  width: 2px;
  background: #f37d1f;
  height: 100px;
  bottom: -60px;
  left: 50%;
}

.icici-hm-calculator .center--container > p {
  padding: 0 20px;
}
@media screen and (max-width: 768px) {
  .icici-hm-calculator .center--container {
    padding: 0;
  }
}
.icici-hm-calculator .calculator--wraper {
  width: 100%;
}
.icici-hm-calculator .calculator--wraper:after {
  display: none;
}
@media screen and (max-width: 768px) {
  .icici-hm-calculator .flex--direction-row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.icici-hm-calculator .inputRow.wd-half {
  width: 45%;
}
@media screen and (max-width: 768px) {
  .icici-hm-calculator .inputRow.wd-half {
    width: 100%;
  }
}
.icici-hm-calculator .calculators {
  position: relative;
}
@media screen and (max-width: 768px) {
  .icici-hm-calculator .calculators {
    background: none;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
.icici-hm-calculator .calculators .loanbox {
  position: relative;
}
.icici-hm-calculator .calculators .loanbox .termText {
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.icici-hm-calculator .calculators .wrapper input {
  text-align: left;
}
.icici-hm-calculator .calc-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  .icici-hm-calculator .calc-tabs {
    overflow: scroll;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-bottom: 20px;
  }
}
.icici-hm-calculator .calc-tabs .calc-tabs-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  .icici-hm-calculator .calc-tabs .calc-tabs-container {
    width: 1000px;
  }
}
.icici-hm-calculator .calc-tabs a {
  background: url(https://indianli.icicibank.com/assets/images/tab-inactive.png) no-repeat left top;
  background-size: contain;
  width: 29%;
  text-align: left;
  padding: 12px 60px;
  color: #000;
}
.icici-hm-calculator .calc-tabs a.active, .icici-hm-calculator .calc-tabs a:hover {
  outline: none;
  background: url(https://indianli.icicibank.com/assets/images/tab-active.png) no-repeat left top;
  background-size: contain;
  color: #f37e20;
  font-weight:bold;
}
.icici-hm-calculator .calc-tabs a:not(:first-child) {
  margin-left: -80px;
}
@media screen and (max-width: 768px) {
  .icici-hm-calculator .calc-tabs a:not(:first-child) {
    margin-left: -60px;
  }
}
@media screen and (max-width: 768px) {
  .icici-hm-calculator .calc-tabs a {
    width: 300px;
    padding: 9px 30px 9px 46px;
  }
}
@media screen and (max-width: 1024px) and (orientation: landscape) {
  .icici-hm-calculator .calc-tabs a {
    padding: 7px 10px 7px 35px;
    width: 33%;
  }
  .icici-hm-calculator .calc-tabs a:not(:first-child) {
    margin-left: -50px;
  }
}
@media screen and (max-width: 768px) {
  .icici-hm-calculator .calc-content {
    background: #fff;
    -webkit-box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.2);
            box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.2);
    margin: 0 20px;
  }
}
.icici-hm-calculator .calc-content > div:not(.active) {
  display: none;
}
.icici-hm-calculator .calc-content .cal-text {
  line-height: 1.2;
  margin-top: 14px;
}
.icici-hm-calculator .calc-content figcaption {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .icici-hm-calculator .calc-content figcaption {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.icici-hm-calculator .calc-content figcaption > div {
  border-right: 1px solid #c6c6c6;
  padding-right: 10px;
  margin-right: 10px;
}
@media screen and (max-width: 768px) {
  .icici-hm-calculator .calc-content figcaption > div {
    border-bottom: 1px solid #c6c6c6;
    border-right: unset;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
}
.icici-hm-calculator .calc-content figcaption > div:last-child {
  border-right: unset;
}
@media screen and (max-width: 768px) {
  .icici-hm-calculator .calc-content figcaption > div:last-child {
    border-bottom: unset;
    border-right: unset;
  }
}
.icici-hm-calculator .calc-content figcaption .cal-text {
  margin-top: unset;
}
.icici-hm-calculator .calc-content .row-col .col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  /* min-width: unset; */
  max-width: unset;
  -webkit-box-flex: unset;
      -ms-flex-positive: unset;
          flex-grow: unset;
  -ms-flex-preferred-size: unset;
      flex-basis: unset;
}
.icici-hm-calculator .calc-content .calc-affordability .monthlyEmi {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .icici-hm-calculator .calc-content .calc-affordability .monthlyEmi {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .icici-hm-calculator .calc-content .calc-affordability .monthlyEmi br {
    display: none;
  }
}
.icici-hm-calculator .calc-content .calc-affordability .monthlyEmi figcaption {
  padding-right: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .icici-hm-calculator .calc-content .calc-affordability .monthlyEmi figcaption {
    width: 77%;
  }
  .icici-hm-calculator .calc-content .calc-affordability .monthlyEmi figcaption:nth-child(2) {
    margin-top: 0;
  }
  .icici-hm-calculator .calc-content .calc-affordability .monthlyEmi figcaption:last-child {
    border: unset;
  }
}
@media screen and (max-width: 768px) {
  .icici-hm-calculator .calc-content .calc-affordability .monthlyEmi figcaption {
    width: 72%;
  }
}
.icici-hm-calculator .calc-content .calc-eligibility .monthlyEmi {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .icici-hm-calculator .calc-content .calc-eligibility .monthlyEmi {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.icici-hm-calculator .calc-content .calc-eligibility .monthlyEmi figcaption {
  padding-right: 20px;
}
@media screen and (max-width: 768px) {
  .icici-hm-calculator .calc-content .calc-eligibility .monthlyEmi figcaption {
    width: 77%;
  }
}
@media screen and (max-width: 768px) {
  .icici-hm-calculator .calc-content .calc-eligibility .monthlyEmi figcaption {
    width: 72%;
  }
}
.icici-hm-calculator .calc-content .wrapper input.year-box {
  width: 85px;
  text-align: right;
}
.icici-hm-calculator .calc-content .wrapper input.intRate {
  width: 105px;
  text-align: right;
}

.icici-hm-carousel {
  padding-top: 190px;
}
@media screen and (max-width: 768px) {
  .icici-hm-carousel {
    padding: 60px 0px 0px;
    overflow: visible;
  }
}
.icici-hm-carousel:before {
  content: "";
  display: block;
  width: 2px;
  height: 500px;
  position: absolute;
  top: 0;
  left: 67%;
  background: #f1801f;
}
@media screen and (max-width: 768px) {
  .icici-hm-carousel:before {
    height: 90px;
    top: -30px;
    left: 50%;
  }
}
.icici-hm-carousel.additional_loan-hm-carousel:before {
  left: 63%;
}
.icici-hm-carousel.additional_loan-hm-carousel .animated_arrows {
  left: 63%;
  top: 25%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
.icici-hm-carousel.middle:before {
  left: 50%;
  height: 190px;
}
.icici-hm-carousel.short:before {
  height: 120px;
}
.icici-hm-carousel .animated_arrows {
  left: 67.05%;
  top: 38%;
}
@media screen and (max-width: 768px) {
  .icici-hm-carousel .animated_arrows {
    left: 50%;
    top: 4%;
  }
}
.icici-hm-carousel .animated_arrows.middle {
  left: 50%;
}
.icici-hm-carousel .section--title {
  margin-bottom: 50px;
}
.icici-hm-carousel.shift_up {
  margin-top: -130px;
}
@media screen and (max-width: 768px) {
  .icici-hm-carousel.shift_up {
    margin-top: -75px;
  }
  .icici-hm-carousel.shift_up:before {
    height: 60px;
    top: 0;
  }
  .icici-hm-carousel.shift_up .animated_arrows {
    top: 24px;
  }
}
.icici-hm-carousel .ourhomeloan-list {
  padding-left: unset;
  max-width: 1260px;
  width: 100%;
  margin: 0 auto;
}
.icici-hm-carousel.middle.why-transfer-loan .transferloan-list ul {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  padding: 0 20px;
}
.icici-hm-carousel.middle.why-transfer-loan .transferloan-list ul li figure {
  width: 60px;
  height: 60px;
}
.icici-hm-carousel.middle.why-transfer-loan .transferloan-list ul li p {
  font-size: 14px;
}
.icici-hm-carousel.middle.why-transfer-loan .transferloan-list ul li p.subtitle {
  color: #666666;
}

.icici-hm-preapproved-offer .animated_arrows {
  left: 50%;
  top: -100px;
}
.icici-hm-preapproved-offer .preapproved--container {
  padding-top: 150px;
  padding-bottom: 310px;
}
@media screen and (max-width: 768px) {
  .icici-hm-preapproved-offer .preapproved--container {
    padding-bottom: 150px;
  }
}
.icici-hm-preapproved-offer .preapproved-orange {
  background: #888;
}
.icici-hm-preapproved-offer .preapproved-brown {
  background: #af2a30;
}
.icici-hm-preapproved-offer .preapproved-content {
  background: #f37e20;
}
@media screen and (max-width: 768px) {
  .icici-hm-preapproved-offer .preapproved-content .animated_arrows.down {
    top: unset;
    bottom: -100px;
    left: 50%;
  }
}
.icici-hm-preapproved-offer .preapproved-content:after {
  background-image: url(../../assets/images/pre-approved-vector.png);
  background-size: contain;
  width: 615px;
  height: 865px;
  right: -160px;
}
@media screen and (max-width: 768px) {
  .icici-hm-preapproved-offer .preapproved-content:after {
    left: 50%;
    right: unset;
    top: unset;
    bottom: -150px;
    margin: 0 auto;
    border-bottom: 2px solid #f5821f;
    -webkit-transform: rotate(90deg);
    transform: unset;
    width: 2px;
    height: 200px;
    display: block;
  }
}
.icici-hm-preapproved-offer .preapproved-content.left:after {
  width: 400px;
  right: 0;
  left: -60px;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}
.icici-hm-preapproved-offer .preapproved-content:before {
  left: 50%;
  right: unset;
  top: -200px;
  margin: 0 auto;
  border-bottom: 2px solid #f5821f;
  -webkit-transform: rotate(90deg);
  transform: unset;
  width: 2px;
  height: 400px;
}
@media screen and (max-width: 768px) {
  .icici-hm-preapproved-offer .preapproved-content:before {
    height: 200px;
  }
}
@media screen and (max-width: 768px) {
  .icici-hm-preapproved-offer .preapproved-content .preapproved-offers {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .icici-hm-preapproved-offer .preapproved-content .preapproved-offers figure {
    margin-bottom: 18px;
    position: absolute;
    bottom: -25px;
    left: -20px;
    width: 46%;
  }
}
.icici-hm-preapproved-offer .preapproved-content .btn {
  background: #fff;
  color: #f1801f;
}
@media screen and (max-width: 768px) {
  .icici-hm-preapproved-offer .preapproved-content .btn {
    font-size: 12px;
    padding: 5px 18px;
  }
}
.icici-hm-preapproved-offer .preapproved-content .text {
  min-width: 410px;
}
@media screen and (max-width: 768px) {
  .icici-hm-preapproved-offer .preapproved-content .text {
    min-width: unset;
    text-align: left;
    width: 76%;
  }
}
.icici-hm-preapproved-offer .preapproved-content .text .two {
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .icici-hm-preapproved-offer .preapproved-content .text .two {
    font-size: 1rem;
  }
}
.icici-hm-preapproved-offer .preapproved-content .text .one span {
  /* list-style-type: disc; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 0.9em;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .icici-hm-preapproved-offer .preapproved-content .text .one span {
    font-size: 0.9em;
    line-height: 1.5;
    margin-bottom: 10px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media screen and (max-width: 768px) {
  .icici-hm-preapproved-offer .preapproved-content .text .one span span {
    margin-right: 10px;
  }
}
.icici-hm-preapproved-offer.separator-above .preapproved-content:after {
  top: -150px;
  height: 180px;
  right: unset;
  background: #f37e20;
  width: 2px !important;
  left: 50%;
}
@media screen and (max-width: 768px) {
  .icici-hm-preapproved-offer.separator-above .preapproved-content:after {
    top: -180px;
  }
}
.icici-hm-preapproved-offer.additional_loan-preapproved-offer .preapproved-content:before {
  left: 45%;
}
.icici-hm-preapproved-offer.additional_loan-preapproved-offer .animated_arrows {
  left: 45%;
}

.glossary {
  position: relative;
  min-height: 480px;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .glossary {
    min-height: unset;
  }
}
.glossary:after {
  background: url(../../assets/images/pre-approved-vector-m.png) no-repeat center top;
  background-size: contain;
  width: 100%;
  height: 350px;
  content: "";
  display: none;
  -webkit-transform: translate(0, -50px);
          transform: translate(0, -50px);
}
@media screen and (max-width: 768px) {
  .glossary:after {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .glossary .section--title {
    width: 100%;
  }
}
.glossary .glossary-container {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
  z-index: 3;
}
.glossary .glossary-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .glossary .glossary-tabs {
    width: calc(100% + 20px);
    overflow: scroll;
  }
}
.glossary .glossary-tabs li {
  color: #3d3d3d;
  cursor: pointer;
  position: relative;
  padding: 14px 7px;
  font-size: 1.125em;
  font-weight: bold;
}
.glossary .glossary-tabs li:after {
  content: "";
  border-bottom: 1px solid #707070;
  position: absolute;
  bottom: 0px;
  width: 100%;
  left: 0px;
}
.glossary .glossary-tabs li.selected, .glossary .glossary-tabs li:hover {
  color: #f37e20;
}
.glossary .glossary-tabs li.selected:after, .glossary .glossary-tabs li:hover:after {
  content: "";
  border-bottom: 4px solid #f37e20;
  border-radius: 4px;
}
.glossary .glossary-content {
  width: 60%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .glossary .glossary-content {
    width: 100%;
    margin-bottom: 0;
  }
}
.glossary .glossary-content li {
  background: #fff;
  margin: 0 28px 30px 0;
  border-radius: 10px;
  font-size: 1.125em;
  font-weight: 300;
}
@media screen and (max-width: 768px) {
  .glossary .glossary-content li {
    margin: 0 20px 20px 0;
  }
}
.glossary .glossary-content li:not(.cat-A) {
  display: none;
}
.glossary .glossary-content li .btn.link {
  background: none;
  text-decoration: none;
  border-bottom: none;
  padding: 20px;
  color: #000;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .glossary .glossary-content li .btn.link {
    padding: 15px;
  }
}

.modal.detail-modal.glossary-modal {
  height: auto;
  max-width: 896px;
}
@media screen and (max-width: 768px) {
  .modal.detail-modal.glossary-modal {
    border-radius: 10px;
    width: 92%;
  }
}

.icici-hm-interested--topic-main {
  margin-top: 0;
}
.icici-hm-interested--topic-main.transfer-loan {
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .icici-hm-interested--topic-main.transfer-loan {
    margin-top: 50px;
  }
}
@media screen and (max-width: 768px) {
  .icici-hm-interested--topic-main {
    margin-top: 0;
  }
}
.icici-hm-interested--topic-main .filter-tab li {
  padding: 14px 85px 14px 14px;
}
@media screen and (max-width: 768px) {
  .icici-hm-interested--topic-main .filter-tab li {
    padding: 14px;
  }
}
.icici-hm-interested--topic-main .filter-tab li:last-child {
  padding: 14px 14px 14px 14px;
}
.icici-hm-interested--topic-main .filter-tab li:hover {
  color: #f37e20;
}
.icici-hm-interested--topic-main .filter-tab li.selected:after, .icici-hm-interested--topic-main .filter-tab li:hover:after {
  border-bottom: 1px solid #707070;
}
.icici-hm-interested--topic-main .filter-tab li.selected:before, .icici-hm-interested--topic-main .filter-tab li:hover:before {
  content: "";
  border-bottom: 4px solid #f37e20;
  position: absolute;
  bottom: 0px;
  width: calc(100% - 71px);
  left: 0px;
  border-radius: 4px;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .icici-hm-interested--topic-main .filter-tab li.selected:before, .icici-hm-interested--topic-main .filter-tab li:hover:before {
    width: 100%;
  }
}
.icici-hm-interested--topic-main .filter-tab li.selected:last-child:before, .icici-hm-interested--topic-main .filter-tab li:hover:last-child:before {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .icici-hm-interested--topic-main .filter-content li[data-index="2"], .icici-hm-interested--topic-main .filter-content li[data-index="5"], .icici-hm-interested--topic-main .filter-content li[data-index="8"], .icici-hm-interested--topic-main .filter-content li[data-index="11"], .icici-hm-interested--topic-main .filter-content li[data-index="14"], .icici-hm-interested--topic-main .filter-content li[data-index="17"], .icici-hm-interested--topic-main .filter-content li[data-index="20"], .icici-hm-interested--topic-main .filter-content li[data-index="23"], .icici-hm-interested--topic-main .filter-content li[data-index="26"], .icici-hm-interested--topic-main .filter-content li[data-index="29"], .icici-hm-interested--topic-main .filter-content li[data-index="32"], .icici-hm-interested--topic-main .filter-content li[data-index="35"], .icici-hm-interested--topic-main .filter-content li[data-index="38"], .icici-hm-interested--topic-main .filter-content li[data-index="41"], .icici-hm-interested--topic-main .filter-content li[data-index="44"], .icici-hm-interested--topic-main .filter-content li[data-index="47"], .icici-hm-interested--topic-main .filter-content li[data-index="50"], .icici-hm-interested--topic-main .filter-content li[data-index="53"], .icici-hm-interested--topic-main .filter-content li[data-index="56"], .icici-hm-interested--topic-main .filter-content li[data-index="59"], .icici-hm-interested--topic-main .filter-content li[data-index="62"], .icici-hm-interested--topic-main .filter-content li[data-index="65"], .icici-hm-interested--topic-main .filter-content li[data-index="68"], .icici-hm-interested--topic-main .filter-content li[data-index="71"], .icici-hm-interested--topic-main .filter-content li[data-index="74"], .icici-hm-interested--topic-main .filter-content li[data-index="77"], .icici-hm-interested--topic-main .filter-content li[data-index="80"], .icici-hm-interested--topic-main .filter-content li[data-index="83"] {
    margin-top: 20px;
  }
}
.icici-hm-interested--topic-main .home--loan-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.icici-hm-interested--topic-main .home--loan-main .card {
  width: 31%;
}
@media screen and (max-width: 768px) {
  .icici-hm-interested--topic-main .home--loan-main .card {
    width: 100%;
  }
}
.icici-hm-interested--topic-main .home--loan-main .card-content figure {
  border-radius: 10px;
  overflow: hidden;
}
.icici-hm-interested--topic-main .home--loan-main .subtitle {
  min-height: 52px;
  color: rgb(61, 61, 61);
}

.icici-hm-banner .search--home-banner .select-box .pulse-button {
  pointer-events: none;
  width: 40px;
  height: 40px;
}
.icici-hm-banner .search--home-banner .select-box .pulse-button .select-box__icon {
  right: 11.5px;
}
.icici-hm-banner .select-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 3;
  max-width: 460px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .icici-hm-banner .select-box {
    border-bottom: none;
    padding: 0;
    height: auto;
  }
}
.icici-hm-banner .select-box__input-text {
  padding: 0px 50px 0 0;
  line-height: 1.2;
}
.icici-hm-banner .select-box__current {
  width: 100%;
}
.icici-hm-banner .select-box__current:focus {
  border-bottom: unset;
}
.icici-hm-banner .select-box__current:focus .select-box__icon {
  -webkit-transform: translateY(-50%) rotate(0deg);
          transform: translateY(-50%) rotate(0deg);
}
.icici-hm-banner .select-box__current:focus + .select-box__list {
  opacity: 0;
}
.icici-hm-banner .select-box__list {
  margin-top: 2px;
  display: none;
  height: auto;
}
.icici-hm-banner .select-box__current.active + .select-box__list {
  opacity: 1;
  display: block;
}
.icici-hm-banner .select-box__current.active .select-box__icon {
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}
.icici-hm-banner .banner-link:last-child {
  border-bottom: unset;
}
.icici-hm-banner .banner--content .btn.link {
  border-bottom: none;
}
@media screen and (max-width: 768px) {
  .icici-hm-banner .banner--content .btn.link {
    text-align: left;
  }
}
.icici-hm-banner .banner--content .para {
  max-width: 460px;
}

.title {
  font-weight: 900;
}

.card-box {
  z-index: 5;
}
.card-box a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.ourhomeloan-item > a {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  outline: none;
}
.ourhomeloan-item > a > p {
  text-transform: capitalize;
  padding: 0 20px;
}
.ourhomeloan-item > a > figure {
  width: 74px;
}

.center--container .map-outerwrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.center--container .map-outerwrapper .map-innerwrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* width: 100%; */
  width: 70%;
  background: #fff;
  border-radius: 20px;
}

/* .center--container .map-outerwrapper .map-innerwrapper>div {
  border: 1px red solid;
} */
.center--container .map-outerwrapper .map-innerwrapper .map-lhs {
  /* width: 100%; */
  width: 57%;
  /* background-image:url();
   background-repeat:no-repeat ;
   background-size:cover ;
   background-position:center top ; */
}

.center--container .map-outerwrapper .map-innerwrapper .map-rhs {
  /* width: 100%; */
  width: 43%;
  padding: 25px 30px;
}

.center--container .map-outerwrapper .map-innerwrapper .map-rhs h4 {
  font-size: 20px;
  font-weight: 600;
}

.center--container .map-outerwrapper .map-innerwrapper .map-rhs h4 {
  padding-bottom: 10px;
}

.center--container .map-outerwrapper .map-innerwrapper .map-rhs p {
  padding-bottom: 15px;
}

.imodal-popup {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1003;
  overflow-x: hidden;
  overflow-y: auto;
  background: rgba(0, 0, 0, 0.5);
}

.callback-poup .imodal-content {
  max-width: 697px !important;
  max-height: 485px;
}

.imodal-popup .imodal-content {
  max-width: 90%;
  max-height: 90%;
  position: relative;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  padding: 15px;
}

.imodal-popup .imodal-close {
  position: absolute;
  right: 35px;
  top: 40px;
  z-index: 2;
  cursor: pointer;
}

.lead-capture-form {
  overflow: hidden;
}

.orange-bg {
  background-color: #fff7eb;
}

.lead-capture-form .callback-form {
  width: 100%;
  padding: 40px 50px;
  text-align: left;
  position: relative;
  border-radius: 10px;
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  -ms-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  -o-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.lead-capture-form .callback-form .title {
  font-size: 22px;
  line-height: 30px;
  font-weight: 600;
  max-width: 90%;
  margin-bottom: 40px;
  width: 100%;
  color: #4b4b4b;
}

.lead-capture-form .callback-form .form-group {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  margin: 0 -30px 40px;
}

.lead-capture-form .input-group {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  padding: 5px 10px 8px 0;
  border-bottom: 0.5px solid #999999;
  margin-bottom: 2px;
}

.lead-capture-form .callback-form .form-group .input-group {
  width: calc(50% - 60px);
  margin: 0 30px;
}

.lead-capture-form .input-group .icon {
  margin-right: 10px;
  min-height: 26px;
  width: 20px;
}

.lead-capture-form .input-group .input-box {
  width: calc(100% - 30px);
}

.lead-capture-form button,
.lead-capture-form input,
.lead-capture-form optgroup,
.lead-capture-form select,
.lead-capture-form textarea {
  color: inherit;
  font: inherit;
  font-size: inherit;
  line-height: inherit;
  font-family: inherit;
  margin: 0;
}

.lead-capture-form input,
.lead-capture-form button,
.lead-capture-form select,
.lead-capture-form textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

.lead-capture-form .input-group .input-box input {
  border: 0;
  color: #a6a6a6;
  max-width: 300px;
  width: 100%;
  line-height: 21px;
}

.lead-capture-form .callback-form.orange-bg .form-group .input-group input {
  background-color: #fff7eb;
}

.lead-capture-form .input-group .input-box input::-webkit-input-placeholder {
  color: #a6a6a6;
}

.lead-capture-form .input-group .input-box input::-moz-placeholder {
  color: #a6a6a6;
}

.lead-capture-form .input-group .input-box input:-ms-input-placeholder {
  color: #a6a6a6;
}

.lead-capture-form .input-group .input-box input::-ms-input-placeholder {
  color: #a6a6a6;
}

.lead-capture-form .input-group .input-box input::placeholder {
  color: #a6a6a6;
}

.lead-capture-form .input-group .error-txt {
  display: none;
  position: absolute;
  bottom: -24px;
  left: 0;
  font-size: 12px;
  color: #e6371f;
}

.lead-capture-form .ms-options-wrap,
.lead-capture-form .ms-options-wrap * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.lead-capture-form .multiselect-dropdown .ms-options-wrap {
  width: 100%;
  background: transparent !important;
}

.lead-capture-form .ms-options-wrap > button:focus,
.lead-capture-form .ms-options-wrap > button {
  position: relative;
  width: 100%;
  text-align: left;
  border: 1px solid #aaa;
  background-color: #fff;
  padding: 5px 20px 5px 5px;
  padding-top: 5px;
  margin-top: 1px;
  font-size: 13px;
  color: #aaa;
  outline-offset: -2px;
  white-space: nowrap;
}

.lead-capture-form .multiselect-dropdown .ms-options-wrap > button {
  border-color: rgba(199, 199, 199, 0.8) !important;
  border-width: 0 !important;
  font-size: 14px;
  color: #999;
  padding-top: 0;
  background: transparent !important;
}

.lead-capture-form .multiselect-dropdown .ms-options-wrap > button,
.lead-capture-form .multiselect-dropdown .ms-options-wrap > button:focus {
  border-color: rgba(199, 199, 199, 0.8);
  border-width: 0 0 1px 0;
  font-size: 14px;
  color: #999;
  padding-top: 0;
}

.lead-capture-form .multiselect-dropdown .ms-options-wrap > button {
  background: transparent;
  border: none;
  border-top-color: currentcolor;
  border-top-width: medium;
  border-right-color: currentcolor;
  border-right-width: medium;
  border-bottom-color: currentcolor;
  border-bottom-width: medium;
  border-left-color: currentcolor;
  border-left-width: medium;
}

.lead-capture-form .ms-options-wrap > button::after {
  content: " ";
  height: 0;
  position: absolute;
  top: 50%;
  right: 5px;
  width: 0;
  border: 6px solid rgba(0, 0, 0, 0);
  border-top-color: rgba(0, 0, 0, 0);
  border-top-color: #999;
  margin-top: -3px;
}

.lead-capture-form .multiselect-dropdown .ms-options-wrap > button::after {
  border-top-color: #a6a6a6 !important;
}

.lead-capture-form .ms-options-wrap > .ms-options {
  position: absolute;
  left: 0;
  width: 100%;
  margin-top: 1px;
  margin-bottom: 20px;
  background: white;
  z-index: 2000;
  border: 1px solid #aaa;
  overflow: auto;
  visibility: hidden;
}

.lead-capture-form .multiselect-dropdown .ms-options-wrap > .ms-options {
  border: 0 !important;
}

.lead-capture-form .multiselect-dropdown .ms-options {
  height: 110px;
}

.lead-capture-form .ms-options-wrap > .ms-options > ul,
.lead-capture-form .ms-options-wrap > .ms-options > ul > li.optgroup ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.lead-capture-form .multiselect-dropdown .ms-options-wrap > .ms-options > ul li {
  padding-left: 2px;
}

.lead-capture-form .ms-options-wrap > .ms-options > ul label {
  position: relative;
  display: inline-block;
  width: 100%;
  padding: 4px 4px 4px 20px;
  margin: 1px 0;
  border: 1px dotted transparent;
}

.lead-capture-form .multiselect-dropdown .ms-options-wrap > .ms-options > ul label {
  padding: 6px 6px 6px 5px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.lead-capture-form .lead-capture-form .input-group .input-box input {
  border: 0;
  color: #a6a6a6;
  max-width: 300px;
  width: 100%;
  line-height: 21px;
}

.lead-capture-form .ms-options-wrap > .ms-options > ul input[type=checkbox] {
  margin: 0 5px 0 0;
  position: absolute;
  left: 4px;
  top: 7px;
}

.lead-capture-form .multiselect-dropdown .ms-options-wrap > .ms-options > ul input[type=checkbox] {
  left: 0;
  top: 0;
  position: relative;
  width: 15px;
}

.lead-capture-form .callback-form.orange-bg .form-group .input-group input {
  background-color: #fff7eb;
  padding: 0;
}

.lead-capture-form .ic-btn,
.lead-capture-form a.ic-btn:link,
.lead-capture-form a.ic-btn:visited {
  background: #f37e20;
  color: #fff;
  border: 1px solid #f37e20;
  border-radius: 50px;
  display: inline-block;
  font-size: 13px;
  font-weight: 600;
  padding: 12.5px 34px;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
  text-align: center;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  cursor: pointer;
}

.lead-capture-form .callback-form .success-txt,
.lead-capture-form .callback-form .error-popup {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: none;
  border-radius: 10px;
  padding: 30px;
  text-align: center;
}

.lead-capture-form .callback-form .success-txt svg,
.lead-capture-form .callback-form .error-popup svg {
  margin-top: 40px;
  margin-bottom: 26px;
}

.lead-capture-form .callback-form .success-txt h4,
.lead-capture-form .callback-form .error-popup h4 {
  font-weight: bold;
  font-size: 20px;
  line-height: 1.5;
  text-transform: capitalize;
  color: #3d3d3d;
}

.lead-capture-form .callback-form .success-txt p,
.lead-capture-form .callback-form .error-popup p {
  font-weight: 600;
  font-size: 18px;
  line-height: 138%;
  text-transform: capitalize;
  color: #3d3d3d;
  margin-bottom: 22px;
}

.lead-capture-form .callback-form .success-txt p.small,
.lead-capture-form .callback-form .error-popup p.small {
  font-size: 18px;
  font-weight: 600;
  line-height: 138%;
  color: #8b8b8b;
  margin-bottom: 0;
  text-transform: none;
}

.lead-capture-form .ms-options-wrap.ms-active > .ms-options {
  visibility: visible;
}

.multiselect-dropdown .ms-options-wrap.ms-active > .ms-options {
  min-height: auto !important;
}

.lead-capture-form .multiselect-dropdown .ms-options {
  height: 110px;
}

.lead-capture-form .input-group.error {
  border-bottom: 0.5px solid #ad1e23;
}

.lead-capture-form .callback-form .ic-btn {
  min-width: 140px;
}

@media only screen and (max-width: 991px) {
  .lead-capture-form .callback-form .form-group {
    display: block;
    margin: 0;
  }

  .lead-capture-form .callback-form .form-group .input-group {
    margin: 0 0 30px;
    width: 100% !important;
  }

  .lead-capture-form .callback-form {
    padding-left: 20px;
    padding-right: 20px;
  }

  .lead-capture-form .callback-form .title {
    margin-bottom: 20px;
  }
}
.background--white {
  position: relative;
  background-color: white;
}

.why-transfer-loan .section--title {
  margin-bottom: 20px;
}
.why-transfer-loan .transferloan-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: white;
}
.why-transfer-loan .transferloan-list .btn {
  color: white;
}
.why-transfer-loan .transferloan-list .btn:hover {
  color: #f5821f;
}
.why-transfer-loan .transferloan-list ul {
  padding: 0 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.why-transfer-loan .transferloan-list ul li {
  width: 20%;
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 0;
}

.ourhomeloan--wrapper.guidelines--wrapper {
  padding-top: 0px;
  padding-bottom: 140px;
}
@media only screen and (max-width: 768px) {
  .ourhomeloan--wrapper.guidelines--wrapper {
    padding-bottom: 50px;
  }
}
.ourhomeloan--wrapper.guidelines--wrapper:before {
  top: unset;
  bottom: 0;
  width: 2px !important;
  height: 154px;
  left: 50%;
}
@media only screen and (max-width: 768px) {
  .ourhomeloan--wrapper.guidelines--wrapper:before {
    height: 98%;
  }
}
.ourhomeloan--wrapper.guidelines--wrapper .animated_arrows.down {
  left: 50%;
  top: unset;
  bottom: 80px;
}
@media only screen and (max-width: 768px) {
  .ourhomeloan--wrapper.guidelines--wrapper .animated_arrows.down {
    display: none;
  }
}
.ourhomeloan--wrapper.guidelines--wrapper .guidelines-list.right ul {
  padding-left: unset;
}
.ourhomeloan--wrapper.guidelines--wrapper .guidelines-list.right ul li {
  max-width: 343px;
  background: #fff;
}
@media only screen and (max-width: 768px) {
  .ourhomeloan--wrapper.guidelines--wrapper .guidelines-list.right ul li {
    width: 100%;
  }
}
.ourhomeloan--wrapper .guidelines-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.ourhomeloan--wrapper .guidelines-list .btn.link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  border: none;
  text-decoration: underline;
  color: #f5821f;
}
.ourhomeloan--wrapper .guidelines-list ul {
  padding: 0 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.ourhomeloan--wrapper .guidelines-list ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  background-color: transparent;
  padding: 0;
  width: 40%;
}
.ourhomeloan--wrapper .guidelines-list ul li > img {
  width: 100%;
}
.ourhomeloan--wrapper .guidelines-list ul li p {
  text-align: left;
  width: 100%;
}
.ourhomeloan--wrapper .guidelines-list ul li p,
.ourhomeloan--wrapper .guidelines-list ul li div {
  padding: 0 20px;
}
.ourhomeloan--wrapper .guidelines-list.right ul {
  padding: 0;
  padding-left: calc((100vw - 1200px) / 2);
}

.calculate-savings-wrapper {
  width: 100%;
}
.calculate-savings-wrapper .center--container {
  width: 100%;
  max-width: 1300px;
}
.calculate-savings-wrapper .center--container .calculator--wraper:after {
  content: none;
}
.calculate-savings-wrapper .center--container .fullWidth {
  width: 100%;
}
.calculate-savings-wrapper .center--container .fullWidth > div {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: unset;
      flex-wrap: unset;
}
.calculate-savings-wrapper .center--container .fullWidth > div .transfer-right,
.calculate-savings-wrapper .center--container .fullWidth > div .transfer-left {
  width: 50%;
}
.calculate-savings-wrapper .center--container .fullWidth > div .transfer-left {
  margin-right: 50px;
}
.calculate-savings-wrapper .center--container .fullWidth > div .transfer-left:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 20%;
  height: 60%;
  width: 2px;
  background: gray;
  opacity: 0.5;
}
.calculate-savings-wrapper .center--container .fullWidth > div .transfer-left .heading {
  font-size: 23px;
}
.calculate-savings-wrapper .center--container .fullWidth > div .transfer-right {
  margin-top: 0;
  min-height: 400px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.calculate-savings-wrapper .center--container .fullWidth > div .transfer-right .rating-block {
  background: #f2f2f2;
  border-radius: inherit;
}
.calculate-savings-wrapper .center--container .fullWidth > div .transfer-right .panelMargin {
  width: 20%;
}
.calculate-savings-wrapper .center--container .fullWidth > div .transfer-right .applyTransfer {
  margin: 30px auto 0;
}
.calculate-savings-wrapper .center--container .fullWidth > div .transfer-right .amount-value {
  margin-right: 50px;
}

.sticky-scroll {
  width: 50%;
}
.sticky-scroll .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.sticky-scroll li:after {
  position: absolute;
  right: 0;
  top: 25%;
}

.header-scroll .sticky-arrows {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  left: 20px;
  width: calc(100% - 630px);
}
.header-scroll .sticky-arrows span:first-child {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}

.faq--wrap .accordion {
  padding: 15px 35px 15px 0;
}
.faq--wrap .accordion h4::after {
  top: 50%;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
  line-height: 1;
  padding-bottom: 5px;
}

.btn.link {
  -webkit-transition: ease-in-out 0.5s;
  transition: ease-in-out 0.5s;
}
.btn.link:hover {
  text-decoration: underline;
}

.hidden:before,
.hidden:after {
  background-image: none !important;
  width: 0 !important;
}

.hm-transfer-main .value .sliderText {
  border: 1px solid #ccc;
}

.icici-calculator--emi-container .center--container {
  max-width: 1078px;
}
.icici-calculator--emi-container .center--container .calculate--section-text {
  padding: 24px 40px;
}
.icici-calculator--emi-container .center--container .desc {
  font-size: 1rem;
}

.preapproved-offers .text > span {
  color: white;
  font-size: 15px;
  text-transform: capitalize;
}

.faq--wrap .center--container {
  max-width: 1070px;
}
.faq--wrap .center--container .faq--main .faq--image {
  width: 24%;
  margin-top: -100px;
  text-align: center;
}

.transferloan-list ul li {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .header-scroll ul.flex {
    border-radius: inherit;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: white;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }

  .home--loan-wrapper {
    width: 100%;
  }

  .select-box__current {
    width: 100%;
  }

  .getting--started-container {
    overflow: visible !important;
  }
  .getting--started-container .getting--started-right:before,
.getting--started-container .getting--started-right .animated_arrows {
    left: calc(23% - 10px);
  }
  .getting--started-container .getting--started-right:before {
    top: -40px;
    height: 160%;
  }
  .getting--started-container .getting--started-right .animated_arrows {
    top: 0;
  }
  .getting--started-container .getting--started-right .animated_arrows.down {
    top: 100%;
  }

  .homepage-guide .getting--started-container:after {
    content: "";
    background-color: #f5821f;
    width: 2px;
    height: 80px;
    display: block;
    left: 50%;
    position: absolute;
    z-index: -1;
    bottom: -60px;
  }
  .homepage-guide .getting--started-container .getting--started-right .animated_arrows.down {
    top: 101% !important;
  }

  .ourhome--arrows {
    right: 15px;
  }

  .header-scroll.transfer_loan.inner-banner {
    width: 600px;
  }
  .header-scroll.transfer_loan.inner-banner .center--container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .header-scroll.transfer_loan.inner-banner .center--container ul {
    width: 600px;
  }
  .header-scroll.transfer_loan.inner-banner .center--container ul li:first-child {
    width: 150px;
  }
  .header-scroll.transfer_loan.inner-banner .center--container ul li:nth-child(2) {
    width: 210px;
  }
  .header-scroll.transfer_loan.inner-banner .center--container ul li:nth-child(3) {
    width: 220px;
  }
  .header-scroll.transfer_loan.inner-banner .center--container ul li:nth-child(4) {
    width: 220px;
  }

  .calculate-savings-wrapper .center--container .fullWidth > div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .calculate-savings-wrapper .center--container .fullWidth > div .transfer-left::before {
    display: none;
  }
  .calculate-savings-wrapper .center--container .fullWidth > div .transfer-left > .row-col .para {
    width: 100%;
  }
}
@media screen and (max-width: 768px) and (max-width: 769px) {
  .calculate-savings-wrapper .center--container .fullWidth > div .transfer-left > .row-col .para.wd-50 {
    width: 55%;
  }
  .calculate-savings-wrapper .center--container .fullWidth > div .transfer-left > .row-col .para + .loan-amount.value {
    width: 43%;
  }
  .calculate-savings-wrapper .center--container .fullWidth > div .transfer-left > .row-col .para + .loan-amount.value .sliderText {
    max-width: unset;
  }
}
@media screen and (max-width: 768px) {
  .calculate-savings-wrapper .center--container .fullWidth > div .transfer-left .para:not(input) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 14px;
    width: 60%;
  }
}
@media screen and (max-width: 768px) {
  .calculate-savings-wrapper .center--container .fullWidth > div .transfer-left .white-overlay .row-col {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media screen and (max-width: 768px) {
  .calculate-savings-wrapper .center--container .fullWidth > div .transfer-left .price-slider .price-slider {
    width: 35%;
  }
}
@media screen and (max-width: 768px) and (max-width: 769px) {
  .calculate-savings-wrapper .center--container .fullWidth > div .transfer-left .price-slider .price-slider {
    width: 43%;
  }
}
@media screen and (max-width: 768px) {
  .calculate-savings-wrapper .center--container .fullWidth > div .transfer-left .btn-style {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 768px) {
  .calculate-savings-wrapper .center--container .fullWidth > div .transfer-left .note {
    font-size: 0.8rem;
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .calculate-savings-wrapper .center--container .fullWidth > div .transfer-right {
    width: 100%;
    margin-top: 20px;
    padding: 10px;
    min-height: unset;
  }
  .calculate-savings-wrapper .center--container .fullWidth > div .transfer-right .row-col {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 100%;
  }
  .calculate-savings-wrapper .center--container .fullWidth > div .transfer-right .row-col .col {
    width: 50%;
  }
  .calculate-savings-wrapper .center--container .fullWidth > div .transfer-right .rating-block {
    height: 95px;
  }
  .calculate-savings-wrapper .center--container .fullWidth > div .transfer-right .amount-value {
    width: 100%;
    margin: -10px 0;
  }
  .calculate-savings-wrapper .center--container .fullWidth > div .transfer-right .row-col .col .para {
    font-size: 0.89em;
  }
}
@media screen and (max-width: 768px) and (max-width: 414px) {
  .calculate-savings-wrapper .center--container .fullWidth > div .transfer-right .row-col .col .para {
    font-size: 0.78em;
  }
}
@media screen and (max-width: 768px) {
  .calculate-savings-wrapper .center--container .fullWidth > div .transfer-right .row-col .col .loan-cat {
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  .calculate-savings-wrapper .center--container .fullWidth > div .transfer-right .row-col .col .your-save .para {
    font-size: 0.8em;
  }
}
@media screen and (max-width: 768px) {
  .calculate-savings-wrapper .center--container .fullWidth > div .transfer-right .panelMargin {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .calculate-savings-wrapper .center--container .fullWidth > div .transfer-right .panelMargin ul {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (max-width: 768px) {
  .calculate-savings-wrapper .center--container .fullWidth > div .transfer-right .panelMargin ul li:before {
    left: 0;
  }
}
@media screen and (max-width: 768px) {
  .calculate-savings-wrapper .center--container .fullWidth > div .transfer-right .panelMargin ul li {
    padding: 6px 0 0 21px;
    width: 50%;
    font-size: 0.73em;
    margin: 5px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .calculate-savings-wrapper .center--container .fullWidth > div .transfer-right .applyTransfer {
    margin: 30px 0 10px;
  }
}
@media screen and (max-width: 768px) {
  .icici-hm-carousel.middle.why-transfer-loan {
    padding-top: 60px;
  }
  .icici-hm-carousel.middle.why-transfer-loan:before {
    height: 120px;
  }
  .icici-hm-carousel.middle.why-transfer-loan .animated_arrows.middle {
    top: 30px !important;
  }
  .icici-hm-carousel.middle.why-transfer-loan .section--title {
    margin-bottom: 30px;
    margin-top: 30px;
  }
  .icici-hm-carousel.middle.why-transfer-loan .transferloan-list ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
    padding: 0 20px;
  }
  .icici-hm-carousel.middle.why-transfer-loan .transferloan-list ul li {
    width: 46%;
    margin: 2%;
  }
  .icici-hm-carousel.middle.why-transfer-loan .transferloan-list ul li figure {
    width: 52px;
    height: 52px;
  }
  .icici-hm-carousel.middle.why-transfer-loan .transferloan-list ul li p {
    font-size: 12px;
  }
  .icici-hm-carousel.middle.why-transfer-loan .transferloan-list ul li p.subtitle {
    color: #666666;
  }
}
@media screen and (max-width: 768px) {
  .faq--wrap .center--container .faq--main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .faq--wrap .center--container .faq--main .faq--image {
    width: 40%;
    margin-top: 0;
  }
  .faq--wrap .center--container .faq--main .faq--dtl {
    width: 100%;
    padding: 0;
  }
  .faq--wrap .center--container .faq--main .faq--dtl h4 {
    font-size: 14px;
    min-height: 28px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .faq--wrap .center--container .faq--main .faq--dtl .accordion {
    margin: 10px 0;
    padding: 10px 0;
  }
  .faq--wrap .center--container .faq--main .faq--dtl h4::after {
    top: 50%;
    width: 20px;
    height: 20px;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    right: -20px;
  }
}
@media screen and (max-width: 768px) {
  .icici-hm-preapproved-offer .preapproved-offers + .animated_arrows {
    top: 160%;
  }
}
@media screen and (max-width: 768px) {
  .icici-hm-carousel.choosing-dream-home:before {
    height: 60px;
    top: 0px;
  }
}
@media screen and (max-width: 550px) {
  .getting--started-container:before {
    left: 50% !important;
  }

  .choosing-dream-home .getting--started-container .getting--started-right .animated_arrows {
    top: -300px;
  }
  .choosing-dream-home .getting--started-container .getting--started-right .animated_arrows.down {
    display: none;
  }

  .getting--started-container .getting--started-right .animated_arrows, .getting--started-container .getting--started-right:before {
    left: 50% !important;
  }
  .getting--started-container .getting--started-right .animated_arrows {
    top: -270px;
    display: block;
  }
  .getting--started-container .getting--started-right .animated_arrows.down {
    top: 100% !important;
  }

  .hm-transfer-main .rating span {
    word-break: break-all;
  }
}
@media screen and (max-width: 360px) {
  .icici-hm-carousel.middle.why-transfer-loan:before {
    height: 100px;
    top: -10px;
  }
}
/*Updated fixes for calulator 27/09/2022*/
.icici .slider {
  padding-right: 0;
}

.icici-hm-calculator .calc-content .row-col .col[role=presentation] {
  padding-right: 0;
  border: 1px solid rgba(143, 143, 143, 0.5);
}

.icici-hm-calculator .calc-content .col.heading-wrap .row-col .col.terms-value input {
  text-align: left;
  border-width: 0px;
}

.icici-hm-calculator .calc-content .col.heading-wrap .row-col .col.terms-value.interest-rate input {
  padding-right: 11px;
}

.icici-hm-calculator .calc-content .col.heading-wrap .row-col .col.terms-value.loan-terms {
  width: 110px;
}