@font-face {
  font-family: "Lato Regular";
  src: url("../fonts/Lato/Lato-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Lato Bold";
  src: url("../fonts/Lato/Lato-Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Lato Italic";
  src: url("../fonts/Lato/Lato-Italic.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.bottomMargin {
  margin-bottom: 40px;
}

.section-title {
  margin-bottom: 2.5rem;
}

main {
  padding-top: 0;
}

.banner {
  background: url("../images/banner/banner.png");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 98px 0px 24px 0px;
  position: relative;
}
.banner .left {
  width: 50%;
}
.banner .left h1 {
  color: #fff;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.2509803922);
}
.banner .left p {
  color: #fff;
}
.banner .banner-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.banner .banner-block .registerFormBlock {
  background: #fff;
  min-width: 350px;
  max-width: 350px;
}
.banner .left-bubble {
  position: absolute;
  left: 0;
  bottom: -80px;
  display: block;
  width: 108px;
  z-index: 1;
}

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

.banner-band {
  padding: 8px;
  background: #003874;
  text-align: center;
  color: #fff;
  letter-spacing: 3.36px;
}

.course-highlights {
  background: linear-gradient(1.26deg, #ff0000 1.08%, rgba(135, 16, 21, 0) 127.89%);
  border: 1px solid #003874;
  backdrop-filter: blur(13.6000003815px);
  border-radius: 20px;
  padding: 28px 31px;
  margin-top: 24px;
  color: #fff;
}
.course-highlights .row .line-item {
  border-right: 1px solid #fff;
  flex: 1;
}
.course-highlights .row .line-item:last-child {
  border-right: 0;
}
.course-highlights .row .line-item .wrap {
  display: flex;
  flex-direction: column;
}
.course-highlights .row .line-item .label {
  font-size: 18px;
  font-weight: bold;
  text-shadow: 0px 3px 4px rgba(0, 0, 0, 0.5098039216);
}
.course-highlights .row .line-item .label span {
  display: block;
  font-size: 14px;
  font-weight: normal;
}
.course-highlights .row .line-item .description {
  font-size: 14px;
}
.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;
}

.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, #ff0000 0%, rgba(135, 16, 21, 0) 100%);
  border: 1px solid #ff0000;
  border-right: 0;
  backdrop-filter: blur(13.6000003815px);
  border-radius: 15px 0 0 15px;
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  padding: 10px;
  height: -moz-max-content;
  height: max-content;
  margin-top: 20px;
  width: 40px;
  flex: 0 0 auto;
  text-align: center;
}
.program-features .feature-row .feature-item .card {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 47.6%, rgba(0, 57, 116, 0.15) 100%);
  box-shadow: 0px 12px 22.5px 0px rgba(4, 16, 34, 0.1019607843);
  flex: 0 0 auto;
  width: calc(100% - 32px);
  padding: 24px 36px;
  border: 0;
  border-radius: 20px;
  flex-direction: row;
  align-items: center;
}
.program-features .feature-row .feature-item .card .left {
  flex: 0 0 auto;
  width: 23%;
  text-align: center;
}
.program-features .feature-row .feature-item .card .left .title {
  font-size: 18px;
  font-weight: bold;
  color: #003874;
  margin-top: 10px;
  line-height: 1.2;
}
.program-features .feature-row .feature-item .card .right {
  flex: 0 0 auto;
  width: 77%;
  font-size: 14px;
}
.program-features .feature-row .feature-item .card .right .note-left {
  margin-top: 7px;
}
.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 #ff0000;
}
.program-features .feature-row .feature-item .card .right ul li:last-child {
  border-bottom: 0px;
  padding: 0;
  margin: 0;
}

