/*
.about-logo img{
  width: 150px;
}
.header-logo img{
  width: 150px;
}
.header-layout4 .header-logo > a {
  margin-top: -55px;
  padding: 0 20px 0 0;
}

.header-layout4 .sticky-wrapper.sticky .header-logo img{
  width: 110px;
}
.header-layout4 .sticky-wrapper.sticky .header-logo > a {
    margin-top: -15px !important;
}
*/








.online-appointment-cta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    margin-bottom: 35px;
    padding: 34px 38px;
    border-radius: 24px;
    background: linear-gradient(135deg, #f2f9ff 0%, #ffffff 55%, #eef8ff 100%);
    border: 1px solid rgba(40, 172, 226, 0.22);
    box-shadow: 0 18px 55px rgba(0, 0, 0, 0.08);
}

.online-appointment-content {
    max-width: 760px;
}

.online-appointment-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 14px;
    padding: 7px 16px;
    border-radius: 999px;
    background: rgba(40, 172, 226, 0.13);
    color: #28ace2;
    font-size: 14px;
    font-weight: 700;
}

.online-appointment-cta h2 {
    margin: 0 0 12px;
    color: #17233c;
    font-size: 32px;
    font-weight: 800;
    line-height: 1.25;
}

.online-appointment-cta p {
    margin: 0;
    color: #5b6771;
    font-size: 17px;
    line-height: 1.7;
}

.online-appointment-actions {
    display: flex;
    align-items: center;
    gap: 14px;
    flex-shrink: 0;
}

.online-appointment-btn,
.manual-appointment-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    min-height: 52px;
    padding: 14px 24px;
    border-radius: 999px;
    font-size: 15px;
    font-weight: 800;
    text-decoration: none;
    transition: all 0.25s ease;
    white-space: nowrap;
}

.online-appointment-btn {
    background: #28ace2;
    color: #ffffff;
    box-shadow: 0 12px 28px rgba(40, 172, 226, 0.32);
}

.online-appointment-btn:hover {
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 16px 36px rgba(40, 172, 226, 0.42);
}

.manual-appointment-btn {
    background: #ffffff;
    color: #17233c;
    border: 1px solid rgba(23, 35, 60, 0.14);
}

.manual-appointment-btn:hover {
    color: #28ace2;
    border-color: rgba(40, 172, 226, 0.45);
}

@media (max-width: 991px) {
    .online-appointment-cta {
        flex-direction: column;
        align-items: flex-start;
        padding: 28px 24px;
    }

    .online-appointment-actions {
        width: 100%;
        flex-wrap: wrap;
    }

    .online-appointment-btn,
    .manual-appointment-btn {
        flex: 1;
    }
}

@media (max-width: 575px) {
    .online-appointment-cta h2 {
        font-size: 24px;
    }

    .online-appointment-cta p {
        font-size: 15px;
    }

    .online-appointment-actions {
        flex-direction: column;
    }

    .online-appointment-btn,
    .manual-appointment-btn {
        width: 100%;
    }
}








.breadcumb-wrapper {
    background-color: var(--smoke-color2);
    padding: 50px 0 50px 0;
    overflow: hidden;
    text-align: center;
}
.breadcumb-title {
    margin: -0.2em 0 -0.18em 0;
    line-height: 1.1;
    font-weight: 600;
    font-size: 40px;
}

.widget {
    padding: 15px 10px 25px 10px;
    margin-bottom: 40px;
    position: relative;
    border-radius: 10px;
}


.box-title {
    font-size: 20px;
    line-height: 1.417;
    font-weight: 600;
    margin-top: -0.32em;
}



.anlasmali-kurum-item1 img{
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  padding: 15px;
}





.blog-posts {
    --blog-primary: #0b6f8f;
    --blog-primary-dark: #07506a;
    --blog-accent: #28ace2;
    --blog-text: #1f2937;
    --blog-muted: #6b7280;
    --blog-border: #e5e7eb;
    --blog-bg: #f7fafc;
    --blog-white: #ffffff;

    width: 100%;
    padding: 20px 0 40px;
    background: var(--blog-bg);
}

/* Bootstrap row iç içe geçince oluşan dağınıklığı toparlar */
.blog-posts .row {
    margin-left: 0;
    margin-right: 0;
}

.blog-posts .row.px-3 {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.blog-posts .page_title {
    position: relative;
    margin: 0 0 28px;
    padding-bottom: 14px;
    font-size: 34px;
    font-weight: 800;
    line-height: 1.2;
    color: var(--blog-text);
    letter-spacing: -0.5px;
}

.blog-posts .page_title::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 72px;
    height: 4px;
    border-radius: 20px;
    background: linear-gradient(90deg, var(--blog-primary), var(--blog-accent));
}

/* Kart kolonlarını eşit yüksekliğe getirir */
.blog-posts .col-md-4.mb-4 {
    display: flex;
    margin-bottom: 28px !important;
}

/* Kart tasarımı */
.blog-posts .card {
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    border: 1px solid var(--blog-border);
    border-radius: 18px;
    background: var(--blog-white);
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.06);
    transition: all 0.25s ease;
}

