@import url('../textfont/stylesheet.css');
@import url('line-awesome.css');
@import url('icofont.css');
@import url('swiper-bundle.min.css');
@import url('animate.css');
@import url('bootstrap.min.css');
@import url('fancybox.css');
@import url('lity.min.css');
@import url('aos.css');
@import url('twentytwenty.css');


a {
	text-decoration:none;
	transition:all 0.3s ease;
}
a:hover {
	text-decoration:none;
}

ol,ul {
	padding:0px;
	margin:0px;
}
main {
	overflow:hidden;
	width:calc(100vw - 5px);
	min-height:100vh;
}

body {
	position:relative;
	font-family: Euclid Circular B;
	background:rgba(75, 185, 183, 0.06);
}


:root {
  --anarenk: #0bafa7;
  --kirmizi: #ea0005;
  --gri: #6d6e71;
  --siyah: #2e343c;
  --krem: #fcfcf9;
  --sari: #f8bd1e;
  --font1: Euclid Circular B;
  --font2: 'Dancing Script', cursive;
}

/* width */
.scrollbar::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

/* Track */
.scrollbar::-webkit-scrollbar-track {
  background: #F6F5F0; 
}
 
/* Handle */
.scrollbar::-webkit-scrollbar-thumb {
  background: var(--anarenk); 
}

/* Handle on hover */
.scrollbar::-webkit-scrollbar-thumb:hover {
  background: #FEDD06; 
}
.container-fluid {
	max-width:calc(100vw - 30px);	
}

.swiper {
	position:relative;
	overflow:hidden;
}

	
.link {
	font-size:12px;
}
.form-group {
	margin-bottom:10px;
}
.form-group label {
	margin-bottom: 0.5rem;
}
.form-control {
	display:inline-flex;
	align-items:center;
	justify-content:center;
	height:46px;
	padding:0px 25px;
	border-radius:4px;
	font-size:16px;
	font-weight:400;
    letter-spacing: 0.7px;
}
textarea.form-control {
	height:126px;
	padding:10px 25px;
}
.form-control[type=file] {
    line-height:46px;
}
.btn {
	display:inline-flex;
	align-items:center;
	justify-content:center;
	height:46px;
	padding:0px 25px;
	border-radius:4px;
	font-size:18px;
	font-weight:500;
    letter-spacing: 0.7px;
}
.btn-kayan.kaysin {
    position: fixed;
    bottom: 20px;
    left: 20px;
    width: calc(100% - 40px);
    z-index: 999;
	opacity:0.8;
}
.btn i {
	font-size:22px;
}
.btn-google {
	background:#4285f4;
	border:1px solid #4285f4;
	color:#fff;
}
.btn-google:hover {
	background:#4285f4;
	border:1px solid #4285f4;
	color:#fff;
	box-shadow: 0 0 6px #4285f4;
}
.btn-light {
	background:#fff;
	border:1px solid #fff;
	color:var(--anarenk);
}
.btn-light:hover {
	background:var(--anarenk);
	border:1px solid var(--anarenk);
	color:#fff;
}
.btn-mavi {
	background:var(--anarenk);
	border:1px solid var(--anarenk);
	color:#fff;
}
.btn-mavi:hover {
	background:#fff;
	border:1px solid var(--anarenk);
	color:var(--anarenk);
}
.btn-sari {
	background:var(--sari);
	border:1px solid var(--sari);
	color:#fff;
}
.btn-sari:hover {
	background:#fff;
	border:1px solid var(--sari);
	color:var(--sari);
}
.btn-outline-sari {
	background:transparent;
	border:1px solid var(--sari);
	color:var(--sari)
}
.btn-outline-sari:hover {
	background:#fff;
	border:1px solid var(--sari);
	color:var(--sari);
}
.page-link {
    color: var(--anarenk);
    border: 1px solid var(--anarenk);
}
.page-item.disabled .page-link {
    color: var(--anarenk);
    pointer-events: none;
    background-color: #fff;
    border-color: var(--anarenk);
}
.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: var(--anarenk);
    border-color: var(--anarenk);
}

.twentytwenty-container img {
    max-width: 100%;
    position: absolute;
    top: 0;
    display: block;
    width: 100%;
}


.dikeyortala {
	display:flex;
	flex-direction:column;
	justify-content:center;
	height:100%;
	padding:20px 0px;
}

	
.resimupload {
	padding:20px 20px;
	border-radius:10px;
	border:2px solid #EBEDF3;
	background:#EBEDF3;
	display:flex;
	flex-direction:column;
	align-items:center;
	justify-content:center;
	height:200px;
	margin-bottom:20px;
}
.resimupload .img {
	height:120px;
	text-align:center;
}
.resimupload .img img{
	max-height:100%;
	max-width:100%;
	min-width: 100px;
}
.resimupload .doc {
	display:flex;
	align-items:center;
	justify-content:center;
	font-size:50px;
	font-weight:700;
	color:#336cf2;
	height:120px;
}
.resimupload span {
	margin-top:0px;
	margin-bottom:15px;
}
.resimupload input {
	display:none;
}
.ekresimalanekle {
	width:100%;
	padding:20px 20px;
	border-radius:10px;
	border:2px solid #EBEDF3;
	background:#EBEDF3;
	display:flex;
	flex-direction:column;
	align-items:center;
	justify-content:center;
	height:242px;
	margin-bottom:20px;
}

.sayfaaciklama {
	overflow-y:scroll;
	height:300px;
	padding:20px;
	border-radius:0px;
	border:1px solid rgba(0,0,0,0.3);
}

/*------------------header----------------------*/

