﻿.search-desktop.search-trigger,
.search-mobile.search-trigger {
  display: none !important;
}

.indexCarousel {
  width: 100%;
}

.indexCarousel > a {
  position: absolute;
  left: 80px;
  bottom: 30px;
  z-index: 2;
  display: flex;
  gap: 8px;
  align-items: center;
  padding: 1rem 2rem;
  background: #1f4565;
  color: white;
  border-radius: 9999px;
}

@media (max-width: 767px) {
  .indexCarousel > a {
    left: 20px;
    bottom: 15px;
  }
}

.indexCarousel > a i {
  font-size: 24px;
}

.indexCarousel .carousel-inner {
  position: relative;
}

/* --slide-image / --slide-image-mobile anasayfa hero eklentisinden satır içi gelir. */
.indexCarousel .item {
  position: relative;
  height: 74svh;
  width: 100%;
  background-size: cover;
  background-image: var(--slide-image);
}

@media (max-width: 767px) {
  .indexCarousel .item {
    background-image: var(--slide-image-mobile, var(--slide-image));
  }
}

.indexCarousel .item .container p {
  font-size: 82px;
  color: #f14464;
  line-height: 1;
  letter-spacing: -0.02em;
  font-weight: 800;
  text-align: right;
  text-shadow: initial;
}

.indexCarousel .item p span {
  font-family: "Beauty-Signatures";
  font-size: 130px;
  font-weight: 300;
  display: block;
  color: white;
  transform: rotate(-8deg);
  transform-origin: right top;
}

.indexCarousel .carousel-caption {
  position: relative;
  height: 70svh;
  width: 100%;
  right: auto;
  left: auto;
}

.indexCarousel .carousel-caption p {
  position: absolute;
  right: 0;
  width: auto;
  text-align: right;
  top: 45% !important;
  bottom: auto !important;
  z-index: 1;
}

.indexCarousel .carousel-indicators {
  position: absolute;
  right: 0%;
  left: auto;
  z-index: 15;
  width: 100%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
  bottom: 35px !important;
  text-align: right;
  z-index: 1;
}

.carousel-indicators .swiper-pagination-bullet {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  border: 1px solid #fff;
  border-radius: 10px;
  background-color: transparent;
  opacity: inherit;
}

.carousel-indicators .swiper-pagination-bullet {
  border: 1px solid #20bfc0;
}

.carousel-indicators .swiper-pagination-bullet-active {
  width: 14px;
  height: 14px;
  background-color: #20bfc0;
  vertical-align: -1px;
}

.online-menu.mobil {
  margin: initial;
}

.online-menu.mobil .dropdown-menu {
  width: 100%;
  position: relative;
}

.doctor-find {
  background-color: #8a2828;
  padding: 45px 35px 0px 0;
  height: 130px;
  position: relative;
  display: inline-block;
  width: calc(100% - 315px);
  line-height: 1;
}

.doctor-find:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  bottom: 0;
  left: -367px;
  width: 367px;
  background-color: #8a2828;
}

.doctor-find input {
  background-color: transparent;
  width: 100%;
  border: initial;
  color: white;
  font-size: 30px;
  font-weight: 200;
  padding-bottom: 18px;
  border-bottom: 1px solid;
  letter-spacing: -0.02em;
}

.doctor-find input::-webkit-input-placeholder {
  color: white;
  font-size: 30px;
  font-weight: 200;
}

.doctor-find input::-moz-placeholder {
  color: white;
  font-size: 30px;
  font-weight: 200;
}

.doctor-find input:-ms-input-placeholder {
  color: white;
  font-size: 30px;
  font-weight: 200;
}

.doctor-find input:-moz-placeholder {
  color: white;
  font-size: 30px;
  font-weight: 200;
}

.doctor-find i {
  position: absolute;
  right: 35px;
  font-size: 35px;
  top: 45px;
  color: white;
}

.doctor-button {
  background-color: #962727;
  color: white;
  font-size: 30px;
  font-weight: 800;
  display: inline-block;
  float: right;
  width: 315px;
  height: 130px;
  line-height: 130px;
  padding-left: 25px;
  padding-top: 7px;
  -webkit-box-shadow: inset 0px 2px 3px 0px rgba(147, 34, 34, 1);
  -moz-box-shadow: inset 0px 2px 3px 0px rgba(147, 34, 34, 1);
  box-shadow: inset 0px 2px 3px 0px rgba(147, 34, 34, 1);
}

.doctor-button span {
  font-weight: 200;
}

.doctor-button i {
  vertical-align: -20px;
  font-size: 64px;
  margin-left: 15px;
}

.doctor-button:hover,
.doctor-button:focus {
  color: white;
}

.carousel-all {
  position: relative;
}

.search-content {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 65px;
  height: 200px;
  z-index: 1;
}

@media (max-width: 767px) {
  .search-content {
    display: none;
  }

  .search-mobile.search-trigger {
    display: block !important;
  }
}

.search-content span {
  background: url("/uploads/Content/images/search.png?v=02");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.search-content span i {
  font-size: 28px;
  color: white;
}

@media (max-width: 991px) {
  .search-content {
    width: 40px;
    height: 200px;
  }

  .search-content span i {
    font-size: 22px;
  }
}
/*
@media (max-width:480px) {
    .search-content {
        top: 60px;
    }
}*/

.carousel-fade .carousel-inner .item {
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  opacity: 0;
}

.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}

.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.carousel-fade .carousel-control {
  z-index: 2;
}

/* Carousel */
.news-carousel {
  position: absolute;
  bottom: 0;
  z-index: 5;
  width: 100%;
}

.fl-right {
  float: right;
}

.news-carousel .item {
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
}

.news-carousel .item .img-wrapper {
  height: 250px;
  margin: 0 -15px 0 0;
  overflow: hidden;
  position: relative;
}

.news-carousel .item .img-wrapper img {
  left: 0;
  position: absolute;
  top: 0;
  width: 434px;
}

.news-carousel .item .carousel-caption {
  background: #20bfc0;
  color: white;
  font-size: 14px;
  font-weight: 200;
  height: 250px;
  margin: 0 0 0 -16px;
  padding: 40px 30px 30px;
  position: static;
  text-align: left;
  text-shadow: none;
}

.news-carousel .col-left {
  display: inline-block;
}

.news-carousel .col-right {
  display: inline-block;
}

.news-carousel > span {
  position: absolute;
  left: 48%;
  transform: translateX(-55%);
  bottom: 0;
  background: #20bfc0;
  font-size: 23px;
  width: 58px;
  color: white;
  display: block;
  height: 48px;
  text-align: center;
  line-height: 55px;
  z-index: 5;
}

