body {
  margin: 0px;
  padding: 0px;
  position: relative;
  height: 100%;
  cursor: default;
  overflow-y: scroll;
  font-family: "Poppins", sans-serif;
}

.webslider {
  display: block;
  width: 100%;
}

.mobilSlider {
  display: none;
}

h1.h1-baslik {
  font-size: 40px;
  line-height: 50px;
  font-weight: 700;
  text-align: start;
  color: #044582;
  margin-top: 0;
  margin-bottom: 10px;
}

.note {
  max-width: 1440px;
  margin: auto;
  margin-top: 50px;
}

.note_ic {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  padding: 5px;
  color: #fff;
  text-align: center;
  margin-left: 20px;
  margin-right: 20px;
  font-size: 14px;
}

.flag_link {
  position: relative;
}

.flag_link a {
  color: var(--beyaz);
  cursor: pointer;
  display: block;
  vertical-align: bottom;
}

.flag_link a img {
  border-radius: 100px;
  display: block;
  margin: auto;
}

.flag_link:hover .flag_panel {
  display: block;
}

.flag_panel {
  display: none;
  background: #238BCC;
  padding: 0px;
  position: absolute;
  left: 0px;
  right: 0px;
  width: auto;
  border-radius: 4px;
}

.flag_panel ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
  padding-top: 5px;
}

.flag_panel ul li {
  margin-bottom: 5px;
}

* {
  transition: 0.3s;
}

:root {
  --mavi: #044683;
}

a {
  text-decoration: none;
}

.letter {
  position: relative;
}

.letter:before, .letter:after {
  content: "";
  position: absolute;
  z-index: -1;
  transition: 0.3s;
}

.letter:before {
  width: 100%;
  height: 100%;
  background: var(--mavi);
  transform: rotate(5deg);
}

.letter:after {
  width: 100%;
  height: 100%;
  background: #2C6BC5;
  transform: rotate(-5deg);
  top: 0px;
}

.letter:hover:before {
  transform: rotate(-5deg);
}

.letter:hover:after {
  transform: rotate(5deg);
}

/* header */
.header {
  max-width: 100%;
  box-sizing: border-box;
  background: var(--mavi);
  position: fixed;
  z-index: 999;
  top: 0px;
  left: 0px;
  right: 0px;
  border-bottom: 4px solid #ddd;
}

.header1 {
  max-width: 100%;
  box-sizing: border-box;
  color: var(--mavi);
  background: #fff;
}

.header_inner1 {
  max-width: 1440px;
  margin: auto;
  box-sizing: border-box;
}

.header_inner_text1 {
  display: grid;
  grid-template-columns: auto auto;
  align-items: center;
  max-width: 100%;
  box-sizing: border-box;
  padding-left: 10px;
  padding-right: 10px;
}

.links1 {
  display: grid;
  grid-template-columns: auto auto auto auto auto auto;
  align-items: center;
  justify-content: right;
  grid-gap: 10px;
}

.header_inner_text_item1 {
  color: var(--mavi);
  text-decoration: none;
  border-radius: 4px;
  display: block;
}

.link1 {
  font-weight: 700;
  text-align: center;
  padding: 10px;
}

.link1:hover {
  background: rgba(0, 0, 0, 0.1);
}

.header2 {
  max-width: 100%;
  box-sizing: border-box;
  background: var(--mavi);
  color: #fff;
}

.header_inner2 {
  max-width: 1440px;
  margin: auto;
  box-sizing: border-box;
}

.header_inner_text2 {
  display: grid;
  grid-template-columns: auto;
  align-items: center;
  max-width: 100%;
  box-sizing: border-box;
  padding-left: 10px;
  padding-right: 10px;
}

.links2 {
  display: grid;
  grid-template-columns: auto auto auto auto auto auto;
  align-items: center;
  justify-content: right;
  grid-gap: 10px;
}

.header_inner_text_item2 {
  color: #fff;
  text-decoration: none;
  border-radius: 4px;
  display: block;
}

.link2 {
  font-weight: 400;
  text-align: center;
  padding: 10px;
}

.link2:hover {
  background: rgba(255, 255, 255, 0.1);
}

.logo {
  display: inline-block;
  font-size: 38px;
  font-weight: 700;
  margin-top: 10px;
  margin-bottom: 10px;
}

.mobile_link {
  display: none;
}

/* slider */
.webslider {
  border-bottom: 4px solid #fff;
  margin-top: 126px;
}

h3 {
  color: rgba(0, 0, 0, 0.8) !important;
}