#header {
	position:relative;
	z-index:999;
	transition:all 0.3s ease;
	background:#fff;
}
#header.sabit {
	position:relative;
	transition:all 0.3s ease;
	background:var(--anarenk);
}
#header.heading {
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	z-index:999;
	background:var(--anarenk);
}
#header .ust {
	background:#fff;
}
#header .alan {
	display:flex;
	align-items:center;
	padding:10px 0px;
}
#header .alan .logo {
	margin-right:auto;
}
#header .alan .logo img {
	height:66px;
}
#header .menu {
}
#header .menu ul {
	list-style:none;
	display:flex;
	align-items:center;
	grid-column-gap:20px;
}
#header .menu .link-li {
	position:relative;
}
#header .menu .link-item {
	position:relative;
	display:inline-block;
	font-weight: 500;
    font-size: 16px;
	line-height:70px;
    color: #333;
    letter-spacing: 0.7px;
}
#header .menu .link-item.anasayfa {
	display:flex;
	align-items:center;
	justify-content:center;
	width:40px;
	height:40px;
	border-radius:30px;
	font-size:20px;
	color:#fff;
	background:var(--sari);
	transition:all 0.3s ease;
}
#header .menu .link-item.anasayfa:hover {
	background:var(--anarenk);
	color:#fff;
}
#header .menu .link-item:hover {
    color: var(--anarenk);
}

#header .menu .acilan {
	position:absolute;
	display:none;
	top:calc(100% - 5px);
	left:0px;
	width:250px;
	padding:5px 10px;
	border-radius: 0px;
	background: #ffffff;
	box-shadow: 0px 2px 30px rgba(0,0,0,0.26);
	border-top:5px solid var(--anarenk);
}
#header .menu .link-li:hover .acilan {
	display:block;
}
#header .menu .acilan ul {
	display:flex;
	align-items:flex-start;
	flex-direction:column;
	grid-column-gap:0px;
	grid-row-gap:10px;
	padding:0px;
}
#header .menu .acilan .link-item {
	line-height:24px;
    color: #000;
	padding:0px 10px;
}


#header .sag {
	display:flex;
	align-items:center;
	grid-column-gap:10px;
	margin-left:30px;
}
#header .sag .btn {
	height:32px;
	padding:0px 8px;
	font-size:12px;
}
#header .sag .btn i {
	font-size:16px;
	margin-right:7px;
}
#header .sag .giris {
	background:rgba(236,238,242,1);
}
#header .sag .ekle {
	background:var(--anarenk);
	color:#fff;
}

#header .dil {
	display:flex;
	align-items:center;
	position:relative;
	z-index:101;
	height:100%;
}
#header .dil .default {
	display:flex;
	flex-direction:column;
	align-items:center;
	justify-content:center;
	width:40px;
	height:40px;
	border-radius: 5px;
	font-weight: 700;
	font-size: 16px;
	line-height: 24px;
	color: #fff;
	border:1px solid var(--sari);
	background:var(--sari);
	text-transform:uppercase;
}
#header .dil .default img {
	height:15px;
	margin-right:5px;
}
#header .dil .default i {
	color:#fff;
	font-size:20px;
}

#header .dil .acilan {
	position:absolute;
	top:100%;
	right:calc(50% - 20px);
	width:40px;
	padding-top:10px;
	z-index:100;
	display:none;
	z-index:10000;
}
#header .dil .acilan .default {
	width:40px;
	height:40px;
	border-radius: 5px;
	margin-bottom:5px;
	color:#fff;
	padding:10px;
	border:1px solid var(--sari);
	background:var(--sari);
}
#header .dil:hover .acilan {
	display:block;
}


/*------------------mobilheader----------------------*/

#mobilheader {
	display:none;
	align-items:center;
	flex-wrap:wrap;
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	z-index:1000;
	height:65px;
	padding:0px 5px;
	background:#fff;
}
#mobilheader.sabit {
	position:relative;
	top:auto;
	left:auto;
	width:100%;
	background:var(--krem);
}
#mobilheader.heading {
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	background:var(--krem);
}

#mobilheader .alansol {
	width:35%;
	display:flex;
	align-items:center;
	justify-content:flex-start;
}

#mobilheader .alanorta {
	width:30%;
	display:flex;
	align-items:center;
	justify-content:center;
	flex-direction:column;
}

#mobilheader .alansag {
	width:35%;
	display:flex;
	align-items:center;
	justify-content:flex-end;
}
#mobilheader .btn {
    padding: 0px 0px 0px 0px;
}
#mobilheader .btn i {
	font-size:40px;
}
#mobilheader .logo {
	display:flex;
	align-items:center;
	justify-content:center;
	padding:5px;
}
#mobilheader .logo img {
	max-width:100%;
	max-height:45px;
}

#mobilheader .dil {
	display:flex;
	align-items:center;
	position:relative;
	z-index:101;
	padding:0px 5px;
	height:100%;
}
#mobilheader .dil .default {
	display:flex;
	flex-direction:column;
	align-items:center;
	justify-content:center;
	width:40px;
	height:40px;
	border-radius: 5px;
	font-weight: 700;
	font-size: 16px;
	line-height: 24px;
	color: #000;
	border:1px solid rgba(0,0,0,0.4);
	text-transform:uppercase;
}
#mobilheader .dil .default img {
	height:15px;
	margin-right:5px;
}
#mobilheader .dil .default i {
	color:#fff;
	font-size:20px;
}

#mobilheader .dil .acilan {
	position:absolute;
	top:100%;
	right:calc(50% - 20px);
	width:40px;
	padding-top:10px;
	z-index:100;
	display:none;
	z-index:10000;
}
#mobilheader .dil .acilan .default {
	width:40px;
	height:40px;
	border-radius: 5px;
	margin-bottom:5px;
	background: #000;
	color:#fff;
	padding:10px;
	border:1px solid #fff;
}
#mobilheader .dil:hover .acilan {
	display:block;
}


/*------------------mobilmenu----------------------*/


#mobilmenu {
	display:none;
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	overflow-y:scroll;
	z-index:1000;
	background: #fff;
	transform: translateX(-100%);
	transition:all 0.3s ease;
}

