.row {
    flex-wrap: wrap
}

.g-0,
.gy-0,
.row {
    --bs-gutter-y: 0
}

.btn,
.flickity-button:hover,
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled),
button:not(:disabled) {
    cursor: pointer
}

.carousel-inner,
.carousel-item,
.count,
.dd-menu-lg,
.f-twitter-icon,
.flickity-enabled,
.footer a,
.gotoTop button,
.h-twitter-icon,
.modal-body,
.uniRankingthumb,
sub,
sup {
    position: relative
}

.bg-dark,
.bg-transparent,
.bg-white {
    --bs-bg-opacity: 1
}

.flickity-enabled.is-draggable,
body {
    -webkit-tap-highlight-color: transparent
}

.list-unstyled {
    list-style: none
}

.btn,
.btn-close:hover,
.footer a,
.footer-fixed-bar button,
.header__top-right li a,
.menu-options li a,
.navbar-brand,
.step-second-menu li a,
a {
    text-decoration: none
}

:root {
    --primary-orange: #FB7B1C;
    --bs-blue: #0d6efd;
    --bs-black: #000;
    --bs-white: #fff;
    --bs-gray: #6c757d;
    --bs-gray-dark: #343a40;
    --bs-gray-100: #f8f9fa;
    --bs-gray-200: #e9ecef;
    --bs-gray-300: #dee2e6;
    --bs-gray-400: #ced4da;
    --bs-gray-500: #adb5bd;
    --bs-gray-600: #6c757d;
    --bs-gray-700: #495057;
    --bs-gray-800: #343a40;
    --bs-gray-900: #212529;
    --bs-primary: #0d6efd;
    --bs-light: #f8f9fa;
    --bs-dark: #212529;
    --bs-primary-rgb: 13, 110, 253;
    --bs-light-rgb: 248, 249, 250;
    --bs-dark-rgb: 33, 37, 41;
    --bs-primary-text-emphasis: #052c65;
    --bs-secondary-text-emphasis: #2b2f32;
    --bs-success-text-emphasis: #0a3622;
    --bs-info-text-emphasis: #055160;
    --bs-warning-text-emphasis: #664d03;
    --bs-danger-text-emphasis: #d15a0b;
    --bs-light-text-emphasis: #495057;
    --bs-dark-text-emphasis: #495057;
    --bs-primary-bg-subtle: #cfe2ff;
    --bs-secondary-bg-subtle: #e2e3e5;
    --bs-success-bg-subtle: #d1e7dd;
    --bs-info-bg-subtle: #cff4fc;
    --bs-warning-bg-subtle: #fff3cd;
    --bs-danger-bg-subtle: #fff3e6;
    --bs-light-bg-subtle: #fcfcfd;
    --bs-dark-bg-subtle: #ced4da;
    --bs-primary-border-subtle: #9ec5fe;
    --bs-secondary-border-subtle: #c4c8cb;
    --bs-success-border-subtle: #a3cfbb;
    --bs-info-border-subtle: #9eeaf9;
    --bs-warning-border-subtle: #ffe69c;
    --bs-danger-border-subtle: #fca35d;
    --bs-light-border-subtle: #e9ecef;
    --bs-dark-border-subtle: #adb5bd;
    --bs-white-rgb: 255, 255, 255;
    --bs-black-rgb: 0, 0, 0;

    --primary-font: 'Open Sans', sans-serif;
    --alt-font: 'Open Sans', sans-serif;
    --flash-orange: #FB7B1C;
    --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Noto Sans, "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
    --bs-body-font-family: var(--bs-font-sans-serif);
    --bs-body-font-size: 1rem;
    --bs-body-font-weight: 400;
    --bs-body-line-height: 1.5;
    --bs-body-color: #212529;
    --bs-body-color-rgb: 33, 37, 41;
    --bs-body-bg: #fff;
    --bs-body-bg-rgb: 255, 255, 255;
    --bs-emphasis-color: #000;
    --bs-emphasis-color-rgb: 0, 0, 0;
    --bs-secondary-color: rgba(33, 37, 41, 0.75);
    --bs-secondary-color-rgb: 33, 37, 41;
    --bs-secondary-bg: #e9ecef;
    --bs-secondary-bg-rgb: 233, 236, 239;
    --bs-tertiary-color: rgba(33, 37, 41, 0.5);
    --bs-tertiary-color-rgb: 33, 37, 41;
    --bs-tertiary-bg: #f8f9fa;
    --bs-tertiary-bg-rgb: 248, 249, 250;
    --bs-heading-color: inherit;
    --bs-link-color: #0d6efd;
    --bs-link-color-rgb: 13, 110, 253;
    --bs-link-decoration: underline;
    --bs-link-hover-color: #0a58ca;
    --bs-link-hover-color-rgb: 10, 88, 202;
    --bs-code-color: #FB7B1C;
    --bs-highlight-color: #212529;
    --bs-highlight-bg: #fff3cd;
    --bs-border-width: 1px;
    --bs-border-style: solid;
    --bs-border-color: #dee2e6;
    --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
    --bs-border-radius: 0.375rem;
    --bs-border-radius-sm: 0.25rem;
    --bs-border-radius-lg: 0.5rem;
    --bs-border-radius-xl: 1rem;
    --bs-border-radius-xxl: 2rem;
    --bs-border-radius-2xl: var(--bs-border-radius-xxl);
    --bs-border-radius-pill: 50rem;
    --bs-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
    --bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
    --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
    --bs-focus-ring-width: 0.25rem;
    --bs-focus-ring-opacity: 0.25;
    --bs-focus-ring-color: rgba(13, 110, 253, 0.25);
    --bs-form-valid-color: #198754;
    --bs-form-valid-border-color: #198754;
    --bs-form-invalid-color: #FB7B1C;
    --bs-form-invalid-border-color: #FB7B1C;
    --bs-btn-close-filter: ;
    --bs-carousel-indicator-active-bg: #fff;
    --bs-carousel-caption-color: #fff;
    --bs-carousel-control-icon-filter:
}

*,
::after,
::before {
    box-sizing: border-box
}

@media (prefers-reduced-motion:no-preference) {
    :root {
        scroll-behavior: smooth
    }
}

body {
    margin: 0;
    font-family: var(--bs-body-font-family);
    font-size: var(--bs-body-font-size);
    font-weight: var(--bs-body-font-weight);
    line-height: var(--bs-body-line-height);
    color: var(--bs-body-color);
    text-align: var(--bs-body-text-align);
    background-color: var(--bs-body-bg);
    -webkit-text-size-adjust: 100%
}

hr {
    margin: 1rem 0;
    color: inherit;
    border: 0;
    border-top: var(--bs-border-width) solid;
    opacity: .25
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2;
    color: var(--bs-heading-color)
}

.accordion-header,
.mega-menu h3,
.redbox-applynow h3,
ol ol,
ol ul,
ul ol,
ul ul {
    margin-bottom: 0
}

.form-control,
.form-control:focus {
    color: var(--bs-body-color);
    background-color: var(--bs-body-bg)
}

.h1,
h1 {
    font-size: calc(1.375rem + 1.5vw)
}

.h2,
h2 {
    font-size: calc(1.325rem + .9vw)
}

.h3,
h3 {
    font-size: calc(1.3rem + .6vw)
}

.h4,
h4 {
    font-size: calc(1.275rem + .3vw)
}

.h5,
h5 {
    font-size: 1.25rem
}

.h6,
h6 {
    font-size: 1rem
}

dl,
ol,
p,
ul {
    margin-top: 0;
    margin-bottom: 1rem
}

ol,
ul {
    padding-left: 2rem
}

b,
strong {
    font-weight: bolder
}

.small,
small {
    font-size: .875em
}

sub,
sup {
    font-size: .75em;
    line-height: 0;
    vertical-align: baseline
}

.btn,
.btn-hoverEffect,
.navbar-toggler-icon,
img,
svg {
    vertical-align: middle
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

a {
    color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1))
}

a:hover {
    --bs-link-color-rgb: var(--bs-link-hover-color-rgb)
}

table {
    caption-side: bottom;
    border-collapse: collapse
}

tbody,
td,
tfoot,
th,
thead,
tr {
    border: 0 solid;
    border-color: inherit
}

.accordion-flush>.accordion-item>.accordion-collapse,
.accordion-flush>.accordion-item>.accordion-header .accordion-button,
.accordion-flush>.accordion-item>.accordion-header .accordion-button.collapsed,
button {
    border-radius: 0
}


   .internal-form {
    position: absolute;
    top: 22% !important;
    right: 10px;
    transform: translateY(-50%);
    z-index: 3;
    max-width: 350px;
    width: 100%;
    right: 10%;
}


#ee-form-6 {
    position: absolute;
    z-index: 1;
    padding: 160px 0px 0px 0px;
    width: 370px !important;
    height: auto !important;
}

.flickity-enabled:focus,
button:focus:not(:focus-visible) {
    outline: 0
}

button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

button,
select {
    text-transform: none
}

[type=button],
[type=reset],
[type=submit],
button {
    -webkit-appearance: button
}

.dd-graphic-cont .col-6:nth-child(4),
iframe {
    border: 0
}

.display-1 {
    font-weight: 300;
    line-height: 1.2;
    font-size: calc(1.625rem + 4.5vw)
}

.list-unstyled {
    padding-left: 0
}

.img-fluid {
    max-width: 100%;
    height: auto
}

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-right: auto;
    margin-left: auto
}

:root {
    --bs-breakpoint-xs: 0;
    --bs-breakpoint-sm: 576px;
    --bs-breakpoint-md: 768px;
    --bs-breakpoint-lg: 992px;
    --bs-breakpoint-xl: 1200px;
    --bs-breakpoint-xxl: 1400px;
    --primary-font: Google Sans;
    --alt-font: Plus Jakarta Sans;
    --flash-orange: #FB7B1C;
    --pale-yellow: #ffdfaa;
    --bs-off-white: #f3f3f3;
    --bs-light-gray: #c0c0c0;
    --bs-mid-dark: #333333;
    --navy-color: #0d254d;
    --bg-skyblue: #3092dd;
    --bg-navyblue: linear-gradient(-41deg, #087e8b 30%, #0a65a4 100%);
    --bg-darkyellow: #f7a600;
    --bg-lightgray: #ececec;
    --bg-white: #ffffff;
    --bg-dark: #111111;
    --text-skyblue: #35e7f9;
    --text-navyblue: #023e93;
    --text-darkyellow: #f7a600;
    --text-white: #ffffff;
    --text-dark: #111111;
    --bg-white-faded: rgba(255, 255, 255, 0.2);
    --bg-navyblue-faded: rgba(2, 62, 147, 0.9);
    --bg-lightnavyblue-faded: rgba(15, 67, 141, 0.7);
    --seagreen-gradient: linear-gradient(41deg, #087e8b 30%, #0a65a4 100%);
    --seagreen-gradient-faded: linear-gradient(41deg, rgba(8, 126, 139, .9) 30%, rgba(10, 101, 164, .9) 100%);
    --number--24: clamp(1.25rem, 1.1785714285714286rem + 0.35714285714285715vw, 1.5rem);
    --number--72: clamp(2.75rem, 2.25rem + 2.5vw, 4.5rem);
    --number--96: clamp(3.5rem, 2.7857142857142856rem + 3.571428571428571vw, 6rem)
}

.row {
    --bs-gutter-x: 1.5rem;
    display: flex;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-.5 * var(--bs-gutter-x));
    margin-left: calc(-.5 * var(--bs-gutter-x))
}

.row>* {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-top: var(--bs-gutter-y)
}

.col-3,
.col-4,
.col-5,
.col-6,
.col-7 {
    flex: 0 0 auto
}

.col-3 {
    width: 25%
}

.col-4 {
    width: 33.33333333%
}

.col-5 {
    width: 41.66666667%
}

.col-6 {
    width: 50%
}

.col-7 {
    width: 58.33333333%
}

.col-12 {
    flex: 0 0 auto;
    width: 100%
}

.g-0,
.gx-0 {
    --bs-gutter-x: 0
}

.g-2,
.gx-2 {
    --bs-gutter-x: 0.5rem
}

.g-2,
.gy-2 {
    --bs-gutter-y: 0.5rem
}

.g-3,
.gx-3 {
    --bs-gutter-x: 1rem
}

.g-3,
.gy-3 {
    --bs-gutter-y: 1rem
}

.g-4,
.gx-4 {
    --bs-gutter-x: 1.5rem
}

.g-4,
.gy-4 {
    --bs-gutter-y: 1.5rem
}

.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-clip: padding-box;
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: var(--bs-border-radius);
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

.form-control:focus {
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25)
}

.form-control::placeholder {
    color: var(--bs-secondary-color);
    opacity: 1
}

.btn {
    --bs-btn-padding-x: 0.75rem;
    --bs-btn-padding-y: 0.375rem;
    --bs-btn-font-family: ;
    --bs-btn-font-size: 1rem;
    --bs-btn-font-weight: 400;
    --bs-btn-line-height: 1.5;
    --bs-btn-color: var(--bs-body-color);
    --bs-btn-bg: transparent;
    --bs-btn-border-width: var(--bs-border-width);
    --bs-btn-border-color: transparent;
    --bs-btn-border-radius: var(--bs-border-radius);
    --bs-btn-hover-border-color: transparent;
    --bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
    --bs-btn-disabled-opacity: 0.65;
    --bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
    display: inline-block;
    padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
    font-family: var(--bs-btn-font-family);
    font-size: var(--bs-btn-font-size);
    font-weight: var(--bs-btn-font-weight);
    line-height: var(--bs-btn-line-height);
    color: var(--bs-btn-color);
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
    border-radius: var(--bs-btn-border-radius);
    background-color: var(--bs-btn-bg);
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

.fade {
    transition: opacity .15s linear
}

.fade:not(.show),
.key-figure-wrapper .key-figure-details,
.key-figure-wrapper.active .key-figure-closed,
.modal-backdrop.fade {
    opacity: 0
}

.collapse:not(.show),
.dark-logo,
.header.sticky .white-logo {
    display: none
}

.collapsing {
    height: 0;
    overflow: hidden;
    transition: height .35s
}

.nav {
    --bs-nav-link-padding-x: 1rem;
    --bs-nav-link-color: var(--bs-link-color);
    --bs-nav-link-hover-color: var(--bs-link-hover-color);
    --bs-nav-link-disabled-color: var(--bs-secondary-color);
    display: flex;
    padding-left: 0
}

.nav-link {
    display: block;
    padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
    font-size: var(--bs-nav-link-font-size);
    font-weight: var(--bs-nav-link-font-weight);
    color: var(--bs-nav-link-color);
    background: 0 0;
    border: 0;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out
}

.nav-tabs {
    --bs-nav-tabs-border-width: var(--bs-border-width);
    --bs-nav-tabs-border-color: var(--bs-border-color);
    --bs-nav-tabs-border-radius: var(--bs-border-radius);
    --bs-nav-tabs-link-hover-border-color: var(--bs-secondary-bg) var(--bs-secondary-bg) var(--bs-border-color);
    --bs-nav-tabs-link-active-color: var(--bs-emphasis-color);
    --bs-nav-tabs-link-active-bg: var(--bs-body-bg);
    --bs-nav-tabs-link-active-border-color: var(--bs-border-color) var(--bs-border-color) var(--bs-body-bg);
    border-bottom: var(--bs-nav-tabs-border-width) solid var(--bs-nav-tabs-border-color)
}

.nav-tabs .nav-link {
    margin-bottom: calc(-1 * var(--bs-nav-tabs-border-width));
    border: var(--bs-nav-tabs-border-width) solid transparent;
    border-top-left-radius: var(--bs-nav-tabs-border-radius);
    border-top-right-radius: var(--bs-nav-tabs-border-radius)
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: var(--bs-nav-tabs-link-active-color);
    background-color: var(--bs-nav-tabs-link-active-bg);
    border-color: var(--bs-nav-tabs-link-active-border-color)
}

.navbar {
    --bs-navbar-padding-x: 0;
    --bs-navbar-padding-y: 0.5rem;
    --bs-navbar-color: rgba(var(--bs-emphasis-color-rgb), 0.65);
    --bs-navbar-hover-color: rgba(var(--bs-emphasis-color-rgb), 0.8);
    --bs-navbar-disabled-color: rgba(var(--bs-emphasis-color-rgb), 0.3);
    --bs-navbar-active-color: rgba(var(--bs-emphasis-color-rgb), 1);
    --bs-navbar-brand-padding-y: 0.3125rem;
    --bs-navbar-brand-margin-end: 1rem;
    --bs-navbar-brand-font-size: 1.25rem;
    --bs-navbar-brand-color: rgba(var(--bs-emphasis-color-rgb), 1);
    --bs-navbar-brand-hover-color: rgba(var(--bs-emphasis-color-rgb), 1);
    --bs-navbar-nav-link-padding-x: 0.5rem;
    --bs-navbar-toggler-padding-y: 0.25rem;
    --bs-navbar-toggler-padding-x: 0.75rem;
    --bs-navbar-toggler-font-size: 1.25rem;
    --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2833, 37, 41, 0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
    --bs-navbar-toggler-border-color: rgba(var(--bs-emphasis-color-rgb), 0.15);
    --bs-navbar-toggler-border-radius: var(--bs-border-radius);
    --bs-navbar-toggler-focus-width: 0.25rem;
    --bs-navbar-toggler-transition: box-shadow 0.15s ease-in-out;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: var(--bs-navbar-padding-y) var(--bs-navbar-padding-x)
}

.navbar>.container,
.navbar>.container-fluid,
.navbar>.container-lg,
.navbar>.container-md,
.navbar>.container-sm,
.navbar>.container-xl,
.navbar>.container-xxl {
    display: flex;
    flex-wrap: inherit;
    align-items: center;
    justify-content: space-between
}

.navbar-brand {
    padding-top: var(--bs-navbar-brand-padding-y);
    padding-bottom: var(--bs-navbar-brand-padding-y);
    margin-right: var(--bs-navbar-brand-margin-end);
    font-size: var(--bs-navbar-brand-font-size);
    color: var(--bs-navbar-brand-color);
    white-space: nowrap
}

.cuNews-section .str-link:hover,
.menu-options li a:hover,
.notiTitle,
.step-second-menu ul li a:hover {
    text-decoration: underline
}

.navbar-brand:focus,
.navbar-brand:hover {
    color: var(--bs-navbar-brand-hover-color)
}

.navbar-nav {
    --bs-nav-link-padding-x: 0;
    --bs-nav-link-color: var(--bs-navbar-color);
    --bs-nav-link-hover-color: var(--bs-navbar-hover-color);
    --bs-nav-link-disabled-color: var(--bs-navbar-disabled-color);
    display: flex;
    flex-direction: column;
    padding-left: 0
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
    color: var(--bs-navbar-active-color)
}

.navbar-collapse {
    flex-grow: 1;
    flex-basis: 100%;
    align-items: center
}

.navbar-toggler {
    padding: var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);
    font-size: var(--bs-navbar-toggler-font-size);
    line-height: 1;
    color: var(--bs-navbar-color);
    background-color: transparent;
    border: var(--bs-border-width) solid var(--bs-navbar-toggler-border-color);
    border-radius: var(--bs-navbar-toggler-border-radius);
    transition: var(--bs-navbar-toggler-transition)
}

.navbar-toggler:focus {
    outline: 0;
    box-shadow: 0 0 0 var(--bs-navbar-toggler-focus-width)
}

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    background-image: var(--bs-navbar-toggler-icon-bg)
}

.accordion-button,
.card {
    position: relative;
    display: flex
}

.card {
    --bs-card-spacer-y: 1rem;
    --bs-card-spacer-x: 1rem;
    --bs-card-title-spacer-y: 0.5rem;
    --bs-card-title-color: ;
    --bs-card-subtitle-color: ;
    --bs-card-border-width: var(--bs-border-width);
    --bs-card-border-color: var(--bs-border-color-translucent);
    --bs-card-border-radius: var(--bs-border-radius);
    --bs-card-box-shadow: ;
    --bs-card-inner-border-radius: calc(var(--bs-border-radius) - (var(--bs-border-width)));
    --bs-card-cap-padding-y: 0.5rem;
    --bs-card-cap-padding-x: 1rem;
    --bs-card-cap-bg: rgba(var(--bs-body-color-rgb), 0.03);
    --bs-card-cap-color: ;
    --bs-card-height: ;
    --bs-card-color: ;
    --bs-card-bg: var(--bs-body-bg);
    --bs-card-img-overlay-padding: 1rem;
    --bs-card-group-margin: 0.75rem;
    flex-direction: column;
    min-width: 0;
    height: var(--bs-card-height);
    color: var(--bs-body-color);
    word-wrap: break-word;
    background-color: var(--bs-card-bg);
    background-clip: border-box;
    border: var(--bs-card-border-width) solid var(--bs-card-border-color);
    border-radius: var(--bs-card-border-radius)
}

.card-body {
    flex: 1 1 auto;
    padding: var(--bs-card-spacer-y) var(--bs-card-spacer-x);
    color: var(--bs-card-color)
}

.card-footer {
    padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
    color: var(--bs-card-cap-color);
    background-color: var(--bs-card-cap-bg);
    border-top: var(--bs-card-border-width) solid var(--bs-card-border-color)
}

.card-footer:last-child {
    border-radius: 0 0 var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius)
}

.accordion {
    --bs-accordion-color: var(--bs-body-color);
    --bs-accordion-bg: var(--bs-body-bg);
    --bs-accordion-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
    --bs-accordion-border-color: var(--bs-border-color);
    --bs-accordion-border-width: var(--bs-border-width);
    --bs-accordion-border-radius: var(--bs-border-radius);
    --bs-accordion-inner-border-radius: calc(var(--bs-border-radius) - (var(--bs-border-width)));
    --bs-accordion-btn-padding-x: 1.25rem;
    --bs-accordion-btn-padding-y: 1rem;
    --bs-accordion-btn-color: var(--bs-body-color);
    --bs-accordion-btn-bg: var(--bs-accordion-bg);
    --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23212529' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
    --bs-accordion-btn-icon-width: 1.25rem;
    --bs-accordion-btn-icon-transform: rotate(-180deg);
    --bs-accordion-btn-icon-transition: transform 0.2s ease-in-out;
    --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23052c65' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
    --bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
    --bs-accordion-body-padding-x: 1.25rem;
    --bs-accordion-body-padding-y: 1rem;
    --bs-accordion-active-color: var(--bs-primary-text-emphasis);
    --bs-accordion-active-bg: var(--bs-primary-bg-subtle);
    --bs-accordion-bg: transparent
}

.accordion-button {
    align-items: center;
    width: 100%;
    padding: var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);
    font-size: 1rem;
    color: var(--bs-accordion-btn-color);
    text-align: left;
    background-color: var(--bs-accordion-btn-bg);
    border: 0;
    border-radius: 0;
    overflow-anchor: none;
    transition: var(--bs-accordion-transition)
}

.accordion-button:not(.collapsed) {
    color: var(--bs-accordion-active-color);
    background-color: var(--bs-accordion-active-bg);
    box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color)
}

.accordion-button:not(.collapsed)::after {
    background-image: var(--bs-accordion-btn-active-icon);
    transform: var(--bs-accordion-btn-icon-transform)
}

.accordion-button::after {
    flex-shrink: 0;
    width: var(--bs-accordion-btn-icon-width);
    height: var(--bs-accordion-btn-icon-width);
    margin-left: auto;
    content: "";
    background-image: var(--bs-accordion-btn-icon);
    background-repeat: no-repeat;
    background-size: var(--bs-accordion-btn-icon-width);
    transition: var(--bs-accordion-btn-icon-transition)
}

.accordion-button:hover {
    z-index: 2
}

.accordion-button:focus {
    z-index: 3;
    outline: 0;
    box-shadow: var(--bs-accordion-btn-focus-box-shadow)
}

.accordion-item {
    color: var(--bs-accordion-color);
    background-color: var(--bs-accordion-bg);
    border: var(--bs-accordion-border-width) solid var(--bs-accordion-border-color)
}

.btn-close,
.btn-close:hover {
    color: var(--bs-btn-close-color)
}

.accordion-item:first-of-type {
    border-top-left-radius: var(--bs-accordion-border-radius);
    border-top-right-radius: var(--bs-accordion-border-radius)
}

.accordion-item:first-of-type>.accordion-header .accordion-button {
    border-top-left-radius: var(--bs-accordion-inner-border-radius);
    border-top-right-radius: var(--bs-accordion-inner-border-radius)
}

.accordion-flush>.accordion-item:first-child,
.accordion-item:not(:first-of-type) {
    border-top: 0
}

.accordion-item:last-of-type,
.accordion-item:last-of-type>.accordion-collapse {
    border-bottom-right-radius: var(--bs-accordion-border-radius);
    border-bottom-left-radius: var(--bs-accordion-border-radius)
}

.accordion-item:last-of-type>.accordion-header .accordion-button.collapsed {
    border-bottom-right-radius: var(--bs-accordion-inner-border-radius);
    border-bottom-left-radius: var(--bs-accordion-inner-border-radius)
}

.accordion-body {
    padding: var(--bs-accordion-body-padding-y) var(--bs-accordion-body-padding-x)
}

.accordion-flush>.accordion-item {
    border-right: 0;
    border-left: 0;
    border-radius: 0
}

.accordion-flush>.accordion-item:last-child {
    border-bottom: 0
}

.btn-close {
    --bs-btn-close-color: #000;
    --bs-btn-close-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414'/%3e%3c/svg%3e");
    --bs-btn-close-opacity: 0.5;
    --bs-btn-close-hover-opacity: 0.75;
    --bs-btn-close-focus-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
    --bs-btn-close-focus-opacity: 1;
    --bs-btn-close-disabled-opacity: 0.25;
    box-sizing: content-box;
    width: 1em;
    height: 1em;
    padding: .25em;
    background: transparent var(--bs-btn-close-bg) center/1em auto no-repeat;
    filter: var(--bs-btn-close-filter);
    border: 0;
    border-radius: .375rem;
    opacity: var(--bs-btn-close-opacity)
}

.btn-close:hover {
    opacity: var(--bs-btn-close-hover-opacity)
}

.btn-close:focus {
    outline: 0;
    box-shadow: var(--bs-btn-close-focus-shadow);
    opacity: var(--bs-btn-close-focus-opacity)
}

