@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
@import url("./cdrstrap.css");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Montserrat", sans-serif;
  transition: all 0.3s ease-in-out;
}

ul {
  list-style: none;
}

a {
  text-decoration: none;
}

::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: rgb(0, 0, 0);
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: rgba(166, 29, 80, 0.75);
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  border-radius: 2px;
  /* Handle on hover */
}
::-webkit-scrollbar-thumb:hover {
  background: #a61d50;
}

input.red-color::placeholder {
  color: red;
}

.mm-menu.mm-theme-dark {
  z-index: 9999;
}

.mm-menu.mm-offcanvas {
  z-index: 999 !important;
}

.mm-menu.mm-theme-dark .mm-navbar a, .mm-menu.mm-theme-dark .mm-navbar .mm-prev:not(.mm-close) {
  background: #a61d50 !important;
}

.mm-menu.mm-theme-dark .mm-btn:after, .mm-menu.mm-theme-dark .mm-navbar .mm-btn.mm-prev::before {
  border-color: #2c2b2b;
}

.mm-menu.mm-theme-dark .mm-btn:after, .mm-menu.mm-theme-dark .mm-navbar .mm-btn.mm-close::before {
  border-color: #a61d50;
}

.mm-menu.mm-theme-dark .mm-btn:after, .mm-menu.mm-theme-dark .mm-navbar .mm-btn.mm-close::after {
  border-color: #a61d50;
}

.mm-menu.mm-theme-dark .mm-navbar a, .mm-menu.mm-theme-dark .mm-navbar .mm-close:not(.mm-prev) {
  background: transparent !important;
}

.mm-menu.mm-theme-dark .mm-navbar a, .mm-menu.mm-theme-dark .mm-navbar > * {
  border: 2px solid #ffffff;
}

.mm-menu.mm-theme-dark .mm-navbar a, .mm-menu.mm-theme-dark .mm-navbar > .mm-close {
  border: 2px solid #a61d50;
}

#mm-blocker {
  z-index: 11;
}

@media (max-width: 1024px) {
  .mm-menu.mm-theme-dark .mm-listview > li a:not(.mm-next) {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 10px;
  }
  .mm-menu.mm-theme-dark .mm-listview > li a:not(.mm-next) img.header-home-img {
    filter: invert(1);
    height: 25px;
  }
  .mm-menu.mm-theme-dark .mm-listview > li a:not(.mm-next) img {
    height: 35px;
  }
}
.web-none {
  display: none;
}
@media (max-width: 1024px) {
  .web-none {
    display: block;
  }
}

.mobil-none {
  display: block;
}
@media (max-width: 1024px) {
  .mobil-none {
    display: none;
  }
}

.sabit-randevu-al {
  position: fixed;
  right: -1px;
  top: calc(50% - 122px);
  padding: 15px 0;
  display: block;
  z-index: 9;
  cursor: pointer;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  transition: all cubic-bezier(0.42, 0, 0.17, 1.03) 0.6s;
  background-color: #d32466;
  width: 50px;
}
@media only screen and (max-width: 768px) {
  .sabit-randevu-al {
    display: none !important;
  }
}
.sabit-randevu-al a {
  text-decoration: none;
  color: #ffffff;
}
.sabit-randevu-al a img {
  height: 228px;
  width: auto;
}

.yuzenalan {
  display: none;
}
@media only screen and (max-width: 460px) {
  .yuzenalan {
    display: block;
    position: fixed;
    right: 0;
    bottom: 0;
    height: 98px;
    width: 100%;
    background-image: url(../../images/user/site/yuzalan.png);
    z-index: 999;
    background-size: 100%;
    background-repeat: no-repeat;
  }
  .yuzenalan.en {
    background-image: url(../../images/user/site/yuzalan-en.png);
  }
  .yuzenalan .yuzalandiv {
    float: left;
    position: relative;
    height: 100px;
  }
}
@media only screen and (max-width: 375px) {
  .yuzenalan {
    height: 97px;
  }
}
@media only screen and (max-width: 360px) {
  .yuzenalan {
    height: 79px;
  }
}

.yuzenalan2 {
  display: none;
}
@media only screen and (max-width: 460px) {
  .yuzenalan2 {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    background-color: #000;
    height: 15px;
    z-index: 90;
  }
}
@media only screen and (max-width: 375px) {
  .yuzenalan2 {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    background-color: #000;
    height: 5px;
    z-index: 90;
  }
}

.mr-low {
  margin-right: -25px !important;
}

.flex-direction-column {
  flex-direction: column !important;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, address, big, cite, del, dfn, font, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { /* margin: 0; */
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  vertical-align: baseline;
  text-decoration: none;
}

:focus {
  outline: 0;
}

body {
  color: black;
  background-color: white;
  background-image: url("../../images/site/body-bg.png");
}

header {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  position: sticky;
  z-index: 10;
  background-color: transparent;
}
header .top {
  width: 100%;
  background: #0d4b9f;
}
header .top .top-nav {
  width: 100%;
  min-height: 39px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #ffffff;
}
@media (max-width: 1024px) {
  header .top .top-nav {
    display: none;
  }
}
header .top .top-nav .top-mail {
  width: 33.3%;
  display: flex;
  justify-content: start;
  gap: 10px;
}
header .top .top-nav .top-mail .mail {
  display: flex;
  justify-content: start;
  width: 100%;
  align-items: center;
  gap: 5px;
  color: #ffffff;
  font-size: 13px;
}
header .top .top-nav .top-mail .mail img {
  height: 18px;
}
header .top .top-nav .top-mail .mail span {
  font-size: 13px;
  line-height: 16px;
}
header .top .top-nav .top-sosyal {
  display: flex;
  justify-content: center;
  gap: 10px;
}
header .top .top-nav .top-sosyal a {
  padding: 0;
  margin: 0;
  max-height: 20px;
  display: flex;
  justify-content: end;
  align-items: center;
}
header .top .top-nav .top-sosyal a img {
  height: 20px;
}
header .top .top-nav .top-sosyal a span {
  font-size: 13px;
  margin: 0;
  padding: 0 0 0 10px;
  color: #ffffff;
}
header .bottom {
  width: 100%;
}
header .bottom nav {
  background: rgba(255, 255, 255, 0.2);
}
header .bottom nav .max-width-cdr {
  width: 100%;
  height: 90px;
  max-height: 90px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 100px;
}
@media (max-width: 1024px) {
  header .bottom nav .max-width-cdr {
    height: 110px;
  }
}
@media (max-width: 768px) {
  header .bottom nav .max-width-cdr {
    height: 80px;
  }
}
@media (max-width: 500px) {
  header .bottom nav .max-width-cdr {
    gap: 25px;
    padding-right: 0 !important;
    padding-left: 0px !important;
  }
}
header .bottom nav .max-width-cdr a.logo {
  width: 100%;
  max-height: 90px;
  max-width: 150px;
  display: flex;
  justify-content: center;
  align-content: center;
}
@media (max-width: 768px) {
  header .bottom nav .max-width-cdr a.logo {
    height: 80px;
    width: 100%;
    max-height: 80px;
    max-width: 180px;
  }
}
@media (max-width: 768px) {
  header .bottom nav .max-width-cdr a.logo {
    height: 40px;
    width: auto;
    max-height: 80px;
    max-width: unset;
  }
}
@media (max-width: 400px) {
  header .bottom nav .max-width-cdr a.logo {
    height: 35px;
  }
}
header .bottom nav .max-width-cdr a.logo img.logo {
  width: 100%;
  padding: 0 5px;
  overflow: hidden;
}
@media (max-width: 768px) {
  header .bottom nav .max-width-cdr a.logo img.logo {
    width: auto;
    padding: 0;
  }
}
header .bottom nav .max-width-cdr .right {
  display: flex;
  justify-content: end;
  align-items: center;
  width: calc(100% - 200px);
  gap: 30px;
}
header .bottom nav .max-width-cdr .right ul {
  display: flex;
  justify-content: end;
  align-items: center;
  gap: 35px;
  width: 100%;
}
@media (max-width: 1280px) {
  header .bottom nav .max-width-cdr .right ul {
    display: none;
  }
}
header .bottom nav .max-width-cdr .right ul li {
  color: #000000;
  font-weight: 600;
  position: relative;
  line-height: 62px;
}
header .bottom nav .max-width-cdr .right ul li.social-link {
  padding: 0;
}
header .bottom nav .max-width-cdr .right ul li.social-link a.header-wp {
  background-color: #17a92f;
  padding: 5px;
  border-radius: 5px;
}
header .bottom nav .max-width-cdr .right ul li.social-link a img {
  border-radius: 50%;
  padding: 1px;
}
header .bottom nav .max-width-cdr .right ul li.main-li:hover > a:before {
  width: calc(50% + 10px);
  height: 2px;
}
header .bottom nav .max-width-cdr .right ul li.main-li:hover > a:after {
  width: calc(50% + 10px);
}
header .bottom nav .max-width-cdr .right ul li:hover a {
  color: #d32466;
  text-decoration: none !important;
}
header .bottom nav .max-width-cdr .right ul li:hover ul.altmenu {
  opacity: 1;
  visibility: visible;
  width: fit-content;
  overflow: unset;
  animation: alt-menu-onhover 0.5s ease-in-out;
  top: 60px;
  border-radius: 5px;
}
header .bottom nav .max-width-cdr .right ul li:hover ul.altmenu:before {
  top: -20px;
  left: 0;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-bottom-color: #d32466;
  border-width: 10px;
}
header .bottom nav .max-width-cdr .right ul li:hover ul.altmenu li {
  padding: 0 7px;
}
header .bottom nav .max-width-cdr .right ul li:hover ul.altmenu li img {
  width: 23px;
  height: 23px;
  opacity: 1;
  visibility: visible;
}
header .bottom nav .max-width-cdr .right ul li.social-link:hover ul {
  margin-top: 0px;
}
header .bottom nav .max-width-cdr .right ul li.social-link:hover ul.altmenu {
  padding: 0 5px;
}
header .bottom nav .max-width-cdr .right ul li.social-link:hover ul.altmenu li {
  padding: 0;
}
header .bottom nav .max-width-cdr .right ul li.social-link:hover ul.altmenu li a {
  padding: 0;
}
header .bottom nav .max-width-cdr .right ul li a {
  color: #000000;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 1px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
header .bottom nav .max-width-cdr .right ul li a:before {
  content: "";
  position: absolute;
  right: -10px;
  width: 0;
  height: 1px;
  bottom: 12px;
  background-color: #81183f;
  transform: scaleX(1);
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}
header .bottom nav .max-width-cdr .right ul li a:after {
  content: "";
  position: absolute;
  left: -10px;
  width: 0%;
  height: 2px;
  background-color: #81183f;
  bottom: 12px;
  transform: scaleX(1);
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}
header .bottom nav .max-width-cdr .right ul li ul.altmenu {
  animation: alt-menu-outhover 0.5s;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  background: #EAEAEA;
  top: 25px;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: start;
  z-index: 3;
  width: 0;
  min-width: 0;
  overflow: hidden;
  gap: 0;
}
header .bottom nav .max-width-cdr .right ul li ul.altmenu li {
  max-width: 250px;
  min-width: 250px;
  width: 100%;
  min-height: 32px;
  height: max-content;
  display: flex;
  justify-content: start;
  align-items: center;
  background: #FFFFFF;
  color: #000000;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  border-bottom: 1px solid #e8e8e8;
  border-top: 1px solid #f5f5f5;
}
header .bottom nav .max-width-cdr .right ul li ul.altmenu li:nth-last-child(1) {
  border-bottom: none;
}
header .bottom nav .max-width-cdr .right ul li ul.altmenu li:hover {
  background-color: #d32466;
}
header .bottom nav .max-width-cdr .right ul li ul.altmenu li:hover a {
  color: #fff;
}
header .bottom nav .max-width-cdr .right ul li ul.altmenu li img {
  width: 0;
  height: 0;
  opacity: 0;
  visibility: hidden;
}
header .bottom nav .max-width-cdr .right ul li ul.altmenu li a {
  color: #000000;
  width: 100%;
  font-size: 12px;
  font-weight: 600;
  line-height: 22px;
  padding: 5px 15px;
  justify-content: flex-start;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
header .bottom nav .max-width-cdr .right a {
  text-decoration: none;
  color: #000000;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
}
header .bottom nav .max-width-cdr .right a.lang-link img {
  margin: 0;
  width: 26px;
  height: 26px;
}
header .bottom nav .max-width-cdr .right a.lang-link span {
  font-size: 15px;
  color: #000000;
  font-weight: 600;
}
header .bottom nav .max-width-cdr #close {
  display: none;
  padding: 9px 12px;
  margin: 21px 20px;
  color: #ffffff;
  right: 0;
  font-size: 24px;
}
@media (max-width: 1024px) {
  header .bottom nav .max-width-cdr #close {
    padding: 0;
    margin: 0;
  }
}
@media (max-width: 1280px) {
  header .bottom nav .max-width-cdr #close {
    display: block !important;
    color: #000000;
  }
  header .bottom nav .max-width-cdr #close i {
    font-size: 22px;
    background: #d12465;
    color: #ffffff;
    width: 40px;
    display: flex;
    height: 40px;
    justify-content: center;
    align-items: center;
  }
}
@media (max-width: 500px) {
  header .bottom nav .max-width-cdr #close i {
    font-size: 26px;
  }
}

