/***********************************/
/*Additional CSS for website*/
/***********************************/





/* Below Footer Space */
.pswp,
.socials_mobile
{
	display : none !important;
}

/* Services Single page */
.services_single
.services_page_header
{
	display :none;
}

/* Hide the dot and circle animation */
.your-dot-class, .your-circle-class {
    display: none !important;
}

/* Doctors taxonomies style */

.sc_widget_categories_list
.widget_categories_list 
.widget_title
{
	font-size: 30px;
}

.sc_widget_categories_list
.widget_categories_list 
.categories_list_item
{
	font-size : 14px !important;
	font-weight : 400 !important;
	    text-align: left !important;

}

/* Single post padding  */
.page_content_wrap
{
	padding-top : 0px !important;
}



/* Floating Button Styles */
.floating-button {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1000;
}

.floating-button-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 180px;
    height:20px;
    background-color: #06B1FF;
    color: white;
    text-decoration: none;
    border-radius: 20px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    font-size: 16px;
    font-weight: bold;
    transition: background-color 0.3s, transform 0.3s;
    animation: heartbeat 1.5s infinite;
	padding : 12px 12px;
}

.floating-button-link:hover {
    background-color: #06B1FF;
}

@keyframes heartbeat {
    0%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.2);
    }
}

/***********************************/
/*END Additional CSS for website*/
/***********************************/
