@media (min-width: 1700px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1628px;
    padding: 0 0;
  }
}

body,
body span,
body a,
body p,
body li,
body h1,
body h2,
body h3,
body h4 {
  font-family: "Montserrat", sans-serif;
}

header {
  background: rgb(255 255 255 / 32%);
}

header.border-bottom {
  /* background: rgb(255 255 255 / 32%); */
  border-color: #bad4dd !important;

  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  /* Safari desteği */
  background: rgba(255, 255, 255, 0.1);
  /* Hafif şeffaf arka plan */
}

.header-left .logo img:nth-child(2) {
  display: none;
}

.header-left .logo {
  max-width: 260px;
}

.header-left .logo img {
  max-width: 100%;
}

.header-top {
  background: url(../img/header-top-bg.png) no-repeat top center;
  background-size: 878px auto;
  width: 878px;
  padding: 0 55px;
  height: 78px;
}
.header-top-left.header-top-left-active.d-flex.flex-wrap.justify-content-start:after {
    z-index: -1;
    width: 200px;
    height: 58px;
    position: absolute;
    background: #ffffff;
    display: block;
    content: '';
    right: 0;
    z-index: -1;
    top: 0px;
}
header .lang,
header .callcenter,
header .whatsapp,
header .yoltarifi,
header .header-slogan {
    height: 58px;
}

header .lang {
  padding-right: 28px;
  border-color: #4180d3 !important;
}

header .lang .nav-link {
  position: relative;
  color: #232535;
  font-size: 14px;
  font-weight: 500;
}

    header .lang .nav-item.active .nav-link {
        color: #232535;
        font-weight: 700;
    }

header .lang .nav-item {
  padding: 0 12px 0 7px;
  position: relative;
}

header .lang .nav-item:after {
  content: "I";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  color: #232535;
  font-size: 14px;
  font-weight: 500;
}

header .lang .nav-item:last-child {
  padding-right: 0px;
}

header .lang .nav-item:first-child {
  padding-left: 0px;
}

header .lang .nav-item:last-child:after {
  display: none;
}

header .lang .nav-item.active .nav-link:hover {
  color: #bad4dd;
}

.callcenter {
  border-color: #4180d3 !important;
}

.callcenter a {
  padding-left: 22px;
  padding-right: 21px;
  padding-top: 6px;
}

.callcenter-title {
  color: #b5d4e1;
  font-size: 14px;
  font-weight: 600;
  line-height: 14px;
  letter-spacing: 0;
  text-align: right;
  transition: 0.3s all;
}

.callcenter a:hover .callcenter-title {
  color: #ffffff;
}

.callcenter-icon {
  background-image: url("../img/callcenter.svg");
  background-size: cover;
  background-repeat: no-repeat;
  width: 25px;
  height: 25px;
  display: block;
  margin: 6px 6px 0 0;
}

.callcenter-number {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0;
  text-align: right;
}

.whatsapp {
  border-color: #4180d3 !important;
}
.yoltarifi {
    border-color: #4180d3 !important;
}
.whatsapp a {
  padding-left: 22px;
  padding-right: 21px;
  padding-top: 6px;
}
.yoltarifi a {
    padding-left: 22px;
    padding-right: 21px;
    padding-top: 6px;
}
.whatsapp-title {
  color: #b5d4e1;
  font-size: 14px;
  font-weight: 600;
  line-height: 14px;
  letter-spacing: 0;
  text-align: right;
  transition: 0.3s all;
}
.yoltarifi-title {
    color: #b5d4e1;
    font-size: 14px;
    font-weight: 600;
    line-height: 14px;
    letter-spacing: 0;
    text-align: right;
    transition: 0.3s all;
}
.whatsapp a:hover .whatsapp-title {
  color: #ffffff;
}
.yoltarifi a:hover .yoltarifi-title {
    color: #ffffff;
}
.whatsapp-icon {
  background-image: url("../img/whatsapp.svg");
  background-size: cover;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  display: block;
  margin: 6px 6px 0 0;
}
.yoltarifi-icon {
    background-image: url("../img/yol-tarifi-d.svg");
    background-size: cover;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    display: block;
    margin: 6px 6px 0 0;
}
.whatsapp-number {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0;
  text-align: right;
}
.yoltarifi-number {
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0;
    text-align: right;
}
.header-slogan {
  padding-left: 28px;
  color: #ffffff;
  font-size: 16px;
  font-family: "Courgette", cursive;
  font-weight: 400;
  font-style: normal;
}

.header-top-right {
  background: rgb(169 176 186 / 18%);
  width: 221px;
  height: 58px;
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
  z-index: -1;
}

    .header-top-right.header-hamburger-active {
        z-index: 1;
        background: initial;
    }

.online-service {
  width: 131px;
  line-height: 15px;
  padding: 12px 8px 0 22px;
  border-color: #c9d0d8 !important;
  min-height: 58px;
  position: relative;
}

    .online-service .hamburger-text {
        /* color: #447bbf;*/
        color: #272a68;
        font-size: 13px;
        font-weight: 600;
        letter-spacing: 0;
        text-align: right;
        display: block;
        transition: 0.3s all;
    }

.online-service:hover.hamburger-text {
  color: #24538b;
}

.hamburger {
  padding: 0 0 0 0;
  height: 58px;
  width: 55px;
  transition: 0.3s all;
  cursor: pointer;
}

.hamburger:hover {
  background-color: #ffffff;
}

.hamburger .hamburger-inner {
  height: 58px;
  width: 55px;
  padding: 0 0 0 16px;
}

.hamburger span {
  margin: 0 0 4px 0;
  height: 3px;
  display: block;
}

.hamburger span:nth-child(1) {
  width: 24px;
  background-color: #4b96fe;
}

.hamburger span:nth-child(2) {
  width: 16px;
  background-color: #acc5eb;
}

/*******/
.mobile-hamburger {
  display: none;
  padding: 0 0 0 0;
  height: 85px;
  width: 85px;
  transition: 0.3s all;
  cursor: pointer;
  background-color: #6d84f8;
}

.mobile-hamburger:hover {
  background-color: #ffffff;
}

.mobile-hamburger .mobile-hamburger-inner {
  height: 85px;
  width: 85px;
  padding: 0 0 0 16px;
}

.mobile-hamburger span {
  margin: 0 0 4px 0;
  height: 3px;
  display: block;
}

.mobile-hamburger span:nth-child(1) {
  width: 24px;
  background-color: #ffffff;
}

.mobile-hamburger span:nth-child(2) {
  width: 16px;
  background-color: #a0b9fc;
}

.mobile-hamburger span:nth-child(3) {
  width: 24px;
  background-color: #a4b7fb;
}

/**********/
.hamburger span:nth-child(3) {
  width: 24px;
  background-color: #acc5eb;
}

.hamburger-header-menu {
  right: -186px;
  transition: 0.3s all;
  position: absolute;
  width: 186px;
  top: 59px;
  background-color: #ffffff;
  min-height: 100vh;
  box-shadow: 0 1px 25px rgba(48, 55, 62, 0.11);
}

.hamburger-header-menu ul {
  width: 100%;
}

.hamburger-header-menu ul li {
  width: 100%;
  height: 160px;
  border-bottom: 1px solid #ebecfc;
  transition: 0.3s all;
}

.hamburger-header-menu ul li:last-child {
  border-bottom: 0px;
}

.hamburger-header-menu ul li a {
  width: 100%;
  height: 160px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 30px 50px;
  text-align: center;
  color: #272a68;
  font-size: 14px;
  letter-spacing: 0;
  font-weight: 600;
  line-height: 20px;
  transition: 0.3s all;
}

.h-online-appointment {
  width: 46px;
  height: 42px;
  background: url(../img/h-online-appointment.svg) no-repeat center center;
  margin: 0 0 7px 0;
  transition: 0.3s all;
}

.h-ask-dr {
  width: 46px;
  height: 41px;
  background: url(../img/h-ask-dr.svg) no-repeat center center;
  margin: 0 0 7px 0;
  transition: 0.3s all;
}
.h-brosur {
    width: 46px;
    height: 47px;
    background: url(../img/h-brosur-1.svg) no-repeat center center;
    margin: 0 0 7px 0;
    transition: 0.3s all;
}
.h-ex-result {
  width: 44px;
  height: 44px;
  background: url(../img/h-ex-result.svg) no-repeat center center;
  margin: 0 0 7px 0;
  transition: 0.3s all;
}
.h-radiology {
    width: 44px;
    height: 44px;
    background: url(../img/radiology-menu-icon.svg) no-repeat center center;
    margin: 0 0 7px 0;
    transition: 0.3s all;
    background-size:contain;
}
.h-patient-guide {
  width: 37px;
  height: 41px;
  background: url(../img/h-patient-guide.svg) no-repeat center center;
  margin: 0 0 7px 0;
  transition: 0.3s all;
}

.header-hamburger-active .hamburger-header-menu {
  right: 0;
  transition: 0.3s all;
}

/*.header-hamburger-active .online-service {
  background: #ffffff;
}*/

.hamburger-header-menu .nav-item:hover {
    transition: 0.3s all;
    background-color: #447bbf;
}

.hamburger-header-menu .nav-item:hover a {
  transition: 0.3s all;
  color: #ffffff;
}

.hamburger-header-menu .nav-item:hover i {
  transition: 0.3s all;
  filter: invert() brightness(100);
}

.header-hamburger-active .hamburger {
  background-color: #447bbf;
}

.header-hamburger-active .hamburger span:nth-child(2) {
  display: none;
}

.header-hamburger-active .hamburger span:nth-child(1) {
  background-color: #d7e9ff;
  transform: rotate(45deg);
  top: 4px;
  position: relative;
  border-radius: 3px;
}

.header-hamburger-active .hamburger span:nth-child(3) {
  background-color: #d7e9ff;
  transform: rotate(135deg);
  top: -3px;
  position: relative;
  border-radius: 3px;
}

.main-menu {
  padding-left: 88px;
  padding-bottom: 17px;
  position: relative;
}

.main-menu .nav {
  position: relative;
}

.main-menu .nav-item.dropdown {
  position: initial;
}

.nav-link.dropdown-toggle.show:before {
  content: "";
  position: absolute;
  width: 46px;
  height: 16px;
  background: url(../img/menu-triangle.svg);
  top: 22px;
  /* left: 0; */
  /* right: 0; */
  margin: auto;
  margin-left: 32px;
}

.main-menu ul.nav li.nav-item a {
  color: #232535;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 20px;
  padding: 0 12px 0 12px;
}

.main-menu .dropdown-menu.custom-wide {
  position: absolute;
  top: 100%;
  /* navbar’ın hemen altında */
  left: 0;
  width: auto;
  /* navbar kadar geniş */
  border-radius: 0 0 22px 22px;
  transform: translate(0, 38px) !important;
  border: 0px;
  padding-top: 55px;
  padding-bottom: 0;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.06), 0 4px 12px rgba(0, 0, 0, 0.08);
}

    .main-menu .dropdown-menu.custom-wide .dd-inner {
        padding-left: 55px;
        padding-right: 55px;
        display: flex !important;
        flex-wrap: wrap;
        width: auto;
    }

    .main-menu .dropdown-menu.custom-wide ul {
        width: auto;
        max-width: 100%;
        margin-right: 0px !important;
    }
    .main-menu .dropdown-menu.custom-wide ul:first-child {
        margin-right: 55px !important;
    }
        .main-menu .dropdown-menu.custom-wide ul li a {
            padding: 0 0 0 0;
        }

.main-menu .nav-item.dropdown .dropdown-menu.custom-wide.show {
    display: flex !important;
    flex-wrap: wrap;
    border-radius: 0 0 30px 30px;
    /* sadece aktifken flex */
    overflow: hidden;
}

.tetkik-icon {
  margin: 0 8px 0 0;
  height: 30px;
  width: 30px;
  display: block;
  transition: 0.3s all;
  background-repeat: no-repeat;
}

.main-menu .nav-item.dropdown .dropdown-menu.custom-wide li {
  margin: 0 0 35px 0;
}

.main-menu .nav-item.dropdown .dropdown-menu.custom-wide li a {
  display: flex;
  padding-left: 0;
  align-items: center;
  transition: 0.3s all;
  color: #3c4550;
}

.main-menu .nav-item.dropdown .dropdown-menu.custom-wide li:hover a {
  transition: 0.3s all;
  color: #272a68;
  background: none !important;
}

.tum-vucut-mr {
  background: url("../img/tum-vucut-mr.svg") no-repeat center center;
}

.main-menu .nav-item.dropdown .dropdown-menu.custom-wide li:hover .tum-vucut-mr {
  background: url("../img/tum-vucut-mr-hover.svg") no-repeat center center;
}

.renkli-doppler {
  background: url("../img/renkli-doppler.svg") no-repeat center center;
}

.main-menu .nav-item.dropdown .dropdown-menu.custom-wide li:hover .renkli-doppler {
  background: url("../img/renkli-doppler-hover.svg") no-repeat center center;
}

.main-menu .nav-item.dropdown .dropdown-menu.custom-wide li:hover .renkli-doppler {
  background: url("../img/renkli-doppler-hover.svg") no-repeat center center;
}

.meme-radyolojisi {
  background: url("../img/meme-radyolojisi.svg") no-repeat center center;
}

.main-menu .nav-item.dropdown .dropdown-menu.custom-wide li:hover .meme-radyolojisi {
  background: url("../img/meme-radyolojisi-hover.svg") no-repeat center center;
}

.meme-mr {
  background: url("../img/meme-mr.svg") no-repeat center center;
}

.main-menu .nav-item.dropdown .dropdown-menu.custom-wide li:hover .meme-mr {
  background: url("../img/meme-mr-hover.svg") no-repeat center center;
}

.difuzyon-mr {
  background: url("../img/difuzyon-mr.svg") no-repeat center center;
}

.main-menu .nav-item.dropdown .dropdown-menu.custom-wide li:hover .difuzyon-mr {
  background: url("../img/difuzyon-mr-hover.svg") no-repeat center center;
}

.multislice-bilgisayarli-tomografi {
  background: url("../img/multislice-bilgisayarli-tomografi.svg") no-repeat center center;
}

.main-menu .nav-item.dropdown .dropdown-menu.custom-wide li:hover .multislice-bilgisayarli-tomografi {
  background: url("../img/multislice-bilgisayarli-tomografi-hover.svg") no-repeat center center;
}

.tomosentez-bilgisayarli-mamografi {
  background: url("../img/tomosentez-bilgisayarli-mamografi.svg") no-repeat center center;
}

.main-menu .nav-item.dropdown .dropdown-menu.custom-wide li:hover .tomosentez-bilgisayarli-mamografi {
  background: url("../img/tomosentez-bilgisayarli-mamografi-hover.svg") no-repeat center center;
}

.ultrasonografi {
  background: url("../img/ultrasonografi.svg") no-repeat center center;
}

.main-menu .nav-item.dropdown .dropdown-menu.custom-wide li:hover .ultrasonografi {
  background: url("../img/ultrasonografi-hover.svg") no-repeat center center;
}

.vakum-biyopsi {
  background: url("../img/vakum-biyopsi.svg") no-repeat center center;
}

.main-menu .nav-item.dropdown .dropdown-menu.custom-wide li:hover .vakum-biyopsi {
  background: url("../img/vakum-biyopsi-hover.svg") no-repeat center center;
}

.digital-rontgen {
  background: url("../img/digital-rontgen.svg") no-repeat center center;
}

.main-menu .nav-item.dropdown .dropdown-menu.custom-wide li:hover .digital-rontgen {
  background: url("../img/digital-rontgen-hover.svg") no-repeat center center;
}

.skolyoz-grafisi {
  background: url("../img/skolyoz-grafisi.svg") no-repeat center center;
}

.main-menu .nav-item.dropdown .dropdown-menu.custom-wide li:hover .skolyoz-grafisi {
  background: url("../img/skolyoz-grafisi-hover.svg") no-repeat center center;
}

.girisimsel-radyoloji {
  background: url("../img/girisimsel-radyoloji.svg") no-repeat center center;
}

.main-menu .nav-item.dropdown .dropdown-menu.custom-wide li:hover .girisimsel-radyoloji {
  background: url("../img/girisimsel-radyoloji-hover.svg") no-repeat center center;
}

.kemik-yogunlugu {
  background: url("../img/kemik-yogunlugu.svg") no-repeat center center;
}

.main-menu .nav-item.dropdown .dropdown-menu.custom-wide li:hover .kemik-yogunlugu {
  background: url("../img/kemik-yogunlugu-hover.svg") no-repeat center center;
}

.klinik-laboratuvar {
  background: url("../img/klinik-laboratuvar.svg") no-repeat center center;
}

.main-menu .nav-item.dropdown .dropdown-menu.custom-wide li:hover .klinik-laboratuvar {
  background: url("../img/klinik-laboratuvar-hover.svg") no-repeat center center;
}

.digital-arsivleme {
  background: url("../img/digital-arsivleme.svg") no-repeat center center;
}

.main-menu .nav-item.dropdown .dropdown-menu.custom-wide li:hover .digital-arsivleme {
  background: url("../img/digital-arsivleme-hover.svg") no-repeat center center;
}

.manyetik-rezonans {
  background: url("../img/manyetik-rezonans.svg") no-repeat center center;
}

.main-menu .nav-item.dropdown .dropdown-menu.custom-wide li:hover .manyetik-rezonans {
  background: url("../img/manyetik-rezonans-hover.svg") no-repeat center center;
}

.prostat-goruntulemesi {
  background: url("../img/prostat-goruntulemesi.svg") no-repeat center center;
}

.main-menu .nav-item.dropdown .dropdown-menu.custom-wide li:hover .prostat-goruntulemesi {
  background: url("../img/prostat-goruntulemesi-hover.svg") no-repeat center center;
}

.radyoloji {
  background: url("../img/radyoloji.svg") no-repeat center center;
}

.main-menu .nav-item.dropdown .dropdown-menu.custom-wide li:hover .radyoloji {
  background: url("../img/radyoloji-hover.svg") no-repeat center center;
}

.main-menu .nav-item.dropdown .dropdown-menu.custom-wide li {
  position: relative;
}

.main-menu .nav-item.dropdown .dropdown-menu.custom-wide li a:after {
  left: 10px;
  opacity: 0;
  transition: 0.3s all;
  content: "";
  position: relative;
  width: 11px;
  height: 11px;
}

.main-menu .nav-item.dropdown .dropdown-menu.custom-wide li:hover a:after {
  left: 20px;
  opacity: 1;
  transition: 0.3s all;
}

.main-menu .nav-item.dropdown .dropdown-menu.custom-wide li:hover a:after {
  background: url(../img/menu-icon-hover.svg) no-repeat center center;
}

main.home {
  width: 100%;
  min-height: 1382px;
  background: url("../img/home-bg.svg") no-repeat top center;
  background-size: cover;
}

.swipee-nav {
    position: absolute;
    position: relative;
    top: auto;
    bottom: -93px;
    height: 50px;
    width: auto;
    justify-content: flex-start;
    display: flex;
    right: 84px;
}
.s-button-prev {
    width: 66px;
    height: 66px;
    background-color: #fafafa;
    border-radius: 50%;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
    /* isteğe bağlı gölge */
    position: absolute;
    left: auto;
    transition: 0.3s all;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 193px;
    z-index: 1;
    right: 85px;
}
.s-button-next {
    width: 66px;
    height: 66px;
    background-color: #fafafa;
    border-radius: 50%;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
    /* isteğe bağlı gölge */
    position: absolute;
    left: auto;
    transition: 0.3s all;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 193px;
    z-index: 1;
    right: 0;
}
    .s-button-prev:hover,
    .s-button-next:hover {
        background-color: #e7ecef;
        transition: 0.3s all;
    }

    .s-button-prev:after,
    .s-button-next:after {
        content: "";
        width: 19px;
        height: 13px;
    }

.s-button-prev:after {
    background: url("../img/examination-left.svg");
    background-size: cover;
}

.s-button-next:after {
    background: url("../img/examination-right.svg");
    background-size: cover;
}


.main-slider-area {
    width: 100%;
    margin-bottom: 60px;
}

.main-slider-area .swiper {
  overflow: visible;
}