.owl-carousel .item img.web-slider {
  display: block !important;
}
.owl-carousel .item img.mobil-slider {
  display: none !important;
}
@media (max-width: 768px) {
  .owl-carousel .item img.web-slider {
    display: none !important;
  }
  .owl-carousel .item img.mobil-slider {
    display: block !important;
  }
}

body.scrolled header {
  top: -39px;
}

.main-space {
  margin-top: 55px !important;
  margin-bottom: 65px !important;
}
@media (max-width: 500px) {
  .main-space {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }
}

.max-width {
  max-width: 1440px !important;
  margin: 0 auto;
  padding-left: 25px !important;
  padding-right: 25px !important;
}
@media (max-width: 500px) {
  .max-width {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}

.content-space {
  padding: 55px 0 65px 0;
}
@media (max-width: 1024px) {
  .content-space {
    padding: 50px 20px 50px;
  }
}
@media (max-width: 500px) {
  .content-space {
    padding: 45px 20px 55px;
  }
}
@media (max-width: 400px) {
  .content-space {
    padding: 45px 10px 55px;
  }
}

.content-space-top {
  padding-top: 55px;
}
@media (max-width: 1024px) {
  .content-space-top {
    padding-top: 50px;
  }
}
@media (max-width: 500px) {
  .content-space-top {
    padding-top: 45px;
  }
}

.content-space-bottom {
  padding-bottom: 65px;
}
@media (max-width: 1024px) {
  .content-space-bottom {
    padding-bottom: 50px;
  }
}
@media (max-width: 500px) {
  .content-space-bottom {
    padding-bottom: 55px;
  }
}

.rl-no-pad {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.tb-no-pad {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

@keyframes alt-menu-onhover {
  from {
    opacity: 0;
    visibility: hidden;
  }
  to {
    opacity: 1;
    visibility: visible;
  }
}
@keyframes alt-menu-outhover {
  from {
    opacity: 1;
    visibility: visible;
  }
  to {
    opacity: 0;
    visibility: hidden;
  }
}
.mobil-yuzen-alan {
  opacity: 0;
  visibility: hidden;
  height: 0;
}

@media (max-width: 425px) {
  .mobil-yuzen-alan {
    height: 82px !important;
  }
}
@media (max-width: 375px) {
  .mobil-yuzen-alan {
    height: 72px !important;
  }
}
@media (max-width: 320px) {
  .mobil-yuzen-alan {
    height: 62px !important;
  }
}
@media (max-width: 500px) {
  header nav .max-width-cdr {
    justify-content: center;
  }
  .mobil-yuzen-alan {
    opacity: 1;
    visibility: visible;
    height: 90px;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    gap: 20px;
    z-index: 1000;
  }
  .mobil-yuzen-alan a {
    height: 90px;
    width: calc((100% - 40px) / 3);
  }
}
.sabitheader {
  position: fixed;
  top: 0;
  transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
}
.sabitheader .max-width {
  border-bottom: 1px solid #a61d50;
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px, rgba(0, 0, 0, 0.07) 0px 2px 2px, rgba(0, 0, 0, 0.07) 0px 4px 4px, rgba(0, 0, 0, 0.07) 0px 8px 8px, rgba(0, 0, 0, 0.07) 0px 16px 16px;
}
.sabitheader .bottom nav {
  background-color: #ffffff;
}

input {
  padding: 14px 2vh;
  background-color: #ffffff;
  border: 1px solid #dddcdd;
  height: 50px;
  border-radius: 5px;
}

select {
  padding: 14px 2vh;
  background-color: #ffffff;
  border: 1px solid #dddcdd;
  height: 50px;
  border-radius: 5px;
}
select option {
  font-size: 16px;
  line-height: 24px;
  color: #000;
}

textarea {
  padding: 14px 2vh;
  background-color: #ffffff;
  border: 1px solid #dddcdd;
  height: 250px;
  border-radius: 5px;
}

input[type=submit] {
  background-color: #a61d50;
  color: #fff;
  border: none;
  font-size: 16px;
  padding: 14px;
  font-weight: bold;
  cursor: pointer;
  letter-spacing: 1px;
}
input[type=submit].btn-iletisim {
  background-color: #222222;
}

.bilgilendirme-input {
  display: flex;
  justify-content: start;
  align-items: center;
  flex-wrap: wrap;
  gap: 5px;
  width: 100%;
}
@media (max-width: 768px) {
  .bilgilendirme-input {
    flex-wrap: nowrap;
    align-items: end;
  }
}
.bilgilendirme-input label {
  font-weight: 400;
}
@media (max-width: 1024px) {
  .bilgilendirme-input label {
    font-size: 13px;
  }
}
.bilgilendirme-input label a {
  font-weight: 500;
  color: #fff;
}

.anasayfa-randevu {
  z-index: 1;
  position: relative;
  margin-top: -48px;
}
.anasayfa-randevu:before {
  content: "";
  position: absolute;
  width: calc((100% - 1440px) / 2);
  height: 100%;
  background-color: #d12465;
  right: 0;
  top: 0;
}
.anasayfa-randevu .max-width {
  padding: 30px;
  background-color: #d12465;
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 25px;
}
@media (max-width: 768px) {
  .anasayfa-randevu .max-width {
    flex-direction: column;
  }
  .anasayfa-randevu .max-width .item {
    max-width: 100% !important;
  }
  .anasayfa-randevu .max-width form {
    max-width: 100% !important;
  }
  .anasayfa-randevu .max-width form .bilgilendirme-input {
    align-items: center;
  }
}
@media (max-width: 500px) {
  .anasayfa-randevu .max-width form {
    max-width: 100% !important;
  }
  .anasayfa-randevu .max-width form .form-item {
    max-width: 100% !important;
  }
}
.anasayfa-randevu .max-width .item {
  max-width: calc((100% - 25px) / 2);
  width: 100%;
}
.anasayfa-randevu .max-width form {
  max-width: calc((100% - 25px) / 2);
  width: 100%;
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 5px;
  flex-wrap: wrap;
}
.anasayfa-randevu .max-width form .form-item {
  max-width: calc((100% - 10px) / 3);
  width: 100%;
}
@media (max-width: 1024px) {
  .anasayfa-randevu .max-width form .form-item {
    max-width: calc((100% - 5px) / 2);
  }
}
.anasayfa-randevu .max-width h2 {
  font-size: 32px;
  font-weight: bold;
  color: #fff;
  line-height: 35px;
}
@media (max-width: 500px) {
  .anasayfa-randevu .max-width h2 {
    font-size: 30px;
    margin-bottom: 20px;
  }
}
.anasayfa-randevu .max-width p {
  font-size: 18px;
  line-height: 26px;
  color: #fff;
}

.anasayfa-kimdir .max-width {
  display: flex;
  justify-content: start;
  align-items: start;
  gap: 50px;
}
@media (max-width: 1024px) {
  .anasayfa-kimdir .max-width {
    display: unset;
  }
  .anasayfa-kimdir .max-width img.anaresim {
    max-width: 41.67%;
    width: 100%;
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
    margin-top: 22px;
  }
  .anasayfa-kimdir .max-width .text h2 {
    font-size: 46px;
  }
  .anasayfa-kimdir .max-width h3 {
    text-align: center;
  }
}
.anasayfa-kimdir .max-width img.anaresim {
  max-width: 41.67%;
  width: 100%;
}
@media (max-width: 500px) {
  .anasayfa-kimdir .max-width img.anaresim {
    max-width: 100%;
    width: 100%;
    float: left;
    margin-top: 0;
  }
}
.anasayfa-kimdir .max-width .text img.marker-sekil {
  margin: 14px 0 24px 0;
}
.anasayfa-kimdir .max-width .text h1 {
  font-weight: 600;
  font-size: 58px;
  color: #222;
}
@media (max-width: 500px) {
  .anasayfa-kimdir .max-width .text h1 {
    font-size: 42px;
  }
}
@media (max-width: 400px) {
  .anasayfa-kimdir .max-width .text h1 {
    font-size: 36px;
  }
}
.anasayfa-kimdir .max-width .text p {
  font-size: 18px !important;
  line-height: 22px;
  margin-bottom: 16px;
}
.anasayfa-kimdir .max-width .text h3 {
  font-weight: bold;
  font-size: 22px;
  color: #000;
}
.anasayfa-kimdir .max-width .text .neden-biz-btns {
  width: 100%;
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 5px;
  margin-top: 10px;
  margin-bottom: 20px;
}
@media (max-width: 500px) {
  .anasayfa-kimdir .max-width .text .neden-biz-btns {
    flex-wrap: wrap;
    gap: 10px;
  }
}
.anasayfa-kimdir .max-width .text .neden-biz-btns .neden-biz-btn {
  max-width: calc((100% - 10px) / 3);
  width: 100%;
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 10px;
  background-color: #fff;
  border: 2px solid #e8e8e8;
  padding: 15px;
  box-shadow: 0px 3px 12px -3px rgba(0, 0, 0, 0.0901960784);
}
@media (max-width: 500px) {
  .anasayfa-kimdir .max-width .text .neden-biz-btns .neden-biz-btn {
    max-width: calc((100% - 10px) / 2);
  }
}
@media (max-width: 500px) and (max-width: 500px) {
  .anasayfa-kimdir .max-width .text .neden-biz-btns .neden-biz-btn:last-child {
    max-width: 100%;
  }
}
@media (max-width: 400px) {
  .anasayfa-kimdir .max-width .text .neden-biz-btns .neden-biz-btn {
    max-width: 100%;
    padding: 10px;
    gap: 10px;
  }
}
.anasayfa-kimdir .max-width .text .neden-biz-btns .neden-biz-btn p {
  margin-bottom: 0;
  text-align: left;
  width: 100%;
  font-size: 20px !important;
  line-height: 28px !important;
  letter-spacing: 1px;
}
@media (max-width: 400px) {
  .anasayfa-kimdir .max-width .text .neden-biz-btns .neden-biz-btn p {
    font-size: 18px;
  }
}
.anasayfa-kimdir .max-width .text .neden-biz-btns .neden-biz-btn:hover {
  cursor: pointer;
  background-color: #d12465;
}
.anasayfa-kimdir .max-width .text .neden-biz-btns .neden-biz-btn:hover img, .anasayfa-kimdir .max-width .text .neden-biz-btns .neden-biz-btn:hover p {
  filter: invert(1);
}
@media (max-width: 500px) {
  .anasayfa-kimdir .max-width .text .incele-btn {
    width: 100%;
  }
}

.anasayfa-populer-uygulamalar {
  background-color: #fdf6f3;
}
.anasayfa-populer-uygulamalar .max-width h2 {
  text-align: center;
  font-weight: 600;
  font-size: 58px;
  color: #222;
}
@media (max-width: 500px) {
  .anasayfa-populer-uygulamalar .max-width h2 {
    font-size: 42px;
  }
}
@media (max-width: 400px) {
  .anasayfa-populer-uygulamalar .max-width h2 {
    font-size: 36px;
  }
}
.anasayfa-populer-uygulamalar .max-width figure {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 10px 0 10px 0;
}
.anasayfa-populer-uygulamalar .max-width p {
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  padding-bottom: 1rem;
}
.anasayfa-populer-uygulamalar .max-width .owl-carousel-populer-uygulamalar .item:hover figure::before {
  opacity: 1;
}
.anasayfa-populer-uygulamalar .max-width .owl-carousel-populer-uygulamalar .item:hover figure img {
  transform: scale(1.05);
}
.anasayfa-populer-uygulamalar .max-width .owl-carousel-populer-uygulamalar .item figure {
  position: relative;
  overflow: hidden;
  height: 380px;
}
.anasayfa-populer-uygulamalar .max-width .owl-carousel-populer-uygulamalar .item figure::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(92deg, rgba(234, 109, 110, 0.6) 0%, rgba(94, 44, 45, 0.6) 40%, rgba(0, 0, 0, 0.6) 100%);
  opacity: 0.6;
  z-index: 1;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
}
.anasayfa-populer-uygulamalar .max-width .owl-carousel-populer-uygulamalar .item figure img {
  height: 100%;
  width: unset;
}
.anasayfa-populer-uygulamalar .max-width .owl-carousel-populer-uygulamalar .item figure h3 {
  position: absolute;
  bottom: 20px;
  left: 20px;
  font-size: 18px;
  font-weight: 600;
  color: #ffffff;
  z-index: 2;
}
.anasayfa-populer-uygulamalar .max-width .owl-carousel-tedavi-alanlari .item:hover figure::before {
  opacity: 1;
}
.anasayfa-populer-uygulamalar .max-width .owl-carousel-tedavi-alanlari .item:hover figure img {
  transform: scale(1.05);
}
.anasayfa-populer-uygulamalar .max-width .owl-carousel-tedavi-alanlari .item:hover h3:before {
  width: 60%;
}
.anasayfa-populer-uygulamalar .max-width .owl-carousel-tedavi-alanlari .item figure {
  position: relative;
  overflow: hidden;
}
.anasayfa-populer-uygulamalar .max-width .owl-carousel-tedavi-alanlari .item figure::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(92deg, rgba(234, 109, 110, 0.6) 0%, rgba(94, 44, 45, 0.6) 40%, rgba(0, 0, 0, 0.6) 100%);
  opacity: 0.6;
  z-index: 1;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
}
.anasayfa-populer-uygulamalar .max-width .owl-carousel-tedavi-alanlari .item figure h3 {
  position: absolute;
  bottom: 20px;
  left: 20px;
  font-size: 18px;
  font-weight: 600;
  color: #ffffff;
  z-index: 2;
}
.anasayfa-populer-uygulamalar .max-width .owl-carousel-tedavi-alanlari .item h3 {
  position: relative;
  font-size: 20px;
  font-weight: 600;
  color: #000000;
  margin-top: 10px;
  padding-bottom: 15px;
  min-height: 66px;
  display: flex;
  justify-content: start;
  align-items: center;
}
.anasayfa-populer-uygulamalar .max-width .owl-carousel-tedavi-alanlari .item h3:before {
  content: "";
  position: absolute;
  height: 3px;
  background-color: #d12465;
  width: 35%;
  bottom: 0;
  left: 0;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
}
.anasayfa-populer-uygulamalar .max-width .owl-carousel-tedavi-alanlari .item p {
  font-size: 16px;
  line-height: 22px;
  color: #000000;
  text-align: left;
  height: 60px;
  max-height: 60px;
  padding: 10px 10px 15px 0;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .anasayfa-populer-uygulamalar .max-width .owl-carousel-tedavi-alanlari .item p {
    height: 75px;
    max-height: 75px;
  }
}

.anasayfa-banner {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .anasayfa-banner {
    flex-direction: column;
  }
}
.anasayfa-banner .item {
  height: 450px;
  width: 50%;
  position: relative;
}
@media (max-width: 768px) {
  .anasayfa-banner .item {
    width: 100%;
  }
}
@media (max-width: 500px) {
  .anasayfa-banner .item {
    height: 500px;
  }
}
@media (max-width: 400px) {
  .anasayfa-banner .item {
    height: 700px;
  }
}
.anasayfa-banner .item:hover:before {
  background: linear-gradient(92deg, rgba(234, 109, 110, 0.6) 0%, rgba(94, 44, 45, 0.6) 40%, rgba(0, 0, 0, 0.6) 100%);
}
.anasayfa-banner .item:hover .incele-btn {
  background-color: #d12465;
  border: 0;
}
.anasayfa-banner .item:hover .incele-btn i {
  color: #d12465;
}
.anasayfa-banner .item:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background: linear-gradient(92deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 40%, rgba(0, 0, 0, 0.5) 100%);
  z-index: 0;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}
