html, body {

  font-family: 'Lexend', sans-serif !important;

}

.f1 {

  font-family: 'Jost', sans-serif;

}

.f2 {

  font-family: 'Jost', sans-serif;

}

:root {

  --bir: #1d3b71;

  --iki: #28b8c1;

  --uc: #EFEFEF;

  --dort: #ff9900;

  --bes: linear-gradient(90deg, var(--fff) 20%, var(--iki) 100%);

  --alti: linear-gradient(90deg, var(--bir) 30%, var(--iki) 80%);

  --fff: #FFF;

  --beyaz: #FFF;

  --siyah: #000;

  --koyu: #5d5a59;

  --bg: #122846;

  --alti: #1D3B71;

  --yedi: #1b376a;

  --sekiz: #173262;

  --dokuz: #132c5a;

  --bg: #000;

}

*, button:focus {

  outline: none;

}

.navbar-toggler {

  padding: 0px 0px;

  background: none !important;

  font-size: 30px;

  margin-left: 40px;
  display:none;

}

.navbar-toggler:focus, .navbar-toggler:hover {

  outline: 0;

  box-shadow: none;

}



html {

  scroll-behavior: smooth;

}

html, body {

  color: var(--fff);

  font-weight: 400;

  font-size: 18px;

  line-height: 30px;

  letter-spacing: .3px;

}

a {

  color: #28b8c1 !important;

  text-decoration: none;

}

a:hover {

  color: #17757a !important;

}

.fff {

  color: #FFF;

}

.border-bir {

  border-color: var(--bir) !important;

}

.border-iki {

  border-color: var(--iki) !important;

}

.box-shadow-25 {

  box-shadow: 0px 0px 3px 2px rgba(255, 255, 255, 0.25);

}

.bg1{

    background:var(--bg);



}

.h100{

    height:100vh;

}

.btn {

  font-weight: 600;

  font-size: 18px;

  line-height: 24px;

  color: #fff !important;

  height: fit-content;

  padding: 17px 15px;

}

.green-btn{
  background-color: var(--iki) !important;
  color: #fff !important;
  border-radius: 4px;
  transition: all .3s ease;

}
.green-btn:hover{
	background-color: #17757a !important;
	color: #fff !important;
}
.green-btn:active{
	background-color: #17757a !important;
	border-color:#fff !important;
	color: #fff !important;
}
header {

  transition: .6s linear;

}

.navbar {

  transition: .6s linear;

}

header.navfix .navbar, header.navfix {

  background: var(--bg);

  transition: .6s linear;

}

.navbar-brand img {

  height: 100px;

  margin-right: 30px;

  transition: all .3s ease;

}

.navfix .navbar-brand img {

  height: 40px;

  margin-left: 30px;

  margin-right: 30px;

  transition: all .3s ease;

}

.main-navbar{
	padding-left: 0;
    list-style: none;
	margin-bottom: 0px;
}
.main-navbar li.nav-item {
    display: inline-block;
}
.main-navbar li.nav-item a{
    margin:0px 15px ;
}
.navbar-toggler {

  color: var(--fff);

  font-size: 30px;

  border: none;

  transition: all .3s ease;

}

.navbar-toggler:focus i, .navbar-toggler:hover i, .navbar-toggler.opened i {

  color: var(--fff);

}

.navfix .navbar-toggler {

  padding: 4px 8px;

  transition: all .3s ease;

}

div#navbarNav {

  background: var(--siyah);

  color: var(--fff);

  width: 100% !important;

  position: absolute;

  left: -100%;

  height: 100vh;

  top: 80px;

  transition: all .3s ease;


  padding-bottom: 60px;

}

.body-overlay {

  display: block;

  width: calc(100% - 350px);

  height: 100%;

  background: #00000000;

  position: fixed;

  top: 0;

  right: calc(0px - 100%);

  z-index: 10000;

}



.body-overlay.opened {

  transition: all .6s ease;

  right: 0px;

}

div#navbarNav.show {

  left: 0px;

}

.navfix div#navbarNav {

  top: 60px;

}

.navfix div#navbarNav.show {

  left: 0px;

}

.navbar-nav .nav-item:hover {

  background: var(--bir);

  color: var(--fff);

}

.navbar-nav .nav-item:hover .nav-link {

  transition: background .1s ease-in-out;

  color: var(--fff);

}

.navbar-nav .nav-link {

  font-size: 18px;

  line-height: 28px;

  font-weight: 500;

  padding: 12px 6px 12px 12px !important;

  transition: background .2s ease-in-out;

  color: #fff !important;

  border-bottom: 1px solid #fff;

}

.navbar-nav .nav-link:hover {

  color: var(--fff) !important;

  transition: background .2s ease-in-out;

}

.navbar-nav .btn {

  font-weight: 600;

  font-size: 16px;

  line-height: 20px;

}

.right-menu a {

  margin-left: 40px;

  color: #fff !important;

  margin-right: 35px;

}

.right-menu .btn {

  font-size: 13px;

  line-height: 16px;

  padding: 9px 15px;

  border-radius: 15px;

}

.right-menu a.whatsapp-btn{

    margin: 0px;

    background: #25D366;

    margin-right: 10px;

    padding: 7px;

    font-size: 18px;

} 

.small-btn {

  line-height: 16px;

  padding: 9px 15px;

  border-radius: 15px;

}

.small-btn:hover{

  border-radius: 15px;

}

.dikey {

  -ms-transform: rotate(90deg);

  -moz-transform: rotate(90deg);

  -webkit-transform: rotate(90deg);

  transform: rotate(90deg);

}

.dikey-menu {

  font-size: 12px;

  font-weight: 600;

  top: 15px;

  color: var(--iki);

  position: absolute;

  right: 0;

}

.nav-alt .nav-link {

  font-size: 20px;

  font-weight: 600;

  padding: 10px 20px 10px 20px !important;

}

.nav-alt .nav-link:hover {

  background: var(--uc);

}

.lang .dropdown-toggle::after {

  display: inline-block;

  margin-left: 0;

  vertical-align: 0;

  content: "";

  border-top: 0;

  border-right: 0;

  border-bottom: 0;

  border-left: 0;

}

