@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

/* global design css */

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Roboto", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
}

html{
    font-family: "Roboto", sans-serif;
    font-weight: 500;
}

*:active,
*:focus,
*:hover{
    box-shadow: none;
    outline: none;
    border: none;
}

a,
li a{
    text-decoration: none;
    color: var(--black);
    font-weight: 500;
}

.navbar-light .navbar-nav .nav-link{
    font-weight: 500;
}

:root {
    --blue: #1db999;
    --white: #ffffff;
    --red: #FF7416;
    --header: #f28241;
    --black: #000;
    --button: #445386;
    --menu: #dfe5ff;
  }

h1{
    font-size: 2.813rem;
    font-weight: 700;
    line-height: 55px;
}

h2{
    font-size: 2.25rem;
    font-weight: 700;
    line-height: 55px;
}

h3{
    font-size: 1.875rem;
    font-weight: 700;
}

h4{
    font-size: 1.4rem;
    font-weight: bold;
}

h5{
    font-size: 1.2rem;
    font-weight: 900;
}

p{
    font-size: 1rem;
    line-height: 22px;
}

.click-btn{
    padding: 13px 40px 13px 40px;
    font-size: 14px;
    font-weight: 500;
    background-color:var(--red);
    border-style: solid;
    border-width: 0px 0px 0px 0px;
    border-radius: 50px 50px 50px 50px;
    box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.05);
    color: var(--white);
    display: inline-block;
    transition: all .2s;
}
.click-btn:hover{
    background: var(--button);
}

.one{
    /* background-color: #EAC124 !important; */
    background-color: var(--header);
}

.two{
    background-color: #6467e5 !important;
}

.three{
    background-color: #ee7027 !important;
}

.four{
    background-color: #8fc850 !important;
}

/* global design css */

/*==================== home page css ====================== */

header{
    z-index: 9999;
}

.admation-popup{
    width: 700px;
    max-width: 700px;
    height: auto;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.admation-popup img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    background-repeat: no-repeat;
}

.color{
    background-color: var(--header);
    color: var(--white);
    height: 40px;
    position: relative;
    margin: 0;
    padding: 0;
    padding: 8px 0;
}

.top-header-menu{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.time-box {
    width: 50%;
    font-size: 14px;
    font-weight: bold;
}

.date-box {
    width: 50%;
    font-size: 14px;
    font-weight: bold;
}

/* .logo{
    aspect-ratio: 1/1;
} */

.form-box2 {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.form-box2 a{
    display: inline-flex;
    gap: 5px;
    color: #fff;
    font-size: 14px;
    width: 49%;
    font-weight: bold;
    margin-left: 10px;
}

#socil-box {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 20px;
    list-style: none;
}

#socil-box a{
    background-color: var(--white);
    height: 24px;
    width: 24px;
    display: inline-block;
    border-radius: 12px;
    position: relative;
}

#socil-box a span{
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    color: #211932;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
}

.li.nav-item.dropdown:hover .dropdown-menu.show,
.li.nav-item.dropdown:hover .dropdown-menu{
    display: block;
}

p{
    margin: 0;
}

.shanit-header{
    border-bottom: 5px solid var(--header);
    background-color: #fff;
}

.main-header{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    background-color: var(--white);
    position: relative;
}

.navbar-brand{
    color: var(--black);
    display: flex;
    align-items: center;
    flex-direction: column;
}

.navbar-brand p{
    font-size: .9rem;
    margin-top: 10px;
    font-weight: 600;
}

.navbar-brand:hover{
    color: var(--black);
}

.main-header span{
    font-size: .9rem;
    font-weight: 600;
    margin-top: -22px;
    text-wrap: nowrap;
    position: absolute;
}

span.second-t{
    left: 49%;
}

span.first-t {
    left: 4%;
}

.head-cont{
    width: 100%;
    height: auto;
   display: flex;
   justify-content: center;
}

.head-cont p{
    text-align: center;
    font-size: 1.2rem;
    font-weight: 400;
    margin-top: 45px;
    line-height: 26px;

}