.anasayfa-banner .item .text {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 10px;
}
.anasayfa-banner .item .text .el-yazisi {
  color: #fff !important;
  text-align: center;
  line-height: 20px;
  margin-bottom: 0px;
}
.anasayfa-banner .item .text h2 {
  font-size: 40px;
  line-height: 44px;
  font-weight: bolder;
  color: #fff;
  display: block;
  margin-bottom: 16px;
  text-align: center;
}
@media (max-width: 500px) {
  .anasayfa-banner .item .text h2 {
    font-size: 36px;
  }
}
.anasayfa-banner .item .text h2 span {
  font-weight: 100;
}
.anasayfa-banner .item .text p {
  line-height: 22px;
  color: #fff;
  font-size: 18px;
  margin-bottom: 16px;
  text-align: center;
}
.anasayfa-banner .item .text .incele-btn {
  background-color: transparent;
  border: 3px solid #fff;
}
.anasayfa-banner .item .text .incele-btn i {
  color: #443f40;
}
.anasayfa-banner .item.saglik-truzmi {
  background-image: url("../../images/user/konu/saglik-turizmi.jpg");
}
.anasayfa-banner .item.saglik-truzmi .text {
  padding-left: calc((100% - 720px) / 2);
  padding-right: 100px;
}
@media (max-width: 1366px) {
  .anasayfa-banner .item.saglik-truzmi .text {
    padding-right: 25px;
    padding-left: 25px;
  }
}
@media (max-width: 400px) {
  .anasayfa-banner .item.saglik-truzmi .text {
    padding-right: 10px;
    padding-left: 10px;
  }
}
.anasayfa-banner .item.basarili-hikayeler {
  background-image: url("../../images/user/konu/videolar.jpg");
}
.anasayfa-banner .item.basarili-hikayeler .text {
  padding-right: calc((100% - 720px) / 2);
  padding-left: 50px;
}
@media (max-width: 1366px) {
  .anasayfa-banner .item.basarili-hikayeler .text {
    padding-right: 25px;
    padding-left: 25px;
  }
}
@media (max-width: 400px) {
  .anasayfa-banner .item.basarili-hikayeler .text {
    padding-right: 10px;
    padding-left: 10px;
  }
}