#mobilmenu .ust {
	display:flex;
	align-items:center;
	width:100%;
	height:65px;
	padding:10px;
}
#mobilmenu .ust .logo {
	max-height:100%;
	max-width:70%;
	margin-right:auto;
}
#mobilmenu .ust .kapat {
	font-size:40px;
	color:#000;
}
#mobilmenu .menu {
    border-top: 1px solid hsla(0,0%,60%,.2);
	padding:20px 0px;
}
#mobilmenu .menu ul {
	display: flex!important;
    flex-direction: column;
    align-items: center;
    list-style-type: none;
    -webkit-overflow-scrolling: touch;
    padding: 0 15px;
}
#mobilmenu .menu .link-li {
	position:relative;
    width: 100%;
    align-items: flex-start;
    justify-content: center;
    justify-content: center;
    -webkit-overflow-scrolling: touch;
    display: flex;
    flex-direction: column;
	border-bottom:1px solid rgba(51, 51, 51, 0.1);
	padding:5px 40px 5px 5px;
}
#mobilmenu .menu .link-li:last-child {
	border-bottom:0px solid rgba(51, 51, 51, 0.1);
}
#mobilmenu .menu .link-li.hover:before {
    position:absolute;
	content:"\f105";
	top:5px;
	right:0px;
	width:30px;
	height:32px;
	display:flex;
	align-items:center;
	justify-content:center;
	font-size:20px;
	color:#000;
    font-family: 'Line Awesome Free';
    font-weight: 900;
}
#mobilmenu .menu .link-item {
	font-size:14px;
	line-height:32px;
	font-weight:500;
	color:rgb(0, 0, 0);
	letter-spacing:1.8px;
}
#mobilmenu .menu .acilan {
	display:none;
	width: 100%;
}
#mobilmenu .menu .link-li:hover .acilan {
	display:block;
}
#mobilmenu .menu .acilan ul {
	width: 100%;
}

#mobilmenu .menu .acilan ul .link-li {
    min-height: 32px;
}
#mobilmenu .menu .acilan ul .link-item {
	font-size:14px;
	line-height:32px;
	color:rgb(51, 51, 51, 0.6);
}

#mobilmenu .arama {
	position:relative;
}
#mobilmenu .arama .form-control {
	border:1px solid var(--anarenk);
}
#mobilmenu .arama .btn {
	position:absolute;
	top:0px;
	right:0px;
	width:46px;
	height:46px;
	font-size:20px;
	color:#000;
	border-radius:9px;
	padding:0px;
	justify-content:center;
}

#mobilmenu .butonlar {
    border-top: 1px solid hsla(0,0%,60%,.2);
	padding:20px 15px;
}
#mobilmenu .butonlar a {
	display:block;
	font-size:12px;
	font-weight:400;
	line-height:32px;
	color:rgb(0, 0, 0);
	letter-spacing:1.2px;
}

#mobilmenu .sosyal {
	display:flex;
	align-items:center;
	justify-content:center;
    border-top: 1px solid hsla(0,0%,60%,.2);
	padding:20px 15px;
}
#mobilmenu .sosyal a {
	display:flex;
	align-items:center;
	justify-content:center;
	width: 40px;
	height: 40px;
	font-size:28px;
	color:rgb(0, 0, 0);
	margin-right:5px;
}
#mobilmenu .sosyal a:hover {
	color: var(--krem);
}
/*------------------slider----------------------*/

#slider {
	position:relative;
}
#slider .item {
	position:relative;
}
#slider .item .anaresim {
	width:100%;
	height:600px;
	object-fit:cover;
}
#slider .item .bilgi {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	display:flex;
	align-items:center;
	z-index:5;
}
#slider .item .bilgi .yazi1 {
	font-weight: 700;
	font-size: 77px;
	line-height: 90px;
	color: #FFFFFF;
	margin-bottom:10px;
}
#slider .item .bilgi .yazi2 {
	font-weight: 700;
	font-size: 70px;
	line-height: 70px;
	color: #FFFFFF;
	margin-bottom:50px;
}
#slider .item .bilgi .yazi3 {
	font-weight: 500;
	font-size: 18px;
	line-height: 30px;
	color: #FFFFFF;
	margin-bottom:30px;
}
#slider .slider-button-prev ,
#slider .slider-button-next 
{
	position:absolute;
	display:flex;
	align-items:center;
	justify-content:center;
	width:60px;
	height:60px;
	border-radius:30px;
	font-size:30px;
	color:#fff;
	border:1px solid #fff;
	z-index:10;
}
#slider .slider-button-prev:hover ,
#slider .slider-button-next:hover 
{
	color:#fff;
	border:1px solid #fff;
	background:var(--anarenk);
}
#slider .slider-button-next 
{
	right:100px;
	bottom:calc(50% + 20px);
}
#slider .slider-button-prev 
{
	right:100px;
	bottom:calc(50% - 50px);
}



/*------------------klinikler----------------------*/

#klinikler {
	position:relative;
	z-index:10;
	padding:32px 0px;
}
#klinikler:before {
	position:absolute;
	content:"";
	top:0px;
	left:0px;
	width:50%;
	height:100%;
	background:url('../img/ddicon.svg');
	background-size:auto 120%;
	background-position:center;
	background-repeat:no-repeat;
	z-index:-1;
	opacity:0.05;
}
#klinikler .dikeyortala .yazi1 {
	font-size:62px;
	font-family:var(--font2);
	line-height:70px;
	color:var(--sari);
	margin-bottom:10px;
}
#klinikler .dikeyortala .yazi2 {
	font-size:16px;
	font-weight:500;
	line-height:22px;
	color:var(--siyah);
	margin-bottom:30px;
}

.klinikler-pagination {
	display:flex;
	grid-column-gap:5px;
	margin-top:30px;
}

.swiper-pagination-bullet {
    width: 16px;
    height: 16px;
    display: inline-block;
    border-radius: 50%;
    background: transparent;
	border:1px solid var(--sari);
    opacity: 1;
}
.swiper-pagination-bullet-active {
    width: 16px;
    height: 16px;
    display: inline-block;
    border-radius: 50%;
    background: var(--sari);
	border:1px solid var(--sari);
    opacity: 1;
}