.modal {
    --bs-modal-zindex: 1055;
    --bs-modal-width: 500px;
    --bs-modal-padding: 1rem;
    --bs-modal-margin: 0.5rem;
    --bs-modal-color: var(--bs-body-color);
    --bs-modal-bg: var(--bs-body-bg);
    --bs-modal-border-color: var(--bs-border-color-translucent);
    --bs-modal-border-width: var(--bs-border-width);
    --bs-modal-border-radius: var(--bs-border-radius-lg);
    --bs-modal-box-shadow: var(--bs-box-shadow-sm);
    --bs-modal-inner-border-radius: calc(var(--bs-border-radius-lg) - (var(--bs-border-width)));
    --bs-modal-header-padding-x: 1rem;
    --bs-modal-header-padding-y: 1rem;
    --bs-modal-header-padding: 1rem 1rem;
    --bs-modal-header-border-color: var(--bs-border-color);
    --bs-modal-header-border-width: var(--bs-border-width);
    --bs-modal-title-line-height: 1.5;
    --bs-modal-footer-gap: 0.5rem;
    --bs-modal-footer-bg: ;
    --bs-modal-footer-border-color: var(--bs-border-color);
    --bs-modal-footer-border-width: var(--bs-border-width);
    position: fixed;
    top: 0;
    left: 0;
    z-index: var(--bs-modal-zindex);
    display: none;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: var(--bs-modal-margin);
    pointer-events: none
}

.modal.fade .modal-dialog {
    transform: translate(0, -50px);
    transition: transform .3s ease-out
}

.modal.show .modal-dialog {
    transform: none
}

.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    color: var(--bs-modal-color);
    pointer-events: auto;
    background-color: var(--bs-modal-bg);
    background-clip: padding-box;
    border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);
    border-radius: var(--bs-modal-border-radius);
    outline: 0
}

.modal-backdrop {
    --bs-backdrop-zindex: 1050;
    --bs-backdrop-bg: #000;
    --bs-backdrop-opacity: 0.5;
    position: fixed;
    top: 0;
    left: 0;
    z-index: var(--bs-backdrop-zindex);
    width: 100vw;
    height: 100vh;
    background-color: var(--bs-backdrop-bg)
}

.modal-backdrop.show {
    opacity: var(--bs-backdrop-opacity)
}

.modal-header {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    padding: var(--bs-modal-header-padding);
    border-bottom: var(--bs-modal-header-border-width) solid var(--bs-modal-header-border-color);
    border-top-left-radius: var(--bs-modal-inner-border-radius);
    border-top-right-radius: var(--bs-modal-inner-border-radius)
}

.modal-title {
    margin-bottom: 0;
    line-height: var(--bs-modal-title-line-height)
}

.modal-body {
    flex: 1 1 auto;
    padding: var(--bs-modal-padding)
}

.carousel.pointer-event {
    touch-action: pan-y
}

.carousel-inner {
    width: 100%;
    overflow: hidden
}

.carousel-inner::after {
    display: block;
    clear: both;
    content: ""
}

.carousel-item {
    display: none;
    float: left;
    width: 100%;
    margin-right: -100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: transform .6s ease-in-out
}

.carousel-item-next,
.carousel-item-prev,
.carousel-item.active,
.header.sticky .dark-logo,
.lpa,
.tsAmount,
.tsName small,
.tsText {
    display: block
}

.carousel-control-next,
.carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15%;
    padding: 0;
    color: #fff;
    text-align: center;
    background: 0 0;
    filter: var(--bs-carousel-control-icon-filter);
    border: 0;
    opacity: .5;
    transition: opacity .15s
}

.carousel-control-prev,
.flickity-prev-next-button.previous {
    left: 0
}

.carousel-control-next {
    right: 0
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 100% 100%
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0'/%3e%3c/svg%3e")
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708'/%3e%3c/svg%3e")
}

.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030
}

.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important
}

.position-absolute,
.visually-hidden-focusable:not(:focus):not(:focus-within):not(caption),
.visually-hidden:not(caption) {
    position: absolute !important
}

.overflow-hidden {
    overflow: hidden !important
}

.d-block,
.menuTabs li a small {
    display: block !important
}

.d-flex {
    display: flex !important
}

.d-none,
.showOnMobile {
    display: none !important
}

.shadow {
    box-shadow: var(--bs-box-shadow) !important
}

.position-relative {
    position: relative !important
}

.bottom-0 {
    bottom: 0 !important
}

.border {
    border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important
}

.border-0 {
    border: 0 !important
}

.border-bottom-0 {
    border-bottom: 0 !important
}

.w-50 {
    width: 50% !important
}

.w-100 {
    width: 100% !important
}

.w-auto {
    width: auto !important
}

.h-100 {
    height: 100% !important
}

.flex-column {
    flex-direction: column !important
}

.justify-content-end {
    justify-content: flex-end !important
}

.justify-content-center {
    justify-content: center !important
}

.justify-content-between {
    justify-content: space-between !important
}

.justify-content-around {
    justify-content: space-around !important
}

.align-items-start {
    align-items: flex-start !important
}

.align-items-center {
    align-items: center !important
}

.align-self-center {
    align-self: center !important
}

.order-first {
    order: -1 !important
}

.order-last {
    order: 6 !important
}

.m-0,
.menuTabs li {
    margin: 0 !important
}

.m-auto {
    margin: auto !important
}

.mx-auto {
    margin-right: auto !important;
    margin-left: auto !important
}

.my-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important
}

.mt-0 {
    margin-top: 0 !important
}

.mt-1 {
    margin-top: .25rem !important
}

.mt-3 {
    margin-top: 1rem !important
}

.mt-4 {
    margin-top: 1.5rem !important
}

.mt-5 {
    margin-top: 3rem !important
}

.me-2 {
    margin-right: .5rem !important
}

.me-3 {
    margin-right: 1rem !important
}

.me-auto {
    margin-right: auto !important
}

.mb-0 {
    margin-bottom: 0 !important
}

.mb-3 {
    margin-bottom: 1rem !important
}

.mb-4 {
    margin-bottom: 1.5rem !important
}

.mb-5 {
    margin-bottom: 3rem !important
}

.ms-1 {
    margin-left: .25rem !important
}

.ms-2 {
    margin-left: .5rem !important
}

.ms-auto {
    margin-left: auto !important
}

.p-0 {
    padding: 0 !important
}

.p-2 {
    padding: .5rem !important
}

.p-3 {
    padding: 1rem !important
}

.p-4 {
    padding: 1.5rem !important
}

.px-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important
}

.py-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important
}

.card.p-0.pt-0,
.pt-0 {
    padding-top: 0 !important
}

.pt-2 {
    padding-top: .5rem !important
}

.pb-0 {
    padding-bottom: 0 !important
}

.ps-0 {
    padding-left: 0 !important
}

.text-end {
    text-align: right !important
}

.text-center {
    text-align: center !important
}

.text-capitalize {
    text-transform: capitalize !important
}

.btn-primary,
.header .nav-item>a,
.heroBannerForm-header h3,
.lpa,
.menu-options li a,
.newsTags,
.nw-date,
.step-second-menu h4,
.tpNumbersCard__title,
.xs-btn {
    text-transform: uppercase
}

.text-dark {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important
}

.text-white {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important
}

.bg-dark {
    background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important
}

.bg-white {
    background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important
}

.bg-transparent {
    background-color: transparent !important
}

.invisible {
    visibility: hidden !important
}

@media (min-width:576px) {

    .container,
    .container-sm {
        max-width: 540px
    }

    .col-sm-4 {
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .col-sm-6 {
        flex: 0 0 auto;
        width: 50%
    }

    .col-sm-8 {
        flex: 0 0 auto;
        width: 66.66666667%
    }

    .col-sm-12 {
        flex: 0 0 auto;
        width: 100%
    }

    .modal {
        --bs-modal-margin: 1.75rem;
        --bs-modal-box-shadow: var(--bs-box-shadow)
    }

    .modal-dialog {
        max-width: var(--bs-modal-width);
        margin-right: auto;
        margin-left: auto
    }

    .order-sm-first {
        order: -1 !important
    }

    .order-sm-last {
        order: 6 !important
    }

    .mt-sm-5 {
        margin-top: 3rem !important
    }

    .p-sm-2 {
        padding: .5rem !important
    }

    .px-sm-0 {
        padding-right: 0 !important;
        padding-left: 0 !important
    }

    .text-sm-start {
        text-align: left !important
    }

    .text-sm-end {
        text-align: right !important
    }
}

@media (min-width:768px) {

    .container,
    .container-md,
    .container-sm {
        max-width: 720px
    }

    .col-md-3 {
        flex: 0 0 auto;
        width: 25%
    }

    .col-md-4 {
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .col-md-5 {
        flex: 0 0 auto;
        width: 41.66666667%
    }

    .col-md-6 {
        flex: 0 0 auto;
        width: 50%
    }

    .col-md-7 {
        flex: 0 0 auto;
        width: 58.33333333%
    }

    .col-md-8 {
        flex: 0 0 auto;
        width: 66.66666667%
    }

    .col-md-9 {
        flex: 0 0 auto;
        width: 75%
    }

    .col-md-12 {
        flex: 0 0 auto;
        width: 100%
    }

    .d-md-block {
        display: block !important
    }

    .offset-md-3 {
        margin-left: 25%
    }
}

@media (min-width:992px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm {
        max-width: 960px
    }

    .col-lg-2 {
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .col-lg-3 {
        flex: 0 0 auto;
        width: 25%
    }

    .col-lg-4 {
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .col-lg-5 {
        flex: 0 0 auto;
        width: 41.66666667%
    }

    .col-lg-6 {
        flex: 0 0 auto;
        width: 50%
    }

    .col-lg-7 {
        flex: 0 0 auto;
        width: 58.33333333%
    }

    .col-lg-12 {
        flex: 0 0 auto;
        width: 100%
    }

    .modal-lg,
    .modal-xl {
        --bs-modal-width: 800px
    }

    .d-lg-block {
        display: block !important
    }

    .d-lg-none {
        display: none !important
    }

    .mt-lg-4 {
        margin-top: 1.5rem !important
    }
}

@media (min-width:1200px) {

    .h1,
    h1 {
        font-size: 2.5rem
    }

    .h2,
    h2 {
        font-size: 2rem
    }

    .h3,
    h3 {
        font-size: 1.75rem
    }

    .h4,
    h4 {
        font-size: 1.5rem
    }

    .display-1 {
        font-size: 5rem
    }

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1140px
    }

    .col-xl-3 {
        flex: 0 0 auto;
        width: 25%
    }

    .col-xl-4 {
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .col-xl-6 {
        flex: 0 0 auto;
        width: 50%
    }

    .col-xl-7 {
        flex: 0 0 auto;
        width: 58.33333333%
    }

    .col-xl-8 {
        flex: 0 0 auto;
        width: 66.66666667%
    }

    .col-xl-9 {
        flex: 0 0 auto;
        width: 75%
    }

    .col-xl-12 {
        flex: 0 0 auto;
        width: 100%
    }

    .navbar-expand-xl {
        flex-wrap: nowrap;
        justify-content: flex-start
    }

    .navbar-expand-xl .navbar-nav {
        flex-direction: row
    }

    .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: var(--bs-navbar-nav-link-padding-x);
        padding-left: var(--bs-navbar-nav-link-padding-x)
    }

    .navbar-expand-xl .navbar-collapse {
        display: flex !important;
        flex-basis: auto
    }

    .navbar-expand-xl .navbar-toggler {
        display: none
    }

    .d-xl-block {
        display: block !important
    }
}

@media (min-width:1400px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1320px
    }

    .mt-xxl-5 {
        margin-top: 3rem !important
    }
}

.flickity-viewport {
    overflow: hidden;
    position: relative;
    height: 100%
}

.flickity-slider {
    position: absolute;
    width: 100%;
    height: 100%
}

.flickity-enabled.is-draggable {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.flickity-enabled.is-draggable .flickity-viewport {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
    cursor: -webkit-grabbing;
    cursor: grabbing
}

.flickity-button {
    position: absolute;
    border: none;
    color: #333
}

.flickity-button:focus {
    outline: 0;
    box-shadow: 0 0 0 5px #19f
}

.flickity-button:active {
    opacity: .6
}

.flickity-button:disabled {
    opacity: .3;
    cursor: auto;
    pointer-events: none
}

.flickity-button-icon {
    fill: currentColor
}

.flickity-prev-next-button {
    top: 50%;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    transform: translateY(-50%)
}

.flickity-rtl .flickity-prev-next-button.previous {
    left: auto;
    right: 10px
}

.flickity-rtl .flickity-prev-next-button.next {
    right: auto;
    left: 10px
}

.flickity-prev-next-button .flickity-button-icon {
    position: absolute;
    top: 20%;
    height: 60%
}

.flickity-page-dots {
    position: absolute;
    width: 100%;
    bottom: -25px;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    line-height: 1
}

.flickity-rtl .flickity-page-dots {
    direction: rtl
}

.flickity-page-dots .dot {
    display: inline-block;
    background: #333;
    opacity: .25;
    cursor: pointer
}

.fa {
    font-family: var(--fa-style-family, "Font Awesome 6 Free");
    font-weight: var(--fa-style, 900)
}

.fa-brands,
.fa-regular,
.fab,
.far,
.header_btn span small {
    font-weight: 400
}

.fa,
.fa-brands,
.fa-regular,
.fa-solid,
.fab,
.far,
.fas {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: var(--fa-display, inline-block);
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto
}

.fa-brands:before,
.fa-regular:before,
.fa-solid:before,
.fa:before,
.fab:before,
.far:before,
.fas:before {
    content: var(--fa)
}

.fa-classic,
.fa-regular,
.fa-solid,
.far,
.fas {
    font-family: "Font Awesome 6 Free"
}

.fa-brands,
.fab {
    font-family: "Font Awesome 6 Brands"
}

.count,
.cuNews-section .card,
.hero-place-slider .item,
.key-figures-wrapper,
.notiHeading,
.notiTitle,
.placementNo,
.topStudent__info,
.uniRankingthumb {
    font-family: var(--alt-font)
}

.fa-compass {
    --fa: "\f14e";
    --fa--fa: "\f14e\f14e"
}

.fa-arrow-circle-up,
.fa-circle-arrow-up {
    --fa: "\f0aa";
    --fa--fa: "\f0aa\f0aa"
}

.fa-arrow-circle-down,
.fa-circle-arrow-down {
    --fa: "\f0ab";
    --fa--fa: "\f0ab\f0ab"
}

.fa-phone {
    --fa: "\f095";
    --fa--fa: "\f095\f095"
}

.fa-external-link-alt,
.fa-up-right-from-square {
    --fa: "\f35d";
    --fa--fa: "\f35d\f35d"
}

.fa-bell {
    --fa: "\f0f3";
    --fa--fa: "\f0f3\f0f3"
}

.fa-magnifying-glass,
.fa-search {
    --fa: "\f002";
    --fa--fa: "\f002\f002"
}

:host,
:root {
    --fa-style-family-brands: "Font Awesome 6 Brands";
    --fa-font-brands: normal 400 1em/1 "Font Awesome 6 Brands";
    --fa-font-regular: normal 400 1em/1 "Font Awesome 6 Free";
    --fa-style-family-classic: "Font Awesome 6 Free";
    --fa-font-solid: normal 900 1em/1 "Font Awesome 6 Free"
}

.fa-threads {
    --fa: "\e618"
}

.fa-google {
    --fa: "\f1a0"
}

.fa-linkedin-in {
    --fa: "\f0e1"
}

.fa-windows {
    --fa: "\f17a"
}

.fa-amazon {
    --fa: "\f270"
}

.fa-facebook-f {
    --fa: "\f39e"
}

.fa-x-twitter {
    --fa: "\e61b"
}

.fa-linkedin {
    --fa: "\f08c"
}

.fa-instagram {
    --fa: "\f16d"
}

.fa-facebook {
    --fa: "\f09a"
}

.fa-whatsapp {
    --fa: "\f232"
}

.fa-youtube {
    --fa: "\f167"
}

.fa-pinterest {
    --fa: "\f0d2"
}

@font-face {
    font-family: "Font Awesome 6 Brands";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(../webfonts/2025/fa-brands-400.woff2) format("woff2"), url(../webfonts/2025/fa-brands-400.ttf) format("truetype")
}

@font-face {
    font-family: "Font Awesome 6 Free";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(../webfonts/2025/fa-regular-400.woff2) format("woff2"), url(../webfonts/2025/fa-regular-400.ttf) format("truetype")
}

@font-face {
    font-family: "Font Awesome 6 Free";
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url(../webfonts/2025/fa-solid-900.woff2) format("woff2"), url(../webfonts/2025/fa-solid-900.ttf) format("truetype")
}

.fa-solid,
.fas {
    font-weight: 900
}

@font-face {
    font-family: "Font Awesome 5 Brands";
    font-display: swap;
    font-weight: 400;
    src: url(../webfonts/2025/fa-brands-400.woff2) format("woff2"), url(../webfonts/2025/fa-brands-400.ttf) format("truetype")
}

@font-face {
    font-family: "Font Awesome 5 Free";
    font-display: swap;
    font-weight: 900;
    src: url(../webfonts/2025/fa-solid-900.woff2) format("woff2"), url(../webfonts/2025/fa-solid-900.ttf) format("truetype")
}

@font-face {
    font-family: "Font Awesome 5 Free";
    font-display: swap;
    font-weight: 400;
    src: url(../webfonts/2025/fa-regular-400.woff2) format("woff2"), url(../webfonts/2025/fa-regular-400.ttf) format("truetype")
}

@font-face {
    font-family: FontAwesome;
    font-display: swap;
    src: url(../webfonts/2025/fa-solid-900.woff2) format("woff2"), url(../webfonts/2025/fa-solid-900.ttf) format("truetype")
}

@font-face {
    font-family: FontAwesome;
    font-display: swap;
    src: url(../webfonts/2025/fa-brands-400.woff2) format("woff2"), url(../webfonts/2025/fa-brands-400.ttf) format("truetype")
}

@font-face {
    font-family: FontAwesome;
    font-display: swap;
    src: url(../webfonts/2025/fa-regular-400.woff2) format("woff2"), url(../webfonts/2025/fa-regular-400.ttf) format("truetype");
    unicode-range: u+f003, u+f006, u+f014, u+f016-f017, u+f01a-f01b, u+f01d, u+f022, u+f03e, u+f044, u+f046, u+f05c-f05d, u+f06e, u+f070, u+f087-f088, u+f08a, u+f094, u+f096-f097, u+f09d, u+f0a0, u+f0a2, u+f0a4-f0a7, u+f0c5, u+f0c7, u+f0e5-f0e6, u+f0eb, u+f0f6-f0f8, u+f10c, u+f114-f115, u+f118-f11a, u+f11c-f11d, u+f133, u+f147, u+f14e, u+f150-f152, u+f185-f186, u+f18e, u+f190-f192, u+f196, u+f1c1-f1c9, u+f1d9, u+f1db, u+f1e3, u+f1ea, u+f1f7, u+f1f9, u+f20a, u+f247-f248, u+f24a, u+f24d, u+f255-f25b, u+f25d, u+f271-f274, u+f278, u+f27b, u+f28c, u+f28e, u+f29c, u+f2b5, u+f2b7, u+f2ba, u+f2bc, u+f2be, u+f2c0-f2c1, u+f2c3, u+f2d0, u+f2d2, u+f2d4, u+f2dc
}

@font-face {
    font-family: FontAwesome;
    font-display: swap;
    src: url(../webfonts/2025/fa-v4compatibility.woff2) format("woff2"), url(../webfonts/2025/fa-v4compatibility.ttf) format("truetype");
    unicode-range: u+f041, u+f047, u+f065-f066, u+f07d-f07e, u+f080, u+f08b, u+f08e, u+f090, u+f09a, u+f0ac, u+f0ae, u+f0b2, u+f0d0, u+f0d6, u+f0e4, u+f0ec, u+f10a-f10b, u+f123, u+f13e, u+f148-f149, u+f14c, u+f156, u+f15e, u+f160-f161, u+f163, u+f175-f178, u+f195, u+f1f8, u+f219, u+f27a
}

[data-aos][data-aos][data-aos-duration="400"],
body[data-aos-duration="400"] [data-aos] {
    transition-duration: .4s
}

[data-aos][data-aos][data-aos-duration="500"],
body[data-aos-duration="500"] [data-aos] {
    transition-duration: .5s
}

[data-aos][data-aos][data-aos-duration="600"],
body[data-aos-duration="600"] [data-aos] {
    transition-duration: .6s
}

[data-aos][data-aos][data-aos-duration="700"],
body[data-aos-duration="700"] [data-aos] {
    transition-duration: .7s
}

[data-aos][data-aos][data-aos-duration="800"],
body[data-aos-duration="800"] [data-aos] {
    transition-duration: .8s
}

[data-aos][data-aos][data-aos-duration="900"],
body[data-aos-duration="900"] [data-aos] {
    transition-duration: .9s
}

[data-aos][data-aos][data-aos-duration="1100"],
body[data-aos-duration="1100"] [data-aos] {
    transition-duration: 1.1s
}

[data-aos][data-aos][data-aos-duration="1300"],
body[data-aos-duration="1300"] [data-aos] {
    transition-duration: 1.3s
}

[data-aos][data-aos][data-aos-duration="1500"],
body[data-aos-duration="1500"] [data-aos] {
    transition-duration: 1.5s
}

[data-aos][data-aos][data-aos-duration="1700"],
body[data-aos-duration="1700"] [data-aos] {
    transition-duration: 1.7s
}

[data-aos][data-aos][data-aos-easing=ease],
body[data-aos-easing=ease] [data-aos] {
    transition-timing-function: ease
}

[data-aos^=fade][data-aos^=fade] {
    opacity: 0;
    transition-property: opacity, transform
}

[data-aos^=fade][data-aos^=fade].aos-animate {
    opacity: 1;
    transform: translateZ(0)
}

[data-aos=fade-up] {
    transform: translate3d(0, 100px, 0)
}

[data-aos=fade-right] {
    transform: translate3d(-100px, 0, 0)
}

[data-aos=fade-left] {
    transform: translate3d(100px, 0, 0)
}

.navbar-toggler-icon::after,
.navbar-toggler-icon::before {
    background: #fff;
    width: 100%;
    position: absolute;
    height: 1px;
    content: '';
    left: 0;
    transition: .25s
}

.campusDd,
.dd--title,
.dd--title span,
.footer-fixed-bar,
.redbox-applynow h3 {
    text-align: center
}

.header .nav-item>a,
.xs-btn {
    letter-spacing: .5px
}

@font-face {
    font-family: 'Google Sans';
    src: url('../fonts-2025/GoogleSans-Bold.woff2') format('woff2'), url('../fonts-2025/GoogleSans-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Google Sans';
    src: url('../fonts-2025/GoogleSans-Medium.woff2') format('woff2'), url('../fonts-2025/GoogleSans-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Google Sans';
    src: url('../fonts-2025/GoogleSans-Regular.woff2') format('woff2'), url('../fonts-2025/GoogleSans-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Plus Jakarta Sans';
    src: url('../fonts-2025/PlusJakartaSans-ExtraLight.woff2') format('woff2'), url('../fonts-2025/PlusJakartaSans-ExtraLight.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Plus Jakarta Sans';
    src: url('../fonts-2025/PlusJakartaSans-Light.woff2') format('woff2'), url('../fonts-2025/PlusJakartaSans-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Plus Jakarta Sans';
    src: url('../fonts-2025/PlusJakartaSans-Regular.woff2') format('woff2'), url('../fonts-2025/PlusJakartaSans-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Plus Jakarta Sans';
    src: url('../fonts-2025/PlusJakartaSans-SemiBold.woff2') format('woff2'), url('../fonts-2025/PlusJakartaSans-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Plus Jakarta Sans';
    src: url('../fonts-2025/PlusJakartaSans-Bold.woff2') format('woff2'), url('../fonts-2025/PlusJakartaSans-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Plus Jakarta Sans';
    src: url('../fonts-2025/PlusJakartaSans-ExtraBold.woff2') format('woff2'), url('../fonts-2025/PlusJakartaSans-ExtraBold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
    font-display: swap
}

#sb_container .sb-chat-bubble a,
#sb_container .sb-chat-bubble small,
body,
h1,
h2,
h3,
h4,
h5,
h6,
li,
p {
    font-family: var(--primary-font) !important
}

.header__top-right li {
    color: var(--text-white);
    font-size: 12px
}

.navbar-toggler-icon {
    position: relative;
    background: #fff;
    height: 1px
}

.navbar-toggler-icon::after {
    top: -9px
}

.navbar-toggler-icon::before {
    bottom: -9px
}

.headerTopSlider .carousel-control-next,
.headerTopSlider .carousel-control-prev {
    width: 20px
}

.header {
    transition: .2s ease-in-out;
    -webkit-transition: .2s ease-in-out;
    -moz-transition: .2s ease-in-out;
    -ms-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out
}

.header.sticky {
    transition: .2s ease-in-out;
    -webkit-transition: .2s ease-in-out;
    -moz-transition: .2s ease-in-out;
    -ms-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    background: var(--bs-white);
    box-shadow: 0 1px 7px rgba(0, 0, 0, .1)
}

.header.sticky .headerTopBar {
    border-bottom: 1px solid rgba(47, 47, 47, .1)
}

.header.sticky .header__top-right.social-sub {
    border-left: 1px solid rgba(47, 47, 47, .1)
}

.header.sticky #search-page-mob,
.header.sticky .headerTopSlider .carousel-item,
.header.sticky .header__top-right li a,
.header.sticky .institute-list ul li>a,
.header.sticky .mega-menu .text-switch,
.header.sticky .menu-options li a,
.header.sticky .nav-item.dd-menu-lg>a::after,
.header.sticky .nav-item>a,
.text-switch {
    color: var(--bs-black) !important
}

.header.sticky .headerTopSlider .carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e") !important
}

.header.sticky .headerTopSlider .carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e") !important
}

.cuFeatures-section .key-figure-details-wrapper .display-1::after,
.header.sticky .xs-btn {
    background: var(--bs-black)
}

.header.sticky .lower-header {
    background: 0 0
}

.header.sticky #navbarToggleExternalContent .mega-menu {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-top: 1px solid #e6e6e6
}

.header__top {
    padding: 0 12px 9px;
    border-bottom: 1px solid rgba(255, 255, 255, .2);
    position: relative;
    z-index: 1
}

.header.sticky .top-notification-slider {
    background: #303339
}

.header.sticky .nav-item.dd-menu-lg::after {
    background: rgba(159, 159, 159, .4)
}

.header__top-right {
    width: 610px
}

.header__top-right li a {
    color: var(--text-white);
    font-size: 14px
}

.allNotification__list.show,
.gotoTop,
.navbar-nav {
    visibility: hidden
}

.navbar-nav>* {
    visibility: visible
}

.campusDd,
.gotoTop__icon,
.step-second-menu {
    opacity: 0;
    visibility: hidden
}

.navbar-nav:hover>* {
    opacity: .4
}

.key-figure-wrapper .key-figure-closed,
.navbar-nav>:hover {
    opacity: 1
}

.step-second-menu {
    position: absolute;
    z-index: 2;
    background: var(--bg-white);
    padding: 20px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    -webkit-transform: rotateX(90deg);
    -moz-transform: rotateX(90deg);
    -ms-transform: rotateX(90deg);
    transform: rotateX(90deg);
    -webkit-transform-origin: top center;
    -ms-transform-origin: top center;
    transform-origin: top center;
    overflow: hidden;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px
}

.campusDdLink:hover .campusDd,
.step-first-menu>li:hover .step-second-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: rotateX(0);
    -moz-transform: rotateX(0);
    -ms-transform: rotateX(0);
    transform: rotateX(0)
}

.step-second-menu h4 {
    font-size: 15px;
    margin-bottom: 8px;
    font-weight: 700
}

.footer h5,
.step-second-menu li {
    margin-bottom: 10px
}

.step-second-menu li a {
    color: var(--text-dark);
    font-size: 14px;
    line-height: 15px;
    display: block;
    font-weight: 300
}

.st-about {
    width: 860px;
    height: 370px
}

.st-programs {
    width: 1310px;
    height: 550px;
    left: -139px
}

.st-academics {
    width: 612px;
    height: 368px
}

.st-admissions {
    width: 745px;
    height: 451px
}

.st-campus {
    width: 500px;
    height: 425px
}

.st-placements {
    width: 607px;
    height: 400px;
    right: -190px
}

.st-research {
    width: 700px;
    height: 446px;
    right: 0
}

.header_btn img {
    width: 40px;
    height: 40px
}

.header_btn span {
    font-size: 18px;
    font-weight: 700;
    line-height: 20px
}

.header_btn span small,
.menuTabs li a small,
.progNos p {
    font-size: 12px;
    line-height: 12px
}

.st-admissions h3,
.st-campus h3,
.st-research h3 {
    font-size: 20px;
    margin: 0 !important
}

.dd-graphic-cont {
    background: rgba(219, 25, 25, .8)
}

.dd--title span {
    display: block;
    margin-bottom: 10px
}

.dd--title img {
    display: inline-block
}

.dd-graphic-cont .col-6 {
    border: 1px solid rgba(255, 255, 255, .3);
    height: 120px
}

.dd-graphic-cont .col-6:first-child {
    border-top: 0;
    border-left: 0
}

.dd-graphic-cont .col-6:nth-child(2) {
    border-top: 0;
    border-right: 0;
    border-left: 0
}

.dd-graphic-cont .col-6:nth-child(3) {
    border-top: 0;
    border-left: 0;
    border-bottom: 0
}

.program-drop-down-graphic {
    padding: 20px
}

.program-drop-down-graphic h3 span {
    color: var(--text-color-red);
    font-family: var(--primary-font)
}

.placement--ddNumbers .card {
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    background: #FB7B1C
}

.placement--ddNumbers span h4 {
    margin: 0;
    color: var(--text-white);
    font-weight: 700;
    font-size: 26px;
    line-height: 24px;
    font-family: var(--primary-font)
}

.adSlider__title h3,
.adSlider__title h4,
.heroSlider__content h1 span,
.heroSlider__content p,
.mainHeading h2,
.mainHeading p,
.nw-cont h6,
.nw-cont p {
    font-family: var(--alt-font) !important
}

.placement--ddNumbers span small {
    color: var(--text-white);
    font-size: 11px;
    line-height: 10px;
    display: block;
    margin-top: 5px
}

.progNos {
    width: 135px
}

.progNos p {
    color: var(--text-white);
    margin: 0
}

.drop-down-graphic h3 {
    text-align: center;
    color: var(--text-white);
    font-size: 18px;
    padding: 30px 30px 0
}

.progNos sub {
    bottom: 0;
    font-size: 13px
}

.drop-down-graphic h3 span {
    display: block;
    color: var(--flash-red);
    font-size: 26px;
    font-weight: 700
}

.program-drop-down-graphic h3 {
    color: var(--text-white);
    font-size: 22px
}

.program-drop-down-graphic h3 span {
    color: var(--flash-red);
    font-size: 32px;
    display: block;
    font-weight: 700
}

.dd--title,
.footer a,
.footer p,
.header .nav-item>a,
.menu-options li a,
.redbox-applynow h3 {
    color: var(--text-white)
}

.redbox-applynow {
    background-blend-mode: darken;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    padding-top: 15px
}

.st-campus .dd--title {
    color: var(-text-white)
}

.placement--ddNumbers li span h4 div {
    font-size: 18px;
    display: inline
}

.dd--title span i {
    font-size: 44px
}

.program-drop-down-graphic.text-center h3 {
    text-align: left;
    margin-left: 8px
}

.placement--ddNumbers.ri-ul li {
    float: left;
    width: 50%;
    margin-bottom: 18px
}

.placement--ddNumbers.ri-ul li span {
    width: 88%;
    text-align: left
}

.placement--ddNumbers.ri-ul li span small {
    line-height: 15px;
    display: block
}

.header .nav-item>a {
    padding: 10px 0;
    font-weight: 700;
    font-size: 16px;
    letter-spacing: 1.5px
}

.header .nav-item.dd-menu-lg>a::after {
    content: '\f107';
    font-family: 'Font Awesome 6 Free';
    color: var(--text-white);
    font-size: 12px;
    margin-left: 10px;
    position: relative;
    top: -1px
}

.header .nav-item.dd-menu-lg:hover>a::before {
    content: "";
    position: absolute;
    top: 0;
    background: var(--bs-white);
    height: 1px;
    left: 50%;
    width: 140%;
    transform: translateX(-50%)
}

.menu-options {
    position: absolute;
    top: 106px;
    right: 510px
}

.menu-options li {
    margin-left: 48px
}

.menu-options li a {
    font-size: 12px;
    font-weight: 400
}

.header.sticky .menu-options {
    top: 0
}

.dd--title {
    font-size: 11px;
    line-height: 15px
}

.menuTabs {
    margin: -15px -15px 20px
}

.menuTabs li a {
    color: var(--text-dark) !important;
    padding: 15px 40px !important;
    height: 55px
}

.footer h5,
.footer ul li {
    color: var(--flash-red)
}

.footer h5,
.nw-cont p,
.social-media-icons ul li a,
.uniRankingthumb__no span {
    font-size: 16px
}

.footer p,
.footer ul li {
    font-size: 12px
}

.footer {
    background: var(--bg-dark)
}

.footer p {
    line-height: 14px;
    margin: 0
}

.footer-links ul li {
    margin-bottom: 5px
}

.copyrights ul li a:hover,
.footer-links ul li a:hover {
    text-decoration: underline;
    opacity: .75
}

.copyrights {
    padding: 15px 0;
    border: 1px solid #222;
    border-right: 0;
    border-left: 0;
    margin: 30px 0
}

.unai-logo {
    position: absolute;
    top: -48px;
    left: 15px
}

.unai-logo p {
    font-size: 10px;
    line-height: 12px
}

.ft-about .bdr-1 {
    border-color: #2c2c2c !important;
    transition: .2s
}

.ft-about .bdr-1:hover {
    background: #2c2c2c !important
}

.z-index-9 {
    z-index: 99999999;
    position: relative
}

#sb_container {
    z-index: 9999 !important
}

.justify-content-evenly {
    justify-content: space-evenly
}

.btn img,
.h-thread-icon {
    position: relative;
    top: -1px
}

.lazybg {
    background-size: cover !important
}

.header_btn {
    padding: 14px 16px;
    position: relative;
    padding-right: 120px !important;
    border-radius: 4px;
    background: var(--flash-red)
}

.header_btn .navbar-toggler {
    position: absolute;
    right: 0;
    top: 0;
    padding: 0;
    height: 100%;
    width: 91px;
    align-items: center;
    justify-content: center;
    border: 0
}

.header_btn .navbar-toggler:hover {
    opacity: .7
}

.header_btn .navbar-toggler:focus {
    box-shadow: none
}

#navbarToggleExternalContent .mega-menu {
    height: 600px;
    padding-top: 50px;
    overflow: hidden;
    position: relative;
    background: var(--bs-white);
    border-radius: 10px
}

.institute-list {
    height: 400px;
    margin-top: 50px;
    overflow-y: scroll;
    scrollbar-width: thin;
    scrollbar-color: var(--flash-red) #f9f9f9
}

.mega-menu h3 {
    font-size: 45px;
    line-height: 45px;
    font-weight: 100;
    color: var(--bs-mid-dark)
}

.institute-list ul li {
    margin-bottom: 30px
}

.institute-list ul li>a {
    font-size: 24px;
    line-height: 24px;
    font-weight: 100;
    color: var(--bs-black);
    padding: 5px 0;
    position: relative;
    transition: .3s ease-in-out
}

.institute-list ul li>a::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: #b5b5b5;
    height: 1px
}

.institute-list ul li>a::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: var(--pale-yellow);
    height: 1px;
    width: 0;
    transition: .3s ease-in-out
}

.institute-list ul li.active a::after,
.institute-list ul li:hover a::after {
    width: 0
}

.institute-list ul li.active a::before,
.institute-list ul li:hover a::before {
    background: #FB7B1C;
    width: 100%
}

.institute-info-sec {
    height: 100%;
    top: 0 !important;
    right: 0;
    border-radius: 0;
    width: calc(100vw - 60vw);
    transform: rotateY(90deg);
    transform-origin: left;
    z-index: 0
}

.step-first-menu>li.active .step-second-menu.institute-info-sec,
.step-first-menu>li:hover .step-second-menu.institute-info-sec {
    transform: rotateY(0)
}

.step-first-menu>li.active .step-second-menu {
    opacity: 1;
    visibility: visible
}

.header__main {
    z-index: 2;
    position: relative;
    max-width: 1920px;
    margin: auto
}

.institute-content h5 {
    font-size: 20px;
    line-height: 20px;
    font-weight: 100;
    margin-bottom: 0
}

#navbarToggleExternalContent {
    max-width: 1920px;
    margin: 10px auto auto;
    padding: 0 13px
}

.h-55 {
    height: 55% !important
}

.h-45 {
    height: 45% !important
}

.seagreen-overlay-faded::before {
    background: rgba(251, 123, 28, .8);
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0
}

#search-page-mob {
    margin-top: 5px;
    margin-right: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    line-height: 18px
}

#search-page-mob span {
    font-size: 10px;
    display: block;
    color: var(--white-opacity-bg)
}

#search-page-mob i {
    font-size: 18px
}