.blog-posts .card:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 45px rgba(15, 23, 42, 0.12);
    border-color: rgba(40, 172, 226, 0.35);
}

.blog-posts .card-img-top {
    width: 100%;
    height: 210px;
    object-fit: cover;
    object-position: center;
    background: #eef5f8;
    border-bottom: 1px solid var(--blog-border);
    transition: transform 0.35s ease;
}

.blog-posts .card:hover .card-img-top {
    transform: scale(1.04);
}

.blog-posts .card-body {
    flex: 1;
    display: flex;
    flex-direction: column;
    padding: 22px;
}

.blog-posts .card-title {
    min-height: 54px;
    margin: 0 0 20px;
    font-size: 19px;
    font-weight: 700;
    line-height: 1.35;
    color: var(--blog-text);
}

/* Buton */
.blog-posts .thm-btn {
    width: fit-content;
    margin-top: auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 12px 20px;
    border-radius: 999px;
    background: linear-gradient(135deg, var(--blog-primary), var(--blog-accent));
    color: #ffffff !important;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    text-decoration: none;
    border: none;
    box-shadow: 0 8px 18px rgba(40, 172, 226, 0.25);
    transition: all 0.25s ease;
}

.blog-posts .thm-btn:hover {
    background: linear-gradient(135deg, var(--blog-primary-dark), var(--blog-primary));
    color: #ffffff !important;
    transform: translateY(-2px);
    box-shadow: 0 12px 24px rgba(11, 111, 143, 0.28);
}

.blog-posts .thm-btn i {
    font-size: 12px;
    transition: transform 0.25s ease;
}

.blog-posts .thm-btn:hover i {
    transform: translateX(4px);
}

/* Tablet */
@media (max-width: 991px) {
    .blog-posts {
        padding: 16px 0 32px;
    }

    .blog-posts .page_title {
        font-size: 30px;
    }

    .blog-posts .card-img-top {
        height: 190px;
    }

    .blog-posts .card-title {
        min-height: auto;
        font-size: 18px;
    }
}

/* Mobil */
@media (max-width: 767px) {
    .blog-posts {
        padding: 12px 0 28px;
    }

    .blog-posts .page_title {
        font-size: 26px;
        margin-bottom: 22px;
    }

    .blog-posts .col-md-4.mb-4 {
        margin-bottom: 20px !important;
    }

    .blog-posts .card {
        border-radius: 16px;
    }

    .blog-posts .card-img-top {
        height: 180px;
    }

    .blog-posts .card-body {
        padding: 18px;
    }

    .blog-posts .card-title {
        font-size: 17px;
        margin-bottom: 16px;
    }

    .blog-posts .thm-btn {
        width: 100%;
        padding: 13px 18px;
    }
}




















.appointment-section {
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, #f5f9fc 0%, #eef6fb 100%);
}

.appointment-wrapper {
  display: grid;
  grid-template-columns: 0.9fr 1.4fr;
  gap: 40px;
  align-items: stretch;
}

.appointment-info-box,
.appointment-form-box {
  background: #fff;
  border-radius: 22px;
  box-shadow: 0 20px 55px rgba(15, 47, 70, 0.10);
  padding: 38px;
  position: relative;
  z-index: 2;
}

.appointment-info-box {
  background: linear-gradient(135deg, #0d5c83 0%, #083f5f 100%);
  color: #fff;
}

.appointment-info-box .small-title {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
  font-size: 14px;
  margin-bottom: 18px;
}

.appointment-info-box h2 {
  color: #fff;
  font-size: 34px;
  line-height: 1.2;
  margin-bottom: 18px;
}

.appointment-info-box p {
  color: rgba(255, 255, 255, 0.86);
  line-height: 1.7;
  margin-bottom: 24px;
}

.appointment-info-list {
  padding: 0;
  margin: 0;
  list-style: none;
}

.appointment-info-list li {
  display: flex;
  gap: 12px;
  margin-bottom: 16px;
  color: rgba(255, 255, 255, 0.92);
}

.appointment-info-list li:before {
  content: "✓";
  width: 26px;
  height: 26px;
  min-width: 26px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.18);
  color: #fff;
  font-weight: 700;
}

.appointment-form-title {
  margin-bottom: 26px;
}

.appointment-form-title span {
  display: inline-block;
  color: #0d5c83;
  font-weight: 700;
  margin-bottom: 8px;
}

.appointment-form-title h2 {
  margin: 0;
  font-size: 32px;
  color: #1f2d3d;
}

.appointment-form-title p {
  margin-top: 10px;
  color: #667085;
  line-height: 1.6;
}

