.book-appointment-box {
    display: none;

}

.footer-area .footer-logo img {
    border-radius: 15px;
}

.header .logo img {
    border-radius: 8px;
}

.notification-boxes {
    display: none;
}


.gallery-album-text,  .gallery-album-meta {
    display: none !important;
}

ul#doctors-grid.grid > li > .bio-box {
    min-height: unset  !important;
    height: unset !important;
}

#nav .navbar-brand img {
    width: auto;
    max-height: 50px;
}


.footer-select {
    display: none;
}


/*
.panel-footer .btn-block {
    position: fixed;
    bottom: 50%;
    z-index: 99;
    right: 0;
    height: 65px;
    width: 65px;
    border-radius: 50%;
    background: #c22f2f ;
   color: #fff;
    border: 2px #00000054 solid;
}*/

.footer-area {
    background: black !important;
}


.header {
    background: #c22f2f !important
}

html.sidebar-light:not(.dark) .header .logo-env {
    background: #c22f2f !important
}

.header .logo img {
    color: transparent;
    height: 45px;
}

.about-featured {
    background-color: #000000;
}


.map {
    display: none;
}

.panel-group1 .panel .panel-heading .panel-title {
    color: #000000;
    display: flex;
    align-items: center;
    justify-content: flex-start;
gap: 25px;
}
.panel-group1 .panel .panel-heading .panel-title a span {
    color: #2700ff;
}


    .stu-search{
            height: 30px;
    font-size: 10px;
    border: none;
    border-radius: 10px;
      

    }
    
    @media (max-width: 1400px) {
   .stu-search{
         width: 70%;
    }
    
}
    
    .progress{
        min-width: 100% !important;
}