/* @import url('../fonts/stylesheet.css'); */

* {
    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: 50px;
    line-height: 1.1;
    font-weight: 300;
}

h2 span {
    font-weight: 900;
    color: var(--blue);
}

p,
li {
    font-size: 25px;
    line-height: 1.3;
}

html,
body {
    font-family: 'Amplitude';
}

.container {
    max-width: 100%;
    padding: 0 300px;
}

:root {
    --red: #e31937;
    --blue: #072670;
}


/* banner section css start */

.banner {
    background-image: url('../img/banner.webp');
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
    color: #ffffff;
    padding: 0;
    position: relative;
    place-content: end;
}

.banner .banCon {
    border: 10px solid #8ce0ff;
    display: flex;
    align-items: center;
    position: relative;
}

.banner .banCon .bnleft {
    width: 60%;
    padding: 100px 50px;
}

.banner .banCon figure {
    width: 40%;
    position: absolute;
    right: 100px;
    bottom: 0;
}

.banner .banCon figure img {
    width: 100%;
}

.banner .banCon .bnleft h1 {
    position: relative;
    padding-bottom: 25px;
    margin-bottom: 20px;
}

.banner .banCon .bnleft h1::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 29%;
    height: 5px;
    background: #ffffff;
}

.banner .banCon .bnleft h3 {
    font-size: 100px;
    font-family: 'Amplitude';
    font-weight: 900;
    color: #8ce0ff;
    padding: 0px 0 30px;
}

.banner .banCon .bnleft h4 {
    font-size: 40px;
    font-weight: 600;
}

.banner .banCon .bnleft h4:last-child {
    border-top: 2px solid #b3b2b2;
    width: fit-content;
    padding-top: 10px;
    margin-top: 10px;
}

.banner h5 {
    text-align: center;
    padding: 40px 0;
    font-size: 35px;
}

.banner .logo {
    position: absolute;
    padding: 40px;
    top: 0;
}

.banInfo {
    padding: 0;
}

.banInfo .row {
    position: relative;
    padding: 50px;
    color: #fff;
}

.banInfo .row::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    background: #072670;
    height: 100%;
    z-index: -1;
}

.banInfo h6 {
    font-size: 30px;
    text-align: center;
    padding: 0 10px;
}

.banInfo .row .col-lg-3:last-child {
    border: none;
}

.banInfo .row .col-lg-3 {
    border-right: 1px solid #374c7de0;
}


/* banner section css end */


/* industry section css start */

.indCon p {
    line-height: 1.2;
    padding-right: 40px;
    border-right: 2px solid #8ce0ff;
    margin-right: 19px;
}

.indCon figure {
    padding-bottom: 20px;
}

.industry .row .heading,
.industry .row .indCon {
    border-bottom: 2px solid #8ce0ff;
    height: 100%;
    padding: 20px;
    margin-bottom: 35px;
}

.industry .row .heading {
    padding: 0;
}

.industry .row .col-lg-4:nth-child(1),
.industry .row .col-lg-4:nth-child(4) {
    width: 40%;
}

.industry .row .col-lg-4 {
    width: 30%;
}

.industry .row .col-lg-4:nth-child(4) p {
    width: 85%;
}

.industry .row {
    --bs-gutter-x: 0;
    gap: 35px 0;
}

.industry .row .col-lg-4:nth-child(4) .indCon,
.industry .row .col-lg-4:nth-child(5) .indCon,
.industry .row .col-lg-4:nth-child(6) .indCon {
    border: none;
    margin: 0;
}

.industry .row .col-lg-4:nth-child(3) .indCon p,
.industry .row .col-lg-4:nth-child(6) .indCon p {
    border: none;
}


/* industry section css end */


/* intrenship section css start */

.internCon {
    background: #7fd2f7;
    padding: 50px;
    position: relative;
    z-index: 3;
    top: 40px;
}

.internCon .intCh h4 {
    font-size: 50px;
    color: var(--blue);
    font-weight: 800;
}