.appointment-form .group-form-box {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.appointment-form .form-box,
.appointment-form .form-box-last {
  margin-bottom: 16px;
}

.appointment-form input,
.appointment-form select,
.appointment-form textarea {
  width: 100%;
  height: 56px;
  border: 1px solid #dbe6ee;
  border-radius: 14px;
  background: #f9fcfe;
  padding: 0 18px;
  color: #1f2d3d;
  outline: none;
  transition: 0.2s ease;
}

.appointment-form textarea {
  height: 130px;
  padding-top: 16px;
  resize: vertical;
}

.appointment-form input:focus,
.appointment-form select:focus,
.appointment-form textarea:focus {
  border-color: #0d5c83;
  background: #fff;
  box-shadow: 0 0 0 4px rgba(13, 92, 131, 0.08);
}

.captcha-area {
  display: grid;
  grid-template-columns: 180px 1fr;
  gap: 16px;
  align-items: center;
  margin-top: 4px;
  margin-bottom: 18px;
}

.captcha-area img {
  max-width: 100%;
  border-radius: 12px;
  border: 1px solid #dbe6ee;
  background: #fff;
  padding: 6px;
}

.kvkk-box {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  margin: 10px 0 24px;
  color: #667085;
  font-size: 14px;
  line-height: 1.5;
}

.kvkk-box input {
  width: 18px;
  height: 18px;
  min-width: 18px;
  margin-top: 3px;
  padding: 0;
}

.appointment-alert {
  padding: 15px 18px;
  border-radius: 14px;
  margin-bottom: 22px;
  line-height: 1.6;
}

.appointment-alert ul {
  margin: 0;
  padding-left: 18px;
}

.appointment-alert-danger {
  background: #fff1f0;
  color: #9f1d1d;
  border: 1px solid #ffd2cd;
}

.appointment-alert-success {
  background: #ecfdf3;
  color: #027a48;
  border: 1px solid #abefc6;
}

.appointment-submit-btn {
  border: 0;
  height: 56px;
  padding: 0 34px;
  border-radius: 999px;
  background: #0d5c83;
  color: #fff;
  font-weight: 700;
  cursor: pointer;
  transition: 0.2s ease;
}

.appointment-submit-btn:hover {
  background: #083f5f;
  transform: translateY(-1px);
}

.appointment-note {
  margin-top: 18px;
  color: #667085;
  font-size: 14px;
  line-height: 1.6;
}

@media (max-width: 991px) {
  .appointment-wrapper {
    grid-template-columns: 1fr;
  }

  .appointment-form .group-form-box {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 575px) {

  .appointment-info-box,
  .appointment-form-box {
    padding: 26px 20px;
  }

  .captcha-area {
    grid-template-columns: 1fr;
  }

  .appointment-info-box h2,
  .appointment-form-title h2 {
    font-size: 26px;
  }
}



















.widget-toc {
    background: #f7fbff;
    border: 1px solid #d7e8ff;
    border-radius: 14px;
    padding: 18px 20px;
    margin: 22px 0;
}

.widget-toc .toc-title {
    font-size: 20px;
    font-weight: 700;
    color: #0b4f8a;
    margin-bottom: 10px;
}

.widget-toc ol,
.widget-toc ul {
    margin: 0;
    padding-left: 25px;
}

.widget-toc li {
    margin-bottom: 12px;
}

.widget-toc li:last-child {
    margin-bottom: 0;
}

.widget-toc a {
    color: #0066cc;
    font-size: 18px;
    font-weight: 600;
    text-decoration: none;
    transition: all .3s ease;
}

.widget-toc a:hover {
    color: #004b9a;
    text-decoration: underline;
}

@media (max-width: 768px) {
    .widget-toc {
        padding: 20px;
        border-radius: 16px;
    }

    .widget-toc .toc-title {
        font-size: 20px;
    }

    .widget-toc a {
        font-size: 16px;
    }
}







.av-footer-modern {
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, #061a2f 0%, #092b4b 46%, #0b5f86 100%);
  color: #ffffff;
}

.av-footer-modern::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
      radial-gradient(circle at 12% 20%, rgba(61, 207, 255, 0.16), transparent 28%),
      radial-gradient(circle at 88% 8%, rgba(255, 255, 255, 0.12), transparent 24%),
      linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0));
  pointer-events: none;
}

.av-footer-modern .shape-mockup {
  opacity: 0.18;
  pointer-events: none;
}

.av-footer-main {
  position: relative;
  z-index: 2;
  padding: 70px 0 48px;
}

.av-footer-brand-card,
.av-footer-contact-card,
.av-footer-widget {
  height: 100%;
  border: 1px solid rgba(255, 255, 255, 0.13);
  background: rgba(255, 255, 255, 0.075);
  backdrop-filter: blur(12px);
  border-radius: 26px;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.18);
}

.av-footer-brand-card,
.av-footer-widget,
.av-footer-contact-card {
  padding: 28px;
}

.av-footer-logo img {
  max-width: 185px;
  height: auto;
}

.av-footer-desc {
  margin: 22px 0 0;
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.75;
  font-size: 14px;
}

.av-footer-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 20px;
  padding: 9px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  color: #ffffff;
  font-size: 13px;
  font-weight: 600;
}

.av-footer-badge i {
  color: #46d8ff;
}

