.ac-header {
  width: 100%;
  background-color: #092c74;
  font-family: "museo_sans_500regular";
  z-index: 1000;
  position: sticky;
  top: 0;
  left: 0;
  display: none;
}
.ac-header__container {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  flex-direction: row;
}
.ac-header__left {
  width: 200px;
}
@media (min-width: 1200px) {
  .ac-header__left {
    width: 200px;
  }
}
.ac-header__left img {
  width: 100%;
  max-width: 250px;
}
.ac-header__right {
  width: calc(100% - 200px);
}
@media (min-width: 1200px) {
  .ac-header__right {
    width: calc(100% - 200px);
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 30px;
  }
}
.ac-header__social {
  display: none;
}
.ac-header__social-link {
  width: 30px;
  height: 30px;
}
.ac-header__social-link img {
  width: 100%;
  height: 100%;
  display: block;
}
@media (min-width: 1200px) {
  .ac-header__social {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
  }
}
.ac-header__menu {
  font-family: inherit !important;
  display: none;
}
.ac-header__menu-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.ac-header__menu-item .ac-header__menu-ul {
  position: absolute;
  top: 35px;
  left: 0;
  background-color: #fff;
  width: 100%;
  padding: 15px 15px;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s ease-in-out all;
}
@media (min-width: 1200px) {
  .ac-header__menu-item .ac-header__menu-ul {
    border-radius: 10px;
    width: 230px;
    box-shadow: 0 10px 20px -10px rgba(0, 0, 0, 0.5);
  }
}
.ac-header__menu-item .ac-header__menu-ul li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.ac-header__menu-item .ac-header__menu-ul li a {
  color: #0c3273;
  font-weight: 600;
  font-size: 14px;
  line-height: 125%;
  padding: 10px 0;
  display: flex;
}
.ac-header__menu-item .ac-header__menu-ul li:last-child {
  border-bottom: 0;
}
.ac-header__menu-item:hover .ac-header__menu-ul {
  visibility: visible;
  opacity: 1;
}
.ac-header__menu-link {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none !important;
  height: 45px;
  padding: 0 10px;
  border-radius: 10px;
}
.ac-header__menu-link:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
.ac-header__menu-icon {
  width: 35px;
  display: block;
}
.ac-header__menu-icon img {
  display: block;
  width: 100%;
}
.ac-header__menu-title {
  font-family: inherit;
  font-size: 16px;
  font-weight: 600;
  color: #fff !important;
  text-decoration: none !important;
}
.ac-header__menu-title:hover {
  color: #fff;
}
@media (min-width: 1200px) {
  .ac-header__menu-title {
    padding-left: 5px;
  }
}
@media (min-width: 1200px) {
  .ac-header__menu {
    gap: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: row;
  }
}
.ac-header__mobile-menu-opener {
  display: flex;
  justify-content: flex-end;
}
.ac-header__mobile-menu-opener button {
  width: 40px;
  height: 40px;
  background-color: rgba(255, 255, 255, 0.1);
  border: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
}
@media (min-width: 1200px) {
  .ac-header__mobile-menu-opener {
    display: none;
  }
}
.ac-header + .header-overflow {
  position: sticky;
  top: 0;
  box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.1);
}
@media (min-width: 1200px) {
  .ac-header + .header-overflow {
    top: 80px;
  }
}
@media (min-width: 1200px) {
  .ac-header {
    height: 80px;
    display: flex;
  }
}

.ac-language {
  display: flex;
  align-items: center;
  flex-direction: row;
  display: none !important;
}
@media (min-width: 1200px) {
  .ac-language {
    float: right !important;
    padding: 0;
    display: none !important;
  }
  .ac-language a {
    border-right: 1px solid rgba(0, 0, 0, 0.5);
    padding: 0 5px;
  }
  .ac-language a:last-child {
    border-right: 0;
  }
}

.filter-img-blue {
  filter: brightness(0) saturate(100%) invert(12%) sepia(36%) saturate(6929%) hue-rotate(218deg) brightness(83%) contrast(96%);
}

