.footer_color_style li a {
    text-decoration: none;
    font-size: 13px !important;
    line-height: 26px;
    text-align: left;
    color: #000;
    font-weight: 500;
    transition: .3s ease;
}
.footer_color_style li a:hover{
    color: #005e9f;
}
.commonListing li {
    color: #515151;
    width: 100%;
    list-style: none;
    font-size: 16px;
    border: 1px solid #d7d4d4;
    border-radius: 5px;
    padding: 10px;
    margin-top: 5px;
    background-color: #fffcf7;
}

.commonListing .fa {
    color: blue;
}

.commonListing li a:hover {
    color: black;
}

.commonListing li:hover {
    background-color: #ebe8e8;
}

.commonListing li a {
    color: blue !important;
}

.commonListing {
    width: 100%;
    background-color: #ebe8e8;
    padding: 8px;
    border: 1px solid #d7d4d4;
    border-radius: 5px;
}