@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap');

* {
    margin: 0;
    padding: 0;
    box-shadow: border-box;
    font-family: 'Poppins', sans-serif;

}

html {
    font-size: 100%;
    scroll-behavior: smooth;
}
@media screen and (max-width:1440px) {
    html {
        font-size: 80%;
    }
}
@media screen and (max-width:768px) {
    html {
        font-size: 90%;
    }
}



:root {
    --text-color: #404040;
    --primary: #1684fac9;
}

/* gb */
.head__badge {
    font-weight: normal;
    border: 2px solid #1684fac9;
    color: var(--text-color);
    font-weight: 600;
    width: max-content;
    padding: .50rem;
    font-size: 1.2rem;
    letter-spacing: 1px;
    margin-bottom: 1rem;
}

/* comman banner  */
.comman__banner {
    min-height: 28vh;
    background: linear-gradient(#0000008e, #0707077e), url(../img/img-3.jpg);
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.comman__banner a {
    text-decoration: none;
    color: #fff;
}
.comman__banner h5 {
    color: #fff;
    font-size: 1rem;
}


.comman__banner h3 {
    color: #fff;
}

/* header  */

.top__header {
    background-color: var(--primary);
    height: 38px;
    line-height: 38px;
}

.top__header .top__address__icon {
    display: flex;
    align-items: center;
}

.top__header .top__address__icon span a {
    display: flex;
    align-items: center;
    color: var(--text-color);
    font-size: .85rem;
    margin: 0;
    padding: 0;
    margin-right: 0.9rem;
    text-decoration:none;
}

.top__header .top__address__icon span a  p {
    margin: 0;
    padding: 0;
}

.top__header .top__address__icon span a i {
    margin-right: 0.3rem;
}

.top__header .socail__link i {
    color: var(--text-color);
    margin-right: .8rem;
}

@media screen and (max-width:768px) {
    .top__header .top__address__icon span  a  p {
        display: none;
    }
}

/* middle header  */
.middle__header h6 {
    color: var(--text-color);
    font-weight: 600;
    font-size: .90rem;
}
.middle__header h4 {
    color: var(--text-color);
    font-weight: 800;
}

.middle__header p {
    color: var(--text-color);
    font-weight: 500;
    font-size: .89rem;
    margin: 0;
    padding: 0;
}

/* header navigation  */
header {
    border-top: 1px solid #e0e0e0;
}

header .nav-link {
    color: var(--text-color);
    font-weight: 500;
    transition: 0.3s;
}

header .nav-link.active {
       color: var(--primary) !important
       ;
}
header .nav-link:hover {
    color: var(--primary);
}

header.scrolled {
    top: 0;
    left: 0;
    position: fixed;
    width: 100%;
    z-index: 100;
    transition: all 0.3s;
    transition: 0.3s;
    background-color: #fff !important;
    box-shadow: 1px 2px 10px rgba(0, 0, 0, 0.137);
}

/* drop down */
.dropdown .dropdown-menu {
    margin-left: .50rem;
    box-shadow: -0.0625rem 0 0.625rem 0 rgba(0, 0, 0, .07), 0.3125rem 1.25rem 2.5rem 0 rgba(0, 0, 0, .04);
    border-color: #e9e9f2;
    background-color: #fff;
    border-color: #fff;
    border-radius: 5px;
}

.dropdown .dropdown-menu li a {
    color: var(--text-color);
    padding: .7rem .90rem;
    position: relative;
    transition: 0.3s;
}


.dropdown .dropdown-menu li a::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 5px;
    height: 0%;
    background-color: var(--primary);
    transition: 0.3s;

}

.dropdown .dropdown-menu li a:hover {
    background-color: #fcc71b28;
    font-weight: 400;
}

.dropdown .dropdown-menu li a:hover::after {
    height: 100%;
}

.dropdown .dropdown-menu.show {
    display: block !important;

}

.dropdown:hover>.dropdown-menu,
.dropend:hover>.dropdown-menu {
    display: block;
    margin-top: .125rem;
    animation: dropdown-show .25s cubic-bezier(0.68, -0.55, 0.265, 1.55);

}
.dropdown-item.active, .dropdown-item:active {
    
background-color: #fcc71b28 !important;
    font-weight: 400;
    
}

@-webkit-keyframes dropdown-show {
    0% {
        transform: scale(0.9);
        opacity: 0;
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }
}


@media screen and (min-width:768px) {

    .dropend:hover>.dropdown-menu {
        position: absolute;
        top: 0;
        left: 100%;
        margin-left: .125rem;
    }
}

@media screen and (max-width:998px) {
    header .header__logo img {
        width: 126px !important;
    }

    .navbar-toggler {
        background-color: var(--text-color);
        border-radius: 0;
    }

    .navbar-toggler i {
        color: var(--primary);
    }

    .offcanvas-body ul {
        width: 100%;
    }

    .offcanvas-body ul li {
        width: 100%;
        padding: .30rem;
        margin-bottom: 1rem;
    }

    .offcanvas-body ul li a {
        color: var(--text-color);
    }

    /* 
    .offcanvas-body ul li:hover {
        background-color: var(--primary);
    }

    .offcanvas-body ul li:hover a {
        color: var(--text-color);
    } */
}

/* banner  */
.banner {
    position: relative;
    display: flex;
    align-items: center;
    height: 780px;
}

/* banner slider  */
.banner .swiper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;


}

