.copy_foot{
      font-size: 12px;
      font-weight: 600;
      padding: 6px 0px 6px 15px;
      background: #ccc;
      width: 100%;
      position: relative;
      bottom: 0;
    }
  @media screen and (max-width: 799px){
  .copy_footer {
      font-size: 13px !important;
      font-family: Myriad Pro;
      color: #000;
      font-weight: 600;
      padding: 6px 0px 50px 15px;
      width: 100%;
      text-align: center;
      background: #e6e5e5;
      line-height: 25px;
  }
  }
      @media screen and (max-width: 799px){
  .mobile_foot {
      width: unset;
      padding: 0;
      font-size: 17px;
      text-decoration: unset;
      position: fixed;
      bottom: 5px;
      text-align: center;
  }
  
  table td {
      font-size: 16px;
      font-weight: 300;
  }
  table {
      background-color: transparent;
      line-height: 25px;
  }
  }
  