.page {

  background-size: cover;

}

.head-bottom .green-btn {

  padding: 10px 5px;

  width: 100%;

}

.subheader {

  color: #FFF;

}

.subheader a, .subheader .breadcrumb a, .subheader .breadcrumb, .subheader .breadcrumb-item, .subheader .breadcrumb-item a, .subheader li {

  color: #aeaeae !important;

  font-size: 16px;

}

#map {

  height: 500px;

}

#section0 {

  background-attachment: fixed;

  padding-top: 140px !important;

  min-height:100vh;

   background: url(../../../../uploads/overlay-pattern-1.png) center center ;

display:flex;

align-items:center;

position:relative;

}



#section0:after{
    content:'';
    display:block;
    position:absolute;
    width:100%;
    height:100%;
    left:0;
    top:0;
    background: url(../../../../uploads/top-bg.webp) center center no-repeat;
    background-size: cover;
    z-index:-1;
}

.logolar{

    position:absolute;

    width:100%;

    height:100px;

    bottom:0px;

    text-align:center;

}

.logolar img{

    height:75px;

    margin-right:32px;

}

.section-alt {

    background: var(--bg);

}
.section1{
	background: #f9f9f9;
    color: #000;
}
.section-testimonials{

    background: var(--bg);

}

.section2 {

  background: var(--bg);

}
.section9 {

  background: var(--bg);

}
.section10 {

  background: var(--bg);

}
.section5 {

  background: var(--bir);

  color: var(--fff);

  padding-top: 50px;

  padding-bottom: 25px;

}

.section6 {

  background: var(--dokuz);

  color: var(--fff);

  padding-top: 50px;

  padding-bottom: 25px;

}

.section-whatsapp {

  background: #075E54;

  color: var(--fff);

  padding-top: 50px;

  padding-bottom: 25px;

}

.section-contact {

  background: var(--alti);

}

.section-whatsapp .buton {

  background: #25D366 !important;

}

.before-after-section .swiper-slide .desc {

  font-weight: 400;

  padding-bottom: 16px;

}

.before-after-section .swiper-slide .isim {

  font-weight: 500;

    font-size: 22px;

    padding: 8px 0;

    display: flex;

    align-items: center;

}

.before-after-section .swiper-slide .isim .isim-content{

    padding: 0 10px;

}

.before-after-section .swiper-slide .comment {

  font-weight: 400;

}

.before-after-section .swiper-slide .flag {

  height: 30px;

}

.iletisim-sol {

  background: url(../../../../uploads/images/iletisim-bg.webp) center left no-repeat;

  background-size: cover;

}

.title {

  color: var(--fff);

  font-size: 31px;

  line-height: 38px;

  font-weight: 500;

  margin-bottom: 16px;

}

.slayt-services-title {

  font-size: 32px;

  line-height: 38px;

  margin-bottom: 16px;

}

.buton {

  background: var(--bes) !important;

  color: var(--fff) !important;

  padding: 0.5rem 1rem;

  font-size: 1.25rem;

  border-radius: 20px;

  transition: .3s linear;

  border: 0 !important;

}

.buton:hover {

  background: var(--alti) !important;

  color: var(--fff) !important;

  padding: 0.5rem 1rem;

  font-size: 1.25rem;

  transition: all .3s ease;

  border: 0 !important;

}

.free-consultion {

  animation: pulse2 2s linear infinite;

}

.bordered {

  position: relative;

}

.bordered:after {

  content: '';

  position: absolute;

  width: 50%;

  height: 100%;

  border: 4px solid #FFFFFF;

  top: 0px;

}

.right-bordered:after {

  border-radius: 0px 20px 20px 0;

  right: calc(var(--bs-gutter-x) * .5);

  border-left: none;

}

.left-bordered:after {

  border-radius: 20px 0px 0px 20px;

  left: calc(var(--bs-gutter-x) * .5);

  border-right: none;

}

.teklif {

  background: var(--iki);

  color: #FFF !important;

  font-weight: 500;

}

.teklif:hover a, .teklif a:hover, .teklif:hover {

  background: var(--iki) !important;

  color: #FFF !important;

}

.slider1 {

  background-size: cover;

  background-attachment: fixed;

  height: 100% !important;

}

.slider2 {

  background-size: cover;

  background-attachment: fixed;

}

.slider1 > .container-fluid {

  height: 100% !important;

}

.anasayfa {

  height: 100% !important;

}

.bg-section {

  filter: url("data:image/svg+xml;utf8,<svg></svg>#grayscale");

  -webkit-filter: grayscale(0%);

  transition: all .7s;

  position: absolute;

  width: 50%;

  height: 100%;

  right: 0;

  top: 50%;

  transform: translateY(-50%);

  overflow: hidden;

  background-size: cover;

  background-position: center center;

  background-repeat: no-repeat;

}

.bg-section:hover {

  filter: url("data:image/svg+xml;utf8,<svg></svg>#grayscale");

  filter: gray;

  -webkit-filter: grayscale(100%);

}

.bg-section img {

  width: 100%;

  display: none;

}

.bg-section img.active {

  display: block;

}

.sektorler {

  background: url(../../../../uploads/theme/vectorpaint.svg) var(--bg) center no-repeat;

  background-size: cover;

}

.sektor-list i {

  color: var(--iki) !important;

  position: absolute;

}

.haberler {

  background: url(../../../../uploads/theme/bg2.png) var(--bg) center no-repeat;

  background-size: cover;

}

.fp-scrollable .fp-section, .fp-scrollable .fp-slide {

  height: 100vh;

  height: calc(var(--vh, 1vh) * 100);

}

.subheader .baslik {

  font-size: 26px;

}

h3 {

  font-weight: 700;

  font-size: 40px !important;

  line-height: 52px;

}

h3 span {

  color: var(--iki);

  font-weight: 500;

}

.metin h3 {

  font-weight: 600;

  font-size: 40px;

}

h3.title {

  font-size: 50px !important;

  line-height: 63px;

  font-weight: 600;

}

.metin h3 span {

  color: var(--iki);

  font-weight: 500;

}