.klinikitem {
	position:relative;
	display:block;
	margin-top:10px;
	margin-bottom:20px;
	transition:all 0.3s ease;
}
.klinikitem:hover {
	margin-top:0px;
}
.klinikitem .resim {
	position:relative;
	display:block;
	margin-bottom:10px;
}
.klinikitem .resim img {
	width:100%;
	aspect-ratio: 4/5;
	max-height:700px;
	object-fit:cover;
	border-radius:8px 8px 8px 8px;
}
.klinikitem .yildiz {
	display:flex;
	align-items:center;
	justify-content:center;
	grid-column-gap:4px;
	font-size:18px;
	font-weight:600;
	line-height:24px;
	color:var(--sari);
	text-align:center;
}
.klinikitem .yildiz span {
	font-size:14px;
	line-height:24px;
	color:#000;
}
.klinikitem .adi {
	position:relative;
	display:block;
	padding:0px 16px;
}
.klinikitem .adi * {
	font-size:18px;
	font-weight:600;
	line-height:24px;
	color:var(--anarenk);
	text-align:center;
}
.klinikitem .sehir {
	position:relative;
	display:block;
	font-size:14px;
	font-weight:600;
	line-height:22px;
	color:#000;
	text-align:center;
	padding:0px 16px;
}

/*------------------ilanlar----------------------*/

#ilanlar {
	position:relative;
	z-index:10;
	padding:32px 0px;
	background:#fff;
}
#ilanlar .tablar {
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
	grid-gap:15px;
	padding:8px 0px 16px 0px;
	border-bottom:1px solid rgba(75, 185, 183, 0.06);
	margin-bottom:16px;
}
#ilanlar .tablar a * {
	font-size:18px;
	font-weight:600;
	line-height:24px;
	color:#000;
	text-align:center;
	transition:all 0.3s ease;
}
#ilanlar .tablar a.active * {
	color:var(--sari);
}
#ilanlar .liste {
	display:none;
}
#ilanlar .liste.active {
	display:block;
}
#ilanlar .buton {
	text-align:center;
}

.ilanitem {
	border-radius:8px;
	padding:16px;
	display:flex;
	flex-wrap:wrap;
	box-shadow:0px 4px 24px rgba(245,245,245,1);
	background:#fff;
	margin-bottom:20px;
	transition:all 0.3s ease;
}
.ilanitem:hover {
	box-shadow:0px 4px 24px rgba(225,225,225,1);
}
.ilanitem .res {
	width:120px;
	height:120px;
	object-fit:cover;
	border-radius:6px;
}
.ilanitem .sag {
	width:calc(100% - 120px);
	padding-left:20px;
}
.ilanitem .sag .sehir {
	display:block;
	font-size:16px;
	font-weight:600;
	line-height:24px;
	color:#000;
	margin-bottom:5px;
}
.ilanitem .sag .sehir small {
	font-size:14px;
	opacity:0.5;
}
.ilanitem .sag .adi {
	display:block;
	font-size:18px;
	font-weight:600;
	line-height:24px;
	height:48px;
	overflow:hidden;
	color:var(--anarenk);
	margin-bottom:15px;
}
.ilanitem .sag .incele {
	display:block;
	font-size:14px;
	font-weight:400;
	line-height:20px;
	color:var(--sari);
}


/*------------------firmalar----------------------*/

#firmalar {
	position:relative;
	z-index:10;
	padding:32px 0px;
}
#firmalar .ust {
	display:flex;
	align-items:center;
	margin-bottom:32px;
}
#firmalar .ust .baslik {
	width:50%;
	font-size:62px;
	font-family:var(--font2);
	line-height:70px;
	color:var(--sari);
	margin-right:auto;
}
#firmalar .ust .baslik small {
	display:block;
	font-size:16px;
	font-weight:500;
	font-family:var(--font1);
	line-height:22px;
	color:var(--siyah);
}

.firmaitem {
	display:flex;
	flex-wrap:wrap;
	padding:16px;
	border-radius:8px;
	background:#fff;
	margin-bottom:20px;
}

.firmaitem .sol {
	width:calc(100% - 128px);
	padding-right:16px;
}
.firmaitem .sol .yildiz {
	display:flex;
	align-items:center;
	justify-content:flex-start;
	grid-column-gap:4px;
	font-size:18px;
	font-weight:600;
	line-height:24px;
	color:var(--sari);
	text-align:center;
	margin-bottom:5px;
}
.firmaitem .sol .yildiz span {
	font-size:14px;
	line-height:24px;
	color:#000;
}

.firmaitem .sol .adi {
	display:block;
	font-size:18px;
	font-weight:600;
	line-height:24px;
	color:var(--anarenk);
	margin-bottom:15px;
}
.firmaitem .sol .desc {
	display:block;
	font-size:13px;
	font-weight:400;
	line-height:20px;
	color:#000;
}

.firmaitem .sag {
	width:128px;
	display:flex;
	flex-wrap:wrap;
	align-items:center;
	grid-gap:8px;
}
.firmaitem .sag .buton {
	display:flex;
	align-items:center;
	justify-content:center;
	width:60px;
	height:60px;
	border-radius:4px;
	background:#e4e8ee;
	font-size:20px;
	color:var(--anarenk);
	transition:all 0.3s ease;
}
.firmaitem .sag .buton:hover {
	box-shadow:0px 2px 8px rgba(225,225,225,0.5);
}


.ozelgunitem {
	display:flex;
	flex-wrap:wrap;
	padding:16px;
	border-radius:8px;
	background:#fff;
	margin-bottom:20px;
}
.ozelgunitem .adi {
	display:block;
	font-size:18px;
	font-weight:600;
	line-height:24px;
	color:var(--anarenk);
	margin-bottom:15px;
}

.ozelgunitem .sablonlar .sablon {
	position:relative;
	display:block;
	margin-bottom:15px;
}

.ozelgunitem .sablonlar .sablon .resim {
	width:100%;
	border-radius:8px;
	border:1px solid rgba(240,240,240,1);
}
.ozelgunitem .sablonlar .sablon span {
	position:absolute;
	bottom:10px;
	left:25%;
	width:50%;
	height:30px;
	border-radius:4px;
	background:var(--sari);
	padding:5px;
	text-align:center;
	font-size:16px;
	font-weight:500;
	text-align:center;
	color:#000;
}

/*------------------haberler----------------------*/

