@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: "Queens";
  src: url("../fonts/Queens-Medium.woff2") format("woff2"), url("../fonts/Queens-Medium.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/* Start of Generic CSS */
html {
  scroll-behavior: smooth;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "HelveticaNowDisplay";
  font-size: 18px;
  line-height: 1.4;
  color: #575757;
  background-color: #fff;
}

.container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  box-sizing: border-box;
}

.wrapper {
  padding: 24px;
}

.flex-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  gap: 16px;
}

.grid-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 16px;
}

.flex-item {
  flex: 1 1 auto;
  align-self: auto;
}

.row {
  display: flex;
  flex-wrap: wrap;
}

.column {
  flex: 1;
}

.layout {
  display: flex;
}

.justify-content-center {
  justify-content: center;
}

.justify-content-end {
  justify-content: end;
}

.align-items-center {
  align-items: center;
}

.align-items-end {
  align-items: end;
}

h1,
h2,
h3,
h4,
h5,
.heading {
  font-weight: normal;
  line-height: 1.2;
  margin-bottom: 20px;
  font-family: "Queens";
}

h1 {
  font-size: 80px;
}

h2 {
  font-size: 60px;
}

h3 {
  font-size: 48px;
}

h4 {
  font-size: 40px;
  line-height: 1.4;
}

h5 {
  font-size: 32px;
  line-height: 1.4;
}

h6 {
  font-size: 24px;
  line-height: 1.4;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

.text-center {
  text-align: center;
}

.fontBold {
  font-weight: bold;
}

.hidden {
  display: none !important;
}

.visible {
  display: block !important;
}

.overflow-auto {
  overflow: auto;
}

.overflow-hidden {
  overflow: hidden;
}

p {
  margin-bottom: 12px;
}

span {
  font-size: inherit;
  font-family: inherit;
  font-weight: inherit;
}

a {
  font-size: inherit;
  font-family: inherit;
  font-weight: inherit;
  color: #575757;
  text-decoration: none;
  cursor: pointer;
}

a:hover {
  color: #F26722;
}

.mt-1 {
  margin-top: 1rem;
}

.mt-2 {
  margin-top: 2rem;
}

.mt-20 {
  margin-top: 20px;
}

.mb-0 {
  margin-bottom: 0px !important;
}

.mb-1 {
  margin-bottom: 1rem;
}

.mb-2 {
  margin-bottom: 2rem;
}

.mb-20 {
  margin-bottom: 20px;
}

.pt-1 {
  padding-top: 1rem;
}

.pt-2 {
  padding-top: 2rem;
}

.pt-20 {
  padding-top: 20px;
}

.pb-1 {
  padding-bottom: 1rem;
}

.pb-2 {
  padding-bottom: 2rem;
}

.pb-20 {
  padding-bottom: 20px;
}

ul {
  padding-left: 16px;
  margin-bottom: 12px;
}
ul li {
  list-style: disc;
}

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  margin-bottom: 1.5rem;
  font-size: 1rem;
  line-height: 1.5;
  text-align: left;
}
table th,
table td {
  padding: 12px 16px;
  border: 1px solid #ddd;
}
table th {
  background-color: #F26722;
  color: #fff;
  font-weight: bold;
}
table tr:nth-child(even) {
  background-color: #f9f9f9;
}
.online-degree-courses-banner .right .form-container .admisssion-details .last-date-of-admission .admission-date {
    font-size: 12px;
    color: #000;
}
.online-degree-courses-banner .right .form-container .admisssion-details .limited-seats .admission-date {
    font-size: 12px;
    color: #000;
}
.online-degree-courses-banner .right .form-container .admisssion-details .limited-seats {
    display: flex;
    gap: 10px;
}
input.form-control,
textarea,
select {
  width: 100%;
  padding: 14px 12px;
  font-size: 1rem;
  border: 1px solid rgba(21, 20, 25, 0.1);
  border-radius: 8px;
}

.select2-container {
  width: 100% !important;
  font-size: 1rem;
}

.select2-selection {
  border: 1px solid rgba(21, 20, 25, 0.1) !important;
  border-radius: 12px !important;
  height: 52px !important;
  display: flex !important;
  align-items: center !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 52px !important;
  width: 30px !important;
  background: url("../images/icons/dropdown-icon.svg") no-repeat;
  background-position: center;
}
.select2-container--default .select2-selection--single .select2-selection__arrow.up_arrow {
  transform: rotate(180deg);
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  display: none;
}

.select2-container--open .select2-dropdown--above,
.select2-container--open .select2-dropdown--below {
  border-radius: 12px !important;
  border: 1px solid rgba(21, 20, 25, 0.1) !important;
}
.select2-container--open .select2-dropdown--above {
  margin-bottom: 4px;
}
.select2-container--open .select2-dropdown--below {
  margin-top: 4px;
}

/* Customize individual options */
.select2-results__options .select2-results__option {
  padding: 10px !important;
  /* Add padding to options */
  margin: 0 10px !important;
  border-bottom: 1px solid rgba(21, 20, 25, 0.1) !important;
  background-color: transparent !important;
  color: inherit !important;
}
.select2-results__options .select2-results__option:last-child {
  border-bottom: 0 !important;
}

.select2-results__option--selected {
  background-color: transparent !important;
}

.iti.iti--separate-dial-code {
  height: calc(1.5em + 0.75rem + 8px);
}
.iti.iti--separate-dial-code .iti__flag-container {
  padding-bottom: 0;
}
.iti.iti--separate-dial-code .iti__selected-flag {
  border-radius: 6px 0 0 6px;
}

.form-group {
  margin-bottom: 5px;
  position: relative;
}

.form-group:last-child {
  margin-bottom: 0px;
}

.footer-form-block .form-group.institutionName {
  margin-bottom: 20px;
}

label {
  color: #151419;
  font-size: 16px;
}

textarea {
  resize: vertical;
  min-height: 120px;
}

input:focus,
textarea:focus,
select:focus {
  outline: none;
  border-color: #0073aa;
  box-shadow: 0 0 3px rgba(0, 115, 170, 0.5);
}

input[type=checkbox],
input[type=radio] {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  padding: 0;
  margin-top: 0.25em;
  vertical-align: top;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 2px solid #0045C0;
  -webkit-print-color-adjust: exact;
  print-color-adjust: exact;
}

input[type=checkbox] {
  border-radius: 0.25em;
}

input:checked[type=checkbox] {
  background-color: #0045C0;
  border-color: #0045C0;
}

input:checked[type=checkbox] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m4 10 4 4 8-8'/%3e%3c/svg%3e");
}

.slick-dotted.slick-slider {
  margin-bottom: 10px !important;
}

input[type=radio] {
  border-radius: 50%;
}

input:checked[type=radio] {
  background-color: #fff;
  border-color: #0045C0;
}

input:checked[type=radio] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2.4' fill='%230045C0'/%3e%3c/svg%3e");
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

.error {
  color: #D32531;
  font-size: 14px;
  font-style: italic;
}

.success {
  color: #008E36;
  font-size: 14px;
  font-style: italic;
}

.required {
  color: #D32531;
}

button,
.primaryBtn {
  display: inline-block;
  background: #F26722;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  padding: 16px 40px;
  text-decoration: none;
  border: 1px solid transparent;
  border-radius: 40px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

button:hover,
.primaryBtn:hover {
  border: 1px solid #D84800;
  transform: scale(1.02);
  color: #fff;
}

button:disabled,
input[type=submit]:disabled {
  opacity: 50%;
  cursor: not-allowed;
}

.slick-prev:before {
  background: url("../images/prev-arrow.svg") no-repeat;
  background-size: 100%;
  display: block;
  content: "" !important;
  width: 45px;
  height: 46px;
}

.slick-prev:hover:before {
  background: url("../images/prev-arrow.svg") no-repeat;
  background-size: 100%;
  display: block;
  content: "" !important;
  width: 45px;
  height: 46px;
}

.slick-next:before {
  background: url("../images/next-arrow.svg") no-repeat;
  background-size: 100%;
  display: block;
  content: "" !important;
  width: 45px;
  height: 46px;
}

.slick-prev:hover,
.slick-next:hover {
  border: unset;
  transform: unset;
  top: -60px;
  padding: 0;
}

header {
  padding: 20px 0;
  position: fixed;
  z-index: 9989;
  width: 100%;
  /* Custom scrollbar styles */
}
header .blinkdot-container {
  position: relative;
  width: 22px;
  height: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
  /* Static background circle */
  /* Permanent solid dot (always visible) */
  /* Pulsing transparent expansion */
}
header .blinkdot-container .background-circle {
  position: absolute;
  width: 22px;
  height: 22px;
  background-color: rgba(0, 69, 192, 0.1);
  border-radius: 50%;
}
header .blinkdot-container .solid-dot {
  width: 12px;
  height: 12px;
  background-color: #0045C0;
  border-radius: 50%;
  position: relative;
  z-index: 2;
  /* Ensure it's above the pulsing element */
  animation: subtle-blink 2s ease-in-out infinite;
}
header .blinkdot-container .pulse-effect {
  position: absolute;
  width: 12px;
  height: 12px;
  background-color: rgba(0, 69, 192, 0.2);
  border-radius: 50%;
  animation: pulse-expand 2s ease-in-out infinite, pulse-fade 2s ease-in-out infinite;
  z-index: 1;
}
@keyframes pulse-expand {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.833);
    /* 22px / 12px */
  }
}
@keyframes pulse-fade {
  0%, 100% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}
