* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body,
h1 {
    font-family: 'GothamBook';
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
li,
p,
figure {
    margin: 0;
    padding: 0;
}

h1 {
    font-size: 80px;
    line-height: 1;
    margin: 20px 0 8px;
}

h2 {
    font-size: 50px;
    margin-bottom: 30px;
}

h3 {
    font-size: 35px;
}

h4 {
    font-size: 40px;
}

p,
li {
    font-size: 23px;
    line-height: 1.2;
}

a,
a:hover {
    text-decoration: none;
}

:root {
    --black: #000;
    --white: #fff;
    --red: #ad1f2c;
    --navy: #273981;
    --yellow: #f3eb4d;
    --gray: #aeadad;
    --gray1: #d1d1d1;
}

@font-face {
    font-family: 'GothamBook';
    src: url('../fonts/GothamBook.ttf');
}

@font-face {
    font-family: 'GOTHAM-BLACK';
    src: url('../fonts/GOTHAM-BLACK.TTF');
}

@font-face {
    font-family: 'GOTHAM-MEDIUM';
    src: url('../fonts/GOTHAM-MEDIUM.TTF');
}

@font-face {
    font-family: 'GothamBold';
    src: url('../fonts/GothamBold.ttf');
}

@font-face {
    font-family: 'Fontspring-DEMO-cerapro-black';
    src: url('../fonts/Fontspring-DEMO-cerapro-black.otf');
}

section {
    padding: 80px 0;
}

.container {
    max-width: 100%;
    padding: 0 150px;
}

h1,
h2,
.banner-txt h4,
.ind-acc-hd h4 {
    text-transform: uppercase;
}

h1,
h2,
.excel-txt h3 {
    font-family: 'GOTHAM-BLACK';
}

h2 span,
.excel-txt h3 {
    color: var(--navy);
}


/* header css start */

header,
.adm-box,
.excellence-txt-sec,
.beyond-box-sec,
.dream,
.campus-vd-sec,
.leader-box-sec,
.accred-img-sec,
.footer-sec {
    display: flex;
}

header {
    flex-direction: column;
    justify-content: space-between;
    background: url(../images/bannerb.jpg) no-repeat;
    background-size: cover;
    height: calc(100dvh - 48px);
}

header,
.adm-box h4,
.adm-box a,
.career-sec,
.scholarship-sec,
.global-sec,
footer {
    color: var(--white);
}

.logo-sec {
    padding: 30px 30px 0;
}

.logo-sec img {
    width: 280px;
}

.banner-sec,
.scholar-img,
.university,
.global-img,
.std,
.eligible-sec,
.main-video-wrapper {
    position: relative;
}

.banner-sec {
    margin-top: 20px;
}

.banner-sec img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.empowering .heading p:last-child {
    padding-top: 13px;
}

.banner-txt {
    position: absolute;
    top: 50%;
    left: 50px;
    transform: translate(0, -50%);
}

.career-sec p {
    padding-bottom: 25px;
}

.banner-txt h4 {
    text-transform: uppercase;
}

.banner-txt h3 {
    font-family: 'Fontspring-DEMO-cerapro-black';
    font-size: 50px;
    margin-top: 20px;
    position: relative;
}

.banner-txt h3 span {
    color: var(--yellow);
}

.banner-txt h3:after {
    content: '';
    position: absolute;
    width: 2.5vw;
    height: 3px;
    background: var(--white);
    left: 0;
    bottom: 0;
}


/* header css end */


/* adm css start */

.adm-box,
.career {
    background: var(--red);
}

.adm-box {
    padding: 15px 100px;
    margin-top: -50px;
    position: relative;
    align-items: center;
}

.adm-box h4,
.adm-box a,
.industry-acc-sec .accordion-body h5,
.dream-txt h5,
.uni-btn a {
    font-family: 'GOTHAM-MEDIUM';
}

.adm-box h4,
.adm-box a {
    font-size: 45px;
}

.adm-box h4 {
    border-right: 3px solid var(--white);
    padding-right: 50px;
    margin-right: 50px;
}


/* adm css end */


/* excellence css start */

.excellence-txt-sec {
    justify-content: center;
}

.excel-txt {
    border-right: 2px dashed var(--gray1);
    padding-right: 40px;
    margin-right: 40px;
    text-align: center;
}

.excel-txt:last-child {
    border-right: 0;
    padding-right: 0;
    margin-right: 0;
}

.excel-txt h3 {
    font-size: 120px;
}

.excel-txt h3 span {
    font-size: 60px;
}


/* excellence css end */


/* delve section css start */

.delve {
    background: #e0e0e0;
}

.delve .nav li {
    width: 50%;
}

.delve .nav li .nav-link {
    background: transparent;
    border: 2px solid var(--navy);
    border-radius: 0;
    color: #000;
    font-size: 36px;
    font-family: 'GOTHAM-BLACK';
    padding: 10px 40px;
    transition: all 0.5s;
}

.delve .nav {
    width: 70%;
    margin: 20px auto 70px;
}

.deCon {
    padding: 50px 30px;
    text-align: center;
    height: 710px;
}

.deCon p {
    border-top: 10px solid #440e19;
    padding: 25px;
    height: 50%;
    margin-top: -10px;
    position: relative;
}

.deCon figure {
    height: 50%;
}

.deCon figure img {
    width: 64%;
    margin: auto;
}

.deSlider .slick-slide:nth-child(even) .deCon p {
    border-top: 0;
    border-bottom: 10px solid var(--navy);
    place-content: center;
    height: 50%;
    margin: 0;
}

.delve .nav li .nav-link.active {
    background: var(--navy);
    color: #fff;
}

.slick-dots {
    display: flex;
    padding: 0;
    list-style: none;
    margin: 0;
    gap: 5px;
    justify-content: center;
}

.slick-dots li button {
    color: transparent;
    height: 100%;
    width: 100%;
    border-radius: 50%;
    border: 2px solid #000;
    transition: all 0.5s;
}

.slick-dots li {
    width: 15px;
    height: 15px;
}

.slick-dots li button:hover {
    background: var(--red);
    border-color: var(--red);
}

.tab-content>.tab-pane {
    display: block;
    height: 0px;
    overflow: hidden;
}

.tab-content>.active {
    height: auto;
}


/* delve section css end */


/* empowering section css start */

.empowering {
    background-color: #e4e7ef;
    position: relative;
}

.empowering .empIm {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.empowering .row {
    position: relative;
    gap: 160px 0;
}

.empowering .empCon {
    display: flex;
    gap: 20px;
}

.empowering .empCon p {
    width: 87%;
    font-size: 32px;
    text-align: end;
    font-family: 'GothamBold';
}

.empowering .empCon figure {
    width: 17%;
}

.empowering .row .col-lg-4:nth-child(3) .empCon p,
.empowering .row .col-lg-4:nth-child(6) .empCon p,
.empowering .row .col-lg-4:nth-child(9) .empCon p {
    text-align: left;
}

.empowering .heading {
    text-align: center;
    padding-bottom: 120px;
}

.empowering .row .order {
    position: absolute;
    top: 50%;
    left: 39%;
    transform: translate(-50%, -50%);
    width: 57%;
}

.empowering .row .col-lg-4:nth-child(7) .empCon {
    position: relative;
    left: 152px;
}

.empowering .row .col-lg-4:nth-child(9) .empCon {
    position: relative;
    right: 152px;
}


/* empowering section css end */


/* programmes section css start */

.programmeS {
    background: var(--navy);
    color: #fff;
    position: relative;
    padding: 100px 0 0;
}

.progCont h3 {
    padding-bottom: 20px;
    text-transform: uppercase;
    font-family: 'GothamBold';
    color: #9fc6ff;
    font-size: 40px;
}

.programmeS .row {
    --bs-gutter-x: 80px;
}

.programmeS h2 {
    background: #05123d;
    padding: 50px;
    margin: 0;
}

.progCont ul {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.progCont ul li {
    font-size: 25px;
}

.programmeS .row {
    --bs-gutter-x: 80px;
}

.progCont ul li span {
    font-family: 'GothamBold';
}


/* programmes section css end */


/* programme css start */


/* .programme {
    background: #dde3f2;
} */

h2,

/* .programme-sec, */

.eligible-sec figure,
.dream-txt,
.university-sec,
.global-sec,
.accr-sec,
.leader-sec {
    text-align: center;
}

.industry-acc-sec {
    margin-top: 50px;
}

.accr-sec figure {
    margin-bottom: 10px;
}


/* programme css end */


/* career css start */

.career .heading {
    text-align: center;
    padding-bottom: 50px;
    color: #fff;
}

.career .career-sec h3 {
    text-transform: uppercase;
    font-family: 'GothamBold';
    padding-bottom: 25px;
}

.career .career-sec ul {
    padding: 0;
    list-style: none;
}

.career .career-sec ul li {
    border-bottom: 2px solid #990025;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.career .row {
    align-items: center;
}

.career {
    padding-top: 50px;
}

.career-sec h2,
.industry-sec h2,
.scholarship-sec h2 {
    text-align: left;
}

.career-img figure {
    height: 750px;
}

.career-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.career-sec ul {
    padding-left: 20px;
    padding-bottom: 30px;
}

.career-sec li {
    margin-bottom: 15px;
}

.career-sec li:last-child {
    margin-bottom: 0;
}

.career-sec li::marker {
    font-family: sans-serif;
}

.career-sec li::marker {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}


/* career css end */


/* industry css start */

.industry-acc-sec .accordion-item {
    border: 0;
    margin-bottom: 50px;
}

.industry-acc-sec .accordion-item:last-child {
    margin-bottom: 0;
}

.industry-acc-sec .accordion-header {
    border: 2px solid var(--navy);
}

.industry-acc-sec .accordion-item,
.industry-acc-sec .accordion-item:first-of-type .accordion-button {
    border-radius: 0;
}

.industry-acc-sec .accordion-button:not(.collapsed) {
    background: var(--navy);
    color: var(--white);
    box-shadow: none;
}

.industry-acc-sec .accordion-button:focus {
    box-shadow: none;
}

.industry-img {
    padding-left: 100px;
}

.industry-acc-sec .accordion-button {
    padding: 15px 30px;
}

.industry-acc-sec .accordion-body {
    padding: 20px 30px;
}

.industry-acc-sec .accordion-body ul {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.industry-acc-sec .accordion-body ul li {
    font-family: 'GothamBold';
}

.industry-acc-sec .accordion-body h5 {
    margin-top: 20px;
}

.industry-acc-sec .accordion-body h5,
.dream-txt h5 {
    font-size: 26px;
}

.industry-acc-sec .accordion-button.collapsed::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
    background-size: 1rem;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #000;
    border-radius: 50%;
    transform: rotate(-90deg);
    filter: none !important;
}

.industry-acc-sec .accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23ad1f2c' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
    background-size: 1rem;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #fff;
    border-radius: 50%;
    transform: rotate(0deg);
    filter: none !important;
}

#img-2 {
    display: none;
}

.show-img-1 #img-1 {
    display: block;
}