.news-carousel > span + span {
  bottom: 48px;
  background-color: #179fa0;
}

.news-carousel .item .carousel-caption h2 {
  padding: 0 0 30px;
  font-size: 30px;
  color: white;
  font-weight: 800;
}

.news-carousel .item .carousel-caption h2 span {
  font-weight: 200;
}

.hospiltal-text {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  /*text-align: right;*/
  color: #0a666e;
  font-size: 14px;
  font-weight: 200;
  padding-top: 25px;
  position: relative;
  /*padding-bottom:10px;*/
}

.hospiltal-text > * {
  flex: 1;
  width: 100% !important;
}

.hospiltal-text img {
  float: right;
}

.hospiltal-text h3 {
  font-size: 48px;
  margin: 0 0 30px;
  color: #083a3e;
  font-weight: 600;
}

.hospiltal-text p {
  font-size: 14px;
  color: #083a3e;
  font-family: "Montserrat-Medium";
  margin-bottom: 20px;
  line-height: 25px;
}

.hospiltal-text > div {
  /*position: absolute;*/
  left: 0;
  /*top: 70px;*/
  width: 45%;
}

.hospiltal-text > div a {
  font-size: 18px;
  color: #202a4b;
  font-family: "Montserrat-Medium";
}

.hospiltal-text > div a i {
  font-size: 14px;
}

.doctors {
  position: relative;
}

.doctors .head {
  position: relative;
  background-color: #2d5b83;
  height: 133px;
  padding-left: 40px;
}

.doctors .head .head-text {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  width: calc(100% - 250px);
  color: white;
}

.doctors .head .head-text .title {
  display: flex;
  align-items: center;
  gap: 10px;
}

.doctors .head .head-text .title i {
  font-size: 50px;
  line-height: 0;
}

.doctors .head .head-text p {
  font-size: 30px;
  margin: 0;
  font-weight: 600;
}

.doctors .head .head-text a {
  font-size: 18px;
  color: white;
  margin-top: 20px;
}

.doctors .swiper-slide {
  height: auto;
}

.doctors .swiper-slide .item-top {
  height: 100%;
  display: grid;
  grid-template-rows: auto 1fr;
}

.doctors .swiper-slide .item-top .doctor-caption {
  display: grid;
  grid-template-rows: 1fr auto;
  background: #f8f8f8;
}

.doctors .owl-nav [class*="owl-"] i.mobile {
  display: none;
  font-size: 38px;
}

@media (max-width: 767px) {
  .doctors .head .head-text {
    width: calc(100% - 180px);
  }

  .doctors .slider-wrapper {
    padding-inline: 15px;
  }

  .doctors .head .head-text .title i {
    font-size: 32px;
  }

  .doctors .head .head-text p {
    font-size: 24px;
  }

  .doctors .head .head-text a {
    font-size: 14px;
  }

  .doctors .owl-item .item {
    /*padding-inline: 5rem;*/
    padding-top: 1.5rem;
  }
}

.doctors .owl-item .item img {
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}

@media (max-width: 599px) {
  .doctors .owl-carousel {
    padding-top: 0 !important;
  }
}

@media (max-width: 540px) {
  .doctors .head .head-text {
    width: 100%;
    padding-right: 20px;
  }

  .doctors .swiper-slide .item-top {
    padding-bottom: 0;
  }

  .doctors .head .head-text .title i {
    font-size: 28px;
  }

  .doctors .head .head-text p {
    font-size: 20px;
  }

  .doctors .head .head-text a {
    font-size: 13px;
    margin: 0 !important;
  }

  .doctors .owl-nav {
    top: -10px !important;
    position: initial !important;
    justify-content: center;
    margin-top: 40px;
    gap: 10px;
  }

  .doctors .owl-nav [class*="owl-"] {
    background: none !important;
    width: auto !important;
    height: auto !important;
  }

  .doctors .owl-nav [class*="owl-"] i {
    color: #1f4565;
    font-size: 30px;
  }

  .doctors .owl-nav [class*="owl-"] i.desktop {
    display: none;
  }

  .doctors .owl-nav [class*="owl-"] i.mobile {
    display: initial;
  }
  /*.doctors .owl-carousel {
        padding: 105px 0px !important;
    }*/
  .doctors .owl-carousel .owl-item {
    padding-inline: 30px;
  }
}

.doctors .slider-wrapper .owl-nav.mobile {
  display: none !important;
  position: absolute !important;
  transform: translateY(-50%);
  top: 50% !important;
  margin: 0;
  z-index: 2;
}

.doctors .slider-wrapper .owl-nav.mobile:has(.owl-next) {
  right: 10px;
}

.doctors .slider-wrapper .owl-nav.mobile:has(.owl-prev) {
  left: 10px;
}

.doctors .slider-wrapper .owl-nav.mobile > * {
  background: none;
  color: #1f4565;
  font-size: 24px;
}

@media (max-width: 474px) {
  /*.doctors .slider-wrapper {
        display: flex;
        align-items: center;
        gap: 12px;
    }*/
  .doctors .slider-wrapper .owl-nav.mobile {
    display: initial !important;
  }

  /*.doctors .slider-wrapper .owl-nav.desktop {
            display: none !important;
        }*/
}

@media (max-width: 340px) {
  .doctors .head .head-text a {
    /*font-size:5px;*/
    position: absolute;
    bottom: -20px;
    right: 0;
  }
}

.doctors .head:before {
  content: url("../../Content/images/doctor-before.png");
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  left: -367px;
  width: 367px;
}

.doctors .head:after {
  content: url("../../Content/images/doctor-after.png");
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 367px;
  right: -367px;
}

.doctors .owl-nav {
  position: absolute;
  top: -133px;
  right: 0;
  display: flex;
}

.doctors .owl-carousel {
  padding: 35px 0;
}

.doctors .slider-wrapper {
  position: relative;
  padding-block: 35px;
}

.doctors .owl-nav [class*="owl-"] {
  color: #fff;
  margin: 0;
  padding: 0;
  background: #1f4565;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border-radius: initial;
  height: 133px;
  line-height: 140px;
  width: 115px;
  font-size: 37px;
  opacity: 1;
}

.doctors .owl-nav [class*="owl-"] i {
  vertical-align: middle;
  position: relative;
  top: 5px;
}

.item-top {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  overflow: hidden;
  position: relative;
  padding-bottom: 60px;
}

.item-top img {
  width: 100%;
}

@media (max-width: 474px) {
  .doctors .item-top img {
    max-height: 380px;
    object-fit: cover;
    object-position: center top;
  }
}