.banner .swiper .one {
    height: 780px;
}

.banner .swiper .one img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.banner .swiper .one::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, #11111171, #18171767);
    z-index: 1;
}

.banner .swiper-button-next,
.banner .swiper-button-prev {
    width: 2.4rem;
    height: 2.4rem;
    background-color: var(--primary);
    background-image: none;
    transition: 0.3s;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    display: none;
    content: "";
}

.banner .swiper-button-next i,
.banner .swiper-button-prev i {
    font-size: 1rem;
    color: #fff;
}

.banner .swiper-button-next:hover,
.banner .swiper-button-prev:hover {
    background-color: var(--text-color);
}

/* banner info  */
.banner .banner__info {
    position: relative;
    z-index: 2;
}

.badge-border {
    border: 1px solid #fff;
    width: max-content;
    height: 3rem;
    padding: .50rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem;
}

.badge-border h5 {
    color: #fff;
    font-weight: 500;
    font-size: 1rem;

}

.banner__info h3 {
    font-size: 3rem;
    color: #fff;
    font-weight: 800;
    line-height: 1.3;
    margin-bottom: .70rem;
}

.banner__info p {
    color: #fff;
    font-weight: 400;
    line-height: 1.6;
    margin-bottom: 1.4rem;
}

.banner__info .btn {
    background-color: var(--primary);
    font-weight: 500;
    color: #fff;
    font-size: 1rem;
    padding: .70rem 1rem;
    border-radius: 0;
    transition: 0.3s;
}

.banner__info .btn:hover {
    background-color: var(--text-color);
    color: var(--primary);
}

@media screen and (max-width:768px) {
    .banner {
        height: 527px;
    }

    .banner .swiper .one {
        height: 527px;
    }

    .banner__info {
        padding: .40rem;
    }

    .banner__info h3 {
        font-size: 2.2rem;
    }

    .badge-border {
        width: 204px;
    }

    .banner .swiper-button-next,
    .banner .swiper-button-prev {
        display: none;
    }
}

/* about */
.about {
    padding: 9rem 0;
}

.about__img {
    position: relative;

}

.about__img .enta__date {
    border-top: 5px solid var(--primary);
    position: absolute;
    bottom: 0;
    right: -10px;
    width: 200px;
    padding: 1rem;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.11);
}

.about__img .enta__date h5 {
    color: var(--text-color);
    font-weight: 600;
}

.about__info {
    padding-left: 2rem;
}



.about__info h2 {
    font-weight: 700;
    color: var(--text-color);
    margin-bottom: 1rem;
}

.about__info p {
    color: var(--text-color);
    font-weight: 500;
    line-height: 1.7;
}

.about__points {

    padding-right: .20rem;
}

.about__points span {
    margin-bottom: .40rem;
}

.about__points span i {
    color: var(--primary);
}

.about__info .btn {
    margin-top: 1rem;
    border-radius: 0;
    color: #fff;
    font-size: 1rem;
    padding: .60rem 1rem;
    background-color: var(--primary);
    transition: 0.3s;
}

.about__info .btn:hover {
    background-color: var(--text-color);
}

