.logo {
  width: 100%;
}
button,
.btn {
  background-color: unset !important;
}
.book-appointment-drawer-block button{
  background-color: #9a3e8a !important;
}
a:hover {
  color: #fff !important;
}
.table-of-contents .accordion-wrapper .accordion-body .toc-list li:hover a, .table-of-contents .accordion-wrapper .accordion-body .toc-list li.active a,.related-blogs .blog-grid-block .blog-card .blog-heading:hover {
    color: #89408C !important;
}
.main-menu a:hover{
  color: #353535 !important;
}
body {
  padding-top: 140px;
}
@media (max-width: 767px) {
  .static-hero-banner .foreground-image img{
    object-fit: fill;
  }
  body {
    padding-top: 60px;
  }
}