.item-top .meeting {
  /*position: absolute;*/
  bottom: 0;
  width: 100%;
  background: #1f4565;
  font-size: 15px;
  color: white;
  font-weight: 800;
  text-align: center;
  border-end-start-radius: 10px;
  border-end-end-radius: 10px;
}

.item-top > div:last-child {
  display: flex;
}

.item-top > div:last-child > * {
  flex: 1;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-block: 20px;
  border-radius: 0;
  text-align: center;
}

@media (max-width: 991px) {
  .item-top > div:last-child > * {
    font-size: 13px;
  }
}

.item-top > div:last-child > *:first-child {
  background: #1f4565;
  border-bottom-left-radius: 10px;
}

.item-top > div:last-child > *:last-child {
  background: #f14464;
  border-bottom-right-radius: 10px;
}

.doctor-caption {
  padding: 25px 15px 15px;
  background-color: white;
  color: #5a5a5a;
  font-size: 14px;
  -webkit-box-shadow: 0px 0px 21px 0px rgba(12, 51, 92, 0.04);
  -moz-box-shadow: 0px 0px 21px 0px rgba(12, 51, 92, 0.04);
  box-shadow: 0px 0px 21px 0px rgba(12, 51, 92, 0.04);
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.doctor-caption a {
  color: #5a5a5a;
  font-size: 15px;
  font-weight: 800;
  display: flex;
  align-items: center;
  gap: 5px;
}

/*.doctor-caption a:after {
            content: "\e905";
            font-family: "icomoon";
            margin-top: .7px;
            font-size: 13px;
        }*/

.doctor-caption h3 {
  font-weight: 800;
  line-height: 1;
  font-size: 19px;
  margin: 0 0 5px;
}

.doctor-caption span {
  margin: 0 0 20px;
  display: block;
  line-height: 1;
}

.news-anchors {
  background-color: #2d5b83;
  min-height: 90px;
  overflow: hidden;
}

.news-anchors .navbar {
  margin: 0px;
  border: 0px;
  border-radius: 0px;
  background-color: transparent;
}

.news-anchors .navbar-nav {
  display: inline-block;
  float: none;
  vertical-align: top;
  z-index: 1;
  position: relative;
}

@media (max-width: 767px) {
  .news-anchors .navbar-nav {
    display: flex;
    justify-content: center;
  }

  .news-anchors .navbar-nav li a {
    font-size: 12px !important;
  }
}

@media (max-width: 540px) {
  .news-anchors .navbar-nav {
    display: flex;
    justify-content: center;
  }

  .news-anchors .navbar-nav li a {
    font-size: 10px !important;
    padding: 7px 10px !important;
  }
}

.news-anchors .navbar-collapse {
  text-align: center;
  padding-top: 40px;
  border: 0px;
  box-shadow: none;
}

.news-anchors .navbar-default .navbar-nav > li > a {
  color: white;
  font-size: 23px;
  margin: 0 55px 20px;
  font-weight: 500;
  cursor: pointer;
}

.news-anchors .navbar-default .navbar-nav > li:first-child > a {
  margin-left: 0;
}

.news-anchors .navbar-default .navbar-nav > li:last-child > a {
  margin-right: 0;
}

.news-anchors .navbar-default .navbar-nav > li > a:hover,
.news-anchors .navbar-default .navbar-nav > li > a:focus {
  color: white;
}

.news-anchors-active {
  width: 145px;
  height: 11px;
  position: absolute;
  border-start-start-radius: 5px;
  border-start-end-radius: 5px;
  left: 0;
  right: 0;
  opacity: 0;
  background-color: white;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  cursor: pointer;
  z-index: 0;
}

.anchors-bg {
  background-color: #f9f9f9;
}

body > .anchors-bg {
  padding-top: 20px;
}

.tab-menu-content {
  margin-top: 50px;
}

.tab-menu-content .anchors-inner {
  display: none;
}

.anchors-inner {
  padding: 40px 0;
}

.tab-menu-content .active {
  display: block;
}

.anchors-inner > .row > h4 {
  font-size: 38px;
  font-weight: 800;
  text-align: center;
  color: #083a3e;
  margin: 0 0 20px;
}

.anchors-inner > .row > p {
  font-size: 20px;
  font-weight: 400;
  text-align: center;
  color: #083a3e;
  margin: 0 auto 35px;
  line-height: 1.3;
}

#anchors-carousel .carousel-inner .item,
#anchors-carousel-2 .carousel-inner .item,
#anchors-carousel-3 .carousel-inner .item {
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
}

#anchors-carousel .carousel-inner .item .img-wrapper,
#anchors-carousel-2 .carousel-inner .item .img-wrapper,
#anchors-carousel-3 .carousel-inner .item .img-wrapper {
  height: 432px;
  margin: 0 -30px 0 0;
  overflow: hidden;
  position: relative;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}

#anchors-carousel .carousel-inner .item .img-wrapper img,
#anchors-carousel-2 .carousel-inner .item .img-wrapper img,
#anchors-carousel-3 .carousel-inner .item .img-wrapper img {
  width: 100%;
}

#anchors-carousel .carousel-inner .item .carousel-caption,
#anchors-carousel-2 .carousel-inner .item .carousel-caption,
#anchors-carousel-3 .carousel-inner .item .carousel-caption {
  background: #fc696d;
  color: white;
  font-size: 15px;
  font-weight: 400;
  height: 432px;
  margin: 0;
  padding: 90px 60px;
  position: static;
  text-align: right;
  text-shadow: none;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

#anchors-carousel .carousel-inner .item .carousel-caption h5,
#anchors-carousel-2 .carousel-inner .item .carousel-caption h5,
#anchors-carousel-3 .carousel-inner .item .carousel-caption h5 {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 800;
  line-height: 1;
  margin: 0 0 35px;
  text-shadow: initial;
}

#anchors-carousel .carousel-inner .item .carousel-caption p,
#anchors-carousel-2 .carousel-inner .item .carousel-caption p,
#anchors-carousel-3 .carousel-inner .item .carousel-caption p {
  font-size: 15px;
  margin-bottom: 15px;
}

#anchors-carousel .carousel-inner .item .carousel-caption .link,
#anchors-carousel-2 .carousel-inner .item .carousel-caption .link,
#anchors-carousel-3 .carousel-inner .item .carousel-caption .link {
  display: flex;
  align-items: center;
  justify-content: end;
  font-weight: 800;
  gap: 5px;
}

#anchors-carousel .carousel-indicators,
#anchors-carousel-2 .carousel-indicators,
#anchors-carousel-3 .carousel-indicators {
  left: 100%;
  bottom: 50px;
  width: 80px;
  margin-left: -130px;
}