@media screen and (max-width:768px) {
    .about__info {
        padding: .90rem;
    }

    .about__points {
        flex-direction: column;
    }

    .about__points .bx span {
        margin-bottom: 1rem;
    }
}

/* mission  */
.mission {
    background-color: #F4F5F9;
    padding: 8rem 0;
}

.mission .mission__card {
    padding: 0 2rem;
}

.mission .mission__card p {
    color: var(--text-color);
    font-weight: 500;
    line-height: 1.8;
}

.mission .mission__card .btn {

    background-color: var(--text-color);
    border-radius: 0;
    color: #fff;
    font-size: .90rem;
    padding: .70rem 1rem;
    transition: 0.3s;
}

.mission .mission__card .btn:hover {
    background-color: var(--primary);

}

@media screen and (max-width:768px) {
    .mission .mission__card {
        padding: 0 1rem;
    }
}

/* video  */



.video__bx {
    background: linear-gradient(#141414c4, #0000008a), url(../img/img-10.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    min-height: 55vh;
    padding: 1.4rem;

}

.video .inner__border {
    border: 1px solid #fff;
    min-height: 55vh;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.video .inner__border h3 {
    color: #fff;
    font-weight: 800;
    font-size: 2.1rem;
    margin-bottom: 1rem;
    line-height: 1.6;
}

.video .inner__border p {
    color: #fff;
    font-weight: 500;
    line-height: 1.7;
}

.video .inner__border .play__btn {

    margin: 0 auto;
    background-color: #fff;
    width: 3.4rem;
    height: 3.4rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    animation: pulse 2s infinite;
}



@keyframes pulse {
    0% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.7);
    }

    70% {
        transform: scale(1);
        box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
    }
}

.video .inner__border .play__btn i {
    color: var(--primary);
    font-size: 1rem;
}

@media screen and (max-width:768px) {
    .video .inner__border h3 {
        font-size: 1.3rem;
    }
}

/* what */

.what .bx {
    background-color: var(--primary);
    position: relative;
    min-height: 355px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 0 3rem;
}


.what .bx:nth-child(1) {
    border-right: 2px solid #fff;
}

.what .bx.two {
    background-color: #FDBF48;
}

.what .bx .head__badge {
    color: var(--text-color);
    font-weight: 700;
    border: 3px solid #fff;
}

.what .bx p {
    color: var(--text-color);
    font-weight: 500;
    line-height: 1.7;
}

@media screen and (max-width:768px) {
    .what .bx {
        padding: 0 2rem;
    }
}

/* faculties */
.faculties {
    padding: 6rem 0;
}

.faculties h4 {
    font-weight: 700;
    color: var(--text-color);
    line-height: 1.4;
}

.fact__card {
    overflow: hidden;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.11);
}

.fact__card .title {
    padding: 1rem;
    background-color: var(--primary);
    border-bottom: 3px solid var(--text-color);
}

.fact__card .title h5 {
    color: var(--text-color);
    font-weight: 500;
}

.fact__card .img {
    height: 270px;

}

.fact__card .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.fact__card .info {
    padding: 1.3rem;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.137);
}

.fact__card .info p {
    margin-top: 1rem;
    color: var(--text-color);
    font-weight: 500;
    font-size: 1rem;
    line-height: 1.6;
}

.fact__card .info .btn {
    margin-top: .60rem;
    background-color: var(--primary);
    color: var(--text-color);
    font-weight: 500;
    padding: .70rem 1rem;
    border-radius: 0;
    transition: 0.3s;
}

.fact__card .info .btn:hover {
    background-color: var(--text-color);
    color: var(--primary);
}

/* news */
.news .news__card {
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.11);

}

.news .news__card img {
    height: 280px;
    width: 100%;
    object-fit: cover;


}

.news .news__card .info {
    padding: 1rem;
}

.news .news__card h5 {
    color: var(--text-color);
    font-weight: 600;
    margin: 0 !important;
    padding: 1rem;
    background-color: var(--primary);
    border-bottom: 3px solid var(--text-color);
}

.news .news__card p {
    color: var(--text-color);
    font-weight: 500;
    line-height: 1.6;
    margin-top: .80rem;
    font-size: .90rem;
}

.news .news__card .btn {
    background-color: var(--primary);
    color: var(--text-color);
    border-radius: 0;
    font-weight: 500;
    transition: 0.3s;
}

