.course-fee-section.new .course-fee-container .course-tab .course-tab-containt .course-fee {
  border-radius: 16px;
  padding: 24px 30px;
}
.course-fee-section.new .course-fee-container .course-tab .course-tab-containt .course-fee .right {
  width: 100%;
}
.course-fee-section.new .course-fee-container .course-tab .course-tab-containt .course-fee .right .fee-details {
  border-radius: 16px;
  background: #fff;
  padding: 30px 16px 14px;
  margin-bottom: 16px;
  gap: 0;
}
.course-fee-section.new .course-fee-container .course-tab .course-tab-containt .course-fee .right .fee-details .emi, .course-fee-section.new .course-fee-container .course-tab .course-tab-containt .course-fee .right .fee-details .semester {
  width: auto;
}
.course-fee-section.new .course-fee-container .course-tab .course-tab-containt .course-fee .right .fee-details .price-details {
  background: #fff;
  flex: 0 0 25%;
  border-radius: 0;
  color: #151419;
  margin-bottom: 0;
  padding: 0 26px;
  position: relative;
}
.course-fee-section.new .course-fee-container .course-tab .course-tab-containt .course-fee .right .fee-details .price-details:first-child {
  padding-left: 0;
}
.course-fee-section.new .course-fee-container .course-tab .course-tab-containt .course-fee .right .fee-details .price-details:last-child {
  border-right: 0;
  padding-right: 0;
}
.course-fee-section.new .course-fee-container .course-tab .course-tab-containt .course-fee .right .fee-details .price-details p {
  color: #151419;
  margin-bottom: 8px;
}
.course-fee-section.new .course-fee-container .course-tab .course-tab-containt .course-fee .right .fee-details .price-details .course-text {
  font-size: 14px;
}
.course-fee-section.new .course-fee-container .course-tab .course-tab-containt .course-fee .right .fee-details .price-details .course-price {
  font-size: 16px;
  gap: 5px;
  color: inherit;
  margin-bottom: 8px;
}
.course-fee-section.new .course-fee-container .course-tab .course-tab-containt .course-fee .right .fee-details .price-details .course-price .per-month {
  font-size: 16px;
}
.course-fee-section.new .course-fee-container .course-tab .course-tab-containt .course-fee .right .fee-details .price-details .course-price .discounted-fee {
  font-size: 26px;
  color: #F26722;
  margin-left: 4px;
}
.course-fee-section.new .course-fee-container .course-tab .course-tab-containt .course-fee .right .fee-details .price-details .course-price .original-price {
  font-size: 25px;
}
.course-fee-section.new .course-fee-container .course-tab .course-tab-containt .course-fee .right .fee-details .price-details .course-price.additional-fee {
  font-size: 25px !important;
}
.course-fee-section.new .course-fee-container .course-tab .course-tab-containt .course-fee .right .fee-details .price-details .msg-text {
  position: relative;
  padding-left: 16px;
  font-size: 12px;
  color: #6554A9 !important;
}
.course-fee-section.new .course-fee-container .course-tab .course-tab-containt .course-fee .right .fee-details .price-details .msg-text:before {
  content: url("../images/icons/star-bullete-blue.svg");
  width: 12px;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
}
.course-fee-section.new .course-fee-container .course-tab .course-tab-containt .course-fee .right .fee-details .emi.price-details .course-price {
  font-size: 25px;
}
.course-fee-section.new .course-fee-container .course-tab .course-tab-containt .course-fee .right .note_wrapper {
  display: flex;
  justify-content: space-between;
}
.course-fee-section.new .course-fee-container .course-tab .course-tab-containt .course-fee .right .note_wrapper .application-fee-text {
  width: calc(75% - 9px);
  font-size: 12px;
  font-weight: 400;
  color: #151419;
}
.course-fee-section.new .course-fee-container .course-tab .course-tab-containt .course-fee .right .note_wrapper .application-fee-text p {
  margin-bottom: 0;
  position: relative;
  padding-left: 20px;
}
.course-fee-section.new .course-fee-container .course-tab .course-tab-containt .course-fee .right .note_wrapper .application-fee-text p:before {
  content: url("../images/icons/star-bullete.svg");
  width: 12px;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
}
.course-fee-section.new .course-fee-container .course-tab .course-tab-containt .course-fee .right .note_wrapper .application-fee-text img {
  margin-top: 5px;
}
.course-fee-section.new .course-fee-container .course-tab .course-tab-containt .course-fee .right .note_wrapper .note-text {
  display: flex;
  gap: 14px;
  background: #fff;
  border-radius: 24px;
  padding: 12px 24px;
  cursor: pointer;
  width: fit-content;
  margin: 0 0 0 auto;
}
.course-fee-section.new .course-fee-container .course-tab .course-tab-containt .course-fee .right .note_wrapper .note-text .note {
  font-size: 16px;
  line-height: 1.4rem;
  color: #101010;
  font-weight: 500;
}
.course-fee-section.new .course-fee-container .price-details:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 1px;
  background: #CCC1FF;
}
.course-fee-section.new .course-fee-container .muj {
  background: #CCC1FF;
}
.course-fee-section.new .course-fee-container .muj .price-details:not(:last-child)::after {
  background: #CCC1FF;
}
.course-fee-section.new .course-fee-container .muj p.msg-text {
  color: #6554A9 !important;
}
.course-fee-section.new .course-fee-container .smu {
  background: #BEFFFE;
}
.course-fee-section.new .course-fee-container .smu .price-details:not(:last-child)::after {
  background: #BEFFFE;
}
.course-fee-section.new .course-fee-container .smu p.msg-text {
  color: #6554A9 !important;
  font-weight: bold;
}
.course-fee-section.new .course-fee-container .mahe {
  background: #A9D8FF;
}
.course-fee-section.new .course-fee-container .mahe .price-details:not(:last-child)::after {
  background: #A9D8FF;
}
.course-fee-section.new .course-fee-container .mahe p.msg-text {
  color: #6554A9 !important;
  font-weight: bold;
}