#anchors-carousel .carousel-indicators .active,
#anchors-carousel-2 .carousel-indicators .active,
#anchors-carousel-3 .carousel-indicators .active {
  width: 21px;
  height: 21px;
  vertical-align: -2px;
  background-color: #fff;
}

#anchors-carousel .carousel-indicators li,
#anchors-carousel-2 .carousel-indicators li,
#anchors-carousel-3 .carousel-indicators li {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 10px;
  /*-webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out*/
}

.help-nav-container,
.video-nav-container {
  width: 100%;
  margin-top: 40px;
  position: relative;
  min-height: 22px;
}

.help-nav-container > div,
.video-nav-container > div {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.help-nav-container span {
  font-size: 38px;
  color: #254f73;
  line-height: 0;
}

.help-nav-container .all-btn {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  font-size: 16px;
  color: #254f73;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}

.video-nav-container span {
  font-size: 20px;
  color: #083a3e;
  line-height: 0;
}

.video-nav-container .all-btn {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  font-size: 16px;
  color: #083a3e;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  font-weight: 600;
}

/*.video-nav-container:has(.swiper-button-disabled) .all-btn {
        transform:translateY(-100%);
    }*/

.all-btn > i {
  line-height: 0;
}

@media (max-width: 767px) {
  .hospiltal-tab {
    padding-inline: 0 !important;
  }

  .help-nav-container .all-btn,
  .video-nav-container .all-btn {
    font-size: 14px;
  }

  .help-nav-container .all-btn {
    right: 10px;
  }
}

[data-row="1"] {
  height: 4ch;
}

[data-row="2"] {
  height: 4ch * 2;
}

[data-row="3"] {
  height: 4ch * 3;
}

[data-row="4"] {
  height: 4ch * 4;
}

.checkup img {
  width: 100%;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}

.checkup > div > div {
  background-color: #254f73;
  color: white;
  font-size: 13px;
  font-weight: 300;
  padding: 25px 0 0;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}

.checkup > div > div h5 {
  font-size: 23px;
  font-weight: 600;
  margin: 0 0 15px;
  padding: 0 18px;
}

.checkup div:has(h5) {
  height: 50px;
}

.checkup .checkup-title a {
  color: white;
}

.checkup > div > div p {
  padding: 0 18px;
  margin: 0 0 20px;
}

.checkup > div > div > div > a {
  font-size: 18px;
  font-weight: 600;
  color: white;
  text-align: center;
  width: 50%;
  float: left;
  display: inline-block;
  line-height: 50px;
  background-color: #f14464;
  border-bottom-left-radius: 6px;
}

.checkup > div > div a + a {
  float: initial;
  background-color: #d52344;
  border-bottom-left-radius: initial;
  border-bottom-right-radius: 6px;
}

.hospiltal-tab {
  padding: 0 20px;
  display: flex;
  gap: 100px;
}

.hospiltal-tab .nav {
  padding-right: 0;
}

.hospiltal-tab .tab-content {
  padding: 0;
}

@media (max-width: 767px) {
  .hospiltal-tab .nav {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    width: 100%;
  }

  .hospiltal-tab > ul > li.active {
    margin-right: 0 !important;
  }

  .hospiltal-tab > ul > li:first-child {
    grid-column: span 2;
  }

  .hospiltal-tab > ul > li a {
    padding: 8px 15px !important;
  }

  .hospiltal-tab > ul > li {
    align-self: center;
  }

  .hospiltal-tab .nav *::before,
  .hospiltal-tab .nav *::after {
    content: none;
  }
}

.hospiltal-tab > ul > li > a {
  font-size: 22px;
  font-weight: 800;
  color: #083a3e;
  text-align: right;
  min-width: 250px;
  padding: 18px 30px;
}

.hospiltal-tab > ul > li {
  margin-bottom: 10px;
}

.hospiltal-tab > ul > li.active {
  margin-right: -50px;
}

.hospiltal-tab > ul > li.active > a {
  background-color: white;
  border-radius: 66px;
  padding-right: 80px;
  -webkit-box-shadow: 0px 0px 21px 0px rgba(12, 51, 92, 0.04);
  -moz-box-shadow: 0px 0px 21px 0px rgba(12, 51, 92, 0.04);
  box-shadow: 0px 0px 21px 0px rgba(12, 51, 92, 0.04);
}

.hospiltal-tab > ul > li > a:hover,
.hospiltal-tab > ul > li > a:focus,
.hospiltal-tab > ul > li.active > a {
  background-color: white;
  border-radius: 66px;
  -webkit-box-shadow: 0px 0px 21px 0px rgba(12, 51, 92, 0.04);
  -moz-box-shadow: 0px 0px 21px 0px rgba(12, 51, 92, 0.04);
  box-shadow: 0px 0px 21px 0px rgba(12, 51, 92, 0.04);
}

.hospiltal-tab .tab-content > div > div {
  position: relative;
}

.hospiltal-tab .tab-content > div > div img {
  width: 100%;
  max-height: 170px;
  object-fit: cover;
}

.hospiltal-tab .tab-content > div > div figure {
  position: absolute;
  content: "";
  right: 0;
  left: 0;
  background-color: rgba(255, 105, 109, 0.6);
  top: 0;
  bottom: 0;
  border-top-right-radius: 6px;
  border-top-left-radius: 6px;
}

.hospiltal-tab .tab-inner {
  padding: 40px 40px 30px;
  color: #939393;
  font-size: 15px;
}

.hospiltal-tab .tab-inner h5 {
  line-height: 1;
  font-size: 25px;
  font-weight: 800;
  color: #939393;
  margin: 0 0 25px;
}

.hospiltal-tab .tab-inner > a {
  color: #ff696d;
  font-size: 15px;
  font-weight: 500;
  margin-top: 20px;
  display: block;
  line-height: 1;
}

.hospiltal-tab .tab-inner > a i {
  font-size: 13px;
  vertical-align: -2px;
  margin-left: 13px;
}

.height-min {
  min-height: auto;
}

.back-container-wrapper {
  position: relative;
}

.back-container-wrapper:before {
}

.back-container .bg-blue {
  background: #2d5b83;
  padding: 0;
  position: relative;
}

.back-container-wrapper:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  background: #f14464;
  width: 50%;
  z-index: -1;
}

.back-container-wrapper:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  bottom: 0;
  left: 0;
  width: 50%;
  height: 100%;
  background-color: #2d5b83;
  z-index: -1;
}

.back-container-wrapper > .extra-box {
  position: absolute;
  right: 40px;
  transform: translateY(-50%);
  top: 50%;
  z-index: 1;
  cursor: pointer;
}

