@charset "UTF-8";
@import url("./cdrstrap.css");
@import url("https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  transition: all 0.5s ease-in-out;
  font-family: "Raleway", serif;
}

body {
  background-color: #efefef;
}

ul {
  list-style: none;
}

a {
  text-decoration: none;
}

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

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

/* Handle */
::-webkit-scrollbar-thumb {
  background: #2d99d0;
  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: #2d99d0;
}

.mm-menu.mm-theme-dark {
  background-color: #2d99d0;
  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: #ffffff !important;
}

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

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

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

.mm-menu.mm-theme-dark .mm-navbar a, .mm-menu.mm-theme-dark .mm-navbar .mm-close:not(.mm-prev) {
  background: #ffffff !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 #2d99d0;
}

.mm-listview > li:not(.mm-divider):after {
  background-color: rgba(255, 255, 255, 0.5);
}

.mm-menu.mm-theme-dark .mm-listview > li a:not(.mm-next) {
  font-size: 16px;
  color: #ffffff;
}

@media (max-width: 1280px) {
  .mm-panel.mm-opened .mm-listview .social-link {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
  }
  .mm-panel.mm-opened .mm-listview .social-link li a i {
    font-size: 24px;
  }
}
@media (max-width: 400px) {
  .mm-panel.mm-opened .mm-listview .social-link {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
  }
  .mm-panel.mm-opened .mm-listview .social-link li a i {
    font-size: 24px;
  }
}
@media (max-width: 360px) {
  .mm-panel.mm-opened .mm-listview .social-link {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0 !important;
  }
  .mm-panel.mm-opened .mm-listview .social-link li a i {
    font-size: 24px;
  }
}
#mm-blocker {
  z-index: 11;
}

.mm-clear:before, .mm-close:before {
  right: 1px;
}

@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) i {
    font-size: 24px;
  }
}
@media (max-width: 1024px) and (max-width: 400px) {
  .mm-menu.mm-theme-dark .mm-listview > li a:not(.mm-next) i {
    font-size: 22px;
  }
}
@media (max-width: 1024px) {
  .mm-menu.mm-theme-dark .mm-listview > li a:not(.mm-next) img.header-home-img {
    height: 25px;
  }
  .mm-menu.mm-theme-dark .mm-listview > li a:not(.mm-next) img {
    height: 20px;
  }
}
.web-none {
  display: none;
}
@media (max-width: 1024px) {
  .web-none {
    display: block;
  }
}

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

header {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  position: sticky;
  z-index: 10;
  background-color: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
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 {
  position: relative;
}
@media (max-width: 600px) {
  header .bottom nav {
    border-top: none;
  }
}
header .bottom nav .max-width {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 90px;
}
@media (max-width: 1280px) {
  header .bottom nav .max-width {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
header .bottom nav .max-width a {
  cursor: pointer;
}
header .bottom nav .max-width a.logo {
  height: 100%;
  width: auto;
  padding: 10px 0;
  z-index: 2;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1280px) {
  header .bottom nav .max-width a.logo {
    padding: 0 0 0 25px;
  }
}
@media (max-width: 600px) {
  header .bottom nav .max-width a.logo {
    padding: 0 0 0 10px;
  }
}
@media (max-width: 500px) {
  header .bottom nav .max-width a.logo {
    padding: 0 0 0 15px;
  }
}
header .bottom nav .max-width a.logo img {
  max-height: 40px;
  height: 100%;
  width: auto;
}
@media (max-width: 600px) {
  header .bottom nav .max-width a.logo img {
    height: 55px;
  }
}
@media (max-width: 400px) {
  header .bottom nav .max-width a.logo img {
    height: 50px;
  }
}
@media (max-width: 360px) {
  header .bottom nav .max-width a.logo img {
    height: 45px;
  }
}
header .bottom nav .max-width .right {
  background-color: #fff;
  display: flex;
  justify-content: end;
  align-items: center;
  width: calc(100% - 200px);
  gap: 30px;
}
header .bottom nav .max-width .right ul {
  display: flex;
  justify-content: end;
  align-items: center;
  gap: 26px;
  width: 100%;
}
@media (max-width: 1280px) {
  header .bottom nav .max-width .right ul {
    display: none;
  }
}
header .bottom nav .max-width .right ul li {
  color: #000000;
  font-weight: 400;
  position: relative;
  line-height: 25px;
  padding: 10px 0;
}
header .bottom nav .max-width .right ul li.web-none {
  display: none;
}
@media (max-width: 1280px) {
  header .bottom nav .max-width .right ul li.web-none {
    display: unset;
  }
}
header .bottom nav .max-width .right ul li.margin-right-minus {
  margin-right: -17px !important;
}
header .bottom nav .max-width .right ul li.social-link {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 1280px) {
  header .bottom nav .max-width .right ul li.social-link a {
    width: 34px;
    height: 34px;
    border: 1px solid rgb(67, 67, 67);
    border-radius: 50%;
    margin-right: 5px;
  }
  header .bottom nav .max-width .right ul li.social-link a.wplogo {
    background-color: #25d165 !important;
    color: #FFFFFF;
  }
}
@media (min-width: 1280px) {
  header .bottom nav .max-width .right ul li.social-link a.web-none {
    display: none;
  }
}
header .bottom nav .max-width .right ul li.social-link a img {
  border-radius: 50%;
}
header .bottom nav .max-width .right ul li.social-link a i {
  font-size: 26px;
  width: 34px;
  height: 34px;
  display: flex !important;
  justify-content: center;
  align-items: center;
  padding-left: 2px;
}
header .bottom nav .max-width .right ul li.main-li:hover:not(.social-link) > a:before {
  width: calc(50% + 10px);
  height: 2px;
}
header .bottom nav .max-width .right ul li.main-li:hover:not(.social-link) > a:after {
  width: calc(50% + 10px);
}
header .bottom nav .max-width .right ul li:hover a {
  color: #2d99d0;
}
header .bottom nav .max-width .right ul li:hover ul {
  padding: 10px 15px;
}
header .bottom nav .max-width .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: 45px;
  border-radius: 5px;
  padding: 0;
}
header .bottom nav .max-width .right ul li:hover ul.altmenu li {
  padding: 10px;
}
header .bottom nav .max-width .right ul li:hover ul.altmenu li img {
  width: 20px;
  height: 20px;
  opacity: 1;
  visibility: visible;
}
header .bottom nav .max-width .right ul li:hover ul.altmenu li a {
  padding: 0 10px;
  font-weight: 600;
}
header .bottom nav .max-width .right ul li.social-link:hover ul {
  margin-top: 0;
}
header .bottom nav .max-width .right ul li.social-link:hover ul.altmenu li {
  padding: 10px;
}
header .bottom nav .max-width .right ul li.social-link:hover ul.altmenu li a {
  padding: 0;
}
header .bottom nav .max-width .right ul li.social-link:hover ul.altmenu li:hover a {
  color: #ffffff;
}
header .bottom nav .max-width .right ul li.social-link:hover ul.altmenu li:hover a span {
  color: #ffffff;
}
header .bottom nav .max-width .right ul li.main-li.header-etiket {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 5px;
}
header .bottom nav .max-width .right ul li.main-li.header-etiket .katalog {
  background-color: #000000;
  padding: 0 10px;
}
header .bottom nav .max-width .right ul li.main-li.header-etiket .katalog:hover {
  background-color: #2d99d0;
}
header .bottom nav .max-width .right ul li.main-li.header-etiket .katalog a {
  color: #ffffff;
}
header .bottom nav .max-width .right ul li.main-li.header-etiket .katalog a:before {
  width: 0;
  height: 0;
  background-color: transparent;
}
header .bottom nav .max-width .right ul li.main-li.header-etiket .katalog a:after {
  width: 0;
  height: 0;
  background-color: transparent;
}
header .bottom nav .max-width .right ul li.main-li.header-etiket .teklif-al {
  background-color: #2d99d0;
  padding: 0 10px;
}
header .bottom nav .max-width .right ul li.main-li.header-etiket .teklif-al:hover {
  background-color: #575757;
}
header .bottom nav .max-width .right ul li.main-li.header-etiket .teklif-al a {
  color: #ffffff;
}
header .bottom nav .max-width .right ul li.main-li.header-etiket .teklif-al a:before {
  width: 0;
  height: 0;
  background-color: transparent;
}
header .bottom nav .max-width .right ul li.main-li.header-etiket .teklif-al a:after {
  width: 0;
  height: 0;
  background-color: transparent;
}
header .bottom nav .max-width .right ul li a {
  color: rgb(67, 67, 67);
  font-weight: 700;
  font-size: 18px;
  line-height: 34px;
  letter-spacing: 1px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
header .bottom nav .max-width .right ul li a:before {
  content: "";
  position: absolute;
  right: -10px;
  width: 0;
  height: 1px;
  bottom: 12px;
  background-color: #2d99d0;
  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;
}
@media (max-width: 678px) {
  header .bottom nav .max-width .right ul li a:before {
    content: "";
    position: absolute;
    bottom: -10px;
    width: 0;
    height: 1px;
    bottom: 12px;
    background-color: #2d99d0;
    transform: scaleY(1);
  }
}
header .bottom nav .max-width .right ul li a:after {
  content: "";
  position: absolute;
  left: -10px;
  width: 0%;
  height: 2px;
  background-color: #2d99d0;
  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;
}
@media (max-width: 678px) {
  header .bottom nav .max-width .right ul li a:after {
    content: "";
    position: absolute;
    top: -10px;
    width: 0%;
    height: 2px;
    background-color: #2d99d0;
    bottom: 12px;
    transform: scaleY(1);
  }
}
header .bottom nav .max-width .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;
  box-shadow: rgba(17, 17, 26, 0.05) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 0px 8px;
}
header .bottom nav .max-width .right ul li ul.altmenu li {
  width: 100%;
  min-height: 39px;
  max-height: 39px;
  height: max-content;
  display: flex;
  justify-content: start;
  align-items: center;
  background: #fdfdfd;
  color: rgb(67, 67, 67);
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}
header .bottom nav .max-width .right ul li ul.altmenu li:nth-last-child(1) {
  border-bottom: none;
}
header .bottom nav .max-width .right ul li ul.altmenu li:hover {
  background-color: #2d99d0;
}
header .bottom nav .max-width .right ul li ul.altmenu li:hover a {
  color: #ffffff;
}
header .bottom nav .max-width .right ul li ul.altmenu li img {
  width: 0;
  height: 0;
  opacity: 0;
  visibility: hidden;
}
header .bottom nav .max-width .right ul li ul.altmenu li a {
  color: rgba(0, 0, 0, 0.82);
  width: 100%;
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
  justify-content: flex-start;
  white-space: nowrap;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
header .bottom nav .max-width .right a {
  text-decoration: none;
  color: rgb(67, 67, 67);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3px;
}
header .bottom nav .max-width .right a.lang-link img {
  margin: 0;
  width: 18px;
  height: 18px;
  opacity: 0.73;
}
header .bottom nav .max-width .right a.lang-link span {
  font-size: 18px;
  line-height: 28px;
  color: rgb(67, 67, 67);
  font-weight: 700;
}
header .bottom nav .max-width #close {
  display: none;
  color: #ffffff;
  right: 0;
  font-size: 24px;
  margin: 0 25px 0 0;
}
@media (max-width: 767px) {
  header .bottom nav .max-width #close {
    margin: 0 15px 0 0;
  }
}
@media (max-width: 1280px) {
  header .bottom nav .max-width #close {
    display: block !important;
    color: #000000;
  }
  header .bottom nav .max-width #close i {
    font-size: 32px;
    background: #ffffff;
    color: rgb(27, 83, 174);
    width: 40px;
    display: flex;
    height: 40px;
    justify-content: center;
    align-items: center;
  }
}
@media (max-width: 500px) {
  header .bottom nav .max-width #close i {
    font-size: 40px;
  }
}
header .bottom nav .max-width #close .bar {
  width: 35px;
  max-height: 30px;
  height: 30px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-direction: column;
  gap: 4px;
}
header .bottom nav .max-width #close .bar .line {
  width: 100%;
  height: 4px;
  background-color: #2d99d0;
}

