:root {
  --body: #fff;
  --siyah: #000;
  --footerbg: #0A2D5C;
  --footerustumavi: #0180FD;
  --footerustubeyaz: #fff;
  --koyumavibg: #023883;
  --koyumavibghover: #114DA0;
  --koyumavi: #023883;
  --koyumaviustuacikmavi: #0180FD;
  --koyumaviustukirmizi: #ED4A17;
  --koyumaviustubeyaz: #fff;
  --koyumavirgb: 2,56,131;
  --kirmizibg: #ED4A17;
  --kirmizibghover: #F95F2F;
  --kirmizi: #ED4A17;
  --kirmiziustubeyaz: #fff;
  --acikmavibg: #0180FD;
  --acikmavibghover: #2191FF;
  --acikmavi: #0180FD;
  --acikmaviustubeyaz: #fff;
  --acikmavimavirgb: 1,128,253;
  --radius: 15px;
}

* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  -webkit-font-smoothing: antialiased;
  -webkit-overflow-scrolling: touch;
}

html {
  scroll-behavior: smooth;
}

@media (min-width: 992px) {
  ::-webkit-scrollbar {
    -webkit-appearance: none;
  }

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

  ::-webkit-scrollbar:horizontal {
    height: 5px;
  }

  ::-webkit-scrollbar-thumb {
    background-color: var(--koyumavibg);
    border-radius: 0;
    border: 0;
  }

  ::-webkit-scrollbar-track {
    border-radius: 0;
    background-color: none;
  }
}
html,
body {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  height: 100%;
  font-weight: 400;
  color: var(--siyah);
  background: var(--body);
}

input,
textarea,
select {
  font-family: "Open Sans", sans-serif;
}

input,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.bg {
  background-position: center center !important;
  background-attachment: scroll !important;
  background-size: cover !important;
}

svg {
  width: 1em;
  height: 1em;
  display: block;
}

.header {
  width: 100%;
  height: 125px;
  display: flex;
  background: var(--koyumavibg);
  padding: 0 30px;
  position: relative;
  z-index: 99;
}
@media (max-width: 1400px) {
  .header {
    padding: 0 20px;
    height: 110px;
  }
}
@media (max-width: 768px) {
  .header .acilservis {
    display: none;
  }
}
@media (max-width: 576px) {
  .header {
    padding: 0 10px;
    height: 90px;
  }
  .header .hcalismasaati {
    display: none;
  }
}

.logo {
  width: 300px;
  height: 172px;
  background: #fff;
  border-radius: var(--radius);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 7px 75px -25px rgba(0, 0, 0, 0.62);
  margin-top: 30px;
  position: relative;
  z-index: 2;
}
@media (max-width: 1720px) {
  .logo {
    width: 275px;
  }
}
@media (max-width: 1400px) {
  .logo {
    width: 250px;
    height: 150px;
    margin-top: 20px;
  }
}
@media (max-width: 992px) {
  .logo {
    width: 210px;
    height: 130px;
    margin-top: 20px;
  }
}
@media (max-width: 576px) {
  .logo {
    width: 180px;
    height: 110px;
    margin-top: 10px;
  }
}
.logo a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.logo a img {
  max-width: 85%;
  max-height: 85%;
}
@media (max-width: 1400px) {
  .logo a img {
    max-width: 75%;
    max-height: 75%;
  }
}

.hcalismasaati {
  width: 215px;
  height: 172px;
  margin-top: 30px;
  margin-left: 10px;
  box-shadow: 0px 7px 75px -25px rgba(0, 0, 0, 0.62);
  background: #fff;
  border-radius: var(--radius);
  display: flex;
  flex-direction: column;
  padding-top: 8px;
  position: relative;
}
@media (max-width: 1720px) {
  .hcalismasaati {
    width: 185px;
  }
}
@media (max-width: 1400px) {
  .hcalismasaati {
    height: 150px;
    margin-top: 20px;
  }
}
@media (max-width: 992px) {
  .hcalismasaati {
    width: 160px;
    height: 130px;
    padding-top: 4px;
  }
}
.hcalismasaati span {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 8px 0;
}
@media (max-width: 992px) {
  .hcalismasaati span {
    padding-top: 5px;
    padding-bottom: 5px;
  }
}
.hcalismasaati span em {
  font-size: 14px;
  font-weight: 600;
  color: var(--siyah);
  font-style: normal;
  line-height: 14px;
}
@media (max-width: 1400px) {
  .hcalismasaati span em {
    font-size: 12px;
    line-height: 12px;
  }
}
@media (max-width: 992px) {
  .hcalismasaati span em {
    font-size: 11px;
  }
}
.hcalismasaati span b {
  font-size: 18px;
  font-weight: 600;
  color: var(--siyah);
  line-height: 18px;
  margin-top: 8px;
}
@media (max-width: 1400px) {
  .hcalismasaati span b {
    font-size: 16px;
    line-height: 16px;
    margin-top: 4px;
  }
}
@media (max-width: 992px) {
  .hcalismasaati span b {
    font-size: 14px;
    line-height: 14px;
  }
}
.hcalismasaati a {
  width: 100%;
  height: 43px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: var(--acikmavibg);
  color: var(--acikmaviustubeyaz);
  border-radius: 0 0 var(--radius) var(--radius);
  margin-top: auto;
  font-size: 16px;
  font-weight: 700;
  flex-shrink: 0;
}
@media (max-width: 1400px) {
  .hcalismasaati a {
    font-size: 14px;
    height: 38px;
  }
}
.hcalismasaati a::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.hcalismasaati a:hover {
  background: var(--koyumavibg);
  color: var(--koyumaviustubeyaz);
}

.headeric {
  flex: 1;
  height: 100%;
  display: flex;
  flex-direction: column;
  padding-left: 48px;
  justify-content: flex-start;
}
@media (max-width: 1500px) {
  .headeric {
    padding-left: 25px;
  }
}

.hust {
  width: 100%;
  display: flex;
  padding-top: 12px;
  align-items: flex-start;
}
@media (max-width: 1400px) {
  .hust {
    padding-top: 5px;
  }
}
.hust .sosyalmedya {
  margin-left: auto;
  margin-right: 4px;
}
@media (max-width: 1200px) {
  .hust .sosyalmedya {
    display: none;
  }
}

.htel {
  display: flex;
  align-self: center;
}
@media (max-width: 768px) {
  .htel {
    display: none;
  }
}
.htel span {
  margin-right: 40px;
  display: flex;
  align-items: center;
}
.htel span svg {
  font-size: px;
  color: var(--koyumaviustuacikmavi);
  flex-shrink: 0;
  margin-right: 10px;
}
.htel span a {
  font-size: 15px;
  font-weight: 600;
  color: var(--koyumaviustubeyaz);
  display: flex;
  align-items: center;
  padding: 8px 0;
}
@media (max-width: 1400px) {
  .htel span a {
    font-size: 14px;
    padding: 6px 0;
  }
}
.htel span a::after {
  content: "/";
  color: var(--koyumaviustuacikmavi);
  margin: 0 10px;
}
.htel span a:last-child::after {
  display: none;
}