.head-cont p span{
    font-size: 44px;
    font-weight: 800;
}


.center{
    margin: auto;
}

.center li a.nav-link{
    color: var(--black) !important;
    font-size: 16px;
    font-weight: 700;
    transition: color .1s;
}

.center li a.nav-link:hover{
    color: var(--header) !important;
}

.list.active{
    color: var(--header) !important;
}

header nav{
   
    /* background: linear-gradient(90deg, rgba(9,9,121,1) 27%, rgba(0,181,255,1) 100%, rgba(2,0,36,1) 100%); */
    background: #319eb2;
}

.navbar-nav li a{
  color: var(--white);
}

.navbar-nav{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.navbar-nav li:hover a.nav-link {
    color: var(--white);
}

.navbar-nav li:active a{
    color: var(--white);
}

.dropdown-menu{
    padding: 0rem 0rem !important;
    background-color: var(--menu);
}

.dropdown-menu li a{
    color: var(--black);
    font-weight: 500;
    font-size: 15px;
}

.dropdown-menu li:hover a{
    color: var(--header);
    background-color: var(--menu) !important;
}

.mybtn{
    outline: none;
    background-color: var(--white);
    border: none;
}

.navbar-toggler:focus{
    outline: none;
    box-shadow: none;
}

.mobile-body{
    background-color: var(--blue);
}

.mobile-body ul{
    display: flex;
    align-items: start;
    justify-content: start;
    flex-wrap: wrap;
}

.mobile-body ul li{
    display: block;
    width: 100%;
}

a.navbar-brand {
    display: flex;
    align-items: center;
    justify-content: center;
}

.headerslider{
    width: 100%;
    height: auto;
    position: relative;
}

nav{
    padding: 0 !important;
}

nav.navbar p {
    font-size: 13px;
    margin-left: 12px;
    display: inline-block;
    text-align: center;
    color: #fff !important;
}

nav.navbar p span{
    font-size: 26px;
    font-weight: 600;
    display: inline-block;
}

nav.navbar p:hover{
    color: #fff !important;
}

.headerslider .carousel-control-prev,
.headerslider .carousel-control-next{
    width: 50px;
    height: 50px;
    position: absolute;
    top: 50%;
    transform: translatY(-50%);
    background: var(--red);
    opacity: 1;
}

.headerslider .carousel-control-prev span,
.headerslider .carousel-control-next span{
    font-size: 18px;
}

.headerslider .carousel-control-prev-icon,
.headerslider .carousel-control-next-icon {
    color: #fff;
}

.headerslider .carousel-dark .carousel-indicators [data-bs-target]{
    background-color: var(--white);
}

#about-section{
    width: 100%;
    height: auto;
    padding: 80px 0px;
    background-color: var(--blue);
    /* padding-bottom: 80px; */
}

.number-box{
    width: 100%;
    text-align: center;
}

.main-inner-number{
    background-color: var(--white);
    width: fit-content;
    margin: auto;
    padding: 20px 80px;
    border: 0px solid #f5f5f5;
}

