.scholarship-banner.mahe {
  background: linear-gradient(160.32deg, rgba(169, 216, 255, 0.85) -48.66%, rgba(255, 255, 255, 0.98) 68.09%), url("../images/scholarship-grid.png") 0 0;
  background-size: 101%;
}

.scholarship-banner.smu {
  background: linear-gradient(160.32deg, rgba(190, 255, 254, 0.85) -48.66%, rgba(255, 255, 255, 0.98) 68.09%), url("../images/scholarship-grid.png") 0 0;
  background-size: 101%;
}

.scholarship-banner.muj {
  background: linear-gradient(160.32deg, rgba(204, 193, 255, 0.85) -48.66%, rgba(255, 255, 255, 0.98) 68.09%), url("../images/scholarship-grid.png") 0 0;
  background-size: 101%;
}

.scholarship-banner {
  position: relative;
  height: 812px;
  z-index: 1;
  overflow: hidden;
}
.scholarship-banner .select2-container--default .select2-results > .select2-results__options {
  max-height: 140px;
}
.scholarship-banner .doodle {
  left: 18%;
  top: -4%;
  transform: rotate(-10deg);
}
.scholarship-banner .doodle path {
  stroke-width: 52px;
}
.scholarship-banner .scholarship-banner-sec {
  display: flex;
}
.scholarship-banner .scholarship-banner-sec .left {
  width: 65%;
}
.scholarship-banner .scholarship-banner-sec .left .scholarship-wrapper {
  display: flex;
  margin-top: -30px;
}
.scholarship-banner .scholarship-banner-sec .left .scholarship-wrapper .heading {
  font-size: 40px;
  color: #000;
  margin-top: 80px;
}
.scholarship-banner .scholarship-banner-sec .left .scholarship-wrapper .heading .circle-word {
  position: relative;
  display: block;
  z-index: 1;
  padding: 25px 18px 6px;
  margin-left: -20px;
  margin-top: -10px;
}
.scholarship-banner .scholarship-banner-sec .left .scholarship-wrapper .heading .circle-word::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("../images/schorship-circle.png") no-repeat center;
  background-size: contain;
  z-index: -1;
  pointer-events: none;
}
.scholarship-banner .scholarship-banner-sec .left .scholarship-wrapper .img-wrapper {
  position: relative;
}
.scholarship-banner .scholarship-banner-sec .left .scholarship-wrapper .img-wrapper .element1 {
  position: absolute;
  left: 50px;
  top: 170px;
}
.scholarship-banner .scholarship-banner-sec .right {
  width: 35%;
  position: relative;
}
.scholarship-banner .scholarship-banner-sec .right .formBlock {
  padding: 0;
}
.scholarship-banner .scholarship-banner-sec .right .star2-left {
  position: absolute;
  left: -40px;
  top: -29px;
}
.scholarship-banner .scholarship-banner-sec .right .star1-left {
  position: absolute;
  left: -40px;
  top: 100px;
}
.scholarship-banner .scholarship-banner-sec .right .star2-right {
  position: absolute;
  right: -50px;
  bottom: 100px;
}
.scholarship-banner .scholarship-banner-sec .right .star1-right {
  position: absolute;
  right: -40px;
  top: 100px;
}
.scholarship-banner .scholarship-banner-sec .right .enroll-now-form {
  background: #fff;
  border: 1px solid rgba(21, 20, 25, 0.2);
  border-radius: 20px;
  padding: 24px;
}
.scholarship-banner .scholarship-banner-sec .right .enroll-now-form .lead-submit {
  padding: 10px 40px;
  font-weight: bold;
}
.scholarship-banner .scholarship-banner-sec .right .enroll-now-form .enroll-now-form {
  background: #fff;
  border: 1px solid rgba(21, 20, 25, 0.2);
  border-radius: 20px;
  padding: 24px;
}
.scholarship-banner .scholarship-banner-sec .right .enroll-now-form .enroll-now-form .lead-submit {
  padding: 10px 40px;
  font-weight: bold;
}
.scholarship-banner .scholarship-banner-sec .right .enroll-now-form .enroll-now-form label {
  display: none;
}
.scholarship-banner .scholarship-banner-sec .right .enroll-now-form .enroll-now-form .terms-condition label {
  display: block;
}

.enroll-now-form .title-section .student-enroll {
  display: flex;
  gap: 4px;
  align-items: center;
  background: #A9D8FF;
  padding: 4px 12px;
  border-radius: 24px;
  width: fit-content;
}
.enroll-now-form .title-section .student-enroll img {
  width: 28px;
}
.enroll-now-form .title-section .student-enroll p {
  margin-bottom: 0px;
  font-size: 14px;
  color: #151419;
}
.enroll-now-form label {
  font-size: 16px;
  display: none;
}
.enroll-now-form .terms-condition label {
  display: block;
}
.enroll-now-form input,
.enroll-now-form textarea {
  font-size: 16px;
  padding: 12px 10px;
}
.enroll-now-form .terms-condition input {
  padding: 6px 6px !important;
}
.enroll-now-form .form-group {
  margin-bottom: 6px;
}
.enroll-now-form .iti.iti--separate-dial-code {
  height: unset;
}
.enroll-now-form .select2-container {
  font-size: 16px;
}
.enroll-now-form .select2-selection {
  height: 48px !important;
}
.enroll-now-form .iti__selected-dial-code {
  font-size: 0.8rem;
}
.enroll-now-form .student-enroll {
  display: flex;
  width: fit-content;
  gap: 4px;
  align-items: center;
  background: #A9D8FF;
  padding: 4px 12px;
  border-radius: 24px;
}
.enroll-now-form .student-enroll img {
  width: 28px;
}
.enroll-now-form .student-enroll p {
  margin-bottom: 0px;
  font-size: 14px;
  color: #151419;
}
.enroll-now-form .student-enroll.MUJ {
  background: #CCC1FF;
}
.enroll-now-form .student-enroll.SMU {
  background: #BEFFFE;
}