.sosyalmedya {
  display: flex;
  align-items: center;
}
.sosyalmedya a {
  font-size: 20px;
  color: var(--koyumaviustubeyaz);
  padding: 10px 11px 7px;
  transition: 300ms opacity;
}
@media (max-width: 1400px) {
  .sosyalmedya a {
    font-size: 18px;
    padding: 8px 9px;
  }
}
.sosyalmedya a:hover {
  opacity: 0.6;
}

.halt {
  width: 100%;
  display: flex;
  margin-top: auto;
  height: 65px;
}
@media (max-width: 1400px) {
  .halt {
    height: 55px;
  }
}

@media (max-width: 1200px) {
  div.ustmenu {
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 280px;
    background: var(--koyumavibg);
    z-index: 9999;
    overflow: auto;
    padding: 20px 0;
    transform: translateX(-350px);
    transition: 500ms transform;
  }
}
div.ustmenu.umaktif {
  transform: translateX(0);
}
div.ustmenu ul {
  display: flex;
  align-items: center;
  white-space: nowrap;
}
@media (max-width: 1200px) {
  div.ustmenu ul {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }
}
div.ustmenu ul li {
  position: relative;
  margin-right: 43px;
  cursor: pointer;
}
@media (max-width: 1720px) {
  div.ustmenu ul li {
    margin-right: 25px;
  }
}
@media (max-width: 1200px) {
  div.ustmenu ul li {
    width: 100%;
  }
}
div.ustmenu ul li a {
  height: 65px;
  padding-top: 12px;
  display: block;
  color: var(--koyumaviustubeyaz);
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 800;
  overflow: hidden;
  position: relative;
}
@media (max-width: 1500px) {
  div.ustmenu ul li a {
    font-size: 14px;
  }
}
@media (max-width: 1400px) {
  div.ustmenu ul li a {
    height: 55px;
    font-size: 13px;
  }
}
@media (max-width: 1200px) {
  div.ustmenu ul li a {
    height: auto;
    font-size: 14px;
    padding: 13px 30px;
  }
}
div.ustmenu ul li a::before {
  content: "";
  width: 100%;
  height: 5px;
  background: var(--koyumaviustuacikmavi);
  position: absolute;
  left: 0;
  bottom: -5px;
  transition: 300ms bottom;
}
@media (max-width: 1200px) {
  div.ustmenu ul li a::before {
    display: none;
  }
}
div.ustmenu ul li ul {
  position: absolute;
  left: 0;
  top: 100%;
  flex-direction: column;
  align-items: flex-start;
  background: #fff;
  box-shadow: 0px 7px 75px -25px rgba(0, 0, 0, 0.62);
  padding: 15px 50px 25px 25px;
  opacity: 0;
  pointer-events: none;
  transition: 300ms opacity;
  border-radius: 0 0 var(--radius) var(--radius);
}
@media (max-width: 1400px) {
  div.ustmenu ul li ul {
    padding: 12px 35px 18px 20px;
  }
}
@media (max-width: 1200px) {
  div.ustmenu ul li ul {
    position: relative;
    top: 0;
    opacity: 1;
    pointer-events: all;
    width: 100%;
    padding: 0;
    white-space: normal;
    box-shadow: 0 0 0 #000;
    background: none;
  }
}
div.ustmenu ul li ul::before {
  content: "";
  width: 14px;
  height: 14px;
  background: #fff;
  transform: rotate(45deg);
  position: absolute;
  left: 11px;
  top: 4px;
  transition: 300ms top;
}
@media (max-width: 1200px) {
  div.ustmenu ul li ul::before {
    display: none;
  }
}
div.ustmenu ul li ul li {
  margin-right: 0;
}
div.ustmenu ul li ul li a {
  color: var(--siyah);
  height: auto;
  font-size: 14px;
  font-weight: 600;
  color: var(--siyah);
  padding-top: 7px;
  padding-bottom: 7px;
}
@media (max-width: 1400px) {
  div.ustmenu ul li ul li a {
    font-size: 13px;
  }
}
@media (max-width: 1200px) {
  div.ustmenu ul li ul li a {
    color: var(--koyumaviustubeyaz);
    opacity: 0.7;
  }
}
div.ustmenu ul li ul li a::before {
  display: none;
}
div.ustmenu ul li ul li a:hover {
  color: var(--acikmavi);
}
@media (max-width: 1200px) {
  div.ustmenu ul li ul li a:hover {
    color: var(--koyumaviustubeyaz);
  }
}
div.ustmenu ul li:hover a::before {
  bottom: 0;
}
div.ustmenu ul li:hover ul {
  opacity: 1;
  pointer-events: all;
}
div.ustmenu ul li:hover ul::before {
  top: -6px;
  transition-delay: 300ms;
}

.acilservis {
  width: 215px;
  height: 140px;
  border-radius: var(--radius);
  margin-left: auto;
  background: var(--kirmizibg);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  margin-top: 7px;
  position: relative;
  box-shadow: 0px 7px 75px -25px rgba(0, 0, 0, 0.25);
}
@media (max-width: 1720px) {
  .acilservis {
    width: 185px;
  }
}
@media (max-width: 1400px) {
  .acilservis {
    width: 170px;
    height: 120px;
  }
}
.acilservis svg {
  font-size: 36px;
  color: var(--kirmiziustubeyaz);
  margin-bottom: 10px;
  flex-shrink: 0;
}
@media (max-width: 1400px) {
  .acilservis svg {
    font-size: 30px;
  }
}
.acilservis em {
  font-style: normal;
  font-size: 14px;
  font-weight: 700;
  color: var(--kirmiziustubeyaz);
  margin-bottom: 5px;
}
@media (max-width: 1400px) {
  .acilservis em {
    font-size: 13px;
  }
}
.acilservis a {
  font-size: 21px;
  font-weight: 700;
  color: var(--kirmiziustubeyaz);
}
@media (max-width: 1400px) {
  .acilservis a {
    font-size: 18px;
  }
}
.acilservis a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.anaslider {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.sic {
  width: 100%;
  padding-bottom: 38.6979%;
  position: relative;
}
@media (max-width: 576px) {
  .sic {
    padding-bottom: 60%;
  }
}
.sic picture {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.sic picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.asi {
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 71px;
  z-index: 1;
  transition: 300ms right;
  cursor: pointer;
  color: var(--acikmavi);
}
@media (max-width: 1400px) {
  .asi {
    right: 0;
  }
}
@media (max-width: 768px) {
  .asi {
    font-size: 50px;
  }
}
.asi:hover {
  right: 20px;
}
@media (max-width: 1400px) {
  .asi:hover {
    right: 0;
  }
}

.asg {
  position: absolute;
  left: 25px;
  top: 50%;
  transform: translateY(-50%) rotate(-180deg);
  font-size: 71px;
  z-index: 1;
  transition: 300ms left;
  cursor: pointer;
  color: var(--acikmavi);
}
@media (max-width: 1400px) {
  .asg {
    left: 0;
  }
}
@media (max-width: 768px) {
  .asg {
    font-size: 50px;
  }
}
.asg:hover {
  left: 20px;
}
@media (max-width: 1400px) {
  .asg:hover {
    left: 0;
  }
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 47px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 576px) {
  .swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 35px;
  }
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px;
}
@media (max-width: 576px) {
  .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 2px;
  }
}

