#email-fix{
    position: fixed;
    bottom: 17px;
    right: 86px;
    padding:0;
    margin:0;
    z-index: 999;
    border-radius: 4px;
}

#email-fix img{
  height: 32px;
  width: auto;
}

#email-fix a{
  text-decoration: none;
  display: block;
  color:#FFF;
  font-size:18px;
  font-weight: bold;
  z-index:999;
  padding:5px;
  height: auto;
  text-align: left;
  width: auto;
  background:#00a1ea;
  border-radius:2rem;
}

#email-fix a:hover {
    color:#FAFAFA;
}
/* phone */
#phone-fix{
    position: fixed;
    bottom: 17px;
    right: 138px;
    padding:0;
    margin:0;
    z-index: 999;
    border-radius: 4px;
}

#phone-fix img{
  height: 32px;
  width: auto;
}

#phone-fix a{
  text-decoration: none;
  display: block;
  color:#FFF;
  font-size:18px;
  font-weight: bold;
  z-index:999;
  padding:5px;
  height: auto;
  text-align: left;
  width: auto;
  background:#00a1ea;
  border-radius:2rem;
}

#phone-fix a:hover {
    color:#FAFAFA;
}

/* Whatts icon styles */

#whats-fix{
    position: fixed;
    bottom: 15px;
    right: 187px;
    padding:0;
    margin:0;
    z-index: 999;
}

#whats-fix img{
  height: 44px;
  width: auto;
}


@media (max-width: 1024px) {
  #email-fix {
    bottom: 20px;
    right: 63px;
    border-radius: 50%;
    width: auto;
  }

  #email-fix a{
    width: 60px !important;
    height: 60px !important;
    border-radius: 50% !important;
  }

  #email-fix a img{
    width: 40px !important;
    height: auto;
    margin: 5px;
  }

  #email-fix a span{
    display: none;
  }

  #phone-fix {
    bottom: 20px;
    right: 132px;
    border-radius: 50%;
    width: auto;
  }

  #phone-fix a{
    width: 60px !important;
    height: 60px !important;
    border-radius: 50% !important;
  }

  #phone-fix a img{
    width: 40px !important;
    height: auto;
    margin: 5px;
  }

  #phone-fix a span{
    display: none;
  }
/* whats styles */

  #whats-fix {
    bottom: 15px;
    right: 197px;
  }

  #whats-fix a img{
    width: 68px;
    height: auto;
    display: block;
  }

  #whats-fix a{
    width: 60px !important;
    height: 60px !important;
  }
}

@media (max-width: 680px) and (orientation: landscape) {
  #phone-fix {
    bottom: 20px;
    left: 5px;
    border-radius: 50%;
    width: auto;
  }
}
@media (max-width: 354px) {
  #phone-fix {
    display: none;
  }
}