#sb_chat_btn {
    background: var(--pale-yellow) !important
}

#sb_container a.sb-chat-btn:hover,
.gotoTop button:hover {
    background: #ffc463 !important
}

.dark-grey-bg {
    background: var(--bs-white) !important
}

.navbar {
    padding-bottom: 0
}

.container-fluid.align-items-start {
    align-items: start
}

.upper-header {
    display: flex;
    justify-content: space-around;
    width: 100%;
    align-items: center;
    margin-top: 5px;
    transition: .2s ease-in-out
}

.menu-options.position-relative {
    top: unset;
    right: unset
}

.navbar-expand-xl .navbar-collapse {
    flex-direction: column;
    gap: 15px
}

.navbar-nav.me-auto {
    margin-right: auto
}

.header.sticky .header__top-left,
.header__top-left,
.header__top-right.w-auto {
    width: auto
}

.header__top-right.w-auto li a:hover {
    opacity: .5
}

.header .nav-item {
    margin: 0 38px
}

.nav-item.dd-menu-lg::after {
    content: "";
    position: absolute;
    background: rgba(255, 255, 255, .4);
    width: 1px;
    right: -55px;
    top: 0;
    bottom: 0
}

.accordion-button[disabled]::after,
.nav-item.dd-menu-lg:last-child::after,
.ph-missed a::after {
    display: none
}

.lower-header {
    width: 100%;
    padding: 10px 15px;
    background: rgba(32, 32, 32, .2);
    border-radius: 10px
}

.step-second-menu {
    top: 36px
}

.ph-missed a i {
    transform: unset;
    top: unset
}

.footer-fixed-bar button:hover {
    animation-play-state: paused;
    color: #4f4444
}

@keyframes marquee {
    0% {
        transform: translate(0)
    }

    100% {
        transform: translate(-100%)
    }
}

.fixed-social li a {
    line-height: 1
}

.fixed-social li span {
    display: block;
    font-size: 9px
}

.header__top-right.social-sub {
    border-left: 1px solid rgba(255, 255, 255, .3);
    margin-left: 15px !important
}

#sb_container.sb-container-align-right,
.moveUp {
    bottom: 60px !important
}

.footer-fixed-bar,
.preloader {
    position: fixed;
    bottom: 0;
    width: 100%;
    left: 0;
    right: 0
}

.footer-fixed-bar {
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    background: var(--pale-yellow);
    z-index: 10;
    padding: 10px 0;
    border-radius: 20px 20px 0 0
}

.footer-fixed-bar button {
    white-space: nowrap;
    padding-left: 100%;
    animation: 10s linear infinite marquee;
    font-size: 18px;
    font-weight: 700;
    line-height: 20px;
    color: var(--text-dark);
    display: inline-block;
    vertical-align: middle;
    background: 0 0;
    border: 0;
    transition: color .2s
}

.campusDd a,
.campusDdLink:hover a,
.campusDdLink>a:hover {
    text-decoration: none !important
}

.preloader {
    top: 0;
    height: 100vh;
    z-index: 99999999;
    background-image: url('../../loader.png');
    background-repeat: no-repeat;
    background-color: var(--bs-white);
    background-position: center;
    background-size: 50px
}

.campusDd
 {
    position: absolute;
    z-index: 1
}

.header__top,
.menu-options {
    display: flex
}

.campusDdLink a {
    padding: 13px 15px;
    border-radius: 0
}

.campusDd {
    top: 40px;
    background: #ea0f0f;
    width: 340px;
    border-radius: 8px;
    padding: 0;
    left: -120px;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    -webkit-transform: rotateX(90deg);
    -moz-transform: rotateX(90deg);
    -ms-transform: rotateX(90deg);
    transform: rotateX(90deg);
    -webkit-transform-origin: top center;
    -ms-transform-origin: top center;
    transform-origin: top center;
    box-shadow: 0 0 20px rgba(0, 0, 0, .3)
}

.campusDd a {
    display: block;
    padding: 5px 15px 15px;
    border-radius: 6px !important
}

.campusDd a img {
    width: 70px !important;
    display: block;
    margin: auto
}

.campusDd a span {
    color: #111 !important;
    line-height: 12px;
    display: block;
    letter-spacing: 1px;
    transition: color .2s
}

.campusDd a:hover {
    background: #f9f9f9 !important
}

.campusDd a:hover span {
    color: var(--flash-red) !important
}

.whatsNew-slider__item {
    color: var(--bs-white);
    font-size: 14px;
    font-weight: 100;
    cursor: grab
}

.upper-header {
    padding-left: 200px
}



.header__top-right li a {
    display: flex;
    gap: 6px;
    align-items: center
}

.header__top-right li a span {
    font-size: 9px;
    font-weight: 400;
    letter-spacing: 0
}

.header__top-right li a i {
    font-size: 14px !important
}

.headerTopSocial {
    width: 504px
}

.headerTopBar {
    border-bottom: 1px solid rgba(255, 255, 255, .1);
    padding: 5px 15px
}

.header__top-right li {
    margin-left: 25px
}

.headerTopSlider {
    width: 65%
}

.headerTopSlider .carousel-item.carousel-item-prev,
.headerTopSlider .carousel-item.carousel-item-start {
    transform: translate(-100%);
    opacity: 0
}

.topHighlights-section,
header.sticky .headerTopSlider .carousel-item {
    background: var(--bs-white)
}

.gotoTop button,
.se-btn {
    width: 40px;
    text-align: center
}

.xs-btn {
    font-size: 11px !important;
    background: var(--flash-red);
    border-radius: 4px;
    padding: 2px 10px;
    margin-left: 15px
}

.header {
    background: 0 0
}

.heroSlider__item,
.se-btn {
    background-position: center
}

.gotoTop {
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out
}

.gotoTop button {
    background: var(--pale-yellow);
    border: 1px solid #ffc76a;
    border-radius: 50%
}

#sb_close_btn img,
#sb_container a.sb-chat-btn .sb-chat-icon,
.btn-primary.bg-white img {
    filter: invert(1)
}

.gotoTop__icon {
    transition: .2s
}

.gotoTop__icon.scrolled {
    opacity: 1;
    visibility: visible
}

.image__section.cyan-bg {
    background: #11649c
}

.headerTopSlider .carousel-control-next-icon,
.headerTopSlider .carousel-control-prev-icon {
    width: 20px;
    height: 20px
}

.headerTopSlider .carousel-item {
    font-size: 14px;
    color: #fff;
    font-weight: 400;
    letter-spacing: .3px;
    height: 22px;
    transition: .3s ease-in-out
}

.headerTopSlider .carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e") !important
}

.headerTopSlider .carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e") !important
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
    .menuTabs li a {
        height: 60px
    }

    .step-second-menu.st-programs li a {
        font-size: 12px;
        line-height: 14px
    }

    .program-drop-down-graphic h3 span {
        font-size: 28px
    }
}

@media only screen and (max-width:1699px) {
    .header .nav-item {
        margin: 0 20px
    }

    .header .nav-item>a {
        font-size: 16px
    }

    .headerTopSocial {
        width: 520px
    }

    .menu-options li {
        margin-left: 25px
    }

    .header .nav-item.dd-menu-lg:hover>a::before {
        width: 110%
    }

    .menu-options li a {
        font-size: 12px
    }
}

@media only screen and (max-width:1499px) {
    .nav-item.dd-menu-lg::after {
        right: -30px
    }
}

@media only screen and (max-width:1300px) {
    .nav-item.dd-menu-lg::after {
        right: -20px
    }
}

.flickity-button,
.flickity-page-dots .dot,
.highlight-sl img {
    transition: .2s ease-in-out
}

.btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #0d6efd;
    --bs-btn-border-color: #0d6efd;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #0b5ed7;
    --bs-btn-hover-border-color: #0a58ca;
    --bs-btn-focus-shadow-rgb: 49, 132, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #0a58ca;
    --bs-btn-active-border-color: #0a53be;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #0d6efd;
    --bs-btn-disabled-border-color: #0d6efd;
    font-weight: 700 !important;
    font-size: 14px !important;
    letter-spacing: 3px;
    padding: 12px 30px
}

body,
html {
    height: 100%
}

section {
    overflow: hidden
}

.heroContainer {
    height: 999px
}

.heroSlider__item {
    width: 100%;
    height: 100%;
    background-size: cover
}

.heroSlider__content {
    max-width: 660px;
    text-align: left
}

.heroSlider__content h1,
.heroSlider__content h2 {
    font-family: var(--alt-font) !important;
    font-size: 60px;
    line-height: 60px;
    color: var(--bs-white);
    font-weight: 800;
    margin-bottom: 35px;
    padding-bottom: 50px
}

.heroSlider__content h1 span {
    font-weight: 200
}

.heroSlider__content h1::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    background: var(--bs-white);
    height: 1px;
    width: 40px
}

.heroSlider__content p {
    color: var(--bs-white);
    font-size: 18px;
    line-height: 22px;
    font-weight: 300;
    max-width: 71%;
    margin-bottom: 40px
}

.mainHeading h2,
.mainHeading p {
    color: var(--bs-black)
}

.ps-67 {
    padding-left: 67px
}

.hero-place-slider {
    margin-top: 69px;
    max-width: 80%
}

.hero-place-slider .item {
    width: 100%;
    display: flex !important;
    justify-content: space-between;
    align-items: end
}

.hero-place-slider .hp-info {
    position: relative;
    width: 200px
}

.hero-place-slider .hp-info::after {
    position: absolute;
    content: "";
    right: 0;
    top: 45%;
    background: url('../img/arrow-right-white-short.webp') no-repeat;
    width: 24px;
    height: 24px;
    transform: translate(10%, -50%)
}

.hero-place-slider .hpName {
    font-size: 24px;
    line-height: 24px;
    font-weight: 800
}

.hero-place-slider .hpName span {
    display: block;
    font-weight: 200
}

.hero-place-slider .hpText {
    font-size: 9.6px;
    line-height: 12px;
    font-weight: 600;
    margin-top: 5px
}

.hero-place-slider .hpAmount span,
.hero-place-slider .hpTextbig {
    font-size: 13px;
    line-height: 13px;
    font-weight: 700;
    letter-spacing: -.5px
}

.hero-place-slider .hpAmount {
    font-size: 36px;
    font-weight: 800;
    letter-spacing: -.5px;
    line-height: 40px;
    display: flex;
    align-items: end
}

.hero-place-slider .hpAmount sup {
    font-size: 12px;
    top: -28px;
    font-weight: 200
}

.hero-place-slider .hpAmount span {
    letter-spacing: 0;
    position: relative;
    top: -4px
}

.hero-place-slider .hpCompany img {
    width: 100%
}

.hp-photo {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 0);
    width: 516px;
    height: 764px;
    right: unset;
    z-index: 1
}

.flickity-enabled.is-fade .flickity-slider>* {
    pointer-events: none;
    z-index: 0
}

.flickity-enabled.is-fade .flickity-slider>.is-selected {
    pointer-events: auto;
    z-index: 1
}

.hero-place-slider .flickity-button,
.topStudents-slider .flickity-button {
    top: unset;
    transform: unset;
    bottom: -65px;
    background: var(--flash-red);
    width: 37px;
    height: 37px
}

.flickity-button {
    color: var(--bs-white);
    background: rgba(255, 255, 255, .2)
}

.flickity-prev-next-button.next {
    right: unset;
    left: 50px
}

.flickity-button:disabled {
    background: rgba(255, 255, 255, .2);
    opacity: 1
}

.flickity-button:hover {
    background: #c51316
}

.flickity-prev-next-button .flickity-button-icon {
    left: 29%;
    width: 40%
}

.flickity-prev-next-button.previous .flickity-button-icon {
    left: 32%
}

.another-one.flickity-enabled {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1
}

.flickity-enabled .hp-photo {
    width: 100%;
    display: flex;
    justify-content: center
}

.btn-primary {
    background-color: #FB7B1C !important;
    border-radius: 6px !important;
    color: var(--bs-white);
    border: 0;
    letter-spacing: 0
}

.btn-primary.bg-white {
    background-color: var(--bs-white) !important
}

.btn-primary.bg-white:hover img {
    filter: unset
}

.ra-item {
    width: 100%;
    height: 532px;
    border-radius: 10px;
    overflow: hidden;
    position: relative
}

.ra-item::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    background: linear-gradient(145deg, rgba(255, 255, 255, .1) 90%, #000 105%);
    height: 130%;
    left: 0
}

.ra-item a {
    position: absolute;
    bottom: 32px;
    right: 32px;
    z-index: 1
}

.highlight-sl img:hover {
    transform: scale(1.03)
}

.highlight-sl .flickity-page-dots {
    bottom: 20px
}

.highlight-sl .flickity-page-dots .dot {
    border: 1px solid #ffffff40
}

.flickity-page-dots .dot {
    width: 7px;
    height: 7px;
    margin: 0 6px;
    border-radius: 3.5px
}

.flickity-page-dots .dot.is-selected {
    opacity: 1;
    background: var(--flash-red);
    width: 28px
}

.px-188 {
    padding-left: 187.5px;
    padding-right: 187.5px
}

.mainHeading {
    margin-bottom: 75px
}

.mainHeading h2 {
    font-size: 60px;
    line-height: 60px;
    font-weight: 800;
    margin: 0
}

.ft-item span,
.mainHeading h2 span,
.nw-date,
.nw-tag {
    font-weight: 200
}

.mainHeading p {
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 7px
}

.ns-item {
    width: 100%;
    height: 120px
}

.pt-115 {
    padding-top: 115px
}

.pb-115 {
    padding-bottom: 115px
}

.heroBannerForm {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    bottom: 0;
    padding-top: 245px;
    z-index: 2
}

.heroBannerForm__form {
    background: #fff;
    border-radius: 10px;
    padding-top: 40px;
    max-width: 430px;
    height: 583px;
    position: relative
}

.heroBannerForm-header {
    text-align: center;
    color: #111
}

.heroBannerForm-header h3 {
    font-weight: 100;
    font-size: 18px
}

.heroBannerForm-header h3 span {
    display: block;
    font-weight: 900;
    font-size: 20px;
    line-height: 20px;
    margin-top: 5px
}

.allNotification__list li h6,
.allNotification__list li p {
    line-height: 15px;
    font-size: 13px
}

.homePageMap-iframe,
.ths-item .card .card-footer,
.topNewsSection {
    z-index: 1
}

.topHighlights__numbers {
    margin: auto auto 60px
}

.tpNumbersCard {
    width: 20%
}

.count.plusIcon:after {
    content: "+";
    display: inline-block
}

.count {
    font-size: 50px;
    line-height: 50px;
    font-weight: 800;
    color: var(--flash-red);
    display: block
}

.tpNumbersCard__title {
    font-weight: 800;
    white-space: nowrap;
    display: inline-block;
    color: var(--bs-black);
    font-size: 18px
}

.newsTags,
.nw-cont {
    color: var(--bs-white)
}

.tpNumbersCard p {
    display: block;
    font-weight: 300;
    margin-top: 15px;
    font-size: 14px;
    line-height: 16px;
    color: #111;
    position: relative;
    padding-top: 14px
}

.tpNumbersCard p::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: var(--bs-black);
    height: 1px;
    width: 40px
}

.ths-item .card {
    border-radius: 10px;
    background-position: top;
    padding: 55px 36px 36px
}

.ths-item {
    width: 49%;
    height: 496px;
    margin-right: 20px
}

.nw-cont {
    max-width: 300px;
    position: relative
}

.nw-cont h6 {
    font-size: 20px;
    line-height: 22px;
    font-weight: 700;
    margin-bottom: 24px
}

.nw-cont p {
    line-height: 20px;
    font-weight: 200;
    margin-bottom: 50px
}

.nw-cont .btn {
    font-size: 12px !important;
    line-height: 12px;
    font-weight: 700 !important;
    padding-left: 20px;
    padding-right: 20px;
    display: inline-block
}

.ths-item .card-footer {
    border-top: 1px solid rgba(255, 255, 255, .2);
    padding-top: 24px !important
}

.newsTags {
    letter-spacing: 1px;
    font-size: 10px;
    font-weight: 100
}

.notiHeading,
.notiTitle,
.uniRankingthumb__no span {
    font-weight: 700;
    display: block
}

.newsTags span {
    display: inline-block;
    margin: 0 10px
}

.ths-item .card::before {
    content: '';
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 50%, rgba(0, 0, 0, .9) 100%);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: .2s
}

