@font-face {
    font-family: Anton-Regular;
    src: url(../vendor/font/Anton-Regular.ttf);
}
@font-face {
    font-family: Oswald;
    src: url(../vendor/font/Oswald-VariableFont_wght.ttf);
}
.marquee{
    margin-top: 5px;
    width: 100%;
    height: 25px;
    padding: 5px;
    font-family: Anton-Regular;
}

.xbox{
    font-family: Anton-Regular;
     width: 150px;
     height: 50px;
     padding: 10px;
    

  
}

.anlasmalıkurum .owl-dots {
    margin-top: 15px;
    z-index: 10000;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .anlasmalıkurum .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 15px;
    height: 15px;
    background: var(--light);
    background-color: #555454;
    
    border-radius: 20px;
    transition: .5s;
  }
  .anlasmalıkurum .owl-dot.active {
     
    background: #2E8AC2;
  }

  .blogseccarosel .owl-dots {
    margin-top: 15px;
    z-index: 10000;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .blogseccarosel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 15px;
    height: 15px;
    background: var(--light);
    background-color: #555454;
    
    border-radius: 20px;
    transition: .5s;
  }
  .blogseccarosel .owl-dot.active {
     
    background: #2E8AC2;
  }

  .hidemapbar {
    position: relative;
    clip-path: polygon(0% 12%, 100% 12%, 100% 100%, 0% 100%);
    top: -1em;
    border: inherit;
  }

/* WCAG AA contrast corrections for compact homepage labels and mobile actions. */
.mobile-bottom-nav .mobile-bottom-nav__item > span {
  color: #ffffff !important;
}

.home-hero__eyebrow,
.home-services__eyebrow,
.home-service__kind,
.patient-stories__eyebrow,
.tlps-numbers__eyebrow,
.tlps-numbers__label {
  color: #066894 !important;
}

.home-service__action--whatsapp {
  background-color: #117247 !important;
  border-color: #117247 !important;
  color: #ffffff !important;
}

.lab-story-card__eyebrow {
  color: #ffffff !important;
}

 