@keyframes subtle-blink {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.9;
    /* Very subtle blink */
  }
}
header nav a {
  text-decoration: none;
  color: #101010;
}
header nav a:hover {
  color: #101010;
}
header .header-wrapper {
  position: relative;
  background: #F7F6F6;
  background: #FFF;
  border-radius: 24px;
  padding: 5px 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-shadow: 0px 2px 18px 0px rgba(0, 0, 0, 0.3);
  /* Submenu Content */
}
header .header-wrapper .main-nav {
  color: #101010;
}
header .header-wrapper .main-nav .menu {
  list-style: none;
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
  gap: 24px;
  color: #101010;
  /* Tabs */
  /* Tab Content */
}
header .header-wrapper .main-nav .menu .menu-item {
  position: relative;
  font-size: 20px;
  line-height: normal;
}
header .header-wrapper .main-nav .menu .menu-item .menu-text {
  display: flex;
  align-items: center;
  cursor: pointer;
  gap: 14px;
}
header .header-wrapper .main-nav .menu .menu-item .menu-text img {
  transform: rotate(0deg);
}
header .header-wrapper .main-nav .menu .search-menu {
  cursor: pointer;
}
header .header-wrapper .main-nav .menu .search-menu:hover {
  background: url("../images/icons/search-blue.svg");
  background-size: 100%;
}
header .header-wrapper .main-nav .menu .search-menu:hover img {
  opacity: 0;
}
header .header-wrapper .main-nav .menu .menu-item.has-submenu.ham-menu {
  cursor: pointer;
  padding: 0;
}
header .header-wrapper .main-nav .menu .menu-item.has-submenu.ham-menu:hover {
  background: url("../images/icons/ham-menu-blue.svg");
  background-size: 100%;
}
header .header-wrapper .main-nav .menu .menu-item.has-submenu.ham-menu:hover img {
  opacity: 0;
}
header .header-wrapper .main-nav .menu .menu-item.active .menu-text img {
  transform: rotate(180deg);
}
header .header-wrapper .main-nav .menu .menu-item.has-submenu {
  padding: 0 16px;
  margin: 0;
  line-height: 1.4;
}
header .header-wrapper .main-nav .menu .submenu {
  display: none;
  position: absolute;
  top: 67px;
  left: 0;
  width: 20vw;
  background: #fff;
  margin-top: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  padding: 8px 24px;
  gap: 20px;
  border-radius: 20px;
  color: #101010;
}
header .header-wrapper .main-nav .menu .submenu ul {
  width: 100%;
  padding-left: 0;
  margin-bottom: 0;
}
header .header-wrapper .main-nav .menu .submenu ul li {
  list-style: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  width: 100%;
  padding: 24px 0;
}
header .header-wrapper .main-nav .menu .submenu ul li a:hover {
  color: #F26722;
}
header .header-wrapper .main-nav .menu .submenu ul li:last-child {
  border-bottom: 0;
}
header .header-wrapper .main-nav .menu .megamenu {
  width: 100%;
  top: 100%;
  background: #F7F6F6;
  padding: 20px 8px 20px 20px;
}
header .header-wrapper .main-nav .menu .megamenu button:hover,
header .header-wrapper .main-nav .menu .megamenu .primaryBtn:hover {
  transform: none;
}
header .header-wrapper .main-nav .menu .megamenu a:hover {
  color: #151419;
}
header .header-wrapper .main-nav .menu .menu-item.active:first-child {
  position: unset;
}
header .header-wrapper .main-nav .menu .menu-item.active:first-child .tabs {
  display: flex;
  margin-bottom: 20px;
  width: 100%;
  border-radius: 0;
  background: none;
  box-shadow: none;
  margin: 0;
  color: #101010;
}
header .header-wrapper .main-nav .menu .menu-item.active:first-child .tabs .tab-buttons {
  border: 0;
}
header .header-wrapper .main-nav .menu .menu-item.active:first-child .tabs .tab-btn {
  background: none;
  color: #101010;
  text-align: left;
  font-size: 20px;
  padding: 24px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 0;
  position: relative;
  font-weight: normal;
}
header .header-wrapper .main-nav .menu .menu-item.active:first-child .tabs .tab-btn:last-child {
  border-bottom: 0;
}
header .header-wrapper .main-nav .menu .menu-item.active:first-child .tabs .tab-btn.active {
  background: none;
  color: inherit;
  font-weight: normal;
}
header .header-wrapper .main-nav .menu .menu-item.active:first-child .tabs .tab-btn.active::before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 60%;
  background-color: #F26722;
  position: absolute;
  left: -24px;
  top: 10px;
  border-radius: 0 10px 10px 0;
}
header .header-wrapper .main-nav .menu .menu-item.active:first-child .tabs #by-institution {
  margin-top: 48px;
}
header .header-wrapper .main-nav .menu .menu-item.active:first-child .tabs .tab-panel.active {
  width: 100%;
}
header .header-wrapper .main-nav .menu .menu-item.active:first-child .tabs .tab-panel.active .wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  flex: 1;
  height: -moz-fit-content;
  height: fit-content;
  padding-right: 10px;
}
header .header-wrapper .main-nav .menu .menu-item.active:first-child .by-degree {
  flex-direction: column;
  margin-top: 8px;
}
header .header-wrapper .main-nav .menu .menu-item.active:first-child .by-institution {
  flex-direction: column;
}
header .header-wrapper .main-nav .menu .menu-item.active:first-child .category {
  margin-bottom: 8px;
}
header .header-wrapper .main-nav .menu .menu-item.active:first-child .menu-text {
  position: relative;
}
header .header-wrapper .main-nav .menu .menu-item.active:first-child .menu-text img {
  transform: rotate(180deg);
}
header .header-wrapper .main-nav .menu .menu-item.active:last-child {
  position: unset;
}
header .header-wrapper .main-nav .menu .menu-item.active:last-child .submenu {
  left: unset;
  right: 0;
  top: 100%;
  width: 18.229vw;
}
header .header-wrapper .main-nav .menu .tab-content {
  display: flex;
  gap: 20px;
  padding: 0 0 0 20px;
}
header .header-wrapper .main-nav .menu .vertical-tabs {
  width: 24%;
  background: #fff;
  border-radius: 20px;
  padding: 24px 24px 0 24px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
header .header-wrapper .main-nav .menu .vertical-tabs .category {
  font-size: 24px;
  font-family: "Queens";
  color: #151419;
  line-height: 1.4;
}
header .header-wrapper .main-nav .menu .content-area {
  width: 76%;
  background: #f5f5f5;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
header .header-wrapper .main-nav .menu .content-area .wrapper {
  overflow-y: auto;
  max-height: 534px;
  padding: 0;
  width: 100%;
}
header .header-wrapper .main-nav .menu .content-area .view-all {
  width: 100%;
  text-align: center;
  background: #fff;
  color: #000;
  font-size: 20px;
  font-weight: bold;
  border: 1px solid;
  border-color: rgba(87, 87, 87, 0.6);
  margin-top: 20px;
}
header .header-wrapper .main-nav .menu .content-area .view-all:hover {
  border: 2px solid rgba(87, 87, 87, 0.6);
  padding: 15px 40px;
  width: 100%;
}
header .header-wrapper .submenu-content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  flex: 1;
}
header .header-wrapper .course-card {
  background: #fff;
  padding: 40px 16px 16px;
  border: 2px solid rgba(21, 20, 25, 0.1);
  border-radius: 16px 20px 20px 20px;
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  overflow: hidden;
}
header .header-wrapper .course-card .tag {
  position: absolute;
  top: 0px;
  left: 0px;
  background-color: #FDD900;
  color: #151419;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 1px;
  padding: 6px 12px;
  border-radius: 3px;
  line-height: normal;
  border-radius: 16px 16px 16px 0;
  border: 1px solid rgba(21, 20, 25, 0.2);
}
header .header-wrapper .course-card .title {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
header .header-wrapper .course-card .uni-name {
  font-size: 14px;
  color: #151419;
  font-weight: bold;
  margin-bottom: 14px;
  letter-spacing: 1.4px;
}
header .header-wrapper .course-card .course-name {
  font-size: 20px;
  color: #151419;
  max-width: 246px;
}
header .header-wrapper .course-card .short-name {
  font-size: 16px;
  color: #151419;
  padding: 4px 14px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 16px;
}
header .header-wrapper .course-card .duration-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .header-wrapper .course-card .duration {
  display: flex;
  font-size: 14px;
  letter-spacing: 1.4px;
  margin-bottom: 0;
  line-height: 16px;
}
header .header-wrapper .course-card .duration img {
  margin-right: 5px;
  width: 16px;
  height: 16px;
}
header .header-wrapper .course-card.muj:hover {
  border: 2px solid #CCC1FF;
}
header .header-wrapper .course-card.mahe:hover {
  border: 2px solid #A9D8FF;
}
header .header-wrapper .course-card.smu:hover {
  border: 2px solid #BEFFFE;
}
header .header-wrapper .course-card.muj .uni-name {
  color: #6254A4;
}
header .header-wrapper .course-card.mahe .uni-name {
  color: #2F7EBF;
}
header .header-wrapper .course-card.smu .uni-name {
  color: #117673;
}
header ::-webkit-scrollbar {
  width: 7px;
}
header ::-webkit-scrollbar-track {
  background: #f1f1f1;
}
header ::-webkit-scrollbar-thumb {
  background: rgba(21, 20, 25, 0.1);
  border-radius: 10px;
}
header ::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.header-hidden {
  visibility: hidden;
}

.header.sticky {
  position: fixed;
  top: 0;
  bottom: unset;
}

main {
  position: relative;
  background: #fff;
}

.section-mb {
  margin-bottom: 80px;
}

.section-mt {
  margin-top: 80px;
}

.section-title {
  font-size: 48px;
  font-family: "Queens";
  font-weight: 500;
  color: #151419;
  text-transform: capitalize;
}

.section-title.big {
  font-size: 60px;
}

.popup.search-filter {
  background: transparent;
  overflow: hidden;
  top: 54%;
  max-width: 70%;
  padding: 0;
  box-shadow: none;
}
.popup.search-filter .search-bar {
  background-color: #F7F6F6;
  max-width: 100%;
  margin: 0 auto;
  padding: 8px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1px solid #ddd;
  border-radius: 40px;
  position: relative;
}
.popup.search-filter .search-bar img {
  margin-right: 10px;
  width: 60px;
  cursor: pointer;
}
.popup.search-filter .close-btn {
  top: 27px;
  color: #000000;
}
.popup.search-filter .search-bar input {
  background: #F7F6F6;
  font-size: 20px;
  color: #151419;
  border: none;
  outline: none;
  box-shadow: none;
}
.popup.search-filter .search-input::-moz-placeholder {
  color: rgba(21, 20, 25, 0.2);
  font-size: 20px;
}
.popup.search-filter .search-input::placeholder {
  color: rgba(21, 20, 25, 0.2);
  font-size: 20px;
}
.popup.search-filter .search-container {
  background-color: #F7F6F6;
  border-radius: 24px;
  padding: 32px 16px 32px 32px;
  max-width: 100%;
  margin: 10px auto;
}
.popup.search-filter .search-container .search-wrapper {
  max-height: 30vw;
  overflow-y: auto;
  padding: 10px 16px 10px 10px;
}
.popup.search-filter .search-container .tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 20px;
}
.popup.search-filter .search-container .tags .course-tag {
  color: #101010;
  font-size: 16px;
  line-height: 1rem;
  padding: 12px 16px;
  transform: none;
  font-weight: 500;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 40px;
}
.popup.search-filter .search-container .tags .course-tag:hover {
  border: 1px solid #F26722;
}
.popup.search-filter .search-container .tags button {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 40px;
  padding: 8px 14px;
  cursor: pointer;
}
.popup.search-filter .search-container .section-heading {
  display: flex;
  align-items: center;
  gap: 12px;
}
.popup.search-filter .search-container .section-heading .section-title {
  margin-bottom: 0;
  font-size: 24px;
  line-height: 1.4rem;
  margin-top: 6px;
}
.popup.search-filter .search-container .popular-courses .heading,
.popup.search-filter .search-container .top-specialisations .heading {
  margin-bottom: 10px;
  font-size: 18px;
  display: flex;
  align-items: center;
}
.popup.search-filter .search-container .popular-courses ul {
  list-style: none;
  padding: 0;
  margin: 0;
  padding: 16px 0 32px 0;
}
.popup.search-filter .search-container .popular-courses li {
  background-color: #fff;
  border-radius: 40px;
  padding: 8px 14px;
  cursor: pointer;
  font-size: 16px;
  margin-bottom: 16px;
  list-style: none;
  color: #101010;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.popup.search-filter .search-container .popular-courses li:hover {
  border: 1px solid #F26722;
}
.popup.search-filter .search-container a:hover {
  color: #101010;
}
.popup.search-filter .search-container .top-specialisations {
  padding-bottom: 40px;
}
.popup.search-filter .search-container .top-specialisations .specialization-headeing {
  font-size: 14px;
  line-height: 1rem;
  margin-bottom: 16px;
  color: #575757;
  font-weight: 500;
}
.popup.search-filter .search-container .top-specialisations .specialisation-wrapper {
  display: flex;
  overflow-x: auto;
  scroll-behavior: smooth;
  white-space: nowrap;
  scrollbar-width: none;
  -ms-overflow-style: none;
  width: 100%;
  gap: 6px;
  margin-right: -32px;
}
.popup.search-filter .search-container .top-specialisations .specialisation-wrapper .specialisation-item {
  margin-right: 12px;
  min-width: 150px;
  flex-shrink: 0;
}
.popup.search-filter .search-container .top-specialisations .specialisation-wrapper .specialisation-course {
  flex: 0 0 auto;
  display: flex;
  gap: 4px;
  align-items: center;
  background: #fff;
  padding: 12px 16px;
  border-radius: 20px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.popup.search-filter .search-container .top-specialisations .specialisation-wrapper .specialisation-course .specialization-title {
  font-size: 16px;
  line-height: 1.4rem;
  color: #151419;
  margin-bottom: 0;
}
.popup.search-filter .search-container .top-specialisations .specialisation-wrapper .specialisation-course:hover {
  border: 1px solid #F26722;
}
.popup.search-filter .search-container .top-specialisations .specialisation-wrapper::-webkit-scrollbar {
  display: block;
}
.popup.search-filter .search-container .faq .faq-wrapper {
  padding-top: 22px;
  cursor: pointer;
}
.popup.search-filter .search-container .faq .faq-wrapper .question {
  display: block;
  font-size: 16px;
  line-height: 1rem;
  font-weight: 400;
  padding: 8px 0;
  text-decoration: underline;
}
.popup.search-filter .search-container .faq .faq-wrapper .question:hover {
  color: #F26722 !important;
}

footer {
  padding: 0px;
  background: #C9C9BC;
  position: relative;
  content-visibility: inherit !important;
}
footer .doodle {
  top: 0;
  left: 0;
  transform: unset;
  z-index: 0;
  height: auto;
}
footer .footer-container .footer-get-in-touch .get-in-touch {
  display: flex;
  position: relative;
}
footer .footer-container .footer-get-in-touch .get-in-touch .left {
  padding: 6.354vw 0;
  width: 60%;
  position: relative;
}
footer .footer-container .footer-get-in-touch .get-in-touch .left .question-text {
  color: #151419;
  font-size: 60px;
  line-height: 4.625rem;
  text-transform: capitalize;
  padding-bottom: 8px;
  margin-bottom: 12px;
}
footer .footer-container .footer-get-in-touch .get-in-touch .left .question-text span {
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  display: block;
  font-family: inherit;
}
footer .footer-container .footer-get-in-touch .get-in-touch .left .description {
  color: #575757;
  font-size: 24px;
  line-height: 2.25rem;
  padding-bottom: 20px;
}
footer .footer-container .footer-get-in-touch .get-in-touch .right {
  /*position: absolute;
  right: 60px;
  top: unset;
  bottom: 0;*/
}
footer .footer-container .footer-get-in-touch .get-in-touch .right img {
  min-height: 683px;
}
footer .footer-container .footer-get-in-touch .get-in-touch .form-details-block h5 {
  color: #151419;
}
footer .footer-container .footer-get-in-touch .get-in-touch.footerv2 .right, footer .footer-container .footer-get-in-touch .get-in-touch.footerv3 .right {
  top: unset;
  bottom: 0;
}
footer .footer-container .footer-get-in-touch .get-in-touch.footerv2 .right img, footer .footer-container .footer-get-in-touch .get-in-touch.footerv3 .right img {
  min-height: unset;
  width: 630px;
}
footer .footer-container .footer-get-in-touch .get-in-touch.footerv3 img {
  width: 420px;
}
footer .footer-container .footer-get-in-touch .footer-wrapper {
  background: #fff;
  border-radius: 16px;
  z-index: 1;
  position: relative;
}
footer .footer-container .footer-get-in-touch .footer-wrapper a:hover {
  text-decoration: underline;
}
footer .footer-container .footer-get-in-touch .footer-wrapper .university-wrapper {
  display: flex;
  padding: 40px;
}
footer .footer-container .footer-get-in-touch .footer-wrapper .university-wrapper .left {
  width: 70%;
  display: flex;
  gap: 4%;
}
footer .footer-container .footer-get-in-touch .footer-wrapper .university-wrapper .left .university-details {
  padding-bottom: 20px;
}
footer .footer-container .footer-get-in-touch .footer-wrapper .university-wrapper .left .university-details .footer-logo {
  padding-bottom: 12px;
}
footer .footer-container .footer-get-in-touch .footer-wrapper .university-wrapper .left .university-details .footer-logo .uni-address {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 700;
}
footer .footer-container .footer-get-in-touch .footer-wrapper .university-wrapper .left .mahe {
  width: 40%;
}
footer .footer-container .footer-get-in-touch .footer-wrapper .university-wrapper .left .SMU {
  width: 50%;
}
footer .footer-container .footer-get-in-touch .footer-wrapper .university-wrapper .left .MUJ {
  width: 40%;
}
footer .footer-container .footer-get-in-touch .footer-wrapper .university-wrapper .right {
  width: 48%;
  display: flex;
  justify-content: flex-end;
  padding-top: 20px;
}
footer .footer-container .footer-get-in-touch .footer-wrapper .university-wrapper .right .social-media ul {
  display: flex;
  gap: 30px;
  padding: 0;
}
footer .footer-container .footer-get-in-touch .footer-wrapper .university-wrapper .right .social-media ul li {
  list-style: none;
}
footer .footer-container .footer-get-in-touch .footer-wrapper .toggle-arrow-icon {
  display: flex;
  justify-content: center;
  border-bottom: solid 1px rgba(0, 0, 0, 0.1019607843);
  width: 96%;
  margin: 0 auto;
  position: relative;
}
footer .footer-container .footer-get-in-touch .footer-wrapper .toggle-arrow-icon img {
  width: 48px;
  height: auto;
  position: absolute;
  bottom: -22px;
  cursor: pointer;
}
footer .footer-container .footer-get-in-touch .footer-wrapper .course-wrapper {
  display: flex;
  padding: 40px;
  gap: 128px;
}
footer .footer-container .footer-get-in-touch .footer-wrapper .course-wrapper a {
  padding: 6px 0;
}
footer .footer-container .footer-get-in-touch .footer-wrapper .course-wrapper .company {
  padding-bottom: 60px;
}
footer .footer-container .footer-get-in-touch .footer-wrapper .course-wrapper .course-heading,
footer .footer-container .footer-get-in-touch .footer-wrapper .course-wrapper .title-text {
  color: #151419;
  margin-bottom: 16px;
  font-size: 24px;
  line-height: 2rem;
}
footer .footer-container .footer-get-in-touch .footer-wrapper .course-wrapper .course-detail {
  display: flex;
  flex-direction: column;
}
footer .footer-container .footer-get-in-touch .footer-wrapper .course-wrapper .courses-row-1 {
  width: 20%;
}
footer .footer-container .footer-get-in-touch .footer-wrapper .course-wrapper .courses-row-2 {
  width: 80%;
  padding-right: 2.083vw;
  display: flex;
  gap: 128px;
}
footer .footer-container .footer-get-in-touch .footer-wrapper .course-wrapper .courses-row-2 .course-left {
  width: 60%;
}
footer .footer-container .footer-get-in-touch .footer-wrapper .course-wrapper .courses-row-2 .course-left .all-course {
  padding-bottom: 60px;
}
footer .footer-container .footer-get-in-touch .footer-wrapper .course-wrapper .courses-row-2 .course-right {
  width: 40%;
}
footer .contact-details {
  display: flex;
  justify-content: center;
  padding: 1.042vw 0;
}
footer .contact-details .copy-right-text {
  color: #575757;
  font-size: 16px;
  line-height: 1.75;
}
footer .contact-details .general-link a {
  color: #575757;
  padding-right: 10px;
  font-size: 16px;
  line-height: 1rem;
}
footer.top-space {
  padding-top: 100px;
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 999;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: scaleY(0);
  transform-origin: top;
  transition: transform 0.2s ease-in-out;
}

footer .footer-container .footer-get-in-touch .footer-wrapper .course-wrapper .title-text {
  font-family: "Queens";
}

.overlay.show {
  transform: scaleY(1);
}

.popup {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  height: auto;
  max-height: 90%;
  overflow-x: hidden;
  background-color: #fff;
  padding: 24px;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  z-index: 9998;
}
.popup .close-btn {
  position: absolute;
  top: 24px;
  right: 24px;
  background: none;
  border: none;
  font-size: 2rem;
  cursor: pointer;
  line-height: 1;
  padding: 8px;
  transition: color 0.3s ease;
  z-index: 1;
  color: #000000;
}
.popup .close-btn:hover {
  color: #F26722;
}

.tabs {
  margin-bottom: 40px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
.tabs .tab-buttons {
  display: flex;
  border-bottom: 1px solid #F7F6F6;
}
.tabs .tab-btn {
  flex: 1;
  padding: 10px 20px;
  background: #f4f4f4;
  border: none;
  outline: none;
  cursor: pointer;
  font-size: 1rem;
  text-align: center;
  transition: color 0.3s ease;
}
.tabs .tab-btn:hover {
  background: #ddd;
}
.tabs .tab-btn.active {
  background: #F26722;
  color: #fff;
  font-weight: bold;
}
.tabs .tab-content {
  padding: 20px;
}
.tabs .tab-panel {
  display: none;
}
.tabs .tab-panel.active {
  display: block;
}

.accordion {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}
.accordion .accordion-item {
  margin-bottom: 12px;
}
.accordion .accordion-item:last-child {
  border-bottom: none;
}
.accordion .accordion-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 16px;
  background: #575757;
  color: #575757;
  border: none;
  outline: none;
  text-align: left;
  font-size: 1rem;
  font-weight: bold;
  cursor: pointer;
  transition: color 0.3s ease;
}
.accordion .accordion-header:hover {
  background: #F7F6F6;
}
.accordion .accordion-content {
  display: none;
  padding: 16px;
  background: #fff;
  font-size: 0.9rem;
  color: #575757;
}
.accordion .accordion-content.open {
  display: block;
}

/* Custom scrollbar styles */
::-webkit-scrollbar {
  width: 7px;
}

::-webkit-scrollbar-track {
  background: #F6F6F6;
}

::-webkit-scrollbar-thumb {
  background: #575757;
  border-radius: 10px;
  height: 100px;
}

::-webkit-scrollbar-thumb:hover {
  background: #151419;
}

.footerLeadForm {
  background: transparent;
  padding: 0 24px 0 0;
}
.footerLeadForm #otpSection {
  margin-bottom: 32px !important;
}
.footerLeadForm .field-list {
  display: flex;
  -moz-column-gap: 24px;
       column-gap: 24px;
  flex-wrap: wrap;
}
.footerLeadForm .field-list .form-group {
  flex: 0 1 calc(50% - 24px);
}
.footerLeadForm .terms-condition {
  align-items: flex-start;
}
.footerLeadForm .terms-condition label {
  font-size: 14px;
}
.footerLeadForm .otp-verification-block .otp-info-block,
.footerLeadForm .otp-verification-block #otpSection {
  width: 60% !important;
}