.ths-item .card:hover::before {
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 30%, rgba(0, 0, 0, .9) 100%)
}

.topHighlights__slider .flickity-prev-next-button.previous {
    left: 15px
}

.topHighlights__slider .flickity-prev-next-button.next {
    right: 15px;
    left: unset
}

.ns-item .card {
    border: 1px solid #d9d9d9;
    border-radius: 10px;
    display: flex;
    justify-content: center
}

.ns-item .card-footer {
    position: absolute;
    right: 45px
}

.notiTitle {
    font-size: 14px;
    color: var(--flash-red)
}

.notiHeading {
    font-size: 18px;
    line-height: 20px;
    color: #333;
    margin: 8px 0
}

.whatsNew__notifications {
    margin-top: 92px
}

.allRankings-section {
    background: #ffeccc;
    padding-top: 130px
}

.w-94 {
    width: 94%
}

.mb-40 {
    margin-bottom: 40px
}

.accordion-body {
    padding: 15px 0 40px;
    border-top: 1px solid rgba(196, 156, 37, .1)
}

.accordion-flush .accordion-item,
.accordion-flush>.accordion-item:last-child {
    border-bottom: 1px solid var(--bs-dark)
}

.accordion-flush .accordion-item .accordion-button:focus {
    border-color: transparent;
    box-shadow: none
}

.accordion-flush .accordion-button:not(.collapsed) {
    box-shadow: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    color: #0d3467;
    background-color: transparent
}

.accordion-button {
    background-color: transparent;
    padding: 40px 0
}

.accordion-button::after,
.accordion-button:not(.collapsed)::after {
    width: 2rem;
    height: 2rem;
    background-size: contain
}

.uniRankingthumb {
    color: var(--bs-black);
    display: flex;
    justify-content: space-between;
    align-items: center
}

.accordion-body .uniRankingthumb {
    flex-direction: column;
    align-items: start;
    gap: 10px
}

.uniRankingthumb__no {
    font-size: 50px;
    font-weight: 800;
    line-height: 1;
    min-width: 141px
}

.accordion-body .uniRankingthumb__no {
    font-size: 40px
}

.uniRankingthumb__no sup {
    top: -20px;
    font-size: 26px
}

.accordion-body .uniRankingthumb__no sup {
    top: -18px;
    font-size: 20px
}

.uniRankingthumb__content {
    font-size: 14px;
    line-height: 16px;
    font-weight: 300;
    padding-left: .2rem
}

.accordion-body .uniRankingthumb__content {
    padding-left: 0;
    padding-right: 93px
}

.uniRankingthumb__content span {
    font-size: 16px;
    font-weight: 600;
    display: block;
    color: var(--flash-red);
    margin-top: 5px
}

.adSlider__title h3,
.adSlider__title h4 {
    font-size: 30px;
    line-height: 1;
    font-style: italic;
    margin-bottom: 0
}

.placementNo__title {
    font-size: 12px;
    line-height: 14px;
    font-weight: 300;
    display: block
}

.placementNo__title strong {
    font-weight: 800;
    color: #FB7B1C
}

.placementNo.bigpl {
    background: var(--bs-white);
    border: 1px solid #e9e9e9;
    padding-left: 17px
}

.placementNo.bigpl .placementNo__num {
    font-size: 40px;
    color: #FB7B1C
}

.placementNo.bigpl .placementNo__title {
    font-size: 18px;
    font-weight: 700
}

.placementNo.bigpl .placementNo__title br,
.researchLabs-item .box:hover::after,
.ts-mob {
    display: none
}

.borderLines {
    display: flex;
    gap: 30px;
    margin-top: 32px
}

.borderLines .placementNo {
    background: 0 0;
    border: 0;
    border-radius: 0;
    padding-left: 0;
    padding-right: 24px;
    height: 99px;
    border-right: 1px solid #e9e9e9
}

.borderLines .placementNo:last-child {
    border-right: 0
}

.usps-section {
    padding: 145px 0 45px
}

.ads {
    padding-bottom: 90px
}

.adsCard {
    background: #232323;
    padding: 32px 50px;
    position: relative;
    border: 0
}

.adbanner,
.ms-item {
    background-repeat: no-repeat
}

.adsCard .card-body {
    position: relative;
    z-index: 1
}

.adSlider__title h4 {
    font-weight: 200;
    color: var(--bs-white)
}

.adSlider__title h3 {
    font-weight: 800;
    color: #FB7B1C;
    margin-left: 140px
}

.adbanner {
    position: absolute;
    left: 35%;
    top: 0;
    right: 0;
    bottom: 0;
    background-size: contain
}

.whitespace-nowrap {
    white-space: nowrap
}

.body-1.light.kpi,
.body-1.light.whitespace-nowrap.kpi {
    width: 33rem;
    font-size: 18px;
    line-height: 22px;
    font-weight: 200
}

.h3.key-figure-closed-title {
    transform: rotate(-90deg);
    font-size: 24px;
    line-height: 24px;
    font-weight: 400;
    margin: 0
}

.h3.key-figure-closed-title.light.whitespace-nowrap {
    transform-origin: 0%;
    transform: translate(50%, 50%) rotate(-90deg)
}

.key-figure-wrapper {
    min-width: var(--number--72);
    cursor: pointer;
    border: 1px solid #00295d1a;
    border-radius: .75rem;
    height: 100%;
    transition: flex .55s cubic-bezier(.36, 0, .1, 1);
    display: flex;
    position: relative;
    overflow: hidden
}

.key-figure-wrapper.active {
    cursor: default;
    flex: 1;
    overflow: hidden
}

.key-figures-wrapper {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    max-width: 100%;
    height: 70vh;
    min-height: 400px;
    display: flex;
    overflow: hidden;
    color: var(--bs-black)
}

.key-figure-closed-close-icon {
    width: var(--number--24);
    height: var(--number--24);
    opacity:0;
}

.key-figure-details,
.key-figure-gradient,
.key-figure-image {
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none
}

.key-figure-closed {
    width: var(--number--72);
    padding: 32px 35px 55px 32px;
    background-color: #f6fafe;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    transition: background-color .55s cubic-bezier(.36, 0, .1, 1), opacity .55s cubic-bezier(.36, 0, .1, 1);
    display: flex
}

.key-figure-closed:hover {
    background-color: #d6e7f8
}

.key-figure-details-wrapper {
    padding: 67px;
    position: relative;
    width: 100%
}

.key-para-cov {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.key-figure-details-wrapper .display-1 {
    font-size: 40px;
    line-height: 40px;
    font-weight: 700;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 20px
}

.key-figure-details-wrapper .display-1::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    background: var(--bs-white);
    height: 1px;
    width: 44px
}

.key-figure-details {
    flex-flow: column;
    justify-content: flex-end;
    align-items: flex-start;
    width: 100%;
    transition: opacity .55s cubic-bezier(.36, 0, .1, 1);
    display: flex;
    position: absolute
}

.key-figure-gradient {
    background-image: linear-gradient(#082d4f00 52%, #09090b);
    width: 100%;
    position: absolute
}

.key-figure-image {
    object-fit: cover;
    width: 100%;
    min-height: 100%;
    position: absolute
}

.key-figure-wrapper {
    flex-grow: 0
}

.key-figure-wrapper.active {
    flex-grow: 1
}

.key-figure-wrapper.active .key-figure-details {
    opacity: 1;
    pointer-events: auto
}

.mid-slider {
    height: 723px
}

.ms-item {
    background-size: cover;
    height: 100%;
    width: 100%
}

.cuFeatures-section {
    background-color: var(--bs-white)
}

.cuFeatures-section .h3.key-figure-closed-title,
.cuFeatures-section .h3.key-figure-closed-title.light.whitespace-nowrap,
.cuFeatures-section .key-figure-details-wrapper .display-1 {
    transform: none;
    font-size: 24px;
    line-height: 28px;
    font-weight: 700;
    white-space: normal;
    width: 25rem
}

.cuFeatures-section .key-figure-wrapper {
    align-items: center;
    height: var(--number--96);
    transition: .2s ease-in-out;
    overflow: hidden;
    border-radius: 0;
    border: 0;
    border-bottom: 1px solid var(--bs-black);
    padding: 55px 0
}

.cuFeatures-section .key-figure-wrapper.active {
    flex: 0 auto;
    width: 100%;
    height: 35vh;
    max-height: 400px
}

.cuFeatures-section .key-figures-wrapper {
    flex-flow: column;
    height: auto;
    min-height: auto;
    grid-row-gap: 0
}

.cuFeatures-section .key-figure-wrapper span {
    font-size: 60px;
    line-height: 60px;
    font-weight: 700;
    color: #e9e9e9;
    position: absolute
}

.cuFeatures-section .key-figure-closed-close-icon {
    order: 1;
    width: 35px;
    height: 17px
}

.cuFeatures-section .key-figure-closed {
    flex-flow: row;
    width: 100%;
    background-color: var(--bs-white);
    padding: 0 0 0 135px
}

.cuFeatures-section .key-figure-details {
    overflow: hidden;
    height: auto
}

.cuFeatures-section .key-figure-details-wrapper {
    padding: 0 0 0 135px
}

.cuFeatures-section .body-1.light.kpi,
.cuFeatures-section .body-1.light.whitespace-nowrap.kpi {
    font-size: 16px;
    line-height: 20px
}

.two-images {
    display: flex;
    gap: 20px
}

.two-images img {
    border-radius: 6px
}

.mt-30x {
    margin-top: 30px
}

.studentTestimonial-section {
    background: #FB7B1C
}

.ft-item {
    width: 76px;
    height: 105px;
    padding: 10px;
    border-radius: 10px;
    color: var(--bs-white);
    transition: .2s ease-in-out
}

.ft-item.is-selected {
    background: var(--bs-white);
    color: var(--bs-black)
}

.ft-item span {
    display: block;
    font-size: 10px;
    line-height: 10px;
    margin-top: 10px;
    text-align: center
}

.ft-item img,
.test-item img {
    border-radius: 6px;
    width: 100%
}

.for-testimony .flickity-prev-next-button.previous {
    left: -60%
}

.for-testimony .flickity-prev-next-button.next {
    left: -40%
}

.test-item {
    width: 100%;
    height: 672px !important;
    margin-right: 5px
}

.cuResearch-section {
    padding: 140px 0
}

.ps-188 {
    padding-left: 187.5px;
    margin-left: 7%
}

.researchLabs-item {
    width: 640px;
    height: 444px;
    margin-right: 20px
}

.researchLabs-item img {
    border-radius: 6px;
    object-fit: cover
}

.researchLabs-item .box {
    position: absolute;
    z-index: 1;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    transition: .3s ease-in-out;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    border-radius: 6px
}

.btn-hoverEffect:before,
.researchLabs-item .box::after {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.researchLabs-item .box::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(181, 181, 181, .17);
    content: '';
    transition: transform .8s;
    transform: scale3d(2, 1.7, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0)
}

.researchLabs-item .box:hover::before {
    transform: scale3d(2, 1.7, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0)
}

.researchLabs-item .box::after {
    content: "";
    background: rgba(0, 0, 0, .3)
}

.researchLabs-item .box:hover {
    background: rgba(251, 123, 28, .9)
}

.researchLabs-item .box .title {
    font-size: 30px;
    line-height: 60px;
    font-weight: 700;
    color: var(--bs-white);
    margin: 0;
    position: relative;
    width: 100%;
    transition: transform .35s
}

.researchLabs-item .box .title::after {
    content: "";
    position: absolute;
    bottom: 0;
    background: var(--bs-white);
    height: 1px;
    width: 0;
    left: 50%;
    transform: translate(-50%, 0);
    transition: width .35s
}

.researchLabs-item .box:hover .title::after {
    width: 44px
}

.researchLabs-item .box p {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 16px 105px;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    width: 100%;
    opacity: 0;
    color: var(--bs-white);
    transform: translate3d(0, 10px, 0);
    transition: .35s;
    height: 0
}

.researchLabs-item .box:hover .title {
    transform: translate(0, -100%)
}

.researchLabs-item .box:hover p {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    height: 50%;
    transition-delay: 0.1s
}

.researchLabs-slider .flickity-prev-next-button.previous {
    left: -4%;
    top: 45%
}

.researchLabs-slider .flickity-prev-next-button.next {
    right: 13%;
    left: unset;
    top: 45%
}

.researchLabs-slider .flickity-button {
    color: var(--bs-gray-500);
    background: rgba(209, 209, 209, .2)
}

.researchLabs-slider .flickity-button:hover {
    color: var(--bs-white);
    background: var(--flash-red)
}

.cuNews-section {
    background: #e9e9e9
}

.cuNews-section .card {
    background: 0 0;
    overflow: hidden
}

.cuNews-section .small-cards .card {
    border-right: 1px solid !important;
    border-radius: 0;
    padding-top: 1rem !important
}

.cuNews-section .str-link {
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    margin-bottom: 10px;
    color: var(--bs-black);
    display: block;
    transition: .35s
}

.cuNews-section .str-link:hover {
    color: var(--bs-black)
}

.nw-content {
    padding-top: .5rem;
    padding-right: 1.5rem
}

.nw-img {
    height: 193px;
    border-radius: 6px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center
}

.nw-date {
    font-size: 10px;
    line-height: 18px;
    color: #a5a5a5;
    display: block;
    margin-bottom: 15px
}

.nw-tag {
    position: absolute;
    bottom: .5rem;
    font-size: 10px;
    line-height: 18px;
    color: var(--bs-black)
}

.nw-link {
    position: absolute;
    right: 0;
    bottom: .5rem
}

.nw-link .btn {
    font-size: 12px !important;
    padding: 10px 15px
}

.bigNews .nw-img {
    height: 614px
}

.bigNews .nw-content {
    padding-top: 1.5rem
}

.cuNews-section .bigNews .str-link {
    font-size: 24px;
    line-height: 24px;
    font-weight: 700
}

.cuNews-section .medcards .card {
    padding-top: 1rem !important;
    border-left: 1px solid !important;
    padding-left: 2.1rem !important;
    border-radius: 0
}

.cuNews-section .medcards .bg-white {
    height: 198px;
    border-radius: 0 0 6px 6px;
    padding: 1rem 1.1rem
}

.medcards .nw-img {
    height: 204px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.cuNews-section .medcards .nw-content {
    padding-right: 0
}

.cuNews-section .medcards .nw-tag {
    bottom: 1rem
}

.btn-hoverEffect:active,
.btn-hoverEffect:focus,
.btn-hoverEffect:hover {
    color: #fff !important
}

.btn-hoverEffect {
    display: inline-block;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    overflow: hidden
}

.btn-hoverEffect:before {
    content: "";
    background: #FB7B1C;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.btn-hoverEffect:active:before,
.btn-hoverEffect:focus:before,
.btn-hoverEffect:hover:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
}

.allNotification {
    position: fixed;
    left: 30px;
    z-index: 10;
    transition: .3s ease-in-out;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out
}

.allNotification button,
.gotoTop button {
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 30px;
    background: var(--flash-red);
    position: relative;
    transition: background .2s
}

.allNotification button:hover {
    background: #c60000
}

.allNotification__list {
    width: 250px;
    position: absolute;
    left: 0;
    bottom: 50px
}

.allNotification__icon,
.gotoTop__icon {
    height: 44px;
    width: 44px;
    text-align: center;
    line-height: 44px;
    color: var(--bs-white);
    background: var(--flash-red)
}

.allNotification__list:after {
    top: 100%;
    left: 15px;
    border: 6px solid rgba(255, 255, 255, 0);
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-top-color: #fff;
    margin-left: 0
}

.allNotification__list li {
    position: relative;
    margin-bottom: 10px;
    background: var(--bg-white);
    padding: 20px 20px 20px 38px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px
}

.allNotification__list li p,
.allNotification__list li:last-child {
    margin-bottom: 0
}

.allNotification__list li::before {
    content: '\f0f3';
    font-family: 'Font Awesome 6 Free';
    position: absolute;
    left: 18px;
    top: 18px;
    color: #c7c7c7;
    font-size: 14px
}

.allNotification__list li a {
    font-size: 14px;
    margin-bottom: 0;
    text-decoration: none;
    color: var(--text-dark);
    font-weight: 600
}

.allNotification__icon {
    border: 0;
    border-radius: 50%;
    border: 1px solid #ffffff40
}

.allNotification__list li .btn {
    font-size: 13px;
    margin-top: 5px;
    height: auto;
    line-height: 10px;
    font-weight: 700;
    border-radius: 24px;
    padding: 0;
    display: inline-block;
    text-transform: uppercase;
    border: 0;
    white-space: nowrap;
    position: relative
}

#vMap,
.allNotification__list li .btn::before,
.mobileRankings {
    display: none
}

.gotoTop {
    position: fixed;
    right: 30px;
    bottom: 122px;
    z-index: 2;
    transition: .3s ease-in-out
}

.gotoTop__icon {
    background: var(--pale-yellow) !important;
    color: #111 !important;
    border: 0;
    border-radius: 50%;
    font-size: 17px
}

.gotoTop.moveUp {
    opacity: 1;
    visibility: visible;
    z-index: 5;
    bottom: 123px !important
}

.allNotification {
    bottom: 60px
}

.allNotification__icon i,
.gotoTop__icon i {
    display: inline-block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

.cuMap-section__in {
    height: 500px;
    border-radius: 10px;
    overflow: hidden
}

.vMap-btn {
    left: 50%;
    transform: translateX(-50%);
    bottom: 30px;
    position: absolute
}

.qsRanking {
    margin-bottom: 78px
}

.qsRanking img {
    border-radius: 10px;
    height: 100%;
    object-fit: cover
}

.heroSlider__content .end_date {
    background: #fbb03b;
    margin-top: 0;
    color: var(--text-dark);
    font-size: 14px;
    font-weight: 600
}

@media only screen and (min-width:1200px) {
    .navbar-toggler.clicked .navbar-toggler-icon {
        background: 0 0
    }

    .navbar-toggler.clicked .navbar-toggler-icon::before {
        transform: rotate(-45deg);
        transform-origin: 1px
    }

    .navbar-toggler.clicked .navbar-toggler-icon::after {
        transform: rotate(45deg);
        transform-origin: 0
    }

    .order-sm-first {
        height: 450px
    }
}

@media only screen and (min-width:1400px) {
    .order-sm-first {
        height: 470px
    }
}

@media only screen and (min-width:1600px) {
    .container {
        max-width: 1495px
    }

    .order-sm-first {
        height: 485px
    }

    .hp-photo {
        height: 730px
    }
}

@media only screen and (min-width:1800px) {
    .container {
        max-width: 1695px
    }

    .order-sm-first {
        height: 513px
    }
}

@media only screen and (max-width:1799px) {
    .px-188 {
        padding-left: 157.5px;
        padding-right: 157.5px
    }

    .heroSlider__content h1,
    .heroSlider__content h2,
    .mainHeading h2 {
        font-size: 50px;
        line-height: 50px
    }

    .heroSlider__content p {
        font-size: 16px;
        line-height: 20px;
        max-width: 70%
    }

    .notiHeading {
        font-size: 16px;
        line-height: 18px
    }

    .mainHeading p {
        font-size: 18px;
        line-height: 22px
    }

    .hero-place-slider .hp-info {
        width: 178px
    }

    .uniRankingthumb__no {
        font-size: 44px
    }

    .uniRankingthumb__content {
        font-size: 12px;
        line-height: 14px
    }

    .uniRankingthumb__content span,
    .uniRankingthumb__no span {
        font-size: 14px
    }

    .accordion-body .uniRankingthumb__no {
        font-size: 34px
    }

    .accordion-body .uniRankingthumb__no sup {
        top: -17px;
        font-size: 15px
    }

    .placementNo.bigpl .placementNo__num {
        font-size: 40px
    }

    .placementNo.bigpl .placementNo__title {
        font-size: 16px;
        line-height: 1
    }

    .placementNo__num {
        font-size: 32px;
        line-height: 32px
    }

    .placementNo__title {
        font-size: 10px;
        line-height: 12px
    }

    .cuFeatures-section .key-figure-wrapper.active {
        height: 39vh
    }

    .key-figure-details-wrapper .display-1 {
        font-size: 36px;
        line-height: 36px
    }

    .body-1.light.kpi,
    .body-1.light.whitespace-nowrap.kpi {
        font-size: 16px;
        line-height: 20px;
        width: 28rem
    }

    .cuFeatures-section .h3.key-figure-closed-title,
    .cuFeatures-section .h3.key-figure-closed-title.light.whitespace-nowrap,
    .cuFeatures-section .key-figure-details-wrapper .display-1 {
        line-height: 26px
    }

    .cuFeatures-section .body-1.light.kpi,
    .cuFeatures-section .body-1.light.whitespace-nowrap.kpi {
        font-size: 14px;
        line-height: 18px
    }

    .two-images img {
        width: 240px
    }
}

@media only screen and (max-width:1599px) {
    .px-188 {
        padding-left: 107.5px;
        padding-right: 107.5px
    }

    .heroContainer {
        height: 950px
    }

    .heroBannerForm {
        padding-top: 220px
    }

    .count,
    .heroSlider__content h1,
    .heroSlider__content h2,
    .mainHeading h2 {
        font-size: 44px;
        line-height: 44px
    }

    .hero-place-slider .hp-info {
        width: 160px
    }

    .h3.key-figure-closed-title,
    .hero-place-slider .hpName {
        font-size: 22px;
        line-height: 22px
    }

    .hero-place-slider .hpText {
        font-size: 9px
    }

    .hero-place-slider .hpAmount span,
    .hero-place-slider .hpTextbig {
        font-size: 12px;
        line-height: 12px;
        letter-spacing: 0
    }

    .notiTitle {
        font-size: 12px
    }

    .notiHeading,
    .tpNumbersCard__title {
        font-size: 14px
    }

    .notiHeading {
        line-height: 16px
    }

    .hero-place-slider .hpAmount {
        font-size: 30px;
        line-height: 30px;
        margin-top: 5px
    }

    .hero-place-slider .hpCompany img {
        width: 154px
    }

    .topStudent-item {
        height: 540px;
        margin-right: 15px
    }

    .topStudent__info {
        margin-top: 34px
    }

    .tsName {
        font-size: 30px;
        line-height: 20px
    }

    .tsName small {
        font-size: 24px
    }

    .topStudent__photo {
        width: 270px
    }

    .topStudent__package {
        margin-top: 30px
    }

    .tsAmount {
        font-size: 30px;
        line-height: 40px
    }

    .tsAmount sup {
        top: -17px
    }

    .placementNo {
        padding-left: 16px
    }

    .placementNo.bigpl .placementNo__num {
        font-size: 36px
    }

    .topCompanies-block {
        margin-top: 135px
    }

    .usps-section {
        padding: 115px 0
    }

    .key-figures-wrapper {
        height: 60vh
    }

    .mid-slider {
        height: 500px
    }

    .cuFeatures-section .key-figure-wrapper {
        padding: 50px 0
    }

    .cuFeatures-section .key-figure-wrapper.active {
        height: 34vh
    }

    .cuFeatures-section .key-figure-wrapper span {
        font-size: 50px;
        line-height: 50px
    }

    .cuFeatures-section .key-figure-closed,
    .cuFeatures-section .key-figure-details-wrapper {
        padding-left: 110px
    }

    .cuFeatures-section .h3.key-figure-closed-title,
    .cuFeatures-section .h3.key-figure-closed-title.light.whitespace-nowrap,
    .cuFeatures-section .key-figure-details-wrapper .display-1 {
        line-height: 24px;
        font-size: 22px
    }

    .body-1.light.kpi,
    .body-1.light.whitespace-nowrap.kpi {
        width: 24rem
    }

    .two-images img {
        width: 225px
    }

    .for-testimony .flickity-prev-next-button.previous {
        left: -40%
    }

    .for-testimony .flickity-prev-next-button.next {
        left: -22%
    }

    .test-item {
        height: 570px !important
    }
}

@media only screen and (max-width:1399px) {
    .headerTopSocial {
        width: 440px
    }

    .whatsNew-slider__item {
        font-size: 12px !important
    }

    .header__top-right li {
        margin-left: 18px
    }

    .header_btn {
        padding-right: 69px !important
    }

    .header_btn .navbar-toggler {
        width: 60px
    }

    .header .nav-item>a {
        font-size: 13px;
        font-weight: 500;
        padding: 13px 0
    }

    .header .nav-item.dd-menu-lg>a::after,
    .tsAmount,
    .tsName {
        font-weight: 700
    }

    .header_btn span {
        font-size: 17px;
        font-weight: 500
    }

    .header_btn span small {
        font-size: 10px;
        font-weight: 100;
        letter-spacing: 1px
    }

    .st-programs {
        width: 1134px
    }

    .menuTabs .nav-item>a {
        letter-spacing: 0
    }

    .menu-options li {
        margin-left: 15px
    }

    .menu-options li a {
        font-size: 11px
    }

    .headerTopSlider .carousel-item {
        font-size: 12px
    }

    .container {
        max-width: 1250px
    }

    .px-188 {
        padding-left: 0;
        padding-right: 0
    }

    .px-1399 {
        padding-left: 60px;
        padding-right: 60px
    }

    .ps-67 {
        padding-left: 0
    }

    .hero-place-slider .hp-info {
        width: 145px
    }

    .hero-place-slider .hp-info::after {
        width: 20px;
        height: 20px;
        background-size: contain
    }

    .hero-place-slider .hpCompany img {
        width: 130px
    }

    .hp-photo {
        height: 730px
    }

    .topStudent-item__card {
        padding: 30px 10px !important
    }

    .topStudent__photo {
        width: 250px
    }

    .uniPlacement-section {
        padding-top: 115px
    }

    .count,
    .mainHeading h2 {
        font-size: 40px;
        line-height: 40px
    }

    .pt-115 {
        padding-top: 100px
    }

    .pb-115 {
        padding-bottom: 100px
    }

    .key-figure-closed {
        padding: 32px 35px 38px 32px
    }

    .key-figure-details-wrapper {
        padding: 40px
    }

    .h3.key-figure-closed-title {
        font-size: 20px;
        line-height: 20px
    }

    .two-images img {
        width: 200px
    }

    .for-testimony {
        padding-left: 80px
    }

    .for-testimony .flickity-prev-next-button.previous {
        left: 0
    }

    .for-testimony .flickity-prev-next-button.next {
        left: unset;
        right: 0
    }

    .cuResearch-section {
        padding: 115px 0
    }

    .ps-188 {
        margin-left: 0
    }

    .researchLabs-item {
        width: 640px;
        height: 380px
    }
}

@media (min-width:1200px) and (max-width:1299px) {
    .container {
        max-width: 1175px
    }

    .whatsNew__notifications {
        margin-top: 70px
    }

    .allRankings-section,
    .usps-section {
        padding: 100px 0 !important
    }

    .placementNo.bigpl .placementNo__num {
        font-size: 32px
    }

    .placementNo.bigpl .placementNo__title {
        font-size: 14px
    }

    .placementNo__num {
        font-size: 28px;
        line-height: 28px
    }

    .borderLines {
        gap: 20px
    }

    .key-figure-closed {
        padding: 32px 35px 32px 32px
    }

    .h3.key-figure-closed-title {
        font-size: 18px;
        line-height: 18px
    }

    .key-para-cov .btn {
        font-size: 12px !important;
        padding: 10px 15px
    }

    .key-figure-details-wrapper {
        padding: 32px
    }

    .key-figure-details-wrapper .display-1 {
        font-size: 30px;
        line-height: 30px
    }

    .body-1.light.kpi,
    .body-1.light.whitespace-nowrap.kpi {
        font-size: 14px;
        line-height: 18px;
        width: 28rem
    }
}

@media only screen and (max-width:1199px) {

    .header.sticky .nav-item.dd-menu-lg::after,
    .lower-header {
        background: 0 0
    }

    .searchModal .modal-dialog {
        margin-top: 200px
    }

    .campusDd,
    .step-second-menu {
        position: static;
        transform: none;
        box-shadow: none
    }

    .header .nav-item.dd-menu-lg>a::after {
        font-weight: 700;
        position: absolute;
        right: 0;
        top: 12px;
        content: '+';
        color: #000;
        font-size: 14px
    }

    .header .nav-item.active>a::after {
        content: '-';
        color: #000;
        font-size: 30px;
        top: -5px
    }

    .headerTopSlider {
        display: none
    }

    #main-toggler {
        position: absolute;
        right: 0;
        border: 0;
        top: -74px;
        padding: 15px
    }

    #main-toggler:focus {
        border: 0;
        box-shadow: none
    }

    .campusDdLink a,
    .lower-header,
    .step-second-menu {
        border-radius: 0;
        padding: 0
    }

    /* .navbar-brand>a img {
        width: 180px
    } */

    .navbar-expand-xl .navbar-collapse {
        flex-direction: column-reverse;
        display: flex;
        justify-content: start
    }

    .upper-header {
        padding-left: 0;
        margin: 0
    }

    .navbar-brand {
        position: static;
        padding: 15px !important;
        display: flex;
        justify-content: space-between
    }

    .header .nav-item.active .step-second-menu,
    .menu-options {
        display: block
    }

    .headerTopSocial {
        width: 100%;
        justify-content: space-between
    }

    .header__top-right li {
        margin-left: 0;
        margin-right: 20px
    }

    .header__top-right li:last-child {
        margin-right: 0
    }

    .header__top-right.social-sub {
        border-left: 0
    }

    .navbar {
        padding: 0
    }

    .header .nav-item>a,
    .menu-options li a {
        display: block;
        color: #000
    }

    .menu-options {
        margin: 0 !important;
        width: 100%
    }

    .menuTabs {
        margin: 0 0 10px
    }

    .menuTabs li a {
        padding: 25px 40px !important
    }

    .header .nav-item,
    .menu-options li {
        border-bottom: 1px solid #ddd;
        margin: 0
    }

    .navbar.navbar-expand-xl {
        position: fixed;
        background: #fff;
        left: 0;
        right: 0;
        top: -120%;
        overflow: auto;
        padding: 20px;
        opacity: 0;
        visibility: hidden;
        transition: .2s;
        z-index: -1
    }

    .navbar.navbar-expand-xl.mobileMenuShow {
        opacity: 1;
        visibility: visible;
        top: 0;
        z-index: 1;
        bottom: 0
    }

    .lower-header {
        width: 100%;
        backdrop-filter: none
    }

    .step-second-menu {
        opacity: 1 !important;
        visibility: visible !important;
        display: none;
        width: 100% !important;
        height: auto !important
    }

    .campusDd,
    .navbar-nav:hover>* {
        opacity: 1
    }

    #navbarToggleExternalContent,
    .about-graphic,
    .hideOnMobile,
    .program-graphic {
        display: none !important
    }

    .campusDdLink a {
        text-align: center
    }

    .menu-options li a {
        font-size: 14px;
        font-weight: 500;
        padding: 13px 0;
        letter-spacing: 1px
    }

    .showOnMobile {
        display: flex !important
    }

    .mobileNavHeader {
        padding: 10px;
        display: block !important
    }

    .mobileNavHeader .btn-close {
        position: fixed;
        right: 30px;
        top: 30px;
        z-index: 1;
        background-color: #ddd;
        padding: 12px
    }

    .header__top-right li a span {
        font-size: 13px
    }

    .campusDd {
        visibility: visible;
        margin: auto auto 20px
    }

    .heroSlider__content h1,
    .heroSlider__content h2 {
        font-size: 38px;
        line-height: 38px
    }

    .heroSlider__content p {
        font-size: 17px;
        line-height: 20px
    }

    .uniRankingthumb__no {
        font-size: 40px
    }

    .placementNo.bigpl .placementNo__num,
    .tsName {
        font-size: 30px
    }

    .uniRankingthumb__no sup {
        top: -14px;
        font-size: 22px
    }

    .tsAmount sup {
        top: -16px
    }

    .tsCompany img {
        width: 120px
    }

    .topStudent__info {
        width: 151px
    }

    .tsName {
        line-height: 16px
    }

    .tsName small {
        font-size: 25px
    }

    .pt-115 {
        padding-top: 70px
    }

    .pb-115 {
        padding-bottom: 70px
    }

    .count,
    .mainHeading h2 {
        font-size: 34px;
        line-height: 34px
    }

    .placementNo.bigpl .placementNo__title,
    .placementNo__num sub {
        font-size: 14px
    }

    .placementNo__num {
        font-size: 26px;
        line-height: 26px
    }

    .key-figure-closed {
        padding: 32px 35px 40px 32px
    }

    .key-figure-details-wrapper .display-1 {
        font-size: 30px;
        line-height: 30px
    }

    .body-1.light.kpi,
    .body-1.light.whitespace-nowrap.kpi {
        font-size: 14px;
        line-height: 18px
    }

    .h3.key-figure-closed-title {
        font-size: 18px;
        line-height: 18px
    }

    .researchLabs-slider .flickity-prev-next-button.previous {
        left: -10%
    }

    .medcards {
        margin-top: 24px
    }

    .cuNews-section .medcards .card {
        border: 0 !important;
        padding: 1.25rem 0 !important;
        margin-right: 26px
    }

    .cuNews-section .medcards .bg-white {
        height: 180px;
        padding: 2rem
    }

    .cuNews-section .medcards .nw-tag {
        bottom: 2.2rem
    }

    .nw-content {
        padding-top: 0
    }
}

@media only screen and (max-width:1050px) {
    .heroSlider__content p {
        font-size: 16px;
        line-height: 18px
    }

    .hero-place-slider .hpCompany img {
        width: 100px
    }

    .ra-item {
        height: 420px
    }

    .whatsNew__notifications {
        margin-top: 66px
    }

    .ns-item {
        height: 110px
    }

    .ns-item .card {
        padding: 1rem !important
    }

    .notiHeading {
        max-width: 70%
    }

    .ns-item .card-footer {
        right: 21px
    }

    .ns-item .btn-primary {
        font-size: 10px !important;
        padding: 12px 18px
    }

    .allRankings-section {
        padding-top: 90px
    }

    .px-1399 {
        padding-left: 40px;
        padding-right: 40px
    }

    #accordionFlushExampleFAQ img {
        width: 180px
    }

    .accordion-button {
        padding: 30px 0
    }

    .uniRankingthumb {
        align-items: start
    }

    .uniRankingthumb__no {
        min-width: 130px
    }

    .placementNo__num sub,
    .uniRankingthumb__content span,
    .uniRankingthumb__no span {
        font-size: 12px
    }

    .accordion-body .uniRankingthumb__no {
        font-size: 30px
    }

    .topStudent-item {
        height: 500px;
        width: 48.5%
    }

    .tsName {
        font-size: 24px;
        line-height: 12px
    }

    .tsName small {
        font-size: 18px
    }

    .tsText {
        margin-top: 16px
    }

    .topStudent__package {
        margin-top: 15px
    }

    .topStudent__photo {
        width: 210px
    }

    .placementNo {
        height: 121px
    }

    .adSlider__title h3,
    .adSlider__title h4,
    .placementNo.bigpl .placementNo__num {
        font-size: 24px
    }

    .placementNo__num {
        font-size: 20px;
        line-height: 20px
    }

    .borderLines {
        gap: 16px
    }

    .borderLines .placementNo {
        padding-right: 15px
    }

    .topCompanies-block {
        margin-top: 115px
    }

    .usps-section {
        padding: 90px 0
    }

    .cuFeatures-section .key-figure-wrapper span {
        font-size: 46px;
        line-height: 46px
    }

    .key-figure-details-wrapper {
        padding: 30px
    }

    .key-figure-details-wrapper .display-1 {
        font-size: 26px;
        line-height: 26px;
        margin-bottom: 10px
    }

    .key-figure-closed {
        padding: 32px 35px 34px 32px
    }

    .key-para-cov .body-1.light.kpi {
        width: 15rem;
        font-size: 12px;
        line-height: 16px
    }

    .key-para-cov .body-1.light.text-dark.kpi {
        width: 23rem
    }

    .key-para-cov .btn-primary {
        font-size: 12px !important;
        padding: 10px 15px
    }

    .key-para-cov .btn img {
        width: 14px
    }

    .mid-slider {
        height: 450px
    }

    .cuFeatures-section .h3.key-figure-closed-title,
    .cuFeatures-section .h3.key-figure-closed-title.light.whitespace-nowrap,
    .cuFeatures-section .key-figure-details-wrapper .display-1 {
        line-height: 20px;
        font-size: 18px
    }

    .two-images {
        width: 100%;
        gap: 15px
    }

    .two-images img {
        width: 50%
    }

    .studentTestimonial-section {
        padding-bottom: 36px
    }

    .for-testimony {
        padding-left: 44px
    }
}

