@font-face {
  font-family: "Inter";
  src: url("../fonts/inter.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/inter-italic.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter/static/Inter_18pt-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter/static/Inter_18pt-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter/static/Inter_18pt-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Sentient";
  src: url("../fonts/sentient.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Sentient";
  src: url("../fonts/Sentient_Complete/Fonts/WEB/fonts/Sentient-Italic.woff2") format("woff2"), url("../fonts/Sentient_Complete/Fonts/WEB/fonts/Sentient-Italic.woff") format("woff"), url("../fonts/Sentient_Complete/Fonts/WEB/fonts/Sentient-Italic.ttf") format("truetype");
  font-weight: 400;
  font-display: swap;
  font-style: italic;
}
@font-face {
  font-family: "Sentient";
  src: url("../fonts/Sentient_Complete/Fonts/WEB/fonts/Sentient-Light.woff2") format("woff2"), url("../fonts/Sentient_Complete/Fonts/WEB/fonts/Sentient-Light.woff") format("woff"), url("../fonts/Sentient_Complete/Fonts/WEB/fonts/Sentient-Light.ttf") format("truetype");
  font-weight: 300;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Sentient";
  src: url("../fonts/Sentient_Complete/Fonts/WEB/fonts/Sentient-LightItalic.woff2") format("woff2"), url("../fonts/Sentient_Complete/Fonts/WEB/fonts/Sentient-LightItalic.woff") format("woff"), url("../fonts/Sentient_Complete/Fonts/WEB/fonts/Sentient-LightItalic.ttf") format("truetype");
  font-weight: 300;
  font-display: swap;
  font-style: italic;
}
@font-face {
  font-family: "Sentient";
  src: url("../fonts/Sentient_Complete/Fonts/WEB/fonts/Sentient-Italic.woff2") format("woff2"), url("../fonts/Sentient_Complete/Fonts/WEB/fonts/Sentient-Italic.woff") format("woff"), url("../fonts/Sentient_Complete/Fonts/WEB/fonts/Sentient-Italic.ttf") format("truetype");
  font-weight: 400;
  font-display: swap;
  font-style: italic;
}
@font-face {
  font-family: "Sentient";
  src: url("../fonts/Sentient_Complete/Fonts/WEB/fonts/Sentient-Medium.woff2") format("woff2"), url("../fonts/Sentient_Complete/Fonts/WEB/fonts/Sentient-Medium.woff") format("woff"), url("../fonts/Sentient_Complete/Fonts/WEB/fonts/Sentient-Medium.ttf") format("truetype");
  font-weight: 500;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Sentient";
  src: url("../fonts/Sentient_Complete/Fonts/WEB/fonts/Sentient-MediumItalic.woff2") format("woff2"), url("../fonts/Sentient_Complete/Fonts/WEB/fonts/Sentient-MediumItalic.woff") format("woff"), url("../fonts/Sentient_Complete/Fonts/WEB/fonts/Sentient-MediumItalic.ttf") format("truetype");
  font-weight: 500;
  font-display: swap;
  font-style: italic;
}
@font-face {
  font-family: "Sentient";
  src: url("../fonts/Sentient_Complete/Fonts/WEB/fonts/Sentient-Bold.woff2") format("woff2"), url("../fonts/Sentient_Complete/Fonts/WEB/fonts/Sentient-Bold.woff") format("woff"), url("../fonts/Sentient_Complete/Fonts/WEB/fonts/Sentient-Bold.ttf") format("truetype");
  font-weight: 700;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Sentient";
  src: url("../fonts/Sentient_Complete/Fonts/WEB/fonts/Sentient-BoldItalic.woff2") format("woff2"), url("../fonts/Sentient_Complete/Fonts/WEB/fonts/Sentient-BoldItalic.woff") format("woff"), url("../fonts/Sentient_Complete/Fonts/WEB/fonts/Sentient-BoldItalic.ttf") format("truetype");
  font-weight: 700;
  font-display: swap;
  font-style: italic;
}
/* Start of Generic CSS */
html {
  scroll-behavior: smooth;
}

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

body {
  font-family: "Inter";
  font-size: 16px;
  line-height: 1.4;
  color: #fff;
  background: #000;
}

p,
button,
input,
textarea,
select {
  font-family: inherit;
}

.container {
  width: 100%;
  max-width: 1240px;
  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.4;
  margin-bottom: 20px;
  font-family: "Sentinent";
}

h1 {
  font-size: 36px;
  line-height: 1.5;
}

h2 {
  font-size: 28px;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 18px;
}

h5 {
  font-size: 16px;
}

h6 {
  font-size: 16px;
}

.section-title {
  font-family: "Inter";
  font-size: 18px;
  color: #C0B9B8;
  position: relative;
  padding-left: 20px;
}
.section-title span {
  font-family: "Sentient";
  font-size: inherit;
  font-style: italic;
  color: #fff;
}
.section-title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background: linear-gradient(100.09deg, #FB6406 0%, #F11812 46.76%, #500000 100%);
}

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

.pageTopSpace {
  padding-top: 128px;
}

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: #0A0A0A;
  text-decoration: none;
  cursor: pointer;
}

a:hover {
  color: #FEA61C;
}

ul,
ol {
  margin: 0 0 1rem 1.5rem;
  padding: 0;
  list-style-position: inside;
  line-height: 1.6;
}

.trans-button {
  position: relative;
  display: inline-block;
  background-color: transparent;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  padding: 14px 24px;
  text-decoration: none;
  border: 1px solid #fff;
  border-radius: 100px;
  cursor: pointer;
  display: flex;
  gap: 5px;
}
.trans-button img {
  align-self: center;
  width: 10px;
  height: auto;
}
.trans-button:hover {
  background-color: #fff;
  color: #000;
  border: 1px solid #fff;
  border-radius: 100px;
  position: relative;
  padding-right: 40px;
}
.trans-button:hover img {
  display: none;
}
.trans-button:hover::after {
  content: " ";
  width: 10px;
  height: 10px;
  position: absolute;
  right: 24px;
  background: url("../images/icons/view-arrow-black.svg") no-repeat;
  background-size: 100%;
  z-index: 1;
  margin-left: 5px;
  top: 18px;
}

.white-button {
  position: relative;
  background-color: #fff;
  display: inline-block;
  color: #000;
  font-size: 15px;
  font-family: "Inter";
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.2px;
  padding: 14px 55px 14px 18px;
  text-decoration: none;
  border-radius: 100px;
  border: 0;
  cursor: pointer;
  display: flex;
  gap: 10px;
  align-items: center;
  transition: transform 0.5s ease;
}
.white-button img {
  align-self: center;
  position: absolute;
  right: 5px;
  height: auto;
  transform: rotate(45deg) scale(1);
}
.white-button:hover img {
  transform: rotate(-23deg) scale(1);
}

.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;
}

.d-flex {
  display: flex;
}

.flex-column {
  flex-direction: column;
}

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: #FEA61C;
  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(10, 10, 10, 0.1);
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px transparent inset !important;
  -webkit-text-fill-color: #848484 !important;
  transition: background-color 5000s ease-in-out 0s;
}

input[value] {
  background-color: transparent !important;
}

.site-404 {
  text-align: center;
  padding: 100px 20px;
}
.site-404 .error-title {
  font-size: 48px;
  color: #d9534f;
  margin-bottom: 20px;
}
.site-404 .error-message {
  font-size: 18px;
  color: #666;
  margin-bottom: 30px;
}
.site-404 .btn-primary {
  display: inline-block;
  padding: 12px 24px;
  background-color: #FEA61C;
  color: #fff;
  border-radius: 4px;
  text-decoration: none;
}
.site-404 .btn-primary:hover {
  background-color: #E94205;
}
.site-404 .search-form-wrapper {
  margin-top: 40px;
}
.site-404 .search-form-wrapper input[type=search] {
  padding: 10px;
  font-size: 16px;
  width: 250px;
  max-width: 100%;
}
.site-404 .search-form-wrapper input[type=submit] {
  padding: 10px 16px;
  background-color: #FEA61C;
  color: #fff;
  border: none;
  cursor: pointer;
}
.site-404 .search-form-wrapper input[type=submit]:hover {
  background-color: #E94205;
}

.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;
}

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

.overlay.fullPagePopup {
  background-color: #050505;
  z-index: 9999;
}
.overlay.fullPagePopup::before {
  content: url(../images/home/overlay-left-bot.png);
  position: absolute;
  left: -5px;
  bottom: -11px;
}
.overlay.fullPagePopup::after {
  content: url(../images/home/overlay-top-right.png);
  position: absolute;
  right: -190px;
  top: 0;
  transform: rotate(0deg);
}

.thankyouMsg {
  display: flex;
  justify-content: center;
  padding: 24px;
  flex-direction: column;
}
.thankyouMsg p {
  font-weight: 300;
  font-size: 18px;
  color: #848484;
}

.enroll-form .thankyouMsg p {
  color: #fff;
}

.iti.iti--allow-dropdown {
  width: 100%;
}

.dependent-section {
  width: 100%;
  display: flex;
  align-items: end;
  flex-wrap: wrap;
  gap: 12px;
}
.dependent-section .form-group {
  flex: 0 1 calc(50% - 12px);
}
.dependent-section .form-group.full-width {
  flex: unset;
  width: 100%;
}

.select2-container {
  width: 100% !important;
}

.b2c-fields .select2.select2-container.select2-container--default.select2-container--below.select2-container--focus {
  width: 100% !important;
}

input:-internal-autofill-selected {
  background: transparent !important;
}

form .fields .form-group.dobBlock {
  flex: 1 0 calc(48% - 12px);
}

.custom-checkbox {
  position: relative;
  display: flex;
  gap: 8px;
  cursor: pointer;
  font-size: 14px;
  line-height: 1.4;
  color: #ccc;
}

.custom-checkbox a {
  color: #fff;
  text-decoration: underline;
}

.custom-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.custom-checkbox .checkmark {
  width: 16px;
  height: 16px;
  border: 1px solid #777;
  border-radius: 3px;
  background-color: transparent;
  display: inline-block;
  flex-shrink: 0;
  margin-top: 2px;
  transition: all 0.2s ease;
}