footer .footer-container .footer-get-in-touch .get-in-touch .left.form {
  padding: 3.354vw 0;
}

.downloadForm .field-list {
  display: flex;
  -moz-column-gap: 24px;
       column-gap: 24px;
  flex-wrap: wrap;
}
.downloadForm .field-list .form-group {
  flex: 0 1 calc(33.33% - 24px);
}

/* End of generic CSS. Don't change anything on Generic CSS */
.formBlock {
  padding: 24px;
}
.formBlock h5 {
  color: #151419;
}
.formBlock .lead-submit {
  padding: 16px 60px;
  font-weight: bold;
}
.formBlock #successMessage {
  display: block;
  padding: 12px;
  font-size: 14px;
  background-color: #d4edda;
  color: #155724;
  border: 1px solid #d4edda;
  border-radius: 5px;
}
.formBlock #successMessage ul {
  margin-bottom: 0px;
}
.formBlock #successMessage ul li {
  font-size: 12px;
  font-style: italic;
}
.formBlock .messageBlock {
  margin-bottom: 1rem;
}
.formBlock .loginLink {
  padding: 0 2px;
  font-weight: bold;
  color: inherit !important;
}
.formBlock .loginLink:hover {
  text-decoration: underline;
}
.formBlock #errorMessage {
  display: block;
  padding: 12px;
  background-color: #f8d7da;
  color: #721c24;
  font-size: 14px;
  font-style: italic;
  border: 1px solid #f8d7da;
  border-radius: 5px;
}
.formBlock #errorMessage ul {
  margin-bottom: 0px;
}
.formBlock #errorMessage ul li {
  font-size: 14px;
  font-style: italic;
}
.formBlock .mobileBlock {
  display: flex;
  flex-direction: column;
}
.formBlock .form-control.error {
  border: 1px solid #D32531;
}
.formBlock .terms-condition {
  display: flex;
}
.formBlock .terms-condition input {
  margin-right: 8px;
}
.formBlock .terms-condition label {
  color: #151419;
  font-weight: unset;
}
.formBlock .otp-verification-block .lsq-submit {
  width: 200px;
  height: 60px;
  padding: 20px 40px;
  border-radius: 40px;
  font-weight: bold;
}
.formBlock .otp-verification-block #otpSection {
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 100px;
  width: fit-content;
}
.formBlock .otp-verification-block .resendOTPBlock {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.formBlock .otp-verification-block .otp-field {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: -moz-fit-content;
  width: fit-content;
  gap: 12px;
  margin-bottom: 8px;
}
.formBlock .otp-verification-block .otp-field input {
  width: 75px;
  height: 75px;
  text-align: center;
}
.formBlock .otp-verification-block .otp-field.success input {
  border: 1px solid #008E36;
  color: #008E36;
}
.formBlock .otp-verification-block .otp-field.error input {
  border: 1px solid #D32531;
  color: #D32531;
}
.formBlock .otp-verification-block .otp-info-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: -moz-fit-content;
  width: fit-content;
  gap: 16px;
  margin-bottom: 2rem;
}
.formBlock .otp-verification-block .otp-info-block p {
  margin-bottom: 0px;
}
.formBlock .otp-verification-block .otp-info-block .editLink {
  font-weight: bold;
  font-size: 14px;
  cursor: pointer;
}
.formBlock .otp-verification-block #resendOtpBtn {
  font-size: 14px;
  cursor: pointer;
  background: none;
  padding: 0;
  color: #575757;
}
.formBlock .otp-verification-block #resendOtpBtn:hover {
  border: unset;
}