.news .news__card .btn:hover {
    background-color: var(--text-color);
    color: #fff;
}

/* acadmic */
.acadmic {
    padding: 9rem 0;
}

.acadmic h4 {
    color: var(--text-color);
    font-weight: 800;
    line-height: 1.4;
    margin-bottom: 1rem;
}

.acadmic p {
    color: var(--text-color);
    font-weight: 500;
    line-height: 1.7;
}

.acadmic .bx .info h5 {
    color: var(--text-color);
    font-weight: 600;
}

.acadmic .bx .info p {
    color: var(--text-color);
    font-weight: 500;
    line-height: 1.6;
}


.acadmic__img {
    height: 100%;
}

.acadmic__img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

/* number */
.number {
    padding: 4.4rem 0;
    background-color: var(--primary);
}

.number .number__info .head__badge {
    color: var(--text-color);
    border: 1px solid var(--text-color);

}

.number .number__info h3 {
    color: var(--text-color);
    font-weight: 700;
    font-size: 2rem;
    margin-bottom: 1.2rem;
}

.number .number__info p {
    color: var(--text-color);
    font-weight: 500;
    line-height: 1.6;
}

.number .number__counter h4 {
    color: var(--text-color);
    font-weight: 700;
    font-size: 2.3rem;
}

/* why */
.why {
    padding: 7rem 0;
}

.why__card {
    border: 1px solid #e0e0e0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    padding: 1.8rem 1rem;
}

.why__card .icon {
    margin-bottom: 1rem;
}

.why__card .icon i {
    background-color: var(--primary);
    width: 4rem;
    height: 4rem;
    background-color: var(--primary);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffff;
    font-size: 1.2rem;
}

.why__card h4 {
    color: var(--primary);
    font-weight: 500;
    margin-bottom: 1rem;
}


.why__card p {
    color: var(--text-color);
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.7;
}

/* teacher card  */
.teacher {
    padding: 4rem 0;
}

.teacher h2 {
    font-weight: 800;
    color: var(--text-color);
}

.teacher__card {
    background-color: #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.226);
    padding: .20rem;
    border-radius: 5px;
}

.teacher__card .info {
    padding: .80rem;
    text-align: center;
}

.teacher__card .img {
    height: 260px;
}

.teacher__card .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.teacher__card p {
    padding: 0;
    margin: 0;
    color: var(--primary);
    font-weight: 500;
    font-size: .90rem;
    line-height: 1.7;

}

/* gallery */
.gallery{
    padding: 4rem 0;
}

.gallery .swiper-button-next,
.gallery .swiper-button-prev {
    width: 2.4rem;
    height: 2.4rem;
    background-color: var(--primary);
    background-image: none;
    transition: 0.3s;
}



.swiper-button-next:after,
.swiper-button-prev:after {
    display: none;
    content: "";
}

.gallery .swiper-button-next i,
.gallery .swiper-button-prev i {
    color: #fff;
}


.gallery .swiper-button-next:hover,
.gallery .swiper-button-prev:hover {
    background-color: var(--text-color);
}

.gallery .img img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}


/* .gallery .swiper-slide-active .img {

    border: 8px solid var(--primary);
} */

/* footer  */

footer {
    background-color: #141414;
    padding-top: 5rem;
    padding-bottom: 1rem;
}

footer .bx p {
    font-weight: 700 !important;
    font-size: .95rem !important;
}

footer .icon {
    display: flex;
}


footer .icon a {
    text-decoration: none;
}

footer .icon i {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 3rem;
    height: 3rem;
    background-color: var(--primary);
    color: var(--text-color);
    border-radius: 50%;
    margin-right: .55rem;
    transition: 0.4s;
}

footer .icon i:hover {
    background-color: var(--text-color);
    color: var(--primary);
}

footer p {
    color: #9F9F9F;
    font-weight: 500;
    line-height: 1.6;
    font-size: .95rem;
}

footer span {
    display: flex;
    align-items: center;
    margin-bottom: .80rem;
}


footer span p {
    padding: 0;
    margin: 0;
    color: #9F9F9F;
}

footer span i {
    color: var(--primary);
    margin-right: 0.40rem;
}

footer h5 {
    font-weight: 500;
    color: #fff;
}

footer ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

footer ul li {
    display: flex;
    align-items: center;
}

footer ul li i {
    color: var(--primary);
    margin-right: .30rem;
    font-size: .60rem;
}

