* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

h1,
h2,
h3,
h5,
h4,
h6,
p,
ul,
li,
figure {
    margin: 0;
    line-height: 1.2;
}

section {
    padding: 60px 0;
}

h2 {
    font-size: 70px;
    font-family: 'GothamBold';
    line-height: 1.1;
    text-transform: uppercase;
}

h2 span {
    color: var(--red);
}

p,
li {
    font-size: 25px;
}

html,
body {
    font-family: 'GothamLight';
}


/* .container {
    max-width: 100%;
    padding: 0 200px;
} */

:root {
    --red: #e31937;
}

@font-face {
    font-family: 'GothamLight';
    src: url('../fonts/GothamLight.ttf');
}

@font-face {
    font-family: 'GothamMedium';
    src: url('../fonts/GothamMedium.ttf')
}

@font-face {
    font-family: 'GothamMediumItalic';
    src: url('../fonts/GothamMediumItalic.ttf')
}

@font-face {
    font-family: 'GothamBold';
    src: url('../fonts/GothamBold.ttf');
}

@font-face {
    font-family: 'GothamBook';
    src: url('../fonts/GothamBook.ttf');
}

h4 {
    font-size: 35px;
    padding: 20px 0 35px;
}

h3 {
    font-size: 35px;
    font-family: 'GothamBold';
}

p {
    font-family: 'GothamBook';
    color: #000000;
}


/* banner section css start */

