.header-language-switcher ul {
    display: flex;
    margin: 0;
    flex-direction: row-reverse;
}
.imagingtests {
    background-color: rgba(149, 212, 219, 0.6)!important;
    color: #5CA4AB !important;
}
.usgultrasonography {
    background-color: #DFDFDF !important;
    color: #696973 !important;
}
#chaty-widget-0 .chaty-i-trigger .chaty-cta-button button circle,
#chaty-widget-0 .chaty-i-trigger .chaty-cta-button button ellipse {
    fill:#EC008C;
  } 

  .btn-green {
    background-color: #4CAF50; /* Green */
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
    border-radius: 8px;
    transition: background-color 0.3s ease;
    margin-right: 10px;
  }