footer ul li a {
    display: block;
    padding: .45rem 0;
    color: #9F9F9F;
    text-decoration: none;
    font-size: .90rem;
}

footer .bar {
    height: 1px;
    width: 100%;
    background-color: #cacaca1e;
    margin: 1rem 0;
}

@media screen and (max-width:768px) {
    footer {
        padding-left: .20rem;
    }
}

/* scroll top button */

.scrolltop {
    position: fixed;
    bottom: 3rem;
    right: 2rem;
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 5px;
    padding: .30rem;
    background-color: var(--primary);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
    transform: translateX(200px);
    transform: translateX(200px);
    z-index: 99;
    cursor: pointer;
}

.scrolltop i {
    color: #fff;
    font-weight: 600;
}

.scrolltop.active {
    transform: translateX(0px);
}

.scrolltop:hover {
    background-color: rgba(46, 45, 45, 0.589);
}

/* social media icon  */

.fabs .action {
    position: fixed;
    left: -350px;
    bottom: 3rem;
    height: 35px;
    width: 45px;
    height: 45px;
    background-color: var(--primary);
    z-index: 999;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    border-radius: 50%;
    transition: 0.4s;
}

.fabs .action i {
    transition: .3s;
}

.fabs .action.show {
    left: 2rem;
}

.fabs .action i.active {
    transform: rotate(45deg);
}

.fabs .box {
    overflow: hidden;
    position: fixed;
    bottom: 3rem;
    left: 2.1rem;
    height: 0;
    transition-delay: 0.3s;
    transition: 0.4s;
    width: 40px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.fabs .box.active {
    height: 150px;
    bottom: 7rem;
}

.fabs .box a {
    text-decoration: none;
    color: var(--text-color);

}

.fabs .box .item {
    overflow: hidden;
    background-color: var(--primary);
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: center;
}

.fabs .box .item:hover {
    background-color: var(--text-color);
    color: var(--primary);
}

.fabs .box .item-1 {
    transition-delay: 0.3s;

}

.fabs .box .item-1 {
    transition-delay: 0.5s;

}

.fabs .box .item-1 {
    transition-delay: 0.6s;

}


/* social media icon */

/* pharmacy vision page  */
.pharmacy__vission {
    padding: 4rem 0;
}

.pharmacy__vission .bx {
    border: 5px solid var(--text-color);
    box-shadow: 10px 15px 0px var(--primary);
    border-radius: 5px;
    padding: 2rem;
    background-color: #fff;
    transition: 0.4s;
}

.pharmacy__vission .bx:hover {
    box-shadow: 0 0 0;
}

.pharmacy__vission ul li {
    margin-bottom: 1rem;
    border: 1px solid var(--text-color);
    padding: .90rem;
    color: var(--text-color);
    font-weight: 500;
}

.pharmacy__vission h4 {
    font-weight: 600;
    color: var(--text-color);
}

.pharmacy__vission p {
    font-weight: 500;
    color: var(--text-color);
    line-height: 1.6;
    letter-spacing: 1px;
}
@media screen and (max-width:768px){
    .pharmacy__vission h4 {
     text-align:center;
}
     .pharmacy__vission ul {
         padding:0;
     }
    .pharmacy__vission ul li { 
      text-align:center;
      border:none;
    }
}

/* about page */
.about__page__info {
    padding: 4rem 0;
}

/* chaitanya developer */


.about__page__info h2 {
    color: var(--text-color);
    font-weight: 700;
}

.about__page__info p {
    color: var(--text-color);
    line-height: 1.7;
}

.about__vission .bx {
    padding: 2rem;
}


.about__vission .bx h5 {
    font-weight: 600;
    font-size: 2rem;
    margin-bottom: 1rem;
}


.about__vission .bx p {
    font-weight: 500;
    line-height: 1.7;
}

.about__vission .bx.one {
    background-color: #36348E;
}

.about__vission .bx.one h5 {
    color: #fff;
}

.about__vission .bx.one p {
    color: #fff;
}

.about__vission .bx.two {
    background-color: #FFC53A;
}

.our__school .bx h4 {
    color: var(--text-color);
    font-weight: 700;
}

.our__school .bx h4 {
    display: flex;
    align-items: center;
}

.our__school .bx h4 i {
    color: var(--primary);
}

.our__school .bx p {
    color: var(--text-color);
    line-height: 1.8;
    font-weight: 500;
}

/* message */
.message {
    padding: 4rem 0;
}

.message p {
    color: var(--text-color);
    font-weight: 500;
    line-height: 1.6;
}

/* contact page  */
.contact {
    padding: 6rem 0;

}

.contact__form {
    padding: 2rem;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.11);

}
.contact__form .error {
    color: red;
    font-weight: 500;
    text-transform: capitalize;
}
.contact__form h5 {
    color: var(--text-color);
    font-weight: 500;
    font-size: 1.3rem;
    margin-bottom: 1.6rem;
}

