/* footer css start */
@font-face {
    font-family: 'GeneralSans-Regular';
    src: url('../Assets/fonts/GeneralSans-Regular.otf');
    font-style: normal;
  }


footer{
    
    background-color: #315494;
    font-size: 0.8rem;
}
footer .footer-content ul li{
    margin-bottom: 1rem;

}
a{
    text-decoration: none;

}

footer a, 
footer p, 
footer > div.text-center.text-white.p-3{
    font-family: 'GeneralSans-Regular';
}

.activefooter{
    border-bottom: 1.5px solid #fff;
}