.show-img-1 #img-2 {
    display: none;
}

.show-img-2 #img-2 {
    display: block;
}

.show-img-2 #img-1,
.ind-img {
    display: none;
}

.industry-img figure {
    height: 650px;
}

.industry-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.industry-acc-sec .accordion-body h5 span,
.dream-txt h5 span {
    color: var(--red);
}


/* industry css end */


/* dream css start */

.dream-img {
    width: 25%;
}

.dream-txt-sec {
    width: 50%;
}

.dream-txt {
    padding: 100px 50px 0;
}

.dream-txt p,
.leader-sec p {
    margin-bottom: 50px;
}

.dream-txt h5 {
    line-height: 1.4;
}


/* dream css end */


/* eligible css start */


/* .eligible-txt-sec h2 {
    width: 20%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    margin-bottom: 0;
}

.elig-txt p {
    padding: 20px 50px;
    width: 28%;
    left: 50px;
}

.elig-txt:nth-of-type(1) p:nth-of-type(1),
.elig-txt:nth-of-type(2) p:nth-of-type(1) {
    top: 120px;
}

.elig-txt:nth-of-type(1) p:last-child,
.elig-txt:nth-of-type(2) p:last-child {
    bottom: 120px;
}

.elig-txt:nth-of-type(2) p {
    left: initial;
    right: 70px;
} */