#footerLeadForm .student-enroll {
  display: none;
}
#footerLeadForm label {
  display: block;
}
#footerLeadForm .fields {
  display: flex;
  column-gap: 12px;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-between;
}
#footerLeadForm .fields .form-group {
  width: calc(50% - 12px);
  margin-bottom: 1rem;
}
#footerLeadForm .fields .form-group.terms-condition {
  width: 100%;
  flex: unset;
}

#leadForm_popup .student-enroll {
  display: none;
}

.select2-container--open {
  z-index: 99999 !important;
}

.scholarship-table-sec {
  margin-top: -150px;
  position: relative;
  z-index: 1;
}
.scholarship-table-sec .scholarship-popup {
  width: 100%;
  border-radius: 40px;
  background: #F7F6F6;
  padding: 40px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.scholarship-table-sec .scholarship-popup .scholarship .scholarship-popup-title {
  font-size: 32px;
  font-weight: 500;
  margin-bottom: 20px;
}
.scholarship-table-sec .scholarship-popup .scholarship .scholarship-popup-title h2 {
  font-size: inherit;
  font-weight: inherit;
}
.scholarship-table-sec .scholarship-popup .scholarship .other-concession {
  font-size: 20px;
  font-weight: 500;
  padding-bottom: 6px;
}
.scholarship-table-sec .scholarship-popup .scholarship table {
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 12px;
  overflow: hidden;
  border: 2px solid #F7F6F6;
}
.scholarship-table-sec .scholarship-popup .scholarship table th {
  background-color: #BDCD36;
  color: #000000;
  font-size: 18px;
  border: 1px solid #fff;
}
.scholarship-table-sec .scholarship-popup .scholarship table td {
  border: 1px solid #fff;
}
.scholarship-table-sec .scholarship-popup .scholarship table td,
.scholarship-table-sec .scholarship-popup .scholarship table p {
  font-size: 16px;
  color: #151419;
}
.scholarship-table-sec .scholarship-popup .scholarship table td:first-child,
.scholarship-table-sec .scholarship-popup .scholarship table table th:first-child {
  background-color: #EFEFD0;
  width: 26%;
  color: #101010;
}
.scholarship-table-sec .scholarship-popup .scholarship table td:nth-child(2),
.scholarship-table-sec .scholarship-popup .scholarship table table th:nth-child(2) {
  width: 28%;
}
.scholarship-table-sec .scholarship-popup .scholarship table td:last-child,
.scholarship-table-sec .scholarship-popup .scholarship table table th:last-child {
  width: 54%;
}
.scholarship-table-sec .scholarship-popup .scholarship .domestic-other tr:nth-child(2) td:first-child {
  background-color: #f2f2f2;
}
.scholarship-table-sec .scholarship-popup .scholarship .categoery {
  border-radius: 12px 0 0 0;
}
.scholarship-table-sec .scholarship-popup .scholarship .criteria {
  border-radius: 0 12px 0 0;
}
.scholarship-table-sec .scholarship-popup .scholarship .percent-text {
  background: #F6F6F6 !important;
}
.scholarship-table-sec .scholarship-popup#additional_scholarship_popup table {
  margin-bottom: 10px;
}
.scholarship-table-sec .scholarship-popup.domestic {
  margin-bottom: 50px;
}
.scholarship-table-sec .scholarship-popup.domestic table:last-child {
  margin-bottom: 0;
}
.scholarship-table-sec .scholarship-popup.international table:last-child {
  margin-bottom: 0;
}
.scholarship-table-sec .note {
  font-size: 18px;
  color: #151419;
  margin-bottom: 50px;
}

.scholarship-page.muj .scholarship-popup .scholarship table th {
  background-color: #CCC1FF;
}
.scholarship-page.muj .scholarship-popup .scholarship table td:first-child,
.scholarship-page.muj .scholarship-popup .scholarship table table th:first-child {
  background-color: rgba(204, 193, 255, 0.3);
}
.scholarship-page.muj .scholarship-popup .scholarship table td {
  background-color: #F7F6F6;
}
.scholarship-page.muj td.bgcolor {
  background-color: rgba(204, 193, 255, 0.3) !important;
}

.scholarship-page.mahe .scholarship-popup .scholarship table th {
  background-color: #A9D8FF;
}
.scholarship-page.mahe .scholarship-popup .scholarship table > tbody > tr > td:first-child,
.scholarship-page.mahe .scholarship-popup .scholarship table table th:first-child {
  background-color: rgba(169, 216, 255, 0.3);
}
.scholarship-page.mahe .scholarship-popup .scholarship table td {
  background-color: #F7F6F6;
}
.scholarship-page.mahe td.bgcolor {
  background-color: rgba(169, 216, 255, 0.3) !important;
}