.custom-checkbox input:checked ~ .checkmark {
  background-color: #ccc;
  border-color: #ccc;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 14'><path fill='white' d='M5.5 11.5L1.5 7.5L2.9 6.1L5.5 8.7L11.1 3.1L12.5 4.5L5.5 11.5Z'/></svg>");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 12px;
}

.select2-results__option--disabled {
  display: none;
}

form .error {
  font-size: 14px;
  font-style: italic;
  color: #F11812 !important;
}
form .fields {
  display: flex;
  flex-wrap: wrap;
  column-gap: 12px;
  row-gap: 20px;
}
form .fields input,
form .fields textarea,
form .fields select {
  background: transparent;
  border-bottom: 1px solid rgba(66, 66, 66, 0.5);
  color: #848484;
  font-family: "Inter";
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.6;
}
form .fields input:focus,
form .fields select:focus,
form .fields textarea:focus {
  outline: none;
  border-color: rgba(66, 66, 66, 0.5);
  box-shadow: 0 2px 0 0 rgba(66, 66, 66, 0.5);
}
form .fields .form-group {
  overflow: hidden;
  flex: 1 0 calc(50% - 12px);
}
form .fields .form-group.full-width {
  flex: 1 0 calc(100% - 12px);
}
form .fields .terms-condition {
  display: flex;
  align-items: baseline;
  padding: 0;
}
form .fields .terms-condition input {
  margin: 0 12px 0 0;
  width: auto;
}
form .fields .terms-condition label {
  color: #848484;
  font-size: 14px;
}
form .select2-container--default .select2-selection--single {
  background: transparent;
  border: none;
  border-bottom: 1px solid rgba(66, 66, 66, 0.5);
  padding: 14px 12px;
  height: auto;
}
form .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #848484;
  font-family: "Inter";
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.3;
  padding-left: 0;
}
form .select2-container--default .select2-selection--single .select2-selection__rendered .select2-selection__placeholder {
  color: #848484;
}
form .select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 13px;
}
form .select2-container--default .select2-selection--single .select2-selection__arrow b {
  background-image: url("../images/icons/arrow-down.png");
  background-size: 100%;
  background-repeat: no-repeat;
  border: none;
  height: 10px;
  width: 10px;
}
form .select2-container--open .select2-selection--single .select2-selection__arrow b {
  transform: rotate(180deg);
}
form .tell-us {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.iti__selected-flag {
  height: unset !important;
  padding: 14px 6px 14px 8px !important;
}

.formBlock #leadForm h3.section-title,
.formBlock #leadForm .section-title,
.formBlock #partnerForm h3.section-title,
.formBlock #partnerForm .section-title,
.formBlock #grievanceForm h3.section-title,
.formBlock #grievanceForm .section-title,
.formBlock #enrollForm h3.section-title,
.formBlock #enrollForm .section-title,
.formBlock #enquiryForm h3.section-title,
.formBlock #enquiryForm .section-title {
  font-family: "Sentient";
  font-style: italic;
  font-weight: 400;
  font-size: 24px;
  line-height: 1.6;
  color: #FFFFFF;
  padding-left: 0px;
}
.formBlock #leadForm .section-title::before,
.formBlock #partnerForm .section-title::before,
.formBlock #grievanceForm .section-title::before,
.formBlock #enrollForm .section-title::before,
.formBlock #enquiryForm .section-title::before {
  background: none;
}

.select2-results > .select2-results__options {
  background: #0E0E0E;
}

.select2-selection__rendered {
  line-height: 1.6;
}

.select2-results__option {
  padding: 10px 22px !important;
  color: #C0B9B8;
  font-size: 15px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1019607843);
}

.select2-dropdown {
  border: none !important;
  background-color: #0E0E0E;
  border-radius: 8px !important;
  overflow: hidden;
}

.select2-container--default .select2-results > .select2-results__options .select2-dropdown {
  background-color: #0E0E0E !important;
  z-index: 99999;
}

.select2-dropdown {
  z-index: 9999 !important;
}

.popup {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 45%;
  height: auto;
  max-height: 90%;
  overflow: hidden;
  overflow-x: clip;
  overflow-y: visible;
  background: rgba(0, 0, 0, 0.12);
  backdrop-filter: blur(16px);
  border: 1px solid #999999;
  padding: 24px;
  border-radius: 12px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  z-index: 9998;
}
.popup .section-title {
  font-family: "Sentient";
  font-style: italic;
  font-weight: 400;
  font-size: 24px;
  line-height: 1.5;
  color: #FFFFFF;
  padding-left: 0px;
}
.popup .section-title::before {
  background: none;
}
.popup .title-desc {
  font-size: 16px;
}
.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;
  background-image: url(../images/icons/close-icon.svg);
  background-repeat: no-repeat;
  border: 1px solid #fff;
  border-radius: 100px;
  background-position: center;
  padding: 20px 20px;
}
.popup .close-btn:hover {
  color: #FEA61C;
}

.popup.fullPagePopup {
  z-index: 9999;
}

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

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

.tabs .tab-btn {
  color: #424242;
  border: none;
  background: none;
  font-style: normal;
  text-align: left;
  font-family: "Inter";
  font-weight: 400;
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0.4px;
  cursor: pointer;
  border-bottom: 1px solid #424242;
  height: 42px;
}
.tabs .tab-btn.active {
  border-bottom: 1px solid #fff;
  color: #fff;
  font-style: italic;
  font-family: "Sentient";
}

footer {
  background: url("../images/footer-background.svg") no-repeat;
  background-position: bottom;
  background-size: cover;
}
footer .footer-wrapper {
  padding-bottom: 36px;
  padding-top: 74px;
  position: relative;
  overflow: hidden;
}
footer .footer-wrapper .footer-container {
  display: flex;
  justify-content: space-between;
  padding-bottom: 108px;
  position: relative;
}
footer .footer-wrapper .footer-container .left .wrapper-footer .footer-links {
  display: flex;
  gap: 68px;
}
footer .footer-wrapper .footer-container .left .wrapper-footer .footer-links .links {
  display: flex;
  flex-direction: column;
}
footer .footer-wrapper .footer-container .left .wrapper-footer .footer-links .links .footer-url {
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.4;
  padding-bottom: 22px;
}
footer .footer-wrapper .footer-container .left .wrapper-footer .footer-links .links .footer-program {
  display: flex;
  gap: 68px;
}
footer .footer-wrapper .footer-container .left .wrapper-footer .footer-links .links .footer-program .program-links {
  display: flex;
  flex-direction: column;
}
footer .footer-wrapper .footer-container .left .wrapper-footer .footer-links .link-title {
  font-size: 18px;
  line-height: 1.3;
  font-family: "Sentient";
  padding-bottom: 22px;
  color: #C0B9B8;
  font-style: italic;
}
footer .footer-wrapper .footer-container .left .wrapper-footer .footer-links .hide-title {
  color: transparent;
}
footer .footer-wrapper .footer-container .right {
  z-index: 26;
  position: absolute;
  right: 0;
  bottom: -70px;
}
footer .footer-wrapper .footer-container .right .social-icons {
  z-index: 4;
  position: relative;
  animation: fadeInRight 1s ease-in-out;
}
footer .footer-wrapper .footer-container .right .social-icons .social-img {
  width: 44px;
  height: auto;
  margin-bottom: 32px;
}
footer .footer-wrapper .footer-container .right .top-arrow {
  position: absolute;
  top: -44px;
  right: -34px;
  width: 237px;
  transform: rotate(-2deg);
  z-index: 2;
}
footer .footer-wrapper .site-info {
  position: relative;
}
footer .footer-wrapper .site-info .site-logo {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border-bottom: 1px solid rgba(192, 185, 184, 0.5);
  gap: 18px;
  padding-bottom: 24px;
}
footer .footer-wrapper .site-info .site-logo .unext-logo {
  height: 38px;
}
footer .footer-wrapper .site-info .site-logo .manipal-logo {
  width: 200px;
  height: auto;
  border-left: 1px solid rgba(192, 185, 184, 0.5);
  padding-left: 18px;
}
footer .footer-wrapper .site-info .base-footer {
  display: flex;
  justify-content: space-between;
  padding-top: 26px;
}
footer .footer-wrapper .site-info .base-footer .common-links {
  display: flex;
  align-items: center;
}
footer .footer-wrapper .site-info .base-footer .common-links a {
  font-size: 12px;
  color: #C0B9B8;
  border-right: 2px solid #c0b9b8;
  padding: 0 10px;
  font-weight: 300;
}
footer .footer-wrapper .site-info .base-footer .common-links a:last-child {
  border-right: 0;
}
footer .footer-wrapper .site-info .base-footer .common-links .right-links a:first-child {
  padding-left: 0;
}
footer .footer-wrapper .site-info .base-footer .common-links .contact-us {
  border-right: unset;
}
footer .footer-wrapper .site-info .base-footer .copy-right {
  color: #C0B9B8;
  font-size: 12px;
  font-weight: 300;
  margin-bottom: 0;
}
footer .footer-wrapper .fade-up {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.2s ease-in-out, transform 0.2s ease-in-out;
}
footer .footer-wrapper .fade-up.visible {
  opacity: 1;
  transform: translateY(0);
}
footer .footer-wrapper .fade-right {
  opacity: 0;
  transform: translateX(20px);
  transition: opacity 0.2s ease-in-out, transform 0.2s ease-in-out;
}
footer .footer-wrapper .fade-right.visible {
  opacity: 1;
  transform: translateX(0);
}