.metin {

  display: table-cell;

  vertical-align: middle;

  width: 33%;

  position: relative;

}

.metin h3 {

  line-height: 1.2;

  margin: 0 0 25px;

}

.metin2 h3 {

  color: var(--fff);

}

.metin2 h3 span {

  color: var(--fff);

}

.metin2 {

  color: var(--fff);

}

.blur {

  filter: blur(8px);

  -webkit-filter: blur(8px);

}

.ortala {

  display: flex;

  align-items: center;

}

.middle {

  min-height: 100%;

  min-height: 100vh;

  display: flex;

  align-items: center;

}

.section-ic .icon {

  width: 60px;

  height: 60px;

  -webkit-border-radius: 50%;

  -moz-border-radius: 50%;

  -ms-border-radius: 50%;

  border-radius: 50%;

  line-height: 60px;

  font-size: 25px;

  color: #ffffff !important;

  text-align: center !important;

  border: 1px solid #f9f9f9;

  background-color: rgba(155, 151, 149, 0.1);

  position: relative;

}

.section-ic:hover .icon {

  border-color: transparent;

  background-color: #e3e3e3;

}

.section-ic .icon:before {

  content: '';

  position: absolute;

  top: 5px;

  right: 5px;

  left: 5px;

  bottom: 5px;

  background: var(--iki);

  border-radius: 50%;

  z-index: 0;

  opacity: 1;

  transform: scale(0);

  transition: all 0.3s ease-in-out;

}

.section-ic:hover .icon:before {

  transform: scale(1);

}

.section-ic .icon i {

  z-index: 1;

  position: relative;

  color: var(--iki);

}

.section-ic:hover .icon i {

  color: #fff;

}

.link-iki {

  font-weight: 600;

  border-bottom: 1px solid #dee2e6;

  border-radius: 3px;

  transition: all .2s ease;

}

.link-iki:hover {

  border-bottom: 1px solid var(--bg);

  background: var(--bes);

  color: var(--fff) !important;

}

.link-iki:hover a {

  color: var(--fff) !important;

}

.link-iki i {

  margin-left: 18px;

  margin-top: 10px;

  color: var(--uc);

}

.link-iki:hover i {

  color: var(--fff) !important;

}

.link-iki-margin {

  margin-left: 56px;

}

.box-kutu {

  overflow: hidden;

  padding: 10px;

  border-radius: 3px;

  border: 1px solid rgba(88, 86, 233, .149);

  -webkit-transition: all .3s;

  -o-transition: all .3s;

  transition: all .3s;

}

.box-kutu img {

  border-radius: 3px;

  height: 100%;

  width: 100%;

  -o-object-fit: cover;

  object-fit: cover;

  -webkit-transition: all 0.5s;

  -o-transition: all 0.5s;

  transition: all 0.5s;

}

.box-kutu:hover img {}

.box-kutu:hover {

  -webkit-box-shadow: 0 10px 60px 0 rgb(77 77 77 / 30%);

  box-shadow: 0 10px 60px 0 rgb(77 77 77 / 30%);

  border-color: transparent;

  background: #FFF;

}

.box-kutu .tarih {

  border-radius: 2px 0 2px 2px;

  bottom: -14px;

  right: 0px;

  position: absolute;

  background: var(--bes);

  color: var(--fff);

  font-size: 12px;

  text-align: center;

  padding: 0 16px 0 18px;

}

.box-kutu .yazi {

  overflow: hidden;

}

.stats-kutu {

  overflow: hidden;

  background: var(--uc);

  padding: 32px;

  border-radius: 3px;

  border: 1px solid rgba(88, 86, 233, .149);

  -webkit-transition: all .3s;

  -o-transition: all .3s;

  transition: all .3s;

}

.stats-kutu:hover {

  -webkit-box-shadow: 0 10px 60px 0 rgb(77 77 77 / 30%);

  box-shadow: 0 10px 60px 0 rgb(77 77 77 / 30%);

  border-color: transparent;

  background: #FFF;

}

.stats-kutu i {

  display: flex;

  align-items: center;

  justify-content: center;

  font-size: 38px;

  color: var(--iki);

  -webkit-transition: all 0.5s;

  -o-transition: all 0.5s;

  transition: all 0.5s;

}

.stats-kutu .stats-note {

  color: var(--bir);

}

.stats-kutu .stats-baslik {

  font-size: 26px;

  font-weight: 500;

  margin-bottom: 12px;

  transition: all .2s ease;

}

.stats-kutu .stats-note {

  font-weight: 300;

}

.alignmiddle {

  display: flex;

  align-items: center;

}

.before-after-slide-2 .before-image {

  width: 49%;

  float: left;

  position: relative;

  padding: 2px;

}

.before-after-slide-2 .after-image {

  width: 49%;

  float: right;

  position: relative;

  padding: 2px;

}

.before-after-slide-2 .before-image img, .before-after-slide-2 .after-image img {

  border-radius: 30px 30px 0px 0px;

  box-shadow: 0px 0 1px 0px white, 0 0 1px 1px white;

}

.before-after-slide-2 .before-image span, .before-after-slide-2 .after-image span {

  display: block;

  width: 100%;

  font-size: 25px;

  font-weight: 600;

  text-align: center;

  position: absolute;

  top: 10px;

  color: #fff;

}

.services {

  background: var(--bir);

  border-radius: 8px;

}

.services .box-img {

  border: 2px solid #E9E9E9;

  overflow: hidden;

  border-radius: 8px;

}

.services .box-top-img {

  border-top: 0;

  border-bottom: 0;

  border-left: 2px solid #E9E9E9;

  border-right: 2px solid #E9E9E9;

  overflow: hidden;

}

.services .img {

  border-radius: 4px;

}

.services .box {

  padding: 16px 16px 4px 16px;

  margin-bottom: 52px;

  transition: all 1s ease;

  border-radius: 8px;

}

.services .box-top {

  border: 0;

  margin-bottom: 0;

  border-radius: 20px 20px 0px 0px;

}