.av-footer-title {
  position: relative;
  margin: 0 0 22px;
  padding-bottom: 14px;
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.av-footer-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 46px;
  height: 3px;
  border-radius: 99px;
  background: linear-gradient(90deg, #45d9ff, rgba(69, 217, 255, 0));
}

.av-footer-menu,
.av-footer-contact-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.av-footer-menu li+li {
  margin-top: 11px;
}

.av-footer-menu a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 15px;
  line-height: 1.45;
  transition: all 0.25s ease;
}

.av-footer-menu a::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: rgba(70, 216, 255, 0.65);
  transition: all 0.25s ease;
}

.av-footer-menu a:hover {
  color: #ffffff;
  transform: translateX(4px);
}

.av-footer-menu a:hover::before {
  background: #ffffff;
}

.av-footer-contact-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
}

.av-footer-contact-list li {
  min-width: 0;
}

.av-footer-contact-list a,
.av-footer-contact-list span {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  height: 100%;
  color: rgba(255, 255, 255, 0.8);
  font-size: 15px;
  line-height: 1.55;
}

.av-footer-contact-list i {
  flex: 0 0 38px;
  width: 38px;
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 13px;
  background: rgba(70, 216, 255, 0.14);
  color: #46d8ff;
  font-size: 16px;
}

.av-footer-contact-list a:hover {
  color: #ffffff;
}

.av-footer-social {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.av-footer-social a {
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.11);
  border: 1px solid rgba(255, 255, 255, 0.13);
  color: #ffffff;
  font-size: 15px;
  transition: all 0.25s ease;
}

.av-footer-social a:hover {
  background: #46d8ff;
  color: #06213a;
  transform: translateY(-3px);
}

.av-footer-bottom {
  position: relative;
  z-index: 2;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(0, 0, 0, 0.14);
  padding: 20px 0;
}

.av-footer-bottom p {
  margin: 0;
  color: rgba(255, 255, 255, 0.74);
  font-size: 14px;
}

.av-footer-magnet {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 13px;
}

.av-footer-magnet img {
  width: 145px;
  height: auto;
}

@media (max-width: 1199px) {
  .av-footer-contact-list {
      grid-template-columns: 1fr;
  }

  .av-footer-contact-list .av-contact-address {
      grid-column: auto;
  }
}

@media (max-width: 767px) {
  .av-footer-main {
      padding: 44px 0 34px;
  }

  .av-footer-brand-card,
  .av-footer-widget,
  .av-footer-contact-card {
      padding: 24px;
      border-radius: 22px;
  }

  .av-footer-contact-list {
      grid-template-columns: 1fr;
  }

  .av-footer-bottom {
      text-align: center;
  }

  .av-footer-magnet {
      margin-top: 12px;
      justify-content: center;
  }
}















.hospital-float {
    position: fixed;
    right: 18px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 999999;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 10px;
    font-family: inherit;
}

.hospital-float-head {
    width: 64px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 12px;
    overflow: hidden;
    padding: 0 18px;
    border-radius: 999px;
    background: #ffffff;
    color: #28ace2;
    border: 1px solid rgba(40, 172, 226, 0.18);
    box-shadow: 0 12px 30px rgba(17, 24, 39, 0.12);
    transition: all 0.35s ease;
}

.hospital-float-head i {
    min-width: 26px;
    font-size: 20px;
}

.hospital-float-head span {
    white-space: nowrap;
    opacity: 0;
    font-size: 14px;
    font-weight: 800;
    transition: all 0.25s ease;
}

.hospital-float:hover .hospital-float-head {
    width: 220px;
}

.hospital-float:hover .hospital-float-head span {
    opacity: 1;
}

.hospital-float-link {
    width: 64px;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 14px;
    overflow: hidden;
    padding: 0 16px;
    text-decoration: none;
    border-radius: 999px;
    color: #ffffff;
    background: var(--float-color);
    box-shadow: 0 12px 30px rgba(17, 24, 39, 0.18);
    transition: all 0.35s ease;
    position: relative;
}

.hospital-float-link::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(255,255,255,0.22), rgba(255,255,255,0));
    pointer-events: none;
}

.hospital-float-link:hover {
    width: 260px;
    color: #ffffff;
    transform: translateX(-4px);
}

.hospital-float-icon {
    min-width: 32px;
    height: 32px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 2;
}

.hospital-float-icon i {
    font-size: 22px;
}

.hospital-float-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    white-space: nowrap;
    opacity: 0;
    transform: translateX(10px);
    transition: all 0.25s ease;
    position: relative;
    z-index: 2;
}

.hospital-float-link:hover .hospital-float-text {
    opacity: 1;
    transform: translateX(0);
}

.hospital-float-text strong {
    font-size: 15px;
    line-height: 1.2;
    font-weight: 800;
}

.hospital-float-text small {
    margin-top: 3px;
    font-size: 12px;
    line-height: 1.2;
    font-weight: 500;
    opacity: 0.88;
}

.hospital-float-link.whatsapp {
    --float-color: #25D366;
}

.hospital-float-link.phone {
    --float-color: #0b74d1;
}