.internCon .intCh h6 {
    font-size: 220px;
    position: absolute;
    left: 58%;
    color: #90dcf9;
    font-weight: 900;
    top: 30%;
    height: auto;
    transform: translate(-50%, -50%);
}

.internCon .intCh {
    position: relative;
    padding-bottom: 40px;
    margin-bottom: 40px;
}

.internCon .intCh::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100px;
    height: 5px;
    background: #90dcf9;
}

.internCon p {
    padding-bottom: 50px;
}

.internCon .intCh h5 {
    font-size: 30px;
    padding-top: 5px;
    width: 85%;
    position: relative;
    z-index: 1;
}

.intrenship {
    position: relative;
    padding-bottom: 0;
}

.intrenship .heading h3 {
    font-size: 13vw;
    color: #f2f2f2;
    font-weight: 900;
    text-transform: uppercase;
    position: absolute;
    right: 0;
    line-height: 0.7;
    top: 50px;
    z-index: 3;
    mix-blend-mode: darken;
}

.intrenship .heading {
    padding-bottom: 110px;
}

.intrenship figure {
    position: absolute;
    top: 0;
    z-index: 2;
}

.intrenship .heading h2 {
    position: relative;
    z-index: 3;
}


/* intrenship section css end */


/* around section css start */

.around1 .row .col-lg-7 {
    margin-left: auto;
    background: #dbf3fc;
    padding: 50px;
}

.around1 .catCon figure {
    border-bottom: 2px solid #a8aaaa;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.around1 .catCon figure img {
    aspect-ratio: 4/2;
    object-fit: contain;
    width: 120px;
}

section.around1 {
    padding: 0;
    margin-top: -180px;
}

section.around1 .container {
    position: relative;
}

section.around1 .container::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    background: #dbf3fc;
    width: 40%;
    height: 100%;
}

section.around {
    padding: 0;
    margin-top: -150px;
}

section.around .heading h2 {
    padding-bottom: 25px;
}

.catArrow {
    display: flex;
    gap: 8px;
}

.catArrow i {
    border: 2px solid var(--blue);
    border-radius: 50%;
    width: 35px;
    height: 35px;
    display: block;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 35px;
    transition: all 0.5s;
}

.catArrow i:hover {
    background: var(--blue);
    color: #fff;
}


/* around section css end */


/* hero group css strt here */

.hero-box img {
    width: 200px;
    object-fit: contain;
    aspect-ratio: 3 / 1;
}

.hero-box {
    margin-top: 30px;
}

.hero-bor {
    border: 4px solid #072670;
    padding: 40px;
}

.pwf .heading h2 {
    padding-bottom: 10px;
}

.hero-bor .heading {
    margin-bottom: 60px;
}

.hero-group {
    margin-top: -180px;
}

.heroSlider {
    padding-bottom: 50px;
}


/* campus life css strt here */

.campus-life {
    /* background: #dbf3fc; */
    padding-bottom: 200px;
    position: relative;
}

.campus-life::after {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: 75%;
    height: 100%;
    background: #dbf3fc;
    transform: translate(-50%, 0%);
    z-index: -1;
}

.campus-life .heading h2 {
    color: #072670;
}

.campus1 {
    padding-top: 50px;
}

.campus2 {
    margin-top: 20px;
}

.camp-txt {
    border: 3px solid #96daf8;
    padding: 10px;
    height: 350px;
}

.campus1 img {
    width: 100%;
    height: 300px;
    object-fit: inherit;
}

.campus2 img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}

.life .indArrow {
    top: -100px;
    z-index: 9;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: -33px;
}


/* life sec css strt here */

.author h3 {
    color: #062670;
    font-weight: 700;
    margin-top: 16px;
}

.author h6 {
    font-weight: 600;
    font-size: 24px;
}

.author-img img {
    width: 100%;
}

.life .heading {
    margin-bottom: 30px;
}

.indArrow {
    display: flex;
    justify-content: left;
    gap: 5px;
}