.main-slider-area .swiper-slide {
  width: 100%;
}
    .main-slider-area .swiper-slide.swiper-slide-bg:after {
        content: '';
        background: linear-gradient(135deg, #d2f5ef, #b8c7e6);
        width: 100%;
        height: 100vh;
        top: 100vh;
        position: absolute;
        display: block;
        opacity: 1;
        z-index: 99999999;
        background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #ffffff 100%), linear-gradient(to right, #d4eafa 1%, #d0dffa 30%, #d0dffa 100%);
    }
   
.main-slider-text {
  /* padding-right: 40px; */
  /* width: 33.04668304668305%; */
  width: 100%;
  position: absolute;
  z-index: 1;
  min-height:244px;
}

.main-slider-img {
  width: 66.95331695331695%;
  margin-left: 33.04668304668305%;
}

.main-slider-full-img {
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100vh;
}

.main-slider-full-img img {
  width: 100%;
  object-fit: cover;
}
.main-slider-area .swiper-slide.swiper-slide-bg .main-slider-full-img img {
    height: 100%;
    object-position: bottom right;
}
@media screen and (orientation: portrait) {
    .main-slider-area .swiper-slide.swiper-slide-bg .main-slider-full-img img {
        height: 50vw;
        object-position: bottom center;
    }
    .main-slider-area .swiper-slide.swiper-slide-bg:after {
        top: 50vw;
        z-index: 0;
    }
    .main-slider-area .swiper-slide.swiper-slide-bg .main-slider-text {
        margin-top: 20px;
        padding-right: 30px;
    }
}

.slider-inner {
  height: 100vh;
}

.main-slider-title {
  color: #232535;
  font-size: 36px;
  line-height: 50px;
  font-weight: 700;
  margin: 0 0 13px 0;
  letter-spacing: -0.9px;
}

.main-slider-doctor {
  color: #232535;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: -0.025px;
  margin: 0 0 34px 0;
}

/* .main-slider-link {
  padding-left: 0;
} */
.slider-link-icon {
    width: 34px;
    height: 34px;
    background: url("../img/slider-link.svg") no-repeat center center;
    margin: 0 13px 0 0;
    display: block;
    transition: 0.3s all;
    position: absolute;
    left: 0;
    background-size: cover;
}

/* .main-slider-area .swiper-slide:hover .slider-link-icon {
  background: url("../img/slider-link-hover.svg") no-repeat center center;
} */
.main-slider-link {
  color: #272a68;
  font-size: 12px;
  border-radius: 20px 20px 20px 20px;
  font-weight: 500;
  background-color: #0374fd00;
  letter-spacing: 0;
  transition: 0.3s all;
  display: inline-flex !important;
  min-height: 40px;
  padding-right: 72px;
  padding-left: 40px;
}

.main-slider-link:hover {
  color: #ffffff;
  background-color: #0372fd;
  transition: 0.3s all;
  position: relative;
  padding-left: 20px;
}

.main-slider-link:hover .slider-link-icon {
  position: absolute;
  transition: 0.3s all;
  left: 140px;
  z-index: 1;
  background: url(../img/slider-link-hover-w.svg) no-repeat center;
}

.main-slider-img {
  position: relative;
}

.main-slider-drimg {
  width: 959px;
  height: 796px;
  background: url("../img/slider-dr-bg.png") no-repeat center center;
  margin: 0 0 0 0;
  display: block;
  transition: 0.3s all;
  position: relative;
  background-size: 100% 100%;
}

.main-slider-drimg img {
  position: absolute;
  bottom: -2px;
  opacity: 0;
  left:-3px;
  width: 376px;
  /* max-width: 41%; */
}

.main-slider-branchimg {
  position: absolute;
  left: 503px;
  top: 200px;
  width: 190px;
  /* kendi ölçünü koyabilirsin */
  height: 478px;
  overflow: hidden;
  border-radius: 120px;
  /* yuvarlatma miktarı */
  transform: rotate(35deg);
  /* görsel eğim için (gerekirse) */
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  /* isteğe bağlı gölge */
  z-index: 1;
}

.main-slider-branchimg img {
  width: 193%;
  height: 95%;
  object-fit: cover;
  transform: rotate(-35deg);
  position: relative;
  left: -89px;
  top: 20px;
  opacity: 0;
}

.main-slider-img:after {
  content: "";
  position: absolute;
  top: 0;
  z-index: 1;
  left: 41.8%;
  bottom: 0;
  transform: rotate(-57deg);
  width: 114px;
  height: 45px;
  background-color: #0374fdb2;
  border-radius: 45px;
  margin: auto;
}

.main-slider-img.animate::after {
  opacity: 1;
  animation: fadeInSlide 1s ease forwards;
}

@keyframes fadeInSlide {
  from {
    opacity: 0;
    transform: rotate(-57deg) scale(0.8);
  }

  to {
    opacity: 1;
    transform: rotate(-57deg) scale(1);
  }
}

.main-slider-img:before {
  content: "";
  position: absolute;
  top: 248px;
  z-index: 1;
  right: 0;
  width: 147px;
  height: 142px;
  background: url("../img/slider-dots-img.png") no-repeat center center;
  margin: auto;
}

.fade-inup {
  animation: fadeInUp 1s ease forwards;
}

.fade-in {
  animation: fadeIn 1s ease forwards;
}

.fade-indown {
  animation: fadeInDown 1s ease forwards;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(40px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeInUpDown {
  from {
    opacity: 0;
    transform: translateY(-40px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.main-slider-area .swiper-pagination {
  width: 100%;
  position: absolute;
  bottom: 120px;
}

.main-slider-area .swiper-pagination span.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  position: relative;
  background-color: #ffffff;
  opacity: 1;
}

.main-slider-area .swiper-pagination span.swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 88px;
  height: 8px;
  border-radius: 8px;
  position: relative;
  background-color: #ffffff;
}

.main-slider-area .swiper-pagination .swiper-pagination-bullet-active:after {
  width: var(--progress, 0%);
}

.main-slider-area .swiper-pagination span.swiper-pagination-bullet.swiper-pagination-bullet-active:after {
  /* width: 50px; */
  content: "";
  background-color: #0372fd;
  height: 8px;
  border-radius: 8px;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
}

/* .main-slider-area .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
  width:100%;
}  */

.slider-menu {
  position: fixed;
  right: 21px;
  width: 127px;
  bottom: 50px;
  z-index: 3;
  height: 124px;
}

.slider-menu ul:first-child {
  padding: 0 22px 0 0;
 /* opacity: 0;*/
}

/* .slider-menu:hover ul:first-child {
  opacity: 1;
} */
.slider-menu-active.slider-menu ul {
  opacity: 1;
}

.slider-menu ul {
  width: 100%;
}

.slider-menu ul li {
  list-style-type: none;
  position: absolute;
  width: 100%;
}

.slider-menu ul ul li {
  position: relative;
}

.slider-menu ul:first-child li {
  opacity: 0;
  transform: translateY(0);
  /* Başlangıçta aşağıda kalmasın diye */
  transition: all 0.4s ease;
  padding: 0 10px;
}

.slider-menu-active.slider-menu ul:first-child li:nth-child(1) {
      transform: translateY(-394px);
/*    transform: translateY(-536px);*/
    opacity: 1;
    transition-delay: 0.1s;
}

.slider-menu-active.slider-menu ul:first-child li:nth-child(2) {
    transform: translateY(-251px);
 /*   transform: translateY(-394px);*/
    opacity: 1;
    transition-delay: 0.2s;
}
/*--*/
.slider-menu-active.slider-menu ul:first-child li:nth-child(3) {
     transform: translateY(-125px);
  /*  transform: translateY(-251px);*/
    opacity: 1;
    transition-delay: 0.3s;
}
.slider-menu-active.slider-menu ul:first-child li:nth-child(4) {
    transform: translateY(-125px);
  /*  transform: translateY(-251px);*/
    opacity: 1;
    transition-delay: 0.3s;
}
.slider-menu-active.slider-menu ul:first-child li:nth-child(5) {
    transform: translateY(-125px);
    opacity: 1;
    transition-delay: 0.3s;
}
.slider-menu-active.slider-menu ul:first-child li:nth-child(6) {
  transform: translateY(-120px);
  opacity: 1;
  transition-delay: 0.4s;
}

/* .slider-menu ul li:nth-child(1) {
  transition-duration: 180ms;
}
.slider-menu ul:nth-child(2) li:nth-child(1) {
    transition-duration: 190ms;
    transform: translate3d(0, 0, 0);
}
.slider-menu ul li:nth-child(2) {
  transition-duration: 180ms;
}
.slider-menu ul li:nth-child(3) {
  transition-duration: 180ms;
}
.slider-menu ul li:nth-child(4) {
  transition-duration: 180ms;
}
.slider-menu ul li:nth-child(1) {
  transition-duration: 190ms;
    transform: translate3d(0, -490px, 0);

}
.slider-menu ul li:nth-child(2) {
  transition-duration: 290ms;
    transform: translate3d(0, -375px, 0);

}
.slider-menu ul li:nth-child(3) {
  transition-duration: 390ms;
    transform: translate3d(0, -240px, 0);

}
.slider-menu ul li:nth-child(4) {
  transition-duration: 490ms;
    transform: translate3d(0, -120px, 0);

} */

.slider-menu ul:first-child li {
  margin-bottom: 14px;
}

.slider-menu ul li a {
  text-decoration: none;
}

.slider-menu ul:first-child li .slider-menu-icon {
  width: 75px;
  height: 75px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  transition: 0.3s all;
}

.slider-menu ul:first-child li:nth-child(1) .slider-menu-icon {
  background-color: #fd0606;
}

.slider-menu ul:first-child li:nth-child(2) .slider-menu-icon {
  background-color: #56c8e7;
}

.slider-menu ul:first-child li:nth-child(3) .slider-menu-icon {
  background-color: #478fd1;
}
.slider-menu ul:first-child li:nth-child(4) .slider-menu-icon {
    background-color: #478fd1;
}
.slider-menu ul:first-child li:nth-child(5) .slider-menu-icon {
    background-color: #6590ec;
}

.slider-menu ul:first-child li:nth-child(1):hover .slider-menu-icon {
  background-color: #fd0606bd;
}

.slider-menu ul:first-child li:nth-child(2):hover .slider-menu-icon {
  background-color: #56c8e7;
}

.slider-menu ul:first-child li:nth-child(3):hover .slider-menu-icon {
  background-color: #478fd1;
}
.slider-menu ul:first-child li:nth-child(4):hover .slider-menu-icon {
    background-color: #478fd1;
}
.slider-menu ul:first-child li:nth-child(5):hover .slider-menu-icon {
  background-color: #478fd1;
}

.slider-menu-icon {
  margin: 0 auto 6px auto;
}

.slider-menu-icon img {
  max-width: 34px;
}

.slider-menu-text {
  font-size: 12px;
  color: #272a68;
  letter-spacing: 0;
  font-weight: 600;
  text-decoration: none;
  line-height: 15px;
  text-align: center;
  width: 100%;
  display: block;
}

.slider-menu ul:nth-child(2) {
  padding-left: 0;
}

.slider-menu ul:nth-child(2) {
  padding-left: 0;
}

@keyframes bounce-scale {
  0% {
    transform: scale(1);
  }

  40% {
    transform: scale(1.1);
  }

  60% {
    transform: scale(0.98);
  }

  80% {
    transform: scale(1.05);
  }

  100% {
    transform: scale(1);
  }
}

/* Hover durumunda uygula
.slider-menu ul:nth-child(2) li a:hover {
  animation: bounce-scale 0.5s ease;
  display: inline-block; /* transform için gerekli olabilir 
} */

@keyframes ThemeButton_rotateZoom__V97iZ {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }

  to {
    transform: translate(-50%, -50%) rotate(1turn);
  }
}

@keyframes ThemeButton_rotate__tdIGk {
  0% {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(1turn);
  }
}

.slider-menu-click-outer {
  width: 128px;
  height: 128px;
  background: url(../img/slider-menu-click-outer.svg) no-repeat center center;
  position: absolute;
  animation: ThemeButton_rotate__tdIGk 10s linear infinite;
}

html[lang="en"] .slider-menu-click-outer {
    background: url(../img/slider-menu-click-outer-en.svg) no-repeat center center;
}
.slider-menu-click {
  position: relative !important;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 128px !important;
  height: 128px !important;
  cursor: pointer;
}

.slider-menu-click-inner {
  width: 68px;
  height: 68px;
  /* background: url(../img/slider-menu-click-inner-open.svg) no-repeat center center; */
  position: absolute;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #0075fb;
}

.slider-menu-click-inner img {
  width: 6px;
  width: 60px;
  display: block;
}

/* .slider-menu.slider-menu-active .slider-menu-click-inner{
  background: url(../img/slider-menu-click-inner-close.svg) no-repeat center center;
} */
main.home {
  position: relative;
  overflow: hidden;
}

.examination-head {
  margin: 0 0 25px 0;
}

.examination-sub-title {
  line-height: 35px;
  color: #747d8f;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 2px;
}

.examination-title {
  line-height: 58px;
  color: #232535;
  font-size: 44px;
  font-weight: 600;
  letter-spacing: -0.5px;
}

.examination {
  overflow: hidden;
  position: relative;
  z-index: 2;
}

.examination .container {
  position: relative;
  border-bottom: 1px solid #b8c1d0;
}

.examination-slider {
  width: 125%;
  padding: 10px 0 10px 0;
}

.examination-slider .swiper-slide {
  width: calc((100% - 2 * 35px) / 3.5);
  /* 3.5 slide + boşluk */
  margin-right: 35px;
  flex-shrink: 0;
}

.examination-slider .swiper-slide a {
  position: relative;
  border-radius: 15px;
  overflow: hidden;
  display: block;
  width: 100%;
  display: block;
  border: 1px solid #ffffff;
  box-shadow: 0 0 15px 1px #3b444e11;
  /* isteğe bağlı gölge */
}

.examination-slider-over {
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  background: url("../img/examination-overlay.png");
  background-size: cover;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  padding-left: 45px;
}

.examination-slider-img {
    width: 100%;
    min-height: 310px;
}

    .examination-slider-img img {
        width: 100%;
        transition: 0.3s all;
        object-fit: cover;
        height: 310px;
    }

.examination-slider .swiper-slide a:hover .examination-slider-img img {
  transform: scale(1.1);
  transition: 0.3s all;
}
.examination-slider-img::after {
    content: "";
    position: absolute;
    top: 0;
    left: -75%;
    width: 50%;
    height: 100%;
    background: linear-gradient( 120deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 100% );
    transform: skewX(-25deg);
    opacity:0.5;
}

.examination-slider .swiper-slide a:hover .examination-slider-img::after {
    animation: shine 0.75s;
}
@keyframes shine {
    0% {
        left: -75%;
    }

    100% {
        left: 125%;
    }
}
.examination-slider-text {
    padding-bottom: 47px;
    color: #232535;
    font-size: 24px;
    font-weight: 600;
    line-height: 31px;
    letter-spacing: -0.25px;
    min-height: 149px;
}
.examination-slider-text-subdesc {
    color: #3a4355;
    font-size: 14px;
    line-height: 19px;
    font-weight: 400;
    letter-spacing: 0;
    margin-top: 14px;
    padding-right: 25px;
}
.examination-slider-icon {
    width: 34px;
    height: 34px;
    background: url("../img/examination-arrow.svg") no-repeat center center;
    position: absolute;
    top: 34px;
    left: 45px;
    transition: 0.3s all;
}

.examination-slider .swiper-slide a:hover .examination-slider-icon {
  background: url("../img/examination-arrow-blue.svg") no-repeat center center;
  transition: 0.3s all;
}

/* .examination-slider .swiper-slide a:hover .examination-slider-icon {
  transition: 0.3s all;
  left: 75px;
} */
.examination .swiper-button-prev,
.examination .swiper-button-next {
  width: 66px;
  height: 66px;
  background-color: #fafafa;
  border-radius: 50%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
  /* isteğe bağlı gölge */
  position: absolute;
  left: auto;
  transition: 0.3s all;
}

.ins-swiper-button-prev,
.ins-swiper-button-next {
  width: 66px;
  height: 66px;
  top: 196px;
  background-color: #fafafa;
  border-radius: 50%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
  /* isteğe bağlı gölge */
  position: absolute;
  left: auto;
  transition: 0.3s all;
  z-index: 3;
  display: flex;
  justify-content: center;
  align-items: center;
}

.ins-swiper-button-prev:after {
  background: url(../img/examination-left.svg);
}

.ins-swiper-button-next:after {
  background: url(../img/examination-right.svg);
}

.ins-swiper-button-prev:after,
.ins-swiper-button-next:after {
  content: "";
  width: 19px;
  height: 13px;
}

.ins-swiper-button-prev {
  right: 85px;
}

.examination .swiper-button-prev {
  right: 85px;
}

.examination .swiper-button-next {
  right: 0;
}

.ins-swiper-button-next {
  right: 0;
}

.instagramfeed .container {
  position: relative;
}

.examination .swiper-button-prev:hover,
.examination .swiper-button-next:hover {
  background-color: #e7ecef;
  transition: 0.3s all;
}

.examination .swiper-button-next:hover {
  background-color: #e7ecef;
  transition: 0.3s all;
}

.ins-swiper-button-next:hover {
  background-color: #e7ecef;
  transition: 0.3s all;
}

.examination .swiper-button-next:after,
.examination .swiper-button-prev:after {
  content: "";
  width: 19px;
  height: 13px;
}

.examination .swiper-button-next:after {
  content: "";
  width: 19px;
  height: 13px;
}

.ins-swiper-button-next:after {
  content: "";
  width: 19px;
  height: 13px;
}

.examination .swiper-button-next:after {
    background: url("../img/examination-right.svg");
    background-size: cover;
}

.examination .swiper-button-prev:after {
    background: url("../img/examination-left.svg");
    background-size: cover;
}

.ins-swiper-button-next:after {
    background: url("../img/examination-right.svg");
    background-size: cover;
}

.ins-swiper-button-prev:after {
    background: url("../img/examination-left.svg");
    background-size: cover;
}

.swiper-button-next:after {
  content: "";
  width: 19px;
  height: 13px;
}

.ins-swiper-button-next:after {
  content: "";
  width: 19px;
  height: 13px;
}

.examination-all-link {
    margin-top: 15px;
    margin-bottom: 25px;
    display: flex;
}

    .examination-all-link a {
        display: inline-flex;
        align-items: center;
        padding: 0 72px 0 40px; /* padding-left başlangıçta 40px */
        height: 40px;
        border-radius: 20px;
        text-decoration: none;
        position: relative;
        background-color: transparent;
        transition: padding-left 0.3s, background-color 0.3s;
    }

        .examination-all-link a span {
            color: #0372fd;
            font-size: 12px;
            font-weight: 500;
            line-height: 22px;
            transition: color 0.3s;
        }

        .examination-all-link a i {
            width: 34px;
            height: 34px;
            position: absolute;
            top: 50%;
            left: 0;
            transform: translateY(-50%);
            background: url(../img/slider-link.svg) no-repeat center center;
            background-size: cover;
            transition: left 0.3s, background 0.3s;
        }

        .examination-all-link a:hover {
            background-color: #0372fd;
            padding-left: 20px; /* ikona daha yakınlaşmak için */
        }

            .examination-all-link a:hover span {
                color: #ffffff;
            }

            .examination-all-link a:hover i {
                left: 75%; /* ikonu sağa kaydırıyoruz */
                background: url(../img/slider-link-hover-w.svg) no-repeat center center;
                background-size: cover;
            }

/*.examination-all-link a {
  padding: 0 72px 0 0;
  border-radius: 20px 20px 20px 20px;
  display: inline-flex !important;
  position: relative;
  height: 40px;
  align-items: center;
  padding-left: 40px;
}
*/
/*
.examination-all-link:hover a {
  color: #ffffff;
  background-color: #0372fd;
  transition: 0.3s all;
  position: relative;
  padding-left: 20px;
  align-items: center;
  height: 40px;
}

    .examination-all-link i {
        width: 34px;
        position: absolute;
        height: 34px;
        background: url(../img/slider-link.svg) no-repeat center center;
        margin: 0 13px 0 0;
        display: block;
        transition: 0.3s all;
        top: 0;
        bottom: 0;
        left: 0;
        background-size: cover;
    }

.examination-all-link:hover i {
  position: absolute;

  top: 50%;
  transform: translateY(-50%);

  z-index: 1;
  background: url(../img/slider-link-hover-w.svg) no-repeat center;
  left: 85px;
}

.examination-all-link a {
  text-decoration: none;
}

.examination-all-link a span {
  color: #0372fd;
  font-size: 12px;
  padding-top: 11px;
  font-weight: 500;
  letter-spacing: 0;
  text-decoration: none;
  line-height: 22px;
  padding-top: 0px;
}

.examination-all-link:hover a span {
  color: #ffffff;
}*/

.cancer-screening {
  padding: 109px 0 103px 0;
  background: #ffffff;
  z-index: 1;
}

.cancer-screening:before {
  width: 100%;
  height: 200px;
  top: -200px;
  z-index: 0;
  right: 0;
  left: 0;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #ffffff);
  position: absolute;
  content: "";
}

.cancer-screening .container {
  position: relative;
  z-index: 1;
}

.cs-left {
  width: 29.05405405405405%;
  padding: 0 25px 0 0;
}

.cs-right {
  width: 70.94594594594595%;
}

.cs-title {
  color: #747d8f;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 2px;
  line-height: 20px;
  margin-bottom: 0;
}

.cs-sub-title {
  color: #232535;
  font-size: 44px;
  font-weight: 600;
  letter-spacing: -0.5px;
  line-height: 51px;
  margin-bottom: 0;
}

.cs-end-title {
  color: #447bbf;
  font-size: 44px;
  font-weight: 600;
  letter-spacing: -0.5px;
  line-height: 44px;
  margin-bottom: 11px;
}

.cs-desc {
  width: 100%;
}

.cs-desc p {
  width: 100%;
  margin: 0 0 0 0;
  line-height: 24px;
  color: #3c4550;
  font-size: 18px;
  letter-spacing: 0;
}

.cs-right {
  padding: 0 0 0 111px;
}

.cs-list {
  margin-right: -80px;
}

.cs-item {
  width: 25%;
  padding: 0 80px 0 0;
}

.cs-item-img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  margin: 0 0 20px 0;
  border: 1px solid #ffffff;
  box-shadow: 0 0 15px 5px #747d8f1a;
  position: relative;
}

.cs-item:nth-child(1) .cs-item-img {
  background-color: #f0d0df;
}

.cs-item:nth-child(2) .cs-item-img {
  background-color: #adb2ec;
}

.cs-item:nth-child(3) .cs-item-img {
  background-color: #9dccf2;
}

.cs-item:nth-child(4) .cs-item-img {
  background-color: #b8e4e6;
}
.cs-item-img img {
    width:60px;
    max-width: 95%;
}
.cs-item-title {
  color: #232535;
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
  letter-spacing: -0.025px;
}

.cs-item-sub {
  color: #232535;
  font-size: 20px;
  line-height: 23px;
  font-weight: 700;
  letter-spacing: -0.025px;
}

.cs-item-desc {
  color: #747d8f;
  font-size: 14px;
  line-height: 19px;
  font-weight: 400;
  letter-spacing: 0;
  margin-top: 14px;
}

.cs-item-arrow {
    position: absolute;
    width: 71px;
    height: 70px;
    background: url("../img/screening-arrow.svg") no-repeat center center;
    right: -24px;
    top: -24px;
    transition: 0.3s all;
    background-size: cover;
}

.cs-item:hover .cs-item-arrow {
  right: -29px;
  top: -29px;
  transition: 0.3s all;
}

.technology {
  width: 100%;
  background-color: #ffffff;
  padding: 0 0 77px 0;
}

.technology-inner {
  width: 100%;
  overflow: hidden;
  border-radius: 20px;
  position: relative;
  min-height: 311px;
  /* background: url("../img/technology-bg.jpg") no-repeat center center; */
  background-size: cover;
  padding: 93px 0 56px 0;
}

.technology-video {
  width: 100%;
  height: 311px;
  overflow: hidden;
  border-radius: 20px;
  position: absolute;
  display: flex;
  justify-content: center;
  /* yatayda ortalama */
  align-items: center;
}

.technology-video video {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
  min-height: 100%;
  min-width: 100%;
}

.technology-title,
.technology-slogan {
  width: 100%;
  text-align: center;
  position: relative;
  z-index: 1;
  padding-left:20px;
  padding-right:20px;
}

.technology-buttons {
  position: relative;
  z-index: 1;
}

.technology-title {
  line-height: 47px;
  font-size: 36px;
  color: #ffffff;
  font-weight: 300;
  letter-spacing: -0.25px;
  margin: 0 0 0 0;
}

.technology-slogan {
  line-height: 44px;
  font-size: 36px;
  color: #ffffff;
  font-weight: 400;
  letter-spacing: 0px;
  font-family: "Courgette", cursive;
  margin: 0 0 26px 0;
}

.tb {
  margin: 0 15px 0 0;
}

.tb:last-child {
  margin: 0 0 0 0;
}

.tb a {
  transition: 0.3s all;
}

.tb-online-appointment a {
  border: 1px solid #f5f8fb;
  padding: 13px 27px 13px 27px;
  border-radius: 10px 10px 10px 10px;
  font-size: 12px;
  font-weight: 500;
  color: #ffffff;
  line-height: 20px;
  display: block;
  text-decoration: none;
  text-align: center;
  transition: 0.3s all;
}

    .tb-online-appointment a:hover {
        background: #fd0606;
        border: 1px solid #fd0606;
        transition: 0.3s all;
    }

.tb-just-call a {
  border: 0px solid #f5f8fb;
  background-color: #2574e4;
  padding: 13px 27px 13px 27px;
  border-radius: 10px 10px 10px 10px;
  font-size: 12px;
  color: #ffffff;
  font-weight: 500;
  line-height: 20px;
  display: block;
  text-decoration: none;
  text-align: center;
}

    .tb-just-call a:hover {
        background-color: #124996;
        color: #ffffff;
        transition: 0.3s all;
    }

.tb-we-call a {
  border: 0px solid #f5f8fb;
  background-color: #f5f8fb;
  padding: 13px 27px 13px 27px;
  border-radius: 10px 10px 10px 10px;
  font-size: 12px;
  color: #282b69;
  font-weight: 500;
  line-height: 20px;
  display: block;
  text-decoration: none;
  text-align: center;
}

    .tb-we-call a:hover {
        background: #272a68;
        color: #ffffff;
        transition: 0.3s all;
    }
.expert-explains-inner a{
    text-decoration:none !important;
}
.home-news.expert-explains {
    padding-top: 0;
    padding-bottom: 0;
}

.expert-explains {
  background-color: #ffffff;
/*  padding: 0 0 125px 0;*/
  overflow: hidden;
}

.expert-explains-title {
  width: 100%;
  line-height: 20px;
  color: #747d8f;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 2px;
  margin: 0 0 8px 0;
}

.expert-explains-slogan {
  width: 100%;
  line-height: 57px;
  color: #232535;
  font-size: 44px;
  font-weight: 600;
  letter-spacing: -0.05px;
  margin: 0 0 35px 0;
}

.experts-explains-slider, .news-slider {
    width: 125%;
}

.expert-explain-prev, .news-prev,
.expert-explain-next, .news-next {
    width: 66px;
    height: 66px;
    background-color: #fafafa;
    border-radius: 50%;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
    /* isteğe bağlı gölge */
    position: absolute;
    left: auto;
    transition: 0.3s all;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 193px;
    z-index: 1;
}

.expert-explain-prev,.news-prev {
  right: 85px;
}

.expert-explain-next,.news-next{
  right: 0;
}

    .expert-explain-prev:hover, .news-prev:hover,
    .expert-explain-next:hover, .news-next:hover {
        background-color: #e7ecef;
        transition: 0.3s all;
    }

    .expert-explain-prev:after, .news-prev:after,
    .expert-explain-next:after, .news-next:after {
        content: "";
        width: 19px;
        height: 13px;
    }

    .expert-explain-next:after {
        background: url("../img/examination-right.svg");
        background-size: cover;
    }
    .news-next:after {
        background: url("../img/examination-right.svg");
        background-size: cover;
    }
.expert-explain-prev:after {
    background: url("../img/examination-left.svg");
    background-size: cover;
}
.news-prev:after {
    background: url("../img/examination-left.svg");
    background-size: cover;
}
.expert-explains .container {
  position: relative;
}

.experts-explains-slider .swiper-slide a, .news-slider swiper-slide a{
    position: relative;
    display: block;
    width: 100%;
    display: block;
    text-decoration: none;
}
.swiper-slide a {
    text-decoration:none;
}

.ee-img {
    width: 100%;
    margin: 0 0 20px 0;
    border-radius: 15px;
    overflow: hidden;
    height: 270px;
}

    .ee-img img {
        width: 102%;
        transition: 0.3s all;
        height: 100%;
        object-fit: cover;
        position: relative;
        left: -1%;
       /* filter: grayscale(1) contrast(0.8) saturate(2.5) brightness(1.2);*/
        transition: 0.3s all;
    }
.news-slider .ee-img img{
    filter: initial !important;
}
.ee-img:hover img {
    filter: initial;
    transition: 0.3s all;
}
.news-slider .ee-text {
    background: #f0f3f6;
    border-radius: 0 0 15px 15px;
    overflow: hidden;
    padding-bottom: 20px;
    height: 161px;
    border: 1px solid #ffffff;
    box-shadow: 0 0 15px 1px #3b444e11;
}
.news-slider .ee-img{
    margin-bottom:0;
    border-radius:15px 15px 0 0;
}
.ee-title {
  line-height: 24px;
  color: #232535;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -0.25px;
  padding-left: 15px;
  padding-right: 80px;
     display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-bottom: 0;
}

.ee-dr {
  line-height: 23px;
  color: #4479be;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0px;
  padding-left: 15px;
  padding-right: 80px;
}

.ee-dr:before {
  content: "- ";
}

.logos {
  background-color: #eaebec;
  padding: 22px 0;
}

.logo-slider .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 42px;
  position: relative;
}
.logo-slider a {
    display: flex;
    justify-content: center;
}
.logo-slider .swiper-slide img {
  max-height: 38px;
  max-width: 100%;
  transition: 0.3s all;
}

.logo-slider .swiper-slide img:nth-child(2) {
  opacity: 0;
  display: none;
}

.logo-slider .swiper-slide:hover img:nth-child(2) {
  opacity: 1;
  display: block;
}

.logo-slider .swiper-slide:hover img:nth-child(1) {
  opacity: 0;
  display: none;
}

footer {
  width: 100%;
  overflow: hidden;
}

.footer-top {
  width: 100%;
  background: #4479be;
  padding: 80px 0 42px 0;
}

.footer-bottom {
  width: 100%;
  background: #406fb4;
  padding: 20px 0 20px 0;
}

.footer-left {
  width: 28.56265356265356%;
}

.footer-center {
  width: 59.82800982800983%;
}

.footer-right {
  width: 11.60933660933661%;
}

.footer-callcenter {
  width: 100%;
  margin: 0 0 35px 0;
}

.footer-callcenter a {
  text-decoration: none;
}

.footer-cc-icon {
  width: 68px;
}

    .footer-cc-icon i {
        background: url("../img/footer-cc-icon.svg") no-repeat center center;
        display: block;
        width: 51px;
        height: 42px;
        background-size: cover;
    }

.footer-cc-title {
  line-height: 20px;
  color: #a2d4f6;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 1px;
}

.footer-cc-number {
  line-height: 34px;
  color: #ededed;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: -0.25px;
}

.footer-left-menu ul li {
  margin: 0 0 4px 0;
}

.footer-left-menu ul li a {
  text-decoration: none;
  color: #a2d4f6;
  transition: 0.3s all;
  font-size: 14px;
  line-height: 18px;
}

.footer-left-menu ul li:hover a {
  text-decoration: none;
  color: #ffffff;
  transition: 0.3s all;
}

.footer-menu,
.footer-menu ul,
.footer-menu ul li {
  width: 100%;
}

.footer-menu ul li {
  margin: 0 0 6px 0;
}

.footer-menu,
.footer-menu ul ul li {
  width: auto;
  margin: 0 10px 0 0;
}

.footer-menu {
  margin: 0 14px 0 0;
}

.footer-menu ul li a {
  color: #dff2ff;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

    .footer-menu ul ul li a {
        color: #a2d4f6;
        font-size: 14px;
        font-weight: 400;
        line-height: 17px;
        text-transform: capitalize;
    }

.footer-menu ul ul {
  padding: 0 0 0 16px;
  border-left: 1px solid #64a6d3;
  margin: 8px 0 0 0;
}

.footer-center {
  max-height: 348px;
}

.footer-social {
  margin: 0 0 40px 0;
}

.footer-social ul {
  justify-content: flex-end !important;
}

.footer-social-title {
  color: #dff2ff;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  text-align: right;
  margin: 0 0 20px 0;
}

.footer-social ul li {
  margin: 0 30px 0 0;
}

.footer-social ul li:last-child {
  margin: 0 0 0 0;
}

.footer-social ul li a {
  text-decoration: none;
  color: #a2d4f6;
  font-size: 16px;
  transition: 0.3s all;
}

.footer-social ul li a:hover {
  color: #ffffff;
  transition: 0.3s all;
}

.footer-contact-title {
  color: #dff2ff;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  text-align: right;
  margin: 0 0 20px 0;
}

.footer-address {
  color: #a2d4f6;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  text-align: right;
}

.footer-copyright a {
  text-decoration: none;
  color: #ededed;
  line-height: 22px;
  font-size: 14px;
  font-weight: 400;
  transition: 0.3s all;
}

.footer-copyright a:hover {
  color: #ffffff;
  transition: 0.3s all;
}

.footer-menu ul li a:hover {
  color: #ffffff;
  transition: 0.3s all;
}

.banner-img,
.contact-banner {
  width: 100%;
  height: 702px;
  overflow: hidden;
}

.inner-short-banner .banner-img {
  height: 420px;
}

.contact-banner img {
  height: 100%;
}

.banner-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: right;
}

.inner-banner {
  width: 100%;
  position: relative;
  margin-top: 106px;
}

.banner-over {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}

.banner-text {
  padding: 302px 0 0 0;
}

.inner-short-banner .banner-text {
  padding: 160px 0 0 0;
}

.banner-title {
  color: #232535;
  font-size: 48px;
  font-weight: 700;
  letter-spacing: -0.45px;
  line-height: 64px;
  margin: 0 0 9px 0;
}

.banner-desc {
  font-size: 24px;
  color: #232535;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 30px;
  width: 528px;
  max-width: 100%;
}

.inner-head {
  background-color: #ecf2f8;
  position: relative;
}

.page-nav {
  width: auto;
  max-width: 100%;
  padding: 19px 0 19px 0;
}
    .page-nav ul{
        display:flex;
        flex-wrap:wrap;
        margin-bottom:0 !important;
    }
.page-nav ul li {
  width: auto;
  margin: 0 6px 0 0;
/*  float: left;*/
}

.page-nav ul li a {
  color: #42424f;
  font-size: 14px;
  font-weight: 400;
  line-height: 19px;
  letter-spacing: 0;
  text-decoration: none;
  padding: 0 6px 0 0;
}

.page-nav ul li:last-child a {
  text-decoration: underline;
  color: #447bbf;
}

.page-nav ul li:after {
  content: "I";
}

.page-nav ul li:last-child:after {
  display: none;
}

.inner {
  z-index: 1;
  position: relative;
}

.inner-menu {
    position: fixed;
    right: -134%;
    width: 376px;
    max-width: 94%;
    cursor: pointer;
    top: auto;
    z-index: 3;
    transition: 0.3s all;
    bottom: 0;
    background: #ffffff;
    /* border-left: 1px solid #ffffff; */
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    background: rgba(255, 255, 255, 0.7);
    /* border-left:1px solid #ffffff; */
    top: 50%;
    transform: translateY(-50%);
}

.inner-menu.inner-menu-open {
  position: fixed;
  right: 0;
  transition: 0.3s all;
  z-index: 9999999999;
}

.inner-menu-list {
  height: auto;
  opacity: 1;
}
.inner-content-inner .inner-content-text img{
  max-width: 100% !important;
  height: auto !important;
  border-radius: 15px;
}
.inner-menu-head-fixed {
  text-align: center;
  background: #5a9efd;
  margin-top: 104px;
  position: fixed;
  /* transform: translateY(-50%); */
  /* -webkit-transform: translateY(-50%); */
  -ms-transform: translateY(-50%);
  top: 50%;
  right: -103px;
  color: #ffffff;
  font-size: 14px;
  letter-spacing: 0;
  font-weight: 600;
  height: 37px;
  z-index: 2;
  padding: 9px 30px 10px 30px;
  border-radius: 0 0 9px 9px;
  transform: rotate(90deg);
  width: 242px;
  cursor: pointer;
  animation: horizontalShake 0.6s ease-in-out 0s 3;
}
    .inner-menu-head-fixed.inner-menu-head-fixed-hide {
        opacity:0;
    }
    @keyframes attractBounce {
        0% {
            transform: rotate(90deg) translateX(0);
        }

        25% {
            transform: rotate(90deg) translateX(-10px);
        }

        50% {
            transform: rotate(90deg) translateX(0);
        }

        75% {
            transform: rotate(90deg) translateX(-5px);
        }

        100% {
            transform: rotate(90deg) translateX(0);
        }
    }

    @keyframes horizontalShake {
        0% {
            transform: rotate(90deg) translateY(0);
        }

        25% {
            transform: rotate(90deg) translateY(-3px);
        }

        50% {
            transform: rotate(90deg) translateY(0);
        }

        75% {
            transform: rotate(90deg) translateY(1px);
        }

        100% {
            transform: rotate(90deg) translateY(0);
        }
    }

    .inner-menu-head {
  height: 54px;
  width: 100%;
  position: relative;
  padding-top: 10px;

  /* background: #ecf2f8; */
  /* background: #ffffff; */
  /* border-bottom: 1px solid #ededed; */
}

.inner-menu-hamburger {
  padding: 0 0 0 0;
  height: 54px;
  width: 54px;
  transition: 0.3s all;
  background-color: #5a9efd;
  padding: 0 0 0 16px;
  position: absolute;
  left: -54px;
  cursor: pointer;
  caret-color: transparent;
}

.inner-menu-close {
  padding: 0 3px 0 3px;
  height: 100%;
  width: 17px;
  transition: 0.3s all;
  background: #4b96fe;
  position: absolute;
  left: -17px;
  cursor: pointer;
  caret-color: transparent;
  border-radius: 25px 0 0 25px;
}

.inner-menu-close i {
  color: #ffffff;
}

.inner-menu-close-inner {
  width: 40px;
  height: 40px;
}

.inner-menu-hamburger * {
  caret-color: transparent;
}

.inner-menu-hamburger:hover {
  background-color: #ffffff;
}

.inner-menu-hamburger span {
  margin: 0 0 4px 0;
  height: 3px;
  display: block;
}

.inner-menu-close span {
  margin: 0 0 4px 0;
  height: 2px;
  display: block;
  border-radius: 8px;
}

.inner-menu-hamburger span:nth-child(1) {
  width: 24px;
  background-color: #e1edff;
}

.inner-menu-hamburger span:nth-child(2) {
  width: 18px;
  background-color: #9cc5fe;
}

.inner-menu-hamburger span:nth-child(3) {
  width: 24px;
  background-color: #9cc5fe;
  margin: 0 0 0 0;
}

.inner-menu-title {
  color: #232535;
  font-size: 16px;
  letter-spacing: 0;
  font-weight: 600;
  padding-left: 43px;
  width: 100%;
}

.inner-menu.inner-menu-open .inner-menu-list {
  height: auto;
  opacity: 1;
  transition: 0.3s all;
  right: 0;
}

.inner-menu.inner-menu-open .inner-menu-hamburger {
  border-right: 1px solid #ecf2f8;
}

.inner-menu.inner-menu-open .inner-menu-hamburger span:nth-child(2) {
  display: none;
}

.inner-menu.inner-menu-open .inner-menu-hamburger span:nth-child(1) {
  background-color: #d7e9ff;
  transform: rotate(45deg);
  top: 4px;
  position: relative;
}

.inner-menu.inner-menu-open .inner-menu-hamburger span:nth-child(3) {
  background-color: #d7e9ff;
  transform: rotate(135deg);
  top: -3px;
  position: relative;
}

.inner-menu-close span:nth-child(1) {
  background-color: #ffffff;
  transform: rotate(45deg);
  top: 27px;
  position: relative;
}

.inner-menu-close span:nth-child(2) {
  background-color: #ffffff;
  transform: rotate(135deg);
  top: 21px;
  position: relative;
}

/* .inner-menu.inner-menu-open .inner-menu-head {
  background-color: #5a9efd;
} */
/* .inner-menu.inner-menu-open .inner-menu-title {
  color: #ecf2f8;
  font-weight: 900;
} */

.inner-menu .inner-menu-list ul {
  padding-bottom: 90px !important;
  margin-bottom: 0;
  padding-top: 0 !important;
}

.inner-menu .inner-menu-list ul li a {
  text-decoration: none;
  padding: 5px 0 5px 43px;
  /* color: #ffffff; */
  color: #232535;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 21px;
  display: block;
  width: 100%;
}

.inner-menu .inner-menu-list ul li.inner-menu-item-active a {
  background: linear-gradient(to right,
      #ecf2f8 0%,
      rgba(236, 242, 248, 0) 100%);
  color: #5a9efd;
}

/* .inner-menu .inner-menu-list ul li a:hover {
  color: #ecf2f8;
} */
.inner-menu .inner-menu-list ul li:hover a {
  background: linear-gradient(to right,
      #ecf2f8 0%,
      rgba(236, 242, 248, 0) 100%);
  color: #5a9efd;
}

.inner-menu .inner-menu-list ul li.inner-menu-item-active a:hover {
  color: #4286e6;
}

.inner-content, .news-content {
    padding: 66px 0 104px 0;
    background: #ffffff;
    position: relative;
}
.inner-content-text {
  width: 60.5036855036855%;
  position: relative;
  padding-right: 104px;
  z-index: 1;
  min-height: 450px;
  overflow:hidden;
}
.news-left .inner-content-text {
  width: 100% !important;
  position: relative;
  padding-right: 0;
  z-index: 1;
  min-height: 450px;
}
.cover-img{
  width:100%;
  border-radius: 15px;
  margin-bottom:30px;
  overflow: hidden;
  border:2px solid #ffffff;
}
.cover-img img{
    width:100%;
}
.inner-content-text h1 {
  font-size: 40px;
  color: #232535;
  font-weight: 600;
  letter-spacing: -0.05em;
  /* -50 tracking = yaklaşık -0.05em */
  margin: 0 0 15px 0;
  line-height: 52px;
}

.inner-content-text h2 {
  font-size: 36px;
  color: #3c4550;
  font-weight: 600;
  letter-spacing: -0.05em;
  /* -50 tracking = yaklaşık -0.05em */
  margin: 0 0 17px 0;
}

.inner-content-text h3 {
  font-size: 36px;
  color: #3c4550;
  font-weight: 600;
  letter-spacing: -0.05em;
  /* -50 tracking = yaklaşık -0.05em */
  margin: 0 0 17px 0;
}

.inner-content-text p {
  font-size: 18px;
  color: #3c4550;
  font-weight: 400;
  letter-spacing: 0px;
  line-height: 24px;
  margin: 0 0 30px 0;
}
.inner-content-text a {
  text-decoration: none;
}

.inner-content-text ul li,
.inner-content-text ol li {
  font-size: 18px;
  color: #3c4550;
  font-weight: 400;
  letter-spacing: 0px;
  line-height: 24px;
}

.inner-content-text ol,
.inner-content-text ol {
  padding-left: 18px;
}

.inner-content-imgs {
  padding-top: 15px;

  position: absolute;
  padding-left: 60.5036855036855%;
  right: 0;
}

.inner-content-imgs img {
  width: 100%;
  border-radius: 8px;
  margin: 0 0 90px 0;
}

.inner-content-imgs img:last-child {
  width: 100%;
  border-radius: 8px;
  margin: 0 0 0 0;
}

.dr-inner-head {
  background: #e7ecf1;
}

.dr-list-content {
  background: #e7ecf1;
  padding: 0 0 95px 0;
}
.dr-list-content a{
    text-decoration:none;
}
.dr-inner-head {
  min-height: 283px;
  padding-top: 186px;
  /* padding-bottom: 45px; */
  padding-bottom: 16px;
}

.dr-page-title {
  line-height: 49px;
  color: #00060f;
  font-size: 36px;
  letter-spacing: -0.025em;
  font-weight: 600;
  margin: 0 0 22px 0;
}

.dr-search-name {
  margin: 0 10px 0 0;
}

input {
  outline: none;
}

.dr-search-name input {
  width: 385px;
  height: 50px;
  border-radius: 50px 50px 50px 50px;
  border: 0px;
  outline: 0px !important;
  padding: 0 27px 0 27px;
  line-height: 24px;
  color: #00060f;
  font-size: 16px;
  letter-spacing: -0.025em;
  font-weight: 400;
}

.dr-search-name input::-webkit-input-placeholder,
.dr-search-branch input::-webkit-input-placeholder {
  /* Chrome, Safari */
  color: #00060f;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: -0.025em;
  line-height: 24px;
}

.dr-search-name input::-moz-placeholder,
.dr-search-branch input::-moz-placeholder {
  /* Firefox 19+ */
  color: #00060f;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: -0.025em;
  line-height: 24px;
  opacity: 1;
}

.dr-search-name input:-ms-input-placeholder,
.dr-search-branch input:-ms-input-placeholder {
  /* IE 10+ */
  color: #00060f;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: -0.025em;
  line-height: 24px;
}

.dr-search-name input::placeholder,
.dr-search-branch input::placeholder {
  /* Standard */
  color: #00060f;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: -0.025em;
  line-height: 24px;
}

.dr-search-branch {
  margin: 0 10px 0 0;
}

.dr-search-branch input {
  width: 400px;
  height: 50px;
  border-radius: 50px 50px 50px 50px;
  border: 0px;
  margin: 0 10px 0 0;
  outline: 0px !important;
  padding: 0 27px 0 27px;
  line-height: 24px;
  color: #00060f;
  font-size: 16px;
  letter-spacing: -0.025em;
  font-weight: 400;
}

.dr-search-button {
  width: 106px;
  height: 50px;
  border-radius: 50px 50px 50px 50px;
  background-color: #0373fd;
  outline: 0px !important;
  border: 0px;
  color: #ffffff;
  font-size: 16px;
  letter-spacing: -0.025em;
  font-weight: 600;
  position: relative;
  transition: 0.3s all;
}

.dr-search-button:hover {
  background-color: #215798;
}

.dr-search-button i {
  margin-left: 5px;
  font-size: 16px;
}

.dr-sort span {
  color: #00060f;
  font-size: 16px;
  letter-spacing: -0.025em;
  font-weight: 400;
  line-height: 20px;
  margin: 0 13px 0 0;
}

.custom-select {
  position: relative;
  width: 200px;
  font-family: sans-serif;
  cursor: pointer;
}

.custom-select .selected {
  padding: 10px;
  padding-left: 21px;
  background: #ffffff;
  width: 137px;
  height: 50px;
  border-radius: 50px 50px 50px 50px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.custom-select .selected span {
  color: #00060f;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: -0.025em;
  line-height: 50px;
  display: block;
  height: 47px;
}

.custom-select .selected .bars-sort-az {
  width: 21px;
  height: 15px;
  position: relative;
  margin: 0 9px 0 0;
}

.custom-select .selected .bars-sort-az span:nth-child(1) {
  width: 21px;
  height: 4px;
  background-color: #000000;
  display: block;
  border-radius: 3px;
  margin: 0 0 2px 0;
}

.custom-select .selected .bars-sort-az span:nth-child(2) {
  width: 18px;
  height: 4px;
  background-color: #000000;
  display: block;
  border-radius: 3px;
  margin: 0 0 2px 0;
}

.custom-select .selected .bars-sort-az span:nth-child(3) {
  width: 8px;
  height: 4px;
  background-color: #000000;
  display: block;
  border-radius: 3px;
  margin: 0 0 0 0;
}

.custom-select .select-options {
  position: absolute;
  top: 100%;
  left: auto;
  right: 12px;
  background: white;
  border: 0px solid #ccc;
  border-radius: 18px 18px 18px 18px;
  list-style: none;
  padding: 0;
  margin: 4px 0 0;
  display: none;
  z-index: 10;
  width: 137px;
}

.custom-select .select-options li {
  padding: 10px;
  border-bottom: 1px solid #eee;
}

.custom-select .select-options li i {
  margin-right: 12px;
}

.selected i {
  margin-right: 12px;
}

.custom-select .select-options li:last-child {
  border-bottom: none;
}

.custom-select .select-options li:hover {
  background: #f2f2f2;
}

.custom-select .custom-select.open .select-options {
  display: block;
}

.custom-select.open .select-options {
  display: block;
}

.dr-list-content-inner {
  margin-left: -23px;
  margin-right: -23px;
}

.dr-list-item {
  padding: 0 23px 0 23px;
  margin: 0 0 45px 0;
}

.dr-li-inner {
  border: 2px solid #fbfcfd;
  border-radius: 25px;
  overflow: hidden;
  background-color: #e2e8ee;
  transition: 0.3s all;
}

.dr-list-item:hover .dr-li-inner {
  box-shadow: 0 1px 25px rgba(48, 55, 62, 0.11);
  transition: 0.3s all;
}

.dr-li-img {
  width: 100%;
}

.dr-li-img img {
  width: 100%;
}

.dr-li-text {
  width: 100%;
  text-align: center;
  padding: 20px 0 10px 0;
  border-bottom: 2px solid #e7ecef;
}

.dr-li-name {
  color: #272a68;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
}

.dr-li-branch {
  color: #5788c5;
  font-size: 16px;
  font-weight: 500;
  line-height: 21px;
}

.dr-li-buttons {
  padding: 22px 23px 25px 23px;
  width: 100%;
}

.dr-li-btn.dr-appointment {
  margin-right: 13px;
}

.dr-li-btn.dr-appointment a {
  width: 177px;
  height: 40px;
  border-radius: 40px 40px 40px 40px;
  background-color: #608dfb;
  color: #e9eef0;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 13px;
  font-weight: 500;
  transition: 0.3s all;
  letter-spacing: 0;
}

.dr-li-btn.dr-appointment a:hover {
  background-color: #456bc9;
  transition: 0.3s all;
}

.dr-li-btn.dr-profil a {
  width: 130px;
  height: 40px;
  border-radius: 40px 40px 40px 40px;
  background-color: #272a68;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #e9eef0;
  font-size: 13px;
  font-weight: 500;
  transition: 0.3s all;
  text-decoration: none;
  letter-spacing: 0;
}
.dr-li-btn.dr-ask-doctor {
    width: 221px;
    max-width: 100%;
    margin: 9px 0 0 auto;
}
    .dr-li-btn.dr-ask-doctor a {
        width: 100%;
        height: 40px;
        border-radius: 40px 40px 40px 40px;
        background-color: #478fd1;
        text-decoration: none;
        display: flex;
        justify-content: center;
        align-items: center;
        color: #e9eef0;
        font-size: 13px;
        font-weight: 500;
        transition: 0.3s all;
        text-decoration: none;
        letter-spacing: 0;
    }
.dr-detail-online-appointment .dr-li-btn.dr-ask-doctor {
    background: initial;
    border: 2px solid #ffffff;
    border-radius: 25px 0 25px 25px;
    overflow: hidden;
    width: 253px;
}
.dr-detail-online-appointment .dr-li-btn.dr-ask-doctor a{
    background: initial;
    overflow: hidden;
    font-size:14px;
    font-weight:700;
}
.dr-li-btn.dr-profil a:hover {
  transition: 0.3s all;
  background-color: #212686;
}
.dr-detail-online-appointment .dr-li-btn.dr-ask-doctor:before {
    content: "";
    width: 0;
    position: absolute;
    height: 100%;
    background-color: #ffffff;
    left: 0;
    top: 0;
    bottom: 0;
    transition: 0.3s all;
}
.dr-detail-online-appointment .dr-li-btn.dr-ask-doctor {
    overflow: hidden;
}
.dr-detail-online-appointment .dr-li-btn.dr-ask-doctor:hover:before {
    width: 100%;
    transition: 0.3s all;
    z-index: 0;
}
.dr-detail-online-appointment .dr-li-btn.dr-ask-doctor:hover a{
    color: #5a90fd;
}
.dr-li-btn.dr-ask-doctor a:hover {
    transition: 0.3s all;
    background-color: #2672b7;
}
.dr-detail-online-appointment .dr-li-btn.dr-ask-doctor:hover a{
    transition: 0.3s all;
    background-color: initial;
}
.dr-li-btn.dr-appointment {
  position: relative;
}

.dr-li-btn.dr-profil {
  position: relative;
}
.dr-li-btn.dr-ask-doctor {
    position: relative;
}
.dr-li-btn.dr-appointment a,
.dr-li-btn.dr-profil a,
.dr-li-btn.dr-ask-doctor a {
    position: relative;
    padding-left: 30px;
}


.dr-li-btn.dr-appointment:after {
    content: "";
    background: url("../img/get-appointment.svg") no-repeat center center;
    width: 31px;
    height: 28px;
    display: block;
    position: absolute;
    display: block;
    top: 8px;
    left: 16px;
}

.dr-li-btn.dr-profil:after {
  content: "";
  background: url("../img/profil.svg") no-repeat center center;
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
  display: block;
  top: 8px;
  left: 16px;
}
.dr-li-btn.dr-ask-doctor:after {
    content: "";
    background: url(../img/uzmaniniza-sorun-icon.svg) no-repeat center center;
    width: 28px;
    height: 26px;
    display: block;
    position: absolute;
    display: block;
    top: 8px;
    left: 16px;
    background-size: contain;
}
.dr-detail-online-appointment .dr-li-btn.dr-ask-doctor:hover:after {
    background: url(../img/h-ask-dr.svg) no-repeat center center;
    background-size: contain;
    filter: saturate(6) opacity(0.7) hue-rotate(322deg) brightness(1.2);
}
.contact-content {
  background: #e7ecf1;
  padding-bottom: 150px;
}

.contact-banner {
  height: 591px;
}

.contact-banner-img {
  width: 100%;
  height: 591px;
  overflow: hidden;
  position: relative;
}

.contact-banner-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.contact-banner-img iframe {
  width: 100%;
  height: 110% !important;
  top: -57px;
  position: relative;
}

.contact-content-inner {
  padding: 50px 0 0 0;
}

.contact-content-left h1,
.ik-content-left h1 {
  color: #232535;
  font-size: 40px;
  font-weight: 500;
  letter-spacing: -0.05em;
  margin: 0 0 30px 0;
}

.contact-content-left {
  width: 50.98280098280098%;
}

.ik-content-left {
  width: 70%;
}

.ik-content-right {
  width: 30%;
  padding-top: 180px;
  padding-left: 50px;
}

.ik-content-right.dr-danisma-right {
  width: 30%;
  padding-top: 21px;
}

.ik-content-right-inner {
  width: 100%;
  background-color: #ffffff;
  overflow: hidden;
  border-radius: 15px;
}

.ik-content-right-text {
  padding-top: 40px;
  padding-right: 15px;
  padding-left: 15px;
  padding-bottom: 40px;
  text-align: center;
  font-style: italic;
  color: #777;
  font-size: 14px;
  margin-top: 20px;
}

.ik-content-right-text span {
  width: 100%;
  display: block;
}

.ik-content-right img {
  width: 100%;
}

.ik-content-right.dr-danisma-right img {
  width: 100%;
  padding: 65px 76px 0px 76px;
}

.contact-tabs .nav-tabs .nav-item {
  margin: 0 0.8% 0 0.8%;
  width: 32.2%;
}
.contact-tabs li.nav-item:nth-child(2) {
    position: relative;
    right: -1px;
}
    .contact-tabs .nav-tabs .nav-item:last-child {
        margin-right: 0;
        position: relative;
        right: -2px;
    }

.contact-tabs .nav-tabs .nav-item:first-child {
  margin-left: 0;
}

.contact-tabs .nav-tabs .nav-item .nav-link {
  line-height: 25px;
  color: #ffffff;
  background-color: #4b96fe;
  padding: 22px 15px 8px 15px;
  border-radius: 25px 25px 0 0;
  font-size: 18px;
  text-align: center;
  width: 100%;
  min-height: 81px;
  font-weight: 600;
}

.contact-tabs {
  top: 20px;
  position: relative;
}

.contact-tabs .nav-tabs .nav-item:nth-child(3) .nav-link {
  background-color: #272a68;
}

.contact-tabs .nav-tabs .nav-item .nav-link.active {
  line-height: 25px;
  background-color: #ffffff;
  padding: 42px 15px 8px 15px;
  border-radius: 25px 25px 0 0;
  font-size: 24px;
  color: #232535;
  position: relative;
  margin-top: -18px;
  border: 0px;
  font-weight: 600;
  height: 101px;
}

.contact-tabs .tab-content {
  padding-top: 60px;
  padding-left: 60px;
  padding-right: 60px;
  padding-bottom: 96px;
}

.contact-tabs .tab-content {
  background-color: #ffffff;
  border-radius: 0 0 25px 25px;
  margin-top: 0px;
}

.contact-tabs .tab-content .row {
  margin-left: -9px;
  margin-right: -9px;
}

.contact-tabs .tab-content .col-md-6.col-xl-6.col-sm-12.col-xs-6:nth-child(odd) {
  padding: 0 9px 0 0;
}

.contact-tabs .tab-content .col-md-6.col-xl-6.col-sm-12.col-xs-6:nth-child(even) {
  padding: 0 0 0 9px;
}

.contact-tabs .tab-content .form-input {
  width: 100%;
  margin: 0 0 20px 0;
}

.contact-tabs .tab-content .form-input input {
  width: 100%;
  height: 50px;
  border: 1px solid #d6dfe9;
  border-radius: 50px 50px 50px 50px;
  padding-left: 22px;
  color: #232535;
  font-size: 14px;
  font-style: italic;
  line-height: 18px;
  letter-spacing: 0.025em;
}

.contact-tabs .tab-content input::-webkit-input-placeholder {
  /* Chrome, Safari */
  color: #00060f;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: -0.025em;
  line-height: 24px;
}

.contact-tabs .tab-content input::-moz-placeholder {
  /* Firefox 19+ */
  color: #00060f;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: -0.025em;
  line-height: 24px;
  opacity: 1;
}

.contact-tabs .tab-content input:-ms-input-placeholder {
  /* IE 10+ */
  color: #00060f;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: -0.025em;
  line-height: 24px;
}

.contact-tabs .tab-content input::placeholder {
  /* Standard */
  color: #00060f;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: -0.025em;
  line-height: 24px;
}

.contact-tabs .tab-content .form-input textarea {
  width: 100%;
  height: 80px;
  border: 1px solid #d6dfe9;
  border-radius: 20px 20px 20px 20px;
  padding-left: 22px;
  color: #232535;
  font-size: 14px;
  font-style: italic;
  line-height: 18px;
  letter-spacing: 0.025em;
  padding-top: 30px;
  resize: none;
}

/* Container */
.checkbox-custom {
  position: relative;
  display: flex;
  align-items: flex-start;
  font-size: 15px;
  line-height: 30px;
  height: 30px;
  margin: 0 0 28px 0;
}

.checkbox-custom input[type="checkbox"] {
  opacity: 0;
  position: absolute;
  z-index: -1;
}

/* Label + checkbox görünümü */
.checkbox-custom label {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  user-select: none;
  display: inline-flex;
  align-items: center;
}

/* Kutu görünümü */
.checkbox-custom label .checkmark {
  position: absolute;
  left: 0;
  top: 2px;
  height: 29px;
  width: 29px;
  background-color: #fff;
  border: 1px solid #d6dfe9;
  border-radius: 3px 0 0 0;
  transition: all 0.2s ease;
}

/* Tik işareti (after ile) */
.checkbox-custom input[type="checkbox"]:checked+label .checkmark::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 1px;
  width: 6px;
  height: 12px;
  border: solid #000;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  left: 9px;
  top: 6px;
}

/* Renk geçişi */
.checkbox-custom input[type="checkbox"]:checked+label .checkmark {
  border-color: #007bff;
  /* Seçili kutu kenar rengi */
  background-color: #e9f3ff;
  /* Seçili kutu iç rengi */
}

.checkbox-custom .checkbox-custom-text {
  padding-left: 12px;
  text-decoration: none;
  font-size: 16px;
  color: #000000;
  text-decoration: none;
  letter-spacing: 0;
  font-style: italic;
  font-weight: 600;
  line-height: 30px;
}

.checkbox-custom-text a {
  font-size: 16px;
  color: #447bbf;
  text-decoration: underline;
  letter-spacing: 0;
  font-style: italic;
  font-weight: 400;
}

.contact-btn {
  margin-right: 35px;
  height: 50px;
  width: 154px;
  max-width: 100%;
  border: 0;
  outline: 0;
  border-radius: 50px 50px 50px 50px;
  background: linear-gradient(to right, #4b96fe, #797ef6);
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: -0.025em;
  transition: 0.3s all;
  cursor: pointer;
}

.contact-btn:hover {
  background: linear-gradient(to right, #1961c3, #797ef6);
  transition: 0.3s all;
}

.contact-content-right {
  width: 46.56019656019656%;
  padding-top: 100px;
}

.where-we-are {
  width: 100%;
}

.wwa-head {
  width: 100%;
}

.wwa-title {
  height: 64px;
  width: 250px;
  background: #ffffff;
  border-radius: 28px 28px 0 0;
  color: #232535;
  padding-top: 31px;
  padding-bottom: 4px;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: -0.025em;
  line-height: 34px;
  justify-content: flex-start !important;
  text-align: left;
  padding-left: 29px;
}
    .wwa-title a, .where-we-are a {
        text-decoration: none;
    }
    .wwa-body {
        background: #ffffff;
        border-radius: 0 22px 22px 0;
        margin: 0 0 40px 0;
    }

.contact-call {
  margin: 0 0 40px 0;
}

.wwa-address {
  padding: 0 0 18px 25px;
  border-bottom: 1px solid #e8e8e8;
}

.wwa-address-direction {
    width: 203px;
    height: 46px;
    background: linear-gradient(to right, #4b96fe, #797ef6);
    border-radius: 20px 20px 0 20px;
    padding: 0 12px 0 20px;
    margin-left: 20px;
    margin-top: 0;
}

.wwa-address-direction-title {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0;
}

.wwa-address-direction-icon {
  width: 36px;
  height: 27px;
  background: url("../img/address-direction.svg");
}

.wwa-body {
  padding: 0 0 0 0;
}

.wwa-text {
  padding: 25px 20px 0 0;
}

.wwa-icon {
  margin: 25px 18px 0 0;
}

.wwa-pin-icon i {
  width: 46px;
  height: 57px;
  background: url("../img/address-pin.svg");
  display: block;
}

.wwa-metro-icon i {
  width: 42px;
  height: 48px;
  background: url("../img/metro-icon.svg");
  display: block;
}

.wwa-address-title {
  padding-top: 5px;
  color: #232535;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0;
  margin: 0 0 5px 0;
  line-height: 22px;
}

.wwa-address-desc {
  color: #0c2539;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 18px;
}

.wwa-metro {
  padding: 0 0 38px 25px;
}

.wwa-right {
  width: 200px;
}

.wwa-body {
  border-radius: 0 0 25px 25px;
  overflow: hidden;
}

.wwa-left {
  width: calc(100% - 200px);
}

.wwa-metro-title {
  color: #232535;
  font-weight: 700;
  font-size: 16px;
}

.wwa-metro-title {
  color: #232535;
  font-weight: 700;
  font-size: 16px;
}

.wwa-metro-desc {
  color: #e10916;
  font-weight: 700;
  font-size: 16px;
}
.wwa-metro-subdesc {
    color: #e10916;
    font-weight: 400;
    font-size: 14px;
}
.call-us {
  width: 46.99738903394256%;
  border-radius: 0 25px 25px 25px;
  overflow: hidden;
  background-color: #ffffff;
  padding: 30px 35px 35px 32px;
  position: relative;
}
.call-us a{
    text-decoration:none;
}
.we-call {
  width: 46.99738903394256%;
  border-radius: 0 25px 25px 25px;
  overflow: hidden;
  background-color: #ffffff;
}

.call-us-icon {
    position: absolute;
    width: 50px;
    height: 70px;
    right: 36px;
    top: 0;
    background-color: #5b8efb;
    border-radius: 0 0 9px 9px;
    overflow: hidden;
    padding: 25px 0 0 8px;
}

/*.contact-call.scrolled .call-us-icon {
  height: 70px;
  padding: 25px 0 0 8px;
  transition: 0.3s all;
}*/

.call-us-icon i {
  width: 32px;
  height: 32px;
  background: url(../img/call-us-icon.svg) no-repeat center center;
  display: block;
}

.call-us-title {
  color: #232535;
  font-size: 24px;
  line-height: 29px;
  margin: 0 0 16px 0;
  font-weight: 600;
  letter-spacing: -0.04em;
}

.call-us-text {
  color: #232535;
  font-size: 14px;
  line-height: 20px;
  margin: 0 0 0 0;
  font-weight: 600;
  letter-spacing: 0;
}

.call-us-number {
  color: #232535;
  font-size: 24px;
  line-height: 32px;
  margin: -3px 0 0 0;
  font-weight: 600;
  letter-spacing: 0;
}

/**/

.we-call {
  width: 46.99738903394256%;
  border-radius: 0 25px 25px 25px;
  overflow: hidden;
  background-color: #ffffff;
  padding: 30px 35px 35px 32px;
  position: relative;
}

.we-call-icon {
    position: absolute;
    width: 50px;
    height: 70px;
    background-color: #5b8efb;
    border-radius: 0 0 9px 9px;
    overflow: hidden;
    padding: 24px 0 0 8px;
    right: 36px;
    top: 0;
    transition: 0.3s all;
    overflow: hidden;
}

/*.contact-call.scrolled .we-call-icon {
  height: 70px;

  transition: 0.3s all;
}
*/
.we-call-icon i {
  width: 37px;
  height: 37px;
  background: url(../img/we-call-icon.svg) no-repeat center center;
  display: block;
}

.we-call-title {
  color: #232535;
  font-size: 24px;
  line-height: 29px;
  margin: 0 0 16px 0;
  font-weight: 600;
  letter-spacing: -0.04em;
}
    .we-call-title a {
        text-decoration: none;
        color: #232535;
    }
.we-call-note {
  color: #232535;
  font-size: 16px;
  line-height: 20px;
  margin: 0 0 0 0;
  font-weight: 600;
  letter-spacing: 0;
}

/* .contact-emai{
  width:100%;
  background-color: #ffffff;
  border-radius: 25px 25px 25px 0;
  overflow: hidden;
} */

.contact-emai {
  background: #dce8f3;
  /* açık mavi tonu */
  border-radius: 20px;
  position: relative;
  overflow: hidden;
  height: 156px;
}

.contact-emai::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 60%;
  height: 100%;
  background: white;
  clip-path: polygon(0 0, 85% 0, 70% 100%, 0% 100%);
  z-index: 1;
}

.contact-email-left {
  position: relative;
  width: 46.99738903394256%;
  padding: 31px 30px 30px 32px;
  z-index: 2;
}

.contact-email-right {
  position: relative;
  width: 46.99738903394256%;
  padding: 31px 30px 30px 32px;
  z-index: 2;
}

.contact-e-icon {
    position: absolute;
    width: 50px;
    height: 70px;
    background-color: #5b8efb;
    border-radius: 0 0 9px 9px;
    overflow: hidden;
    padding: 37px 0 0 5px;
    right: 36px;
    top: 0;
    transition: 0.3s all;
    overflow: hidden;
}

/*.contact-email-left.scrolled .contact-e-icon {
  height: 70px;

  transition: 0.3s all;
}*/

.contact-e-icon i {
  width: 36px;
  height: 20px;
  background: url(../img/contact-e-icon.svg) no-repeat center center;
  display: block;
}

.contact-e-title {
  line-height: 25px;
  color: #232535;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0;
}
    .contact-e-title a {
        text-decoration: none;
        color: #232535;
    }
.contact-e-desc {
  line-height: 25px;
  color: #232535;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0;
}
    .contact-e-desc a {
        color: #232535;
        text-decoration: none;
    }
.contact-e-desc {
  line-height: 25px;
  color: #232535;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0;
  margin: 0 0 0 3px;
}

.contact-e-mail {
  line-height: 25px;
  color: #232535;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0;
  margin: 0 0 0 3px;
}
    .contact-e-mail a {
        text-decoration: none;
        color: #232535;
    }
.contact-email-head-title {
  color: #232535;
  font-size: 24px;
  line-height: 29px;
  margin: 0 0 16px 0;
  font-weight: 600;
  letter-spacing: -0.04em;
}

.dr-detail-content {
  background-color: #e7ecf1;
  padding-bottom: 70px;
}

.dr-detail-left {
  width: 27.57985257985258%;
  background-color: #ffffff;
  padding: 0 43px 10px 46px;
  border-radius: 30px 30px 30px 30px;
  height: max-content;
}

.dr-detail-online-appointment {
  border-radius: 25px;
  background-color: #5a90fc;
  padding: 33px 35px 33px 34px;
  margin: 0 0 35px 0;
}

.dr-det-oa-title {
  line-height: 21px;
  color: #ffffff;
  font-size: 16px;
  letter-spacing: -0.025em;
  margin: 0 0 5px 0;
}

.dr-det-oa-desc {
  line-height: 21px;
  color: #ffffff;
  font-size: 16px;
  letter-spacing: 0;
  margin: 0 0 10px 0;
  font-weight: 600;
}

.dr-det-oa-btn {
    width: 213px;
    max-width: 100%;
    border: 1px solid #fdfeff;
    height: 40px;
    display: block;
    border-radius: 0 25px 25px 25px;
    text-decoration: none;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #5a90fc;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 0;
    padding: 7px 12px 7px 13px;
    transition: 0.3s all;
    position: relative;
    overflow: hidden;
    z-index: 1;
    background-color: #ffffff;
    border: 2px solid #5a90fc;
}
.dr-btns-box {
    margin-bottom: 37px;
    margin-left:auto;
    margin-right:auto;
    display:flex;
    justify-content:center;
}
.dr-btns-box-inner {
    width: 256px;
    max-width: 100%;
}
.dr-det-oa-btn:before {
  content: "";
  width: 0;
  position: absolute;
  height: 100%;
  background-color: #ffffff;
  left: 0;
  top: 0;
  bottom: 0;
  transition: 0.3s all;
}

.dr-det-oa-btn:hover:before {
  width: 100%;
  transition: 0.3s all;
  z-index: 0;
  background-color: #5a90fc;
}

.dr-det-oa-btn i {
  width: 31px;
  height: 28px;
  background: url("../img/dr-det-oa-bt-hover.svg");
  margin: 0 11px 0 0;
  position: relative;
  z-index: 1;
  transition: 0.3s all;
}

.dr-det-oa-btn span {
  position: relative;
  z-index: 1;
}

.dr-det-oa-btn:hover {
  color: #ffffff;
  transition: 0.3s all;
}

.dr-det-oa-btn:hover i {
  background: url("../img/dr-det-oa-bt.svg");

  transition: 0.3s all;
}

.dr-detail-right {
  width: 70.14742014742015%;
  padding: 0 0 0 38px;
}

.dr-detail-left-inner {
  position: relative;
}

.dr-detail-left-inner:before {
  content: "";
  height: 5px;
  width: 100%;
  background-color: #787df4;
  display: block;
  top: -5px;
  position: absolute;
}

.dr-detail-img {
  width: 100%;
  border-radius: 0 0 40px 40px;
  overflow: hidden;
}

.dr-detail-img img {
  width: 100%;
}

.dr-detail-text {
  padding-top: 20px;
  padding: 32px;
  padding-left: 0;
  padding-right: 0;
}

.dr-detail-title {
  line-height: 33px;
  font-size: 24px;
  color: #272a68;
  font-weight: 700;
  letter-spacing: 0;
}

.dr-detail-branch {
  line-height: 20px;
  font-size: 16px;
  color: #447bbf;
  font-weight: 500;
  letter-spacing: 0;
}

.dr-det-branch-list {
  width: 100%;
  margin: 0 0 27px 0;
}

.dr-det-branch-title {
  width: 100%;
  line-height: 26px;
  color: #272a68;
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 8px 0;
}

.dr-det-branch-list ul li {
  width: 100%;
  line-height: 24px;
  color: #232535;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0;
}

.dr-det-branch-list ul li:before {
  content: "- ";
}

.dr-det-language {
  margin: 0 0 27px 0;
}

.dr-det-language-title {
  width: 100%;
  line-height: 26px;
  color: #272a68;
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 6px 0;
  display: block;
}

.dr-det-language-desc {
  width: 100%;
  line-height: 24px;
  color: #232535;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0;
  display: block;
}

.dr-det-web {
  margin: 0 0 40px 0;
}

.dr-det-web-title {
  width: 100%;
  line-height: 26px;
  color: #272a68;
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 6px 0;
  display: block;
}

.dr-det-web-desc {
  width: 100%;
  line-height: 24px;
  color: #232535;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0;
  display: block;
}

.more-branch {
  color: #272a68;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 20px;
  cursor: pointer;
}

.dr-det-branch-list ul li {
  display: none;
}

.dr-det-branch-list ul li.visible {
  display: list-item;
}

.dr-detail-education,
.dr-detail-past,
.dr-detail-membership,
.dr-detail-publish {
  width: 100%;
  border-radius: 25px 25px 25px 25px;
  background-color: #ffffff;
  overflow: hidden;
  padding: 40px 30px 0 65px;
  margin: 0 0 25px 0;
}

.dr-detail-education.active-tab,
.dr-detail-past.active-tab,
.dr-detail-membership.active-tab,
.dr-detail-publish.active-tab {
  padding: 40px 30px 83px 65px;
  transition: 0.3s all;
  cursor: pointer;
}

.active-tab .dr-detail-list,
.active-tab .dr-detail-desc {
  transition: 0.3s all;
  height: auto;
}

.dr-detail-head {
  margin: 0 0 26px 0;
  position: relative;
}

.dr-detail-list {
  padding-left: 40px;
  position: relative;
}

.dr-detail-list ul {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}

.dr-detail-list:after {
  left: 20px;
  height: calc(100% - 15px);
  position: absolute;
  width: 1px;
  background: #bacee7;
  content: "";
  top: 5px;
}

.dr-detail-icon {
  margin: 0 30px 0 0;
  display: block;
}

.dr-detail-list ul li {
  display: flex;
/*  flex-wrap: wrap;*/
  padding: 0 0 20px 20px;
  position: relative;
}
/*    .dr-detail-list ul li:last-child {
        padding: 0 0 0 20px;
    }*/

.dr-detail-education ul, .dr-detail-past ul {
    flex-direction: column-reverse;
    display: flex;
}
.dr-detail-education .dr-detail-list ul li:last-child {
    padding: 0 0 20px 20px;
}
.dr-detail-past .dr-detail-list ul li:last-child {
    padding: 0 0 20px 20px;
}

.dr-detail-past .dr-detail-list ul li:first-child {
    padding: 0 0 0 20px;
}
.dr-detail-education .dr-detail-list ul li:first-child {
    padding: 0 0 0 20px;
}
/*dr-detail-education .dr-detail-list ul li:last-child, dr-detail-past .dr-detail-list ul li:last-child {
    padding: 0 0 20px 20px;
}
dr-detail-education .dr-detail-list ul li:first-child, dr-detail-past .dr-detail-list ul li:first-child {
    padding: 0 0 0 20px;
}*/
.dr-detail-list ul li:before {
    content: "";
    position: absolute;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    overflow: hidden;
    background-color: #5b9ffd;
    left: -25px;
    z-index: 2;
    top: 5px;
}



.dr-detail-item-year {
  margin: 0 30px 0 0;
  color: #232535;
  font-size: 18px;
  font-weight: 700;
  line-height: 25px;
  min-width:94px;
}

.dr-detail-item-text {
  color: #232535;
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
}

.dr-detail-desc {
  color: #232535;
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
  padding-left: 59px;
}

.dr-detail-tab-click {
  width: 51px;
  height: 51px;
  border-radius: 50%;
  overflow: hidden;
  background-color: #e2e9f0;
  position: absolute;
  right: 0;
  top: -16px;
}

.dr-detail-tab-click:after {
  width: 28px;
  height: 5px;
  border-radius: 5px 5px 5px 5px;
  overflow: hidden;
  background-color: #ffffff;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  content: "";
}

.dr-detail-tab-click:before {
  width: 5px;
  height: 28px;
  border-radius: 5px 5px 5px 5px;
  overflow: hidden;
  background-color: #ffffff;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  content: "";
}

.active-tab .dr-detail-tab-click:before {
  display: none;
}

.dr-detail-list,
.dr-detail-desc {
  height: 0;
  overflow: hidden;
}

.dr-detail-education .dr-detail-icon {
  background: url("../img/dr-detail-education.png") no-repeat center center;
  width: 43px;
  height: 42px;
  background-size: auto;
}

.dr-detail-membership .dr-detail-icon {
  background: url("../img/dr-detail-membership.png") no-repeat center center;
  width: 43px;
  height: 42px;
  background-size: auto;
}

.dr-detail-past .dr-detail-icon {
  background: url("../img/dr-detail-past.png") no-repeat center center;
  width: 43px;
  height: 42px;
  background-size: auto;
}

.dr-detail-publish .dr-detail-icon {
  background: url("../img/dr-detail-publish.png") no-repeat center center;
  width: 43px;
  height: 42px;
  background-size: auto;
}

.mobile-menu {
  display: none;
}

section.mobile-footer {
  display: none;
}

.header-dropdown-sub {
  background: #eef2f5;
  padding: 30px 60px 35px 55px;
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.header-dropdown-slogan {
  color: #3c4550;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 45px;
}

.header-dropdown-btn a {
  text-decoration: none;
  color: #3c4550 !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  padding: 15px 15px 10px 30px !important;
  background-color: #d9e6f0;
  border-radius: 30px;
  display: flex;
  transition: 0.3s all;
}

    .header-dropdown-btn a:hover {
        background-color: #0073fd;
        transition: 0.3s all;
        color: #ffffff !important;
    }

.header-dropdown-btn-arrow {
  width: 22px;
  height: 22px;
  background: url(../img/header-dropdown-btn-arrow.svg);
  border-radius: 50%;
  display: block;
  margin-left: 15px;
}

.header-dropdown-btn a:hover .header-dropdown-btn-arrow {
  background: url(../img/header-dropdown-btn-arrow-white.svg);
}

.form-group {
  position: relative;
  padding-left: 60px;
  padding-bottom: 40px;
  margin-bottom: 5px;
  display: flex;
  flex-wrap: wrap;
}

.form-group-sub {
  position: relative;
  top: -4px;
}

.form-group::before {
  content: "";
  position: absolute;
  left: 19px;
  top: 0;
  height: 100%;
  border-left: 1px solid #ccc;
}

.cfs-icon {
  position: absolute;
  left: 0;
  top: 0;
  width: 40px;
  height: 40px;
  font-size: 16px;
  border: 2px solid #ccc;
  background-color: #fff;
  border-radius: 50%;
  padding: 6px 0;
  text-align: center;
  color: #ccc;
}

.cfs-head {
  width: 100%;
}

.cfs-title {
  color: #222568;
  font-size: 24px;
  margin-bottom: 35px;
  width: 100%;
}

.contact-tabs .tab-content .form-input select {
  width: 100%;
  margin-top: 5px;
  padding: 12px 16px 12px 22px;
  font-family: 'Montserrat', sans-serif;

  line-height: 1.5;
  color: #232535;
  font-size: 14px;
  font-style: italic;
  line-height: 18px;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 50px 50px 50px 50px;
  appearance: none;
  /* varsayılan ok ikonunu kaldırır */
  background-image: url("data:image/svg+xml,%3Csvg fill='gray' height='20' viewBox='0 0 24 24' width='20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 10l5 5 5-5z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 1em;
  cursor: pointer;
  height: 50px;
}

/* Odaklanınca (focus) görünüm */
.contact-tabs .tab-content .form-input select:focus {
  outline: none;
  border-color: #4b96fe;
  box-shadow: 0 0 0 0.2rem rgba(75, 150, 254, 0.25);
}

.contact-tabs .tab-content .form-input input[type="file"] {
  width: 100%;
  height: 50px;
  padding: 12px 16px 12px 22px;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-style: italic;
  color: #232535;
  border: 1px solid #d6dfe9;
  border-radius: 50px;
  background-color: #fff;
  cursor: pointer;
  line-height: 1.5;
  letter-spacing: 0.025em;
  appearance: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

/* Odaklanınca (focus) görünüm */
.contact-tabs .tab-content .form-input input[type="file"]:focus {
  outline: none;
  border-color: #4b96fe;
  box-shadow: 0 0 0 0.2rem rgba(75, 150, 254, 0.25);
}

.fileinput {
  display: block;
  margin-bottom: 25px;
}

.btn-file {
  display: block;
  position: relative;
  overflow: hidden;
  vertical-align: middle;
}

.btn-file .fileinput-new {
  display: block;
}

.btn-file>span,
.buttn.fileinput-exists {
  display: block;
  cursor: pointer;
  background-color: #222568;
  padding: 12px;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  border-radius: 50px 50px 50px 50px;
  margin-top: 10px;
}

.fileinput-exists .fileinput-new,
.fileinput-new .fileinput-exists {
  display: none;
}

.btn-file>input {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  font-size: 23px;
  cursor: pointer;
  filter: alpha(opacity=0);
  opacity: 0;
  direction: ltr;
}

.fileinput-filename {
  display: inline-block;
  overflow: hidden;
  vertical-align: middle;
  font-size: 16px;
}

.close.fileinput-exists {
  color: #ff0000;
  opacity: 1;
  vertical-align: middle;
}
.open-positions .row {
    margin-left: -15px;
    margin-right: -15px;
}
.open-position-item {
    padding: 0 15px;
    margin-bottom: 30px;
}

.open-position-item a {
  transition: 0.3s all;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  transition: 0.3s all;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  border: 2px solid #e2e8ee59;
  border-radius: 27px;
  overflow: hidden;
}

.open-position-top-section {
    padding: 20px;
    border: 1px solid #427cc0;
    border-bottom: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    min-height: 295px;
    float: left;
    width: 100%;
    padding-top: 20px;
    padding-left: 20px;
    border: 2px solid #fbfcfd;
    border-radius: 25px 25px 0 0;
    overflow: hidden;
    background-color: #e2e8ee;
    transition: 0.3s all;
    background-color: #e2e8ee;
    transition: 0.3s all;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
}

.open-position-item:hover a .open-position-top-section {
  box-shadow: 0 1px 25px rgba(48, 55, 62, 0.11);
  transition: 0.3s all;
  background-color: #eff2f5;
}

.open-position-item:hover a .open-position-bottom-section {
  box-shadow: 0 1px 25px rgba(48, 55, 62, 0.11);
  transition: 0.3s all;
  background-color: #427cc0;
  border-bottom: 5px solid #184a85;

}

.open-position-item:hover a .open-position-title {
  color: #222568;
}

.open-position-item:hover a .open-position-desc {
  color: #427cc0;
}

.open-position-item:hover a .open-position-desc p {
  color: #014f9d;
}

.open-position-item:hover a .open-position-desc ul li {
  color: #014f9d;
}

.open-position-title {
  color: #332c2b;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  margin: 0 0 5px;
  min-height: 50px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.open-position-desc {
  float: left;
  width: 100%;
  min-height: 151px;
  overflow: hidden;
}

.open-position-desc p {
  color: #1e2d41;
  font-size: 16px;
  font-weight: 400;
}

.open-position-desc ul li {
  color: #1e2d41;
  font-size: 16px;
  font-weight: 400;
}

.open-position-desc ul {
  padding-left: 17px;
}

.open-positions {
  padding-top: 60px;
  background: #ffffff;
  padding-bottom: 150px;
}

.open-position-bottom-section {
  float: left;
  width: 100%;
  background-color: #014f9d;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  border-bottom: 5px solid #222568;
  padding: 15px 10px 15px;
  text-align: right;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: right;
  border-radius: 0 0 15px 15px;
  overflow: hidden;
  padding-right: 30px;

}

.open-position-bottom-section i {
  margin-left: 2px;
  opacity: 1;
}

.institutions {
  background: #e7ecf1;
  padding: 66px 0 145px 0;
}

.inst-title,.inner-content-title,.news-content-title {
  line-height: 49px;
  color: #00060f;
  font-size: 36px;
  letter-spacing: -0.025em;
  font-weight: 600;
  margin: 0 0 22px 0;
}
.news-detail-content-title {
line-height: 49px;
    color: #00060f;
    font-size: 26px;
    letter-spacing: -0.025em;
    font-weight: 600;
    margin: 0 0 22px 0;
    width: 100%;
}
.ins-list {
  margin-left: -15px;
  margin-right: -15px;
}

.ins-item {
  margin: 0 15px 30px;
  border-radius: 10px;
  overflow: hidden;
  width: 14.3%;
  display: flex;
  justify-content: center;
  position: relative;
  background-color: #ffffff;
  box-shadow: 0 0 15px 1px #3b444e11;

}

.ins-item:before {
  content: '';
  padding-top: 100%;
  width: 100%;
  display: block;
}

.ins-item img {
  position: absolute;
  max-height: 125px;
  max-width: 82%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  display: block;
}

/****/


.b-slider .swiper-pagination-n {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms opacity;
  -o-transition: 300ms opacity;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.b-slider .swiper-pagination-bullet {
  background: #fff;
  opacity: 0.6;
}

.b-slider .swiper-pagination-bullet-active {
  background: #fff;
  opacity: 1;
}

.insta-slider {
  position: relative;
  margin-bottom: 40px;
}

.insta-slider.slick-initialized {
  display: block;
}

.insta-slider .swiper-button-prev {
  left: -50px;
  background-size: 25px 35px;
  width: 25px;
  height: 35px;
  background-image: url(/img/left-arrow.svg);
}

.b-slider .swiper-container-fade .car_slider .swiper-slide-active {
  pointer-events: none;
}

.insta-slider .swiper-button-next {
  right: -50px;
  background-size: 25px 35px;
  height: 35px;
  width: 25px;
  background-image: url(/img/right-arrow.svg);
}

.insta-flex {
  display: flex;
  flex-wrap: wrap;
}

.item-insta {
  width: 16%;
  position: relative;
}

.item-insta:nth-child(6n) {
  margin-right: 0;
}

.item-insta a {
  /*   position: relative; */
  display: block;
}

.insta-title {
  font-size: 32px;
  text-transform: uppercase;
  margin-bottom: 40px;
  font-family: Conv_pfdintextcondpro-regular, sans-serif;
  margin-top: 30px;
}

a.n_video_btn svg {
  position: absolute;
  width: 40px;
  height: 60px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 60px;
  color: #fff;
  opacity: 1;
  font-family: FontAwesome;
}

.insta-slider .slick-slide {
  box-sizing: border-box;
}

.insta-slider .slick-slide>div:nth-child(1) .img-bg {
  padding-top: 100%;
}

.insta-slider .slick-slide>div:nth-child(1) {
  height: auto;
  width: calc(66.8% - 2px);
  float: left;
  margin: 0 1px;
  display: flex;
  box-sizing: border-box;
}

.insta-slider .slick-slide>div:nth-child(2) {
  height: auto;
  width: calc(33.3% - 1px);
  display: flex;
  box-sizing: border-box;
  float: left;
}

.insta-slider .slick-slide>div:nth-child(3) {
  height: auto;
  width: calc(33.3% - 1px);
  display: flex;
  float: left;
  box-sizing: border-box;
  position: relative;
  bottom: -1px;
}

.insta-slider .slick-slide>div:nth-child(2) .img-bg {
  padding-top: 100%;
}

.insta-slider .slick-slide>div:nth-child(3) .img-bg {
  padding-top: 100%;
}

.car-slider {
  height: 330px;
  width: 330px;
}

.insta-slider .slick-prev.slick-arrow {
  position: absolute;
  left: -90px;
  top: 40%;
  transform: translateY(-50%);
  font-size: 0;
  background: 0;
  border: 0;
  padding: 0;
  cursor: pointer;
}

.insta-slider .slick-next.slick-arrow {
  position: absolute;
  right: -79px;
  top: 40%;
  transform: translateY(-50%);
  font-size: 0;
  background: 0;
  border: 0;
  padding: 0;
  cursor: pointer;
}

.insta-slider .slick-slide .likes-count {
  position: absolute;
  display: flex;
  align-items: center;
  font-size: 0;
}

.insta-slider .slick-slide .likes-count svg {
  width: 0;
  height: 0;
  display: none;
}

.insta-slider .slick-active:not(.slick-current)>div:nth-child(2) .likes-count {
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;
  transform: translate(-35px, -50%);
  color: #fff;
  font-size: 14px;
}

.insta-slider .slick-active:not(.slick-current)>div:nth-child(2) .likes-count svg {
  width: 12px;
  height: 12px;
  display: block;
  margin-right: 5px;
}

.insta-slider .slick-slide .comments-count {
  position: absolute;
  display: flex;
  align-items: center;
  font-size: 0;
}

.insta-slider .slick-slide .comments-count svg {
  width: 0;
  height: 0;
  display: none;
}

.insta-slider .slick-active:not(.slick-current)>div:nth-child(2) .comments-count {
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;
  transform: translate(11px, -50%);
  color: #fff;
  font-size: 14px;
}

.insta-slider .slick-active:not(.slick-current)>div:nth-child(2) .comments-count svg {
  width: 12px;
  height: 12px;
  display: block;
  margin-right: 5px;
}

.insta-slider .slick-active:not(.slick-current)>div:nth-child(2) {
  position: relative;
}

.insta-slider .slick-active:not(.slick-current)>div:nth-child(2) .img-bg:before {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 9;
}

.insta-slider .slick-active:not(.slick-current)>div:nth-child(2) .n_video_btn .img-bg:before {
  content: none;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
}

.instagram.wrapper {
  max-width: 1181px;
  margin: 0 auto;
}

.insta-slider .slick-active:not(.slick-current) {
  position: relative;
  left: -1px;
}

.instagram-feed img {
  width: 100%;
  border-radius: 10px;
  transition: transform 0.3s ease;
  border: 1px solid #ededed;
  box-shadow: 0 0 15px 1px #3b444e11;
}

.instagram-feed:hover img {
    transform: translateY(-10px);
    transition: transform 0.3s ease;
}

.instagram-feed {
  width: 100%;
}

.instagram-feed a {
  width: 100%;
  display: block;
}

.instagramfeed {
  background-color: #ffffff;
  padding: 0 0 60px;
}

.insta-slider {
  width: 125%;
}

.video-list-content {
  background: #e7ecf1;
  padding: 0 0 95px 0;
}

.video-page-title {
  line-height: 49px;
  color: #00060f;
  font-size: 36px;
  letter-spacing: -0.025em;
  font-weight: 600;
  margin: 0 0 22px 0;
}

.video-list-content-inner {
  margin-left: -23px;
  margin-right: -23px;
  display: grid !important;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr)) !important;
  gap: 30px 30px;
  margin: 0;
}

.video-list-item {
    display: flex;
    flex-direction: column;
    height: 342px;
    padding: 0 0;
    margin-bottom: 15px;
    width: 100% !important;
    cursor: pointer;
}

.video-li-inner {
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 25px;
  overflow: hidden;
  background-color: #f9f9f9;
  border: 1px solid #eee;
  transition: 0.3s all;

}

.video-list-item:hover .video-li-inner {
  box-shadow: 0 1px 25px rgba(48, 55, 62, 0.11);
}

.video-li-img {
  width: 100%;
  height: 235px;
  flex-shrink: 0;
  overflow: hidden;
  position: relative;
}

.video-li-img img {
  width: 100%;
  height: 235px;
  object-fit: cover;
  display: block;
  transition: 0.3s all;
}

.video-list-item:hover .video-li-img img {
  transform: scale(1.1);
  transition: 0.3s all;
}

.video-li-img::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border: 1px solid #ffffff;
  background: url('data:image/svg+xml;utf8,<svg fill="white" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M8 5v14l11-7z"/></svg>') no-repeat center center;
  background-size: 40px;
  transform: translate(-50%, -50%);
  opacity: 0.8;
  transition: 0.3s;
  pointer-events: none;
}

.video-li-img::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border: 1px solid #ffffff;
  background: #ffffff69;
  background-size: 70px;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;

}

.video-li-img-cover {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: #2515152a;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;

}

.video-li-text-btns {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.video-li-text {
  flex: 1;
  padding: 0 20px 30px 20px;
  background: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  text-align: center;
}

.video-li-name {
    color: #272a68;
    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-bottom: 0;
}

.video-li-date {
  color: #5788c5;
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
}
.inner-content-date{
  color: #5788c5;
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
  width: 100%;
}
.grtyoutube-dark-theme .grtyoutube-popup-content {
  border-radius: 15px;
  overflow: hidden;
}

.grtyoutube-dark-theme {
  background: rgb(0 0 0 / 49%);
}

/**/

.select-dr {
  width: 100%;
  position: relative;
}

.uzmn-sc {
  width: 100%;
  height: 50px;
  border: 1px solid #d6dfe9;
  border-radius: 50px;
  padding-left: 22px;
  color: #232535;
  font-size: 14px;
  font-style: italic;
  line-height: 18px;
  letter-spacing: 0.025em;
  background-color: #fff;
  text-align: left;
  cursor: pointer;
}

.uzmn-hide {
    background: #fff;
    border: 1px solid #d6dfe9;
    border-radius: 20px;
    margin-top: 10px;
    max-height: 300px;
    overflow-y: auto;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    padding: 10px 15px;
    position: absolute;
    z-index: 9999;
  /*  width: 400px;*/
    width:100%;
}
.uzmn-hide-wrap ul {
    list-style-type: none;
    padding-left: 0;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    max-width: 100%;
}
    .uzmn-hide-wrap ul li {
        width: 150px;
        max-width: 50%;
    }

.u-list-w {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 10px 0;
    border-bottom: 1px solid #eee;
    min-height: 176px;
}
#doctorList .u-list-w {
    min-height: 176px;
}
.u-list-w label {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 10px 0;
    width: 100%;
    flex-wrap: wrap;
}

.ulwc-brans {
  margin: 5px 0 2px;
  min-height: 25px;
  color: #000000;
}

.rca-title,
.ulwc-web a {
  color: #3e619f;
}

.ulw-img img {
    width: 100px;
    height: 100px;
    border-radius: 15px;
    object-fit: cover;
}

.ulwc-title,
.ulwc-name,
.ulwc-brans {
    font-size: 11px;
    line-height: 1.2;
}

.ulwc-web a {
  font-size: 12px;
  color: #5788c5;
  text-decoration: none;
}

.ulw-radio {
  margin-top: 8px;
}

.radio {
  display: flex;
  flex-wrap: wrap;
}

.form-input input[type="radio"],
.form-input input[type="checkbox"] {
  width: 26px !important;
  height: 29px !important;
  margin-right: 14px;
}
.form-input .uzmn-hide input[type="radio"], .form-input .uzmn-hide input[type="checkbox"] {
    width: 26px !important;
    height: 18px !important;
    margin-right: 2px;
}
.radio label {
  line-height: 29px;
  width: calc(100% - 100px);
}

.ulw-c {
  width: 100%;
}

.ulwc-web {
  max-width: 100%;
  height: 30px;
  border-radius: 30px;
  background: #4b96fe;
  text-align: center;
  color: bisque;
  width: 133px;
}

.ulwc-web a {
  text-align: center;
  color: #ffffff;
}

/**/

.cat-src,
.que-cat-info span {
  font-size: 16px;
  letter-spacing: -.4px;
  line-height: 30px;
  font-style: italic;
}

.que-cat {
  float: left;
  width: 100%;
}

.que-cat-t {
  float: left;
  width: 100%;
  padding-bottom: 18px;
}

.que-cat-info {
  float: left;
  width: 100%;
  margin: 6px 0 22px;
}

.que-cat-search {
  float: left;
  width: 100%;
  position: relative;
}

.que-cat-info span {
  font-weight: 600;
  color: #54565a;
}

.cat-src {
  width: 385px;
  height: 50px;
  border-radius: 50px 50px 50px 50px;
  border: 0px;
  outline: 0px !important;
  padding: 0 27px 0 27px;
  line-height: 24px;
  color: #00060f;
  font-size: 16px;
  letter-spacing: -0.025em;
  font-weight: 400;

}

.cat-src::-webkit-input-placeholder {
  line-height: 24px;
  color: #00060f;
  font-size: 16px;
  letter-spacing: -0.025em;
  font-weight: 400;
}

.cat-src:-moz-placeholder {
  line-height: 24px;
  color: #00060f;
  font-size: 16px;
  letter-spacing: -0.025em;
  font-weight: 400;
}

.cat-src::-moz-placeholder {
  line-height: 24px;
  color: #00060f;
  font-size: 16px;
  letter-spacing: -0.025em;
  font-weight: 400;
}

.cat-src:-ms-input-placeholder {
  line-height: 24px;
  color: #00060f;
  font-size: 16px;
  letter-spacing: -0.025em;
  font-weight: 400;
}

.all-que a,
.que-cat-title span {
  font-family: "Open Sans", sans-serif;
  letter-spacing: -.4px;
  line-height: 43px;
}

.cat-src-btn {
  width: 106px;
  height: 50px;
  border-radius: 50px 50px 50px 50px;
  background-color: #0373fd;
  outline: 0px !important;
  border: 0px;
  color: #ffffff;
  font-size: 16px;
  letter-spacing: -0.025em;
  font-weight: 600;
  position: relative;
  transition: 0.3s all;
}

.cat-src-btn:hover {
  background-color: #215798;
}


.cat-src-btn i {
  margin-left: 5px;
  font-size: 16px;
}

.que-cat-list,
.que-cat-list ul {
  width: 100%;
}

.que-cat-list ul {
  width: 100%;
  padding-left: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.que-cat-list ul li {
  width: 48.67132867132867%;
  margin-bottom: 16px;
  overflow: hidden;
  position: relative;
  height: 300px;
  border-radius: 15px;
  display: block;
  display: block;
  border: 1px solid #ffffff;
  box-shadow: 0 0 15px 1px #3b444e11;

}
.ik-content-right.dr-danisma-right .que-cat-list ul li {
  width: 100%;
  margin-bottom: 30px;
  height: 200px;
  margin-right:0 !important;
    margin-left:0 !important;
}
.ik-content-right.dr-danisma-right .que-cat-list ul li:last-child{
  margin-bottom: 0;
}
.que-cat-list ul li:nth-child(odd) {
  margin-right: 2.377622377622378%;
}

.que-cat-title {
  bottom: 47px;
  color: #232535;
  font-size: 24px;
  font-weight: 600;
  line-height: 31px;
  letter-spacing: -0.25px;
  position: absolute;
  left: 45px;
}



.que-cat-img {
  float: left;
  width: 100%;
  height: 100%;
  position: relative;
}

.que-cat-img img {
  float: left;
  width: 100%;
  height: auto;
  min-height: 100%;
  max-width: 130%;
  max-height: 120%;
  object-fit: cover;
  transition: 0.3s all;
}
.que-cat-list ul li:hover  img {
  transform: scale(1.1);
  transition: 0.3s all;
}
.ik-content-right.dr-danisma-right .que-cat-img img {
    width: 100%;
    padding: 0 0 0 0;
}
.que-cat-img:after {
  content: '';
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  background: url("../img/examination-overlay.png");
  background-size: cover;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  padding-left: 45px;
}

.que-cat-b {
  float: left;
  width: 100%;
}
/**/

.r-c-content {
    width: 100%;
}
    .r-c-content ul.a-que {
        list-style-type: none;
    }

        .r-c-content ul.a-que li {
            width: 100%;
            display: block;
            padding: 50px;
            line-height: 21px;
            margin-bottom:30px;
            border-radius: 15px 15px 15px 15px;
            overflow: hidden;
            border: 1px solid #ffffff;
    box-shadow: 0 0 15px 1px #3b444e11;
        }

            .r-c-content ul.a-que li:nth-child(odd) {
                background: #f5f8fd;
            }

            .r-c-content ul.a-que li:nth-child(even) {
                background: #ebf1fa;
            }
    .r-c-content ol li {
        line-height: 21px;
        margin-left: 0;
    }
    .r-c-content ul {
        width: 100%;
        margin: 0 0 0 0;
        padding:0 0 0 0
    }

        .r-c-content ul li, .rcc-list ul li {
            width: 100%;
            padding: 0 20px 2px 0;
            float: left;
            margin-left: 0;
            list-style-type: disc;
            line-height: 20px;
        }
.right-content.right-content-dr-consult .r-c-content ul li, .right-content.right-content-dr-consult .rcc-list ul li {
    list-style-type: none;
}.rcac-q {
    width: 100%;
 display: flex;
 justify-content:space-between;
}

.rcacq-l {
     color: #5788c5;
    font-size: 16px;
    font-weight: 500;
    line-height: 21px;
}

.rcacq-r {
  width:90%;
  position: relative;
}

.racacqr-name {
     color: #272a68;
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
    position:relative;
    top:-3px;
}

.racacqr-date {
 color: #5788c5;
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
    text-align: right;
    position: absolute;
    right: 0;
    top: 0;
}

.racacqr-ask {
    color: #232535;
    font-size: 18px;
    font-weight: 400;
    line-height: 25px;
    margin: 15px 0 30px;
}
.racacqr-ask a {
  line-height: 23px;
    color: #4479be;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0px;
    padding-left: 0;
    padding-right: 0;
    text-decoration: none;
}
.r-c-doctors {
    float: right;
    width: 100%;
    margin: 40px 0 20px;
}

    .r-c-doctors span {
        float: left;
        color: #1b448f;
        font-size: 24px;
        font-weight: 600;
        letter-spacing: -2px;
        border-bottom: 6px solid #8ca7f6;
        padding: 0 0 10px;
    }
/**/

.pager ul, .pager ul li, .pager ul li a {
    display: inline-block;
}

.pager {
    width: 100%;
    float: left;
    text-align: center;
    margin: 70px 0 0;
}

    .pager ul {
        width: auto;
        border-radius: 15px;
        -moz-border-radius: 15px;
        -webkit-border-radius: 15px;
        overflow: hidden;
    }

.w100 {
    width: 100% !important;
}

.pager ul li {
    float: left;
    border-right: 1px solid #d5d5d5;
}

.pager ul .active a {
    background: linear-gradient(to right, #4b96fe, #797ef6);
    color: #fff;
}

.pager ul li:last-child {
    border-right: 0 solid #d5d5d5;
}

.pager ul li a {
     float: left;
    color: #447bbf;
    padding: 15px 20px;
    background: #fff;
    font-weight: 400;
    text-decoration: none;
}

    .pager ul li a:hover {
        color: #fff;
        background: #447bbf;
    }
/**/

.rcac-q-bottom {
  display: flex;
  width:100%;
  justify-content: space-between;
  align-items: center;
  margin: 20px 0;
  padding: 10px 25px;
     background: linear-gradient(to right, #4b96fe, #797ef6);
  border-radius: 20px;
  overflow: hidden;
}

.rcac-left a,
.rcac-right a {
  text-decoration: none;
  color: #ffffff;
  font-weight: 500;
  transition: color 0.2s ease;
}

.rcac-left a:hover,
.rcac-right a:hover {
  color: rgba(255, 255, 255, 0.842)
}


.online-randevu,.news{
  background: #e7ecf1;
    padding: 0 0 95px 0;
}
.online-randevu-option-left {
  width:50%;
  padding-right:165px;
}
.online-randevu-option-right {
  width:50%;
  padding-left:165px;
  position: relative;
}
.online-randevu-left ,.news-left{
  width:70%;
  padding-right:100px;
}
.online-randevu-left .form-group {
    padding-left: 0 !important;
}
.online-randevu-left .form-group::before {
    display: none !important;
}
.online-randevu-left .contact-tabs {
    top: 0;
}
.online-randevu-right ,.news-right{
  width:30%;
  padding-left:0;
  position: relative;
}
.online-randevu-option-right:after {
    opacity: 0.5;
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: -53px;
    width: 1px;
    background: #a16a6a66;
    height: 600px;
    /* background: url(../img/seperator.png) no-repeat center center; */
    background-size: contain;
}
.online-appoint-option-img {
    width: 100%;
    border-radius: 15px;
    overflow: hidden;
    margin-bottom:30px;
    border: 1px solid #ffffff;
    box-shadow: 0 0 21px 24px #3b444e11;
    transition: 0.3s all;
    opacity: 1;
}
.online-randevu-option-right:hover {
      transition: 0.3s all;
    opacity: 0.8;
}
.online-randevu-option-left:hover {
      transition: 0.3s all;
    opacity: 0.8;
}

.online-appoint-option-img img{
    width: 100%;
    transition: 0.5s all;
}
.online-appoint-option-img:hover img{
  transform:scale(1.1);
    transition: 0.5s all;
}
a.online-appointment-option-inner {
    width: 100%;
    display: block;
    text-decoration: none;
}
.online-appoint-option-title {
    color: rgb(39, 42, 104);
    font-size: 24px;
    font-weight: 700;
    line-height: 22px;
    width:100%;
    margin-bottom:20px;
    text-align: center;
}
.online-appoint-option-desc{
        color: #232535;
    font-size: 18px;
    font-weight: 400;
    line-height: 25px;
    margin: 15px 0 30px;
    text-align: center;
}
/* #ui-datepicker-div {
    background: white !important;
    border: 1px solid #ccc !important;
    z-index: 9999 !important;
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
    top: 100px !important;
    left: 100px !important;
    position: absolute;
    height: 400px;
} */
.form-input,
.col-md-6,
.col-sm-12 {
  overflow: visible !important;
  position: relative !important;
}
.online-randevu-left .radio span {
    display: flex
;
    align-items: center;
    justify-content: flex-start;
}
.online-randevu-left .radio span.ascc{
  width:100%;
}

/**/
.inner-content-list-inner {
  margin-left: -83px;
  margin-right: -83px;
}
.news-content-list-inner {
  margin-left: -23px;
  margin-right: -23px;
}
.inner-brochure-list-inner {
    margin-left: -10px;
    margin-right: -10px;
}
.inner-content-item,.news-content-item {
  padding: 0 23px 0 23px;
  margin: 0 0 45px 0;
}

.inner-brochure-item {
  padding: 0 10px 0 10px;
  margin: 0 0 20px 0;
  width:20%;
}

.inner-content-item a ,.inner-brochure-item a,.news-content-item a{
  border: 2px solid #fbfcfd;
  border-radius: 25px;
  overflow: hidden;
  background-color: #e2e8ee;
  transition: 0.3s all;
  display: block;
  text-decoration: none;
}
.news-content-item a{
      display: flex
;
    height: 100%;
    flex: 1 1 auto;
    flex-wrap: wrap;
    background: #ffffff5e;
}
.inner-content-item:hover a,.inner-brochure-item:hover a,.news-content-item:hover a {
  box-shadow: 0 1px 25px rgba(48, 55, 62, 0.11);
  transition: 0.3s all;
}

.inner-content-item-img,.news-content-item-img  {
  width: 100%;
  height: 250px;
  overflow: hidden;
}
.inner-brochure-item-img {
    width: 100%;
    height: auto;
    overflow: hidden;
}
.inner-content-item-img img,.inner-brochure-item-img img , .news-content-item-img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
    transition: 0.3s all;
  transform:scale(1)
}
.inner-content-item:hover a img,.inner-brochure-item:hover a img,.news-content-item:hover a img{
  transition: 0.3s all;
  transform:scale(1.1)
}

.inner-content-item-title {
    width: 100%;
    text-align: center;
    padding: 20px 0 10px 0;
    border-bottom: 2px solid #e7ecef;
    color: #272a68;
    font-size: 16px;
    font-weight: 700;
    line-height: 28px;
  
}
.news-content-item-date {
    padding: 20px 20px 10px 20px;
    color: #5788c5;
    font-size: 14px;
    font-weight: 500;
    line-height: 19px;
    width: 100%;
    text-align: center;
    border-bottom: 2px solid #e7ecef;
}



.news-slider .news-content-item-desc {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-bottom: 0;
}
.news-content-item-title {
    width: 100%;
    text-align: center;
    padding: 10px 20px 0 20px;
    color: #272a68;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-bottom: 0;
}
.news-content-item-desc {
    padding: 0 20px 20px 20px;
color: #747d8f;
    font-size: 14px;
    line-height: 19px;
    font-weight: 400;
    letter-spacing: 0;
    margin-top: 0;
    width:100%;
    text-align: center;
}
.news-categories {
    width: 100%;
    border-radius: 15px;
    padding: 50px;
    height: auto;
    cursor: pointer;
    transition: 0.3s all;
    background: #ffffff;
    /* border-left: 1px solid #ffffff; */
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    background: rgb(255 255 255);
    /* border-left: 1px solid #ffffff; */
}
.news-category-title {
        color: #0a0c36;
    font-size: 20px;
    letter-spacing: 0;
    font-weight: 600;
    padding-left: 0;
    width: 100%;
    padding-bottom: 25px;
    border-bottom: 2px solid #a2bacc2e;
}

.news-category-list{
  width:100%;
  padding:20px 0 0 0;
}
.news-category-item {
    width: 100%;
    border-bottom: 2px solid #a2bacc26;
}
.news-category-item:last-child {
    border-bottom: 0px solid #a2bacc2e;
}
.news-category-item a{
    text-decoration: none;
      width: 100%;
    text-align: left;
    padding: 20px 0 20px 40px;
   color: #232535;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 21px;
    display: block;
    position: relative;
}
.news-category-item a:before{
  content:'';
  position: absolute;
  width: 22px;
    height: 22px;
    background: url(../img/header-dropdown-btn-arrow.svg);
    border-radius: 50%;
    display: block;
    left:0;
}
/**/

.qa-box {
 border-bottom: 2px solid #eee;
    background-color: #fff;
    margin-bottom: 50px;
    border: 2px solid #eee;
    width: 100%;
    border-radius: 25px 25px 25px 25px;
    background-color: #ffffff;
    overflow: hidden;
    padding: 0 30px 0 0;
    margin: 0 0 25px 0;
        box-shadow: 0 1px 25px rgba(48, 55, 62, 0.11);
}
.qa-box a{
    text-decoration: none;
}
.qa-title {
    cursor: pointer;
    color: #999;
    font-size: 14px;
    font-weight: 600;
    padding-right: 60px;
}
.qa-section {
    position: relative;
    color: #777;
    font-size: 16px;
    padding: 20px 60px 20px 30px;
    border-radius: 10px;
}
.qa-title::after {
    content: "\f1c1";
    font-family: "Fontawesome";
    position: absolute;
    right: 30px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #dbd9d8;
    font-size: 30px;
}

.other-news{
    width:100%;
    margin-top:50px;
}
.page-nav ul li{
    position:relative;
}
.page-nav ul li a {
    white-space: nowrap;
}
.page-nav ul li a {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    max-width: 100%;
}
    .page-nav ul li:after {
        content: "I";
        top: -2px;
        right: 0;
        position: absolute;
    }
    /*@media (max-height: 830px) {
  .slider-menu-active.slider-menu ul:first-child li:nth-child(4) {
    transform: translateY(-95px);
  }

  .slider-menu-active.slider-menu ul:first-child li:nth-child(3) {
    transform: translateY(-220px);
  }

  .slider-menu-active.slider-menu ul:first-child li:nth-child(2) {
    transform: translateY(-343px);
  }

  .slider-menu-active.slider-menu ul:first-child li:nth-child(1) {
    transform: translateY(-464px);
  }
}*/
.float-yoltarifi{
    display:none
}
@media (max-height: 760px) {
    .slider-menu-active.slider-menu ul:first-child li:nth-child(5) {
        /*    transform: translateY(-70px);*/
        transform: translateY(-63px)
    }
    .slider-menu-active.slider-menu ul:first-child li:nth-child(4) {
           transform: translateY(-67px);
       /* transform: translateY(-159px)*/
    }
    .slider-menu-active.slider-menu ul:first-child li:nth-child(3) {
        /*   transform: translateY(-67px);*/
        /*      transform: translateY(-159px)*/
        transform: translateY(-165px);
    }

        .slider-menu-active.slider-menu ul:first-child li:nth-child(2) {
            transform: translateY(-165px);
         /*   transform: translateY(-271px);*/
        }

    .slider-menu-active.slider-menu ul:first-child li:nth-child(1) {
        /*       transform: translateY(-382px);*/
        transform: translateY(-271px);
    }

    .slider-menu-click {
        width: 100px !important;
        height: 100px !important;
        top: 26px;
        left: 17px;
    }

        .slider-menu-click-outer {
            width: 100px;
            height: 100px;
            background-size: contain;
        }



        .slider-menu ul:first-child li .slider-menu-icon {
            width: 58px;
            height: 58px;
        }

        .slider-menu-icon img {
            transform: scale(0.8);
        }
    }

    @media (max-height: 690px) {
        /*  .slider-menu-active.slider-menu ul:first-child li:nth-child(4) {
    transform: translateY(-95px);
  }

  .slider-menu-active.slider-menu ul:first-child li:nth-child(3) {
    transform: translateY(-176px);
  }

  .slider-menu-active.slider-menu ul:first-child li:nth-child(2) {
    transform: translateY(-286px);
  }

  .slider-menu-active.slider-menu ul:first-child li:nth-child(1) {
    transform: translateY(-396px);
  }*/

        .slider-menu-click {
            width: 100px;
            height: 100px;
        }

        .slider-menu-click-outer {
            width: 100px;
            height: 100px;
            background-size: contain;
        }

     /*   .slider-menu-active.slider-menu ul:first-child li:nth-child(4) {
            transform: translateY(-70px);
        }*/

        .slider-menu ul:first-child li .slider-menu-icon {
            width: 58px;
            height: 58px;
        }

        .slider-menu-icon img {
            transform: scale(0.8);
        }

        .slider-menu {
            bottom: 26px;
        }
    }

    @media (max-width: 1699px) {
        .video-li-name {
            font-size: 14px;
            line-height: 18px;
        }
       /* .inner-brochure-list-inner {
            margin-left: -30px;
            margin-right: -30px;
        }*/

      /*  .inner-brochure-item {
            padding: 0 30px 0 30px;
            margin: 0 0 30px 0;
        }*/

        .online-randevu-option-left {
            padding-right: 65px;
        }

        .online-randevu-option-right {
            padding-left: 65px;
            position: relative;
        }

        .ik-content-right.dr-danisma-right img {
            width: 100%;
            padding: 0 0 0px 0;
        }

        .ik-content-right-text {
            padding-top: 10px;
            padding-bottom: 32px;
        }

        .main-slider-img:after {
            left: 52.8%;
        }

        .dr-li-btn.dr-appointment a {
            width: 147px;
        }
        .dr-li-btn.dr-ask-doctor a {
            width: 100%;
        }
        .dr-li-btn.dr-appointment a,
        .dr-li-btn.dr-profil a,
        dr-li-btn.dr-ask-doctor a {
            padding-left: 23px;
        }
        .dr-li-btn.dr-ask-doctor:after {
          
            width: 22px;
            height: 26px;
            top: 7px;
            left: 12px;
        }
        .dr-li-btn.dr-appointment:after {
            width: 24px;
            height: 21px;
            top: 11px;
            left: 13px;
            background-size: contain;
        }
        .dr-det-oa-btn i {
            width: 22px;
            height: 20px;
            margin: 0px 6px 0 0;
            background-size: contain;
            background-repeat: no-repeat;
        }
        .dr-det-oa-btn {
            width: 196px;
        }
        .dr-li-btn.dr-profil a {
            width: 108px;
        }

        .dr-list-item {
            padding: 0 10px 0 10px;
            margin: 0 0 20px 0;
        }

        .inner-content-item {
            padding: 0 10px 0 10px;
            margin: 0 0 20px 0;
        }

        .news-content-item {
            padding: 0 10px 0 10px;
            margin: 0 0 20px 0;
        }

        .news-content-list-inner {
            margin-left: -10px;
            margin-right: -10px;
        }

        .online-randevu-left, .news-left {
            width: 70%;
            padding-right: 64px;
        }

        .video-list-item {
            padding: 0 10px 0 10px;
            margin: 0 0 20px 0;
        }

        .dr-li-buttons {
            padding: 22px 10px 25px 10px;
            flex-wrap: wrap;
        }

        .wwa-text {
            padding: 25px 30px 0 0;
        }

        .wwa-metro-title {
            font-size: 14px;
        }

        .wwa-metro-desc {
            font-size: 14px;
        }

        .wwa-address-desc {
            font-size: 14px;
        }

        .call-us-number {
            font-size: 20px;
        }

        .we-call-note {
            font-size: 14px;
            line-height: 19px;
        }

        .we-call-title {
            font-size: 20px;
        }

        .contact-call.scrolled .call-us-icon {
            height: 55px;
            padding: 15px 0 0 8px;
        }

        .contact-call.scrolled .we-call-icon {
            height: 55px;
            padding: 15px 0 0 8px;
        }

        .contact-email-left.scrolled .contact-e-icon {
            height: 55px;
            padding: 15px 0 0 8px;
        }

        .contact-email-head-title {
            font-size: 20px;
        }

        .contact-e-title {
            font-size: 16px;
        }

        .contact-e-mail {
            font-size: 14px;
        }

        .contact-e-desc {
            font-size: 16px;
        }
        .dr-detail-left {
           padding-right:30px;
           padding-left:30px;
        }
    }

    @media (max-width: 1560px) {
        .header-slogan {
            padding-left: 15px;
        }

        .callcenter a {
            padding-left: 15px;
            padding-right: 15px;
        }

        .whatsapp a {
            padding-left: 15px;
            padding-right: 15px;
        }

        .yoltarifi a {
            padding-left: 15px;
            padding-right: 15px;
        }

        .header-top {
            background: url(../img/header-top-bg.png) no-repeat top center;
            background-size: 822px 78px;
            width: 822px;
            padding: 0 30px 0 55px;
        }

        header .lang {
            padding-right: 15px;
        }
    }

    @media (max-width: 1555px) {
        .header-top {
            margin-right: 23px;
        }

        .main-slider-drimg {
            /* padding-left: 100px; */
            left: 60px;
            margin-left: -60px;
        }
        
    }

    @media (max-width: 1510px) {
        .header-top {
            margin-right: 43px;
        }
    }

    @media (max-width: 1480px) {
        .header-top {
            margin-right: 63px;
        }
    }

    @media (max-width: 1435px) {
        .header-top {
            margin-right: 83px;
        }
    }

    @media (max-width: 1400px) {
        .dr-detail-online-appointment {
            padding-left:20px;
            padding-right:20px;
        }
        .inner-content-item {
            width: 33.33%;
        }
        .dr-detail-left {
            width: 30%;
        }
        .dr-detail-right {
            width: 70%;
        }
     /*   .dr-detail-online-appointment .dr-li-btn.dr-ask-doctor a {
            padding-left: 37px;
        }*/
        .call-us-icon {
            right: 16px;
        }
        .we-call-icon {
            right: 16px;
        }
        .contact-e-icon {
            right: 3px;
        }
        .online-appoint-option-title {
            font-size: 20px;
        }

        .online-appoint-option-desc {
            font-size: 14px;
            line-height: 23px;
        }

        .header-top {
            background-size: 799px 78px;
            width: 773px;
            padding: 0 30px 0 44px;
            margin-right: 0;
        }

        .callcenter-number {
            font-size: 14px;
        }

        .whatsapp-number {
            font-size: 14px;
        }

        .yoltarifi-number {
            font-size: 14px;
        }

        .footer-social ul li {
            margin: 0 22px 0 0;
        }

        /* .main-slider-drimg {
    max-width: 82%;
} */
        /* .main-slider-drimg {
        max-width: 100%;
        height: 693px;
    } */
        .main-slider-drimg img {
            position: absolute;
            bottom: 0;
            opacity: 0;
            width: 376px;
            max-width: 53%;
            /* left: -64px; */
        }

        .main-slider-drimg {
            /* padding-left: 100px; */
            left: 160px;
            margin-left: -160px;
        }

        .main-slider-title {
            font-size: 30px;
            line-height: 39px;
        }

        .g-recaptcha {
            transform: scale(0.6);
            position: relative;
            left: -49px;
        }

        .ins-item {
            margin: 0 2% 15px 2%;
            border-radius: 10px;
            overflow: hidden;
            width: 20% !important;
        }
    }

    @media (max-width: 1400px) {
        .ins-item {
            width: 20%;
        }

        .dr-li-btn.dr-profil:after {
            width: 17px;
            height: 17px;
            top: 11px;
            background-size: contain;
        }
       /* .dr-li-btn.dr-ask-doctor:after {
            width: 31px;
            height: 24px;
            top: 8px;
            left: 20px;
            background-size: contain;
        }*/
      
        .dr-li-btn.dr-profil a {
            width: 103px;
        }
        .dr-li-btn.dr-ask-doctor a {
            width: 100%;
        }
        .dr-li-btn.dr-appointment {
            margin-right: 6px;
        }
        .dr-li-btn.dr-profil a {
            width: 93px !important;
        }
            .dr-li-btn.dr-appointment a,
            .dr-li-btn.dr-profil a,
            .dr-li-btn.dr-ask-doctor a {
             /*   padding-left: 18px;*/
                font-size: 11px;
            }

            .dr-li-btn.dr-appointment a {
                font-size: 11px;
            }

            .dr-li-btn.dr-appointment a {
                width: 137px;
            }

        .main-slider-img:after {
            left: 60.5%;
        }

        .main-slider-img {
            position: relative;
            transform: scale(0.8);
        }

        .main-slider-img {
            margin-left: 28.046683%;
        }

        .slider-inner {
            height: 784px;
        }

        .inner-content-text {
            position: relative;
            padding-right: 50px;
            z-index: 1;
        }

        .news-content-text {
            position: relative;
            padding-right: 50px;
            z-index: 1;
        }

        .contact-tabs .nav-tabs .nav-item .nav-link.active {
            font-size: 18px;
        }

        .call-us-number {
            font-size: 18px;
        }

        .call-us-title {
            font-size: 20px;
        }

        .call-us {
            width: 49%;
        }

        .we-call {
            width: 49%;
        }

        .contact-content-left {
            width: 48%;
        }

        .ik-content-left {
            width: 70%;
        }

        .ik-content-right {
            width: 30%;
        }

            .ik-content-right img {
                width: 100%;
            }

        .contact-content-right {
            width: 49%;
        }

        .contact-tabs .tab-content {
            padding-left: 30px;
            padding-right: 30px;
        }

        .wwa-icon {
            margin-right: 10px;
        }

        .wwa-pin-icon i {
            width: 39px;
            height: 52px;
            background-size: contain;
            background-repeat: no-repeat;
        }

        .wwa-text {
            padding-right: 10px;
        }

        .wwa-metro-icon i {
            width: 39px;
            height: 48px;
            background-size: contain;
            background-repeat: no-repeat;
        }

        .wwa-address {
            padding-left: 15px;
        }

        .wwa-metro {
            padding-left: 15px;
        }

        .contact-content-left h1 {
            font-size: 34px;
        }

        .ik-content-left h1 {
            font-size: 34px;
        }

        .online-randevu-left, .news-left {
            padding-right: 50px;
        }

        .inner-brochure-item-img {
            width: 100%;
            overflow: hidden;
        }
    }
    /* @media (max-width: 1380px) {
.main-slider-img:after {
    left: 50%;
}} */
    @media (max-width: 1315px) {

        .open-position-item.col-sm-6 {
            width: 50% !important;
        }

        .header-top {
            margin-right: 2%;
            max-width: 98%;
            background-size: 100% 78px;
            padding: 0 26px 0 40px;
            width: 668px;
        }

        .header-slogan {
            font-size: 14px;
        }

        .header-slogan {
            padding-left: 10px;
        }

        .callcenter a {
            padding-left: 10px;
            padding-right: 10px;
            padding-top: 9px;
        }

        .whatsapp a {
            padding-left: 10px;
            padding-right: 10px;
            padding-top: 9px;
        }

        .yoltarifi a {
            padding-left: 10px;
            padding-right: 10px;
            padding-top: 9px;
        }

        header .lang {
            padding-right: 10px;
        }

        .header-right {
            display: flex;
            flex-wrap: wrap;
            justify-content: flex-end;
            max-width: 70%;
        }

        .header-left {
            max-width: 22%;
        }

            .header-left .logo {
                max-width: 100%;
            }

                .header-left .logo img {
                    max-width: 100%;
                }

        .main-menu ul.nav li.nav-item a {
            font-size: 13px;
            padding: 0 10px 0 10px;
        }

        .callcenter-number {
            font-size: 13px;
        }

        .whatsapp-number {
            font-size: 13px;
        }

        .yoltarifi-number {
            font-size: 13px;
        }

        .header-slogan {
            font-size: 13px;
        }

        .callcenter-icon {
            width: 20px;
            height: 20px;
        }

        .whatsapp-icon {
            width: 18px;
            height: 18px;
        }

        .yoltarifi-icon {
            width: 18px;
            height: 18px;
        }

        .main-menu {
            padding-left: 23px;
        }

        .inner-content-item {
            width: 50%;
        }

        .news-content-item {
            width: 50%;
        }
    }

    @media (max-width: 1309px) {


        .ee-img {
            height: 250px;
        }

        .online-service {
            display: none;
        }
        .header-top-left.header-top-left-active.d-flex.flex-wrap.justify-content-start:after {
            display: none;
        }
        .header-top {
            margin-right: 0%;
            max-width: 100%;
        }

        .banner-img {
            height: 48vh;
        }

        .inner-short-banner .banner-img {
            height: 344px;
        }

        .inner-short-banner .banner-text {
            height: 344px;
        }

        .inner-short-banner .banner-desc {
            font-size: 17px;
            line-height: 23px;
            width: 480px;
        }

        .contact-banner {
            height: 48vh;
        }

        .contact-banner-img {
            height: 48vh;
        }

        .banner-text {
            padding-top: 20vh;
        }

        .banner-title {
            font-size: 31px;
            line-height: 56px;
        }

        .banner-desc {
            font-size: 22px;
            line-height: 28px;
            width: 480px;
        }

        .contact-content-left h1 {
            font-size: 32px;
            margin-bottom: 25px;
        }

        .ik-content-left h1 {
            font-size: 32px;
            margin-bottom: 25px;
        }
    }


    @media (max-width: 1299px) {
        .ee-img {
            height: 180px;
        }
    }

    @media (min-width: 1200px) {
        .slider-menu {
            right: 21px !important;
        }
    }

    @media (max-width: 1199px) {
        .other-news {
            margin-top: 50px;
        }
        .dr-detail-left {
            width: 35%;
        }
        .dr-detail-right {
            width: 65%;
        }
        .online-randevu-option-left {
            padding-right: 45px;
        }

        .online-randevu-option-right {
            padding-left: 45px;
        }

        .ik-content-right {
            width: 100%;
            padding-top: 0;
            padding-left: 0;
            margin-top: 50px;
        }

            .ik-content-right.dr-danisma-right img {
                width: 100%;
                padding: 0 0 0px 0;
            }

            .ik-content-right.dr-danisma-right {
                width: 100%;
                padding-top: 0 !important;
                margin-top: 30px !important;
            }

        .cs-item {
            padding: 0 30px 0 0;
        }

        .cs-right {
            padding: 0 0 0 50px;
        }

        .cs-sub-title,
        .cs-end-title {
            font-size: 36px;
            line-height: 44px;
        }

        .cs-desc p {
            font-size: 16px;
            line-height: 22px;
        }

        .examination-title {
            font-size: 36px;
            line-height: 48px;
        }

        .examination-slider-text {
            font-size: 20px;
            line-height: 28px;
            padding-bottom: 40px;
        }

        .technology-title {
            font-size: 32px;
            line-height: 42px;
        }

        .technology-slogan {
            font-size: 32px;
            line-height: 40px;
        }

        .cs-list {
            margin-right: -40px;
        }

        .cs-item-title {
            font-size: 22px;
            line-height: 30px;
        }

        .cs-item-sub {
            font-size: 18px;
            line-height: 22px;
        }

        .cs-item-desc {
            font-size: 13px;
            line-height: 18px;
        }

        .news-content-item-desc {
            font-size: 13px;
            line-height: 18px;
        }

        .expert-explains-slogan {
            font-size: 38px;
            line-height: 50px;
        }

        .ee-title {
            font-size: 16px;
            line-height: 22px;
            padding-right: 0;
        }

        .ee-dr {
            font-size: 13px;
            padding-right: 60px;
        }

        .footer-social ul li {
            margin: 0 10px 0 0;
        }

        .footer-menu {
            margin: 0 0 0 0;
            max-width: 33%;
        }

            .footer-menu ul ul li a {
                font-size: 13px;
                display: block;
                line-height: 20px;
            }

        .footer-address {
            font-size: 13px;
            line-height: 19px;
        }

        .footer-left-menu ul li a {
            font-size: 13px;
        }

        .footer-menu ul ul {
            padding: 0 0 0 8px;
            margin: 4px 0 0 0;
        }

        .footer-left {
            width: 28%;
        }

        .footer-center {
            width: 60%;
            max-height: 383px;
        }

        .footer-cc-number {
            line-height: 30px;
            font-size: 20px;
        }

        .footer-cc-title {
            font-size: 12px;
        }

        .footer-callcenter {
            margin: 0 0 17px 0;
        }

        .footer-left-menu {
            padding-right: 10px;
        }

        /* .main-slider-title {
    font-size: 32px;
    line-height: 44px;
  } */

        .main-slider-doctor {
            font-size: 22px;
        }

        .main-slider-link {
            padding-right: 60px;
            min-height: 38px;
        }

        .main-slider-img {
            width: 78.953317%;
            left: 91px;
        }

        .main-slider-img {
            left: -37px;
        }

        .main-slider-branchimg {
            left: 490px;
            top: 254px;
            width: 164px;
            height: 382px;
        }

        .inner-content-text h1 {
            font-size: 34px;
            line-height: 46px;
        }

        .inner-content-text h2,
        .inner-content-text h3 {
            font-size: 30px;
            line-height: 42px;
        }

        .inner-content-text p,
        .inner-content-text ul li,
        .inner-content-text ol li {
            font-size: 17px;
            line-height: 24px;
        }

        .banner-title {
            font-size: 36px;
            line-height: 40px;
        }

        .banner-desc {
            font-size: 22px;
            line-height: 28px;
            width: 480px;
        }

        .dr-page-title,
        .inst-title, .inner-content-title, .news-content-title {
            font-size: 32px;
            line-height: 44px;
        }

        .dr-li-name {
            font-size: 18px;
            line-height: 26px;
        }

     /*   .video-li-name {
            font-size: 18px;
            line-height: 26px;
        }
*/
        .video-li-date {
            font-size: 15px;
            line-height: 20px;
        }

        .dr-li-buttons {
            padding: 20px 12px 24px 12px;
        }
        .dr-li-btn.dr-appointment:after {
            width: 23px;
            height: 19px;
            top: 11px;
            left: 10px;
            background-size: contain;
        }
        .dr-li-btn.dr-profil a {
            width: 120px;
            height: 38px;
            font-size: 12px;
        }
        .dr-li-btn.dr-ask-doctor a {
            width: 100%;
            height: 38px;
            font-size: 12px;
        }
        .dr-li-btn.dr-appointment a {
            height: 38px;
            font-size: 12px;
        }

        .dr-list-item {
            padding: 0 10px;
            margin-bottom: 20px;
        }

        .video-list-item {
            padding: 0 10px;
            margin-bottom: 20px;
        }

        .dr-detail-title {
            font-size: 22px;
            line-height: 30px;
        }

        .dr-det-branch-title,
        .dr-det-language-title,
        .dr-det-web-title {
            font-size: 18px;
            line-height: 24px;
        }

        .dr-det-branch-list ul li,
        .dr-det-language-desc,
        .dr-det-web-desc {
            font-size: 15px;
            line-height: 22px;
        }

        .dr-det-oa-title,
        .dr-det-oa-desc {
            font-size: 15px;
            line-height: 20px;
        }

        .dr-det-oa-btn {
            font-size: 13px;
            height: 38px;
            padding: 6px 10px;
        }

        .dr-detail-item-year,
        .dr-detail-item-text,
        .dr-detail-desc {
            font-size: 16px;
            line-height: 24px;
        }

        .contact-content-left h1 {
            font-size: 30px;
            margin-bottom: 25px;
        }

        .ik-content-left {
            width: 100%;
        }

            .ik-content-left h1 {
                font-size: 30px;
                margin-bottom: 25px;
            }

        .contact-tabs .nav-tabs .nav-item .nav-link {
            font-size: 15px;
            padding: 10px 12px 8px;
            min-height: 66px;
        }

        .contact-tabs .nav-tabs .nav-item {
            display: flex;
            align-items: flex-end;
        }

            .contact-tabs .nav-tabs .nav-item .nav-link.active {
                font-size: 15px;
            }

        .contact-tabs .tab-content .form-input input {
            height: 48px;
            font-size: 13.5px;
        }

        .contact-tabs .tab-content input::-webkit-input-placeholder {
            /* Chrome, Safari */
            font-size: 13.5px;
        }

        .contact-tabs .tab-content input::-moz-placeholder {
            /* Firefox 19+ */
            font-size: 13.5px;
        }

        .contact-tabs .tab-content input:-ms-input-placeholder {
            /* IE 10+ */
            font-size: 13.5px;
        }

        .contact-tabs .tab-content input::placeholder {
            font-size: 13.5px;
        }

        .contact-tabs .tab-content .form-input textarea {
            font-size: 13.5px;
        }

        .checkbox-custom .checkbox-custom-text,
        .checkbox-custom-text a {
            font-size: 15px;
        }

        .contact-btn {
            width: 140px;
            font-size: 15px;
        }

        .wwa-title {
            font-size: 22px;
            height: 60px;
            width: 230px;
        }

        .call-us-title,
        .call-us-number,
        .we-call-title {
            font-size: 20px;
            line-height: 28px;
        }

        .we-call-note {
            font-size: 14px;
            line-height: 20px;
        }

        .call-us {
            width: 100%;
            margin-bottom: 30px;
        }

        .we-call {
            width: 100%;
        }

        .wwa-pin-icon i {
            width: 31px;
            height: 37px;
            background-size: contain;
            background-repeat: no-repeat;
        }

        .wwa-metro-icon i {
            width: 31px;
            height: 35px;
            background-size: contain;
            background-repeat: no-repeat;
        }

        .wwa-body {
            margin: 0 0 30px 0;
        }

        .wwa-body {
            width: 100%;
            display: flex;
            justify-content: space-between !important;
            flex-wrap: wrap;
        }

        .wwa-left {
            width: calc(100% - 122px);
        }

        .contact-email-head-title {
            font-size: 17px;
        }

        .contact-email-right {
            padding-left: 0px;
        }

        .contact-e-mail {
            font-size: 13px;
            letter-spacing: -0.04em;
        }

        .contact-e-desc {
            font-size: 14px;
        }

        .wwa-right {
            width: 122px;
            /* float: right; */
        }

            .wwa-right img {
                max-width: 100%;
            }

        .online-randevu-left, .news-left {
            width: 100%;
            margin-bottom: 30px;
            padding-right: 0;
        }

        .online-randevu-right, .news-right {
            width: 100%;
        }


        .inner-brochure-list-inner {
            margin-left: -15px;
            margin-right: -15px;
        }

        .inner-brochure-item {
            padding: 0 15px 0 15px;
            margin: 0 0 15px 0;
            width:33%;
        }

        .inner-brochure-item-img {
            width: 100%;
            height: 432px;
            overflow: hidden;
        }

      /*  .expert-explains {
            padding-bottom: 60px;
        }*/
    }

    @media (max-width: 1080px) {
        .mobile-menu-footer {
            background: #2d8afd;
            padding: 46px 39px 30px 39px;
            display: flex;
            flex-wrap: wrap;
            width: 100%;
            justify-content: space-between;
        }

        .mobile-footer-social ul{
            margin-bottom:0px;
        }
        .mobile-menu-footer .footer-callcenter {
            margin: 0 0 0 0;
        }
            .mobile-menu-footer .footer-cc-title {
                font-size: 31px;
                line-height:48px;

            }
            .mobile-menu-footer .footer-cc-number {
                font-size: 54px;
                line-height: 46px;
                letter-spacing: -0.025em;
            }
            .mobile-menu-footer .footer-cc-icon i {
                width: 116px;
                height: 96px;
            }
            .mobile-menu-footer .footer-cc-icon {
                width: 116px;
                margin:0 30px 0 0;
            }
            .mobile-menu-footer .mobile-social ul li {
                padding: 48px 0 0 0;
                display: flex;
                justify-content: space-between;
            }
            .mobile-menu-footer .mobile-social ul li {
                margin-right: 40px;
            }
                .mobile-menu-footer .mobile-social ul li:last-child {
                    margin-right: 0;
                }
                .mobile-menu-footer .mobile-social ul li a {
                    font-size: 52px;
                    color: #a2d4f6;
                    line-height : 52px;
                }
        .show-all .nav-item {
            display: flex !important;
        }
        ul.nav.show-all {
            display: flex;
            flex-direction: column;
            z-index: 9999;
        }
        header .lang .nav-item {
            padding: 0 9px 0 9px !important;
            width: 100%;
            height: 50px;
            align-items: center;
            justify-content: center;
            background: #f2f3f3;
            text-align: center;
            /* padding-top: 50px; */
        }
        .inner-banner {
            width: 100%;
            position: relative;
            margin-top: 86px;
        }

        .nav-link-icon {
            border: 4px solid #ffffff;
            width: 280px;
            height: auto;
            max-width: 100%;
            border-radius: 8%;
            display: flex;
            justify-content: center;
            align-items: center;
            margin: 0 auto 15px auto;
            background: #eff4f9;
            padding: 30px;
            position: relative;
        }
        .nav-link-icon:before {
            content:'';
            padding-top:100%;
            display:block
        }
            .nav-link-icon img {
                width: 111px;
                max-width: 100%;
                margin: 0 auto 0 auto;
                display: block;
                position:absolute;
            }

        .nav-text {
            width: 100%;
            text-align: center;
            display: block;
        }

        header.border-bottom {
            background: rgba(255, 255, 255, 0.4);
        }

        .header-left {
            max-width: 266px;
        }

        .main-menu {
            display: none;
        }

        header .container {
            max-width: 100%;
            padding: 0 0 0 0;
        }

        .header-left {
            padding-left: 20px;
        }

            .header-left .logo {
                padding-top: 8px !important;
                padding-bottom: 10px !important;
            }

        .header-right {
            padding-right: 85px;
        }

        .hamburger {
            display: none;
        }

        .mobile-hamburger {
            display: block;
            position: absolute;
            right: 0;
        }

        .mobile-active .mobile-hamburger {
            background: #6489fa;
        }

            .mobile-active .mobile-hamburger span:nth-child(1) {
                width: 35px;
                background-color: #ffffff;
                height: 4px;
                border-radius: 4px;
                transform: rotate(45deg);
                position: relative;
                top: 4px;
            }

        header .lang,
        header .callcenter,
        header .whatsapp,
        header .yoltarifi,
        header .header-slogan {
            height: 85px;
        }

        .mobile-active .mobile-hamburger span:nth-child(3) {
            width: 35px;
            background-color: #ffffff;
            height: 4px;
            border-radius: 4px;
            transform: rotate(135deg);
            position: relative;
            top: -7px;
        }

        .mobile-active .mobile-hamburger span:nth-child(2) {
            display: none;
            top: -3px;
        }

        .mobile-active .header-inner {
            background: #0372fd;
            border-bottom: 1px solid #a1bcf6;
        }
        .mobile-active .lang {
            background: #066cf0;
        }
            .mobile-active .lang {
                background: #066cf0 !important;
            }
            .mobile-active .lang ul li:first-child {
                background: none !important;
            }
            .mobile-active .lang ul li:first-child a {
                color: #ffffff !important;
                background: none !important;
            }
        .mobile-active .header-top-left .lang {
            border-color: #5a82ed !important;
        }
        .mobile-active .header-left .logo img:nth-child(1) {
            display: none;
        }

        .mobile-active .header-left .logo img:nth-child(2) {
            display: block;
        }

        .mobile-active .header-slogan {
            display: none !important;
        }

        .lang .nav-item {
            display: none;
        }

            .lang .nav-item.active {
                display: flex;
            }

        header .lang .nav-item:after {
            display: none;
        }

        .whatsapp {
            display: none;
        }

        .yoltarifi {
            display: none;
        }

        .callcenter {
            display: none;
        }

        .header-top {
            background: none;
            background-size: 878px auto;
            width: auto;
            padding: 0 0;
            height: 85px;
            margin-right: 0;
        }

        .header-slogan {
            color: #272a68;
            font-size: 22px;
            letter-spacing: 0;
            padding-right: 30px;
        }

        .header-top-right {
            background: none;
            width: 0;
        }

        .mobile-hamburger .mobile-hamburger-inner {
            padding: 0 0 0 27px;
        }

        .header-top-left .lang {
            order: 2;
            border-color: #f2f3f3 !important;
            background-color: #f2f3f3;
        }

        header .lang .nav-item.active .nav-link {
            color: #5e8cfb;
        }

        header .lang .nav-item {
            padding: 0 9px 0 9px !important;
        }

        header .lang {
            padding-right: 0;
        }

        .mobile-menu {
            width: 100%;
            display: flex;
            height: 0;
            overflow: hidden;
            transition: 0.3s all;
            position: absolute;
            top: 86px;
            flex-direction: column;
        }

        .mobile-hamburger span:nth-child(1) {
            width: 29px;
        }

        .mobile-hamburger span:nth-child(3) {
            width: 29px;
        }
        .mobile-hamburger span {
            margin: 0px 0 7px 0;
        }
        header.mobile-active .mobile-menu {
            height: auto;
            overflow: hidden;
            transition: 0.3s all;
            overflow-y: scroll;
            height: calc(100vh - 80px); /* örnek olarak header yüksekliği */
            transition: all 0.3s ease;
        }

        .mobile-menu-header {
            width: 100%;
            background-color: #2d8afd;
            padding-top: 50px;
            padding-bottom: 50px;
        }

        .mobile-menu-online-service {
            width: 100%;
        }

            .mobile-menu-online-service ul {
                width: 100%;
                display: flex;
                margin: 0 0 0 0;
                padding-left: 0;
            }

                .mobile-menu-online-service ul li {
                    width: 33.33%;
                    display: flex;
                    justify-content: center;
                    align-items: flex-start;
                    padding: 0 10px;
                }
                    .mobile-menu-online-service ul li:nth-child(1) .mobile-menu-online-icon {
                        background: #56c8e7;
                    }
                    .mobile-menu-online-service ul li:nth-child(2) .mobile-menu-online-icon {
                        background: #fd0606;
                    }
                    .mobile-menu-online-service ul li:nth-child(3) .mobile-menu-online-icon {
                        background: #3793e8;
                    }
                
                    .mobile-menu-online-service ul li a {
                        width: 100%;
                        display: flex;
                        justify-content: center;
                        align-items: center;
                        flex-wrap: wrap;
                        text-decoration: none;
                        padding: 0 25px;
                    }

        .mobile-menu-online-icon {
            max-width: 100%;
            width: 255px;
            display: flex;
            justify-content: center;
            align-items: center;
            margin: 0 0 20px 0;
            position: relative;
            border-radius: 50%;
            overflow: hidden;
            box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
        }
        .mobile-menu-online-icon:before {
            content:'';
            padding-top:100%;
            display:block;
        }
            .mobile-menu-online-icon img {
                max-width: 60%;
                max-height: 60%;
                width: 154px;
                position: absolute;
            }

        .mobile-menu-online-text {
            font-size: 36px;
            line-height: 42px;
            text-align: center;
            color: #ffffff;
            font-weight: 600;
            letter-spacing: 0;
        }

        .mobile-menu-bottom {
            background: #eff4f9;
        }

        .mobile-menu-bottom {
            background: #eef3f8;
            flex: 1;
        }

        .mobile-menu-list {
            padding-top: 60px;
            padding-bottom: 55px;
        }

            .mobile-menu-list .nav-item {
                width: 33%;
          padding: 0 35px 0 35px;
          margin-bottom:58px;
            }
              
                    .mobile-menu-list .nav-item:last-child .nav-link .nav-link-icon {
                        background: #2d8afd;
                        border: 0px;
                    }
                        .mobile-menu-list .nav-item:last-child .nav-link .nav-link-icon img {
                            width:76px;
                        }
                .mobile-menu-list .nav-item .nav-link {
                    padding: 10px 20px;
                    color: #272a68;
                    font-weight: 500;
                    font-size: 36px;
                    letter-spacing:-0.025em;
                }

            .mobile-menu-list .dropdown-menu.custom-wide {
                position: relative !important;
                border: 0px;
                background: none;
                transform: translate(0px, 0) !important;
            }

                .mobile-menu-list .dropdown-menu.custom-wide.show {
                    display: flex;
                }

                .mobile-menu-list .dropdown-menu.custom-wide li a {
                    display: flex;
                    flex-wrap: wrap;
                }

                .mobile-menu-list .dropdown-menu.custom-wide ul {
                    width: 50%;
                    margin-right: 0px !important;
                }

            .mobile-menu-list .nav-link.dropdown-toggle.show:before {
                display: none;
            }

        .mobile-menu .callcenter {
            display: block;
            height: 62px;
        }

        .mobile-menu .whatsapp {
            display: block;
            height: 62px;
        }

        .mobile-menu .yoltarifi {
            display: block;
            height: 62px;
        }

        .mobile-menu-contact li {
            padding-left: 22px;
            padding-top: 5px;
            padding-bottom: 5px;
            width: 50%;
            margin-left: auto;
            margin-right: auto;
            border: 0px solid #6c737d;
            border-radius: 58px;
            background: #5690fc;
            max-width: 50%;
            margin-bottom: 25px;
            border: 4px solid #ffffff;
        }
        .mobile-menu-contact-text {
            width: 100%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size:36px;
            font-weight:700;
        }
            .mobile-menu-contact li:nth-child(1) {
                background: #2d8afd;
                padding-right: 5px;
            }
                .mobile-menu-contact li:nth-child(1) .mobile-menu-contact-text {
                    color: #ffffff;
                }
        .mobile-menu-contact li:nth-child(2) .mobile-menu-contact-text {
            color: #2d8afd;
        }
            .mobile-menu-contact li:nth-child(2) {
                background: #eaf0f5;
                padding-left: 5px;
            }
            .mobile-menu-contact li:nth-child(1) .mobile-menu-contact-icon {
                background: #edf3f8;
            }
            .mobile-menu-contact li:nth-child(2) .mobile-menu-contact-icon {
                background: #2d8afd;
            }
        .mobile-menu .callcenter .callcenter-text {
            padding-top: 7px;
            display: flex;
            flex-wrap: wrap;
            justify-content: flex-start;
            align-items: center;
        }

        .mobile-menu .whatsapp .whatsapp-text {
            padding-top: 7px;
            display: flex;
            flex-wrap: wrap;
            justify-content: flex-start;
            align-items: center;
        }

        .mobile-menu .yoltarifi .yoltarifi-text {
            padding-top: 7px;
            display: flex;
            flex-wrap: wrap;
            justify-content: flex-start;
            align-items: center;
        }

        .mobile-menu-contact li .callcenter-title {
            font-size: 19px;
            line-height: 21px;
            margin-right: 0;
        }

        .mobile-menu-contact li .callcenter-icon {
            width: 34px;
            height: 34px;
            margin-right: 10px;
            margin-top: 0px;
        }

        .mobile-menu-contact li .callcenter-number {
            font-size: 19px;
            line-height: 21px;
            display: none;
        }

        .mobile-menu-contact li .whatsapp-title {
            font-size: 19px;
            line-height: 21px;
            margin-right: 0;
            color: #3c4550;
        }

        .mobile-menu-contact li .yoltarifi-title {
            font-size: 19px;
            line-height: 21px;
            margin-right: 13px;
            color: #599cd7;
        }

        .mobile-menu-contact li .whatsapp-icon {
            width: 34px;
            height: 38px;
            margin-right: 10px;
            margin-top: 0px;
            object-fit: contain;
        }

        .mobile-menu-contact li .yoltarifi-icon {
            width: 34px;
            height: 37px;
            margin-right: 10px;
            margin-top: 0px;
        }

        .mobile-menu-contact li .whatsapp-number {
            font-size: 19px;
            line-height: 21px;
            color: #3c4550;
            display: none;
        }

        .mobile-menu-contact li .yoltarifi-number {
            font-size: 19px;
            line-height: 21px;
            color: #3c4550;
            display: none;
        }

        .mobile-menu-contact ul {
            display: flex;
            justify-content: center;
        }

        .mobile-menu-contact .callcenter a {
            padding-right: 35px;
        }

        .mobile-menu-contact .whatsapp a {
            padding-right: 19px;
        }

        .mobile-menu-contact .yoltarifi a {
            padding-right: 19px;
        }

        .mobile-menu-contact li {
            margin-left: 30px;
            margin-right: 30px;
        }
        .mobile-menu-contact-inner{
            width:100%;
        }
        .mobile-menu-contact-inner a{
            display:flex;
            justify-content:space-between;
            text-decoration:none !important;
            padding:6px;
        }
        .mobile-menu-contact-icon {
            width: 106px;
            /* height: 106px; */
            border-radius: 50%;
            overflow: hidden;
            max-width: 30%;
            position:relative;
        }
        .mobile-menu-contact-icon:before {
          content:'';
          padding-top:100%;
          display:block;
        }
            .mobile-menu-contact-icon img {
                position:absolute;
                width:35px;
                height:35px;
                left:0;
                right:0;
                top:0;
                bottom:0;
                margin:auto;
            }
        .mobile-social ul li {
            margin-right: 20px;
        }
        .mobile-social ul li {
            padding: 10px 10px 10px 10px;
            display: flex;
            justify-content: space-between;
        }

        .mobile-social ul li .mobile-menu-contact-icon {
            width: 106px;
            height: 106px;
            border-radius: 50%;
            overflow: hidden;
        }
            .mobile-social ul li:first-child .mobile-menu-contact-icon {
                background: #edf3f8;
            }
            .mobile-social ul li:nth-child(2) .mobile-menu-contact-icon {
                background: #2d8afd;
            }
            .mobile-social ul li:last-child {
                margin-right: 0;
            }

            .mobile-social ul li a {
                font-size: 22px;
                color: #3c4550;
            }

        footer .container {
            width: 100%;
            max-width: 100%;
            padding-right: 20px;
            padding-left: 20px;
        }

        .dr-inner-head {
            min-height: 0;
            padding-top: 113px;
            /* padding-bottom: 45px; */
            padding-bottom: 16px;
        }
        .mobile-menu-list .nav-item .nav-link {
            padding: 0 0 0 0;
        }
    }

@media (max-width: 991px) {
    .swipee-nav{
        display:none;
    }
    .dr-li-buttons.d-flex.align-items-center.flex-wrap.justify-content-start {
        justify-content: center !important;
    }
    header.mobile-active .mobile-menu {
        height: calc(100vh - 57px);
    }
    .mobile-menu-footer .footer-cc-number {
        font-size: 43px;
        line-height: 34px;
    }

    .mobile-menu-footer .footer-cc-title {
        font-size: 24px;
        line-height: 41px;
    }

    .mobile-menu-footer .footer-cc-icon i {
        width: 96px;
        height: 76px;
    }

    .mobile-menu-footer .footer-cc-icon {
        width: auto;
        margin: 0 19px 0 0;
    }
    .mobile-menu-footer .mobile-social ul li {
        padding: 38px 0 0 0;
    }
    .mobile-menu-footer {
        padding: 30px 39px 30px 39px;
    }
        .mobile-menu-footer .mobile-social ul li {
            margin-right: 15px;
        }
        .mobile-menu-footer .mobile-social ul li a {
            font-size: 42px;
            line-height: 42px;
        }
        .mobile-menu-online-text {
            font-size: 24px;
            line-height: 28px;
        }
        .mobile-menu-list .nav-item {
            margin-bottom: 50px;
        }
        .mobile-menu-list .nav-item .nav-link {
            font-size: 24px;
        }
        .nav-link-icon img {
            width: 90px;
        }
        .mobile-menu-list .nav-item {
            padding: 0 20px 0 20px;
        }
        .news-detail-content-title {
            line-height: 30px;
            color: #00060f;
            font-size: 22px;
            letter-spacing: -0.025em;
            font-weight: 600;
            margin: 30px 0 22px 0;
        }
        .call-us-icon {
            right: 36px;
        }

        .we-call-icon {
            right: 36px;
        }

        .contact-e-icon {
            right: 3px;
        }
            .online-randevu-option-right:after {
            display: none;
        }

        .online-randevu-option-left {
            padding-right: 0;
            width: 100%;
        }

        .online-randevu-option-right {
            padding-left: 0;
            width: 100%;
        }

        .que-cat-title {
            bottom: 24px;
            font-size: 19px;
            left: 30px;
        }

        .inner-banner {
            margin-top: 56px;
        }

        .contact-tabs .tab-content {
            padding-bottom: 50px;
        }

        .mobile-active .mobile-hamburger span:nth-child(1) {
            width: 24px;
        }

        header .lang,
        header .callcenter,
        header .whatsapp,
        header .yoltarifi,
        header .header-slogan {
            height: 85px;
        }

        .mobile-active .mobile-hamburger span:nth-child(3) {
            width: 24px;
        }

        .header-slogan {
            color: #272a68;
            font-size: 16px;
            letter-spacing: 0;
            padding-right: 10px;
        }

        .header-left {
            max-width: 180px;
        }

        .mobile-menu {
            top: 79px;
        }

        header .lang,
        header .callcenter,
        header .whatsapp,
        header .yoltarifi,
        header .header-slogan {
            height: 55px;
        }

        .mobile-hamburger .mobile-hamburger-inner {
            height: 55px;
            width: 55px;
            padding: 5px 13px 0 13px;
        }

        .header-left {
            max-width: 156px;
        }

        .mobile-menu {
            top: 56px;
        }

        .header-top {
            height: 55px;
        }

        .header-right {
            padding-right: 55px;
        }

        .mobile-hamburger {
            height: 55px;
            width: 55px;
        }

        .examination .swiper-button-prev,
        .examination .swiper-button-next {
            width: 50px;
            height: 50px;
        }

        .ins-swiper-button-prev,
        .ins-swiper-button-next {
            width: 50px;
            height: 50px;
        }

        .expert-explain-prev, .news-prev,
        .expert-explain-next, .news-next {
            width: 50px;
            height: 50px;
        }

        .cs-sub-title,
        .cs-end-title {
            font-size: 32px;
            line-height: 40px;
        }

        .cs-left {
            width: 100%;
            padding: 0 0 0 0;
        }

        .cs-right {
            padding: 40px 0 0 0;
            width: 100%;
        }

        .cancer-screening {
            padding-bottom: 25px;
            padding-top: 60px;
        }

        .technology-title {
            font-size: 28px;
            line-height: 38px;
        }

        .technology-slogan {
            font-size: 28px;
            line-height: 36px;
        }

        .cs-item-title {
            font-size: 20px;
            line-height: 28px;
        }

        .cs-item-sub {
            font-size: 17px;
            line-height: 21px;
        }

        .cs-item-desc {
            font-size: 13px;
            line-height: 18px;
        }

        .news-content-item-desc {
            font-size: 13px;
            line-height: 18px;
        }

        .expert-explains-slogan {
            font-size: 32px;
            line-height: 44px;
        }

        .ee-title {
            font-size: 16px;
            padding-right: 40px;
        }

        .ee-dr {
            font-size: 13px;
            padding-right: 40px;
        }

        .technology-inner {
            min-height: 0;
        }

        .technology {
            /* width: 100%; */
            padding: 0 0 60px 0;
        }

      /*  .expert-explains {
            padding: 0 0 60px 0;
        }
*/
        .examination-all-link {
            margin-top: 30px;
            margin-bottom: 43px;
        }

        .footer-menu ul ul li a {
            font-size: 11px;
            display: block;
            line-height: 17px;
        }

        .footer-address {
            font-size: 11px;
            line-height: 14px;
        }

        .footer-left-menu ul li a {
            font-size: 11px;
            display: block;
        }

        .footer-social-title {
            font-size: 13px;
            margin: 0 0 10px 0;
        }

        .footer-menu ul li a {
            font-size: 13px;
        }

        .footer-cc-number {
            font-size: 16px;
        }

        .footer-cc-title {
            font-size: 11px;
        }

        .footer-social ul li a {
            font-size: 14px;
        }

        .footer-social ul li:last-child {
            margin-right: 0;
        }

        .main-slider-title {
            font-size: 28px;
            line-height: 40px;
        }

        .main-slider-doctor {
            font-size: 20px;
        }

        .main-slider-link {
            padding-right: 50px;
            min-height: 36px;
        }

        .main-slider-text {
            order: 2;
            position: relative;
            width: 100%;
        }

        .main-slider-img {
            left: 0;
            width: 100%;
            right: auto;
            margin-left: 0;
            transform: scale(1);
            margin-bottom: 40px;
        }

        .main-slider-drimg {
            /* padding-left: 100px; */
            left: 0;
            margin-left: 0;
        }

        .main-slider-drimg {
            width: 706px;
            height: 584px;
        }

            .main-slider-drimg img {
                width: 287px;
                left: -12px;
                /* left: -64px; */
            }

        .slider-inner {
            height: auto;
        }
    .swiper-slide-bg .slider-inner {
        height: 100%;
    }
    .swiper-slide-bg .main-slider-text {
        position: absolute;
    }
        .main-slider-area .swiper-pagination {
            bottom: 25px;
        }
    .swiper-slide-bg .slider-inner {
        height: 100vh;
    }
        .main-slider-branchimg {
            left: 411px;
            top: 148px;
            width: 122px;
            height: 285px;
        }

        .main-slider-img:after {
            left: 52.5%;
            top: -86px;
        }

        .main-slider-branchimg img {
            left: -51px;
            top: 3px;
        }

        .inner-content-text {
            width: 100%;
            padding-right: 0;
        }

        .inner-content-imgs {
            padding-top: 15px;
            position: relative;
            padding-left: 0;
            right: 0;
            width: 100%;
        }

        .inner-content-text h1 {
            font-size: 30px;
            line-height: 42px;
        }

        .inner-content-text h2,
        .inner-content-text h3 {
            font-size: 26px;
            line-height: 38px;
        }

        .inner-content-text p,
        .inner-content-text ul li,
        .inner-content-text ol li {
            font-size: 16px;
            line-height: 22px;
        }

        .banner-title {
            font-size: 32px;
            line-height: 38px;
        }

        .banner-desc {
            font-size: 20px;
            line-height: 26px;
            width: 440px;
            max-width: 100%;
        }

        .banner-img {
            height: 39vh;
            min-height: 355px;
        }

        .banner-text {
            padding-top: 113px;
        }

        .dr-detail-title {
            font-size: 20px;
            line-height: 28px;
        }

        .dr-det-branch-title,
        .dr-det-language-title,
        .dr-det-web-title {
            font-size: 17px;
        }

        .dr-det-branch-list ul li,
        .dr-det-language-desc,
        .dr-det-web-desc {
            font-size: 14px;
            line-height: 20px;
        }

        .dr-det-oa-title,
        .dr-det-oa-desc {
            font-size: 14px;
            line-height: 20px;
        }

        .dr-det-oa-btn {
            width: 100%;
            height: 36px;
            font-size: 12px;
        }

        .dr-detail-item-year,
        .dr-detail-item-text,
        .dr-detail-desc {
            font-size: 15px;
            line-height: 22px;
        }

        .dr-detail-education.active-tab,
        .dr-detail-past.active-tab,
        .dr-detail-membership.active-tab,
        .dr-detail-publish.active-tab {
            padding: 30px 20px 60px 40px;
        }

        .dr-detail-education,
        .dr-detail-past,
        .dr-detail-membership,
        .dr-detail-publish {
            padding: 30px 20px 60px 40px;
        }

        .dr-detail-left {
            width: 100%;
            margin-bottom: 30px;
        }

        .dr-detail-right {
            width: 100%;
        }

        .dr-detail-img {
            width: 40%;
            float: left;
        }

    .dr-detail-text {
        width: 60%;
        float: left;
        padding-bottom: 18px;
        padding-left: 30px;
    }
    .dr-detail-online-appointment .dr-li-btn.dr-ask-doctor {
        width: 100%;
        height: 40px;
        display: flex;
        justify-content: center;
    }
        .dr-detail-online-appointment .dr-li-btn.dr-ask-doctor a {
            font-size: 12px;
            order: 2;
            padding-left: 20px;
            width: auto;
        }
        .dr-detail-online-appointment .dr-li-btn.dr-ask-doctor:after {
            order: 1;
            position: relative;
            height: 28px;
            top: 4px;
            left:8px;
        }
  

    .dr-detail-online-appointment {
        width: 56%;
        float: left;
        margin-left: 4%;
    }

        .dr-detail-right {
            padding: 0 0 0 0;
        }

        .contact-content-left {
            width: 100%;
        }

        .ik-content-left {
            width: 100%;
        }

        .contact-content-right {
            width: 100%;
        }

        .we-call {
            width: 100%;
            padding-right: 51px;
        }

        .contact-tabs .nav-tabs .nav-item .nav-link.active {
            padding: 33px 15px 20px 15px;
            height: 78px;
        }

        .contact-content-right {
            padding-top: 68px;
        }

        .inner-brochure-item-img {
            width: 100%;
            height: 332px;
            overflow: hidden;
        }
        .mobile-menu-contact-text {
            font-size: 30px;
        }
        .mobile-menu-contact li:nth-child(1) {
            margin-right: 15px;
        }
        .mobile-menu-contact li:nth-child(2) {
            margin-left: 15px;
        }
    }

@media (max-width: 767px) {
    .col-xs-12{
        width:100%;
    }
    .ulw-img img {
        width: 90px;
        height: 90px;
    }
    .u-list-w {
        min-height: 160px;
    }
    #doctorList .u-list-w {
        min-height: 242px;
    }
    .u-list-w {
        gap: 0;
    }
    .dr-li-btn.dr-profil:after {
        width: 16px;
        height: 16px;
        left: 13px;
    }
    .online-randevu-option-left{
        display:none;
    }
    .dr-li-btn.dr-ask-doctor {
        width: 200px;
    }
        .dr-li-btn.dr-ask-doctor:after {
            width: 31px;
            height: 24px;
            top: 8px;
            left: 14px;
            background-size: contain;
        }
        .dr-li-btn.dr-ask-doctor a {
            padding-left: 30px;
        }
    .mobile-menu-footer .footer-cc-number {
        font-size: 36px;
        line-height: 31px;
    }
    .mobile-menu-footer .footer-cc-title {
        font-size: 19px;
        line-height: 35px;
    }
    .mobile-menu-footer .footer-cc-icon i {
        width: 83px;
        height: 69px;
    }
    .mobile-menu-contact-text {
        font-size: 24px;
    }
    .mobile-menu-footer .mobile-social ul li {
        padding: 31px 0 0 0;
    }
        .mobile-menu-footer .mobile-social ul li a {
            font-size: 34px;
            line-height: 42px;
        }
    .nav-link-icon img {
        width: 70px;
    }
    .mobile-menu-list .nav-item {
        margin-bottom: 35px;
    }
    .mobile-menu-list .nav-item .nav-link {
        font-size: 18px;
    }

    .mobile-menu-list .nav-item:last-child .nav-link .nav-link-icon img {
        width: 58px;
    }
        .mobile-menu-list .nav-item {
            padding: 0 10px 0 10px;
        }
    .slider-menu-active.slider-menu ul:before {
        content: ' ';
        display: block;
        position: fixed;
        bottom: -137px;
        left: 0;
        width: calc(100% + 40px);
        height: 10077px;
     /*   background: rgba(255, 255, 255, 0.9);*/
        z-index: -1;
        left: auto;
        right: -20px;
        background: rgb(255 255 255 / 32%);
        backdrop-filter: blur(12px);
        -webkit-backdrop-filter: blur(12px);
        background: rgba(255, 255, 255, 0.1);
    }
      
        .call-us-icon i {
            width: 26px;
            height: 26px;
            background-size: contain;
        }
        .we-call-icon i {
            width: 26px;
            height: 26px;
            background-size: contain;
        }
        .contact-e-icon i {
            width: 26px;
            height: 26px;
            background-size: contain;
        }
        .call-us-icon {
            width: 41px;
            height: 55px;
            padding: 16px 0 0 8px;
        }
        .we-call-icon{
            width: 41px;
            height: 55px;
            padding: 16px 0 0 8px;
        }
        .contact-e-icon {
            width: 41px;
            height: 55px;
            padding: 16px 0 0 8px;
        }
        .other-news {
            margin-top: 30px;
        }

        .examination-sub-title {
            line-height: 22px;
        }

        .cs-item-text {
            padding-right: 20px;
        }

        .inner-brochure-item {
            max-width: 100%;
            width: 300px;
            height: 435px;
        }

        .inner-brochure-item-img {
            max-width: 100%;
            height: 435px;
            overflow: hidden;
        }

        .inner-content-item {
            width: 100%;
        }

        .news-content-item {
            width: 100%;
            margin-bottom: 30px;
        }

        .que-cat-title {
            bottom: 8px;
            font-size: 14px;
            left: 17px;
        }

        .cat-src {
            width: 326px;
        }

        .open-position-item.col-sm-6 {
            width: 100% !important;
        }

        .open-position-desc p {
            color: #3b5371
        }

        .open-position-desc ul li {
            color: #3b5371
        }

        .inner-short-banner .banner-img {
            height: 237px;
            min-height: 237px;
            margin-top: 56px;
        }

        .inner-short-banner .banner-text {
            display: none;
        }

        .inner-content {
            padding-top: 40px;
            padding-bottom: 40px;
        }
        .contact-content-inner {
            padding-top: 40px !important;
        }
        .contact-content-left h1 {
            margin-bottom: 9px !important;
        }
        .contact-tabs .nav-tabs .nav-item .nav-link {
            min-height: 45px;
        }
            .contact-tabs .nav-tabs .nav-item .nav-link.active {
                height: 52px;
                padding-top: 18px;
            }
        .institutions {
            padding-top: 40px;
            padding-bottom: 40px;
        }

        .qa-list {
            margin-top: 20px
        }

        .inner-brochure-list-inner {
            margin-top: 20px
        }

        .inner-content-text {
            z-index: 1;
            min-height: 0;
        }

        .news-content {
            padding-top: 40px;
            padding-bottom: 40px;
        }

        .contact-content-left h1 {
            font-size: 28px;
            margin-bottom: 25px;
        }

        .ik-content-left h1 {
            font-size: 28px;
            margin-bottom: 25px;
        }

        .dr-detail-head {
            margin: 0 0 0 0;
            position: relative;
        }

        .active-tab .dr-detail-list,
        .active-tab .dr-detail-desc {
            margin-top: 20px;
        }

        .contact-tabs .tab-content .col-md-6.col-xl-6.col-sm-12.col-xs-6:nth-child(even) {
            padding: 0 0 0 0;
        }

        .contact-tabs .tab-content .col-md-6.col-xl-6.col-sm-12.col-xs-6:nth-child(odd) {
            padding: 0 0 0 0;
        }

        .mobile-menu-contact li .callcenter-title {
            font-size: 14px;
        }

        .mobile-menu-contact li .callcenter-number {
            font-size: 14px;
        }

        .mobile-menu-contact li .whatsapp-title {
            font-size: 14px;
        }

        .mobile-menu-contact li .yoltarifi-title {
            font-size: 14px;
        }

        .mobile-menu-contact li .whatsapp-number {
            font-size: 14px;
        }

        .mobile-menu-contact li .yoltarifi-number {
            font-size: 14px;
        }

    
        .mobile-menu-contact li {
            max-width: 325px;
            margin-bottom: 20px;
        }

        .examination-title {
            font-size: 26px;
            line-height: 37px;
        }

        .examination-slider-text {
            font-size: 18px;
            line-height: 26px;
            padding-bottom: 35px;
        }

        .cs-sub-title,
        .cs-end-title {
            font-size: 28px;
            line-height: 36px;
        }

        .cs-title, .examination-sub-title, .expert-explains-title {
            font-size: 12px;
            letter-spacing: 1.5px;
        }

        .cs-desc p {
            font-size: 15px;
            line-height: 21px;
        }

        .technology-title {
            font-size: 24px;
            line-height: 34px;
        }

        .technology-slogan {
            font-size: 24px;
            line-height: 32px;
            margin-bottom: 20px;
        }

        .tb-online-appointment a {
            padding: 13px 13px 13px 13px;
        }

        .tb-just-call a {
            padding: 13px 13px 13px 13px;
        }

        .tb-we-call a {
            padding: 13px 13px 13px 13px;
        }

        .cs-item-title {
            font-size: 18px;
            line-height: 26px;
        }

        .cs-item-sub {
            font-size: 16px;
            line-height: 20px;
        }

        .cs-item-desc {
            font-size: 12.5px;
            line-height: 17px;
        }

        .news-content-item-desc {
            font-size: 12.5px;
            line-height: 17px;
        }

        .cs-item {
            padding: 0 25px 0 0;
            width: 50%;
            margin-bottom: 25px;
        }

        .cs-list {
            flex-wrap: wrap;
        }

        .expert-explains-title {
            font-size: 13px;
            letter-spacing: 1.5px;
        }

        .expert-explains-slogan {
            font-size: 26px;
            line-height: 36px;
        }

        .ee-title {
            font-size: 15px;
            padding-right: 30px;
            line-height: 18px;
        }

        .ee-dr {
            font-size: 12.5px;
            padding-right: 30px;
        }

        .technology-inner {
            padding-top: 57px;
        }

        .technology-video video {
            width: auto;
            height: 311px;
        }

        .footer-social ul li {
            margin: 0 5px 0 0;
        }

        .footer-left {
            width: 100%;
        }

        .footer-center {
            width: 100%;
        }

        .footer-right {
            width: 100%;
        }

        .footer-social-title {
            text-align: left;
        }

        .footer-social ul {
            justify-content: flex-start !important;
        }

        .footer-social {
            margin: 0 0 20px 0;
        }

        .footer-contact-title {
            font-size: 13px;
            text-align: left;
        }

        .footer-address {
            text-align: left;
        }

        .footer-copyright a {
            font-size: 11px;
        }

        .main-slider-title {
            font-size: 24px;
            line-height: 34px;
        }

        .main-slider-doctor {
            font-size: 18px;
        }

        .main-slider-link {
            padding-right: 44px;
            min-height: 34px;
        }

        .main-slider-area .container {
            max-width: 100%;
            padding-left: 20px;
            padding-right: 20px;
        }

        .main-slider-area .swiper-pagination {
            left: 16px;
        }

        .main-slider-drimg {
            background-size: auto 100%;
            height: 506px;
            left: 29px;
            background-position: left top;
        }

        .main-slider-img:before {
            display: none;
        }

        .main-slider-drimg img {
            width: 251px;
            left: -25px;
        }

        .main-slider-branchimg {
            left: 379px;
            top: 169px;
            width: 85px;
            height: 201px;
        }

        .main-slider-img:after {
            left: 347px;
            top: -23px;
            right: auto;
            width: 78px;
            height: 32px;
            position: fixed;
        }

        .examination-slider-over {
            padding-left: 25px;
        }

        .examination-slider-icon {
            width: 25px;
            height: 27px;
            top: 25px;
            left: 25px;
            background-size: contain;
        }

        .inner-content-text h1 {
            font-size: 26px;
            line-height: 36px;
        }

        .inner-content-text h2,
        .inner-content-text h3 {
            font-size: 22px;
            line-height: 32px;
        }

        .inner-content-text p,
        .inner-content-text ul li,
        .inner-content-text ol li {
            font-size: 15px;
            line-height: 21px;
        }

        .banner-title {
            font-size: 30px;
            line-height: 44px;
        }

        .banner-desc {
            font-size: 18px;
            line-height: 24px;
            width: 100%;
        }

        .dr-detail-title {
            font-size: 18px;
            line-height: 26px;
        }

        .dr-det-branch-title,
        .dr-det-language-title,
        .dr-det-web-title {
            font-size: 16px;
        }

        .dr-det-branch-list ul li,
        .dr-det-language-desc,
        .dr-det-web-desc {
            font-size: 13.5px;
            line-height: 19px;
        }

        .dr-det-oa-title,
        .dr-det-oa-desc {
            font-size: 13px;
        }

        .dr-detail-item-year,
        .dr-detail-item-text,
        .dr-detail-desc {
            font-size: 14px;
            line-height: 21px;
        }

        .dr-detail-education,
        .dr-detail-past,
        .dr-detail-membership,
        .dr-detail-publish,
        .dr-detail-education.active-tab,
        .dr-detail-past.active-tab,
        .dr-detail-membership.active-tab,
        .dr-detail-publish.active-tab {
            padding-left: 25px;
            padding-right: 18px;
            padding-bottom: 22px;
        }

        .dr-detail-item-year {
            margin: 0 11px 0 0;
        }

        .dr-detail-img {
            width: 100%;
            margin-bottom: 30px;
        }

        .dr-detail-text {
            width: 100%;
            padding-top: 0;
        }

        .dr-det-web {
            margin: 0 0 23px 0;
        }

        .dr-detail-online-appointment {
            width: 100%;
            margin-left: 0;
        }

        .dr-detail-list ul li {
            padding-left: 4px;
            flex-wrap: nowrap;
        }

            .dr-detail-list ul li:last-child {
                padding: 0 0 0 4px;
            }

        .dr-detail-item-year,
        .dr-detail-item-text,
        .dr-detail-desc {
            min-width: 84px;
        }

        .dr-detail-tab-click {
            width: 39px;
            height: 39px;
        }

            .dr-detail-tab-click:before {
                width: 5px;
                height: 19px;
            }

            .dr-detail-tab-click:after {
                width: 19px;
                height: 5px;
            }

        .page-nav ul li a {
            font-size: 12px;
        }

        .dr-li-buttons {
            padding-right: 8px;
            padding-left: 8px;
        }

        .dr-li-btn.dr-profil a {
            width: 112px;
        }
         .dr-li-btn.dr-ask-doctor a {
            width: 100%;
         }

        .dr-inner-head {
            padding-top: 65px;
            padding-bottom: 16px;
        }

        .dr-page-title,
        .inst-title, .inner-content-title, .news-content-title {
            font-size: 28px;
            line-height: 44px;
            margin: 0 0 4px 0;
        }

        .inner-content-imgs img {
            margin: 0 0 40px 0;
        }

        .contact-content {
            padding-bottom: 40px;
        }

        .r-c-content ul.a-que li {
            padding: 25px;
        }

        .racacqr-ask {
            font-size: 16px;
        }

        .racacqr-name {
            font-size: 16px;
        }

        .rcacq-r {
            width: 85%;
        }

        .main-slider-area {
            margin-bottom: 60px;
        }
    .mobile-menu-contact li:nth-child(1) {
        margin-right: 10px;
    }

    .mobile-menu-contact li:nth-child(2) {
        margin-left: 10px;
    }
    .mobile-menu-contact-text {
        font-size: 19px;
    }
    .mobile-menu-contact-icon {
        width: 80px;
    }
    }
@media (max-width:680px){
    .mobile-menu-footer .footer-cc-icon i {
        width: 62px;
        height: 51px;
    }
    .mobile-menu-footer .footer-cc-number {
        font-size: 26px;
        line-height: 18px;
    }
    .mobile-menu-footer .mobile-social ul li a {
        font-size: 28px;
        line-height: 36px;
    }
    .mobile-menu-footer .mobile-social ul li {
        padding: 25px 0 0 0;
    }
}
@media screen and (max-width: 576px) {
    .uzmn-hide-wrap ul li {
        width: 100%;
        max-width:100%;
    }
    #doctorList .u-list-w {
        min-height: 0;
    }
    .u-list-w {
        min-height: 0;
    }
    .mobile-menu-footer {
        padding: 20px 15px 20px 15px;
    }
        .mobile-menu-footer .footer-cc-icon i {
            width: 44px;
            height: 35px;
        }
        .mobile-menu-footer .footer-cc-title {
            font-size: 13px;
            line-height: 19px;
        }
        .mobile-menu-footer .mobile-social ul li {
            padding: 16px 0 0 0;
        }
        .mobile-menu-footer .footer-cc-number {
            font-size: 21px;
            line-height: 23px;
        }
        .mobile-menu-footer .mobile-social ul li a {
            font-size: 24px;
            line-height: 32px;
        }
        .mobile-menu-footer .footer-cc-icon {
            width: auto;
            margin: 0 11px 0 0;
        }
    .mobile-menu-list .nav-item {
        margin-bottom: 20px;
    }
    .nav-link-icon img {
        width: 65px;
    }
    .mobile-menu-list .nav-item:last-child .nav-link .nav-link-icon img {
        width: 38px;
    }
    .nav-link-icon {
        padding: 20px;
    }
        .mobile-menu-online-service ul li a {
            padding: 0 5px;
        }
        .insta-slider {
            width: 100%;
        }
    .mobile-menu-online-icon img {
        max-width: 100%;
        height: 75px;
    }

        .dr-page-title, .inst-title, .inner-content-title, .news-content-title {
            font-size: 24px;
            line-height: 28px;
        }

        .insta-slider {
            margin-bottom: 0;
        }

            .insta-slider .slick-active.slick-current > div:nth-child(2) .likes-count {
                position: absolute;
                z-index: 10;
                top: 50%;
                left: 50%;
                transform: translate(-35px, -50%);
                color: #fff;
                font-size: 14px;
            }

            .insta-slider .slick-active.slick-current > div:nth-child(2) .img-bg:before {
                content: "";
                position: absolute;
                top: 0;
                width: 100%;
                height: 100%;
                background: rgba(0, 0, 0, 0.3);
                z-index: 9;
            }

            .insta-slider .slick-active.slick-current > div:nth-child(2) .n_video_btn .img-bg:before {
                content: none;
            }

            .insta-slider .slick-active.slick-current > div:nth-child(2) .likes-count svg {
                width: 12px;
                height: 12px;
                display: block;
                margin-right: 5px;
            }

            .insta-slider .slick-active.slick-current > div:nth-child(2) .comments-count svg {
                width: 12px;
                height: 12px;
                display: block;
                margin-right: 5px;
            }

            .insta-slider .slick-active.slick-current > div:nth-child(2) .comments-count {
                position: absolute;
                z-index: 10;
                top: 50%;
                left: 50%;
                transform: translate(11px, -50%);
                color: #fff;
                font-size: 14px;
            }

        .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
            width: 4px;
            height: 4px;
            margin: 0 2px;
        }

        .insta-title {
            margin-top: 40px;
            margin-bottom: 20px;
        }

        .expert-explains {
            padding: 0 0 0 0;
        }

        .examination-all-link {
            margin-bottom: 30px;
        }

        .technology {
            padding: 0 0 30px 0;
        }

        .cancer-screening {
            padding-bottom: 5px;
        }


    .mobile-menu-contact li:nth-child(1) {
        margin-right: 5px;
    }

    .mobile-menu-contact li:nth-child(2) {
        margin-left: 5px;
    }

    .mobile-menu-contact-text {
        font-size: 16px;
    }

    .mobile-menu-contact-icon {
        width: 60px;
    }
    }

    @media (max-width: 575px) {
        .news-content-item-date {
            padding: 15px 5px 10px 5px;
            font-size: 12px;
        }
        .news-content-item-title {
            padding: 10px 5px 0 5px;
            font-size: 14px;
        }
        .news-slider .news-content-item-desc {
            padding: 0 5px 20px 5px;
        }
        .online-randevu-left .form-group .col-md-6 {
            width: 100% !important;
        }
        .expert-explain-prev, .news-prev {
            right: 53px;
        }
        .examination .swiper-button-prev {
            right: 53px;
        }
        .ins-swiper-button-prev {
            right: 53px;
        }
        .pager ul li a {
            padding: 10px 10px;
            font-size: 12px;
            text-decoration: none;
        }

        .racacqr-ask {
            font-size: 14px;
        }

        .rcac-q {
            flex-wrap: wrap;
        }

        .racacqr-name {
            font-size: 14px;
        }

        .rcacq-l {
            width: 100%;
            margin-bottom: 10px;
        }

        .rcacq-r {
            width: 100%;
        }

        .call-us,
        .we-call,
        .contact-email-left {
            padding: 20px 20px 20px 20px;
        }

        .contact-email-right {
            padding: 20px 20px 20px 0;
        }

        .wwa-metro {
            padding-bottom: 20px;
        }

        .contact-tabs .nav-tabs .nav-item .nav-link {
            font-size: 13px;
        }

        .contact-tabs .nav-tabs .nav-item .nav-link {
            padding-right: 4px;
            padding-left: 4px;
        }

            .contact-tabs .nav-tabs .nav-item .nav-link.active {
                padding-right: 4px;
                padding-left: 4px;
            }

        .contact-content-left h1 {
            font-size: 26px;
            margin-bottom: 25px;
        }

        .ik-content-left h1 {
            font-size: 26px;
            margin-bottom: 25px;
        }

        .dr-detail-left {
            padding: 0 25px 10px 25px;
        }

        .mobile-menu-list .nav-item .nav-link {
       
            font-size: 13px;
        }

        .mobile-menu-list {
            padding-top: 20px;
            padding-bottom: 30px;
        }

        .mobile-menu-header {
            padding-top: 30px;
        }

        header {
            z-index: 99999999999 !important;
        }

        .slider-menu ul {
            margin-bottom: 0;
        }

        /* .slider-menu-click {
    width: 20% !important;
    height: 20% !important;
} */

        .slider-menu {
            position: fixed;
            /* veya fixed */
            transform-origin: bottom right;
            transition: transform 0.3s ease, right 0.3s ease, bottom 0.3s ease;
            right: 30px;
            bottom: 30px;
            z-index: 999999999;
            right: 0;
            bottom: 0;
            height: 0px;
            scale: 0.9 !important;
            height: 124px;
            transform-origin: bottom right;
            transition: transform 0.3s ease;
        }

        section.mobile-footer {
            position: fixed;
            bottom: 0;
            right: 0;
            left: 0;
            /* background: url(../img/footer-mobile.png) no-repeat center center; */
            z-index: 999999999;
            display: block;
            background-size: 100% 100%;
            height: auto;
            background-size: 100% 100%;
        }
        .float-yoltarifi {
            display: block;
        }
        .float-whatsapp {
            display: none;
        }
        .bmf-items {
            transform-origin: bottom left;
            width: 100%;
            bottom: 0 !important;
            display: flex;
            justify-content: flex-start;
            align-items: flex-end;
            gap: 0;
            padding: 30px 0 0 0;
            border-radius: 0;
            display: flex;
            flex-wrap: wrap;
            position: absolute;
            left: 0;
            bottom: 0;
            right: 0;
        }

        .bmf-item {
            text-align: center;
            text-decoration: none;
            font-size: 14px;
            color: #333;
            width: 33%;
        }

            .bmf-item:nth-child(1) {
                width: 31%;
                margin-left: 1%;
                border-radius: 15px 0 0 0;
                background-color: #0372fd;
                padding-top: 10px;
                display: flex;
                justify-content: center;
                flex-wrap: wrap;
                padding-bottom: 8px;
                padding-right: 16px;
                position: absolute;
                left: 0;
            }

            .bmf-item:nth-child(2) {
                width: 39%;
                border-radius: 15px 15px 0 0;
                background-color: #fd0606;
                padding-top: 18px;
                display: flex;
                justify-content: center;
                flex-wrap: wrap;
                padding-bottom: 11px;
                padding-right: 16px;
                padding-left: 16px;
                position: absolute;
                margin-left: 31%;
                z-index: 4;
            }

            .bmf-item:nth-child(3) {
                width: 31%;
                border-radius: 0 15px 0 0;
                background-color: #2ea572;
                padding-top: 10px;
                display: flex;
                justify-content: center;
                flex-wrap: wrap;
                padding-bottom: 8px;
                padding-right: 16px;
                position: absolute;
                right: 0;
            }

            .bmf-item .mf-cb-icon {
                width: 43px;
                /* max-width: 38%; */
                margin: 0 0 0 0;
                border-radius: 0;
                display: flex;
                align-items: center;
                justify-content: center;
            }

            /* .bmf-item .mf-cb-icon:before {
    content: "";
    padding-top: 100%;
  } */

            /* .bmf-item.call .mf-cb-icon {
    background-color: #0372fd;
  }

  .bmf-item.appointment .mf-cb-icon {
    background-color: #fd0606;
  }

  .bmf-item.whatsappp .mf-cb-icon {
    background-color: #149d68;
  } */

            .bmf-item span {
                color: #ffffff;
                max-width: 100%;
                text-align: center;
                font-size: 14px;
                letter-spacing: 0;
                font-weight: 600;
                display: flex;
                justify-content: center;
                padding-left: 10px;
                align-items: center;
            }

        .mobile-menu-online-text {
            font-size: 22px;
            line-height: 26px;
        }

        .header-slogan {
            font-size: 13px;
        }

        .support-footer-icon {
            background: url(../img/mob-hemen-ara.svg) no-repeat center center;
            width: 20px;
            height: 29px;
            background-size: 100% auto;
            max-width: 70%;
            margin-left: 14px;
        }

        .online-appointment-footer-icon {
            background: url(../img/mob-online-randevu.svg) no-repeat center center;
            width: 35px;
            height: 35px;
            background-size: 100% auto;
            max-width: 70%;
        }

        .whatsapp-footer-icon {
            background: url(../img/mob-whatsapp.svg) no-repeat center center;
            width: 35px;
            height: 35px;
            background-size: 100% auto;
            max-width: 61%;
        }

        .examination-title {
            font-size: 22px;
            line-height: 30px;
        }

        .examination-slider-text {
            font-size: 16px;
            line-height: 24px;
            padding-bottom: 30px;
        }

        .cs-sub-title,
        .cs-end-title {
            font-size: 22px;
            line-height: 30px;
        }

        .cs-title, .examination-sub-title, .expert-explains-title {
            font-size: 11px;
            letter-spacing: 1px;
        }

        .cs-desc p {
            font-size: 14px;
            line-height: 20px;
        }

        .technology-title {
            font-size: 15px;
            line-height: 22px;
        }

        .technology-slogan {
            font-size: 15px;
            line-height: 22px;
        }
        .technology-title, .technology-slogan {
            padding-left: 8px;
            padding-right: 8px;
        }
        .cs-item-title {
            font-size: 16px;
            line-height: 24px;
        }
        .tb.tb-online-appointment {
            width: 90%;
            margin-bottom: 15px;
            margin-right: 0;
        }
        .tb.tb-just-call {
            width: 44%;
            margin-right: 1%;
        }
        .tb.tb-we-call {
            width: 44%;
            margin-left: 1%;
        }
        .cs-item-sub {
            font-size: 15px;
            line-height: 19px;
        }

        .cs-item-desc {
            font-size: 12px;
            line-height: 16px;
        }

        .news-content-item-desc {
            font-size: 12px;
            line-height: 16px;
        }

        .expert-explains-title {
            font-size: 10px;
            letter-spacing: 1px;
            margin-bottom: 0px;
        }

        .expert-explains-slogan {
            font-size: 22px;
            line-height: 30px;
            margin-bottom: 25px;
        }

        .ee-title {
            font-size: 14px;
            padding-left: 10px;
            padding-right: 20px;
        }

        .ee-dr {
            font-size: 12px;
            padding-left: 10px;
            padding-right: 20px;
        }

        .tb-online-appointment a {
            padding: 13px 13px 13px 13px;
            font-size: 9px;
        }

        .tb-just-call a {
            padding: 13px 13px 13px 13px;
            font-size: 9px;
        }

        .tb-we-call a {
            padding: 13px 13px 13px 13px;
            font-size: 9px;
        }

        footer {
            padding-bottom: 81px;
            background: #406fb4;
        }

        .main-slider-title {
            font-size: 20px;
            line-height: 30px;
        }

        .main-slider-doctor {
            font-size: 16px;
        }

        .main-slider-link {
            padding-right: 36px;
            min-height: 32px;
        }

        .main-slider-img {
            margin-bottom: 18px;
        }

        .main-slider-doctor {
            margin-bottom: 18px;
        }

        .main-slider-area .swiper-pagination {
            bottom: 35px;
        }

        .inner-content-text h1 {
            font-size: 22px;
            line-height: 32px;
        }

        .inner-content-text h2,
        .inner-content-text h3 {
            font-size: 20px;
            line-height: 30px;
        }

        .inner-content-text p,
        .inner-content-text ul li,
        .inner-content-text ol li {
            font-size: 14px;
            line-height: 20px;
        }

        .banner-img,
        .contact-banner {
            height: 29vh;
            min-height: 250px;
            display: flex;
            justify-content: flex-end;
        }

            .contact-banner img {
                height: 100%;
                object-position: right;
            }

            .banner-img img {
                object-position: right;
            }

        .inner-content-imgs img {
            margin: 0 0 20px 0;
        }

        .banner-text {
            padding-top: 108px;
        }

        .banner-desc {
            font-size: 14px;
            line-height: 19px;
            width: 100%;
        }

        .dr-list-item {
            width: 100%;
        }

        .video-list-item {
            width: 100%;
        }

        .dr-list-content-inner {
            margin-left: 0;
            margin-right: 0;
        }

        .inner-content-list-inner, .inner-brochure-list-inner, .news-content-list-inner {
            margin-left: 0;
            margin-right: 0;
        }

        .video-list-content-inner {
            margin-left: 0;
            margin-right: 0;
        }

        .dr-li-img {
            width: 27%;
            min-width: 120px;
        }

        .video-li-img {
            width: 100%;
            min-width: 120px;
        }

        .dr-li-text {
            width: 65%;
            text-align: left;
            padding: 20px 0 10px 0;
            border-bottom: 2px solid #e7ecef;
        }

        .video-li-text {
            width: 65%;
            text-align: left;
            padding: 20px 0 10px 0;
            border-bottom: 2px solid #e7ecef;
        }

        .dr-li-inner {
            border: 2px solid #fbfcfd;
            border-radius: 25px;
            overflow: hidden;
            background-color: #e2e8ee;
            transition: 0.3s all;
            display: flex;
        }

        .video-li-inner {
            border: 2px solid #fbfcfd;
            border-radius: 25px;
            overflow: hidden;
            background-color: #e2e8ee;
            transition: 0.3s all;
            display: flex;
        }

        .dr-list-item {
            padding: 0 0;
        }

        .video-list-item {
            padding: 0 0;
        }

        .dr-li-text {
            width: 100%;
            text-align: left;
            padding: 20px 0 10px 20px;
            border-bottom: 2px solid #e7ecef;
        }

        .video-li-text {
            width: 100%;
            text-align: left;
            padding: 20px 0 10px 20px;
            border-bottom: 2px solid #e7ecef;
        }

        .dr-li-buttons {
            padding: 20px 5px 24px 20px;
        }

        .dr-detail-title {
            font-size: 14px;
            /* margin-top:20px */
        }

        .dr-detail-icon {
            margin: 0 12px 0 0;
        }

        .dr-detail-icon {
            width: 33px !important;
            height: 32px !important;
            background-size: contain !important;
        }

        .dr-det-branch-title,
        .dr-det-language-title,
        .dr-det-web-title {
            font-size: 15px;
        }

        .dr-det-branch-list ul li,
        .dr-det-language-desc,
        .dr-det-web-desc {
            font-size: 12.5px;
            line-height: 18px;
        }

        .dr-det-oa-title,
        .dr-det-oa-desc {
            font-size: 12px;
            line-height: 18px;
        }

        .dr-det-oa-btn {
            font-size: 11.5px;
            height: 34px;
            padding: 5px 10px;
        }

        .dr-detail-item-year,
        .dr-detail-item-text,
        .dr-detail-desc {
            font-size: 13.5px;
            line-height: 20px;
        }

        .dr-detail-desc {
            padding-left: 20px;
        }

        .footer-menu ul.p-0.list-unstyled {
            margin-bottom: 10px;
        }

        .footer-top {
            padding: 30px 0 30px 0;
        }

        .dr-li-text-btns {
            width: 73%;
        }

        .contact-tabs .tab-content {
            padding-bottom: 30px;
            padding-top: 30px;
        }

        .checkbox-custom {
            margin: 0 0 6px;
        }

        .wwa-title {
            padding-top: 20px;
        }

        .contact-content-right {
            padding-top: 54px;
        }

        .contact-call {
            margin: 0 0 30px 0;
        }

        .contact-tabs .tab-content {
            padding-left: 20px;
            padding-right: 20px;
        }
            .contact-tabs .tab-content .col-md-6.col-xl-6.col-sm-12.col-xs-6 {
                width:100% !important;
            }
            .contact-tabs .tab-content .col-md-12.col-xl-12.col-sm-12.col-xs-12.p-0 {
                width: 100% !important;
            }
        .contact-tabs .form-input input[type="radio"], .form-input input[type="checkbox"] {
            width: 16px !important;
            height: 29px !important;
        }
        .u-list-w {
            max-width: 85%;
            min-height: 0;
        }
        .uzmn-hide {
            width: 400px;
            max-width:100%;
            min-width:100%;
        }
        .uzmn-hide-wrap ul li {
            width: 100%;
        }

    }

    @media (max-width: 532px) {
        .dr-li-img img {
            width: 100%;
            object-fit: cover;
            height: 100%;
        }

        .video-li-img img {
            width: 100%;
            object-fit: cover;
            height: 100%;
        }

        .main-slider-drimg {
            height: 416px;
        }

        .main-slider-branchimg {
            left: 295px;
        }

        .main-slider-img:after {
            left: 262px;
            top: 61px;
        }

        .main-slider-drimg img {
            width: 202px;
            left: -3px;
        }

        .examination-title {
            font-size: 23px;
        }
    }

@media (max-width: 532px) and (max-height:700px) {
    .main-slider-drimg {
        height: 355px;
    }

    .main-slider-drimg {
        left: -17px;
    }

    .main-slider-img {
        width: 113%;
    }
        .main-slider-img:after {
            left: 226px;
            top: 61px;
        }
    .main-slider-drimg img {
        width: 149px;
        left: -11px;
    }
    .main-slider-branchimg {
        left: 207px;
        top: 135px;
        width: 71px;
        height: 146px;
    }
    .main-slider-img:after {
        left: 175px;
        top: 25px;
    }
    .main-slider-title {
        font-size: 18px;
        line-height: 21px;
        margin-bottom: 5px;
    }
}
@media (max-width: 546px) {
    .bmf-item:nth-child(2) {
        padding-right: 8px;
        padding-left: 8px;
    }

    .bmf-item:nth-child(1) {
        margin-left: 0;
    }

    .bmf-item span {
        padding-left: 0;
    }

    .support-footer-icon {
        margin-left: 0;
    }
/*
    .bmf-item:nth-child(1),
    .bmf-item:nth-child(2),
    .bmf-item:nth-child(3) {
        flex-wrap: nowrap;
        padding-right: 0;
        padding-left: 0;
    }*/

    .bmf-item .mf-cb-icon {
        width: 34px;
    }

    .bmf-items {
        width: 95%;
        margin-left: 2.5%;
        margin-right: 2.5%;
    }

  /*  .bmf-item:nth-child(2) {
        padding-bottom: 21px;
    }*/

    .inner-menu-head-fixed {
        top: 37%;
    }
    .mobile-menu-online-text {
        font-size: 20px;
        line-height: 24px;
    }
}
@media (max-width: 480px) {
    .mobile-menu-contact-icon img {
        width: 26px;
        height: 26px;
    }

    .mobile-menu-contact-icon {
        width: 60px;
    }
    .cat-src {
        font-size: 14px;
    }

    .online-appointment-footer-icon {
        width: 19px;
        height: 25px;
    }

    .whatsapp-footer-icon {
        width: 19px;
        height: 25px;
    }
    .support-footer-icon {
        width: 17px;
        height: 25px;
    }
            .bmf-item span {
                font-size: 12px;
            }
            .inner-menu-head-fixed {
                right: -107px;
                height: 29px;
                padding: 5px 30px 3px 30px;
            }

            .inner-menu .inner-menu-list ul li a {
                padding-top: 3px;
                padding-bottom: 3px;
                font-size: 13px;
                line-height: 18px;
            }

            .mobile-menu-contact li {
                padding-left: 9px;
            }

                .mobile-menu-contact li .whatsapp-icon {
                    width: 23px;
                    height: 23px;
                    margin-right: 6px;
                }

                .mobile-menu-contact li .yoltarifi-icon {
                    width: 23px;
                    height: 25px;
                    margin-right: 6px;
                }

                .mobile-menu-contact li .callcenter-icon {
                    width: 23px;
                    height: 23px;
                    margin-right: 6px;
                }

            .mobile-menu .callcenter .callcenter-text {
                padding-top: 2px;
            }

            .mobile-menu .whatsapp .whatsapp-text {
                padding-top: 2px;
            }

            .mobile-menu .yoltarifi .yoltarifi-text {
                padding-top: 2px;
            }

            .mobile-menu .callcenter {
                height: 48px;
            }

            .mobile-menu-contact li {
                margin-left: 5px;
                margin-right: 5px;
            }

                .mobile-menu-contact li .callcenter-title {
                    font-size: 13px;
                    margin-right: 0;
                }

                .mobile-menu-contact li .whatsapp-title {
                    font-size: 13px;
                    margin-right: 0;
                }

                .mobile-menu-contact li .yoltarifi-title {
                    font-size: 13px;
                    margin-right: 0;
                }

                .mobile-menu-contact li .callcenter a {
                    padding-left: 2px;
                    padding-right: 18px;
                }

                .mobile-menu-contact li .whatsapp a {
                    padding-left: 2px;
                }

                .mobile-menu-contact li .yoltarifi a {
                    padding-left: 2px;
                }

            .mobile-menu .whatsapp {
                height: 48px;
            }

            .mobile-menu .yoltarifi {
                height: 48px;
            }

            .cat-src::-webkit-input-placeholder {
                font-size: 14px;
            }

            .cat-src:-moz-placeholder {
                font-size: 14px;
            }

            .cat-src::-moz-placeholder {
                font-size: 14px;
            }

            .cat-src:-ms-input-placeholder {
                font-size: 14px;
            }

            .cat-src {
                width: 288px;
                height: 38px;
            }

            .cat-src-btn {
                width: 85px;
                height: 38px;
            }

            .wwa-title {
                font-size: 19px;
                height: 60px;
                width: 146px;
                padding-left: 15px;
            }
    .mobile-menu-online-text {
        font-size: 18px;
        line-height: 22px;
    }

            .mobile-menu-online-icon {
                margin-bottom: 10px;
            }

            .header-slogan {
                font-size: 11px;
            }

            .tb-online-appointment a {
                padding: 13px 9px 13px 9px;
                font-size: 9px;
            }

            .tb-just-call a {
                padding: 13px 9px 13px 9px;
                font-size: 9px;
            }

            .tb-we-call a {
                padding: 13px 9px 13px 9px;
                font-size: 9px;
            }

            .footer-menu {
                max-width: 100%;
            }

            .footer-center {
                max-height: initial;
            }

            .footer-menu ul ul li a {
                font-size: 13px;
                line-height: 21px;
            }

            .footer-menu ul li a {
                font-size: 16px;
            }

            .footer-left-menu ul li a {
                font-size: 13px;
            }

            .footer-social-title {
                font-size: 13px;
            }

            .footer-social ul li {
                margin-right: 18px;
            }

            .footer-address {
                font-size: 13px;
                line-height: 18px;
            }

            .footer-copyright a {
                font-size: 13px;
                line-height: 18px;
            }

            .footer-social ul li a {
                font-size: 24px;
            }

    .mobile-menu-online-icon img {
        max-width: 100%;
        height: 58px;
    }

            .inner-menu .inner-menu-list ul li a {
                padding-left: 25px;
            }

            .inner-menu-title {
                padding-left: 25px;
            }
    .mobile-menu-online-text {
        font-size: 14px;
        line-height: 18px;
    }
    .mobile-menu-online-icon img {
        height: 38px;
    }
        }

        @media (max-width: 443px) {

            .bmf-item span {
                font-size: 12px;
                position: relative;
                top: 0;
            }

            .bmf-item .mf-cb-icon {
                max-width: 67%;
            }
        }

        @media (max-width: 433px) {
            .mobile-menu-contact-text {
                font-size: 14px;
            }
            .mobile-menu-contact li:nth-child(2) {
                margin-left: 2.5px;
            }
            .mobile-menu-contact li:nth-child(1) {
                margin-right: 2.5px;
            }
            .mobile-menu-contact-icon {
                width: 50px;
            }
            .header-slogan {
                font-size: 9px;
            }
            .mobile-menu-contact-icon img {
                width: 20px;
                height: 20px;
            }
            .mobile-menu-contact-inner a {
                padding: 3px;
            }
            .mobile-menu-contact li {
                padding-left: 3px;
                border: 2px solid #ffffff;
            }
            .mobile-menu-contact-text {
                font-size: 12px;
            }
            .dr-li-btn.dr-appointment a {
                font-size: 10px;
            }
            .mobile-menu-contact-icon {
                width: 40px;
            }
                .mobile-menu-contact-icon img {
                    width: 14px;
                    height: 14px;
                }
            .dr-li-btn.dr-appointment {
                margin-right: 3px;
            }

                .dr-li-btn.dr-appointment a {
                    width: 114px;
                }

                .dr-li-btn.dr-appointment a,
                .dr-li-btn.dr-profil a,
                .dr-li-btn.dr-ask-doctor a {
                    padding-left: 13px;
                    font-size: 11px;
                }

                .dr-li-btn.dr-appointment:after {
                    width: 20px;
                    height: 16px;
                    top: 11px;
                    left: 6px;
                    background-size: contain;
                }

            .dr-li-btn.dr-profil:after {
                width: 15px;
                height: 17px;
                top: 11px;
                background-size: contain;
                left: 11px;
            }
            .dr-li-btn.dr-ask-doctor:after {
                width: 15px;
                height: 17px;
                top: 11px;
                background-size: contain;
                left: 11px;
            }
            .dr-detail-online-appointment .dr-li-btn.dr-ask-doctor:after {
                width: 29px;
                left:11px;
            }
            .dr-li-btn.dr-profil a {
                width: 83px;
                height: 38px;
                font-size: 11px;
            }
            .dr-li-btn.dr-ask-doctor a {
                width: 100%;
                height: 38px;
                font-size: 11px;
            }
        }

        @media (max-width: 405px) {
            .header-slogan {
                display: none !important;
            }
        }
@media (max-width: 380px) {
    .bmf-item:nth-child(1) {
        padding-right: 2px !important;
        padding-left: 2px !important;
    }
    .bmf-item:nth-child(2) {
        padding-right: 2px !important;
        padding-left: 2px !important;
    }
    .bmf-item:nth-child(3) {
        padding-right:2px !important;
    }
    .bmf-item .mf-cb-icon {
        width: 25px;
    }
}
        /* @media (max-width: 380px) {
  .mobile-footer {
    background: none !important;
  } */
        /* .bmf-item span {
    opacity: 0;
    height: 20px;
    display: block;
  } 
}*/
        /* @media (max-width: 330px) {
    .bmf-item span {
      opacity: 0;
      height: 20px;
      display: block;
    }
} */
        @media (max-width: 420px) {
            .bmf-item span {
                font-size: 10px !important;
            }
        }

        @media (max-width: 390px) {
            .mobile-menu-header {
                padding-bottom: 30px;
            }
            .mobile-menu-online-icon img {
                height: 48px;
            }
            .mobile-menu-footer .mobile-social ul li a {
                font-size: 18px;
            }
            .mobile-menu-footer .footer-cc-number {
                font-size: 18px;
                line-height: 23px;
            }
            .mobile-menu-footer .footer-cc-title {
                font-size: 12px;
                line-height: 17px;
            }
            .mobile-menu-footer .footer-cc-icon i {
                width: 35px;
                height: 28px;
            }
            .mobile-menu-footer .footer-cc-icon {
                margin: 0 5px 0 0;
            }
            .mobile-menu-footer .mobile-social ul li {
                padding: 10px 0 0 0;
            }
            .dr-li-img {
                width: 100% !important;
            }

            .video-li-img {
                width: 100% !important;
            }

            .dr-li-text-btns {
                width: 100% !important;
            }

            .video-li-text-btns {
                width: 100% !important;
            }

            .dr-li-inner {
                flex-wrap: wrap;
            }

            .video-li-inner {
                flex-wrap: wrap;
            }
        }

        @media (max-height: 370px) {
            .support-footer-icon {
                width: 24px;
                height: 24px;
                background-size: 100% auto;
                max-width: 65%;
                margin-left: 14px;
            }

            .wwa-title {
                font-size: 16px;
                height: 60px;
                width: 123px;
                padding-left: 15px;
            }

            .contact-tabs .nav-tabs .nav-item .nav-link.active {
                font-size: 12px;
            }

            .contact-tabs .nav-tabs .nav-item .nav-link {
                font-size: 12px;
            }
        }

        @media (max-height: 350px) {
            .mobile-menu-contact li .callcenter-title {
                font-size: 10px;
            }

            .mobile-menu-contact li .yoltarifi-title {
                font-size: 10px;
            }

            .mobile-menu-list .nav-item .nav-link {
                font-size: 11px;
            }
            .mobile-menu-footer .mobile-social ul li {
                margin-right: 7px;
            }
            .mobile-menu-footer .footer-cc-number {
                font-size: 16px;
            }
        }

        @media (max-height: 668px) {
            .slider-menu-icon img {
                transform: scale(0.7);
            }

            .slider-menu {
                bottom: 16px;
            }

            .slider-menu-click {
                width: 90px;
                height: 90px;
            }

            .slider-menu-click-outer {
                width: 90px;
                height: 90px;
                background-size: contain;
            }
        }

        @media (max-width: 580px) {
            .slider-menu-icon img {
                transform: scale(0.7);
            }

            .contact-tabs .nav-tabs .nav-item .nav-link.active, .contact-tabs .nav-tabs .nav-item .nav-link {
                font-size: 13px;
            }

            .form-group {
                padding-left: 0;
                padding-bottom: 7px;
            }

            .checkbox-custom .checkbox-custom-text, .checkbox-custom-text a {
                font-size: 12px;
            }

            .form-group::before {
                display: none !important
            }

            .news-slider .ee-text {
                height: 187px;
            }

            .inner-content-text {
                min-height: 200px;
            }
            .slider-menu-active.slider-menu ul:first-child li:nth-child(5) {
                /*   transform: translateY(-316px);*/
                transform: translateY(-128px);
            }
            .slider-menu-active.slider-menu ul:first-child li:nth-child(4) {
                /*     transform: translateY(-85px);*/
                transform: translateY(-129px)
            }
            .slider-menu-active.slider-menu ul:first-child li:nth-child(3) {
                /*     transform: translateY(-85px);*/
                transform: translateY(-250px);
            }

            .slider-menu-active.slider-menu ul:first-child li:nth-child(2) {
                /*    transform: translateY(-209px);*/
                transform: translateY(-250px);
            }

            .slider-menu-active.slider-menu ul:first-child li:nth-child(1) {
                transform: translateY(-387px)
            }

            .slider-menu {
                bottom: 16px;
            }

            .slider-menu-click {
                width: 90px;
                height: 90px;
            }

            .slider-menu-click-outer {
                width: 119px;
                height: 119px;
                background-size: contain;
            }
        }