header {
  position: fixed;
  top: 0;
  z-index: 9989;
  width: 100%;
  pointer-events: none;
}
header .header-wrapper {
  position: relative;
  width: 933px;
  margin: 20px auto;
  border-radius: 100px;
  padding: 12px 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  pointer-events: auto;
}
header .header-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  backdrop-filter: blur(24px);
  background: rgba(42, 42, 42, 0.4);
  width: 933px;
  height: 62px;
  margin: 20px auto;
  border-radius: 100px;
  z-index: -1;
  pointer-events: none;
}
header .header-wrapper .logo-wrapper {
  display: flex;
  gap: 14px;
  align-items: center;
}
header .header-wrapper .logo.bfsi img {
  width: 100px;
}
header .header-wrapper .logo.unext {
  padding: 0 14px;
  height: 24px;
  border-right: 1px solid #848484;
}
header .header-wrapper .logo.unext img {
  width: 70px;
  vertical-align: middle;
  padding: 3px 0;
}
header .header-wrapper .trans-button {
  padding: 10px 16px;
  font-size: 11px;
  letter-spacing: 0.17px;
}
header .header-wrapper .trans-button img {
  width: 5px;
  height: 5px;
}
header .header-wrapper .trans-button:hover {
  background-color: #fff;
  color: #000;
  border: 1px solid #fff;
  border-radius: 100px;
  position: relative;
  padding-right: 26px;
}
header .header-wrapper .trans-button:hover::after {
  content: " ";
  width: 6px;
  height: 6px;
  right: 14px;
  top: 13px;
  background-size: 100%;
}
header .header-wrapper .main-menu {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: -0.17px;
  display: flex;
  gap: 36px;
}
header .header-wrapper .main-menu .menu-item {
  color: #f3f3f3;
  text-decoration: none;
}
header .header-wrapper .main-menu .dropdown-menu {
  display: flex;
  position: relative;
  cursor: pointer;
}
header .header-wrapper .main-menu .dropdown-menu .dropdown-wrapper {
  display: flex;
  gap: 6px;
  align-items: center;
}
header .header-wrapper .main-menu .dropdown-menu .dropdown-wrapper .arrow-up {
  transform: rotate(0);
}
header .header-wrapper .main-menu .dropdown-menu .dropdown-wrapper.active .arrow-up {
  transform: rotate(180deg);
}
header .header-wrapper .main-menu .dropdown-menu .dropdown-content {
  display: flex;
  display: none;
  flex-direction: column;
  position: absolute;
  top: 52px;
  z-index: 1;
  width: 340px;
  color: #f3f3f3;
}
header .header-wrapper .main-menu .dropdown-menu .dropdown-content::before {
  content: "";
  position: absolute;
  border-radius: 20px;
  width: 100%;
  height: 100%;
  padding: 1px;
  background: linear-gradient(120.79deg, rgba(255, 255, 255, 0.56) 3.3%, rgba(153, 153, 153, 0.32) 51.34%, rgba(255, 255, 255, 0.56) 97.56%);
  -webkit-mask: linear-gradient(#fff, #fff) content-box, linear-gradient(#fff, #fff);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  z-index: -1;
}
header .header-wrapper .main-menu .dropdown-menu .dropdown-content::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(42, 42, 42, 0.4);
  backdrop-filter: blur(100px);
  z-index: -2;
  border-radius: 19px;
}
header .header-wrapper .main-menu .dropdown-menu .dropdown-content .submenu-link,
header .header-wrapper .main-menu .dropdown-menu .dropdown-content .submenu-heading {
  display: block;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding: 20px 32px;
  color: #C0B9B8;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0;
}
header .header-wrapper .main-menu .dropdown-menu .dropdown-content .submenu-link:hover,
header .header-wrapper .main-menu .dropdown-menu .dropdown-content .submenu-heading:hover {
  color: #fff;
}
header .header-wrapper .main-menu .dropdown-menu .dropdown-content .submenu-link:last-child,
header .header-wrapper .main-menu .dropdown-menu .dropdown-content .submenu-heading:last-child {
  border: 0;
}
header .header-wrapper .main-menu .dropdown-menu .dropdown-content .submenu-heading {
  font-family: "Sentient";
  color: #fff;
  cursor: default;
}
header .header-wrapper .main-menu .dropdown-menu .dropdown-content .submenu-heading a {
  color: inherit;
  font-style: inherit;
}
header .header-wrapper .main-menu .dropdown-menu .dropdown-content .dropdown-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
header .header-wrapper .main-menu .dropdown-menu .dropdown-content .dropdown-item:last-child {
  border-bottom: 0;
}
header .header-wrapper .main-menu .dropdown-menu .dropdown-content .dropdown-item .dropdown-item-header {
  padding: 20px 32px;
  color: #C0B9B8;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
header .header-wrapper .main-menu .dropdown-menu .dropdown-content .dropdown-item .dropdown-item-content {
  padding: 0 22px 20px 32px;
  display: none;
  position: relative;
  color: #C0B9B8;
  font-size: 0.9rem;
}
header .header-wrapper .main-menu .dropdown-menu .dropdown-content .dropdown-item .dropdown-item-content .description {
  color: #C0B9B8;
  letter-spacing: 0;
  margin-bottom: 12px;
  margin-right: 40px;
  display: block;
  font-size: 12px;
}
header .header-wrapper .main-menu .dropdown-menu .dropdown-content .dropdown-item .dropdown-item-content .description:last-child {
  margin-bottom: 0;
}
header .header-wrapper .main-menu .dropdown-menu .dropdown-content .dropdown-item .dropdown-item-content .description:hover {
  color: #fff;
}
header .header-wrapper .main-menu .dropdown-menu .dropdown-content .dropdown-item .dropdown-item-content .redirection-link {
  position: absolute;
  right: 22px;
  bottom: 20px;
  text-decoration: none;
}
header .header-wrapper .main-menu .dropdown-menu .dropdown-content .dropdown-item.active .dropdown-item-content {
  display: block;
}
header .header-wrapper .main-menu .dropdown-menu .dropdown-content .dropdown-item.active .dropdown-item-header {
  color: #fff;
  padding-bottom: 10px;
  font-family: "Sentient";
  font-style: italic;
  letter-spacing: 0;
}
header .header-wrapper .main-menu .dropdown-menu .dropdown-content .dropdown-item.active .dropdown-item-header img {
  transform: rotate(180deg);
}
header .header-wrapper .main-menu .resources-dropdown .dropdown-content {
  width: 248px;
}
header .header-wrapper .search-wrapper {
  display: flex;
  align-items: center;
  gap: 12px;
}
header .header-wrapper .search-wrapper .search-menu {
  height: 17px;
  cursor: pointer;
}

body.page-template-home header.animate-slide1 {
  visibility: hidden;
}
body.page-template-home header.animate-slide1 .header-wrapper::after,
body.page-template-home header.animate-slide1 .header-mob-wrapper {
  opacity: 0;
  backdrop-filter: none;
}
body.page-template-home header.animate-slide1.animate-now {
  animation: headeropacity 1s ease-out 0s forwards;
}
body.page-template-home header.animate-slide1.animate-now .header-wrapper::after {
  backdrop-filter: none;
  animation: headerMove 1s ease-out 0s forwards;
}
body.page-template-home header.animate-slide1.animate-now .header-mob-wrapper {
  backdrop-filter: none;
  animation: headerMove 1s ease-out 0.8s forwards;
}

.search-filter {
  background: rgba(0, 0, 0, 0.45);
  border-radius: 20px;
  padding: 26px 28px;
  overflow: hidden;
  top: 40%;
  width: 60%;
}
.search-filter .search-bar {
  background: transparent;
  max-width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1px solid #ddd;
  border-radius: 40px;
  position: relative;
  margin-bottom: 32px;
}
.search-filter .search-bar input {
  background-color: transparent;
  font-size: 14px;
  color: #C0B9B8;
  border: none;
  outline: none;
  box-shadow: none;
  padding: 14px 16px;
}
.search-filter .search-bar img {
  width: 24px;
  height: auto;
  margin-right: 28px;
}
.search-filter .search-container {
  border: 1px solid #fff;
  border-radius: 20px;
  padding: 10px 0;
}
.search-filter .search-container .search-wrapper {
  max-height: 26vw;
  overflow-y: auto;
}
.search-filter .search-container .search-wrapper .card-details {
  display: flex;
  justify-content: space-between;
  padding: 10px 32px;
  border-bottom: 1px solid;
  border-image-source: linear-gradient(120.79deg, rgba(255, 255, 255, 0.56) 3.3%, rgba(153, 153, 153, 0.32) 51.34%, rgba(255, 255, 255, 0.56) 97.56%);
  border-image-slice: 1;
  border-image-repeat: stretch;
  align-items: center;
}
.search-filter .search-container .search-wrapper .card-details .card-right .title {
  font-family: "Sentient";
  font-size: 14px;
  line-height: 1.4;
  font-weight: 400;
  color: #F3F3F3;
}
.search-filter .search-container .search-wrapper .card-details .card-right .subtitle {
  font-size: 12px;
  line-height: 1.4;
  font-weight: 300;
  color: #C0B9B8;
}
.search-filter .search-container .search-wrapper .card-details .card-left img {
  width: 32px;
  height: auto;
}
.search-filter .search-container .card-details:last-child {
  border-bottom: none;
}
.search-filter ::-webkit-scrollbar {
  width: 0px;
}
.search-filter ::-webkit-scrollbar-track {
  background: transparent;
}
.search-filter ::-webkit-scrollbar-thumb {
  background: rgba(10, 10, 10, 0.1);
  border-radius: 10px;
}
.search-filter ::-webkit-scrollbar-thumb:hover {
  background: #555;
}

@keyframes headeropacity {
  to {
    visibility: visible;
  }
}
@keyframes headerMove {
  to {
    opacity: 1;
    backdrop-filter: blur(32px);
  }
}
.loader {
  position: fixed;
  height: 100%;
  width: 100%;
  background: #000;
  z-index: 9999;
}
.loader .loader-img-block {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 50%;
}
.loader .loader-img-block img {
  margin: auto;
}

.slick-pagination-short {
  position: relative;
  display: flex;
  justify-content: end;
  align-items: center;
  gap: 10px;
  margin-top: 32px;
  font-family: "Inter", sans-serif;
  font-size: 12px;
  color: #ffffff;
  height: 100px;
}
.slick-pagination-short::before {
  content: "";
  position: absolute;
  bottom: -6px;
  height: 2px;
  width: 200px;
  background: rgba(255, 255, 255, 0.1215686275);
  border-radius: 2px;
  top: 78px;
}
.slick-pagination-short .number {
  position: relative;
  cursor: pointer;
  font-weight: 500;
  opacity: 0.6;
  transition: opacity 0.3s ease;
  margin: 0 42px;
  font-size: 16px;
}
.slick-pagination-short .current {
  opacity: 1;
}
.slick-pagination-short .current::after {
  content: "";
  position: absolute;
  bottom: -6px;
  left: -28px;
  right: 0;
  height: 2px;
  background: #ffffff;
  border-radius: 2px;
  width: 80px;
  top: 40px;
}
.slick-pagination-short .divider {
  pointer-events: none;
  user-select: none;
  opacity: 0.4;
}

.hdfc .hdfc-bg {
  background-color: #10498B;
}
.hdfc-footer-gradient,
.hdfc-life-footer-gradient {
  background: linear-gradient(to top, rgb(0, 76, 143) 0%, rgba(0, 76, 143, 0.85) -2%, rgba(0, 76, 143, 0.5) 24%, rgba(1, 11, 20, 0.07) 80%);
  backdrop-filter: blur(500px);
}

.axis-young-footer-gradient {
  background: linear-gradient(to top, rgb(151, 20, 77) 0%, rgba(151, 20, 77, 0.85) -2%, rgba(151, 20, 77, 0.5) 24%, rgba(1, 11, 20, 0.07) 80%);
  backdrop-filter: blur(500px);
}

.idfc-footer-gradient {
  background: linear-gradient(to top, rgb(156, 29, 38) 0%, rgba(156, 29, 38, 0.85) -2%, rgba(156, 29, 38, 0.5) 24%, rgba(1, 11, 20, 0.07) 80%);
  backdrop-filter: blur(500px);
}

.kotak-footer-gradient {
  background: linear-gradient(to top, rgb(238, 28, 35) 0%, rgba(238, 28, 35, 0.85) -2%, rgba(238, 28, 35, 0.8) 24%, rgba(1, 11, 20, 0.07) 80%);
  backdrop-filter: blur(500px);
}

.equitas-footer-gradient {
  background: linear-gradient(to top, rgb(28, 69, 138) 0%, rgba(28, 69, 138, 0.35) -2%, rgba(28, 69, 138, 0.3) 24%, rgba(1, 11, 20, 0.04) 80%);
  backdrop-filter: blur(500px);
}

.tata-footer-gradient {
  background: linear-gradient(to top, rgb(5, 92, 171) 0%, rgba(5, 92, 171, 0.35) -2%, rgba(5, 92, 171, 0.3) 24%, rgba(1, 11, 20, 0.07) 80%);
  backdrop-filter: blur(500px);
}

.mahidra-footer-gradient {
  background: linear-gradient(to top, rgb(227, 24, 55) 0%, rgba(227, 24, 55, 0.85) -2%, rgba(227, 24, 55, 0.8) 24%, rgba(1, 11, 20, 0.07) 80%);
  backdrop-filter: blur(500px);
}

select {
  background: #0A0A0A url(../images/otp-gradient.webp) no-repeat center center;
  background-size: cover;
}

.otp-verification-block p {
  color: #848484;
  font-size: 16px;
}
.otp-verification-block #otpSection {
  width: fit-content;
  margin-bottom: 100px;
  width: fit-content;
}
.otp-verification-block .otp-wrap input[type=number] {
  -moz-appearance: textfield;
}
.otp-verification-block .otp-wrap input[type=number]::-webkit-outer-spin-button,
.otp-verification-block .otp-wrap input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.otp-verification-block .resendOTPBlock {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.otp-verification-block .otp-field {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: fit-content;
  gap: 12px;
  margin-bottom: 32px;
}
.otp-verification-block .otp-field input {
  width: 72px;
  height: 80px;
  border-radius: 8px;
  text-align: center;
  background: transparent;
  border: 1px solid #fff;
  color: #fff;
}
.otp-verification-block .otp-field.success input {
  border: 1px solid #4CAF50;
  color: #4CAF50;
}
.otp-verification-block .otp-field.error input {
  border: 1px solid #F11812;
  color: #F11812;
}
.otp-verification-block .otp-info-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: fit-content;
  gap: 16px;
  margin-bottom: 2rem;
}
.otp-verification-block .otp-info-block p {
  margin-bottom: 0px;
}
.otp-verification-block .otp-info-block .editLink {
  font-weight: bold;
  font-size: 14px;
  cursor: pointer;
}
.otp-verification-block #resendOtpBtn {
  font-size: 14px;
  cursor: pointer;
  padding: 4px;
  color: #fff;
  background: transparent;
  border: none;
  box-shadow: none;
}
.otp-verification-block #resendOtpBtn:hover {
  border: unset;
}