.indArrow svg {
    width: 30px;
    height: 30px;
    border: 2px solid #000;
    border-radius: 50%;
    transition: all 0.5s;
}

.indArrow svg:hover {
    border-color: #072670;
    background: #072670;
    fill: #fff;
}

.indArrow svg.active {
    border-color: #072670;
    background: #072670;
    fill: #fff;
}

.pwr figure img {
    width: 100%;
}

.pwr {
    margin-top: -100px;
}

.pwr .pwSlider figure {
    position: relative;
}

.dtl-overly {
    position: absolute;
    bottom: 10px;
    left: 30px;
}

.dtl-overly h3 {
    color: #fff;
    font-weight: 700;
}

.powered {
    position: relative;
}

.bus-fac img {
    mix-blend-mode: multiply;
}

.powered::before {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 93%;
    background-color: var(--blue);
}

.pwf .heading {
    color: #fff;
    position: relative;
}

.pwf .heading h2 span {
    position: relative;
    color: #fff;
}

.pwf {
    position: relative;
}

.powered .indArrow {
    position: absolute;
    top: 41%;
    left: 52%;
}


/* supported section css start */

.supported {
    background-color: #dbf3fc;
    position: relative;
}

.supported .heading {
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 15px;
    padding-bottom: 50px;
}

.car-sh h4 {
    display: none;
}


/* visible state */

.car-sh h4.active {
    display: block;
}

.twoBtn {
    position: absolute;
    bottom: 0;
}

/* .twoBtn {
    position: absolute;
    bottom: 0;
    display: flex;
    gap: 10px;
} */
 .twoBtn {
    position: absolute;
    bottom: 0;
    top: 180px;
    left: 0;
}
.car-sh.white-bg.large:first-child{
    padding-left: 0;
}

/* .real-stories.difFig .real-stories {
    display: flex;
    color: #fff;
    align-items: center;
} */

/* .real-stories.difFig .real-stories figure {
    width: 20%;
}

.real-stories.difFig .real-stories h3 {
    width: 80%;
    font-size: 55px;
    padding-left: 50px;
} */

.twoBtn button {
    border: none;
    background: #d9d9d9;
    padding: 10px;
    font-size: 25px;
}


/* button active style */

.twoBtn button.active {
    background: var(--blue);
    color: #fff;
}

.suSlider .item .suCon h4 {
    color: #072670;
    font-weight: 800;
    font-size: 30px;
    text-transform: uppercase;
}

.indArrow,
.success .thumb {
    display: flex;
    justify-content: center;
    margin-top: 35px;
    gap: 10px;
}

.hero .thumb {
    display: flex;
    margin-top: 35px;
    gap: 10px;
}

.indArrow svg,
.success .thumb svg,
.hero .thumb svg {
    width: 30px;
    border: 2px solid #000;
    transition: all 0.5s;
}

.indArrow svg:hover,
.success .thumb svg:hover,
.hero .thumb svg:hover {
    border-color: #072670;
    background: #072670;
    fill: #fff;
}

.suSlider .item figure img {
    width: 100%;
    object-fit: cover;
    height: 100%;
    object-position: top;
}

.suCon.top::after {
    bottom: unset;
    top: 2px
}

.suCon {
    place-content: center;
    padding: 30px;
    text-align: center;
    position: relative;
    height: 50%;
}

.suSlider .item {
    height: 550px;
}

.suSlider .item figure {
    height: 50%;
}

.suCon::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, -50%);
    width: 90%;
    height: 3px;
    background: #7fd2f7;
}


/* supported section css end */

.go-global {
    padding-bottom: 0;
}

.global-box h3 {
    font-size: 30px;
    line-height: 1.1;
    color: #072670;
    font-weight: 600;
    text-align: center;
    position: relative;
}

.global-box {
    text-align: center;
    width: 20%;
    position: relative;
}


/* default dotted line */