#haberler {
	position:relative;
	z-index:20;
	padding:32px 0px;
	background:#fff;
}
#haberler .sol {
	position:relative;
	z-index:20;
	padding:37px 68px;
	background:#000;
	border-radius:8px;
	height:100%;
	display:flex;
	flex-direction:column;
}
#haberler .sol .ust {
	display:flex;
	align-items:center;
	margin-bottom:57px;
	font-weight: 700;
	font-size: 35px;
	line-height: 39px;
	color: #FFFFFF;
}
#haberler .sol .ust img {
	width:63px;
	height:63px;
	object-fit:contain;
	object-position:center;
	margin-right:18px;
}
#haberler .sol .item .tarih {
	font-weight: 500;
	font-size: 16px;
	line-height: 39px;
	color: #FFFFFF;
	margin-bottom:16px;
}
#haberler .sol .item .baslik {
	font-weight: 500;
	font-size: 20px;
	line-height: 32px;
	height:96px;
	overflow:hidden;
	color: #FFFFFF;
	margin-bottom:43px;
}
#haberler .sol .item .link {
	font-weight: 400;
	font-size: 16px;
	line-height: 27px;
	text-decoration-line: underline;
	color: #FFFFFF;
}
#haberler .sol .butonlar {
	display:flex;
	align-items:center;
	justify-content:flex-end;
	margin-top:auto;
	grid-column-gap:10px;
}
#haberler .sol .butonlar div {
	display:flex;
	align-items:center;
	justify-content:center;
	width:54px;
	height:54px;
	border-radius:30px;
	border:1px solid #fff;
	font-size:24px;
	color:#fff;
	transition:all 0.3s ease;
}
#haberler .sol .butonlar div:hover {
	background:#fff;
	color:#000;
}
.banner {
	position:relative;
	display:flex;
	flex-direction:column;
	height:100%;
	border-radius:8px;
	overflow:hidden;
}
.banner .resim {
	width:100%;
	height:100%;
	object-fit:cover;
}
.banner .adi {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	display:flex;
	flex-direction:column;
	justify-content:flex-end;
	align-items:center;
	padding:90px 30px;
	font-weight: 700;
	font-size: 35px;
	line-height: 39px;
	color: #FFFFFF;
	background:rgba(0,0,0,0.2);
	transition:all 0.3s ease;
}
.banner:hover .adi {
	background:rgba(0,0,0,0.1);
}


/*------------------yorumlar----------------------*/

#sorucevap {
	position:relative;
	z-index:10;
	padding:32px 0px;
}
#sorucevap .sol {
	position:relative;
	z-index:10;
	padding:20px;
	display:flex;
	flex-direction:column;
	justify-content:center;
	align-items:center;
	height:256px;
	background-repeat:no-repeat !important;
	background-size:cover !important;
	border-radius:8px;
}
#sorucevap .sol:before {
	position:absolute;
	content:"";
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.4);
	border-radius:8px;
	z-index:1;
}
#sorucevap .sol * {
	position:relative;
	z-index:10;
}
#sorucevap .sol .yazi1 {
	font-size:32px;
	font-family:var(--font2);
	line-height:40px;
	color:#fff;
	margin-bottom:20px;
}
#sorucevap .butons {
	display:flex;
	align-items:center;
	grid-column-gap:10px;
	margin-bottom:20px;
}
#sorucevap .butons .btn {
	height:30px;
	padding:0px 8px;
	font-size:16px;
}
.yorumitem {
	position:relative;
	padding:12px;
	border-radius:8px;
	border:1px solid var(--anarenk);
	background:#fff;
	height:256px;
	margin-bottom:16px;
}
.yorumitem .profil {
	display:flex;
	flex-wrap:wrap;
	align-items:center;
	margin-bottom:10px;
}
.yorumitem .profil img {
	width:40px;
	height:40px;
	border-radius:30px;
	object-fit:cover;
	object-position:center;
}
.yorumitem .profil .adi {
	width:calc(100% - 40px);
	padding-left:15px;
	font-size:18px;
	font-weight:600;
	line-height:40px;
	color:var(--siyah);
}
.yorumitem .profil .yildiz {
	margin-bottom:0px !important;
}
.yorumitem .yorum {
	font-size:14px;
	font-weight:400;
	line-height:22px;
	color:var(--siyah);
	overflow:hidden;
	height:110px;
	margin-bottom:0px;
}
.yorumitem .incele {
	display:flex;
	align-items:center;
	font-size:18px;
	font-weight:600;
	line-height:40px;
	color:var(--anarenk);
	margin-top:10px;
}
.yorumitem .incele i {
	margin-right:10px;
	color:var(--sari);
}
#sorucevap .butonlar {
	display:flex;
	align-items:center;
	grid-column-gap:10px;
}
#sorucevap .yorumlar-button-prev ,
#sorucevap .yorumlar-button-next 
{
	display:flex;
	align-items:center;
	justify-content:center;
	width:40px;
	height:40px;
	border-radius:8px;
	font-size:20px;
	color:#fff;
	background:var(--sari);
	border:1px solid var(--sari);
	z-index:30;
}
#sorucevap .yorumlar-button-prev:hover ,
#sorucevap .yorumlar-button-next:hover 
{
	color:#fff;
	border:1px solid var(--anarenk);
	background:var(--anarenk);
	opacity:1;
}

/*------------------rakamlar----------------------*/

#rakamlar {
	position:relative;
	z-index:20;
}
#rakamlar .ust {
	position:relative;
	padding:32px 0px;
	z-index:20;
}
#rakamlar .ust .yazi1 {
	font-weight: 500;
	font-size: 20px;
	line-height: 26px;
	text-align: center;
	color: #000000;
}
#rakamlar .alt {
	position:relative;
	padding:60px 0px;
	border-top:1px solid #F4F4F4;
	border-bottom:1px solid #F4F4F4;
	z-index:20;
}
#rakamlar .rakam {
	position:relative;
	padding:60px 30px;
	border-right:1px solid rgba(0,0,0,0.2);
}
#rakamlar .col-md-6:last-child .rakam {
	border-right:0px solid #000;
}
#rakamlar .rakam:before {
	position:absolute;
	content:"";
	top:20px;
	right:20px;
	background:url('../img/favicon.png');
	background-size:contain;
	background-repeat:no-repeat;
	width: 40px;
	height: 40px;
	z-index:10;
}
#rakamlar .sayi {
	font-weight: 700;
	font-size: 70px;
	line-height: 50px;
	text-align:center;
	color: #000000;
	margin-bottom:20px;
}
#rakamlar .adi {
	font-weight: 400;
	font-size: 18px;
	line-height: 32px;
	text-align:center;
	color: #8E9194;
}