.inner-number{
    background-image: linear-gradient(to bottom, #b5844c 0%, #2d4263 100%);
    transform: skewX(-24deg);
    width: fit-content;
    padding: 0px 20px;
    margin: auto;
}

.main-inner-number a p{
    display: inline-block;
}

.main-inner-number a span > i{
    font-size: 50px;
    color: var(--red);
}

.main-inner-number a p span{
    color: var(--blue);
    font-size: 1.7rem;
    font-weight: 900;
}

.main-inner-number a p{
    color: var(--black);
}

.admissom-box{
    background-color: var(--white);
    width: fit-content;
    padding: 20px 50px;
    margin-top: 50px;
    position: relative;
}

.first-icon{
    font-size: 30px;
    color: var(--red);
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
}

.admissom-box .second{
    font-size: 22px;
    margin-left: 20px;
}

/* .buttom-about{
    margin-top: 55px;
} */

.about-img{
    width: calc(100% - 20px);
    height: auto;
    border: 5px solid var(--white);
    border-radius: 10px;
}

.about-img img{
    width: calc(100% - 10px);
    object-fit: cover;
    aspect-ratio: 1/.5;
    margin: 5px;
}

.about-content{
    width: 100%;
    height: auto;
    position: relative;
}

.about-content h2{
    color: var(--white);
}

.about-content p{
    color: var(--white);
}

.about-content a{
    color: var(--white);
    margin-top: 40px;
}

.academics{
    background-color: var(--white);
    padding: 80px 0px;
    width: 100%;
}

.box{
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-top: 25px;
    gap: 30px;
}

.innner-pharmacy{
    width: 45%;
    height: auto;
    text-align: center;
    background-color: rgba(255, 255, 255, 0);
    padding: 20px;
    border-style: solid;
    border-width: 1px 1px 5px;
    border-color: rgb(45, 67, 99);
    border-radius: 10px;
    transform: scale(1);
    transition: all .2s;
}


.innner-pharmacy a:hover{
    color: var(--black);
}

.pharmacy-course span{
    font-size: 30px;
    color: var(--red);
}

.pharmacy-course p{
    color: var(--text);
}

.innner-pharmacy:hover{
    transform: scale(1.2);
}

.announce{
    width: 100%;
    margin-top: 15px;
    /* height: auto; */
}

.article{
    width: 90%;
}



#list-menu{
    overflow-y: hidden;
}

#list-menu li{
    text-align: right;
}

.announce h3{
    text-align: right;
    color: var(--red);
}

article a.view-more{
    float: right;
    color: var(--red);
}

.facilities{
    width: 100%;
    height: auto;
    background-color: #eee2e242;
    padding: 50px 0;
}

.facilities .img-box{
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-bottom: 30px;
}

.facilities .img-box img{
    width: 100%;
}

.facilities .img-box .content-box{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: -100%;
    background-color: rgba(0, 0, 0, 0.7);
    padding: 30px 50px;
    transition: all 0.5s;
}

.facilities .img-box:hover .content-box{
    top: 0%;
}

.img-box .content-box h5,
.img-box .content-box p{
    color: var(--white);
    text-align: center;
}

.counters{
    width: 100%;
    height: auto;
    background-image: url(../img/counter-background.jpg);
    padding: 50px 0px;
    background-repeat: no-repeat;
    background-size: cover;
}

.counter-container{
    width: 100%;
    height: auto;
    padding: 50px 30px;
    position: relative;
    background-color: var(--white);
    border-radius: 10px;
    min-height: 255px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: column;
}

.counter-container span i{
    color: var(--blue);
    font-size: 50px;
    text-align: center;
    margin: auto;
}

.counter{
    font-size: 40px;
    font-weight: 900;
}

.counter-container:last-child{
    font-size: 24px;
    font-weight: 600;
}

.inner-count{
    display: flex;
    align-items: center;
    gap: 5px;
}

.my-span{
    font-size: 30px;
}


.leadership{
    padding: 50px 0px;
    width: 100%;
    height: auto;
    background-color: var(--blue);
}

.main-leader .leader-box{
    margin-bottom: 30px;
}

.leadership h2{
    color: var(--white);
}

.leader-box{
    width: 100%;
    min-height: 300px;
    height: 625px;
    background-color: var(--white);
    border-radius: 10px;
    position: relative;
}

.leader-box .imgbox{
    padding: 10px;
}

.leader-box .imgbox img{
   width: 100%;
}

.leader-box .content_box{
    padding: 15px;
}

.leader-box .content_box button{
    border: none;
    padding: 5px 20px;
    border-radius: 5px;
    background-color: var(--red);
    color: var(--white);
    position: absolute;
    top: 90%;
    transition: all .2s;
}

.content_box button:hover{
    background: var(--button);
}

.button-c{
    opacity: 1;
    background-color: var(--red) !important;
}

.button-c:hover{
    opacity: 1;
    background-color: var(--red) !important;
    box-shadow: none;
}