.ac-hero-carousel {
  font-family: "museo_sans_500regular";
  width: 100%;
  background: linear-gradient(90deg, #092c74 0%, #123986 50%, #00a4e4 100%);
}
@media (min-width: 1200px) {
  .ac-hero-carousel {
    height: 500px;
    padding: 0;
  }
}
.ac-hero-carousel__slide {
  text-decoration: none !important;
}
.ac-hero-carousel__slide:hover {
  text-decoration: none !important;
}
.ac-hero-carousel__doctor {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  flex-wrap: wrap;
}
@media (min-width: 1200px) {
  .ac-hero-carousel__doctor {
    flex-direction: row;
    height: 500px;
  }
}
.ac-hero-carousel__doctor .ac-hero-carousel__left {
  width: 100%;
  padding: 30px 0;
}
@media (min-width: 1200px) {
  .ac-hero-carousel__doctor .ac-hero-carousel__left {
    width: 60%;
    padding: 0;
  }
}
.ac-hero-carousel__doctor .ac-hero-carousel__right {
  width: 100%;
}
@media (min-width: 1200px) {
  .ac-hero-carousel__doctor .ac-hero-carousel__right {
    width: 40%;
    height: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
  }
}
.ac-hero-carousel__doctor .ac-hero-carousel__right img {
  width: 60%;
  max-width: 400px;
  display: block;
  margin-top: auto;
  margin-left: auto;
}
@media (min-width: 1200px) {
  .ac-hero-carousel__doctor .ac-hero-carousel__right img {
    width: 100%;
    display: block;
    object-fit: contain;
  }
}
.ac-hero-carousel__content {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.ac-hero-carousel__content .ac-hero-carousel__main-title {
  font-size: 24px;
  line-height: 130%;
  font-weight: 600;
  color: #fff;
}
@media (min-width: 1200px) {
  .ac-hero-carousel__content .ac-hero-carousel__main-title {
    font-size: 40px;
  }
}
.ac-hero-carousel__content .ac-hero-carousel__sub-title {
  font-size: 18px;
  line-height: 130%;
  font-weight: 400;
  color: #fff;
}
@media (min-width: 1200px) {
  .ac-hero-carousel__content .ac-hero-carousel__sub-title {
    font-size: 26px;
  }
}
.ac-hero-carousel__content .ac-hero-carousel__desc {
  font-size: 17px;
  line-height: 130%;
  font-weight: 100;
  color: #fff;
  margin-top: 20px;
}
@media (min-width: 1200px) {
  .ac-hero-carousel__content .ac-hero-carousel__desc {
    font-size: 20px;
  }
}
.ac-hero-carousel__content strong {
  font-weight: 600;
}
.ac-hero-carousel .swiper {
  width: 100%;
}
.ac-hero-carousel .swiper-navigation {
  width: 90px;
  position: absolute;
  height: 40px;
  bottom: 20px;
  left: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 5;
}
.ac-hero-carousel .swiper-navigation .swiper-button-prev {
  margin: 0;
  left: 0;
  top: 0;
  bottom: 0;
  position: relative;
  right: 0;
  width: 40px;
  height: 40px;
  border-radius: 5px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: linear-gradient(to bottom, #103460, #1b539c);
}
.ac-hero-carousel .swiper-navigation .swiper-button-prev .swiper-navigation-icon {
  width: 12px !important;
  filter: brightness(0) saturate(100%) invert(99%) sepia(23%) saturate(2%) hue-rotate(37deg) brightness(115%) contrast(101%);
}
.ac-hero-carousel .swiper-navigation .swiper-button-next {
  margin: 0;
  left: 0;
  top: 0;
  bottom: 0;
  position: relative;
  right: 0;
  width: 40px;
  height: 40px;
  border-radius: 5px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: linear-gradient(to bottom, #103460, #1b539c);
}
.ac-hero-carousel .swiper-navigation .swiper-button-next .swiper-navigation-icon {
  width: 12px !important;
  filter: brightness(0) saturate(100%) invert(99%) sepia(23%) saturate(2%) hue-rotate(37deg) brightness(115%) contrast(101%);
}
@media (min-width: 1200px) {
  .ac-hero-carousel .swiper-navigation {
    left: 50%;
    transform: translateX(calc(-50% - 425px));
  }
}

.language {
  display: none !important;
}

.footerlogo img {
  width: 100%;
  max-width: 150px;
}

.home-hospital-component {
  width: 100%;
  background-color: rgba(242, 248, 251, 0.5);
  padding: 30px 0;
  font-family: "museo_sans_500regular";
}
@media (min-width: 1200px) {
  .home-hospital-component {
    padding: 60px 0;
  }
}
.home-hospital-component__header-wrapper {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.home-hospital-component__header {
  width: calc(100% - 90px);
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.home-hospital-component__header-sub-title {
  width: 100%;
  font-size: 14px;
  font-weight: 400;
  color: #5f5f5f;
  font-style: italic;
  text-align: left;
}
@media (min-width: 1200px) {
  .home-hospital-component__header-sub-title {
    font-size: 18px;
    text-align: center;
  }
}
.home-hospital-component__header-main-title {
  width: 100%;
  font-size: 20px;
  font-weight: 600;
  color: #092c74;
  text-align: left;
}
@media (min-width: 1200px) {
  .home-hospital-component__header-main-title {
    font-size: 32px;
    text-align: center;
  }
}
.home-hospital-component__wrapper {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  flex-direction: column;
  margin-top: 30px;
}
@media (min-width: 1200px) {
  .home-hospital-component__wrapper {
    flex-direction: row;
  }
}
.home-hospital-component__box {
  width: 100%;
  display: flex;
  flex-direction: column;
  border-radius: 5px;
  overflow: hidden;
  text-decoration: none;
  transition: 0.3s ease all;
}
.home-hospital-component__box-banner {
  width: 100%;
  height: 240px;
}
@media (min-width: 1200px) {
  .home-hospital-component__box-banner {
    height: 200px;
  }
}
.home-hospital-component__box-banner img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
}
.home-hospital-component__box-content {
  width: 100%;
  display: flex;
  flex-direction: column;
  background-color: #092c74;
  padding: 20px;
}
.home-hospital-component__box-content-title {
  font-size: 16px;
  line-height: 130%;
  font-weight: 600;
  color: #fff;
}
.home-hospital-component__box:hover {
  background-color: #f0f0f0;
}
.home-hospital-component__cta {
  margin: 30px auto 0 auto;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.home-hospital-component__cta a {
  border: 1px solid #ddd;
  background-color: #fff;
  color: #092c74;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: 500;
  line-height: 130%;
  text-align: center;
  border-radius: 5px;
  text-decoration: none !important;
}
.home-hospital-component__cta a:hover {
  color: #092c74 !important;
}
.home-hospital-component .swiper {
  width: 100%;
}
.home-hospital-component .swiper-navigation {
  width: 90px;
  position: relative;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 5;
}
.home-hospital-component .swiper-navigation .swiper-button-prev {
  margin: 0;
  left: 0;
  top: 0;
  bottom: 0;
  position: relative;
  right: 0;
  width: 40px;
  height: 40px;
  border-radius: 5px;
  border: 1px solid #dee6f3;
  background: linear-gradient(to bottom, #ffffff, #ffffff);
}
.home-hospital-component .swiper-navigation .swiper-button-prev .swiper-navigation-icon {
  width: 12px !important;
  filter: brightness(0) saturate(100%) invert(12%) sepia(82%) saturate(2162%) hue-rotate(209deg) brightness(111%) contrast(96%);
}
.home-hospital-component .swiper-navigation .swiper-button-next {
  margin: 0;
  left: 0;
  top: 0;
  bottom: 0;
  position: relative;
  right: 0;
  width: 40px;
  height: 40px;
  border-radius: 5px;
  border: 1px solid #dee6f3;
  background: linear-gradient(to bottom, #ffffff, #ffffff);
}
.home-hospital-component .swiper-navigation .swiper-button-next .swiper-navigation-icon {
  width: 12px !important;
  filter: brightness(0) saturate(100%) invert(12%) sepia(82%) saturate(2162%) hue-rotate(209deg) brightness(111%) contrast(96%);
}
@media (min-width: 1200px) {
  .home-hospital-component .swiper-navigation {
    left: 50%;
    transform: translateX(calc(-50% - 425px));
  }
}

.home-health-guide-component {
  background-color: #f0f4f6;
  border-bottom: 1px solid #ddd;
  width: 100%;
  padding: 0 0 30px 0;
  font-family: "museo_sans_500regular";
}
@media (min-width: 1200px) {
  .home-health-guide-component {
    padding: 0 0 60px 0;
  }
}
.home-health-guide-component__wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (min-width: 1200px) {
  .home-health-guide-component__wrapper {
    flex-direction: row;
  }
}
.home-health-guide-component__box {
  width: 100%;
  border-radius: 5px;
  background: linear-gradient(to top, #092c74, transparent);
  position: relative;
  overflow: hidden;
}
@media (min-width: 1200px) {
  .home-health-guide-component__box {
    width: calc(50% - 10px);
  }
}
.home-health-guide-component__box:hover {
  text-decoration: none;
  color: inherit;
}
.home-health-guide-component__box-banner {
  width: 100%;
  position: relative;
}
.home-health-guide-component__box-banner img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  mix-blend-mode: multiply;
}
.home-health-guide-component__box-title {
  font-size: 22px;
  font-weight: 800px;
  color: #fff;
  line-height: 130%;
  text-shadow: -5px 0 5px rgba(0, 0, 0, 0.5);
}
@media (min-width: 1200px) {
  .home-health-guide-component__box-title {
    font-size: 35px;
  }
}
.home-health-guide-component__box-content {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 20px 20px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.home-health-guide-component__box-footer {
  display: inline-flex;
}
.home-health-guide-component__box-footer span {
  width: auto;
  padding: 7px 15px;
  background-color: rgba(255, 255, 255, 0.2);
  font-size: 15px;
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 5px;
  display: block;
  font-weight: 400;
  color: #fff !important;
}

.ikinci-gorus-component {
  width: 100%;
  background-color: #092c74;
  padding: 30px 0;
  font-family: "museo_sans_500regular";
}
@media (min-width: 1200px) {
  .ikinci-gorus-component {
    padding: 60px 0;
  }
  .ikinci-gorus-component .container {
    width: 1100px;
  }
}
.ikinci-gorus-component__header {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.ikinci-gorus-component__header-sub-title {
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
}
@media (min-width: 1200px) {
  .ikinci-gorus-component__header-sub-title {
    font-size: 16px;
  }
}
.ikinci-gorus-component__header-main-title {
  width: 100%;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  color: #fff;
}
@media (min-width: 1200px) {
  .ikinci-gorus-component__header-main-title {
    font-size: 32px;
  }
}
.ikinci-gorus-component__wrapper {
  width: 100%;
  display: flex;
  background-color: white;
  border-radius: 5px;
  overflow: hidden;
  flex-direction: column;
  margin-top: 30px;
  gap: 20px;
}
@media (min-width: 1200px) {
  .ikinci-gorus-component__wrapper {
    flex-direction: row;
    gap: 0;
  }
}
.ikinci-gorus-component__left {
  width: 100%;
}
@media (min-width: 1200px) {
  .ikinci-gorus-component__left {
    width: 50%;
  }
}
.ikinci-gorus-component__left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  object-position: center;
}
.ikinci-gorus-component__right {
  width: 100%;
  padding: 20px;
}
@media (min-width: 1200px) {
  .ikinci-gorus-component__right {
    width: 50%;
    padding: 40px;
  }
}
.ikinci-gorus-component input,
.ikinci-gorus-component textarea {
  background-color: #fff !important;
}
.ikinci-gorus-component textarea {
  border-bottom: 1px solid #092c74 !important;
}
.ikinci-gorus-component .commonbtn {
  width: 100%;
  background-color: #092c74;
  border-radius: 5px;
  height: 40px;
  font-size: 16px !important;
  font-weight: 500 !important;
  line-height: 130% !important;
  text-decoration: none;
}
.ikinci-gorus-component .commonbtn:hover {
  color: #fff !important;
}
.ikinci-gorus-component .form-aside {
  margin-top: 0 !important;
}
.ikinci-gorus-component .dosyasec {
  background-color: #f0f0f0 !important;
  border: 1px solid #ddd !important;
  border-radius: 5px;
  font-size: 16px !important;
  font-weight: 500 !important;
  line-height: 130%;
  text-decoration: none;
  height: 40px;
  color: #092c74 !important;
  display: flex !important;
  align-items: center !important;
  padding: 10px;
}

.ask-doctor-component {
  width: 100%;
  background-color: #072562;
  padding: 30px 0px;
  font-family: "museo_sans_500regular";
  margin-top: -50px;
}
@media (min-width: 1200px) {
  .ask-doctor-component {
    padding: 30px 0;
  }
  .ask-doctor-component .container {
    width: 1100px;
  }
}
.ask-doctor-component__header {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.ask-doctor-component__header-sub-title {
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
}
@media (min-width: 1200px) {
  .ask-doctor-component__header-sub-title {
    font-size: 16px;
  }
}
.ask-doctor-component__header-main-title {
  width: 100%;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  color: #fff;
}
@media (min-width: 1200px) {
  .ask-doctor-component__header-main-title {
    font-size: 32px;
  }
}
.ask-doctor-component__wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  background-color: #fff;
  border-radius: 5px;
  overflow: hidden;
  margin-top: 30px;
  gap: 20px;
}
@media (min-width: 1200px) {
  .ask-doctor-component__wrapper {
    flex-direction: row;
    gap: 0;
  }
}
.ask-doctor-component__left {
  width: 100%;
}
@media (min-width: 1200px) {
  .ask-doctor-component__left {
    width: 50%;
  }
}
.ask-doctor-component__left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  object-position: center;
}
.ask-doctor-component__right {
  width: 100%;
  padding: 20px;
}
@media (min-width: 1200px) {
  .ask-doctor-component__right {
    width: 50%;
    padding: 40px;
  }
}
.ask-doctor-component form {
  margin-top: 0 !important;
}

.custom-tabs {
  font-family: "museo_sans_500regular";
  margin-top: 30px;
  margin-bottom: 20px;
  display: flex;
  background: #fff;
  border-radius: 12px;
  padding: 4px;
  width: 100%;
  list-style: none;
}
.custom-tabs li {
  width: 50%;
  text-align: center;
}
.custom-tabs li a {
  display: block;
  padding: 10px 0;
  border-radius: 10px;
  color: #1c1c1e;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.2s ease;
}
.custom-tabs li.active a {
  background: #092c74 !important;
  color: #fff !important;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

.doktor {
  position: relative;
  font-family: "museo_sans_500regular";
  cursor: pointer;
  margin-bottom: 25px;
  display: block;
}
@media (min-width: 1200px) {
  .doktor {
    margin-bottom: 0;
  }
}
.doktor__content {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #092c74;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding: 5px;
  color: #fff;
}
.doktor__content h5 {
  font-size: 14px;
  font-weight: 600;
  line-height: 125%;
}
.doktor__name {
  font-size: 16px;
  font-weight: 600;
  line-height: 125%;
}
.doktor__name--small {
  font-size: 14px;
}
@media (min-width: 1200px) {
  .doktor__name {
    height: 30px;
  }
}
.doktor__tibbi-birim {
  font-size: 13px;
  font-weight: 500;
  line-height: 125%;
}
.doktor__tibbi-birim--small {
  font-size: 12px;
  font-weight: 500;
}
.doktor__hover {
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgba(9, 44, 116, 0.8);
  backdrop-filter: blur(10px);
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 120px;
  bottom: -150px;
  transition: 0.2s linear all;
  color: #fff !important;
}
.doktor__hover span {
  font-size: 18px;
  font-weight: 600;
  line-height: 130%;
}
.doktor:hover .doktor__hover {
  bottom: 0;
  visibility: visible;
}
.doktor figure {
  background: linear-gradient(90deg, rgb(254, 255, 255) 0%, rgb(240, 240, 240) 35%, rgb(225, 225, 225) 65%, rgb(196, 196, 196) 100%);
  height: 345px !important;
}
.doktor .mini-figure {
  height: 345px;
}
@media (min-width: 1200px) {
  .doktor .mini-figure {
    height: 245px !important;
  }
}
.doktor figure img {
  object-fit: cover;
  object-position: center;
}

@media (min-width: 1200px) {
  .doktoraramasonuc .row {
    margin-bottom: 25px;
  }
}

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