@media only screen and (max-width:991px) {
    .searchModal h5 {
        font-size: 1.25rem
    }

    .unai-logo {
        position: static;
        text-align: center
    }

    .nirf-links {
        margin-bottom: 16px
    }

    .mainHeading p br,
    .menuTabs {
        display: none
    }

    .heroContainer {
        height: 1385px
    }

    .heroBannerForm {
        padding-top: 240px
    }

    #accordionFlushExampleFAQ img,
    .col-md-6.order-first,
    .col-md-6.order-last,
    .hero-place-slider .hpCompany img,
    .key-para-cov .body-1.light.text-dark.kpi {
        width: 100%
    }

    .another-one.flickity-enabled {
        height: 100%;
        bottom: -130px;
        right: 50px
    }

    .flickity-enabled .hp-photo {
        justify-content: end;
        height: 600px
    }

    .hero-place-slider .hp-info {
        width: 178px
    }

    .heroBannerForm__form {
        margin-right: auto;
        margin-top: 85px;
        max-width: 675px
    }

    .heroSlider__content h1,
    .heroSlider__content h2 {
        font-size: 36px;
        line-height: 36px;
        margin-bottom: 10px
    }

    .ra-item {
        height: 290px
    }

    .btn-primary {
        letter-spacing: 0;
        padding: 12px 30px
    }

    .tpNumbersCard p::before {
        left: 50%;
        transform: translate(-50%)
    }

    .topHighlights__numbers {
        display: block !important;
        text-align: center
    }

    .tpNumbersCard {
        height: 150px;
        display: inline-block;
        margin: auto
    }

    .placementNo__num {
        font-size: 40px;
        line-height: 34px
    }

    .uniRankingthumb__content {
        font-size: 14px;
        line-height: 14px
    }

    .mainHeading h2 {
        font-size: 30px;
        line-height: 30px
    }

    .mainHeading p {
        font-size: 18px;
        line-height: 22px
    }

    .ths-item {
        width: 48.5%
    }

    .row.g-0.w-94 {
        --bs-gutter-x: 1.5rem
    }

    .uniRankingthumb__no {
        font-size: 34px
    }

    .accordion-body .uniRankingthumb__no {
        font-size: 26px
    }

    .accordion-body .uniRankingthumb__content {
        padding-right: 0
    }

    .accordion-body .uniRankingthumb__no sup {
        top: -14px;
        font-size: 12px
    }

    .row.w-94.align-items-center {
        width: 100%;
        --bs-gutter-x: 1rem
    }

    .topStudents-slider {
        margin-bottom: 90px
    }

    .topStudent-item {
        height: 440px;
        width: 44%
    }

    .topStudent__photo {
        width: 230px
    }

    .placementNo.bigpl .placementNo__num {
        font-size: 50px
    }

    .borderLines {
        gap: 30px;
        justify-content: center
    }

    .topCompanies-block {
        margin-top: 30px
    }

    .adsCard {
        padding: 24px
    }

    .adSlider__title h3,
    .adSlider__title h4 {
        font-size: 22px
    }

    .adSlider__title h3 {
        margin-left: 50px
    }

    .key-figure-closed {
        padding: 20px 24px 34px 20px
    }

    .key-figures-wrapper {
        height: 45vh
    }

    .key-para-cov {
        align-items: start;
        flex-direction: column;
        gap: 20px;
        padding-top: 20px
    }

    .key-figure-details-wrapper {
        padding: 22px
    }

    .mid-slider {
        height: 300px
    }

    .two-images.mt-30x {
        margin-top: 0
    }

    .cuFeatures-section .key-figure-wrapper.active {
        height: 37vh
    }

    .for-testimony .flickity-prev-next-button.next {
        right: -15%
    }

    .px-1399 {
        padding-left: 0;
        padding-right: 0
    }

    .tpNumbersCard {
        width: 24%
    }

    .tpNumbersCard p {
        margin-top: 12px;
        font-size: 12px;
        line-height: 14px
    }

    .ps-188 {
        padding-left: 15px
    }

    .researchLabs-item {
        width: 500px;
        height: 300px
    }

    .researchLabs-item .box .title {
        font-size: 26px;
        line-height: 56px
    }

    .researchLabs-item .box p {
        padding: 16px 32px;
        font-size: 13px;
        line-height: 17px
    }

    .researchLabs-slider .flickity-prev-next-button.previous {
        left: 0;
        top: 47%
    }

    .researchLabs-slider .flickity-prev-next-button.next {
        right: 9%;
        top: 47%
    }

    .medcards.g-0,
    .small-cards.g-0 {
        --bs-gutter-x: 1.25rem
    }

    .cuNews-section .small-cards .card {
        border-right: 0 !important;
        padding-top: 0 !important;
        height: auto !important;
        margin-bottom: 2rem;
        border-bottom: 1px solid #ccc !important
    }

    .nw-content {
        padding-top: 1rem;
        height: 165px
    }

    .bigNews .nw-img {
        height: 500px
    }

    .medcards {
        margin-top: 34px;
        border-top: 1px solid #ccc;
        padding-top: 10px
    }

    .cuNews-section .medcards .card {
        margin-right: 0
    }

    .cuMap-section__in {
        height: 400px
    }
}

@media only screen and (max-width:767px) {
    .header_btn {
        padding: 10px 16px
    }

    .cu-logo {
        width: 190px
    }

    .nirf-links ul {
        flex-wrap: wrap;
        justify-content: center !important;
        column-gap: 15px;
        row-gap: 6px
    }

    .heroContainer {
        height: 1350px
    }

    .heroSlider__content h1,
    .heroSlider__content h2 {
        font-size: 32px;
        line-height: 32px;
        margin-bottom: 24px;
        padding-bottom: 24px
    }

    .heroSlider__content p {
        font-size: 14px;
        line-height: 16px
    }

    .hero-place-slider .hp-info {
        width: 158px
    }

    .hero-place-slider .hpCompany img {
        width: 125px
    }

    .another-one.flickity-enabled {
        bottom: -180px
    }

    .flickity-enabled .hp-photo {
        height: 520px
    }

    .px-1399 {
        padding-left: 15px;
        padding-right: 15px
    }

    .ra-item {
        height: 228px
    }

    .ra-item a {
        bottom: 36px;
        right: 18px
    }

    .btn-primary {
        letter-spacing: 0;
        padding: 10px 20px;
        font-size: 12px !important
    }

    .accordion-body .uniRankingthumb__no,
    .count {
        font-size: 24px
    }

    .btn img {
        width: 16px
    }

    .mainHeading h2 {
        font-size: 28px;
        line-height: 28px
    }

    .count {
        line-height: 24px
    }

    .topHighlights__numbers {
        text-align: left;
        display: flex !important;
        padding: 0 !important;
        margin: auto auto 34px
    }

    .tpNumbersCard {
        width: 20%;
        height: 130px
    }

    .tpNumbersCard__title {
        font-size: 12px
    }

    .tpNumbersCard p {
        font-size: 10px;
        line-height: 12px;
        margin-top: 8px;
        padding-top: 10px
    }

    .tpNumbersCard p::before {
        left: 0;
        transform: unset
    }

    .ths-item {
        width: 80%;
        height: 366px
    }

    .ths-item .card {
        padding: 40px 30px 30px
    }

    .nw-cont h6 {
        font-size: 16px;
        line-height: 20px
    }

    .nw-cont p {
        font-size: 12px;
        line-height: 16px;
        margin-bottom: 32px
    }

    .flickity-page-dots {
        bottom: -34px
    }

    .whatsNew__notifications {
        margin-top: 46px
    }

    .mainHeading {
        margin-bottom: 50px
    }

    .accordion-button {
        padding: 28px 0
    }

    .uniRankingthumb__no {
        min-width: 100px;
        font-size: 30px
    }

    .uniRankingthumb__no sup {
        top: -12px;
        font-size: 16px
    }

    .accordion-body .uniRankingthumb__no sup {
        top: -12px;
        font-size: 10px
    }

    .uniRankingthumb__content {
        font-size: 12px;
        line-height: 12px
    }

    .uniPlacement-section {
        padding-top: 80px
    }

    .ads {
        padding-bottom: 60px
    }

    .adsCard {
        padding: 15px
    }

    .adSlider__title h3,
    .adSlider__title h4 {
        font-size: 18px
    }

    .adSlider__title h3 {
        margin-left: 30px
    }

    .body-1.light.kpi,
    .body-1.light.whitespace-nowrap.kpi {
        width: 17.5rem
    }

    .h3.key-figure-closed-title,
    .h3.key-figure-closed-title.light.whitespace-nowrap {
        transform: none
    }

    .key-figure-wrapper {
        height: var(--number--96);
        transition: height .2s ease-in-out;
        overflow: hidden
    }

    .key-figure-wrapper.active {
        flex: 0 auto;
        width: 100%;
        height: 40vh;
        max-height: 400px
    }

    .key-figures-wrapper {
        flex-flow: column;
        height: auto;
        min-height: auto
    }

    .key-figure-closed-close-icon {
        order: 1
    }

    .key-figure-closed {
        flex-flow: row;
        width: 100%;
        padding: 32px 35px 34px 32px
    }

    .key-figure-details {
        overflow: hidden
    }

    .key-para-cov {
        flex-direction: row
    }

    .topCompanies-block {
        margin-top: 15px
    }

    .cuResearch-section,
    .usps-section,
    studentTestimonial-section {
        padding: 60px 0
    }

    .px-188.px-1399 .key-para-cov {
        flex-direction: column
    }

    .cuFeatures-section .key-figure-wrapper {
        padding: 44px 0
    }

    .cuFeatures-section .key-figure-wrapper span {
        font-size: 42px;
        line-height: 42px
    }

    .cuFeatures-section .key-figure-closed,
    .cuFeatures-section .key-figure-details-wrapper {
        padding-left: 90px
    }

    .cuFeatures-section .h3.key-figure-closed-title,
    .cuFeatures-section .h3.key-figure-closed-title.light.whitespace-nowrap,
    .cuFeatures-section .key-figure-details-wrapper .display-1 {
        line-height: 18px;
        font-size: 16px
    }

    .order-sm-set {
        display: flex;
        flex-direction: column-reverse;
        gap: 40px
    }

    .order-sm-set .mt-5 {
        margin-top: 1rem !important
    }

    .for-testimony {
        padding-left: 115px
    }

    .for-testimony .flickity-prev-next-button.next {
        right: 0
    }

    .testimony-slider {
        margin-top: 50px
    }

    .test-item {
        height: 395px !important
    }

    .cuNews-section .medcards .bg-white {
        padding: 0 2rem
    }
}

@media only screen and (max-width:575px) {
    .header_btn {
        background: 0 0;
        padding: 0 !important;
        margin: 0 !important;
        gap: 45px
    }

    

    .header__top-right {
        position: relative
    }

    .header__top-right li {
        margin-right: 24px
    }

    .header.sticky .header__top-right.social-sub {
        border-left: 0
    }

    .header__top-right li a i {
        font-size: 12px !important
    }

    .desktopRankings,
    .header__top-right li a span,
    .immerse-heading br,
    .ts-desk {
        display: none
    }

    .head-search span,
    .header_btn a>span {
        display: none !important
    }

    .header_btn img {
        width: 28px;
        height: 28px
    }

    .header.sticky .header_btn img {
        filter: invert()
    }

    .header_btn img:hover {
        opacity: .5
    }

    .header.sticky .navbar-toggler-icon,
    .header.sticky .navbar-toggler-icon::after,
    .header.sticky .navbar-toggler-icon::before {
        background: var(--bs-black)
    }

    .header_btn .navbar-toggler {
        width: 30px;
        position: static;
        margin-left: 20px
    }

    .head-search {
        position: absolute;
        right: 53px
    }

    #search-page-mob,
    .for-testimony,
    .uniRankingthumb__content {
        padding-left: 0
    }

    #search-page-mob i {
        font-size: 20px !important
    }

    .headerTopBar {
        padding: 8px 15px
    }

    .campusDd {
        width: 230px
    }

    .campusDd a span,
    .hero-place-slider .hpText {
        font-size: 10px
    }

    .footer-fixed-bar button {
        font-size: 16px
    }

    #sb_container.sb-container-align-right {
        right: 12px !important
    }

    .hp-package,
    .hpCompany {
        width: 160px
    }

    .order-first {
        order: 2 !important
    }

    .order-last {
        order: 1 !important
    }

    .heroContainer {
        height: 1500px
    }

    .heroBannerForm {
        padding-top: 170px
    }

    .cuFeatures-section .key-figure-wrapper span,
    .heroSlider__content h1,
    .heroSlider__content h2 {
        font-size: 30px;
        line-height: 30px
    }

    .ps-67 {
        padding-left: 67px
    }

    .heroSlider__content p {
        line-height: 18px;
        max-width: 100%
    }

    .heroBannerForm__form {
        margin-top: 60px
    }

    .pos-abs-mob {
        position: absolute;
        padding-left: 0;
        bottom: 80px;
        left: 12px;
        right: 12px
    }

    .hero-place-slider {
        margin-top: 0;
        max-width: unset
    }

    .hero-place-slider .item {
        flex-direction: column;
        align-items: start;
        height: 220px;
        text-align: center
    }

    .hero-place-slider .hpAmount span,
    .hero-place-slider .hpTextbig {
        font-size: 11px;
        line-height: 11px
    }

    .hero-place-slider .hpAmount {
        justify-content: center;
        font-size: 22px;
        line-height: 22px;
        margin-top: 2px
    }

    .hero-place-slider .hpAmount span {
        top: -1px
    }

    .hero-place-slider .hpAmount sup {
        font-size: 8px;
        top: -16px
    }

    .hpCompany {
        display: flex;
        justify-content: center
    }

    .hero-place-slider .hp-info::after {
        width: 14px;
        height: 14px;
        transform: rotate(90deg);
        bottom: -30px;
        top: unset;
        right: unset;
        left: 46%
    }

    .hero-place-slider .flickity-prev-next-button.previous {
        left: unset;
        right: 60px
    }

    .hero-place-slider .flickity-prev-next-button.next {
        right: 10px;
        left: unset
    }

    .another-one.flickity-enabled {
        height: auto;
        bottom: 0;
        right: 12px
    }

    .flickity-enabled .hp-photo {
        height: 370px
    }

    .bcci-mark img {
        margin-top: 45px
    }

    .ra-item {
        height: 400px
    }

    .ra-item a,
    .small-cards .flickity-page-dots {
        bottom: 10px
    }

    .mobileRankings,
    .ts-mob {
        display: block
    }

    .btn-primary,
    .key-para-cov .btn-primary,
    .ns-item .btn-primary,
    .nw-link .btn {
        padding: 8px 15px;
        font-size: 11px !important
    }

    .count,
    .placementNo.bigpl .placementNo__num {
        font-size: 28px
    }

    .btn img {
        width: 14px
    }

    .highlight-sl .flickity-page-dots {
        bottom: -40px
    }

    .topHighlights__numbers {
        flex-wrap: wrap;
        margin-top: 50px !important;
        justify-content: center !important
    }

    .tpNumbersCard {
        width: 50%;
        margin: unset;
        height: 122px;
        text-align: center
    }

    .tpNumbersCard p::before {
        left: 38%
    }

    .count {
        line-height: 28px
    }

    .key-para-cov .body-1.light.kpi,
    .placementNo__title,
    .tpNumbersCard p {
        font-size: 12px;
        line-height: 14px
    }

    .ths-item .card::before {
        background: linear-gradient(50deg, rgba(255, 255, 255, 0) 0, rgba(0, 0, 0, .9) 100%)
    }

    .ths-item .card {
        padding: 30px 24px 20px
    }

    .ths-item .card-footer {
        padding-top: 18px !important
    }

    .nw-img {
        height: 155px
    }

    .cuFeatures-section .key-figure-closed,
    .cuFeatures-section .key-figure-details-wrapper,
    .nw-cont {
        padding-left: 50px
    }

    .nw-cont h6 {
        font-size: 13px;
        line-height: 17px;
        margin-bottom: 20px
    }

    .mainHeading,
    .nw-cont p {
        margin-bottom: 30px
    }

    .nw-cont .btn {
        font-size: 10px !important;
        padding-left: 16px;
        padding-right: 16px
    }

    .ns-item {
        height: 163px
    }

    .notiHeading {
        max-width: 100%
    }

    .ns-item .card-footer {
        right: 8px;
        bottom: 8px
    }

    .newsTags {
        font-size: 9px
    }

    .notifications__slider .flickity-page-dots {
        bottom: 15px;
        width: 40%
    }

    .allRankings-section,
    .uniPlacement-section {
        padding-top: 50px
    }

    .w-94 {
        width: 100%
    }

    .row.g-0.w-94 {
        --bs-gutter-x: .5rem
    }

    .accordion-button {
        padding: 20px 0
    }

    .accordion-button::after,
    .accordion-button:not(.collapsed)::after {
        width: 1.25rem;
        height: 1.25rem
    }

    .uniRankingthumb__no {
        font-size: 18px;
        min-width: 55px
    }

    .placementNo__num sub,
    .tsText,
    .uniRankingthumb__content span,
    .uniRankingthumb__no span {
        font-size: 10px
    }

    .uniRankingthumb__no sup {
        top: -8px;
        font-size: 9px
    }

    .accordion-body .uniRankingthumb__no {
        font-size: 18px
    }

    .accordion-body .uniRankingthumb__no sup {
        top: -8px;
        font-size: 8px
    }

    .order-xs-set {
        flex-direction: column-reverse
    }

    .mainHeading p {
        font-size: 12px;
        line-height: 16px
    }

    .btnsGroup {
        text-align: center;
        margin-top: 2rem !important
    }

    .placementNo {
        height: 90px;
        padding: 20px
    }

    .placementNo__num {
        font-size: 22px;
        line-height: 34px;
        margin-bottom: 0
    }

    .borderLines {
        gap: 15px;
        flex-wrap: wrap;
        margin-top: 20px;
        justify-content: center
    }

    .borderLines .placementNo {
        padding-right: 5px;
        border-right: 0;
        height: 80px;
        text-align: center
    }

    .topStudent-item {
        height: 351px;
        width: 75%
    }

    .topStudent-item__card {
        padding: 20px 10px !important
    }

    .tsCompany {
        padding-bottom: 20px
    }

    .topStudent__info {
        margin-top: 28px
    }

    .topStudent__photo {
        width: 190px
    }

    .tcl-item {
        width: 100px;
        height: 35px
    }

    .adsCard {
        height: 140px;
        padding: 20px
    }

    .adSlider__title {
        margin-bottom: 24px
    }

    .adbanner {
        left: 40%;
        background-size: cover
    }

    .ms-item {
        background-position: center
    }

    .key-para-cov {
        flex-direction: column;
        padding-top: 18px
    }

    .key-figure-gradient {
        background-image: linear-gradient(#082d4f00 30%, #09090b)
    }

    .key-figure-details-wrapper .display-1 {
        font-size: 16px;
        line-height: 16px
    }

    .key-figure-details-wrapper .display-1.text-white {
        font-size: 18px;
        line-height: 18px;
        margin-bottom: 0 !important
    }

    .h3.key-figure-closed-title {
        font-size: 14px;
        line-height: 14px
    }

    .key-figure-closed {
        padding: 20px
    }

    .cuFeatures-section .key-figure-wrapper {
        padding: 40px 0
    }

    .cuFeatures-section .key-figure-wrapper.active {
        height: 41vh
    }

    .cuFeatures-section .key-figure-closed-close-icon {
        width: 21px;
        height: 11px
    }

    .cuFeatures-section .h3.key-figure-closed-title,
    .cuFeatures-section .h3.key-figure-closed-title.light.whitespace-nowrap,
    .cuFeatures-section .key-figure-details-wrapper .display-1 {
        font-size: 14px;
        line-height: 16px;
        width: 14rem
    }

    .cuFeatures-section .key-figure-wrapper.active .key-figure-details-wrapper .display-1 {
        width: 16rem
    }

    .key-figure-details-wrapper .display-1 {
        padding-bottom: 12px;
        margin-bottom: 12px !important
    }

    .key-para-cov .body-1.light.text-white.kpi {
        width: 100%;
        font-size: 13px;
        line-height: 17px
    }

    .studentTestimonial-section {
        padding-bottom: 90px
    }

    .for-testimony .flickity-prev-next-button {
        top: unset;
        bottom: -830%
    }

    .for-testimony .flickity-prev-next-button.previous {
        left: unset;
        right: 55px
    }

    .testimony-slider {
        margin-top: 40px
    }

    .test-item {
        height: 750px !important
    }

    .researchLabs-item {
        width: 85%;
        height: 368px
    }

    .researchLabs-item .box .title {
        font-size: 20px;
        line-height: 54px
    }

    .researchLabs-item .box:hover .title {
        transform: translate(0, -140%)
    }

    .researchLabs-item .box p {
        padding: 16px 20px;
        font-size: 12px;
        line-height: 16px
    }

    .researchLabs-item .box:hover p {
        height: 59%
    }

    .cuNews-section {
        padding: 50px 0
    }

    .cuNews-section .str-link {
        font-size: 13px;
        line-height: 16px
    }

    .order-nw-1 {
        order: 1
    }

    .order-nw-2 {
        order: 2
    }

    .order-nw-3 {
        order: 3
    }

    .small-cards.flickity-enabled {
        margin: 30px 0 0;
        border-top: 1px solid #dbdbdb;
        padding-top: 30px
    }

    .small-cards .nw-content {
        padding-top: 0
    }

    .bigNews .nw-img {
        height: 330px
    }

    .cuNews-section .bigNews .str-link {
        font-size: 14px;
        line-height: 16px
    }

    .cuNews-section .small-cards .card {
        border-bottom: 0 !important
    }

    .cuMap-section__in {
        height: 320px
    }

    .allNotification__list {
        width: 220px
    }

    .allNotification__list li {
        padding: 15px 15px 15px 30px
    }

    .allNotification__list li::before {
        left: 11px;
        top: 12px;
        font-size: 13px
    }

    .allNotification__list li h6 {
        font-size: 10px;
        line-height: 12px
    }

    .allNotification__list li p {
        line-height: 14px;
        font-size: 12px;
        font-weight: 400
    }

    .allNotification__list li .btn {
        font-size: 12px;
        margin-top: 9px;
        color: var(--flash-red)
    }

    .allNotification,
    .gotoTop {
        right: 21px
    }
}