.services .box i {

  color: var(--iki);

  font-size: 32px;

  margin-top: 8px;

  margin-left: 4px;

  margin-right: 16px;

}

.services .box .title {

  font-size: 26px;

  line-height: 32px;

  font-weight: 500;

  color: var(--iki);

}

.services .box .desc {

  font-size: 18px;

  font-weight: 300;

  color: var(--fff)

}

.services .card {

  background: none;

  border: 0;

}

.services .card .list-group {

  border: 0;

}

.services .card .list-group-item {

  background: none;

  border: 0;

  color: #fff;

}

.services .card .card-sol {}

.services .card .card-sag {

  font-weight: 300;

}

.services .avatar img {

  transform: scale(1) !important;

  padding: 8px;

  background: var(--bes);

  margin-bottom: 8px;

}

.yorumlar .services .box {

  padding: 16px 16px 12px 16px;

  transition: all 0s ease;

}

.yorumlar .isim {

  font-size: 20px !important;

  font-weight: 700;

  transition: all .2s ease;

}

.yorumlar .date {

  font-size: 14px !important;

  font-weight: 400;

  margin-bottom: 4px;

  transition: all .2s ease;

}

.yorumlar .star i {

  font-size: 20px;

  margin-top: 0;

  margin-left: 0;

  margin-right: 2px;

  transition: all .2s ease;

}

.yorum-kutu {

  padding: 32px 16px 32px 16px;

  -webkit-transition: all .3s;

  -o-transition: all .3s;

  transition: all .3s;

}

.yorum-kutu:hover {

  border-color: transparent;

  background: #FFF;

}

.yorum-kutu .yorum-text {

  height: 240px;

  margin-left: 50px;

  margin-top: 16px;

  font-size: 18px;

  font-weight: 300;

  overflow-y: auto;

  padding-right: 16px;

}

.yorum-quote {

  color: var(--iki);

  font-size: 60px;

  top: 0;

  left: 12px;

  position: absolute;

}