.modal-hd{
    border-bottom: 1px solid var(--blue);
}

.Our-Faculties{
    width: 100%;
    height: auto;
    background-color: var(--white);
    padding: 50px 0px;
}

.main-card{
    width: 100%;
    box-shadow: 3px 0px 25px -3px rgba(0,0,0,0.1);
    border-radius: 10px;
    margin-bottom: 40px;
    background-color: #fff;
}

.main-card .img-top{
    padding: 20px;
}

.img-top img{
    width: 100%;
    aspect-ratio: 1/1;
    object-fit: contain;
}

.box-2{
    padding: 7px 8px;
    text-align: center;
    min-height: 140px;
}

.box-2 h5{
    color: #000;
}

.box-2 .designation{
    /* color: var(--heading-color); */
    padding-bottom: 20px;
}

/* .main-card:hover h5{
    color: var(--blue);
} */

.department{
    color: #000;
    margin-top: 5px;
}

.button-box{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.click-btn:hover{
    color: var(--white);
}

.icon-slider .owl-theme .owl-dots .owl-dot span{
    background: var(--blue);
}

.icon-slider .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: var(--red);
}

.brand-slider{
    width: 100%;
    height: auto;
    padding-top: 10px;
}

.item-box img{
    width: 100%;
    object-fit: cover;
}

footer{
    width: 100%;
    height: auto;
    background: #211932;
    /* background: linear-gradient(90deg, rgba(9,9,121,1) 27%, rgba(0,181,255,1) 100%, rgba(2,0,36,1) 100%); */
    padding: 10px 0px;
    color: var(--white);
}

.copyright{
    color: var(--white);
}

.footer-logo img{
    object-fit: cover;
    aspect-ratio: 1/.6;
    padding: 10px;
}

footer li a.nav-link,
p a{
    color: var(--white);
}

footer li a.nav-link:hover,
p a:hover{
    color: var(--white);
}


.social .link-dark i{
    font-size: 25px;
    color: var(--white) !important;
}

.inner-logo {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.inner-logo img {
    aspect-ratio: 1 / 1;
    width: 130px;
    object-fit: cover;
}



/*===================== home page css=========================  */
/*===================== About page css=========================  */

.banner-header{
    width: 100%;
    height: 500px;
    background-image: url(../img/top-header.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    background-position: center left;
}

.banner-header::before{
  position: absolute;
  content: "";
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--text);
}

.crumb{
    width: 100%;
    padding-top: 10px;
    display: block;
}

.bd-box{
    width: fit-content;
    background: var(--header);
    position: absolute;
    top: 50%;
    left: 10%;
    padding: 0px 30px;
}

.breadcrumb-item{
    font-size: 19px;
    font-weight: bold;
}

.breadcrumb-2 a{
    color: var(--white);
}

.breadcrumb-item.active{
    color: #393535d6;
}

.founder{
    width: 100%;
    height: auto;
    padding: 50px 0px;
}

.founder-img{
    width: 100%;
    height: auto;
    border: 5px solid var(--blue);
}

.founder-img img{
    width: 100%;
    padding: 7px;
}

.about2{
    width: 100%;
    height: auto;
    padding: 80px 0px;
    background-color: #eee2e242;
}

.about-content2 p{
    color: var(--black);
}

.vision{
    padding: 50px 0px;
    width: 100%;
    height: auto;
}

.mission{
    width: 100%;
    height: auto;
    background-color: #eee2e242;
    padding: 50px 0px;
}

.choose{
    width: 100%;
    height: auto;
    padding: 50px 0px;
}
/*===================== About page css=========================  */
/*===================== Gallery page css=========================  */

.gallery{
    padding: 50px 0px;
    width: 100%;
    height: auto;
}

.main-gallery{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    grid-gap: 40px;
}

.main-gallery img{
    width: 100%;
    object-fit: cover;
    scale: 1;
    /* aspect-ratio: 1/1; */
   transition: all .4s ease-in-out;
}

.main-gallery img:hover{
    scale: 1.1;
}

.lb-close{
    z-index: 1;
}

/*===================== Gallery page css=========================  */
/*===================== Contact us page css=========================  */

.contact-us{
    padding: 50px 0px;
    width: 100%;
    height: auto;
}

.form-box{
    width: 90%;
}

.form-box label{
   display: block !important;
   margin-bottom: 7px;
   margin-top: 5px;
   font-size: 16px;
   font-weight: 600;
}

.form-box #name,
.form-box #email,
.form-box #phone,
.form-box #subject,
.form-box #messages{
    width: 100%;
    display: block;
    height: 35px;
    border: 1px solid var(--blue);
    border-radius: 10px;
    padding: 5px 10px;
}