ul li, a {
  color: rgba(0, 0, 0, 0.8);
}

.max-width {
  max-width: 1440px;
  width: 100%;
  padding: 0 10px;
  margin: 0 auto;
}

.content-space {
  padding: 80px 0;
}

* {
  box-sizing: border-box;
}

.kurumsal .kurumsal_inner p {
  margin-top: 0 !important;
  color: rgba(0, 0, 0, 0.8);
}

.kurumsal .kurumsal_inner h2 {
  margin-bottom: 7px !important;
  color: rgba(0, 0, 0, 0.8);
}

/* footer */
footer {
  max-width: 100%;
  box-sizing: border-box;
}

.footer1 {
  max-width: 100%;
  box-sizing: border-box;
  padding-top: 20px;
  padding-bottom: 20px;
  background: #ddd;
}

.footer1_inner {
  max-width: 1400px;
  margin: auto;
  display: grid;
  grid-template-columns: 1fr auto auto auto;
  grid-gap: 50px;
  padding-left: 20px;
  padding-right: 20px;
  align-items: center;
}

.footer1_inner_item_text {
  display: grid;
  grid-template-columns: 64px 1fr;
  grid-gap: 20px;
  align-items: center;
  color: var(--mavi);
}

.footer1_baslik {
  font-size: 38px;
  color: var(--mavi);
  font-weight: 700;
}

.footer1_ikon {
  width: 64px;
  height: 64px;
  border-radius: 100px;
  background: #2C6BC5;
  color: #fff;
  position: relative;
}

.footer1_ikon i {
  position: absolute;
  top: 50%;
  left: 0px;
  right: 0px;
  text-align: center;
  font-size: 32px;
  transform: translateY(-50%);
}

.footer2 {
  max-width: 100%;
  box-sizing: border-box;
  background: var(--mavi);
  padding-top: 50px;
  padding-bottom: 50px;
}

.footer2_inner {
  max-width: 1400px;
  margin: auto;
  display: grid;
  grid-template-columns: auto auto auto;
  color: #fff;
  grid-gap: 50px;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
}

.footer2_inner_saat {
  max-width: 1400px;
  margin: auto;
  display: grid;
  grid-template-columns: auto;
  color: #fff;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  margin-top: 50px;
}

.saat_flex {
  display: grid;
  grid-template-columns: auto auto auto;
  grid-gap: 0px;
  max-width: 425px;
  margin: auto;
  margin-top: 10px;
}

.footer3 {
  max-width: 100%;
  box-sizing: border-box;
  background: #fff;
}

.footer3_inner {
  max-width: 1400px;
  margin: auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  font-size: 14px;
  padding: 20px;
}

.copyright {
  text-align: left;
}

.sahne {
  text-align: right;
}

.logo_baslik {
  text-align: center;
  font-size: 38px;
  line-height: 38px;
}

.f_link {
  display: block;
}

.f_link a {
  color: #fff;
}

.f_link a:hover {
  color: #ddd;
  text-decoration: underline;
}

.bulten_baslik {
  color: var(--mavi);
  font-weight: 700;
  background: #fff;
  border-radius: 100px;
  text-align: center;
  padding: 5px;
  font-size: 14px;
}

.bulten_icerik {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
  margin-top: 20px;
}

.bulten_icerik_item {
  grid-gap: 5px;
  text-align: center;
}

.bulten_icerik_item_a {
  color: #fff;
}

.bulten {
  display: grid;
  grid-template-columns: auto auto auto;
  grid-gap: 10px;
  margin-top: 10px;
}

::placeholder {
  color: #9DB1CD;
}

.form_input {
  padding: 10px 15px;
  border-radius: 5px;
  outline: none;
  color: #9DB1CD;
  border: 1px solid #9DB1CD;
  border: 0px;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  background: #3F669D;
  font-weight: 300;
  width: 100%;
  box-sizing: border-box;
}

.form_button {
  padding: 5px;
  border-radius: 5px;
  outline: none;
  background: #fff;
  border: 0px;
  cursor: pointer;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  color: var(--mavi);
  width: 100%;
  box-sizing: border-box;
  border: 1px solid var(--mavi);
  padding-left: 20px;
  padding-right: 20px;
}

.form_button:hover {
  border: 1px solid #fff;
  background: #2C6BC5;
  color: #fff;
}

.mobile_menu {
  position: fixed;
  right: -260px;
  top: 0px;
  bottom: 0px;
  width: 260px;
  background: #fff;
  z-index: 99999;
}

