.main_f {
    /* position: fixed; */
    max-height: 70px;
    z-index: 999;
    width: 100%;
    padding-top: 17px;
    background: linear-gradient(60deg, rgba(5,53,77,1) 0%, rgba(57,189,53,1) 100%);
    overflow: hidden;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 1;
    bottom: -0px;
    padding-bottom: 6px;
	  font-family: 'Poppins', sans-serif;
	-webkit-box-shadow: 0px -1px 38px -20px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px -1px 38px -20px rgba(0,0,0,0.75);
    box-shadow: 0px -1px 38px -20px rgba(0,0,0,0.75);
  }
  .copy {
    width: auto;
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
    float: left;
    display: block;
    margin-top: 0;
    line-height: 1;
    margin-bottom: 10px;
  }
  .copy:hover {
    color: #62E37C!important;
    text-decoration: none;
  }
 
  @media only screen and (max-width: 766px) {
    .copy {
      float: none;
      text-align: center;
    }
    .main_f {
      position: fixed;
      
    }
    .main_f .hide{
      display:none;
      
    }
  }

  