/*------------------videolar----------------------*/

#videolar {
	position:relative;
	z-index:10;
	padding:50px 0px;
}
#videolar .ust {
	display:flex;
	align-items:center;
	margin-bottom:50px;
}
#videolar .ust .baslik {
	width:50%;
	font-size:62px;
	font-family:var(--font2);
	line-height:70px;
	color:var(--sari);
	margin-right:auto;
}
#videolar .ust .baslik small {
	display:block;
	font-size:16px;
	font-weight:500;
	font-family:Gilroy;
	line-height:22px;
	color:var(--siyah);
}


.videoitem {
	position:relative;
	display:block;
	margin-bottom:20px;
}
.videoitem .resim {
	position:relative;
	margin-bottom:10px;
}
.videoitem .resim img {
	width:100%;
	aspect-ratio: 4/3;
	object-fit:cover;
	border-radius:8px 8px 8px 8px;
}
.videoitem .resim .icon {
	position:absolute;
	top:20px;
	left:20px;
	width:calc(100% - 40px);
	height:calc(100% - 40px);
	border-radius:8px 8px 8px 8px;
	background:var(--anarenk);
	opacity:0.5;
	display:flex;
	align-items:center;
	justify-content:center;
	font-size:80px;
	color:#fff;
	transition:all 0.3s ease;
}
.videoitem:hover .resim .icon {
	opacity:1;
}
.videoitem .adi {
	font-size:18px;
	font-weight:600;
	line-height:24px;
	color:var(--anarenk);
	padding:0px 20px;
}
.blogitem {
	position:relative;
	margin-bottom:20px;
	display:block;
	background:var(--anarenk);
	border-radius:8px;
}
.blogitem .resim {
	width:100%;
	aspect-ratio:370/270;
	max-height:400px;
	object-fit:cover;
	object-position:center;
	border-radius:8px;
    filter: grayscale(0.5);
	transition:all 0.3s ease;
}
.blogitem .bilgi {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	padding:20px;
	border-radius:8px;
	display:flex;
	flex-direction:column;
	justify-content:flex-end;
	align-items:center;
	background:linear-gradient(to top,rgba(0,0,0,0.5),rgba(0,0,0,0));
	transition:all 0.3s ease;
}
.blogitem:hover .resim {
    filter: grayscale(0);
}
.blogitem .bilgi .yazi1 {
	font-size:18px;
	font-weight:700;
	line-height:24px;
	color:#fff;
	text-align:center;
	margin-bottom:20px;
	transition:all 0.3s ease;
}
.blogitem:hover .bilgi .yazi1 {
	margin-bottom:30px;
}


/*------------------footer----------------------*/

#footer {
	position:relative;
	z-index:10;
}
#footer .alan {
	position:relative;
	z-index:10;
	background:var(--anarenk);
	background-repeat:no-repeat;
	background-size:cover;
}
#footer .alan:before {
	position:absolute;
	content:"";
	top:0px;
	right:0px;
	width:50%;
	height:100%;
	background:url('../img/ddicon.svg');
	background-size:auto 80%;
	background-position:center;
	background-repeat:no-repeat;
	z-index:-1;
	opacity:0.1;
	filter:brightness(100);
}
#footer .ust {
	padding:24px 0px;
	border-bottom:1px solid rgba(151,151,151,0.2);
}
#footer .ust .ic {
	display:flex;
	align-items:center;
}
#footer .ust .ic .logo {
	margin-right:auto;
}
#footer .ust .ic .logo img {
	height:72px;
}

#footer .ust .ic .sosyal {
	display:flex;
	align-items:center;
	margin-left:auto;
}
#footer .ust .ic .sosyal a {
	display:flex;
	align-items:center;
	justify-content:center;
	width: 44px;
	height: 44px;
	border-radius:22px;
	background: var(--sari);
	font-size:18px;
	color:#fff;
	margin-left:10px;
}
#footer .ust .ic .sosyal a:hover {
	background: #fff;
	color:#000;
}


#footer .orta {
	padding:24px 0px;
	border-bottom:1px solid rgba(151,151,151,0.2);
}
#footer .menubas {
	display:block;
	color: #ffffff;
	font-size: 24px;
	font-weight: 700;
	line-height: 26px;
	margin-bottom:15px;
}
#footer .menulink {
	position:relative;
	display:block;
    font-size: 14px;
    font-weight: normal;
    letter-spacing: -0.26px;
    color: rgba(255,255,255,0.7);
	margin-bottom:10px;
	padding-left:14px;
}
#footer .menulink:before {
	position:absolute;
	content:"";
	top:calc(50% - 1px);
	left:0px;
	width:10px;
	height:1px;
	background:#fff;
	transition:all 0.3s ease;
}
#footer .menulink:hover {
	color: rgba(255,255,255,0.7);
	padding-left:20px;
}
#footer .menulink:hover:before {
	width:15px;
}
#footer .danisma {
	display:flex;
	flex-wrap:wrap;
	margin-bottom:15px;
}
#footer .danisma .sol {
	width:calc(100% - 50px);
	padding-right:16px;
	flex:0 0 auto;
	display:flex;
	flex-direction:column;
	justify-content:center;
	align-items:flex-end;
    font-size: 23px;
    font-weight: normal;
    letter-spacing: -0.43px;
    color: #fff;
}
#footer .danisma .sol small {
    font-size: 14px;
    font-weight: normal;
    letter-spacing: -0.26px;
    color: rgba(255,255,255,0.7);
    display: block;
	margin-bottom:0px;
}
#footer .danisma .ico {
	display:flex;
	justify-content:center;
	align-items:center;
    width:50px;
	height:50px;
	border-radius:4px;
	background:#fff;
	font-size:25px;
	color:var(--sari);
}
#footer .bilgi {
    font-size: 14px;
    font-weight: normal;
    letter-spacing: -0.26px;
    color: rgba(255,255,255,0.7);
	text-align:right;
	margin-bottom:15px;
}
#footer .sonalt {
	display:flex;
	align-items:center;
	justify-content:center;
	padding:15px 0px;
	margin-top:0px;
}
#footer .sonalt .copy {
	color: #155e72;
	font-size: 16px;
	font-weight: 400;
	line-height: 27px;
}

