
    #myBtn {
      display: none;
      position: fixed;
      bottom: 20px;
      right: 30px;
      z-index: 99;
      font-size: 18px;
      border: none;
      outline: none;
      background-color: #56AD3F;
      color: white;
      cursor: pointer;
      padding: 15px;
      border-radius: 4px;
    }
    
    #myBtn:hover {
      background-color: #555;
    }
	
	}
  .foooter-list-title1{
      color: var(--green-1);
	  font-family :inter;
      font-size: 22px;
      font-weight: 600;
      line-height: 21px;
	  padding: 1px;
  }
 
.clickable {
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  position: absolute;     
  z-index: 1;
}