.form-box #messages{
    height: 120px !important;
}

.map-section{
    width: 100%;
    height: auto;
    padding: 0px;
}

.map-box #map{
    width: 100%;
    height: 450px;
}

.righ-information-box{
    width: 100%;
    height: auto;
}

.info-box{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.my-info{
    width: 50%;
    padding: 5px 30px;
    /* box-shadow: 3px 0px 25px -3px rgba(0, 0, 0, 0.1); */
    margin-bottom: 30px;
}

.address{
    width: 100%;
}

.righ-information-box h2{
    color: var(--red);
}

.my-info span{
    font-size: 40px;
    text-align: center;
    margin: auto;
    color: var(--red);
}

.my-info p a{
    font-size: 20px;
    font-weight: 700;
    color: var(--blue);
}

.map{
    width: 100%;
    height: 100%;
    /* border: 10px; */
}

.map iframe{
    width: 100%;
    height: 100%;
    border-radius: 15px;
}


/*===================== Contact us page css=========================  */
/*===================== doploma-of-pharmacy css=========================  */

/*.diplomabanner{*/
/*    width: 100%;*/
/*    height: 400px;*/
/*    background-image: url(../img/diploma.jpg);*/
/*}*/

.overview{
    width: 100%;
    height: auto;
    padding: 50px 0px;
}

.main-overbox{
    width: 95%;
    height: auto;
    padding: 20px;
}

.heading-box{
    padding-left: 25px;
    border-left: 4px solid var(--red);
    margin-bottom: 20px;
}

.heading-box h2{
    color: var(--blue);
}

.bottom-parra{
    margin-top: 50px;
}

.over-img-box{
    width: 100%;
    height: 320px;
    padding: 5px;
    border: 3px solid var(--blue);
}

.over-img-box img{
    width: 100%;
    object-fit: cover;
    height: 100%;
    aspect-ratio: 1/1;
}

.duration{
    width: 100%;
    height: auto;
    padding: 0 0 50px 0px;
}

.course-form{
    width: 100%;
    height: fit-content;
    padding: 20px;
    padding: 30px 15px;
    border-radius: 10px;
    background-color: var(--blue);
    position: relative;
}

.course-form h4{
    color: var(--white);
    text-align: center;
    margin-bottom: 15px;
}

.course-form form #fullname,
.course-form form #mobile,
.course-form form #email-id,
.course-form form #city,
.course-form form #subjectName,
.course-form form #w3review{
  width: 100%;
  margin: 5px 0px;
  border-radius: 5px;
  padding: 5px 8px;
  border: none;
}

