@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;
}
@font-face {
  font-family: "Sabon LT Std";
  src: url("../fonts/SabonLTStd-BoldItalic.eot");
  src: url("../fonts/SabonLTStd-BoldItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/SabonLTStd-BoldItalic.woff2") format("woff2"), url("../fonts/SabonLTStd-BoldItalic.woff") format("woff"), url("../fonts/SabonLTStd-BoldItalic.ttf") format("truetype");
  font-weight: bold;
  font-style: italic;
  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;
}

input,
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: 1rem;
  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;
}

.enquire-btn {
  background: unset;
  border: 1px solid #F26722;
  color: #151419;
}
.enquire-btn:hover {
  color: #000;
}

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/icons/prev-arrow.svg") no-repeat;
  background-size: 100%;
  display: block;
  content: "" !important;
  width: 45px;
  height: 46px;
}

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

.slick-next:before {
  background: url("../images/icons/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 .top-enroll {
  display: none;
}
header .header-wrapper {
  position: relative;
  background: #F7F6F6;
  border-radius: 24px;
  padding: 20px 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* 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: #EFEFD0;
  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,
#enquiryForm_popup {
  background: #F7F6F6 !important;
  border-radius: 24px !important;
}
#leadForm_popup .fields,
#enquiryForm_popup .fields {
  display: flex;
  -moz-column-gap: 24px;
       column-gap: 24px;
  flex-wrap: wrap;
}
#leadForm_popup .fields .form-group,
#enquiryForm_popup .fields .form-group {
  flex: 0 1 calc(33.33% - 24px);
}
#leadForm_popup .fields .form-group.terms-condition,
#enquiryForm_popup .fields .form-group.terms-condition {
  flex: unset;
}
#leadForm_popup .fields .form-group.terms-condition label,
#enquiryForm_popup .fields .form-group.terms-condition label {
  font-size: 14px;
}

.enquiry-block {
  display: none;
  padding: 24px;
}
.enquiry-block p {
  padding-bottom: 20px;
  text-align: center;
  font-weight: bold;
}
.enquiry-block .btns {
  display: flex;
  justify-content: space-around;
}

#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);
}

.pagination {
  margin-top: 54px;
  justify-content: center;
  display: flex;
  gap: 12px;
}
.pagination .page,
.pagination .nav {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  text-align: center;
  border: 1px solid rgba(21, 20, 25, 0.1);
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #151419;
}
.pagination .page.current,
.pagination .nav.current {
  background: #151419;
  color: #fff;
}
.pagination .page:hover,
.pagination .nav:hover {
  border-color: transparent;
}
.pagination .page.prev, .pagination .page.next,
.pagination .nav.prev,
.pagination .nav.next {
  font-size: 0;
  position: relative;
  background: url("../images/icons/prev.svg") no-repeat center;
}
.pagination .page.prev.disabled, .pagination .page.next.disabled,
.pagination .nav.prev.disabled,
.pagination .nav.next.disabled {
  cursor: not-allowed;
}
.pagination .page.next,
.pagination .nav.next {
  transform: rotate(180deg);
}

.breadcrumb {
  display: flex;
  position: relative;
  z-index: 1;
  gap: 12px;
  align-items: center;
  margin-bottom: clamp(40px, 2.917vw, 56px);
  justify-content: flex-start;
  font-size: 16px;
  line-height: 1.2;
}
.breadcrumb .bcrumb-title {
  font-size: inherit;
  line-height: inherit;
  color: #575757;
}
.breadcrumb .bcrumb-title a {
  color: inherit;
}
.breadcrumb .breadcrumb_title {
  color: #151419;
}
.breadcrumb .separator {
  line-height: inherit;
  padding: 4px 6px;
}
.breadcrumb .separator img {
  width: 6px;
  height: auto;
}

.pageTopSpace {
  padding-top: 184px;
}

.maheschBar {
  padding-top: 90px;
  margin-bottom: 16px;
}

.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/icons/close-icon.svg");
  background-repeat: no-repeat;
}