.treatment {

  background: linear-gradient(205.16deg, #015D9A 50%, rgba(0, 88, 146, 0) 100%);

  border-radius: 18px;

  padding: 12px 0 12px 0;

  height: 100%;

}

.treatment .box {

  padding: 16px;

  height: 100%;

  position: relative;

  padding-bottom: 80px;

}

.treatment .buyuk-madde {

  vertical-align: middle;

  display: flex;

  font-weight: 500;

  font-size: 21px;

  margin-bottom: 16px;

  color: var(--fff);

}

.treatment .buyuk-madde span {

  font-weight: 300;

  font-size: 14px;

  margin-left: 8px;

  margin-top: 1px;

}

.treatment .buyuk-madde i {

  font-size: 16px;

  color: var(--fff);

  background: var(--iki);

  padding: 8px;

  border-radius: 50%;

  margin-right: 16px;

  margin-bottom: 12px;

}

.treatment .kucuk-madde {

  margin-bottom: 16px;

}

.treatment .kucuk-madde i {

  font-size: 12px;

  color: var(--fff);

  background: #1D4274;

  padding: 6px;

  border-radius: 50%;

  margin-right: 12px;

  margin-bottom: 12px;

}

.treatment .kucuk-madde .baslik {

  font-weight: 400;

  font-size: 17px;

  color: var(--fff);

}

.treatment .kucuk-madde .detay {

  font-weight: 300;

  font-size: 18px;

  color: var(--fff);

}

.treatment .buyuk-fiyat {

  color: var(--fff);

  font-weight: 600;

  font-size: 46px;

  line-height: 48px;

}

.treatment .buton-genis {

  background: #FFF;

  text-align: center;

  font-weight: 500;

  font-size: 20px;

  padding: 22px;

  margin: 0;

  border-radius: 8px;

  color: #005892;

  position: absolute;

  bottom: 0px;

}

.treatment .buton-genis i {

  margin-left: 16px;

  font-size: 24px;

}

.whatsapp-alani {

  font-size: 30px;

  font-weight: 500;

  text-align: center;

  background: #00D374;

  color: #FFF;

  padding-top: 36px;

  padding-bottom: 36px;

}

.whatsapp-alani .text {

  padding: 18px 0;

}

.whatsapp-alani-buton {

  background: #0BA55F;

  padding: 18px;

  width: 90%;

  display: block;

  margin: 0 auto;

}

.whatsapp-alani i {

  color: #FFF;

  font-size: 60px;

  margin-right: 0;

  padding-right: 0;

}



.galeri-box {

  padding: 4px;

}

.sagfoto {

  min-height: 750px;

}

.adres span {

  color: var(--iki);

  font-weight: 200;

}

.parallax-window {

  min-height: 400px;

  background: transparent;

}

.fancybox-zoomIn {

  animation: 0.25s ease both fancybox-zoomIn;

}

.fancybox-zoomOut {

  animation: 0.15s ease both fancybox-zoomOut;

}

.haber img {

  max-width: 100%

}

.mono, .f3 {

  font-family: 'Roboto Mono', monospace;

  font-weight: 300;

}

.bottom-nav {

  flex-direction: row;

  font-size: 12px;

  line-height: 15px;

  position: fixed;

  bottom: 0;

  width: 100%;

  z-index: 1000;

  display: none;

}

a.bottom-nav-link {

  width: 20%;

  height: 64px;

  display: flex;

  font-size: 9px;

  flex-direction: column;

  justify-content: center;

  text-align: center;

  background: var(--bir);

	color: var(--fff) !important;

}

a.bottom-nav-link i {

	color: var(--fff) !important;

  font-size: 18px;

  margin-bottom: 8px;

}

a.bottom-nav-link.doctors-link {

  background: var(--iki);

}

footer {
  padding: 20px 0 30px 0;
    background: var(--bg);
}

footer .logo {

  height: 60px;

}

.beyazlogo {

  filter: brightness(0) invert(1);

}

footer {

  font-weight: 300;

}

footer a {

  color: var(--bir) !important;

}

footer a:hover {

  color: var(--bir) !important;

  padding-bottom: 4px;

}

.copyright {

  font-weight: 300;

  font-size: 14px;

  line-height: 24px;

}

.footer-item {

  display: flex;

  flex-direction: row;

  align-items: center;

}

.footer-item i {

  font-size: 24px;

  width: 64px;

  height: 64px;

  text-align: center;

  padding: 20px;

  border-radius: 50%;

  background: rgba(255, 255, 255, 0.08);

  margin-right: 16px;

}

.footer-item.social-medias i {

  font-size: 16px;

  width: 44px;

  height: 44px;

  text-align: center;

  padding: 14px;

  border-radius: 5px;

  background: rgba(255, 255, 255, 0.08);

  margin-right: 16px;

}

.footer-item-content {

  font-weight: 300;

  font-size: 16px;

  line-height: 24px;

}

.footer-item-content a {

  line-height: 24px;

}

.footer-item-content .footer-item-title {

  font-weight: 400;

  font-size: 14px;

  line-height: 100%;

  letter-spacing: 0.01em;

  text-transform: uppercase;

  color: #FFFFFF;

  opacity: 0.5;

  margin-bottom: 8px;

}

.btn {

  font-weight: 500;

}

.form-floating > .form-control:focus {

  background: var(--fff);

}

.form-floating > .form-control:not(:placeholder-shown) {

  padding-top: 2rem;

  color: var(--bir);

}

.form-floating > label {

  font-weight: 400;

  font-size: 16px;

}

.form-control {

  background: var(--fff);

  border: 0;

  border-bottom: 1px solid var(--iki) !important;

  padding: 0.375rem 0.75rem;

  font-size: 1rem;

  font-weight: 400;

  line-height: 1.5;

  color: var(--bir);

  border-radius: 4px;

}

.form-floating > label {

  color: var(--bir);

  font-weight: 300;

  padding: 1rem 0.75rem;

}

.istatistikler {

  position: relative;

  padding: 86px 0;

  background-color: var(--bir);

  color: var(--fff);

}

.istatistikler .row {

  position: relative;

}

.istatistikler .istatistikler-foto {

  position: relative;

  background-size: cover;

  background-repeat: no-repeat;

  background-position: center center;

  min-height: 540px;

  margin-left: 16px;

  border-radius: 32px 16px 16px 32px;

  background: url(../../../../uploads/theme/istatistik.jpg) bottom center no-repeat;

}

.istatistikler .body {

  padding-left: 32px;

}

.istatistikler h4 {

  position: relative;

  padding-left: 85px;

  margin: 32px 0 16px;

}

.istatistikler h4:before {

  background-color: var(--bir);

  content: "";

  height: 2px;

  width: 70px;

  margin-right: 10px;

  position: absolute;

  left: 0;

  top: 50%;

}

.istatistikler h3 {

  margin: 16px 0 32px;

}

.istatistik-text {

  font-weight: 300;

  margin-bottom: 36px;

}

.stats-col {

  height: 120px;

  transition: 1s all ease;

  position: relative;

}

.stats .stats-col:hover {

  background: var(--iki);

  color: var(--fff);

  transition: .2s all ease;

}

.stats .stats-col:hover .stats-icon i {

  color: var(--fff);

  transition: .2s all ease;

}

.stats .stats-body {

  margin: 24px 12px;

}

.stats .stats-icon {

  text-align: center;

}

.stats .stats-icon i {

  font-size: 52px;

  color: var(--fff);

  width: 64px;

}

.stats-text {

  min-width: 120px;

  margin-left: 36px;

  text-align: center;

  display: block;

  position: absolute;

  right: 25%;

}

.stats .stats-text-ust {

  font-size: 66px;

  line-height: 66px;

  font-weight: 600;

  width: 100%;

  display: block;

}

.stats .stats-text-alt {

  height: 30px;

  width: 100%;

  display: block;

  white-space: nowrap;

}

.border-renk {

  border-color: var(--on);

}

.subheader .side-intro .title {

  font-size: 50px;

  margin: 0;

  line-height: 0;

  color: #FFF;

}

.subheader .text-offset {

  position: relative;

  display: flex;

  justify-content: center;

}

.subheader .side-intro .text-1 {

  margin-right: 0;

  margin-bottom: 0;

  margin-left: 0;

  display: block;

  line-height: 1.2;

  color: #FFF;

}

.subheader .text-offset .filled {

  position: relative;

  width: -webkit-fill-available;

  height: auto;

  z-index: 0;

  -webkit-text-stroke-width: 1px;

  -webkit-text-fill-color: #FFF;

  color: #FFF;

}

.subheader .side-intro .text-1 {

  margin-right: 0;

  margin-bottom: 0;

  margin-left: 0;

  display: block;

  line-height: 1.2;

  color: #FFF;

}

.subheader .text-offset .outline {

  position: absolute;

  height: auto;

  z-index: 1;

  top: 1px;

  left: 1px;

  -webkit-text-stroke-width: 2px;

  -webkit-text-fill-color: transparent;

  color: #FFF;

}

.subheader .black {

  color: var(--iki) !important;

}

.subheader .parallax {

  background: no-repeat center;

  background-size: cover;

  height: 300px !important;

}

.swiper-button-next, .swiper-button-prev {

  position: absolute;

    bottom: 0;

    top:unset;

    margin-top: 0px;

    width: 44px;

    border-radius: 50%;

    background: #d9d9d9;

    text-align: center;

    font-size:16px;

    border: 4px solid #FFF;

}

.swiper-button-next i, .swiper-button-prev i {

  color: #000;

}

.swiper-button-next:after, .swiper-button-prev:after {

  content: '';

}

.swiper-button-next {

  right: 0px;



}

.swiper-button-prev {

  left: 0px;

}

figure, .services figure {

  position: relative;

  overflow: hidden;

  margin: 0;

}

figure::before, .services figure::before {

  position: absolute;

  top: 50%;

  left: 50%;

  z-index: 2;

  display: block;

  content: '';

  width: 0;

  height: 0;

  background: rgba(255, 255, 255, .2);

  border-radius: 100%;

  -webkit-transform: translate(-50%, -50%);

  transform: translate(-50%, -50%);

  opacity: 0;

}

figure:hover::before, .services:hover figure::before {

  -webkit-animation: circle .75s;

  animation: circle .75s;

}

figure img {

  width: 100%;

  height: 100%;

  object-fit: cover;

  transition: all .5s ease;

}

figure:hover img {

  transform: scale(1.2);

}

@keyframes fancybox-zoomIn {

  from {

    opacity: 0;

    transform: scale(0.75);

  }

  to {

    opacity: 1;

    transform: scale(1);

  }

}

@keyframes fancybox-zoomOut {

  to {

    opacity: 0;

    transform: scale(1.25);

  }

}

@-webkit-keyframes circle {

  0% {

    opacity: 1;

  }

  40% {

    opacity: 1;

  }

  100% {

    width: 200%;

    height: 200%;

    opacity: 0;

  }

}

@keyframes circle {

  0% {

    opacity: 1;

  }

  40% {

    opacity: 1;

  }

  100% {

    width: 200%;

    height: 200%;

    opacity: 0;

  }

}

@keyframes pulse {

  0% {

    box-shadow: 0 0 0 0 rgb(3 147 82), 0 0 0 0 rgb(3 147 82);

  }

  40% {

    box-shadow: 0 0 0 25px rgb(0 211 116 / 0%), 0 0 0 0 rgb(3 147 82);

  }

  80% {

    box-shadow: 0 0 0 30px rgb(255 0 64 / 0%), 0 0 0 15px rgb(255 0 64 / 0%);

  }

  100% {

    box-shadow: 0 0 0 0 rgb(255 0 64 / 0%), 0 0 0 15px rgb(255 0 64 / 0%);

  }

}

@keyframes pulse2 {

  0% {

    box-shadow: 0 0 0 0 rgb(0 175 143), 0 0 0 0 rgb(0 175 143);

  }

  40% {

    box-shadow: 0 0 0 25px rgb(0 211 116 / 0%), 0 0 0 0 rgb(0 175 143);

  }

  80% {

    box-shadow: 0 0 0 30px rgb(255 0 64 / 0%), 0 0 0 15px rgb(255 0 64 / 0%);

  }

  100% {

    box-shadow: 0 0 0 0 rgb(255 0 64 / 0%), 0 0 0 15px rgb(255 0 64 / 0%);

  }

}

@keyframes tilt-shaking {

  0% {

    transform: translateX(0px);

  }

  3% {

    transform: translateX(3px);

  }

  6% {

    transform: translateX(-3px);

  }

  9% {

    transform: translateX(3px);

  }

  12% {

    transform: translateX(0px);

  }

}

@keyframes logo1-filter {

  0% {

    opacity: 1;

  }

  3% {

    opacity: 0.8;

  }

  6% {

    opacity: 0.6;

  }

  9% {

    opacity: 0.4;

  }

  12% {

    opacity: 0.2;

  }

  15% {

    opacity: 0.4;

  }

  18% {

    opacity: 0.6;

  }

  21% {

    opacity: 0.8;

  }

  24% {

    opacity: 1;

  }

}



@keyframes logo2-filter {

  28% {

    opacity: 1;

  }

  31% {

    opacity: 0.8;

  }

  34% {

    opacity: 0.6;

  }

  37% {

    opacity: 0.4;

  }

  40% {

    opacity: 0.2;

  }

  43% {

    opacity: 0.4;

  }

  46% {

    opacity: 0.6;

  }

  48% {

    opacity: 0.8;

  }

  51% {

    opacity: 1;

  }

}



@keyframes logo3-filter {

  54% {

    opacity: 1;

  }

  57% {

    opacity: 0.8;

  }

  60% {

    opacity: 0.6;

  }

  63% {

    opacity: 0.4;

  }

  66% {

    opacity: 0.2;

  }

  69% {

    opacity: 0.4;

  }

  72% {

    opacity: 0.6;

  }

  75% {

    opacity: 0.8;

  }

  78% {

    opacity: 1;

  }

}





.trustpilot{

    animation: logo1-filter 5s linear infinite;

}

.whatclinic{

    animation: logo2-filter 5s linear infinite;

}

.realself{

    animation: logo3-filter 5s linear infinite;

}



.sm-links a {

  color: var(--uc) !important;

  font-size: 26px !important;

  margin: 10px 5px;

  display: inline-block;

}

.slayt {

  height: 100vh;

}

.slider1m img {

  display: none;

}

.nav.nav-tabs {

  border: 0;

}

.nav.nav-tabs .nav-link {

  border: 0;

}

.call-button, .whatsapp-button {

  display: none;

  width: 40px;

  height: 40px;

  text-align: center;

  padding: 8px 0px;

  border-radius: 50%;

  margin: 5px;

}

.whatsapp-button {

  background: #25d366;

}

.call-button {

  background: var(--iki);

}

a.call-button i, a.whatsapp-button i {

  font-size: 24px !important;

  color: #fff;

  margin-right: 0px !important;

  padding: 0px;

}

.why-choose-us .item {

  border-radius: 20px 20px 0px 0px;

  background: #fff;

  height: 100%;

  display: flex;

  overflow: hidden;

  background: #EFEFEF;

  flex-direction: row;

  color: #122846;

}

.payment-logos {

  float: right;

  height: 50px;

}

.small-logo {

  height: 180px;

  margin-top: 100px;

  margin-bottom: 80px;

  opacity: 0.15;

  display: none;

}

.comment-slide .swiper-button-next, .comment-slide .swiper-button-prev {

  background: #00af8f !important;

}

.comment-slide .swiper-button-next i, .comment-slide .swiper-button-prev i {

  color: #fff !important;

}

.comments-swiper-pagination.swiper-pagination-bullets {

  display: none;

}

.why-choose-us .item img {

  width: 127px;

  object-fit: cover;

}

.side-img-wrapper {

  background-size: cover !important;

  border: 1px solid #FFFFFF;

  aspect-ratio: 2.2;

}

.side-img-wrapper.left-img {

  border-radius: 30px 0px 0px 30px;

}

.side-img-wrapper.right-img {

  border-radius: 0px 30px 30px 0px;

}

.tabmenu .nav-tabs {

  justify-content: space-around;

  border-bottom: 2px solid var(--bir);

}

.tabmenu .nav-item {

  flex: 1;

}

.tabmenu .nav-link i {

  font-size: 26px;

  padding: 8px 0;

}

.tabmenu .nav-link {

  display: flex;

  flex-direction: column;

  justify-content: center;

  align-items: center;

  text-align: center;

  padding: 16px 0;

  font-weight: 400;

  color: #007BFF;

}

.tabmenu .nav-link:hover {

  color: #0056B3;

}

.tabmenu .nav-link.active {

  color: var(--fff) !important;

  background-color: var(--bir);

  border-color: #007BFF;

}

.tabmenu .tab-content {

  padding: 1rem 0;

  border-top: none;

  border-radius: 0 0 5px 5px;

}

.fullWidth {

  width: 100% !important;

  display: table;

  float: none;

  padding: 0;

  min-height: 1px;

  height: 100%;

  position: relative;

}

.sectiontitle {

  background-position: center;

  margin: 30px 0 0px;

  text-align: center;

  min-height: 20px;

}

.sectiontitle h2 {

  font-size: 30px;

  color: #222;

  margin-bottom: 0px;

  padding-right: 10px;

  padding-left: 10px;

}

.headerLine {

  width: 160px;

  height: 2px;

  display: inline-block;

  background: #101F2E;

}

.projectFactsWrap {

  display: flex;

  margin-top: 30px;

  flex-direction: row;

  flex-wrap: wrap;

}

#projectFacts .fullWidth {

  padding: 0;

}

