﻿.saggelen { display: block; transition: all 0.5s ease; position: absolute; right: 7px; top: 8px; }
.saggelen:before { content: ""; position: absolute; right: 11px; top: 12px; width: 15px; height: 2px; background: #fff; }
.saggelen:after { content: ""; position: absolute; right: 11px; top: 8px; width: 10px; height: 10px; border-right: solid 2px #fff; border-bottom: solid 2px #fff; rotate: 315deg; }
.devamiGor .saggelen:before { background: #000; top: 12px; right: 7px; }
.devamiGor .saggelen:after { border-color: #000; top: 8px; right: 8px; }
.devamiGor:hover .saggelen { opacity: 1; visibility: visible; width: 18px; }
/**********/
.tabloyama { overflow-x: auto; margin-right: -20px; padding-bottom: 20px; margin: 25px 0; }
/**************/
.solHover { position: relative; z-index: 50; overflow: hidden; transition: all 750ms ease; }
.solHover:before { content: ""; position: absolute; top: 0; left: 0; width: 0; height: 100%; z-index: -1; transition: all 750ms ease; background: var(--tema-renk1) }
.solHover:hover:before { width: 100% }
.solHover:hover { color: #fff !important; }
/**********/
.resimZoomla { overflow: hidden; }
.resimZoomla figure { overflow: hidden }
.resimZoomla img { transform: scale(1); transition: all 750ms ease; }
.resimZoomla:hover img { transform: scale(1.2); }
/**********/
.bg-overlay { position: absolute; content: ""; top: 0; left: 0%; width: 0%; height: 100%; background-color: var(--tema-renk1); opacity: .5; -webkit-animation-duration: 1s; animation-duration: 1s; -webkit-animation-name: tpoverlay; animation-name: tpoverlay; animation-delay: 0.3s; animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86); animation-duration: 1s; animation-delay: 0.5s; animation-iteration-count: 1; animation-fill-mode: both; z-index: 99; visibility: visible; animation-name: tpoverlay; }

@keyframes tpoverlay {
 0%, 100% { width: 0%; left: 0%; }
 50% { width: 100%; left: 0%; }
 100% { left: 100%; }
}
/**********/
.okSalla { display: flex; align-items: center; justify-content: space-between; }
.okSalla i { display: inline-block; margin-left: 5px; margin-top: 5px; }
.okSalla:hover i { animation: shake-next 1s ease infinite; }

@keyframes shake-next {
 25% { transform: translate3d(0, 0, 0); }
 50% { transform: translate3d(-2px, 0, 0); }
 75% { transform: translate3d(2px, 0, 0); }
}
/*******/
.yildizOn { /* margin: 0 auto; */ background: url(/d/r/yildiz-pasif.png); position: relative; width: 100px; height: 16px; display: block; }
.yildizOn span { position: absolute; left: 0; top: 0; width: 100px; height: 17px; background: url(/d/r/yildiz.png); }
/*******/
.icerikDet { margin: 25px 0; }
.icerikDet .kisaOzet { font-size: 18px; font-style: italic; font-weight: 500; line-height: 30px; letter-spacing: 1px; }
.icerikDet .icerik { font-size: 16px; line-height: 27px; letter-spacing: 1px; color: #333 }
.icerikDet .icerik p { margin: 10px 0; }
.icerikDet .icerik p:first-child:first-letter { font-size: 28px; font-weight: 600; color: var(--tema-renk1) }
.icerikDet .icerik ul { list-style: circle; margin-left: 25px; line-height: 35px; }
.icerikDet .icerik ul li { }
.icerikDet .icerik ul li::marker { color: var(--tema-renk1) }
.icerikDet .icerik a { }
.icerikDet .icerik span { }
/*******/
.icerikSag { padding-left: 25px !important; }
.icerikSag .icerikDetsag { padding: 32px 32px 32px 32px; background: #023e302b; margin-bottom: 40px; }
.icerikSag .icerikDetsag .title { color: #0C0A1F; margin: 0 0 20px; font: 700 24px var(--baslik-fontu); line-height: 36px; text-transform: uppercase; }
#icerikDetCat { }
#icerikDetCat ul { }
#icerikDetCat ul li { list-style: none; position: relative; padding-left: 16px; font-size: 18px; line-height: 1.5; margin-bottom: 16px; padding-bottom: 16px; }
#icerikDetCat ul li:before { position: absolute; content: ""; left: 0; top: 12px; height: 6px; width: 6px; background-color: var(--tema-renk1); }
#icerikDetCat ul li:after { content: ""; position: absolute; left: 0; bottom: 0; height: 1px; width: 100%; background-color: rgba(72, 30, 11, 0.07); }
#icerikDetCat ul li a { display: flex; justify-content: space-between; align-items: center; }
#icerikDetCat ul li span { }
#icerikDetCat ul li:last-child { margin-bottom: 0; padding-bottom: 0; }
#icerikDetCat ul li:last-child::after { display: none }
#icerikDetson { }
#icerikDetson { }
#icerikDetson ul { }
#icerikDetson ul li { display: flex; align-items: center; margin-bottom: 20px; }
#icerikDetson ul li .resim { flex: 0 0 auto; margin-right: 20px; width: 100px; height: 100px; }
#icerikDetson ul li .resim img { width: 100%; height: 100%; object-fit: cover; }
#icerikDetson ul li .kap { }
#icerikDetson ul li .kap .baslik { }
#icerikDetson ul li .kap .baslik a { margin-bottom: 13px; color: #481e0b; font: 600 16px var(--baslik-fontu); line-height: 24px; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; }
#icerikDetson ul li .kap time { font: 400 14px var(--icerik-fontu); line-height: 25px; display: flex; align-items: center; color: #333; }
#icerikDetson ul li .kap time i { margin-right: 5px; display: flex; align-items: center; justify-content: center; }
#icerikDetson ul li .kap time i svg { fill: var(--tema-renk2); margin-top: -2px; }
#icerikDetson ul li:last-child { margin-bottom: 0 }
#icerikfollow { }
#icerikfollow .social { display: flex; align-items: center; }
#icerikfollow .social a { color: #020e27; padding: 10px; display: flex; align-items: center; justify-content: center; margin-right: 10px; background: #bfaaa3; }
#icerikfollow .social a:hover { opacity: 1; background: #fbfbfb; box-shadow: 0 0 2px 2px #0000000f; }
#icerikfollow .social a svg { display: block; fill: #fff; width: 20px; height: 20px; }
#icerikfollow .social a:hover svg { fill: var(--tema-renk1); }
#icerikfollow .social a.yout:hover svg path { fill: var(--tema-renk1); }
#icerikfollow .social a.inst svg .st0 { stroke: #fff; }
#icerikfollow .social a.inst:hover svg .st0 { stroke: var(--tema-renk1); }
/***********/
.hizmetDetay { }
.hizmetDetay .row { justify-content: space-between; }
.hizmetDetay .icerik { margin: 30px 0; line-height: 27px; font-size: 16px; }
.hizmetDetay .icerik p:first-child { font-style: italic; font-size: 18px; color: #000; font-weight: 500; margin: 0 0 10px; position: relative; }
.hizmetDetay .icerik h1 { }
.hizmetDetay .icerik h2 { margin: 20px 0; font-size: 22px; }
.hizmetDetay .icerik h3 { text-transform: capitalize; margin: 10px 0 5px 0; }
.hizmetDetay .icerik h4 { }
.hizmetDetay .icerik h5 { }
.hizmetDetay .icerik h6 { }
.hizmetDetay .icerik p { margin: 0 0 33px 0; }
.hizmetDetay .icerik img { height: auto; }
.hizmetDetay .icerik ul { list-style: disc; margin-left: 25px; color: #747474; }
.hizmetDetay .icerik ul li { font-size: 16px; line-height: 25px; list-style: none; position: relative; padding-left: 23px; margin: 5px 0; letter-spacing: 1px; }
.hizmetDetay .icerik ul li:before { /* content:""; */ position: absolute; border: 1px solid #000; width: 10px; height: 10px; left: 0; top: 7px; }
.hizmetDetay .icerik ul li:after { content: ""; position: absolute; width: 8px; height: 15px; left: 6px; top: 2px; border-bottom: 3px solid #1a71a5; border-right: 3px solid #1a71a5; transform: rotate(45deg); }
.hizmetDetay .icerik ol { color: #000; }
.hizmetDetay .icerik ul li, .hizmetDetay .icerik ol li { margin-bottom: 20px; }
/**************/
.hizmetDetay .havequesto { margin: 20px 0; position: relative; }
.hizmetDetay .havequesto figure { position: relative; }
.hizmetDetay .havequesto figure:after { content: ''; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: linear-gradient(0deg, black 25%, transparent); }
.hizmetDetay .havequesto figure img { position: relative; width: 100%; }
.hizmetDetay .havequesto .icerik { position: absolute; bottom: 8px; left: 12px; color: #fff; margin: 0; }
.hizmetDetay .havequesto .icerik .baslik { padding: 10px 0; font-size: 18px; text-transform: uppercase; font-weight: 600; }
.hizmetDetay .havequesto .icerik .subtitle p { font-size: 16px; font-style: normal; margin: 0; padding: 0 15px; color: #fff; line-height: 21px; }
.hizmetDetay .havequesto .icerik a { color: #fff; margin: 10px 0; display: block; padding: 0 10px; font-size: 20px; }
.hizmetDetay .havequesto .icerik a svg { fill: #fff; margin: -5px 0; width: 20px; height: 19px; }
/***********/
.hizmetDetay .randevuOlustur { box-shadow: 0px 10px 30px 0px rgb(0 0 0 / 10%); padding: 20px; }
.hizmetDetay .randevuOlustur form { width: 100%; }
.hizmetDetay .randevuOlustur form .formtitle { font-size: 28px; font-weight: 500; line-height: 28px; padding: 0 0 4px; color: var(--tema-renk1); margin-bottom: 20px; position: relative; }
.hizmetDetay .randevuOlustur form .formtitle:before { content: ""; position: absolute; width: 25%; height: 2px; background: var(--tema-renk2); bottom: 0; }
.hizmetDetay .randevuOlustur form .satir { display: block; }
.hizmetDetay .randevuOlustur form .satir label { font-size: 14px; font-weight: 500; display: block; line-height: 25px; color: #666; }
.hizmetDetay .randevuOlustur form .satir input { display: block; width: 100%; padding: 10px 15px; background-color: #fff; border: 1px solid #dedede; box-shadow: none; font-weight: 500; font-size: 13px; margin-bottom: 18px; margin-top: 3px; }
.hizmetDetay .randevuOlustur form .satir select { display: block; width: 100%; border-radius: 5px; padding: 0 15px; height: 40px; background-color: #fff; border: 1px solid #dedede; box-shadow: none; font-weight: 500; transition: all .2s; font-size: 15px; color: var(--tema-renk3); margin-bottom: 23px; }
.hizmetDetay .randevuOlustur form .guvenlik { display: flex; }
.hizmetDetay .randevuOlustur form .guvenlik label { }
.hizmetDetay .randevuOlustur form .guvenlik label img { width: 100%; height: 100%; }
.hizmetDetay .randevuOlustur form .guvenlik input { margin: 0 0 0 8px; }
.hizmetDetay .randevuOlustur form .onay { display: flex; margin: 35px 0 11px 0; }
.hizmetDetay .randevuOlustur form .onay input[type="checkbox"] { margin: 0; width: 15px; }
.hizmetDetay .randevuOlustur form .onay a { font-size: 15px; font-weight: 400; display: block; padding-left: 31px; margin: -15px 0 0 0; }
.hizmetDetay .randevuOlustur form .onay a:hover { text-decoration: underline; color: var(--tema-renk2); }
.hizmetDetay .randevuOlustur button { border: none; line-height: 1; visibility: visible; font-size: 15px; font-weight: 500; text-transform: uppercase; color: #fff; background-color: var(--tema-renk1); padding: 15px 0; width: 100%; border-radius: 5px; transition: all .2s ease-in-out; letter-spacing: 1px; margin-top: 10px; }
.hizmetDetay .randevuOlustur button:hover { color: #fff; background-color: var(--tema-renk2); }
.stickYap { position: sticky; top: 70px; }
#randevuAlContainer { position: fixed; left: 0; top: 0; width: 100%; height: 100%; z-index: 99; background: #ffffffeb; display: none; }
#randevuAlContainer a.kapat { color: #111; font-size: 36px; position: absolute; right: 25px; top: 8px; font-weight: 400; z-index: 99; font-family: Arial; }
/***********/
#kurumsal { margin: 50px 0; }
#kurumsal .icerik { font: 400 16px var(--icerik-fontu); line-height: 25px; }
#kurumsal .icerik h2 { color: var(--tema-renk2); font: 600 26px var(--baslik-fontu); }
#kurumsal .icerik p { margin-bottom: 15px; }
#kurumsal .icerik ul { list-style: circle; margin-left: 30px }
#kurumsal .icerik ul li { /* padding-left: 30px; */ padding-bottom: 3px; position: relative; line-height: 30px; white-space: break-spaces; word-break: break-word; }
#kurumsal .icerik ul li::marker { color: var(--tema-renk1); }
/**************/
nav.icMenu { padding: 15px; background: #f7f7f7; margin-right: 30px; }
nav.icMenu a { position: relative; display: block; color: #32302e; text-decoration: none; margin-bottom: 3px; font-size: 16px; padding: 10px 0; font-weight: 400; padding-left: 14px; letter-spacing: -.5px; }
nav.icMenu a:hover { color: var(--tema-renk1); background: #e5e5e5; }
nav.icMenu a.active { color: var(--tema-renk2); }
nav.icMenu a.active:after { position: absolute; top: 19px; right: 17px; width: 8px; height: 8px; content: ''; margin-left: -5px; border-right: 2px solid var(--tema-renk2); border-bottom: 2px solid var(--tema-renk2); transform: rotate( -45deg); box-sizing: border-box; }
/****/
footer { position: relative; background: #ffffff }
footer table { border: none; color: #ddd; width: 100% !important; margin: 35px 0 0; display: inline-block; height: auto !important }
footer table tr { }
footer table tr td { border: none; padding: 15px; vertical-align: top; font-weight: 600; line-height: 26px; color: #333; text-align: left !important }
footer table tr td:first-child { width: 33% !important; }
footer table tr td:nth-child(2) {width: 33% !important;}
footer table tr td:nth-child(3) {width: 33% !important;}
footer table tr td:nth-child(4) { width: 33% !important; }
footer table tr td:not(footer table tr td:first-child) p:first-child { color: #fff; font-size: 16px; letter-spacing: .5px }
footer table p { margin-bottom: 17px; color: #798085; display: block; font: 500 16px var(--icerik-fontu); line-height: 25px; }
footer table p img { /* margin: 0 auto; */ }
footer table a, footer table a:active, footer table a:visited { color: #798085; transition: color 350ms ease; font: 500 16px var(--icerik-fontu); }
footer table a:hover { color: var(--tema-renk1) }
footer table tr td h2 {margin: 10px 0;/* color: #ffffff; */letter-spacing: 1px;font: 700 22px var(--baslik-fontu);}
footer table tr td strong { letter-spacing: 1px; color: #575b5f; margin-bottom: 6px; }
footer .satir1 { }
footer .satir1 .row { align-items: center }
footer .satir1 .footerLogo { height: 100%; display: flex; align-items: center; justify-content: center; }
footer .satir1 .footerLogo img { }
footer .satir1 .kapsul { font: 600 18px var(--baslik-fontu); color: #7d7c7c; text-align: right }
footer .satir1 .kapsul .icerik { font: 600 18px var(--baslik-fontu); color: #7d7c7c; text-align: right; width: 100px; margin: 0 0 22px auto; line-height: 24px }
footer .satir1 .kapsul a { font: 600 24px var(--baslik-fontu); color: #000; margin-left: 5px }
footer .satir3 { padding: 10px 0 24px; border-top: solid 1px #e0e0e0; margin-top: 15px; display: inline-block; width: 100% }
footer .satir3 .row { justify-content: center; align-items: center }
footer .satir3 .copy { letter-spacing: .8px; color: #798085; font: 400 16px var(--baslik-fontu) }
footer .satir3 .imza { text-align: left; letter-spacing: .5px; margin: 0 0 0 8px; color: #798085; font: 400 16px var(--baslik-fontu); display: flex; justify-content: flex-end }
footer .satir3 .imza a { color: #798085; font: 400 16px var(--baslik-fontu) }
footer .satir3 .imza a:hover { color: var(--tema-renk1) }
footer .satir3 .imza a.iki { color: #798085; margin-left: 6px }
footer .satir3 .imza a.iki i { color: red; margin-right: 9px; font-style: normal }
footer .satir3 .contract { display: flex; flex-wrap: nowrap; justify-content: center; align-items: center; color: #333; font: 400 16px var(--baslik-fontu) }
footer .satir3 .contract ul { display: flex; flex-wrap: nowrap; justify-content: center; align-items: center; }
footer .satir3 .contract ul li { margin: 0 15px; }
footer .satir3 .contract a { color: #798085; font: 400 16px var(--baslik-fontu); transition: all 750ms ease }
footer .satir3 .contract a:hover { color: var(--tema-renk1) }
/**************/
#sabittel { position: fixed; left: 15px; bottom: 15px; color: #fff; z-index: 100; display: none; }
#sabittel > li:hover ul { display: block; height: auto; opacity: 1; }
#sabittel .bir { background: #6cd284; border-radius: 50%; right: 0; display: block; width: 60px; height: 60px; position: relative; z-index: 1; }
#sabittel .bir:after { content: ''; position: absolute; top: 14px; z-index: 3; left: 15px; background: url(/d/r/whatsappana.png); width: 32px; height: 33px; }

#sabittel li ul { position: absolute; bottom: 60px; left: -12px; height: 0; transition: height ease .5s; z-index: 0; overflow: hidden; background: #ffffff; padding: 12px 12px 0 12px; border-radius: 4px; opacity: 0; transition: opacity ease .2s; }
#sabittel li ul li { margin: 0 0 15px 0; }
#sabittel li ul li a { position: relative; font-size: 16px; display: block; font-weight: 400; padding: 2px 0 3px 37px; }
#sabittel li:hover a span { padding: 12px 17px 12px 60px; width: fit-content; height: initial; }
#sabittel li ul li:hover a:after { transform: rotate(360deg); }
#sabittel li ul li:hover a:before { }
#sabittel li a span { white-space: nowrap; position: absolute; left: 6px; top: 9px; background: #ffffff; border-radius: 23px; color: #000; z-index: 15; font-size: 15px; width: 0; height: 0; overflow: hidden; padding: 0; transition: width ease .3s; }
#sabittel li:hover a:after { background: url(/d/r/whatsappanayesil.png); width: 32px; height: 33px; z-index: 50; }


@keyframes ring {
 0% { transform: rotate(0) scale(1) skew(1deg) }
 10% { transform: rotate(-25deg) scale(1) skew(1deg) }
 20% { transform: rotate(25deg) scale(1) skew(1deg) }
 30% { transform: rotate(-25deg) scale(1) skew(1deg) }
 40% { transform: rotate(25deg) scale(1) skew(1deg) }
 50% { transform: rotate(0) scale(1) skew(1deg) }
 100% { transform: rotate(0) scale(1) skew(1deg) }
}
/********/
#aboutUs { position: relative; margin: 100px 0 200px; background: linear-gradient(180deg, #fff 10%, transparent 30%); z-index: 75; }
#aboutUs figure { }
#aboutUs figure img { max-width: 100%; margin: 35px 0 0 0; }
#aboutUs .row { align-items: center }
#aboutUs .metin { margin: 28px 0 0; position: relative; padding: 0 10px; }
#aboutUs .metin .devaminiGor { position: relative; display: inline-block; background: var(--tema-renk2); z-index: 25; border: 1px solid transparent; padding: 10px 44px; transition: color .2s ease-out,background-color .2s ease-out,border-color .2s ease-out; font: 500 14px var(--icerik-fontu); letter-spacing: 1px; color: #fff; text-transform: uppercase; line-height: 30px; margin: 45px 0 0; }
#aboutUs .metin .baslik { color: #415962; margin-bottom: 15px; font: 500 68px var(--baslik-fontu); z-index: 25; position: relative; line-height: 75px; max-width: 100%; letter-spacing: -0.5px; }
#aboutUs .metin .kisaOzet { position: absolute; bottom: calc(100% - 10px); left: -18px; margin: 0; transform: rotate(-90deg) translateX(-100%); transform-origin: 0 100%; color: #B0B8BB; font: 500 18px var(--icerik-fontu); letter-spacing: 1px; }
#aboutUs .metin .icerik { margin-top: 13px; position: relative; z-index: 25; font: 400 15px var(--icerik-fontu); line-height: 30px; color: #818181; }
#aboutUs .metin .icerik p { }
#aboutUs .metin .deger { display: flex; flex-wrap: wrap; }
#aboutUs .metin .kapsul { width: calc(50% - 20px); margin: 10px 20px 30px 0; display: flex; align-items: center; }
#aboutUs .metin .kapsul figure { width: 45px; height: 45px; background: var(--tema-renk1); border-radius: 50%; display: flex; align-items: center; justify-content: center; }
#aboutUs .metin .kapsul figure img { width: 24px; height: 24px; margin: 30px; filter: invert(1); }
#aboutUs .metin .kapsul .anahtar { margin-left: 15px; font: 400 15px var(--icerik-fontu); line-height: 24px; color: #535353; }
/*******/
#blog { position: relative; padding: 75px 0; background: #f3f4f5; }
#blog .kapsul { margin-bottom: 49px; }
#blog .kapsul .title { font: 500 20px var(--baslik-fontu); color: var(--tema-renk1); position: relative; width: fit-content; margin: 0 auto 10px; z-index: 15; text-transform: uppercase; }
#blog .kapsul .subtitle { font: 600 32px var(--baslik-fontu); color: #3a3a3a; position: relative; width: fit-content; margin: 0 auto 15px; z-index: 15; }
#blog .kapsul .content { font: 400 16px var(--icerik-fontu); color: #888788; position: relative; width: 650px; margin: 0 auto; z-index: 15; text-align: center; max-width: 100%; }
#blog .item { z-index: 25; position: relative; width: 100%; }
#blog .item figure { position: relative; }
#blog .item figure img { width: 100%; height: 100%; }
#blog .item .metin { border-top: none; transition: .3s; background: #fff; box-shadow: 0 0 3px 0px #0000001a; padding: 15px; }
#blog .item .metin .baslik { font: 600 20px var(--baslik-fontu); color: #222222; background-image: linear-gradient(#481E0B, #481E0B), linear-gradient(#481E0B, #481E0B); display: inline; background-size: 0% 1px, 0 1px; background-position: 100% 100%, 0 82%; background-repeat: no-repeat; transition: background-size 0.4s linear; line-height: 33px; }
#blog .item .metin:hover .baslik { background-size: 0% 1px, 100% 1px; }
#blog .item .metin .kisaOzet { color: #888788; font: 400 16px var(--icerik-fontu); line-height: 26px; margin: 15px 0; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; }
#blog .item .metin span.readMore { width: fit-content; position: relative; font: 400 16px var(--baslik-fontu); margin: 10px 0; }
#blog .item .time { font: 400 16px var(--icerik-fontu); display: block; position: absolute; top: 20px; left: 20px; background: #313237; color: #cecfcc; padding: 8px; width: 55px; text-align: center; }
#blog .item .time strong { display: block; margin-bottom: -5px; font: 600 16px var(--icerik-fontu); color: #fff; }
#blog .tumHaber { display: block; width: fit-content; margin: 30px auto 0; border: 1px solid #dedede; padding: 20px 35px; }
#blog .swiper { padding: 10px; }
#blog .swiper-button-next, #blog .swiper-button-prev { background: #e9e9e9; padding: 10px; height: 62px; width: 48px; border-radius: 5px; top: 50%; transform: translateY(-50%); color: #b9b9b9; }
#blog .swiper-button-next { right: -15px; }
#blog .swiper-button-prev { left: -30px; }
/********/
#blogCate { position: relative; padding: 50px 0; background: #f3f4f5; }
#blogCate .item { z-index: 25; position: relative; margin: 10px }
#blogCate .item figure { position: relative; }
#blogCate .item figure img { width: 100%; height: 100%; }
#blogCate .item .metin { border-top: none; transition: .3s; background: #fff; box-shadow: 0 0 3px 0px #0000001a; padding: 15px; }
#blogCate .item .metin .baslik { font: 600 20px var(--baslik-fontu); color: #222222; background-image: linear-gradient(#481E0B, #481E0B), linear-gradient(#481E0B, #481E0B); display: inline; background-size: 0% 1px, 0 1px; background-position: 100% 100%, 0 82%; background-repeat: no-repeat; transition: background-size 0.4s linear; line-height: 33px; }
#blogCate .item .metin:hover .baslik { background-size: 0% 1px, 100% 1px; }
#blogCate .item .metin .kisaOzet { color: #888788; font: 400 16px var(--icerik-fontu); line-height: 26px; margin: 15px 0; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; }
#blogCate .item .metin span.readMore { width: fit-content; position: relative; font: 400 16px var(--baslik-fontu); margin: 10px 0; }
#blogCate .item .time { font: 400 16px var(--icerik-fontu); display: block; position: absolute; top: 20px; left: 20px; background: #313237; color: #cecfcc; padding: 8px; width: 55px; text-align: center; }
#blogCate .item .time strong { display: block; margin-bottom: -5px; font: 600 16px var(--icerik-fontu); color: #fff; }

/********/
#ozgecmis .randevuOlustur { margin-bottom: 75px }
#ozgecmis { color: #000; margin-top: 30px; }
#ozgecmis .bir { padding-right: 20px; }
#ozgecmis .bir figure { margin-bottom: 20px; background: #d7e6ff; /* padding: 20px 0 0 0; */ }
#ozgecmis .bir figure img { }
#ozgecmis .bir .workinghour { margin-bottom: 20px; background: #e6e6e6; padding: 20px 20px; }
#ozgecmis .bir .workinghour .h2 { font-size: 18px; margin-bottom: 15px; position: relative; padding-bottom: 8px; font-weight: 500; }
#ozgecmis .bir .workinghour .h2:after { content: ""; position: absolute; width: 40px; height: 2px; background: var(--tema-renk1); bottom: 0; left: 0; border-radius: 10px; }
#ozgecmis .bir .workinghour .content ul li { padding: 15px 0 9px; color: #747474; font-size: 16px; }
#ozgecmis .bir .workinghour .content ul li strong { font-size: 14px; font-weight: 500; }
#ozgecmis .bir .workinghour .content ul li em { font-style: normal; float: right; font-size: 15px; }
#ozgecmis .bir .workinghour .content ul li:last-child { border-bottom: none }
#ozgecmis .bir button { background-color: #003da5; color: #fff; text-align: center; display: block; width: 100%; transition: background .2s,color .2s,box-shadow .2s,transform .1s; position: relative; padding: 16px 20px; font-size: 14px; line-height: 14px; font-weight: 600; white-space: nowrap; vertical-align: middle; cursor: pointer; user-select: none; border: 0; border-radius: 4px; appearance: none; letter-spacing: .02em; }
#ozgecmis .bir button:hover { background-color: #003796; }
#ozgecmis .bir button:active { background-blend-mode: multiply,normal; background-color: #003081; transform: scale(.98); box-shadow: 0 0 0 3px rgba(0,61,165,.2); }
#ozgecmis .iki { padding-left: 15px; }
#ozgecmis .iki .metin p { margin-bottom: 20px; color: #747474; font-size: 16px; line-height: 25px; letter-spacing: 1px; }
#ozgecmis .iki .metin p em { color: #265a7c; }
#ozgecmis .metin { margin-bottom: 30px; }
#ozgecmis .metin .icerik { overflow: hidden; transition: height 0.5s; /*height: 400px;*/ }
#ozgecmis .metin a.expand { color: #0171a2; margin: 0; display: none; font-weight: 600; text-align: center; text-transform: capitalize; position: relative }
#ozgecmis .metin a.expand span { position: relative; z-index: 10; background: #fff; padding: 10px }
#ozgecmis .metin a.expand:before { content: ""; position: absolute; left: 0; top: 50%; width: 100%; height: 2px; background: var(--tema-renk1); z-index: -1; transform: translateY(-50%); }

#ozgecmis .iki h2 { color: var(--tema-renk2); font-size: 23px; margin: 20px 0 5px 0; }
#ozgecmis .iki ul { list-style: circle; margin-left: 25px; color: #747474; }
#ozgecmis .iki ul li { font-size: 16px; line-height: 25px; position: relative; margin: 5px 10px; }
#ozgecmis .iki ul li::marker { color: var(--tema-renk1); }
#ozgecmis .iki ol { color: #747474; }
#ozgecmis .iki ul li.doktoricerik .iki ol li { margin-bottom: 20px; }
/***/
.randevuOlustur input::placeholder, textarea::placeholder { font-size: 16px; font-weight: 400; }
.randevuOlustur .kapsul { padding: 25px 35px; position: relative; display: flex; flex-direction: column; width: 100%; pointer-events: auto; background-color: #fff; outline: 0; border: none; text-align: left; margin: 0 !important; }
.randevuOlustur .kapsul .tepe { display: flex; align-items: flex-start; justify-content: space-between; border-bottom: 1px solid #dee2e6; box-sizing: border-box; padding: 0 0 20px; position: relative; }
.randevuOlustur .kapsul .tepe .doktorad { font-size: 36px; line-height: 54px; margin: 0; }
.randevuOlustur .kapsul .tepe .kapat { float: right; font-size: 24px; font-weight: 700; line-height: 1; color: #000; text-shadow: 0 1px 0 #fff; opacity: .5; background-color: transparent; border: 0; appearance: none; cursor: pointer; padding: 16px; position: absolute; top: 0; right: 0; }
.randevuOlustur .kapsul .formdetay { position: relative; }
.randevuOlustur .kapsul .formdetay .row .satir { width: calc(50% - 10px); margin: 10px 5px; color: var(--tema-renk3); height: 40px; }
.randevuOlustur .kapsul .formdetay .satir label { width: 34%; padding-left: 18px; }
.formdetay .satir input, .formdetay .satir select { padding: 10px 5px; font-size: 16px; color: var(--tema-renk1); background-color: transparent; border: none; border-bottom: 1px solid var(--tema-renk1); padding-left: 0; resize: none; width: 100%; margin: 0; border-radius: 0; height: 40px; }
.formdetay .satir textarea { padding: 10px 5px; font-size: 16px; color: var(--tema-renk1); background-color: transparent; border: none; border-bottom: 1px solid var(--tema-renk1); padding-left: 0; resize: none; margin: 0; border-radius: 0; }
.randevuOlustur .onay { margin: 13px 0; position: relative; }
.randevuOlustur .onay input[type="checkbox"] { width: fit-content; position: absolute; left: 0; top: -10px; }
.randevuOlustur .rndv { display: none; position: fixed; z-index: 9999999; left: 0; top: 0; width: 100%; height: 100%; overflow: auto; background-color: rgba(0,0,0,0.4); padding-top: 30px; }
.randevuOlustur .rndv-content { background-color: #fefefe; margin: 0 auto; border: 1px solid #888; max-width: 700px; }
.randevuOlustur .kapat:hover, .kapat:focus { color: red; cursor: pointer; }
.randevuOlustur .animate { animation: animatezoom 0.6s }
.randevuOlustur .guvenlik { display: flex; align-items: center; justify-content: space-between; margin: 15px 0; }
.randevuOlustur .guvenlik label { padding-left: 0 !important; }
.randevuOlustur .guvenlik label img { }
.randevuOlustur .guvenlik input { }

@keyframes animatezoom {
 from { transform: scale(0) }
 to { transform: scale(1) }
}
/******/
#faqTop { padding: 70px 0; display: block; }
#faqTop .faqForm { }
#faqTop .faqForm .formtitle { font-weight: 700; text-transform: uppercase; font-size: 25px; line-height: 1.2em; word-wrap: break-word; color: #121212; margin: 0 0 15px; }
#faqTop .faqForm .satir { margin-bottom: 15px; }
#faqTop .faqForm .satir textarea, #faqTop .faqForm .satir input { position: relative; display: inline-block; width: 100%; vertical-align: top; cursor: pointer; outline: 0; padding: 0; transition: color .2s ease-out,background-color .2s ease-out,border-color .2s ease-out; background-color: transparent; color: #121212; border-color: #393838; margin: 0 !important; font: 400 15px var(--icerik-fontu); line-height: 36px; border: none; border-bottom: 1px solid #393838; }
#faqTop .faqForm .satir textarea::placeholder, #faqTop .faqForm .satir input::placeholder { color: #121212; font: 400 15px var(--icerik-fontu); }
#faqTop .faqForm .satir.guvenlik { display: flex; align-items: center; justify-content: space-between; margin: 15px 0; }
#faqTop .faqForm .satir.guvenlik label { width: 28% !important; position: relative !important; transform: none !important; opacity: 1 !important; padding: 0 !important; margin: 0 10px 0 0 !important; }
#faqTop .faqForm .satir.guvenlik label img { width: 100%; }
#faqTop .faqForm .satir.guvenlik input { width: 70% !important; margin: 0; }
#faqTop .faqForm .satir button { font: 700 15px var(--baslik-fontu); line-height: 20px; position: relative; display: inline-flex; vertical-align: middle; width: auto; margin: 0; text-decoration: none; border-radius: 0; outline: 0; padding: 11px 36px; cursor: pointer; background-color: transparent; border: 1px solid #ebeae9; background-image: linear-gradient(0deg,rgb(18 18 18) 0,rgb(18 18 18) 100%),linear-gradient(0deg,rgb(0 0 0 / 0%) 0,rgb(0 0 0 / 0%) 100%); transition: background-size .58s cubic-bezier(.45,.8,.02,.91),color .2s ease-out,border-color .2s ease-out; background-position: 100% calc(100% + 2px),center; background-size: 100% 0,100% 100%; background-repeat: no-repeat; color: #121212; border-color: #121212; margin-top: 25px !important; }
#faqTop .faqForm .satir button:hover { background-position: 100% 0,center; background-size: 100% 100%,100% 100%; color: #fff; }
#faqTop .faqContact { margin: 45px 0; }
#faqTop .faqContact .kap0 { margin: 15px 0; }
#faqTop .faqContact .kap0:before { content: "\26AC" }
#faqTop .faqContact .kap0 span { margin-bottom: 15px; font: 500 16px var(--icerik-fontu); color: #222222; background-image: linear-gradient(#481E0B, #481E0B), linear-gradient(#481E0B, #481E0B); display: inline; background-size: 0% 1px, 0 1px; background-position: 100% 100%, 0 82%; background-repeat: no-repeat; transition: background-size 0.4s linear; margin-left: 10px; }
#faqTop .faqContact .kap0 a { }
#faqTop .faqContact .kap0 span:hover { background-size: 0% 1px, 100% 1px; }
#faqTop .kapsul { }
#faqTop .kapsul .item.soruKapsul { padding: 10px 0; }
#faqTop .kapsul .item.soruKapsul .baslik { padding: 28px 34px 0 0; position: relative; color: #121212; margin: 0; transition: padding .2s ease-out; cursor: pointer; border-top: 1px solid #707070; font: 700 19px var(--baslik-fontu); text-transform: uppercase; line-height: 30px; }
#faqTop .kapsul .item.soruKapsul .baslik:before { content: "+"; position: absolute; right: 0; font-size: 63px; font-weight: 400; top: 50%; transform: translateY(-50%); }
#faqTop .kapsul .item.active .baslik:before { content: "-"; top: 36%; }
#faqTop .kapsul .item.soruKapsul .cevap { padding: 9px 8% 0 0; margin: 0; position: relative; display: inline-block; width: 100%; vertical-align: top; }
#faqTop .kapsul .item.soruKapsul .cevap a { text-decoration: underline; color: blue; font-weight: 500; display: inline-block; padding: 0 2px; }
/**********/
#tedaviler { position: relative; z-index: 9; padding: 35px 0; background: #f9f9f9; }
#tedaviler .curve { position: absolute; top: -300px; left: 0; width: 100%; overflow: hidden; line-height: 0; }
#tedaviler .curve svg { position: relative; display: block; }
#tedaviler .curve svg path { fill: #f9f9f9 }
#tedaviler .kapsul { margin-bottom: 49px; }
#tedaviler .kapsul .title { font: 500 20px var(--baslik-fontu); color: var(--tema-renk1); position: relative; width: fit-content; margin: 0 auto 10px; z-index: 15; text-transform: uppercase; }
#tedaviler .kapsul .subtitle { font: 600 32px var(--baslik-fontu); color: #3a3a3a; position: relative; width: fit-content; margin: 0 auto 15px; z-index: 15; }
#tedaviler .kapsul .content { font: 400 16px var(--icerik-fontu); color: #888788; position: relative; width: 650px; margin: 0 auto; z-index: 15; text-align: center; max-width: 100%; }
#tedaviler .row { justify-content: unset; width: 100%; }
#tedaviler .item { position: relative; /* border: 1px solid #dedede; */ margin: 10px; transition: all 750ms ease; display: block; height: 100%; }
#tedaviler .item .kap { position: relative; }
#tedaviler .item .kap:before { content: ""; position: absolute; width: 0; height: 100%; top: 0; left: 0; z-index: 3; border-top: 2px solid var(--tema-renk1); border-bottom: 2px solid var(--tema-renk1); transition: all 750ms ease; }
#tedaviler .item .kap:after { content: ""; position: absolute; width: 100%; height: 0; top: 0; right: 0; z-index: 3; border-left: 2px solid var(--tema-renk1); border-right: 2px solid var(--tema-renk1); transition: all 750ms ease; }
#tedaviler .item figure { }
#tedaviler .item figure img { aspect-ratio: 16/9; width: 100%; height: 100%; object-fit: cover; }
#tedaviler .item .metin { /* height: 100%; */ width: 100%; display: flex; flex-direction: column; padding: 2px 25px 30px 28px; justify-content: space-between; z-index: 1; position: relative; text-align: center; background: #fff; min-height: 222px; }
#tedaviler .item .h2 { text-transform: uppercase; margin: 10px 0 0 0; color: var(--tema-renk1); text-align: center; font: 600 18px var(--icerik-fontu); line-height: 28px; }
#tedaviler .item .ozet { position: relative; font: 400 16px var(--icerik-fontu); line-height: 24px; margin-bottom: 23px; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; }
#tedaviler .item span.devami { color: var(--tema-renk1); display: block; text-align: center; font: 600 16px var(--icerik-fontu); position: relative; width: fit-content; margin: 0 auto; padding-right: 25px; }
#tedaviler .item span.devami:after { content: '\276F'; position: absolute; right: 0; top: 0; transition: opacity .4s ease; }
#tedaviler .item span.devami:hover { }
#tedaviler .item:hover { /* border: none; */ }
#tedaviler .item.active .kap:before, #tedaviler .item.active .kap:after { width: 100%; height: 100%; }
#tedaviler .item:hover .kap:before, #tedaviler .item:hover .kap:after { width: 100%; height: 100%; }
#tedaviler .item figure.bg img { transition: all ease .3s; }
#tedaviler .item:hover .metin .h2 { /* color: #fff; */ }
#tedaviler .item:hover .metin .ozet { /* color: #fff; */ }
#tedaviler .item:hover .metin .devami { /* color: #fff; */ }
#tedaviler .item:hover figure.icon img { filter: invert(1) }
/**********/
#tedaviCat { position: relative; z-index: 9; padding: 35px 0; background: #f9f9f9; }
#tedaviCat .item { position: relative; /* border: 1px solid #dedede; */ margin: 10px; transition: all 750ms ease; display: block; height: 100%; }
#tedaviCat .item .kap { position: relative; }
#tedaviCat .item .kap:before { content: ""; position: absolute; width: 0; height: 100%; top: 0; left: 0; z-index: 3; border-top: 2px solid var(--tema-renk1); border-bottom: 2px solid var(--tema-renk1); transition: all 750ms ease; }
#tedaviCat .item .kap:after { content: ""; position: absolute; width: 100%; height: 0; top: 0; right: 0; z-index: 3; border-left: 2px solid var(--tema-renk1); border-right: 2px solid var(--tema-renk1); transition: all 750ms ease; }
#tedaviCat .item figure { }
#tedaviCat .item figure img { aspect-ratio: 16/9; width: 100%; height: 100%; object-fit: cover; }
#tedaviCat .item .metin { /* height: 100%; */ width: 100%; display: flex; flex-direction: column; padding: 2px 25px 30px 28px; justify-content: space-between; z-index: 1; position: relative; text-align: center; background: #fff; min-height: 222px; }
#tedaviCat .item .h2 { text-transform: uppercase; margin: 10px 0 0 0; color: var(--tema-renk1); text-align: center; font: 600 18px var(--icerik-fontu); line-height: 28px; }
#tedaviCat .item .ozet { position: relative; font: 400 16px var(--icerik-fontu); line-height: 24px; margin-bottom: 23px; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; }
#tedaviCat .item span.devami { color: var(--tema-renk1); display: block; text-align: center; font: 600 16px var(--icerik-fontu); position: relative; width: fit-content; margin: 0 auto; padding-right: 25px; }
#tedaviCat .item span.devami:after { content: '\276F'; position: absolute; right: 0; top: 0; transition: opacity .4s ease; }
#tedaviCat .item span.devami:hover { }
#tedaviCat .item:hover { /* border: none; */ }
#tedaviCat .item.active .kap:before, #tedaviCat .item.active .kap:after { width: 100%; height: 100%; }
#tedaviCat .item:hover .kap:before, #tedaviCat .item:hover .kap:after { width: 100%; height: 100%; }
#tedaviCat .item figure.bg img { transition: all ease .3s; }
#tedaviCat .item:hover .metin .h2 { /* color: #fff; */ }
#tedaviCat .item:hover .metin .ozet { /* color: #fff; */ }
#tedaviCat .item:hover .metin .devami { /* color: #fff; */ }
#tedaviCat .item:hover figure.icon img { filter: invert(1) }
/**********/
#yorumlar { position: relative; padding: 75px 0; background: #f3f4f5; }
#yorumlar .curve { position: absolute; top: -300px; left: 0; width: 100%; overflow: hidden; line-height: 0; }
#yorumlar .curve svg { position: relative; display: block; }
#yorumlar .curve svg path { fill: #f4f5f6 }
#yorumlar .kapsul { margin-bottom: 49px; }
#yorumlar .kapsul .title { font: 500 20px var(--baslik-fontu); color: var(--tema-renk1); position: relative; width: fit-content; margin: 0 auto 10px; z-index: 15; text-transform: uppercase; }
#yorumlar .kapsul .subtitle { font: 600 32px var(--baslik-fontu); color: #3a3a3a; position: relative; width: fit-content; margin: 0 auto 15px; z-index: 15; }
#yorumlar .kapsul .content { font: 400 16px var(--icerik-fontu); color: #888788; position: relative; width: 650px; margin: 0 auto; z-index: 15; text-align: center; max-width: 100%; }
#yorumlar .item { position: relative; background: #ffffff; display: flex; flex-direction: column; justify-content: center; align-items: center; padding: 75px 50px 25px; box-shadow: 0 0 5px 2px #00000008; }
#yorumlar .item figure { margin-bottom: 25px; }
#yorumlar .item figure img { width: 80px; height: 80px; }
#yorumlar .item .yildizOn { }
#yorumlar .item .metin { text-align: center; margin: 25px 0; }
#yorumlar .item .metin .baslik { font: 500 18px var(--icerik-fontu); color: #222222; }
#yorumlar .item .metin .kisaOzet { font: 400 14px var(--icerik-fontu); color: #9e9d9e; }
#yorumlar .item .metin .icerik { font: 400 16px var(--icerik-fontu); color: #979897; margin-bottom: 26px; padding: 0 100px; line-height: 30px; }
#yorumlar .swiper { padding: 10px; }
#yorumlar .swiper-button-next, #yorumlar .swiper-button-prev { top: 47%; transform: translateY(-50%); color: #b9b9b9; }
#yorumlar .swiper-button-next { right: 50px; }
#yorumlar .swiper-button-prev { left: 50px; }
#yorumlar .swiper-button-next:after { content: "\27F6" }
#yorumlar .swiper-button-prev:after { content: "\27F5" }
/**********/
#merakEdilen { position: relative; margin: 125px 0 175px; }
#merakEdilen figure { }
#merakEdilen figure img { }
#merakEdilen .kapsul { margin-bottom: 28px; display: block; }
#merakEdilen .kapsul .title { font: 500 20px var(--baslik-fontu); color: var(--tema-renk1); position: relative; width: fit-content; margin: 0 0 10px; z-index: 15; text-transform: uppercase; }
#merakEdilen .kapsul .subtitle { font: 600 32px var(--baslik-fontu); color: #3a3a3a; position: relative; width: fit-content; margin: 0 auto 15px; z-index: 15; }
#merakEdilen .soruKapsul { position: relative; z-index: 75 }
#merakEdilen .soruKapsul .item { padding: 15px 0; }
#merakEdilen .soruKapsul .baslik { font: 500 18px var(--icerik-fontu); border-bottom: 1px solid #d1d1d1; padding-bottom: 18px; }
#merakEdilen .soruKapsul .cevap { margin: 29px 0; border-left: 2px solid var(--tema-renk2); padding: 0 25px; font: 400 15px var(--icerik-fontu); line-height: 30px; color: #888788; }
/**********/
#crew { position: relative; margin: 100px 0; }
#crew .kapsul { margin-bottom: 49px; }
#crew .kapsul .title { font: 500 20px var(--baslik-fontu); color: var(--tema-renk1); position: relative; width: fit-content; margin: 0 auto 10px; z-index: 15; text-transform: uppercase; }
#crew .kapsul .subtitle { font: 600 32px var(--baslik-fontu); color: #3a3a3a; position: relative; width: fit-content; margin: 0 auto 15px; z-index: 15; }
#crew .kapsul .content { font: 400 16px var(--icerik-fontu); color: #888788; position: relative; width: 650px; margin: 0 auto; z-index: 15; text-align: center; max-width: 100%; }
#crew .wrap { justify-content: center; }
#crew .item { position: relative; margin: 10px; box-shadow: 0 0 5px 1px #0000001a; transition: all 750ms ease; }
#crew .item figure { }
#crew .item figure img { }
#crew .item .metin { background: #fff; padding: 25px 10px; text-align: center; }
#crew .item .metin .baslik { font: 600 18px var(--baslik-fontu); color: #3a3a3a; }
#crew .item .metin .locate { font: 300 16px var(--icerik-fontu); text-transform: uppercase; color: #9e9d9e; }
#crew a.learnMore { display: block; background: #34424e; padding: 15px 25px; border-radius: 45px; color: #fff; font: 500 15px var(--icerik-fontu); position: relative; width: fit-content; margin: 35px auto 0; }
#crew .item:hover { transform: translateY(-10px); }
/*********/
#crewCat { margin: 35px; }
#crewCat .item { position: relative; margin: 10px; box-shadow: 0 0 5px 1px #0000001a; transition: all 750ms ease; }
#crewCat .item figure { }
#crewCat .item figure img { }
#crewCat .item .metin { background: #fff; padding: 25px 10px; text-align: center; }
#crewCat .item .metin .baslik { font: 600 18px var(--baslik-fontu); color: #3a3a3a; }
#crewCat .item .metin .locate { font: 300 16px var(--icerik-fontu); text-transform: uppercase; color: #9e9d9e; }
#crewCat .item:hover { transform: translateY(-10px); }
/*********/
#paylasOrtak { position: fixed; right: 0; z-index: 999; top: 50%; }
.paylasOnOff { margin-top: 10px; display: flex !important; flex-direction: column; background: #f4f4f4; }
.paylasOnOff a { display: inline-block; position: relative; width: 50px; height: 55px; border-bottom: 1px solid #dedede; }
.paylasOnOff a svg { position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); fill: var(--tema-renk2); width: 20px; height: 20px; }
.paylasOnOff a:hover { box-shadow: 0 0 12px rgba(0,0,0,.5); }
.paylasOnOff a:last-child { border-bottom: none; }
/*****/
.sallaHover { position: relative; overflow: hidden; }
.sallaHover span { position: relative; color: inherit; z-index: 2; }
.sallaHover:before { content: ""; position: absolute; top: -50%; left: 50%; transform: translateX(-50%); width: 150%; height: 150%; border-top-left-radius: 50%; border-top-right-radius: 50%; transition: 700ms cubic-bezier(0.52, 1.64, 0.37, 0.66); background-color: inherit; }
.sallaHover::after { content: ""; position: absolute; bottom: 100%; left: 50%; transform: translateX(-50%); width: 150%; height: 150%; border-bottom-left-radius: 50%; border-bottom-right-radius: 50%; background-color: #fff; transition-duration: 700ms; transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66); }
.sallaHover:hover { color: #1c1a1d !important; }
.sallaHover:hover:before { top: 100%; }
.sallaHover:hover:after { bottom: -50%; }
/********/
#simdiilet { position: absolute; z-index: 9; bottom: -23px; left: 50%; transform: translateX(-50%) }
#simdiilet .form { display: block; border-radius: 25px; background: #fbfbfb; z-index: 9; position: relative; padding: 15px 20px; margin: 0 0 0 0; box-shadow: 0 0 13px #00000047 }
#simdiilet .form .formContact { display: flex; }
#simdiilet .satir { flex-grow: 1; margin-right: 15px; display: flex; align-items: center; justify-content: center; border-right: 1px solid #dedede; padding-right: 27px; width: 25%; }
#simdiilet .satir i { margin-right: 25px; }
#simdiilet .satir i svg { width: 22px; height: 22px; display: inline-block; fill: var(--tema-renk1); }
#simdiilet .satir i svg path { fill: var(--tema-renk1); }
#simdiilet .satir:nth-child(4) { margin: 0; border: none; }
#simdiilet .satir label { font: 400 14px var(--baslik-fontu); color: var(--tema-renk3); background: #fbfbfb; display: block; width: fit-content; z-index: 25; position: relative; }
#simdiilet .satir select { padding: 5px 0; background: transparent; border: none; border-bottom: 1px solid #dedede; display: block; width: 100%; font: 400 15px var(--icerik-fontu); color: #727272; }
#simdiilet .satir select option { font: 400 15px var(--icerik-fontu); color: #727272; padding: 0; }
#simdiilet span { display: block; color: #222; font-weight: 400; font-size: 18px }
#simdiilet strong { display: block; color: var(--tema-renk1); font-weight: 700; margin: 0 0 15px 0; text-transform: uppercase }
#simdiilet .kapsul { background: linear-gradient(360deg,#f2f3f4,#e6e6e6); padding: 36px 40px 25px 40px; border-radius: 10px }
#simdiilet input[type=text] { padding: 5px 0; background: transparent; border: none; border-bottom: 1px solid #dedede; display: block; width: 100%; font: 400 15px var(--icerik-fontu); }
#simdiilet input[type=text]::placeholder { font: 400 15px var(--icerik-fontu); color: #727272 }
#simdiilet button { transition: background-color ease .3s; border: none; color: #fff; border-radius: 20px; cursor: pointer; font: 600 16px var(--icerik-fontu); background: var(--tema-renk2); padding: 8px; display: flex; align-items: center; justify-content: center; }
#simdiilet button:hover { background: #9e7d39 }
#simdiilet button svg { display: inline-block; width: 45px; height: 45px; }
#simdiilet button svg path { fill: #fbfbfb; }
#simdiilet .satir.guvenlik { }
#simdiilet .satir.guvenlik label { width: 50%; }
#simdiilet .satir.guvenlik input { width: 50%; }
/*******/
@media (min-width:1901px) {
}


@media (min-width:1601px) and (max-width:1900px) {
}

@media (min-width:1401px) and (max-width:1600px) {
}

@media (min-width:1200px) and (max-width:1400px) {
}

@media (min-width:992px) and (max-width:1199px) {
}

@media (min-width:768px) and (max-width:991px) {
}

@media (max-width:767px) {
 footer table tr td { display: block; width: 100% !important; height: auto !important; text-align: center !important; }
 footer table tr td:first-child, footer table tr td:nth-child(2), footer table tr td:nth-child(3), footer table tr td:nth-child(4) { width: 100% !important; }
 footer .satir1 .kapsul { text-align: center; margin: 40px 0 0 }
 footer .satir1 .kapsul .icerik { width: 100%; text-align: center }
 footer .satir3 .contract { overflow: hidden; white-space: nowrap; overflow-x: auto; margin: 10px 0 0; width: 100%; display: block }
 footer .satir3 .contract ul { justify-content: flex-start; padding-bottom: 10px; }
 footer .satir3 .copy { text-align: center }
 footer .satir3 .imza { justify-content: center; margin: 10px 0 }
 footer .satir1 .footerLogo img { margin: 45px auto 0; }
 /**********/
 #blog .swiper-button-next { right: 0; }
 #blog .swiper-button-prev { left: 0; }
 #tedaviler .curve { top: -90px; }
 #tedaviler .kapsul .subtitle { text-align: center }
 #merakEdilen { margin: 75px 0; }
 #merakEdilen figure { margin-bottom: 30px }
 #yorumlar .curve { top: -90px; }
 #yorumlar .item .metin .icerik { padding: 0; }
 #yorumlar .item { padding: 45px 25px 25px; }
 #yorumlar .swiper-button-next, #yorumlar .swiper-button-prev { top: 90%; }
 #yorumlar .kapsul .subtitle { text-align: center; }

 #aboutUs .metin .baslik { text-align: center; }
 #aboutUs .metin .kisaOzet { text-align: center; font-size: 28px; }
 #merakEdilen .kapsul .title { text-align: center; margin: 0 auto 10px; }
 #merakEdilen .kapsul .subtitle { text-align: center; font-size: 28px; }
 #ozgecmis .bir { padding-right: 0; }
 #ozgecmis .iki { padding-left: 0; }
 .randevuOlustur .kapsul .formdetay .row .satir { width: 100%; margin: 10px 0; }
 /*********/
 #simdiilet { position: relative; left: initial; transform: none; margin: -75px 0 0 0; }
 #simdiilet .form { margin: 0; padding: 20px; }
 #simdiilet .form .formContact { display: block; width: 100%; }
 #simdiilet button { position: relative; top: initial; transform: none; margin: 16px auto 0; width: 100%; right: 0; }
 #simdiilet .satir { margin: 0 0 15px; justify-content: flex-start; width: 100%; border-right: none; }
 #simdiilet .satir .kap { width: 100%; }
 /*********/
}