.notice-text-parent {
  padding: 4px;
  background-color: #EAEFF5;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.notice-text-parent .notice-text {
  white-space: nowrap;
  font-size: 12px;
  transform: translateX(100%);
  animation: marquee-animation 30s linear infinite;
}
.notice-text-parent .notice-text span {
  font-weight: bold;
  font-size: 14px;
}
.notice-text-parent .notice-text span.highlight {
  color: #ff6600;
}
.notice-text-parent .notice-text span .knowMore {
  text-decoration: underline;
  font-style: italic;
}
.notice-text-parent .notice-text a {
  text-decoration: underline;
  font-weight: bold;
}
.notice-text-parent .notice-text strong {
  font-weight: bold;
}
.notice-text-parent .notice-text:hover {
  animation-play-state: paused;
}
@keyframes marquee-animation {
  from {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}

body.marquee_there header {
  padding-top: 40px;
}
body.marquee_there main {
  top: 28px;
}

/*Start Responsive css */
@media (min-width: 1920px) {
  body {
    font-size: 18px;
  }
  #leadForm_popup {
    border-radius: 40px !important;
  }
  .container {
    max-width: 1720px;
  }
  .section-mb {
    margin-bottom: 100px;
  }
  .section-mt {
    margin-top: 100px;
  }
  p {
    font-size: 18px;
    line-height: 1.4;
  }
  footer .footer-container .footer-get-in-touch .footer-wrapper .university-wrapper .left {
    gap: 80px;
  }
}
@media (max-width: 1919.98px) {
  .container {
    max-width: 1720px;
  }
  .section-title {
    font-size: 48px;
  }
  .section-mb {
    margin-bottom: 100px;
  }
  .section-mt {
    margin-top: 100px;
  }
  p {
    font-size: 18px;
    line-height: 1.4;
  }
  footer .footer-container .footer-get-in-touch .footer-wrapper .university-wrapper .left {
    gap: 80px;
  }
}
@media (max-width: 1699.98px) {
  .container {
    max-width: 1420px;
  }
  .section-title.big {
    font-size: 48px;
  }
  header .header-wrapper {
    /* Submenu Content */
  }
  header .header-wrapper .main-nav .menu {
    /* Tabs */
    /* Tab Content */
  }
  header .header-wrapper .main-nav .menu .menu-item {
    font-size: 20px;
  }
  header .header-wrapper .main-nav .menu .menu-item .menu-text {
    gap: 14px;
  }
  header .header-wrapper .main-nav .menu .menu-item.active:first-child .tabs .tab-btn {
    font-size: 18px;
    padding: 22px 0;
  }
  header .header-wrapper .main-nav .menu .menu-item.active:first-child .tabs .tab-btn.active::before {
    width: 10px;
    height: 62%;
    left: -22px;
    top: 10px;
    border-radius: 0 10px 10px 0;
  }
  header .header-wrapper .main-nav .menu .menu-item.active:first-child .tabs #by-institution {
    margin-top: 46px;
  }
  header .header-wrapper .main-nav .menu .menu-item.active:first-child .tabs .tab-panel.active .wrapper {
    gap: 14px;
    padding-right: 10px;
  }
  header .header-wrapper .main-nav .menu .menu-item.active:first-child .by-degree {
    margin-top: 8px;
  }
  header .header-wrapper .main-nav .menu .menu-item.active:first-child .category {
    margin-bottom: 8px;
  }
  header .header-wrapper .main-nav .menu .tab-content {
    gap: 0;
    padding: 0 0 0 20px;
  }
  header .header-wrapper .main-nav .menu .vertical-tabs {
    width: 24%;
    border-radius: 20px;
    padding: 22px;
  }
  header .header-wrapper .main-nav .menu .vertical-tabs .category {
    font-size: 22px;
    line-height: 1.4;
  }
  header .header-wrapper .main-nav .menu .content-area {
    width: 76%;
  }
  header .header-wrapper .main-nav .menu .content-area .wrapper {
    max-height: 512px;
    padding: 0;
  }
  header .header-wrapper .submenu-content {
    gap: 18px;
  }
  header .header-wrapper .course-card .course-name {
    font-size: 18px;
    max-width: 246px;
  }
  header .header-wrapper .course-card .short-name {
    font-size: 14px;
    padding: 2px 12px;
    border-radius: 16px;
  }
}
@media (max-width: 1599.98px) {
  .container {
    max-width: 1200px;
  }
  .section-mb {
    margin-bottom: 80px;
  }
  .section-mt {
    margin-top: 80px;
  }
  button,
  .primaryBtn {
    font-size: 14px;
    line-height: 1.4;
    padding: 12px 32px;
    border: 1px solid transparent;
    border-radius: 50px;
    transition: background-color 0.3s ease;
  }
  button:hover,
  .primaryBtn:hover {
    border: 1px solid #D32531;
  }
  button.small,
  .primaryBtn.small {
    font-size: 14px;
    line-height: 1.4;
    padding: 12px 22px;
    border: none;
    border-radius: 50px;
    transition: background-color 0.3s ease;
  }
  button.small:hover,
  .primaryBtn.small:hover {
    border: 1px solid #D32531;
    padding: 11px 21px;
  }
  .section-title {
    font-size: 32px;
  }
  .section-title.big {
    font-size: 40px;
  }
  p {
    font-size: 16px;
    line-height: 1.4;
  }
  header {
    padding: 12px 0;
  }
  header .header-wrapper {
    padding: 14px 32px;
    border-radius: 17px;
  }
  header .header-wrapper .logo img {
    max-width: unset;
  }
  header .header-wrapper .main-nav .search-menu img,
  header .header-wrapper .main-nav .ham-menu img {
    width: 50px;
    height: auto;
  }
  header .header-wrapper .main-nav .menu {
    gap: 16px;
  }
  header .header-wrapper .main-nav .menu .menu-item.has-submenu {
    padding: 0 12px;
  }
  header .header-wrapper .main-nav .menu .menu-item {
    font-size: 16px;
  }
  header .header-wrapper .main-nav .menu .menu-item .menu-text {
    gap: 8px;
  }
  header .header-wrapper .main-nav .menu .menu-item .menu-text .arrow {
    width: 12px;
    height: 12px;
    margin-top: 0;
  }
  header .header-wrapper .main-nav .menu .submenu {
    padding: 14px;
  }
  header .header-wrapper .main-nav .menu .submenu ul li {
    padding: 18px 0;
  }
  header .header-wrapper .main-nav .menu .megamenu {
    padding: 14px 8px 14px 14px;
  }
  header .header-wrapper .main-nav .menu .content-area {
    padding: 0 0 0 14px;
    gap: 14px;
  }
  header .header-wrapper .main-nav .menu .content-area .wrapper {
    max-height: 449px;
  }
  header .header-wrapper .main-nav .menu .content-area .view-all {
    margin-top: 8px;
    font-size: 14px;
  }
  header .header-wrapper .main-nav .menu .content-area .view-all:hover {
    padding: 13px 32px;
  }
  header .header-wrapper .main-nav .menu .menu-item.active:first-child .tabs .tab-btn {
    font-size: 16px;
    padding: 18px 0;
    font-weight: normal;
  }
  header .header-wrapper .main-nav .menu .menu-item.active:first-child .tabs .tab-btn.active::before {
    width: 8px;
    height: 58%;
  }
  header .header-wrapper .main-nav .menu .menu-item.active:first-child .tabs .tab-panel.active .wrapper {
    gap: 14px;
  }
  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 .by-degree {
    margin-top: 8px;
  }
  header .header-wrapper .main-nav .menu .menu-item.active:first-child .category {
    font-size: 20px;
    margin-bottom: 6px;
  }
  header .header-wrapper .main-nav .menu .institution .submenu {
    top: 55px;
  }
  header .header-wrapper .main-nav .course-card {
    padding: 32px 14px 14px;
  }
  header .header-wrapper .main-nav .course-card .course-name {
    font-size: 16px;
    line-height: normal;
  }
  header .header-wrapper .main-nav .course-card .tag {
    font-size: 12px;
    padding: 4px 10px;
  }
  header .header-wrapper .main-nav .course-card .short-name {
    font-size: 12px;
    padding: 2px 10px;
  }
  header .header-wrapper .main-nav .course-card .duration {
    font-size: 14px;
    align-items: center;
  }
  header .header-wrapper .main-nav .course-card .duration img {
    padding: 0;
    width: 12px;
    height: 12px;
  }
  header .header-wrapper .main-nav .course-card .uni-name {
    letter-spacing: 1px;
    font-size: 12px;
    margin-bottom: 12px;
  }
  footer .footer-container .footer-get-in-touch .get-in-touch .right {
    right: 20px;
  }
  footer .footer-container .footer-get-in-touch .get-in-touch .right img {
    min-height: 485px;
  }
  footer .footer-container .footer-get-in-touch .get-in-touch .left .question-text {
    font-size: 32px;
    line-height: 1.4;
    padding-bottom: 4px;
  }
  footer .footer-container .footer-get-in-touch .get-in-touch .left .description {
    font-size: 14px;
    line-height: 1.188rem;
    padding-bottom: 10px;
  }
  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: 460px;
  }
  footer .footer-container .footer-get-in-touch .get-in-touch.footerv3 img {
    width: 420px;
  }
  footer .footer-container .footer-get-in-touch .footer-wrapper .university-wrapper .left {
    gap: 44px;
  }
  footer .footer-container .footer-get-in-touch .footer-wrapper .university-wrapper .left .university-details .uni-address {
    font-size: 12px;
    line-height: 1rem;
    font-weight: 700;
  }
  footer .footer-container .footer-get-in-touch .footer-wrapper .course-wrapper {
    padding: 30px 30px 0 30px;
  }
  footer .footer-container .footer-get-in-touch .footer-wrapper .course-wrapper .title-text,
  footer .footer-container .footer-get-in-touch .footer-wrapper .course-wrapper .course-heading {
    font-size: 16px;
    line-height: 1.375;
    margin-bottom: 12px;
  }
  footer .footer-container .footer-get-in-touch .footer-wrapper .course-wrapper a {
    font-size: 12px;
    line-height: 1rem;
  }
  footer .footer-container .footer-get-in-touch .footer-wrapper .course-wrapper .company {
    padding-bottom: 42px;
  }
  footer .contact-details {
    padding: 1.042vw 0 5.313vw 0;
  }
  footer .contact-details .copy-right-text {
    font-size: 12px;
    line-height: 1.75rem;
  }
  footer .contact-details .general-link a {
    font-size: 12px;
    line-height: 1rem;
  }
  footer.top-space {
    padding-top: 40px;
  }
  .popup.search-filter {
    top: 47%;
  }
  .popup.search-filter .search-bar img {
    width: 46px;
  }
  .popup.search-filter .close-btn {
    top: 12px;
    font-size: 1.5rem;
  }
  .popup.search-filter .search-bar input {
    font-size: 16px;
  }
  .popup.search-filter .search-input::-moz-placeholder {
    font-size: 18px;
  }
  .popup.search-filter .search-input::placeholder {
    font-size: 18px;
  }
  .popup.search-filter .search-container .search-wrapper {
    max-height: 26vw;
  }
  .popup.search-filter .search-container .tags .course-tag {
    font-size: 14px;
    padding: 10px 14px;
  }
  .popup.search-filter .search-container .section-heading .section-title {
    font-size: 20px !important;
  }
  .popup.search-filter .search-container .popular-courses .heading,
  .popup.search-filter .search-container .top-specialisations .heading {
    font-size: 16px;
  }
  .popup.search-filter .search-container .popular-courses li {
    font-size: 14px;
  }
  .popup.search-filter .search-container a:hover {
    color: #101010;
  }
  .popup.search-filter .search-container .top-specialisations .specialization-headeing {
    font-size: 14px !important;
  }
  .popup.search-filter .search-container .top-specialisations .specialisation-wrapper .specialisation-course .specialization-title {
    font-size: 14px;
  }
  .popup.search-filter .search-container .top-specialisations .specialisation-wrapper::-webkit-scrollbar {
    display: none;
  }
  .popup.search-filter .search-container .faq .faq-wrapper .question {
    font-size: 14px;
  }
  .breadcrumb {
    gap: 8px;
    font-size: 16px;
  }
  .breadcrumb .separator {
    padding: 4px 5px;
  }
  .pageTopSpace {
    padding-top: 134px;
  }
}
@media (max-width: 1366px) {
  header .header-wrapper .main-nav .menu {
    gap: 16px;
  }
  header .header-wrapper .main-nav .menu .submenu ul li {
    padding: 14px 0;
  }
  header .header-wrapper .main-nav .menu .content-area {
    padding: 0 0 0 14px;
    gap: 0;
  }
  header .header-wrapper .main-nav .menu .content-area .wrapper {
    max-height: 415px;
  }
  header .header-wrapper .main-nav .menu .menu-item.active:first-child .tabs .tab-btn {
    font-size: 16px;
    padding: 14px 0;
  }
  header .header-wrapper .main-nav .menu .menu-item.active:first-child .tabs .tab-btn.active::before {
    width: 8px;
    height: 58%;
  }
  header .header-wrapper .main-nav .menu .menu-item.active:first-child .tabs .tab-panel.active .wrapper {
    gap: 14px;
  }
  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 .by-degree {
    margin-top: 8px;
  }
  header .header-wrapper .main-nav .menu .menu-item.active:first-child .category {
    font-size: 1.389vw;
    margin-bottom: 6px;
  }
  header .header-wrapper .main-nav .menu .institution .submenu {
    top: 55px;
  }
  header .header-wrapper .main-nav .course-card {
    padding: 32px 14px 14px;
  }
  header .header-wrapper .main-nav .course-card .course-name {
    font-size: 16px;
    line-height: normal;
  }
  header .header-wrapper .main-nav .course-card .tag {
    font-size: 12px;
    padding: 4px 10px;
  }
  header .header-wrapper .main-nav .course-card .short-name {
    font-size: 12px;
    padding: 2px 10px;
  }
  header .header-wrapper .main-nav .course-card .duration {
    font-size: 12px;
  }
  header .header-wrapper .main-nav .course-card .duration img {
    padding: 0;
    width: 12px;
    height: 12px;
  }
  header .header-wrapper .main-nav .course-card .uni-name {
    letter-spacing: 1px;
    font-size: 12px;
    margin-bottom: 12px;
  }
  .popup.search-filter {
    top: 55%;
  }
  .popup.search-filter .popular-courses .section-heading img,
  .popup.search-filter .faq .section-heading img {
    width: 40px;
  }
  .popup.search-filter .top-specialisations .specialisation-course img {
    width: 40px;
  }
}
@media (max-width: 1280px) {
  header .header-wrapper .main-nav .menu .menu-item.active:first-child .category {
    font-size: 18px;
  }
  header .header-wrapper .main-nav .menu .menu-item.active:first-child .tabs .tab-btn {
    font-size: 16px;
    padding: 10px 0;
  }
  header .header-wrapper .main-nav .menu .content-area {
    gap: 0;
  }
  header .header-wrapper .main-nav .menu .content-area .wrapper {
    max-height: 375px;
    gap: 10px;
  }
  header .header-wrapper .main-nav .menu .content-area .view-all {
    margin-top: 14px;
  }
  header .header-wrapper .main-nav .menu .course-card .course-name {
    font-size: 16px;
  }
  header .header-wrapper .main-nav .menu .course-card .uni-name {
    letter-spacing: 0.7px;
  }
  .popup.search-filter {
    top: 26.5vw;
  }
}
@media (max-width: 1200px) {
  .container {
    max-width: calc(100% - 6.15vw);
  }
  .section-title {
    font-size: 32px;
  }
  .section-title.big {
    font-size: 32px;
  }
  .section-mb {
    margin-bottom: 60px;
  }
  .section-mt {
    margin-top: 60px;
  }
  p {
    font-size: 18px;
    line-height: 1.4;
  }
  header .header-wrapper .main-nav .menu .content-area {
    gap: 6px;
  }
  header .header-wrapper .main-nav .menu .content-area .wrapper {
    max-height: 436px;
  }
  header .header-wrapper .main-nav .menu .menu-item.active:first-child .tabs .tab-btn {
    font-size: 14px;
    padding: 18px 0;
    font-weight: normal;
  }
  header .header-wrapper .main-nav .menu .menu-item.active:first-child .tabs .tab-btn.active::before {
    width: 8px;
    height: 54%;
  }
  header .header-wrapper .main-nav .menu .menu-item.active:first-child .tabs .tab-panel.active .wrapper {
    gap: 14px;
  }
  header .header-wrapper .main-nav .menu .menu-item.active:first-child .tabs .category {
    font-size: 18px;
  }
  header .header-wrapper .main-nav .menu .menu-item.active:first-child .tabs #by-institution {
    margin-top: 42px;
  }
  header .header-wrapper .main-nav .menu .menu-item.active:first-child .tabs .by-degree {
    margin-top: 8px;
  }
  header .header-wrapper .main-nav .menu .course-card .course-name {
    font-size: 14px;
  }
  header .header-wrapper .main-nav .menu .course-card .duration {
    font-size: 12px;
  }
  .popup.search-filter {
    top: 29vw;
  }
}
@media (max-width: 992px) {
  .iti--container {
    z-index: 9999 !important;
  }
  .downloadForm .field-list .form-group {
    flex: 0 1 calc(50% - 24px);
  }
  footer .footer-container .footer-get-in-touch .get-in-touch .left.form {
    width: 100%;
  }
  footer .footer-container .footer-get-in-touch .get-in-touch .right {
    display: none;
  }
  .container {
    max-width: calc(100% - 8.4vw);
  }
  .section-title {
    font-size: 32px;
  }
  .section-title.big {
    font-size: 40px;
  }
  .section-mb {
    margin-bottom: 60px;
  }
  .section-mt {
    margin-top: 60px;
  }
  p {
    font-size: 18px;
    line-height: 1.4;
  }
  header {
    position: fixed;
    z-index: 9989;
    /* Menu Screens */
    /* Back Button */
  }
  header .header-mob-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px;
    background: #F7F6F6;
    border-radius: 15px;
    margin: 0 4.167vw;
  }
  header .header-mob-wrapper .logo {
    max-width: 170px;
  }
  header .header-mob-wrapper .mobile-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
  }
  header .mobile-menu {
    display: none;
    padding: 14px;
    background: #F7F6F6;
    border-radius: 16px;
    margin: 0 4.167vw;
    width: calc(100% - 8.4vw);
    margin-top: 6px;
    height: 100vh;
    max-height: calc(100vh - 180px);
    overflow: hidden;
    position: relative;
  }
  header .mobile-menu .search-bar {
    background-color: #fff;
    width: 100%;
    margin: 16px auto 8px;
    padding: 8px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 40px;
  }
  header .mobile-menu .search-bar img {
    margin-right: 10px;
  }
  header .mobile-menu .search-bar input {
    padding: 0;
    border: none;
    outline: none;
    flex: 1;
    font-size: 18px;
  }
  header .mobile-menu .search-bar input:focus {
    box-shadow: none;
  }
  header .mobile-menu .search-input::-moz-placeholder {
    color: rgba(21, 20, 25, 0.2);
  }
  header .mobile-menu .search-input::placeholder {
    color: rgba(21, 20, 25, 0.2);
  }
  header .mobile-menu ul {
    padding-left: 0;
  }
  header .hamburger {
    display: block;
  }
  header .screen {
    display: none;
  }
  header .screen-wrapper {
    overflow-y: auto;
    max-height: 100%;
    margin-right: -14px;
    padding-right: 14px;
  }
  header .mobile-menu.show .screen.menu-screen {
    display: block;
  }
  header .menu,
  header .submenu {
    list-style-type: none;
    margin: 0;
    padding: 0;
  }
  header .menu li,
  header .submenu li,
  header .subsubmenu li {
    list-style: none;
    color: #101010;
    font-size: 18px;
    padding: 24px 0px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    position: relative;
    cursor: pointer;
  }
  header .menu li:last-child,
  header .submenu li:last-child,
  header .subsubmenu li:last-child {
    border-bottom: 0;
  }
  header .menu li a,
  header .submenu li a,
  header .subsubmenu li a {
    color: inherit;
    display: block;
  }
  header .submenu li,
  header .subsubmenu li {
    background-color: #fff;
    border-radius: 20px;
    padding: 8px 12px;
    padding-top: 8px;
    cursor: pointer;
    font-size: 16px;
    margin-bottom: 16px;
  }
  header .submenu li::after,
  header .subsubmenu li::after {
    position: absolute;
    right: 8px;
    top: 16px;
    content: "";
    width: 9px;
    height: 5px;
    background: url("../images/icons/chevron-down-arrow.svg") center/cover no-repeat;
    transform: rotate(-90deg);
    display: inline-block;
  }
  header .submenu .institute-link {
    display: block;
  }
  header .menu-screen .menu .hasMobSubmenu::after {
    position: absolute;
    right: 0;
    top: 0;
    margin-top: 32px;
    content: "";
    width: 14px;
    height: 8px;
    background: url("../images/icons/chevron-down-arrow.svg") center/cover no-repeat;
    display: inline-block;
  }
  header .menu-screen .menu .hasMobSubmenu .submenu {
    display: none;
    margin-top: 24px;
  }
  header .menu-screen .menu .hasMobSubmenu.active::after {
    transform: rotate(180deg);
  }
  header .menu-screen .menu .hasMobSubmenu.active .submenu {
    display: block !important;
  }
  header .back-button {
    display: none;
    padding: 24px 0;
    justify-content: space-between;
    align-items: center;
  }
  header .back-button .back {
    display: flex;
    color: #101010;
    cursor: pointer;
    gap: 12px;
    align-items: flex-start;
    font-size: 18px;
    margin-bottom: 0;
  }
  header .back-button .back img {
    padding-top: 8px;
  }
  header .back-button .view-all-btn {
    font-size: 14px;
    color: #151419;
    border: 1px solid rgba(21, 20, 25, 0.6);
    border-radius: 50px;
    padding: 10px 12px;
    font-weight: 700;
    white-space: nowrap;
    display: inline-block;
    max-width: 100%;
    box-sizing: border-box;
    max-height: 40px;
  }
  header .screen.master-cards .back-button,
  header .screen.bachelor-cards .back-button,
  header .screen.certification-cards .back-button,
  header .screen.muj-cards .back-button,
  header .screen.mahe-cards .back-button,
  header .screen.smu-cards .back-button {
    padding: 24px 0 16px;
  }
  header .screen.active .back-button {
    display: flex;
  }
  header .cards-wrapper {
    padding: 0 0 10px;
  }
  header .cards-wrapper .course-card {
    background: #fff;
    color: #151419;
    padding: 40px 16px 16px;
    margin: 16px 0;
    border: 1px solid rgba(21, 20, 25, 0.1);
    border-radius: 20px;
    position: relative;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
  }
  header .cards-wrapper .course-card:first-child {
    margin-top: 0;
  }
  header .cards-wrapper .course-card .tag {
    position: absolute;
    top: 0px;
    left: 0px;
    background-color: #FDD900;
    color: #151419;
    font-size: 12px;
    font-weight: bold;
    padding: 8px 12px;
    border-radius: 3px;
    line-height: normal;
    border-radius: 16px 16px 16px 0;
    border: 1px solid rgba(21, 20, 25, 0.2);
  }
  header .cards-wrapper .course-card .title {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    color: inherit;
  }
  header .cards-wrapper .course-card .uni-name {
    font-size: 12px;
    color: #151419;
    font-weight: normal;
    margin-bottom: 12px;
    letter-spacing: 1.2px;
  }
  header .cards-wrapper .course-card .course-name {
    font-size: 18px;
    color: #151419;
    max-width: 80%;
  }
  header .cards-wrapper .course-card .short-name {
    font-size: 14px;
    color: #151419;
    padding: 4px 12px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 16px;
  }
  header .cards-wrapper .course-card .duration-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  header .cards-wrapper .course-card .duration {
    display: flex;
    color: inherit;
    font-size: 12px;
    letter-spacing: 1.2px;
    margin-bottom: 0;
    line-height: 1.4;
  }
  header .cards-wrapper .course-card .duration img {
    margin-right: 5px;
    width: 14px;
    height: 14px;
  }
  header .cards-wrapper .course-card:hover, header .cards-wrapper .course-card:focus {
    border: 1px solid #F26722;
  }
  header .cards-wrapper .course-card.muj:hover,
  header .cards-wrapper .course-card.muj:focus {
    border: 2px solid #CCC1FF;
  }
  header .cards-wrapper .course-card.mahe:hover,
  header .cards-wrapper .course-card.mahe:focus {
    border: 2px solid #A9D8FF;
  }
  header .cards-wrapper .course-card.smu:hover,
  header .cards-wrapper .course-card.smu:focus {
    border: 2px solid #BEFFFE;
  }
  header .cards-wrapper .course-card.muj .uni-name {
    color: #6254A4;
  }
  header .cards-wrapper .course-card.mahe .uni-name {
    color: #2F7EBF;
  }
  header .cards-wrapper .course-card.smu .uni-name {
    color: #117673;
  }
  header .screen.muj-cards.active .uni-name,
  header .screen.mahe-cards.active .uni-name,
  header .screen.smu-cards.active .uni-name {
    display: none;
  }
  header .submenu {
    display: none;
  }
  header .submenu.active {
    display: block;
  }
  header .show {
    display: block;
  }
  header .screen.filterSearch-screen .back-button {
    padding: 18px 0;
  }
  header .mobenroll-wrapper {
    padding: 24px 14px;
    background: #F7F6F6;
    border-radius: 0 0 20px 20px;
    margin: 0 4.167vw;
    position: fixed;
    bottom: 0;
    left: 0;
    width: calc(100% - 8.4vw);
  }
  header .mobenroll-wrapper .mobileEnrollBtn {
    width: 100%;
  }
  header .filterSearch-screen {
    background: transparent;
  }
  header .filterSearch-screen .search-bar {
    background-color: #fff;
    width: 100%;
    margin: 0 auto;
    padding: 8px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 40px;
    margin-bottom: 24px;
    position: relative;
  }
  header .filterSearch-screen .search-bar img {
    margin-right: 10px;
  }
  header .filterSearch-screen .close-btn {
    position: absolute;
    top: 20px;
    right: 24px;
    background: none;
    border: none;
    font-size: 1.8rem;
    color: #575757;
    cursor: pointer;
    line-height: 1;
    padding: 8px;
    transition: color 0.3s ease;
    font-weight: 500;
    background-image: url("../images/icons/close-icon.svg");
    background-repeat: no-repeat;
  }
  header .filterSearch-screen .search-container .course-tag {
    font-size: 14px;
    line-height: 1.4rem;
    color: #101010;
    background: #fff;
    font-weight: 500;
    padding: 6px 16px;
    margin-right: 8px;
    margin-bottom: 16px;
    display: inline-block;
    border-radius: 40px;
    border: 1px solid #ddd;
  }
  header .filterSearch-screen .search-container .tag {
    padding-bottom: 32px;
  }
  header .filterSearch-screen .search-container .section-heading {
    display: flex;
    align-items: center;
    gap: 12px;
    padding-bottom: 20px;
  }
  header .filterSearch-screen .search-container .section-heading .section-title {
    font-size: 20px;
    line-height: 1.4rem;
    font-weight: 500;
    color: #101010;
    margin: 0;
    margin-top: 6px;
  }
  header .filterSearch-screen .search-container .section-heading img {
    width: 40px;
  }
  header .filterSearch-screen .search-container .popular-courses {
    padding-bottom: 20px;
  }
  header .filterSearch-screen .search-container .popular-courses li {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 40px;
    padding: 8px 16px;
    cursor: pointer;
    font-size: 14px;
    margin-bottom: 16px;
    list-style: none;
  }
  header .filterSearch-screen .search-container .popular-courses li a {
    color: #101010;
  }
  header .filterSearch-screen .search-container .top-specialisations {
    padding-bottom: 32px;
  }
  header .filterSearch-screen .search-container .top-specialisations .specialization-headeing {
    font-size: 14px;
    line-height: 1rem;
  }
  header .filterSearch-screen .search-container .top-specialisations .specialisation-wrapper {
    display: flex;
    overflow-x: auto;
    white-space: nowrap;
    gap: 6px;
    margin-right: -14px;
  }
  header .filterSearch-screen .search-container .top-specialisations .specialisation-wrapper .specialisation-item {
    margin-right: 12px;
    min-width: 150px;
    flex-shrink: 0;
  }
  header .filterSearch-screen .search-container .top-specialisations .specialisation-wrapper .specialisation-course {
    display: flex;
    gap: 20px;
    align-items: center;
    background: #fff;
    padding: 12px;
    border-radius: 20px;
  }
  header .filterSearch-screen .search-container .top-specialisations .specialisation-wrapper .specialisation-course .specialization-title {
    font-size: 14px;
    line-height: 1.4rem;
    color: #151419;
    margin-bottom: 0;
  }
  header .filterSearch-screen .search-container .top-specialisations .specialisation-wrapper .specialisation-course img {
    width: 40px;
  }
  header .filterSearch-screen .search-container .top-specialisations .specialisation-wrapper::-webkit-scrollbar {
    display: none;
  }
  header .filterSearch-screen .search-container .faq .faq-wrapper {
    padding-top: 0px;
  }
  header .filterSearch-screen .search-container .faq .faq-wrapper .question {
    display: block;
    font-size: 14px;
    line-height: 1rem;
    font-weight: 400;
    padding: 8px 0;
    text-decoration: underline;
    pointer-events: none;
  }
  footer {
    margin-bottom: 58px;
  }
  footer .footer-container .footer-get-in-touch .get-in-touch {
    padding: 30px 0 50px 0;
  }
  footer .footer-container .footer-get-in-touch .get-in-touch .doodle {
    height: 500px;
  }
  footer .footer-container .footer-get-in-touch .get-in-touch .left {
    width: 60%;
    padding: 16px 0;
  }
  footer .footer-container .footer-get-in-touch .get-in-touch .left .question-text {
    font-size: 32px;
    line-height: 2.8rem;
    padding-bottom: 10px;
  }
  footer .footer-container .footer-get-in-touch .get-in-touch .left .description {
    font-size: 20px;
    line-height: 1.75rem;
    padding-bottom: 8px;
  }
  footer .footer-container .footer-get-in-touch .get-in-touch .right {
    width: unset;
    position: absolute;
    right: 0;
    top: unset;
    display: flex;
    justify-content: flex-end;
    bottom: 0;
  }
  footer .footer-container .footer-get-in-touch .get-in-touch .right img {
    max-height: 320px;
    min-height: unset;
  }
  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: 320px;
    max-height: unset;
  }
  footer .footer-container .footer-get-in-touch .footer-wrapper p {
    font-size: 18px;
    line-height: 1.575rem;
  }
  footer .footer-container .footer-get-in-touch .footer-wrapper .university-wrapper {
    display: flex;
    flex-direction: column;
    padding: 30px 22px;
  }
  footer .footer-container .footer-get-in-touch .footer-wrapper .university-wrapper .left {
    display: block;
    width: 100%;
  }
  footer .footer-container .footer-get-in-touch .footer-wrapper .university-wrapper .left .university-details:nth-of-type(1),
  footer .footer-container .footer-get-in-touch .footer-wrapper .university-wrapper .left .university-details:nth-of-type(2) {
    border-bottom: solid 1px rgba(0, 0, 0, 0.1019607843);
  }
  footer .footer-container .footer-get-in-touch .footer-wrapper .university-wrapper .left .university-details {
    display: flex;
    justify-content: space-between;
    gap: 156px;
    text-align: right;
    padding-top: 20px;
    padding-bottom: 0;
    width: 100%;
  }
  footer .footer-container .footer-get-in-touch .footer-wrapper .university-wrapper .left .university-details .uni-address {
    font-size: 18px;
    line-height: 1.563rem;
  }
  footer .footer-container .footer-get-in-touch .footer-wrapper .university-wrapper .right {
    width: 100%;
    display: flex;
    justify-content: left;
  }
  footer .footer-container .footer-get-in-touch .footer-wrapper .university-wrapper .right .social-media ul {
    gap: 10px;
  }
  footer .footer-container .footer-get-in-touch .footer-wrapper .university-wrapper .right .social-media ul li {
    padding: 10px;
  }
  footer .footer-container .footer-get-in-touch .footer-wrapper .course-wrapper {
    flex-direction: column;
    padding: 16px;
    gap: 0;
  }
  footer .footer-container .footer-get-in-touch .footer-wrapper .course-wrapper a {
    font-size: 18px;
    line-height: 1.125rem;
    padding: 6px 0;
  }
  footer .footer-container .footer-get-in-touch .footer-wrapper .course-wrapper h5 {
    margin-bottom: 0px;
  }
  footer .footer-container .footer-get-in-touch .footer-wrapper .course-wrapper .courses-row-1 {
    width: 100%;
    position: relative;
  }
  footer .footer-container .footer-get-in-touch .footer-wrapper .course-wrapper .courses-row-1 .footer-down-arrow::after {
    content: "";
    position: absolute;
    right: 0;
    top: unset;
    transform: translateY(20%);
    width: 33px;
    height: 33px;
    background-image: url("../images/footer-down-arrow.png");
    background-size: cover;
    background-repeat: no-repeat;
  }
  footer .footer-container .footer-get-in-touch .footer-wrapper .course-wrapper .courses-row-1 .footer-up-arrow::after {
    content: "";
    position: absolute;
    right: 0;
    top: unset;
    transform: translateY(20%);
    width: 33px;
    height: 34px;
    background-image: url("../images/footer-up-arrow.png");
    background-size: cover;
    background-repeat: no-repeat;
  }
  footer .footer-container .footer-get-in-touch .footer-wrapper .course-wrapper .courses-row-1 .title-text {
    font-size: 20px;
    line-height: 2rem;
  }
  footer .footer-container .footer-get-in-touch .footer-wrapper .course-wrapper .courses-row-1 .company {
    border-top: solid 1px rgba(0, 0, 0, 0.1019607843);
    padding: 22px 0;
  }
  footer .footer-container .footer-get-in-touch .footer-wrapper .course-wrapper .courses-row-1 .course-detail {
    padding-bottom: 0;
  }
  footer .footer-container .footer-get-in-touch .footer-wrapper .course-wrapper .courses-row-2 {
    flex-direction: column;
    position: relative;
    width: 100%;
    gap: 0;
  }
  footer .footer-container .footer-get-in-touch .footer-wrapper .course-wrapper .courses-row-2 .course-left {
    border-top: solid 1px rgba(0, 0, 0, 0.1019607843);
    padding: 22px 0;
  }
  footer .footer-container .footer-get-in-touch .footer-wrapper .course-wrapper .courses-row-2 .course-left .all-course {
    padding-bottom: 24px;
  }
  footer .footer-container .footer-get-in-touch .footer-wrapper .course-wrapper .courses-row-2 .course-detail {
    padding-bottom: 0;
  }
  footer .footer-container .footer-get-in-touch .footer-wrapper .course-wrapper .courses-row-2 .footer-down-arrow::after {
    content: "";
    position: absolute;
    right: 0;
    top: unset;
    transform: translateY(20%);
    width: 33px;
    height: 33px;
    background-image: url("../images/footer-down-arrow.png");
    background-size: cover;
    background-repeat: no-repeat;
  }
  footer .footer-container .footer-get-in-touch .footer-wrapper .course-wrapper .courses-row-2 .footer-up-arrow::after {
    content: "";
    position: absolute;
    right: 0;
    top: unset;
    transform: translateY(20%);
    width: 33px;
    height: 34px;
    background-image: url("../images/footer-up-arrow.png");
    background-size: cover;
    background-repeat: no-repeat;
  }
  footer .footer-container .footer-get-in-touch .footer-wrapper .course-wrapper .courses-row-2 .course-heading {
    font-size: 20px;
    line-height: 2rem;
  }
  footer .footer-container .footer-get-in-touch .footer-wrapper .course-wrapper .courses-row-2 .company {
    border-top: solid 1px rgba(0, 0, 0, 0.1019607843);
    padding: 22px 0;
  }
  footer .footer-container .footer-get-in-touch .footer-wrapper .course-wrapper .courses-row-2 .course-left {
    width: 100%;
  }
  footer .footer-container .footer-get-in-touch .footer-wrapper .course-wrapper .courses-row-2 .course-right {
    width: 100%;
  }
  footer .contact-details {
    flex-direction: column;
  }
  footer .contact-details .copy-right-text {
    font-size: 16px;
    line-height: 1rem;
    text-align: center;
    padding-top: 16px;
  }
  footer .contact-details .general-link {
    text-align: center;
    padding: 16px 0;
  }
  footer .contact-details .general-link a {
    font-size: 16px;
    line-height: 1rem;
  }
  footer.top-space {
    padding-top: 32px;
  }
  .formBlock .otp-verification-block .otp-info-block {
    width: 46%;
    gap: 19px;
    margin-bottom: 24px;
  }
  .formBlock .otp-verification-block .otp-info-block .editLink {
    align-self: end;
    padding-bottom: 4px;
  }
  .formBlock .otp-verification-block .otp-field {
    gap: 12px;
  }
  .formBlock .otp-verification-block #otpSection {
    width: 56%;
  }
  .formBlock .otp-verification-block #otpSection .resendOTPBlock span {
    font-size: 16px;
  }
  .formBlock .terms-condition {
    padding-top: 2%;
  }
  .breadcrumb {
    font-size: 20px;
  }
  .breadcrumb .separator {
    padding: 5px 6px;
  }
  .breadcrumb .breadcrumb_title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 20ch;
  }
  .pageTopSpace {
    padding-top: 150px;
  }
  .mobileWidgetBottom {
    display: none;
    position: fixed;
    bottom: 0px;
    left: 0px;
    right: 0px;
    z-index: 999;
  }
  .mobileWidgetBottom .mobileEnrollBtn {
    cursor: pointer;
    background: #F26722;
    display: flex;
    justify-content: center;
    font-weight: bold;
    align-items: center;
    font-size: 16px;
    padding: 18px 24px;
    color: #fff;
    text-decoration: none;
    letter-spacing: 1.2px;
  }
  #leadForm_popup .fields .form-group {
    flex: unset;
    width: 100%;
  }
  .floating-Widget {
    top: 20.6vw;
  }
}
@media (max-width: 767.98px) {
  footer .footer-container .footer-get-in-touch .footer-wrapper .university-wrapper .left .university-details .uni-address {
    width: 45%;
  }
  .container {
    max-width: 600px;
  }
  .section-mb {
    margin-bottom: 60px;
  }
  .section-mt {
    margin-top: 60px;
  }
  p {
    font-size: 16px;
    line-height: 1.4;
  }
  footer .footer-container .footer-get-in-touch .get-in-touch .left {
    width: 60%;
    padding: 16px 0;
  }
  footer .footer-container .footer-get-in-touch .get-in-touch .left .question-text {
    font-size: 6.667vw;
    line-height: 2.813rem;
    padding-bottom: 0px;
  }
  footer .footer-container .footer-get-in-touch .get-in-touch .left .description {
    font-size: 3.75vw;
    line-height: 1.625rem;
  }
  footer .footer-container .footer-get-in-touch .get-in-touch .right {
    width: unset;
    position: absolute;
    right: 0px;
    top: unset;
    display: flex;
    justify-content: flex-end;
    bottom: 0;
  }
  footer .footer-container .footer-get-in-touch .get-in-touch .right img {
    max-height: 248px;
    min-height: unset;
  }
  footer .footer-container .footer-get-in-touch .footer-wrapper p {
    font-size: 12px;
    line-height: 1.4rem;
  }
  footer .footer-container .footer-get-in-touch .footer-wrapper .university-wrapper {
    display: flex;
    flex-direction: column;
    padding: 16px;
  }
  footer .footer-container .footer-get-in-touch .footer-wrapper .university-wrapper .left {
    display: block;
    width: 100%;
  }
  footer .footer-container .footer-get-in-touch .footer-wrapper .university-wrapper .left .university-details:nth-of-type(1),
  footer .footer-container .footer-get-in-touch .footer-wrapper .university-wrapper .left .university-details:nth-of-type(2) {
    border-bottom: solid 1px rgba(0, 0, 0, 0.1019607843);
  }
  footer .footer-container .footer-get-in-touch .footer-wrapper .university-wrapper .left .university-details {
    display: flex;
    justify-content: space-between;
    gap: 80px;
    text-align: right;
    padding-top: 30px;
    padding-bottom: 0;
    width: 100%;
  }
  footer .footer-container .footer-get-in-touch .footer-wrapper .university-wrapper .left .university-details .uni-address {
    font-size: 12px;
    line-height: 1.063rem;
  }
  footer .footer-container .footer-get-in-touch .footer-wrapper .university-wrapper .right {
    width: 100%;
    display: flex;
    justify-content: center;
  }
  footer .footer-container .footer-get-in-touch .footer-wrapper .university-wrapper .right .social-media ul {
    gap: 10px;
  }
  footer .footer-container .footer-get-in-touch .footer-wrapper .university-wrapper .right .social-media ul li {
    padding: 10px;
  }
  footer .footer-container .footer-get-in-touch .footer-wrapper .course-wrapper {
    flex-direction: column;
    padding: 16px;
    gap: 0;
  }
  footer .footer-container .footer-get-in-touch .footer-wrapper .course-wrapper a {
    font-size: 14px;
    line-height: 1.125rem;
    padding: 6px 0;
  }
  footer .footer-container .footer-get-in-touch .footer-wrapper .course-wrapper h5 {
    margin-bottom: 0px;
  }
  footer .footer-container .footer-get-in-touch .footer-wrapper .course-wrapper .courses-row-1 {
    width: 100%;
    position: relative;
  }
  footer .footer-container .footer-get-in-touch .footer-wrapper .course-wrapper .courses-row-1 .title-text {
    font-size: 20px;
    line-height: 2.56rem;
  }
  footer .footer-container .footer-get-in-touch .footer-wrapper .course-wrapper .courses-row-1 .company {
    border-top: solid 1px rgba(0, 0, 0, 0.1019607843);
    padding: 22px 0;
  }
  footer .footer-container .footer-get-in-touch .footer-wrapper .course-wrapper .courses-row-1 .course-detail {
    padding-bottom: 0;
  }
  footer .footer-container .footer-get-in-touch .footer-wrapper .course-wrapper .courses-row-2 {
    flex-direction: column;
    position: relative;
    width: 100%;
    gap: 0;
  }
  footer .footer-container .footer-get-in-touch .footer-wrapper .course-wrapper .courses-row-2 .course-left {
    border-top: solid 1px rgba(0, 0, 0, 0.1019607843);
    padding: 22px 0;
  }
  footer .footer-container .footer-get-in-touch .footer-wrapper .course-wrapper .courses-row-2 .course-left .all-course {
    padding-bottom: 24px;
  }
  footer .footer-container .footer-get-in-touch .footer-wrapper .course-wrapper .courses-row-2 .course-detail {
    padding-bottom: 0;
  }
  footer .footer-container .footer-get-in-touch .footer-wrapper .course-wrapper .courses-row-2 .course-heading {
    font-size: 20px;
    line-height: 2.56rem;
  }
  footer .footer-container .footer-get-in-touch .footer-wrapper .course-wrapper .courses-row-2 .company {
    border-top: solid 1px rgba(0, 0, 0, 0.1019607843);
    padding: 22px 0;
  }
  footer .footer-container .footer-get-in-touch .footer-wrapper .course-wrapper .courses-row-2 .course-left {
    width: 100%;
  }
  footer .footer-container .footer-get-in-touch .footer-wrapper .course-wrapper .courses-row-2 .course-right {
    width: 100%;
  }
  footer .contact-details {
    flex-direction: column;
  }
  footer .contact-details .copy-right-text {
    font-size: 16px;
    line-height: 1rem;
    text-align: center;
    padding-top: 16px;
  }
  footer .contact-details .general-link {
    text-align: center;
    padding: 16px 0;
  }
  footer .contact-details .general-link a {
    font-size: 16px;
    line-height: 1rem;
  }
  header .header-mob-wrapper .mobile-nav .top-enroll:hover {
    transform: none;
  }
  .floating-Widget .call-block .call-no-strip {
    right: 48px;
  }
  .notice-text-parent .notice-text {
    animation-duration: 13s;
  }
  @keyframes marquee-animation {
    from {
      transform: translateX(100%);
    }
    to {
      transform: translateX(-160%);
    }
  }
}
[data-wpr-lazyrender] {
  content-visibility: unset !important;
}