.projectFactsWrap .item {

  width: 25%;

  height: 100%;

  padding: 50px 0px;

  text-align: center;

  transition: .85s all ease;

}

.projectFactsWrap .item:nth-child(1) {

  background: var(--alti) !important;

}

.projectFactsWrap .item:nth-child(2) {

  background: var(--yedi) !important;

}

.projectFactsWrap .item:nth-child(3) {

  background: var(--sekiz) !important;

}

.projectFactsWrap .item:nth-child(4) {

  background: var(--dokuz) !important;

}

.projectFactsWrap .item:nth-child(1):hover {

  background: var(--iki);

  transition: .2s all ease;

}

.projectFactsWrap .item:nth-child(2):hover {

  background: var(--iki);

  transition: .2s all ease;

}

.projectFactsWrap .item:nth-child(3):hover {

  background: var(--iki);

  transition: .2s all ease;

}

.projectFactsWrap .item:nth-child(4):hover {

  background: var(--iki);

  transition: .2s all ease;

}

.projectFactsWrap .item p.number {

  font-size: 66px;

  line-height: 66px;

  font-weight: 500;

  padding: 0;

}

.projectFactsWrap .item p {

  color: rgba(255, 255, 255, 0.8);

  font-size: 18px;

  margin: 0;

  padding: 16px 0;

}

