/* Start custom CSS */@media only screen and (max-width: 700px) {
  .tns-nav{
      display:none;
  }
}/* End custom CSS */