/*--------------------------------------------- Responsive Css Start -----------------------------------------*/
  @media all and (max-width: 1024px) {
    /* Footer Start */
    #footer-area .foot-box img.foot-logo {margin: 0 auto;} 
    #footer-area .foot-box .foot-text {margin: 0 auto;}
    #footer-area .foot-box .social-list li a {justify-content: center;}
    /* Footer End */
  }
  /*-------------------------------------------- Responsive Css End ---------------------------------------------*/