@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;
}
@font-face {
  font-family: "AnekLatin";
  src: url("../fonts/AnekLatin-Regular.woff2") format("woff2"), url("../fonts/AnekLatin-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "AnekLatin";
  src: url("../fonts/AnekLatin-Medium.woff2") format("woff2"), url("../fonts/AnekLatin-Medium.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
.bottomMargin {
  margin-bottom: 40px;
}

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

.banner {
  background: url("../images/banner/Desktop.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 50px 0px;
}
.banner .left {
  width: 40%;
}
.banner .left .banner-img {
  max-width: 100%;
  margin-bottom: 12px;
}
.banner .left .noteText {
  font-style: italic;
  padding-top: 4px;
}
.banner .left h1 {
  font-family: "AnekLatin";
  color: #fff;
  position: relative;
  font-weight: 500;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  line-height: 1.2;
  font-size: 2.4rem;
}
.banner .left h1 span {
  font-weight: inherit;
  font-family: inherit;
  display: block;
  color: #fff;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.banner .left p {
  color: #fff;
  font-weight: 300;
  margin-bottom: 0;
  font-size: 20px;
}
.banner .left p strong {
  font-weight: 600;
}
.banner .left p:last-child {
  margin-bottom: 1.5rem;
}
.banner .left .abcfc-logo {
  margin: 6px 0;
  position: relative;
}
.banner .left .abcfc-logo::before {
  background: #fff;
  width: 100%;
  height: 100%;
  left: -99%;
  top: 0;
  position: absolute;
  content: " ";
  display: block;
}
.banner .left .info {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}
.banner .left .info .line-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 48%;
  background: #C7222A;
  padding: 6px 10px;
  border-radius: 4px;
  margin-bottom: 0px;
  text-align: center;
}
.banner .left .info .line-item span {
  color: #fff;
  font-size: 10px;
}
.banner .left .info .line-item p {
  margin-bottom: 0px;
}
.banner .banner-block {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.banner .banner-block .registerFormBlock {
  background: #fff;
  min-width: 350px;
  max-width: 350px;
}
.banner .banner-band {
  padding: 4px 30px;
  background: #C7222A;
  text-align: center;
  color: #fff;
  width: -moz-max-content;
  width: max-content;
  border-radius: 8px;
}
.banner .banner-band span {
  font-size: 20px;
}
.banner .terms {
  font-size: 12px;
  font-style: italic;
  margin-top: 6px;
  font-weight: 300;
}

.course-highlights {
  background: #fff;
  -webkit-backdrop-filter: blur(13.6000003815px);
          backdrop-filter: blur(13.6000003815px);
  border-radius: 20px 20px 0 0;
  padding: 28px 0px;
  color: #000;
  margin-top: -20px;
}
.course-highlights .row .line-item {
  border-right: 1px solid #000;
}
.course-highlights .row .line-item:last-child {
  border-right: 0;
}
.course-highlights .row .line-item .wrap {
  display: flex;
  gap: 10px;
  align-items: center;
}
.course-highlights .row .line-item .label {
  font-size: 18px;
  font-weight: bold;
}
.course-highlights .row .line-item .label span {
  display: block;
  font-weight: normal;
}
.course-highlights .row .line-item:nth-child(2) .wrap, .course-highlights .row .line-item:nth-child(3) .wrap {
  max-width: -moz-max-content;
  max-width: max-content;
  margin: 0 auto;
}
.course-highlights .row .line-item:last-child .wrap {
  max-width: -moz-max-content;
  max-width: max-content;
  margin: 0 auto;
}

.about-program-content {
  background: #FFF4D9;
  text-align: center;
  padding: 3rem 0;
  position: relative;
  border-radius: 0 0 20px 20px;
}
.about-program-content .section-title {
  color: #C7222A;
  margin-bottom: 1rem;
}
.about-program-content p {
  width: 80%;
  margin: 0 auto;
}
.about-program-content .right-bubble {
  position: absolute;
  right: 0;
  bottom: -30px;
  display: block;
  width: 110px;
  z-index: 1;
}

.program-features .feature-row {
  display: flex;
  gap: 50px;
  flex-wrap: wrap;
  justify-content: space-between;
}
.program-features .feature-row .feature-item {
  width: calc(48% - 50px);
  display: flex;
}
.program-features .feature-row .feature-item .number {
  background: linear-gradient(0deg, #F8F9FF, #F8F9FF), linear-gradient(180deg, rgba(255, 247, 215, 0.2) 47.6%, rgba(255, 247, 215, 0.2) 100%);
  border-right: 0;
  box-shadow: 0px 12px 22.5px 0px rgba(4, 16, 34, 0.1019607843);
  border-radius: 15px 0 0 15px;
  color: #C7222A;
  font-size: 30px;
  font-weight: bold;
  padding: 4px 0;
  height: -moz-max-content;
  height: max-content;
  margin-top: 20px;
  width: 35px;
  flex: 0 0 auto;
  text-align: center;
}
.program-features .feature-row .feature-item .card {
  background: linear-gradient(0deg, #F8F9FF, #F8F9FF), linear-gradient(0deg, rgba(255, 244, 217, 0.2), rgba(255, 244, 217, 0.2));
  box-shadow: 0px 12px 22.5px 0px rgba(4, 16, 34, 0.1019607843);
  flex: 0 0 auto;
  width: calc(100% - 32px);
  padding: 14px 14px 14px 40px;
  border: 1px solid #C7222A;
  border-radius: 20px;
  flex-direction: row;
  align-items: center;
}
.program-features .feature-row .feature-item .card .left {
  flex: 0 0 auto;
  width: 18%;
  text-align: center;
}
.program-features .feature-row .feature-item .card .left .title {
  font-size: 18px;
  font-weight: bold;
  color: #C7222A;
  margin-top: 10px;
  line-height: 1.2;
}
.program-features .feature-row .feature-item .card .right {
  flex: 0 0 auto;
  width: 82%;
  font-size: 16px;
}
.program-features .feature-row .feature-item .card .right ul {
  list-style: none;
}
.program-features .feature-row .feature-item .card .right ul li {
  padding: 0 0 10px;
  margin: 0 0 10px;
  border-bottom: 1px solid rgba(199, 34, 42, 0.2196078431);
}
.program-features .feature-row .feature-item .card .right ul li .d-block span {
  display: block;
  font-style: italic;
}
.program-features .feature-row .feature-item .card .right ul li:last-child {
  border-bottom: 0px;
  padding: 0;
  margin: 0;
}
.program-features .feature-row .feature-item .card .right ul li .col-8 {
  border-right: 1px solid rgba(132, 17, 33, 0.2196078431);
}
.program-features .feature-row .feature-item .card .right ul li .col-4 {
  font-size: 14px;
}

.eligibilty-section .infoBlock {
  border-radius: 20px;
  background: linear-gradient(0deg, #F8F9FF, #F8F9FF), linear-gradient(180deg, rgba(255, 247, 215, 0.2) 47.6%, rgba(255, 247, 215, 0.2) 100%);
  box-shadow: 0px 12px 22.5px 0px rgba(4, 16, 34, 0.1019607843);
  padding: 28px;
}
.eligibilty-section .infoBlock .details .line-item {
  border-right: 1px solid rgba(199, 34, 42, 0.2196078431);
}
.eligibilty-section .infoBlock .details .line-item .wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.eligibilty-section .infoBlock .details .line-item .wrap .icon-wrap img {
  height: 44px;
}
.eligibilty-section .infoBlock .details .line-item .wrap .content p {
  margin-bottom: 0;
}
.eligibilty-section .infoBlock .details .line-item:last-child {
  border-right: 0;
}

.registration-process img {
  margin: 0 auto;
  display: block;
}

.feeSection {
  background: url("../images/home-page/bg3.jpg") no-repeat;
  background-size: cover;
  aspect-ratio: 1463/633;
  position: relative;
}
.feeSection .left-bubble {
  position: absolute;
  bottom: 8%;
  left: 0;
}
.feeSection .right-bubble {
  position: absolute;
  bottom: -20px;
  right: 0px;
  width: 80px;
}
.feeSection .details {
  display: flex;
  overflow: hidden;
  align-items: center;
  padding-bottom: 39px;
}
.feeSection .details .left {
  width: 60%;
}
.feeSection .details .right {
  width: 40%;
  padding: 40px 70px;
  border-radius: 0 0 20px 20px;
  background: #fff;
  -webkit-backdrop-filter: blur(13.6000003815px);
          backdrop-filter: blur(13.6000003815px);
}
.feeSection .details .right .info {
  padding: 25px 0;
}
.feeSection .details .right .info:last-child {
  border-bottom: 0;
}
.feeSection .details .right .info:first-child {
  padding-top: 0;
}
.feeSection .details .right .info .title {
  font-family: "AnekLatin";
  font-size: 30px;
  font-weight: bold;
  color: #C7222A;
}
.feeSection .details .right .info p {
  margin-bottom: 0;
}
.feeSection .details .right .info p .secondary-title {
  font-size: 30px;
  display: block;
  font-family: "AnekLatin";
  font-weight: bold;
}
.feeSection .details .right .info ul {
  padding-left: 16px;
}
.feeSection .details .right .info ul li {
  color: #fff;
}

.career-progression .feature-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.career-progression .feature-row .feature-item {
  width: calc(48% - 100px);
  display: flex;
  position: relative;
  flex-direction: column;
}
.career-progression .feature-row .feature-item .number {
  background: linear-gradient(0deg, #F8F9FF, #F8F9FF), linear-gradient(180deg, rgba(255, 247, 215, 0.2) 47.6%, rgba(255, 247, 215, 0.2) 100%);
  border-right: 0;
  box-shadow: 0px 12px 22.5px 0px rgba(4, 16, 34, 0.1019607843);
  border-radius: 15px 0 0 15px;
  color: #C7222A;
  font-size: 30px;
  font-weight: bold;
  padding: 4px 0;
  height: -moz-max-content;
  height: max-content;
  margin-top: 20px;
  width: 35px;
  flex: 0 0 auto;
  text-align: center;
}
.career-progression .feature-row .feature-item .card {
  background: #FFF4D9;
  flex: 0 0 auto;
  width: 100%;
  padding: 14px 14px 14px 40px;
  border: 1px solid #C7222A;
  border-radius: 20px;
  flex-direction: row;
  align-items: center;
}
.career-progression .feature-row .feature-item .card .left {
  flex: 0 0 auto;
  width: 20%;
  text-align: center;
}
.career-progression .feature-row .feature-item .card .left .title {
  font-size: 18px;
  font-weight: bold;
  color: #C7222A;
  margin-top: 10px;
  line-height: 1.2;
}
.career-progression .feature-row .feature-item .card .right {
  flex: 0 0 auto;
  width: 80%;
  font-size: 16px;
}
.career-progression .feature-row .feature-item .card .right ul {
  list-style: none;
}
.career-progression .feature-row .feature-item .card .right ul li {
  padding: 0 0 10px;
  margin: 0 0 10px;
  border-bottom: 1px solid rgba(199, 34, 42, 0.2196078431);
}
.career-progression .feature-row .feature-item .card .right ul li:last-child {
  border-bottom: 0px;
  padding: 0;
  margin: 0;
}
.career-progression .feature-row .feature-item .card .right ul li .col-8 {
  box-shadow: 1px 0 0 0 rgba(132, 17, 33, 0.2196078431);
}
.career-progression .feature-row .feature-item .card .right ul li .col-4 {
  font-size: 14px;
}
.career-progression .feature-row .job-roles-title {
  width: 238px;
  background: #F8F9FA;
  font-weight: bold;
  padding: 20px 10px;
  text-align: center;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateY(-44px);
}
.career-progression .feature-row .job-roles-title span {
  background: #fff;
  padding: 0 10px;
}
.career-progression .feature-row .job-roles-title::before {
  background: url("../images/home-page/job-role-arrow.svg") no-repeat;
  content: " ";
  left: 20px;
  top: 50%;
  width: 58px;
  height: 8px;
  display: block;
}
.career-progression .feature-row .job-roles-title::after {
  background: url("../images/home-page/job-role-arrow.svg") no-repeat;
  content: " ";
  right: 20px;
  top: 50%;
  width: 58px;
  height: 8px;
  display: block;
  transform: rotate(180deg);
}
.career-progression .feature-row .bottom-strip {
  background: #C7222A;
  border-radius: 0 0 20px 20px;
  width: 50%;
  padding: 10px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  transform: translateX(50%);
}

.about-program .top-row {
  background: #F8F9FA;
  padding: 40px 0;
}
.about-program .top-row .section-title {
  margin-bottom: 1.8rem;
}
.about-program .top-row p {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}
.about-program .bottom-row {
  display: flex;
  align-items: center;
  margin-top: -20px;
  padding-left: 4%;
}
.about-program .bottom-row .manipal-content, .about-program .bottom-row .manipal-image {
  width: 50%;
  max-height: 500px;
  overflow: hidden;
}
.about-program .about-manipal-wrap {
  padding: 30px;
}
.about-program .manipal-image {
  text-align: right;
}

.program-structure .structure-box {
  border: 1px solid #707070;
  padding: 1px;
  border-radius: 40px;
  overflow: hidden;
  height: 100%;
}
.program-structure .structure-box .title {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  padding: 16px 20px;
  color: #C7222A;
}
.program-structure .structure-box img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.program-structure .career-launch .row {
  gap: 24px;
}
.program-structure .career-launch .row .col-6 {
  width: calc(50% - 15px);
  border-radius: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.program-structure .career-launch .career-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.program-structure .career-launch .content {
  background: #C7222A;
  padding: 2.5rem;
  color: #fff;
}
.program-structure .career-launch .content .section-title {
  margin-bottom: 10px;
  color: #fff;
  line-height: 1.3;
}

.financial-rewards .d-flex {
  justify-content: space-between;
}
.financial-rewards .d-flex .reward-item {
  background: #C7222A;
  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: #C7222A;
  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;
}

.accordion .accordion-item {
  border: 0;
}
.accordion .card-body {
  border-top: 0px solid #d5d5d5;
  border-bottom: 0px solid #d5d5d5;
  margin-bottom: 20px;
  margin-top: -20px;
  background: #f8f8f8;
  padding: 20px;
}
.accordion .card-body .head-two {
  font-weight: 700;
  font-size: 16px;
  padding-bottom: 5px;
  margin-bottom: 15px;
  border-bottom: 1px solid #C7222A;
  width: 100%;
  line-height: 25px;
}
.accordion .accordion-header {
  margin: 0 0 20px 0;
}
.accordion .accordion-header .accordion-button {
  padding: 15px;
  background: #e5e5e5;
  border-radius: 0 !important;
  color: #000000;
  cursor: pointer;
}
.accordion .accordion-header .accordion-button::after {
  content: "+";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
  background-image: none;
}
.accordion .accordion-header .accordion-button:not(.collapsed)::after {
  content: "\f068";
  transform: none;
}
.accordion .accordion-header .accordion-button:focus {
  box-shadow: none;
}

.faq-section .home-faq-tab {
  width: 100%;
  display: table;
  border: 0 !important;
  position: relative;
  top: 0px;
  left: 0px;
}
.faq-section .home-faq-tab li {
  display: table-cell;
  width: 1%;
}
.faq-section .home-faq-tab li .nav-link {
  padding: 23px 0px;
  font-size: 18px;
  vertical-align: middle;
  margin: 0;
  background: #ffe7f1;
  color: #C7222A !important;
  width: 100%;
  text-align: center;
  border-radius: 0;
}
.faq-section .home-faq-tab li .nav-link.active {
  background: #C7222A;
  color: #fff !important;
}
.faq-section .tab-content .tab-pane {
  padding: 50px 50px 50px 50px;
  margin-top: 0px;
  box-shadow: 0 1rem 3rem rgba(151, 20, 77, 0.2) !important;
  background: #fff;
}

.course-structure {
  background: linear-gradient(180deg, #fff 55%, #f7f7f7 45%);
}
.course-structure .home-course-structure-box {
  background: #C7222A;
  color: #fff;
  border-radius: 20px;
  padding: 40px 50px 40px 50px;
}
.course-structure .home-course-structure-box .home-course-structure-box1,
.course-structure .home-course-structure-box .home-course-structure-box2,
.course-structure .home-course-structure-box .home-course-structure-box3 {
  padding: 0;
}
.course-structure .home-course-structure-box .home-course-structure-box1 .box-head h3,
.course-structure .home-course-structure-box .home-course-structure-box2 .box-head h3,
.course-structure .home-course-structure-box .home-course-structure-box3 .box-head h3 {
  text-align: center;
  font-size: 19px;
  border-bottom: dashed 3px #b83c44;
  padding-bottom: 15px;
  margin-bottom: 40px;
  position: relative;
  z-index: 0;
}
.course-structure .home-course-structure-box .home-course-structure-box1 .box-head h3:before,
.course-structure .home-course-structure-box .home-course-structure-box2 .box-head h3:before,
.course-structure .home-course-structure-box .home-course-structure-box3 .box-head h3:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -13px;
  background-color: #b83c44;
  width: 25px;
  height: 25px;
  border-radius: 100px;
}
.course-structure .home-course-structure-box .home-course-structure-box1 .box-head h3 small,
.course-structure .home-course-structure-box .home-course-structure-box2 .box-head h3 small,
.course-structure .home-course-structure-box .home-course-structure-box3 .box-head h3 small {
  display: block;
}
.course-structure .home-course-structure-box ul {
  margin: 0 0 0 15px;
  padding: 0;
}
.course-structure .home-course-structure-box ul li {
  float: left;
  margin-right: 1%;
  padding-right: 1%;
  width: 48%;
  font-size: 13px;
}
.course-structure .home-course-structure-box .home-course-structure-box2 .box-head h3 {
  border-bottom: dashed 3px #e5639c;
}
.course-structure .home-course-structure-box .home-course-structure-box2 .box-head h3:before {
  background-color: #e5639c;
}
.course-structure .home-course-structure-box .home-course-structure-box2 .box-head h3 {
  border-bottom: dashed 3px #fff;
}
.course-structure .home-course-structure-box .home-course-structure-box2 .box-head h3:before {
  background-color: #fff;
}
.course-structure .home-course-structure-box .home-course-structure-box2 ul li,
.course-structure .home-course-structure-box .home-course-structure-box3 ul li {
  float: none;
  margin-right: 0;
  padding-right: 0;
  width: auto;
}
.course-structure .structure-box-note-bg {
  background: #971821;
  border-radius: 10px;
  margin-top: 60px;
  padding: 15px;
}
.course-structure .structure-box-note-bg p {
  margin: 0;
}
.course-structure .structure-box-note-bg img {
  float: left;
  width: 16%;
  margin-left: -50px;
}

.program-feature {
  background: #f7f7f7;
  padding-top: 50px;
  padding-bottom: 50px;
}
.program-feature .program-feature-details {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.program-feature .program-feature-details .list-item {
  background: #fff;
  border: 1px solid #C7222A;
  border-radius: 22px;
  width: calc(50% - 20px);
  overflow: hidden;
  height: inherit;
}
.program-feature .program-feature-details .list-item .feature-wrap {
  display: flex;
  gap: 20px;
  align-items: center;
  height: 100%;
}
.program-feature .program-feature-details .list-item .feature-wrap .left {
  width: 20%;
  flex: 0 0 auto;
  height: 100%;
}
.program-feature .program-feature-details .list-item .feature-wrap .left img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.program-feature .program-feature-details .list-item .feature-wrap .right {
  width: calc(80% - 20px);
  flex: 0 0 auto;
  padding: 20px 20px 20px 0;
  height: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
}
.program-feature .program-feature-details .list-item .feature-wrap .right .number {
  background: #C7222A;
  color: #fff;
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: bold;
}
.program-feature .program-feature-details .list-item .feature-wrap .right .title {
  font-weight: bold;
  color: #C7222A;
  margin-bottom: 15px;
  font-size: 20px;
}
.program-feature .program-feature-details .list-item .feature-wrap .right ul {
  padding: 0;
  list-style: none;
}
.program-feature .program-feature-details .list-item .feature-wrap .right ul li {
  border-bottom: 2px dashed #707070;
  padding: 10px 0;
}
.program-feature .program-feature-details .list-item .feature-wrap .right ul li strong {
  font-weight: bold;
  font-size: 18px;
}
.program-feature .program-feature-details .list-item .feature-wrap .right ul li:last-child {
  border: 0;
}
.program-feature .program-feature-details .list-item .feature-wrap .right p {
  margin: 0;
}
.program-feature .program-feature-details .list-item .feature-wrap .right p.term {
  font-size: 12px;
}

@media (min-width: 320px) and (max-width: 1080px) {
  .faq-section .tab-content .tab-pane {
    padding: 15px;
  }
  .faq-section .home-faq-tab li {
    display: block;
    width: auto;
  }
  .faq-section .home-faq-tab li .nav-link {
    padding: 10px;
    background-color: #fff;
    border: 1px solid #97144d;
    color: #97144d;
    font-weight: bold;
    text-decoration: none;
    margin: 10px 0px;
  }
  .course-structure .home-course-structure-box .home-course-structure-box2,
  .course-structure .home-course-structure-box .home-course-structure-box3 {
    margin-top: 40px;
  }
  .course-structure .structure-box-note-bg img {
    float: unset;
    width: 45%;
    margin: -35px auto 0 auto;
    display: block;
  }
  .course-structure .structure-box-note-bg p {
    text-align: justify;
  }
}
@media (min-width: 1920px) {
  .feeSection {
    aspect-ratio: 1463/443;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  header nav .logo img {
    max-width: 240px;
  }
}
@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;
  }
}
@media (min-width: 0px) and (max-width: 768px) {
  .banner {
    padding: 30px 24px 24px;
    background: url("../images/banner/mobile.jpg") no-repeat;
    background-size: cover;
    aspect-ratio: 480/440;
    position: relative;
  }
  .banner::after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: " ";
    display: block;
    background: rgba(0, 0, 0, 0.4);
    z-index: 0;
  }
  .banner .banner-block {
    height: 100%;
    position: relative;
    z-index: 1;
  }
  .banner .left {
    width: 100%;
    margin-top: auto;
  }
  .banner .left p br {
    display: none;
  }
  .banner .left .info .line-item {
    width: 100%;
  }
  .banner .left h1 {
    font-size: 1.6rem;
  }
  .banner .left h1 br {
    display: none;
  }
  .mobile-form .row {
    margin: 0;
  }
  .mobile-form .registerFormBlock {
    width: 90%;
  }
  .course-highlights .row {
    gap: 30px 0;
  }
  .course-highlights .row .line-item {
    width: 50%;
    padding: 0 10px;
  }
  .course-highlights .row .line-item:nth-child(2) {
    border-right: 0;
  }
  .course-highlights .row .line-item:nth-child(2) .wrap, .course-highlights .row .line-item:nth-child(3) .wrap, .course-highlights .row .line-item:last-child .wrap {
    max-width: unset;
  }
  .course-highlights .row .line-item .label {
    font-size: 14px;
  }
  .course-highlights .row .line-item .description {
    font-size: 12px;
  }
  .course-highlights .row .line-item .wrap .icon-wrap {
    width: 50px;
    flex: 0 0 auto;
  }
  .about-program-content p {
    width: 100%;
  }
  .eligibilty-section .infoBlock {
    padding: 10px;
  }
  .eligibilty-section .infoBlock .details {
    flex-wrap: wrap;
    gap: 50px 0;
  }
  .eligibilty-section .infoBlock .details .line-item {
    width: 50%;
    border-right: 0;
  }
  .eligibilty-section .infoBlock .details .line-item .wrap {
    justify-content: flex-start;
  }
  .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 p,
  .about-idfc-first .details .right .description p {
    text-align: center;
  }
  .program-features .feature-row .feature-item {
    width: calc(100% - 0px);
  }
  .program-features .feature-row .feature-item .card {
    padding: 20px;
    gap: 14px;
  }
  .program-features .feature-row .feature-item .card .right ul {
    padding: 0px;
  }
  .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%;
  }
  .program-structure .row {
    gap: 30px;
  }
  .program-structure .career-launch .row {
    flex-direction: column;
  }
  .program-structure .career-launch .row .col-6 {
    width: 100%;
  }
  .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;
  }
  .feeSection {
    background: none;
    aspect-ratio: unset;
  }
  .feeSection .mobile-image {
    width: 100%;
  }
  .feeSection .details {
    flex-direction: column;
    height: 100%;
    padding: 0;
  }
  .feeSection .details .left, .feeSection .details .right {
    width: 100%;
    margin-top: auto;
  }
  .feeSection .details .right {
    padding: 40px 90px;
  }
  .feeSection .details .right .info:first-child {
    padding-top: 0;
  }
  .feeSection .details .right .info:last-child {
    padding-bottom: 0;
  }
  .career-progression .feature-row {
    flex-direction: column;
  }
  .career-progression .feature-row .feature-item {
    width: 100%;
  }
  .career-progression .feature-row .feature-item:first-child {
    order: 2;
    margin-bottom: 60px;
  }
  .career-progression .feature-row .feature-item:last-child {
    order: 3;
  }
  .career-progression .feature-row .job-roles-title {
    transform: unset;
    order: 1;
  }
  .career-progression .feature-row .job-roles-title::before, .career-progression .feature-row .job-roles-title::after {
    display: none;
  }
  .about-program .top-row p {
    width: 100%;
  }
  .about-program .bottom-row {
    flex-direction: column;
    margin-top: 0;
    padding-left: 0;
  }
  .about-program .bottom-row .manipal-content, .about-program .bottom-row .manipal-image {
    width: 100%;
  }
  .about-program .bottom-row .manipal-content img, .about-program .bottom-row .manipal-image img {
    width: 100%;
  }
}/*# sourceMappingURL=home-page.css.map */