@media (max-width: 1199px) {
  .back-container-wrapper > .extra-box {
    right: 10px;
  }
}

@media (max-width: 991px) {
  .back-container-wrapper > .extra-box {
    right: 0;
    top: -40%;
  }
}

@media (max-width: 540px) {
  .back-container-wrapper > .extra-box {
    display: none;
  }
}

@keyframes scroll {
  40% {
    transform: translateY(-50%);
  }

  80% {
    transform: translateY(0%);
  }
}

.back-container-wrapper > .extra-box i {
  font-size: 44px;
  color: white;
  display: block;
  position: relative;
  animation: scroll infinite ease 2.7s forwards;
  animation-delay: 5s;
}

.back-container .bg-blue .container {
  margin-right: 0;
  padding-right: 0;
}

.back-container .bg-blue .content ul {
  display: flex;
  color: white;
  margin: 0;
}

.back-container .bg-blue .content ul li {
  border-right: 1px solid rgba(23, 32, 64, 0.15);
  padding: 15px 25px;
  display: flex;
  width: 335px;
  gap: 10px;
  margin-block: 10px;
}

.back-container .bg-blue .content ul li:nth-child(3) {
  border-right: none;
}

.back-container .bg-blue .content ul li:last-child {
  border-right: none;
  background: #f14464;
  align-items: center;
  padding: 15px;
  padding-block: 0;
  margin-block: 0px;
}

.back-container .bg-blue .content ul li i {
  font-size: 38px;
  grid-area: icon;
}

.back-container .bg-blue .content ul li .content-text .title,
.back-container .bg-blue .content ul li .content-text p:first-of-type {
  font-size: 18px;
  font-weight: 900;
}

.back-container .bg-blue .content ul li .content-text a {
  color: white;
  font-size: 14px;
  background: none !important;
}

.back-container .bg-blue .content ul li .content-text a.title {
  font-size: 23px;
}

@media (max-width: 1500px) {
  .back-container .bg-blue .content ul li .content-text a.title {
    font-size: 20px;
  }
}

.back-container .bg-blue .content ul li .content-text {
  display: grid;
  grid-template-columns: 38px repeat(3, 1fr);
  grid-template-rows: auto 1fr;
  grid-template-areas:
    "icon title title title"
    "content content content content";
  gap: 12px;
  width: 100%;
}

.back-container .bg-blue .content ul li .content-text p:first-of-type {
  grid-area: title;
  /*align-self: end;*/
  margin: 0;
  margin-top: 12px;
  /*font-size: 16px;*/
}

.back-container .bg-blue .content ul li .content-text p:last-of-type {
  grid-area: content;
}

.back-container .bg-blue .content ul li:last-child .content-text p:last-child {
  grid-area: title;
}

@media (max-width: 991px) {
  .back-container .bg-blue .content ul {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    padding-top: 1rem;
  }

  .back-container .bg-blue .content ul li .content-text {
    display: flex;
    /*grid-template-columns: auto repeat(2,1fr);
            grid-template-areas: "icon title content";
            gap: 12px;*/
  }

  .back-container .bg-blue .content ul li .content-text p:first-of-type {
    grid-area: title;
    /*align-self: end;*/
    margin: 0;
    margin-top: 12px;
    /*font-size: 16px;*/
    font-weight: normal;
    margin: 0;
  }

  .back-container .bg-blue .content ul li .content-text p:last-of-type {
    grid-area: content;
    grid-column: span 3;
    align-items: center;
  }

  .back-container
    .bg-blue
    .content
    ul
    li:last-child
    .content-text
    p:last-child {
    grid-area: none;
  }

  .back-container .bg-blue .content ul li {
    /*border-right: none;*/
    /*position:relative;*/
    width: 100%;
    padding-block: 0;
    padding-inline: 15px;
    flex-direction: column;
  }

  .back-container .bg-blue .content ul li:last-child .content-text {
    grid-template-columns: auto 1fr;
    align-items: center;
    grid-template-areas: "icon content";
    padding-top: 0;
  }

  .back-container .bg-blue .content ul li:last-child .content-text p {
    margin-top: 5px;
  }

  .back-container
    .bg-blue
    .content
    ul
    li:last-child
    .content-text
    p:last-child {
    padding-block: 10px;
    grid-area: content;
  }
}

@media (max-width: 767px) {
  .back-container .bg-blue .content ul li .content-text {
    gap: 7px;
  }

  .back-container .bg-blue .content ul li i {
    font-size: 30px;
  }

  .back-container .bg-blue .content ul li:last-child .content-text p .title {
    font-size: 20px;
  }

  .back-container .bg-blue .content ul li:last-child .content-text i {
    font-size: 40px;
  }

  .back-container .bg-blue .content ul li .content-text p:first-of-type {
    font-size: 16px;
  }

  .back-container
    .bg-blue
    .content
    ul
    li
    .content-text
    p:last-of-type
    a:not(.title) {
    font-size: 13px !important;
  }

  .back-container .bg-blue .content ul li .content-text a.title {
    font-size: 18px;
  }

  .back-container .bg-blue .content ul li i {
    /*border-right: none;*/
    /*position:absolute;*/
    left: 0;
    top: 0;
    /*width: 100%;*/
  }

  .back-container .bg-blue .content ul li:last-child {
    padding: 15px 25px;
  }

  .back-container .bg-blue .content ul li:last-child p {
    margin-bottom: 0;
  }

  .band .title i {
    font-size: 40px;
  }

  .band .title h4 {
    font-size: 32px;
  }
}

@media (max-width: 359px) {
  /*.back-container .bg-blue .content ul {
        display: grid;
        grid-template-columns: repeat(1,1fr);
        padding-top: 1rem;
    }*/

  .band .title i {
    font-size: 32px;
  }

  .band .title h4 {
    font-size: 28px;
  }
}

.question-sections {
  padding: 50px 0;
}

.question-content > .row > h4 {
  font-size: 38px;
  font-weight: 800;
  text-align: center;
  color: #083a3e;
  margin: 0 0 35px;
}

.question-item {
  background: #fafafa;
  padding: 0 40px;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 10px;
}

.question-item .question-title {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 10px;
  align-items: center;
  font-size: 20px;
  font-weight: 800;
  color: #083a3e;
  position: relative;
  padding-block: 30px;
  cursor: pointer;
}

.question-item .question-title p {
  margin: 0;
}

.question-item .question-title i {
  font-size: 20px;
  /*position: absolute;*/
  right: 0;
  top: 50%;
  /*transform: translateY(-50%);*/
  color: #254f73;
  background: white;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: 0.3s ease;
}