@media (max-width: 575.98px) {
  .enquiry-block .btns {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    gap: 16px;
  }
  .combinedButtons {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #fff;
    gap: 12px;
    padding: 6px 12px;
  }
  .combinedButtons button {
    width: 50%;
    justify-content: center;
    border: 1px solid #F26722;
  }
  .breadcrumb .breadcrumb_title {
    font-size: 14px;
  }
  #downloadForm_popup {
    border-radius: 16px;
  }
  #downloadForm_popup .form-group:last-child {
    margin-bottom: 1rem;
  }
  footer .footer-container .footer-get-in-touch .footer-wrapper .course-wrapper .courses-row-2 .course-heading,
  footer .footer-container .footer-get-in-touch .footer-wrapper .course-wrapper .courses-row-1 .title-text {
    margin-bottom: 0px;
  }
  .formBlock h2 {
    max-width: 95%;
  }
  .formBlock h2.section-title {
    font-size: 24px !important;
  }
  #leadForm_popup .select2-container--default .select2-results > .select2-results__options {
    max-height: 200px;
  }
  footer .footer-container .footer-get-in-touch .footer-wrapper .university-wrapper .left .university-details .footer-logo {
    width: 50%;
  }
  footer .footer-container .footer-get-in-touch .get-in-touch .right img {
    max-height: 200px;
  }
  .popup {
    width: 95%;
  }
  footer .footer-container .footer-get-in-touch .get-in-touch .left .question-text,
  footer .footer-container .footer-get-in-touch .get-in-touch .left .description {
    line-height: 1.4;
  }
  .home-banner .banner-content span,
  .home-banner .banner-content span p {
    line-height: 1 !important;
  }
  .footerLeadForm .otp-verification-block .otp-info-block,
  .footerLeadForm .otp-verification-block #otpSection {
    width: 100% !important;
  }
  .formBlock .lead-submit,
  .formBlock .lsq-submit {
    width: 100% !important;
  }
  .formBlock .lead-submit .otpNumber,
  .formBlock .lsq-submit .otpNumber {
    display: block;
  }
  .formBlock .otp-verification-block #otpSection .otp-field input {
    max-width: 72px !important;
    height: 80px !important;
  }
  .footerLeadForm {
    padding: 0;
  }
  .footerLeadForm .field-list .form-group {
    flex: unset;
  }
  .downloadForm .field-list {
    gap: unset;
  }
  .downloadForm .field-list .form-group {
    width: 100%;
    flex: unset;
  }
  .downloadForm .terms-condition label {
    font-size: 14px;
  }
  footer .footer-container .footer-get-in-touch .get-in-touch .left.form,
  .footerLeadForm .otp-verification-block #otpSection,
  .footerLeadForm .field-list .form-group {
    width: 100% !important;
  }
  .formBlock .otp-verification-block #otpSection {
    margin-bottom: 50px;
  }
  .container {
    max-width: unset;
    padding: 0 20px;
  }
  .section-mb {
    margin-bottom: 50px;
  }
  .section-mt {
    margin-top: 50px;
  }
  .section-title {
    font-size: 28px;
  }
  .section-title.big {
    font-size: 6.667vw;
  }
  .wrapper {
    padding: 0 16px;
  }
  table {
    border: 0;
  }
  table td {
    text-align: left;
    padding: 8px 10px;
    border: 0;
    border-bottom: 1px solid #F7F6F6;
    position: relative;
  }
  table td:last-child {
    border-bottom: 0;
  }
  .popup .close-btn {
    top: 18px;
    right: 18px;
  }
  .select2-container--default .select2-selection--single .select2-selection__placeholder {
    font-size: 14px;
  }
  #leadForm_popup {
    border-radius: 15px !important;
    padding: 24px !important;
  }
  .formBlock {
    padding: 0;
  }
  .formBlock h5 {
    font-size: 24px;
    line-height: 1.2;
    width: 90%;
  }
  .formBlock .form-title {
    font-size: 24px;
    text-align: center;
  }
  .formBlock label,
  .formBlock input,
  .formBlock select {
    font-size: 16px !important;
    font-weight: 400;
  }
  .formBlock .otp-verification-block h5 {
    font-size: 24px;
  }
  .formBlock .otp-verification-block #otpSection {
    width: -moz-fit-content;
    width: fit-content;
  }
  .formBlock .otp-verification-block #otpSection .otp-field {
    gap: 16px;
  }
  .formBlock .otp-verification-block #otpSection .otp-field input {
    width: 100%;
    height: auto;
  }
  #leadForm_popup .fields,
  #enquiryForm_popup .fields {
    gap: unset;
  }
  #leadForm_popup .fields .form-group,
  #enquiryForm_popup .fields .form-group {
    width: 100%;
    flex: unset;
  }
  header .header-mob-wrapper .logo {
    max-width: 42vw;
  }
  header .header-mob-wrapper .mobile-nav .top-enroll {
    font-size: 3.333vw !important;
    padding: 2vw 6vw !important;
  }
  .floating-Widget {
    top: 164px;
  }
  .floating-Widget .call-block {
    padding: 8px 4px;
    display: flex;
    cursor: pointer;
  }
  .floating-Widget .call-block img {
    width: 28px !important;
    height: auto;
    margin: auto;
  }
  .floating-Widget .whatsup-block a {
    gap: 0;
    padding: 8px 4px;
  }
  .floating-Widget .whatsup-block a span {
    display: none;
  }
  .floating-Widget .whatsup-block a img {
    width: 28px;
    height: auto;
  }
  .floating-Widget .apply-now-block {
    padding: 8px 4px;
    width: 40px;
  }
  .floating-Widget .apply-now-block span {
    font-size: 20px;
  }
  footer .footer-container {
    overflow: hidden;
  }
  footer .footer-container .footer-get-in-touch .get-in-touch .doodle {
    height: 380px;
    -o-object-fit: cover;
       object-fit: cover;
    left: 50% !important;
    transform: translate(-50%, 0px);
    width: 200% !important;
  }
  footer .footer-container .footer-get-in-touch .get-in-touch.footerv2 .left {
    width: 100%;
  }
  footer .footer-container .footer-get-in-touch .get-in-touch.footerv2 .left .description {
    width: 60%;
  }
  footer .footer-container .footer-get-in-touch .get-in-touch.footerv2 .right img {
    width: 46vw;
  }
  footer .footer-container .footer-get-in-touch .get-in-touch.footerv3 .left {
    width: 80%;
  }
  footer .footer-container .footer-get-in-touch .get-in-touch.footerv3 .left .description {
    width: 60%;
  }
  footer .footer-container .footer-get-in-touch .get-in-touch.footerv3 .right img {
    width: 56vw;
  }
  .breadcrumb {
    margin-bottom: 20px;
    font-size: 16px;
  }
  .breadcrumb .separator {
    padding: 5px 6px;
  }
  .breadcrumb .separator img {
    width: 7px;
  }
  .pageTopSpace {
    padding-top: 120px;
  }
  .floating-Widget .whatsup-block {
    margin: 0px 0;
  }
}
@media (max-width: 460px) {
  .formBlock .otp-verification-block .otp-info-block {
    width: 80%;
  }
  header .header-mob-wrapper .mobile-nav .top-enroll {
    font-size: 12px !important;
    padding: 6px 12px !important;
  }
  header .mobile-menu.show .screen {
    margin-bottom: 30px;
    padding-bottom: 30px;
  }
}
@media (max-width: 390px) {
  footer .footer-container .footer-get-in-touch .get-in-touch .left .question-text {
    font-size: 24px !important;
  }
  .container {
    padding: 0 16px;
  }
  .section-mb {
    margin-bottom: 50px;
  }
  .section-mt {
    margin-top: 50px;
  }
  footer .footer-container .footer-get-in-touch .get-in-touch .left .question-text {
    font-size: 28px;
    line-height: 2rem;
  }
  footer .footer-container .footer-get-in-touch .get-in-touch .left .description {
    font-size: 14px;
    line-height: 1rem;
  }
  footer .footer-container .footer-get-in-touch .get-in-touch .right {
    right: -6px;
  }
  footer .footer-container .footer-get-in-touch .get-in-touch .right img {
    width: 184px;
  }
  footer .footer-container .footer-get-in-touch .footer-wrapper .university-wrapper .left .university-details {
    gap: 30px;
  }
}
@media (min-width: 1024px) and (max-width: 1280px) {
  .home-banner .banner-content span.univ-highlight {
    font-size: unset !important;
  }
  footer .footer-container .footer-get-in-touch .footer-wrapper .university-wrapper {
    padding: 32px;
  }
  footer .contact-details {
    padding: 1.042vw 0 2.313vw 0;
  }
  .formBlock h5 {
    font-size: 24px !important;
  }
  #leadForm_popup .fields {
    -moz-column-gap: 24px;
         column-gap: 24px;
  }
  .formBlock .terms-condition label {
    font-size: 14px;
  }
  .container {
    max-width: 1140px !important;
  }
  .section-mb {
    margin-bottom: 50px !important;
  }
  .section-mt {
    margin-top: 50px !important;
  }
  .section-title {
    font-size: 32px !important;
    line-height: 1.2 !important;
  }
  .home-banner .banner-content span,
  .home-banner .banner-content span p {
    font-size: 48px !important;
  }
  button,
  .primaryBtn {
    font-size: 14px;
  }
  p {
    font-size: 16px;
    line-height: 1.4;
  }
  footer .footer-container .footer-get-in-touch .footer-wrapper .course-wrapper,
  footer .footer-container .footer-get-in-touch .footer-wrapper .course-wrapper .courses-row-2 {
    gap: 60px;
  }
  .course-overview .course-overview-section .course-banner .course-overview-banner .banner-title {
    font-size: 32px !important;
  }
  footer .footer-container .footer-get-in-touch .get-in-touch .right img {
    max-height: 375px !important;
    min-height: unset !important;
  }
  footer .footer-container .footer-get-in-touch .get-in-touch .left {
    padding: 4.354vw 0 !important;
  }
  .faq .faq-details .accordion .accordion-item {
    margin-bottom: 20px !important;
  }
  .floating-Widget .whatsup-block {
    font-size: 18px;
  }
  .floating-Widget .call-block {
    padding: 0px;
  }
  .floating-Widget .whatsup-block a img {
    width: 20px;
  }
}
@media (min-width: 0px) and (max-width: 400px) {
  .section-mb {
    margin-bottom: 40px !important;
  }
  .section-mt {
    margin-top: 40px !important;
  }
  .section-title {
    font-size: 28px !important;
  }
  p {
    font-size: 16px;
    line-height: 1.4;
  }
  .formBlock h5 {
    font-size: 20px;
  }
  #leadForm_popup {
    padding: 20px;
  }
  footer .footer-container .footer-get-in-touch .get-in-touch .left .question-text span,
  .testimonial .testimonial-section .testi-wrap .content-wrap .name-course .name-wrapper .name {
    line-height: 1.2;
  }
  .top-online-course .find-right-course .right .quiz-link {
    font-size: 3.333vw !important;
  }
  footer .footer-container .footer-get-in-touch .footer-wrapper .university-wrapper .left .university-details {
    gap: 40px;
  }
  .top-online-course .top-online-course-section .wrapper-course .top-course-slider .line-item .course-wrapper .course-deatil {
    min-height: 75px !important;
  }
  .top-online-course .top-online-course-section .wrapper-course .top-course-slider .line-item .course-wrapper .course-deatil .course-name {
    font-size: 18px !important;
    line-height: 1.4 !important;
  }
  footer .footer-container .footer-get-in-touch .footer-wrapper .course-wrapper .courses-row-2 .company:last-child {
    padding-bottom: 0px;
  }
  .top-online-course .top-online-course-section .wrapper-course .top-course-slider .line-item .institute-name {
    font-size: 14px !important;
  }
  .testimonial .testimonial-section .testi-wrap .content-wrap .testimonial-desc {
    font-size: 16px !important;
  }
}/*# sourceMappingURL=style.css.map */