
.copy_foot{
    font-size: 12px;
      font-family: 'Roboto', sans-serif;
      color: #000;
      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;
  }
  .page{    text-align: center;padding: 0;font-size: 14px;font-family: roboto,sans-serif;}
  }
      @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;
  }
  }