.question-item .question-caption > * {
  font-size: 16px;
  font-weight: 500;
}

.question-item .question-caption {
  position: relative;
  padding-block: 25px;
  display: none;
}

.question-item .question-caption ul li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 10px;
}

.question-item .question-caption ul li:before {
  content: "\e91b";
  font-family: "icomoon";
  position: absolute;
  left: 0;
  top: 0;
  /*transform: translateY(-50%);*/
  color: #083a3e;
}

.question-item .question-caption:before {
  content: "";
  position: absolute;
  top: 0;
  left: -40%;
  width: 200vw;
  height: 1px;
  background-color: rgba(47, 27, 79, 0.08);
}

.question-active .question-title i {
  background: #254f73;
  color: white;
  transform: rotate(90deg);
}

.question-all-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  margin-top: 25px;
  font-size: 16px;
  font-weight: 600;
  color: #254f73;
}

@media (max-width: 767px) {
  .question-item .question-title {
    font-size: 17px;
  }

  .question-item .question-caption > * {
    font-size: 14px;
  }
}

@media (max-width: 1650px) {
  .indexCarousel .item .container p {
    font-size: 70px;
  }

  .indexCarousel .item .container span {
    font-size: 113px;
  }

  .indexCarousel .carousel-caption p {
    bottom: 265px;
  }

  .indexCarousel .carousel-indicators {
    bottom: 250px;
  }
}

@media (max-width: 1199px) {
  .indexCarousel .item .container p {
    font-size: 50px;
  }

  .indexCarousel .item .container span {
    font-size: 88px;
  }

  .indexCarousel .carousel-caption p {
    bottom: 205px;
  }

  .indexCarousel .carousel-indicators {
    bottom: 200px;
  }

  .news-carousel .item .img-wrapper img {
    width: 344px;
  }

  .news-carousel > span {
    left: 286px;
  }

  .news-carousel .item .carousel-caption {
    height: 197px;
    margin: 0px 0 0 -156px;
    padding: 30px 30px 30px;
    font-size: 13px;
  }

  .news-carousel .item .img-wrapper {
    height: 197px;
  }

  .news-carousel .item .carousel-caption h2 {
    padding: 0px 0 15px;
    font-size: 28px;
  }

  .doctor-find {
    padding: 30px 35px 0 0;
    height: 110px;
  }

  .doctor-button {
    height: 110px;
    line-height: 120px;
    padding-top: 0px;
  }

  .hospiltal-text img {
    width: 460px;
  }

  /*.hospiltal-text {
        padding-top: 60px;
    }*/

  .hospiltal-text > div {
    top: 66px;
    width: 600px;
  }

  .hospiltal-text h3 {
    font-size: 40px;
    margin: 0 0 15px;
  }

  .news-anchors .navbar-default .navbar-nav > li > a {
    font-size: 19px;
    margin: 0px 35px 15px;
  }

  #anchors-carousel .carousel-inner .item .img-wrapper,
  #anchors-carousel-2 .carousel-inner .item .img-wrapper,
  #anchors-carousel-3 .carousel-inner .item .img-wrapper {
    height: 358px;
    margin: 0 -30px 0 0;
  }

  #anchors-carousel .carousel-inner .item .carousel-caption,
  #anchors-carousel-2 .carousel-inner .item .carousel-caption,
  #anchors-carousel-3 .carousel-inner .item .carousel-caption {
    font-size: 13px;
    height: 358px;
    padding: 50px 40px;
  }

  #anchors-carousel .carousel-indicators li,
  #anchors-carousel-2 .carousel-indicators li,
  #anchors-carousel-3 .carousel-indicators li {
    width: 12px;
    height: 12px;
  }

  #anchors-carousel .carousel-indicators .active,
  #anchors-carousel-2 .carousel-indicators .active,
  #anchors-carousel-3 .carousel-indicators .active {
    width: 16px;
    height: 16px;
  }

  #anchors-carousel .carousel-indicators,
  #anchors-carousel-2 .carousel-indicators,
  #anchors-carousel-3 .carousel-indicators {
    bottom: 30px;
    margin-left: -110px;
  }

  #anchors-carousel .carousel-inner .item .carousel-caption h5,
  #anchors-carousel-2 .carousel-inner .item .carousel-caption h5,
  #anchors-carousel-3 .carousel-inner .item .carousel-caption h5 {
    font-size: 18px;
    margin: 0 0 25px;
  }

  .anchors-inner {
    padding: 60px 0;
  }

  .anchors-inner > .row > h4 {
    font-size: 30px;
    margin: 0 0 30px;
  }

  .question-content > .row > h4 {
    font-size: 30px;
    margin: 0 0 30px;
  }

  .anchors-inner > .row > p {
    font-size: 17px;
    margin: 0 auto 30px;
  }

  .checkup > div > div h5 {
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 10px;
    padding: 0 15px;
  }

  .checkup > div > div p {
    padding: 0 15px;
  }

  .checkup > div > div a {
    font-size: 15px;
  }

  .checkup > a {
    margin: 70px auto 0;
    font-size: 22px;
    padding: 20px 30px;
  }

  .hospiltal-tab > ul > li > a {
    font-size: 16px;
    min-width: 215px;
    padding: 15px 25px;
  }

  .hospiltal-tab .tab-inner {
    padding: 30px 30px 25px;
    font-size: 13px;
  }

  .hospiltal-tab .tab-inner h5 {
    font-size: 20px;
    margin: 0 0 15px;
  }

  .doctor-caption {
    padding: 25px 15px 15px;
    font-size: 12px;
  }

  .doctor-caption h3 {
    font-size: 14px;
  }
}

.doctors .head:before,
.doctors .head:after {
  content: none !important;
}

@media (max-width: 1024px) {
  .doctors .head:before,
  .doctors .head:after {
    display: none;
  }
}

