/* 
Theme Name: Quiskamp Theme
Theme URI: https://quiskamp.com
Description: Quiskamp Theme
Author: Quiskamp GmbH
Author URI: https://quiskamp.com
Template: hello-elementor
Version: 1.0.1
Text Domain: quiskamp-theme
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
    Add your custom styles here
*/
.contact-us-button a {
    border-radius: 25px !important;
    background-color: #0F86D9!important;
    border: 1px solid #0F86D9!important;
    margin: 15px 0px!important;
    color: #fff !important;
    font-weight: 600 !important;
    text-align: center;
}
.contact-us-button a:hover {
    background-color: #0C6BAD!important;
    border: 1px solid #0C6BAD!important;
}
.appointment-button a {
    border-radius: 25px !important;
    background-color: #0F86D9!important;
    border: 1px solid #0F86D9!important;
    margin: 17px 30px!important;
    color: #fff !important;
    font-weight: 600 !important;
    text-align: center;
}
.appointment-button a:hover {
    background-color: #0C6BAD!important;
    border: 1px solid #0C6BAD!important;
}
.whatsAppIconBar {
    display: block;
    right: 0%;
    position: fixed;
    bottom: 50%;
    z-index: 100000;
}
.whatsAppIconBar a:hover {
    color: #fff;
    background-color: #0a5a91;
}
.whatsAppIconBar a {
    display: block;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 60px;
    width: 60px;
    font-size: 25px;
    text-decoration: none;
    border-radius: 50% 0 0 50%;
    color: white;
}
.whatsapp-icon {
    background: #4AC959;
    color: #fff;
}