@font-face {
  font-family: "HelveticaNowDisplay";
  src: url("../fonts/HelveticaNowDisplay-Regular.woff2") format("woff2"), url("../fonts/HelveticaNowDisplay-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "HelveticaNowDisplay";
  src: url("../fonts/HelveticaNowDisplay-Bold.woff2") format("woff2"), url("../fonts/HelveticaNowDisplay-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
.section-title {
  margin-bottom: 2rem;
}

.banner {
  padding: 24px;
  aspect-ratio: 1600/581;
  background-image: url("../images/banners/banner1.png"), url("../images/banners/banner2.png");
  background-position: center, center;
  background-size: cover, cover;
  background-repeat: no-repeat, no-repeat;
}
.banner .left {
  width: 50%;
}
.banner .left img {
  width: 400px;
  margin-bottom: 22px;
}
.banner .left .info {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px;
}
.banner .left .info .line-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 48%;
  background: #10498B;
  padding: 12px;
  border-radius: 12px;
  margin-bottom: 20px;
}
.banner .left .info .line-item span {
  color: #fff;
  font-size: 10px;
}
.banner .left .info .line-item p {
  margin-bottom: 0px;
}
.banner .left .location {
  display: flex;
}
.banner .left .location .info-text {
  background: #ED1C24;
  width: 16px;
  height: 16px;
  margin-right: 8px;
  margin-top: 5px;
}
.banner .left .location p {
  font-size: 18px;
}
.banner .left .location p span {
  display: block;
  font-size: 10px;
  color: #fff;
}
.banner .left .banner-img {
  max-width: 100%;
  margin-bottom: 12px;
}
.banner .left h1 {
  font-family: "HelveticaNowDisplay";
  font-weight: 500;
  font-size: 62px;
  color: #1A438B;
  line-height: 1.1;
  margin-bottom: 0;
}
.banner .left h1 strong {
  color: #1A438B;
  font-family: "HelveticaNowDisplay";
  font-weight: 900;
  font-size: 128px;
}
.banner .left .divider {
  border: 1px solid #1A438B;
  height: 2px;
  margin-bottom: 12px;
  width: 84%;
}
.banner .left p {
  font-family: "HelveticaNowDisplay";
  font-weight: 400;
  font-size: 28px;
  color: #1A438B;
  max-width: 690px;
  line-height: 1.4;
}
.banner .banner-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.banner .banner-block .registerFormBlock {
  background: #fff;
  min-width: 380px;
  max-width: 380px;
}

.contact-support {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #1A438B;
  padding: 12px;
}
.contact-support span {
  font-family: "HelveticaNowDisplay";
  font-weight: 400;
  font-size: 30px;
  text-align: right;
  color: #fff;
}
.contact-support a {
  color: #fff;
}

.program-overview .details {
  display: flex;
  justify-content: space-between;
}
.program-overview .details .line-item {
  position: relative;
}
.program-overview .details .line-item:before {
  content: "";
  height: 146px;
  width: 3px;
  position: absolute;
  left: -14px;
  top: 0;
  background-color: #F3372F;
}
.program-overview .details .line-item p {
  color: #1A438B;
  font-family: "HelveticaNowDisplay";
  font-weight: 700;
  font-size: 36px;
}
.program-overview .details .line-item h5 {
  font-family: "HelveticaNowDisplay";
  font-weight: 400;
  font-size: 36px;
  color: #060606;
  margin-bottom: 0;
}
.program-overview .details .line-item .note {
  text-align: right;
}

.about-program .details {
  display: flex;
}
.about-program .details .left .section-title {
  font-family: "HelveticaNowDisplay";
  line-height: 134px;
  font-weight: 900;
  font-size: 154px;
  color: rgba(0, 188, 242, 0.3490196078);
}
.about-program .details .left .info {
  color: #000000;
  font-family: "HelveticaNowDisplay";
  font-weight: 400;
  font-size: 24px;
  max-width: 825px;
}
.about-program .details .right img {
  height: 730px;
  width: auto;
  border-bottom: 4px solid #004981;
}

.eligibility-criteria .details {
  display: flex;
  gap: 12px;
}
.eligibility-criteria .details .left {
  display: flex;
  flex-direction: column;
  background: #004981;
  border-radius: 30px;
  border: 1px solid #004981;
  padding: 38px;
  justify-content: space-between;
  /* align-items: normal; */
  /* justify-items: self-end; */
  gap: 104px;
  width: 50%;
}
.eligibility-criteria .details .left .title {
  font-family: "HelveticaNowDisplay";
  font-weight: 800;
  font-size: 60px;
  color: #FFFFFF;
}
.eligibility-criteria .details .left .sub-title {
  font-family: "HelveticaNowDisplay";
  font-weight: 400;
  font-size: 36px;
  color: #FFFFFF;
}
.eligibility-criteria .details .right {
  display: flex;
  flex-direction: column;
  width: 50%;
  gap: 12px;
}
.eligibility-criteria .details .right .line-item {
  border: 1px solid #004981;
  border-radius: 30px;
  padding: 26px;
  flex-direction: column;
  gap: 12px;
  display: flex;
}
.eligibility-criteria .details .right .line-item .title {
  color: #000000;
  font-family: "HelveticaNowDisplay";
  font-weight: 800;
  font-size: 60px;
}
.eligibility-criteria .details .right .line-item .sub-title {
  font-family: "HelveticaNowDisplay";
  font-weight: 400;
  font-size: 36px;
  color: #000000;
}

.about-manipal .about-hdfc h3 {
  font-family: "HelveticaNowDisplay";
  font-weight: 900;
  font-size: 150px;
  color: rgba(0, 188, 242, 0.3490196078);
  line-height: 1;
}
.about-manipal .about-hdfc p {
  color: #000000;
  font-family: "HelveticaNowDisplay";
  font-weight: 400;
  font-size: 24px;
}
.about-manipal .about-unext .details {
  display: flex;
  align-items: center;
  justify-content: center;
}
.about-manipal .about-unext .details .left {
  width: 40%;
}
.about-manipal .about-unext .details .right {
  width: 60%;
  padding: 24px 113px 24px 24px;
}
.about-manipal .about-unext .details .right p {
  color: #000000;
  font-family: "HelveticaNowDisplay";
  font-weight: 400;
  font-size: 24px;
}

.career-progression .career-section {
  display: flex;
  flex-direction: column;
}
.career-progression .career-section .details {
  display: flex;
  justify-content: space-between;
}
.career-progression .career-section .details .card {
  border: 3px solid #004981;
  border-radius: 30px;
  box-shadow: 8px 8px 20px 0px rgba(0, 0, 0, 0.1490196078);
  padding: 25px;
  min-height: 266px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.career-progression .career-section .details .card .title {
  color: #F3372F;
  font-family: "HelveticaNowDisplay";
  font-weight: 800;
  font-size: 36px;
  line-height: 1.1;
  max-width: 359px;
  text-align: center;
}
.career-progression .career-section .details .card .sub-title {
  color: #000000;
  font-family: "HelveticaNowDisplay";
  font-weight: 500;
  font-size: 28px;
  text-align: center;
}
.career-progression .career-section .mgmt-image {
  flex: 1;
  width: 50%;
  align-self: center;
  margin-top: -59px;
  position: relative;
  z-index: 1;
  border-bottom: 10px solid #004981;
}

.registration-process .divider {
  border: 4px solid #D9D9D9;
  height: 2px;
  margin-top: -95px;
  width: 84%;
  border-radius: 5px;
}
.registration-process .divider.active {
  border-color: #F3372F;
}
.registration-process .divider.second-active {
  border: 4px solid transparent;
  background: linear-gradient(90deg, #F3372F 0%, #D9D9D9 100%) border-box;
}
.registration-process .steps {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  margin: 0 auto;
}
.registration-process .steps .step {
  position: relative;
  z-index: 1;
  text-align: center;
  width: 100%;
}
.registration-process .steps .step .circle {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: 8px solid #ccc;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 10px;
  color: #999;
  font-family: "HelveticaNowDisplay";
  font-weight: 800;
  font-size: 44px;
}
.registration-process .steps .step p {
  color: #000000;
  font-family: "HelveticaNowDisplay";
  font-weight: 400;
  font-size: 24px;
  text-align: center;
}
.registration-process .steps .step.active .circle {
  border-color: #F3372F;
  color: #2d4b8c;
}
.registration-process .steps .step.second-active .circle {
  border: 8px solid transparent;
  color: #2d4b8c;
  background: linear-gradient(#fff, #fff) padding-box, linear-gradient(180deg, #F3372F 0%, #D8D8D8 100%) border-box;
}

.program-fee .program-section .section-title {
  color: rgba(0, 188, 242, 0.3490196078);
  font-family: "HelveticaNowDisplay";
  font-weight: 900;
  font-size: 150px;
  text-align: right;
  position: absolute;
  line-height: 1;
  right: 26%;
  width: 586px;
}
.program-fee .program-section .details {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.program-fee .program-section .details .left {
  position: relative;
  width: 30%;
}
.program-fee .program-section .details .left .head {
  color: rgba(0, 0, 0, 0.4);
  font-family: "HelveticaNowDisplay";
  font-weight: 700;
  font-size: 60px;
}
.program-fee .program-section .details .left .desc {
  color: #000000;
  font-family: "HelveticaNowDisplay";
  font-weight: 400;
  font-size: 28px;
}
.program-fee .program-section .details .left:before {
  content: "";
  height: 184px;
  width: 3px;
  position: absolute;
  left: -20px;
  top: 0;
  background-color: #F3372F;
}
.program-fee .program-section .details .right img {
  border-bottom: 10px solid #F3372F;
  position: relative;
  z-index: 1;
}

@media (min-width: 1200px) and (max-width: 1499.98px) {
  .banner .left img {
    width: 350px;
  }
  .banner .left h1 {
    font-size: 50px;
  }
  .banner .left h1 strong {
    font-size: 100px;
  }
  .banner .left p {
    font-size: 22px;
  }
  .banner .banner-block .registerFormBlock {
    min-width: 410px;
    max-width: 410px;
  }
  .contact-support span {
    font-size: 24px;
  }
  .program-overview .details .line-item:before {
    top: -17px;
  }
  .program-overview .details .line-item p {
    font-size: 30px;
  }
  .program-overview .details .line-item h5 {
    font-size: 30px;
  }
  .about-program .details .left .section-title {
    line-height: 104px;
    font-size: 110px;
  }
  .about-program .details .left .info {
    font-size: 20px;
    max-width: 721px;
  }
  .about-program .details .right img {
    height: 620px;
  }
  .registration-process .steps .step .circle {
    width: 90px;
    height: 90px;
    font-size: 40px;
  }
  .registration-process .steps .step p {
    font-size: 22px;
  }
  .eligibility-criteria .details .left .title {
    font-size: 46px;
  }
  .eligibility-criteria .details .left .sub-title {
    font-size: 30px;
  }
  .eligibility-criteria .details .right .line-item .title {
    font-size: 42px;
  }
  .eligibility-criteria .details .right .line-item .sub-title {
    font-size: 26px;
  }
  .program-fee .program-section .section-title {
    font-size: 142px;
    right: 32%;
  }
  .program-fee .program-section .details .left {
    width: 40%;
  }
  .program-fee .program-section .details .left .head {
    font-size: 50px;
  }
  .program-fee .program-section .details .left .desc {
    font-size: 24px;
  }
  .program-fee .program-section .details .left:before {
    top: -11px;
  }
  .career-progression .career-section .details .card {
    min-height: 236px;
  }
  .career-progression .career-section .details .card .title {
    font-size: 30px;
    max-width: 324px;
  }
  .career-progression .career-section .details .card .sub-title {
    font-size: 24px;
  }
  .career-progression .career-section .mgmt-image {
    margin-top: -35px;
  }
  .about-manipal .about-hdfc h3 {
    font-size: 110px;
  }
  .about-manipal .about-hdfc p {
    font-size: 20px;
  }
  .about-manipal .about-unext .details .right {
    padding: 24px 113px 0 24px;
  }
  .about-manipal .about-unext .details .right p {
    font-size: 20px;
  }
}
@media (max-width: 1367px) {
  .banner .left img {
    width: 320px;
  }
  .banner .left h1 {
    font-size: 44px;
  }
  .banner .left h1 strong {
    font-size: 90px;
  }
  .banner .left p {
    font-size: 18px;
  }
  .contact-support span {
    font-size: 26px;
  }
  .program-overview .details .line-item p {
    font-size: 30px;
  }
  .program-overview .details .line-item h5 {
    font-size: 30px;
  }
  .about-program .details .left .section-title {
    line-height: 104px;
  }
  .about-program .details .left .info {
    font-size: 20px;
    max-width: 604px;
  }
  .about-program .details .right img {
    height: 568px;
  }
  .eligibility-criteria .details .left .title {
    font-size: 40px;
  }
  .eligibility-criteria .details .left .sub-title {
    font-size: 26x;
  }
  .eligibility-criteria .details .right .line-item .title {
    font-size: 38px;
  }
  .eligibility-criteria .details .right .line-item .sub-title {
    font-size: 24px;
  }
  .program-fee .program-section .section-title {
    font-size: 140px;
    right: 35%;
  }
  .program-fee .program-section .details .left {
    width: 40%;
  }
  .program-fee .program-section .details .left .head {
    font-size: 48px;
  }
  .program-fee .program-section .details .left .desc {
    font-size: 22px;
  }
  .career-progression .career-section .details .card {
    min-height: 220px;
  }
  .career-progression .career-section .details .card .title {
    font-size: 26px;
    max-width: 280px;
  }
  .career-progression .career-section .details .card .sub-title {
    font-size: 20px;
  }
  .about-manipal .about-hdfc h3 {
    font-size: 100px;
  }
  .about-manipal .about-hdfc p {
    font-size: 20px;
  }
  .about-manipal .about-unext .details .left {
    width: 50%;
  }
  .about-manipal .about-unext .details .right {
    padding: 24px 113px 0 24px;
  }
  .about-manipal .about-unext .details .right p {
    font-size: 18px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  header nav .logo img {
    max-width: 240px;
  }
}
@media (min-width: 0px) and (max-width: 767.98px) {
  .banner {
    background-image: url("../images/banners/banner1-mob.png"), url("../images/banners/banner2-mob.png");
  }
  .banner .left {
    width: 100%;
  }
  .banner .left .divider {
    height: 1px;
    width: 97%;
  }
  .banner .left img {
    width: 210px;
    margin-bottom: 14px;
  }
  .banner .left h1 {
    font-size: 30px;
  }
  .banner .left h1 strong {
    font-size: 70px;
  }
  .banner .left p {
    font-size: 20px;
  }
  .banner .banner-block {
    flex-direction: column;
  }
  .contact-support span {
    font-size: 18px;
  }
  .program-overview .details {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: stretch;
    gap: 20px;
    row-gap: 40px;
  }
  .program-overview .details .line-item:before {
    height: 86px;
  }
  .program-overview .details .line-item p {
    font-size: 20px;
    margin-bottom: 12px;
  }
  .program-overview .details .line-item h5 {
    font-size: 20px;
  }
  .program-overview .details .line-item .note {
    font-size: 12px;
    margin-top: -16px;
  }
  .about-program .details {
    flex-direction: column;
  }
  .about-program .details .left .section-title {
    line-height: 74px;
    font-size: 74px;
    text-align: left;
  }
  .about-program .details .left .info {
    font-size: 18px;
    max-width: unset;
  }
  .about-program .details .right {
    margin: 12px auto;
  }
  .about-program .details .right img {
    height: 350px;
  }
  .eligibility-criteria .details .left {
    padding: 20px;
  }
  .eligibility-criteria .details .left .title {
    font-size: 30px;
  }
  .eligibility-criteria .details .left .sub-title {
    font-size: 20px;
  }
  .eligibility-criteria .details .right .line-item {
    padding: 16px;
  }
  .eligibility-criteria .details .right .line-item .title {
    font-size: 30px;
  }
  .eligibility-criteria .details .right .line-item .sub-title {
    font-size: 20px;
  }
  .program-fee {
    position: relative;
  }
  .program-fee .program-section .section-title {
    font-size: 64px;
    right: 46%;
    width: 352px;
    top: 30%;
  }
  .program-fee .program-section .details {
    flex-direction: column;
    gap: 65px;
  }
  .program-fee .program-section .details .left {
    width: 100%;
  }
  .program-fee .program-section .details .left .head {
    font-size: 36px;
  }
  .program-fee .program-section .details .left .desc {
    font-size: 18px;
  }
  .program-fee .program-section .details .left:before {
    height: 126px;
    left: -11px;
    top: -8px;
  }
  .program-fee .program-section .details .right img {
    width: 312px;
  }
  .career-progression .career-section .details {
    align-items: center;
    gap: 12px;
    flex-direction: column;
  }
  .career-progression .career-section .details .card {
    padding: 25px;
    min-height: 170px;
    flex-direction: column;
    gap: 46px;
    width: 82%;
  }
  .career-progression .career-section .details .card .title {
    font-size: 26px;
    max-width: unset;
  }
  .career-progression .career-section .details .card .sub-title {
    font-size: 20px;
  }
  .career-progression .career-section .details img {
    width: 30px;
    transform: rotate(90deg);
  }
  .career-progression .career-section .mgmt-image {
    display: none;
  }
  .about-manipal .about-hdfc h3 {
    font-size: 78px;
  }
  .about-manipal .about-hdfc p {
    font-size: 20px;
  }
  .about-manipal .about-unext .details {
    flex-direction: column;
  }
  .about-manipal .about-unext .details .left {
    width: 100%;
  }
  .about-manipal .about-unext .details .right {
    width: 100%;
    padding: 24px;
  }
  .about-manipal .about-unext .details .right p {
    font-size: 20px;
  }
  .registration-process .divider {
    border: 4px solid #D9D9D9;
    height: 2px;
    margin-top: -95px;
    width: 84%;
    border-radius: 5px;
  }
  .registration-process .divider.active {
    border-color: #F3372F;
  }
  .registration-process .divider.second-active {
    border: 4px solid transparent;
    background: linear-gradient(90deg, #F3372F 0%, #D9D9D9 100%) border-box;
  }
  .registration-process .steps {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    margin: 0 auto;
    flex-direction: column;
  }
  .registration-process .steps .step {
    position: relative;
    z-index: 1;
    text-align: center;
    width: 100%;
    display: flex;
  }
  .registration-process .steps .step.left {
    justify-content: flex-start;
  }
  .registration-process .steps .step.right {
    justify-content: flex-end;
  }
  .registration-process .steps .step .circle {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: 8px solid #ccc;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    color: #999;
    font-family: "HelveticaNowDisplay";
    font-weight: 800;
    font-size: 44px;
  }
  .registration-process .steps .step p {
    color: #000000;
    font-family: "HelveticaNowDisplay";
    font-weight: 400;
    font-size: 20px;
    text-align: center;
  }
  .registration-process .steps .step.active .circle {
    border-color: #F3372F;
    color: #2d4b8c;
  }
  .registration-process .steps .step.second-active .circle {
    border: 8px solid transparent;
    color: #2d4b8c;
    background: linear-gradient(#fff, #fff) padding-box, linear-gradient(180deg, #F3372F 0%, #D8D8D8 100%) border-box;
  }
}
@media (max-width: 415px) {
  .banner {
    padding-top: 50px;
  }
  .banner .left img {
    width: 210px;
    margin-bottom: 14px;
  }
  .banner .left h1 {
    font-size: 26px;
  }
  .banner .left h1 strong {
    font-size: 54px;
  }
  .banner .left p {
    font-size: 16px;
  }
  .contact-support span {
    font-size: 16px;
  }
  .program-overview .details .line-item p {
    font-size: 18px;
  }
  .program-overview .details .line-item h5 {
    font-size: 16px;
  }
  .program-overview .details .line-item .note {
    margin-top: -5px;
  }
  .program-overview .details .line-item:before {
    height: 100px;
    left: -12px;
    top: -13px;
  }
  .about-program .details .left .section-title {
    line-height: 60px;
    font-size: 56px;
  }
  .about-program .details .left .info {
    font-size: 18px;
  }
  .eligibility-criteria .details .left .title {
    font-size: 24px;
  }
  .eligibility-criteria .details .left .sub-title {
    font-size: 16px;
  }
  .eligibility-criteria .details .right .line-item .title {
    font-size: 22px;
  }
  .eligibility-criteria .details .right .line-item .sub-title {
    font-size: 16px;
  }
  .program-fee {
    position: relative;
  }
  .program-fee .program-section .section-title {
    font-size: 52px;
    right: 46%;
    width: 303px;
    top: 34%;
  }
  .program-fee .program-section .details .left .head {
    font-size: 28px;
  }
  .program-fee .program-section .details .left .desc {
    font-size: 16px;
  }
  .program-fee .program-section .details .right img {
    width: 252px;
  }
  .career-progression .career-section .details .card {
    gap: 38px;
  }
  .career-progression .career-section .details .card .title {
    font-size: 22px;
  }
  .career-progression .career-section .details .card .sub-title {
    font-size: 18px;
  }
  .career-progression .career-section .details img {
    width: 20px;
  }
  .about-manipal .about-hdfc h3 {
    font-size: 62px;
  }
  .about-manipal .about-hdfc p {
    font-size: 18px;
  }
  .about-manipal .about-unext .details .right p {
    font-size: 18px;
  }
}/*# sourceMappingURL=home-page.css.map */