@font-face {
  font-family: "Inter 18pt";
  src: url("../fonts/Inter18pt-Regular.woff2") format("woff2"), url("../fonts/Inter18pt-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter 18pt";
  src: url("../fonts/Inter18pt-Light.woff2") format("woff2"), url("../fonts/Inter18pt-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter 18pt";
  src: url("../fonts/Inter18pt-SemiBold.woff2") format("woff2"), url("../fonts/Inter18pt-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter 28pt";
  src: url("../fonts/Inter28pt-Light.woff2") format("woff2"), url("../fonts/Inter28pt-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter 18pt";
  src: url("../fonts/Inter18pt-SemiBoldItalic.woff2") format("woff2"), url("../fonts/Inter18pt-SemiBoldItalic.woff") format("woff");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Source Sans";
  src: url("../fonts/SourceSansPro-Regular.otf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.bottomMargin {
  margin-bottom: 40px;
}

.section-title {
  margin-bottom: 2rem;
  font-weight: bold;
  color: #9B1E26;
  line-height: 1.2;
}

.program-features .feature-row {
  display: flex;
  gap: 30px;
}
.program-features .feature-row .feature-item {
  border: 1px solid #707070;
  border-radius: 40px;
  padding: 24px 26px;
  background: #fff;
  height: inherit;
  position: relative;
  color: #9B1E26;
  width: calc(25% - 20px);
}
.program-features .feature-row .feature-item .icon {
  position: absolute;
  right: 16px;
  top: 14px;
  background: #9B1E26;
  text-align: center;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
}
.program-features .feature-row .feature-item .icon img {
  width: 24px;
}
.program-features .feature-row .feature-item .title {
  font-size: 22px;
  color: inherit;
}
.program-features .feature-row .feature-item .subtext {
  color: inherit;
}
.program-features .feature-row .feature-item .subtext.bottom {
  text-align: center;
}
.program-features .feature-row .feature-item .price {
  background: #9B1E26;
  color: #fff;
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px 30px;
  border-radius: 40px;
  margin-top: 8px;
  margin-bottom: 8px;
  font-size: 18px;
}

.financial-rewards .d-flex {
  justify-content: space-between;
}
.financial-rewards .d-flex .reward-item {
  background: #9B1E26;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  padding: 25px;
  border-radius: 20px;
  text-align: center;
  flex: 0 0 auto;
  width: 22%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.financial-rewards .d-flex .reward-item:nth-child(2) {
  background: #9B1E26;
}

.selection-process .section-title {
  width: -moz-max-content;
  width: max-content;
  margin: auto;
  background: #fff;
  padding: 6px;
  margin: auto auto -25px;
  position: relative;
  z-index: 1;
}
.selection-process .selection-wrap {
  border-radius: 44px;
  border: 1px solid #707070;
  padding: 90px 30px;
  position: relative;
  overflow: hidden;
}
.selection-process .selection-wrap::before {
  background: url("../images/home-page/top-corner.png") no-repeat;
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 299px;
  height: 90px;
}
.selection-process .selection-wrap::after {
  background: url("../images/home-page/bottom-corner.png") no-repeat;
  content: " ";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 299px;
  height: 90px;
}
.selection-process .selection-wrap .process-wrap {
  display: flex;
  justify-content: space-around;
}
.selection-process .selection-wrap .process-wrap .line-item {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.selection-process .selection-wrap .process-wrap .line-item .icon {
  background: #9B1E26;
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  margin-bottom: 16px;
  position: relative;
}
.selection-process .selection-wrap .process-wrap .line-item .icon::after {
  background: url("../images/home-page/process-arrow.png") no-repeat;
  width: 76px;
  height: 9px;
  content: " ";
  display: block;
  margin: 0 -174px 0 0;
  position: absolute;
  background-size: 100%;
}
.selection-process .selection-wrap .process-wrap .line-item .icon img {
  width: 40px;
}
.selection-process .selection-wrap .process-wrap .line-item .title {
  font-size: 20px;
  font-weight: bold;
  color: #9B1E26;
  text-align: center;
}
.selection-process .selection-wrap .process-wrap .line-item:last-child .icon::after {
  display: none;
}

.eligibility .eligibility-wrap {
  display: flex;
  align-items: center;
  gap: 80px;
}
.eligibility .eligibility-wrap .left {
  margin-left: -5%;
}
.eligibility .eligibility-wrap .right .list {
  display: flex;
  flex-direction: column;
  gap: 50px;
  list-style: none;
  padding: 0;
}
.eligibility .eligibility-wrap .right .list li {
  font-size: 22px;
  color: #004C8F;
  background: url("../images/home-page/eligibility-icon.png") no-repeat;
  background-size: 22px;
  padding-left: 30px;
  background-position: 0 6px;
}

.about-program .section-title {
  margin-bottom: 1rem;
}
.about-program p {
  color: #004C8F;
  font-size: 20px;
}
.about-program .about-manipal-wrap {
  border: 1px solid #000;
  border-radius: 40px;
  padding: 30px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.program-overview .details {
  display: flex;
  border: 1px solid rgb(155, 30, 38);
  border-radius: 12px;
  justify-content: space-evenly;
}
.program-overview .details .line-item {
  padding: 30px 12px;
}
.program-overview .details .line-item .program-block {
  display: flex;
  gap: 12px;
}
.program-overview .details .line-item .program-block .left {
  border-radius: 100%;
  width: 74px;
  height: 74px;
  background-color: rgb(155, 30, 38);
  align-items: center;
  display: flex;
  justify-content: center;
  position: relative;
}
.program-overview .details .line-item .program-block .left .text {
  color: rgba(255, 255, 255, 0.631372549);
  letter-spacing: 0.5px;
}
.program-overview .details .line-item .program-block .left .text strong {
  color: #fff;
}
.program-overview .details .line-item .program-block .left .logo {
  width: 20px;
}
.program-overview .details .line-item .program-block .left .rupee-logo {
  position: absolute;
  width: 10px;
  top: 32px;
}
.program-overview .details .line-item .program-block .left .refund-logo {
  width: 38px;
}
.program-overview .details .line-item .program-block .left .calendar-logo {
  width: 25px;
}
.program-overview .details .line-item .program-block .right {
  font-size: 20px;
}
.program-overview .details .line-item .program-block .right span {
  display: block;
}
.program-overview .details .divider {
  border: 1px solid rgb(155, 30, 38);
}

.registration-process {
  text-align: center;
  padding: 60px 5%;
}
.registration-process .title {
  color: #b21f24;
  margin-bottom: 40px;
}
.registration-process .steps {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.registration-process .steps-reverse {
  justify-content: flex-end;
  padding-right: 2%;
  margin-top: 20px;
  gap: 77px;
  align-items: center;
}
.registration-process .step {
  position: relative;
  width: 331px;
  height: 168px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 1.3;
  font-weight: 600;
  font-size: 20px;
  color: #000;
  z-index: 1;
}
.registration-process .step span {
  display: block;
  font-size: 12px;
  font-weight: 400;
}
.registration-process .step::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("../images/home-page/arrow-black.svg") no-repeat center;
  background-size: 100% 100%;
  z-index: -1;
}
.registration-process .step.red::before {
  background: url("../images/home-page/arrow-red.svg") no-repeat center;
  background-size: 100% 100%;
}
.registration-process .step.reverse::before {
  transform: rotate(180deg);
  transform-origin: center;
}
.registration-process .join {
  margin: 30px 0;
  font-size: 26px;
  color: #b21f24;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 15px;
  text-align: end;
}
.registration-process .join img {
  height: 86px;
}

@media (min-width: 1200px) and (max-width: 1499.98px) {
  .program-overview .details .line-item .program-block .left {
    width: 66px;
    height: 66px;
  }
  .program-overview .details .line-item .program-block .left .logo {
    width: 18px;
  }
  .program-overview .details .line-item .program-block .left .rupee-logo {
    width: 10px;
    top: 29px;
  }
  .program-overview .details .line-item .program-block .left .refund-logo {
    width: 33px;
  }
  .program-overview .details .line-item .program-block .left .calendar-logo {
    width: 20px;
  }
  .program-overview .details .line-item .program-block .right {
    font-size: 18px;
  }
  .registration-process .steps-reverse {
    margin-top: -19px;
    gap: 30px;
  }
  .registration-process .step {
    width: 246px;
    height: 168px;
  }
}
@media (max-width: 1367px) {
  .registration-process .steps-reverse {
    padding-right: 4%;
    margin-top: -35px;
    gap: 30px;
  }
  .registration-process .step {
    width: 228px;
    height: 168px;
    font-size: 16px;
  }
  .registration-process .join {
    font-size: 22px;
  }
  .registration-process .join img {
    height: 62px;
  }
}
@media (max-width: 1280px) {
  .registration-process .steps-reverse {
    padding-right: 4%;
    margin-top: -35px;
    gap: 30px;
  }
  .registration-process .step {
    width: 215px;
    height: 168px;
    font-size: 16px;
  }
  .registration-process .join {
    font-size: 22px;
  }
  .registration-process .join img {
    height: 62px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  header nav .logo img {
    max-width: 240px;
  }
  .about-program .manipal-image img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 40px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .financial-rewards .d-flex .reward-item {
    width: 30%;
  }
  .selection-process .section-title {
    margin-bottom: 2rem;
  }
  .selection-process .selection-wrap .process-wrap {
    flex-wrap: wrap;
    gap: 30px;
  }
  .selection-process .selection-wrap .process-wrap .line-item {
    width: 25%;
  }
  .selection-process .selection-wrap .process-wrap .line-item .icon::after {
    display: none;
  }
  .about-program .manipal-image img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 40px;
  }
}
@media (min-width: 0px) and (max-width: 767.98px) {
  .banner {
    padding: 30px 24px 24px;
    background: url("../images/banner/Mobile.png") no-repeat;
    background-size: cover;
  }
  .banner .left {
    width: 100%;
    margin-bottom: 15px;
  }
  .banner .left .info .line-item {
    width: 100%;
  }
  .about-idfc-first {
    padding: 24px 0;
  }
  .about-idfc-first .details {
    flex-direction: column;
    padding: 0;
  }
  .about-idfc-first .details .left,
  .about-idfc-first .details .right {
    width: 100%;
  }
  .about-idfc-first .details .left .description,
  .about-idfc-first .details .right .description {
    font-size: 16px;
  }
  .about-idfc-first .details .left .description p,
  .about-idfc-first .details .right .description p {
    text-align: center;
  }
  .eligibility .eligibility-criteria {
    flex-direction: column;
  }
  .eligibility .eligibility-criteria .line-item {
    width: 100%;
  }
  .about-us .about-idfc,
  .about-us .about-manipal {
    flex-direction: column;
  }
  .about-us .about-idfc .left,
  .about-us .about-idfc .right,
  .about-us .about-idfc .manipal-description,
  .about-us .about-manipal .left,
  .about-us .about-manipal .right,
  .about-us .about-manipal .manipal-description {
    width: 100%;
  }
  .about-us .about-manipal img {
    width: 100%;
  }
  .about-us .about-manipal .manipal-description {
    padding: 5%;
  }
  .financial-rewards .d-flex {
    flex-direction: column;
    gap: 30px;
  }
  .financial-rewards .d-flex .reward-item {
    width: 100%;
  }
  .selection-process .section-title {
    margin-bottom: 2rem;
  }
  .selection-process .selection-wrap .process-wrap {
    flex-direction: column;
    gap: 30px;
  }
  .selection-process .selection-wrap .process-wrap .line-item .icon::after {
    display: none;
  }
  .eligibility .eligibility-wrap {
    flex-direction: column;
  }
  .eligibility .eligibility-wrap .left {
    margin-left: 0;
  }
  .about-program .manipal-image {
    margin-top: 30px;
  }
  .program-overview .details {
    flex-direction: column;
  }
  .program-overview .details .line-item {
    padding: 30px 50px;
  }
  .program-overview .details .line-item .program-block {
    align-items: center;
  }
  .program-overview .details .line-item .program-block .left {
    width: 74px;
    height: 74px;
  }
  .registration-process .steps {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .registration-process .step {
    width: 100%;
    height: 110px;
    font-size: 16px;
  }
  .registration-process .step p {
    margin-left: 17px;
    margin-bottom: 0;
  }
  .registration-process .join {
    font-size: 20px;
    justify-content: center;
  }
  .registration-process .join img {
    height: 50px;
    margin: 0;
  }
}
@media (max-width: 415px) {
  .registration-process .step {
    height: 92px;
    font-size: 14px;
  }
  .registration-process .join {
    font-size: 18px;
    justify-content: center;
  }
  .registration-process .join img {
    height: 50px;
    margin: 0;
  }
}/*# sourceMappingURL=home-page.css.map */