.hospital-float-link.appointment {
    --float-color: #f59e0b;
}

.hospital-float-link.doctor {
    --float-color: #6d5dfc;
}

.hospital-float-link.location {
    --float-color: #ef4444;
}

.hospital-float-link.appointment::after {
    content: "";
    position: absolute;
    inset: -5px;
    border-radius: 999px;
    border: 2px solid rgba(245, 158, 11, 0.28);
    animation: hospitalAppointmentPulse 1.8s infinite;
    pointer-events: none;
}

@keyframes hospitalAppointmentPulse {
    0% {
        opacity: 0.9;
        transform: scale(1);
    }

    100% {
        opacity: 0;
        transform: scale(1.18);
    }
}

@media (max-width: 768px) {
    .hospital-float {
        top: auto;
        right: 10px;
        left: 10px;
        bottom: 12px;
        transform: none;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        gap: 6px;
        padding: 8px;
        border-radius: 22px;
        background: rgba(255, 255, 255, 0.94);
        box-shadow: 0 10px 35px rgba(17, 24, 39, 0.18);
        backdrop-filter: blur(10px);
    }

    .hospital-float-head {
        display: none;
    }

    .hospital-float-link,
    .hospital-float-link:hover {
        width: auto;
        height: 54px;
        flex: 1;
        padding: 0;
        justify-content: center;
        border-radius: 16px;
        transform: none;
    }

    .hospital-float-icon {
        min-width: auto;
        width: auto;
        height: auto;
    }

    .hospital-float-icon i {
        font-size: 20px;
    }

    .hospital-float-text {
        display: none;
    }

    .hospital-float-link.appointment::after {
        display: none;
    }
}

@media (max-width: 420px) {
    .hospital-float {
        gap: 5px;
        padding: 7px;
    }

    .hospital-float-link,
    .hospital-float-link:hover {
        height: 50px;
        border-radius: 14px;
    }

    .hospital-float-icon i {
        font-size: 18px;
    }
}









.cookie-hidden .cookie-consent {
  display: none !important;
}

.cookie-consent {
  position: fixed;
  left: 20px;
  bottom: 20px;
  width: 420px;
  background: #fff;
  border-radius: 18px;
  padding: 22px;
  box-shadow: 0 15px 50px rgba(0, 0, 0, .15);
  z-index: 999999;
  border: 1px solid #e7edf3;
  font-family: Arial, sans-serif;
  animation: cookieFade .4s ease;
  display: none;
}

.cookie-consent .cookie-close {
  position: absolute;
  top: 12px;
  right: 12px;
  border: none;
  background: none;
  font-size: 22px;
  cursor: pointer;
  color: #888;
}

.cookie-consent .cookie-top {
  display: flex;
  gap: 15px;
}

.cookie-consent .cookie-icon {
  min-width: 52px;
  width: 52px;
  height: 52px;
  background: #0b6cb8;
  color: #fff;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cookie-consent .cookie-top h4 {
  margin: 0 0 8px;
  color: #0d2b4d;
  font-size: 18px;
}

.cookie-consent .cookie-top p {
  margin: 0;
  color: #666;
  line-height: 1.6;
  font-size: 13px;
}

.cookie-consent .cookie-links {
  margin: 15px 0;
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}

.cookie-consent .cookie-links a {
  color: #0b6cb8;
  text-decoration: none;
  font-size: 13px;
  font-weight: 600;
}

.cookie-consent .cookie-settings-btn {
  width: 100%;
  background: #f5f8fb;
  border: 1px solid #dce6f1;
  padding: 12px;
  border-radius: 10px;
  cursor: pointer;
  font-weight: 600;
  margin-bottom: 15px;
}

.cookie-consent .cookie-settings {
  display: none;
  margin-bottom: 15px;
}

.cookie-consent .cookie-option {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 0;
  border-bottom: 1px solid #edf1f5;
}

.cookie-consent .cookie-option strong {
  display: block;
  font-size: 14px;
}

.cookie-consent .cookie-option small {
  color: #777;
  display: block;
  margin-top: 4px;
}

.cookie-consent .switch {
  position: relative;
  display: inline-block;
  width: 48px;
  height: 24px;
}

.cookie-consent .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.cookie-consent .slider {
  position: absolute;
  inset: 0;
  background: #ccc;
  border-radius: 30px;
  transition: .3s;
}

.cookie-consent .slider:before {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  left: 3px;
  top: 3px;
  background: #fff;
  border-radius: 50%;
  transition: .3s;
}

.cookie-consent .switch input:checked+.slider {
  background: #0b6cb8;
}

.cookie-consent .switch input:checked+.slider:before {
  transform: translateX(24px);
}

.cookie-consent .cookie-buttons {
  display: flex;
  gap: 10px;
}

.cookie-consent .cookie-buttons button {
  flex: 1;
  border: none;
  padding: 13px;
  border-radius: 10px;
  cursor: pointer;
  font-weight: 600;
}

.cookie-consent .btn-light {
  background: #eef3f8;
  color: #444;
}