.scholarship-page.smu .scholarship-popup .scholarship table th {
  background-color: #BEFFFE;
}
.scholarship-page.smu .scholarship-popup .scholarship table td:first-child,
.scholarship-page.smu .scholarship-popup .scholarship table table th:first-child {
  background-color: rgba(190, 255, 254, 0.3);
}
.scholarship-page.smu .scholarship-popup .scholarship table td {
  background-color: #F7F6F6;
}
.scholarship-page.smu td.bgcolor {
  background-color: rgba(190, 255, 254, 0.3) !important;
}

.top-online-course .slick-dotted.slick-slider {
  margin-bottom: 0px;
}
.top-online-course .top-online-course-section .wrapper-course .top-section {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.top-online-course .top-online-course-section .wrapper-course .top-section .section-title {
  margin-bottom: 4px;
}
.top-online-course .top-online-course-section .wrapper-course .top-section .view-all-wrapper {
  display: flex;
  margin-bottom: 20px;
  gap: 20px;
}
.top-online-course .top-online-course-section .wrapper-course .top-section .view-all-btn {
  font-size: 20px;
  color: #151419;
  border: 2px solid rgba(21, 20, 25, 0.1);
  border-radius: 50px;
  padding: 14px 16px;
  font-weight: 700;
}
.top-online-course .top-online-course-section .wrapper-course a:hover {
  color: unset;
}
.top-online-course .top-online-course-section .wrapper-course .top-course-slider .slick-list {
  margin-left: -10px;
  margin-right: -10px;
}
.top-online-course .top-online-course-section .wrapper-course .top-course-slider .slick-track {
  display: flex !important;
}
.top-online-course .top-online-course-section .wrapper-course .top-course-slider .line-item {
  padding: 16px;
  border: 2px solid rgba(21, 20, 25, 0.1);
  border-radius: 12px;
  margin-left: 12px;
  margin-right: 12px;
  background: #F7F6F6;
  position: relative;
  height: inherit;
}
.top-online-course .top-online-course-section .wrapper-course .top-course-slider .line-item .course-enroll {
  display: flex;
  justify-content: space-between;
  margin-bottom: -50px;
  z-index: 1;
  position: absolute;
  padding: 6px;
  width: 92%;
}
.top-online-course .top-online-course-section .wrapper-course .top-course-slider .line-item .course-enroll .top-ranked {
  background: #FDD900;
  border-radius: 16px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.313rem;
  font-weight: 700;
  color: #151419;
}
.top-online-course .top-online-course-section .wrapper-course .top-course-slider .line-item .course-enroll .student-enroll {
  display: flex;
  align-items: center;
  gap: 8px;
  background: rgba(21, 20, 25, 0.6);
  border-radius: 16px;
  padding: 6px 12px;
}
.top-online-course .top-online-course-section .wrapper-course .top-course-slider .line-item .course-enroll .student-enroll .enroll-text {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1rem;
  color: #fff;
}
.top-online-course .top-online-course-section .wrapper-course .top-course-slider .line-item .course-enroll .course-img:hover .student-enroll {
  background: rgba(21, 20, 25, 0.8);
}
.top-online-course .top-online-course-section .wrapper-course .top-course-slider .line-item .course-img img {
  border-radius: 12px;
  object-fit: cover;
  border: 1px solid rgba(21, 20, 25, 0.1);
}
.top-online-course .top-online-course-section .wrapper-course .top-course-slider .line-item .institute-name {
  margin-left: -16px;
  width: fit-content;
  padding: 4px 16px;
  border-radius: 0 12px 12px 0;
  margin-top: -18px;
  z-index: 1;
  position: absolute;
  font-size: 16px;
  line-height: 1.313;
  color: #575757;
  left: 15px;
}
.top-online-course .top-online-course-section .wrapper-course .top-course-slider .line-item .muj-bg {
  background: #CCC1FF;
  border: 1px solid #ada4d8;
}
.top-online-course .top-online-course-section .wrapper-course .top-course-slider .line-item .smu-bg {
  background: #BEFFFE;
  border: 1px solid #94d7d6;
}
.top-online-course .top-online-course-section .wrapper-course .top-course-slider .line-item .mahe-bg {
  background: #A9D8FF;
  border: 1px solid #9ac5e8;
}
.top-online-course .top-online-course-section .wrapper-course .top-course-slider .line-item .course-wrapper {
  padding-top: 28px;
}
.top-online-course .top-online-course-section .wrapper-course .top-course-slider .line-item .course-wrapper .course-deatil {
  display: flex;
  padding-bottom: 24px;
  justify-content: space-between;
  min-height: 92px;
}
.top-online-course .top-online-course-section .wrapper-course .top-course-slider .line-item .course-wrapper .course-deatil .course-name {
  font-size: 24px;
  line-height: 1.4;
  font-weight: 700;
  color: #151419;
}
.top-online-course .top-online-course-section .wrapper-course .top-course-slider .line-item .course-wrapper .course-deatil .rating {
  display: flex;
  align-items: center;
  background-color: #fff;
  height: fit-content;
  padding: 6px 12px;
  border-radius: 18px;
  gap: 8px;
  width: fit-content;
  border: 1px solid rgba(21, 20, 25, 0.1);
}
.top-online-course .top-online-course-section .wrapper-course .top-course-slider .line-item .course-wrapper .course-deatil .rating .rating-number {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.25;
  color: #151419;
}
.top-online-course .top-online-course-section .wrapper-course .top-course-slider .line-item .course-wrapper .course-deatil .rating img {
  max-width: 14px;
}
.top-online-course .top-online-course-section .wrapper-course .top-course-slider .line-item .duration-pricing {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.top-online-course .top-online-course-section .wrapper-course .top-course-slider .line-item .duration-pricing .duration {
  display: flex;
  align-items: center;
  color: #151419;
}
.top-online-course .top-online-course-section .wrapper-course .top-course-slider .line-item .duration-pricing .duration span {
  font-size: 14px;
  line-height: 1.25;
  margin-top: 2px;
}
.top-online-course .top-online-course-section .wrapper-course .top-course-slider .line-item .duration-pricing .duration img {
  width: 20px;
  margin-right: 8px;
}
.top-online-course .top-online-course-section .wrapper-course .top-course-slider .line-item .duration-pricing .dot {
  width: 6px;
  height: 6px;
  background-color: #151419;
  border-radius: 50%;
  display: inline-block;
  margin: 0 16px;
}
.top-online-course .top-online-course-section .wrapper-course .top-course-slider .line-item .duration-pricing .pricing {
  display: flex;
  align-items: center;
}
.top-online-course .top-online-course-section .wrapper-course .top-course-slider .line-item .duration-pricing .pricing img {
  width: 20px;
  margin-right: 8px;
}
.top-online-course .top-online-course-section .wrapper-course .top-course-slider .line-item .duration-pricing .pricing span {
  font-size: 14px;
  line-height: 1.25;
  color: #151419;
}
.top-online-course .top-online-course-section .wrapper-course .top-course-slider .border-muj .shortName,
.top-online-course .top-online-course-section .wrapper-course .top-course-slider .border-smu .shortName,
.top-online-course .top-online-course-section .wrapper-course .top-course-slider .border-mahe .shortName {
  position: absolute;
  right: -1px;
  bottom: -1px;
  background: #434343;
  color: #fff !important;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 12px 0 12px 12px;
  padding: 4px 16px;
  font-size: inherit;
}
.top-online-course .top-online-course-section .wrapper-course .top-course-slider .border-muj:hover {
  border: 2px solid #CCC1FF;
}
.top-online-course .top-online-course-section .wrapper-course .top-course-slider .border-muj:hover .shortName {
  background: #CCC1FF;
  border: 1px solid #6254A4;
}
.top-online-course .top-online-course-section .wrapper-course .top-course-slider .border-muj:hover .student-enroll {
  background: rgba(21, 20, 25, 0.8);
}
.top-online-course .top-online-course-section .wrapper-course .top-course-slider .border-smu:hover {
  border: 2px solid #94d7d6;
}
.top-online-course .top-online-course-section .wrapper-course .top-course-slider .border-smu:hover .shortName {
  background: #BEFFFE;
  border: 1px solid #27BDBB;
}
.top-online-course .top-online-course-section .wrapper-course .top-course-slider .border-smu:hover .student-enroll {
  background: rgba(21, 20, 25, 0.8);
}
.top-online-course .top-online-course-section .wrapper-course .top-course-slider .border-mahe:hover {
  border: 2px solid #A9D8FF;
}
.top-online-course .top-online-course-section .wrapper-course .top-course-slider .border-mahe:hover .shortName {
  background: #A9D8FF;
  border: 1px solid #2F7EBF;
}
.top-online-course .top-online-course-section .wrapper-course .top-course-slider .border-mahe:hover .student-enroll {
  background: rgba(21, 20, 25, 0.8);
}
.top-online-course .top-online-course-section .wrapper-course .top-course-slider .border-muj:hover .shortName,
.top-online-course .top-online-course-section .wrapper-course .top-course-slider .border-smu:hover .shortName,
.top-online-course .top-online-course-section .wrapper-course .top-course-slider .border-mahe:hover .shortName {
  color: #575757 !important;
}
.top-online-course .find-right-course {
  display: flex;
  padding-top: 2.292vw;
  gap: 16px;
  align-items: center;
}
.top-online-course .find-right-course .shake {
  animation: shaking 2.5s infinite;
}
@keyframes shaking {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(25deg);
  }
  75% {
    transform: rotate(25deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
.top-online-course .find-right-course .left img {
  width: 80px;
}
.top-online-course .find-right-course .right {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.top-online-course .find-right-course .right .right-text {
  font-size: 24px;
  color: #151419;
  margin: 0;
}
.top-online-course .find-right-course .right .quiz-link {
  font-size: 20px;
  display: flex;
  align-items: center;
  color: #151419;
}
.top-online-course .find-right-course .right .quiz-link .arrow-img {
  margin: 0 10px;
}
.top-online-course .slick-dots {
  display: none;
}

.scholarship-page .scholarship-popup .scholarship table.domestic-other > tbody > tr > td:first-child,
.scholarship-page .scholarship-popup .scholarship table.international-other > tbody > tr > td:first-child {
  background-color: #F7F6F6;
}

@media (min-width: 1920px) {
  .scholarship-banner {
    height: 868px;
  }
}
@media (max-width: 1919.98px) {
  .top-online-course .top-online-course-section .wrapper-course .top-course-slider .line-item .course-wrapper .course-deatil {
    min-height: 102px;
  }
}
@media (max-width: 1599.98px) {
  .enroll-now-form .section-title {
    font-size: 24px !important;
  }
  .enroll-now-form .terms-condition label {
    font-size: 10px !important;
  }
  .top-online-course {
    overflow: hidden;
  }
  .top-online-course .top-online-course-section .wrapper-course .top-section .view-all-btn {
    font-size: 14px;
  }
  .top-online-course .top-online-course-section .wrapper-course .top-course-slider .line-item {
    padding: 10px;
    margin-left: 10px;
    margin-right: 10px;
  }
  .top-online-course .top-online-course-section .wrapper-course .top-course-slider .line-item .institute-name {
    margin-left: -12px;
    font-size: 12px;
    line-height: 1rem;
    margin-top: -14px;
    left: 12px;
  }
  .top-online-course .top-online-course-section .wrapper-course .top-course-slider .line-item .course-enroll .top-ranked {
    font-size: 12px;
    line-height: 1rem;
    padding: 2px 6px;
  }
  .top-online-course .top-online-course-section .wrapper-course .top-course-slider .line-item .course-enroll .student-enroll {
    padding: 2px 6px;
    gap: 4px;
  }
  .top-online-course .top-online-course-section .wrapper-course .top-course-slider .line-item .course-enroll .student-enroll .enroll-text {
    font-size: 12px;
    line-height: 1rem;
  }
  .top-online-course .top-online-course-section .wrapper-course .top-course-slider .line-item .course-enroll .student-enroll img {
    width: 12px;
  }
  .top-online-course .top-online-course-section .wrapper-course .top-course-slider .line-item .course-wrapper {
    padding-top: 20px;
  }
  .top-online-course .top-online-course-section .wrapper-course .top-course-slider .line-item .course-wrapper .course-deatil .rating .rating-number {
    font-size: 12px;
    line-height: 1rem;
  }
  .top-online-course .top-online-course-section .wrapper-course .top-course-slider .line-item .course-wrapper .course-deatil .rating img {
    max-width: 12px;
  }
  .top-online-course .top-online-course-section .wrapper-course .top-course-slider .line-item .course-wrapper .course-deatil .course-name {
    font-size: 18px;
    line-height: 1.4;
  }
  .top-online-course .top-online-course-section .wrapper-course .top-course-slider .line-item .course-wrapper .duration-pricing .dot {
    width: 4px;
    height: 4px;
    margin: 0 8px;
  }
  .top-online-course .top-online-course-section .wrapper-course .top-course-slider .line-item .course-wrapper .duration-pricing .duration span {
    font-size: 12px;
    line-height: 1rem;
  }
  .top-online-course .top-online-course-section .wrapper-course .top-course-slider .line-item .course-wrapper .duration-pricing .duration img {
    width: 12px;
    margin-right: 4px;
  }
  .top-online-course .top-online-course-section .wrapper-course .top-course-slider .line-item .course-wrapper .duration-pricing .pricing span {
    font-size: 12px;
    line-height: 1rem;
  }
  .top-online-course .top-online-course-section .wrapper-course .top-course-slider .line-item .course-wrapper .duration-pricing .pricing img {
    width: 12px;
    margin-right: 4px;
  }
  .top-online-course .find-right-course {
    align-items: center;
  }
  .top-online-course .find-right-course .left img {
    width: 70px;
  }
  .top-online-course .find-right-course .right {
    gap: 8px;
  }
  .top-online-course .find-right-course .right .right-text {
    font-size: 20px;
    color: #151419;
    margin: 0;
  }
  .top-online-course .find-right-course .right .quiz-link {
    font-size: 14px;
  }
  .top-online-course .find-right-course .right .quiz-link .arrow-img {
    margin: 0 10px;
  }
}
@media (max-width: 992px) {
  .select2-container--default .select2-results > .select2-results__options {
    max-height: 138px !important;
  }
  .scholarship-banner {
    margin-bottom: 20px;
    height: unset;
  }
  .scholarship-banner .scholarship-banner-sec {
    flex-direction: column;
  }
  .scholarship-banner .scholarship-banner-sec .left {
    width: 100%;
  }
  .scholarship-banner .scholarship-banner-sec .left .university-logo img {
    max-width: 230px;
    height: auto;
  }
  .scholarship-banner .scholarship-banner-sec .left .scholarship-wrapper {
    flex-direction: column;
  }
  .scholarship-banner .scholarship-banner-sec .left .scholarship-wrapper .img-wrapper {
    margin-left: -20px;
    margin-right: -20px;
    margin-bottom: 20px;
  }
  .scholarship-banner .scholarship-banner-sec .left .scholarship-wrapper .heading {
    margin-top: 50px;
    margin-bottom: 0;
  }
  .scholarship-banner .scholarship-banner-sec .left .scholarship-wrapper .heading .circle-word {
    display: inline-block;
    margin-left: 0;
  }
  .scholarship-banner .scholarship-banner-sec .left .scholarship-wrapper .star2-left {
    position: absolute;
    left: 20%;
    top: 10%;
  }
  .scholarship-banner .scholarship-banner-sec .left .scholarship-wrapper .star2-right {
    position: absolute;
    right: 16%;
    top: 40%;
  }
  .scholarship-banner .scholarship-banner-sec .left .scholarship-wrapper .element2 {
    position: absolute;
    top: 4%;
    right: 30px;
  }
  .scholarship-banner .scholarship-banner-sec .right {
    width: 100%;
  }
  .scholarship-table-sec {
    margin-top: unset;
    z-index: unset;
  }
  .scholarship-table-sec .scholarship-popup {
    padding: 20px 10px;
    border-radius: 20px;
  }
  .scholarship-table .scholarship-popup {
    border-radius: 0;
    border: 0;
    padding: 20px;
  }
  .scholarship-table .scholarship-popup table td,
  .scholarship-table .scholarship-popup table th {
    padding: 10px;
  }
  .scholarship-table .scholarship-popup table th {
    font-size: 18px;
  }
  .top-online-course .top-online-course-section .wrapper-course {
    margin-bottom: 12px;
  }
  .top-online-course .top-online-course-section .wrapper-course .top-section .view-all-btn {
    font-size: 16px;
    padding: 14px 32px;
  }
  .top-online-course .top-online-course-section .wrapper-course .top-section .section-title {
    margin-bottom: 10px;
  }
  .top-online-course .top-online-course-section .wrapper-course .view-all-btn {
    font-size: 16px;
    color: #151419;
    border: 2px solid rgba(21, 20, 25, 0.1);
    border-radius: 50px;
    padding: 14px 32px;
    font-weight: 700;
    margin-bottom: 20px;
  }
  .top-online-course .top-online-course-section .wrapper-course .slick-dotted.slick-slider {
    margin-bottom: 0px;
    padding-bottom: 0px;
  }
  .top-online-course .top-online-course-section .wrapper-course .top-course-slider {
    margin-bottom: 40px;
  }
  .top-online-course .top-online-course-section .wrapper-course .top-course-slider .slick-list {
    overflow: visible;
    margin-left: 0;
    margin-right: 0;
  }
  .top-online-course .top-online-course-section .wrapper-course .top-course-slider .line-item {
    padding: 12px;
    margin-left: 0;
    margin-right: 20px;
  }
  .top-online-course .top-online-course-section .wrapper-course .top-course-slider .line-item .institute-name {
    margin-left: -12px;
    font-size: 16px;
    line-height: 1.4rem;
    margin-top: -14px;
    left: 10px;
  }
  .top-online-course .top-online-course-section .wrapper-course .top-course-slider .line-item .course-enroll {
    width: 94%;
    padding: 6px;
  }
  .top-online-course .top-online-course-section .wrapper-course .top-course-slider .line-item .course-enroll .top-ranked {
    font-size: 12px !important;
    line-height: 1.4rem;
    padding: 4px 10px;
  }
  .top-online-course .top-online-course-section .wrapper-course .top-course-slider .line-item .course-enroll .student-enroll {
    padding: 4px 10px;
    gap: 4px;
  }
  .top-online-course .top-online-course-section .wrapper-course .top-course-slider .line-item .course-enroll .student-enroll .enroll-text {
    font-size: 12px !important;
    line-height: 1.4rem;
  }
  .top-online-course .top-online-course-section .wrapper-course .top-course-slider .line-item .course-enroll .student-enroll img {
    width: 16px;
  }
  .top-online-course .top-online-course-section .wrapper-course .top-course-slider .line-item .course-wrapper {
    padding-top: 28px;
  }
  .top-online-course .top-online-course-section .wrapper-course .top-course-slider .line-item .course-wrapper .course-deatil {
    min-height: 75px;
  }
  .top-online-course .top-online-course-section .wrapper-course .top-course-slider .line-item .course-wrapper .course-deatil .rating .rating-number {
    font-size: 14px;
    line-height: 1rem;
  }
  .top-online-course .top-online-course-section .wrapper-course .top-course-slider .line-item .course-wrapper .course-deatil .rating img {
    max-width: 16px;
  }
  .top-online-course .top-online-course-section .wrapper-course .top-course-slider .line-item .course-wrapper .course-deatil .course-name {
    font-size: 24px;
    line-height: 1.4;
  }
  .top-online-course .top-online-course-section .wrapper-course .top-course-slider .line-item .course-wrapper .duration-pricing .dot {
    width: 6px;
    height: 6px;
    margin: 0 16px;
  }
  .top-online-course .top-online-course-section .wrapper-course .top-course-slider .line-item .course-wrapper .duration-pricing .duration span {
    font-size: 16px;
    line-height: 1.4rem;
  }
  .top-online-course .top-online-course-section .wrapper-course .top-course-slider .line-item .course-wrapper .duration-pricing .duration img {
    width: 24px;
    margin-right: 4px;
  }
  .top-online-course .top-online-course-section .wrapper-course .top-course-slider .line-item .course-wrapper .duration-pricing .pricing span {
    font-size: 16px;
    line-height: 1.4rem;
  }
  .top-online-course .top-online-course-section .wrapper-course .top-course-slider .line-item .course-wrapper .duration-pricing .pricing img {
    width: 24px;
    margin-right: 4px;
  }
  .top-online-course .find-right-course {
    align-items: center;
    padding-top: 60px;
  }
  .top-online-course .find-right-course .left img {
    width: 70px;
  }
  .top-online-course .find-right-course .right {
    gap: 6px;
  }
  .top-online-course .find-right-course .right .right-text {
    font-size: 24px;
    color: #151419;
    margin: 0;
  }
  .top-online-course .find-right-course .right .quiz-link {
    font-size: 18px;
  }
  .top-online-course .find-right-course .right .quiz-link .arrow-img {
    margin: 0 10px;
    padding-top: 4px;
  }
  footer .footer-container .footer-get-in-touch .get-in-touch .right {
    display: none !important;
  }
  #footerLeadForm .fields .form-group {
    width: 100%;
  }
}
@media (max-width: 575.98px) {
  .top-online-course .top-online-course-section .wrapper-course {
    margin-bottom: 12px;
  }
  .top-online-course .top-online-course-section .wrapper-course .top-section .section-title {
    margin-bottom: 24px;
  }
  .top-online-course .top-online-course-section .wrapper-course .top-section .view-all-btn {
    font-size: 12px;
    padding: 10px 12px;
  }
  .top-online-course .top-online-course-section .wrapper-course .view-all-btn {
    font-size: 16px;
    color: #151419;
    border: 2px solid rgba(21, 20, 25, 0.1);
    border-radius: 50px;
    padding: 14px 32px;
    font-weight: 700;
    margin-bottom: 0px;
    display: inline-block;
  }
  .top-online-course .top-online-course-section .wrapper-course .slick-dotted.slick-slider {
    margin-bottom: 24px !important;
  }
  .top-online-course .top-online-course-section .wrapper-course .top-course-slider .slick-list {
    overflow: visible;
  }
  .top-online-course .top-online-course-section .wrapper-course .top-course-slider .institute-name {
    margin-left: -12px;
    font-size: 14px;
    line-height: 1.4rem;
    margin-top: -14px;
  }
  .top-online-course .top-online-course-section .wrapper-course .top-course-slider .line-item {
    padding: 12px;
    margin-left: 0;
    margin-right: 16px;
  }
  .top-online-course .top-online-course-section .wrapper-course .top-course-slider .line-item .course-enroll {
    width: 94%;
  }
  .top-online-course .top-online-course-section .wrapper-course .top-course-slider .line-item .course-enroll .top-ranked {
    font-size: 2.917vw;
    line-height: 1.4rem;
    padding: 4px 10px;
  }
  .top-online-course .top-online-course-section .wrapper-course .top-course-slider .line-item .course-enroll .student-enroll {
    padding: 4px 10px;
    gap: 4px;
  }
  .top-online-course .top-online-course-section .wrapper-course .top-course-slider .line-item .course-enroll .student-enroll .enroll-text {
    font-size: 2.917vw;
    line-height: 1.4rem;
  }
  .top-online-course .top-online-course-section .wrapper-course .top-course-slider .line-item .course-enroll .student-enroll img {
    width: 16px;
  }
  .top-online-course .top-online-course-section .wrapper-course .top-course-slider .line-item .course-wrapper {
    padding-top: 28px;
  }
  .top-online-course .top-online-course-section .wrapper-course .top-course-slider .line-item .course-wrapper .course-deatil {
    min-height: 125px;
  }
  .top-online-course .top-online-course-section .wrapper-course .top-course-slider .line-item .course-wrapper .course-deatil .rating .rating-number {
    font-size: 12px;
    line-height: 1rem;
  }
  .top-online-course .top-online-course-section .wrapper-course .top-course-slider .line-item .course-wrapper .course-deatil .rating img {
    max-width: 9px;
  }
  .top-online-course .top-online-course-section .wrapper-course .top-course-slider .line-item .course-wrapper .course-deatil .course-name {
    font-size: 24px;
    line-height: 1.4;
  }
  .top-online-course .top-online-course-section .wrapper-course .top-course-slider .line-item .course-wrapper .duration-pricing .dot {
    width: 6px;
    height: 6px;
    margin: 0 16px;
  }
  .top-online-course .top-online-course-section .wrapper-course .top-course-slider .line-item .course-wrapper .duration-pricing .duration span {
    font-size: 16px;
    line-height: 1.4rem;
    margin-top: 0;
  }
  .top-online-course .top-online-course-section .wrapper-course .top-course-slider .line-item .course-wrapper .duration-pricing .duration img {
    width: 18px;
    margin-right: 4px;
  }
  .top-online-course .top-online-course-section .wrapper-course .top-course-slider .line-item .course-wrapper .duration-pricing .pricing span {
    font-size: 16px;
    line-height: 1.4rem;
  }
  .top-online-course .top-online-course-section .wrapper-course .top-course-slider .line-item .course-wrapper .duration-pricing .pricing img {
    width: 18px;
    margin-right: 4px;
  }
  .top-online-course .top-online-course-section .wrapper-course .top-course-slider .line-item:last-child {
    margin-right: 0;
  }
  .top-online-course .find-right-course {
    padding-top: 20px;
  }
  .top-online-course .find-right-course .left img {
    width: 52px;
  }
  .top-online-course .find-right-course .right {
    gap: 2px;
  }
  .top-online-course .find-right-course .right .quiz-link {
    font-size: 18px;
  }
  .top-online-course .find-right-course .right .quiz-link .arrow-img {
    padding-top: 0;
  }
  .breadcrumb {
    flex-wrap: wrap;
  }
  .breadcrumb .breadcrumb_title {
    white-space: normal;
    max-width: unset;
  }
}
@media (max-width: 396px) {
  .scholarship-banner .scholarship-banner-sec .left .scholarship-wrapper .heading {
    font-size: 36px;
  }
  .scholarship-table-sec table th, .scholarship-table-sec table td {
    padding: 10px;
  }
  .scholarship-table-sec .scholarship-popup {
    padding-left: 10px;
    padding-right: 10px;
  }
  .scholarship-banner .scholarship-banner-sec .left .scholarship-wrapper .img-wrapper .element1 {
    left: 20px;
  }
  .top-online-course .top-online-course-section .wrapper-course .top-course-slider .line-item .course-wrapper .course-deatil {
    min-height: 100px !important;
  }
  .scholarship-table-sec .scholarship-popup .scholarship table th {
    font-size: 16px;
  }
  .scholarship-table-sec .scholarship-popup .scholarship table td, .scholarship-table-sec .scholarship-popup .scholarship table p {
    font-size: 14px;
  }
}
@media (max-width: 380px) {
  .top-online-course .top-online-course-section .wrapper-course .top-section .view-all-btn {
    font-size: 12px;
    padding: 8px 10px;
  }
  .top-online-course .top-online-course-section .wrapper-course .top-section .section-title {
    margin-bottom: 16px;
  }
  .top-online-course .top-online-course-section .wrapper-course .slick-dotted.slick-slider {
    margin-bottom: 40px;
  }
  .top-online-course .top-online-course-section .wrapper-course .top-course-slider .slick-list {
    overflow: visible;
  }
  .top-online-course .top-online-course-section .wrapper-course .top-course-slider .institute-name {
    margin-left: -12px;
    font-size: 14px !important;
    line-height: 1.4rem;
    margin-top: -14px;
  }
  .top-online-course .top-online-course-section .wrapper-course .top-course-slider .line-item {
    padding: 10px;
  }
  .top-online-course .top-online-course-section .wrapper-course .top-course-slider .line-item .course-enroll .top-ranked {
    font-size: 12px !important;
    line-height: 1.4rem;
    padding: 4px 8px;
  }
  .top-online-course .top-online-course-section .wrapper-course .top-course-slider .line-item .course-enroll .student-enroll {
    padding: 4px 8px;
    gap: 4px;
  }
  .top-online-course .top-online-course-section .wrapper-course .top-course-slider .line-item .course-enroll .student-enroll .enroll-text {
    font-size: 12px !important;
    line-height: 1.4rem;
  }
  .top-online-course .top-online-course-section .wrapper-course .top-course-slider .line-item .course-enroll .student-enroll img {
    width: 14px;
  }
  .top-online-course .top-online-course-section .wrapper-course .top-course-slider .line-item .course-wrapper .course-deatil .rating .rating-number {
    font-size: 12px;
    line-height: 1rem;
  }
  .top-online-course .top-online-course-section .wrapper-course .top-course-slider .line-item .course-wrapper .course-deatil .rating img {
    max-width: 9px;
  }
  .top-online-course .top-online-course-section .wrapper-course .top-course-slider .line-item .course-wrapper .course-deatil .course-name {
    font-size: 20px;
    line-height: 1.4;
  }
  .top-online-course .top-online-course-section .wrapper-course .top-course-slider .line-item .course-wrapper .duration-pricing .dot {
    width: 6px;
    height: 6px;
    margin: 0 10px;
  }
  .top-online-course .top-online-course-section .wrapper-course .top-course-slider .line-item .course-wrapper .duration-pricing .duration span {
    font-size: 14px;
    line-height: 1rem;
  }
  .top-online-course .top-online-course-section .wrapper-course .top-course-slider .line-item .course-wrapper .duration-pricing .duration img {
    width: 24px;
    margin-right: 4px;
  }
  .top-online-course .top-online-course-section .wrapper-course .top-course-slider .line-item .course-wrapper .duration-pricing .pricing span {
    font-size: 14px;
    line-height: 1rem;
  }
  .top-online-course .top-online-course-section .wrapper-course .top-course-slider .line-item .course-wrapper .duration-pricing .pricing img {
    width: 24px;
    margin-right: 4px;
  }
  .top-online-course .top-online-course-section .wrapper-course .top-course-slider .line-item:last-child {
    margin-right: 0;
  }
  .top-online-course .find-right-course .left img {
    width: 52px;
  }
  .top-online-course .find-right-course .right {
    gap: 2px;
  }
  .top-online-course .find-right-course .right .quiz-link {
    font-size: 16px;
  }
  .top-online-course .find-right-course .right .quiz-link .arrow-img {
    padding-top: 0;
  }
  .top-online-course .find-right-course .right .right-text {
    font-size: 20px;
    color: #151419;
    margin: 0;
  }
}
@media (min-width: 1024px) and (max-width: 1280px) {
  .top-online-course .top-online-course-section .wrapper-course .top-section .view-all-btn {
    font-size: 14px;
  }
  .scholarship-banner .scholarship-banner-sec .left .scholarship-wrapper .img-wrapper {
    margin-top: 20px;
  }
}/*# sourceMappingURL=scholarship.css.map */