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

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

.banner {
  background: #2D4191 url("../images/banner/banner-men.png");
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: center bottom;
  padding: 50px 0px;
  position: relative;
}
.banner::after {
  width: 100%;
  height: 80%;
  position: absolute;
  left: 0;
  bottom: 0;
  background: linear-gradient(180deg, rgba(45, 65, 145, 0) 0%, rgba(14, 28, 84, 0.57) 100%);
  content: "";
  pointer-events: none;
  z-index: 0;
}
.banner .left {
  width: 55%;
  position: relative;
  z-index: 1;
}
.banner .left .banner-img {
  max-width: 100%;
  margin-bottom: 12px;
}
.banner .left .noteText {
  font-style: italic;
  padding-top: 4px;
}
.banner .left h1 {
  font-family: "HelveticaNowDisplay";
  color: #fff;
  position: relative;
  font-weight: 800;
  line-height: 1.2;
  font-size: 3.1rem;
}
.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;
}
.banner .left p strong {
  font-weight: 600;
}
.banner .left .info {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 35px;
}
.banner .left .info .line-item {
  width: 48%;
}
.banner .left .info .line-item p {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: rgba(199, 0, 127, 0.8);
  padding: 6px 10px;
  border-radius: 4px;
  margin-bottom: 0px;
  text-align: center;
  height: 100%;
  font-size: 14px;
}
.banner .left .info .line-item .note {
  text-align: center;
  font-style: italic;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.8);
}
.banner .left .info .line-item span {
  color: #fff;
  font-size: 10px;
}
.banner .left .info .line-item p {
  margin-bottom: 0px;
}
.banner .right {
  position: relative;
  z-index: 1;
}
.banner .banner-block {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.banner .banner-block .registerFormBlock {
  background: #fff;
  min-width: 350px;
  max-width: 350px;
}
.banner .banner-band {
  padding: 4px 30px;
  background: #2D4191;
  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: #C7007F url("../images/home-page/about-bank-bg.jpg") no-repeat 0 0;
  background-size: cover;
  text-align: right;
  padding: 6rem 0;
  position: relative;
}
.about-program-content .section-title, .about-program-content p {
  color: #fff;
  width: 50%;
  margin: 0 0 0 auto;
}
.about-program-content .section-title {
  color: #fff;
  margin-bottom: 1.5rem;
  text-shadow: 0px 4px 3px rgba(0, 0, 0, 0.2509803922);
  line-height: 1.6;
}

.primary-color {
  color: #2D4191 !important;
}

.program-features {
  background: linear-gradient(-90deg, #C7007F 0%, #2D4191 100%);
}
.program-features .section-title {
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.2509803922);
}
.program-features .feature-row {
  display: flex;
  gap: 22px;
  flex-wrap: wrap;
  justify-content: space-between;
}
.program-features .feature-row .feature-item {
  width: calc(25% - 22px);
  display: flex;
  position: relative;
}
.program-features .feature-row .feature-item .number {
  color: #C7007F;
  font-size: 30px;
  font-weight: 900;
  text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2509803922);
  padding: 4px 0;
  height: -moz-max-content;
  height: max-content;
  width: 35px;
  flex: 0 0 auto;
  text-align: center;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.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: 9px 9px 19.3px 1px rgba(0, 0, 0, 0.1803921569);
  flex: 0 0 auto;
  width: 100%;
  padding: 0px;
  border: 1px solid #2D4191;
  border-radius: 10px;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
}
.program-features .feature-row .feature-item .card .left {
  flex: 0 0 auto;
  width: 100%;
}
.program-features .feature-row .feature-item .card .left .title {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  padding: 10px 20px;
  line-height: 1.2;
  background: #C7007F;
  text-shadow: 0px 3px 3px rgba(0, 0, 0, 0.2509803922);
  box-shadow: 0px 4px 4px 1px rgba(0, 0, 0, 0.0901960784);
}
.program-features .feature-row .feature-item .card .right {
  flex: 0 0 auto;
  font-size: 16px;
  padding: 10px 20px;
  width: 100%;
}
.program-features .feature-row .feature-item .card .right .equip-points strong {
  margin-top: 3px;
}
.program-features .feature-row .feature-item .card .right ul {
  list-style: none;
  padding: 0;
}
.program-features .feature-row .feature-item .card .right ul li {
  padding: 0 0 10px;
  margin: 0 0 10px;
  border-bottom: 2px dotted #2D4191;
  color: #2D4191;
}
.program-features .feature-row .feature-item .card .right ul li strong {
  color: #C7007F;
  display: block;
}
.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;
}
.program-features .feature-row .feature-item .card .right ul li ul li {
  border-bottom: 0;
  padding: 0;
  margin: 0;
  list-style: disc;
  list-style-position: inside;
}
.program-features .feature-row .feature-item .card .right ul li ul li::marker {
  color: #C7007F;
}