.banner {
    background-image: url(../img/banner.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
    padding: 0;
    display: flex;
    align-items: center;
    position: relative;
    color: #fff;
    padding-top: 70px;
    background-position: 100%;
}

.banner header {
    position: absolute;
    top: 30px;
    left: 50px;
}

.banner header img {
    width: 300px;
}

.banner-con h1 span {
    color: var(--red);
}

.banner-con h1 {
    font-size: 60px;
    font-family: 'GothamBold';
    line-height: 1;
    text-transform: uppercase;
}

.container {
    max-width: 100%;
    padding: 0 200px;
}

.ad {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    justify-content: center;
}

.ad h4 {
    font-family: 'GothamBold';
    padding: 10px;
    font-size: 20px;
    background: var(--red);
    width: 32%;
    min-height: 80px;
    place-content: center;
}

.ad h4 span {
    font-size: 14px;
    display: block;
}

.banner-con h3 {
    padding: 30px 0 40px;
    text-transform: uppercase;
}

.ad h4:nth-child(8) a {
    margin: 0;
    height: 100%;
    place-content: center;
    text-transform: uppercase;
}

.ad h4:last-child {
    width: 66%;
    padding: 0;
}

.banner-con a {
    display: block;
    background: #fff;
    padding: 10px;
    text-align: center;
    text-decoration: none;
    font-size: 35px;
    font-family: 'GothamBold';
    color: #000;
    margin-top: 14px;
}

.ad h4 span {
    font-size: 14px;
    display: block;
}

.banner-con h1 span {
    display: inline-flex;
    place-content: center;
}

.banner-con h1 span img {
    max-width: 92%;
}


/* banner section css end */


/* award section css start */

.awa {
    background: #ffebef;
    padding: 70px;
}

.awa .awc h5 {
    text-transform: uppercase;
    font-size: 30px;
    font-family: 'GothamBold';
}

.awa .awc h6 {
    font-size: 120px;
    font-family: 'GothamBold';
    color: var(--red);
    line-height: 1;
    margin-top: -8px;
}

.awa .awc {
    border-bottom: 2px solid var(--red);
    padding-bottom: 30px;
    margin-bottom: 30px;
}

.awa .awc h6 span {
    font-size: 36px;
}

.awSlider .slick-dots {
    display: flex;
    list-style: none;
    padding: 0;
    position: absolute;
    bottom: -90px;
    right: -70px;
    gap: 5px;
}

.awSlider .slick-dots li button {
    background: var(--red);
    border: none;
    color: transparent;
    width: 100%;
    height: 100%;
    transition: all 0.3s;
}

.awSlider .slick-dots li {
    height: 5px;
    width: 40px;
}

.awSlider .slick-dots li.slick-active button {
    background: #000;
}

.awa .on .awc:last-child {
    padding: 0;
    margin: 0;
    border: none;
}

.award .heading p {
    padding-bottom: 70px;
}

.award {
    padding-top: 0;
}

.award .heading {
    padding-top: 80px;
    padding-right: 150px;
}

.award .heading p span {
    font-family: 'GothamBold';
}


/* award section css end */


/* rank section css start */

.rank .heading {
    text-align: center;
    padding-bottom: 70px;
}

.rnkC figure {
    position: relative;
    /* width: fit-content; */
}

.rnkC figure figcaption {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.rnkC h4 {
    text-transform: uppercase;
    font-size: 25px;
    font-family: 'GothamBold';
    padding: 0;
}

.rnkC h5 {
    font-size: 100px;
    font-family: 'GothamBold';
    color: var(--red);
    display: flex;
    line-height: 1;
    padding-top: 10px;
}

.rank .row .col-lg-4:first-child .rnkC h5 {
    font-size: 60px;
}

.rnkC figcaption h5 span {
    font-size: 26px;
}

.rnkC {
    text-align: center;
}

.rnkC figure img {
    width: 100%;
}

.rnkC .rnc h6 {
    font-size: 30px;
    padding: 30px 0 0;
    min-height: 104px;
}

.rnkC .rnc h6 span {
    font-family: 'GothamBold';
}

.rnkC .rnc p {
    position: relative;
    font-size: 25px;
    padding-top: 30px;
    margin-top: 33px;
}

.rnkC .rnc p::after {
    position: absolute;
    content: "";
    left: 50%;
    top: 0;
    background: var(--red);
    width: 30%;
    height: 3px;
    transform: translate(-50%, 0);
}

.rank .row {
    --bs-gutter-x: 125px;
}

.rank .row .col-lg-4 {
    position: relative;
}

.rank .row .col-lg-4::after {
    content: "";
    position: absolute;
    left: 0;
    width: 2px;
    height: 100%;
    background: #e3e3e3;
    top: 0;
}

.rank .row .col-lg-4:first-child::after {
    display: none;
}


/* rank section css end */


/* acc section start */

.acc .heading {
    text-align: center;
    padding-bottom: 60px;
}

.accc {
    display: flex;
    background: #ffebef;
    padding: 80px 100px;
    justify-content: space-between;
    gap: 80px;
}

.accc .item {
    width: 25%;
}

.accc .item figure {
    width: 100%;
}

.accc .item figure img {
    width: 100%;
    transition: all 0.5s;
}

.accc .item figure img:hover {
    scale: 1.1;
}

section.acc {
    padding-bottom: 0;
}


/* acc section end */

.dream {
    background-image: url(../img/dream.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    padding: 100px 0;
}

.dream .drTab {
    display: flex;
}

.drTab .tab-pane {
    height: 360px;
    overflow: auto;
}

.dream .drTab .tab-content h5 {
    font-size: 30px;
    padding-bottom: 15px;
    font-family: 'GothamBold';
}

.dream .drTab .nav {
    width: 45%;
    background: var(--red);
    color: #fff;
    padding: 55px 0;
    flex-direction: column;
}

.dream .drTab .nav .nav-link {
    color: #fff;
    font-size: 25px;
    text-align: left;
    padding: 10px;
    border-radius: 0;
}

.dream .drTab .tab-content {
    width: 55%;
    background: #fff;
    color: #000;
    padding: 50px;
    place-content: center;
}

.dream .drTab .tab-content ul {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding-bottom: 20px;
}

.dream .drTab .nav .nav-link.active {
    background: #000;
}

.dream .drTab .nav .nav-link.active:active {
    scale: .9;
}

.dream .drTab .tab-content ul li {
    font-family: 'GothamBold';
}

.dream .heading {
    padding-bottom: 60px;
    text-align: center;
}

.dream .heading p {
    color: #fff;
    padding-top: 15px;
}

.dream .heading p span {
    font-family: 'GothamBold';
}


/* global section css start */

.global {
    background-image: url('../img/map2.png');
    background-repeat: no-repeat;
    background-size: contain;
}

.global .heading {
    text-align: center;
    padding-bottom: 60px;
}

.global .heading p {
    padding-top: 20px;
}

.gloSlider .item figure figcaption {
    background: #000000bf;
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 20px;
}

.gloSlider .item figure img {
    width: 100%;
}

.gloSlider .item figure {
    position: relative;
}

.gloSlider .item figure figcaption img {
    width: 150px;
    aspect-ratio: 2 / 1;
    object-fit: contain;
    margin: auto;
}

.gloSlider .slick-list {
    margin: 0 -10px;
}

.gloSlider .slick-list .slick-slide {
    margin: 0 10px;
}

.gloArrow {
    display: flex;
    justify-content: center;
    gap: 5px;
}

.gloArrow .slick-arrow {
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid var(--red);
    transition: all 0.5s;
    cursor: pointer;
    margin-top: 20px;
}

.gloArrow .slick-arrow i {
    font-size: 25px;
}

.gloArrow .slick-arrow:hover {
    background: var(--red);
}

.gloArrow .slick-arrow:hover i {
    color: #fff;
}


/* global section css end */

section.here {
    background-color: var(--red);
    color: #fff;
    padding-bottom: 245px;
}

section.hereCon {
    padding-top: 0;
    margin-top: -180px;
}

.hre {
    text-align: center;
    background-color: #fff;
    padding: 20px 20px 80px;
    border-bottom: 7px solid #e6e7e8;
    transition: all 0.5s;
}

.hre p {
    font-size: 20px;
    padding: 5px 0 30px;
}

.hre h5 {
    font-size: 25px;
    padding-bottom: 10px;
    font-family: 'GothamBold';
    color: var(--red);
}

.hreSlider .swiper-slide:nth-child(even) .hre {
    margin-top: 80px;
}

.hreSlider .swiper-slide:nth-child(even) .hre:hover {
    margin-top: 90px;
}

.hreSlider .swiper-slide .hre:hover {
    margin-top: 10px;
}

.stCon figure img {
    width: 100%;
}

.stCon .stT {
    background: #ffebef;
    padding: 40px;
    color: #000000;
    height: 100%;
}

.stCon .slick-list .slick-track,
.stCon .slick-list {
    display: flex;
}

.stCon .slick-list .slick-slide>div,
.stCon .slick-list .slick-slide>div .item {
    height: 100%;
}

.stCon .stT p {
    font-size: 20px;
}

.stCon .stT h4,
.stB h4 {
    font-size: 30px;
    font-family: 'GothamBold';
    padding: 20px 0 10px;
    position: relative;
    margin-bottom: 20px;
}

.stB {
    background: #ffebef;
    padding: 40px;
}

.state {
    position: relative;
    padding-bottom: 0;
}

.state .gloArrow {
    justify-content: space-between;
    position: absolute;
    width: 100%;
    left: 0;
    padding: 0 157px;
    bottom: 0;
}

.stCon .slick-list {
    margin: 0 -10px;
}

.stCon .slick-list .slick-slide {
    margin: 0 10px;
    height: 100%;
}

.stCon .slick-list .slick-slide.slick-current .stT {
    background: #000000;
    color: #fff;
}

.stCon .slick-list .slick-slide.slick-current .stT p {
    color: #fff;
}

.stCon .slick-list .slick-slide.slick-current .stT h4::after {
    background: #fff;
}

.stCon .stT h4::after,
.stB h4::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    background: #000000;
    width: 100px;
    height: 2px;
}


/* .stCon {
    display: flex;
    flex-direction: column;
    gap: 20px;
    height: 100%;
} */

.stB h4::after {
    background: #000 !important;
}

.state .heading {
    padding-bottom: 60px;
    text-align: center;
}

.state .heading h2 {
    padding-bottom: 15px;
}

.state .row .col-lg-4:nth-child(2) .stCon {
    flex-direction: column-reverse;
}


/* research section css start */

.research {
    background-image: url('../img/line.png');
    background-repeat: no-repeat;
    background-size: cover;
}

.research .heading {
    text-align: center;
    padding-bottom: 50px;
}

.reCn .recbg {
    background: #e31937;
    padding: 50px;
    width: 25%;
    min-height: 510px;
}

.reCn .recbg p {
    color: #fff;
    padding-top: 10px;
}

.reCn {
    background-image: url(../img/res1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
}

.reCn2 {
    background-image: url(../img/Battery-Lab.png);
}

.reCn3 {
    background-image: url(../img/NanoSynthesis-Lab.png);
}

.reCn4 {
    background-image: url(../img/Mechatronics-lab.png);
}

.research .nav .nav-item button {
    background: #606060;
    border-radius: 0;
    padding: 20px 30px;
    color: #fff;
    transition: all 0.5s;
    font-size: 30px;
    width: 100%;
    text-align: left;
    height: 100%;
    border-right: 2px solid #818181;
    border-top: 2px solid #606060;
}


/* .research .nav .nav-item button.active>div {
    opacity: 0;
} */

.research .nav .nav-item button.active {
    background: var(--red);
    font-family: 'GothamBold';
}

.research .nav {
    flex-wrap: nowrap;
    padding-bottom: 20px;
}

.research .nav .nav-item {
    width: 25%;
}


/* .research .nav .nav-item:last-child,
.research .nav .nav-item button.active {
    border: none;
} */


/* research section css end */


/* infrastructure section start */

.infrastructure .heading {
    text-align: center;
    padding-bottom: 50px;
}

.infrastructure .heading h2 {
    padding-bottom: 10px;
}

.infraSlider {
    display: flex;
    gap: 10px;
    min-height: 410px;
}

.infraSlider .item.active {
    width: 40%;
}

.infraSlider .item {
    width: 12%;
    transition: all 0.5s;
}

.infraSlider .item .inCon {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    height: 100%;
}

.infraSlider .item .inCon figcaption {
    position: absolute;
    bottom: 15px;
    left: 0;
    z-index: 1;
    color: #fff;
    padding: 0 15px;
    width: 100%;
    word-wrap: break-word;
    font-family: 'GothamBold';
}

.infraSlider .item .inCon figure,
.infraSlider .item .inCon figure img {
    height: 100%;
    object-fit: cover;
}

.infraSlider .item .inCon figure {
    position: relative;
}

.infraSlider .item .inCon figure::after {
    content: "";
    position: absolute;
    background: #000000;
    background: linear-gradient(180deg, rgb(0 0 0 / 15%) 0%, rgb(0 0 0 / 55%) 100%);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.infraSlider .item.active .inCon figcaption h4 {
    font-size: 30px;
    font-family: 'GothamBold';
}

.infraSlider .item .inCon figcaption h4 {
    font-size: 18px;
    transition: all 0.5s;
    padding: 0;
}

.infraSlider .item .inCon figcaption p {
    font-size: 20px;
    padding-top: 5px;
    display: none;
    transition: all 0.5s;
    font-family: 'GothamBold';
    color: #fff;
}

.infraSlider .item.active .inCon figcaption p {
    display: block;
    width: 70%;
}


/* infrastructure section end */


/* giants section start */

.giants .heading {
    text-align: center;
    padding-bottom: 50px;
}

.giants .giCon {
    background: #ffebef;
    padding: 50px;
}

.giants .giCon .giAl h4 {
    padding: 0;
    font-size: 25px;
    font-family: 'GothamBold';
    text-transform: uppercase;
}

.giants .giCon .giAl h5 {
    font-size: 80px;
    font-family: 'GothamBold';
    color: var(--red);
    line-height: 1;
}

.giants .giCon .giAl h5 span {
    font-size: 30px;
}

.giAl .gi {
    padding-bottom: 30px;
    border-bottom: 2px solid var(--red);
    margin-bottom: 30px;
}

.giAl .gi:last-child {
    padding: 0;
    margin: 0;
    border: 0;
}

.giLogo .item figure {
    border-bottom: 2px solid #d5d5d5;
    display: flex;
    align-items: center;
    gap: 60px;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.giLogo .item figure:last-child {
    border: none;
}

.giLogo .item figure img {
    width: 220px;
    object-fit: contain;
    aspect-ratio: 2 / 1;
}

.giLogo .item figure {
    text-align: center;
}

.giLogo .slick-dots {
    position: absolute;
    bottom: 22px;
    display: flex;
    list-style: none;
    gap: 5px;
    padding: 0;
    left: -144px;
}

.giLogo .slick-dots li.slick-active button {
    background: #000;
}

.giLogo .slick-dots li.slick-active {
    width: 40px;
}

.giLogo .slick-dots li {
    width: 10px;
    height: 7px;
    transition: all 0.5s;
}

.giLogo .slick-dots li button {
    color: transparent;
    border: none;
    height: 100%;
    width: 100%;
    background: var(--red);
    transition: all 0.5s;
}


/* giants section end */


/* leader section css start */

.leader .heading {
    text-align: center;
    padding-bottom: 50px;
}

.leader .ldl {
    background: #ffffff;
    padding: 50px;
    position: relative;
}

.leader .ldl h3 {
    position: relative;
    margin-top: 50px;
    padding-top: 25px;
}

.leader .ldl h3::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 7vw;
    height: 6px;
    background: var(--red);
}

.leader .ldl h4 {
    font-size: 25px;
    font-family: 'GothamBook';
}

.leader .ldl::after {
    position: absolute;
    left: -10px;
    top: 0;
    content: "";
    width: 100%;
    height: 100%;
    background: #ffebef;
    z-index: -1;
}

.leader .row {
    --bs-gutter-x: 0;
    align-items: center;
}

.leader .col-lg-8 {
    margin-left: -17%;
}

.leader .col-lg-4 {
    width: 50%;
}

.groups {
    background: #ffebef;
    text-align: center;
    margin-top: -112px;
    padding-top: 200px;
    padding-bottom: 0;
}

.groups .mahiGroup {
    display: flex;
    background: #fff;
    padding: 50px;
    gap: 20px;
    box-shadow: 0px 30px 40px 0px #0000001a;
}

.groups .mahiGroup figure {
    width: 25%;
    position: relative;
}

.groups .mahiGroup figure::after {
    content: "";
    position: absolute;
    left: -20px;
    top: 0;
    width: 2px;
    height: 100%;
    background: #e3e3e3;
}

.groups .mahiGroup figure:first-child::after {
    display: none;
}

.groups .mahiGroup figure img {
    width: 180px;
    aspect-ratio: 2/1;
    object-fit: contain;
}

section.leader {
    padding-bottom: 0;
}

.groups .heading {
    padding-bottom: 50px;
}

.groups .heading h2 {
    padding-bottom: 20px;
}

.campus .heading {
    text-align: center;
    padding-bottom: 50px;
}

.campus .caSli figure img {
    width: 100%
}

.campus .heading {
    text-align: center;
    padding-bottom: 50px;
}

.campus .heading .caSli figure img {
    width: 100%
}

.take .heading {
    text-align: center;
}

.take .heading a {
    display: inline-block;
    background: var(--red);
    padding: 15px 50px;
    text-decoration: none;
    color: #fff;
    font-size: 45px;
    font-family: 'GothamBold';
    margin: 50px;
    text-transform: uppercase;
}

.students .row {
    align-items: center;
    gap: 60px 0;
    --bs-gutter-x: 50px;
}

.students .pr {
    display: flex;
    align-items: center;
    gap: 15px;
    border-bottom: 2px solid #e1e1e1;
    margin-bottom: 30px;
    padding-bottom: 30px;
}

.students .pr figure {
    width: 70px;
    height: 70px;
    background: var(--red);
    border-radius: 50%;
}

.students .pr figure img {
    width: 0;
}

.students {
    padding-top: 120px;
}


/* leader section css end */


/* form css */

.form-sec {
    position: fixed;
    top: 15%;
    right: 0px;
    width: 360px;
    background: var(--red);
    padding: 30px;
    z-index: 9;
    transition: .3s all;
    z-index: 9999;
    border-radius: 0;
}

.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: 27px;
    color: #ffffff;
}

.adm-txt h4 {
    font-size: 23px;
    color: #fff;
}

.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;
}


/* .checkbox-label input:checked~.checkmark {
    background-color: #fff;
} */

.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: #000;
    font-weight: bold;
    /* text-transform: uppercase; */
    margin: 14px auto 0;
    width: 100%;
    display: inherit;
    font-size: 20px;
    background-color: #fff;
}

.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;
}

::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: 49%;
    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: #fff;
    border: none;
    background: var(--red);
}

.topenq a {
    border: none;
    color: #ffffff;
    font-size: 20px;
    padding: 13px 21px;
    z-index: 999999999;
    position: relative;
    display: inline-block;
    background-color: var(--red);
    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: #e31937;
    }
    .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;
    }
    .hreSlider {
        padding-bottom: 40px;
    }
    section.here {
        padding-bottom: 215px;
    }
    .hreSlider .swiper-slide:nth-child(even) .hre {
        margin-top: 0;
    }
    .hreSlider .swiper-slide {
        height: auto;
    }
    .hre {
        height: 100%;
        padding: 20px;
    }
}