* {
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: 3%;
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/banner-bg.webp);
background-repeat: no-repeat;
background-size: cover;
background-position:center;
height: 100vh;
}
.logo {
padding: 20px 50px;
}
.logo img {
width: 130px;
}
.logo-img {
width: 100%;
height: auto;
padding: 30px 60px;
}
.banner-sec h1 {
    font-size: 25px;
    line-height: 1.1;
    text-transform: capitalize;
    color: #fafeff;
    font-weight: 500;
    font-family: "Poppins";
    margin-top: 40px;
}
.banner-sec h2 {
    font-size: 110px;
    line-height: 1;
    text-transform: uppercase;
    color: #fbba00;
    font-weight: 900;
    font-family: "Poppins";
}
.banner-sec h3 {
    font-size: 24px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 700;
    font-family: "Poppins";
    border-bottom: 3px solid #fbba00;
    width: fit-content;
    padding-bottom: 10px;
    margin-bottom: 5px;
}
.banner-sec .apply-btn {
    line-height: 52px;
    font-size: 26px;
    text-transform: uppercase;
    color: #fafeff;
    font-weight: 700;
    font-family: "Poppins";
    text-decoration: none;
}
/* bnr-btm css strt here */
.bnr-btm .container {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    background: #fff;
    padding: 30px 20px;
    margin-top: -60px;
}
.bntBtm-box p {
    font-size: 25px;
    line-height: 1.1;
    letter-spacing: 1px;
    color: #000000;
    font-weight: 500;
    font-family: "Poppins";
    text-align: center;
}
.bntBtm-box p span{
    font-weight: 800;
}
.bnr-btm .row>div:not(:last-child) {
    border-right: 2px dashed #00769c;
}

/* school-management css strt here */
.school-management{
    padding: 120px 0 60px;
}
.manage-cont p {
    font-size: 22px;
    letter-spacing: 1px;
    line-height: 1.5;
    color: #000000;
    font-weight: 400;
    font-family: "Poppins";
}
.head-box{
    margin-bottom: 30px;
}
.head-box h2 {
    font-size: 38px;
    line-height: 1;
    letter-spacing: 1px;
    color: #00769c;
    font-weight: 700;
    font-family: "Poppins";
    position: relative;
}

.manage-cont .head-box h2 {
    padding-left: 40px;
}
.sch-left {
    text-align: center;
}


/* why-choose css str here */
.why-choose{
    padding: 60px 0 0;
}
.choose-left {
    background-color: #fbba00;
    padding: 40px;
    padding-left: 140px;
    margin-top: 80px;
}
.choose-left .head-box h2{
        padding-left: 30px;
}
.choose-left li {
    list-style: none;
    display: flex;
    gap: 20px;
    align-items: center;
    margin-bottom: 20px;
}
.choose-left h3{
    font-size: 22px;
    line-height: 1.1;
    font-weight: 400;
}
.choose-right img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.why-choose .row>div{
    padding: 0;
}
.choose-right {
    width: 100%;
    height: 100%;
}

/* elevate-career css strt here */
.elevate-career .row>div{
    padding: 0;
}
.elev-breif .head-box h2 {
    color: #fbba00;
    padding-left: 30px;
}
.elev-breif .head-box h2:before{
      background-color: #fbba00;
}
.elev-breif p {
    font-size: 20px;
    line-height: 1.4;
    letter-spacing: 1px;
    color: #ffffff;
    font-weight: 400;
    font-family: "Poppins";
}
.elev-breif {
    background: #00769c;
    padding-left: 60px;
}
.elevate-box h4 {
    font-size: 18px;
    line-height: 1.2;
    color: #ffffff;
    font-weight: 400;
    font-family: "Poppins";
    margin-top: 5px;
    width: 200px;
}
.elevate-box {
    margin-bottom: 30px;
}
.elev-breif {
    background: #00769c;
    padding: 40px 60px;
    position: relative;
    height: 93% !important;
}
.elev-breif:before {
    content: " ";
    position: absolute;
    top: 0;
    right: -20%;
    bottom: 0;
    width: 30%;
    height: 100%;
    background-color: #00769c;
}



/* 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: 36px;
    line-height: 1.1;
    text-transform: uppercase;
    color: #00769c;
    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: #00769c;
    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: #000;
    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;
    padding: 60px 0;
}
.ap-box {
    border-right: 2px solid #918a7e;
}
.ap-box:nth-child(3){
    border-right: none;
}









/* career-ambi css strt here */
.career-ambi {
    padding:60px 0;
}

.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/handShake-men.webp);
    background-repeat: no-repeat;
    background-size: contain;
    margin-top: 50px;
}
.global-logos img {
    width: 200px;
    aspect-ratio: 2 / 1;
    object-fit: contain;
    padding: 0px;
    margin-bottom: 20px;
}
.global-logos .row>div{
    text-align: center;
}
.global-logos .row>div:not(:last-child){
    border-right: 2px solid #cdcccc;
    margin-bottom: 20px;
}
.global-logos .row>div:nth-child(3){
    border-right: none;
}
.global-logos {
    padding-top: 450px;
}
/* .global-logos .row>div:nth-child(1){
     border-bottom: 2px solid #cdcccc;
}
.global-logos .row>div:nth-child(2){
     border-bottom: 2px solid #cdcccc;
}
.global-logos .row>div:nth-child(3){
     border-bottom: 2px solid #cdcccc;
} */

/* sch-ava css strt here */
.sch-ava {
    padding: 60px 0 0;
    position: relative;
    background: #fff5dc;
}