.swiper-pagination-bullet {
  width: 17px;
  height: 9px;
  display: inline-block;
  border-radius: 5px;
  background: var(--acikmavibg);
  opacity: 1;
  transition: 300ms all;
}
@media (max-width: 576px) {
  .swiper-pagination-bullet {
    height: 5px;
    border-radius: 2px;
  }
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--koyumavibg);
  height: 17px;
}
@media (max-width: 576px) {
  .swiper-pagination-bullet-active {
    height: 10px;
  }
}

.sarandevu {
  position: relative;
}

.randevual {
  width: 100%;
  background: var(--koyumavibg);
  position: absolute;
  left: 0;
  top: -72px;
  border-radius: var(--radius);
  box-shadow: 0px 7px 75px -25px rgba(0, 0, 0, 0.62);
}
@media (max-width: 1400px) {
  .randevual {
    top: -50px;
  }
}
@media (max-width: 768px) {
  .randevual {
    position: relative;
    top: 0;
    margin-top: -40px;
    padding-top: 1px;
  }
}
@media (max-width: 576px) {
  .randevual {
    margin-top: -20px;
  }
}
.randevual .ratitle {
  font-size: 24px;
  font-weight: 700;
  color: var(--koyumaviustubeyaz);
  margin-bottom: 3px;
  padding-left: 30px;
  margin-top: 20px;
}
@media (max-width: 1400px) {
  .randevual .ratitle {
    font-size: 21px;
  }
}
.randevual .ranot {
  font-size: 15px;
  font-weight: 600;
  color: var(--koyumaviustubeyaz);
  opacity: 0.65;
  padding-left: 30px;
}
@media (max-width: 1400px) {
  .randevual .ranot {
    font-size: 13px;
  }
}

.formalani {
  width: 100%;
  margin-top: 27px;
}
@media (max-width: 1400px) {
  .formalani {
    margin-top: 20px;
  }
}

.ralan p {
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 30px;
  margin-bottom: 2px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.025) 53.12%, rgba(255, 255, 255, 0.1) 100%);
}
.ralan svg {
  font-size: 19px;
  color: var(--koyumaviustubeyaz);
  flex-shrink: 0;
  margin-right: 17px;
}
.ralan .rtext {
  width: 100%;
  height: 53px;
  background: none;
  border: 0;
  font-size: 16px;
  font-weight: 600;
  color: var(--koyumaviustubeyaz);
  line-height: 53px;
}
@media (max-width: 1400px) {
  .ralan .rtext {
    height: 48px;
    font-size: 14px;
    line-height: 48px;
  }
}
.ralan .rtext::placeholder {
  color: var(--koyumaviustubeyaz);
  opacity: 0.65;
}
.ralan .rtext:focus::placeholder {
  opacity: 0;
}
.ralan em {
  flex: 1;
  height: 53px;
  background: none;
  border: 0;
  font-size: 16px;
  font-weight: 600;
  color: var(--koyumaviustubeyaz);
  font-style: normal;
  line-height: 53px;
  opacity: 0.65;
  cursor: pointer;
}
@media (max-width: 1400px) {
  .ralan em {
    height: 48px;
    font-size: 14px;
    line-height: 48px;
  }
}

.rtarih {
  display: none;
}

.rbutons {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 15px 17px 17px;
}
.wpcf7-spinner{
  order: 1;
}

.rbuton {
  height: 42px;
  padding: 0 41px;
  cursor: pointer;
  background: var(--kirmizibg);
  color: var(--kirmiziustubeyaz);
  font-size: 14px;
  font-weight: 800;
  display: flex;
  align-items: center;
  border: 0;
  border-radius: 5px;
  transition: 300ms background;
  order: 2;
}
.rbuton:hover {
  background: var(--kirmizibghover);
}

input[type=date] {
  position: relative;
  cursor: pointer;
}

input[type=date]::-webkit-calendar-picker-indicator {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: auto;
  height: auto;
  color: transparent;
  background: transparent;
  cursor: pointer;
}

input[type=date]::-webkit-inner-spin-button {
  z-index: 0;
  display: none;
}

input[type=date]::-webkit-clear-button {
  display: none;
}

.slidertalt {
  width: 100%;
  background: var(--acikmavibg);
  position: relative;
  z-index: 1;
  margin-bottom: 139px;
}
@media (max-width: 992px) {
  .slidertalt {
    margin-bottom: 70px;
  }
}
.slidertalt::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  z-index: -1;
  background: linear-gradient(270deg, var(--koyumavibg) 0%, rgba(var(--koyumavirgb), 0) 100%);
}

.maddeler {
  width: 100%;
  display: flex;
}
@media (max-width: 992px) {
  .maddeler {
    flex-wrap: wrap;
  }
}

.madde {
  width: 25%;
  padding: 33px 30px 28px;
  display: flex;
  position: relative;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  text-align: center;
  transition: 300ms background;
}
@media (max-width: 992px) {
  .madde {
    width: 50%;
  }
}
.madde::after {
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background: var(--acikmaviustubeyaz);
  opacity: 0.1;
}
@media (max-width: 992px) {
  .madde::after {
    display: none;
  }
}
.madde:last-child::after {
  display: none;
}
.madde svg {
  font-size: 62px;
  flex-shrink: 0;
  margin-bottom: 18px;
  color: var(--acikmaviustubeyaz);
}
.madde svg path {
  fill: var(--acikmaviustubeyaz);
}
.madde p {
  font-size: 15px;
  font-weight: 600;
  line-height: 23px;
  max-height: 69px;
  overflow: hidden;
  color: var(--acikmaviustubeyaz);
}
.madde a {
  width: 100%;
  height: 32px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: var(--kirmizibg);
  color: var(--kirmiziustubeyaz);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 13px;
  font-weight: 700;
  max-height: 0;
  transition: 300ms max-height, 300ms bottom, 300ms background;
  overflow: hidden;
}
.madde a:hover {
  background: var(--kirmizibghover);
}
.madde:hover {
  background: rgba(255, 255, 255, 0.05);
}
.madde:hover a {
  max-height: 32px;
  bottom: -32px;
}

.alan {
  width: 100%;
}

.baslik {
  width: 100%;
  display: flex;
  align-items: flex-start;
}
.baslik .title {
  font-size: 36px;
  font-weight: 700;
  color: var(--koyumavi);
  letter-spacing: -0.05em;
  flex: 1;
}
@media (max-width: 1400px) {
  .baslik .title {
    font-size: 30px;
  }
}
@media (max-width: 992px) {
  .baslik .title {
    font-size: 24px;
  }
}
.baslik a {
  font-size: 18px;
  font-weight: 700;
  color: var(--koyumavi);
  display: flex;
  align-items: center;
  letter-spacing: -0.05em;
  margin-top: auto;
}
@media (max-width: 1400px) {
  .baslik a {
    font-size: 16px;
  }
}
.baslik a svg {
  font-size: 37px;
  margin-left: 4px;
  color: var(--acikmavi);
}
@media (max-width: 1400px) {
  .baslik a svg {
    font-size: 30px;
  }
}
.baslik a:hover {
  color: var(--acikmavi);
}