@media (max-width: 991px) {
  .news-anchors-active {
    display: none;
  }

  .hospiltal-tab {
    flex-wrap: wrap;
    gap: 10px;
  }

  .hospiltal-tab .tab-content {
    width: 100%;
  }

  .news-carousel .item .img-wrapper img {
    width: 240px;
  }

  .news-carousel .item .carousel-caption {
    height: 138px;
    margin: 0px 0 0 -150px;
    padding: 15px;
    font-size: 11px;
  }

  .news-carousel .item .img-wrapper {
    height: 138px;
  }

  .news-carousel > span {
    left: 182px;
  }

  .news-carousel .item .carousel-caption h2 {
    padding: 0px 0 10px;
    font-size: 18px;
  }

  .hospiltal-text img {
    width: 460px;
    opacity: 0.2;
  }

  .news-anchors .navbar-collapse {
    padding-top: 30px;
  }

  .news-anchors .navbar-default .navbar-nav > li > a {
    font-size: 15px;
    margin: 0px 15px 10px;
  }

  #anchors-carousel .carousel-inner .item .img-wrapper,
  #anchors-carousel-2 .carousel-inner .item .img-wrapper,
  #anchors-carousel-3 .carousel-inner .item .img-wrapper {
    height: 277px;
  }

  #anchors-carousel .carousel-inner .item .carousel-caption,
  #anchors-carousel-2 .carousel-inner .item .carousel-caption,
  #anchors-carousel-3 .carousel-inner .item .carousel-caption {
    font-size: 11px;
    height: 278px;
    padding: 40px 30px;
  }

  #anchors-carousel .carousel-inner .item .carousel-caption h5,
  #anchors-carousel-2 .carousel-inner .item .carousel-caption h5,
  #anchors-carousel-3 .carousel-inner .item .carousel-caption h5 {
    font-size: 15px;
    margin: 0 0 20px;
  }

  .anchors-inner {
    padding: 40px 0;
  }

  .anchors-inner > .row > h4 {
    font-size: 27px;
    margin: 0px 0 27px;
  }

  .question-content > .row > h4 {
    font-size: 27px;
    margin: 0px 0 27px;
  }

  .anchors-inner > .row > p {
    font-size: 15px;
    margin: 0 auto 27px;
  }

  .checkup > div > div {
    font-size: 12px;
  }

  .checkup > div > div h5 {
    font-size: 13px;
  }

  .checkup > div > div a {
    font-size: 11px;
  }

  .checkup > a {
    font-size: 18px;
  }

  .hospiltal-tab > ul > li > a {
    font-size: 12px;
    min-width: 165px;
    padding: 15px 20px;
  }

  .hospiltal-tab .tab-inner h5 {
    font-size: 16px;
  }

  .hospiltal-tab .tab-inner {
    padding: 25px;
    font-size: 12px;
  }

  .doctor-caption {
    padding: 25px 15px 15px;
    font-size: 11px;
  }

  .doctor-caption h3 {
    font-size: 13px;
  }

  /*.indexCarousel .item .container p {
        font-size: 35px;
    }
    .indexCarousel .item .container span {
        font-size: 57px;
    }*/

  .indexCarousel .carousel-caption p {
    bottom: 155px;
  }

  .indexCarousel .carousel-indicators {
    bottom: 150px;
  }
}

@media (max-width: 767px) {
  .indexCarousel .item .container p {
    font-size: 60px;
    transform: translateY(0);
    bottom: 120px;
    left: 20px;
    right: auto;
    text-align: left;
  }

  .indexCarousel .item .container p span {
    font-size: 97px;
    /*letter-spacing: -8px;*/
  }

  .indexCarousel .carousel-caption p {
    top: auto !important;
    bottom: 150px !important;
    right: 15px;
    transform: translateY(50%);
  }

  .indexCarousel .carousel-indicators {
    /*display: none*/
    right: 15px;
    bottom: 28px !important;
  }

  .news-carousel {
    position: initial;
  }

  .news-carousel > span {
    display: none;
  }

  .news-carousel .item .img-wrapper {
    height: auto;
  }

  .news-carousel .item .img-wrapper img {
    -webkit-transform: none;
    transform: none;
    position: static;
    width: 100%;
  }

  .news-carousel .item .carousel-caption {
    height: auto;
    margin: 0;
    padding: 40px 25px 25px;
    font-size: 12px;
  }

  .news-carousel .item .carousel-caption h2 {
    padding: 0px 0 25px;
    font-size: 25px;
  }

  .doctor-find {
    padding: 30px 35px;
    height: auto;
    display: block;
    width: 100%;
  }

  .doctor-button {
    width: 100%;
    display: table;
    margin: auto;
    text-align: center;
  }

  .doctor-find i {
    top: 30px;
  }

  .hospiltal-text {
    padding-top: 20px;
  }

  .hospiltal-text img {
    width: 100%;
    opacity: 1;
  }

  .hospiltal-text > div {
    top: 0;
    width: 100%;
    position: relative;
    padding: 25px;
  }

  .hospiltal-text h3 {
    font-size: 35px;
  }

  .doctors .head img {
    width: 190px;
  }

  .doctors .head {
    height: 90px;
    line-height: 90px;
    padding-left: 20px;
  }

  .doctors .owl-nav {
    top: -90px;
  }

  .doctors .owl-nav [class*="owl-"] {
    height: 90px;
    line-height: 95px;
    width: 80px;
    font-size: 30px;
  }

  .news-anchors {
    min-height: initial;
  }

  .news-anchors .navbar-collapse {
    padding: 15px 0;
  }

  .news-anchors .navbar-default .navbar-nav > li > a {
    margin: 0;
    position: relative;
    display: inline-block;
  }

  .news-anchors .navbar-default .navbar-nav > li > a:before {
    position: absolute;
    content: "";
    height: 4px;
    border-radius: 4px;
    background-color: white;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
  }

  .news-anchors .navbar-default .navbar-nav > li > a:hover:before,
  .news-anchors .navbar-default .navbar-nav > li > a:focus:before {
    opacity: 1;
  }

  #anchors-carousel .carousel-inner .item .img-wrapper,
  #anchors-carousel-2 .carousel-inner .item .img-wrapper,
  #anchors-carousel-3 .carousel-inner .item .img-wrapper {
    height: auto;
    border-bottom-left-radius: initial;
    border-top-right-radius: 6px;
    margin: 0;
  }

  #anchors-carousel .carousel-inner .item .carousel-caption,
  #anchors-carousel-2 .carousel-inner .item .carousel-caption,
  #anchors-carousel-3 .carousel-inner .item .carousel-caption {
    height: auto;
    font-size: 13px;
    padding: 50px 35px;
    border-bottom-left-radius: 6px;
    border-top-right-radius: initial;
    margin: 0;
  }

  #anchors-carousel .carousel-indicators,
  #anchors-carousel-2 .carousel-indicators,
  #anchors-carousel-3 .carousel-indicators {
    display: none;
  }

  .anchors-inner {
    padding: 20px 0;
  }

  .anchors-inner > .row > h4 {
    font-size: 24px;
    margin: 0px 0 20px;
  }

  .question-content > .row > h4 {
    font-size: 24px;
    margin: 0px 0 20px;
  }

  .anchors-inner > .row > p {
    font-size: 14px;
    margin: 0 auto 20px;
  }

  /*.checkup > div {
        margin: 40px 0 20px;
    }*/

  .checkup > div > div {
    font-size: 13px;
  }

  .checkup > div > div h5 {
    font-size: 17px;
  }

  .checkup > div > div a {
    font-size: 15px;
  }

  .hospiltal-tab > ul > li > a {
    font-size: 13px;
    min-width: initial;
    float: initial;
    padding: 15px 25px;
    text-align: left;
  }

  .hospiltal-tab > ul {
    margin: 20px 0;
  }

  .hospiltal-tab > ul > li > a:hover,
  .hospiltal-tab > ul > li > a:focus,
  .hospiltal-tab > ul > li.active > a {
    border-bottom-left-radius: initial;
    border-top-left-radius: initial;
    border-bottom-right-radius: 66px;
    border-top-right-radius: 66px;
  }

  .doctor-caption {
    padding: 25px 15px 15px;
    font-size: 11px;
  }

  .doctor-caption h3 {
    font-size: 13px;
  }
}

