
/* Ahmed Said Edit Start */
h2.header{ color: #4154f1;font-size: 38px; }
.PhoneCall,.whatsapp {
  position: fixed;
  opacity: 1;
  right: 15px;
  z-index: 99999;
  background: #4154f1;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
  color: #fff;
  visibility: hidden;
}
.PhoneCall{ bottom: 62px;}
.whatsapp{ bottom: 110px;}
/* Ahmed Said Edit End */