.sbuton {
  display: flex;
  align-items: center;
  margin-bottom: 41px;
}

.sogit {
  width: 54px;
  height: 54px;
  background: var(--koyumavibg);
  color: var(--koyumaviustubeyaz);
  cursor: pointer;
  font-size: 36px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 300ms background, 300ms color;
  transform: rotate(-180deg);
}
@media (max-width: 1400px) {
  .sogit {
    width: 45px;
    height: 45px;
    font-size: 30px;
  }
}
.sogit:hover {
  background: var(--acikmavibg);
  color: var(--acikmaviustubeyaz);
}

.sagit {
  width: 54px;
  height: 54px;
  background: var(--koyumavibg);
  color: var(--koyumaviustubeyaz);
  cursor: pointer;
  font-size: 36px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 300ms background, 300ms color;
  margin-left: 17px;
}
@media (max-width: 1400px) {
  .sagit {
    width: 45px;
    height: 45px;
    font-size: 30px;
  }
}
.sagit:hover {
  background: var(--acikmavibg);
  color: var(--acikmaviustubeyaz);
}

.tedavislider {
  width: 100%;
  overflow: hidden;
  margin-bottom: 150px;
}
@media (max-width: 1400px) {
  .tedavislider {
    margin-bottom: 120px;
  }
}
@media (max-width: 992px) {
  .tedavislider {
    margin-bottom: 90px;
  }
}
@media (max-width: 576px) {
  .tedavislider {
    margin-bottom: 50px;
  }
}

.box {
  width: 100%;
  position: relative;
  padding-bottom: 25px;
}
.box .bresim {
  position: relative;
  padding-bottom: 82.5471%;
  border-radius: var(--radius);
  overflow: hidden;
}
.box .bresim::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #fff;
  opacity: 0;
  pointer-events: none;
  transition: 300ms opacity;
}
.box .bresim img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
}
.box .bic {
  max-width: calc(100% - 40px);
  position: absolute;
  left: 20px;
  bottom: 0;
  display: flex;
  flex-direction: column;
  background: var(--acikmavibg);
  padding: 13px 25px 15px;
  border-radius: var(--radius);
  transition: 300ms background, 300ms bottom;
}
.box .bic .btitle {
  font-size: 24px;
  font-weight: 600;
  color: var(--acikmaviustubeyaz);
}
@media (max-width: 1400px) {
  .box .bic .btitle {
    font-size: 18px;
  }
}
.box .bic .btitle a {
  color: var(--acikmaviustubeyaz);
}
.box .bic .btitle a::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.box .bic span {
  pointer-events: none;
  font-size: 16px;
  font-weight: 400;
  color: var(--acikmaviustubeyaz);
  margin-top: 5px;
}
@media (max-width: 1400px) {
  .box .bic span {
    font-size: 14px;
  }
}
.box:hover .bresim::after {
  opacity: 0.2;
}
.box:hover .bic {
  background: var(--acikmavibghover);
  bottom: 10px;
}
.box.hekim .bresim {
  padding-bottom: 98.0769%;
}
.box.hekim .bic {
  padding: 11px 25px 15px;
}
.box.hekim .bic .btitle {
  font-size: 21px;
}
@media (max-width: 1400px) {
  .box.hekim .bic .btitle {
    font-size: 18px;
  }
}
.box.hekim .bic span {
  font-size: 15px;
}
@media (max-width: 1400px) {
  .box.hekim .bic span {
    font-size: 13px;
  }
}
.box.hekim:hover .bic {
  background: var(--acikmavibg);
}
@media (max-width: 992px) {
  .box.blog {
    margin-bottom: 40px;
  }
}
.box.blog .bresim {
  padding-bottom: 80.7692%;
}
.box.blog .bic {
  padding: 10px 22px 12px;
}
.box.blog .bic .btitle {
  font-size: 18px;
}
@media (max-width: 1400px) {
  .box.blog .bic .btitle {
    font-size: 16px;
  }
}
.box.blog:hover .bic {
  background: var(--acikmavibg);
}

.hakkimizdalan {
  position: relative;
  padding: 52px 0;
  margin-bottom: 95px;
}
@media (max-width: 992px) {
  .hakkimizdalan {
    margin-bottom: 50px;
    padding: 0;
  }
}
.hakkimizdalan .hresim {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 35.3645%;
  pointer-events: none;
  border-radius: var(--radius) 0 0 var(--radius);
}
@media (max-width: 992px) {
  .hakkimizdalan .hresim {
    display: none;
  }
}

.hakkimizda {
  width: 100%;
  padding-right: 30px;
  position: relative;
  z-index: 1;
}
@media (max-width: 992px) {
  .hakkimizda {
    padding-right: 0;
  }
}
.hakkimizda span {
  font-size: 30px;
  letter-spacing: -0.05em;
  font-weight: 700;
  color: var(--acikmavi);
  margin-bottom: 1px;
}
@media (max-width: 1400px) {
  .hakkimizda span {
    font-size: 24px;
  }
}
.hakkimizda .htitle {
  font-size: 48px;
  line-height: 52px;
  letter-spacing: -0.05em;
  color: var(--koyumavi);
  max-width: 670px;
  margin-bottom: 25px;
}
@media (max-width: 1400px) {
  .hakkimizda .htitle {
    font-size: 36px;
    margin-bottom: 20px;
    line-height: 40px;
  }
}
.hakkimizda p {
  font-size: 18px;
  font-weight: 400;
  color: var(--siyah);
  margin-bottom: 15px;
  line-height: 30px;
}
@media (max-width: 1400px) {
  .hakkimizda p {
    font-size: 16px;
    margin-bottom: 26px;
    margin-bottom: 10px;
  }
}
.hakkimizda a {
  margin-top: 3px;
  height: 38px;
  border-radius: 5px;
  background: var(--kirmizibg);
  color: var(--kirmiziustubeyaz);
  padding: 0 25px;
  align-items: center;
  display: inline-flex;
}
.hakkimizda a:hover {
  background: var(--kirmizibghover);
}

.hlistler {
  width: 100%;
  padding-right: 37px;
  margin-top: 9px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .hlistler {
    padding-right: 0;
    padding-left: 15px;
    margin-bottom: 50px;
  }
}