.bell {
    display: block;
    -webkit-animation: 4s ease-in-out .7s infinite ring;
    -webkit-transform-origin: 50% 4px;
    -moz-animation: 4s ease-in-out .7s infinite ring;
    -moz-transform-origin: 50% 4px;
    animation: 4s ease-in-out .7s infinite ring;
    transform-origin: 50% 4px;
    margin: -8px -7px
}

@-webkit-keyframes ring {

    0%,
    100%,
    43% {
        -webkit-transform: rotateZ(0)
    }

    1%,
    9% {
        -webkit-transform: rotateZ(30deg)
    }

    11%,
    3% {
        -webkit-transform: rotateZ(-28deg)
    }

    5% {
        -webkit-transform: rotateZ(34deg)
    }

    7% {
        -webkit-transform: rotateZ(-32deg)
    }

    13% {
        -webkit-transform: rotateZ(26deg)
    }

    15% {
        -webkit-transform: rotateZ(-24deg)
    }

    17% {
        -webkit-transform: rotateZ(22deg)
    }

    19% {
        -webkit-transform: rotateZ(-20deg)
    }

    21% {
        -webkit-transform: rotateZ(18deg)
    }

    23% {
        -webkit-transform: rotateZ(-16deg)
    }

    25% {
        -webkit-transform: rotateZ(14deg)
    }

    27% {
        -webkit-transform: rotateZ(-12deg)
    }

    29% {
        -webkit-transform: rotateZ(10deg)
    }

    31% {
        -webkit-transform: rotateZ(-8deg)
    }

    33% {
        -webkit-transform: rotateZ(6deg)
    }

    35% {
        -webkit-transform: rotateZ(-4deg)
    }

    37% {
        -webkit-transform: rotateZ(2deg)
    }

    39% {
        -webkit-transform: rotateZ(-1deg)
    }

    41% {
        -webkit-transform: rotateZ(1deg)
    }
}

@-moz-keyframes ring {

    0%,
    100%,
    43% {
        -moz-transform: rotate(0)
    }

    1%,
    9% {
        -moz-transform: rotate(30deg)
    }

    11%,
    3% {
        -moz-transform: rotate(-28deg)
    }

    5% {
        -moz-transform: rotate(34deg)
    }

    7% {
        -moz-transform: rotate(-32deg)
    }

    13% {
        -moz-transform: rotate(26deg)
    }

    15% {
        -moz-transform: rotate(-24deg)
    }

    17% {
        -moz-transform: rotate(22deg)
    }

    19% {
        -moz-transform: rotate(-20deg)
    }

    21% {
        -moz-transform: rotate(18deg)
    }

    23% {
        -moz-transform: rotate(-16deg)
    }

    25% {
        -moz-transform: rotate(14deg)
    }

    27% {
        -moz-transform: rotate(-12deg)
    }

    29% {
        -moz-transform: rotate(10deg)
    }

    31% {
        -moz-transform: rotate(-8deg)
    }

    33% {
        -moz-transform: rotate(6deg)
    }

    35% {
        -moz-transform: rotate(-4deg)
    }

    37% {
        -moz-transform: rotate(2deg)
    }

    39% {
        -moz-transform: rotate(-1deg)
    }

    41% {
        -moz-transform: rotate(1deg)
    }
}

@keyframes ring {

    0%,
    100%,
    43% {
        transform: rotate(0)
    }

    1%,
    9% {
        transform: rotate(30deg)
    }

    11%,
    3% {
        transform: rotate(-28deg)
    }

    5% {
        transform: rotate(34deg)
    }

    7% {
        transform: rotate(-32deg)
    }

    13% {
        transform: rotate(26deg)
    }

    15% {
        transform: rotate(-24deg)
    }

    17% {
        transform: rotate(22deg)
    }

    19% {
        transform: rotate(-20deg)
    }

    21% {
        transform: rotate(18deg)
    }

    23% {
        transform: rotate(-16deg)
    }

    25% {
        transform: rotate(14deg)
    }

    27% {
        transform: rotate(-12deg)
    }

    29% {
        transform: rotate(10deg)
    }

    31% {
        transform: rotate(-8deg)
    }

    33% {
        transform: rotate(6deg)
    }

    35% {
        transform: rotate(-4deg)
    }

    37% {
        transform: rotate(2deg)
    }

    39% {
        transform: rotate(-1deg)
    }

    41% {
        transform: rotate(1deg)
    }
}

.ws-highlight a {
    background: linear-gradient(-45deg, #FB7B1C, #fca35d, #d15a0b, #FB7B1C);
    background-size: 400% 400%;
    animation: gradient 5s ease infinite;
    padding: 3px 10px;
    border-radius: 12px;
}

@keyframes gradient {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

:root {
    scroll-behavior: inherit !important;
}

.blur-lay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .7);
    backdrop-filter: blur(5px);
    opacity: 0;
    visibility: hidden;
    z-index: 99;
    transition: all .35s ease-in-out;
}

.blur-lay.active {
    opacity: 1;
    visibility: visible;
}

.paramedical-hero-sec {
    height: 1013px;
    background: #173c72;
    /* Fallback background color */
}

.paramedical-hero-slider,
.paramedical-hero-slider-item {
    height: 100%;
    width: 100%;
}

.paramedical-hero-slider {
    position: relative;
}

.paramedical-hero-slider-item {
    background-size: cover;
    background-position: center;
}

.paramedical-hero-slider::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(23, 60, 114, .8);
    z-index: 1;
}

.order-sm-first {
    display: flex;
    gap: 40px;
    align-items: end;
    height: 380px;
}

.hidethis {
    display: inline;
}

.paramedical-hero-content {
    max-width: 730px;
    height: 100%;
}

.paramedical-hero-content h1,
.paramedical-hero-content h2 {
    color: var(--bs-white);
    font-size: 54px;
    line-height: 54px;
    padding-bottom: 0;
    position: relative;
    z-index: 10;
}

.paramedical-hero-content h1 span,
.paramedical-hero-content h2 span {
    font-family: var(--alt-font) !important;
    font-weight: 200;
}

.paramedical-hero-content h1 small {
    font-size: .5em;
    display: block;
    line-height: 1;
}

.paramedical-hero-content h1::after,
.paramedical-hero-content h2::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    background: var(--bs-white);
    height: 1px;
    width: 40px;
    display: none;
}

.paramedical-hero-content p,
.paramedical-hero-content .btn,
.paramedical-hero-banner-form__form {
    z-index: 10;
    position: relative;
}

.paramedical-hero-banner-form__form {
    background: var(--bs-white);
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 0 20px rgba(0, 0, 0, .2);
}

.paramedical-hero-banner-form-header {
    background: #FB7B1C;
    color: var(--bs-white);
}

.paramedical-hero-banner-form-header h3 {
    font-size: 18px;
    font-weight: 800;
}

.paramedical-hero-banner-form-header h3 span {
    display: block;
    font-size: 14px;
    font-weight: 400;
}

.paramedical-hero-content p {
    color: var(--bs-white);
    max-width: 70%;
}

.paramedical-hero-banner-form {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    width: 100%;
    padding-top: 250px;
}

.slider-trans {
    position: relative;
}

.placed-sec {
    margin-top: -395px;
    padding-bottom: 50px;
}

.hero-place-slider {
    margin-top: unset;
    max-width: unset;
}

.hero-place-slider .item {
    width: 285px;
    height: 432px;
    padding: 14px;
    background: var(--bs-white);
    margin-top: 40px;
    margin-bottom: 10px;
    margin-right: 20px;
    border-radius: 20px;
    box-shadow: 0 0 9px rgba(0, 0, 0, .2);
    transition: .35s;
    flex-direction: column;
    align-items: start;
}

.hero-place-slider .item .hp-txt {
    padding: 20px;
}

/*
.hero-place-slider .flickity-viewport {
	overflow: visible;
}
*/
.pe-50 {
    padding-right: 50px;
    padding-top: 70px;
    position: relative;
    z-index: 1;
}

.hero-place-slider .hp-info {
    width: unset;
    margin-bottom: 20px;
    /* margin-right: 22px; */
}

.hero-place-slider .hp-info::after {
    right: -35px;
    top: -22px;
    background: rgba(243, 243, 243, .2);
    width: 1px;
    height: 100px;
    transform: unset;
}

.hero-place-slider .hpName {
    font-size: 24px;
    line-height: 24px;
}

.hero-place-slider .hpText {
    font-size: 12px;
    line-height: 12px;
    font-weight: 300;
    margin-top: 8px;
    color: #666666;
}

.hero-place-slider .hpTextbig {
    color: #666666;
}

.hero-place-slider .hpName span {
    display: inline;
}

.hero-place-slider .hpAmount span {
    margin-left: 4px;
}

.hero-place-slider .hpCompany {
    text-align: center;
    position: absolute;
    bottom: 22px;
    right: 26px;
    z-index: 1;
}

.hero-place-slider .hpCompany img {
    width: auto;
    object-fit: contain;
    max-width: 100%;
    top: unset;
    border-radius: 0;
}

.almni-photo {
    position: relative;
    background: #2d6393;
    width: 256px;
    height: 256px;
    border-radius: 15px;
}

.almni-photo img {
    max-width: 100%;
    /* top: -42px; */
    position: relative;
    border-radius: 0 0 15px 15px;
}

.hero-place-slider .flickity-button {
    /* transform: translate(125px, -200px); */
    bottom: unset;
    top: -40px;
}

.partner-section {
    padding: 50px 0 68px;
    margin-top: -115px;
    position: relative;
}

.fortune-title h6 {
    font-family: var(--alt-font);
    font-weight: 700;
    font-size: 14px;
}

.fg-item {
    width: 110px;
    height: 47px;
    margin-right: 20px;
}

.fg-item img,
.cb-item img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.cb-item {
    width: 100px;
    height: 60px;
    margin-right: 50px;
}

.ra-item {
    width: 642px;
    height: 343px;
    border-radius: 6px;
    margin-right: 30px;
}

.ra-item::after {
    display: none;
}

.dept-cover img {
    height: 689px;
    object-fit: cover;
    width: 1057px;
    position: relative;
    z-index: -1;
}

.subHeading.pe-55 {
    padding-left: 18px;
    padding-right: 55px;
    position: relative;
}

.subHeading.pe-55::before {
    content: "";
    position: absolute;
    top: -62px;
    left: -96px;
    right: 0;
    height: 580px;
    background: var(--bs-white);
    z-index: -1;
}

.ms-18 {
    margin-left: 18px;
    margin-bottom: 105px;
}

.flex-cr h1::after {
    display: none;
}

.about-sec.pt-5 {
    padding-top: 40px;
}

/******** above this *********/

.ranking-sec {
    height: 428px;
    background-image: linear-gradient(180deg, #f3f3f3 49%, #202734 49%);
}

.rankInset {
    margin-left: -30px;
}

.h-49 {
    height: 49%;
}

.h-51 {
    height: 51%;
}

.align-items-end {
    align-items: end;
}

.abet-info h5 {
    font-family: var(--alt-font) !important;
    font-weight: 700;
    font-size: 18px;
    line-height: 18px;
    margin-bottom: 20px;
    color: var(--bs-white);
}

.abet-info p {
    font-family: var(--alt-font) !important;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 0;
    color: var(--bs-white);
}

.ps-40 {
    padding-left: 40px;
}

.subHeading h1,
.subHeading h3 {
    color: var(--bs-black);
    font-family: var(--alt-font) !important;
    font-size: 44px;
    line-height: 44px;
    font-weight: 800;
}

.subHeading h1.position-relative,
.subHeading h3.position-relative {
    margin-bottom: 30px;
    padding-bottom: 30px;
}

.subHeading h1.position-relative::after,
.subHeading h3.position-relative::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    background: var(--bs-black);
    height: 1px;
    width: 40px;
    display: none;
}

.subHeading h1 small,
.subHeading h3 small {
    font-size: 24px;
    line-height: 24px;
    display: block;
}

.subHeading h4 {
    color: var(--bs-black);
    font-family: var(--alt-font) !important;
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
}

.subHeading p {
    color: var(--bs-black);
    font-family: var(--alt-font) !important;
    font-size: 16px;
    line-height: 24px;
    font-weight: 300;
    margin-bottom: 24px;
}

.abt-row {
    --bs-gutter-x: .5rem;
}

.big-dept-cover img {
    height: 594px;
    border-radius: 10px;
    object-fit: cover;
}

.small-dept-cover-upper img {
    height: 294px;
    margin-bottom: 6px;
    border-radius: 10px;
    object-fit: cover;
}

.small-dept-cover-lower img {
    height: 294px;
    border-radius: 10px;
    object-fit: cover;
}

.paramedical-edge-sec {
    background: var(--bs-white);
    position: relative;
    height: 1322px;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 100px;
    overflow: visible;
}

.paramedical-edge-sec::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(13, 49, 106, .9);
}

.paramedical-edge-sec h3::after {
    display: none;
}

.paramedical-edge-grid {
    display: grid;
    grid-template-columns: auto auto auto auto;
    grid-gap: 15px;
    margin-top: 68px;
}

.paramedical-edge-grid .paramedical-edge-item:nth-child(1),
.paramedical-edge-grid .paramedical-edge-item:nth-child(3),
.paramedical-edge-grid .paramedical-edge-item:nth-child(6),
.paramedical-edge-grid .paramedical-edge-item:nth-child(8) {
    background: rgba(255, 255, 255, .1);
}

.paramedical-edge-grid .paramedical-edge-item:nth-child(1) h4,
.paramedical-edge-grid .paramedical-edge-item:nth-child(3) h4,
.paramedical-edge-grid .paramedical-edge-item:nth-child(6) h4,
.paramedical-edge-grid .paramedical-edge-item:nth-child(8) h4,
.paramedical-edge-grid .paramedical-edge-item:nth-child(1) p,
.paramedical-edge-grid .paramedical-edge-item:nth-child(3) p,
.paramedical-edge-grid .paramedical-edge-item:nth-child(6) p,
.paramedical-edge-grid .paramedical-edge-item:nth-child(8) p {
    color: var(--bs-white);
}

.paramedical-edge-slider {
    margin-top: 60px;
}

.paramedical-edge-slider .flickity-prev-next-button.previous {
    left: -4%;
}

.paramedical-edge-slider .flickity-prev-next-button.next {
    right: 13%;
    left: unset;
}

.paramedical-edge-slider .flickity-button,
.dept-slider .flickity-button,
.career-training-slider .flickity-button {
    color: var(--bs-black);
    background: rgba(255, 255, 255, .6);
}

.paramedical-edge-slider .flickity-button:hover,
.dept-slider .flickity-button:hover,
.career-training-slider .flickity-button:hover {
    color: var(--bs-white);
    background: #FB7B1C;
}

.paramedical-edge-item {
    /*	width: 320px;*/
    height: 400px;
    position: relative;
    border-radius: 10px;
    padding: 34px 28px;
    background: var(--bs-white);
}

.paramedical-edge-item h4 {
    color: var(--bs-black);
    font-family: var(--alt-font) !important;
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
    margin-bottom: 24px;
}

.paramedical-edge-item p {
    color: var(--bs-black);
    font-family: var(--alt-font) !important;
    font-size: 14px;
    line-height: 22px;
    font-weight: 300;
    margin-bottom: 0;
}