#leadForm_popup {
  background: #F7F6F6 !important;
  border-radius: 24px !important;
}
#leadForm_popup .fields {
  display: flex;
  -moz-column-gap: 24px;
       column-gap: 24px;
  flex-wrap: wrap;
}
#leadForm_popup .fields .form-group {
  flex: 0 1 calc(33.33% - 24px);
}
#leadForm_popup .fields .form-group.terms-condition {
  flex: unset;
}
#leadForm_popup .fields .form-group.terms-condition label {
  font-size: 14px;
}

#downloadForm_popup {
  border-radius: 24px;
}

/* Start of custom CSS */
@keyframes draw {
  to {
    stroke-dashoffset: 0;
  }
}
.doodle {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
  width: 100%;
  stroke-dasharray: 5000;
  stroke-dashoffset: 5000;
  z-index: 0;
}
.doodle path {
  stroke-width: 96px;
}
.doodle.animate {
  animation: draw 2s ease-out forwards;
}

.floating-Widget {
  position: fixed;
  top: 13.6vw;
  right: 0;
  z-index: 105;
  width: 50px;
}
.floating-Widget .call-block {
  display: flex;
  justify-content: center;
  position: relative;
  flex-flow: row-reverse;
  align-items: center;
  gap: 10px;
  cursor: default;
}
.floating-Widget .call-block img {
  width: 38px;
  height: auto;
}
.floating-Widget .call-block .call-no-strip {
  background: black;
  border-radius: 16px;
  padding: 8px;
  position: absolute;
  right: 52px;
  display: none;
  width: 126px;
}
.floating-Widget .call-block .call-no-strip .triangle-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-left: 18px solid black;
  right: -10px;
  top: 6px;
}
.floating-Widget .call-block .call-no-strip .phone-no {
  color: #fff;
  font-size: 14px;
}
.floating-Widget .whatsup-block {
  background-color: #189D0E;
  font-size: 24px;
  border-radius: 12px 0 0 12px;
  margin: 12px 0;
  height: -moz-fit-content;
  height: fit-content;
}
.floating-Widget .whatsup-block a {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 16px 12px;
}
.floating-Widget .whatsup-block a span {
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  color: #FFFFFF;
}
.floating-Widget .whatsup-block a img {
  width: 24px;
  height: auto;
  margin: auto;
  transform: scaleX(-1);
}
.floating-Widget .apply-now-block {
  padding: 16px 12px;
  background-color: #F26722;
  border-radius: 12px 0 0 12px;
  cursor: pointer;
  width: 58px;
}
.floating-Widget .apply-now-block span {
  font-size: 24px;
  color: #fff;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
}
.mahe-lda-text {
  display: flex;
  position: relative;
  order: 2;
  margin: 8px 0;
}
.mahe-lda-text span {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-style: italic;
  font-size: 16px;
  font-weight: bold;
}
.mahe-lda-text span img {
  margin-right: 8px;
}