.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;
  }
}

.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: 768px) {
  .max-width {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}

.content-space {
  padding: 55px 0 65px 0;
}

@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;
  }
}
.yuzenalan {
  display: none;
}
@media only screen and (max-width: 500px) {
  .yuzenalan {
    position: fixed;
    right: 0;
    bottom: 0;
    height: 90px;
    width: 100%;
    background-image: url(../../images/user/site/yuzalan.png);
    z-index: 999;
    background-size: 100%;
    background-repeat: no-repeat;
    display: flex;
    justify-content: start;
    align-items: start;
    gap: 0;
  }
}
@media only screen and (max-width: 460px) {
  .yuzenalan {
    height: 75px;
  }
}
@media only screen and (max-width: 375px) {
  .yuzenalan {
    height: 72px;
  }
}
@media only screen and (max-width: 360px) {
  .yuzenalan {
    height: 62px;
  }
}
.yuzenalan #whatsapp-message {
  max-width: 30%;
  width: 100%;
  display: block;
  height: 75px;
}
.yuzenalan #callPhone {
  max-width: 30%;
  width: 100%;
  display: block;
  height: 75px;
}
.yuzenalan #yuzenRandevu {
  max-width: 40%;
  width: 100%;
  display: block;
  height: 75px;
}

.yuzenalan2 {
  display: none;
}
@media only screen and (max-width: 460px) {
  .yuzenalan2 {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    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%;
    height: 5px;
    z-index: 90;
  }
}

.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: rgb(27, 83, 174);
  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;
}