.paramedical-edge-item span {
    color: rgba(255, 255, 255, .2);
    font-family: var(--alt-font) !important;
    font-size: 80px;
    line-height: 1;
    font-weight: 800;
    position: absolute;
    bottom: 34px;
    opacity: .5;
    background: -webkit-linear-gradient(#faf3e0 21%, #FB7B1C);
    background-clip: border-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: color .35s;
}

.paramedical-edge-item:hover span {
    color: #FB7B1C;
}

.paramedical-edge-item span::after {
    display: none;
}

.paramedical-edge-item:hover span::after {
    opacity: 0;
}

.ads {
    margin-top: 0;
    overflow: visible;
    background: #FB7B1C !important;
    position: relative;
    min-height: 250px;
    padding: 60px 0;
    z-index: 99;
    display: block !important;
    clear: both;
}

.ads .container {
    overflow: visible;
    position: relative;
    z-index: 2;
    height: auto !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
}

.adsCard {
    background: transparent !important;
    border-radius: 0;
    padding: 0;
    height: auto !important;
    border: 0 !important;
    position: relative;
    z-index: 2;
    display: block !important;
}

.adSlider {
    position: relative;
    z-index: 3;
    opacity: 1 !important;
    visibility: visible !important;
    display: block !important;
    color: #ffffff !important;
}

.adSlider__title h3,
.adSlider__title h4 {
    font-family: var(--primary-font) !important;
    font-style: normal;
    color: #ffffff !important;
    line-height: 1.2;
    position: relative;
    z-index: 4;
    opacity: 1 !important;
    visibility: visible !important;
    margin: 0 0 20px 0 !important;
    display: block !important;
}

.adSlider__title h3 {
    margin-left: 0;
    font-size: 32px;
    font-weight: 800;
    color: #ffffff !important;
    display: block !important;
}

.adSlider__title h4 {
    font-weight: 400;
    color: var(--bs-white);
    font-size: 24px;
    margin-top: 10px;
}

.adbanner {
    position: absolute;
    left: 18%;
    top: unset;
    right: unset;
    bottom: 0;
    background-repeat: no-repeat;
    background-size: contain;
    width: 379px;
    height: 336px;
    pointer-events: none;
    z-index: 1;
}

.btn-primary,
.btn-hoverEffect,
.btn {
    background-color: #FB7B1C !important;
    border-color: #FB7B1C !important;
    color: #fff !important;
}

.btn-primary:hover,
.btn-hoverEffect:hover,
.btn:hover {
    background-color: #FB7B1C !important;
    border-color: #FB7B1C !important;
    color: #fff !important;
}

.adsCard .btn.bg-white {
    background-color: #fff !important;
    color: #FB7B1C !important;
    border-color: #fff !important;
}

.adsCard .btn.bg-white:hover {
    background-color: #f8f9fa !important;
    color: #FB7B1C !important;
}

.mentor-box .btn.bg-white {
    background-color: #fff !important;
    color: #FB7B1C !important;
}

.mentor-box .btn.bg-white:hover {
    background-color: #f8f9fa !important;
    color: #FB7B1C !important;
}

.middle-sec {
    margin-top: -280px;
}

.mdsl-item {
    height: 544px;
    border-radius: 10px;
    object-fit: cover;
}

.poff-row {
    border-bottom: 1px solid #e9e9e9;
    padding-bottom: 20px;
    --bs-gutter-x: 0;
}

.study-level h6 {
    color: var(--bs-black);
    font-family: var(--alt-font) !important;
    font-size: 14px;
    line-height: 24px;
    font-weight: 700;
    margin-bottom: 0;
}

.study-level span {
    color: var(--bs-black);
    font-family: var(--alt-font) !important;
    font-size: 12px;
    line-height: 14px;
    font-weight: normal;
    display: block;
}

.dpt-title {
    color: var(--bs-black);
    font-family: var(--alt-font) !important;
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    margin-bottom: 0;
    margin-top: 15px;
}

.dept-slider {
    margin-left: -20px;
}

.dept-slider .flickity-prev-next-button {
    width: 37px;
    height: 37px;
}

.dept-slider .flickity-prev-next-button.previous {
    left: -3%;
}

.dept-slider .flickity-prev-next-button.next {
    right: 16.5%;
    left: unset;
}

.dept-slider .flickity-prev-next-button.previous .flickity-button-icon {
    left: 33%;
}

.dept-item {
    width: 422px;
    height: 70px;
    margin-right: 24px;
}

.dept-item a {
    background-color: #f4f4f4;
    height: 100%;
    width: 100%;
    border-radius: 10px;
    display: flex;
    align-items: center;
    padding: 20px 26px;
    gap: 24px;
    transition: background-color .35s;
}

.dept-item a:hover {
    background-color: #ffeccc;
}

.dept-item h5 {
    color: var(--bs-black);
    font-family: var(--alt-font) !important;
    font-size: 14px;
    line-height: 18px;
    font-weight: 700;
    margin-bottom: 0;
}

.crsprite {
    background: url('../imgs-new/hosp-sprite.png') no-repeat top left;
    width: 34px;
    height: 34px;
}

.crsprite.icon-airlines {
    background-position: 0 0;
}

.crsprite.icon-tourism {
    background-position: -39px 0;
}

.crsprite.icon-hospitality {
    background-position: -78px 0;
}

.course-row {
    border-top: 1px solid #e9e9e9;
    padding-top: 20px;
    --bs-gutter-x: 0;
    margin-top: 20px;
}

.course-row h6 {
    color: var(--bs-black);
    font-family: var(--alt-font) !important;
    font-size: 18px;
    line-height: 24px;
    font-weight: 800;
    margin-bottom: 0;
    text-align: center;
    background: #ffeccc;
    padding: 5px;
    border: 1px solid var(--bs-black);
    border-radius: 10px;
}

.programs-sec {
    padding-bottom: 60px;
}

.listStyle-2 {
    padding-left: 0;

}

.listStyle-2 li {
    list-style-type: none;
    margin-bottom: 15px;
    padding-left: 15px;
}

.listStyle-2 li a {
    position: relative;
    font-size: 14px;
    line-height: 1.2;
    padding-left: 9px;
    display: block;
    color: var(--bs-black);
    transition: all .3s ease-in-out;
    font-family: var(--alt-font) !important;
    font-weight: 300;
    padding-right: 40px;
    text-decoration: none;
}

/*
.listStyle-2 li a small {
    color: var(--bs-black);
}
*/
.listStyle-2 li a::after {
    content: '';
    height: 9px;
    width: 10px;
    background: url(../imgs-new/list-arrow-right.webp);
    left: -15px;
    top: 7px;
    position: absolute;
    transition: all .3s ease-in-out;
}

.listStyle-2 li a:hover {
    text-decoration: none;
    color: #646464;
}

.listStyle-2 li a:hover::after {
    filter: contrast(0);
}

.faculty-sec {
    background: #f4f4f4;
    padding: 92px 0 230px;
}

.faculty-sec highlight,
.mentor-box highlight {
    color: #FB7B1C;
}

.faculty-sec .subHeading h1 small,
.faculty-sec .subHeading h3 small {
    font-size: 18px;
    line-height: 44px;
}

.fac-item {
    width: 420px;
    height: 208px;
    margin-right: 24px;
    margin-top: 25px;
    position: relative;
}

.fac-upper,
.fac-lower {
    width: 80%;
}

.fac-content h5 {
    font-family: var(--alt-font) !important;
    font-size: 16px;
    font-weight: 800;
    color: var(--bs-black);
    margin-bottom: 0;
    padding: 0 20px;
    background: #ffeccc;
    border-radius: 10px;
    height: 46px;
    display: flex;
    align-items: center;
}

.fac-content span {
    font-family: var(--alt-font) !important;
    font-size: 12px;
    line-height: 14px;
    font-weight: 300;
    color: var(--bs-black);
    padding: 0 20px;
    background: var(--bs-white);
    border-radius: 10px;
    display: block;
    height: 46px;
    display: flex;
    align-items: center;
}

.fac-lower ul {
    padding-left: 20px;
    margin-top: 20px;
}

.fac-lower ul li {
    list-style-type: none;
    font-family: var(--alt-font) !important;
    font-size: 14px;
    line-height: 16px;
    font-weight: 300;
    margin-bottom: 20px;
    position: relative;
    padding-left: 36px;
}

.fac-lower ul li::after {
    content: "";
    left: 0;
    position: absolute;
    top: -3px;
    background: url(../imgs-new/check-circle-black.png);
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
}

.fac-pic {
    width: 134px;
    height: 134px;
    border-radius: 50%;
    overflow: hidden;
    position: absolute;
    top: -25px;
    right: 0;
}

.fac-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.mentor-sec {
    padding-bottom: 30px;
    margin-top: -152px;
}

.mentor-box {
    height: 275px;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    background-image: linear-gradient(180deg, var(--bs-white) 59%, #FB7B1C 45%);
}

.mentor-box::before {
    content: "";
    width: 100%;
    height: 20px;
    background: #FB7B1C;
    position: absolute;
    top: 55%;
    border-radius: 10px;
    z-index: 1;
}

.mentorInset {
    position: relative;
    z-index: 1;
    width: 531px;
    margin-left: 20px;
}

.mentor-box .pr-50 {
    padding-right: 56px;
}

.mentor-title {
    font-family: var(--alt-font) !important;
    font-weight: 800;
    font-size: 30px;
    line-height: 30px;
    color: var(--bs-black);
    margin-bottom: 0;
    padding-right: 20px;
}

.mentor-info h5 {
    font-family: var(--alt-font) !important;
    font-weight: 800;
    font-size: 16px;
    line-height: 18px;
    color: var(--bs-white);
    margin-bottom: 0;
}

.global-sec {
    padding: 60px 0;
}

.key-figure-wrapper {
    border: 1px solid transparent;
}

.key-figure-closed {
    background-color: #ffeccc;
}

.key-figure-closed:hover {
    background-color: #edd2a4;
}

.key-figure-gradient {
    background-image: unset;
    background: rgba(0, 0, 0, .2);
}

.int-sec {
    background-size: auto;
    background-repeat: no-repeat;
    background-position: center;
    margin-top: -70px;
    padding: 140px 0 0;
    height: 554px;
}

.int-sec .btnsGroup {
    margin-top: 60px;
}

.btn-primary.bg-transparent {
    background: transparent !important;
    border-color: var(--bs-black) !important;
}

.btn-primary.bg-transparent img {
    filter: invert(1);
}

.btn-primary.bg-transparent:hover {
    border-color: transparent !important;
}

.btn-primary.bg-transparent:hover img {
    filter: unset;
}

.ip-item {
    width: 182px;
    height: 75px;
    margin-right: 30px;
}

.ip-item img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.semex-cover img {
    height: 897px;
    border-radius: 6px 0 0 6px;
    object-fit: cover;
    width: 702px;
    position: relative;
    right: -26px;
}

.country-list {
    display: flex;
    gap: 30px 50px;
    flex-wrap: wrap;
}

.con-cov .fortune-title {
    margin-top: 10px;
    color: var(--bs-black);
}

.con-box {
    width: 130px;
    height: 130px;
    padding: 15px;
    border-radius: 6px;
    border: 1px solid #ece8e8;
    transition: .25s;
}

.con-box img {
    width: 100%;
    object-fit: contain;
    height: 100%;
}

.con-cov:hover .con-box {
    padding: 10px;
}

.mb-40x {
    margin-bottom: 40px;
}

.mt-88 {
    margin-top: 88px;
}

.esteem-item {
    width: 175px;
    height: 45px;
    margin-right: 28px;
}

.esteem-item img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.researchLabs-item .box:hover {
    background: rgba(18, 48, 93, .9);
}

.career-training-slider {
    margin-top: 65px;
    padding-left: 6.5%;
}

.career-training-slider .flickity-prev-next-button.previous {
    left: 3%;
}

.career-training-slider .flickity-prev-next-button.next {
    right: 5%;
    left: unset;
}

.career-training-item {
    width: 400px;
    height: 400px;
    background: #f4f4f4;
    border-radius: 10px;
    padding: 36px 30px;
    position: relative;
    margin-right: 24px;
    margin-top: 30px;
}

.ct-img-wrapper {
    display: flex;
    width: 85%;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    top: -30px;
}

.person-pic {
    width: 57px;
    height: 57px;
    border-radius: 50%;
    overflow: hidden;
}

.comp-logo {
    width: 163px;
    height: 57px;
    border: 1px solid #d9d9d9;
    background: var(--bs-white);
    border-radius: 28.5px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.career-training-item .ct-description {
    position: relative;
    margin-top: 75px;
    max-width: 87%;
}

.career-training-item .ct-description::before {
    content: '“';
    position: absolute;
    font-size: 50px;
    font-weight: 800;
    top: -50px;
    color: #b2b2b2;
    font-family: 'Playfair Display';
}

.career-training-item .ct-description p {
    color: var(--bs-black);
    font-family: var(--alt-font) !important;
    font-size: 20px;
    line-height: 22px;
    font-weight: normal;
    margin-bottom: 0;
}

.ct-role-info {
    position: absolute;
    bottom: 30px;
    width: 81%;
    border-left: 1px solid #b2b2b2;
    padding: 0 0 0 15px;
    font-family: var(--alt-font) !important;
}

.ct-role-info h6 {
    font-family: var(--alt-font) !important;
    color: #FB7B1C;
    font-size: 18px;
    line-height: 28px;
    font-weight: 800;
    margin-bottom: 0;
}

.ct-role-info span {
    font-size: 12px;
    line-height: 14px;
    font-weight: normal;
    color: #8c8c8c;
    display: block;
}

.estd-box {
    background: #f4f4f4;
    border-radius: 10px;
    margin-top: 24px;
}

.estd-box .row {
    height: 181px;
    align-items: center;
    justify-content: space-between;
}

.estd-box .row .position-relative::after {
    content: "";
    background: #9d9d9d;
    width: 1px;
    height: 106px;
    position: absolute;
    right: 50px;
    top: -24px;
}

.tbi-sec {
    background: #f4f4f4;
}

.tbi-left {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.tbi-left .subHeading p {
    font-size: 20px;
    line-height: 26px;
    max-width: 90%;
}

.tbi-low h2 {
    color: #FB7B1C;
    font-size: 70px;
    line-height: 70px;
    font-weight: 800;
    font-family: var(--alt-font) !important;
}

.tbi-slider .flickity-prev-next-button.next {
    right: 0;
    left: unset;
}

.tbi-item {
    width: 482px;
    height: 688px;
    border-radius: 10px;
    background: #1e1616;
    padding: 43px 38px;
    margin-left: 20px;
    overflow: hidden;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.tbi-item h2 {
    position: absolute;
    top: 72%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: var(--bs-white);
    font-size: 50px;
    line-height: 50px;
    font-weight: 800;
    filter: blur(1px);
    margin: 0;
    text-align: center;
}

.tbi-item p {
    position: relative;
    color: var(--bs-white);
    font-family: var(--alt-font) !important;
    font-size: 18px;
    line-height: 22px;
    font-weight: 800;
    margin-bottom: 0;
    margin-top: 93px;
    text-align: center;
}

/* .tbi-item p::before {
    content: '“';
    position: absolute;
    font-size: 150px;
    font-weight: 800;
    top: -60px;
    left: -35px;
    color: #FB7B1C;
} */

.ceo-details {
    position: relative;
    z-index: 1;
}

.ev-item,
.ev-item-wrapper {
    position: relative;
}

.ev-item::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .2);
    content: '';
}

.ev-item-wrapper {
    position: relative;
    width: 100%;
    max-width: 75%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.ceo-details h3,
.ev-item h3 {
    font-family: var(--alt-font) !important;
    font-size: 34px;
    line-height: 34px;
    color: var(--bs-white);
    font-weight: 800;
    margin-bottom: 20px;
}

.ev-item p {
    font-family: var(--alt-font) !important;
    font-size: 18px;
    line-height: 22px;
    font-weight: 300;
    color: var(--bs-white);
    margin-bottom: 0;
    max-width: 750px;
}

.ceo-details h3.position-relative {
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.ceo-details h3.position-relative::after {
    background: var(--bs-white);
}

.ceo-details span {
    font-size: 12px;
    line-height: 12px;
    color: var(--bs-white);
    display: block;
}

.ceo-logos {
    display: flex;
    align-items: end;
    gap: 24px;
    margin-top: 20px;
}

.cleft {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.ceo-inset {
    position: absolute;
    right: 0;
    bottom: 0;
}

.event-slider {
    height: 546px;
}

.event-slider .flickity-prev-next-button.previous {
    left: 12%;
}

.event-slider .flickity-prev-next-button.next {
    right: 12%;
    left: unset;
}

.ev-item {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    align-items: end;
    justify-content: space-around;
    padding-bottom: 70px;
}

.red-sec {
    background: #183159;
    padding: 75px 0 86px;
}

.red-sec p {
    font-size: 20px;
    line-height: 26px;
    margin-top: 15px;
}

.dynamic-testimonial-element {
    height: 881px;
    margin-bottom: -205px;
}

.testimony-sec {
    padding: 96px 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 881px;
}

.testimony-sec a.btn {
    margin-top: 65px;
}

#testCarousel {
    background: rgba(0, 0, 0, .3);
    border-radius: 10px;
    height: 350px;
}

#testCarousel .carousel-inner {
    width: 100%;
    overflow: hidden;
    height: 100%;
    display: flex;
    align-items: center;
    text-align: center;
}

#testCarousel .carousel-item-next:not(.carousel-item-start),
#testCarousel .active.carousel-item-end {
    transform: translateX(100%);
}

#testCarousel .carousel-item-prev:not(.carousel-item-end),
#testCarousel .active.carousel-item-start {
    transform: translateX(-100%);
}

#testCarousel .carousel-control-next,
#testCarousel .carousel-control-prev {
    width: 7%;
}

.feedback-content {
    color: var(--bs-white);
    width: 80%;
    margin: auto;
}

.feedback-content p {
    font-family: var(--alt-font) !important;
    font-size: 20px;
    line-height: 26px;
    font-weight: 300;
    margin-bottom: 0;
}

.feedback-content h4 {
    font-family: var(--alt-font) !important;
    font-size: 24px;
    line-height: 44px;
    font-weight: 800;
    margin-bottom: 0;
    margin-top: 30px;
    text-transform: capitalize;
}

.feedback-content small {
    font-family: var(--alt-font) !important;
    font-size: 12px;
    line-height: 12px;
    font-weight: 300;
    display: block;
}

.career-sec {
    padding-top: 90px;
}

.career-sec .paramedical-edge-slider {
    margin-top: 0;
}

.career-sec .paramedical-edge-slider .flickity-prev-next-button.next {
    right: -3%;
}

.career-sec .paramedical-edge-item {
    width: 307px;
    height: 490px;
    margin-right: 24px;
    background: #f4f4f4;
    transition: all .3s;
}

.career-sec .paramedical-edge-item.cu-welcome {
    background: #ffeccc;
}

.career-sec .paramedical-edge-item:hover {
    background: #FB7B1C;
}

.career-sec .paramedical-edge-item h4 {
    font-size: 24px;
    font-weight: 800;
    transition: all .3s;
}

.career-sec .paramedical-edge-item p {
    font-size: 16px;
    line-height: 24px;
    transition: all .3s;
}

.career-sec .paramedical-edge-item:hover h4,
.career-sec .paramedical-edge-item:hover p {
    color: var(--bs-white);
}

.paramedical-edge-item .btn {
    position: absolute;
    bottom: 212px;
    z-index: 1;
}

.paramedical-edge-item .btn:hover img,
.paramedical-edge-item:hover .btn img {
    filter: invert();
}

.paramedical-edge-item .btn-hoverEffect:active,
.paramedical-edge-item .btn-hoverEffect:focus,
.paramedical-edge-item .btn-hoverEffect:hover,
.paramedical-edge-item:hover .btn-hoverEffect {
    color: var(--bs-black) !important;
}

.paramedical-edge-item .btn-hoverEffect::before {
    background: var(--bs-white);
}

.paramedical-edge-item:hover .btn-hoverEffect::before {
    transform: scaleX(1);
}

.career-sec .paramedical-edge-item .box-bg {
    border-radius: 10px;
    position: absolute;
    bottom: 0;
    height: 235px;
    left: 0;
    right: 0;
    object-fit: cover;
}

.step-slider {
    background: #f4f4f4;
    border-radius: 10px;
    padding: 5px;
}

.step-item {
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 75px;
    width: 33%;
    flex-direction: column;
    margin-right: 5px;
    transition: background .3s;
}

.step-item:hover {
    cursor: pointer;
}

.step-slider .step-item:last-child {
    margin-right: 0;
}

.step-item.is-selected {
    background: var(--bs-white);
}

.step-item span {
    font-family: var(--alt-font) !important;
    font-size: 12px;
    line-height: 12px;
    font-weight: 300;
    color: var(--bs-black);
    display: block;
}

.step-item h5 {
    font-family: var(--alt-font) !important;
    font-size: 18px;
    line-height: 18px;
    font-weight: 800;
    color: var(--bs-black);
    margin-bottom: 0;
}

.fst-item {
    display: flex;
    align-items: center;
    gap: 36px;
    height: 321px;
}

.fst-item img {
    border-radius: 10px;
}

.fst-item h6 {
    font-family: var(--alt-font) !important;
    font-size: 20px;
    line-height: 20px;
    font-weight: 800;
    color: var(--bs-black);
    margin-bottom: 20px;
}

.fst-item p {
    font-family: var(--alt-font) !important;
    font-size: 14px;
    line-height: 20px;
    font-weight: 300;
    color: var(--bs-black);
    max-width: 87%;
}

@media (min-width: 576px) {
    .col-sm-3 {
        flex: 0 0 auto;
        width: 25%;
    }
}

@media (min-width: 992px) {
    .col-lg-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }

    .col-lg-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }

    .col-lg-9 {
        flex: 0 0 auto;
        width: 75%;
    }

    .text-lg-start {
        text-align: start !important;
    }
}

@media (min-width: 1200px) {
    .col-xl-11 {
        flex: 0 0 auto;
        width: 91.66666667%;
    }

    .col-xl-9 {
        flex: 0 0 auto;
        width: 75%;
    }

    .col-xl-3 {
        flex: 0 0 auto;
        width: 25%;
    }
}

@media (min-width: 1600px) {
    .key-figures-wrapper {
        height: 578px;
    }
}

@media (min-width: 1800px) {
    .faculty-sec .ps-188 {
        margin-left: 6%;
    }
}

@media (max-width: 1799px) {
    .hero-place-slider .item .hp-txt {
        padding: 0 0 42px 67px;
    }

    .ra-item {
        width: 570px;
    }

    .dept-cover img {
        width: 860px;
        left: -65px;
    }

    .adbanner {
        left: 15%;
    }

    .adsCtabtn.btn-primary {
        padding: 12px 18px;
    }

    .dept-slider {
        margin-left: -15px;
    }

    .dept-item {
        width: 380px;
    }

    .mentorInset {
        width: 470px;
        margin-left: 26px;
    }

    .country-list {
        gap: 30px 28px;
    }

    .mt-88 {
        margin-top: 65px;
    }

    .semex-cover img {
        right: unset;
    }

    .esteem-item {
        width: 130px;
    }
}

@media (max-width: 1699px) {
    .ps-188 {
        margin-left: 2%;
    }
}

@media (max-width: 1599px) {
    .paramedical-hero-content p {
        max-width: 88%;
    }

    .hero-place-slider .item .hp-txt {
        gap: 30px;
    }

    .paramedical-edge-item {
        padding: 25px;
    }

    .paramedical-edge-item span {
        bottom: 25px;
    }

    .ra-item {
        width: 538px;
        height: 318px;
    }

    .dept-cover img {
        width: 785px;
        left: -52px;
    }

    .adbanner {
        left: 10%;
    }

    .adsCtabtn.btn-primary {
        padding: 12px 20px;
        font-size: 13px !important;
    }

    .dept-slider {
        margin-left: -30px;
    }

    .dept-item {
        width: 350px;
    }

    .country-list {
        gap: 30px 15px;
    }

    .esteem-item {
        width: 110px;
    }

    .ev-item h3 {
        font-size: 30px;
        line-height: 30px;
    }

    .fg-item {
        width: 145px;
        height: 44px;
    }

    .rankInset {
        margin-left: -90px;
    }

    .nirf-image {
        width: 270px;
    }

    .qs-image {
        width: 190px;
    }

    .abet-image {
        width: 280px;
    }

    .career-training-slider {
        padding-left: 3.83%;
    }

    .ps-188 {
        margin-left: 0;
    }

    .mentor-sec .px-188 {
        padding-left: 49.5px;
        padding-right: 49.5px;
    }

    .mentorInset {
        width: 500px;
        margin-left: 15px;
    }

    .estd-box .row {
        height: 140px;
    }

    .estd-box .row .position-relative::after {
        right: 25px;
        height: 90px;
        top: -18px;
    }

    .tbi-item {
        width: 402px;
        padding-right: 38px;
    }

    .tbi-item p {
        margin-top: 34px;
    }

    .tbi-item p::before {
        font-size: 100px;
        top: -25px;
        left: -13px;
    }
}

@media (max-width: 1399px) {
    .dept-cover img {
        left: -75px;
    }

    .dept-slider {
        margin-left: 10px;
    }

    .dept-item {
        width: 360px;
    }

    .adbanner {
        left: 8%;
    }

    .rankInset {
        margin-left: -60px;
    }

    .nirf-image,
    .abet-image {
        width: 250px;
    }

    .qs-image {
        width: 180px;
    }

    .ps-188 {
        padding-left: 100px;
    }

    .mentorInset {
        width: 475px;
    }

    .key-figures-wrapper {
        height: 60vh;
    }

    .career-training-slider {
        padding-left: 2.2%;
    }
}

@media (max-width: 1299px) {
    .hidethis {
        display: none;
    }

    .paramedical-hero-content h1,
    .paramedical-hero-content h2 {
        font-size: 52px;
        line-height: 52px;
    }

    .paramedical-hero-content p {
        max-width: 100%;
    }

    .hero-place-slider .item .hp-txt {
        padding: 0 0 42px 28px;
        gap: 15px;
    }

    .hero-place-slider .hp-info::after {
        right: -26px;
    }

    .hero-place-slider .hpAmount sup {
        font-size: 10px;
        top: -23px;
    }

    .ra-item {
        width: 513px;
        height: 275px;
    }

    .subHeading.pe-55 {
        padding-right: 0;
    }

    .dept-item {
        width: 335px;
    }

    .con-box {
        width: 122px;
    }

    .mentor-sec .px-188 {
        padding-left: 15px;
        padding-right: 15px;
    }

    .ev-item h3 {
        font-size: 24px;
        line-height: 24px;
    }
}

@media (max-width: 1199px) {
    .blur-lay {
        display: none;
    }

    .lg-align-start {
        align-items: start !important;
    }

    .paramedical-hero-banner-form-header h3 {
        font-size: 14px;
    }

    .paramedical-hero-banner-form-header h3 span {
        font-size: 18px;
        line-height: 18px;
    }

    .paramedical-hero-content p {
        max-width: 85%;
    }

    .order-sm-first {
        display: block;
    }

    .placed-sec {
        max-width: 60%;
    }

    .pe-50 {
        padding-right: 15px;
    }

    .dept-cover img {
        left: 0;
        width: 100%;
        border-radius: 10px;
        height: 500px;
    }

    .subHeading.pe-55::before {
        display: none;
    }

    .flex-cr.align-items-end {
        align-items: start !important;
    }

    .ra-item {
        width: 443px;
        height: 240px;
    }

    .flex-cr .btnsGroup .btn:last-child {
        margin-top: 20px;
        margin-left: 0 !important;
    }

    .ps-188 {
        padding-left: 60px;
    }

    .paramedical-edge-sec {
        height: 1760px;
    }

    .paramedical-edge-grid {
        grid-template-columns: auto auto auto;
        margin-top: 45px;
    }

    .paramedical-edge-grid .paramedical-edge-item:nth-of-type(odd) {
        background: rgba(255, 255, 255, .1);
    }

    .paramedical-edge-grid .paramedical-edge-item:nth-of-type(even) {
        background: var(--bs-white);
    }

    .paramedical-edge-grid .paramedical-edge-item:nth-of-type(odd) h4,
    .paramedical-edge-grid .paramedical-edge-item:nth-of-type(odd) p {
        color: var(--bs-white);
    }

    .paramedical-edge-grid .paramedical-edge-item:nth-of-type(even) h4,
    .paramedical-edge-grid .paramedical-edge-item:nth-of-type(even) p {
        color: var(--bs-black);
    }

    .esteem-item {
        width: 150px;
    }

    .adbanner {
        left: 21%;
    }

    .adbanner {
        left: 60px;
    }

    .adSlider__title h4 {
        font-size: 18px;
    }

    .adSlider__title h3 {
        font-size: 24px;
    }

    .adsCtabtn.btn-primary {
        padding: 12px 14px;
        font-size: 12px !important;
    }

    .dept-item {
        width: 290px;
    }

    .con-box {
        width: 102px;
        height: 110px;
    }

    .semex-cover img {
        height: 807px;
        width: 510px;
    }

    .ev-item h3 {
        font-size: 20px;
        line-height: 20px;
    }

    .rankInset {
        margin-left: -30px;
        width: 470px;
    }

    .nirf-image,
    .abet-image {
        width: 225px;
    }

    .qs-image {
        width: 170px;
    }

    .ps-40 {
        padding-left: 20px;
    }

    .big-dept-cover img {
        object-position: right;
    }

    .subHeading h1,
    .subHeading h3 {
        font-size: 34px;
        line-height: 34px;
    }

    .subHeading p,
    .career-sec .paramedical-edge-item p {
        font-size: 14px;
        line-height: 20px;
    }

    .paramedical-edge-item p {
        font-size: 13px;
        line-height: 20px;
    }

    .mdsl-item {
        height: 300px;
    }

    .career-training-item .ct-description p {
        font-size: 16px;
        line-height: 20px;
    }

    .subHeading h1 small,
    .subHeading h3 small {
        font-size: 20px;
        line-height: 20px;
    }

    .career-training-slider {
        padding-left: 1.3%;
    }

    .mentor-box {
        height: 300px;
    }

    .mentor-box .col-md-7 {
        width: 100%;
        text-align: center;
    }

    .mentor-box .pr-50,
    .mentor-title {
        padding-right: 0;
    }

    .pr-50 .h-55,
    .pr-50 .h-45 {
        padding: 0 52px 0 36px;
    }

    .mentor-info {
        text-align: start;
    }

    .estd-box .row {
        height: 120px;
    }

    .estd-box .row .position-relative::after {
        right: 15px;
        height: 78px;
        top: -18px;
    }

    .fg-item {
        width: 130px;
        height: 40px;
    }

    .tbi-left .subHeading p,
    .feedback-content p {
        font-size: 18px;
        line-height: 24px;
    }

    .tbi-low h2 {
        font-size: 64px;
        line-height: 64px;
    }

    .ceo-details h3 {
        font-size: 30px;
        line-height: 30px;
    }

    .career-sec .paramedical-edge-item h4 {
        font-size: 22px;
    }

    .fst-item p {
        font-size: 12px;
        line-height: 18px;
        max-width: 100%;
    }
}

