* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
h1,
h2,
h3,
h5,
h4,
h6,
p,
ul,
li,
a {
color: #000;
}
html,
body {
font-family: "Poppins", sans-serif;
overflow-x: hidden;

}
body {
background-color: #fff;
font-family: "Poppins", sans-serif;
}
/* form css */
.form-sec {
position: fixed;
top: 10%;
right: 0px;
width: 360px;
background: #00769c;
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: #ffffff;
}
.adm-txt {
color: #ffffff;
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 #ffffff;
/* 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: #9a245f;
color: #fff;
outline: none;
z-index: 999;
}
.topenq a:hover {
outline: none;
color: #ffffff;
background-color: #9a245f;
border: none;
}
.topenq .btn:first-child:active {
color: #000;
}
.topenq a {
border: none;
color: #ffffff;
background-color: #00769c;
font-size: 20px;
padding: 13px 21px;
z-index: 999999999;
position: relative;
display: inline-block;
text-decoration: none;
}
.error {
color: #ff0000;
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;
}
.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;
padding: 15px;
transition: all 0.3s ease;
color: #ffffff;
font-size: 16px;
text-decoration: none;
}
.slide-righta.active .side-slide-form-wrap {
display: block;
}
.admission {
margin-top: 0rem;
}
}
/*banner css strt here */
/*banner-sec css strt here */
.banner-sec {
background: url(../img/latest-banner.webp);
background-repeat: no-repeat;
background-size: cover;
background-position:right;
height: 100vh;
}
.logo {
padding: 20px 50px;
}
.logo img {
width: 130px;
}
.logo-img {
width: 100%;
height: auto;
padding: 30px 60px;
}
.banner-sec h1 {
    font-size: 24px;
    line-height: 1.1;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 500;
    font-family: "Poppins";
    margin-top: 40px;
}
.banner-sec h2 {
    font-size: 34px;
    line-height: 1.1;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 700;
    font-family: "Poppins";
}
.banner-sec  h3 {
    font-size: 80px;
    line-height: 1.1;
    text-transform: uppercase;
    color: #fbba00;
    font-weight: 700;
    font-family: "Poppins";
}
.banner-sec .apply-btn {
   font-size: 42px;
    line-height: 59px;
    color: #ffffff;
    font-weight: bold;
    text-decoration: none;
    font-family: "Gotham";
}

/*  school-health css str here*/
.school-health {
    padding: 60px 0;
}
.head-box  h2 {
    font-size: 38px;
    text-transform: uppercase;
    color: #000000;
    font-weight: 700;
    font-family: "Poppins";
}
.head-box h2 span{
    color: #00769c;
}
.head-box p {
    font-size: 20px;
    line-height: 1.3;
    color: #000000;
    font-weight: 500;
    font-family: "Poppins";
}
.head-box {
    margin-bottom: 30px;
}
/* bnr-bottom css strt here */
.bnrBtm-box {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    background: #fff;
    padding: 20px 20px;
}
.bnrBtm-box h4 {
    font-size: 20px;
    line-height: 1.1;
    color: #000000;
    font-weight: 600;
    font-style: italic;
    font-family: "Poppins";
}
.bnrBtm-box h4 span{
    font-weight: 800;
}
.bnrBtm-box img {
    width: 50px;
}
.deep-cyan-Blu{
    background-color:#00769c ;
}
.grey-bg{
    background-color: #f0f0f0;
}
.dark-blue{
    background-color: #049ed0;
}
.white-txt{
    color: #fff !important;
}
.bnr-bottom .row {
    display: flex;
    flex-direction: column;
    gap: 0;
}
.bnr-bottom .row>div:nth-child(1) {
    margin-left: 65%;
}
.bnr-bottom .row>div:nth-child(2) {
   margin-left: 35%;
}
.both-dis{
    display: flex;
    justify-content:space-around;
}
.bnr-bottom {
    position: relative;
    margin-top: -90px;
}

/* why-choose css strt here */
.why-choose {
    background: #e6f4f8;
    padding: 60px 0 90px;
    position: relative;
}
.choose-left ul li {
    font-size: 22px;
    line-height: 1.2;
    color: #000000;
    font-weight: 600;
    font-family: "Poppins";
    margin-bottom: 40px;
    list-style: none;
}
.choose-left ul li span{
    font-weight: 800;
}
.choose-center img {
    width: 100%;
    height: 330px;
    object-fit: cover;
}
.vector-shape {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0px;
}



/* career-ambi css strt here */
.career-ambi {
    padding: 140px 0 60px;
}
.career-ambi .row .col-lg-3 {
    width: 20%;
}
.career-ambi .row .col-lg-3 img{
    aspect-ratio: 2;
    object-fit: contain;
    width: 300px;
}
.career-ambi .row>div:not(:last-child){
    border-right: 2px solid #d9d9d9;
}

/* global-opportunity css strt here */
.global-opportunity {
    background: url(../img/shutterstock_467765906-2.webp);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 20px 0 40px;
    position: relative;
}
.global-logos img {
    width: 200px;
    aspect-ratio: 2 / 1;
    object-fit: contain;
    padding: 0px;
}
.global-logos .row>div{
    text-align: center;
}
.global-logos .row>div:not(:last-child){
    border-right: 2px solid #000;
    margin-bottom: 20px;
}
.global-logos .row>div:nth-child(3){
    border-right: none;
}
.global-logos {
    padding-top: 450px;
}
/* government-accreditations css strt here */
.government-accreditations {
    padding: 30px 0 60px;
}
.government-accreditations .row>div:not(:last-child) {
    border-right: 2px dashed #449bb6;
}
.government-accreditations .row>div {
    place-content: center;
}
.accre-box {
    text-align: center;
}
.government-accreditations .head-box {
    margin-bottom: 40px;
}
.accre-box p {
    line-height: 1.1;
    color: #000;
    font-weight: 600;
    margin-top: 10px;
}

/* apolo-hospital css strt here */
.apollo-hospital .col-lg-7 {
    padding: 50px 0 60px;
    padding-left: 40px;
    position: relative;
}

.app-hos-right {
    padding: 40px 20px;
}
.app-hos-right h3 {
    font-size: 42px;
    line-height: 1.1;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 800;
    font-family: "Poppins";
    padding-left: 30px;
}
.app-hos-right h3 span{
    color: #fbba00;
}.ap-box h3 {
    font-size: 68px;
    line-height: 1;
    color: #ffffff;
    font-weight: 700;
    font-family: "Poppins";
    text-align: center;
    padding: 0;
    margin: 0;
}
.ap-box h3 span {
    font-size: 32px;
}
.ap-box p {
    font-size: 18px;
    line-height: 1.2;
    color: #ffffff;
    font-weight: 400;
    font-family: "Poppins";
    text-align: center;
}
.apphos-img {
    position: relative;
}

.apollo-hospital{
    background: url(../img/newApollo-hospital.webp);
    background-repeat: no-repeat;
    background-size: cover;
}

/* campus life css strt here */
.copy-right p {
    font-size: 20px;
    line-height: 26px;
    color: #00769c;
    font-weight: 500;
    text-align: center;
    margin-top: 30px;
}
.campus-life {
    padding: 60px 0 0px;
}
.campus-life img{
    width: 100%;
}

/*  student-experience css strt here*/
.student-experience {
    padding: 80px 0;
    position: relative;
}
.eli-img img {
    width: 100%;
}
.eli-cont h4 {
    font-size: 28px;
    line-height: 1.1;
    color: #00769c;
    font-weight: 600;
    font-family: "Poppins";
}
.eli-cont h4 {
    font-size: 24px;
    line-height: 1.1;
    color: #00769c;
    font-weight: 600;
    font-family: "Poppins";
    text-align: end;
}
.eli-cont {
    padding: 30px;
    background: #fbba00;
    position: absolute;
    top: 0;
    left: 40%;
    max-width: 700px;
    height: 370px;
}
.eli-cont p {
    font-size: 24px;
    line-height: 1.4;
    color: #000000;
    font-weight: 500;
    font-family: "Poppins";
}
.slider-shape {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -80px;
    z-index: 9;
}
.student-experience .head-box {
    padding-left: 90px;
}
.eli-cont h5 {

    font-family: "Poppins";
    text-align: end;
    position: absolute;
    right: 0;
    top: -100px;
    z-index: 99;
}
.eli-cont h5 i{
        font-size: 104px;
    line-height: 1.1;
    color: #00769c;
    font-weight: 600;
}
.lifSli2{
    position: relative;
}


/* sch-ava css strt here */
.sch-ava{
    padding: 80px 0 40px;
    position: relative;
}
.sch-ava .container {
    border-bottom: 2px solid #d9d9d9;
    padding-bottom: 80px;
}
.sch-left .head-box h2 {
    font-size: 62px;
}
.sch-ava p {
    font-size: 30px;
    line-height: 1.2;
    color: #000000;
    font-weight: 500;
    font-family: "Poppins";
    margin-top: 20px;
}

/* fit-best css strt here */
.fir-left {
    background: #acedff;
    padding: 30px;
    height: 100%;
}
.fit-best .row{
    margin: 0;
    padding: 0;
}
.fit-best .row>div{
      margin: 0;
    padding: 0;
}
.world-class p {
    background: #e9faff;
    padding: 80px 30px;
    font-size: 18px;
    font-weight: 800;
    text-align: center;
}
.swiper-slide-active .sw-box p{
    background-color: #00769c;
    color: #fff;
}
.sw-box{
    height: 100%;
    overflow: hidden;
}
.indArrow i {
    font-size: 20px;
    background: #074173;
    color: #fff;
    border-radius: 100%;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.fit-best{
    position: relative;
}

.indArrow {
    display: block;
    justify-content: space-between;
    position: relative;
    width: 80px;
    z-index: 1;
    margin-top: -150px;
    margin-left: -40px;
}
.indArrow i:first-child{
    margin-bottom: 8px;
}
.global {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 83%;
}



/* programme section css start */

.programme {
    background-image: url(../img/advanced-yours.webp);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 60px 0;
}

.programme h2 {
    text-align: center;
    color: #fff;
}
.programme .head-box h2 span {
    color: #fbba00;
}
.programme .head-box p {
    color: #fff;
}

.facAcco #accordionExample {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    background: var(--blue);
    padding: 0 80px;
}

.facAcco #accordionExample .accordion-item {
    width: 33%;
    place-content: center;
    border: none;
    border-radius: 0;
    position: relative;
    background: transparent;
}

