/*
 * %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 *
 * Template Name: Dialia - Registered Massage Therapy HTML Template   
 * Template URI: https://thememarch.com/demo/html/dialia/
 * Description: Dialia is a registered massage therapy HTML template which comes with the unique and clean design. It helps you to create a beautiful massage therapy HTML website. It's a fully responsive website template. It has also e-commerce support. E-commerce pages are included on this template.
 * Author: Thememarch
 * Author URI: https://thememarch.com
 * Version: 2.0
 *
 * %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 */

/* .footer-appointment-btn {
    display: none;
  }

.mobile-bottom {
    display: none;
    z-index: 9999;
    position: fixed;
    bottom: 0px;
    background: #ffcf3c !important;
}

.mobile-bottom ul li {
    list-style: none;
    display: table-cell;
    text-align: center;
    border-right: 1px solid #000;
    padding: 7px 0px;
} */
/* 
@media (min-width: 100px) and (max-width: 768px) {
    .mobile-bottom {
        display: block !important;
    }
} */

.floating-whatsapp {
    z-index: 9999;
    position: fixed;
    bottom: 50%;
    left: 97%;
    transform: translate(-50%, 50%);
    background-color: #25d366;
    color: #fff;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  }

#footer-appointment-btn {
    display: none;
}

.mobile-bottom {
    display: none;
}
@media (min-width: 100px) and (max-width: 768px) {
    .mobile-bottom {
        z-index: 9999;
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        background-color: #0075b7;
        padding: 10px;
        display: flex;
        justify-content: space-evenly;
    }
    
    .mobile-bottom ul {
        width: 100%;
        list-style: none;
        padding: 0;
        margin: 0;
        display: flex;
        justify-content: space-evenly;
    }
    
    .mobile-bottom li {
        margin: 0 10px;
    }
    
    .mobile-bottom a {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-decoration: none;
        color: #FFF;
    }
    
    .mobile-bottom a i {
        margin-bottom: 5px;
    }

    .bottom-tab-text {
        color: #FFF;
    }

    .white-icon {
        filter: invert(100%);
    }

    .floating-whatsapp {
        left:90%;
    }
}

#scrollUp {
    bottom : 50px !important;
}

.readmore {
    text-decoration: none;
    display: inline-block;
    color: #0075b7 !important;
    font-weight: 500;
    font-family: "Poppins", sans-serif;
    font-size: 18px;
}
