@media only screen and (max-width: 479px) {
   #footer-sidebar{ 
     display: none !important; 
  }
}
@media only screen and (max-width: 479px) {
   #bottom-sidebar1, #bottom-sidebar3, #bottom-sidebar2 { 
     margin: auto !important; 
     float:none !important; 
     text-align:center !important;
  }
}
/*Center align Footer Section*/
.footer-center {
    max-width: 1170px;
    margin: 0 auto;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}