.mobile_overlay {
  position: fixed;
  top: 0px;
  right: 0px;
  left: 0px;
  bottom: 0px;
  width: 0px;
  background: rgba(0, 0, 0, 0.7);
  z-index: 9999;
}

.m_link {
  padding: 10px;
  color: var(--mavi);
  border-bottom: 1px solid var(--mavi);
}

.m_link:hover {
  background: #ddd;
}

.breadcrumb {
  max-width: 100%;
  box-sizing: border-box;
  background: #ddd;
  background-image: url("https://www.transparenttextures.com/patterns/mirrored-squares.png");
  margin-top: 122px;
}

.breadcrumb_inner {
  max-width: 1440px;
  margin: auto;
  padding-top: 25px;
  padding-bottom: 25px;
}

.breadcrumb_inner_text {
  padding-left: 20px;
  padding-right: 20px;
  text-align: center;
  font-weight: bold;
}

.kurumsal {
  max-width: 100%;
  box-sizing: border-box;
  padding-top: 50px;
  padding-bottom: 34px;
}

.kurumsal_inner {
  max-width: 1440px;
  margin: auto;
}

.kurumsal_inner_item {
  padding-left: 20px;
  padding-right: 20px;
}

.figure {
  max-width: 400px;
  float: right;
  margin-bottom: 40px;
  overflow: hidden;
  border: 1px solid #ddd;
  padding: 5px;
}

.figure:hover img {
  transform: scale(1.2);
}

.kurumsal_button {
  padding: 10px;
  display: inline-block;
  background: var(--mavi);
  color: #fff;
  text-align: left;
  border: 1px solid var(--mavi);
  margin-top: 34px;
  width: 150px;
}

.kurumsal_button:hover {
  background: #2C6BC5;
  border: 1px solid #2C6BC5;
  padding-left: 20px;
}

.kurumsal_ikon {
  float: right;
}

.blog_index {
  max-width: 100%;
  box-sizing: border-box;
}

.blog_inner_index {
  max-width: 1440px;
  margin: auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 30px;
}

.blog {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
  padding: 80px 25px;
  box-sizing: border-box;
}

.blog_inner {
  max-width: 1400px;
  margin: auto;
  margin-top: 50px;
  margin-bottom: 50px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 30px;
  padding-left: 20px;
  padding-right: 20px;
}

.blog_detay {
  background: #fff;
  border: 1px solid #ddd;
  padding: 5px;
  cursor: pointer;
}

.blog_resim {
  overflow: hidden;
}

.blog_detay:hover img {
  transform: scale(1.2);
}

.blog_baslik {
  padding: 10px;
  font-weight: 700;
}

.blog_button {
  padding: 10px;
  background: #ddd;
  font-size: 16px;
  font-weight: 700;
  display: inline-block;
  border-radius: 0px 30px 0px 0px;
}

.blog_detay:hover .blog_button i {
  margin-left: 20px;
}

.mobile_slider {
  display: none;
}

