/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Feb 16 2024 | 17:09:48 */
.soliloquy-container{
	max-width: 100% !important;	
}
.soliloquy-container .soliloquy-caption-inside a {
    position: fixed;
    top: 50%;
    display: inline-block;
    left: 17%;
    margin: 0 auto;
    background: #a3238e;
    padding: 10px 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 3px;
}
#navigation ul li:hover ul {
    display: block;
}
.book-kmf-appointment{
	position: fixed;
    bottom: 24px;
    right: 0;
    z-index: 999;
    padding: 10px 15px;
    border-radius: 20px;
    box-shadow: 1px 1px 4px rgb(57 57 57 / 82%);
    background: #f36e20;
    left: 0;
    max-width: 270px;
    margin: auto;
    border: none;
  text-align: center;
    color: #fff;
}
.book-kmf-appointment:hover{
	background: #9127c1;
  color: #fff;
}
#afc_sidebar_382 {
    background: #e2e2e2 !important;
    position: fixed !important;
    bottom: 1% !important;
    right: 5px !important;
    margin: 0px 0px 0px 0px;
    border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    z-index: 999999;
    padding: 6px !important;
    color: #a50000 !important;
    text-align: center !important;
    line-height: 18px !important;
    font-weight: bold !important;
    box-shadow: 2px 2px 2px 0px rgba(0,0,0,0.2) !important;
}