.choose-box{
    padding: 50px 0px;
    width: 100%;
    height: auto;
    background-image: url(../img/why-choose-bg3.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.Genuine{
    width: 100%;
    min-height: 382px;
    background-color: var(--blue);
    padding: 25px 25px;
    border-radius: 22px;
    margin-bottom: 50px;
}

.Genuine .icon{
    width: 100px;
    margin: auto;
}

.Genuine-content{
    width: 100%;
    height: auto;
    color: var(--white);
}

.Genuine-content h4{
    text-align: center;
    font-size: 19px;
    padding: 0px;
}

.Genuine-content p{
    text-align: justify;
    margin-top: 20px;
}

.diffrent-container{
    width: 100%;
    height: auto;
    padding: 50px 0px;
}

.diff-card-box{
    width: 100%;
    height: 150px;
    border-radius: 15px;
    padding: 30px 40px;
    color: var(--white);
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--blue);
}

.my-box2{
    background-color: var(--red);
}

.brand{
    width: 100%;
    height: auto;
    padding: 10px 0px;
    background-color: #eee2e242;
}

.testimonial{
    width: 100%;
    height: auto;
    /* padding: 80px 0px; */
}

.auto-slider{
    width: 100%;
    height: auto;
    margin-bottom: 30px;
    /*padding: 50px 0px;*/
}


.testmonial-img{
    width: 90%;
    min-height: 200px;
    position: relative;
    margin: auto;
}

.testmonial-img img{
    aspect-ratio: 1/1;
    object-fit: contain;
    width: 80%;
    height: 100%;
}

.testmonial-review{
    width: 100%;
    height: auto;
}

.testmonial-review p{
    margin-top: 47px;
}

/* .whatapp-box{
    width: 70px;
    position: fixed;
    right: 3%;
    bottom: 5%;
} */

.whatapp-box a{
    display: inline-block;
    cursor: pointer;
}

.whatapp-box a img{
    width: 70px;
    background-size: cover;
    aspect-ratio: 1/1;
}

.btn-whatsapp-pulse {
	background: #25d366;
	color: white;
	position: fixed;
	bottom: 20px;
	right: 20px;
	font-size: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 0;
	height: 0;
	padding: 30px;
	text-decoration: none;
	border-radius: 50%;
	animation-name: pulse;
	animation-duration: 1.5s;
	animation-timing-function: ease-out;
	animation-iteration-count: infinite;
    cursor: pointer;
    z-index: 99;
}

@keyframes pulse {
	0% {
		box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
	}
	80% {
		box-shadow: 0 0 0 14px rgba(37, 211, 102, 0);
	}
}

.btn-whatsapp-pulse-border {
	bottom: 10%;
	right: 20px;
	animation-play-state: paused;
}

.btn-whatsapp-pulse-border::before {
	content: "";
	position: absolute;
	border-radius: 50%;
	padding: 25px;
	border: 5px solid #25d366;
	opacity: 0.75;
	animation-name: pulse-border;
	animation-duration: 1.5s;
	animation-timing-function: ease-out;
	animation-iteration-count: infinite;
}

@keyframes pulse-border {
	0% {
		padding: 25px;
		opacity: 0.75;
	}
	75% {
		padding: 50px;
		opacity: 0;
	}
	100% {
		opacity: 0;
	}
}

.btn-whatsapp-pulse-border span{
    color: #fff;
}


/* homePage Form */

.overlay{
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    /* opacity: 0.4; */
    display: none;
    transition: all .5s;
    
}

.popup-box{
    max-width: 350px;
    width: 350px;
    z-index: 9999;
    background-color: var(--blue);
    opacity: 1;
    top: 50%;
    left: 50%;
    position: relative;
    padding: 10px;
    transform: translate(-50%, -50%);
}

.popup-box #full-name,
.popup-box #full-moble,
.popup-box #full-email,
.popup-box #Jeecup,
.popup-box #Jeecup-mark
{
    width: 100%;
    border: none;
    outline: none;
    height: 30px;
    padding: 5px 8px;
    margin-bottom: 10px;
}

.popup-box #comment{
    width: 100%;
    padding: 5px 8px;
    margin-bottom: 10px;
    border: none;
    outline: none;
}

.popup-box #Send-Massage{
    width: 100%;
    border: none;
    outline: none;
    padding: 5px 8px;
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 600;
    transition: all .2s;
}

.popup-box #Send-Massage:hover{
    background: rgb(9,9,121);
    color: #fff;
}

.close-btn{
    width: 40px;
    height: 40px;
    background: var(--header);
    color: var(--white);
    text-align: center;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    right: 0;
    top: 0;
    cursor: pointer;
}

.close-btn:hover{
    background: var(--header);
    color: #fff;
}