/*------------------bread----------------------*/

#bread {
	position:relative;
	padding:120px 0px 86px 0px;
	z-index:10;
	background-position:left center !important;
	background-size:cover !important;
	
    z-index: 100;
}
#bread .yazi1 {
	font-family:var(--font2);
	font-weight: 600;
	font-size: 50px;
	line-height: 68px;
	color: var(--sari);
	margin-bottom:12px;
}
#bread .yazi2 {
	font-weight: 400;
	font-size: 18px;
	line-height: 30px;
	color: #FFFFFF;
	margin-bottom:36px;
}
#bread .arama {
	display:flex;
	align-items:center;
	margin-bottom:36px;
}
#bread .arama .form-control {
	width:calc(100% - 100px);
	height:46px;
	border:0px;
	border-radius:8px 0px 0px 8px;
	padding:0px 30px;
}
#bread .arama .btn {
	width:100px;
	height:46px;
	border:0px;
	border-radius:0px 8px 8px 0px;
}
#bread .arama .btn:hover {
	background:#000;
}
#bread .linkler {
	display:flex;
	align-items:center;
	grid-column-gap:10px;
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
	color: #FFFFFF;
}
#bread .linkler i {
	font-size: 20px;
	line-height: 20px;
}
#bread .linkler a {
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
	color: #FFFFFF;
}
#bread .butonlar {
	display:flex;
	align-items:flex-end;
	justify-content:flex-end;
	height:100%;
	grid-column-gap:10px;
}
#bread .butonlar a {
	display:inline-flex;
	align-items:center;
	height: 56px;
	border: 1px solid rgba(0, 0, 0, 0.24);
	border-radius: 8px;
	font-weight: 600;
	font-size: 16px;
	line-height: 22px;
	color: #000;
	padding:0px 34px;
	background:#fff;
}
#bread .butonlar a i {
	font-size: 20px;
}
#bread .butonlar a.active ,
#bread .butonlar a:hover 
{
	border: 1px solid var(--anarenk);
	background:#fff;
	color: var(--anarenk);
}


/*------------------blogdetay----------------------*/

#blogdetay {
	position:relative;
	padding:32px 0px 32px 0px;
	z-index:10;
}

#blogdetay .aciklama {
	margin-bottom:24px;
}
#blogdetay .aciklama h1 {
	font-weight: 600;
	font-size: 24px;
	line-height: 34px;
	color: #4BB9B7;
	margin-bottom:14px;
}
#blogdetay .aciklama ul {
	list-style:none;
	margin-bottom:24px;
}
#blogdetay .aciklama ul li {
	position:relative;
	padding-left:15px;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	color: #000;
	opacity: 1;
}
#blogdetay .aciklama ul li:before {
	position:absolute;
	content:"";
	top:11px;
	left:0px;
	width:7px;
	height:7px;
	border-radius:4px;
	background:var(--anarenk);
	opacity: 1 !important;
}
#blogdetay .aciklama img {
	width:100% !important;
	border-radius:20px;
	max-height:300px;
	object-fit:cover;
	margin-bottom:25px;
}
#blogdetay .aciklama h2 ,
#blogdetay .aciklama h3 ,
#blogdetay .aciklama h4 ,
#blogdetay .aciklama h5 
{
	font-weight: 700;
	font-size: 24px;
	line-height: 36px;
	color: var(--anarenk);
	margin-bottom:20px;
}
#blogdetay .aciklama p 
{
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	color: #000;
	opacity: 1;
	margin-bottom:20px;
}

.sagform {
	background: rgba(75, 185, 183, 0.06);
	border-radius: 8px;
	padding:34px;
}
.sagform .ust {
	display:flex;
	align-items:center;
	flex-wrap:wrap;
	margin-bottom:20px;
}
.sagform .ust .res {
	width:44px;
	height:44px;
	object-fit:contain;
	object-position:center;
}
.sagform .ust .yazi {
	width:calc(100% - 44px);
	padding-left:10px;
	font-weight: 600;
	font-size: 24px;
	line-height: 34px;
	color: #4BB9B7;
}



/*------------------formalan----------------------*/

#formalan {
	position:relative;
	padding:32px 0px 32px 0px;
	z-index:10;
}

#formalan .kutu {
	background: rgba(75, 185, 183, 0.06);
	border-radius: 8px;
	padding:34px;
}


/*------------------kliniksayfa----------------------*/

#kliniksayfa {
	position:relative;
	padding:32px 0px 32px 0px;
	z-index:10;
}

#kliniksayfa .anaresim {
	width:100%;
	aspect-ratio: 4/5;
	max-height:700px;
	object-fit:cover;
	border-radius:8px 8px 8px 8px;
	margin-bottom:10px;
}

#kliniksayfa .yildiz {
	display:flex;
	align-items:center;
	justify-content:center;
	grid-column-gap:4px;
	font-size:18px;
	font-weight:600;
	line-height:24px;
	color:var(--sari);
	text-align:center;
	margin-bottom:20px;
}
#kliniksayfa .yildiz span {
	font-size:14px;
	line-height:24px;
	color:#000;
}
#kliniksayfa .adi {
	font-size:18px;
	font-weight:600;
	line-height:24px;
	color:var(--anarenk);
	text-align:center;
	margin-bottom:20px;
}
#kliniksayfa .sosyal {
	display:flex;
	align-items:center;
	justify-content:center;
	margin-bottom:20px;
	grid-column-gap:10px;
}
#kliniksayfa .sosyal a {
	display:flex;
	align-items:center;
	justify-content:center;
	width: 44px;
	height: 44px;
	border-radius:22px;
	background: var(--sari);
	font-size:18px;
	color:#fff;
}
#kliniksayfa .sosyal a:hover {
	background: #fff;
	color:#000;
}
#kliniksayfa .map {
	margin-bottom:20px;
}
#kliniksayfa .map iframe {
	width:100%;
	height:300px;
	border-radius:8px 8px 8px 8px;
}


