.custom-footer {
    font-size: 14px;
}

.custom-footer h6 {
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 10px;
}

.footer-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-list li {
    margin-bottom: 6px;
}

.footer-title{
    color: #b1b1b1;
}

.footer-list a {
    color: #838383;
    text-decoration: none;
}

.footer-list a:hover {
    color: #2d2d2d;
    text-decoration: underline;
}

.footer-country {
    color: #2d2d2d;
    text-decoration: none;
    font-weight: 500;
}

.footer-country i {
    margin-right: 5px;
}

.footer-bottom {
    font-size: 14px;
    padding-top: 20px;
    border-color: #dcdcdc;
}

.footer-bottom a {
    color: #2d2d2d;
    text-decoration: none;
}

.footer-bottom a:hover {
    text-decoration: underline;
}
