.footer-mid{font-size:12px;border-top:1px solid #99AAB5;border-bottom:1px solid #99AAB5;}
footer a{color:#101214;}
.footer-lower{font-size:11px;}
.footer-nav-item:not(:last-child){border-right:1px solid #99AAB5;}

/*==========================================
! Medium devices (tablets, less than 992px)
========================================== */
@media (max-width:991.98px){
    footer{text-align:center;padding:50px 0;}
}

/*==========================================
! small devices (tablets, less than 768px)
========================================== */
@media (max-width:767.98px){
    .footer-nav-list{flex-direction:column;}
    .footer-nav-item{padding-right:0!important;margin-right:0!important;border:none!important;}
    .footer-nav-item + .footer-nav-item{margin-top:14px;}
    .footer-mid-right{text-align:center!important;margin-top:30px;}
}