.course-fee-section.new .course-fee-container .course-tab .course-tab-containt .non-resident-indian .course-fee .right .fee-details .price-details, .course-fee-section.new .course-fee-container .course-tab .course-tab-containt .non-indian .course-fee .right .fee-details .price-details, .course-fee-section.new .course-fee-container .course-tab .course-tab-containt .nepal-right-sec .course-fee .right .fee-details .price-details {
  flex: 0 0 33.33%;
}

.course-fee-section.new .course-fee-container .course-tab .course-tab-containt .course-fee .right.nepal-right-sec .fee-details .price-details {
  flex: 0 0 33.33%;
}

.course-fee-section .scholarship-container .scholarship-wrapper .scholarship-detail {
  width: 100%;
  align-items: center;
}
.course-fee-section .scholarship-container .scholarship-wrapper .scholarship-detail .manipal-details {
  width: 100%;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.course-fee-section .scholarship-container .scholarship-wrapper .scholarship-detail .manipal-details .scholarship-text {
  width: 60%;
}
.course-fee-section .scholarship-container .scholarship-wrapper .scholarship-detail .manipal-details .learnmore-wrapper {
  width: 40%;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}
.course-fee-section .scholarship-container .scholarship-wrapper .scholarship-detail .manipal-details .learnmore-wrapper .learn-more {
  justify-content: center;
}
.course-fee-section .scholarship-container .scholarship-wrapper .scholarship-detail .manipal-details .learnmore-wrapper .apply-now-btn {
  margin-top: 0;
}

.emi-scholarship-section {
  padding-bottom: 0;
}

@media (min-width: 1024px) and (max-width: 1280px) {
  .course-fee-section.new .course-fee-container .course-tab .course-tab-containt .course-fee .right .fee-details .price-details .course-price .discounted-fee {
    font-size: 23px;
  }
}
@media (max-width: 992px) {
  .course-fee-section.new .course-fee-container .course-tab .course-tab-containt .course-fee {
    padding: 14px;
  }
  .course-fee-section.new .course-fee-container .course-tab .course-tab-containt .course-fee .right .fee-details {
    flex-wrap: wrap;
    gap: 18px 0;
  }
  .course-fee-section.new .course-fee-container .course-tab .course-tab-containt .course-fee .right .fee-details .price-details {
    flex: 0 0 50%;
    margin-bottom: 0;
    display: flex;
    flex-direction: column;
    padding: 0 14px;
  }
  .course-fee-section.new .course-fee-container .course-tab .course-tab-containt .course-fee .right .fee-details .price-details .course-text {
    font-size: 3.419vw;
  }
  .course-fee-section.new .course-fee-container .course-tab .course-tab-containt .course-fee .right .fee-details .price-details .course-price {
    font-size: 12px;
  }
  .course-fee-section.new .course-fee-container .course-tab .course-tab-containt .course-fee .right .fee-details .price-details .course-price .per-month {
    font-size: 12px;
  }
  .course-fee-section.new .course-fee-container .course-tab .course-tab-containt .course-fee .right .fee-details .price-details .course-price .discounted-fee {
    font-size: 20px;
    margin-left: 0;
    display: block;
  }
  .course-fee-section.new .course-fee-container .course-tab .course-tab-containt .course-fee .right .fee-details .price-details .msg-text {
    font-size: 12px;
  }
  .course-fee-section.new .course-fee-container .course-tab .course-tab-containt .course-fee .right .fee-details .price-details p:last-child {
    margin-bottom: 0;
  }
  .course-fee-section.new .course-fee-container .course-tab .course-tab-containt .course-fee .right .fee-details .price-details:first-child {
    padding-bottom: 18px;
  }
  .course-fee-section.new .course-fee-container .course-tab .course-tab-containt .course-fee .right .fee-details .price-details:nth-child(2) {
    padding-right: 0;
    padding-bottom: 18px;
  }
  .course-fee-section.new .course-fee-container .course-tab .course-tab-containt .course-fee .right .fee-details .price-details:nth-child(2)::after {
    content: none;
  }
  .course-fee-section.new .course-fee-container .course-tab .course-tab-containt .course-fee .right .fee-details .price-details:nth-child(3) {
    padding-left: 0;
  }
  .course-fee-section.new .course-fee-container .price-details:first-child::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 18px;
    right: 0;
    width: 1px;
  }
  .course-fee-section.new .course-fee-container .price-details:nth-child(-n+2)::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
  }
  .course-fee-section.new .course-fee-container .muj .price-details:nth-child(-n+2)::before {
    background: #CCC1FF;
  }
  .course-fee-section.new .course-fee-container .smu .price-details:nth-child(-n+2)::before {
    background: #BEFFFE;
  }
  .course-fee-section.new .course-fee-container .mahe .price-details:nth-child(-n+2)::before {
    background: #A9D8FF;
  }
  .course-fee-section.new .course-fee-container .course-tab .course-tab-containt .course-fee .right .fee-details .emi.price-details .course-price {
    font-size: 20px;
  }
  .course-fee-section.new .course-fee-container .course-tab .course-tab-containt .course-fee .right .note_wrapper {
    gap: 14px;
    flex-direction: column;
  }
  .course-fee-section.new .course-fee-container .course-tab .course-tab-containt .course-fee .right .note_wrapper .application-fee-text {
    width: 100%;
  }
  .course-fee-section.new .course-fee-container .course-tab .course-tab-containt .course-fee .right .note_wrapper .note-text {
    width: 100%;
    padding: 4px 16px;
  }
  .course-fee-section.new .course-fee-container .course-tab .course-tab-containt .non-resident-indian .course-fee .right .fee-details .price-details, .course-fee-section.new .course-fee-container .course-tab .course-tab-containt .non-indian .course-fee .right .fee-details .price-details {
    flex: 0 0 calc(50% - 10px);
  }
  .course-fee-section.new .course-fee-container .course-tab .course-tab-containt .non-resident-indian .course-fee .right .fee-details .price-details:last-child, .course-fee-section.new .course-fee-container .course-tab .course-tab-containt .non-indian .course-fee .right .fee-details .price-details:last-child {
    flex: 0 0 100%;
  }
  .course-fee-section.new .course-fee-container .course-tab .course-tab-containt .course-fee .right.nepal-right-sec .fee-details .price-details {
    flex: 0 0 calc(50% - 10px);
  }
  .course-fee-section.new .course-fee-container .course-tab .course-tab-containt .course-fee .right.nepal-right-sec .fee-details .price-details:last-child {
    flex: 0 0 100%;
  }
  .course-fee-section.new {
    padding-bottom: 0;
  }
  .course-fee-section .scholarship-container .scholarship-wrapper .scholarship-detail .manipal-details {
    flex-direction: column;
    width: 100%;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .course-fee-section .scholarship-container .scholarship-wrapper .scholarship-detail .manipal-details .scholarship-text {
    width: 100%;
  }
  .course-fee-section .scholarship-container .scholarship-wrapper .scholarship-detail .manipal-details .learnmore-wrapper {
    width: 100%;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
  }
  .course-fee-section .scholarship-container .scholarship-wrapper .scholarship-detail .manipal-details .learnmore-wrapper .learn-more {
    justify-content: flex-start;
  }
  .course-fee-section .scholarship-container .scholarship-wrapper .scholarship-detail .manipal-details .learnmore-wrapper .apply-now-btn {
    margin-top: 0;
  }
}
@media (max-width: 380px) {
  .course-fee-section.new .course-fee-container .course-tab .course-tab-containt .course-fee .right .fee-details .price-details .course-price .original-price {
    font-size: 21px;
  }
}/*# sourceMappingURL=fee-section.css.map */