.eligibleCon {
    background: #c5cddd;
    padding: 25px 40px;
    text-align: center;
    transition: all 0.5s;
    height: 100%;
}

.eligibleCon h4 {
    font-size: 30px;
    transition: all 0.5s;
}

.eligibleCon:hover {
    background: var(--navy);
}

.eligibleCon:hover h4 {
    color: #fff;
}

.eligible .heading {
    padding-bottom: 30px;
}


/* eligible css end */


/* faculty section css start */

.facCon {
    display: flex;
    align-items: center;
}

.facCon .sp h5 {
    font-family: 'GOTHAM-BLACK';
    padding-bottom: 10px;
    font-size: 25px;
}

.fcall .facCon:last-child {
    flex-direction: row-reverse;
}

.fcall .facCon figure img {
    width: 100%;
}

.fcall .facCon figure {
    width: 50%;
}

.fcall .facCon .sp {
    width: 50%;
    padding: 50px;
}

.faculty h3 {
    text-align: center;
    text-transform: uppercase;
    font-family: 'GOTHAM-BLACK';
    padding-bottom: 40px;
    color: var(--red);
}

.facSlider1 {
    border-bottom: 2px solid var(--navy);
    padding-bottom: 80px;
    margin-bottom: 80px;
}

.facSlider1 .slick-dots,
.facSlider2 .slick-dots {
    margin-top: 50px;
}