.projectFactsWrap .item span {

  width: 120px;

  background: rgba(255, 255, 255, 0.8);

  height: 2px;

  display: block;

  margin: 16px auto 8px;

}

.projectFactsWrap .item i {

  vertical-align: middle;

  font-size: 50px;

  color: rgba(255, 255, 255, 0.8);

  padding: 32px 0;

}

.projectFactsWrap .item:hover i, .projectFactsWrap .item:hover p {

  color: white;

}

.projectFactsWrap .item:hover span {

  background: white;

}

.getfreecons {

  color: var(--bir);

  letter-spacing: 4px;

  text-align: center;

  font-weight: 600;

  font-size: 20px;

}

.social-icon {

  display: inline-block;

  width: 40px;

  height: 40px;

  background-color: var(--uc);

  border-radius: 50%;

  text-align: center;

  line-height: 40px;

  color: #fff;

  transition: background-color 0.3s;

}

.social-icon:hover {

  color: #fff;

}

.social-icon.instagram:hover {

  background-color: #E1306C;

  color: #fff !important;

}

.social-icon.facebook:hover {

  background-color: #1877F2;

  color: #fff !important;

}

.social-icon.twitter:hover {

  background-color: #1DA1F2;

  color: #fff !important;

}

.social-icon.youtube:hover {

  background-color: #FF0000;

  color: #fff !important;

}

.social-icon.linkedin:hover {

  background-color: #0A66C2;

  color: #fff !important;

}

@media (max-width: 786px) {

  .projectFactsWrap .item {

    flex: 0 0 50%;

  }

}

.free-consultation {

	 position: relative;

	 width: 20%;

	 display: inline-block;

	 float: left;

	 background: #fff;

	 color: var(--bir);

	 height: 64px;

}

 .free-consultation .contentorj {

	 background: #fff;

	 width: 100%;

	 height: 64px;

	 position: absolute;

	 -webkit-backface-visibility: hidden;

	 backface-visibility: hidden;

	 animation: freeconsultationbtn 5s infinite ease-in-out;

}

 .free-consultation .contentanim {

	 animation: freeconsultationbtn2 5s infinite ease-in-out;

	 width: 100%;

	 height: 64px;

	 line-height: 64px;

	 font-size: 20px;

	 font-weight: 700;

	 -webkit-backface-visibility: hidden;

	 backface-visibility: hidden;

	 transform: rotateX(-180deg);

	 display: block;

	 background:  var(--bir);

	 color: #fff;

	 float: left;

}

 @keyframes freeconsultationbtn {

	 50% {

		 transform: rotateX(-180deg);

	}

}

 @keyframes freeconsultationbtn2 {

	 50% {

		 transform: rotateX(0deg);

	}

}

 .free-consultation a {

	 text-decoration: none;

}

 .free-consultation .icon {

	 color: var(--bir);

}

 .free-consultation .icon i {

	 padding-top: 10px;

	 font-size: 18px;

	 margin: 0px auto 8px auto;

}

 .free-consultation .text {

	 display: block;

	 color: var(--bir);

	 font-size: 9px;

}



.edit-blok-link{

	font-size:15px;

	line-height:15px;

	font-weight:500;

	background-color:#0560af;

	color:#fff;

	padding:5px 10px;

	position:absolute;

	top:-25px;

	right:0px;

	display:none;

}

