html {
    scroll-behavior: smooth;
  }

body{
    font-family: 'Work Sans', sans-serif;
}

:focus-visible {
    outline: none;
}



.dropdown-item.active, .dropdown-item:active {
    color: #090909;
    text-decoration: none;
    background-color: #fafafa;
}
main{
    margin-top: 90px;
}

::-webkit-scrollbar {
    width: 3px;
    height: 3px;
}
/* Track */

 ::-webkit-scrollbar-track {
    background: #f1f1f1;
}
/* Handle */

 ::-webkit-scrollbar-thumb {
    background: #888;
}
/* Handle on hover */

 ::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.navbar-toggler{
    transition: all 500ms;
}
.navbar-toggler:hover {
    background-color: #ccc;
}



.navbar-toggler:focus {
    box-shadow: none;
}

.navbar-fixed{
    box-shadow: 0px 14px 23px -6px rgba(0,0,0,0.1);
    width: 100%;
    z-index: 999999;
    position: fixed;
    margin-top: -90px;
}

.navbar {
   
    padding: 15px 0;
    border-bottom: 1px solid #eee;
    background-color: #fafafa !important;
}

.navbar-brand img{
    width: 160px;
}

.yazi-logo img{
    width: 80%;
    opacity: 0.1;
    filter: invert(100%) sepia(100%) saturate(100%) hue-rotate(100deg) brightness(19%) contrast(119%);

}

.menu{
    flex-grow: 0 ;
    font-weight: 200;
    text-transform: uppercase;
    
}

.menu .nav-item{
    font-family: 'Rubik', sans-serif;
    padding: 0 10px;
}


.menu li a:hover{
    color: #ab8e66;
}

.dropdown-menu{
   
    padding: 0;
    font-size: 14px;
    border-top: 2px solid#ab8e66;
    border-radius: 0px 0px 6px 6px;
    font-family: 'Work Sans', sans-serif;
}

.dropdown-menu hr{
    margin: 5px -15px;
   
}

.dropdown-menu li{
    margin-left: 0px;
    padding: 5px 10px;
    margin-bottom: 10px;
   
}
.dropdown-menu li:first-child{
    padding-top: 15px;
    
}

.dropdown-menu li:last-child{
    padding-bottom: 15px;
    margin-bottom: 0px;
   
}

.dropdown-menu li a{
    transition:  all 0.5s;
    font-weight: 200;
    padding:5px 5px;
}

.dropdown .dropdown-menu {
   
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    left: auto;
    top:200px;
    max-height: 0;
    display: none;
    opacity: 0;
   /*  overflow: hidden;*/
    box-shadow: 0px 19px 20px -4px rgba(0,0,0,0.1);
   /* list-style: decimal-leading-zero; */


}

.dropdown .show  { /* For Bootstrap 4, use .dropdown.show instead of .dropdown.open */
    max-height: 300px;
    opacity: 1;
    top:100%;
    display: block;
    overflow-y: scroll;
    transition: all 0.5s;
}

.dropdown .dropdown-menu::before{

    display: inline-block;
    /* margin-top: -15px; */
    margin-left: 15px;
    vertical-align: 0.255em;
    content: "";
    border-bottom: 0.5em solid #ab8e66;
    border-right: 0.5em solid transparent;
    border-top: 0;
    border-left: 0.5em solid transparent;
    position: absolute;
    top: -8px;
    z-index: 999;
} 

.sosyal-menu{
    padding: 0 5px !important;
    font-size: 20px;
    display: flex;

}

.ust-slider{
    height: 505px;
    position: relative;
    display: flex;
    align-items: center;
  
}

.ust-slider .slider-yazilar{
    position: relative;
    z-index:1;
    max-width: 40%;
    
}

.slider-yazilar h1{
    font-weight: 100;
    font-size: 64px;
    
}

.cizgili-yazi h3{
    font-weight: 400;
    font-size: 16px;
    text-align: right;
}

.ust-slider .slider-resim{
    position: absolute;
    top: -15px;
    right: 0;
    z-index: 0;
    display: flex;
    justify-content: end;
}



.ust-slider .slider-resim img{
    height: 520px;
}

.blur{
    left: 0;
    top: 0;
    position: absolute;
    width: 400px;
    height: 520px;
    background: rgb(255,255,255);
    background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 25%, rgba(254,254,254,0) 100%);
}

.cizgili-yazi{
    color: #ab8e66;
    display: flex;
    align-items: center;
}

.cizgi{
    margin-bottom: 8px;
    width: 90px;
    height: 1px;
    margin-right: 1em;
    background-color: rgb(171, 142, 102);
}

.rsm-txt{
    background-color: #fffbf6;
    padding:90px 0;
}

.tedaviler{
    background-color: #fff;
    padding:90px 0;
}

.baslik, .icerik h2{
    font-size: 36px;
    font-weight: 300;
    margin-bottom: 15px;
    
}

.icerik h2:first-child{

   margin-top: 0px;
    
}


.icerik h2{
    
   margin-top: 40px;
    
}

.icerik p{
    text-align: justify;
    text-indent: 1.60em;
}

