.tf-btn-whatapp {
  background: #2db742;
  cursor: pointer;
  -webkit-transition: 0.4s ease all;
  -moz-transition: 0.4s ease all;
  position: relative;
  margin: 80px 0 41px;
  display: flex;
  border-radius: 20px;
  width: fit-content;
  flex-direction: column;
  padding: 0px 24px 12px 24px;
}
.tf-btn-whatapp:hover {
  box-shadow: 0px 4px 8px 1px rgba(32, 32, 37, 0.19);
  transform: translate(0, -3px);
  -webkit-transform: translate(0, -3px);
  background: #3d994b;
  transition: all 0.3s ease-in-out;
}
.tf-btn-whatapp:hover .text-btn {
  color: #34ccff;
}
.featured-image {
      flex-shrink: 0;
    position: relative;
    width: max-content;
    margin-top: -45px;
    margin-left: -5px;
        margin-bottom: 1px;
}
.tf-whatapp {
  margin: 30px 0 30px;
}
.tf-btn-whatapp img {
     width: 90px;
    height: 90px;
    object-fit: cover;
    border-radius: 50%;
    border: 5px solid #98DCA2;
    position: relative;
    overflow: hidden;
}
.tf-btn-whatapp svg {
     background: #fff;
    padding: 2px;
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 26px;
    right: -29px;
    border-radius: 50%;
    -webkit-box-shadow: 0px 4px 6px 0px rgba(39, 38, 38, 0.3);
}
.tf-btn-whatapp .infor {
  margin-bottom: 8px;
}
.tf-btn-whatapp .infor .name {
  color: #ffffff;
  display: inline-block;
  font-weight: 700;
  font-size: 18px;
  line-height: 140%;
  vertical-align: middle;
}
.tf-btn-whatapp .infor .status {
  background: #62c971;
  width: 56px;
  height: 25px;
      margin-left: 13px;
  padding: 1px;
  border-radius: 5px;
  color: rgba(255, 255, 255, 0.98);
  position: relative;
  top: -1px;
  left: 0px;
  text-align: center;
  display: inline-block;
  font-weight: 400;
  font-size: 12px;
  line-height: 25px;
  vertical-align: middle;
}
.tf-btn-whatapp .text-btn {
  display: inline-block;
  color: #fff;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  vertical-align: middle;
  transition: all 0.3s ease-in-out;
}
.widget_button_form_widget {
  margin-bottom: 30px;
}
.tf-btn-form {
    font-size: 16px;
    line-height: 140%;
    vertical-align: middle;
    padding: 12px 26px;
    color: #fff;
    background-color: #34CCFF;
    text-transform: capitalize;
    font-weight: 700;
    border-radius: 20px;
    display: flex;
    align-items: center;
    transition: all 0.3s ease-in-out;
}
.tf-btn-form:hover {
  background-color: #0074ad;
}
.tf-btn-form:hover {
  color: #fff;
}
.tf-icon-svg svg {
      width: 20px;
    height: 20px;
    color: #fff;
    margin-right: 37px;
}
.tf-icon-svg svg path {
  fill: #fff;
}