.eligibilty-section {
  background: url("../images/home-page/eligiblity-bg.jpg") no-repeat;
  background-size: cover;
  aspect-ratio: 1920/833;
}
.eligibilty-section .section-title {
  text-shadow: 0px 3px 3px rgba(0, 0, 0, 0.2509803922);
}
.eligibilty-section .container {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.eligibilty-section .infoBlock {
  border-radius: 20px;
  background: linear-gradient(90deg, #2D4191 0%, #C7007F 100%);
  box-shadow: 4px 17px 12.5px 3px rgba(0, 0, 0, 0.3098039216);
  padding: 28px;
  margin-top: auto;
}
.eligibilty-section .infoBlock .details .line-item {
  border-right: 1px solid #fff;
}
.eligibilty-section .infoBlock .details .line-item .wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  text-align: center;
  color: #fff;
}
.eligibilty-section .infoBlock .details .line-item .wrap .icon-wrap img {
  height: 44px;
}
.eligibilty-section .infoBlock .details .line-item .wrap .content {
  font-size: 18px;
}
.eligibilty-section .infoBlock .details .line-item .wrap .content strong {
  font-size: 22px;
}
.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 {
  background: linear-gradient(90deg, #FBE3F0 0%, #E9E0EF 100%);
}
.registration-process .section-title {
  color: #2D4191;
  text-align: center;
}
.registration-process img {
  margin: 0 auto;
  display: block;
}

.feeSection {
  background: #2D4191;
  position: relative;
}
.feeSection .details {
  display: flex;
  overflow: hidden;
  align-items: center;
  padding-bottom: 39px;
}
.feeSection .details .right {
  width: 100%;
  color: #fff;
  display: flex;
}
.feeSection .details .right .info {
  padding: 25px 30px;
  width: 50%;
  flex: 0 0 auto;
  border-right: 1px solid #fff;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.feeSection .details .right .info:last-child {
  border-right: 0;
}
.feeSection .details .right .info .title {
  font-family: "HelveticaNowDisplay";
  font-size: 30px;
  font-weight: bold;
}
.feeSection .details .right .info p {
  margin-bottom: 0;
}
.feeSection .details .right .info p .secondary-title {
  font-size: 24px;
  font-family: "HelveticaNowDisplay";
  font-weight: bold;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.2509803922);
}
.feeSection .details .right .info ul {
  padding-left: 16px;
}
.feeSection .details .right .info ul li {
  color: #fff;
}

.combine-section {
  background: linear-gradient(180deg, #FAEAF4 0%, #D0D0E8 100%);
}

.career-progression .section-title {
  text-align: center;
  color: #2D4191;
}
.career-progression p {
  color: #626262;
  text-align: center;
}
.career-progression img {
  width: 80%;
  margin: 0 auto;
  display: block;
}

.about-program .top-row {
  padding: 40px 40px 0px 0;
  border: 1px solid rgba(199, 0, 127, 0.8);
  border-radius: 10px;
  box-shadow: 0px 4px 12.8px 11px rgba(0, 0, 0, 0.0392156863);
  display: flex;
  align-items: center;
  gap: 30px;
  position: relative;
}
.about-program .top-row img {
  margin-bottom: -4px;
  width: 40%;
}
.about-program .top-row .content {
  width: 60%;
}
.about-program .top-row .section-title {
  margin-bottom: 1.8rem;
  text-align: right;
  color: #2D4191;
}
.about-program .top-row p {
  text-align: right;
  color: #C7007F;
}
.about-program .bottom-row {
  display: flex;
  align-items: center;
  margin-top: 80px;
  padding-left: 4%;
  background: linear-gradient(180deg, #2D4191 0%, #C7007F 100%);
}
.about-program .bottom-row img {
  margin-top: -70px;
  margin-bottom: -35px;
  width: 50%;
}
.about-program .bottom-row .manipal-content, .about-program .bottom-row .manipal-image {
  width: 50%;
  color: #fff;
  height: inherit;
  flex: 0 0 auto;
}
.about-program .bottom-row .manipal-content .section-title, .about-program .bottom-row .manipal-image .section-title {
  text-shadow: 0px 3px 3px rgba(0, 0, 0, 0.2509803922);
}
.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: #2D4191;
}
.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: #2D4191;
  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: #2D4191;
  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: #C7007F;
}

.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: #C7007F;
  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: #2D4191;
  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 #2D4191;
  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: #2D4191 !important;
  width: 100%;
  text-align: center;
  border-radius: 0;
}
.faq-section .home-faq-tab li .nav-link.active {
  background: #2D4191;
  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: #2D4191;
  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 #FBE3F0;
}
.course-structure .home-course-structure-box .home-course-structure-box2 .box-head h3:before {
  background-color: #FBE3F0;
}
.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 #2D4191;
  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: #2D4191;
  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: #2D4191;
  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: 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 0px 24px;
    background: #2D4191;
  }
  .banner::after {
    display: none;
  }
  .banner .banner-block {
    height: 100%;
  }
  .banner .left {
    width: 100%;
    margin-top: auto;
  }
  .banner .left .info {
    gap: 40px;
  }
  .banner .left .info .line-item {
    width: 100%;
  }
  .banner .left .info .line-item p {
    padding: 20px;
    font-size: 18px;
  }
  .banner .left .info .line-item p span {
    font-size: 16px;
  }
  .banner .left .info .line-item p.figure {
    font-weight: bold;
  }
  .banner .left .info .line-item p.figure span {
    font-weight: normal;
  }
  .banner .left .info .line-item .note {
    font-size: 16px;
  }
  .banner .left h1 {
    font-size: 2rem;
  }
  .banner .left h1 br:nth-child(2) {
    display: none;
  }
  .banner .left p br {
    display: none;
  }
  .about-program-content {
    background: #C7007F;
    padding: 2.5rem 0;
  }
  .about-program-content .section-title, .about-program-content p {
    width: 100%;
    text-align: center;
  }
  .about-program-content p {
    text-align: justify;
  }
  .mobile-form {
    background: linear-gradient(180deg, #2D4191 70%, #C7007F 100%);
  }
  .mobile-form .row {
    margin: 0;
  }
  .mobile-form .registerFormBlock {
    background: #fff;
    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 {
    background: url("../images/home-page/eligibility-bg-mobile.png") no-repeat;
    background-size: cover;
    aspect-ratio: unset;
  }
  .eligibilty-section .infoBlock {
    padding: 50px;
  }
  .eligibilty-section .infoBlock .details {
    flex-wrap: wrap;
    flex-direction: column;
    gap: 30px 0;
  }
  .eligibilty-section .infoBlock .details .line-item {
    width: 100%;
    border-right: 0;
  }
  .eligibilty-section .infoBlock .details .line-item .wrap {
    justify-content: center;
    position: relative;
  }
  .eligibilty-section .infoBlock .details .line-item .wrap::after {
    width: 166px;
    height: 1px;
    margin: 0 auto;
    background: #fff;
    display: block;
    content: "";
    position: absolute;
    left: 50%;
    bottom: -15px;
    transform: translateX(-50%);
  }
  .eligibilty-section .infoBlock .details .line-item:last-child .wrap::after {
    display: none;
  }
  .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 .mobile-image {
    width: 100%;
  }
  .feeSection .details {
    flex-direction: column;
    height: 100%;
    padding-bottom: 0;
  }
  .feeSection .details .left, .feeSection .details .right {
    width: 100%;
    margin-top: auto;
  }
  .feeSection .details .right {
    padding: 0px 0px;
    flex-direction: column;
    width: 80%;
    margin: 0 auto;
  }
  .feeSection .details .right .info {
    width: 100%;
    padding: 25px 10px;
  }
  .feeSection .details .right .info:first-child {
    padding-top: 0;
    border-bottom: 1px solid #fff;
    border-right: 0;
  }
  .feeSection .details .right .info:last-child {
    padding-bottom: 0;
  }
  .feeSection .details .right .info .title {
    font-size: 2rem;
  }
  .feeSection .details .right .info .mobile-title {
    font-size: 24px;
  }
  .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 {
    flex-direction: column;
    padding: 0;
  }
  .about-program .top-row .content, .about-program .top-row img {
    width: 100%;
  }
  .about-program .top-row img {
    order: 2;
    height: 500px;
    width: auto;
    margin: 0 auto -5px 0;
  }
  .about-program .top-row .content {
    padding: 40px;
  }
  .about-program .top-row .content .section-title, .about-program .top-row .content p {
    text-align: center;
  }
  .about-program .top-row .content .section-title br, .about-program .top-row .content p br {
    display: none;
  }
  .about-program .top-row p {
    width: 100%;
  }
  .about-program .bottom-row {
    flex-direction: column;
    margin-top: 0;
    padding-left: 0;
    background: none;
  }
  .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%;
    margin: 0;
  }
  .about-program .bottom-row .manipal-content .section-title {
    color: #2D4191;
    text-shadow: none;
  }
  .about-program .bottom-row .manipal-content p {
    background: #C7007F;
    color: #fff;
    margin: 0 -30px;
    padding: 50px;
    text-align: center;
  }
  .about-program .about-manipal-wrap {
    padding: 30px 0 0 0;
  }
}
@media (min-width: 0) and (max-width: 575.98px) {
  .about-program-content .section-title br {
    display: none;
  }
  .feeSection .details .right {
    width: 100%;
  }
  .about-program .top-row img {
    height: auto;
  }
  .about-program .bottom-row .manipal-content .section-title br {
    display: none;
  }
  .about-program .bottom-row .manipal-content p {
    padding: 50px 30px;
  }
}/*# sourceMappingURL=home-page.css.map */