.icerik{
    font-weight: 300;
    display: flex;
    flex-wrap: wrap;
    padding-top: 20px;
    height: 100%;
}

.icerik ul li{
    margin-top: 10px;
    list-style: none;
    padding-left: 1.30em;
    text-indent: -1.60em;
}
.icerik ul li::before{
    font-family:'Bootstrap-icons';
    content: ' \F135';
    margin-right: 10px;
    color: #ab8e66;
}
.icerik ul li:nth-child(even){
    margin-left:20;
}

.icerik-resimler img{
    margin: 10px 0;
    border-radius: 4px;
}

.icerik-resimler a{
    position: relative;
    display: block;
}
.resim-kaynak{
   bottom: 10px;
   left: 0;
    position: absolute;
    padding: 5px 15px;
    background-color: #5c5b5b88;
    border-radius: 0 6px;
    color: #fff;
    font-size: 10px;
    text-decoration: none;
}
.dsp-grid{
    display: grid;
}

.img-fit{
    min-height: 100%;
    object-fit: cover;
    border-radius: 6px;
    min-width: 100%;
    max-height: 180px;
}

.img-fit-260{
    height: 260px;
    object-fit: cover;
    border-radius: 6px;
}
.tedavi{
   
}

.tedavi h4,.tedavi2 h4{
   font-weight: 400;
   font-size:16px;
   font-family: 'Rubik', sans-serif;
}

.tedavi-yazi{
   text-align: justify;
   font-weight: 200;
   font-size:14px;
   overflow-y: auto;
   height: 100%;
   padding: 0px 10px 10px 0;
    
}

.tedavi .tedavi-ic{
    margin: 20px 5px;
    background-color: #fff;
    padding: 16px 4px;
    border-radius: 6px;
    box-shadow: 0px 4px 16px 2px rgb(0 0 0 / 10%);
    height: 320px;
    
}

.tedavi2 .tedavi-ic{
    margin: 20px 5px;
    background-color: #fff;
  
    border-radius: 6px;
    box-shadow: 0px 4px 16px 2px rgb(0 0 0 / 10%);
    height: 320px;
    overflow: hidden;
    
}

.tedavi2 .tedavi-resim{
    padding: 0;
}

.tedavi2 img{
    border-radius: 0em;
}

.tedavi2 .tedavi-sag{
    padding: 16px ;
}

.tedavi-sag{
    height: 100%;
    display: grid;
}

.tedavi-alt{
    display: flex;
    align-items: end;
    justify-content: space-between;
}

.tedavi-alt span{
    padding: 3px 9px 3px 3px;
    font-size:14px;
    color: #7f7f7f;
    background-color: #fff;
   
}

.incele-a {
   
    padding: 6px;
    font-weight: 300;
   display:flex ;
    border:0;
    text-align: center;
    color: #ab8e66;
    font-family: 'Rubik', sans-serif;
    font-size: 12px;
    width:max-content;
   border: 1px solid transparent;
   transition: all 0.5s;
   position: relative;
   align-items: end;
   text-decoration: none;
   border-bottom: 1px dashed #999;
   justify-self: end;
   margin-right: 10px;
   overflow: hidden;

}

.incele-a i{
    transition: all 0.5s;
    position: absolute;
    right: -100px;
    opacity: 0;
    margin: -2px;
    font-size: 16px;
   
}


.incele-a:hover{
   
    text-decoration: none;
    color: #ab8e66;
    
    padding-right: 40px;
   
}

.incele-a:hover  i{
  
    right: 10px;
    opacity: 1;
}

.zindex1{
    z-index: 1;
    position: relative;
}

.tum-tedaviler{
    position: relative;
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
}

.tum-tedaviler .tum-dugme{
    border:0;
    top: 8px;
    position: absolute;
    width: 160px;
    height: 160px;
    background-color: #2f2822;
    border-radius: 50%;
    display: flex;
    padding: 30px;
    font-size: 14px;
    text-align: center;
    justify-content: center;
    color: #fff;
    font-weight: 500;
}
.tum-tedaviler .tum-dugme:hover{
   background-color: #100e0c;
}
.musteri-yorumlari{
    padding: 90px 0;
}

.google-logo-1{
    width: 34px !important;
    margin-top: -17px;
}
.musteri{
    width: 70%;
}
.yorum-tarih{
    width: 30%;
    text-align: right;
}
.owl-carousel{
    opacity: 0.9;
    z-index: 0;
   margin-left: -5px;
    padding: 0;
    height: 100%;
    

}

.yorumlar
{
    width: 100%;
    justify-content: space-between;
    margin-bottom: 30px;
}


.yorumlar .cizgili-yazi {
        width: fit-content;
}

.yorumlar .baslik {
    text-align: right;
    font-size: 26px;
    width: fit-content;
    right: 0;
}

.ti-footer{
    box-shadow: 15px 0px 10px -7px rgb(0 0 0 / 10%);
    height: 260px;
    display: grid;
    padding: 20px 0;
    margin-right: 20px
}

.ti-inner{
    font-family: 'Work Sans', sans-serif;
    height: 200px;
    
}