#kliniksayfa .sag {
	background: rgba(255, 255, 255, 1);
	border-radius: 8px;
	padding:34px;
}

.iletisimbilgi {
	display:flex;
	flex-wrap:wrap;
	align-items:center;
	margin-bottom:20px;
}
.iletisimbilgi .icon {
	display:flex;
	align-items:center;
	justify-content:center;
	width:50px;
	height:50px;
	border-radius:4px;
	background:var(--sari);
	font-size:25px;
	color:#fff;
}
.iletisimbilgi .yazi {
	width:calc(100% - 50px);
	padding-left:15px;	
	font-size:16px;
	font-weight:400;
	line-height:22px;
	color:rgba(0,0,0,0.7);
}
.iletisimbilgi .yazi b {
	display:block;	
	font-weight:600;
}
#kliniksayfa .resimler-pagination {
	display:flex;
	align-items:center;
	justify-content:center;
	padding:20px 0px;
}
#kliniksayfa .resimitem img {
	width:100%;
	aspect-ratio: 4/4;
	max-height:700px;
	object-fit:cover;
	border-radius:8px 8px 8px 8px;
}
#kliniksayfa .yorumitem {
	height:auto;
}
#kliniksayfa .yorumitem .yorum {
	height:auto;
}

/*------------------iletisimpage----------------------*/

#iletisimpage {
	position:relative;
	padding:60px 0px 60px 0px;
	z-index:10;
}
#iletisimpage .baslik {
	position:relative;
	font-weight: 600;
	font-size: 24px;
	line-height: 44px;
	color: #4BB9B7;
	margin:20px 0px;
}
#iletisimpage .baslik:before {
	position:absolute;
	content:"";
	top:100%;
	left:0px;
	width:100px;
	height:2px;
	background: linear-gradient(90deg, rgba(75, 185, 183, 0.34) 0%, rgba(75, 185, 183, 0) 100%);
}
#iletisimpage .bilgi {
	display:flex;
	align-items:center;
	flex-wrap:wrap;
}
#iletisimpage .bilgi .icon {
	display:flex;
	align-items:center;
	justify-content:center;
	width: 30px;
	height: 30px;
	font-size:20px;
	color: var(--sari);
}
#iletisimpage .bilgi .yazi {
	width:calc(100% - 30px);
	padding-left:10px;
	font-weight: 400;
	font-size: 14px;
	line-height: 27px;
	color: var(--siyah);
}
#iletisimpage .form-control {
	height:64px;
	background: rgba(0, 0, 0, 0.1);
	border: 1px solid rgba(0, 0, 0, 0.21);
	border-radius: 12px;
	color:#fff;
}
#iletisimpage .form-control:focus {
	border: 1px solid rgba(0, 141, 208, 1);
}
#iletisimpage textarea.form-control {
	height:100px;
}
#iletisimpage iframe {
	width:100%;
	height:535px;
	border-radius:30px;
}


/*------------------hesapsayfa----------------------*/

#hesapsayfa {
	position:relative;
	padding:32px 0px;
	z-index:10;
}
#hesapsayfa .baslik {
	font-weight: 700;
	font-size: 26px;
	line-height: 38px;
	color: var(--anarenk);
	margin-bottom:22px;
}

#hesapsayfa .hesapsayfasag {
	background: rgba(255, 255, 255, 1);
	border-radius: 8px;
	padding:34px;
}

#hesapsayfa .klinikresim {
	width:100%;
	aspect-ratio:4/3;
	max-height:300px;
	object-fit:cover;
	border-radius:8px;
}



.hesapmenu a {
	display:flex;
	align-items:center;
	padding:10px 20px 10px 20px;
	font-size:16px;
	font-weight:500;
    border-radius: 8px;
    border: 1px solid #efefef;
	color:rgba(0,0,0,0.7);
	margin-bottom:10px;
	background:#fff;
}
.hesapmenu a span {
	margin-left:auto;
	font-size:22px;
}
.hesapmenu a:hover {
	color:#fff;
	background:var(--anarenk);
}
.hesapmenu a.active {
	color:#fff;
	background:var(--anarenk);
}



/*------------------websitetanitim----------------------*/

#websitetanitim {
	position:relative;
	z-index:10;
	padding:32px 0px;
}
#websitetanitim .yazi1 {
    font-size: 35px;
    /* font-family: var(--font2); */
    line-height: 40px;
    color: var(--sari);
    margin-bottom: 20px;
}

#websitetanitim .yazi2 {
	margin-bottom:24px;
}
#websitetanitim .yazi2 h1 {
	font-weight: 600;
	font-size: 24px;
	line-height: 34px;
	color: #4BB9B7;
	margin-bottom:14px;
}
#websitetanitim .yazi2 ul {
	list-style:none;
	margin-bottom:24px;
}
#websitetanitim .yazi2 ul li {
	position:relative;
	padding-left:15px;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	color: #000;
	opacity: 1;
}
#websitetanitim .yazi2 ul li:before {
	position:absolute;
	content:"";
	top:11px;
	left:0px;
	width:7px;
	height:7px;
	border-radius:4px;
	background:var(--anarenk);
	opacity: 1 !important;
}
#websitetanitim .yazi2 img {
	width:100% !important;
	border-radius:20px;
	max-height:300px;
	object-fit:cover;
	margin-bottom:25px;
}
#websitetanitim .yazi2 h2 ,
#websitetanitim .yazi2 h3 ,
#websitetanitim .yazi2 h4 ,
#websitetanitim .yazi2 h5 
{
	font-weight: 700;
	font-size: 24px;
	line-height: 36px;
	color: var(--anarenk);
	margin-bottom:20px;
}
#websitetanitim .yazi2 p 
{
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	color: #000;
	opacity: 1;
	margin-bottom:20px;
}
#websitetanitim .websiteitem 
{
	position:relative;
	display:block;
}
#websitetanitim .websiteitem img
{
	width:100%;
}

.websitetanitim-pagination {
	display:flex;
	grid-column-gap:5px;
	margin-top:30px;
}
