
.header-call-us a {
  display: flex;
  flex-wrap: wrap;
  justify-content: end;
  align-items: center;
  font-family: Manrope;
  font-weight: 700;
  cursor: pointer;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0;
  color: #5A9DFF;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  text-decoration: none;
  gap: 0 5px;
}
.header-call-us a:hover{
   color:#fff;
}
.header-call-us a svg path{
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.header-call-us a:hover svg path{
   fill:#fff;
}
