.header_text {
  font-size: 3rem !important;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 0;
}

.section_new {
  background-color: #f9f9f9;
}

.bg-ggray{
  background-color: #666666;
}
.card-title{
  color: #FFF;
}

a:hover{
  color: black !important;
}
.slider-caption h2 {
  font-size: 2rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 0;
}
.customr {
  color: #1abc9c;
  font-size: 19px;
}
.team-title h4 {
  display: block;
  margin-bottom: 0;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 500px;
}
.branshes {
  margin: auto;
  margin-top: -11px;
  color: #138e75;
}
.card-title-new {
  color: #1abc9c !important;
  font-weight: 900 !important;
}

.hospital {
  font-weight: 800 !important;
  margin-top: -15px;
}

.footerul {
  font-weight: 800;
}
footer li u {
  text-decoration: none !important;
}

footer li u:hover {
  text-decoration: none !important;
  color: #1abc9c;
}

.team-home {
  text-align: start;
  margin-top: -92px;
}
.team-image {
  box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px,
    rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 56px;
}
.icon-caa {
  width: 15px;
  height: 15px;
  font-size: 30px;
  margin: 0px 17px;
  size: 20px;
}















.partners-slider {
  height: 100px;
  margin: auto;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.partners-track {
  display: flex;
  width: calc(250px * 14); /* Adjust the width based on the number of items */
  animation: scroll 30s linear infinite;
}

.partner-item {
  height: 100px;
  width: 250px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.partner-item img {
  max-height: 80px;
  max-width: 200px;
  object-fit: contain;
}

@keyframes scroll {
  0% { transform: translateX(0); }
  100% { transform: translateX(calc(-250px * 7)); }
}