@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 {
    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;
  background-color: rgb(255, 255, 255);
  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 .bottom nav .max-width a.logo img.logo {
  padding-top: 0;
  position: static;
}

.breadcrumb {
  background-color: rgb(27, 83, 174);
  color: #FFFFFF;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
  padding-block: 15px;
  font-family: "Akhand", sans-serif;
  letter-spacing: 1.3px;
  border-top: 1px solid #ffffff;
}
.breadcrumb .breadcrumb-list {
  font-size: 20px;
  line-height: 28px;
  color: #FFFFFF;
}
.breadcrumb .breadcrumb-list i {
  width: 16px;
  height: 16px;
  font-size: 16px;
  color: #FFFFFF;
}
.breadcrumb .breadcrumb-list i.homepage-icon {
  width: 22px;
  height: 22px;
  font-size: 22px;
}
.breadcrumb .breadcrumb-list a {
  font-size: 16px;
  line-height: 24px;
  color: rgba(255, 255, 255, 0.85);
}

.current {
  color: #f7c000;
  font-weight: bold;
  font-family: "Akhand Extrabold", sans-serif;
}

.not-found {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 20px;
  width: 100%;
  background-size: auto 100%;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 768px;
}
@media (max-width: 1024px) {
  .not-found {
    min-height: 600px;
  }
}
.not-found h1 {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 22px;
  color: #000;
  font-weight: bold;
  padding-top: 75px;
}

.anasayfa-randevu-al {
  width: 100%;
  display: flex;
  justify-content: start;
  align-items: stretch;
  gap: 0;
  border-top: 3px solid #ffffff;
}
@media (max-width: 2560px) {
  .anasayfa-randevu-al {
    background-image: url("../../images/user/site/randevu.jpg");
  }
}
@media (max-width: 768px) {
  .anasayfa-randevu-al {
    flex-wrap: wrap;
  }
}
.anasayfa-randevu-al .left {
  max-width: 50%;
  width: 100%;
  background-image: url("../../images/user/site/randevu-sol.jpg");
  background-repeat: no-repeat;
  background-size: auto 100%;
  padding-left: calc((100% - 1440px) / 2);
  display: flex;
  justify-content: start;
  align-items: center;
}
@media (max-width: 768px) {
  .anasayfa-randevu-al .left {
    max-width: 100%;
    background-size: 100%;
  }
}
@media (max-width: 500px) {
  .anasayfa-randevu-al .left {
    background-size: auto 100%;
  }
}
.anasayfa-randevu-al .left .text {
  padding-left: 25px;
  padding-right: 25px;
  width: 100%;
  text-align: justify;
  color: #ffffff;
  font-size: 13px;
}
.anasayfa-randevu-al .left .text h2 {
  padding-bottom: 10px;
  font-size: 30px;
}
@media (max-width: 500px) {
  .anasayfa-randevu-al .left .text h2 {
    text-align: start;
  }
}
.anasayfa-randevu-al .left .text p {
  font-size: 18px;
  line-height: 26px;
}
.anasayfa-randevu-al .right {
  max-width: 50%;
  width: 100%;
  background-size: auto 100%;
  background-image: url("../../images/user/site/randevu-sag.jpg");
  background-repeat: no-repeat;
  padding-right: calc((100% - 1440px) / 2);
}
@media (max-width: 768px) {
  .anasayfa-randevu-al .right {
    max-width: 100%;
  }
}
.anasayfa-randevu-al .right form {
  padding-right: 25px;
  width: 100%;
  display: flex;
  justify-content: end;
  align-items: center;
  gap: 15px;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .anasayfa-randevu-al .right form {
    padding-left: 25px;
  }
}
.anasayfa-randevu-al .right form input, .anasayfa-randevu-al .right form select {
  max-width: calc((80% - 15px) / 2);
  width: 100%;
}
@media (max-width: 768px) {
  .anasayfa-randevu-al .right form input, .anasayfa-randevu-al .right form select {
    max-width: calc((100% - 15px) / 2);
  }
}
@media (max-width: 500px) {
  .anasayfa-randevu-al .right form input, .anasayfa-randevu-al .right form select {
    max-width: 100%;
  }
}
.anasayfa-randevu-al .right form .input-bilgilendirme {
  max-width: 80%;
}
@media (max-width: 768px) {
  .anasayfa-randevu-al .right form .input-bilgilendirme {
    max-width: 100%;
    display: flex;
    justify-content: center;
    align-items: start;
  }
}
.anasayfa-randevu-al .right form .input-bilgilendirme input[type=checkbox] {
  max-width: 15px;
}
.anasayfa-randevu-al .right form .submit-center {
  width: 80%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .anasayfa-randevu-al .right form .submit-center {
    width: 100%;
  }
}

input {
  font-size: 14px;
  line-height: 24px;
  padding: 10px 20px;
  min-height: 44px;
  max-height: 44px;
}
input[type=checkbox] {
  max-height: 15px;
  min-height: 15px;
  max-width: 15px;
  min-width: 15px;
}
input[type=submit] {
  background-color: rgb(27, 83, 174);
  color: #ffffff;
  border: none;
  font-size: 20px;
  font-weight: bold;
}
input[type=submit]:hover {
  cursor: pointer;
}
input:focus-visible {
  outline: unset;
}

select {
  font-size: 14px;
  line-height: 24px;
  padding: 10px 20px;
  min-height: 44px;
  max-height: 44px;
}

.input-bilgilendirme {
  width: 100%;
  display: flex;
  justify-content: start;
  align-items: start;
  gap: 7px;
}
.input-bilgilendirme input[type=checkbox] {
  max-width: 15px;
}
.input-bilgilendirme label {
  color: #000000;
}
.input-bilgilendirme label a {
  color: rgb(27, 83, 174);
  font-weight: 600;
}

textarea {
  font-size: 14px;
  line-height: 24px;
  padding: 10px 20px;
  width: 100%;
}
textarea:focus-visible {
  outline: none;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.anasayfa-h2 {
  font-size: 40px;
  font-weight: 900;
  line-height: 40px;
  color: rgb(67, 67, 67);
  position: relative;
  padding-bottom: 30px;
}
.anasayfa-h2:before {
  content: "";
  position: absolute;
  height: 10px;
  width: 50px;
  background-color: #2d99d0;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 10px;
}

.tumunu-incele {
  font-size: 18px;
  line-height: 18px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgb(67, 67, 67);
}

.anasayfa-tedavi-alanlari {
  background-image: url("../../images/user/site/tedavi_alanlari.jpg");
  background-size: 100%;
  background-position: top left;
}
.anasayfa-tedavi-alanlari .max-width {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 30px;
  flex-direction: column;
}
.anasayfa-tedavi-alanlari .max-width p {
  text-align: justify;
  font-size: 14px;
  line-height: 22px;
  font-weight: 500;
}
@media (max-width: 768px) {
  .anasayfa-tedavi-alanlari .max-width {
    padding-right: 15px !important;
    padding-left: 15px !important;
  }
}
.anasayfa-tedavi-alanlari.haberler-blog {
  background-image: none;
  background-color: #ffffff;
}

.tedavi-alanlari {
  display: flex;
  justify-content: start;
  align-items: stretch;
  gap: 25px;
  width: 100%;
  flex-wrap: wrap;
}
.tedavi-alanlari.digerleri .tedavi {
  max-width: calc((100% - 75px) / 4);
}
@media (max-width: 1024px) {
  .tedavi-alanlari.digerleri .tedavi {
    max-width: calc((100% - 50px) / 3);
  }
}
@media (max-width: 850px) {
  .tedavi-alanlari.digerleri .tedavi {
    max-width: calc((100% - 25px) / 2);
  }
}
@media (max-width: 500px) {
  .tedavi-alanlari.digerleri .tedavi {
    max-width: 100%;
  }
}
.tedavi-alanlari.digerleri .tedavi .text {
  padding: 0 10px 10px 10px;
}
.tedavi-alanlari.digerleri .tedavi .text h2, .tedavi-alanlari.digerleri .tedavi .text h3 {
  font-size: 20px;
  line-height: 28px;
}
.tedavi-alanlari.digerleri .tedavi:hover .text .buttons .randevu-al-button, .tedavi-alanlari.digerleri .tedavi:hover .text .buttons .incele {
  font-size: 14px;
  line-height: 14px;
  padding: 10px 10px;
}
@media (max-width: 1024px) and (min-width: 850px) {
  .tedavi-alanlari.digerleri .tedavi:last-child {
    display: none;
  }
}
.tedavi-alanlari .tedavi {
  max-width: calc((100% - 50px) / 3);
  width: 100%;
  background-color: #ffffff;
  border-bottom: 5px solid #2d99d0;
}
.tedavi-alanlari .tedavi .main-figure {
  width: 100%;
  overflow: hidden;
}
.tedavi-alanlari .tedavi .main-figure img {
  width: 100%;
  float: left;
}
.tedavi-alanlari .tedavi .text {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  gap: 15px;
  padding: 0 25px 25px 25px;
}
.tedavi-alanlari .tedavi .text.text-haber {
  background-color: #efefef;
}
.tedavi-alanlari .tedavi .text .tedavi-alani-resim {
  z-index: 1;
  margin-top: -50px;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: rgba(0, 0, 0, 0.27) 0px 1px 2px 0px;
}
.tedavi-alanlari .tedavi .text .tedavi-alani-resim img {
  height: 80%;
  width: auto;
  float: left;
}
@media (max-width: 768px) {
  .tedavi-alanlari .tedavi .text .tedavi-alani-resim img {
    height: 70%;
  }
}
.tedavi-alanlari .tedavi .text .tedavi-alani-resim svg {
  width: 70%;
  float: left;
}
.tedavi-alanlari .tedavi .text .tedavi-alani-resim svg path.st0 {
  fill: #ffffff;
}
.tedavi-alanlari .tedavi .text .tedavi-alani-resim svg path.st1 {
  fill: #2d99d0;
}
@media (max-width: 768px) {
  .tedavi-alanlari .tedavi .text .tedavi-alani-resim {
    width: 80px;
    height: 80px;
    margin-top: -40px;
  }
}
.tedavi-alanlari .tedavi .text h2, .tedavi-alanlari .tedavi .text h3 {
  color: rgb(67, 67, 67);
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
  max-height: 110px;
  min-height: 110px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-align: center;
  margin-top: 0;
}
@media (max-width: 768px) {
  .tedavi-alanlari .tedavi .text h2, .tedavi-alanlari .tedavi .text h3 {
    font-size: 20px;
    line-height: 28px;
  }
}
@media (max-width: 500px) {
  .tedavi-alanlari .tedavi .text h2, .tedavi-alanlari .tedavi .text h3 {
    font-size: 22px;
    line-height: 22px;
  }
}
.tedavi-alanlari .tedavi .text .buttons {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  gap: 10px;
}
.tedavi-alanlari .tedavi .text .buttons .randevu-al-button {
  background-color: #ffffff;
  font-size: 0;
  line-height: 0;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  color: #2d99d0;
  border-radius: 0;
  border: 0 solid #2d99d0;
}
@media (max-width: 500px) {
  .tedavi-alanlari .tedavi .text {
    justify-content: space-between;
  }
}
.tedavi-alanlari .tedavi:hover .main-figure img {
  transform: scale(1.03);
}
.tedavi-alanlari .tedavi:hover .text .buttons .incele {
  background-color: #ffffff;
  color: #2d99d0;
}
.tedavi-alanlari .tedavi:hover .text .buttons .randevu-al-button {
  background-color: #2d99d0;
  font-size: 18px;
  line-height: 18px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 23px;
  color: #ffffff;
  border-radius: 24px;
  border: 2px solid #2d99d0;
}
@media (max-width: 768px) {
  .tedavi-alanlari .tedavi:hover .text .buttons .randevu-al-button {
    max-width: 50%;
    font-size: 15px;
    line-height: 15px;
    text-align: center;
    width: 100%;
  }
}
@media (max-width: 1024px) {
  .tedavi-alanlari .tedavi:hover .text .buttons .randevu-al-button {
    padding: 12px 15px;
  }
}
.tedavi-alanlari .tedavi:hover .text .tedavi-alani-resim {
  background-color: #2d99d0;
}
.tedavi-alanlari .tedavi:hover .text .tedavi-alani-resim img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(310deg) brightness(103%) contrast(101%);
}
.tedavi-alanlari .tedavi:hover .text .tedavi-alani-resim svg path.st0 {
  fill: #ffffff;
}
@media (max-width: 500px) {
  .tedavi-alanlari .tedavi {
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  .tedavi-alanlari .tedavi {
    max-width: calc((100% - 25px) / 2);
  }
}
.tedavi-alanlari .tedavi.haberler {
  background-color: #efefef;
  max-width: calc((100% - 25px) / 2);
}
@media (max-width: 500px) {
  .tedavi-alanlari .tedavi.haberler {
    max-width: 100%;
  }
}
.tedavi-alanlari .tedavi.haberler:hover {
  box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 2px 0px;
}
.tedavi-alanlari .tedavi.haberler .text {
  padding: 25px;
}
@media (max-width: 500px) {
  .tedavi-alanlari .tedavi {
    max-width: 100%;
  }
}

.incele {
  background-color: #2d99d0;
  font-size: 18px;
  line-height: 18px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px 25px;
  color: #ffffff;
  border-radius: 24px;
  gap: 5px;
  border: 2px solid #2d99d0;
}
.incele.haber-button {
  background-color: transparent;
  color: #2d99d0;
  border-style: solid;
  border-color: #2d99d0;
}
@media (max-width: 500px) {
  .incele.haber-button {
    font-size: 14px;
    line-height: 14px;
  }
}
@media (max-width: 325px) {
  .incele.haber-button {
    max-width: 80%;
  }
}
@media (max-width: 768px) {
  .incele.bilgi-al {
    max-width: 100%;
    font-size: 15px;
    line-height: 15px;
    width: 60%;
  }
}
.incele:hover {
  background-color: #ffffff;
  color: #2d99d0;
}
@media (max-width: 768px) {
  .incele {
    max-width: 50%;
    font-size: 15px;
    line-height: 15px;
    width: 100%;
  }
}

.anasayfa-kuntay-kaplan-kimdir {
  background-image: url("../../images/user/site/kuntaykaplan_kimdir.jpg");
  background-repeat: no-repeat;
  background-size: cover, 100%;
}
@media (max-width: 768px) {
  .anasayfa-kuntay-kaplan-kimdir.content-space {
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media (max-width: 768px) {
  .anasayfa-kuntay-kaplan-kimdir.content-space {
    padding-bottom: 0;
    background-image: none;
  }
}
.anasayfa-kuntay-kaplan-kimdir .max-width {
  background-image: url("../../images/user/site/kuntay-kaplankimdir-resim.png"), url("../../images/user/site/kuntay-kaplan-kimdir-beyaz-bg.png");
  background-repeat: no-repeat;
  background-position: top right, top left;
  display: flex;
  justify-content: start;
  align-items: center;
  width: 100%;
}
@media (max-width: 1366px) {
  .anasayfa-kuntay-kaplan-kimdir .max-width {
    background-position: top right, -100px;
  }
}
@media (max-width: 1280px) {
  .anasayfa-kuntay-kaplan-kimdir .max-width {
    background-position: top right, -175px;
  }
}
@media (max-width: 1024px) {
  .anasayfa-kuntay-kaplan-kimdir .max-width {
    background-position: 500px 0, -360px;
  }
}
@media (max-width: 768px) {
  .anasayfa-kuntay-kaplan-kimdir .max-width {
    background-image: url("../../images/user/site/kuntay-kaplan-bg-2.png");
    background-color: #ffffff;
    background-size: 100%;
    min-height: 570px;
    align-items: end;
    padding-right: 0 !important;
    padding-left: 0 !important;
    background-position: 0 55px;
  }
}
.anasayfa-kuntay-kaplan-kimdir .max-width .text {
  width: 50%;
  min-height: 570px;
  display: flex;
  justify-content: center;
  align-items: start;
  flex-direction: column;
  gap: 25px;
  padding-top: 65px;
  padding-left: 50px;
}
@media (max-width: 1280px) {
  .anasayfa-kuntay-kaplan-kimdir .max-width .text {
    padding: 77px;
  }
}
@media (max-width: 1024px) {
  .anasayfa-kuntay-kaplan-kimdir .max-width .text {
    padding: 77px 50px 77px 0;
  }
}
@media (max-width: 768px) {
  .anasayfa-kuntay-kaplan-kimdir .max-width .text {
    min-height: unset;
    max-width: 100%;
    width: 100%;
    display: flex;
    align-items: start;
    justify-content: center;
    margin-top: 620px;
    padding-bottom: 65px;
    padding-right: 25px;
    padding-left: 25px;
  }
}
@media (max-width: 500px) {
  .anasayfa-kuntay-kaplan-kimdir .max-width .text {
    padding-right: 10px;
    padding-left: 10px;
    margin-top: 355px;
  }
}
@media (max-width: 400px) {
  .anasayfa-kuntay-kaplan-kimdir .max-width .text {
    margin-top: 315px;
  }
}
.anasayfa-kuntay-kaplan-kimdir .max-width .text h2 {
  color: #2d99d0;
  font-size: 40px;
  font-weight: 700;
}
@media (max-width: 1024px) {
  .anasayfa-kuntay-kaplan-kimdir .max-width .text h2 {
    font-size: 36px;
    line-height: 46px;
  }
}
@media (max-width: 768px) {
  .anasayfa-kuntay-kaplan-kimdir .max-width .text h2 {
    margin: 0;
    width: 100%;
  }
}
@media (max-width: 500px) {
  .anasayfa-kuntay-kaplan-kimdir .max-width .text h2 {
    margin: 0;
    width: 100%;
    font-size: 30px;
  }
}
@media (max-width: 400px) {
  .anasayfa-kuntay-kaplan-kimdir .max-width .text h2 {
    font-size: 26px;
    line-height: 34px;
  }
}
.anasayfa-kuntay-kaplan-kimdir .max-width .text p {
  width: 75%;
  text-align: justify;
  color: rgb(67, 67, 67);
  font-size: 15px;
}
@media (max-width: 1024px) {
  .anasayfa-kuntay-kaplan-kimdir .max-width .text p {
    margin: 0;
    width: 100%;
  }
}
@media (max-width: 768px) {
  .anasayfa-kuntay-kaplan-kimdir .max-width .text p {
    margin: 0;
  }
}
.anasayfa-kuntay-kaplan-kimdir .max-width .text .incele {
  background-color: #2d99d0;
  font-size: 18px;
  line-height: 18px;
  font-weight: bold;
  padding: 12px 25px;
  color: #ffffff !important;
  border-radius: 24px;
  width: 18%;
}
@media (max-width: 500px) {
  .anasayfa-kuntay-kaplan-kimdir .max-width .text .incele {
    width: 80%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media (max-width: 1024px) {
  .anasayfa-kuntay-kaplan-kimdir .max-width .text .incele {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50%;
  }
}
@media (max-width: 400px) {
  .anasayfa-kuntay-kaplan-kimdir .max-width .text .incele {
    padding: 7px 15px;
    font-size: 14px;
  }
}
.anasayfa-kuntay-kaplan-kimdir .max-width .text .incele:hover {
  background-color: #ffffff;
  color: #2d99d0 !important;
}
.anasayfa-kuntay-kaplan-kimdir .max-width:hover {
  cursor: pointer;
}
.anasayfa-kuntay-kaplan-kimdir .max-width:hover .incele {
  background-color: #ffffff;
  color: #2d99d0 !important;
}

.anasayfa-bilgilendirme {
  background-color: #ffffff;
}
.anasayfa-bilgilendirme .max-width {
  display: flex;
  justify-content: start;
  align-items: stretch;
  gap: 0;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
@media (max-width: 500px) {
  .anasayfa-bilgilendirme .max-width {
    flex-wrap: wrap;
  }
}
.anasayfa-bilgilendirme .max-width .item {
  max-width: 50%;
  width: 100%;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: 100%;
}
@media (max-width: 1024px) {
  .anasayfa-bilgilendirme .max-width .item {
    background-size: auto 100%;
  }
}
@media (max-width: 500px) {
  .anasayfa-bilgilendirme .max-width .item {
    max-width: 100%;
  }
}
.anasayfa-bilgilendirme .max-width .item img {
  width: 100%;
  float: left;
  height: auto;
}
.anasayfa-bilgilendirme .max-width .item .text {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  gap: 25px;
  padding: 90px;
}
@media (max-width: 1024px) {
  .anasayfa-bilgilendirme .max-width .item .text {
    padding: 70px;
  }
}
@media (max-width: 500px) {
  .anasayfa-bilgilendirme .max-width .item .text {
    padding: 50px;
    gap: 15px;
  }
}
.anasayfa-bilgilendirme .max-width .item .text figure {
  height: 100px;
  width: auto;
}
.anasayfa-bilgilendirme .max-width .item .text figure img {
  height: 100%;
  width: auto;
  float: left;
}
.anasayfa-bilgilendirme .max-width .item .text h2 {
  font-size: 40px;
  line-height: 50px;
  font-weight: bold;
  text-align: center;
}
@media (max-width: 1024px) {
  .anasayfa-bilgilendirme .max-width .item .text h2 {
    font-size: 32px;
    line-height: 40px;
  }
}
@media (max-width: 768px) {
  .anasayfa-bilgilendirme .max-width .item .text h2 {
    font-size: 26px;
    line-height: 34px;
  }
}
.anasayfa-bilgilendirme .max-width .item.left {
  background-image: url("../../images/user/site/kuntay-kaplan-white.jpg");
}
.anasayfa-bilgilendirme .max-width .item.left .text h2 {
  color: #2d99d0;
}
.anasayfa-bilgilendirme .max-width .item.left:hover {
  cursor: pointer;
}
.anasayfa-bilgilendirme .max-width .item.left:hover .incele {
  background-color: #ffffff;
  color: #2d99d0 !important;
}
.anasayfa-bilgilendirme .max-width .item.right {
  background-image: url("../../images/user/site/kutay-kaplan-blue.jpg");
}
.anasayfa-bilgilendirme .max-width .item.right .text h2 {
  color: #ffffff;
}
.anasayfa-bilgilendirme .max-width .item.right:hover {
  cursor: pointer;
}
.anasayfa-bilgilendirme .max-width .item.right:hover .incele {
  background-color: #ffffff;
  color: #2d99d0 !important;
}

.anasayfa-kuntay-kaplan-kimdir-2 {
  background-image: url("../../images/user/site/kuntaykaplan_kimdir.jpg");
  background-repeat: no-repeat;
  background-size: cover, 100%;
}
@media (max-width: 768px) {
  .anasayfa-kuntay-kaplan-kimdir-2.content-space {
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media (max-width: 768px) {
  .anasayfa-kuntay-kaplan-kimdir-2.content-space {
    padding-bottom: 0;
    background-image: none;
  }
}
.anasayfa-kuntay-kaplan-kimdir-2 .max-width {
  background-image: url("../../images/user/site/kuntay-kaplan-kimdir-2.png"), url("../../images/user/site/kuntay-kaplan-kimdir-3.png");
  background-repeat: no-repeat;
  background-position: top left, bottom right;
  display: flex;
  justify-content: start;
  align-items: center;
  width: 100%;
}
@media (max-width: 1366px) {
  .anasayfa-kuntay-kaplan-kimdir-2 .max-width {
    background-position: top left, 400px;
  }
}
@media (max-width: 1280px) {
  .anasayfa-kuntay-kaplan-kimdir-2 .max-width {
    background-position: top left, 400px;
  }
}
@media (max-width: 1024px) {
  .anasayfa-kuntay-kaplan-kimdir-2 .max-width {
    background-position: -100px 0, 290px;
  }
}
@media (max-width: 768px) {
  .anasayfa-kuntay-kaplan-kimdir-2 .max-width {
    background-image: url("../../images/user/site/kuntay-kaplan-bg-3.png");
    background-color: #ffffff;
    background-size: 100%;
    background-position: 0 55px;
    min-height: 570px;
    align-items: end;
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
}
.anasayfa-kuntay-kaplan-kimdir-2 .max-width .text {
  width: 50%;
  min-height: 570px;
  display: flex;
  justify-content: center;
  align-items: start;
  flex-direction: column;
  gap: 25px;
  padding-top: 65px;
  padding-left: 50px;
  margin-left: auto;
}
@media (max-width: 1280px) {
  .anasayfa-kuntay-kaplan-kimdir-2 .max-width .text {
    padding: 77px;
  }
}
@media (max-width: 1024px) {
  .anasayfa-kuntay-kaplan-kimdir-2 .max-width .text {
    padding: 77px 0 77px 50px;
  }
}
@media (max-width: 768px) {
  .anasayfa-kuntay-kaplan-kimdir-2 .max-width .text {
    min-height: unset;
    max-width: 100%;
    width: 100%;
    display: flex;
    align-items: start;
    justify-content: center;
    margin-top: 620px;
    padding-bottom: 65px;
    padding-right: 25px;
    padding-left: 25px;
    margin-left: auto;
  }
}
@media (max-width: 500px) {
  .anasayfa-kuntay-kaplan-kimdir-2 .max-width .text {
    padding-right: 10px;
    padding-left: 10px;
    margin-top: 355px;
  }
}
@media (max-width: 400px) {
  .anasayfa-kuntay-kaplan-kimdir-2 .max-width .text {
    margin-top: 320px;
  }
}
.anasayfa-kuntay-kaplan-kimdir-2 .max-width .text h2 {
  color: #2d99d0;
  font-size: 40px;
  font-weight: 700;
}
@media (max-width: 768px) {
  .anasayfa-kuntay-kaplan-kimdir-2 .max-width .text h2 {
    margin: 0;
    width: 100%;
  }
}
@media (max-width: 500px) {
  .anasayfa-kuntay-kaplan-kimdir-2 .max-width .text h2 {
    margin: 0;
    width: 100%;
    font-size: 30px;
  }
}
@media (max-width: 400px) {
  .anasayfa-kuntay-kaplan-kimdir-2 .max-width .text h2 {
    margin: 0;
    width: 100%;
    font-size: 26px;
  }
}
.anasayfa-kuntay-kaplan-kimdir-2 .max-width .text p {
  width: 75%;
  text-align: justify;
  color: rgb(67, 67, 67);
  font-size: 15px;
}
@media (max-width: 1024px) {
  .anasayfa-kuntay-kaplan-kimdir-2 .max-width .text p {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .anasayfa-kuntay-kaplan-kimdir-2 .max-width .text p {
    margin: 0;
    width: 100%;
  }
}
.anasayfa-kuntay-kaplan-kimdir-2 .max-width .text .incele {
  background-color: #2d99d0;
  font-size: 18px;
  line-height: 18px;
  font-weight: bold;
  padding: 12px 25px;
  color: #ffffff !important;
  border-radius: 24px;
  width: 18%;
}
@media (max-width: 1024px) {
  .anasayfa-kuntay-kaplan-kimdir-2 .max-width .text .incele {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50%;
  }
}
@media (max-width: 500px) {
  .anasayfa-kuntay-kaplan-kimdir-2 .max-width .text .incele {
    width: 80%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media (max-width: 400px) {
  .anasayfa-kuntay-kaplan-kimdir-2 .max-width .text .incele {
    padding: 7px 15px;
    font-size: 14px;
  }
}
.anasayfa-kuntay-kaplan-kimdir-2 .max-width .text:hover {
  cursor: pointer;
}
.anasayfa-kuntay-kaplan-kimdir-2 .max-width .text:hover .incele {
  background-color: #ffffff;
  color: #2d99d0 !important;
}

footer {
  background-image: url("../../images/user/site/footer.jpg");
}
footer .max-width {
  display: flex;
  justify-content: start;
  align-items: start;
  gap: 50px;
  flex-wrap: wrap;
}
footer .max-width .item {
  max-width: calc((100% - 150px) / 4);
  width: 100%;
}
@media (max-width: 1024px) {
  footer .max-width .item {
    max-width: calc((100% - 50px) / 2);
    width: 100%;
  }
}
@media (max-width: 500px) {
  footer .max-width .item {
    max-width: 100%;
  }
}
footer .max-width .item ul li {
  position: relative;
  padding-left: 25px;
}
footer .max-width .item ul li:before {
  content: ">>";
  position: absolute;
  left: 0;
  color: #ffffff;
  font-size: 14px;
  line-height: 28px;
}
footer .max-width .footer-bilgi {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
footer .max-width .footer-bilgi .footer-logo {
  width: 100%;
}
footer .max-width .footer-bilgi .footer-logo img {
  width: 100%;
  float: left;
}
footer .max-width .footer-bilgi p {
  color: #ffffff;
  font-size: 16px;
  line-height: 26px;
}
footer .max-width .footer-bilgi .sosyal-medya {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  footer .max-width .footer-bilgi .sosyal-medya {
    gap: 10px;
  }
}
@media (max-width: 500px) {
  footer .max-width .footer-bilgi .sosyal-medya {
    gap: 20px;
  }
}
@media (max-width: 400px) {
  footer .max-width .footer-bilgi .sosyal-medya {
    gap: 12px;
  }
}
@media (max-width: 360px) {
  footer .max-width .footer-bilgi .sosyal-medya {
    gap: 3px;
  }
}
footer .max-width .footer-bilgi .sosyal-medya a {
  width: 45px;
  height: 45px;
  border: 2px solid rgba(255, 255, 255, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  footer .max-width .footer-bilgi .sosyal-medya a {
    width: 40px;
    height: 40px;
  }
}
footer .max-width .footer-bilgi .sosyal-medya a i {
  font-size: 35px;
  line-height: 35px;
  color: #ffffff;
}
@media (max-width: 768px) {
  footer .max-width .footer-bilgi .sosyal-medya a i {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
  }
}
footer .max-width .footer-bilgi .sosyal-medya a img {
  height: 30px;
}
@media (max-width: 768px) {
  footer .max-width .footer-bilgi .sosyal-medya a img {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 28px;
    height: 28px;
  }
}
@media (max-width: 1024px) {
  footer .max-width .footer-bilgi .sosyal-medya {
    justify-content: start;
  }
}
footer .max-width .hizli-link h2 {
  color: #ffffff;
  font-size: 30px;
  line-height: 30px;
  margin-bottom: 25px;
}
footer .max-width .hizli-link ul li {
  width: 100%;
  cursor: pointer;
}
footer .max-width .hizli-link ul li a {
  display: block;
  width: 100%;
  font-size: 18px;
  line-height: 26px;
  color: #ffffff;
}
footer .max-width .hizli-link ul li:hover a {
  letter-spacing: 0.5px;
}
footer .max-width .iletisim {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: 10px;
}
footer .max-width .iletisim h2 {
  color: #ffffff;
  font-size: 30px;
  line-height: 30px;
  margin-bottom: 15px;
}
footer .max-width .iletisim .iletisim-item {
  display: flex;
  justify-content: start;
  align-items: start;
  gap: 7px;
}
footer .max-width .iletisim .iletisim-item i {
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.6);
  min-width: 22px;
  max-width: 22px;
  min-height: 22px;
  max-height: 22px;
  font-size: 16px;
  line-height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 4px;
}
footer .max-width .iletisim .iletisim-item p, footer .max-width .iletisim .iletisim-item a {
  color: #ffffff;
  font-size: 16px;
  line-height: 26px;
  font-family: "Poppins", serif;
  font-weight: 400;
}

.copyright {
  width: 100%;
  padding: 15px 0;
}
@media (max-width: 500px) {
  .copyright {
    margin-bottom: 100px;
  }
}
.copyright .max-width {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 20px;
}
@media (max-width: 500px) {
  .copyright .max-width {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.copyright .max-width a {
  color: #000000;
}

.normal-sayfa .max-width {
  min-height: 350px;
}
.normal-sayfa .max-width.menulu {
  display: flex;
  justify-content: start;
  align-items: start;
  gap: 50px;
}
@media (max-width: 1024px) {
  .normal-sayfa .max-width.menulu {
    flex-direction: column;
  }
}
.normal-sayfa .max-width.menulu .text {
  max-width: calc(100% - 350px);
  width: 100%;
}
@media (max-width: 1024px) {
  .normal-sayfa .max-width.menulu .text {
    max-width: 100%;
  }
}
.normal-sayfa .max-width h1 {
  font-size: 38px;
  line-height: 48px;
  font-weight: 700;
  margin-bottom: 25px;
  font-family: "National", sans-serif;
  color: #000000;
}
.normal-sayfa .max-width h2 {
  font-size: 32px;
  line-height: 42px;
  color: rgba(34, 74, 190, 0.85);
  font-family: "National", sans-serif;
  font-weight: 600;
  margin-top: 15px;
}
.normal-sayfa .max-width h2.digerh2 {
  line-height: 62px;
  margin-bottom: 10px;
}
.normal-sayfa .max-width h3 {
  font-size: 30px;
  line-height: 40px;
  color: rgba(34, 74, 190, 0.85);
  font-family: "National", sans-serif;
  font-weight: 400;
  margin-top: 15px;
}
.normal-sayfa .max-width h4 {
  font-size: 28px;
  line-height: 38px;
  color: rgba(34, 74, 190, 0.85);
  font-family: "National", sans-serif;
  font-weight: 400;
  margin-top: 15px;
}
.normal-sayfa .max-width h5 {
  font-size: 26px;
  line-height: 36px;
  color: rgba(34, 74, 190, 0.85);
  font-family: "National", sans-serif;
  font-weight: 400;
  margin-top: 15px;
}
.normal-sayfa .max-width h6 {
  font-size: 24px;
  line-height: 34px;
  color: rgba(34, 74, 190, 0.85);
  font-family: "National", sans-serif;
  font-weight: 400;
  margin-top: 15px;
}
.normal-sayfa .max-width p {
  font-size: 18px;
  color: rgba(0, 0, 0, 0.8);
  line-height: 26px;
  margin-bottom: 15px;
}
.normal-sayfa .max-width b {
  font-size: 18px;
  font-weight: bold;
  color: rgb(27, 83, 174);
  line-height: 26px;
}
.normal-sayfa .max-width ul {
  margin-top: 20px;
  margin-left: 15px;
}
.normal-sayfa .max-width ul li {
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 10px;
  color: rgba(0, 0, 0, 0.8);
  position: relative;
}
.normal-sayfa .max-width ul li:before {
  content: "";
  width: 5px;
  height: 5px;
  background-color: #2d99d0;
  position: absolute;
  left: -15px;
  top: 10px;
}
.normal-sayfa .max-width figure.normal {
  max-width: 300px;
  width: 100%;
  float: right;
  cursor: pointer;
  overflow: hidden;
  border: 3px solid #2d99d0;
  margin: 0 0 15px 15px;
}
@media (max-width: 768px) {
  .normal-sayfa .max-width figure.normal {
    max-width: 250px;
  }
}
@media (max-width: 500px) {
  .normal-sayfa .max-width figure.normal {
    float: unset;
    max-width: 100%;
    height: unset;
    margin-bottom: 25px;
    margin-left: 0;
  }
}
.normal-sayfa .max-width figure.normal:hover img {
  transform: scale(1.05);
}
.normal-sayfa .max-width figure.normal img {
  width: 100%;
  height: auto;
  float: left;
}
.normal-sayfa.haber-bg .tedavi-alanlari .tedavi {
  box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 2px 0px;
}

.sidemenu {
  max-width: 300px;
  width: 100%;
  margin-top: 75px;
  background-color: #2d99d0;
  min-height: 50px;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: 0;
}
@media (max-width: 500px) {
  .sidemenu {
    max-width: 100%;
  }
}
@media (max-width: 1280px) {
  .sidemenu {
    margin-top: 0;
  }
}
.sidemenu a {
  width: 100%;
  font-size: 18px;
  color: #ffffff;
  background-color: rgb(27, 83, 174);
  border-bottom: 1px solid #2d99d0;
  padding: 10px;
  letter-spacing: 0.5px;
}
.sidemenu a:hover {
  color: #ffffff;
  background-color: #2d99d0;
}
.sidemenu a.active {
  color: #ffffff;
  background-color: #0e3d9a;
}
.sidemenu a.parentPage {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bolder;
  border-bottom: 1px solid #ffffff;
  background-color: #052a65;
}
.sidemenu a.parentPage i {
  display: none;
}
@media (max-width: 1024px) {
  .sidemenu a.parentPage i {
    display: block;
  }
}

.iletisim-cards {
  display: flex;
  justify-content: start;
  align-items: stretch;
  gap: 20px;
  margin-top: 25px;
  margin-bottom: 25px;
  flex-wrap: wrap;
}
.iletisim-cards .card {
  display: flex;
  justify-content: start;
  align-items: center;
  flex-direction: column;
  gap: 20px;
  max-width: calc((100% - 40px) / 3);
  width: 100%;
  background-color: #ffffff;
  padding: 20px;
  border-radius: 25px;
  overflow: hidden;
  background-image: url("../../images/user/site/iletisim-card-background.jpg");
}
@media (max-width: 768px) {
  .iletisim-cards .card {
    max-width: calc((100% - 20px) / 2);
  }
}
@media (max-width: 500px) {
  .iletisim-cards .card {
    max-width: 100%;
  }
}
.iletisim-cards .card i {
  font-size: 70px;
  color: #ffffff;
  width: 70px;
  height: 70px;
}
.iletisim-cards .card h2 {
  color: #ffffff;
  font-family: "National", sans-serif;
}
.iletisim-cards .card .text {
  text-align: center;
  font-size: 20px;
  color: #ffffff;
  font-family: "National", sans-serif;
  letter-spacing: 0.5px;
}

.iletisim-formu {
  display: flex;
  justify-content: center;
  align-items: start;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 25px;
}
.iletisim-formu .item {
  max-width: calc((100% - 20px) / 2);
  width: 100%;
}
@media (max-width: 500px) {
  .iletisim-formu .item {
    max-width: 100%;
  }
}
.iletisim-formu .item-100 {
  max-width: 100%;
  width: 100%;
}

.sayfa-icerigi {
  width: max-content;
  padding: 15px;
  margin: 25px 0;
  background-color: rgb(27, 83, 174);
  border-radius: 20px;
}
@media (max-width: 500px) {
  .sayfa-icerigi {
    max-width: 100%;
  }
}
.sayfa-icerigi span {
  font-size: 32px;
  line-height: 42px;
  color: #ffffff;
  font-family: "National", sans-serif;
  font-weight: 600;
}
.sayfa-icerigi ul {
  padding-left: 15px;
  margin-top: 10px !important;
}
.sayfa-icerigi ul li {
  color: #ffffff;
}
.sayfa-icerigi ul li:hover a {
  letter-spacing: 0.2px;
}
.sayfa-icerigi ul li a {
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
}

.videolar {
  display: flex;
  justify-content: start;
  align-content: start;
  gap: 20px;
  flex-wrap: wrap;
  margin-top: 25px;
}
.videolar .video {
  max-width: calc((100% - 60px) / 4);
  width: 100%;
}
@media (max-width: 1024px) {
  .videolar .video {
    max-width: calc((100% - 40px) / 3);
  }
}
@media (max-width: 768px) {
  .videolar .video {
    max-width: calc((100% - 20px) / 2);
  }
}
@media (max-width: 500px) {
  .videolar .video {
    max-width: 100%;
  }
}
.videolar .video iframe {
  width: 100%;
}
.videolar .video h2 {
  font-size: 14px;
  font-weight: bold;
  line-height: 22px;
  min-height: 44px;
  margin-top: 0;
  padding: 0 7px;
  text-align: center;
}

.sss {
  width: 100%;
  height: auto;
}
.sss .accordion {
  margin-top: 15px;
}
.sss .accordion .item {
  max-height: 58px;
  border: 1px solid #ccc;
  overflow: hidden;
  transition: max-height 0.5s ease-in-out;
}
@media (max-width: 1024px) {
  .sss .accordion .item {
    max-height: 88px;
  }
}
@media (max-width: 500px) {
  .sss .accordion .item {
    max-height: 114px;
  }
}
.sss .accordion .item .question {
  background-color: rgb(27, 83, 174);
  min-height: 62px;
  font-size: 18px;
  line-height: 26px;
  width: 100%;
  padding: 5px 10px;
  color: #fff;
  text-align: left;
  font-weight: 500;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  letter-spacing: 1px;
}
@media (max-width: 1024px) {
  .sss .accordion .item .question {
    min-height: 88px;
  }
}
@media (max-width: 500px) {
  .sss .accordion .item .question {
    min-height: 114px;
  }
}
.sss .accordion .item .answer {
  padding: 10px;
}
.sss .accordion .item.open {
  max-height: 500px; /* Yeterince büyük bir değer seçin */
}
.sss .accordion .item.open .question {
  background-color: rgb(27, 83, 174);
}
.sss .accordion .item.open .question i {
  transform: rotate(90deg);
}

.digerler-baslik {
  margin-top: 25px;
  width: 100%;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}

.vki-card {
  background-image: url("../../images/user/site/kitle-indeks-arka-resim.jpg");
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  width: 100%;
  height: auto;
  padding: 50px;
  flex-direction: column;
}
@media (max-width: 768px) {
  .vki-card {
    padding: 30px;
  }
}
@media (max-width: 500px) {
  .vki-card {
    padding: 15px;
  }
}
.vki-card .vki-inputs {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  gap: 20px;
}
@media (max-width: 500px) {
  .vki-card .vki-inputs {
    gap: 10px;
    flex-direction: column;
  }
}
.vki-card .vki-inputs .vki-input {
  max-width: calc((100% - 20px) / 2);
  width: 100%;
  display: flex;
}
@media (max-width: 500px) {
  .vki-card .vki-inputs .vki-input {
    max-width: 100%;
  }
}
.vki-card .vki-inputs .vki-input figure {
  width: 60px;
  height: 60px;
  background-color: #2d99d0;
  padding: 3px;
}
.vki-card .vki-inputs .vki-input figure img {
  width: 100%;
  height: 100%;
}
.vki-card .vki-inputs .vki-input input {
  width: 100%;
  min-height: 60px;
  max-height: 60px;
}
.vki-card .vki-sonuc {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  width: 100%;
}
@media (max-width: 500px) {
  .vki-card .vki-sonuc {
    flex-direction: column;
  }
}
.vki-card .vki-sonuc .item {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 200px;
  width: 100%;
  border-radius: 50px;
  font-size: 30px;
  line-height: 40px;
  min-height: 70px;
  font-weight: bold;
  color: #ffffff;
  padding: 15px 50px;
}
@media (max-width: 500px) {
  .vki-card .vki-sonuc .item {
    max-width: 100%;
  }
}
.vki-card .vki-sonuc .item.vki-deger {
  background-color: #2d99d0;
}
.vki-card .vki-sonuc .item.vki-durum {
  background-color: #fdb300;
}

.mt-25 {
  margin-top: 25px !important;
}

.haber-box-shadow {
  box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 2px 0px;
}

.dernekler {
  display: flex;
  justify-content: start;
  align-items: start;
  gap: 25px;
  flex-wrap: wrap;
}
.dernekler .dernek {
  max-width: calc((100% - 75px) / 4);
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
@media (max-width: 768px) {
  .dernekler .dernek {
    max-width: calc((100% - 50px) / 3);
  }
}
.dernekler .dernek figure {
  width: 100%;
  overflow: hidden;
  filter: grayscale(100%);
}
.dernekler .dernek figure img {
  width: 100%;
  float: left;
}
.dernekler .dernek figure img:hover {
  transform: scale(1.05);
}
.dernekler .dernek:hover figure {
  filter: grayscale(0);
}
.dernekler .dernek h2 {
  font-size: 18px;
  line-height: 26px;
  font-weight: 500;
  color: #000000 !important;
  padding: 0 5px;
}

.alert {
  margin-top: 10px;
  max-width: 100%;
  height: max-content;
  padding: 10px;
  background-color: #d4edda;
  font-size: 18px;
  line-height: 26px;
}

.galeri {
  display: flex;
  align-items: start;
  justify-content: start;
  gap: 25px;
  width: 100%;
  flex-wrap: wrap;
}
.galeri .galeri-figure {
  max-width: calc((100% - 100px) / 5);
  width: 100%;
  overflow: hidden;
}
.galeri .galeri-figure img {
  width: 100%;
}
@media (max-width: 1280px) {
  .galeri .galeri-figure {
    max-width: calc((100% - 75px) / 4);
    width: 100%;
    overflow: hidden;
  }
}
@media (max-width: 1024px) {
  .galeri .galeri-figure {
    max-width: calc((100% - 50px) / 3);
    width: 100%;
    overflow: hidden;
  }
}
@media (max-width: 768px) {
  .galeri .galeri-figure {
    max-width: calc((100% - 25px) / 2);
    width: 100%;
    overflow: hidden;
  }
}
@media (max-width: 500px) {
  .galeri .galeri-figure {
    max-width: 100%;
    width: 100%;
    overflow: hidden;
  }
}

.wplogo {
  background-color: #25d165 !important;
  color: #FFFFFF !important;
}

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