/* Footer design */
.footerlogo {
    height: auto;
}
.main-footer {
    background-color: #212b36;
    padding: 10px 0 10px;
}
.footerlogo h2 {
    font-size: 30px;
    color: #fff;
}
.footerbox h3 {
    color: var(--white);
    font-size: 20px;
    margin-bottom: 14px;
}
.foot-list {
    list-style: none;
    padding: 6px 0px;
}
.foot-list a, .footer-description p{
font-size: 14px;
    padding-top: 10px;
    letter-spacing: 2px;
    font-weight: 400;
margin:0;
    color: var(--white);
}
footer a{
 color: var(--white);

}
.footer-description p{
font-size: 14px;
    padding-top: 10px;
    letter-spacing: 2px;
    font-weight: 400;
margin:0;
    color: var(--white)
}
@media(max-width:992px){
    /* Footer */
    .footerbox {
        margin: 12px 0;
    }
}