@media (max-width: 991px) {

    .col-md-6.order-first,
    .col-md-6.order-last {
        width: 50%;
    }

    .placed-sec {
        max-width: 50%;
    }

    .pe-50 {
        padding-right: 0;
    }

    .paramedical-hero-content .paramedical-hero-btn-grp {
        display: none;
    }

    .hero-place-slider .flickity-button {
        top: -24px;
    }

    .about-sec.pt-5 {
        padding-top: 10px;
    }

    .about-sec.pb-115 {
        padding-bottom: 0;
    }

    .flex-cr .subHeading h1.position-relative {
        margin-bottom: 0;
        padding-bottom: 0;
    }

    .flex-cr .subHeading h1.position-relative br {
        display: none;
    }

    .dept-cover {
        margin-bottom: 40px;
    }

    .paramedical-edge-sec {
        height: auto;
        padding-bottom: 60px;
    }

    .paramedical-edge-sec .px-1399 {
        padding-left: 12px;
        padding-right: 12px;
    }

    .paramedical-edge-grid {
        grid-template-columns: auto auto;
        margin-top: 30px;
    }

    .paramedical-edge-grid .paramedical-edge-item:nth-child(1),
    .paramedical-edge-grid .paramedical-edge-item:nth-child(4),
    .paramedical-edge-grid .paramedical-edge-item:nth-child(5),
    .paramedical-edge-grid .paramedical-edge-item:nth-child(8) {
        background: rgba(255, 255, 255, .1);
    }

    .paramedical-edge-grid .paramedical-edge-item:nth-child(2),
    .paramedical-edge-grid .paramedical-edge-item:nth-child(3),
    .paramedical-edge-grid .paramedical-edge-item:nth-child(6),
    .paramedical-edge-grid .paramedical-edge-item:nth-child(7) {
        background: var(--bs-white);
    }

    .paramedical-edge-grid .paramedical-edge-item:nth-child(1) h4,
    .paramedical-edge-grid .paramedical-edge-item:nth-child(4) h4,
    .paramedical-edge-grid .paramedical-edge-item:nth-child(5) h4,
    .paramedical-edge-grid .paramedical-edge-item:nth-child(8) h4,
    .paramedical-edge-grid .paramedical-edge-item:nth-child(1) p,
    .paramedical-edge-grid .paramedical-edge-item:nth-child(4) p,
    .paramedical-edge-grid .paramedical-edge-item:nth-child(5) p,
    .paramedical-edge-grid .paramedical-edge-item:nth-child(8) p {
        color: var(--bs-white);
    }

    .paramedical-edge-grid .paramedical-edge-item:nth-child(2) h4,
    .paramedical-edge-grid .paramedical-edge-item:nth-child(3) h4,
    .paramedical-edge-grid .paramedical-edge-item:nth-child(6) h4,
    .paramedical-edge-grid .paramedical-edge-item:nth-child(7) h4,
    .paramedical-edge-grid .paramedical-edge-item:nth-child(2) p,
    .paramedical-edge-grid .paramedical-edge-item:nth-child(3) p,
    .paramedical-edge-grid .paramedical-edge-item:nth-child(6) p,
    .paramedical-edge-grid .paramedical-edge-item:nth-child(7) p {
        color: var(--bs-black);
    }

    .ads {
        margin-top: 0;
    }

    .adbanner {
        left: 12px;
        width: 340px;
        height: 301px;
    }

    .paramedical-hero-banner-form {
        padding-top: 180px;
    }

    .paramedical-hero-banner-form__form {
        margin-top: 0;
    }

    .paramedical-hero-content {
        display: block;
    }

    .paramedical-hero-content h1,
    .paramedical-hero-content h2 {
        font-size: 44px;
        line-height: 44px;
        padding-bottom: 15px;
    }

    .paramedical-hero-content .ps-0 {
        padding-left: 0 !important;
    }

    #lsq-portal-widget-26c2650d-9b4a-11ef-8bcb-06998e7502ab-bcb99b86-42be-40c9-a606-fd96a6e329f8 {
        height: auto !important;
    }

    .qsRanking {
        padding: 0 12px;
    }

    .ra-item {
        width: 50%;
        height: 200px;
        margin-right: 12px;
    }

    .subHeading.pe-55 {
        text-align: center;
    }

    .subHeading.pe-55 h1.position-relative::after,
    .subHeading.pe-55 h3.position-relative::after {
        left: 47%;
    }

    .flex-cr .btnsGroup .btn:last-child {
        margin-top: unset;
        margin-left: 10px !important;
    }

    .dept-cover img {
        width: 100%;
        height: auto;
        left: unset;
        border-radius: 10px;
        margin-top: 50px;
    }

    .adSlider__title h3 {
        font-size: 22px;
    }

    .course-logo img {
        width: 200px;
    }

    .dept-item {
        width: 31%;
        margin-right: 20px;
    }

    .ip-item {
        width: 165px;
    }

    .country-list {
        gap: 30px 25px;
        justify-content: center;
    }

    .con-box {
        width: 126px;
    }

    .fortune-title h6 {
        font-size: 12px;
    }

    .semex-cover img {
        height: 700px;
        width: 100%;
        border-radius: 10px;
        margin-top: 50px;
    }

    .ev-item-wrapper {
        max-width: 90%;
    }

    .ev-item h3 {
        font-size: 18px;
        line-height: 18px;
    }

    .ranking-sec {
        height: 350px;
    }

    .rankInset {
        margin-left: 5px;
        width: 345px;
    }

    .nirf-image,
    .abet-image {
        width: 180px;
    }

    .qs-image {
        width: 135px;
    }

    .abet-info h5 {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 18px;
    }

    .abet-info p {
        font-size: 12px;
        line-height: 14px;
    }

    .ps-40 {
        padding-left: 0;
    }

    .subHeading h1,
    .subHeading h3 {
        font-size: 30px;
        line-height: 30px;
    }

    .abt-row {
        margin-top: 20px;
    }

    .big-dept-cover img {
        height: 425px;
    }

    .small-dept-cover-upper img,
    .small-dept-cover-lower img {
        height: 209.5px;
    }

    .programs-sec .px-1399,
    .tbi-sec .px-1399,
    .programs-sec .px-1399,
    .testimony-sec .px-1399,
    .hta-sec .px-1399 {
        padding-left: 12px;
        padding-right: 12px;
    }

    .dept-slider .flickity-prev-next-button.previous {
        left: -7%;
    }

    .dept-slider .flickity-prev-next-button.next {
        right: 3.5%;
    }

    .paramedical-edge-item {
        height: 300px;
        padding: 30px;
    }

    .paramedical-edge-item span {
        font-size: 56px;
        bottom: 30px;
    }

    .subHeading h1 small,
    .subHeading h3 small {
        font-size: 16px;
        line-height: 16px;
    }

    .fg-item {
        width: 120px;
        height: 38px;
    }

    .ps-188 {
        padding-left: 50px;
    }

    .mentor-title {
        font-size: 24px;
    }

    .int-sec {
        height: 475px;
    }

    .researchLabs-slider .flickity-prev-next-button.previous {
        left: -5%;
    }

    .tbi-left .subHeading p,
    .feedback-content p {
        font-size: 16px;
        line-height: 22px;
    }

    .tbi-low h2 {
        font-size: 58px;
        line-height: 58px;
    }

    .subHeading h1 small,
    .subHeading h3 small {
        font-size: 14px;
        line-height: 14px;
    }

    .event-slider {
        height: 400px;
    }

    .ceo-details h3 {
        font-size: 26px;
        line-height: 26px;
    }

    .red-sec {
        padding: 60px 0 70px;
    }

    .career-sec .px-1399 {
        padding-left: 40px;
        padding-right: 40px;
    }

    .step-item h5 {
        font-size: 16px;
        line-height: 16px;
    }

    .fst-item h6 {
        font-size: 18px;
        line-height: 18px;
        margin-bottom: 18px;
    }

    .fst-item {
        gap: 24px;
        height: 215px;
    }

    .step-left img {
        width: 400px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .key-figures-wrapper {
        height: 45vh;
    }
}

@media (max-width: 767px) {
    .paramedical-hero-sec {
        height: 1580px;
    }

    .col-md-6.order-first,
    .col-md-6.order-last {
        width: 100%;
    }

    .paramedical-hero-content {
        text-align: center;
        height: auto;
    }

    .placed-sec {
        max-width: 100%;
    }

    .adSlider {
        text-align: center;
    }

    .paramedical-edge-item {
        height: 340px;
        padding: 24px;
    }

    .paramedical-hero-content h1::after,
    .paramedical-hero-content h2::after {
        left: 46%;
    }

    .paramedical-hero-content p {
        margin: 30px auto;
    }

    .paramedical-hero-content .paramedical-hero-btn-grp {
        display: block;
    }

    .paramedical-hero-banner-form__form {
        margin-top: 65px;
    }

    .h-49,
    .h-51 {
        text-align: center;
    }

    .subHeading h1,
    .subHeading h3 {
        font-size: 28px;
        line-height: 28px;
    }

    .ra-item {
        width: 70%;
    }

    .adbanner {
        display: none;
    }

    .paramedical-edge-item h4 {
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 22px;
    }

    .dept-item {
        margin-right: 15px;
        width: 48%;
    }

    .listStyle-2 li a {
        padding-right: 0;
    }

    .ev-item-wrapper {
        flex-direction: column;
        gap: 125px;
    }

    .middle-sec {
        margin-top: -100px;
    }

    .mdsl-item {
        height: 190px;
    }

    .course-logo img {
        width: 200px;
    }

    .key-figure-closed {
        padding: 24px;
    }

    .h3.key-figure-closed-title {
        font-size: 16px;
        line-height: 16px;
    }

    .key-figure-closed-close-icon {
        width: 18px;
        height: 18px;
    }

    .key-figure-details-wrapper .display-1 {
        font-size: 22px;
        line-height: 22px;
    }

    .estd-box .row {
        height: 170px;
        padding: 0 15px;
    }

    .estd-box .row .position-relative::after {
        right: unset;
        height: 1px;
        top: unset;
        width: 78px;
        bottom: -20px;
        left: 43%;
    }

    .fg-item {
        width: 110px;
        height: 36px;
    }

    .ps-188 {
        padding-left: 0;
    }

    .researchLabs-slider .flickity-prev-next-button.previous {
        left: -4%;
    }

    .researchLabs-slider .flickity-prev-next-button.next {
        right: 2%;
    }

    .tbi-left {
        align-items: center;
        text-align: center;
    }

    .tbi-left .subHeading h1.position-relative::after,
    .tbi-left .subHeading h3.position-relative::after {
        left: 46%;
    }

    .tbi-left .subHeading p {
        max-width: 100%;
    }

    .tbi-low {
        margin-bottom: 50px;
    }

    .event-slider {
        height: 300px;
    }

    .ceo-details h3,
    .ev-item h3 {
        font-size: 22px;
        line-height: 22px;
    }

    #testCarousel {
        margin-top: 40px;
    }

    .career-sec .px-1399 {
        padding-left: 24px;
        padding-right: 24px;
    }

    .step-left img {
        width: 200px;
    }

    .ev-item {
        align-items: center;
        padding-bottom: 0px;
    }

    .ev-item::before {
        background: rgb(46 46 46 / 80%);
    }

    .ev-item-wrapper {
        text-align: center;
    }

    .ev-item h3 {
        font-size: 20px;
        line-height: 20px;
        margin-bottom: 10px;
    }

    .ev-item p {
        font-size: 14px;
        line-height: 16px;
    }
}

@media (max-width: 600px) {

    .pr-50 .h-55,
    .pr-50 .h-45 {
        padding: 0 44px 0 30px;
    }
}

@media (max-width: 575px) {
    .px-1399 {
        padding-left: 12px;
        padding-right: 12px;
    }

    .paramedical-hero-sec {
        height: 1150px;
        background-image: linear-gradient(to top, #4a3b31, #412533);
    }

    .paramedical-hero-banner-form {
        padding-top: 130px;
    }

    .paramedical-hero-content h1,
    .paramedical-hero-content h2 {
        font-size: 34px;
        line-height: 34px;
        padding-bottom: 0;
    }

    .paramedical-hero-slider-item {
        height: 100%;
        background-size: cover;
        background-repeat: no-repeat;
    }

    .paramedical-hero-content {
        margin-top: 50px;
        border-bottom: 1px solid #ffffff1c;
        text-align: left;
    }

    .paramedical-hero-content .paramedical-hero-btn-grp {
        display: none;
    }

    .order-first {
        order: 1 !important;
    }

    .order-last {
        order: 2 !important;
    }

    .ps-67 {
        padding-left: 0;
    }

    .paramedical-hero-content h1::after,
    .paramedical-hero-content h2::after {
        left: 44.5%;
    }

    .paramedical-hero-content p {
        max-width: 100%;
    }

    .hero-place-slider .item {
        text-align: start;
    }

    .hp-package,
    .hpCompany {
        width: auto;
    }

    .ms-18 {
        margin-left: 0;
        margin-bottom: 35px;
    }

    .ads {
        height: 150px;
    }

    .hero-place-slider .hpName {
        font-size: 20px;
        line-height: 20px;
    }

    .ra-item {
        width: 100%;
        height: 175px;
    }

    .country-list {
        gap: 25px 15px;
    }

    .con-box {
        width: 90px;
        height: 95px;
    }

    .semex-cover img {
        height: 400px;
    }

    .esteem-item {
        width: 86px;
    }

    .ev-item-wrapper {
        gap: 60px;
    }

    .partner-section.mt-5 {
        padding: 50px 0;
        margin-top: 1rem !important;
    }

    .ranking-sec {
        height: 580px;
        background-image: linear-gradient(180deg, #f3f3f3 51%, #202734 51%);
    }

    .h-49 {
        height: 48%;
    }

    .h-51 {
        height: 47%;
        align-items: end !important;
    }

    .nirf-image {
        width: 254px;
    }

    .qs-image {
        width: 204px;
    }

    .abet-image {
        width: 215px;
    }

    .subHeading h1,
    .subHeading h3 {
        font-size: 24px;
        line-height: 24px;
    }

    .subHeading p,
    .career-sec .paramedical-edge-item p,
    .paramedical-edge-item p {
        font-size: 15px;
        line-height: 18px;
        text-align: left;
    }

    .pt-115 {
        padding-top: 50px;
    }

    .pb-115 {
        padding-bottom: 50px;
    }

    .paramedical-edge-sec {
        padding: 60px 0;
    }

    .ps-188 {
        padding-left: 12px;
    }

    .paramedical-edge-slider {
        margin-top: 36px;
    }

    .paramedical-edge-slider .flickity-prev-next-button.previous {
        left: -3%;
    }

    .paramedical-edge-slider .flickity-prev-next-button.next {
        right: 3%;
    }

    .paramedical-edge-item {
        height: 250px;
    }

    .paramedical-edge-item h4 {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 18px;
    }

    .mdsl-item {
        height: 170px;
    }

    .programs-sec.pt-115 {
        padding-top: 32px;
    }

    .course-logo.text-end {
        text-align: start !important;
        margin-top: 24px;
    }

    .course-logo img {
        width: 170px;
    }

    .dept-slider {
        margin-left: 0;
    }

    .dept-item {
        width: 300px;
        margin-right: 15px;
    }

    .dept-slider .flickity-prev-next-button.previous {
        left: -2%;
    }

    .course-row h6 {
        font-size: 14px;
        line-height: 18px;
    }

    .listStyle-2 li a {
        font-size: 12px;
    }

    .key-figure-closed {
        padding: 20px;
    }

    .h3.key-figure-closed-title {
        font-size: 18px;
        line-height: 13px;
    }

    .key-para-cov .body-1.light.text-white.kpi {
        font-size: 15px;
        line-height: 17px;
    }

    .int-sec {
        height: 390px;
    }

    .ip-item {
        width: 100px;
        height: 40px;
        margin-right: 20px;
    }

    .career-training-item {
        width: 310px;
        height: 310px;
        padding: 24px;
        margin-right: 20px;
    }

    .comp-logo {
        width: 140px;
        height: 50px;
    }

    .career-training-slider {
        padding-left: 12px;
    }

    .career-training-item .ct-description {
        margin-top: 60px;
        max-width: 90%;
    }

    .career-training-item .ct-description p {
        font-size: 13px;
        line-height: 17px;
    }

    .ct-role-info {
        bottom: 24px;
        width: 90%;
    }

    .ct-role-info h6 {
        font-size: 16px;
        line-height: 22px;
    }

    .estd-box .row .position-relative::after {
        left: 38%;
    }

    .fg-item {
        width: 90px;
        height: 30px;
        margin-right: 30px;
    }

    .global-sec {
        padding: 20px 0;
    }

    .key-figures-wrapper.mt-5 {
        margin-top: 2.2rem !important;
    }

    .tbi-left .subHeading h1.position-relative::after,
    .tbi-left .subHeading h3.position-relative::after {
        left: 43%;
    }

    .tbi-left .subHeading p,
    .feedback-content p {
        font-size: 14px;
        line-height: 20px;
    }

    .tbi-low h2 {
        font-size: 50px;
        line-height: 50px;
    }

    .tbi-low .btn.mt-5 {
        margin-top: 2rem !important;
    }

    .subHeading h1,
    .subHeading h3 {
        font-size: 22px;
        line-height: 22px;
    }

    .subHeading h1 small,
    .subHeading h3 small {
        font-size: 16px;
        line-height: 16px;
    }

    .tbi-item {
        width: 310px;
        padding: 24px;
        height: 420px;
        margin-left: 15px;
    }

    .tbi-item h2 {
        font-size: 30px;
        line-height: 30px;
    }

    .tbi-item p {
        font-size: 14px;
        line-height: 18px;
    }

    .tbi-item p::before {
        font-size: 68px;
    }

    .ceo-inset {
        width: 200px;
    }

    .ceo-inset img {
        width: 100%;
    }

    .event-slider {
        height: 200px;
    }

    /*.ev-item {
        padding-bottom: 60px;
    }*/
    /*.ev-item h3 {
        font-size: 14px;
        line-height: 14px;
    }*/
    .ev-item p {
        font-size: 12px;
        line-height: 14px;
    }

    .red-sec {
        padding: 40px;
    }

    .red-sec .subHeading p br {
        display: none;
    }

    .event-slider .flickity-prev-next-button.previous {
        left: 0;
    }

    .event-slider .flickity-prev-next-button.next {
        right: 0;
    }

    .dynamic-testimonial-element {
        height: 600px;
        margin-bottom: -40px;
    }

    .testimony-sec {
        height: 600px;
        padding: 50px 0;
    }

    .testimony-sec a.btn {
        margin-top: 40px;
    }

    .feedback-content p {
        font-size: 12px;
        line-height: 16px;
    }

    .feedback-content h4 {
        font-size: 20px;
        line-height: 32px;
        margin-top: 24px;
    }

    .career-sec .px-1399 {
        padding-left: 12px;
        padding-right: 12px;
    }

    .career-sec .paramedical-edge-item {
        height: 440px;
        margin-right: 20px;
    }

    .step-item {
        height: 60px;
    }

    .step-left img {
        width: 336px;
    }

    .step-item span {
        font-size: 10px;
    }

    .step-item h5 {
        font-size: 12px;
        text-align: center;
    }

    .fst-item {
        flex-direction: column;
        height: 395px;
    }

    .fst-item h6 {
        font-size: 14px;
        line-height: 14px;
    }
}

@media (max-width: 500px) {
    .placed-sec {
        margin-top: -320px;
    }

    .hero-place-slider .item {
        height: 400px;
    }

    .paramedical-edge-grid {
        grid-template-columns: auto;
        margin-top: 16px;
    }

    .paramedical-edge-grid .paramedical-edge-item:nth-of-type(odd) {
        background: rgba(255, 255, 255, .1);
    }

    .paramedical-edge-grid .paramedical-edge-item:nth-of-type(even) {
        background: var(--bs-white);
    }

    .paramedical-edge-grid .paramedical-edge-item:nth-of-type(odd) h4,
    .paramedical-edge-grid .paramedical-edge-item:nth-of-type(odd) p {
        color: var(--bs-white);
    }

    .paramedical-edge-grid .paramedical-edge-item:nth-of-type(even) h4,
    .paramedical-edge-grid .paramedical-edge-item:nth-of-type(even) p {
        color: var(--bs-black);
    }

    .faculty-sec .paramedical-edge-slider {
        margin-top: 10px;
    }

    .fac-item {
        width: 300px;
    }

    .faculty-sec {
        padding: 50px 0 185px;
    }

    .faculty-sec .subHeading h1 small,
    .faculty-sec .subHeading h3 small {
        font-size: 16px;
        line-height: 32px;
    }

    .fac-upper,
    .fac-lower {
        width: 90%;
    }

    .fac-content h5 {
        font-size: 14px;
        height: 40px;
    }

    .fac-content span {
        font-size: 10px;
        line-height: 12px;
        height: 40px;
    }

    .fac-lower ul li {
        font-size: 12px;
        line-height: 14px;
    }

    .fac-pic {
        width: 92px;
        height: 92px;
        top: -10px;
    }

    .mentor-box {
        height: 275px;
    }

    .mentor-box::before {
        height: 18px;
    }

    .pr-50 .h-55,
    .pr-50 .h-45 {
        padding: 0 36px 0 20px;
    }

    .pr-50 .h-45 .col-5,
    .pr-50 .h-45 .col-6 {
        width: 100%;
    }

    .pr-50 .text-end {
        text-align: center !important;
    }

    .mentor-title {
        font-size: 18px;
        line-height: 24px;
    }

    .mentor-info h5 {
        font-size: 12px;
        line-height: 16px;
        text-align: center;
    }
}

@media (max-width: 400px) {
    .paramedical-hero-title-slider {
        height: 100px;
    }
}

@media only screen and (max-width:1919px) {
    .rankingHeading h4 {
        font-size: 20px
    }

    .rankingData__box h2 small {
        font-size: 9px
    }
}

@media only screen and (max-width:1700px) {
    .rankingData {
        height: 340px
    }
}

@media only screen and (max-width:1500px) {
    .rankingData {
        height: 315px
    }

    .feature-slider.custom-mt {
        margin-top: -130px
    }
}

@media only screen and (max-width:1399px) {
    .rankingHeading h4 {
        font-size: 17px
    }

    .rankingData__box h2 {
        font-size: 13px;
        line-height: 14px
    }

    .rankingData {
        height: 267px
    }

    .popluarFeat-cont h2 {
        max-width: 250px
    }

    @media only screen and (max-width:1199px) {
        .feature-slider.custom-mt {
            margin-top: auto
        }

        .rankingHeading h4 {
            font-size: 15px
        }

        .rankingsBlock__slider--item__in {
            padding: 15px
        }

        .indiaToday-logo {
            right: 15px;
            bottom: 15px
        }

        .rankingData {
            height: 244px
        }

        .earlybird-section {
            background-position: 75% 0 !important
        }
    }
}

@media only screen and (max-width:1024px) {
    .brochureDiv {
        padding: 20px 15px;
        text-align: center
    }

    .dwnld-btn {
        margin-top: 20px;
        position: unset
    }
}

@media only screen and (max-width:991px) {
    .pl-indi-num span {
        font-size: 32px
    }

    .rankingData__box h3 {
        font-size: 40px;
        line-height: 32px
    }

    .rankingData__box h2 {
        font-size: 10px;
        line-height: 12px
    }
}

@media only screen and (max-width:767px) {
    .pl-indi-num {
        height: 100px
    }

    .placement-figures h2 {
        margin-bottom: 20px
    }

    .rankingData {
        max-width: 340px;
        height: 280px
    }

    .earlybird-section,
    .elummni-section {
        padding: 50px 0
    }

    .earlybird-section__content {
        background: var(--light-off-white-opacity-bg);
        padding: 30px
    }

    .popluarFeat-cont h2 {
        max-width: 100%
    }

    .feature-slider .slick-dots {
        background: #FB7B1C;
        padding-bottom: 10px
    }

    .cuNumbers-section__in.skill-info p {
        font-size: 14px;
        line-height: 20px
    }

    .course-list-3 {
        column-count: 2
    }
}

@media only screen and (max-width:575px) {
    .placement-figures {
        padding-bottom: 30px
    }

    .rankingData {
        height: 300px
    }

    .rankingData__box span {
        font-size: 9px
    }
}

@media only screen and (max-width:479px) {

    .course-list,
    .course-list-3 {
        column-count: 1
    }

    .rankingData__box h2 {
        font-size: 12px;
        line-height: 13px
    }
}

@media only screen and (max-width:375px) {
    .pl-indi-num p {
        font-size: 12px;
        line-height: 14px
    }
}



.hp-package {
    display: none;
}



.menu-options li {
    margin-left: 42px;
}

#search-page-mob {
    background: none;
    border: 0;
    padding: 0;
    gap: 6px;
}

#search-page-mob:hover {
    opacity: .5;
}

.footer-links ul li {
    margin-bottom: 12px;
}

@media (max-width: 1799px) {
    .menu-options li {
        margin-left: 18px;
    }
}

@media (min-width: 1200px) {
    .program-drop-down-graphic h3 {
        font-size: 16px;
    }

    .program-drop-down-graphic h3 span {
        font-size: 20px;
    }
}

@media (min-width: 1600px) {
    .st-programs {
        width: 1530px;
        height: 500px;
        left: -190px;
    }

    .program-drop-down-graphic h3 {
        font-size: 18px;
    }

    .program-drop-down-graphic h3 span {
        font-size: 26px;
    }
}

@media (min-width: 1800px) {
    .st-programs {
        left: -139px;
    }
}

@media (min-width: 1400px) and (max-width: 1599px) {
    .event-highlight a {
        padding: 5px;
    }

    .menu-options li {
        margin-left: 11px;
    }

    .menu-options li a {
        font-size: 11px;
    }
}

/*******************************************************/
@media (min-width: 1200px) and (max-width: 1399px) {
    body {
        zoom: 70%;
    }

    [data-aos^="fade"][data-aos^="fade"] {
        opacity: 1;
        transform: unset;
    }

    .preloader {
        height: 100%;
    }

    .modal-backdrop {
        width: 100%;
        height: 100%;
    }

    .menu-options li {
        margin-left: 42px;
    }
}

@media (min-width: 1366px) and (max-width: 1399px) {
    .container {
        max-width: 1550px;
    }
}

@media (min-width: 1251px) and (max-width: 1365px) {
    .container {
        max-width: 1450px;
    }
}

@media (min-width: 1200px) and (max-width: 1250px) {
    .container {
        max-width: 1300px;
    }
}

@media (min-width: 1200px) {
    .col-xl-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }

    .col-xl-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }

    .col-xl-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }
}

@media (max-width: 1399px) {
    .nav-item.dd-menu-lg::after {
        right: -60px;
    }
}

@media (max-width: 1199px) {
    .menu-options li.event-highlight {
        border-bottom: 0;
        margin-left: 0;
    }

    .menu-options li.event-highlight a {
        padding: 13px;
        color: var(--bs-white);
        text-align: center;
        position: relative;
    }

    .menu-options li.event-highlight a::after {
        content: '\f245';
        font-weight: 900;
        font-family: 'Font Awesome 6 Free';
        position: absolute;
        right: 50px;
    }
}

/*******************************************************/

.stval {
    fill: #FFFFFF;
}

.end_date {
    background: #FB7B1C;
    color: var(--bs-white);
    display: inline-block;
    padding: 5px 15px;
    border-radius: 4px;
    margin-top: 12px;
    font-weight: 700;
    letter-spacing: .5px;
    animation: blink 1.5s infinite;
}

@keyframes blink {
    0% {
        opacity: 1;
    }

    50% {
        opacity: .5;
    }

    100% {
        opacity: 1;
    }
}

.ws-highlight a {
    background: linear-gradient(-45deg, #ee7752, #e73c7e, #23a6d5, #23d5ab);
    background-size: 400% 400%;
    animation: gradient 5s ease infinite;
    padding: 3px 10px;
    border-radius: 12px;
}

@keyframes gradient {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}