.cookie-consent .btn-primary {
  background: #0b6cb8;
  color: #fff;
}

@keyframes cookieFade {
  from {
      opacity: 0;
      transform: translateY(20px);
  }

  to {
      opacity: 1;
      transform: translateY(0);
  }
}

@media(max-width:576px) {

  .cookie-consent {
      width: calc(100% - 20px);
      left: 10px;
      bottom: 10px;
  }

  .cookie-consent .cookie-buttons {
      flex-direction: column;
  }
}


















.header-logo {
  padding: 20px 60px 20px 0;
}

.header-logo img{
  width: 200px;
}

.sticky-wrapper.sticky .header-logo {
  padding: 20px 90px 20px 0;
}
.sticky-wrapper.sticky .header-logo img{
  width: 180px;
}


.header-layout4 .header-logo .logo-bg {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 2px, rgba(0, 0, 0, 0.07) 0px 2px 4px, rgba(0, 0, 0, 0.07) 0px 4px 8px, rgba(0, 0, 0, 0.07) 0px 8px 16px, rgba(0, 0, 0, 0.07) 0px 16px 32px, rgba(0, 0, 0, 0.07) 0px 32px 64px;
}


.header-layout4 .main-menu {
  margin-left: 0;
}
.main-menu > ul > li > a {
  padding: 0;
  border-bottom: 2px dashed;
}





.btn-yeni1 {
    display: inline-block;
    line-height: 30px;
    font-size: 15px;
    color: #000000;
    text-align: center;
    border-radius: 0;
    border: 1px solid #d8dde1;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    position: relative;
    padding: 0 5px;
    border-radius: 10px;
    font-weight: bold;
}

.feature-list a{
  display: contents;
}
.feature-list .box-icon {
    background-color: transparent;
}

.th-btn2{
  border: 1px solid #2b365b;
  padding: 10px 15px;
  color: #000;
  border-radius: 10px;
}
.th-btn2:hover {
  background: #3ba8d9;
  color: #fff;
  border-color: #3ba8d9;
}
.about-info {
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
    border-radius: 50px 0px 0px 0px;
    background-color: var(--white-color);
    max-width: 220px;
    width: 100%;
    padding: 25px 10px;
    text-align: center;
}
.img-box1 .img1 img {
    width: 100%;
    border-radius: 10px;
}
.sub-title img {
    margin: -7px 10px 0 0;
    width: 30px;
}
.title-area.title-area-custom1 {
    margin-bottom: calc(var(--section-title-space) - 11px);
    position: relative;
    z-index: 2;
    background: rgb(225 225 225 / 90%);
    border-radius: 20px;
}
.card-birimler.blog-box {
    border-radius: 20px;
    padding: 20px;
    background-color: var(--white-color);
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.04);
}
.card-birimler.blog-box .box-title {
    margin-bottom: 5px;
    font-weight: 500;
}
.card-birimler.blog-box .box-text {
    margin-bottom: 10px;
    color: #000;
    font-size: 12px;
}
.orta-logo img{
  width: 200px;
  background: #ffffff;
  padding: 20px;
  border-radius: 10%;
}

.list-sss .box-icon img{
  width: 50px;
}
.list-sss .service-list{
    background-color: var(--smoke-color2);
    border-radius: 30px;
    height: 380px;
    text-align: center;
    cursor: pointer;
    position: relative;
}
.list-sss .service-list .box-title-wrap .box-title {
    transform: rotate(270deg);
    font-size: 22px;
    width: 310px;
    height: 90px;
    margin: 0px 0px 0px 0px;
    padding: 10px 10px;
    position: absolute;
    top: 47%;
    left: -27%;
}
.list-sss .service-list .box-icon {
    padding: 10px 40px;
}
.list-sss .service-list .box-content {
    padding: 20px 20px 20px 20px;
}

.dropdown-menu {
  padding: 8px 5px !important;
}


.footer-wrapper .info-box_link {
  color: #ffffff;
}

.subscribe-form{}
.subscribe-form p{}
.subscribe-form p i{}




/* LIGHTBOX */
.magnific-img img {
    width: 100%;
    height: auto;
}
.mfp-bottom-bar,*{
   font-family: 'Abel', sans-serif;
}
.magnific-img {
    display: inline-block;
    width: 32.3%;
}
a.image-popup-vertical-fit {
    cursor: -webkit-zoom-in;
}
.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  /* ideally, transition speed should match zoom duration */
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.mfp-with-zoom.mfp-ready .mfp-container {
    opacity: 1;
}
.mfp-with-zoom.mfp-ready.mfp-bg {
    opacity: 0.98;
}
.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}
.mfp-arrow-left:before {
    border-right: none !important;
}
.mfp-arrow-right:before {
    border-left: none !important;
}
button.mfp-arrow, .mfp-counter {
    opacity: 0 !important;
    transition: opacity 200ms ease-in, opacity 2000ms ease-out;
}
.mfp-container:hover button.mfp-arrow, .mfp-container:hover .mfp-counter{
	opacity: 1 !important;
}
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }
.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }
.mfp-align-top .mfp-container:before {
  display: none; }
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }
.mfp-ajax-cur {
  cursor: progress; }