.page-template-default,
.post-template-default,
body.default-pages {
  position: relative;
  background-position: right top;
}
.page-template-default header.entry-header,
.post-template-default header.entry-header,
body.default-pages header.entry-header {
  position: relative;
  z-index: 0;
}
.page-template-default h1,
.post-template-default h1,
body.default-pages h1 {
  font-style: italic;
  font-weight: 400;
  font-family: "Sentient";
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1215686275);
  max-width: 1100px;
}
.page-template-default h2,
.post-template-default h2,
body.default-pages h2 {
  font-size: 24px;
  color: #fff;
}
.page-template-default p,
.page-template-default .entry-content,
.post-template-default p,
.post-template-default .entry-content,
body.default-pages p,
body.default-pages .entry-content {
  font-size: 16px;
  font-weight: 400;
  color: #C0B9B8;
}
.page-template-default .wp-block-separator,
.post-template-default .wp-block-separator,
body.default-pages .wp-block-separator {
  margin: 60px 0;
  border: 0.8px solid rgba(255, 255, 255, 0.12);
}

.post-template-default h5 {
  font-size: 24px;
  color: #fff;
}

body.default-pages::before,
.post-template-default::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-position: top;
  background-size: 100% !important;
}
body.default-pages::after,
.post-template-default::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  background-position: top;
  background-size: 100% !important;
}

body.default-pages::before,
.post-template-default::before {
  background: url("../images/contact-curve-left.png") no-repeat;
  width: 14%;
  height: 40%;
}
body.default-pages::after,
.post-template-default::after {
  background: url("../images/contact-curve-right.png") no-repeat;
  width: 20%;
  height: 25%;
}

.desktopBottomWidget {
  display: flex;
  position: fixed;
  bottom: 4%;
  right: 3%;
  z-index: 1;
}
.desktopBottomWidget .mobileCourseAdvisorBtn {
  display: flex;
  align-items: center;
  cursor: pointer;
  z-index: 99;
  padding: 10px 9px;
  color: #FFF;
  font-family: "Inter";
  font-weight: 600;
  font-size: 16px;
  line-height: 1;
  border-radius: 100px;
  border: 1px solid rgba(136, 131, 131, 0.4);
  background: linear-gradient(135.33deg, rgba(42, 42, 42, 0.32) 15.14%, rgba(144, 143, 143, 0.16) 47.11%, rgba(42, 42, 42, 0.32) 83.7%);
  backdrop-filter: blur(34px);
}
.desktopBottomWidget .mobileCourseAdvisorBtn .btn-text {
  max-width: 0;
  opacity: 0;
  overflow: hidden;
  white-space: nowrap;
  transition: max-width 0.4s ease, opacity 0.3s ease, margin 0.3s ease;
  font-family: Inter;
  font-weight: 600;
  font-size: 12px;
  line-height: 1;
  letter-spacing: -0.24px;
  text-align: center;
  vertical-align: middle;
  text-transform: capitalize;
}
.desktopBottomWidget .mobileCourseAdvisorBtn img {
  flex-shrink: 0;
  width: 32px;
}
.desktopBottomWidget .mobileCourseAdvisorBtn:hover .btn-text {
  max-width: 200px;
  opacity: 1;
  margin-right: 8px;
}

