footer h5{

    color: #d8d8d8;
    font-weight: 700;
    font-size: 1.2rem;

}

footer li{
    color: white;
    padding-bottom: 4px;
}

footer li a{

    font-size: 0.8rem;
    color: #999;
    text-decoration: none;
}


footer li a:hover{

    color:  #d8d8d8;
}


footer .copyright a .fas{

    color: black;
    height: 40px;
    width: 40px;
    background-color: white;
    display: inline-block;
    border-radius: 50%;
    text-align: center;
    line-height: 58px;
    transition: 0.3s ease;
    margin: 0 5px;
}

footer .copyright a .img-responsive{

    
    
    width: 70%;
    display: block;
    text-align: center;
    line-height: 58px;
    transition: 0.3s ease;
    
}


footer .copyright .row .bto-payment-partners{

    display: flex;
    flex-direction: row;
}


footer .copyright a:hover{

    color: white;
    background-color: #fb774b;
}

footer p{

    color: white;
}