*[data-edit-blok]:hover>.edit-blok-link{

	display:inline-block;

}

*[data-edit-blok]:hover{

	border:1px solid #0560af;

}

.doctors{

	padding: 15px;

}

.doctors img{

	width:100%;

	margin-bottom:10px;

}



.go-top{

	    font-size: 20px;

    color: #fff !important;

    width: 50px;

    height: 50px;

    text-align: center;

    padding: 10px;

    background: #1d3b71;

    position: fixed;

    z-index: 5000;

    bottom: 110px;

    right: -50px;

	webkit-transition: all 0.3s ease-in-out;

    -moz-transition: all 0.3s ease-in-out;

    -ms-transition: all 0.3s ease-in-out;

    -o-transition: all 0.3s ease-in-out;

    transition: all 0.3s ease-in-out;

    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";

    filter: alpha(opacity=0);

}

.go-top.show{

right:10px;

}

.go-top:hover{

	color: #fff !important;

    background: #28b8c1;

}



.form-floating.required::after{

    content:'*';

    position:absolute;

    right: 10px;

    top: 23px;

    color: #ccc;

    font-size: 23px;

    line-height: 15px;

    display: block;

    z-index: 100;

}

.carousel__button svg{

stroke: var(--iki);

    filter: none;

}



.before-after-item{

	margin-bottom:30px;

}







.before-after-item .title,.before-after-item .desc{

	display:block;

}



.before-after-item .before img,.before-after-item .after img{

	width:100%;

}

.before-after-item .title{

	color:#fff;

	font-weight:600;

	font-size: 16px;

    line-height: 21px;

    margin-bottom: 0px;

    text-align:left;

}



.before-after-item .desc{

	color:#fff;

	text-align: left;

}



.before-after-item .patient-review{

	padding-bottom:15px;

	border-bottom:1px solid #ebebeb;

}



.services-slide .swiper-button-next,.services-slide .swiper-button-prev{

    top: calc(50% - 22px) !important;

    bottom: unset !important;

}



.services-slide .swiper-slide img{

        width:100%;

    } 

 

 .contact-info{

         text-align: center;

color:#fff !important;	 
    display: block;

    margin-bottom: 25px;

 }   
 .contact-info:hover{
	color:#ccc !important;	 
}
 
 .contact-info i {

    margin-right: 10px;

}



.contact-info strong {

    display:block;

    margin-bottom:5px;

    line-height:12px;

   

}



.embed-responsive-16by9{

    aspect-ratio: 16/9;

}



.embed-responsive-item{

    width:100%;

    height:100%;

}



.video-slide .swiper-slide iframe {
    width: 100%;
    aspect-ratio: 9/16;
}
.video-slide .swiper-slide .slide-overlay {
    width: 100%;
    aspect-ratio: 9/16;
	position:absolute;
	z-index:100;
	background:rgba(0,0,0,0.3);
}
.swiper-slide-active .slide-overlay {
	display:none;
}

.video-swiper-pagination,.comment-swiper-pagination, .ba-swiper-pagination,.doctor-swiper-pagination{
text-align:center;
}

.video-swiper-pagination .swiper-pagination-bullet, .comment-swiper-pagination .swiper-pagination-bullet,.ba-swiper-pagination .swiper-pagination-bullet,.doctor-swiper-pagination .swiper-pagination-bullet{
    width: 10px;
    height: 10px;
    background: #28b8c1;
}

.comment-item{
	padding: 15px;
    background: #222;
}
.comment-item .comment-body{
	color:#ccc;
}
.comment-item a{
	color: #fbfbfb !important;
    font-weight: 500;
}

.comment-links{
    display: flex;
    justify-content: space-between;
}
.comment-links a{
	font-size: 13px;
    line-height: 16px;
}
.ba-item img{
	width:100%;
	border: 1px solid #aaa;
}
.service-item{
	height:100%;
    background: #222;
}
.service-item .service-body{
	color:#ccc;
	padding: 15px;
}

.doctor-item{
	display:block;
	color:#fff !important;
	text-decoration:none;
    background: #222;
	text-align: center;
	padding-bottom:15px;
}
.doctor-item:hover{
	color:#ccc !important;
}
.doctor-item img{
	width:100%;
}
.doctor-content{
	display:none;
}
.shine-effect{
	position:relative;
	overflow: hidden;
}
.shine-effect:before{
  content: "";
  display: block;
  position: absolute;
  width: 60px;
    height: 100%;
  left: 0;
  top: 0;
     background: rgba(255, 255, 255, 0.7);
    filter: blur(15px);
	z-index:100;
-webkit-animation: shine-alt1 5s ease-in-out infinite;
   animation: shine-alt1 5s ease-in-out infinite;
}

@-webkit-keyframes shine-alt1 {
  0% {
    opacity: 0.5;
    transform: translateX(-100px) skewX(-15deg);
    transition-property: opacity, transform;
  }
  20%, 100% {
    opacity: 0.6;
    transform: translateX(300px) skewX(-15deg);
    transition-property: opacity, transform;
  }
}

@keyframes shine-alt1 {
  0% {
    opacity: 0.5;
    transform: translateX(-100px) skewX(-15deg);
    transition-property: opacity, transform;
  }
  20%, 100% {
    opacity: 0.6;
    transform: translateX(300px) skewX(-15deg);
    transition-property: opacity, transform;
  }
}

.iti--separate-dial-code .iti__selected-dial-code{
	color:var(--bir);
}
 .iti__country-list .iti__country{
color:#333;
	}

.section-form{
	background-color: #1E3B71;
}
.section-alt-2{
	background-color: #1E3B71;
}
.thanks-page{
	background:#000;
}

.operation-field {
    width: 50%;
    float: left;
    margin-bottom: 10px;
	font-size:16px;
	line-height:24px;
}

.operation-label {
    font-weight: 600;
}

.operation-value {
    font-weight: 300;
}
.video-item a{
	position:relative;
}
img.play-icon {
    width: 50px;
    position: absolute;
    left: calc(50% - 25px);
    top: calc(50% - 25px);
}