.ti-review-content{
    height: 120px!important;
    font-weight: 300;
    font-family: 'Work Sans', sans-serif;
}

.ti-profile-img{
    display: none;
}

.ti-name{
    font-family: 'Work Sans', sans-serif !important;
    font-weight: 500 !important;
}

.ti-rating-text .ti-rating, .ti-widget.ti-goog strong, .ti-widget.ti-goog strong  {
   
    font-family: 'Work Sans', sans-serif !important;
    font-weight: 300 !important;
}
.musteri-yorum-sol{
    display: grid;
    align-items: stretch;
    z-index: 1;
    box-shadow: 15px 0px 10px -7px rgb(0 0 0 / 10%)
}


.musteri-yorum {
    margin: 20px 20px;
    background-color: #fff;
    border-radius: 6px;
    box-shadow: 0px 4px 16px 2px rgb(0 0 0 / 10%);
    height: 290px;
    overflow: hidden;
    position: relative;
    font-weight: 200;
    padding: 10px;
}

.musteri-yorum p{
    margin: 5px 10px 5px 15px;
    padding-left:40px ;
    padding-right: 10px;
    overflow-y: auto;
    height: 210px;
    text-align: justify;
    font-size: 14px;
    font-style: italic;
    z-index: 1;
    position: relative;
}

.musteri-yorum::before{
    font-family: 'Secular One', sans-serif;
    content: '"';
    position: absolute;
    font-size: 100px;
    top: 0px;
    left: 3px;
    color: rgba(85, 85, 85, 0.188);
    z-index: 0;

}

.google-logo{
    width: 20px;
}
.yorum-alt{
    padding-bottom: 10px;
    padding-top: 10px;
    border-top: 1px solid #f0f0f0;
    font-size: 12px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}


.puan{
    display: block;
    width: 50%;
    color: #f6ba05;
}
.yorum-yap .puan{
    display: flex;
    justify-content: center;
 width: 100%;
}

.yorum-yap{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    text-align: center;

}

.yorum-yap img{
    width: 100px;
    margin: 10px 0;
   
}

.yorum-sayi{
    width: 100%;
    font-weight: 200;
}

.musteri-yorumlari .baslik{
    text-align: center;
    font-size: 26px;
}
.yorum-yap a{
    margin-bottom: 15px;
}
.owl-nav{
    width: 100%;
    display: flex;
    justify-content: center;
}

.owl-nav button{
    width: 30px;
    border-radius: 6px;
    margin-bottom: -15px;
   
}

.owl-nav button span{
    font-size: 22px;
   
}

footer{
    padding: 40px 0;
    background-color: #100e0c;
    color: #f0f0f0;
}

footer img{
    filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(100%) contrast(100%);

}

footer a{
    color: #ab8e66;
    text-decoration: none;
    transition: all 0.5s;
    

}
footer a:hover{
    color: #493e2e;
    
    
}


footer ul {
    padding: 0;
}

footer ul li{
    list-style: none;
    padding-bottom: 5px;
    text-transform: capitalize;
}

footer h4{
    font-weight: 300;
    color: #aa8e66;
    font-size: 18px;
}

footer .link-a {
   
    padding: 3px;
    font-weight: 300;
   display:flex ;
    border:0;
    text-align: center;
    color: #f0f0f0;
    font-family: 'Rubik', sans-serif;
    font-size: 12px;
    width:max-content;
   border: 1px solid transparent;
   transition: all 0.5s;
   position: relative;
   align-items: end;
   text-decoration: none;
   border-bottom: 1px dashed #999;
   justify-self: end;
   margin-right: 10px;
   overflow: hidden;

}

.link-a i{
    color: #ab8e66;
    transition: all 0.5s;
    position: absolute;
    left: -100px;
    opacity: 0;
    margin: -2px;
    font-size: 18px;
   
}


.link-a:hover{
   
    text-decoration: none;
    color: #ab8e66;
    
    padding-left: 40px;
   
}

.link-a:hover  i{
  
    left: 10px;
    opacity: 1;
}

.f-iletisim{
    font-size: 14px;
    font-weight: 300;
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
}
.f-iletisim i{
    margin-right: 15px;
    height: 100%;
    font-size: 22px;

}

.footer-sosyal{
    width: 100%;
   display: inline-flex;
    justify-content: space-evenly;
    font-size: 22px;
}

.footer-alt{
    background-color: #090909;
    padding: 20px 0;
    width: 100%;
    text-align: left;
    font-size: 12px;
    margin: 0;
    margin-bottom: -40px;
    margin-top: 30px;
  
}
.ibrahim{
    width: fit-content;
    float: right;
}

.ibrahim img{
    width: 160px;
    filter: brightness(0.6) ;
    transition: all 0.5s;

}

.ibrahim img:hover{
    filter: brightness(0.9) ;
   

}

.alt-menu {
    overflow: hidden;
}
.tedavi-mini{
    background-color: #fffbf6;
    padding: 90px 0;
}