@media (max-width: 600px) {
  .doctor-caption {
    padding: 35px 25px 15px;
    font-size: 13px;
  }

  .doctor-caption h3 {
    font-size: 16px;
  }
}

@media (max-width: 480px) {
  .indexCarousel .item .container p {
    font-size: 50px;
  }

  .indexCarousel .item .container p span {
    font-size: 80px;
    /*letter-spacing: -6px;*/
  }

  /*.indexCarousel .carousel-caption p {
        bottom: 0;
    }*/

  .news-carousel .item .carousel-caption h2 {
    font-size: 20px;
  }

  .news-carousel .item .carousel-caption {
    padding: 40px 15px 25px;
  }

  .doctor-find {
    padding: 30px 15px;
  }

  .doctor-find i {
    right: 15px;
  }

  .hospiltal-text > div {
    padding: 15px;
  }

  .doctors .head img {
    width: 120px;
  }

  .doctors .head {
    height: 70px;
    line-height: 70px;
    padding-left: 15px;
  }

  .doctors .owl-nav {
    top: -80px;
  }

  .doctors .owl-nav [class*="owl-"] {
    height: 70px;
    line-height: 75px;
    width: 50px;
    font-size: 20px;
  }

  .news-anchors .navbar-default .navbar-nav > li > a {
    font-size: 12px;
  }

  .checkup > div > div {
    font-size: 13px;
  }

  .checkup > div > div h5 {
    font-size: 17px;
  }

  .checkup > div > div a {
    font-size: 15px;
  }
}

@media (max-width: 360px) {
  .indexCarousel .item .container p {
    font-size: 35px;
  }

  .indexCarousel .item .container p span {
    font-size: 56px;
    /*letter-spacing: -5px;*/
  }
}

/*anasayfa video galeri*/
.videoSlide .swiper-slide p {
  font-weight: 800;
  margin-top: 5px;
  font-size: 13px;
}

.videoSlide .item {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 12px;
}

.videoSlide .item .fill {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: brightness(0.7);
  -webkit-backdrop-filter: brightness(0.7);
  border-radius: 12px;
  transition: 0.3s;
}

.videoSlide .item .fill .play {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.videoSlide .item .fill .play i {
  color: #ce0000;
  z-index: 15;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 40px;
}

.videoSlide .item .fill:hover {
  backdrop-filter: brightness(0.5);
  -webkit-backdrop-filter: brightness(0.5);
}

.videoSlide.item img {
  border-radius: 30px;
  width: 100%;
}

.anchors {
  margin-top: 20px;
}

@media (max-width: 767px) {
  .anchors .slider-wrapper {
    padding-inline: 10px;
  }
}

.anchors .helpSlide .swiper-slide {
  height: auto;
}

.anchors .helpSlide .swiper-slide > div {
  height: 100%;
  /*display: grid;
        grid-template-rows:auto 1fr;*/
  display: flex;
  flex-direction: column;
}

.anchors .helpSlide .swiper-slide > div > div {
  display: grid;
  grid-template-rows: auto 1fr auto;
  flex: 1;
}

.anchors .helpSlide .swiper-slide.checkup > div > div > div:last-child {
  display: flex;
}

.anchors .helpSlide .swiper-slide.checkup > div > div > div:last-child > * {
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1.5;
  padding-block: 10px;
}

html[lang="tr"]
  .anchors
  .helpSlide
  .swiper-slide.checkup
  > div
  > div
  > div:last-child
  > * {
  padding-block: 14px;
}

@media (max-width: 991px) {
  .anchors .helpSlide .swiper-slide.checkup > div > div > div:last-child > * {
    padding-block: 12px;
  }
}

.anchorsSlider {
  border-radius: 10px;
  --padding-space: 60px;
}

.anchorsSlider .swiper-slide {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.anchorsSlider .img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left;
}

.anchorsSlider .content-wrapper {
  display: grid;
  grid-template-rows: 1fr auto;
  text-align: end;
  padding: 30px var(--padding-space);
  background: #0e77be;
  color: white;
}

@media (max-height: 860px) {
  .anchorsSlider .content-wrapper {
    line-height: 1.25;
  }
}

@media (max-height: 740px) {
  .anchorsSlider .content-wrapper {
    padding-block: 25px;
  }
}

.anchorsSlider .content-wrapper > div > * {
  margin-bottom: 24px;
}

.anchorsSlider .content-wrapper p {
  font-size: 15px;
}

.anchorsSlider .content-wrapper h5 {
  font-size: 20px;
  font-weight: 900;
}

.anchorsSlider .swiper-pagination {
  display: flex;
  justify-content: end;
  align-items: center;
  inset: auto;
  bottom: 40px;
  right: var(--padding-space);
}

.anchorsSlider .swiper-pagination-bullet {
  border: 1px solid white;
  background: none;
  opacity: 1;
  width: 14px;
  height: 14px;
  transition: 0.1s;
}

.anchorsSlider .swiper-pagination-bullet-active {
  background: white;
  width: 22px;
  height: 22px;
}

@media (max-width: 767px) {
  .anchors-bg {
    padding-inline: 10px;
  }

  .anchorsSlider .swiper-slide {
    grid-template-columns: repeat(1, 1fr);
  }

  .anchorsSlider {
    --padding-space: 40px;
  }

  .anchorsSlider .content-wrapper {
    padding-block: 45px;
  }

  .anchorsSlider .swiper-pagination {
    bottom: 10px;
  }
}

@media (max-width: 520px) {
  .anchorsSlider {
    --padding-space: 20px;
  }

  .anchorsSlider .content-wrapper {
    padding-top: 25px;
  }
}

.navbar.head {
  left: 0;
  right: 0;
}