.footer-form-block .formBlock {
  padding: 0;
}

.select2-results__options .select2-results__option::marker {
  content: "";
}

#leadForm_popup .select2-container--default .select2-results > .select2-results__options {
  max-height: 150px;
}

footer .footer-container .footer-get-in-touch .footer-wrapper .university-wrapper .left .university-details .uni-address {
  font-weight: 700;
}

header .submenu.no-arrow li::after,
header .subsubmenu.no-arrow li::after {
  content: unset;
}

/* End of custom CSS */
.popup .close-btn {
  background-image: url("../images/close-icon.svg");
  background-repeat: no-repeat;
}


.top-ranking-section {
    overflow: hidden
}

.top-ranking-section .slider-images {
    display: flex;
    gap: 10px
}

.top-ranking-section .slider-images img {
    -o-object-fit: contain;
    object-fit: contain
}

.top-ranking-section .ranking-wrapper .ranking-section-top {
    display: flex;
    justify-content: space-between
}

.top-ranking-section .ranking-wrapper .rank-card-container .rank-line-item {
    width: 267px;
    height: auto;
    margin-right: 24px;
    position: relative;
    background-color: #F7F6F6;
    border: 1px solid #ddd;
    border-radius: 10px;
    text-align: center;
    padding: 24px
}

.top-ranking-section .ranking-wrapper .rank-card-container .rank-badge {
    width: auto;
    right: -59px;
    top: -7px
}

.top-ranking-section .ranking-wrapper .rank-card-container .rank-badge .rank-top {
    background-image: url(../images/rank-badge.png.webp);
    background-repeat: no-repeat;
    position: absolute;
    top: -7px;
    left: 61px;
    width: 158px;
    text-align: center
}

.top-ranking-section .ranking-wrapper .rank-card-container .rank-badge .rank-top span {
    font-size: 16px;
    font-family: "Queens";
    line-height: 1.4;
    color: #fff;
    padding: 5px;
    text-align: center;
    margin-right: 15px
}

.top-ranking-section .ranking-wrapper .rank-card-container .rank-badge .rank-top::before {
    content: " ";
    position: absolute;
    top: 0;
    right: 10px;
    border-radius: 100%;
    height: 30px;
    width: 20px;
    z-index: -1;
    background-color: #9a1418
}

.top-ranking-section .ranking-wrapper .rank-card-container .rank-badge .rank-top::after {
    content: " ";
    position: absolute;
    top: 0;
    left: -6px;
    border-radius: 100%;
    height: 30px;
    width: 20px;
    z-index: -1;
    background-color: #9a1418
}

.top-ranking-section .ranking-wrapper .rank-card-container .rank-card-img {
    width: auto;
    height: 200px;
    -o-object-fit: contain;
    object-fit: contain;
    margin-bottom: 16px
}

.top-ranking-section .ranking-wrapper .rank-card-container .rank-card-img img {
    border-radius: 16px
}

.top-ranking-section .ranking-wrapper .rank-card-container .rank-card-title {
    font-size: 14px;
    color: #151419;
    padding: 16px 0 0;
    font-size: 18px;
    font-family: "HelveticaNowDisplay"
}

.top-ranking-section .ranking-wrapper .rank-card-container .slick-list {
    overflow: visible
}

.top-ranking-section .ranking-wrapper .rank-card-container .slick-slide {
    height: inherit!important
}

.top-ranking-section .ranking-wrapper .rank-card-container .slick-track {
    display: flex!important
}

.top-ranking-section .slick-next {
    right: 48px;
    position: absolute;
    top: -76px;
    transform: none
}

.top-ranking-section .slick-prev {
    left: 92%;
    position: relative;
    top: -76px;
    transform: none
}

.top-ranking-section .slick-dotted.slick-slider {
    margin-bottom: 6px
}

.floating-Widget .call-block {
  display: none;
}

#leadForm_popup {
  overflow: hidden;
  overflow-y: visible;
}
.know-more {
  cursor: pointer;
}

.online-degree-courses-banner .right {
  width: 24%;
  align-items: right;
  position: absolute;
  z-index: 1;
  top: 170px;
  right: 0px;
  padding-right: 30px;
}
.online-degree-courses-banner .right .form-container {
  border-radius: 10px;
  background: #FDD900;
}
.online-degree-courses-banner .right .form-container .select2-container--default .select2-selection--single {
  border-radius: 4px !important;
}
.online-degree-courses-banner .right .form-container input {
  border-radius: 4px;
}
.online-degree-courses-banner .right .form-container .select2-container--default .select2-results__option--disabled {
  font-weight: bold;
}
.online-degree-courses-banner .right .form-container .select2-container--default .select2-results > .select2-results__options {
  max-height: 300px;
}
.online-degree-courses-banner .right .form-container .form-group label {
  display: none;
}
.online-degree-courses-banner .right .form-container .terms-condition label {
  display: block;
}
.online-degree-courses-banner .right .form-container .formBlock {
  background: #343634;
  background: #04032d;
  border-radius: 10px;
  background: #61B9F0;
}
.online-degree-courses-banner .right .form-container .formBlock .terms-condition label {
  color: #fff;
  font-size: 15px;
}
.online-degree-courses-banner .right .form-container .formBlock .lead-submit {
  width: 100%;
}
.online-degree-courses-banner .right .form-container .formBlock .section-title {
  font-size: 24px;
  line-height: 1;
  color: #fff;
  text-align: center;
}
.online-degree-courses-banner .right .form-container .admisssion-details {
  display: flex;
  justify-content: space-between;
  padding: 12px;
}
.online-degree-courses-banner .right .form-container .info-text {
  color: #fff;
  margin: 6px;
  /*font-weight: 700;*/
  font-size: 16px;
  text-align: center;
  font-size: 14px;
  line-height: 17px;
}
.online-degree-courses-banner .course-container .online-courses-banner-slider .line-item .banner-img {
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-color: rgba(0,55,123,1); 
  background-blend-mode: lighten;
  aspect-ratio: 1920/870;
  background-color: #057092; 
  background-color: #DBF3FA; 
  background-position: bottom left; 
  background-blend-mode: overlay;
  background-size: contain;
  background-blend-mode: normal;
}
.online-degree-courses-banner .course-container .online-courses-banner-slider .line-item .banner-img .banner-container {
  display: flex;
  align-items: end;
  padding-top: 300px;
  height: 100%;
}
.online-degree-courses-banner .course-container .online-courses-banner-slider .line-item .banner-img .banner-container .left {
  width: 75%;
  height: 100%;
  display: flex;
  position: relative;
  padding-left: 30px;
}
.online-degree-courses-banner .course-container .online-courses-banner-slider .line-item .banner-img .banner-container .left .banner-containt {
  width: 70%;
  transform: scale(0.9);
  transform-origin: left center;
}
.online-degree-courses-banner .course-container .online-courses-banner-slider .line-item .banner-img .banner-container .left .abd-sign {
  position: absolute;
  top: 16%;
  left: 396px;
  width: 140px;
}
.online-degree-courses-banner .course-container .online-courses-banner-slider .line-item .banner-img .banner-container .left .abd-sign-thumb {
  position: absolute;
  top: 13%;
  right: 26px;
  width: 120px;
}
.online-degree-courses-banner .course-container .online-courses-banner-slider .line-item .banner-img .banner-container .left .abd-image {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 350px;
}
.online-degree-courses-banner .course-container .online-courses-banner-slider .line-item .banner-img .banner-container .left .banner-title {
  font-family: "Queens";
  font-size: 60px;
  line-height: 1.2;
  font-weight: 500;
  color: #fff;
}
.online-degree-courses-banner .course-container .online-courses-banner-slider .line-item .banner-img .banner-container .left .banner-title span {
  display: block;
}
.online-degree-courses-banner .course-container .online-courses-banner-slider .line-item .banner-img .banner-container .left .muj {
  background: #CCC1FF;
  border: 1px solid #ada4d8;
}
.online-degree-courses-banner .course-container .online-courses-banner-slider .line-item .banner-img .banner-container .left .smu {
  background: #BEFFFE;
  border: 1px solid #94d7d6;
}
.online-degree-courses-banner .course-container .online-courses-banner-slider .line-item .banner-img .banner-container .left .course-price-details {
  font-size: 20px;
  line-height: 1.5;
  color: rgb(242, 103, 34);
  font-family: "Queens";
  margin-top: 10px;
}
.online-degree-courses-banner .course-container .online-courses-banner-slider .line-item .banner-img .banner-container .left .course-price-details span {
  font-size: 16px;
}
.online-degree-courses-banner .course-container .online-courses-banner-slider .line-item .banner-img .banner-container .left .ranking-logo {
  position: relative;
  width: fit-content;
  margin-top: 20px;
}
.online-degree-courses-banner .course-container .online-courses-banner-slider .line-item .banner-img .banner-container .left .ranking-logo .rank-card {
  display: flex;
  background: #fff;
  padding: 0px 20px 20px 20px;
  width: fit-content;
  gap: 50px;
  border-radius: 16px;
}
.online-degree-courses-banner .course-container .online-courses-banner-slider .line-item .banner-img .banner-container .left .ranking-logo .rank-card .rank-box {
  text-align: center;
}
.online-degree-courses-banner .course-container .online-courses-banner-slider .line-item .banner-img .banner-container .left .ranking-logo .rank-card .rank-text {
  font-size: 18px;
  line-height: 1.4;
  color: #151419;
}
.online-degree-courses-banner .course-container .online-courses-banner-slider .line-item .banner-img .banner-container .left .ranking-logo .rank-card .rank-text span {
  display: block;
}
.online-degree-courses-banner .course-container .online-courses-banner-slider .line-item .banner-img .banner-container .left .ranking-logo .rank-card img {
  height: 142px;
  width: auto;
}
.online-degree-courses-banner .course-container .online-courses-banner-slider .line-item .banner-img .banner-container .left .ranking-logo .onwardupward {
  position: absolute;
  right: -114px;
  bottom: 129px;
  width: 168px;
}
.online-degree-courses-banner .course-container .online-courses-banner-slider .line-item .banner-img .banner-container .left .ranking-logo .making-icon {
  position: absolute;
  right: -84px;
  bottom: 152px;
  width: 153px;
}
.online-degree-courses-banner .course-container .online-courses-banner-slider .line-item .banner-img .banner-container .left .electives {
  font-size: 24px;
  color: #F6F6F6;
  margin-bottom: 12px;
}
.online-degree-courses-banner .course-container .online-courses-banner-slider .line-item .banner-img .banner-container .left .electives-text {
  display: flex;
  gap: 10px;
  margin-bottom: 30px;
  width: 50%;
  flex-wrap: wrap;
}
.online-degree-courses-banner .course-container .online-courses-banner-slider .line-item .banner-img .banner-container .left .electives-text .more-class {
  font-size: 25px;
  font-weight: 500;
  color: #fff;
  font-family: "Queens";
}
.online-degree-courses-banner .course-container .online-courses-banner-slider .line-item .banner-img .banner-container .right {
  width: 25%;
}
.online-degree-courses-banner .course-container .online-courses-banner-slider .smu-banner .banner-img .banner-container {
  padding-top: 262px;
}