.hlist {
  width: 46.5373%;
  padding: 21px 25px 21px 41px;
  border-radius: var(--radius);
  box-shadow: 0px 8px 12px -7px rgba(0, 0, 0, 0.25);
  background: #fff;
  position: relative;
  border: 1px solid #DFDFDF;
  margin-top: 39px;
  display: flex;
  align-items: center;
}
@media (max-width: 1400px) {
  .hlist {
    padding: 15px 20px 15px 30px;
    margin-top: 28px;
  }
}
@media (max-width: 576px) {
  .hlist {
    width: 100%;
    margin-top: 10px;
    padding: 20px 10px 20px 30px;
  }
}
.hlist p {
  font-size: 18px;
  font-weight: 600;
  color: var(--siyah);
}
@media (max-width: 1400px) {
  .hlist p {
    font-size: 16px;
  }
}
.hlist span {
  position: absolute;
  left: -20px;
  top: 50%;
  transform: translateY(-50%);
  background: var(--acikmavibg);
  color: var(--acikmaviustubeyaz);
  font-size: 38px;
  border-radius: 100%;
}

.calismasaati {
  width: 100%;
  border-radius: var(--radius);
  background: var(--koyumavibg);
  position: relative;
  z-index: 1;
  padding: 13px 30px 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
@media (max-width: 1400px) {
  .calismasaati {
    padding: 13px 20px 20px;
  }
}
.calismasaati .ctitle {
  font-size: 24px;
  font-weight: 700;
  color: var(--koyumaviustubeyaz);
  text-align: center;
  margin-bottom: 10px;
}
@media (max-width: 1400px) {
  .calismasaati .ctitle {
    font-size: 20px;
  }
}
.calismasaati p {
  font-size: 14px;
  font-weight: 600;
  color: var(--koyumaviustubeyaz);
  text-align: center;
}
@media (max-width: 1400px) {
  .calismasaati p {
    font-size: 12px;
  }
}

.clist {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-top: 14px;
}
.clist span {
  width: 100%;
  position: relative;
  padding: 14px 30px;
  background: rgba(255, 255, 255, 0.07);
  border-radius: var(--radius);
  display: flex;
  flex-direction: column;
  margin: 2.5px 0;
}
@media (max-width: 1400px) {
  .clist span {
    padding: 10px 20px;
  }
}
.clist span em {
  font-style: normal;
  font-size: 18px;
  font-weight: 400;
  color: var(--koyumaviustubeyaz);
  margin-bottom: 5px;
}
@media (max-width: 1400px) {
  .clist span em {
    font-size: 14px;
    margin-bottom: 3px;
  }
}
.clist span b {
  font-size: 18px;
  font-weight: 700;
  color: var(--koyumaviustubeyaz);
}
@media (max-width: 1400px) {
  .clist span b {
    font-size: 16px;
  }
}
.clist span svg {
  position: absolute;
  right: 10px;
  top: 10px;
  color: var(--kirmiziustubeyaz);
  font-size: 26px;
  display: none;
}
.clist.gun0 span:nth-child(7) {
  background: var(--kirmizibg);
}
.clist.gun0 span:nth-child(7) em {
  color: var(--kirmiziustubeyaz);
}
.clist.gun0 span:nth-child(7) b {
  color: var(--kirmiziustubeyaz);
}
.clist.gun0 span:nth-child(7) svg {
  display: block;
}
.clist.gun1 span:nth-child(1) {
  background: var(--kirmizibg);
}
.clist.gun1 span:nth-child(1) em {
  color: var(--kirmiziustubeyaz);
}
.clist.gun1 span:nth-child(1) b {
  color: var(--kirmiziustubeyaz);
}
.clist.gun1 span:nth-child(1) svg {
  display: block;
}
.clist.gun2 span:nth-child(2) {
  background: var(--kirmizibg);
}
.clist.gun2 span:nth-child(2) em {
  color: var(--kirmiziustubeyaz);
}
.clist.gun2 span:nth-child(2) b {
  color: var(--kirmiziustubeyaz);
}
.clist.gun2 span:nth-child(2) svg {
  display: block;
}
.clist.gun3 span:nth-child(3) {
  background: var(--kirmizibg);
}
.clist.gun3 span:nth-child(3) em {
  color: var(--kirmiziustubeyaz);
}
.clist.gun3 span:nth-child(3) b {
  color: var(--kirmiziustubeyaz);
}
.clist.gun3 span:nth-child(3) svg {
  display: block;
}
.clist.gun4 span:nth-child(4) {
  background: var(--kirmizibg);
}
.clist.gun4 span:nth-child(4) em {
  color: var(--kirmiziustubeyaz);
}
.clist.gun4 span:nth-child(4) b {
  color: var(--kirmiziustubeyaz);
}
.clist.gun4 span:nth-child(4) svg {
  display: block;
}
.clist.gun5 span:nth-child(5) {
  background: var(--kirmizibg);
}
.clist.gun5 span:nth-child(5) em {
  color: var(--kirmiziustubeyaz);
}
.clist.gun5 span:nth-child(5) b {
  color: var(--kirmiziustubeyaz);
}
.clist.gun5 span:nth-child(5) svg {
  display: block;
}
.clist.gun6 span:nth-child(6) {
  background: var(--kirmizibg);
}
.clist.gun6 span:nth-child(6) em {
  color: var(--kirmiziustubeyaz);
}
.clist.gun6 span:nth-child(6) b {
  color: var(--kirmiziustubeyaz);
}
.clist.gun6 span:nth-child(6) svg {
  display: block;
}

.hekimslider {
  width: 100%;
  overflow: hidden;
  margin-bottom: 93px;
  margin-top: 20px;
}
@media (max-width: 768px) {
  .hekimslider {
    margin-top: 0;
  }
}
@media (max-width: 576px) {
  .hekimslider {
    margin-bottom: 50px;
  }
}

.markaslider {
  width: 100%;
  overflow: hidden;
  margin-top: 42px;
}
@media (max-width: 768px) {
  .markaslider {
    padding: 0 20px;
    margin-top: 30px;
  }
}
@media (max-width: 576px) {
  .markaslider {
    padding: 0;
  }
}

.marka {
  height: 120px;
  border-radius: var(--radius);
  background: #fff;
  box-shadow: 0px 8px 12px -7px rgba(0, 0, 0, 0.25);
  margin-bottom: 12px;
}
@media (max-width: 576px) {
  .marka {
    border: 1px solid #ccc;
  }
}
.marka a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.marka a img {
  max-width: 95%;
  max-height: 95%;
}

.markalar {
  margin-bottom: 93px;
}
@media (max-width: 992px) {
  .markalar {
    margin-bottom: 60px;
  }
}
@media (max-width: 768px) {
  .markalar .title {
    margin-left: 20px;
  }
}
@media (max-width: 576px) {
  .markalar .title {
    margin-left: 0;
  }
}
.markalar .container {
  position: relative;
  padding-top: 60px;
  padding-bottom: 70px;
  z-index: 0;
}
@media (max-width: 992px) {
  .markalar .container {
    padding-top: 30px;
    padding-bottom: 40px;
  }
}
@media (max-width: 576px) {
  .markalar .container {
    padding-top: 0;
    padding-bottom: 0;
  }
}

.mbg {
  width: calc(100% + 140px);
  left: -70px;
  top: 0;
  position: absolute;
  height: 100%;
  border-radius: var(--radius);
  background: #F4F4F4;
  z-index: -1;
}
@media (max-width: 1500px) {
  .mbg {
    width: calc(100% + 60px);
    left: -30px;
  }
}
@media (max-width: 1200px) {
  .mbg {
    width: calc(100% + 20px);
    left: -10px;
  }
}
@media (max-width: 768px) {
  .mbg {
    width: 100%;
    left: 0;
  }
}
@media (max-width: 576px) {
  .mbg {
    display: none;
  }
}

.bloglist {
  margin-top: 42px;
  width: 100%;
  margin-bottom: 140px;
}
@media (max-width: 992px) {
  .bloglist {
    margin-bottom: 80px;
  }
}
@media (max-width: 768px) {
  .bloglist {
    margin-bottom: 40px;
  }
}

.footer {
  width: 100%;
  padding: 60px 0 80px;
  background: var(--footerbg);
}
@media (max-width: 576px) {
  .footer {
    padding: 40px 0 60px;
  }
}

.footeric {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media (max-width: 992px) {
  .footeric {
    flex-wrap: wrap;
  }
}

.fbilgi {
  width: 100%;
  max-width: 335px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
@media (max-width: 1400px) {
  .fbilgi {
    max-width: 300px;
  }
}
@media (max-width: 1200px) {
  .fbilgi {
    max-width: 250px;
  }
}
@media (max-width: 768px) {
  .fbilgi {
    margin-bottom: 40px;
  }
}
@media (max-width: 576px) {
  .fbilgi {
    max-width: 100%;
    margin-bottom: 20px;
  }
}

.fbic {
  width: 100%;
  margin-bottom: 22px;
  display: flex;
  align-items: center;
}
@media (max-width: 1400px) {
  .fbic {
    margin-bottom: 18px;
  }
}
.fbic svg {
  font-size: 22px;
  color: var(--footerustumavi);
  flex-shrink: 0;
  margin-right: 15px;
}
@media (max-width: 1400px) {
  .fbic svg {
    font-size: 20px;
  }
}
.fbic span {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
.fbic span p {
  font-size: 16px;
  font-weight: 600;
  color: var(--footerustubeyaz);
  opacity: 0.8;
  margin-bottom: 10px;
}
@media (max-width: 1400px) {
  .fbic span p {
    font-size: 14px;
  }
}
.fbic span a {
  font-size: 13px;
  font-weight: 700;
  color: var(--kirmiziustubeyaz);
  background: var(--kirmizibg);
  padding: 0 18px;
  height: 31px;
  display: flex;
  align-items: center;
  border-radius: 5px;
}
.fbic span a:hover {
  background: var(--kirmizibghover);
}
.fbic.flink div {
  display: flex;
  flex-wrap: wrap;
}
.fbic.flink a {
  font-size: 16px;
  font-weight: 600;
  color: var(--footerustubeyaz);
  opacity: 0.8;
  display: flex;
  align-items: center;
}
@media (max-width: 1400px) {
  .fbic.flink a {
    font-size: 14px;
  }
}
.fbic.flink a::after {
  content: "/";
  margin: 0 8px;
  color: var(--footerustumavi);
}
.fbic.flink a:last-child::after {
  display: none;
}
.fbic.fhome {
  align-items: flex-start;
}
.fbic.fhome svg {
  margin-top: 2px;
}

.ftitle {
  font-size: 21px;
  font-weight: 700;
  margin-bottom: 30px;
  color: var(--footerustubeyaz);
}
@media (max-width: 1400px) {
  .ftitle {
    font-size: 18px;
  }
}

.fmenu {
  width: 100%;
  max-width: 280px;
}
@media (max-width: 1200px) {
  .fmenu {
    max-width: 200px;
  }
}
@media (max-width: 576px) {
  .fmenu {
    max-width: 100% !important;
    width: 100% !important;
    margin-bottom: 20px;
  }
}
@media (max-width: 576px) {
  .fmenu ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }
}
.fmenu ul li {
  margin-bottom: 13px;
}
@media (max-width: 1400px) {
  .fmenu ul li {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .fmenu ul li {
    width: 50%;
  }
}
.fmenu ul li a {
  font-size: 15px;
  font-weight: 600;
  color: var(--footerustubeyaz);
  opacity: 0.8;
  transition: 300ms opacity;
}
@media (max-width: 1400px) {
  .fmenu ul li a {
    font-size: 14px;
  }
}
.fmenu ul li a:hover {
  opacity: 1;
}
.fmenu.fm {
  width: 180px;
}
.fmenu .ftumu {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: -0.05em;
  color: var(--footerustubeyaz);
  margin-top: 24px;
}
@media (max-width: 1400px) {
  .fmenu .ftumu {
    font-size: 14px;
    margin-top: 20px;
  }
}
.fmenu .ftumu:hover {
  color: var(--footerustumavi);
}
.fmenu .ftumu svg {
  font-size: 25px;
  margin-left: 1px;
  color: var(--footerustumavi);
}

.fortak {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-start;
}
@media (max-width: 576px) {
  .fortak {
    width: 100%;
    align-items: center;
  }
}
.fortak .sosyalmedya a {
  font-size: 24px;
}
@media (max-width: 1400px) {
  .fortak .sosyalmedya a {
    font-size: 22px;
  }
}
.fortak .acilservis {
  margin-top: 50px;
  margin-left: 0;
  width: 230px;
}
@media (max-width: 1400px) {
  .fortak .acilservis {
    margin-top: 35px;
    width: 200px;
  }
}
@media (max-width: 576px) {
  .fortak .acilservis {
    width: 100%;
    margin-top: 25px;
  }
}
.fortak .hcalismasaati {
  margin-left: 0;
  margin-top: 16px;
  width: 230px;
}
@media (max-width: 1400px) {
  .fortak .hcalismasaati {
    width: 200px;
  }
}
@media (max-width: 576px) {
  .fortak .hcalismasaati {
    width: 100%;
  }
}
.fortak .hcalismasaati:hover a {
  background: var(--acikmavibghover);
}

.alt {
  width: 100%;
  padding: 20px 0 70px;
  background: var(--footerbg);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.altic {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media (max-width: 576px) {
  .altic {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
}
.altic p {
  font-size: 16px;
  font-weight: 600;
  color: var(--footerustubeyaz);
  opacity: 0.8;
}
@media (max-width: 1400px) {
  .altic p {
    font-size: 14px;
  }
}
.altic a {
  font-size: 36px;
  color: #2684FE;
}
@media (max-width: 576px) {
  .altic a {
    margin-top: 15px;
  }
}

.mgolge {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9998;
  background: rgba(0, 0, 0, 0.3);
  display: none;
}

.mac {
  align-items: center;
  display: none;
  padding: 10px 5px;
}
@media (max-width: 1200px) {
  .mac {
    display: flex;
  }
}
.mac span {
  display: flex;
  flex-direction: column;
}
.mac span em {
  width: 25px;
  height: 2px;
  background: var(--koyumaviustubeyaz);
  border-radius: 2px;
  margin: 2px 0;
}
.mac b {
  font-size: 16px;
  font-weight: 700;
  color: var(--koyumaviustubeyaz);
  margin-left: 8px;
}

@media (max-width: 992px) {
  .hmail {
    display: none !important;
  }
}

.popup {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.25);
  z-index: 9999;
  opacity: 0;
  pointer-events: none;
  transition: 500ms opacity;
}
.popup .popupic {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  transform: translateY(100%);
  transition: 500ms transform;
}
.popup .popupic .randevual {
  max-width: 425px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 576px) {
  .popup .popupic .randevual {
    max-width: 90%;
  }
}
.popup.paktif {
  opacity: 1;
  pointer-events: all;
  transition: 100ms opacity;
}
.popup.paktif .popupic {
  transform: translateY(0%);
}

.cookie {
  max-width: 500px;
  position: fixed;
  left: 20px;
  bottom: 20px;
  background: rgba(0, 0, 0, 0.9);
  z-index: 99;
  border-radius: 5px;
  padding: 15px 15px 15px 20px;
  display: none;
}
@media (max-width: 576px) {
  .cookie {
    max-width: calc(100% - 40px);
    align-items: center;
  }
}
.cookie p {
  font-size: 12px;
  font-weight: 400;
  color: #fff;
}
.cookie p a {
  color: #fff;
  text-decoration: underline;
}
.cookie button {
  border: 0;
  background: #ED4A17;
  color: #fff;
  padding: 10px;
  font-style: 14px;
  font-weight: 700;
  text-transform: uppercase;
  cursor: pointer;
  border-radius: 5px;
  margin-left: 10px;
}

.whatsapp {
  position: fixed;
  right: 50px;
  bottom: 50px;
  z-index: 90;
}
@media (max-width: 576px) {
  .whatsapp {
    right: 20px;
    bottom: 20px;
  }
}
.whatsapp a {
  width: 65px;
  height: 65px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 48px;
  background: linear-gradient(87.33deg, #36CA1E 3.9%, #5BE345 98.86%);
  color: #fff;
  transition: 300ms transform;
}
@media (max-width: 576px) {
  .whatsapp a {
    width: 50px;
    height: 50px;
    font-size: 36px;
  }
}
.whatsapp a:hover {
  transform: scale(1.1);
}

.icerikler {
  width: 100%;
  padding: 100px 0 135px;
}
@media (max-width: 1200px) {
  .icerikler {
    padding-bottom: 100px;
  }
}
@media (max-width: 576px) {
  .icerikler {
    padding: 70px 0;
  }
}

.icust {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.icust nav {
  max-width: 100%;
  overflow: hidden;
}

.band {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
  white-space: nowrap;
  max-width: 100%;
  overflow: hidden;
}
@media (max-width: 576px) {
  .band {
    margin-bottom: 4px;
  }
}
.band li {
  font-size: 14px;
  font-weight: 600;
  color: #9D9D9D;
  text-transform: uppercase;
}
.band li::after {
  content: "/";
  margin: 0 10px;
  color: var(--acikmavi);
  font-weight: 700;
}
.band li:last-child::after {
  display: none;
}
@media (max-width: 1200px) {
  .band li {
    font-size: 13px;
  }
}
@media (max-width: 576px) {
  .band li {
    font-size: 12px;
  }
}
.band li a {
  color: #9D9D9D;
}
.band li a:hover {
  color: var(--acikmavi);
}

.ictitle {
  font-size: 48px;
  font-weight: 700;
  color: var(--koyumavi);
  letter-spacing: -0.05em;
  margin-bottom: 55px;
  text-align: center;
}
@media (max-width: 1200px) {
  .ictitle {
    font-size: 36px;
    margin-bottom: 40px;
  }
}
@media (max-width: 576px) {
  .ictitle {
    font-size: 30px;
    margin-bottom: 30px;
  }
}

.ictedaviler {
  width: 100%;
}
.ictedaviler .box {
  margin-bottom: 50px;
}
@media (max-width: 1200px) {
  .ictedaviler .box {
    margin-bottom: 35px;
  }
}

.sayfalama {
  margin-top: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1200px) {
  .sayfalama {
    margin-top: 40px;
  }
}
@media (max-width: 576px) {
  .sayfalama {
    margin-top: 20px;
  }
}
.sayfalama div {
  margin: 0 17px;
}
@media (max-width: 576px) {
  .sayfalama div {
    margin: 0 10px;
  }
}
.sayfalama div a {
  padding: 0 60px;
  height: 60px;
  border-radius: var(--radius);
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 700;
}
@media (max-width: 1200px) {
  .sayfalama div a {
    height: 50px;
    padding: 0 40px;
    font-size: 14px;
  }
}
.sayfalama div.onceki a {
  background: #EBEBEB;
  color: #7E7E7E;
}
.sayfalama div.onceki a:hover {
  background: #e2e2e2;
}
.sayfalama div.sonraki a {
  background: var(--kirmizibg);
  color: var(--kirmiziustubeyaz);
}
.sayfalama div.sonraki a:hover {
  background: var(--kirmizibghover);
}

.ichekimler {
  width: 100%;
}
.ichekimler .box {
  margin-bottom: 40px;
}
@media (max-width: 1200px) {
  .ichekimler .box {
    margin-bottom: 25px;
  }
}

.icblog {
  width: 100%;
}
.icblog .box {
  margin-bottom: 50px;
}
@media (max-width: 1200px) {
  .icblog .box {
    margin-bottom: 35px;
  }
}

.ichakkimizda {
  width: 100%;
}

.tipo h1, .tipo h3, .tipo h2, .tipo h4, .tipo h5, .tipo h6 {
  font-weight: 700;
  color: var(--koyumavi);
  margin-bottom: 20px;
}
.tipo img {
  width: calc(100% + 40px);
  border-radius: var(--radius);
  max-height: 550px;
  object-fit: cover;
  margin: 0 -20px 20px;
}
@media (max-width: 576px) {
  .tipo img {
    width: 100%;
    margin: 0 0 20px;
    max-height: 350px;
  }
}
.tipo h1 {
  font-size: 36px;
}
@media (max-width: 1400px) {
  .tipo h1 {
    font-size: 30px;
  }
}
.tipo h2 {
  font-size: 30px;
}
@media (max-width: 1400px) {
  .tipo h2 {
    font-size: 24px;
  }
}
.tipo h3 {
  font-size: 24px;
}
@media (max-width: 1400px) {
  .tipo h3 {
    font-size: 20px;
  }
}
.tipo h4 {
  font-size: 20px;
}
@media (max-width: 1400px) {
  .tipo h4 {
    font-size: 18px;
  }
}
.tipo h5 {
  font-size: 48px;
  letter-spacing: -0.05em;
}
@media (max-width: 1400px) {
  .tipo h5 {
    font-size: 36px;
  }
}
@media (max-width: 576px) {
  .tipo h5 {
    font-size: 30px;
    line-height: 36px;
  }
}
.tipo h6 {
  font-size: 30px;
  margin-bottom: 0;
  color: var(--acikmavi);
}
@media (max-width: 1400px) {
  .tipo h6 {
    font-size: 24px;
  }
}
.tipo p {
  font-weight: 400;
  color: var(--siyah);
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 28px;
}
@media (max-width: 1400px) {
  .tipo p {
    font-size: 14px;
    line-height: 24px;
  }
}
.tipo a {
  color: var(--kirmizi);
}
.tipo a:hover {
  text-decoration: underline;
}
.tipo ul, .tipo ol {
  margin-bottom: 20px;
  list-style-type: square;
  list-style-position: unset;
  padding-left: 25px;
}
.tipo ul li, .tipo ol li {
  font-weight: 400;
  color: var(--siyah);
  margin-bottom: 5px;
  font-size: 16px;
  line-height: 26px;
}
@media (max-width: 1400px) {
  .tipo ul li, .tipo ol li {
    font-size: 14px;
    line-height: 24px;
  }
}
.tipo ol {
  list-style-type: disc;
}
.tipo blockquote {
  padding: 20px;
  font-size: 18px;
  font-weight: 700;
  background: var(--koyumavibg);
  color: var(--koyumaviustubeyaz);
  margin-bottom: 20px;
}
@media (max-width: 1400px) {
  .tipo blockquote {
    font-size: 16px;
  }
}

.ichakkimizda {
  padding-top: 50px;
}
@media (max-width: 1200px) {
  .ichakkimizda {
    padding-top: 30px;
  }
}
@media (max-width: 992px) {
  .ichakkimizda {
    padding-top: 0;
  }
}

.ichak {
  padding-right: 40px;
  margin-top: 40px;
}
@media (max-width: 1200px) {
  .ichak {
    margin-top: 10px;
    padding-right: 0;
  }
}

.ichresim {
  width: 100%;
  padding-bottom: 105.303%;
  position: relative;
}
@media (max-width: 992px) {
  .ichresim {
    display: none;
  }
}
.ichresim img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: var(--radius);
}

.hich {
  margin-top: 120px;
}
@media (max-width: 992px) {
  .hich {
    margin-top: 60px;
  }
}

.ichekimler {
  width: 100%;
}
.ichekimler .hekimslider {
  margin-bottom: 0;
}

.detay {
  max-width: 1000px;
  padding: 0 20px;
  margin: 0 auto;
}
@media (max-width: 576px) {
  .detay {
    padding: 0;
  }
}

.ilgili {
  margin-top: 130px;
  width: 100%;
}
@media (max-width: 576px) {
  .ilgili {
    margin-top: 60px;
  }
}
.ilgili .tedavislider {
  margin-bottom: 0;
}
.ilgili .bloglist {
  margin-bottom: 0;
}

.map {
  width: 100%;
  height: 100%;
  border-radius: var(--radius);
  overflow: hidden;
}
@media (max-width: 1200px) {
  .map {
    height: 450px;
    margin-top: 50px;
  }
}
@media (max-width: 768px) {
  .map {
    height: 300px;
    margin-top: 40px;
  }
}
.map iframe {
  width: 100% !important;
  height: 100% !important;
}

.isol {
  width: 100%;
  padding-top: 15px;
  padding-right: 14px;
}
@media (max-width: 1400px) {
  .isol {
    padding-right: 0;
    padding-top: 0;
  }
}
.isol .fbilgi {
  max-width: 100%;
}
@media (max-width: 768px) {
  .isol .fbilgi {
    margin-bottom: 20px;
  }
}
.isol .fbilgi .ftitle {
  color: var(--siyah);
}
.isol .fbilgi .fbic p {
  color: var(--siyah);
}
.isol .fbilgi .fbic div a {
  color: var(--siyah);
}

.iformalani {
  width: 100%;
  margin-top: 20px;
}
@media (max-width: 768px) {
  .iformalani {
    margin-bottom: 40px;
    margin-top: 0;
  }
}

.ialan {
  width: 100%;
  position: relative;
  margin-bottom: 5px;
}
.ialan .wpcf7-not-valid-tip {
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 11px;
  font-weight: 700;
  color: var(--acikmaviustubeyaz);
  pointer-events: none;
}
@media (max-width: 1400px) {
  .ialan .wpcf7-not-valid-tip {
    top: 5px;
  }
}
.ialan .itext {
  width: 100%;
  height: 53px;
  padding: 0 20px;
  font-size: 16px;
  font-weight: 600;
  line-height: 53px;
  color: var(--acikmaviustubeyaz);
  background: var(--acikmavibg);
  border: 0;
  border-radius: 10px;
}
@media (max-width: 1400px) {
  .ialan .itext {
    font-size: 14px;
    height: 40px;
    line-height: 40px;
  }
}
.ialan .itext::placeholder {
  color: rgba(255, 255, 255, 0.75);
}
.ialan .itext:focus::placeholder {
  opacity: 0;
}
.ialan .iarea {
  width: 100%;
  height: 110px;
  padding: 15px 20px;
  font-size: 16px;
  font-weight: 600;
  color: var(--acikmaviustubeyaz);
  background: var(--acikmavibg);
  border: 0;
  border-radius: 10px;
  display: block;
}
@media (max-width: 1400px) {
  .ialan .iarea {
    font-size: 14px;
    height: 90px;
    padding: 11px 20px;
  }
}
.ialan .iarea::placeholder {
  color: rgba(255, 255, 255, 0.75);
}
.ialan .iarea:focus::placeholder {
  opacity: 0;
}

.ibutons {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  padding-top: 6px;
  align-items: center;
}
@media (max-width: 1400px) {
  .ibutons {
    padding-top: 0;
  }
}

.ibuton {
  padding: 0 40px;
  height: 42px;
  font-size: 14px;
  font-weight: 800;
  color: var(--kirmiziustubeyaz);
  background: var(--kirmizibg);
  border: 0;
  border-radius: 5px;
  transition: 300ms background;
  cursor: pointer;
  display: flex;
  align-items: center;
  order: 2;
}
@media (max-width: 1400px) {
  .ibuton {
    height: 35px;
    padding: 0 30px;
  }
}
.ibuton:hover {
  background: var(--kirmizibghover);
}

.ititle {
  font-size: 21px;
  font-weight: 700;
  color: var(--siyah);
  margin-bottom: 25px;
}
@media (max-width: 1400px) {
  .ititle {
    margin-bottom: 15px;
  }
}
.wpcf7-form-control-wrap{
  display: block;
  position: initial;
  flex: 1;
}
br{
  display: none;
}
.wpcf7-not-valid-tip {
  position: absolute;
  right: 10px;
  top: 5px;
  font-size: 11px;
  font-weight: 700;
  color: var(--koyumaviustubeyaz);
  pointer-events: none;
}

div.ustmenu ul li a[href="#"] {
  pointer-events: none;
}

.wpcf7 form .wpcf7-response-output {
  margin: 0;
  padding: 5px 10px 20px;
  border: 0 solid #00a0d2; /* Blue */
  font-size: 13px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}


.wpcf7 form.sent .wpcf7-response-output {
  border-color: #46b450; /* Green */
  color: #46b450;
}

.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
  border-color: #dc3232; /* Red */
  color: #dc3232;
}

.wpcf7 form.spam .wpcf7-response-output {
  border-color: #f56e28; /* Orange */
  color: #f56e28;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
  border-color: #ffb900; /* Yellow */
  color: #ffb900;
}