.sch-left .head-box h2 {
    font-size: 62px;
}
.sch-ava p {
    font-size: 18px;
    line-height: 1.3;
    color: #000000;
    font-weight: 500;
    font-family: "Poppins";
}
.sch-left .head-box h2 span {
    color: #000;
    font-size: 52px;
}
.sch-left .head-box h2 {
    font-size: 72px;
}
.sch-left .head-box {
    margin-bottom: 0;
}
.sch-right {
    margin-left: -60px;
}


/* government-accreditations css strt here */
.government-accreditations {
    padding: 60px 0;
}
.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;
}


/* campus life css strt here */

.campus-life {
    padding: 60px 0 60px;
    position: relative;
     z-index: 9;
    position: relative;
}
.campus-life::before{
    content: " ";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 0;
    width: 100%;
    height: 40%;
    background-color: #fab900;
}
.campus-life img{
    width: 100%;
}
.copy-right.text-center {
    padding-top: 70px;
}


/*  student-experience css strt here*/
.student-experience {
    padding: 80px 0 0;
    position: relative;
}
.lifSli2{
    position: relative;
}
.stu-speak p {
    font-size: 20px;
    line-height: 32px;
    color: #000000;
    font-weight: 500;
    font-family: "Poppins";
    padding-top: 120px;
}
.stu-speak h4 {
    font-size: 24px;
    line-height: 33px;
    color: #00769c;
    font-weight: 700;
    font-family: "Poppins";
}
.exp_image {
    text-align: end;
    position: relative;
    top: -110px;
    right: -150px;
}
.exp_image img {
    width: 180px;
}
.sudent-cont {
    width: 600px;
    margin: 0 auto;
}

.exp_image h4 {
    font-size: 26px;
    line-height: 1.3;
    color: #00769c;
    font-weight: 600;
    font-family: "Poppins";
    position: relative;
}
.stu-speak{
    position: relative;
}
.stu-speak{
    background: url(../img/btmlatest-shape.webp);
    background-repeat: no-repeat;
    background-size: contain;
}
/*  future-shape css strt here*/
.future-shape{
    background: url(../img/SOM-BG.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 60px 0 180px;
}
.future-shape .head-box h2{
    color: #fbba00;
}
.future-shape .head-box{
    margin-bottom: 50px;
}
.future-box li {
    font-size: 20px;
    line-height: 1;
    color: #ffffff;
    font-weight: 600;
    font-family: "Poppins";
    margin-top: 25px;
    list-style: none;
    padding-bottom: 20px;
    width: 80%;
}
.future-box li:not(:last-child){
      border-bottom: 2px solid #000;
}




/* .pharma-degree css strt here */
.pharma-degree .row>div:last-child{
    background: #fab900;
    padding: 0;
    margin: 0;
}
.pharma-degree .row{
    padding: 0;
   
}
.pharma-degree .row>div{
    padding: 0;
    margin: 0;
}
.pharma-dtl {
    padding: 40px 40px 0 40px;
}
.pharma-degree img {
    width: 100%;
    height: 100%;
}
.pharma-dtl h4 {
    font-size: 22px;
    line-height: 1.2;
    color: #000000;
    font-weight: 700;
    font-family: "Poppins";
}
.pharma-dtl ul{
    padding-left: 0;
}
.pharma-dtl li {
    font-size: 18px;
    line-height: 1.3;
    color: #000000;
    font-weight: 500;
    font-family: "Poppins";
    margin-bottom: 2px;
    list-style: none;
}






.pharmacy-tabs {
    background: #ededed;
    padding: 60px 0 0;
}

.pharmacy-tabs .container{

  margin:auto;
  display:flex;
  gap:40px;
}

/* LEFT */
.tabs-left{
  width:100%;
}

.tabs-left h2{
  color:#0a6fa6;
  margin-bottom:30px;
}

.tab-btn {
    width: 70%;
    padding: 15px 25px;
    cursor: pointer;
    text-align: left;
    font-size: 28px;
    line-height: 1.2;
    font-weight: 700;
    font-family: "Poppins";
    border: none;
    background: #fab900;
    color: #0a6fa6;
}

.tab-btn.active{
  background:#0a6fa6;
  color:#fff;
}

.sub-text {
    margin: 14px 10px 20px;
    color: #0a6fa6;
    font-size: 26px;
}

/* RIGHT */
.tabs-right{
  width:75%;
}

.tab-content{
  display:none;

}

.tab-content.active{
  display:block;
}

.desc{
  margin-bottom:20px;
  line-height:1.6;
}

.tab-content img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.eligible-mba .container {
    background-color: #00769c;
    color: #fff;
    text-align: center;
    padding: 30px;
}
.eligible-mba p {
    font-size: 22px;
    letter-spacing: 0px;
    line-height: 29px;
    color: #ffffff;
    font-weight: 400;
    font-family: "Poppins";
    text-align: center;
}
.eligible-mba p span{
    font-weight: 800;
}
.eligible-mba .head-box h2{
    color: #fff;
}
.eligible-mba .row .col-lg-4 {
    align-content: center;
}

.elev-breif .head-box h2::before{
    content: "";
    position: absolute;
    left: 0px;
    top: 8px;
    background-color: #fbba00;
    width: 6px;
    height: 70px;
}
.choose-left .head-box h2:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 8px;
    background-color: #00769c;
    width: 6px;
    height: 70px;
}
.manage-cont .head-box h2:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 8px;
    background-color: #00769c;
    width: 6px;
    height: 70px;
}
.copy-right p{
        font-size: 18px;
    line-height:1;
    color: #00769c !important;
    font-weight: 500;
    font-family: "Poppins";
}
.copy-right {
    text-align: center;
    border-bottom: 10px solid #00769c;
}
.student-experience .container-fluid {
    padding: 0;
}