.page-template-mahe-landing-page-generic .online-degree-courses-banner .course-container .online-courses-banner-slider .line-item {
  position: relative;
}
.page-template-mahe-landing-page-generic .online-degree-courses-banner .course-container .online-courses-banner-slider .line-item .banner-img .banner-container .left .scholarship-txt {
  margin-top: 20px;
}
.page-template-mahe-landing-page-generic .online-degree-courses-banner .course-container .online-courses-banner-slider .line-item .banner-img .banner-container .left .abd-sign {
  position: absolute;
  top: 26%;
  left: 396px;
  width: 140px;
}
.page-template-mahe-landing-page-generic .online-degree-courses-banner .course-container .online-courses-banner-slider .line-item .banner-img .banner-container .left .ranking-logo .rank-card {
  gap: 20px;
  padding: 16px;
}
.page-template-mahe-landing-page-generic .online-degree-courses-banner .course-container .online-courses-banner-slider .line-item .banner-img .banner-container .left .ranking-logo .rank-card img {
  height: 85px;
}
.page-template-mahe-landing-page-generic .online-degree-courses-banner .course-container .online-courses-banner-slider .line-item .banner-img .banner-container .left .ranking-logo .rank-card .rank-text {
  align-self: center;
}
.page-template-mahe-landing-page-generic .online-degree-courses-banner .course-container .online-courses-banner-slider .line-item .banner-img .banner-container .left .ranking-logo .rank-card .rank-box {
  display: flex;
}
.page-template-mahe-landing-page-generic .online-degree-courses-banner .course-container .online-courses-banner-slider .line-item .banner-img .banner-container .left .ranking-logo .rank-card .ugc.rank-box {
  margin-left: -10px;
}
.page-template-mahe-landing-page-generic .online-degree-courses-banner .course-container .online-courses-banner-slider .line-item .banner-img .banner-container .left .ranking-logo .rank-card .isolation {
  height: 69px;
  align-self: center;
}
.page-template-mahe-landing-page-generic .online-degree-courses-banner .course-container .online-courses-banner-slider .line-item .banner-img .banner-container .left .ranking-logo .rank-card .isolation img {
  height: 69px;
}
.page-template-mahe-landing-page-generic .online-degree-courses-banner .course-container .online-courses-banner-slider .line-item .banner-img .banner-container .left .ranking-logo .onwardupward {
  right: -110px;
  bottom: 47px;
}
.page-template-mahe-landing-page-generic .online-degree-courses-banner .course-container .online-courses-banner-slider .line-item .banner-img .banner-container .left .electives-text {
  margin-bottom: 20px;
}
.page-template-mahe-landing-page-generic .online-degree-courses-banner .second-banner {
  margin-bottom: 80px;
}
.page-template-mahe-landing-page-generic .online-degree-statistic {
  background-color: #F7F7F7;
}
.page-template-mahe-landing-page-generic .online-degree-statistic .statistic-container {
  padding: 20px 0px;
  justify-content: space-between;
}
.page-template-mahe-landing-page-generic .online-degree-statistic .statistic-container .course-info {
  font-size: 50px;
  color: #FF6600;
  flex-direction: column;
  gap: 0px;
  width: unset;
}
.page-template-mahe-landing-page-generic .online-degree-statistic .statistic-container .course-info span {
  font-family: "Queens";
  line-height: 1;
}
.page-template-mahe-landing-page-generic .online-degree-statistic .statistic-container .course-info .title {
  font-size: 18px;
  color: #151419;
  font-family: "HelveticaNowDisplay";
  font-weight: 500;
}
.page-template-mahe-landing-page-generic .online-degree-courses .section-title {
  margin-bottom: 20px !important;
}
.page-template-mahe-landing-page-generic .online-degree-courses .wrapper-course .course-tab .top-online-course-section .top-course-slider .line-item .course-wrapper .course-deatil .course-name {
  min-height: 64px;
}
.page-template-mahe-landing-page-generic .online-degree-courses .wrapper-course .course-tab .top-online-course-section .top-course-slider .line-item .duration-pricing {
  justify-content: space-between;
  padding-bottom: 0px !important;
  min-height: 40px !important;
}
.page-template-mahe-landing-page-generic .online-degree-courses .wrapper-course .course-tab .top-online-course-section .top-course-slider .line-item .duration-pricing .duration {
  width: 50%;
}
.page-template-mahe-landing-page-generic .online-degree-courses .wrapper-course .course-tab .top-online-course-section .top-course-slider .line-item .duration-pricing .pricing {
  width: 50%;
}
.page-template-mahe-landing-page-generic .online-degree-courses #section1-tab2 .top-online-course-section .top-course-slider .line-item .course-wrapper .course-deatil .course-name {
  min-height: 96px;
}
.page-template-mahe-landing-page-generic .slick-dots {
  display: none;
}

.online-degree-statistic {
  background: rgb(247, 247, 247);
}
.online-degree-statistic .statistic-container {
  display: flex;
  padding: 42px;
}
.online-degree-statistic .statistic-container .course-info {
  width: 25%;
  text-align: start;
  justify-content: center;
  display: flex;
  gap: 14px;
}
.online-degree-statistic .statistic-container .course-info .title {
  font-family: "Queens";
  font-size: 20px;
  color: rgb(21, 20, 25);
}
.online-degree-statistic .statistic-container .course-info .title span {
  display: block;
}
.online-degree-statistic .statistic-container .border-right {
  border-right: 1px solid rgba(21, 20, 25, 0.1);
}
.online-degree-statistic .statistic-container .course-info:last-child {
  border-right: none;
}

.unlock-these-benefits {
  background: #F6E6C5;
  background: #00377B;
  background: #f6f6bc;
  background: #ffffff;
  padding: 60px 0 36px 0;
  position: relative;
}
.unlock-these-benefits .unlock-benefit-row {
  z-index: 1;
  position: relative;
}
.unlock-these-benefits .unlock-wrapper {
  display: flex;
  gap: 24px;
  padding-bottom: 38px;
}
.unlock-these-benefits .unlock-wrapper .unlock-card {
  width: 25%;
  width: 50%;
  background: #fff;
  background: #f6f6bc;
  background: #057092;
  background: #B8E7F7;
  border-radius: 12px;
  border: 1px solid #ddd;
  padding: 32px;
}
.unlock-these-benefits .unlock-wrapper .unlock-card .feature-title {
  font-family: "Queens";
  font-size: 32px;
  color: rgb(21, 20, 25);
  color: #00377b;
}
.unlock-these-benefits .unlock-wrapper .unlock-card .description {
	color: #000;
}
.unlock-these-benefits .unlock-wrapper .unlock-card img {
  width: 64px;
  margin-bottom: 24px;
}
.unlock-these-benefits .scholarship-container .scholarship-title {
  font-size: 24px;
  line-height: 2rem;
  color: #151419;
}
.unlock-these-benefits .scholarship-container .scholarship-wrapper {
  display: flex;
  gap: 32px;
  padding-bottom: 24px;
}
.unlock-these-benefits .scholarship-container .scholarship-wrapper .scholarship-detail {
  display: flex;
  background: #fff;
  background: #057092;
  background: #B8E7F7;
  border-radius: 20px;
  padding: 32px 24px;
  gap: 16px;
  align-items: center;
  width: 50%;
}
.unlock-these-benefits .scholarship-container .scholarship-wrapper .scholarship-detail .manipal-details {
  display: flex;
  width: 100%;
}
.unlock-these-benefits .scholarship-container .scholarship-wrapper .scholarship-detail .scholarship-text .title {
  font-size: 20px;
  color: #151419;
  color: #FFF;
  color: #00377b;
  font-weight: 700;
  line-height: 1.4rem;
  padding-bottom: 12px;
  margin: 0;
}
.unlock-these-benefits .scholarship-container .scholarship-wrapper .scholarship-detail .scholarship-text .description {
  font-size: 20px;
  color: #575757;
  color: #61B9F0;
  color: #000;
  font-weight: 400;
  line-height: 1.6rem;
}
.unlock-these-benefits .scholarship-container .scholarship-wrapper .scholarship-detail .learn-more {
  display: flex;
  font-weight: 500;
  font-size: 18px;
  width: 50%;
  justify-content: end;
  color: #151419;
  align-items: center;
  gap: 6px;
  cursor: pointer;
}
.unlock-these-benefits .apply-now-btn {
  margin-top: 24px;
  margin: 0 auto;
  display: flex;
}

