/*
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.2
*/
#Content .specialist-cats {
    list-style: none; 
    padding: 0;
    margin: 0;
    display: flex; 
    flex-wrap: wrap; 
    gap: 10px; 
}
#Content .specialist-cats li a {
    padding: 5px 10px;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-radius: 8px 8px 8px 8px;
    color: #646A69;
    border-color: #646A69;
    background-color: transparent;
	text-decoration: none;
	font-size: 14px;
	line-height:30px;
}
#Content .specialist-cats li{
	line-height:30px;
}
.specialist-reviews-info a{
	color: #000;
	text-decoration: none;
	font-size: 13px;
}

.sticky_cta {
	position:fixed;
	left:0;
	right:0;
	bottom:0;
	margin: 0 auto!important;
	width:80%;
	z-index:24;
}