.selection-process .selection-wrap {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 50px;
}
.selection-process .selection-wrap .process-wrap {
  display: flex;
  justify-content: space-around;
  background: linear-gradient(0deg, #ff0000 0%, rgba(135, 16, 21, 0) 100%);
  border: 1px solid #ff0000;
  border-radius: 20px;
  padding: 0px 34px;
  min-height: 88px;
}
.selection-process .selection-wrap .process-wrap .line-item {
  flex: 0 0 auto;
  width: 20%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  position: relative;
  padding: 18px 0;
}
.selection-process .selection-wrap .process-wrap .line-item::after {
  background: url("../images/home-page/right-arrow.svg") no-repeat;
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  right: -12%;
  width: 50px;
  height: 100%;
}
.selection-process .selection-wrap .process-wrap .line-item:nth-child(2) .wrap, .selection-process .selection-wrap .process-wrap .line-item:nth-child(3) .wrap, .selection-process .selection-wrap .process-wrap .line-item:last-child .wrap {
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto;
}
.selection-process .selection-wrap .process-wrap .line-item:nth-child(2):last-child::after, .selection-process .selection-wrap .process-wrap .line-item:nth-child(3):last-child::after, .selection-process .selection-wrap .process-wrap .line-item:last-child:last-child::after {
  display: none;
}
.selection-process .selection-wrap .process-wrap .line-item .title {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  text-align: center;
}

.feeSection {
  background: url("../images/home-page/fee-bg.jpg") no-repeat;
  background-size: cover;
  min-height: 500px;
  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-top: 39px;
  padding-bottom: 39px;
}
.feeSection .details .left {
  width: 60%;
}
.feeSection .details .right {
  width: 40%;
  padding: 40px 40px;
  border-radius: 20px;
  background: linear-gradient(0deg, #ff0000 0%, rgba(135, 16, 21, 0) 148.11%);
  border: 1px solid #003874;
  backdrop-filter: blur(13.6000003815px);
}
.feeSection .details .right .info {
  padding: 25px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.6705882353);
}
.feeSection .details .right .info:last-child {
  border-bottom: 0;
}
.feeSection .details .right .info .title {
  font-size: 30px;
  color: #fff;
  margin-bottom: 16px;
  font-weight: bold;
}
.feeSection .details .right .info p {
  color: #fff;
  margin-bottom: 0;
}
.feeSection .details .right .info p strong {
  font-size: 26px;
  display: block;
  text-shadow: 0px 3px 4px rgba(0, 0, 0, 0.5098039216);
  margin-bottom: 16px;
}
.feeSection .details .right .info ul {
  padding-left: 16px;
}
.feeSection .details .right .info ul li {
  color: #fff;
}

.about-program .top-row {
  background-color: #003874;
  padding: 40px 0;
}
.about-program .top-row .section-title {
  margin-bottom: 1.8rem;
  color: #fff;
}
.about-program .top-row p {
  width: 80%;
  margin: 0 auto;
  color: #fff;
}
.about-program .bottom-row {
  display: flex;
  align-items: center;
  margin-top: -20px;
}
.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;
}

.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 #003874;
  width: 100%;
  line-height: 25px;
}
.accordion .card-body p {
  margin-bottom: 6px;
}
.accordion .accordion-header {
  margin: 0 0 20px 0;
}
.accordion .accordion-header .accordion-button {
  padding: 15px;
  background: #e5e5e5;
  border-radius: 0 !important;
  color: #404040;
  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: #003874 !important;
  width: 100%;
  text-align: center;
  border-radius: 0;
}
.faq-section .home-faq-tab li .nav-link.active {
  background: #003874;
  color: #fff !important;
}
.faq-section .tab-content .tab-pane {
  padding: 0px 50px 50px 50px;
  margin-top: 0px;
  background: #fff;
}
.faq-section .tab-content .extra-faq {
  display: none;
}
.faq-section .tab-content .read-more-faq {
  display: block;
  margin-top: 15px;
  color: #003874;
  font-weight: 600;
  cursor: pointer;
  text-decoration: none;
  font-size: 16px;
  text-align: center;
  margin: 20px auto 0;
}
.faq-section .tab-content .read-more-faq:hover {
  text-decoration: underline;
}