.online-advantages .advantage-wrapper {
  display: flex;
  gap: 10px;
}
.online-advantages .advantage-wrapper .advantage-card {
  width: 25%;
  background: #F7F6F6;
  padding: 32px;
  border-radius: 12px;
  transition: all 0.3s ease-in-out;
  white-space: normal;
  height: inherit;
}
.online-advantages .advantage-wrapper .advantage-card .feature-wrap {
  display: flex;
  flex-direction: column;
}
.online-advantages .advantage-wrapper .advantage-card .feature-wrap img {
  width: 64px;
  margin-bottom: 24px;
}
.online-advantages .advantage-wrapper .advantage-card .feature-wrap .feature-title {
  font-family: "Queens";
  font-size: 24px;
  color: #151419;
}
.online-advantages .advantage-wrapper .advantage-card .feature-wrap .feature-description {
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  color: #575757;
  line-height: 1.5;
}

.online-degree-courses .top-section {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.trend-wrapper .table-form .row:nth-child(odd) {
    background-color: #f4f4f4;
}
.trend-wrapper .white-icon {
    filter: brightness(0) invert(1);
}

.trend-wrapper .yallow-bg{
  background-color: #f59a0b;
}
.trend-wrapper .green-bg{
  background-color: #4bbc8d;
}
.trend-wrapper .blue-bg{
  background-color: #667de3;
}

.online-degree-courses .top-section .section-title {
  margin-bottom: 4px;
}
.online-degree-courses .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;
  margin-bottom: 20px;
}
.online-degree-courses .wrapper-course .course-tab {
  background: transparent;
  box-shadow: none;
  margin-bottom: 12px;
}
.online-degree-courses .wrapper-course .course-tab .tab-buttons {
  border-bottom: none;
}
.online-degree-courses .wrapper-course .course-tab .tab-buttons .tab-btn {
  flex: none;
  margin-right: 20px;
  padding: 8px 12px;
  font-size: 18px;
  font-weight: 400;
  color: #151419;
  background: #fff;
  border: 2px solid rgba(21, 20, 25, 0.1);
}
.online-degree-courses .wrapper-course .course-tab .tab-buttons .tab-btn.active {
  font-weight: 700;
  color: #fff;
  background: #151419;
}
.online-degree-courses .wrapper-course .course-tab .tab-buttons button:hover {
  transform: none;
  background: #F7F6F6;
}
.online-degree-courses .wrapper-course .course-tab .tab-content {
  padding: 20px 0;
}
.online-degree-courses .wrapper-course .course-tab .top-online-course-section {
  overflow: hidden;
}
.online-degree-courses .wrapper-course .course-tab .top-online-course-section .top-course-slider .slick-list {
  margin-left: -10px;
  margin-right: -10px;
  overflow: visible;
  margin-bottom: 46px;
}
.online-degree-courses .wrapper-course .course-tab .top-online-course-section .top-course-slider .slick-list .slick-track {
  margin-left: unset;
  margin-right: unset;
  display: flex;
}
.online-degree-courses .wrapper-course .course-tab .top-online-course-section .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;
}
.online-degree-courses .wrapper-course .course-tab .top-online-course-section .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%;
}
.online-degree-courses .wrapper-course .course-tab .top-online-course-section .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;
}
.online-degree-courses .wrapper-course .course-tab .top-online-course-section .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;
}
.online-degree-courses .wrapper-course .course-tab .top-online-course-section .top-course-slider .line-item .course-enroll .student-enroll .enroll-text {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1rem;
  color: #fff;
}
.online-degree-courses .wrapper-course .course-tab .top-online-course-section .top-course-slider .line-item .course-enroll .course-img:hover .student-enroll {
  background: rgba(21, 20, 25, 0.8);
}
.online-degree-courses .wrapper-course .course-tab .top-online-course-section .top-course-slider .line-item .course-img img {
  border-radius: 12px;
  object-fit: cover;
  border: 1px solid rgba(21, 20, 25, 0.1);
}
.online-degree-courses .wrapper-course .course-tab .top-online-course-section .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;
  font-weight: 700;
  line-height: 1.313;
  color: #575757;
  left: 15px;
}
.online-degree-courses .wrapper-course .course-tab .top-online-course-section .top-course-slider .line-item .muj-bg {
  background: #CCC1FF;
  border: 1px solid #ada4d8;
}
.online-degree-courses .wrapper-course .course-tab .top-online-course-section .top-course-slider .line-item .smu-bg {
  background: #BEFFFE;
  border: 1px solid #94d7d6;
}
.online-degree-courses .wrapper-course .course-tab .top-online-course-section .top-course-slider .line-item .mahe-bg {
  background: #A9D8FF;
  border: 1px solid #9ac5e8;
}
.online-degree-courses .wrapper-course .course-tab .top-online-course-section .top-course-slider .line-item .course-wrapper {
  padding-top: 28px;
  min-height: 150px;
}
.online-degree-courses .wrapper-course .course-tab .top-online-course-section .top-course-slider .line-item .course-wrapper .course-deatil {
  display: flex;
  padding-bottom: 24px;
  justify-content: space-between;
  min-height: 75px;
}
.online-degree-courses .wrapper-course .course-tab .top-online-course-section .top-course-slider .line-item .course-wrapper .course-deatil .course-name {
  font-size: 24px;
  line-height: 2rem;
  font-weight: 700;
  color: #151419;
}
.online-degree-courses .wrapper-course .course-tab .top-online-course-section .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);
}
.online-degree-courses .wrapper-course .course-tab .top-online-course-section .top-course-slider .line-item .course-wrapper .course-deatil .rating .rating-number {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.25;
  color: #151419;
  letter-spacing: 0.85px;
}
.online-degree-courses .wrapper-course .course-tab .top-online-course-section .top-course-slider .line-item .course-wrapper .course-deatil .rating img {
  max-width: 14px;
}
.online-degree-courses .wrapper-course .course-tab .top-online-course-section .top-course-slider .line-item .duration-pricing {
  display: flex;
  align-items: center;
  padding-bottom: 18px;
  align-items: flex-start;
}
.online-degree-courses .wrapper-course .course-tab .top-online-course-section .top-course-slider .line-item .duration-pricing .duration {
  display: flex;
  align-items: center;
  color: #151419;
  width: 72%;
}
.online-degree-courses .wrapper-course .course-tab .top-online-course-section .top-course-slider .line-item .duration-pricing .duration span {
  font-size: 14px;
  line-height: 1.25;
  margin-top: 0;
}
.online-degree-courses .wrapper-course .course-tab .top-online-course-section .top-course-slider .line-item .duration-pricing .duration span .span-text {
  display: block;
}
.online-degree-courses .wrapper-course .course-tab .top-online-course-section .top-course-slider .line-item .duration-pricing .duration img {
  width: 20px;
  margin-right: 8px;
}
.online-degree-courses .wrapper-course .course-tab .top-online-course-section .top-course-slider .line-item .duration-pricing .dot {
  width: 6px;
  height: 6px;
  background-color: #151419;
  border-radius: 50%;
  display: inline-block;
  margin: 0 16px;
}
.online-degree-courses .wrapper-course .course-tab .top-online-course-section .top-course-slider .line-item .duration-pricing .pricing {
  display: flex;
  align-items: center;
}
.online-degree-courses .wrapper-course .course-tab .top-online-course-section .top-course-slider .line-item .duration-pricing .pricing img {
  width: 20px;
  margin-right: 8px;
}
.online-degree-courses .wrapper-course .course-tab .top-online-course-section .top-course-slider .line-item .duration-pricing .pricing span {
  font-size: 14px;
  line-height: 1.25;
  color: #151419;
}
.online-degree-courses .wrapper-course .course-tab .top-online-course-section .top-course-slider .line-item .duration-pricing .pricing span .span-text {
  display: block;
}
.online-degree-courses .wrapper-course .course-tab .top-online-course-section .top-course-slider .line-item .online-course-detail .duration {
  align-items: flex-start;
}
.online-degree-courses .wrapper-course .course-tab .top-online-course-section .top-course-slider .line-item .online-course-detail .duration img {
  width: 16px;
  margin-right: 8px;
}
.online-degree-courses .wrapper-course .course-tab .top-online-course-section .top-course-slider .line-item .online-course-detail .duration .cap-img {
  width: 22px;
}
.online-degree-courses .wrapper-course .course-tab .top-online-course-section .top-course-slider .line-item .online-course-detail .pricing {
  align-items: flex-start;
}
.online-degree-courses .wrapper-course .course-tab .top-online-course-section .top-course-slider .line-item .online-course-detail .pricing img {
  width: 16px;
  margin-right: 8px;
}
.online-degree-courses .wrapper-course .course-tab .top-online-course-section .top-course-slider .border-muj:hover {
  border: 2px solid #CCC1FF;
}
.online-degree-courses .wrapper-course .course-tab .top-online-course-section .top-course-slider .border-muj:hover .student-enroll {
  background: rgba(21, 20, 25, 0.8);
}
.online-degree-courses .wrapper-course .course-tab .top-online-course-section .top-course-slider .border-smu:hover {
  border: 2px solid #94d7d6;
}
.online-degree-courses .wrapper-course .course-tab .top-online-course-section .top-course-slider .border-smu:hover .student-enroll {
  background: rgba(21, 20, 25, 0.8);
}
.online-degree-courses .wrapper-course .course-tab .top-online-course-section .top-course-slider .border-mahe:hover {
  border: 2px solid #A9D8FF;
}
.online-degree-courses .wrapper-course .course-tab .top-online-course-section .top-course-slider .border-mahe:hover .student-enroll {
  background: rgba(21, 20, 25, 0.8);
}
.online-degree-courses .wrapper-course .course-tab .courses-enroll-now {
  display: flex;
  margin: 0 auto;
  margin-bottom: -54px;
}

