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


/* ================Custom Card Hover Effect Style================ */

.feature-box.f-style-5:hover {
    -webkit-box-shadow: 0 10px 40px 0 rgba(80, 90, 100, 0.30) !important;
    box-shadow: 0 10px 40px 0 rgba(80, 90, 100, 0.30) !important;
}

/* ================Custom Button Style================ */
.btn-primary-custom {
    color: #fff;
    background-color: #0873BA;
    border-color: #0873BA;
}

.btn-primary-custom:hover {
    color: #0873BA;
    background-color: transparent;
    border-color: #0873BA;
}

.btn-dark-custom {
    color: #fff;
    background-color: #0b3d2e;
    border-color: #0b3d2e;
}

.btn-dark-custom:hover {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
}


/* Fullscreen overlay */
.search-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.85);
    display: none; /* hidden by default */
    align-items: center;
    justify-content: center;
    z-index: 1050;
}

/* Center form */
.search-form {
    background: white;
    padding: 20px 30px;
    border-radius: 10px;
    width: 30%;
    max-width: 700px;
    display: flex;
    gap: 10px;
}

/* Mobile screens: width <= 768px */
@media (max-width: 768px) {
   .search-form {
      width: 80%;
      padding: 15px 20px;
      flex-direction: column;
   }
}

/* Close button */
.close-btn {
    position: absolute;
    top: 20px;
    right: 30px;
    font-size: 40px;
    color: white;
    cursor: pointer;
}


html {
    scroll-behavior: smooth;
}
.sticky-toc {
    position: fixed;
    top: 15%;
    left: 0;
    z-index: 9999;
}

/* Hide checkbox */
#toc-toggle {
    display: none;
}

/* Handle button */
.toc-handle {
    background: #343a40;
    color: #fff;
    padding: 12px 14px;
    cursor: pointer;
    border-radius: 0 30px 30px 0;
    font-weight: 500;
    display: inline-block;
}

/* Sidebar panel (CLOSED by default) */
.toc-content {
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    border: 1px solid #343a40;
    padding: 15px 20px 15px 15px;
    min-width: 220px;
    max-height: 60vh;
    overflow-y: auto;
    transform: translateX(-100%);
    transition: transform 0.4s ease;
}

/* OPEN on click */
#toc-toggle:checked ~ .toc-content {
    transform: translateX(0);
}

/* Push handle to the right when open */
#toc-toggle:checked + .toc-handle {
    transform: translateX(220px);
    transition: transform 0.4s ease;
}

/* Links */
.toc-content a {
    display: block;
    color: #343a40;
    text-decoration: none;
    padding: 6px 0;
    font-size: 15px;
    line-height: 1.2;
}

.toc-content a:hover {
    color: #0d6efd;

}
#section1, #section2, #section3, #section4, #section5, #section6, #section7, #section8, #section9, #section10, #section11, #section12, #section13, #section14, #section15, #peoplelike{
				scroll-margin-top: 150px;
		}
