/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Nov 10 2021 | 15:21:49 */
.custom-menus ul{
  list-style-type: disc;
}
.custom-menus ul li a{
 font-family: 'Poppins';
    font-size: 16px;
    line-height: 1.6em;
    font-weight: 500;
    color: #7c7272;
}
.custom-menus ul li a:hover{
    color: #84BF6E;
}
.custom-menus .current-menu-item.current_page_item > a{
  color: #84BF6E;
}
.custom-menus ul li{
padding: 2px;
}
.custom-testimonials img{
width: 90px !important;
  height: auto !important;
}