.tedavi-mini-oz{
    margin: 12px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #e8e4de;
    font-size: 30px;
    font-weight: 200;
    padding: 8px 0;
    border-radius: 6px;
    position: relative;
    color: #2f2822;
}

.tedavi-mini-oz h5{
    font-size: 17px;
    font-weight: 200;
    padding: 0 3px;
    margin: 0;
   
}

.tedavi-mini-oz span p{
    font-size: 12px;
    margin: 0;
    padding: 0;
    margin-top: -10px;
    text-align: center;
    width: 100%;
    margin-left: -1px;
}




.tedavi-mini-oz span{
    font-weight: 300;
    text-align: center;
    padding: 0 15px;
    border-left: 1px solid #888;
}





.bg-fff{
    background-color: #fff;
}

.bg-aSari{
    background-color: #fffbf6;
}


.oncesi-sonrasi img{
    height: 450px;
    object-fit: cover;
    width: 80%;
}

.oncesi-sonrasi .item{
    border-radius: 6px;
    background-color: #e8e4de;
    padding: 12px;
    margin: 5px;
    text-align: center;
  
}

.oncesi-sonrasi .on-son-alt{
   font-size: 12px;
   margin-top: 10px;
    text-align: center;
}

.faq .cizgili-yazi,
.faq .baslik{
    padding-left: 15px;
}

.faq{
    padding: 90px 0;
    font-size: 13px;
    background-color: rgb(242, 242, 242);
    position: relative;
}

.faq .accordion{
    --bs-accordion-bg: transparent;
}

.faq .accordion-item{
    border: none;
   
}

.faq .accordion-button{
    padding-left: 60px;
    font-size: 15px;
    font-weight: 300;

}

.faq .accordion-button:focus{
    border-color: none !important;
    box-shadow: none;
} 

.accordion-button::after {
    left: 15px;
    position: absolute;
    width: 25px;
    height: 25px;
    background-position-x: center;
    background-position-y: center;
    border-radius: 50%;
}
.faq .accordion-button:not(.collapsed) {
   
    color: #5f513e;
    background-color: transparent;
    box-shadow: none
}

.faq .accordion-button:not(.collapsed)::after {
    background-image: var(--bs-accordion-btn-icon);
    background-color: #9e907c;
    background-size: 50%;

}

.faq .accordion-body {
    font-weight: 200;
    padding-top: 0;
    padding-bottom: 20px;
}

.faq-gorsel{
    display: block;


}

.faq img{
    border-radius: 4px;
}


.faq-gorsel1{
    margin-top: -90px;
    /* width: 100%; */
    position: absolute;
    right: -12px;
    height: 100%;



}

.faq-gorsel1 img{
    width: 100%;
    object-fit: cover;
    height: 100%;
}

.faq-gorsel1 .blur{
    left: 0;
    top: 0;
    position: absolute;
    width: 300px;
    height: 100%;
    background: rgb(255,255,255);
    background: linear-gradient(90deg, rgb(242 242 242) 0%, rgb(242 242 242) 25%, rgb(242 242 242 / 0%) 100%);
}

.iletisim-map{
   
    height: 100%;
}

.iletisim-map .blur{
    
    height: 100%;
   
}

.iletisim-map iframe{
    width: 900px;
    height: 100%;
  
    
}

.iletisim-mini-oz{
    margin: 12px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #e8e4de;
    font-size: 32px;
    font-weight: 200;
    padding: 10px 0;
    border-radius: 6px;
    position: relative;
    color: #2f2822;
    text-decoration: none;
    transition: all 500ms;
    box-shadow: 0px 4px 16px 2px rgb(0 0 0 / 3%);
}

.iletisim-mini-oz:hover{
    background-color: #dcd4c4;
    color: #100e0c
    
}

.iletisim-mini-oz:hover  span{
  
    color: #6b523c
    
}

.iletisim-mini-oz h5{
    font-size: 17px;
    font-weight: 300;
    padding: 0 10px;
    margin: 0;
    width: calc(100% - 60px);
    text-overflow: ellipsis;
   
}


.iletisim-mini-oz span{
    text-overflow: ellipsis;
    font-weight: 300;
    text-align: center;
    padding: 0 15px;
    border-right: 1px solid #ccc;
    width: 60px;
    
}

.bilgi-detay{
    text-overflow: ellipsis;
    font-size: 14px;
    padding-top: 5px;
    margin-bottom: 5px;
    font-weight: 200;
}

.sosyal-medya-cizgisi{
    padding: 10px 0;
    text-align: center;
}

.ilt-knl{
    padding-left: 20px;
    padding-top: 20px;
}


.iletisim-kanallari{
    background-color: #2f2822;
    justify-content: center;
    display: flex;
    padding: 10px;
   position: relative;
    align-items: center;
    border-radius: 9px;
}

.iletisim-kanallari span{
    writing-mode: vertical-lr;
    text-orientation: inherit;
    color: #f0f0f0;
    transform: rotate(180deg);
    font-size: 20px;
    font-weight: 400;
}

.iletisim-kanallari::after{
    position: absolute;
    transform: rotate(45deg);
    right: -8px;
    height: 30px;
    width: 30px;
    content: '';
    background-color: #2f2822;
    border-radius: 6px;
    z-index:-1;
}