@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;
  }
}
@media (min-width: 1920px) {
  .feeSection {
    aspect-ratio: 1463/443;
  }
}
@media (min-width: 1200px) and (max-width: 1499.98px) {
  .banner .left {
    width: 68%;
  }
  .kotak-nextgen {
    top: 34px;
    left: 0;
  }
  .banner {
    padding: 52px 0px 24px 0px;
  }
  .selection-process .selection-wrap .process-wrap .line-item {
    width: 17%;
  }
  .selection-process .selection-wrap .process-wrap .line-item .title {
    font-size: 16px;
  }
}
@media (min-width: 0px) and (max-width: 768px) {
  .banner {
    background-size: cover;
    position: relative;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }
  .banner .banner-block {
    flex-direction: column;
    align-items: center;
  }
  .banner .left-bubble {
    bottom: unset;
    display: none;
  }
  .banner .left {
    width: 100%;
  }
  .banner .container {
    position: relative;
    z-index: 1;
  }
  .course-highlights {
    margin-top: 0;
  }
  .course-highlights .row {
    gap: 0px 0;
  }
  .course-highlights .row .line-item {
    width: 50%;
    flex: unset;
  }
  .course-highlights .row .line-item:nth-child(3) .wrap {
    max-width: unset;
    margin: 0;
  }
  .course-highlights .row .line-item:nth-child(2), .course-highlights .row .line-item:last-child {
    border-right: 0;
  }
  .course-highlights .row .line-item:nth-child(2) .wrap, .course-highlights .row .line-item:last-child .wrap {
    max-width: 200px;
    margin: 0 0 0 auto;
  }
  .program-features .feature-row .feature-item {
    width: calc(100% - 15px);
  }
  .selection-process {
    margin-bottom: -50%;
    z-index: 1;
    position: relative;
  }
  .selection-process .selection-wrap {
    background: linear-gradient(0deg, #ff0000 0%, rgba(135, 16, 21, 0) 161.07%);
    border: 1px solid #ff0000;
    backdrop-filter: blur(13.6000003815px);
    border-radius: 20px;
    padding: 30px 0;
    gap: 60px;
    width: 80vw;
    margin: 0 auto;
  }
  .selection-process .selection-wrap .process-wrap {
    background: none;
    border: 0;
    backdrop-filter: unset;
    gap: 60px;
    flex-direction: column;
  }
  .selection-process .selection-wrap .process-wrap .line-item {
    width: 100%;
  }
  .selection-process .selection-wrap .process-wrap .line-item .wrap br {
    display: none;
  }
  .selection-process .selection-wrap .process-wrap .line-item::after {
    top: 50px;
    left: 50%;
    right: unset;
    width: 50px;
    height: 84px;
    transform: translateX(-50%) rotate(90deg);
  }
  .selection-process .selection-wrap .process-wrap .line-item:last-child:last-child .wrap {
    margin: 0;
    width: auto;
  }
  .selection-process .selection-wrap .process-wrap:first-child .line-item {
    width: 100%;
  }
  .selection-process .selection-wrap .process-wrap:first-child .line-item:last-child::after {
    display: block;
  }
  .selection-process .selection-wrap .process-wrap:first-child .line-item:nth-child(3) .wrap {
    width: auto;
    margin: 0;
  }
  .selection-process .selection-wrap .process-wrap:first-child .line-item:nth-child(3)::after {
    top: 80px;
  }
  .feeSection {
    background: url("../images/home-page/fee-mobile.jpg") no-repeat;
    background-size: cover;
    aspect-ratio: 480/1307;
  }
  .feeSection .left-bubble {
    display: none;
  }
  .feeSection .right-bubble {
    top: 30%;
    bottom: unset;
    transform: translateY(30%);
    width: 170px;
  }
  .feeSection .details {
    flex-direction: column;
    height: 100%;
  }
  .feeSection .details .left,
  .feeSection .details .right {
    width: 100%;
    margin-top: auto;
  }
  .feeSection .details .right {
    padding: 24px;
  }
  .feeSection .details .right .info:first-child {
    padding-top: 0;
  }
  .feeSection .details .right .info:last-child {
    padding-bottom: 0;
  }
  .about-program .top-row p {
    width: 100%;
  }
  .about-program .bottom-row {
    flex-direction: column;
    margin-top: 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%;
  }
  .about-program-content .section-title {
    font-size: 1.8rem;
  }
  .about-program-content p {
    width: 100%;
  }
  .mobile-form .row {
    margin: 0;
    border: 0;
  }
  .mobile-form .loginFormBlock,
  .mobile-form .registerFormBlock {
    border: 0;
  }
  .program-features .feature-row .feature-item .card {
    padding: 20px;
    gap: 14px;
  }
  .program-features .feature-row .feature-item .card .right ul {
    padding: 0px;
  }
}
@media (min-width: 0) and (max-width: 575.98px) {
  .course-highlights {
    padding: 20px 23px;
  }
  .course-highlights .row {
    margin: 0;
  }
  .course-highlights .row .line-item .label {
    font-size: 14px;
  }
  .course-highlights .row .line-item .description {
    font-size: 12px;
  }
  .course-highlights .row .line-item .description br {
    display: none;
  }
  .course-highlights .row .line-item:first-child, .course-highlights .row .line-item:nth-child(3) {
    padding-left: 0;
  }
  .course-highlights .row .line-item:last-child, .course-highlights .row .line-item:nth-child(2) {
    padding-right: 0;
  }
  .course-highlights .row .line-item:first-child, .course-highlights .row .line-item:nth-child(2) {
    padding-bottom: 14px;
  }
  .course-highlights .row .line-item:last-child, .course-highlights .row .line-item:nth-child(3) {
    padding-top: 14px;
  }
  .eligibilty-section .details {
    flex-direction: row;
    flex-wrap: wrap;
    padding-left: 0;
    padding-right: 0;
  }
  .eligibilty-section .details .line-item {
    width: 100%;
    flex: unset;
  }
  .eligibilty-section .details .divider {
    display: none;
  }
}
@media (min-width: 1024px) and (max-width: 1280px) {
  .banner {
    background-size: cover;
    background-position: center;
  }
  .banner .banner-block .registerFormBlock {
    min-width: 320px;
    max-width: 320px;
  }
}/*# sourceMappingURL=home-page.css.map */