.bord_rt{
    border: 1px dashed gainsboro;
    padding: 6px;

}

.fac-item p{
    font-family:  'Raleway', sans-serif;
    padding-top: 5px;
}

.fac-item h4{
    font-family: 'Raleway', sans-serif;
    font-size: 21px;
    font-style: normal;
    color: #333333;
    margin-top: 5px;
    font-weight: 500;
    
}

.fac-sidebar h5{
    background-color:  #ff3d3d;
    color: #fff;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    letter-spacing:normal;
    width: 250px;
    padding: 3px;
    margin-top: 10px;
  
}
.fac-sidebar li{
    padding: 5px 10px;
    width: 100%;
    border-bottom: 1px solid #cccccc;
    list-style-type: none;
    font-size: 16px;
    font-weight: 400;
}
.fac-sidebar li:hover{
     color: #f71818; 
}



.sidebar-item a{
    text-decoration: none;
    color: #333333;

}


.fac-sidebar ul,li{
    padding-left: 0;
}


