.sticky-icon {
    z-index: 2;
    position: fixed;
    top: 75%;
    right: 0%;
    width: 240px;
    display: flex;
    flex-direction: column;
}



.sticky-icon a {
    transform: translate(180px, 0px);
    border-radius: 50px 0px 0px 50px;
    text-align: left;
    margin: 2px 0px 2px 2px;
    text-decoration: none;
    text-transform: uppercase;
    padding: 10px;
    font-size: 20px;
    font-family: 'Oswald', sans-serif;
    transition: all 0.8s;
}



.sticky-icon a:hover {
    color: #FFF;
    transform: translate(0px, 0px);
}

.sticky-icon a:hover i {
    transform: rotate(360deg);
}



/*.search_icon a:hover i  {

transform:rotate(360deg);}*/

.whatsapp {
    background-color: #075E54;
    color: #FFF;
}



.doctor-img {
    max-height: 70vh;
    object-fit: contain;
    }
    @media (max-width: 992px) {
    .slider-content {
    text-align: center !important;
    }
}

.footer .nav-link:hover,
.footer .social-icons-link:hover,
.footer a:hover
{
color: #1BB272 !important; /* Bootstrap green shade */

}
.footer .nav.flex-column .nav-link  {
padding-bottom: 0.15rem;
}
.footer p{
margin-bottom: 0.5rem;
}
.cs-font-size{
font-size: 0.85rem;
}
.cs-header-pd{
font-size: 0.85rem;
padding: 0.1rem 1rem;
} 

.error{
    color:red;
    margin:0px;
}

@keyframes popUp {
    0% { transform: scale(0.5); opacity: 0; }
    60% { transform: scale(1.1); opacity: 1; }
    100% { transform: scale(1); }
  }
  
  .pop-up-img {
    animation: popUp 1s ease-out;
}

.membership-box {
    border: 5px solid #0672BA;
    position: relative;
    padding-top: 2.5rem; /* space for legend */
  }
  
  .membership-box legend.membership-title {
    font-size: 2rem;
    font-weight: bold;
    color: #000;
    position: absolute;
    top: -0.9rem; /* lift above border */
    left: 50%;
    transform: translateX(-50%); /* exact center */
    background: #fff;
    padding: 0 75px;
    text-align: center;
    width: auto;
    margin: 0; /* remove browser default */
  }

  