*{
  padding: 0px;
  margin: 0px;
}
html {
  height:100%;}

body {
  font-family: sans-serif;
  min-height:100%; padding:0; margin:0; position:relative;
  font-size: 14px;
  overflow-x:hidden;
  color: #34373a;
}

body p{margin-bottom: 15px; line-height: 25px;}

::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-track {
  background: #f1f1f1; 
}

::-webkit-scrollbar-thumb {
  background: #558dca;
}

::-webkit-scrollbar-thumb:hover {
  background: #558dca;
}
.lazy{background-image: none !important; width: 10px; height: 10px;}
.container{
  margin: 0 auto;
  width: 1275px;
}
/*header*/
header{height: 132px; width: 100%;border-bottom: 1px solid #00000023; position: absolute; z-index: 20;}
.nav-fixed{position: fixed;background-color: #fff; transition: 1.5s;}
.sol{
  float: left;
}header .sol{width: 33%;}
.sag{float: right;}
header .sag{width: 67%;}
.logo img{width: 275px; position: relative; top: 23px;}
@keyframes slideInLeft {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
}
.anim-saga-1{animation: 0.7s ease-out 0s 1 slideInLeft;}
.anim-saga-2{animation: 1s ease-out 0s 1 slideInLeft;} 
.anim-saga-3{animation: 1.3s ease-out 0s 1 slideInLeft;}
.anim-saga-4{animation: 1.6s ease-out 0s 1 slideInLeft;}
.anim-saga-5{animation: 1.9s ease-out 0s 1 slideInLeft;}

@keyframes slideInTop {
  0% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(0);
  }
}
.anim-tepeye{
  animation: 1.2s ease-out 0s 1 slideInTop;
}

.ust{
  position: absolute;
  transform: skewX(-25deg);
  background: linear-gradient(90deg, #00e08e 0%, #1a94ff 100%);
  width: 70%;
  height: 45px;
}
.sag::before{
  content: "";
  position: absolute;
  display: block;
  top: 0px;
  right: calc(43.8% - 1152px);
  bottom: 0px;
  width: 1500px;
  height: 133px;
  transform: skewX(-25deg);
  border-left: 2px solid #00000023;
  z-index: -1;
}
.ust-ic{
  transform: skewX(25deg);
  color: #fff;
  line-height: 45px;
  padding: 0px 20px;
}
.ust-ic ul{list-style: none; display: inline-block;}
.ust-ic ul:first-child{margin-left: 60px;}
.ust-ic ul li{display: inline;}
.ust-ic ul:first-child li{margin-right: 30px;}
.ust-ic ul li a{display: inline-block; text-decoration: none; color: #fff; padding: 0px 15px;}
.social{
  position: relative;
  left: 215px;
}
.social li{margin-right: 10px;}
.dil{margin-left: 100px;}
.diltikla{margin-left: 16px; cursor: pointer;}
.alt{
  position: relative;
  top: 45px;
}
.mob-arama{position: relative; top: -11px;}


@media only screen and (min-width: 1175px) {
.pc-sil{display: none;}
  /*menu*/
  .alt ul{list-style: none;}
  .alt li{display: inline-block;}
  .alt a{text-decoration: none; color: #fff; font-size: 16px; display: flex; padding: 35px 23px; font-weight: 600;}
  .alt a:hover{color: #ff5252;}
  .alt nav{float: left;}
  .alt .arama{float: right;}
  .arama a{
      background: #ff5252;
      padding: 20px;
      position: relative;
      top: 24px;
      border-radius: 12px 12px 12px 0px;
      box-shadow: -9px 9px 0px -5px rgb(214, 214, 214);
      -webkit-box-shadow: -9px 9px 0px -5px rgb(214, 214, 214);
      -moz-box-shadow: -9px 9px 0px -5px rgb(214, 214, 214);
  }
  
  .menu-item-has-children{position: relative;}
  .menu-item-has-children > a::after{
      content: '+';
      font-size: 18px;
      position: absolute;
      right: 7px;
      color: #ff5252;
      
  }
  .nav-fixed .alt a{color: #111;}
  .menu-item-has-children > .sub-menu{
      position: absolute;
  }
  .sub-menu > li > a{
      padding: 10px;
      background-color: #fff;
      line-height: 24px;
      font-weight: normal;
      width: 200px;
      color: #111;
      border-bottom: 1px solid #e6e6e6;
      font-size: 15px;
  }
  .sub-menu > li:last-child a{border-bottom: 0px;}
  .sub-menu > li > a:hover{
      background:#efefef;
      color: #111;
  }
  .sub-menu .menu-item-has-children > a::after{
      right: 10px;
  }
  
  .sub-menu > li > .sub-menu{
      left: 221px;
      top: 0px;
      display: none;
  }
  .menu-item-has-children > .sub-menu{display: none;}
  .menu-item-has-children:hover > .sub-menu{display: block;}
  /*menu*/

  /*Scroll animasyon*/
  .anim{
 
     transition: transform 0.5s, opacity 0.5s;
 
 }
 .anim.left{
     transform: translateX(-200px);
     opacity: 0;
 }
 .anim.right{
     transform: translateX(200px);
     opacity: 0;
 }
 .s1{transition-duration: 1s;} .s2{transition-duration: 1.2s !important;} .s3{transition-duration: 1.4s !important;} .s4{transition-duration: 1.6s !important;}
 .s5{transition-duration: 1.8s;} .s6{transition-duration: 2s !important;} .s7{transition-duration: 2.2s !important;} .s8{transition-duration: 2.4s !important;}
 .s9{transition-duration: 2.6s;} .s10{transition-duration: 2.8s !important;} .s11{transition-duration: 3s !important;} .s12{transition-duration: 3.2s !important;}
 .s13{transition-duration: 3.4s !important;}
 .anim.top{
     transform: translateY(-100px);
     opacity: 0;
 }
 .anim.bottom{
     transform: translateY(100px) ;
     opacity: 0;
 }
 .anim.active{
     transform: translateX(0);
     opacity: 1;
 }
 /*Scroll animasyon*/
 .mobile-menu{display: none;}
 }

 .show{display: block !important;}
 .hide{opacity: 0;}
 .dil-acildi{
  right: 0px !important;
  transition: 0.5s;
 }
/*header*/


/*slider*/

.banner-bg{
position: absolute;

}
.slidem{position: relative; background-color: #dddddd;}
.slide-bg-1{
position: absolute;
top: 0px;
left: 0px;
width: 100%;
height: 102vh;
background: rgb(226, 226, 226);
  background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(0, 218, 189, 0.7) 0%, rgba(48, 189, 255, 0.7) 100%);
z-index: 2;

}
.slider-container {
position: relative;
height: 100vh;
overflow: hidden;
}
.slider {
display: flex;
width: 100%;
height: 100%;
transition: transform 0.5s ease-in-out;
position: relative;
z-index: 3;
}

.slide {
flex: 0 0 100%;
height: 100%;
display: flex;
align-items: center;
justify-content: center;
}
.slide-bg-img img{
width: 100%;
height: 100vh;
}

.arrow {
position: absolute;
top: 45%;
transform: translateY(-50%);
width: 40px;
height: 40px;
background-color: rgba(197, 197, 197, 0.5);
color: white;
border-radius: 30px;
display: flex;
align-items: center;
justify-content: center;
cursor: pointer;
font-size: 24px;
transition: background-color 0.3s;
z-index: 3;
}

.arrow:hover {
background-color: rgba(0, 0, 0, 0.7);
}

.arrow-left {
left: 10px;
}

.arrow-right {
right: 10px;
}
.banner-img{
width: 100%;
  object-fit: cover;
}

.tampon{
position: absolute;
left: 0px;
top:0px;
background-color: #fff;
z-index: 2;
width: 100%;
height: 50px;
border-bottom-left-radius: 50%;
border-bottom-right-radius: 50%;
}


.slide-desc-1{
  width: 1240px;
  margin: 0;
  position: relative;
  left: 0px;
  top: 0px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 1em;
  grid-auto-rows: 1fr;
}

.slide-brand{
  font-size: 22px;
  color: #fff;
  margin-top: 23%;
}
.slide-title{
  font-size: 3.2em;
  line-height: 1.5em;
  margin: 30px 0px;
  color: #fff;
}
.slide-title span{
  color: #ff5252;
}
.band-list{
  list-style: none;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 1em;
  grid-auto-rows: 1fr;
  color: #fff;
}
.band-list li{padding: 20px 10px; font-size: 15px; line-height: 23px; 
   border-bottom: 1px solid rgba(39,39,39,0.1);}
.band-list li::before{
  margin-right: 9px;
  color: #ff5252;
  font-weight: 600;
  padding-bottom: 27px;
  display: inline-block;
  float: left;
  font-size: 20px;
}
.i-1::before{content: '✔';}
.i-2::before{content: '✐';}
.i-3::before{content: '✗';}
.i-4::before{content: '✚';}
.i-5::before{content: '✦';}
.i-6::before{content: '❖';}

.slide-btn{
  margin-top: 58px;
}
.slide-btn a{
  text-decoration: none;
  color: #fff;
  display: inline-block;
  margin-right: 20px;
  background: #ff5252;
  font-weight: 600;
  padding: 15px;
  font-size: 14px;
  border-radius: 10px;
  transition: 0.3s;
}
.slide-btn a:hover{
  background-color: #558dca;
}
.slide-btn a::before{
  content: '✓';
  margin-right: 5px;
}
.i-7::before{
  content: '✐' !important;
}
.btn-2{
  color: #111 !important;
  transition: 0.3s;
  background:#fff !important;
}
.btn-2:hover{
  background-color: #34373a !important;
  color: #fff !important;
}
.doctor-img{
  width: 85% !important;
  height: auto !important;
  position: relative;
  top: 18%;
  right: -20%;
}

/*slider*/

/* coklu slider*/
.slider-containerx {
overflow: hidden;
width: 100%;
position: relative;
}

.sliderx {
display: flex;
transition: transform 0.5s ease-in-out;
}

.slidex {
flex: 0 0 calc(100% / 3); /* 3 sütunlu düzen için */
padding: 20px;
box-sizing: border-box;
}
/* coklu slider*/

.clearfix:after {
visibility: hidden;
display: block;
font-size: 0;
content: " ";
clear: both;
height: 0;
}
.clearfix { display: inline-block; }
* html .clearfix { height: 1%; }
.clearfix { display: block; }

/*giris*/
.giris{
width: 100%;
height: auto;
background-color: #fff;
padding: 10px 0px 70px;
margin-top: 80px;
position: relative;
z-index: 3;
}
h1,h2,h3,h4,h5{margin-bottom: 15px;}
h1{font-size: 30px;  line-height: 44px;}h2{font-size: 26px;  line-height: 32px;}h3{font-size: 22px; line-height: 36px;} h4{font-size: 18px;line-height: 36px;} h5{font-size: 16px;}
.txt-center{text-align: center;}
.joint{
display: flex;
margin: 0 auto;
width: 400px;
text-align: left !important;
margin-bottom: 30px;
clear: both;
}
.joint img{width: 100%; position: relative;right: 5px;}
.j-sol{float: left; width: 30%;}
.j-sag{float: right; width: 70%;}
.joint span{
display: block;
position: relative;
top: 35px;
left: 5px;
font-size: 18px;
line-height: 25px;
font-weight: 600;
}
.giris h1{
text-align: center;
}
.t-brand{
text-transform: uppercase;
font-size: 14px;
margin-bottom: 30px;
display: inline-block;
color: #005c8a;
background-color: rgba(108,92,231,.1);
border-radius: 4px;
padding: 5px 10px;
font-weight: 600;
}
.cizgi::before{
content: '';
width: 70px;
height: 4px;
background-color: #ff5252;
display: inline-block;
margin: 0 auto;
margin-left: -15px;
margin-top: 14px;
border-radius: 10px 0px 0px 10px;

}
.cizgi::after{
border-radius: 0px 10px 10px 0px;
content: '';
width: 35px; 
position: relative;
left: 15px;
height: 4px;
background-color: #0485d0;
display: inline-block;
margin: 0 auto;
margin-top: 14px;
}
.asa{  margin-top: 40px;}
p{
line-height: 30px;
color: #222;
}
/*giris*/


/*giris h2*/
/* third-content */

.third-content {
padding: 90px 0;
position: relative;
background-color: #f7f9fb;
}

.third-content-bg {
position: absolute;
}

.third-content-inner {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 0;
margin: 90px 0px;
}
.third-content-inner a{text-decoration: none;}
.third-content-card {
padding: 53px 40px 53px 40px;
position: relative;
overflow: hidden;
isolation: isolate;
text-align: center;
background-color: #fff;
border: 1px solid #e6e6e6;
min-height: 305px;
position: relative;
}

.third-content-card::before {
content: "";
position: absolute;
top: 0;
left: -101%;
height: 100%;
width: 100%;
background:linear-gradient(90deg, #003764 0%, #186c9c 100%);;
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
transition: all 0.6s ease;
z-index: -1;
}

.third-content-card:hover::before {
left: 0;
}

.third-content-card:hover .third-content-ikon img {
filter: invert(100%);

}

.third-content-card:hover .third-content-title {
color: #fff;
}

.third-content-card:hover .third-content-text {
color: #fff;
}

.third-content-ikon {
margin-bottom: 16px;
}

.third-content-ikon img {
filter: invert(56%) sepia(77%) saturate(456%) hue-rotate(120deg)
  brightness(88%) contrast(86%);
transition: all 0.6s ease;
width: 65px;
}

.third-content-title {
margin: 0px 0px 15px 0px;
color: #34373a;
transition: all 0.6s ease;
margin: 35px 0px 20px 0px;
}

.third-content-text {
color: rgba(0, 0, 0, 0.7);
font-size: 17px;
transition: all 0.6s ease;
}

.devamini-oku {
position: absolute;
left: 40px;
bottom: 20px;
}

.devamini-oku > span {
font-size: 14px;
font-weight: 700;
background-color: #1bb399;
padding: 10px 20px;
color: #fff;
text-decoration: none;
display: inline-block;
letter-spacing: 1px;
margin-top: 0px;
transition: all 0.2s ease;
}

.third-content-card:hover .devamini-oku > span {
background-color: transparent;
padding: 0;
}
.third-content-card p{ transition: all 0.6s ease; font-size: 14px;}
.third-content-card:hover p{color: #fff;}
.butan{
text-decoration: none;
  color: #fff;
  display: inline-block;
  margin-right: 20px;
  background: linear-gradient(90deg, #00e08e 0%, #1a94ff 100%);
  font-weight: 600;
  padding: 15px;
  font-size: 14px;
  border-radius: 10px;
  transition: 0.5s;
}
.butan:hover{
background-color: #558dca;
}
/*giris h2*/

/*list*/
.liste{margin: 40px 0px;}
/* fourth-content */

.fourth-content {
background-color: #f7f9fb;
padding: 50px 0;
position: relative;
}

.fourth-content-bg {
position: absolute;
right: 0;
top: 0;
z-index: 1;
width: 20%;
}

.fourth-content-bg img {
width: 100%;
}

.fourth-content-inner {
display: flex;
justify-content: space-between;
align-items: center;
position: relative;
z-index: 3;
}

.fourth-content-left {
flex: 0 0 50%;
}

.fourth-content-img img {
width: 90%;
}

.fourth-content-right {
flex: 0 0 50%;
}

.fourth-content-right img {
position: absolute;
right: 0;
top: 0;
}

.fourth-konten {
width: calc(1140px / 2);
}

.fourth-content-title {
color: #222;
font-size: 46px;
font-weight: 700;
line-height: 55px;
}
.fourth-content-item-inner{
width: 400px;
}
.fourth-content-item {
margin-bottom: 30px;
display: inline-flex;
align-items: center;
justify-content: space-between;
}

.fourth-content-icon {
margin: 0 32px 25px 0;
height: 60px;
position: relative;
top: 12px;
box-shadow: 0 7px 20px 0 rgba(28, 110, 186, 0.3);
background-color: #7dd0ff;
border-radius: 50px 50px 50px 50px;
flex: 0 0 60px;
display: flex;
color: #fff;
font-size: 24px;
align-items: center;
justify-content: center;
transition: 0.5s transform;
}

.fourth-content-wrap .fourth-content-item:nth-child(2) .fourth-content-icon {
box-shadow: 0 7px 20px 0 rgba(85, 141, 202, 0.3);
background-color: #0485d0;
}

.fourth-content-wrap .fourth-content-item:nth-child(3) .fourth-content-icon {
box-shadow: 0 7px 20px 0 rgba(255, 186, 95, 0.3);
background-color: #ff5252;
}

.fourth-content-icon i {
font-size: 23px;
color: #fff;
}
.fourth-content-item:hover .fourth-content-icon {
transform: rotateY(360deg);
transition: 0.5s transform;
}


.fourth-content-wrap {
margin-top: 60px;
}

.fourth-item-title {
color: #222;
font-family: "Exo", sans-serif;
font-size: 18px;
font-weight: 700;
line-height: 32px;
}

.fourth-item-text {
font-weight: 400;
line-height: 26px;
color: #34373a;
margin-top: 10px;
}

/*list*/

/*blog*/



.blog{
margin: 140px 0px 0px 0px;
width: 100%;
padding: 100px 0px;
position: relative;
z-index: 2;
padding-top: 20px;
}

.blck-t{
color: rgba(39,39,39,1);
}
.blog-wrap{
display: grid;
grid-template-columns: repeat(3, 1fr);
grid-gap: 3em 3em;
grid-auto-rows: 1fr;
margin-top: 60px;
}
.title-bef{
text-align: center;
position: relative;
top:-20px;
font-size: 18px;
color:#ff5252;
}
.blog-img img{
width: 100%;
height: 240px;
object-fit: cover;
border-radius: 10px;
border: 1px solid #e6e6e6;
}
.blog-img a{
position: relative;
}
.blog-desc h2{
margin: 20px 0px 0px 0px;
font-size: 18px !important;
}
.details{
background: linear-gradient(90deg, #00e08e 0%, #1a94ff 100%);
color:#fff;
text-decoration: none;
clear: both;
padding: 10px 15px;
font-size: 13px;
display: inline-block;
border-radius: 4px;
}.details:hover{background-color: #0485d0;}
.blog-desc h2 a{text-decoration: none; color: #34373a;}
.alls{
text-align: center;
position: relative;
top:70px;
margin-top: 15px;
}
.tarih{
position: absolute;
bottom: 3px;
left: 0px;
z-index: 2;
background-color: rgb(36 153 220 / 55%);
border-radius: 0px 10px 0px 10px;
color: #fff;
text-align: center;
padding: 15px;
font-size: 30px;
}
.tarih span{font-size: 14px; display: block;}
.alls a{
text-decoration: none;
color: #fff;
background-color: #558dca;
padding: 14px 20px;
border-radius: 5px;
} 
.p-title{
font-size: 28px;
text-align: center;
margin-top: 10px;
font-weight: 600;
margin-bottom: 40px;
}
.coklu .splide__list{
height: auto;
}
.coklu .splide__pagination{
bottom: -11.5% !important;
}
.blog .arrow{position: relative;}
.blog .arrow-wrap{
margin: 0 auto;
width: 100px;
margin-top: 40px;
}
.blog .arrow-left{float: left; left: 0px;}
.blog .arrow-right{float: right; right: 0px;}
/*blog*/

/*callto*/
.callto {
position: relative;
background-image: url("https://drhacimehmetsaygi.com/wp-content/themes/medistate/img/callto.jpg");
width: 100%;
min-height: 820px; 
background-attachment: fixed;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
margin-bottom: 170px;
}
.callto-bg{
position: absolute;
left: 0px;
top: 0px;
width: 100%;
height: 100%;
z-index: 1;
background-color: #042242cf;
}
.captcha input{
    width:200px !important;
}

.callto-in{position: relative; z-index: 2; text-align: center;}
.callto-in img{
width: 100px;
margin-top: 12%;
}
.call-title{font-size: 25px; color: #fff; margin: 50px 0px 30px 0px;}
.call-phone a{text-decoration: none; color: #fff; font-size: 45px;
color: #2ec2ff;}
.callto form{
margin: 0 auto;
width: 650px;
display: inline-block;
margin: 50px auto;
margin-bottom: 90px;
}
.callto input, .callto textarea{
background-color: transparent;
border: 1px solid rgba(255, 255, 255, 0.705); 
box-sizing: border-box;
padding: 10px;
font-family: sans-serif;
margin-bottom: 25px;
color: #fff;
width: 100%;
border-radius: 10px;
}
.callto label{color: #fff;}
.former{
float: left;
width: 48.2%;
}
.screen-reader-response, .wpcf7-not-valid-tip{display: none;}
.f-sagdan{  margin-right: 10px;}
.f-soldan{margin-left: 10px;}


.callto input::placeholder, .callto textarea::placeholder {
color: rgba(255, 255, 255, 0.705);
opacity: 1; /* Firefox */
}

.callto input:-ms-input-placeholder, .callto textarea:-ms-input-placeholder { /* Internet Explorer 10-11 */
color: rgba(255, 255, 255, 0.705);
}

.callto input::-ms-input-placeholder, .callto textarea::-ms-input-placeholder { /* Microsoft Edge */
color: rgba(255, 255, 255, 0.705);
}
.wpcf7-submit{
width: auto !important;
padding: 12px 40px !important;
background: linear-gradient(90deg, #00e08e 0%, #1a94ff 100%)   !important;
border: 0px !important;
color: #fff;
margin-top: 15px;
border-radius: 5px;
cursor: pointer;
}
.wpcf7-submit:hover{
background-color: #558dca !important;
}
/*callto*/

/*tv*/
.tv{
margin: 190px 0px;
}
.tv-wrap{
display: grid;
grid-template-columns: 60% 1fr;
grid-gap: 2em;
grid-auto-rows: 1fr;
margin-top: 50px;
}
.tv iframe{border-radius: 10px;}
.first-video iframe{
width: 100%;
height: 420px;
border: 1px solid #e6e6e6;
}
.first-video h2{margin-top: 20px; font-size: 24px;}
.you-abone{
background: linear-gradient(90deg, #00e08e 0%, #1a94ff 100%);
text-decoration: none;
color: #fff;
padding: 10px;
border-radius: 5px;
display: inline-block;
margin-top: 25px;
}
.you-abone:hover{
background-color: #0485d0;
}
.videolar{padding-top: 2px; margin-top: -15px; height: 630px; overflow-y: scroll; overflow-x: hidden;}
.videolar h3{font-size: 14px; line-height: 22px; margin-bottom: 0px;}
.videolar p{font-size: 13px; line-height: 20px; margin-top: 4px;}
.video-list{
display: grid;
grid-template-columns: 30% 1fr;
grid-gap: 2em;
grid-auto-rows: 1fr;
padding: 15px 0px;
border-bottom: 1px solid #e6e6e6;
}
.video-list:hover{
background-color: #efefef;
cursor: pointer;
}
.video-list > div{position: relative;}
.video-list img{
width: 100%;
border-radius: 8px;
border: 1px solid #e6e6e6;
}
.video-list iframe{
width: 100%;
border-radius: 8px;
height: 80px;
border: 1px solid #e6e6e6;
}
.video-kalip{
position: absolute;
top: 0px;
left: 0px;
width: 100%;
height: 80px;
background-color: transparent;
border-radius: 8px;
border: 1px solid transparent;
}
/*tv*/

/*before&after*/
.bf-wrap{
display: grid;
grid-template-columns: repeat(4, 1fr);
grid-gap: 2em;
grid-auto-rows: 2fr;
}
.bf-img{
position: relative;
cursor: pointer;
}
.bf-img img{
width: 100%;
height: 240px;
object-fit: cover;
border-radius: 10px;
border: 1px solid #e6e6e6;
}
.bf-img a{
position: relative;
}
.once{
position: absolute;
left: 0px;
bottom: 0px;
border-radius: 0px 4px 0px 10px;
background-color: rgba(22, 156, 158, 0.7);
background-color: #005c8a;
padding: 10px;
font-size: 13px;
color: #fff;
z-index: 2;
}
.sonra{
position: absolute;
right: -3px;
bottom: 0px;
border-radius: 4px 0px 10px 0px;
padding: 10px;
color: #fff;
background-color: rgba(22, 156, 158, 0.7);
background-color: #005c8a;
font-size: 13px;
z-index: 2;
}
.bf-bg{
 
position: absolute !important;
bottom: 0px;
left: 0px;
width: 101%;
height: 100%;
background-color: rgb(255 255 255 / 0.3);
backdrop-filter: blur(8px);
border-radius: 10px;
text-align: center;
}
.sakla{
width: 150px !important;
  height: auto !important;
  border: 0px !important;
  margin-top: 22%;
}

.bf-overlay{
position: fixed;
top: 0px;
display: none;
left: 0px;
width: 100%;
height: 100vh;
background-color: #042242dc;
z-index: 10;
text-align: center;
}
.bf-overlay img{
width: 450px;
border-radius: 10px;
margin: 0 auto;
margin-top: 12%;
height: 400px;
object-fit: cover;
}
/*before&after*/

/*process*/
/*process*/
.p-aktif{display: block !important;}
.process{
  margin-top: 60px;
  width: 100%;
  padding: 60px 0px;
  padding-bottom: 120px;
  position: relative;
  z-index: 2;
}
.p-title{
  font-size: 30px;
  text-align: center;
  margin-bottom: 20px;
}
.process-titles{
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-gap: 2em;
  grid-auto-rows: 2fr;
  margin-bottom: 70px;
  margin-top: 60px;
}
.process-title{
  position: relative;
  background-color: #fff;
  border:1px solid #e6e6e6;
  text-align: center;
  width: 100%;
  box-sizing: border-box;
  height: 145px;
  box-shadow: 0px 20px 60px 0px rgb(0 0 0 / 5%);
  font-weight: 600;
  color: #192e5b;
  font-size: 13px;
  border-radius: 5px;
  cursor: pointer;
  padding: 10px;
  line-height: 20px;
}
.process-title span{
display: block;
margin-top: 10px;
}
.p-number{
  font-size: 35px;
  width: 50px;
  height: 50px;
  margin:0 auto;
  margin-top: 20px;
  border: 2px dashed #e6e6e6;
  line-height: 50px;
  border-radius: 50px;
}
.aktif{
  background: linear-gradient(90deg, #00e08e 0%, #1a94ff 100%)   !important;
  color: #fff;
}
.splide__slide{padding: 15px !important;}
.aktif::after{
  margin: 0;
  position: absolute;
  bottom: -22px;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  content: '';
  display: block;
  margin: 0 auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 15px 0 15px;
  border-color: #f2a104 transparent transparent transparent;
}
.process-descriptions{
  margin-top: 80px;
}
.process-description{
  display: none !important;
}
.p-desc{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 2em;
  grid-auto-rows: 2fr;
}

.p-desc ul{margin: 20px 0px 30px 17px; }
.p-desc ul li{
  line-height: 22px; margin-bottom: 10px; color:#fff;
}

.p-desc img{border-radius: 10px; width: 80%; float: right;}
.p-aktif{display: block !important;}
.p-titles{
  font-size: 30px;
  margin-bottom: 22px;
  display: block;
  line-height: 40px;
  margin-top: 10px;
}
.p-desc p{
  line-height: 30px;
  margin-bottom: 20px;
}

/*process*/
/*process*/

/*faq*/
.faq{
margin: 130px 0px;
}
.faq-wrap{
display: grid;
grid-template-columns: repeat(2, 1fr);
grid-gap: 2em;
grid-auto-rows: 2fr;
}
.faq-k{
border: 1px solid #e6e6e6;
padding: 25px;
cursor: pointer;
border-radius: 20px;
margin-bottom: 25px;
}
.faq-k:hover{
background-color: #fafafa;
}
.faq-soru{
font-weight: 600;
line-height: 34px;
font-size: 18px;
}
.faq-cevap{
display: none;
line-height: 26px;
margin-top: 20px;
}
.kapa{display: none !important;}
.faq span{
color: #ff5252;
width: 30px;
height: 30px;
display: inline-block;
margin-right: 5px;
font-size: 23px;
border: 1px solid #ff5252;
font-weight: normal;
text-align: center;
line-height: 30px;
border-radius: 30px;
}
/*faq*/

/*footer*/
body::after{ content:''; display:block; height:850px; }
footer {
width:100vw;
position:absolute;
bottom:0px
}
.f-ustu{
margin-top: -50px;
padding-bottom: 150px;
}
footer > div {
background-color:#1a94ff;
margin: -5px 0px 0px 0px;
padding:0px;
color: #fff;
}
svg {
width:100%;
position: relative;
bottom: -3px;
z-index: -1;
}
.arrow {
stroke-width: .1px;
stroke:#fff;
}
.topball {
animation: ball 1.5s ease-in-out;
animation-iteration-count:infinite;
animation-direction: alternate;
animation-delay: 0.3s;
cursor:pointer;
}

.wave {
animation: wave 3s linear;
animation-iteration-count:infinite;
fill: #1a94ff;
}
.drop {
fill: transparent;
animation: drop 2s ease infinite normal;
stroke: #1a94ff;
stroke-width:0.5;
opacity:.6; 
transform: translateY(80%);
}
.drop1 {
transform-origin: 20px 3px;
}
.drop2 {
animation-delay: 3s;
animation-duration:3s;
transform-origin: 25px 3px;
}
.drop3 {
animation-delay: -2s;
animation-duration:3.4s;
transform-origin: 16px 3px;
}
.gooeff {
  filter: url(#goo);
}
#wave2 {
animation-duration:5s;
animation-direction: reverse;
opacity: .6
}
#wave3 {
animation-duration: 7s;
opacity:.3;
}
@keyframes drop {
0% {
  transform: translateY(80%); 
  opacity:.6; 
}
80% {
  transform: translateY(80%); 
  opacity:.6; 
}
90% { 
  transform: translateY(10%) ; 
  opacity:.6; 
}
100% { 
  transform: translateY(0%) scale(1.5);  
  stroke-width:0.2;
  opacity:0; 
}
}
@keyframes wave {
to {transform: translateX(-100%);}
}
@keyframes ball {
to {transform: translateY(20%);}
}

.footer-wrap{
display: grid;
grid-template-columns: repeat(4, 1fr);
grid-gap: 5em;
grid-auto-rows: 5fr;
color: #fff;
}
.f-logo{
width: 240px;
margin-bottom: 15px;
height: 65px;
}
footer ul{list-style: none;}
footer li{margin: 20px 0px; line-height: 24px;}
footer li a{text-decoration: none; color: #fff; padding: 10px 0px; }
.f-title{
font-size: 20px;
color: #fff;
margin-top: 20px;
}
.g-map{
width: 100%;
margin-top: 25px;
border-radius: 10px;
height: 190px;
object-fit: cover;
}
.copy{
text-align: center;
padding: 35px 0px;
}
.copy a{text-decoration: none; color: #fff;}
/*footer*/

/*dil-sec*/

.dil-sec{
  position: fixed;
  top: 200px;
  right: -80px;
  transition: 0.5s;
  z-index: 2;
}
.dil-sec > div{
  border: 1px solid #e6e6e6;
  background-color: #f5f5f5;
}
.dil-sec > div:hover{
  background-color: #e2e2e2;
}
.dil-sec img{
  width: 31px;
  padding: 10px;
}
.dil-sec > div:first-child{border-radius: 15px 0px 0px 0px;} .dil-sec > div:last-child{border-radius: 0px 0px 0px 15px;}
/*dil-sec*/

/*whatsapp widget*/
.whtsp-ac{
position: fixed;
bottom: 25px;
right: 25px;
padding: 10px;
border-radius: 100%;
padding: 10px 12px;
padding-top: 12px;
line-height: 30px;
text-align: center;
font-size: 32px;
background: linear-gradient(90deg, #04d07b 0%, #7dffc4 100%);
color: #fff;
z-index: 999;
cursor:pointer;
}

.whtsp-ac svg{
width: 30px;
height: 30px;
position: relative;
bottom: 0px;
fill: #fff;
}

.yaziyo{
position: fixed;
bottom: 65px;
right: 63px;
background: #ff5252;
padding: 2px 12px;
border-radius: 17px 17px 0px;
z-index: 999;
padding-top: 0px;
}
.sil{display:none !important;}
.goster{display:block !important;}
div#wave {
position: relative;
text-align: center;
margin-left: auto;
margin-right: auto;
}
div#wave .dot {
display: inline-block;
width: 5px;
height: 5px;
border-radius: 50%;
margin-right: 3px;
background: #fff;
animation: wave 1.3s linear infinite;
}
div#wave .dot:nth-child(2) {
animation-delay: -1.1s;
}
div#wave .dot:nth-child(3) {
animation-delay: -0.9s;
}

@keyframes wave {
0%, 60%, 100% {
transform: initial;
}
30% {
transform: translateY(-5px);
}
}

.whatsapp-wrap{
background-image:url("https://drhacimehmetsaygi.com/wp-content/themes/medistate/img/whtsp-bg.webp") !important;
background-repeat: no-repeat;
background-size:cover !important;
position:fixed;
right:25px;
bottom:95px;
width:350px;
height:250px;
background:#fff;
border-radius:15px;
-webkit-box-shadow: 0px 0px 24px 0px rgba(7,94,84,1);
-moz-box-shadow: 0px 0px 24px 0px rgba(7,94,84,1);
box-shadow: 0px 0px 24px 0px rgba(7,94,84,1);
z-index: 99999999;
}
.whatsapp-tepe{
background: #075E54;
color: #fff;
padding: 10px;
height: 51px;
border-radius: 13px 13px 0px 0px;
-webkit-box-shadow: 0px 11px 19px -14px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 11px 19px -14px rgba(0,0,0,0.75);
box-shadow: 0px 11px 19px -14px rgba(0,0,0,0.75);
}

.w-profil{float:left;}

.w-profil img{width: 50px;
border-radius: 50px;}
.w-isim{
position: relative;
left: 15px;
font-size: 18px;
font-weight: 600;
line-height: 20px;
top: 6px;
}
.w-isim span{
display: block;
font-size: 14px;
font-weight: normal;
}
.w-chat{
width: 90%;
float: left;
padding: 20px;
margin-top: 2px;
}

.w-chat li{
float:right; 
font-size: 14px;
background: #DCF8C6;

width: fit-content;
position:relative;
color:#222;

border-radius: 12px 0px 12px 12px;
margin-bottom: 11px;
-webkit-box-shadow: 0px 0px 14px -7px rgb(0 0 0 / 75%);
-moz-box-shadow: 0px 0px 14px -7px rgba(0,0,0,0.75);
box-shadow: 0px 0px 14px -7px rgb(0 0 0 / 75%);
}
.w-chat li:hover{
background:#c5f79e;
}

.w-chat li{display:block;}

.w-chat li a{padding:10px; display:block; text-decoration: none; color: #222;}

.w-chat li:first-child{float:left; background:#fff; cursor:normal; border-radius: 0px 12px 12px 12px; cursor:pointer;}



.w-chat li:before{
content:'';
width: 0;
height: 0;
border-style: solid;
border-width: 13px 13px 0px 0;
border-color: #DCF8C6 transparent transparent transparent;
position: absolute;
right: -13px;
top: 0px;
}


.w-chat li:first-child:before{
content:'';
width: 0;
height: 0;
border-style: solid;
border-width: 0px 13px 13px 0;
border-color: transparent #fff transparent transparent;
position: absolute;
left: -13px;
top: 0px;
}

.whatsapp-vuct svg{width: 20px;
width: 20px;
height: 20px;
fill: #128C7E;
float: right;
bottom: 20px;
position: absolute;
right: 15px;
cursor: pointer;
}
/*whatsapp widget*/

/*search*/
.search-overlay{
position: fixed;
left: 0px;
top: 0px;
width: 100%;
height: 100vh;
background-color: rgba(255, 255, 255, 0.85);
z-index: 12;
display: none;
}
.search-wrap{
margin: 0 auto;
width: 400px;
margin-top: 20%;
}
.search-wrap input{
float: left;
width: 80%;
padding: 15px;
border-radius: 10px 0px 0px 10px;
background-color: transparent;
position: relative;
border: 1px solid #838383;
right: -1px;
}
.search-wrap button{
width: 20%;
padding: 15px;
border: 1px solid #838383;
background:  #ff5252;
color: #fff;
border-radius: 0px 10px 10px 0px;
cursor: pointer;
position: relative;
left: -1px;
float: left;
}
/*search*/


@media only screen and (max-width: 1919px) {.sag::before{display: none;}}

@media only screen and (max-width:1600px){
    /*Process*/
    .process-titles{
      grid-template-columns: repeat(3, 1fr);
  }
}

@media only screen and (max-width: 1400px) {
.slide-title{
  font-size: 2.4em;
  margin: 15px 0px;
  margin-top: 12%;
}
.slide-btn{margin-top: 30px;}
.slide-brand{display: none;}
.doctor-img{width: 60% !important; top: 19%;}
.band-list li{font-size: 13px; padding: 10px 0px;}
.slide-title{margin-top: 15%;}
}

@media only screen and (max-width: 1240px) {

.container{width: 90%;}

/*header*/
.logo img{width: 177px; top:64px;}
header .sol{
  width: 17%;
}

header .sag{width: 80%;}
.ust{width: 100%;}

/*header*/

/*slider*/
.slide-desc-1{width: 90%;top: 15%;} 
.slide-brand{
  font-size: 17px;
  margin-top: 0%;
}

.band-list li {
padding: 15px 0px;
font-size: 15px;
}
.slide-btn a {
  padding: 9px;
  font-size: 13px;
}
/*slider*/
}

@media only screen and (max-width: 1175px) {
/*header*/
header{position: relative;}
header .sag{
float: none;
width: 100%;}
header .sol{width: 100%; float: none;}
.mob-arama{position: relative;top: -12px;}
.alt .navigation{display: none;}
.alt .arama{display: none;}
.ust, .ust-ic{transform: skewX(0deg); padding: 0px;}
.mobil-cont{margin: 0 auto; width: 90%;}
.ust-ic ul:first-child{margin-left: 0px;}
.social{left: 24px; float: right;}
.social li{margin-right: 0px; margin-left: 10px;}
header .alt{position: absolute; top: 134px; width: 100%;}
header .alt ul{list-style: none;}
header .alt li a{
  display: flex;
  padding: 15px 5%;
  color: #34373a;
  text-decoration: none;
  background-color: #fff;
  width: 100%;
  border-bottom: 1px solid #e6e6e6;
}

.mobile-menu{
  display: block;
  position: absolute;
  top: -59px;
  right: 5%;
  cursor: pointer;
}
.mobile-menu span{
  display: block;
  height: 5px;
  background-color: #34373a;
  width: 42px;
  border-radius: 4px;
  margin-bottom: 7px;
}
.menu-item-has-children{position: relative;}
.menu-item-has-children > .sub-menu{display: none;}
.mobile-menu span:nth-child(2){width: 35px;}
.mobile-menu span:nth-child(3){width: 28px; background-color: #0485d0;}
.menu-item-has-children > .sub-menu > li > a{background-color: #efefef;}
.downup{
  position: absolute;
  right: 0px;
  top: 0px;
  padding: 9px 15px;
  font-size: 24px;
}
.menu-item-has-children > .sub-menu > li .sub-menu > li > a{background-color: #e4e4e4; border-bottom: 1px solid #d8d8d8;}
/*header*/
/*slider*/
.slide-desc-1{
  top: -10%;
}
/*slider*/
 /*liste*/
 .fourth-content-left, .fourth-content-right{flex: auto;}
 .fourth-konten{width: auto;}
/*liste*/
}

@media only screen and (max-width: 800px) {
.mobda-sil{display: none !important;}
/*header*/
.logo img{
  width: 150px;top: 64px;
}
.social {left: 10px;}
.social li{margin-left: auto;}
/*header*/

/*slider*/
  .slide-desc-1{
    display: block;
    top: 4%;
  }
  .slide-brand{display: block;}
  .slide-title{margin-top: 3%;}
  .doctor-img{width: 250px !important; margin-top: 40px; right: auto;}
  .arrow {top: 60%;}
 
/*slider*/

/*giris*/
  .giris .third-content-inner{grid-template-columns: repeat(2, 1fr);}
  .giris .third-content-card{border: 1px solid #e6e6e6 !important;}
  .joint{width: 100%; margin-top: 35px;}
  .joint span{font-size: 15px; top: 24px;}
/*giris*/

 /*liste*/
 .fourth-content-inner{display: block;}
 .fourth-content-title{font-size: 30px; line-height: 43px;}
 .fourth-item-title{font-size: 19px;}
 .fourth-content-right{margin: 0 auto; width: 90%; margin-top: 50px;}
 .fourth-content-item-inner{width: auto;}
/*liste*/

/*callto*/
.callto-in img{margin-top: 25%;}
.callto form{
width: 90%;
}
.former{
float: none;
width: 100%;
}
.f-sagdan{margin-right: auto;}.f-soldan{margin-left: auto;}
.call-title{font-size: 22px; line-height: 32px;}
.call-phone a{font-size: 30px;}
.tampon{
position: absolute;
top: -2px;
}
/*callto*/

/*tv*/
.tv-wrap{
display: block;
}
.first-video iframe{
height: 300px;
}
.first-video{margin-bottom: 70px;}
/*tv*/
/*coklu slide*/
.blog{padding-bottom: 200px;}
.slidex {
flex: 0 0 calc(100% / 1); /* 3 sütunlu düzen için */
padding: 0px;
}
.blog .arrow{top: 75%;}
/*coklu slide*/
/*process*/
 /*process*/
 .process{
  margin-top: 0px;
}

.process-titles{
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 1em;
  grid-auto-rows: 1fr;
}
.p-desc{
  grid-template-columns: repeat(1, 1fr);
  grid-auto-rows: 0fr;
}
.process-descriptions {
  margin-top: 30px;
}
.p-desc img{width: 100%; position: relative; top:45px;}
/*process*/
/*process*/
/*sss*/
.faq-wrap{display: block;}
.faq-soru{line-height: 35px;}
/*SSS*/

/*bf*/
.bf-wrap{
display: grid;
grid-template-columns: repeat(2, 1fr);
}
.bf-overlay img{
width: 300px;
margin-top: 40%;
}
.bf-img img, .bf-bg{
height: 140px;
}
.bf-bg{height: 100%;}
.bf-bg{
  width: 101%;
  bottom: 0px;
}
.once, .sonra{font-size: 12px;}

/*bf*/
/*footer*/
footer{position: relative;}
.footer-wrap{display: block;}
.f-ustu{margin-top: 0px; padding-bottom: 50px;}
.footer-wrap > div{margin-bottom: 40px;}
body::after{height: auto;}
.f-logo{margin-top: 20px;}
/*footer*/
}

@media only screen and (max-width: 600px) {

/*header*/
.ust-ic ul:first-child li{margin-left: 5px;}
/*header*/

/*slider*/
.slider-container {
  position: relative;
  height: auto;
  overflow: hidden;
  }
  .slide-bg-1, .banner-img{height: 105vh;}
.slide-title{font-size: 1.9em;}
.slide-desc-1{top: -4%; margin-top: 50px;}
.gorsel-cek{text-align: right;}
.doctor-img{width: 150px !important; margin-top: 0px; top: 4px; right: -6%; padding-top: 20px;}
.band-list li::before{padding-bottom: 51px;}
.band-list li::before {font-size: 16px;}
.band-list li{font-size: 12px; line-height: 25px;}
/*slider*/
  /*giris*/
  .third-content-inner{margin: 40px 0px;}
  .giris{margin-top: 0px; padding: 10px 0px 0px;}
  .giris .third-content-inner{grid-template-columns: repeat(1, 1fr);}
  .giris h1{margin-top: 40px;}
  .giris .third-content-card{border: 1px solid #e6e6e6 !important;}
/*giris*/
/*liste*/
.fourth-content{margin-top: 80px;}
.t-brand{line-height: 26px;}
.liste{margin: 0px;}
/*liste*/
/*blog*/
.blog{padding-bottom: 130px; margin-top: 95px;}
.callto{margin-bottom: 110px;}
.tv{margin: 90px 0px;}
.faq{margin-top: 0px; margin-bottom: 100px;}
.butan{margin-right: 0px;}
/*blog*/
/*bf*/
.coklu{padding-bottom: 50px;}
.sakla {
width: 90px !important;
margin-top: 27%;
}
/*bf*/
.process-title{
  height: 175px;
}
/*search*/
.search-wrap{
  margin: 0 auto;
  width: 80%;
  margin-top: 40%;
}
/*search*/

/*whatsapp*/
.whatsapp-wrap{width: 300px;}
.w-isim{font-size: 15px;}
/*whatsapp*/
}