.facAcco {
    padding-top: 50px;
}

.facAcco #accordionExample .accordion-item button {
    font-size: 30px;
    border-radius: 0;
    border: none;
    position: relative;
    background: transparent;
    z-index: 1;
    color: #000;
    text-align: center;
    justify-content: center;
    box-shadow: none;
}

.facAcco .accordion-button:not(.collapsed)::after {
    width: 100%;
}

.facAcco .accordion-button:not(.collapsed) {
    font-weight: 900;
}

.facAcco .accordion-button::after {
    background-image: unset;
    position: absolute;
    content: "";
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 0);
    background: #fbba00;
    width: 0;
    height: 5px;
    transition: all 0.5s;
}

.facAcco #accordionExample .accordion-item .accordion-body {
    display: none;
}
.facAcco{
    position: relative
}
.facAcCon .item p {
    padding-bottom: 10px;
}

.facAcCon ul {
    padding: 0;
    display: flex;
    flex-direction: column;
    width: 30%;
    gap: 10px;
}

.facAcCon .item {
    display: flex;
    gap: 0 60px;
}

.facAcCon ul li {
    font-size: 20px;
}
.facAcCon ul li::marker {
    color: #00769c;
}
.facAcCon {
    padding: 40px 100px;
    background: #fbba00;
    color: #fff;
    margin-top: 35px;
    position: relative;
}

.power h2 {
    padding: 40px 0 60px;
}

.power .pow {
    display: flex;
    justify-content: center;
}

.power .pow figure {
    border-right: 2px solid #fff;
    padding: 0 30px;
}

.power .pow figure:last-child {
    border: none;
}

.power .pow figure img {
    aspect-ratio: 4/2;
    object-fit: contain;
    width: 200px;
}
.facAcco #accordionExample {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    background: #e6f4f8;
    padding: 0 80px;
}
.list-doctor img {
    width: 300px;
}
.list-doctor {
    position: absolute;
    top: 35%;
    left: 20px;
}

/* programme section css end */





