.tf-main {
    position: fixed;
    z-index: 99999999;
    background: #fff;
    width: 200px;
    left: 0;
    bottom: 50px;
    padding: 10px;
    border-radius: 0 5px 5px 0;
    box-shadow: 2px 1px 15px #284074;
    display: none;
}
.tf-dismiss {
    width: 100%;
    border-radius: 100px;
    background: transparent;
    border: 1px solid;
    font-size: 11px;
    padding: 3px;
    color: #c62828;
    transition: 0.5s;
}
.tf-dismiss:hover {
    background: #c62828;
    color: #fff;
}
.tf-main i {
    margin-left: 3px;
}
.tf-main img {
    border-radius: 4px;
    padding: 0 10px;
    height: 100px;
    width: auto;
    margin: 4px auto;
}
.tf-main h5 {
    font-size: 15px;
}
.tf-main p {
    font-size: 11px;
}
.tf-go {
  background: #00701a;
  color: #fff;
  transition: 0.5s;
  border-radius: 100px;
  width: 100%;
  padding: 3px;
  margin-bottom: 4px;
  border: solid 1px #00701a;
  display: block;
  text-align: center;
}
.tf-go:hover {
  background: transparent;
  color: #00701a;
}
