/*
Theme Name: Medigroup
Theme URI: http://medigroup.mikado-themes.com
Description: A Modern Multidisciplinary Medical & Health Theme
Author: Mikado Themes
Author URI: http://demo.mikado-themes.com
Text Domain: medigroup
Version: 1.6
License: GNU General Public License
License URI: licence/GPL.txt

CSS changes can be made in files in the /css/ folder. This is a placeholder file required by WordPress, so do not delete it.

*/
.kanon-button {
	background-color: #2473AA !important;
}
.mkd-mobile-header .mkd-mobile-nav .kanon-button a {
    color: #fff !important;
}
.mkd-main-menu>ul>li.kanon-button>a {
	color: #fff !important;
}

.k_appointment_fixed_btn a {
    z-index: 2147483000;
    position: fixed;
    bottom: 80px;
    right: 26px;
    min-width: 120px;
    height: 50px;
    border-radius: 12.5% / 50%;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 3px 30px -3px;
    cursor: pointer;
    font-weight: 600;
    padding: 0 20px 0 50px;
    line-height: 50px;
    background-color: #fff;
    animation: 1.2s linear 0s infinite normal none running pulse;
}
.k_appointment_fixed_btn a:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
    width: 32px;
    height: 32px;
    background: url("/wp-content/uploads/2023/08/favicon.png") center/cover no-repeat;
}
.k_appointment_fixed_btn a:hover {
    border-color: #ccc;
	box-shadow: 0 3px 30px -3px rgba(0,0,0,0.5) !important;
}
.k_appointment_fixed_btn.k_pr_fixed_btn a {
    bottom: 140px;
}
@media screen and (max-width: 768px) {
    div#under-home-slider {
    	margin-top: -30px !important;
	}
	div#home-parallax-row {
    	padding-top: 35px !important;
    	padding-bottom: 35px !important;
	}
}