.anasayfa-cihazlar {
  background-color: #f4f6f9;
}
@media (max-width: 500px) {
  .anasayfa-cihazlar {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.anasayfa-cihazlar .max-width {
  display: flex;
  justify-content: start;
  align-items: start;
  gap: 20px;
}
@media (max-width: 1024px) {
  .anasayfa-cihazlar .max-width {
    flex-direction: column;
  }
}
.anasayfa-cihazlar .max-width .cihaz-text {
  max-width: calc((100% - 40px) / 3);
  width: 100%;
  display: flex;
  justify-content: start;
  align-items: start;
  gap: 10px;
  flex-direction: column;
}
@media (max-width: 1024px) {
  .anasayfa-cihazlar .max-width .cihaz-text {
    max-width: 100%;
  }
  .anasayfa-cihazlar .max-width .cihaz-text .incele-btn {
    margin: 0 auto;
  }
}
.anasayfa-cihazlar .max-width .cihaz-text h2 {
  font-size: 40px;
  line-height: 50px;
  color: #443f40;
  font-weight: bold;
  margin-bottom: 8px;
}
@media (max-width: 500px) {
  .anasayfa-cihazlar .max-width .cihaz-text h2 {
    font-size: 36px;
    line-height: 46px;
  }
}
.anasayfa-cihazlar .max-width .cihaz-text figure {
  max-height: 22px;
  height: 100%;
  float: unset;
}
.anasayfa-cihazlar .max-width .cihaz-text figure img {
  float: left;
  height: 100%;
}
.anasayfa-cihazlar .max-width .cihaz-text p {
  font-size: 18px;
  line-height: 26px;
  color: #000000;
  text-align: left;
}
.anasayfa-cihazlar .max-width .cihazlar-page {
  display: flex;
  justify-content: start;
  align-items: start;
  gap: 20px;
  max-width: calc((100% - 40px) / 3 * 2);
  width: 100%;
}
@media (max-width: 1024px) {
  .anasayfa-cihazlar .max-width .cihazlar-page {
    max-width: 100%;
  }
}
.anasayfa-cihazlar .max-width .cihazlar-page .item {
  max-width: calc((100% - 20px) / 2);
  width: 100%;
}
@media (max-width: 500px) {
  .anasayfa-cihazlar .max-width .cihazlar-page .item {
    max-width: 100%;
  }
}
.anasayfa-cihazlar .max-width .cihazlar-page .item .text {
  color: #222;
}
.anasayfa-cihazlar .max-width .cihazlar-page .item .text h3 {
  height: 62px;
  font-size: 18px;
  font-weight: bold;
  background-color: #e1e5eb;
  line-height: 26px;
  display: flex;
  justify-content: start;
  align-items: center;
  padding: 5px 10px;
  margin-bottom: 0;
}

.anasayfa-doktora-sor {
  background-image: url("../../images/user/konu/anasayfa-doktora-sor.jpg");
  background-size: 100% auto;
  background-repeat: no-repeat;
  min-height: 450px;
}
@media (max-width: 1650px) {
  .anasayfa-doktora-sor {
    background-size: auto 100%;
  }
}
@media (max-width: 1440px) {
  .anasayfa-doktora-sor {
    background-image: url(../../images/user/konu/anasayfa-doktora-sor.jpg);
    background-size: auto 500px;
    background-repeat: no-repeat;
    background-position: -240px;
  }
}
@media (max-width: 1280px) {
  .anasayfa-doktora-sor {
    background-size: auto 100%;
  }
}
@media (max-width: 1024px) {
  .anasayfa-doktora-sor {
    background-position: -500px;
  }
}
@media (max-width: 768px) {
  .anasayfa-doktora-sor {
    background-position: unset;
  }
}
@media (max-width: 500px) {
  .anasayfa-doktora-sor {
    padding: 45px 0px 55px;
  }
}
.anasayfa-doktora-sor .max-width .el-yazisi {
  color: #fff !important;
}
.anasayfa-doktora-sor .max-width h2 {
  font-size: 42px;
  color: #ffffff;
  font-weight: bold;
  max-width: 50%;
  margin-bottom: 10px;
}
@media (max-width: 1800px) and (min-width: 1600px) {
  .anasayfa-doktora-sor .max-width h2 {
    font-size: 36px;
  }
}
@media (max-width: 400px) {
  .anasayfa-doktora-sor .max-width h2 {
    font-size: 36px;
  }
}
.anasayfa-doktora-sor .max-width p {
  font-weight: 300;
  margin-top: 0px;
  color: #fff;
  font-size: 18px;
  max-width: 50%;
  margin-bottom: 20px;
}
.anasayfa-doktora-sor .max-width .incele-btn {
  background-color: #fff;
  color: #d12465;
}
.anasayfa-doktora-sor .max-width .incele-btn i {
  background-color: #d12465;
  color: white;
}
.anasayfa-doktora-sor .max-width .incele-btn:hover {
  background-color: #443f40;
  color: #fff;
}
.anasayfa-doktora-sor .max-width .incele-btn:hover i {
  background-color: #fff;
  color: #443f40;
}
@media (max-width: 768px) {
  .anasayfa-doktora-sor .max-width h2 {
    max-width: 100%;
  }
  .anasayfa-doktora-sor .max-width p {
    max-width: 100%;
  }
}

.anasayfa-bloglar {
  background-color: #f2f4f7;
}
.anasayfa-bloglar .max-width .baslik-yazi {
  display: flex;
  justify-content: start;
  align-items: center;
  flex-direction: column;
  gap: 0;
}
.anasayfa-bloglar .max-width .baslik-yazi h2 {
  font-weight: 600;
  font-size: 58px;
  color: #222;
  text-align: center;
}
@media (max-width: 500px) {
  .anasayfa-bloglar .max-width .baslik-yazi h2 {
    font-size: 42px;
  }
}
@media (max-width: 400px) {
  .anasayfa-bloglar .max-width .baslik-yazi h2 {
    font-size: 36px;
  }
}
.anasayfa-bloglar .max-width .baslik-yazi figure {
  margin-top: 10px;
  margin-bottom: 20px;
}
.anasayfa-bloglar .max-width .baslik-yazi p {
  font-size: 18px !important;
  line-height: 22px;
  text-align: center;
}
@media (max-width: 500px) {
  .anasayfa-bloglar .max-width .baslik-yazi p {
    font-size: 16px !important;
  }
}
@media (max-width: 500px) {
  .anasayfa-bloglar .max-width .bloglar {
    flex-wrap: wrap;
  }
}
@media (max-width: 500px) {
  .anasayfa-bloglar .max-width .bloglar .blog {
    max-width: 100%;
  }
}

.sosyal-medyada-paylas p {
  font-size: 22px;
  font-weight: bold;
  color: #000;
  padding-bottom: 10px;
  border-bottom: 2px solid #000;
  width: max-content;
}
.sosyal-medyada-paylas .ikonlar {
  display: flex;
  justify-content: start;
  align-items: start;
  gap: 12px;
  margin-top: 15px;
}
.sosyal-medyada-paylas .ikonlar a {
  width: 45px;
  height: 45px;
  border-radius: 5px;
}
.sosyal-medyada-paylas .ikonlar a:hover img {
  filter: invert(1);
}
.sosyal-medyada-paylas .ikonlar a.fb:hover {
  background-color: #0865fd;
}
.sosyal-medyada-paylas .ikonlar a.x:hover {
  background-color: #000000;
}
.sosyal-medyada-paylas .ikonlar a.in:hover {
  background-color: #0a65c0;
}
.sosyal-medyada-paylas .ikonlar a img {
  padding: 5px;
  width: 100%;
  height: 100%;
}

.el-yazisi {
  font-family: "Satisfy", cursive !important;
  font-size: 22px !important;
  color: #d12465 !important;
  font-weight: inherit !important;
}

img .marker-sekil {
  margin: 14px 0 24px 0;
}

.incele-btn {
  font-size: 16px;
  font-weight: bold;
  background-color: #d12465;
  padding: 14px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
  width: max-content;
  text-decoration: none;
  color: #fff;
  border-radius: 6px;
  border: 0;
  cursor: pointer;
}
.incele-btn i {
  font-size: 13px;
  font-weight: bolder;
  width: 20px;
  height: 20px;
  background-color: #fff;
  color: #d12465;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.incele-btn:hover {
  background-color: #443f40;
  color: #fff;
}
.incele-btn:hover i {
  transform: rotate(360deg);
  color: #443f40;
}

.breadcrumb {
  background-color: #d12465;
}
.breadcrumb a {
  text-decoration: none;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
}
@media (max-width: 500px) {
  .breadcrumb a {
    font-size: 14px;
  }
}
.breadcrumb a:not(.current):hover {
  color: #000;
  font-weight: bold;
}
.breadcrumb a:not(.current):hover ~ i {
  color: #000;
  font-weight: bold;
}
.breadcrumb a.current {
  font-size: 30px;
  line-height: 38px;
  font-weight: bold;
}
@media (max-width: 500px) {
  .breadcrumb a.current {
    font-size: 20px;
    line-height: 20px;
  }
}
.breadcrumb i {
  color: #fff;
  font-size: 16px;
}
.breadcrumb .max-width {
  display: flex;
  justify-content: start;
  align-items: start;
  align-content: stretch;
  gap: 10px;
  padding: 30px 0;
}
@media (max-width: 500px) {
  .breadcrumb .max-width {
    padding: 20px 0;
  }
}
.breadcrumb .max-width img {
  max-width: 56px;
  width: 100%;
  height: auto;
}
@media (max-width: 500px) {
  .breadcrumb .max-width img {
    max-width: 46px;
    display: none;
  }
}
.breadcrumb .max-width .links {
  display: flex;
  justify-content: start;
  align-content: start;
  flex-direction: column;
  gap: 5px;
}

.sidemenu {
  max-width: calc((100% - 40px) / 4);
  width: 100%;
  border: 1px solid #e9e9e9;
  margin-top: 66px;
  display: flex;
  justify-content: start;
  align-items: start;
  flex-direction: column;
  gap: 0;
}
@media (max-width: 1024px) {
  .sidemenu {
    max-width: calc((100% - 10px) / 4);
  }
}
@media (max-width: 768px) {
  .sidemenu {
    max-width: 100%;
    margin-top: 0;
  }
}
.sidemenu a {
  padding: 10px 20px;
  width: 100%;
  font-size: 16px;
  color: #727272;
  font-weight: 600;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #e9e9e9;
}
.sidemenu a.parentPage {
  background-color: #443f40;
  color: #fff;
}
.sidemenu a:hover {
  background-color: #000;
  color: #fff;
}
.sidemenu a.active {
  background-color: #d12465;
  color: #fff;
}

.normal-sayfa {
  max-width: 100%;
}
@media (max-width: 1024px) {
  .normal-sayfa {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 1024px) {
  .normal-sayfa.menulu {
    padding-left: 0;
    padding-right: 0;
  }
}
.normal-sayfa.menulu .max-width {
  display: flex;
  justify-content: start;
  align-items: start;
  gap: 40px;
}
@media (max-width: 1024px) {
  .normal-sayfa.menulu .max-width {
    gap: 10px;
  }
}
@media (max-width: 768px) {
  .normal-sayfa.menulu .max-width {
    flex-direction: column;
    gap: 30px;
  }
}
.normal-sayfa.menulu .max-width .text {
  max-width: calc(3 * (100% - 40px) / 4);
}
@media (max-width: 1024px) {
  .normal-sayfa.menulu .max-width .text {
    max-width: calc(3 * (100% - 10px) / 4);
  }
}
@media (max-width: 768px) {
  .normal-sayfa.menulu .max-width .text {
    max-width: 100%;
  }
}
.normal-sayfa .text {
  width: 100%;
}
@media (max-width: 768px) {
  .normal-sayfa .text.tedavi-alani-detay figure {
    max-width: 100%;
    float: unset;
    margin-left: 0;
  }
}
.normal-sayfa .text figure {
  max-width: 35%;
  float: right;
  position: relative;
  margin-left: 15px;
  margin-bottom: 15px;
  border: 2px solid rgba(204, 204, 204, 0.5);
  overflow: hidden;
  cursor: pointer;
}
@media (max-width: 768px) {
  .normal-sayfa .text figure {
    max-width: 40%;
  }
}
@media (max-width: 600px) {
  .normal-sayfa .text figure {
    max-width: 50%;
    margin-left: 0;
  }
}
@media (max-width: 500px) {
  .normal-sayfa .text figure {
    max-width: 100%;
    margin-left: 0;
  }
}
.normal-sayfa .text figure img {
  width: 100%;
  float: left;
}
.normal-sayfa.cihaz-detay-page figure {
  max-width: 35%;
  float: right;
  position: relative;
  margin-left: 15px;
  margin-bottom: 15px;
  border: 2px solid rgba(204, 204, 204, 0.5);
  overflow: hidden;
  cursor: pointer;
}
@media (max-width: 768px) {
  .normal-sayfa.cihaz-detay-page figure {
    max-width: 45%;
  }
}
@media (max-width: 500px) {
  .normal-sayfa.cihaz-detay-page figure {
    max-width: 100%;
    margin-left: 0;
  }
}
.normal-sayfa.cihaz-detay-page figure img {
  width: 100%;
  float: left;
}
.normal-sayfa.cihaz-detay-page .diger-cihazlar .item figure {
  max-width: 100%;
  margin-left: 0;
}
.normal-sayfa h1 {
  font-size: 48px;
  font-weight: bold;
  margin-bottom: 8px;
}
@media (max-width: 500px) {
  .normal-sayfa h1 {
    font-size: 42px;
  }
}
@media (max-width: 400px) {
  .normal-sayfa h1 {
    font-size: 38px;
  }
}
.normal-sayfa h2 {
  font-weight: 600;
  font-size: 30px;
  color: #000;
  margin-bottom: 15px;
}
@media (max-width: 500px) {
  .normal-sayfa h2 {
    font-size: 28px;
  }
}
@media (max-width: 400px) {
  .normal-sayfa h2 {
    font-size: 26px;
  }
}
.normal-sayfa h3 {
  font-weight: 600;
  font-size: 28px;
  color: #000;
  margin-bottom: 15px;
}
@media (max-width: 500px) {
  .normal-sayfa h3 {
    font-size: 26px;
  }
}
@media (max-width: 400px) {
  .normal-sayfa h3 {
    font-size: 24px;
  }
}
.normal-sayfa h4 {
  font-weight: 600;
  font-size: 26px;
  color: #000;
  margin-bottom: 15px;
}
@media (max-width: 500px) {
  .normal-sayfa h4 {
    font-size: 24px;
  }
}
@media (max-width: 400px) {
  .normal-sayfa h4 {
    font-size: 22px;
  }
}
.normal-sayfa h5 {
  font-weight: 600;
  font-size: 24px;
  color: #000;
  margin-bottom: 15px;
}
@media (max-width: 500px) {
  .normal-sayfa h5 {
    font-size: 22px;
  }
}
@media (max-width: 400px) {
  .normal-sayfa h5 {
    font-size: 20px;
  }
}
.normal-sayfa h6 {
  font-weight: 600;
  font-size: 22px;
  color: #000;
  margin-bottom: 15px;
}
@media (max-width: 500px) {
  .normal-sayfa h6 {
    font-size: 20px;
  }
}
@media (max-width: 400px) {
  .normal-sayfa h6 {
    font-size: 18px;
  }
}
.normal-sayfa p {
  font-size: 18px !important;
  line-height: 28px;
  margin-top: 0;
  margin-bottom: 1rem;
}
@media (max-width: 400px) {
  .normal-sayfa p {
    font-size: 16px !important;
    line-height: 26px;
  }
}
.normal-sayfa ul {
  margin-bottom: 16px;
}
.normal-sayfa ul li {
  background-image: url("../../images/user/konu/li-bg.png");
  background-repeat: no-repeat;
  background-position: 0 6px;
  background-size: auto 14px;
  padding-left: 20px;
  margin-left: -5px;
  text-decoration: none;
  font-weight: 400;
  color: #000000;
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 0.5rem;
}
@media (max-width: 400px) {
  .normal-sayfa ul li {
    font-size: 16px !important;
    line-height: 26px;
  }
}
.normal-sayfa ol {
  margin-bottom: 16px;
}
.normal-sayfa ol li {
  background-image: url("../../images/user/konu/li-bg.png");
  background-repeat: no-repeat;
  background-position: 0 6px;
  background-size: auto 14px;
  padding-left: 20px;
  margin-left: -5px;
  text-decoration: none;
  font-weight: 400;
  color: #000000;
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 0.5rem;
}
@media (max-width: 400px) {
  .normal-sayfa ol li {
    font-size: 16px !important;
    line-height: 26px;
  }
}
.normal-sayfa b, .normal-sayfa strong {
  font-weight: bold;
  color: #a61d50;
}

.sertifikalarimiz {
  width: 100%;
  display: flex;
  justify-content: start;
  align-items: start;
  gap: 25px;
}
.sertifikalarimiz .sertifika {
  max-width: calc((100% - 25px) / 2);
  width: 100%;
}
@media (max-width: 768px) {
  .sertifikalarimiz .sertifika {
    max-width: 100%;
  }
  .sertifikalarimiz .sertifika h2 {
    font-size: 16px;
    line-height: 24px;
  }
}
.sertifikalarimiz .sertifika figure {
  max-width: 100%;
  float: unset;
  border: 2px solid rgba(204, 204, 204, 0.5);
  overflow: hidden;
  cursor: pointer;
  margin: 0;
}
.sertifikalarimiz .sertifika figure img {
  float: left;
  width: 100%;
}
.sertifikalarimiz .sertifika h2 {
  font-size: 22px;
  line-height: 30px;
  text-align: center;
  margin: 0;
}

.randevu-al-formu {
  display: flex;
  justify-content: start;
  align-content: start;
  flex-wrap: wrap;
  gap: 10px;
}
.randevu-al-formu .item {
  max-width: calc((100% - 20px) / 3);
  width: 100%;
}
@media (max-width: 768px) {
  .randevu-al-formu .item {
    max-width: calc((100% - 10px) / 2);
  }
}
@media (max-width: 500px) {
  .randevu-al-formu .item {
    max-width: 100%;
  }
}
.randevu-al-formu .item-msg {
  max-width: 100%;
  width: 100%;
}
.randevu-al-formu .item-chck {
  max-width: 100%;
  width: 100%;
  display: flex;
  justify-content: start;
  align-content: start;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 10px;
}
.randevu-al-formu .item-chck .chck {
  max-width: 100%;
  width: 100%;
  display: flex;
  justify-content: start;
  align-content: center;
  gap: 5px;
}
.randevu-al-formu .item-chck .chck input[type=checkbox] {
  max-height: 18px !important;
}
.randevu-al-formu .item-chck .chck label {
  line-height: 18px;
  font-size: 16px;
}
.randevu-al-formu .item-chck .chck label a {
  font-weight: bold;
  color: #a61d50;
}
.randevu-al-formu .btn-iletisim {
  max-width: 100%;
  width: 100%;
}

.tedavi-alanlari {
  display: flex;
  justify-content: start;
  align-items: start;
  gap: 10px;
  row-gap: 25px;
  flex-wrap: wrap;
}
.tedavi-alanlari .item {
  max-width: calc((100% - 30px) / 4);
  width: 100%;
}
@media (max-width: 1024px) {
  .tedavi-alanlari .item {
    max-width: calc((100% - 20px) / 3);
  }
}
@media (max-width: 768px) {
  .tedavi-alanlari .item {
    max-width: calc((100% - 10px) / 2);
  }
}
@media (max-width: 500px) {
  .tedavi-alanlari .item {
    max-width: 100%;
  }
}
.tedavi-alanlari .item:hover figure::before {
  opacity: 1;
}
.tedavi-alanlari .item:hover figure img {
  transform: scale(1.05);
}
.tedavi-alanlari .item:hover h2:before {
  width: 60%;
}
.tedavi-alanlari .item figure {
  position: relative !important;
  overflow: hidden !important;
  max-width: 100%;
  margin: 0;
  border: none;
  float: unset;
}
.tedavi-alanlari .item figure::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(92deg, rgba(234, 109, 110, 0.6) 0%, rgba(94, 44, 45, 0.6) 40%, rgba(0, 0, 0, 0.6) 100%);
  opacity: 0.6;
  z-index: 1;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
}
.tedavi-alanlari .item figure h2 {
  position: absolute;
  bottom: 20px;
  left: 20px;
  font-size: 18px;
  font-weight: 600;
  color: #ffffff;
  z-index: 2;
}
.tedavi-alanlari .item h2 {
  position: relative;
  font-size: 22px;
  line-height: 30px;
  height: 75px;
  font-weight: 600;
  color: #000000;
  margin-top: 10px;
  padding-bottom: 15px;
  display: flex;
  justify-content: start;
  align-items: center;
}
@media (max-width: 768px) {
  .tedavi-alanlari .item h2 {
    font-size: 18px;
    line-height: 26px;
    height: 67px;
  }
}
.tedavi-alanlari .item h2:before {
  content: "";
  position: absolute;
  height: 3px;
  background-color: #d12465;
  width: 35%;
  bottom: 0;
  left: 0;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
}
.tedavi-alanlari .item p {
  font-size: 16px !important;
  line-height: 22px;
  color: #000000;
  text-align: left;
  height: 110px;
  max-height: 110px;
  padding: 15px 10px 15px 0;
  overflow: hidden;
}
@media (max-width: 600px) {
  .tedavi-alanlari .item .incele-btn {
    font-size: 14px;
    padding: 10px 10px;
  }
}

.tedavi-alani {
  display: flex;
  justify-content: start;
  align-items: start;
  gap: 10px;
  flex-wrap: wrap;
}
.tedavi-alani .item {
  max-width: calc((100% - 30px) / 4);
  width: 100%;
  padding: 3px;
  border: 2px solid #ccc;
}
@media (max-width: 1024px) {
  .tedavi-alani .item {
    max-width: calc((100% - 20px) / 3);
  }
}
@media (max-width: 768px) {
  .tedavi-alani .item {
    max-width: calc((100% - 10px) / 2);
  }
}
@media (max-width: 570px) {
  .tedavi-alani .item {
    max-width: 100%;
  }
}
.tedavi-alani .item .el-yazisi {
  font-size: 18px !important;
  line-height: 26px;
  font-weight: bolder;
  padding: 7px 7px 0 7px;
}
.tedavi-alani .item h2 {
  width: 100%;
  padding: 7px;
  font-size: 20px;
  line-height: 28px;
  height: 98px;
  overflow-y: hidden;
  color: #000000;
}
@media (max-width: 768px) {
  .tedavi-alani .item h2 {
    font-size: 18px;
    line-height: 26px;
    height: 92px;
  }
}
.tedavi-alani .item figure {
  position: relative !important;
  overflow: hidden !important;
  max-width: 100%;
  margin: 0;
  border: none;
  float: unset;
}
.tedavi-alani .item figure::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(92deg, rgba(234, 109, 110, 0.6) 0%, rgba(94, 44, 45, 0.6) 40%, rgba(0, 0, 0, 0.6) 100%);
  opacity: 0.6;
  z-index: 1;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
}
.tedavi-alani .item:hover {
  background-color: #000000;
}
.tedavi-alani .item:hover h2 {
  color: rgba(255, 255, 255, 0.7803921569);
}
.tedavi-alani .item:hover figure::before {
  opacity: 1;
}
.tedavi-alani .item:hover figure img {
  transform: scale(1.05);
}

.islem-tablosu {
  max-width: calc(65% - 15px);
  background-color: #f3f3f3;
  border: 1px solid #e3e3e3;
  margin-bottom: 35px;
}
@media (max-width: 768px) {
  .islem-tablosu {
    max-width: 100%;
  }
}
.islem-tablosu h2 {
  font-weight: bold;
  font-size: 24px;
  line-height: 32px;
  padding: 16px 18px;
  color: #d12465;
}
.islem-tablosu .degerler {
  display: flex;
  justify-content: start;
  align-items: start;
  flex-wrap: wrap;
}
.islem-tablosu .degerler .item {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 15px;
  max-width: 50%;
  width: 100%;
  padding: 16px 18px;
  border: 1px solid #e3e3e3;
}
@media (max-width: 500px) {
  .islem-tablosu .degerler .item {
    flex-direction: column;
  }
}
.islem-tablosu .degerler .item:nth-child(1), .islem-tablosu .degerler .item:nth-child(3) {
  border-right: none;
}
.islem-tablosu .degerler .item i {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 42px;
  height: 42px;
  background-color: #d12465;
  color: #FFFFFF;
  font-size: 22px;
  border-radius: 50%;
}
.islem-tablosu .degerler .item h3 {
  font-size: 18px;
  line-height: 26px;
  font-weight: bold;
  color: #000;
  margin-bottom: 0;
}
@media (max-width: 500px) {
  .islem-tablosu .degerler .item h3 {
    text-align: center;
  }
}
.islem-tablosu .degerler .item p {
  font-size: 18px !important;
  line-height: 26px;
  margin-bottom: 0;
}
@media (max-width: 500px) {
  .islem-tablosu .degerler .item p {
    text-align: center;
  }
}

.sayfa-icerigi {
  padding: 20px 30px;
  margin-bottom: 30px;
  background-color: #fdb5d0;
}
@media (max-width: 500px) {
  .sayfa-icerigi {
    padding: 15px 15px;
  }
}
.sayfa-icerigi.blog-sayfa-icerik {
  padding: 20px 30px;
  width: max-content;
}
@media (max-width: 1024px) {
  .sayfa-icerigi.blog-sayfa-icerik {
    width: 100%;
  }
}
.sayfa-icerigi.blog-sayfa-icerik .sayfa-icerigi-baslik {
  font-size: 24px;
  color: #a61d50;
  font-weight: bold;
}
.sayfa-icerigi h2 {
  font-size: 24px;
  color: #a61d50;
}
.sayfa-icerigi ul {
  margin-top: 20px;
}
.sayfa-icerigi ul li {
  padding-left: 22px;
  padding-top: 2px;
  background-image: url("../../images/user/site/sayfa-icerigi-li.png");
}
.sayfa-icerigi ul li a {
  font-size: 18px;
  line-height: 18px;
  text-decoration: none;
  color: #000;
}
.sayfa-icerigi ul li:hover {
  padding-left: 30px;
}
.sayfa-icerigi ol {
  margin-top: 20px;
}
.sayfa-icerigi ol li {
  padding-left: 22px;
  padding-top: 2px;
  background-image: url("../../images/user/site/sayfa-icerigi-li.png");
}
.sayfa-icerigi ol li a {
  font-size: 18px;
  line-height: 18px;
  text-decoration: none;
  color: #000;
}
.sayfa-icerigi ol li:hover {
  padding-left: 30px;
}

.cihazlar-page {
  display: flex;
  justify-content: start;
  align-items: start;
  flex-wrap: wrap;
  gap: 15px;
  row-gap: 70px;
  margin-bottom: 35px;
}
.cihazlar-page .item {
  max-width: calc((100% - 30px) / 3);
  width: 100%;
  border: 1px solid #ccc;
  position: relative;
}
@media (max-width: 768px) {
  .cihazlar-page .item {
    max-width: calc((100% - 15px) / 2);
  }
}
@media (max-width: 500px) {
  .cihazlar-page .item {
    max-width: 100%;
  }
}
.cihazlar-page .item:hover .text {
  max-height: 160px;
}
.cihazlar-page .item figure {
  width: 100%;
  float: left;
  position: relative;
  overflow: hidden;
  margin-bottom: 0;
}
.cihazlar-page .item figure img {
  float: left;
  width: 100%;
}
.cihazlar-page .item .text {
  width: calc(100% + 2px);
  margin-left: -1px;
  max-height: 62px;
  position: absolute;
  bottom: -62px;
  left: 0;
  overflow: hidden;
  background-color: #fff;
  border: 1px solid #ccc;
  outline-width: 2px;
  outline-color: #ccc;
}
.cihazlar-page .item .text h2 {
  height: 62px;
  font-size: 18px;
  background-color: #e1e5eb;
  line-height: 26px;
  display: flex;
  justify-content: start;
  align-items: center;
  padding: 5px 10px;
  margin-bottom: 0;
}
.cihazlar-page .item .text p {
  font-size: 14px !important;
  line-height: 23px;
  color: #443f40;
  padding: 0 10px 10px 10px;
}

.iletisim-formu {
  display: flex;
  justify-content: start;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}
.iletisim-formu .form-item {
  max-width: calc((100% - 10px) / 2);
  width: 100%;
  display: flex;
  justify-content: start;
  align-items: center;
}
@media (max-width: 500px) {
  .iletisim-formu .form-item {
    max-width: 100%;
  }
}
.iletisim-formu textarea {
  max-width: 100%;
  width: 100%;
}
.iletisim-formu input[type=submit] {
  max-width: 100%;
  width: 100%;
}
.iletisim-formu input[type=submit]:hover {
  background-color: #a61d50;
}
@media (max-width: 500px) {
  .iletisim-formu .bilgilendirme-input {
    flex-wrap: wrap;
  }
}
.iletisim-formu .bilgilendirme-input .item {
  max-width: 100%;
  width: 100%;
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 5px;
}
.iletisim-formu .bilgilendirme-input .item input[type=checkbox] {
  height: 30px;
}
.iletisim-formu .bilgilendirme-input a {
  font-weight: bold;
  color: #000000;
}
.iletisim-formu .bilgilendirme-input a:hover {
  color: #0a58ca;
}

.bloglar {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 15px;
  padding-top: 25px;
}
.bloglar.page {
  flex-wrap: wrap;
}
.bloglar.page .blog {
  max-width: calc((100% - 30px) / 3);
  border: 1px solid #ccc;
}
@media (max-width: 800px) {
  .bloglar.page .blog {
    max-width: calc((100% - 20px) / 2);
  }
}
@media (max-width: 550px) {
  .bloglar.page .blog {
    max-width: 100%;
  }
}
.bloglar.page .blog figure {
  height: 260px;
}
.bloglar.page .blog h3 {
  justify-content: start;
}
@media (max-width: 500px) {
  .bloglar.page .blog .incele-btn {
    font-size: 14px;
    padding: 10px 10px;
  }
}
.bloglar .blog {
  max-width: calc((100% - 45px) / 4);
  width: 100%;
  background-color: #fdfdfd;
}
@media (max-width: 1024px) {
  .bloglar .blog {
    max-width: calc((100% - 30px) / 3);
  }
}
@media (max-width: 768px) {
  .bloglar .blog {
    max-width: calc((100% - 15px) / 2);
  }
}
.bloglar .blog:hover figure::before {
  opacity: 1;
}
.bloglar .blog figure {
  width: 100%;
  overflow: hidden;
  margin-bottom: 0;
  position: relative;
  height: 230px;
}
.bloglar .blog figure::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(92deg, rgba(234, 109, 110, 0.6) 0%, rgba(94, 44, 45, 0.6) 40%, rgba(0, 0, 0, 0.6) 100%);
  opacity: 0.6;
  z-index: 1;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
}
.bloglar .blog figure img {
  width: 100%;
  border: 0;
  margin-top: 0;
  margin-left: 0;
}
.bloglar .blog .ticket {
  padding: 12px;
  position: relative;
}
.bloglar .blog .ticket:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 85%;
  height: 3px;
  background-color: #f4f6f9;
}
.bloglar .blog .ticket span {
  padding: 5px;
  font-size: 14px;
  line-height: 34px;
  background-color: #d12465;
  color: #fff;
}
.bloglar .blog h3 {
  min-height: 84px;
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  padding: 5px 12px;
  color: #000;
  text-align: left;
  display: flex;
  justify-content: start;
  align-items: center;
}
.bloglar .blog p {
  padding: 0 12px;
  color: #000000;
  text-align: left;
  height: 70px;
  width: 100%;
  overflow: hidden;
  margin-top: 15px;
  font-size: 18px !important;
  line-height: 22px;
}
.bloglar .blog .incele-btn {
  font-size: 14px;
  font-weight: bold;
  background: #d32466;
  color: #fff;
  padding: 12px;
  border-radius: 6px;
  margin: 15px 0 20px 12px;
}
.bloglar .blog .incele-btn:hover {
  background-color: #443f40;
}
.bloglar .blog .incele-btn:hover i {
  color: #443f40;
}