.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }
.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }
.mfp-auto-cursor .mfp-content {
  cursor: auto; }
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }
.mfp-loading.mfp-figure {
  display: none; }
.mfp-hide {
  display: none !important; }
.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }
.mfp-s-ready .mfp-preloader {
  display: none; }
.mfp-s-error .mfp-content {
  display: none; }
button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }
button::-moz-focus-inner {
  padding: 0;
  border: 0; }
.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover,
  .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }
.mfp-close-btn-in .mfp-close {
  color: #333; }
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }
.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before,
  .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }
.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }
.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }
/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }
/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }
.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }
.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }
.mfp-image-holder .mfp-content {
  max-width: 100%; }
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }




/* Button Animate */
.custom-btn {
  color: #fff;
  font-weight: bold;
  background: transparent;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  display: inline-block;
  outline: none;
}
.btn-animate1 {
  border: none;
  background: rgb(195 0 0);
  background: linear-gradient(0deg, rgb(195 0 0) 0%, rgb(255 0 0) 100%);
  color: #fff;
  overflow: hidden;
}
.btn-animate1:hover {
  text-decoration: none;
  color: #fff;
}
.btn-animate1:before {
  position: absolute;
  content: '';
  display: inline-block;
  top: -180px;
  left: 0;
  width: 30px;
  height: 100%;
  background-color: #fff;
  animation: shiny-btn1 3s ease-in-out infinite;
}
.btn-animate1:hover{
  opacity: .7;
}
.btn-animate1:active{
  box-shadow:  4px 4px 6px 0 rgba(255,255,255,.3),
              -4px -4px 6px 0 rgba(116, 125, 136, .2),
    inset -4px -4px 6px 0 rgba(255,255,255,.2),
    inset 4px 4px 6px 0 rgba(0, 0, 0, .2);
}
@-webkit-keyframes shiny-btn1 {
    0% { -webkit-transform: scale(0) rotate(45deg); opacity: 0; }
    80% { -webkit-transform: scale(0) rotate(45deg); opacity: 0.5; }
    81% { -webkit-transform: scale(4) rotate(45deg); opacity: 1; }
    100% { -webkit-transform: scale(50) rotate(45deg); opacity: 0; }
}