.close-btn span{
    font-size: 20px;
    font-weight: bold;
}

.head-box{
    width: 100%;
    margin-top: 15px;
}

.head-box h3{
    font-size: 20px;
    color: #fff;
    font-weight: 700;
}

 a.quick{
    color: var(--white);
    font-size: 14px;
}

.quick .query-btn{
    width: 40px;
    height: 115px;
    position: fixed;
    right: 0;
    top: 40%;
    background-color: var(--header);
    color: #fff;
    z-index: 99;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    writing-mode: vertical-lr;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    text-wrap: nowrap;
    z-index: 999;
}

.pdf-section{
    width: 100%;
    height: auto;
    padding: 50px 0px;
}

.pdf-box ul li{
   margin-bottom: 8px;
}

.pdf-box ul li span{
    font-size: 25px;
    color: var(--red);
}

.pdf-box ul li:hover a{
    color: var(--button);
}

.pdf-section a{
    display: inline-block;
    text-decoration: none;
    color: #000;
    position: relative;
    text-align: center;
}

.card-bix img{
    width: 100%;
}

.title{
    background-color: var(--red);
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
    padding: 10px;
}

.title h4{
    font-size: 18px;
    color: var(--white);
}

.brand{
    background: #fff;
}

.anounce{
    width: 100%;
    height: auto;
    background-color: #eee2e242;
    padding: 50px 0;
}

/* .anounce marquee {
    min-height: 200px;
    height: auto;
}  */

.tab-box{
    width: 100%;
    height: auto;
}

.button-box{
    width: 100%;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.button-box button{
    border: none;
    outline: none;
    background: var(--button);
    width: fit-content;
    color: var(--white);
    padding: 10px 30px;
    font-weight: 600;
    font-size: 17px;
}

.button-box button:hover,
.button-box button.show{
    background: var(--red);
}

.tab-content-box{
    background-color: var(--white);
    width: 100%;
    height: auto;
    padding-block: 30px;
    padding-inline: 20px;
    display: none;
}

.tab-content-box ul{
    list-style: none;
}

.tab-content-box ul div{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 5px;
}

.tab-content-box ul div li>a{
    font-size: 15px;
    font-weight: 600;
}

.tab-content-box ul div li p,
.tab-content-box ul div li p span{
    color: #bec6bc;
}

.tab-content-box span a{
    color: var(--red);
}

.header-container,
.color{
    z-index: 999 !important;
}

.myheader.scroll .color
{
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
}

.myheader.scroll .header-container{
    width: 100%;
    position: fixed;
    left: 0;
    top: 40px;
}

.myheader.scroll .shanit-header{
    display: none;
}

.myheader.scroll ~ .headerslider,
.myheader.scroll ~ .banner-header{
    margin-top: 180px;
}

input[type="radio"] {
    display: none;
   }

.tag{
    font-size: 18px;
    margin: 1.5em 10px;
    padding: 5px 25px;
    border-radius: 50px;
    display: inline-block;
    cursor: pointer;
    background: var(--button);
    text-decoration: none;
    color: var(--white);
    border: none;
    text-wrap: nowrap;
}

.filter-gallery .images{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 30px;
}

.filt-box{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 10px;
    overflow-x: auto;
}


.filter-gallery .images img{
    max-width: 300px;
    width: 300px;
    object-fit: cover;
    background-size: cover;
    transition: all .4s ease-in-out;
    scale: 1;
}
.filter-gallery .images img:hover{
    scale: 1.1;
}
/*filter CSS */

 #library:checked ~ .images > img:not([class*='library']),
 #collage:checked ~ .images > img:not([class*='collage']),
 #class-rooms:checked ~ .images > img:not([class*='class-rooms']),
 #laboratories:checked ~ .images > img:not([class*='laboratories']),
 #hostal:checked ~ .images > img:not([class*='hostal']),
 #canteen:checked ~ .images > img:not([class*='canteen']),
 #sports:checked ~ .images > img:not([class*='sports']),
 #garden:checked ~ .images > img:not([class*='garden']){
   width: 0px;
   height: 0px;
   position: absolute;
   left: 0;
}

        #all:checked ~ .filt-box> .all,
        #library:checked ~ .filt-box >.tag1, 
        #collage:checked ~ .filt-box> .tag2,
        #class-rooms:checked ~ .filt-box> .tag3,
        #laboratories:checked ~ .filt-box>.tag4,
        #hostal:checked ~ .filt-box >.tag5,
        #canteen:checked ~ .filt-box >.tag6,
        #sports:checked ~ .filt-box >.tag7,
        #garden:checked ~ .filt-box >.tag8{
            background-color: var(--red);
            color: white;
        } 