@media (max-width: 575.98px) {
  .container {
    max-width: unset;
    padding: 0 20px;
  }
  h1 {
    font-size: 32px;
  }
  h2 {
    font-size: 22px;
  }
  h3 {
    font-size: 20px;
  }
  h4 {
    font-size: 24px;
  }
  h5 {
    font-size: 22px;
  }
  h6 {
    font-size: 20px;
  }
  .section-title {
    font-size: 18px;
  }
  .section-mb {
    margin-bottom: 50px;
  }
  .pageTopSpace {
    padding-top: 110px;
  }
  .white-button {
    font-size: clamp(15px, 3.333vw, 16px);
  }
  .tabs .tab-btn {
    font-weight: 500;
  }
  .otp-verification-block p {
    font-size: 18px;
    margin-bottom: 32px;
  }
  .otp-verification-block .otp-info-block {
    margin-bottom: 32px;
  }
  .select2.select2-container.select2-container--default.select2-container--below.select2-container--focus {
    width: 100% !important;
  }
  form .fields .form-group.dobBlock {
    flex: unset;
  }
  form .fields {
    row-gap: 20px;
  }
  input,
  textarea,
  select {
    padding: 8px;
  }
  footer .footer-wrapper {
    padding-bottom: 110px;
  }
  footer .footer-wrapper .footer-container {
    padding-bottom: 50px;
  }
  footer .footer-wrapper .footer-container .left .wrapper-footer .footer-links {
    display: flex;
    flex-direction: column;
    gap: 24px;
  }
  footer .footer-wrapper .footer-container .left .wrapper-footer .footer-links .links {
    flex-direction: column;
  }
  footer .footer-wrapper .footer-container .left .wrapper-footer .footer-links .links .footer-url {
    font-size: 16px;
    padding-bottom: 8px;
  }
  footer .footer-wrapper .footer-container .left .wrapper-footer .footer-links .links .footer-program {
    display: flex;
    gap: 0;
    flex-direction: column;
  }
  footer .footer-wrapper .footer-container .left .wrapper-footer .footer-links .link-title {
    font-size: 22px;
    font-family: 400;
  }
  footer .footer-wrapper .footer-container .right {
    bottom: unset;
    top: 0;
  }
  footer .footer-wrapper .footer-container .right .social-icons {
    padding-bottom: 45px;
  }
  footer .footer-wrapper .footer-container .right .social-icons .social-img {
    width: 40px;
    margin-bottom: 32px;
  }
  footer .footer-wrapper .site-info {
    position: relative;
  }
  footer .footer-wrapper .site-info .site-logo {
    padding-bottom: 32px;
  }
  footer .footer-wrapper .site-info .manipal-logo {
    width: 198px;
  }
  footer .footer-wrapper .site-info .base-footer {
    padding-top: 32px;
    gap: 12px;
    flex-direction: column;
  }
  footer .footer-wrapper .site-info .base-footer .common-links {
    align-items: flex-start;
    flex-direction: column;
    gap: 16px;
  }
  footer .footer-wrapper .site-info .base-footer .common-links a {
    font-size: 16px;
    padding: unset;
    padding-left: 16px;
    padding-right: 16px;
  }
  footer .footer-wrapper .site-info .base-footer .common-links .left-link {
    display: flex;
    flex-wrap: wrap-reverse;
  }
  footer .footer-wrapper .site-info .base-footer .common-links .left-link .grievance {
    padding: 0 12px 0 0;
  }
  footer .footer-wrapper .site-info .base-footer .common-links .right-links .term-and-condition {
    padding: 0 16px 0 0;
  }
  footer .footer-wrapper .site-info .base-footer .copy-right {
    font-size: 16px;
  }
  footer .footer-wrapper .site-info .site-logo .unext-logo {
    height: 34px;
  }
  .tabs {
    scroll-behavior: smooth;
  }
  .tabs .tab-btn {
    font-size: 18px;
    line-height: 1.2;
    letter-spacing: 0.4px;
  }
  header {
    position: fixed;
    z-index: 9989;
    width: 100%;
    pointer-events: unset;
  }
  header .header-mob-wrapper {
    position: relative;
    width: calc(100% - 40px);
    margin: 30px auto;
    border-radius: 60px;
    padding: 12px 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    backdrop-filter: blur(20px);
    background: rgba(42, 42, 42, 0.4);
  }
  header .header-mob-wrapper .logo-wrapper {
    display: flex;
    gap: 12px;
    align-items: center;
  }
  header .header-mob-wrapper .logo-wrapper .logo.unext {
    padding-right: 12px;
    border-right: 1px solid #848484;
  }
  header .header-mob-wrapper .mobile-nav {
    display: flex;
    align-items: center;
    gap: 18px;
  }
  header .header-mob-wrapper .mobile-nav .search-menu-mob {
    width: 24px;
    height: 24px;
  }
  header .mobile-menu {
    position: fixed;
    opacity: 0;
    visibility: hidden;
    top: -200px;
    right: 20px;
    width: calc(100% - 40px);
    max-height: 100vh;
    overflow-y: auto;
    background: rgba(42, 42, 42, 0.55);
    backdrop-filter: blur(32px);
    border-radius: 32px;
    color: #fff;
    z-index: 1000;
    transition: top 0.3s ease;
    padding: 24px;
  }
  header .mobile-menu .logo-wrapper {
    display: flex;
    gap: 15px;
    align-items: center;
  }
  header .mobile-menu .logo-wrapper .logo.unext {
    padding-right: 15px;
    border-right: 1px solid #848484;
  }
  header .mobile-menu .menu-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 32px;
  }
  header .mobile-menu .menu-item-wrapper {
    display: flex;
    flex-direction: column;
  }
  header .mobile-menu .menu-item-wrapper .menu-item {
    padding: 32px 0;
    color: #C0B9B8;
    font-size: clamp(18px, 5vw, 24px);
    font-weight: 400;
    line-height: 1.4;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    text-decoration: none;
  }
  header .mobile-menu .menu-item-wrapper .menu-item:last-child {
    border-bottom: 0;
  }
  header .mobile-menu .menu-item-wrapper .menu-item .dropdown-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  header .mobile-menu .menu-item-wrapper .menu-item .dropdown-wrapper .arrow-up {
    height: 7px;
    transform: rotate(180deg);
  }
  header .mobile-menu .menu-item-wrapper .menu-item .dropdown-wrapper.active .arrow-up {
    transform: rotate(0);
  }
  header .mobile-menu .menu-item-wrapper .menu-item.active {
    color: #f3f3f3;
  }
  header .mobile-menu .mobile-dropdown-menu {
    position: relative;
  }
  header .mobile-menu .mobile-dropdown-menu .mobile-dropdown-content {
    display: flex;
    flex-direction: column;
    top: 60px;
    z-index: 1;
    color: #f3f3f3;
  }
  header .mobile-menu .mobile-dropdown-menu .mobile-dropdown-content .dropdown-item {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  header .mobile-menu .mobile-dropdown-menu .mobile-dropdown-content .dropdown-item:last-child {
    border-bottom: 0;
    margin-bottom: 0;
  }
  header .mobile-menu .mobile-dropdown-menu .mobile-dropdown-content .dropdown-item .page-link {
    padding: 24px 0;
    color: #C0B9B8;
    font-style: italic;
    display: flex;
    font-size: clamp(16px, 4.167vw, 20px);
    font-family: "Sentient";
    color: #f3f3f3;
    cursor: pointer;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  header .mobile-menu .mobile-dropdown-menu .mobile-dropdown-content .dropdown-item .dropdown-item-header {
    padding: 24px 0;
    color: #C0B9B8;
    display: flex;
    font-size: clamp(16px, 4.167vw, 20px);
    font-family: "Sentient";
    font-style: italic;
    color: #f3f3f3;
    font-style: italic;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
  }
  header .mobile-menu .mobile-dropdown-menu .mobile-dropdown-content .dropdown-item .dropdown-item-content {
    padding: 0 0 24px 0;
    position: relative;
    color: #C0B9B8;
    font-size: 0.9rem;
  }
  header .mobile-menu .mobile-dropdown-menu .mobile-dropdown-content .dropdown-item .dropdown-item-content .description {
    display: block;
    color: #fff;
    font-size: clamp(14px, 3.333vw, 16px);
    letter-spacing: 0;
    font-weight: 400;
    margin-bottom: 16px;
    margin-right: 30px;
  }
  header .mobile-menu .mobile-dropdown-menu .mobile-dropdown-content .dropdown-item .dropdown-item-content .description:last-child {
    margin-bottom: 0;
  }
  header .mobile-menu .mobile-dropdown-menu .mobile-dropdown-content .dropdown-item .dropdown-item-content .redirection-link {
    position: absolute;
    right: 0;
    bottom: 20px;
    text-decoration: none;
  }
  header .mobile-menu .mobile-dropdown-menu .mobile-dropdown-content .dropdown-item .dropdown-item-content.last {
    padding-bottom: 0;
  }
  header .mobile-menu .mobile-dropdown-menu .mobile-dropdown-content .dropdown-item.active .dropdown-item-content {
    display: block;
  }
  header .mobile-menu .mobile-dropdown-menu .mobile-dropdown-content .dropdown-item.active .dropdown-item-header {
    color: #f3f3f3;
  }
  header .mobile-menu .mobile-dropdown-menu .mobile-dropdown-content .submenu-link {
    display: block;
    color: #fff;
    font-size: clamp(14px, 3.75vw, 18px);
    padding: 24px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  header .mobile-menu .mobile-dropdown-menu .mobile-dropdown-content .submenu-link:last-child {
    padding-bottom: 0;
    border-bottom: 0;
  }
  header .dropdown-wrapper.active ~ .mobile-dropdown-content {
    display: block;
    animation: dropdownfadeIn 0.3s ease-out;
  }
  @keyframes dropdownfadeIn {
    from {
      opacity: 0;
      transform: translateY(-10px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
  header .mobile-menu-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0, 0, 0);
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out, transform 0.3s ease-in-out;
  }
  header .mobile-menu-overlay::before {
    content: "";
    position: fixed;
    background: url("../images/home/overlay-mob-top-right.png") no-repeat;
    background-position: right top;
    background-size: 80%;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 0.3s ease-in-out 0.2s;
  }
  header .mobile-menu-overlay::after {
    content: "";
    position: fixed;
    background: url("../images/home/overlay-mob-left-bot.png") no-repeat;
    background-position: left bottom;
    background-size: 80%;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 0.3s ease-in-out 0.2s;
  }
  header .mobile-menu.active {
    top: 30px;
    opacity: 1;
    visibility: visible;
    max-height: 94vh;
  }
  header .mobile-menu-overlay.active {
    opacity: 1;
    visibility: visible;
  }
  header .mobile-menu-overlay.active::before, header .mobile-menu-overlay.active::after {
    opacity: 1;
  }
  .popup {
    background: rgba(42, 42, 42, 0.55);
  }
  .popup .terms-condition label {
    font-size: 14px;
    line-height: 1.6;
    font-weight: 300;
  }
  .popup.fullPagePopup {
    width: 90%;
  }
  .overlay.fullPagePopup {
    background-color: #050505;
    z-index: 9999;
  }
  .overlay.fullPagePopup::before {
    content: url(../images/home/overlay-mob.png);
    position: absolute;
    left: 0;
    bottom: 0;
    top: 0;
  }
  .overlay.fullPagePopup::after {
    content: unset;
  }
  form .fields input {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.8;
  }
  form .fields .terms-condition {
    padding: 0;
  }
  form .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.8;
    padding-left: 0px;
  }
  form .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #848484;
  }
  .search-filter {
    width: 94%;
    border: none;
    border-radius: 30px;
    padding: 14px;
    background: rgba(42, 42, 42, 0.55);
    top: 340px;
    height: fit-content;
  }
  .search-filter .mobile-wraper {
    display: flex;
    justify-content: space-between;
    padding-bottom: 64px;
  }
  .search-filter .mobile-wraper .popup-text {
    font-size: 24px;
    line-height: 1.5;
    font-weight: 400;
    color: rgb(255, 255, 255);
    font-family: "Sentient";
  }
  .search-filter .mobile-wraper .popup-text span {
    display: block;
  }
  .search-filter .mobile-wraper .close-btn {
    width: 45px;
    height: 45px;
  }
  .search-filter .search-bar {
    margin-bottom: 38px;
  }
  .search-filter .search-bar input {
    font-size: 16px;
    padding: 20px;
  }
  .search-filter .search-container .search-wrapper {
    max-height: 450px;
  }
  .search-filter .search-container .search-wrapper .card-details {
    padding: 20px 32px;
  }
  .search-filter .search-container .search-wrapper .card-details .card-right .title {
    font-size: 16px;
    padding-bottom: 10px;
  }
  .search-filter .search-container .search-wrapper .card-details .card-right .subtitle {
    font-size: 14px;
  }
  .search-filter .search-container .search-wrapper .card-details .card-left {
    width: 36px;
  }
  .search-filter .search-container .search-wrapper .card-details .card-left img {
    width: 36px;
  }
  .search-filter .search-container .search-wrapper .card-details .card-right {
    width: calc(100% - 50px);
  }
  .mobileBottomWidget {
    display: flex;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1;
    padding: 20px;
    background: rgba(42, 42, 42, 0.4);
    backdrop-filter: blur(20px);
    align-items: center;
    justify-content: space-evenly;
    gap: 8px;
  }
  .mobileBottomWidget .mobileEnrollBtn {
    cursor: pointer;
    z-index: 99;
    background: #FFF;
    display: flex;
    justify-content: center;
    font-weight: bold;
    align-items: center;
    padding: 14px 48px;
    color: #0A0A0A;
    text-decoration: none;
    font-family: "Inter";
    font-weight: 600;
    font-style: Bold;
    font-size: 16px;
    line-height: 1;
    border-radius: 100px;
  }
  .mobileBottomWidget .mobileCourseAdvisorBtn {
    display: flex;
    cursor: pointer;
    z-index: 99;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 12px 15px;
    color: #FFF;
    font-family: "Inter";
    font-weight: 600;
    font-size: 16px;
    line-height: 1;
    border-radius: 100px;
    border: 1px solid #fff;
    gap: 12px;
  }
  .white-button img {
    transform: rotate(9deg) scale(1);
  }
  .slick-pagination-short {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-top: unset;
    font-family: "Inter";
    font-size: 12px;
    color: #ffffff;
    height: 100px;
  }
  .slick-pagination-short::before {
    content: "";
    position: absolute;
    bottom: -6px;
    height: 2px;
    width: 200px;
    background: rgba(255, 255, 255, 0.1215686275);
    border-radius: 2px;
    top: 78px;
  }
  .slick-pagination-short .number {
    position: relative;
    cursor: pointer;
    font-weight: 500;
    opacity: 0.6;
    transition: opacity 0.3s ease;
    margin: 0 42px;
    font-size: 16px;
  }
  .slick-pagination-short .current {
    opacity: 1;
  }
  .slick-pagination-short .current::after {
    content: "";
    position: absolute;
    bottom: -6px;
    left: -28px;
    right: 0;
    height: 2px;
    background: #ffffff;
    border-radius: 2px;
    width: 80px;
    top: 40px;
  }
  .slick-pagination-short .divider {
    pointer-events: none;
    user-select: none;
    opacity: 0.4;
  }
  body.default-pages,
  .post-template-default {
    position: relative;
    padding-right: 30px;
  }
  body.default-pages h1,
  .post-template-default h1 {
    font-size: 32px;
    padding-bottom: 24px;
    margin-bottom: 30px;
  }
  body.default-pages h2,
  .post-template-default h2 {
    font-size: 24px;
  }
  body.default-pages p,
  body.default-pages .entry-content,
  .post-template-default p,
  .post-template-default .entry-content {
    font-size: 16px;
  }
  body.default-pages .wp-block-separator,
  .post-template-default .wp-block-separator {
    margin: 60px 0;
  }
  body.default-pages::before,
  .post-template-default::before {
    background: url("../images/contact-curve-left.png") no-repeat;
    width: 27%;
    height: 40%;
  }
  body.default-pages::after,
  .post-template-default::after {
    background: unset;
    width: unset;
    height: unset;
    left: unset;
  }
  .hdfc-footer-gradient {
    background: linear-gradient(to top, rgb(0, 76, 143) 0%, rgba(0, 76, 143, 0.85) -45%, rgba(0, 76, 143, 0.5) 10%, rgba(1, 11, 20, 0.07) 43%);
  }
  .trans-button {
    padding: 14px 20px;
  }
}
@media (max-width: 375.98px) {
  .otp-verification-block .otp-field input {
    width: 60px;
    height: 70px;
  }
  footer .footer-wrapper .footer-container {
    padding-bottom: 50px;
  }
  footer .footer-wrapper .footer-container .left .wrapper-footer .footer-links {
    gap: 9.583vw;
  }
  footer .footer-wrapper .footer-container .left .wrapper-footer .footer-links .links .footer-url {
    font-size: 4.167vw;
  }
  footer .footer-wrapper .site-info .site-logo {
    padding-bottom: 36px;
  }
  footer .footer-wrapper .site-info .site-logo .unext-logo {
    height: 28px;
  }
  footer .footer-wrapper .site-info .site-logo .manipal-logo {
    width: 160px;
  }
  header .mobile-menu .menu-item-wrapper .menu-item {
    padding: 22px 0;
  }
}
@media (max-width: 395px) {
  .mobileBottomWidget .mobileEnrollBtn {
    padding: clamp(14px, 3vw, 16px) clamp(24px, 3vw, 58px);
  }
  .mobileBottomWidget .mobileCourseAdvisorBtn {
    padding: clamp(10px, 3vw, 16px) clamp(14px, 3vw, 28px);
  }
  .trans-button {
    padding: 14px 18px;
    justify-content: center;
    white-space: nowrap;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .container {
    max-width: unset;
    padding: 0 28px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .container {
    overflow: hidden;
    max-width: unset;
    padding: 0 20px;
  }
  h1 {
    font-size: 32px;
  }
  h2 {
    font-size: 22px;
  }
  h3 {
    font-size: 20px;
  }
  h4 {
    font-size: 24px;
  }
  h5 {
    font-size: 22px;
  }
  h6 {
    font-size: 20px;
  }
  .section-title {
    font-size: 18px;
  }
  .section-mb {
    margin-bottom: 50px;
  }
  .pageTopSpace {
    padding-top: 110px;
  }
  .white-button {
    font-size: clamp(15px, 3.333vw, 16px);
  }
  .tabs .tab-btn {
    font-weight: 500;
  }
  .otp-verification-block p {
    font-size: 18px;
    margin-bottom: 32px;
  }
  .otp-verification-block .otp-info-block {
    margin-bottom: 32px;
  }
  .select2.select2-container.select2-container--default.select2-container--below.select2-container--focus {
    width: 100% !important;
  }
  form .fields .form-group.dobBlock {
    flex: unset;
  }
  form .fields {
    row-gap: 20px;
  }
  input,
  textarea,
  select {
    padding: 8px;
  }
  footer .footer-wrapper {
    padding-bottom: 36px;
  }
  footer .footer-wrapper .footer-container {
    padding-bottom: 72px;
  }
  footer .footer-wrapper .footer-container .left .wrapper-footer .footer-links {
    display: flex;
    flex-direction: column;
    gap: 46px;
  }
  footer .footer-wrapper .footer-container .left .wrapper-footer .footer-links .links {
    flex-direction: column;
  }
  footer .footer-wrapper .footer-container .left .wrapper-footer .footer-links .links .footer-url {
    font-size: 16px;
    padding-bottom: 18px;
  }
  footer .footer-wrapper .footer-container .left .wrapper-footer .footer-links .links .footer-program {
    display: flex;
    gap: 0;
    flex-direction: column;
  }
  footer .footer-wrapper .footer-container .left .wrapper-footer .footer-links .link-title {
    font-size: 22px;
    font-family: 400;
  }
  footer .footer-wrapper .footer-container .right {
    bottom: unset;
    top: 0;
  }
  footer .footer-wrapper .footer-container .right .social-icons {
    padding-bottom: 45px;
  }
  footer .footer-wrapper .footer-container .right .social-icons .social-img {
    width: 40px;
    margin-bottom: 32px;
  }
  footer .footer-wrapper .site-info {
    position: relative;
  }
  footer .footer-wrapper .site-info .site-logo {
    padding-bottom: 46px;
  }
  footer .footer-wrapper .site-info .manipal-logo {
    width: 198px;
  }
  footer .footer-wrapper .site-info .base-footer {
    padding-top: 34px;
    gap: 20px;
    flex-direction: column;
  }
  footer .footer-wrapper .site-info .base-footer .common-links {
    align-items: flex-start;
    flex-direction: column;
    gap: 16px;
  }
  footer .footer-wrapper .site-info .base-footer .common-links a {
    font-size: 16px;
    padding: unset;
    padding-left: 16px;
    padding-right: 16px;
  }
  footer .footer-wrapper .site-info .base-footer .common-links .left-link {
    display: flex;
    flex-wrap: wrap-reverse;
  }
  footer .footer-wrapper .site-info .base-footer .common-links .left-link .grievance {
    padding: 0 12px 0 0;
  }
  footer .footer-wrapper .site-info .base-footer .common-links .right-links .term-and-condition {
    padding: 0 16px 0 0;
  }
  footer .footer-wrapper .site-info .base-footer .copy-right {
    font-size: 16px;
  }
  .tabs .tab-btn {
    font-size: 20px;
    line-height: 1.2;
    letter-spacing: 0.4px;
  }
  header {
    position: fixed;
    z-index: 9989;
    width: 100%;
    pointer-events: unset;
  }
  header .header-mob-wrapper {
    position: relative;
    width: calc(100% - 40px);
    margin: 30px auto;
    border-radius: 60px;
    padding: 12px 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    backdrop-filter: blur(20px);
    background: rgba(42, 42, 42, 0.4);
  }
  header .header-mob-wrapper .logo-wrapper {
    display: flex;
    gap: 15px;
    align-items: center;
  }
  header .header-mob-wrapper .logo-wrapper .logo.unext {
    padding-right: 15px;
    border-right: 1px solid #848484;
  }
  header .header-mob-wrapper .mobile-nav {
    display: flex;
    align-items: center;
    gap: 20px;
  }
  header .header-mob-wrapper .mobile-nav .search-menu-mob {
    width: 24px;
    height: 24px;
  }
  header .mobile-menu {
    position: fixed;
    opacity: 0;
    visibility: hidden;
    top: -200px;
    right: 20px;
    width: calc(100% - 40px);
    max-height: 100vh;
    overflow-y: auto;
    background: rgba(42, 42, 42, 0.55);
    backdrop-filter: blur(32px);
    border-radius: 32px;
    color: #fff;
    z-index: 1000;
    transition: top 0.3s ease;
    padding: 24px;
  }
  header .mobile-menu .logo-wrapper {
    display: flex;
    gap: 15px;
    align-items: center;
  }
  header .mobile-menu .logo-wrapper .logo.unext {
    padding-right: 15px;
    border-right: 1px solid #848484;
  }
  header .mobile-menu .menu-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 32px;
  }
  header .mobile-menu .menu-item-wrapper {
    display: flex;
    flex-direction: column;
  }
  header .mobile-menu .menu-item-wrapper .menu-item {
    padding: 32px 0;
    color: #C0B9B8;
    font-size: clamp(18px, 5vw, 24px);
    font-weight: 400;
    line-height: 1.4;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    text-decoration: none;
  }
  header .mobile-menu .menu-item-wrapper .menu-item:last-child {
    border-bottom: 0;
  }
  header .mobile-menu .menu-item-wrapper .menu-item .dropdown-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  header .mobile-menu .menu-item-wrapper .menu-item .dropdown-wrapper .arrow-up {
    height: 7px;
    transform: rotate(180deg);
  }
  header .mobile-menu .menu-item-wrapper .menu-item .dropdown-wrapper.active .arrow-up {
    transform: rotate(0);
  }
  header .mobile-menu .menu-item-wrapper .menu-item.active {
    color: #f3f3f3;
  }
  header .mobile-menu .mobile-dropdown-menu {
    position: relative;
  }
  header .mobile-menu .mobile-dropdown-menu .mobile-dropdown-content {
    display: flex;
    flex-direction: column;
    top: 60px;
    z-index: 1;
    color: #f3f3f3;
  }
  header .mobile-menu .mobile-dropdown-menu .mobile-dropdown-content .dropdown-item {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  header .mobile-menu .mobile-dropdown-menu .mobile-dropdown-content .dropdown-item:last-child {
    border-bottom: 0;
    margin-bottom: 0;
  }
  header .mobile-menu .mobile-dropdown-menu .mobile-dropdown-content .dropdown-item .page-link {
    padding: 24px 0;
    color: #C0B9B8;
    font-style: italic;
    display: flex;
    font-size: clamp(16px, 4.167vw, 20px);
    font-family: "Sentient";
    color: #f3f3f3;
    cursor: pointer;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  header .mobile-menu .mobile-dropdown-menu .mobile-dropdown-content .dropdown-item .dropdown-item-header {
    padding: 24px 0;
    color: #C0B9B8;
    display: flex;
    font-size: clamp(16px, 4.167vw, 20px);
    font-family: "Sentient";
    font-style: italic;
    color: #f3f3f3;
    font-style: italic;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
  }
  header .mobile-menu .mobile-dropdown-menu .mobile-dropdown-content .dropdown-item .dropdown-item-content {
    padding: 0 0 24px 0;
    position: relative;
    color: #C0B9B8;
    font-size: 0.9rem;
  }
  header .mobile-menu .mobile-dropdown-menu .mobile-dropdown-content .dropdown-item .dropdown-item-content .description {
    display: block;
    color: #fff;
    font-size: clamp(14px, 3.333vw, 16px);
    letter-spacing: 0;
    font-weight: 400;
    margin-bottom: 16px;
    margin-right: 30px;
  }
  header .mobile-menu .mobile-dropdown-menu .mobile-dropdown-content .dropdown-item .dropdown-item-content .description:last-child {
    margin-bottom: 0;
  }
  header .mobile-menu .mobile-dropdown-menu .mobile-dropdown-content .dropdown-item .dropdown-item-content .redirection-link {
    position: absolute;
    right: 0;
    bottom: 20px;
    text-decoration: none;
  }
  header .mobile-menu .mobile-dropdown-menu .mobile-dropdown-content .dropdown-item .dropdown-item-content.last {
    padding-bottom: 0;
  }
  header .mobile-menu .mobile-dropdown-menu .mobile-dropdown-content .dropdown-item.active .dropdown-item-content {
    display: block;
  }
  header .mobile-menu .mobile-dropdown-menu .mobile-dropdown-content .dropdown-item.active .dropdown-item-header {
    color: #f3f3f3;
  }
  header .mobile-menu .mobile-dropdown-menu .mobile-dropdown-content .submenu-link {
    display: block;
    color: #fff;
    font-size: clamp(14px, 3.75vw, 18px);
    padding: 24px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  header .mobile-menu .mobile-dropdown-menu .mobile-dropdown-content .submenu-link:last-child {
    padding-bottom: 0;
    border-bottom: 0;
  }
  header .dropdown-wrapper.active ~ .mobile-dropdown-content {
    display: block;
    animation: dropdownfadeIn 0.3s ease-out;
  }
  @keyframes dropdownfadeIn {
    from {
      opacity: 0;
      transform: translateY(-10px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
  header .mobile-menu-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0, 0, 0);
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out, transform 0.3s ease-in-out;
  }
  header .mobile-menu-overlay::before {
    content: "";
    position: fixed;
    background: url("../images/home/overlay-mob-top-right.png") no-repeat;
    background-position: right top;
    background-size: 80%;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 0.3s ease-in-out 0.2s;
  }
  header .mobile-menu-overlay::after {
    content: "";
    position: fixed;
    background: url("../images/home/overlay-mob-left-bot.png") no-repeat;
    background-position: left bottom;
    background-size: 80%;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 0.3s ease-in-out 0.2s;
  }
  header .mobile-menu.active {
    top: 30px;
    opacity: 1;
    visibility: visible;
    max-height: 94vh;
  }
  header .mobile-menu-overlay.active {
    opacity: 1;
    visibility: visible;
  }
  header .mobile-menu-overlay.active::before, header .mobile-menu-overlay.active::after {
    opacity: 1;
  }
  .popup {
    background: rgba(42, 42, 42, 0.55);
  }
  .popup .terms-condition label {
    font-size: 14px;
    line-height: 1.6;
    font-weight: 300;
  }
  .popup.fullPagePopup {
    width: 90%;
  }
  .overlay.fullPagePopup {
    background-color: #050505;
    z-index: 9999;
  }
  .overlay.fullPagePopup::before {
    content: url(../images/home/overlay-mob.png);
    position: absolute;
    left: 0;
    bottom: 0;
    top: 0;
  }
  .overlay.fullPagePopup::after {
    content: unset;
  }
  form .fields input {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.8;
  }
  form .fields .terms-condition {
    padding: 0;
  }
  form .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.8;
    padding-left: 0px;
  }
  form .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #848484;
  }
  .search-filter {
    width: 94%;
    border: none;
    border-radius: 30px;
    padding: 14px;
    background: rgba(42, 42, 42, 0.55);
    top: 340px;
    height: fit-content;
  }
  .search-filter .mobile-wraper {
    display: flex;
    justify-content: space-between;
    padding-bottom: 64px;
  }
  .search-filter .mobile-wraper .popup-text {
    font-size: 24px;
    line-height: 1.5;
    font-weight: 400;
    color: rgb(255, 255, 255);
    font-family: "Sentient";
  }
  .search-filter .mobile-wraper .popup-text span {
    display: block;
  }
  .search-filter .mobile-wraper .close-btn {
    width: 45px;
    height: 45px;
  }
  .search-filter .search-bar {
    margin-bottom: 38px;
  }
  .search-filter .search-bar input {
    font-size: 16px;
    padding: 20px;
  }
  .search-filter .search-container .search-wrapper {
    max-height: 450px;
  }
  .search-filter .search-container .search-wrapper .card-details {
    padding: 20px 32px;
  }
  .search-filter .search-container .search-wrapper .card-details .card-right .title {
    font-size: 16px;
    padding-bottom: 10px;
  }
  .search-filter .search-container .search-wrapper .card-details .card-right .subtitle {
    font-size: 14px;
  }
  .search-filter .search-container .search-wrapper .card-details .card-left {
    width: 36px;
  }
  .search-filter .search-container .search-wrapper .card-details .card-left img {
    width: 36px;
  }
  .search-filter .search-container .search-wrapper .card-details .card-right {
    width: calc(100% - 50px);
  }
  .mobileBottomWidget {
    display: flex;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1;
    padding: 20px;
    background: rgba(42, 42, 42, 0.4);
    backdrop-filter: blur(20px);
    align-items: center;
    justify-content: space-evenly;
    gap: 8px;
  }
  .mobileBottomWidget .mobileEnrollBtn {
    cursor: pointer;
    z-index: 99;
    background: #FFF;
    display: flex;
    justify-content: center;
    font-weight: bold;
    align-items: center;
    padding: 14px 48px;
    color: #0A0A0A;
    text-decoration: none;
    font-family: "Inter";
    font-weight: 600;
    font-style: Bold;
    font-size: 16px;
    line-height: 1;
    border-radius: 100px;
  }
  .mobileBottomWidget .mobileCourseAdvisorBtn {
    display: flex;
    cursor: pointer;
    z-index: 99;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 12px 15px;
    color: #FFF;
    font-family: "Inter";
    font-weight: 600;
    font-size: 16px;
    line-height: 1;
    border-radius: 100px;
    border: 1px solid #fff;
    gap: 12px;
  }
  .white-button img {
    transform: rotate(9deg) scale(1);
  }
  .slick-pagination-short {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-top: unset;
    font-family: "Inter";
    font-size: 12px;
    color: #ffffff;
    height: 100px;
  }
  .slick-pagination-short::before {
    content: "";
    position: absolute;
    bottom: -6px;
    height: 2px;
    width: 200px;
    background: rgba(255, 255, 255, 0.1215686275);
    border-radius: 2px;
    top: 78px;
  }
  .slick-pagination-short .number {
    position: relative;
    cursor: pointer;
    font-weight: 500;
    opacity: 0.6;
    transition: opacity 0.3s ease;
    margin: 0 42px;
    font-size: 16px;
  }
  .slick-pagination-short .current {
    opacity: 1;
  }
  .slick-pagination-short .current::after {
    content: "";
    position: absolute;
    bottom: -6px;
    left: -28px;
    right: 0;
    height: 2px;
    background: #ffffff;
    border-radius: 2px;
    width: 80px;
    top: 40px;
  }
  .slick-pagination-short .divider {
    pointer-events: none;
    user-select: none;
    opacity: 0.4;
  }
  body.default-pages,
  .post-template-default {
    position: relative;
    padding-right: 30px;
  }
  body.default-pages h1,
  .post-template-default h1 {
    font-size: 32px;
    padding-bottom: 24px;
    margin-bottom: 30px;
  }
  body.default-pages h2,
  .post-template-default h2 {
    font-size: 24px;
  }
  body.default-pages p,
  body.default-pages .entry-content,
  .post-template-default p,
  .post-template-default .entry-content {
    font-size: 20px;
  }
  body.default-pages .wp-block-separator,
  .post-template-default .wp-block-separator {
    margin: 60px 0;
  }
  body.default-pages::before,
  .post-template-default::before {
    background: url("../images/contact-curve-left.png") no-repeat;
    width: 27%;
    height: 40%;
  }
  body.default-pages::after,
  .post-template-default::after {
    background: unset;
    width: unset;
    height: unset;
    left: unset;
  }
  .hdfc-footer-gradient {
    background: linear-gradient(to top, rgb(0, 76, 143) 0%, rgba(0, 76, 143, 0.85) -45%, rgba(0, 76, 143, 0.5) 10%, rgba(1, 11, 20, 0.07) 43%);
  }
  .trans-button {
    padding: 14px 20px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .container {
    max-width: calc(100% - 5vw);
  }
}
@media (min-width: 1200px) and (max-width: 1280px) {
  body {
    font-size: 14px;
    line-height: 1.2;
  }
  p {
    font-size: 14px;
  }
  .container {
    max-width: 1150px;
  }
  .section-title {
    font-size: 16px;
  }
  .section-mb {
    margin-bottom: 100px;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  .heading {
    margin-bottom: 10px;
  }
  .trans-button {
    font-size: 13px;
    font-weight: 600;
    padding: 12px 22px;
    gap: 5px;
  }
  .trans-button img {
    align-self: center;
    width: 8px;
    height: auto;
  }
  .trans-button:hover {
    padding-right: 40px;
  }
  .trans-button:hover img {
    display: none;
  }
  .trans-button:hover::after {
    content: " ";
    width: 8px;
    height: 8px;
    right: 22px;
    margin-left: 5px;
    top: 14px;
  }
  .white-button {
    font-size: 13px;
    line-height: 1;
    letter-spacing: -0.2px;
    padding: 12px 47px 12px 14px;
    gap: 2px;
  }
  .white-button img {
    right: 2px;
    transform: rotate(45deg) scale(0.86);
  }
  .white-button:hover img {
    transform: rotate(-23deg) scale(0.86);
  }
  .slick-prev:before,
  .slick-next:before {
    width: 40px;
    height: 40px;
  }
  header .header-wrapper {
    width: 875px;
  }
  header .header-wrapper::after {
    width: 875px;
    height: 56px;
  }
  header .header-wrapper .logo img {
    width: 60px;
    height: auto;
  }
  header .header-wrapper .main-menu {
    gap: 24px;
  }
  header .header-wrapper .logo.bfsi img {
    width: 80px;
  }
  header .header-wrapper .logo.unext img {
    width: 60px;
  }
  header .white-button {
    font-size: 14px;
  }
  .search-filter {
    top: 254px;
  }
  .tabs .tab-btn {
    font-size: 16px;
    line-height: 1;
    height: 38px;
  }
  .overlay.fullPagePopup::before {
    left: -380px !important;
  }
  .overlay.fullPagePopup::after {
    right: -608px !important;
  }
  .popup {
    width: 56% !important;
  }
  .popup .close-btn {
    padding: 15px 15px;
  }
  form .fields input,
  form .fields textarea,
  form .fields select {
    font-size: 14px;
  }
  form .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 14px;
  }
  form .fields .terms-condition label {
    font-size: 12px;
  }
  input,
  textarea,
  select {
    padding: 7px 12px;
  }
  footer .footer-wrapper .site-info .site-logo .unext-logo {
    height: 34px;
  }
}
@media (min-width: 1400px) and (max-width: 1599.98px) {
  .container {
    max-width: 1310px;
  }
  .search-filter {
    top: 34%;
  }
}
@media (min-width: 1600px) and (max-width: 1919.98px) {
  .container {
    max-width: 1550px;
  }
  header .header-wrapper {
    padding: 20px 30px;
    width: 1312px;
  }
  header .header-wrapper::after {
    width: 1312px;
    height: 80px;
  }
  header .header-wrapper .logo img {
    width: unset;
  }
  header .header-wrapper .logo.unext img,
  header .header-wrapper .logo.bfsi img {
    width: unset;
    height: unset;
  }
  header .header-wrapper .logo.unext {
    height: unset;
  }
  header .header-wrapper .main-menu {
    font-size: 16px;
    gap: 52px;
  }
  header .header-wrapper .main-menu .dropdown-menu .dropdown-wrapper {
    gap: 10px;
  }
  header .header-wrapper .main-menu .dropdown-menu .dropdown-content {
    top: 64px;
    width: 360px;
  }
  header .header-wrapper .main-menu .dropdown-menu .dropdown-content .submenu-link,
  header .header-wrapper .main-menu .dropdown-menu .dropdown-content .submenu-heading {
    font-size: 16px;
  }
  header .header-wrapper .main-menu .dropdown-menu .dropdown-content .dropdown-item .dropdown-item-header {
    font-size: 16px;
  }
  header .header-wrapper .main-menu .dropdown-menu .dropdown-content .dropdown-item .dropdown-item-content .description {
    font-size: 14px;
    margin-bottom: 16px;
    margin-right: 30px;
  }
  header .header-wrapper .search-wrapper {
    gap: 32px;
  }
  header .header-wrapper .search-wrapper .search-menu {
    width: 24px;
    height: 24px;
  }
  header .header-wrapper .trans-button {
    padding: 14px 24px;
    font-size: 16px;
    gap: 8px;
    letter-spacing: 0.17px;
  }
  header .header-wrapper .trans-button:hover {
    padding-right: 40px;
  }
  header .header-wrapper .trans-button:hover::after {
    width: 8px;
    height: 8px;
    right: 24px;
    top: 19px;
    background-size: 100%;
  }
  header .header-wrapper .trans-button img {
    width: 8px;
    height: 8px;
  }
}
@media (min-width: 1920px) {
  .container {
    max-width: 1790px;
  }
  h1 {
    font-size: 48px;
  }
  h2 {
    font-size: 38px;
  }
  h3 {
    font-size: 36px;
  }
  h4 {
    font-size: 24px;
  }
  h5 {
    font-size: 22px;
  }
  h6 {
    font-size: 20px;
  }
  .section-title {
    font-size: 24px;
  }
  .section-title::before {
    top: 14px;
  }
  .section-mb {
    margin-bottom: 180px;
  }
  .pageTopSpace {
    padding-top: 180px;
  }
  footer .footer-wrapper {
    padding-bottom: 40px;
    padding-top: 103px;
  }
  footer .footer-wrapper .footer-container .left .wrapper-footer .footer-links .links .footer-url {
    font-size: 20px;
    padding-bottom: 24px;
    line-height: 1.5;
  }
  footer .footer-wrapper .footer-container .left .wrapper-footer .footer-links .link-title {
    font-size: 24px;
  }
  footer .footer-wrapper .footer-container .right .social-icons .social-img {
    width: 50px;
    margin-bottom: 32px;
  }
  footer .footer-wrapper .site-info .site-logo .unext-logo {
    height: 45px;
  }
  footer .footer-wrapper .site-info .site-logo .manipal-logo {
    width: 203px;
    height: auto;
  }
  footer .footer-wrapper .site-info .base-footer .common-links a {
    font-size: 16px;
  }
  footer .footer-wrapper .site-info .base-footer .copy-right {
    color: #C0B9B8;
    font-size: 16px;
    font-weight: 300;
  }
  header .header-wrapper {
    padding: 20px 30px;
    width: 1312px;
  }
  header .header-wrapper::after {
    width: 1312px;
    height: 80px;
  }
  header .header-wrapper .logo img {
    width: unset;
  }
  header .header-wrapper .logo.unext img,
  header .header-wrapper .logo.bfsi img {
    width: 100px;
  }
  header .header-wrapper .logo.unext {
    height: unset;
  }
  header .header-wrapper .main-menu {
    font-size: 16px;
    gap: 52px;
  }
  header .header-wrapper .main-menu .dropdown-menu .dropdown-wrapper {
    gap: 10px;
  }
  header .header-wrapper .main-menu .dropdown-menu .dropdown-content {
    top: 64px;
    width: 360px;
  }
  header .header-wrapper .main-menu .dropdown-menu .dropdown-content .submenu-link,
  header .header-wrapper .main-menu .dropdown-menu .dropdown-content .submenu-heading {
    font-size: 16px;
  }
  header .header-wrapper .main-menu .dropdown-menu .dropdown-content .dropdown-item .dropdown-item-header {
    font-size: 16px;
  }
  header .header-wrapper .main-menu .dropdown-menu .dropdown-content .dropdown-item .dropdown-item-content .description {
    font-size: 14px;
    margin-bottom: 16px;
    margin-right: 30px;
  }
  header .header-wrapper .search-wrapper {
    gap: 32px;
  }
  header .header-wrapper .search-wrapper .search-menu {
    width: 24px;
    height: 24px;
  }
  header .header-wrapper .trans-button {
    padding: 14px 24px;
    font-size: 16px;
    gap: 8px;
    letter-spacing: 0.17px;
  }
  header .header-wrapper .trans-button:hover {
    padding-right: 40px;
  }
  header .header-wrapper .trans-button:hover::after {
    width: 8px;
    height: 8px;
    right: 24px;
    top: 19px;
    background-size: 100%;
  }
  header .header-wrapper .trans-button img {
    width: 8px;
    height: 8px;
  }
  .search-filter {
    padding: 30px 32px;
    top: 48%;
  }
  .search-filter .search-bar input {
    font-size: 14px;
  }
  .search-filter .search-container {
    padding: 10px 0;
  }
  .search-filter .search-container .search-wrapper .card-details {
    padding: 10px 32px;
  }
  .search-filter .search-container .search-wrapper .card-details .card-right .title {
    font-size: 16px;
  }
  .search-filter .search-container .search-wrapper .card-details .card-right .subtitle {
    font-size: 14px;
  }
  .search-filter .search-container .search-wrapper .card-details .card-left img {
    width: 36px;
    height: auto;
  }
  body.default-pages h1,
  .post-template-default h1 {
    padding-bottom: 30px;
    margin-bottom: 60px;
  }
  body.default-pages h2,
  .post-template-default h2 {
    font-size: 28px;
  }
  body.default-pages p,
  body.default-pages .entry-content,
  .post-template-default p,
  .post-template-default .entry-content {
    font-size: 22px;
  }
  .mobileCourseAdvisorBtn {
    padding: 10px 9px;
  }
  .mobileCourseAdvisorBtn .btn-text {
    font-size: 15px;
  }
  .mobileCourseAdvisorBtn img {
    width: 36px;
  }
}/*# sourceMappingURL=styles.css.map */