* {
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: 19%;
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.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: 28px;
    line-height: 1.2;
    text-transform: uppercase;
    color: #fafeff;
    font-weight: 500;
    font-family: "Poppins";
    margin-top: 40px;
}
.banner-sec h1 span{
    font-weight: 800;
}
.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:capitalize;
    color: #fbba00;
    font-weight: 800;
    font-family: "Poppins";
    border-bottom: 3px solid #fff;
    width: fit-content;
    padding-bottom: 10px;
    margin-bottom: 20px;
}
.banner-sec .apply-btn {
    line-height: 42px;
    text-transform: uppercase;
    color: #fafeff;
    font-weight: 700;
    font-family: "Poppins";
    text-decoration: none;
}

/* bnr-btm css str here */

.insti-left ul li img {
    width: 60px;
}
.insti-left h3 {
    font-size: 26px;
    line-height: 1.1;
    color: #ffffff;
    font-weight: 500;
    font-family: "Poppins";
}
.insti-left ul li {
    display: flex;
    align-items: center;
    gap: 20px;
    list-style: none;
    margin-bottom: 34px;
}
/* .bnr-btm .row .col-lg-6:first-child {
    background: #00769c;
} */
.insti-left h3 span{
    font-weight: 800;
}
.bnr-btm {
    position: relative;
}
.bnr-btm:before {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    background: #00769c;
    width: 47%;
    height: 100%;
    z-index: -1;
}

.insti-right h2 {
    font-size: 32px;
    line-height: 1.1;
    color: #00769c;
    font-weight: 700;
    font-family: "Poppins";
}
.insti-right p{
    font-size: 18px;
    line-height:1.4;
    color: #000000;
    font-weight: 500;
    font-family: "Poppins";
    margin-top: 10px;
}
.bnr-btm .container {
    padding: 60px 0;
}
.insti-right {
    padding-left: 30px;
}

/* why-choose css strt here */
.why-choose{
    background-color: #fab900;
    padding: 60px 0;
}
.head-box h2 {
    font-size: 42px;
    line-height: 1.1;
    color: #00769c;
    font-weight: 700;
    font-family: "Poppins";
}
.choose-txt ul li{
    list-style: none;
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 30px;
}
.choose-txt ul li h3 {
    font-size: 22px;
    line-height: 1;
    color: #000000;
    font-weight: 600;
    font-family: "Poppins";
    border-bottom: 2px solid #1f7e88;
    padding-bottom: 30px;
}
.choose-txt ul li img {
    width: 80px;
}
.choose-center img {
    width: 100%;
    object-fit: cover;
    height: auto;
}
 .head-box{
    margin-bottom: 50px;
}


/* career-ambi css strt here */
.career-ambi {
    padding:60px 0;
}
.career-ambi .container {
    border-bottom: 2px solid #d9d9d9;
    padding-bottom: 40px;
}
.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;
    padding: 20px 0 40px;
    position: relative;
}
.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;
    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: -100px;
}


/* 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;
}


/* 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;
}
.ap-box {
    border-right: 2px solid #fff;
}

/* campus life css strt here */
.copy-right p {
    font-size: 20px;
    line-height: 26px;
    color: #fff !important;
    font-weight: 500;
    text-align: center;
    z-index: 9;
    position: relative;
}
.campus-life {
    padding: 60px 0 10px;
    position: relative;
     z-index: 9;
    position: relative;
}
.campus-life::before{
    content: " ";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 0;
    width: 100%;
    height: 50%;
    background-color: #00769c;
}
.campus-life img{
    width: 100%;
}
.copy-right.text-center {
    padding-top: 70px;
}


/*  student-experience css strt here*/
.student-experience {
    padding: 80px 0;
    position: relative;
}
.lifSli2{
    position: relative;
}
.exp_image {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.stu-speak p {
    font-size: 26px;
    line-height: 1.4;
    color: #000000;
    font-weight: 500;
    font-family: "Poppins";
}
.stu-speak {
    background: url(../img/slider-shape.webp);
    background-repeat: no-repeat;
    background-size: contain;
    padding: 330px 120px 30px;
}
.exp_image h4 {
    font-size: 36px;
    line-height: 1.3;
    color: #00769c;
    font-weight: 600;
    font-family: "Poppins";
}

/* .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;
}


/*  */
/* muedge css strt here */
.mu-edge {
    padding: 0px 0 0;
   
}
/* programme section css start */

.programme .heading {
    text-align: center;
    padding-bottom: 50px;
    border-bottom: 1px solid var(--red);
    width: fit-content;
    margin: 0 auto 50px;
}

.programme .heading h2 {
    padding-bottom: 10px;
}
.progTab {
    display: flex;
    gap: 0px;
    flex-direction: row-reverse;
    height: 100%;
}

.progTab .progNav {
    width: 50%;
    padding: 0;
    border-radius: 0px;
    background: #fab900;
    color: #fff;
    height: 100%;
}

.progTab .progNav .nav {
    flex-direction: column;
    gap: 5px;
    padding-left: 40px;
}

.progTab .progNav .nav button {
    background: transparent;
    color: #000;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.1;
    text-align: left;
    position: relative;
    height: 100%;
    padding: 10px;
    z-index: 1;
}


/* width */

.allUl::-webkit-scrollbar {
    width: 10px;
}


/* Track */

.allUl::-webkit-scrollbar-track {
    background: #f1f1f1;
}


/* Handle */

.allUl::-webkit-scrollbar-thumb {
    background: var(--red);
}


/* Handle on hover */

.allUl::-webkit-scrollbar-thumb:hover {
    background: #ff5353;
}


.progTab .progNav .nav button.active::after {
    width: 100%;
    color: #fff;
}
.progTab .progNav .nav button.active {
    width: 100%;
    color: #000;
    font-weight: 900;
    border-color: #e21837;
    /* background: url(../img/red_activeBg.webp);
    background-repeat: no-repeat;
    background-size: 50px;
    background-position: left, left; */
}
.progTab .progNav .nav button{
    position: relative;
}
.progTab .progNav .nav button:before {
    content: " ";
    position: absolute;
    bottom: -18px;
    left: -60px;
    width: 100%;
    height: 100%;
    background: url(../img/red_activeBg.webp);
    background-repeat: no-repeat;
    background-size: 50px;
    display: none;
}
.progTab .progNav .nav button.active::before{
    display: block;
}

/* .prCon {
    padding: 20px;
} */

.progCon figure {
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    margin-left: 50px;
}

.progCon {
    width: 52%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  
}

.progCon figure img {
    width: 100%;
    height: 100%;
}

.prCon ul {
    display: flex;
    gap: 5px;
    padding-top: 0;
    padding-left: 21px;
    flex-wrap: wrap;
    margin-top: 24px;
}

.prCon h3 {
    padding-top: 25px;
    font-size: 30px;
    position: sticky;
    top: 0;
    background: #fff;
}

.allUl.diff ul li {
    font-size: 30px;
    font-weight: 500;
}

.ulDif {
    flex-direction: column !important;
}

.ulDif li {
    width: 100% !important;
}



.prCon ul li {
    width: 100%;
    font-size: 18px;
    margin-bottom: 10px;
    line-height: 1.2;
    color: #000000;
    font-weight: 500;
    font-family: "Gotham";
    list-style: disc;
}
.list-cap h3 {
    font-size: 24px;
    line-height: 1.1;
    color: #ffffff;
    font-weight: bold;
    font-family: "Gotham";
    background: #e21837;
    padding: 20px;
}
.full-time .head-box {
    margin-top: 20px;
}
.progTab .tab-content {
    display: block;
}
/* programme section css end */