.filter-gallery{
    padding: 50px 0px;
    width: 100%;
    height: auto;
}

.all.mystyle{
    background-color: var(--red);
    color: white;
}

.marque-box .mainlink{
    color: #000 !important;
}

.marque-box{
    width: 100%;
    padding: 15px;
    position: relative;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.marque-box marquee {
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.marque-box marquee a{
   display: inline-flex;
}

span.pdf {
    color: var(--red);
    font-size: 30px;
}

.readmore{
    width: fit-content;
    display: inline-block;
    padding: 7px 20px;
    text-decoration: none;
    color: var(--white);
    background-color: var(--red);
    margin-top: 15px;
}

.readmore:hover{
    color: var(--white);
    background-color: var(--button);
}

.solo-box{
    padding: 0;
    margin: 0;
    /* padding-block: 7px; */
    /* border-bottom: 2px solid var(--white); */
}

.first-slow,
.second-slow{
     color: #7575ac; 
    font-size: 11px;
    font-weight: 600;
    margin-left: 7px;
}

.second-slow{
    text-align: right;
}

.nav-pills .nav-link {
    background-color: var(--button) !important;
    color: #fff !important;
    margin-left: 10px;
}

.nav-pills .nav-link.active{
    background-color: var(--red) !important;
    color: #fff;
}

.notifications{
    width: 100%;
    height: auto;
}

.c-box{
    width: 100%;
}

a.note{
    display: inline-block;
    width: 100%;
    height: 100%;
    text-align: center;
    font-size: 25px;
    color: #fff;
    line-height: 50px;
}


.mobile-img{
    display: none;
}


.slider-fac{
    display: none;
    position: relative;
}


.slider-fac .carousel-control-prev, .carousel-control-next{
    opacity: 1;
    background: var(--red);
    width: 40px;
    height: 40px;
    top: 83%;
}

.slider-fac .carousel-control-prev{
    margin-left: 80px;
}

.slider-fac .carousel-control-next{
    margin-right: 80px;
}





/*===================== doploma-of-pharmacy css=========================  */
/*===================== course-offered css=========================  */


.offered-section{
    width: 100%;
    height: auto;
    background-color: #eee2e242;
    padding: 50px 0;
}

.offered-section .accordion-header{
    line-height: 0;
    background-color: var(--red);
}

.offered-section .accordion-item{
    border: none;
    margin-bottom: 5px;
}

.offered-section .accordion-button{
    color: #fff;
    background-color: var(--red);
    padding: 20px 10px;
}

/* .offered-section .accordion-button:hover{
    border: .5px solid #fff;
} */

.offered-section .accordion-button::after{
    background-image: none;
    content: "+";
    font-size: 20px;
    font-weight: 900;
    top: 50%;
    position: absolute;
    right: 3%;
}

.offered-section  .accordion-button:not(.collapsed)::after{
    background-image: none;
    content: "-";
    transform: rotate(0deg);
    font-size: 30px;
    font-weight: 900;
}

.offered-section .accordion-button:focus{
    border: none !important;
    box-shadow: none;
    outline: none;
    background-color: var(--red);
}

.accordion-button:not(.collapsed) {
    color: #fff;
    background-color: var(--red);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125);
}

.my-none{
    display: block;
}

.only-none{
    display: none;
}
/*===================== course-offered css=========================  */
