@font-face {
  font-display: swap;
}
.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid none;
  border-radius: 1.5rem;
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}
.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}
.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0;
}

.card-body {
  flex: 1 1 auto;
  padding: 1rem 1rem;
}

.card-title {
  margin-bottom: 0.5rem;
}

.card-subtitle {
  margin-top: -0.25rem;
  margin-bottom: 0;
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link + .card-link {
  margin-left: 1rem;
}

.card-header {
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid none;
}
.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.card-footer {
  padding: 0.5rem 1rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid none;
}
.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

.card-header-tabs {
  margin-right: -0.5rem;
  margin-bottom: -0.5rem;
  margin-left: -0.5rem;
  border-bottom: 0;
}

.card-header-pills {
  margin-right: -0.5rem;
  margin-left: -0.5rem;
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1rem;
  border-radius: calc(0.25rem - 1px);
}

.card-img,
.card-img-top,
.card-img-bottom {
  width: 100%;
}

.card-img,
.card-img-top {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.card-img,
.card-img-bottom {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

.card-group > .card {
  margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
  .card-group {
    display: flex;
    flex-flow: row wrap;
  }
  .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-top,
  .card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-bottom,
  .card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-top,
  .card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-bottom,
  .card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}

.medical-unit-wrapper .randevu-btn {
  top: -30px;
}
.medical-unit-wrapper .merkez-img img {
  width: 100%;
}
@media (min-width: 992px) {
  .medical-unit-wrapper .medical-unit-right {
    width: 50%;
  }
}
@media (min-width: 992px) {
  .medical-unit-wrapper .medical-unit-right a {
    top: -30px;
  }
}
.medical-unit-wrapper .tibbi-birim-body h2, .medical-unit-wrapper .tibbi-birim-body h3, .medical-unit-wrapper .tibbi-birim-body h4 {
  margin-top: 2rem;
}
.medical-unit-wrapper .tibbi-birim-body p {
  margin-bottom: 0.5rem;
  text-align: justify;
}
.medical-unit-wrapper .tibbi-birim-body a {
  font-weight: bolder;
  color: #0076FF;
  text-decoration: underline;
}

.medical-unit-list .card .card-img::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(270deg, rgba(0, 35, 97, 0) 0%, rgba(0, 0, 0, 0.53) 100%);
  opacity: 0.8;
  pointer-events: none;
  left: 0;
  top: 0;
  border-radius: 1.5rem;
}
.medical-unit-list .card .card-img-overlay {
  top: auto;
}

@media (min-width: 992px) {
  .hospital-medical-unit-list .view-header {
    float: left;
  }
}
.hospital-medical-unit-list .bef-exposed-form {
  display: flex;
  justify-content: end;
  align-items: center;
}
.hospital-medical-unit-list .bef-exposed-form .js-form-item-title {
  position: absolute;
}
@media (max-width: 991.98px) {
  .hospital-medical-unit-list .bef-exposed-form .js-form-item-title {
    width: 100%;
  }
}
.hospital-medical-unit-list .bef-exposed-form .form-actions {
  z-index: 1;
  display: flex;
}
.hospital-medical-unit-list .bef-exposed-form .form-actions::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  margin-left: 0px;
  position: relative;
  vertical-align: top;
  top: 6px;
  left: 40%;
  background-size: 100%;
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMS4yOCIgaGVpZ2h0PSIyMS4yOCIgdmlld0JveD0iMCAwIDIxLjI4IDIxLjI4Ij4NCiAgPGcgaWQ9Ikdyb3VwXzQ0Mzg5IiBkYXRhLW5hbWU9Ikdyb3VwIDQ0Mzg5IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwLjc1IDAuNzUpIj4NCiAgICA8Y2lyY2xlIGlkPSJFbGxpcHNlXzE1IiBkYXRhLW5hbWU9IkVsbGlwc2UgMTUiIGN4PSI5IiBjeT0iOSIgcj0iOSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMCAwKSIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjNGRkNGZjIiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiIHN0cm9rZS13aWR0aD0iMS41Ii8+DQogICAgPGxpbmUgaWQ9IkxpbmVfMzEwIiBkYXRhLW5hbWU9IkxpbmUgMzEwIiB4Mj0iNSIgeTI9IjUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDE1IDE1KSIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjNGRkNGZjIiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiIHN0cm9rZS13aWR0aD0iMS41Ii8+DQogIDwvZz4NCjwvc3ZnPg0K);
}
.hospital-medical-unit-list .bef-exposed-form .form-actions input {
  color: transparent;
  background: transparent;
  border: 0;
  right: 0;
  position: relative;
  padding: 10px 0 0 0;
}

.medical-unit-list-anchor section ul li::marker {
  color: #20acd6;
}
@media (min-width: 1200px) {
  .medical-unit-list-anchor section ul {
    -webkit-columns: 3;
    -moz-columns: 3;
    columns: 3;
    -webkit-column-gap: 3em;
    -moz-column-gap: 3em;
    column-gap: 3em;
  }
}
.medical-unit-list-anchor .bef-exposed-form input {
  font-weight: 300;
}
.medical-unit-list-anchor .bef-exposed-form input::placeholder {
  color: #B1B1B1 !important;
}
@media (min-width: 992px) {
  .medical-unit-list-anchor .bef-exposed-form {
    display: flex;
  }
  .medical-unit-list-anchor .bef-exposed-form .js-form-item:nth-child(1) {
    width: 35%;
    margin-right: 40px;
  }
  .medical-unit-list-anchor .bef-exposed-form .js-form-item:nth-child(2) {
    flex: 1;
  }
  .medical-unit-list-anchor .bef-exposed-form .js-form-item input {
    width: 106%;
  }
}
@media (max-width: 991.98px) {
  .medical-unit-list-anchor .bef-exposed-form .js-form-item:nth-child(1) {
    margin-bottom: 20px;
  }
}
.medical-unit-list-anchor .bef-exposed-form .form-actions::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  margin-left: 0px;
  position: relative;
  vertical-align: top;
  top: 18px;
  left: 8%;
  background-size: 100%;
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMS4yOCIgaGVpZ2h0PSIyMS4yOCIgdmlld0JveD0iMCAwIDIxLjI4IDIxLjI4Ij4NCiAgPGcgaWQ9Ikdyb3VwXzQ0Mzg5IiBkYXRhLW5hbWU9Ikdyb3VwIDQ0Mzg5IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwLjc1IDAuNzUpIj4NCiAgICA8Y2lyY2xlIGlkPSJFbGxpcHNlXzE1IiBkYXRhLW5hbWU9IkVsbGlwc2UgMTUiIGN4PSI5IiBjeT0iOSIgcj0iOSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMCAwKSIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjNGRkNGZjIiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiIHN0cm9rZS13aWR0aD0iMS41Ii8+DQogICAgPGxpbmUgaWQ9IkxpbmVfMzEwIiBkYXRhLW5hbWU9IkxpbmUgMzEwIiB4Mj0iNSIgeTI9IjUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDE1IDE1KSIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjNGRkNGZjIiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiIHN0cm9rZS13aWR0aD0iMS41Ii8+DQogIDwvZz4NCjwvc3ZnPg0K);
}
.medical-unit-list-anchor .bef-exposed-form .form-actions input {
  color: transparent;
  background: transparent;
  border: 0;
  right: 0;
  position: relative;
  padding: 10px 0 0 0;
}
@media (max-width: 991.98px) {
  .medical-unit-list-anchor .bef-exposed-form .form-actions::before {
    left: 91%;
    top: -40px;
  }
}

/*# sourceMappingURL=tibbi_birim.css.map */