.global-box h3::before {
    content: "";
    position: absolute;
    width: 1px;
    height: 120px;
    border-left: 2px dotted #999;
    bottom: -120px;
    left: 50%;
    transform: translateX(-50%);
}


/* different heights */

.global-box:nth-child(1) h3::before {
    height: 168px;
    bottom: -188px;
}

.global-box:nth-child(2) h3::before {
    height: 142px;
    bottom: -155px;
}

.global-box:nth-child(3) h3::before {
    height: 55px;
    bottom: -65px;
}

.global-box:nth-child(4) h3::before {
    height: 190px;
    bottom: -205px;
}

.global-box:nth-child(5) h3::before {
    height: 240px;
    bottom: -256px;
}

.global-main {
    display: flex;
    justify-content: center;
}

.global-main .global-box:nth-child(5) {
    padding-right: 80px;
}

.global-main .global-box:nth-child(odd) {
    margin-top: 120px;
}


/*scholarship css strt here  */

.scholarships {
    background: #7fd2f7;
}

.go-global .heading {
    padding-bottom: 60px;
}

.go-global .heading p {
    padding-top: 20px;
}

.sco-cont h3 {
    font-size: 95px;
    line-height: 0.6;
    color: #002c8a;
    font-weight: 800;
    display: flex;
    align-items: end;
    padding-bottom: 20px;
}

.sco-cont h3 span sub {
    bottom: 0;
}

.sco-cont h3 span {
    font-size: 40px;
    color: #000;
    font-weight: 400;
}

.sco-cont p {
    font-size: 30px;
    line-height: 1.2;
    color: #000000;
}

.scholarships .heading.text-center {
    margin-bottom: 50px;
}

.sco-image {
    padding-top: 30px;
}


/* work-tool css strt here */

.work-tool {
    background: linear-gradient(to bottom, #bae7fb, #fff);
    position: relative;
}

.main-tool .heading {
    padding-bottom: 40px;
}

.main-tool {
    border: 8px solid #072670;
    padding: 60px;
}

.work-box h4 {
    font-size: 30px;
    line-height: 1.1;
    color: #000000;
    font-weight: 500;
    margin-top: 5px;
}

.main-tool .row {
    position: relative;
    gap: 50px 0;
}

.main-tool .row::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 54%;
    width: 100%;
    height: 2px;
    background: #bbe7fb;
    transform: translate(-50%, -50%);
}

.building {
    position: absolute;
    bottom: 0;
    right: 0;
}

.building img {
    width: 45vw;
}


/* pick-special css strt here */

.career-sec {
    background: #f6fdf4;
    padding-bottom: 0px;
}

.career-sec .heading h2 {
    padding-bottom: 16px;
}

.career-sec .heading {
    margin-bottom: 30px;
}

.car-sh {
    display: flex;
    min-height: 292px;
    width: 33%;
    flex-direction: column;
    justify-content: space-between;
    padding: 30px;
    gap: 30px;
}

.career-box {
    display: flex;
    gap: 0px;
    align-items: center;
    justify-content: center;
}

.white-bg {
    background-color: #fff;
}

.green-bg {
    background: #072670;
    color: #fff;
}

.green-border {
    border: 2px solid #79a544;
}

.blue-bg {
    background: #7fd2f7;
    color: #000 !important;
}

.black-txt {
    color: #000;
}

.large {
    width: 45%;
}

.medium {
    width: 35%;
}

.sky-blue {
    background-color: #dbf3fc;
    color: #072670;
}

.sky-blue h4 {
    color: #072670 !important;
}

.blue-bg h4 {
    color: #072670 !important;
}

.small {
    width: 30%;
}

.cr-box3 {
    justify-content: end;
}

.girl-goggles img {
    width: 460px;
}

.career-shape {
    position: relative;
}

.girl-goggles {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0%);
    bottom: 0;
    display: none;
}

.business-leadership1 {
    display: none;
}

.ban-pro {
    display: flex;
    align-items: center;
    color: #fff;
    gap: 14px;
}

