.logo {
  width: 100%;
}
button,
.btn {
  background-color: unset;
}
#submit-btn {
  background-color: #9a3e8a;
}
a:hover {
  color: #fff;
}
body {
  padding-top: 140px;
}
.matcare-footer {
  margin: 50px 0 20px;
}
.our-specialities a:hover{
  color: #9a3e8a
}
@media (max-width: 767px) {
  .static-hero-banner .foreground-image img{
    object-fit: fill;
  }
  body {
    padding-top: 60px;
  }
}
