/*
Theme Name: Meditest
Theme URI: http://Itindeed.com/meditest
Author: Itindeed
Author URI: https://itindeed.com/
Description: Medical & Health WordPress Theme
Version: 1.1.6
Tested up to: 6.4
Requires PHP: 7.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: meditest
Domain Path: /languages
Tags: two-columns, three-columns, four-columns, right-sidebar, custom-menu, featured-images

*/
/* Custom style for Appointment button in header */
.custom-appointment-btn {
    background-color: #18326a !important;
    color: #ffffff !important;
    padding: 10px 20px;
    border-radius: 4px;
    display: inline-block;
    text-decoration: none;
    font-weight: 500;
    transition: background-color 0.3s ease;
}

.custom-appointment-btn:hover {
    background-color: #122b59 !important;
}