.select2-container--default .select2-results__option--disabled {
  color: #999;
  font-weight: bold;
}

.li#select2-institution-a8-result-v2db-MAHE {
  display: none;
}

.online-degree-courses-banner .formBlock h5 {
  color: #fff;
}
.online-degree-courses-banner .formBlock .otp-verification-block .resendOTPBlock {
  color: #fff;
}
.online-degree-courses-banner .formBlock .otp-verification-block p {
  color: #fff;
}
.online-degree-courses-banner .formBlock .otp-verification-block .otp-info-block {
  color: #fff;
}
.online-degree-courses-banner .formBlock .otp-verification-block #resendOtpBtn {
  color: #fff;
}



	img:is([sizes="auto" i], [sizes^="auto," i]) {
			contain-intrinsic-size: 3000px 1500px
		}
		header .header-wrapper a {
  cursor: default;
}
header .menu-item .om-adv {
  border-bottom: 2px solid rgba(21, 20, 25, 0.1);
  margin-right: 40px;
}

footer .contact-details {
  justify-content: space-between;
}

footer.top-space {
  padding-top: 0 !important;
}

footer .doodle {
  height: 567px;
}

#courseleadForm_popup {
  background: #F7F6F6 !important;
  border-radius: 24px !important;
}
#courseleadForm_popup .fields {
  display: flex;
  -moz-column-gap: 24px;
       column-gap: 24px;
  flex-wrap: wrap;
}
#courseleadForm_popup .fields .form-group {
  flex: 0 1 calc(33.33% - 24px);
}
#courseleadForm_popup .fields .form-group.terms-condition {
  flex: unset;
}
#courseleadForm_popup .fields .form-group.terms-condition label {
  font-size: 14px;
}
/* RSS (Custom) - Start */
.hwb-online-sec8.program-schedule {
    font-weight: 300;
    color: #000;
}
.hwb-online-sec8 h2 {
    font-family: "Queens";
    font-weight: 300;
    font-size: 35px;
    color: #000;
    line-height: 45px;
    text-align: center;
    margin-bottom: 20px;
}
.hwb-online-sec8.program-schedule .widget {
    background-color: #fff !important;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 15px;
    padding-left: 0px;
    box-shadow: 0px 2px 18px 0px rgba(0, 0, 0, 0.3);
    border-radius: 12px;
	overflow: hidden;
	display: flex;
}
.hwb-online-sec8.program-schedule .widget .date-description {
    background-image: url(../images/course-pic.jpg);
    min-height: 200px;
    padding: 15px;
    text-align: left;
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
	width: 40%;
	padding: 20px;
}
.hwb-online-sec8.program-schedule .widget .date-description p {
    font-family: "HelveticaNowDisplay";
	font-size: 20px;
    font-weight: 400;
    line-height: 1.6rem;
	background-color: #057092;
    padding: 10px;
    border-radius: 10px;
    text-align: center;
    color: #FFF;
    display: inline-block;
    margin-bottom: 0;
}
.hwb-online-sec8.program-schedule .widget .detail-description {
    padding: 25px;
	width: 60%;
}
.hwb-online-sec8.program-schedule h4 {
    font-family: "HelveticaNowDisplay";
	font-size: 25px;
    color: #000;
    font-weight: 400;
    line-height: 1.6rem;
	margin-bottom: 10px;
}
.hwb-online-sec8.program-schedule .widget .detail-description p {
    font-size: 20px;
    color: #575757;
    font-weight: 400;
    line-height: 1.6rem;
    text-align: left;
    margin-bottom: 10px;
}
.hwb-online-sec8.program-schedule .widget .detail-description p i {
    color: #233461 !important;
    width: 30px;
}
.program-schedule .widget .ms-40 {
    margin-left: 35px;
}
.bullt-point {
    margin: 20px 0px;
    background-image: url(../images/check-clr.png);
    background-repeat: no-repeat;
    background-size: 27px;
    background-position: top left;
    padding-left: 35px;
}
.bullt-point.dark-clr {
    background-image: url(../images/check-clr-dark.png);
}
.testimonials-slider .item {
    padding: 15px;
}
.hwb-online-sec9 .testimonials-slider .slider-item {
    box-shadow: none;
    background-color: transparent !important;
    text-align: left;
	border-radius: 10px;
    padding: 20px 20px;
}
.hwb-online-sec9 .testimonials-slider .slider-item p {
    font-weight: 300;
    font-size: 17px;
    color: #000000 !important;
    line-height: 27px;
	min-height: 250px;
}
.hwb-online-sec9 .testimonials-slider .slider-item h5 {
    font-family: 'Montserrat-Light', Helvetica, Arial, Lucida, sans-serif;
    font-weight: 600;
    font-size: 15px;
    color: #000000 !important;
    line-height: 1.4em;
    margin-top: 20px;
    /*text-align: end;*/
	margin-bottom: 10px;
}
.hwb-online-sec9 .testimonials-slider .slider-item h6
 {
    font-family: 'Montserrat-Light', Helvetica, Arial, Lucida, sans-serif;
    font-weight: 300;
    font-size: 14px;
    color: #000000 !important;
    letter-spacing: 1px;
    line-height: 1.4em;
    text-align: end;
}
/*button.slick-prev.slick-arrow {
    background: url(https://img.icons8.com/ios/50/000000/long-arrow-left.png) 0 0 / 55% no-repeat;
    background-color: #ebebeb;
    padding: 0;
    background-position: center;
    height: 55px;
    width: 55px;
    left: -50px;
    border-radius: 50%;
    top: 50%;
    transform: translate(0px, -50%);
}
button.slick-next.slick-arrow {
    background: url(https://img.icons8.com/ios/50/000000/long-arrow-right.png) 0 0 / 55% no-repeat;
    background-color: #ebebeb;
    padding: 0;
    background-position: center;
    height: 55px;
    width: 55px;
    right: -50px;
    border-radius: 50%;
    top: 50%;
    transform: translate(0px, -50%);
}*/
.trend-col-head {
	width: 100%;
	padding: 20px;
	background-color: #fff;
	min-height: 150px;
}
.trend-col-head h2 {
	color: #00377b;
	font-size: 45px;
	font-family: "HelveticaNowDisplay";
	font-weight: 800;
}
.trend-col-txt {
	width: 100%;
	padding: 10px 20px;
	background-color: #C9C9BC;
	background-color: #00377b;
	background-color: #255fa7;
	background-color: #554cc9;
	background-color: #057092;
	background-color: #B8E7F7;
}
.trend-col-txt p {
	font-size: 14px;
    color: #00377b;
	color: #fff;
    font-weight: 400;
    line-height: 1.6rem;
    text-align: left;
    margin-bottom: 10px;
	color: #000;
}
.trend-col-txt img {
	width: 85%; 
	float:right;
}
.img-wdth-40 {
    width: 40px !important;
}
.bg-shade4 {
    background-color: #f6f7f0;
}
.bg-shade5 {
    background-color: #efefef;
}
.bg-shade7 {
    background-color: #E0E0DA;
}
.pdng-tp-btm-30 {
    padding-top: 30px;
    padding-bottom: 30px;
}
.pdng-10 {
    padding: 10px !important;
}
.sec-wdth-110 {
    width: 110px !important;
}
.fnt-sze-14 {
    font-size: 14px !important;
}
.fnt-sze-22 {
    font-size: 22px !important;
}
.mt-0 {
    margin-top: 0 !important;
}
.min-hgt-180 {
    min-height: 180px !important;
}
.min-hgt-40-web-only {
    min-height: 40px !important;
}
.disp-flx-web-only {
	display: flex;
}
.half-web-only {
	width: 50%;
}
.txt-clr-wht {
	color: #FFF !important;
}
.brd-btm-sec {
	border-bottom: 5px solid #FF6C00 !important;
}
.brd-arund-sec {
	border: 3px solid #FF6C00;
}
.brd-crcle-sec {
	background-color: #FFF;
	border-radius: 50%;
	outline: 3px solid #FF6C00;
	color: #FFF;
}
.sub-head {
	font-size: 15px !important;
	font-weight: 800 !important;
	color: #61B9F0 !important;
	color: #00377b !important;
}
.mrg-tp-btm-10{
	margin-top: 5px !important;
	margin-bottom: 5px !important;
}
.bg-shade11 {
	background-color: #f6f6bc;
}
.lne-hgt-15 {
	line-height: 15px !important;
}
.fnt-wt-600 {
	font-weight: 600 !important;
}
.txt-clr-darkb {
	color: #00377b !important;
}
.pdng-tp-btm-50 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}
.test-auth-pic {
	width: 85px !important;
	height: 85px;
	border-radius: 100%;
	outline: 3px solid #FF6C00;
	display: inline !important;
}
.lnk-txt-btn {
	display: inline-block;
    background: #F26722;
    color: #fff;
    font-size: .875em;
    font-weight: 700;
    line-height: 1.4;
    padding: 11px 40px;
    text-decoration: none;
    border: 1px solid transparent;
    border-radius: 40px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}
.online-degree-courses-banner .course-container .online-courses-banner-slider .line-item .banner-img .banner-container .left .hero-slider-txt .banner-text .banner-title {
	color: #00377b;
}
.bg-shade-wh {
    background-color: #FFFFFF !important;
}
.hero-slider-txt {
	display: none;
}
.hero-slider-txt .item {
	width: 100%;
	border: 1px solid rgb(255, 255, 255, 0);
}
.hero-slider-txt .item .banner-title {
	width: 100%;
}
/* RSS (Custom) - End */