/*
Theme Name: Betheme Child
Theme URI: https://themes.muffingroup.com/betheme
Author: Muffin group
Author URI: https://muffingroup.com
Description: Child Theme for Betheme
Template: betheme
Version: 2.0.1
*/

.floating-menu {
    background: #E7F2F0;
    padding: 5px;
    width: 250px;
    position: fixed;
	z-index: 999999;
	left:0;
	top: 20%;
	border-radius: 5px;
 }

.floating-menu a, 
.floating-menu h3 {
    display: block;
    margin: 0 0.5em;
    color: #555;
	font-size: 16px;
	line-height: 28px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.floating-menu h3 {
    color: #57b1ba;
	font-weight: bold;
	font-size: 19px;
	text-transform: uppercase;
}

.floating-menu hr {
	height: 2px;
	background: #fff;
}

#Content {
	z-index: 99;
}

.justify {
	text-align: justify;
}