/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 23 2021 | 14:35:58 */
.ser-icon i {
    color: #f15743;
    font-size: 48px;
    line-height: 1;
}
.sidebar-menu ul {
    list-style: none !important;
    margin: 0px;
    padding: 0px !important;
}
.sidebar-menu li {
    background: #D8D8D8;
    padding: 18px 10px;
    margin-bottom: 4px !important;
    border-left: 5px solid #279ed7;
}
.sidebar-menu li a {
    color: #333;
    font-size: 17px;
    font-weight: 400;
    font-family: "poppins";
}
.sidebar-menu .current-menu-item.current_page_item {
    border-left: 5px solid #ed1d24;
}
.sidebar-menu .current-menu-item.current_page_item > a{
   color: #ed1d24;
}
.sidebar-menu li:hover a{
    color: #ed1d24;
}
.sidebar-menu li:hover{
    border-color: #ed1d24;
}
/* span.elementor-accordion-icon-closed 
{
    background: #ed4246;
    color: white;
    padding: 26px 25px;
    line-height: 20px;
    position: absolute;
    bottom: 0;
}
span.elementor-accordion-icon-opened 
{
   background: #ed4246;
    color: white;
    padding: 25px 24px;
    line-height: 20px;
    position: absolute;
    bottom: 75px;
} */
.custom-faqs .elementor-tab-title {
    display: block;
    font-size: 18px;
    text-decoration: none;
    line-height: 1;
    font-weight: 700;
    padding: 24px 35px;
    border: 2px solid #eaeaea !important;
    color: #1e1e2a;
}
.custom-faqs .elementor-tab-content {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 13px 66px 15px 35px;
    border-top: 0;
    margin-top: 0;
    background: none;
    border-bottom: 2px solid #eaeaea !important;
    border-right: 2px solid #eaeaea !important;
    border-left: 3px solid #f15743 !important;
}