/* Gray Scale */
.vs-brand1 img {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.vs-brand1:hover img {
	-webkit-filter: grayscale(0);
	filter: grayscale(0);
}



.kurul-item{
  background: #f3f3f3;
  padding: 10px;
  border-radius: 10px;
}
.kurul-item .kurul-name{
  text-align: center;
  height: 150px;
}
.kurul-item .kurul-name.kurul-first{
  text-align: center;
  height: 80px;
}
.kurul-item .kurul-name h3{
  font-size: 22px;
}
.kurul-item .kurul-name h5{
  font-size: 18px;
  font-weight: bold;
}
.kurul-item .kurul-name small{
}
.kurul-item .kurul-name .gorev_gizle{
  display: none;
}

.kurul-item .kurul-desc{
  display: none;
}
.kurul-item .kurul-desc p{}


.post-item-description h2{
  font-size: 18px;
}

.blog-posts .post-item{
  padding: 0 !important;
}


.iletisim-bilgileri-ul{
  list-style: none;
  padding: 0;
  margin: 0;
}
.iletisim-bilgileri-ul li{
  border: 2px dashed;
  padding: 10px 10px;
  border-radius: 10px;
  margin-bottom: 10px;
}
.iletisim-bilgileri-ul li h4{
  margin: 0;
  font-size: 22px;
}
.iletisim-bilgileri-ul li h3{
  margin: 0;
}
.iletisim-bilgileri-ul li h3 a{
  font-size: 20px;
}
.iletisim-bilgileri-ul li h3 i{
  color: #000;
}

.trwpwhatsappballon {
    font-size: 14px;
    border-radius: 12px;
    border: 1px solid #fff;
    max-width: 250px;
    display: none;
}
.trwpwhatsapptitle {
    background-color: #22c15e;
    color: white;
    padding: 14px;
    border-radius: 12px 12px 0px 0px;
    text-align: center;
}
.trwpwhatsappmessage {
    padding: 16px 12px;
    background-color: white;
}
.trwpwhatsappinput {
    position: relative;
    background-color: white;
    border-radius: 0px 0px 12px 12px;
}
.trwpwhatsappinput input {
    width: 206px;
    border-radius: 10px;
    margin: 1px 1px 0px 10px;
    padding:10px;
    font-family: "Raleway", Arial, sans-serif;
    font-weight: 300;
    font-size: 13px;
    background-color: #efefef;
    border: 1px solid #d4d4d4;
}
.trwpwhatsappbutton {
    background-color: #22c15e;
    border-radius: 20px;
    padding: 8px 15px;
    cursor: pointer;
    color: #fff;
    max-width: 220px;
    margin-top: 10px;
    margin-bottom: 10px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.trwpwhatsappall {
    position: fixed;
    z-index: 9999999999999999999;
    bottom: 100px;
    right: 10px;
    font-family: "Raleway", Arial, sans-serif;
    font-weight: 300;
    font-size: 15px;
}
.trwpwhatsappsendbutton {
    color: #22c15e;
    cursor:pointer;
}
.trwpwhatsappsendbutton i{
    position: absolute;
    right: 10px;
}
.trwpwhatsappall button {border: none;}
.trwpwhatsappall button i {
    float: right;
    position: absolute;
    z-index: 999999999999;
    right: 10px;
    bottom: 15px;
    font-size: 18px !important;
    color: #000;
}
.trwpwhatsappall .kapat {
    position: absolute;
    right: 8px;
    top: 6px;
    font-size: 13px;
    border: 1px solid #fff;
    border-radius: 99px;
    padding: 2px 5px 2px 5px;
    color: white;
    font-size: 10px;
    cursor: pointer;
}


.btn_whatsapp {
    position: fixed;
    bottom: 20px;
    width: 60px;
    right: 90px;
}

@media (max-width: 768px){
  .mobilGizle{
    display: none !important;
  }
  .mobilPadding0{
    padding-top: 0;
  }
    .slideshow-prev,
    .slideshow-next{
        display: none !important;
    }

  #slider {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding: 0;
    background-color: #fff;
    z-index: 1;
    clip-path: polygon(0 0, 100% 0, 100% 93%, 60% 93%, 50% 100%, 40% 93%, 0 93%);
  }

  .header-layout4 .header-logo > a {
    margin-top: -7px;
    padding: 0 10px 0 0;
  }
  .header-logo img {
    width: 150px;
  }

  .header-layout4 .sticky-wrapper.sticky .header-logo img {
    width: 90px;
  }
  .header-layout4 .sticky-wrapper.sticky .header-logo > a {
    margin-top: -7px !important;
  }

  .btn-yeni1 {
      line-height: 24px;
      font-size: 12px;
      padding: 0 5px;
      border-radius: 10px;
  }
  .icon-btn {
    display: inline-block;
    width: var(--btn-size, 36px);
    height: var(--btn-size, 36px);
    line-height: var(--btn-size, 36px);
    font-size: var(--btn-font-size, 15px);
    background-color: var(--icon-bg, #fff);
    color: var(--title-color);
    text-align: center;
    border-radius: 0;
    border: 1px solid var(--th-border-color);
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    position: relative;
  }

  .th-menu-toggle {
    width: 36px;
    height: 36px;
    padding: 0;
    font-size: 15px;
    border: none;
    background-color: var(--theme-color);
    color: var(--white-color);
    display: inline-block;
    border-radius: 5px;
  }

  .list-sss .service-list .box-title-wrap .box-title {
    transform: rotate(0deg);
    font-size: 22px;
    width: 310px;
    height: 90px;
    margin: 0px 0px 0px 0px;
    padding: 10px 10px;
    position: absolute;
    top: 10%;
    left: 100px;
  }



}

@media (min-width: 768px) and (max-width: 990px) {
  .header-layout4 .header-logo > a {
    margin-top: -7px;
    padding: 0 10px 0 0;
  }
  .header-logo img {
    width: 180px;
  }

}

@media (min-width: 990px) and (max-width: 1400px) {
  .inspiro-slider {
    height: 500px !important;
  }

}

@media (min-width: 1200px) and (max-width: 1300px) {
  .main-menu a {
    font-size: 13px;
  }
}


@media (min-width: 990px) and (max-width: 1200px) {
  .header-logo img{
    width: 160px;
  }
  .header-layout4 .header-logo > a {
    margin-top: 0px;
    padding: 0 10px 0 0;
  }
  .main-menu a {
    font-size: 11px;
  }
  .main-menu > ul > li {
    margin: 0 5px;
  }

  .btn-yeni1 {
    line-height: 30px;
    font-size: 15px;
    padding: 0 5px;
    border-radius: 10px;
  }
  .icon-btn {
    display: inline-block;
    width: var(--btn-size, 36px);
    height: var(--btn-size, 36px);
    line-height: var(--btn-size, 36px);
    font-size: var(--btn-font-size, 15px);
    background-color: var(--icon-bg, #fff);
    color: var(--title-color);
    text-align: center;
    border-radius: 0;
    border: 1px solid var(--th-border-color);
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    position: relative;
  }


}

@media (min-width: 1200px) and (max-width: 1330px) {
  .main-menu > ul > li {
    margin: 0 10px !important;
  }
}






/* 320 - 480 */
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
  .mobilGizle{
    display: none !important;
  }

}
/* 475 - 768 */
@media only screen and (min-device-width : 475px) and (max-device-width : 768px) {
  .mobilGizle{
    display: none !important;
  }



}
/* 765 - 990 */
@media only screen and (min-device-width : 765px) and (max-device-width : 990px) {


}
/* 990 - 1300 */
@media only screen and (min-device-width : 990px) and (max-device-width : 1300px) {

}