.ilt-knl .iletisim-dis{
    padding-left: 30px;
}

* {box-sizing: border-box;}

.img-comp-container {
  position: relative;
 /*should be the same height as the images*/
  margin-bottom: 65px;
 padding: 15px;
}

.img-comp-img {
  position: absolute;
  width: auto;
  height: auto;
  overflow:hidden;
  border-radius: 9px;
}

.img-comp-img:last-child{
    border-radius: 9px 0 0 9px;
    border-right: 1px solid #ffffff55;
}

.img-comp-img img {
  display:block;
  vertical-align:middle;
}

.img-comp-slider {
  position: absolute;
  z-index:9;
  cursor: ew-resize;
  /*set the appearance of the slider:*/
  width: 40px;
  height: 40px;
  background-color: #ae936d;
  opacity: 0.8;
  border-radius: 50%;
  margin-left: 75px;
  margin-top: 15px;
  font-family:'Bootstrap-icons';
    content: ' \F135';
}

.img-comp-slider::after {
    position: absolute;
    font-family:'Bootstrap-icons';
      content: ' \F14C';
      font-size: 25px;
      color: #fff;
      top: 2px;
      left: 8px;
      transform: rotate(90deg);
  }
  

.img-comp-img p{
    padding: 5px 12px;
    position: absolute;
    text-transform: uppercase;
    font-weight: 500;
    background-color: #f4f4f4;
    opacity: 0.7;
    border-radius: 0px 0 9px 9px;
    margin: 9px;
    margin-top: 0px;
}

.img-comp-img .oncesi{
    right: 0;
}

.img-comp-img img{
    width:535px;
    height: 450px;
}

.before-after{
    padding: 90px 0;
}

.cat-link{
    color: #2f2822;
    text-decoration: none;
}

.bfr-aft{
    height: 470px;
    padding-right: 20px;
    background: #f3e8d8;
    padding: 10px;
    width: 100%;
    border-radius: 8px;

    
}

.width70{
    width: 100%;
}



.footer-02 .footer-sosyal{
   margin-top: 10px;
}

.footer-02 .f-iletisim a {
    color: rgba(255, 255, 255, 0.6);
}

.footer-02 .f-iletisim a:hover{
    color: #fff;
}

.footer-02 .f-iletisim span{
    width: 100%;
    padding-bottom: 10px;
    padding-right: 25px;
    margin-bottom: 5px;
    border-bottom: 1px solid;
    border-color: rgba(255, 255, 255, 0.05) !important;
}

.footer-02 .f-iletisim span:last-child{

    border-bottom: 0px solid;
   
}

.footer-02 {
    background-color: #100e0c;
    font-size: 15px;
    font-family: "Poppins", Arial, sans-serif;
}

.footer-02 .footer-heading a{
    font-size: 19px;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 20px;
}

.footer-02 .alt-cat-bas {
   
    margin-top: -25px;
}

.footer-02 .alt-cat-bas a{
    font-size: 15px !important;
}

.footer-02 .alt-cat-ul{
    position: relative;
    padding-left: 15px;
}

.footer-02 .alt-cat-ul li::before{
    position: absolute;
    content: '-';
    left: 2px;
    top: 4px;
    color: #706e6d;
}



.footer-02 .border-left {
    border-left: 1px solid;
    border-color: rgba(255, 255, 255, 0.05) !important;
}

.footer-02 .list-unstyled li a {
    color: rgba(255, 255, 255, 0.4);
}

.footer-02 .list-unstyled li a:hover {
    color: #fff;
}

.dikeyortala{
    align-items: center;
}

.arama-ust{
    height: 240px !important;
   
}

.arama-ust .blur {
   width: 400px;
     height: 280px;
}

.arama-ust .slider-resim{
    width: 70%;
}
.arama-ust .slider-resim img {
    height: 280px;
    width: 100%;
    object-fit: cover;
}

.arama-ust input[type="text"] {
    width: 70%;
    font-family: 'Work Sans', sans-serif;
    border-radius: 5px;
    background-color: #fff;
    padding: 12px 12px;
    border: 1px solid #c5c5c5;
    font-weight: 300;


}

.arama-ust input[type="submit"]  {
    width: 20%;
    font-family: 'Work Sans', sans-serif;
    border-radius: 5px;
    background-color: #fff;
    padding: 12px 12px;
    border: 1px solid #c5c5c5;
    font-weight: 300;
    position: relative;
    transition: all 0.5s;
  }

  .arama-ust input[type="submit"]:hover {
    
    background-color: #4e4e4e;
    color: #fff;
   

  }

  textarea:focus, input:focus {
    outline: none;
}


.ust_menu_aktif{
    background-color: #e9ecef;

}

.ust_menu_aktif span{
  
    color: #ab8e66;
}