@media (max-width: 1024px) {
  .blog-detay {
    padding-left: 0;
    padding-right: 0;
  }
}
.blog-detay h1 {
  font-size: 36px;
  line-height: 42px;
  font-weight: bold;
  color: #000;
  margin-bottom: 10px;
}
@media (max-width: 500px) {
  .blog-detay h1 {
    font-size: 32px;
    line-height: 38px;
  }
}
@media (max-width: 400px) {
  .blog-detay h1 {
    font-size: 30px;
    line-height: 36px;
  }
}
.blog-detay .baslik {
  max-width: 1440px !important;
  margin: 0 auto;
  padding-left: 25px !important;
  padding-right: 25px !important;
}
@media (max-width: 500px) {
  .blog-detay .baslik {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}
.blog-detay .max-width {
  display: flex;
  justify-content: start;
  align-items: start;
  gap: 50px;
}
@media (max-width: 900px) {
  .blog-detay .max-width {
    flex-direction: column;
  }
}
.blog-detay .max-width .text {
  max-width: calc(3 * (100% - 40px) / 4);
  width: 100%;
}
@media (max-width: 768px) {
  .blog-detay .max-width .text {
    max-width: 100%;
  }
}
.blog-detay .max-width .text figure {
  max-width: 35%;
  float: right;
  position: relative;
  margin-left: 15px;
  margin-bottom: 15px;
  border: 2px solid rgba(204, 204, 204, 0.5);
  overflow: hidden;
  cursor: pointer;
}
@media (max-width: 1024px) {
  .blog-detay .max-width .text figure {
    max-width: 45%;
  }
}
@media (max-width: 768px) {
  .blog-detay .max-width .text figure {
    max-width: 50%;
    margin-left: 10px;
    margin-bottom: 10px;
  }
}
@media (max-width: 550px) {
  .blog-detay .max-width .text figure {
    max-width: 100%;
    margin-left: 0px;
    margin-bottom: 0px;
  }
}
.blog-detay .max-width .text figure:hover img {
  transform: scale(1.1) rotate(2deg);
}
.blog-detay .max-width .text figure img {
  width: 100%;
  float: left;
}
.blog-detay .max-width .text p {
  font-size: 18px !important;
  line-height: 28px;
  margin-bottom: 1rem;
}
@media (max-width: 768px) {
  .blog-detay .max-width .text p {
    font-size: 16px;
    line-height: 26px;
  }
}
.blog-detay .max-width .text h2 {
  font-weight: 600;
  font-size: 30px;
  color: #d32466;
  margin-bottom: 15px;
}
@media (max-width: 500px) {
  .blog-detay .max-width .text h2 {
    font-size: 28px;
  }
}
@media (max-width: 400px) {
  .blog-detay .max-width .text h2 {
    font-size: 26px;
  }
}
.blog-detay .max-width .text h3 {
  font-weight: 600;
  font-size: 28px;
  color: #d32466;
  margin-bottom: 15px;
}
@media (max-width: 500px) {
  .blog-detay .max-width .text h3 {
    font-size: 26px;
  }
}
@media (max-width: 400px) {
  .blog-detay .max-width .text h3 {
    font-size: 24px;
  }
}
.blog-detay .max-width .text h4 {
  font-weight: 600;
  font-size: 26px;
  color: #d32466;
  margin-bottom: 15px;
}
@media (max-width: 500px) {
  .blog-detay .max-width .text h4 {
    font-size: 24px;
  }
}
@media (max-width: 400px) {
  .blog-detay .max-width .text h4 {
    font-size: 22px;
  }
}
.blog-detay .max-width .text h5 {
  font-weight: 600;
  font-size: 24px;
  color: #d32466;
  margin-bottom: 15px;
}
@media (max-width: 500px) {
  .blog-detay .max-width .text h5 {
    font-size: 22px;
  }
}
@media (max-width: 400px) {
  .blog-detay .max-width .text h5 {
    font-size: 20px;
  }
}
.blog-detay .max-width .text h6 {
  font-weight: 600;
  font-size: 22px;
  color: #d32466;
  margin-bottom: 15px;
}
@media (max-width: 500px) {
  .blog-detay .max-width .text h6 {
    font-size: 20px;
  }
}
@media (max-width: 400px) {
  .blog-detay .max-width .text h6 {
    font-size: 18px;
  }
}
.blog-detay .max-width .text ul {
  margin-bottom: 16px;
}
.blog-detay .max-width .text ul li {
  background-image: url("../../images/user/konu/li-bg.png");
  background-repeat: no-repeat;
  background-position: 0 6px;
  background-size: auto 14px;
  padding-left: 20px;
  margin-left: -5px;
  text-decoration: none;
  font-weight: 400;
  color: #000000;
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 5px;
}
.blog-detay .max-width .text b, .blog-detay .max-width .text strong {
  font-weight: bold;
  color: #a61d50;
}
.blog-detay .max-width .bloglar {
  padding-top: 0;
  max-width: calc((100% - 40px) / 4);
}
@media (max-width: 768px) {
  .blog-detay .max-width .bloglar {
    max-width: 100%;
  }
}
.blog-detay .max-width .bloglar .blog {
  max-width: 100%;
}
@media (max-width: 768px) {
  .blog-detay .bloglar.flex-direction-column {
    flex-direction: row !important;
    flex-wrap: wrap;
  }
}
@media (max-width: 768px) {
  .blog-detay .bloglar.flex-direction-column .blog {
    max-width: calc((100% - 15px) / 2);
  }
}
@media (max-width: 550px) {
  .blog-detay .bloglar.flex-direction-column .blog {
    max-width: 100%;
  }
}
.blog-detay .bloglar.flex-direction-column .blog p {
  font-size: 14px !important;
}
.blog-detay .bloglar .blog {
  border: 1px solid #ccc;
}
.blog-detay .bloglar .blog p {
  margin-top: 0;
}

.iletisim-page iframe {
  margin: 25px 0;
}

.iletisim-box {
  display: flex;
  justify-content: start;
  align-items: stretch;
  gap: 10px;
  margin-bottom: 25px;
}
@media (max-width: 900px) {
  .iletisim-box {
    flex-wrap: wrap;
  }
}
.iletisim-box .item {
  max-width: calc((100% - 20px) / 3);
  width: 100%;
  display: flex;
  justify-content: start;
  align-items: center;
  flex-direction: column;
  gap: 15px;
  border: 1px solid #ccc;
  padding: 25px;
}
@media (max-width: 900px) {
  .iletisim-box .item {
    max-width: calc((100% - 10px) / 2);
  }
}
@media (max-width: 610px) {
  .iletisim-box .item {
    max-width: 100%;
  }
}
.iletisim-box .item i {
  min-width: 80px;
  height: 80px;
  background-color: #d12465;
  font-size: 26px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  border-radius: 50%;
}
.iletisim-box .item h2 {
  font-size: 20px;
  font-weight: bold;
}
.iletisim-box .item .text {
  font-weight: 300;
  font-size: 18px;
  color: #222;
  text-align: center;
}
.iletisim-box .item .text.link {
  display: flex;
  justify-content: center;
  align-content: center;
  gap: 10px;
  flex-direction: column;
}
.iletisim-box .item .text.link a {
  text-decoration: none;
  color: #000;
}
.iletisim-box .item:hover {
  cursor: pointer;
}
.iletisim-box .item:hover i {
  background-color: #443f40;
}

.galeri {
  width: 100%;
  display: flex;
  justify-content: start;
  align-items: start;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 25px;
}
.galeri figure {
  max-width: calc((100% - 40px) / 5) !important;
  width: 100% !important;
  margin: 0 !important;
  position: relative;
}
@media (max-width: 1024px) {
  .galeri figure {
    max-width: calc((100% - 30px) / 4) !important;
  }
}
@media (max-width: 768px) {
  .galeri figure {
    max-width: calc((100% - 20px) / 3) !important;
  }
}
@media (max-width: 768px) {
  .galeri figure {
    max-width: calc((100% - 10px) / 2) !important;
  }
}
.galeri figure img {
  width: 100%;
  float: left;
}

.galeri-page {
  display: flex;
  justify-content: start;
  align-content: start;
  gap: 15px;
  flex-wrap: wrap;
}
.galeri-page figure {
  max-width: calc((100% - 45px) / 4);
  width: 100%;
  overflow: hidden;
  max-height: 375px;
  margin-left: 0;
  margin-bottom: 0;
  cursor: pointer;
}
.galeri-page figure img {
  object-fit: cover;
  object-position: center;
  float: left;
  height: 100%;
  width: 100%;
}
@media (max-width: 1024px) {
  .galeri-page figure {
    max-width: calc((100% - 30px) / 3);
  }
}
@media (max-width: 500px) {
  .galeri-page figure {
    max-width: calc((100% - 15px) / 2);
  }
}

.videolar {
  display: flex;
  justify-content: start;
  align-content: start;
  gap: 15px;
  flex-wrap: wrap;
  margin-top: 25px;
}
.videolar iframe {
  max-width: calc((100% - 45px) / 4);
  width: 100%;
}
@media (max-width: 1024px) {
  .videolar iframe {
    max-width: calc((100% - 30px) / 3);
  }
}
@media (max-width: 768px) {
  .videolar iframe {
    max-width: calc((100% - 15px) / 2);
  }
}
@media (max-width: 500px) {
  .videolar iframe {
    max-width: 100%;
  }
}

.sss.tedavi-alani-linkleri {
  margin-bottom: 25px;
}
.sss .accordion {
  margin-top: 35px;
}
.sss .accordion .item {
  max-height: 58px;
  border: 1px solid #ccc;
  overflow: hidden;
  transition: max-height 0.5s ease-in-out;
}
.sss .accordion .item .question {
  background-color: #443f40;
  font-size: 18px;
  width: 100%;
  padding: 20px;
  color: #fff;
  text-align: left;
  font-weight: 600;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.sss .accordion .item .answer {
  padding: 10px;
}
.sss .accordion .item.open {
  max-height: 1000px; /* Yeterince büyük bir değer seçin */
}
.sss .accordion .item.open .question {
  background-color: #d12465;
}
.sss .accordion .item.open .question i {
  transform: rotate(90deg);
}

footer {
  width: 100%;
  background-color: #fdb5d0;
  border-top: 5px solid #e5e5e5;
}
@media (max-width: 768px) {
  footer .max-width {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
footer .max-width .bilgi {
  display: flex;
  justify-content: start;
  align-items: stretch;
  width: 100%;
  margin-bottom: 35px;
  padding-bottom: 35px;
  position: relative;
}
footer .max-width .bilgi:before {
  content: "";
  position: absolute;
  background-color: #eb7ba6;
  width: 100%;
  height: 3px;
  bottom: 0;
  left: 0;
}
@media (max-width: 768px) {
  footer .max-width .bilgi {
    flex-direction: column;
  }
  footer .max-width .bilgi .item {
    max-width: 100% !important;
  }
}
footer .max-width .bilgi .item {
  max-width: 33.3333333333%;
  width: 100%;
  padding-top: 10px;
  padding-right: 60px;
}
@media (max-width: 1024px) {
  footer .max-width .bilgi .item {
    padding-right: 20px;
    padding-left: 20px;
  }
  footer .max-width .bilgi .item:nth-child(2) {
    padding-left: 0 !important;
    border-right: none !important;
    border-left: none !important;
  }
}
@media (max-width: 768px) {
  footer .max-width .bilgi .item {
    padding-right: 0px;
    padding-left: 0px;
  }
  footer .max-width .bilgi .item:nth-child(3) {
    padding-left: 0 !important;
  }
}
footer .max-width .bilgi .item:nth-child(2) {
  padding-left: 50px;
  border-right: 2px solid #eb7ba6;
  border-left: 2px solid #eb7ba6;
}
footer .max-width .bilgi .item:nth-child(3) {
  padding-left: 50px;
}
footer .max-width .bilgi .item.aciklama img {
  margin-bottom: 20px;
}
footer .max-width .bilgi .item.aciklama p {
  font-size: 18px !important;
  line-height: 22px;
  color: #000;
  margin-bottom: 0;
}
footer .max-width .bilgi .item.aciklama h2 {
  font-size: 18px;
  line-height: 21px;
  font-weight: bold;
  margin: 15px 0;
}
footer .max-width .bilgi .item.hizli-menu h2 {
  font-weight: bold;
  font-size: 28px;
  color: #000000;
  display: inline-block;
  margin-bottom: 16px;
}
footer .max-width .bilgi .item.hizli-menu ul li {
  background-image: url("../../images/user/konu/li-bg.png");
  background-repeat: no-repeat;
  background-position: 0 6px;
  background-size: auto 14px;
  padding-left: 20px;
  margin-left: -5px;
}
footer .max-width .bilgi .item.hizli-menu ul li a {
  text-decoration: none;
  font-weight: 400;
  color: #000000;
  font-size: 18px;
  line-height: 26px;
}
footer .max-width .bilgi .item.hizli-menu ul li a:hover {
  font-weight: bold;
}
footer .max-width .bilgi .item.iletisim h2 {
  font-weight: bold;
  font-size: 28px;
  color: #000000;
  display: inline-block;
  margin-bottom: 16px;
}
footer .max-width .bilgi .item.iletisim ul li {
  margin-bottom: 5px;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #000000;
}
footer .max-width .bilgi .item.iletisim ul li i {
  color: #443f40;
  margin-right: 10px;
}
footer .max-width .bilgi .item.iletisim ul li b {
  color: #443f40;
}
footer .max-width .bilgi .item.iletisim h3 {
  font-weight: 700;
  color: #000;
  font-size: 20px;
  line-height: 40px;
  padding-bottom: 10px;
  margin-bottom: 15px;
  position: relative;
}
footer .max-width .bilgi .item.iletisim h3:before {
  content: "";
  position: absolute;
  width: 30%;
  height: 3px;
  background-color: #000;
  bottom: 0;
  left: 0;
}
footer .max-width .bilgi .item.iletisim .socials {
  display: flex;
  justify-content: start;
  align-content: start;
  gap: 5px;
}
footer .max-width .bilgi .item.iletisim .socials .social {
  width: 38px;
  height: 38px;
  background-color: #FFFFFF;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}
footer .max-width .bilgi .item.iletisim .socials .social:hover:nth-child(1) {
  background-color: #4166b1;
}
footer .max-width .bilgi .item.iletisim .socials .social:hover:nth-child(2) {
  background-color: #c63b6d;
}
footer .max-width .bilgi .item.iletisim .socials .social:hover:nth-child(3) {
  background-color: #fd0404;
}
footer .max-width .bilgi .item.iletisim .socials .social:hover:nth-child(4) {
  background-color: #0d9e16;
}
footer .max-width .bilgi .item.iletisim .socials .social:hover i {
  color: #fff;
}
footer .max-width .bilgi .item.iletisim .socials .social i {
  width: 25px;
  height: 25px;
  font-size: 22px;
  color: #443f40;
  display: flex;
  justify-content: center;
  align-items: center;
}
footer .max-width .text {
  width: 100%;
}
footer .max-width .text p {
  text-align: left;
  font-size: 18px;
  font-weight: bold;
  color: #443f40;
}
footer .max-width .text p a {
  text-decoration: none;
  color: #a61d50;
}

.copyright .max-width {
  min-height: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 500px) {
  .copyright .max-width {
    flex-direction: column;
    justify-content: start;
    align-items: center;
    gap: 15px;
    height: 100px;
    text-align: center;
    padding-top: 25px;
    margin-bottom: 100px;
  }
}
.copyright .max-width a.copyright-right {
  display: flex;
  justify-content: end;
  align-items: center;
  text-decoration: none;
  color: #000 !important;
}

table {
  border-collapse: collapse;
  width: 100%;
}

table td, table th {
  border: 1px solid #ddd;
  padding: 8px;
}

table th {
  padding-top: 7px;
  padding-bottom: 7px;
  text-align: left;
  background-color: rgba(0, 0, 0, 0.2);
  color: white;
}

.uyari-notu {
  width: 100%;
  font-size: 18px;
  line-height: 28px;
  background-color: #cfe5db;
  font-weight: 500;
  color: #a61d50;
  padding: 10px;
  margin: 25px 0;
  border-radius: 10px;
}

.modalx {
  animation: fadeIn 1s;
  position: fixed;
  height: max-content;
  z-index: 999999;
  background-color: rgba(77, 76, 76, 0.9);
  width: 100%;
  color: #ffffff;
  left: 0;
  bottom: 0;
  display: none;
  padding: 10px 0;
  border-top: 2px solid #ffffff;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
}

.contentx {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 25px;
}

.contentx p a {
  color: #000;
  font-weight: 600;
}

.contentx .cerez-btn {
  width: 100%;
  display: flex;
  justify-content: end;
}

.contentx .cerez-btn .btn {
  margin-left: 5px;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.not-found {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 20px;
  width: 100%;
  background-image: url("../../images/site/page-not-found.jpg");
  background-size: auto 100%;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 768px;
}
@media (max-width: 1024px) {
  .not-found {
    min-height: 600px;
  }
}
@media (max-width: 768px) {
  .not-found {
    background-image: url("../../images/site/page-not-found-m.jpg");
  }
}
.not-found h1 {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 22px;
  color: #000;
  font-weight: bold;
  padding-top: 75px;
}

.not-found-2 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  position: relative;
}
.not-found-2 figure {
  width: 100%;
}
.not-found-2 figure img {
  float: left;
  width: 100%;
}
.not-found-2 figure img.web {
  display: block;
}
@media (max-width: 768px) {
  .not-found-2 figure img.web {
    display: none;
  }
}
.not-found-2 figure img.mobil {
  display: none;
}
@media (max-width: 768px) {
  .not-found-2 figure img.mobil {
    display: block;
  }
}
.not-found-2 h1 {
  position: absolute;
  bottom: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 22px;
  margin-bottom: -50px;
  color: #000;
  font-weight: bold;
}
@media (max-width: 1024px) {
  .not-found-2 h1 {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .not-found-2 h1 {
    bottom: 55%;
  }
}
@media (max-width: 500px) {
  .not-found-2 h1 {
    bottom: 60%;
    transform: translate(-50%, -60%);
    font-size: 18px;
    text-align: center;
  }
}
@media (max-width: 400px) {
  .not-found-2 h1 {
    bottom: 62%;
    font-size: 16px;
  }
}
@media (max-width: 350px) {
  .not-found-2 h1 {
    bottom: 50%;
    transform: translate(-50%, -50%);
    margin-bottom: -15px;
    font-size: 14px;
  }
}

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