.contact__form .form-control {
    box-shadow: none;
    padding: .90rem .90rem;
}

.contact__form .form-control::placeholder {
    font-size: .90rem;
}

.contact__form .btn {
    width: 100%;
    background-color: var(--primary);
    color: #fff;
    padding: .60rem;
    font-size: 1rem;
    font-weight: 600;
    transition: 0.3s;
}

.contact__form .btn:hover {
    background-color: var(--text-color);
    color: var(--primary);
    box-shadow: 0 0 10px #fcc71b2d;
}

.contact__address {
    padding: 0 1rem
}

.contact__address .bx {
    margin-bottom: 0.9rem;
}

.contact__address .bx i {
    width: 2.5rem;
    height: 2.5rem;
    background-color: var(--primary);
    color: var(--text-color);
    border-radius: 50%;
    line-height: 2.5rem;
    text-align: center;
}

.contact__address p {
    color: var(--text-color);
    font-weight: 500;
    line-height: 1.7;
}

.contact__address h2 {
    color: var(--text-color);
    font-weight: 600;
    font-size: 2.2rem;
}

.contact__address span {
    display: block;
    margin-bottom: .80rem;
}

.contact__address .social__media .bx {
    display: flex;
}

.contact__address .social__media h5 {
    color: var(--text-color);
    font-weight: 600;
    font-size: 1.4rem;
}

.contact__address .social__media a {
    text-decoration: none;
}

.contact__address .social__media i {
    font-weight: 600;
    font-size: 1rem;
    background-color: var(--primary);
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
}

.contact__address .social__media i:hover {
    background-color: var(--text-color);
    color: var(--primary);
    box-shadow: 0 0 10px #fcc71b2d;
}

@media screen and (max-width:768px) {
    .contact__form {
        padding: 1rem;
    }
}

/* gallery__page */
.gallery__page {
    padding: 4rem 0;
}

.gallery__page img {
    height: 260px;
    width: 100%;
    object-fit: cover;
    transition: 0.2s;
}


.gallery__page .img {
    position: relative;

}

.gallery__page .prev {
    display: flex;
    align-items: center;
    justify-content: center;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.432);
    opacity: 0;
    transition: .3s;
}

.gallery__page .img:hover .prev {
    opacity: 1;
}

.gallery__page .prev i {
    font-size: 1.7rem;
    color: var(--primary);
}

/* news and event  */
.news {
    padding: 4rem 0;
}

.news .bx {
    border: 2px solid var(--text-color);
    padding: 1.5rem;
    border-radius: 5px;
    background-color: #fcc71b1c;
}

.news h4 {
    color: var(--text-color);
    font-weight: 600;
    display: flex;
    align-items: center;
}


.news h4 i {
    color: var(--primary);
}

.news p {
    color: var(--text-color);
    font-weight: 500;
    line-height: 1.9;
}

.news .news__img img {
    height: 300px;
    width: 100%;
    aspect-ratio: 1 / 1;

}

/* pharmcy */
.pharmcy {
    padding: 4rem 0;
}

.pharmcy p {
    color: var(--text-color);
    font-weight: 500;
    line-height: 1.6;
}

.pharmcy h5 {
    font-weight: 800;
    color: var(--text-color);
    margin-bottom: 2rem;
}

.pharmcy h6 {
    color: var(--text-color);
    font-weight: 700;
    font-size: 1.2rem;
    padding: .80rem;
    background-color: var(--primary);
    margin-bottom: 1rem;
    border-radius: 2px;
}

.pharmcy ul li {
    color: var(--text-color);
    font-weight: 500;
    line-height: 1.6;
    margin-bottom: 1rem;
}