.dropdown-submenu {
    position: relative;
   /* list-style: upper-alpha !important; */
  }


  .dropdown-submenu a::after {
    transform: rotate(-90deg);
    position: absolute;
    right: 6px;
    top: .8em;
  }
  
  .dropdown-submenu {
  
    top: 15px!important;
    left: calc(100% + 10px) !important;
    border-top: 1px solid#0000002d!important;
    border-left: 2px solid#ab8e66!important;
    border-radius: 0px 6px 6px 0px!important;
  }

  .dropdown-submenu::before {
   
    border-right: 0.5em solid #ab8e66!important;
    border-left: 0.5em solid transparent!important;
    border-top: 0.5em solid transparent!important;
    border-bottom: 0.5em solid transparent!important;
    position: absolute;
    top: 10px!important;
    left:0!important;
    margin-left: -15px!important;;
    z-index: 999;
  }

 

  .dropdown-submenu li:first-child {
    padding-top: 5px !important;
}
.dropdown-submenu li:last-child {
    padding-bottom: 5px !important;
}






.dropdown-submenu-1 {
    position: relative !important;
    /* list-style: upper-alpha !important; */
    transition: all 0.5s;
   
  }


  
  .dropdown-submenu-1 a::after {
    transform: rotate(-90deg);
    position: absolute;
    right: 6px;
    top: .8em;
  }
  
  .dropdown-submenu-1 {
    border: none!important;
    border-radius: 0px!important;
   box-shadow: none!important;
	  position:relative;
  }

.dropdown-submenu-1 a{
	position:relative;
	padding-left: 15px !important;
  }

  .dropdown-submenu-1 a::before {
	  border:0 !important;
   	content:'-'!important;
    position: absolute;
    top: -2px!important;
    left:0px!important;
    z-index: 999;
	  font-size:22px;
  }

  .dropdown-submenu-1 li{
	margin:0 0 0 10px !important;
    padding: 0 5px 0 10px !important;
    margin-bottom: 0 !important;
  }

  .dropdown-submenu-1 li:first-child {
    padding-top: 5px !important;
}
.dropdown-submenu-1 li:last-child {
    padding-bottom: 5px !important;
}



.yazi-whatsapp{
	
	    background-color: #075E54;
    width: fit-content;
    padding: 9px 18px;
    border-radius: 3px;
    color: #fff;
    font-weight: 300;
	text-decoration:none;
}

.yazi-whatsapp:hover{
	    background-color: #128C7E;
	color:#fff;
    
}

.yazi-whasapp i {
	margin-right:12px;
}



.pagination li:first-child a{
    border-radius: 6px 0 0 6px;
 }
 .pagination li:last-child a{
    border-radius: 0 6px 6px 0;
 }

 .pagination {
    padding: 30px 0;
    display: flex;
    justify-content: center;
}

.pagination ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.pagination a {
    display: inline-block;
    padding: 10px 18px !important;
    color: #0f0f0f;
    border: 1px solid #eaeaea;
    font-size: 14px;
}

.pagination span { 
    display: inline-block;
    padding: 10px 18px !important;
    color: #0f0f0f;
    border: 1px solid #d7d7d7;
    font-size: 14px;
    background-color: #eaeaea;

}
.pagination .active a {
    background-color: #4e4e4e;
    color: #fff;
    font-weight: bold;
}

.pagination .page-item:first-of-type a,
.pagination .page-item:last-of-type a {
    background-color: #fff;
    color: #0f0f0f;
    font-weight: bold;
}

.pagination .page-item:first-of-type a {
    border-radius: 6px 0 0 6px;
}

.pagination .page-item:last-of-type a {
    border-radius: 0 6px 6px 0;
}

.page-item:not(:first-child) .page-link {
    margin-left: -1px;
}

.ucnokta {
    border: 1px solid #eaeaea;
    background-color: #fff;
    color: #000000;
    padding: 3px 18px !important;
    margin-left: -1px;
}

.page-link:hover,
.page-link:focus {
    border: 1px solid #eaeaea;
    background-color: #fff;
    box-shadow: 0 0 0 0 rgb(13 110 253 / 25%) !important;
    color: #000000;
    font-weight: 500;
}

.page-link {
    color: #000;
}


.grw-slider-header{
    box-shadow: 15px 0px 10px -7px rgb(0 0 0 / 10%) !important;
    height: 260px !important;
    display: grid!important;
    padding: 0 20px!important;
    margin-right: 20px !important;
    align-items: center !important;
    text-align: center !important;
    
}

.grw-slider-review{
    margin: 20px 20px !important;
    background-color: #fff !important;
    border-radius: 6px!important;
    box-shadow: 0px 4px 16px 2px rgb(0 0 0 / 10%)!important;
    overflow: hidden!important;
    position: relative!important;
    font-weight: 200!important;
    padding: 10px!important;
}

.grw-slider-review-inner {
   
    padding: 0px!important;
   
}
.grw-slider-review-inner svg{
    display: none;
}

.grw-slider-header-inner{
    margin-top: -80px!important;
}

.wp-google-left img{
    display: none;
}

.wp-google-left{
    position: absolute!important;
    bottom: 0!important;
}

.wp-google-left a{
    font-weight: 300!important;
    font-size: 12px!important;
    color: #333131!important;
}

.wp-google-stars{
    right: -5px!important;
    position: absolute!important;
    bottom: 0!important;
}