.iletisim_button {
  position: fixed;
  top: 50%;
  right: 0px;
  transform: translateY(-50%);
  z-index: 9;
  cursor: pointer;
  color: #fff;
  letter-spacing: 2px;
  font-weight: 700;
  font-size: 16px;
  border-radius: 0px 5px 5px 0px;
  text-orientation: mixed;
  padding: 5px;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  gap: 10px;
}
.iletisim_button .buton {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.iletisim_button .buton.wp {
  background-color: #1da960;
}
.iletisim_button .buton.tel {
  background-color: #b21212;
}
.iletisim_button .buton.tlg {
  background-color: #2296d4;
}
.iletisim_button .buton:hover {
  transform: rotate(360deg);
}
.iletisim_button .buton i {
  font-size: 25px;
  color: #fff;
}

.volume {
  font-size: 24px;
  vertical-align: middle;
  transform: rotate(180deg);
}

.iletisim_form {
  background: #d80b27;
  color: #fff;
  z-index: 99;
  position: fixed;
  width: 260px;
  top: 50%;
  height: auto;
  right: -260px;
  transform: translateY(-50%);
  border-radius: 5px 0px 0px 5px;
}

.iletisim_form_inner {
  padding: 20px;
}

.iletisim_input::placeholder {
  color: var(--mavi);
}

.iletisim_textarea::placeholder {
  color: var(--mavi);
}

.iletisim_input {
  padding: 10px;
  width: 100%;
  box-sizing: border-box;
  border: 0px;
  font-size: 16px;
  outline: none;
  background: rgba(255, 255, 255, 0.3);
  border: 1px dashed var(--mavi);
  font-family: "Poppins", sans-serif;
  color: var(--mavi);
  padding-left: 50px;
}

.iletisim_textarea {
  padding: 10px;
  width: 100%;
  box-sizing: border-box;
  border: 0px;
  font-size: 16px;
  outline: none;
  background: rgba(255, 255, 255, 0.3);
  border: 1px dashed var(--mavi);
  font-family: "Poppins", sans-serif;
  color: var(--mavi);
  display: block;
  resize: none;
  padding-left: 50px;
}

.sf_item_1, .sf_item_2, .sf_item_3 {
  display: none;
}

.doktorlar {
  max-width: 100%;
  box-sizing: border-box;
}

.doktorlar_inner {
  max-width: 1440px;
  margin: auto;
  margin-top: 50px;
  margin-bottom: 50px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 30px;
  align-items: start;
  padding-left: 20px;
  padding-right: 20px;
}

.doktorlar_detay {
  background: #fff;
  border: 1px solid #ddd;
  padding: 5px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 10px;
}

.doktor {
  max-width: 100%;
  box-sizing: border-box;
}

.doktor_inner {
  max-width: 1440px;
  margin: auto;
  margin-top: 50px;
  margin-bottom: 50px;
  display: grid;
  grid-template-columns: 400px 1fr;
  grid-gap: 30px;
  align-items: start;
  padding-left: 20px;
  padding-right: 20px;
}

.doktor_detay {
  background: #fff;
  border: 1px solid #ddd;
  padding: 5px;
}

.doktor_resim {
  overflow: hidden;
}

.doktor_detay:hover img {
  transform: scale(1.2);
}

.doktor_adi {
  font-size: 36px;
  font-weight: 700;
}

.doktor_sosyal {
  display: grid;
  grid-template-columns: 58px 58px 58px;
  cursor: pointer;
}

.sosyal_item {
  border: 1px solid var(--mavi);
  width: 48px;
  height: 48px;
  position: relative;
  border-radius: 100px;
}

.sosyal_item a {
  color: var(--mavi);
}

.sosyal_item:hover {
  background: var(--mavi);
}

.sosyal_item:hover a {
  background: var(--mavi);
  color: #fff;
}

.iletisim {
  max-width: 100%;
  box-sizing: border-box;
}

.iletisim_inner {
  max-width: 1440px;
  margin: auto;
  margin-top: 50px;
  margin-bottom: 50px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 30px;
  padding-left: 20px;
  padding-right: 20px;
}

.iletisim_detay {
  background: #fff;
  border: 1px solid #ddd;
  padding: 5px;
}

.input_flex {
  position: relative;
  margin-bottom: 20px;
}

.input_icon {
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
  background: #2294ef;
  color: var(--beyaz);
  padding: 5px;
  border-radius: 100px;
  border: 1px dashed var(--mavi);
}

.zarf {
  background-image: url("../images/zarf.webp");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.info_button {
  padding: 10px;
  width: 100%;
  box-sizing: border-box;
  border: 0px;
  font-size: 16px;
  outline: none;
  background: #fff;
  border: 1px solid var(--mavi);
  color: var(--mavi);
  font-family: "Poppins", sans-serif;
  cursor: pointer;
}

.info_button:hover {
  background: #2C6BC5;
  color: #fff;
}

.more {
  background: #fff;
  padding: 10px;
  border-radius: 5px;
  text-decoration: none;
  color: var(--mavi);
  font-weight: 700;
  display: block;
  max-width: 200px;
  text-align: center;
  margin-top: 30px;
}

.more:hover {
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5);
}

.more:hover .icon {
  margin-left: 20px;
}

@media (max-width: 1124px) {
  .header_inner_text {
    grid-template-columns: auto;
  }
  p {
    padding: 0 10px;
  }
  .link {
    text-align: center;
  }
  .logo {
    text-align: center;
  }
  .links {
    margin-top: -10px;
    grid-gap: 10px;
  }
  .section1_inner_text {
    grid-template-columns: 2fr 1fr;
    grid-gap: 25px;
  }
  .section1_baslik {
    font-size: 98px;
    line-height: 108px;
  }
  .section1_baslik_1 {
    font-size: 38px;
    line-height: 48px;
  }
  .section1 {
    background-position: left -73px;
  }
  .section1_inner_text {
    padding-left: 20px;
    padding-right: 20px;
  }
  .section2_inner_text {
    grid-template-columns: 1fr 1fr;
  }
  .section2_inner_text_item {
    padding: 0 25px;
  }
  .section2_inner_text_item_overlay {
    margin: 0 25px;
  }
  .footer1_inner {
    grid-template-columns: auto auto;
    grid-gap: 20px;
  }
  .footer1_baslik {
    grid-column: 1/span 2;
  }
  .footer2_inner {
    grid-template-columns: 1fr 1fr;
  }
  .footer2_item_3 {
    grid-column: 1/span 2;
  }
  .section3_inner_item {
    padding: 10px;
    font-size: 14px;
    line-height: 14px;
  }
}
@media (max-width: 868px) {
  .webslider {
    display: none;
  }
  .mobilSlider {
    display: block;
    width: 100%;
    margin-top: 80px;
  }
  .breadcrumb {
    margin-top: 59px;
  }
  .header_inner_text {
    grid-template-columns: 1fr auto;
  }
  .link {
    display: none;
  }
  .mobile_link {
    display: inline-block;
    cursor: pointer;
    width: 34px;
    height: 39px;
    font-size: 26px;
    text-align: center;
    padding-top: 2px;
  }
  .links1 {
    grid-template-columns: auto auto;
    margin-top: 0px;
  }
  .mobile_link:hover {
    background: rgba(255, 255, 255, 0.1);
  }
  .logo {
    text-align: left;
    font-size: 24px;
  }
  .section1_inner_text {
    grid-template-columns: 1fr;
  }
  .section1_baslik {
    font-size: 38px;
    line-height: 48px;
  }
  .section1_baslik_1 {
    font-size: 38px;
    line-height: 48px;
  }
  .section1_text {
    font-size: 16px;
    margin-top: 50px;
  }
  .section1_text_1 {
    font-size: 16px;
  }
  .xxx:nth-child(1) {
    width: 100%;
    margin: auto;
    order: 1;
  }
  .sec1_img {
    width: 100%;
    margin: auto;
  }
  .section1 {
    background-position: left 0px;
    background-repeat: repeat;
  }
  .section1_inner {
    padding-top: 30px;
  }
  .br {
    display: none;
  }
  .br1 {
    display: inline-block;
  }
  .section2_baslik {
    font-size: 40px;
  }
  .footer1_inner_item_text {
    grid-template-columns: 48px 1fr;
  }
  .footer1_ikon {
    width: 48px;
    height: 48px;
  }
  .footer1_ikon_text {
    font-size: 14px;
  }
  .footer1_ikon i {
    font-size: 24px;
  }
  .footer1_baslik {
    font-size: 38px;
  }
  .section3_inner {
    grid-template-columns: 1fr;
    margin-bottom: 10px;
  }
  .section3_baslik {
    font-size: 38px;
  }
  .section3_panel {
    grid-template-columns: 1fr;
    grid-gap: 20px;
    padding: 20px;
  }
  .section3_panel_baslik {
    font-size: 38px;
    line-height: 48px;
  }
  .figure {
    max-width: 100%;
    float: none;
    margin: 15px 0;
  }
  .blog_inner {
    grid-template-columns: 1fr 1fr;
  }
  .web_slider {
    display: none;
  }
  .mobile_slider {
    display: block;
  }
  .doktorlar_inner {
    grid-template-columns: 1fr;
  }
  .doktor_inner {
    grid-template-columns: 1fr;
  }
  .iletisim_inner {
    grid-template-columns: 1fr;
  }
  .iletisim_detay:nth-child(1) {
    order: 1;
  }
  .iletisim_detay iframe {
    height: 400px;
  }
}
.section2_inner p {
  color: rgba(0, 0, 0, 0.8);
}


@media (max-width: 400px) {
  .logo {
    font-size: 18px!important;
  }
}
@media (max-width: 350px) {
  .logo {
    font-size: 15px!important;
  }
}

@media (max-width: 568px) {
  .breadcrumb {
    margin-top: 50px;
  }
  .section2_inner {
    padding: 50px 10px;
  }
  .section2_inner p {
    font-size: 18px;
  }
  .section4_inner p {
    font-size: 18px;
  }
  .section2_inner_text {
    grid-template-columns: 1fr;
  }
  .section2_inner_text_item {
    padding: 0 10px;
  }
  .section2_inner_text_item_overlay {
    margin: 0 10px;
  }
  p {
    padding: 0 10px;
  }
  .kurumsal .kurumsal_inner p {
    padding: 0;
  }
  .footer1_baslik {
    grid-column: 1/span 1;
  }
  .footer1_inner {
    grid-template-columns: auto;
    grid-gap: 20px;
  }
  .footer1_baslik {
    font-size: 28px;
  }
  .yazi1 {
    font-size: 16px;
  }
  .section2_baslik {
    font-size: 42px;
  }
  .section2_text {
    font-size: 14px;
  }
  .section1_text {
    font-size: 14px;
  }
  .footer3_inner {
    grid-template-columns: 1fr;
  }
  .copyright {
    text-align: center;
  }
  .sahne {
    margin-top: 20px;
    text-align: center;
  }
  .footer2_inner {
    grid-template-columns: 1fr;
  }
  .logo {
    font-size: 20px;
  }
  .logo_baslik {
    text-align: left;
  }
  .footer2_item_2 {
    text-align: left;
  }
  .footer2_item_3 {
    grid-column: 1/span 1;
  }
  .bulten {
    grid-template-columns: auto;
  }
  .section4_inner {
    grid-template-columns: 1fr;
  }
  .section3_baslik {
    font-size: 28px;
  }
  .section3_panel_baslik {
    font-size: 28px;
    line-height: 38px;
  }
  .kurumsal_inner_item {
    padding-left: 10px;
    padding-right: 10px;
  }
  .kurumsal_inner_item p {
    font-size: 18px;
  }
  .blog_inner {
    grid-template-columns: 1fr;
  }
  .specific_footer {
    display: block;
    position: fixed;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background: var(--mavi);
    color: #fff;
    border-top: 4px solid #fff;
    height: 40px;
    display: grid;
    grid-template-columns: auto 1fr auto;
    z-index: 999;
  }
  .sf_item_1 {
    display: block;
    border: 4px solid #fff;
    background: seagreen;
    color: var(--beyaz);
    border-radius: 100px;
    position: absolute;
    top: -30px;
    left: 20px;
    width: 50px;
    height: 50px;
    z-index: 999;
  }
  .sf_item_1 i {
    position: absolute;
    top: 50%;
    left: 0px;
    right: 0px;
    transform: translateY(-50%);
    text-align: center;
  }
  .sf_item_2 {
    display: block;
    position: absolute;
    top: -30px;
    left: 0px;
    right: 0px;
    width: 50px;
    height: 50px;
    margin-left: auto;
    margin-right: auto;
    padding: 5px;
    border: 4px solid #fff;
    background: #2294ef;
    z-index: 999;
    color: #fff;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .sf_item_3 {
    display: block;
    border: 4px solid #fff;
    background: #a90a0a;
    color: var(--beyaz);
    border-radius: 100px;
    position: absolute;
    top: -30px;
    right: 20px;
    width: 50px;
    height: 50px;
    z-index: 999;
  }
  .sf_item_3 i {
    position: absolute;
    top: 50%;
    left: 0px;
    right: 0px;
    transform: translateY(-50%);
    text-align: center;
  }
  .iletisim_button {
    display: none;
  }
  .saat_flex {
    grid-template-columns: auto;
    text-align: center;
  }
  .saat_br {
    display: none;
  }
  .sahne {
    margin-bottom: 60px;
  }
}
.sayfa-icerigi {
  background-color: rgba(29, 124, 213, 0.2);
  max-width: max-content;
  padding: 25px;
  border-radius: 25px;
}

.sayfa-icerigi h2 {
  margin-top: 0;
  color: rgb(12, 110, 201);
}

.sayfa-icerigi ul li a {
  font-size: 16px;
  line-height: 34px;
  color: rgba(0, 0, 0, 0.8);
  margin: 0;
  font-weight: bold;
}

.kurumsal .kurumsal_inner .kurumsal_inner_item .haberler {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.anasayfa-randevu-al {
  padding: 80px 0;
  background-color: #004286;
  display: flex;
  justify-content: center;
  align-items: center;
}

.anasayfa-randevu-al form {
  max-width: 60%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}
@media (max-width: 1024px) {
  .anasayfa-randevu-al form {
    max-width: 100%;
  }
}

.anasayfa-randevu-al form .form-item {
  max-width: calc((100% - 40px) / 3);
  width: 100%;
}
@media (max-width: 1024px) {
  .anasayfa-randevu-al form .form-item {
    max-width: calc((100% - 20px) / 2);
  }
}
@media (max-width: 500px) {
  .anasayfa-randevu-al form .form-item {
    max-width: 100%;
  }
}

.anasayfa-randevu-al form input, .anasayfa-randevu-al form select {
  background-color: #FFFFFF;
  font-size: 16px;
  line-height: 16px;
  padding: 10px 20px;
  color: rgba(0, 0, 0, 0.8);
  border-radius: 34px;
  border: none;
}

.anasayfa-randevu-al form input[type=submit] {
  color: #044582;
  font-weight: bold;
}

.anasayfa-tibbi-birimler {
  background-image: url("../images/medical_departments-bg.jpg");
  background-position: top left;
  background-size: auto 100%;
}
@media (max-width: 768px) {
  .anasayfa-tibbi-birimler {
    background-size: 100%;
  }
}
.anasayfa-tibbi-birimler .max-width {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 25px;
  flex-direction: column;
}
.anasayfa-tibbi-birimler .max-width h1 {
  font-size: 50px;
  line-height: 50px;
  margin: 0;
  color: #044582;
  text-align: center;
}
@media (max-width: 500px) {
  .anasayfa-tibbi-birimler .max-width h1 {
    font-size: 40px;
    line-height: 40px;
  }
}
.anasayfa-tibbi-birimler .max-width p {
  text-align: center;
  margin: 0;
}

.tibbi-birimler {
  width: 100%;
  display: flex;
  justify-content: start;
  align-items: start;
  gap: 25px;
  flex-wrap: wrap;
}
.tibbi-birimler .birim {
  max-width: calc((100% - 50px) / 3);
  width: 100%;
  margin-bottom: 25px;
  position: relative;
}
@media (max-width: 1024px) {
  .tibbi-birimler .birim {
    max-width: calc((100% - 25px) / 2);
  }
}
@media (max-width: 500px) {
  .tibbi-birimler .birim {
    max-width: 100%;
  }
}
.tibbi-birimler .birim figure {
  margin: 0;
  padding: 0;
  width: 100%;
  overflow: hidden;
}
.tibbi-birimler .birim figure img {
  width: 100%;
  float: left;
}
.tibbi-birimler .birim .text {
  position: absolute;
  height: 50px;
  width: 75%;
  bottom: -25px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #044582;
  padding: 10px 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff !important;
  border-radius: 25px;
  margin: 0;
  font-size: 16px;
  font-weight: normal;
  text-align: center;
}
@media (max-width: 500px) {
  .tibbi-birimler .birim .text {
    max-width: 100%;
    font-size: 14px;
    line-height: 14px;
    width: 85%;
    padding: 7px 5px;
  }
}
.tibbi-birimler .birim:hover figure img {
  transform: scale(1.05);
}
.tibbi-birimler .birim:hover .text {
  background-color: #ef8e00;
}

.tumunu-incele {
  font-size: 16px;
  line-height: 16px;
  padding: 15px 25px;
  background-color: #044582;
  color: #ffffff;
  border-radius: 46px;
}
.tumunu-incele:hover {
  background-color: #ef8e00;
}

.anasayfa-bolumler {
  background-color: #b5cad8;
}

.bolumler {
  display: flex;
  justify-content: start;
  align-items: stretch;
  gap: 10px;
  width: 100%;
  flex-wrap: wrap;
}
.bolumler .bolum {
  display: flex;
  justify-content: start;
  align-items: center;
  flex-direction: column;
  background-color: #ffffff;
  max-width: calc((100% - 30px) / 4);
  width: 100%;
  padding: 30px;
  gap: 15px;
}
@media (max-width: 1024px) {
  .bolumler .bolum {
    max-width: calc((100% - 10px) / 2);
  }
}
@media (max-width: 500px) {
  .bolumler .bolum {
    max-width: 100%;
  }
}
.bolumler .bolum figure {
  height: 75px;
  width: auto;
  overflow: hidden;
  margin: 0;
}
.bolumler .bolum figure svg {
  height: 100%;
  fill: #044582;
}
.bolumler .bolum h2 {
  text-align: center;
  color: #044582;
  margin: 0;
  font-size: 24px;
  line-height: 32px;
  min-height: 64px;
}
.bolumler .bolum p {
  font-size: 14px;
  width: 100%;
  text-align: center;
  margin: 0;
  font-weight: 500;
}
.bolumler .bolum .tumunu-incele {
  font-size: 12px;
  padding: 10px;
}
.bolumler .bolum:hover {
  background-color: #044582;
}
.bolumler .bolum:hover figure svg {
  fill: #ef8e00;
}
.bolumler .bolum:hover h2 {
  color: #ffffff;
}
.bolumler .bolum:hover p {
  color: #ffffff;
}
.bolumler .bolum:hover .tumunu-incele {
  background-color: #ef8e00;
}

.adana-hakkinda {
  background-image: url("../images/adana.jpg");
  background-repeat: no-repeat;
}
.adana-hakkinda .max-width {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.adana-hakkinda .max-width h2 {
  text-align: center;
  font-size: 34px;
  line-height: 34px;
  color: #fd9500;
}
@media (max-width: 500px) {
  .adana-hakkinda .max-width h2 {
    font-size: 30px;
  }
}
.adana-hakkinda .max-width h2 span {
  font-size: 110px;
  line-height: 110px;
  color: #ffffff;
}
@media (max-width: 500px) {
  .adana-hakkinda .max-width h2 span {
    font-size: 90px;
    line-height: 90px;
  }
}
.adana-hakkinda .max-width .hakkinda {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 15px;
  flex-wrap: wrap;
}
.adana-hakkinda .max-width .hakkinda .item {
  max-width: calc((100% - 15px) / 2);
  width: 100%;
  border-bottom: 5px solid #fd9500;
  position: relative;
}
@media (max-width: 768px) {
  .adana-hakkinda .max-width .hakkinda .item {
    max-width: 100%;
  }
}
.adana-hakkinda .max-width .hakkinda .item figure {
  width: 100%;
  overflow: hidden;
  margin: 0;
}
.adana-hakkinda .max-width .hakkinda .item figure img {
  float: left;
  width: 100%;
}
.adana-hakkinda .max-width .hakkinda .item .items {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 50px;
  width: 100%;
  position: absolute;
  bottom: 50px;
  left: 0;
}
@media (max-width: 1024px) {
  .adana-hakkinda .max-width .hakkinda .item .items {
    padding: 0 25px;
    flex-wrap: wrap;
  }
}
@media (max-width: 500px) {
  .adana-hakkinda .max-width .hakkinda .item .items {
    flex-direction: column;
    align-items: end;
    padding: 0 5px;
    bottom: 10px;
  }
}
.adana-hakkinda .max-width .hakkinda .item .items h3 {
  font-size: 40px;
  line-height: 40px;
  color: #ffffff !important;
  margin: 0;
}
@media (max-width: 500px) {
  .adana-hakkinda .max-width .hakkinda .item .items h3 {
    font-size: 30px;
    line-height: 30px;
    width: 100%;
    text-align: left;
  }
}
.adana-hakkinda .max-width .hakkinda .item .items .tumunu-incele {
  background-color: #fd9600;
  font-size: 12px;
  padding: 10px 15px;
}
@media (max-width: 350px) {
  .adana-hakkinda .max-width .hakkinda .item .items .tumunu-incele {
    padding: 5px 10px;
    font-size: 10px;
  }
}
.adana-hakkinda .max-width .hakkinda .item:hover .items .tumunu-incele {
  background-color: #003f7b;
}
.adana-hakkinda .max-width .hakkinda .item:hover .items h3 {
  letter-spacing: 1px;
}

.anasayfa-haberler {
  background-image: url("../images/blog-bg.jpg");
}
.anasayfa-haberler .max-width {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  gap: 30px;
}
.anasayfa-haberler .max-width h2 {
  font-size: 50px;
  line-height: 50px;
  margin: 0;
  color: #044582;
  text-align: center;
}
@media (max-width: 500px) {
  .anasayfa-haberler .max-width h2 {
    font-size: 40px;
    line-height: 40px;
  }
}

.haberler {
  display: flex;
  justify-content: start;
  align-items: start;
  width: 100%;
  flex-wrap: wrap;
  gap: 25px;
}
.haberler .haber {
  max-width: calc((100% - 50px) / 3);
  width: 100%;
}
@media (max-width: 1024px) {
  .haberler .haber {
    max-width: calc((100% - 25px) / 2);
  }
}
@media (max-width: 500px) {
  .haberler .haber {
    max-width: 100%;
  }
}
.haberler .haber:hover figure img {
  transform: scale(1.1);
}
.haberler .haber:hover .text {
  background-color: #fd9600;
}
.haberler .haber:hover .text .tumunu-incele {
  background-color: white;
  color: #004286;
}
.haberler .haber figure {
  width: 100%;
  overflow: hidden;
  margin: 0;
}
.haberler .haber figure img {
  width: 100%;
  float: left;
}
.haberler .haber .text {
  width: 100%;
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: end;
  flex-direction: column;
  gap: 10px;
  background-color: #004286;
}
.haberler .haber .text h3, .haberler .haber .text h2 {
  width: 100%;
  font-size: 20px;
  line-height: 30px;
  min-height: 60px;
  margin: 0;
  font-weight: 500;
  color: #ffffff !important;
}
.haberler .haber .text .tumunu-incele {
  background-color: #fd9500;
  color: white;
  font-size: 12px;
  padding: 7px 15px;
}

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