.ban-pro h3 {
    font-size: 58px;
    font-weight: 700;
}

.ban-pro p {
    font-size: 16px;
}

.car-sh h4 {
    text-align: left;
    font-size: 30px;
    line-height: 1;
    color: #ffffff;
    font-weight: bold;
}

.car-sh img {
    width: 80px;
}

.hr-bg {
    background: url(../img/hr-bg.webp);
    background-repeat: repeat;
    background-size: cover;
}

.bus-ai-bg {
    background: url(../img/business-ai.webp);
    background-repeat: repeat;
    background-size: cover;
    position: relative;
}

.bus-ai-bg h4 {
    content: " ";
    position: absolute;
    bottom: 20px;
    left: 20px;
}

.hr-bg {
    position: relative;
}

.hr-bg h4 {
    content: " ";
    position: absolute;
    bottom: 20px;
    right: 20px;
}

.business-leadership img {
    width: 100%;
}


/*  */

.career-section {
    padding: 60px 0;
    position: relative;
}

.career-box2 .heading h2 {
    padding-bottom: 15px;
}

.career-box2 {
    border: 4px solid #072670;
    padding: 25px;
    max-width: 400px;
    background: #fff;
    position: relative;
    z-index: 2;
    border-bottom: 0;
}

.career-img {
    margin-top: -40px;
    width: 650px;
    border-left: 4px solid #072670;
}

.career-img img {
    width: 100%;
    margin-left: -3px;
}

.stat-box {
    margin-bottom: 40px;
}

.stat-number {
    font-size: 130px;
    line-height: 1;
    color: #072670;
    font-weight: 600;
    font-family: "Lora";
}

.btmCareer {
    position: absolute;
    bottom: 56px;
    right: 0;
    z-index: -1;
}

.stats .row>div:nth-child(1) {
    border-bottom: 2px solid #ddd;
    border-right: 2px solid #ddd;
    width: 44%;
}

.stats .row>div:nth-child(2) {
    border-bottom: 2px solid #ddd;
    padding-left: 30px;
}

.lastststat {
    padding-top: 10px;
}

.stat-number span {
    font-size: 40px;
    line-height: 1;
    color: #072670;
    font-weight: 500;
    font-family: "Lora";
}

.stat-text {
    font-size: 25px;
    line-height: 1;
    color: #000000;
    font-weight: 600;
    padding-top: 0px;
}

.divider {
    border-left: 2px solid #ddd;
    height: 120px;
    margin: auto;
}


/* legacy css strt here */

.legacy {
    background-color: #072670;
}

.legacy .heading h2 {
    color: #fff;
}

.legacy .heading {
    margin-bottom: 40px;
}

.legacy .heading h2 span {
    color: #fff;
}

.real-stories img {
    width: 100%;
}

.legacy .indArrow svg {
    border: 2px solid #7fd2f7;
    color: #7fd2f7;
    fill: #7fd2f7;
}

.legacy .indArrow svg:hover {
    border-color: #7fd2f7;
    background: #7fd2f7;
    fill: #fff;
}

.legacy .indArrow {
    z-index: 9;
}


/* footer css start */

footer p {
    font-weight: 800;
    font-family: "Lora";
    font-size: 30px;
    padding-bottom: 50px;
}


/* footer 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: "";
    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(--blue);
}

.topenq a {
    border: none;
    color: #ffffff;
    font-size: 20px;
    padding: 13px 21px;
    z-index: 999999999;
    position: relative;
    display: inline-block;
    background-color: var(--blue);
    text-decoration: none;
}

.error {
    color: #fdf8f8;
    font-size: 12px;
    margin-left: 4px;
    position: absolute;
    bottom: -15px;
    left: 0px;
    line-height: 11px;
}

@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;
    }
}

    .dtl-overly {
        min-height: 80px;
        height: 110px;
        background: #000;
        width: 100%;
        left: 0;
        bottom: 0;
        padding: 20px;
    }