.grw-slider-header-inner .wp-google-stars{
   left: -5px!important;
    position: absolute!important;
    bottom: -25px!important;
    
}


.wp-google-stars svg path{
    fill: #f6ba05 !important;
}

.wp-gr .grw-slider .wp-google-feedback {
    margin-bottom: 60px;
}

.wp-google-rating{
    color:#f6ba05 !important;
}

.wp-google-powered{
    position: absolute!important;
    bottom: -80px!important;
    left: 20%!important;
}
.wp-google-name a span{
    font-weight: 400!important;
    margin-bottom: 10px !important;
}




.breadcrumb{
  
    position: absolute;
    font-size: 16px;
    background: #ffffff90;
    padding: 10px;
    margin-bottom: 0;
    border-radius: 6px 6px 0 0;
    font-weight: 300;
    padding-left: 0;
  
    bottom: 0px;
}

.breadcrumb p{
    margin: 0;
}

.breadcrumb a{
    color:#aa8e66 ;
    text-decoration: none;
}

.breadcrumb a:hover{
    color:#493e2e ;
    text-decoration: none;
}

.arama-ust .breadcrumb{
   

}



.modal-buton {
    display: none;
    position: fixed;
    bottom: 150px;
    opacity: 0.7;
    left: -10px;
    z-index: 999999999999999;
}

.modal-buton i {
    padding-left: 5px;
}

.modal-ceviri-buton {
    position: fixed;
    bottom: 200px;
    opacity: 0.7;
    left: -4px;
    z-index: 999999999999999;
}

.modal-ceviri-buton img {
    width: 40px;
}

#ceviriModal .ceviri-tum {
    width: 100%;
}


.ceviri .yt-widget {
    width: 100% !important;
}

.ceviri .yt-wrapper {
    width: 100%;
    display: flex;
    justify-content: center;
}

.ceviri .yt-listbox {
    bottom: 0;
}

.ceviri .yt-button {
    width: 35% !important;
    display: block;
}

.ceviri-tum .yt-widget {
    width: 100% !important;
}

.ceviri-tum .yt-wrapper {
    width: 100%;
    display: flex;
    justify-content: center;
}

#yt-widget .yt-listbox {
    top: 50px;
    height: 400px;
    overflow: scroll;
    width: 100%;
    border-radius: 6px;
}

.ceviri-tum .yt-button {
    width: 35% !important;
    display: block;
}

.yt-wrapper_align_right {
    display: none !important;
}


.yazi-kunye{
    font-size: 15px;
    flex-wrap: nowrap;
   font-weight: 300;
  
}

.yazi-kunye span{
    width: fit-content;
}
.yazi-kunye span i{
    padding-right: 5px;
    font-size: 18;
}




@media (max-width: 768px){
.mb-md-0, .my-md-0 {
    margin-bottom: 0 !important;
}




}

@media (min-width: 1199px) {
    .width70{
        width: 50%;
    }
}

@media (max-width: 991px) {
 .navbar-brand img {
    width: 120px;
}


	
	
#menu-ana-menu{
    flex-direction: inherit !important;
  
    flex-wrap: wrap;

}

#menu-ana-menu li{
    width: 100%;
    
}

.sosyal-ustmenu{
    width: 30% !important;
    display: inline-flex;
    background-color: #e8e4de;
    border-radius: 6px;
    margin: 3px;
    font-size: 22px;
    padding: 1px !important;
    justify-content: center;
    border: 1px solid #cfccc7;
}

.sosyal-ustmenu a{
    color: #fff;
    width: 100%;
    text-align: center;
}

.dropdown-menu .nav-item{
    padding: 0!important;
}

.dropdown-menu .nav-item{
    padding: 0!important;
}

.dropdown-menu .nav-item a{
    padding: 6px;
}

.dropdown-menu {
    box-shadow: 0px 5px 10px -4px rgb(0 0 0 / 10%) !important;
    list-style: decimal-leading-zero;
} 