/* faculty section css end */


/* scholarship css start */

.scholarship-sec,
.university-sec,
.global-sec,
.eligible-txt-sec h2,
.elig-txt p {
    position: absolute;
}

.scholarship-sec {
    top: 50%;
    right: 180px;
    transform: translateY(-50%);
}

.scholarship-sec h2 {
    margin-bottom: 20px;
}


/* scholarship css end */


/* leader css start */


/* .leader-img,
.leader-txt,
.leader-box {
    flex: 1;
} */

.leader-txt {
    align-content: center;
}

.leader-txt>div {
    padding: 20px 0 0;
}

.leader-txt h6 {
    font-family: 'GothamBold';
    font-size: 23px;
    margin-bottom: 10px;
}

.leader-img img {
    width: 100%;
}

.leader-txt p {
    line-height: 1;
}

.leader-slider .slick-slide {
    padding-right: 40px;
}


/* leader css end */


/* campus css start */

.video-thumbnail {
    cursor: pointer;
    overflow: hidden;
    margin-bottom: 10px;
    transition: 0.2s;
}

.video-thumbnail:last-child {
    margin-bottom: 0;
}

.camp-mvid {
    width: 80%;
}

.campus-vd {
    width: 20%;
}

.main-video-wrapper figure {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.campus-vd-sec {
    gap: 20px;
}

.video-thumbnail img {
    width: 100%;
    display: block;
}

.main-video-wrapper {
    width: 100%;
    height: 100%;
}

.main-video-wrapper iframe {
    width: 100% !important;
    height: 100% !important;
    display: block;
}

.main-video-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


/* campus css end */


/* university css start */

.university-sec a {
    border-radius: 5px;
    border: 2px solid var(--navy);
    padding: 7px 30px;
    display: inline-block;
    margin-top: 20px;
    color: #000;
    font-size: 25px;
    /* font-family: 'gothambold'; */
    font-family: 'GothamBold';
    transition: all 0.5s;
}

.university-sec a:hover {
    background: var(--navy);
    color: #fff;
}

.university-sec {
    top: 80px;
}

.university-sec p {
    width: 95%;
}

.uni-btn {
    border: 2px solid var(--navy);
    padding: 8px 20px;
    width: fit-content;
    margin: 20px auto 0;
}

.uni-btn a {
    color: var(--black);
    font-size: 20px;
}

.univ-img img {
    height: 900px;
    width: 100%;
    object-fit: cover;
}

.university-sec-mb,
.univ-img-mb {
    display: none;
}


/* university css end */


/* global css start */

.global-sec {
    top: 80px;
    left: 50%;
    transform: translateX(-50%);
}


/* global css end */


/* fruniv css start */

.frUniv-img-sec {
    background: var(--white);
    padding: 5px;
    margin-top: -141px;
    border: none;
}

.frUniv-img img {
    width: 250px;
    aspect-ratio: 2 / 1;
    object-fit: contain;
    margin: 0 auto;
}


/* fruniv css end */


/* acccreditation css start */

.accred-img-sec {
    padding-left: 50px;
}

.accr-sec {
    border-right: 2px solid var(--navy);
    padding-right: 30px;
    margin-right: 30px;
    flex: 1;
}

.accr-sec:last-child {
    border-right: 0;
    padding-right: 0;
    margin-right: 0;
}

.accr-sec figure {
    min-height: 160px;
}


/* acccreditation css end */


/* student css start */

.student-vd-sec .slick-slide {
    padding-right: 20px;
}

.play-btn {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
}

.student-vd-sec .slick-dots,
.leader-slider .slick-dots {
    list-style: none;
    display: flex;
    justify-content: center;
    gap: 5px;
    margin-top: 30px;
}

.student-vd-sec .slick-dots button,
.leader-slider .slick-dots button {
    font-size: 0;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    border: 2px solid #373334;
    background: transparent;
}

.student-vd-sec .slick-active button,
.leader-slider .slick-active button {
    border: 2px solid var(--red);
    background: var(--red);
}


/* student css end */


/* footer css start */

footer {
    background: var(--black);
}

.footer-sec {
    justify-content: space-between;
    padding: 20px 0;
}


/* footer css end */


/* form css */

.form-sec {
    position: fixed;
    top: 10%;
    right: 0px;
    width: 360px;
    background: #151d25;
    padding: 13px 24px 20px;
    z-index: 9;
    transition: .3s all;
    z-index: 9999;
    border-radius: 0;
    font-family: sans-serif;
}

.form-sec .close {
    position: absolute;
    top: 10px;
    right: 10px;
    color: #ffffff;
    font-size: 21px;
    background: transparent;
    border: none;
    cursor: pointer;
}

.slide-righta.form-sec {
    transform: translatex(120%);
    transition: .3s all;
}

.hides.form-sec {
    transform: translatex(120%);
    transition: .3s all;
}

.adm-txt h3 {
    font-size: 23px;
    color: #ffffff;
}

.adm-txt h4 {
    font-size: 20px;
    color: #f8e91e;
}

.adm-txt {
    color: #000;
    text-align: center;
    margin-bottom: 12px;
    line-height: 30px;
}

.form-group {
    margin-bottom: 1rem;
    width: 100%;
}

.form-sec .form-group {
    position: relative;
    padding-left: 20px;
    background: #ffffff;
    border-radius: 0;
    margin-bottom: 21px;
}

.form-sec .form-group::before {
    position: absolute;
    content: "";
    background-image: url(form-icon.png);
    width: 30px;
    height: 40px;
    background-position: -3px -11px;
    top: 7px;
    left: 4px;
}

.form-sec .form-group.email::before {
    background-position: -3px -57px;
    width: 30px;
}

.form-sec .form-group.Mobile::before {
    background-position: -4px -103px;
}

.form-sec .form-group.State::before {
    background-position: 1px -161px;
    top: 5px;
    height: 25px;
    width: 33px;
    background-size: 30px;
}

.form-sec .form-group.City::before {
    background-position: -3px -242px;
    top: 5px;
    height: 21px;
}

.checkmark {
    position: absolute;
    top: 3px;
    left: 0;
    height: 14px;
    width: 14px;
    border: solid 1px #fff;
    background: black;
    background-color: black;
    border-radius: 0;
}

.checkbox-label input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.checkbox-label .checkmark::after {
    left: 4px;
    top: 1px;
    width: 4px;
    height: 8px;
    border: solid #ffffff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.checkbox-label input:checked~.checkmark:after {
    display: block;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.checkbox-label {
    display: block;
    position: relative;
    padding-left: 20px;
    margin-bottom: -1px;
    cursor: pointer;
    font-size: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    color: #ffffff;
    line-height: 19px;
}

.sbt {
    border: solid 1px var(--form-submit-button);
    border-radius: 0;
    padding: 8px 20px;
    color: #fff;
    font-weight: bold;
    margin: 14px auto 0;
    width: 100%;
    display: inherit;
    font-size: 20px;
    background-color: #af0e31;
}

.input {
    border: none;
    padding: 0;
    height: 30px;
    width: 100%;
    border-radius: 0;
    font-size: 13px;
    color: #000000;
    background: rgb(255 255 255);
    outline: 0;
    font-weight: 600;
    font-family: sans-serif;
}

::placeholder {
    color: #000000;
}

.form-sec.show.slide {
    right: 40px;
}

.form-sec.show {
    position: fixed;
    right: -940px;
    left: auto;
    transition: all 0.5s;
    z-index: 99;
    top: 48%;
    margin-top: -203px;
}

.topenq1.mobile {
    display: none;
}

.topenq {
    right: 0px;
    transform: rotate(90deg) translatey(-39px);
}

.topenq {
    position: fixed;
    top: 40%;
    right: -55px;
    transform: rotate(90deg);
    overflow: hidden;
    z-index: 300;
    background-color: var(--enquiry-button-background-color);
    color: #fff;
    outline: none;
    z-index: 999;
}

.topenq a:hover {
    outline: none;
    color: #000;
    background: #fff;
    border: 1px solid #af0e31;
}

.topenq a {
    border: 1px solid #af0e31;
    color: #000000;
    font-size: 20px;
    padding: 13px 21px;
    z-index: 999999999;
    position: relative;
    display: inline-block;
    background-color: #ffffff;
    text-decoration: none;
}

.error {
    color: #fdf8f8;
    font-size: 12px;
    margin-left: 4px;
    position: absolute;
    bottom: -15px;
    left: 0px;
    line-height: 11px;
    font-family: 'Gothamlight';
}

@media (max-width: 576px) {
    .form-sec {
        width: 95%;
        padding: 20px;
        position: static;
        transform: none;
        transform: initial;
        margin: auto;
        margin-top: 1rem;
        margin-bottom: 1rem;
    }
    .form-sec .close {
        display: none;
    }
    .slide-righta .form-sec {
        right: 0;
        display: none;
    }
    .topenq {
        position: fixed;
        top: auto;
        top: initial;
        width: 100%;
        right: auto;
        right: initial;
        transform: none;
        transform: initial;
        overflow: hidden;
        z-index: 300;
        bottom: 0;
    }
    .topenq1.mobile {
        display: block;
    }
    .topenq.desktop {
        display: none;
    }
    .topenq1 {
        position: fixed;
        top: auto;
        top: initial;
        width: 100%;
        right: auto;
        right: initial;
        transform: none;
        transform: initial;
        overflow: hidden;
        z-index: 300;
        bottom: 0;
        z-index: 9999;
        background: #00ada7;
    }
    .special_item:focus-visible {
        outline: none;
    }
    .topenq1.mobile a {
        display: block;
        text-align: center;
        background-color: var(--red);
        padding: 15px;
        transition: all 0.3s ease;
        color: white;
        font-size: 16px;
        text-decoration: none;
    }
    .slide-righta.active .side-slide-form-wrap {
        display: block;
    }
    .admission {
        margin-top: 0rem;
    }
}

.hjghj {
    display: flex;
    justify-content: space-between;
    padding-top: 15px;
}

.hjghj a {
    text-decoration: none;
    color: #ffffff;
    font-size: 0.7rem;
}


/* form css end */