.dropdown-menu li{
    margin-bottom:15px;
   margin-left: 35px;
   width:calc(100% - 35px) !important;
}
.dropdown-menu .nav-item:first-child{
    border-top: 0 !important;
    margin-top: 0!important;
}



    .footer-02 .border-left:first-child {
        border-left: 0px solid;
     
    }

    .footer-02 .f-ust {
        border-bottom:1px solid rgb(255 255 255 / 30%);;
        margin-bottom: 20px;
        padding-bottom: 20px;
    }
    .navbar-nav .nav-item{
       
        padding: 15px 0;
    }

    .width70{
        width: 100%;
    }

    .navbar-nav .nav-item:first-child{
        border-top: 1px solid #ccc;
        margin-top: 15px;
      
    }

    .menu .dropdown .dropdown-menu::before{

        display: inline-block;
        /* margin-top: -15px; */
        margin-left: 15px;
        vertical-align: 0.255em;
        content: "";
        border:0;
        position: absolute;
        
    } 

    

    .menu .dropdown .dropdown-menu{
        background-color: transparent;
        border: 0;
    }

    .menu .sosyal-menu{
       width: 100%;
       
       justify-content: space-between;
    }
    .menu .sosyal-menu a{
        background-color: #ab8e66;
        
        text-align: center;
        width: 32%;
        border-radius: 4px;
     }

     

     .menu .sosyal-menu a:hover{
        background-color: #fff;
       
     }


     .dropdown-submenu {
        border-top: none!important;
        border-left:  none!important;
        box-shadow: none!important;
      }
    
      .dropdown-submenu::before {
       border: none;
      
      }

      .dropdown-submenu a{
      
      }

      .menu .dropdown .dropdown-menu::before {
        display: none;
      }



      
      .dropdown-submenu-1 {
        border-top: none!important;
        border-left:  none!important;
        box-shadow: none!important;
      }
    
      .dropdown-submenu-1::before {
       border: none;
      
      }

      .dropdown-submenu-1 a{
      
      }

      .menu .dropdown .dropdown-menu-1::before {
        display: none;
      }






      .ust_menu_aktif{
        background-color: none;
      }
      

     .ust-slider {
        height: 300px;
        overflow: hidden;
        
    }

     .ust-slider .slider-resim img{
        height:calc(340px - 1.5em);
       
    }
    .blur{
       
        width: 250px;
        height:calc(340px - 1.5em) !important;
       
    }
    

    .slider-yazilar h1{
        font-weight: 100;
        font-size: 36px;
        
    }
    
    .slider-yazilar h3{
        font-weight: 400;
        font-size: 14px;
        text-align: left;
    }

    .cizgi{
        display: none;
    }

 
    
   

    .tedavi h4{
        margin-top: 25px;
     }
     .tedavi .tedavi-resim{
        padding: 0;
     }

     .tedavi-sag{
        height: 310px;
        
    }
    .tedavi .tedavi-ic{
        height: 510px;
        padding: 8px;
       
        
    }

    .tedavi2 .tedavi-ic{
        height: 510px;
        padding: 8px;
        
    }

    .baslik,.icerik h2{
        font-size: 28px;
    }

    
    .iletisim-map iframe{
        width: 600px;
    }
    
     
    .iletisim-kanallari span{
        writing-mode: unset;
        /* text-orientation: inherit; */
        /* color: #f0f0f0; */
        transform: rotate(0deg);
        z-index: 1;
    }
    
    .iletisim-kanallari::after{
        z-index: 0;
        bottom: -5px;
        right: auto;
       
    }

    .ilt-knl .iletisim-dis{
        padding-left: 10px;
    }
    
}

@media (max-width: 768px) {

    .tedavi .tedavi-sag{
        height: 100%;
        display: contents;
    }
    .tedavi .tedavi-ic{
        height: fit-content;
        display: grid;
        padding: 16px 16px;
        
    }

    .tedavi2 .tedavi-ic{
        height: fit-content;
        display: grid;
        padding: 0px;
        
    }

    .tedavi2 .tedavi-sag{
        height: fit-content;
        padding: 16px;
    }
    .musteri-yorum::before{
        display: none;
     
     }

     .musteri-yorum p{
        padding: 0px;
     }

     .baslik,.icerik h2{
        font-size: 24px;
    }

    .f-sol{
        padding-bottom: 10px;
        height: 100%;
        margin-bottom: 20px;
        border-bottom: 1px solid #333131;
    }

    .f-sol span{
        margin: 8px;
    }

    .f-iletisim{
        justify-content: space-between;
    }
    .rsm-txt-yazi{
        margin-top: 40px;
      }
    
   .faq-gorsel{
    display: none;
    

     }
    .faq-gorsel1{
            display: none;
            

    }

    .iletisim-map iframe{
        width: 500px;
    }

    .iletisim h1{
        font-size: 24px;
        max-width: 20%;
    }

    .img-fit{
        
        max-height: 280px;
    }

    .slider-yazilar{
        max-width: 60% !important;
    }
       


}


@media (max-width: 576px) {
    .img-fit{
        
        max-height: 280px;
    }
    .ust-slider .slider-resim img{
       height: 240px;
       
    }
    .slider-yazilar h1{
        font-size: 24px;
    }

    .ust-slider{
        height: 220px;
    }

    .blur{
       
        width: 150px;
        height: 240px;
       
    }
    

    .musteri-yorum::before{
        display: block;
       
    
    }
    .musteri-yorum p{
        padding-left: 40px;
     }
   
     .musteri-yorum-sol {
       
        box-shadow: none;
    }

    .iletisim{
        height: auto;
    }

    .iletisim .slider-yazilar{
        max-width: 100%;
        padding-bottom: 35px;
    }

    .iletisim-map{
        position: relative !important;
      
    }
  
    .iletisim-map iframe{
        height: 450px;
        max-width: 100%;
       
    }

    .iletisim h1{
        font-size: 24px;
        max-width: 100%;
    }
    .iletisim-map .blur{
        height: 30%;
        width: 100%;
        background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 25%, rgba(254,254,254,0) 100%);
       
    }

    .iletisim-kanallari{
        margin-bottom: 20px;
    }
   


   

}