@import url('../textfont/stylesheet.css');
@import url('line-awesome.css');
@import url('all.min.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('intlTelInput.css');
@import url('aos.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: "Red Hat Display", sans-serif;
}

tbody, td, tfoot, th, thead, tr {
    border: solid 2px #32487b;
    padding: 5px;
}

:root {
  --anarenk: #17C5C8;
  --kirmizi: #ea0005;
  --gri: #9D9E9D;
  --siyah: #1f1f1f;
  --krem: #fcfcf9;
  --mavi: #294075;
}

/* 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;
}

.dikeyortala {
	display:flex;
	flex-direction:column;
	justify-content:center;
	height:100%;
}

/*------------------cerezpolitikasi----------------------*/
.cerezpolitikasi {
	position:fixed;
	bottom:20px;
	left:20px;
	width:400px;
	max-width:calc(100% - 40px);
	padding:20px;
	border-radius:20px;
	background:rgba(0,0,0,0.5);
	font-size:14px;
	line-height:20px;
	color:#fff;
	z-index:100000;
}
.btn {
	display:inline-flex;
	align-items:center;
	justify-content:center;
	grid-gap:10px;
	padding:0px 20px;
	height:55px;
	border-radius:30px;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-align: center;
}
.btn-turkuaz {
	background:var(--anarenk);
	border:1px solid var(--anarenk);
	color:#fff;
}
.btn-turkuaz:hover {
	background:rgba(41, 64, 117, 1);
	border:1px solid rgba(41, 64, 117, 1);
	color:#fff;
}
.btn-outline-mavi {
	background:transparent;
	border:1px solid rgba(41, 64, 117, 1);
	color:rgba(41, 64, 117, 1);
}
.btn-outline-mavi:hover {
	background:rgba(41, 64, 117, 1);
	border:1px solid rgba(41, 64, 117, 1);
	color:#fff;
}
.btn-mavi {
	background:rgba(41, 64, 117, 1);
	border:1px solid rgba(41, 64, 117, 1);
	color:#fff;
}
.btn-mavi:hover {
	background:var(--anarenk);
	border:1px solid rgba(41, 64, 117, 1);
	color:#fff;
}

.btn-google {
	background:#1F67E7;
	border:1px solid #1F67E7;
	color:#fff;
}

.btn-google img {
	height:24px;
}

/*------------------header----------------------*/

.aciklama {
	margin-bottom:24px;
}
.aciklama h1 {
	color: #294075;
	font-size: 42px;
	font-style: normal;
	font-weight: 700;
	line-height: 54px; /* 128.571% */
	margin-bottom:14px;
}
.aciklama ul,ol {
	list-style:none;
	margin-bottom:24px;
}
.aciklama ul li ,
.aciklama ol li 
{
	position:relative;
	padding-left:15px;
	color: #294075;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px; /* 133.333% */
	opacity: 1;
}
.aciklama ul li:before ,
.aciklama ol li:before 
{
	position:absolute;
	content:"";
	top:11px;
	left:0px;
	width:7px;
	height:7px;
	border-radius:4px;
	background:var(--anarenk);
	opacity: 1 !important;
}
.aciklama img {
	width:100% !important;
	border-radius:20px;
	max-height:300px;
	object-fit:cover;
	margin-bottom:25px;
}
.aciklama h2 ,
.aciklama h3 ,
.aciklama h4 ,
.aciklama h5 
{
	color: #17C5C8;
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: 34px; /* 141.667% */
	margin-bottom:20px;
}
.aciklama p 
{
	color: #294075;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px; /* 133.333% */
	margin-bottom:20px;
}
/*------------------header----------------------*/

#header {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	z-index:999;
	transition:all 0.3s ease;
	background: linear-gradient(180deg, rgba(41, 64, 117, 1), rgb(41 64 117 / 7%));
}
#header.sabit {
	position:relative;
	transition:all 0.3s ease;
	background:#fff;
}
#header.heading {
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	z-index:999;
	background: #294075;
}
#header .alan {
	display:flex;
	align-items:center;
	padding:10px 0px;
}
#header .alan .logo {
	margin-right:20px;
}
#header .alan .logo img {
	height:60px;
}

#header .menu {
	margin-right:20px;
}
#header .menu ul {
	list-style:none;
	display:flex;
	align-items:center;
	grid-column-gap:15px;
}
#header .menu .link-li {
	position:relative;
}
#header .menu .link-item {
	position:relative;
	display:inline-block;
	color: #FFF;
	font-size: 15px;
	font-style: normal;
	font-weight: 500;
	line-height: 25px;
    text-align: center;
	border-radius: 20px;
    border: 2px solid #ffffff;
    padding: 7px;
}
#header.sabit .menu .link-item {
	color: var(--mavi);
}
#header .menu .link-item:before {
	position:absolute;
	content:"";
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	background:url('../img/filigran-1.png');
	background-size:auto 25%;
	background-repeat:no-repeat;
	background-position:top center;
	opacity:0;
	transition:all 0.3s ease;
}
#header.sabit .menu .link-item:before {
	position:absolute;
	content:"";
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	background:url('../img/filigran-3.png');
	background-size:auto 25%;
	background-repeat:no-repeat;
	background-position:top center;
	opacity:0;
	transition:all 0.3s ease;
}
#header .menu .link-item:hover:before {
	opacity:1;
}
#header .menu .link-item:hover {
    font-weight: 700;
}

#header .menu .acilan {
	position:absolute;
	display:none;
	top:calc(100% - 5px);
	left:0px;
	width:250px;
	padding:15px 10px;
	border-radius: 20px;
	background: #ffffff;
	box-shadow: 0px 2px 30px rgba(0,0,0,0.26);
}
#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 {
	color: #294075;
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	padding:0px 10px;
	text-align: left;
}


#header .alan .sag a {
	position:relative;
	display:inline-flex;
	align-items:center;
	color: #fff;
	font-size: 15px;
	font-weight: 400;
	line-height: 18px;
	margin-left:20px;
}
#header.sabit .alan .sag a {
	color: var(--mavi);
}
#header .alan .sag a i {
	font-size: 24px;
}

#header .arama {
	position:absolute;
	top:100%;
	right:0px;
	background:var(--krem);
	padding:0px;
	overflow:hidden;
	height:0px;
	transition:all 0.3s ease;
}
#header .arama.active {
	padding:20px;
	height:auto;
	width:100%;
}
#header .arama .form-control {
	background:transparent;
	border-radius:0px;
	border:0px;
	border-bottom:2px solid var(--siyah);
	color:var(--siyah);
    height: 36px;
    line-height: 36px;
}
#header .arama .form-control:focus {
	background:transparent !important;
	border-radius:0px !important;
	border:0px !important;
	border-bottom:2px solid var(--siyah) !important;
	color:var(--siyah) !important;
}
#header .arama .form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: var(--siyah);
  opacity: 1; /* Firefox */
}
#header .arama .form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: var(--siyah);
}
#header .arama .form-control::-ms-input-placeholder { /* Microsoft Edge */
  color: var(--siyah);
}
#header .arama .btn {
	position:absolute;
	top:20px;
	right:20px;
	width:36px;
	height:36px;
	font-size:20px;
	color:var(--siyah);
	border-radius:9px;
	padding:0px;
	justify-content:center;
}
#header .dil {
	display:flex;
	align-items:center;
	position:relative;
	z-index:101;
	padding:0px 20px;
	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;
	text-transform:uppercase;
}
#header.sabit .dil .default {
	color: var(--mavi);
}
#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;
	background: #000;
	color:#fff;
	padding:10px;
	border:1px solid #fff;
}
#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: #294075;
}
#mobilheader.sabit {
	position:relative;
	top:auto;
	left:auto;
	width:100%;
	background:var(--krem);
}
#mobilheader.heading {
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
}

#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;
	color:#fff;
}
#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:100%;
}

#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: #fff;
	border:1px solid #fff;
	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;
	background: #294075;
}
#mobilmenu .ust .logo {
	max-height:100%;
	max-width:70%;
	margin-right:auto;
}
#mobilmenu .ust .kapat {
	font-size:40px;
	color:#fff;
}
#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 .sosyal {
	position:absolute;
	top: 250px;
    left: 20px;
    width: 50px;
	z-index:20;
	display:flex;
	flex-direction:column;
	align-items:center;
	justify-content:center;
	padding:10px;
	border-radius: 38px;
	background: #fff;
	backdrop-filter: blur(17px);
}
#slider .sosyal a {
	display:flex;
	align-items:center;
	justify-content:center;
	width: 54px;
	height: 54px;
	font-size:28px;
	color:#fff;
}
#slider .sosyal a:hover {
	color: var(--anarenk);
}

#slider .item {
	position:relative;

}
#slider .item .anaresim {
	width:100%;
	height:100vh;
	object-fit:cover;
}
#slider .item .bilgi {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	display:flex;
	align-items:center;
	z-index:5;
	background: linear-gradient(0deg, rgba(41, 64, 117, 1),rgba(41, 64, 117, 0));
}
#slider .item .bilgi .yazi1 {
	color: #FFF;
	font-size: 50px;
	font-style: normal;
	font-weight: 700;
	line-height: 64px; /* 128% */
}
#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:160px;
}
#slider .slider-button-prev 
{
	right:100px;
	bottom:80px;
}
#slider .sliderform {
	Display:flex;
	flex-direction:column;
	grid-gap:15px;
}
#slider .sliderform .formbas {
	color: #FFF;
	text-align: right;
	font-size: 17px;
	font-style: normal;
	font-weight: 500;
	line-height: 24px; /* 141.176% */
}
#slider .sliderform .form-control {
	height: 56px;
	border-radius: 12px;
	border: 1.5px solid #D7DCE8;
	background: rgba(255, 255, 255, 0.14);
	backdrop-filter: blur(4px);
}
#slider .sliderform .form-control::placeholder {
  color: #fff;
  opacity: 1; /* Firefox */
}

#slider .sliderform .form-control::-ms-input-placeholder { /* Edge 12 -18 */
  color: #fff;
}
#slider .sliderform .btn {
	border-radius: 12px;
}
#slider .tedaviler {
	Display:flex;
	align-items:Center;
	justify-content:center;
	flex-wrap:wrap;
	border-radius: 20px;
	border: 1px solid rgba(255, 255, 255, 0.40);
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.15) 0%, rgba(255, 255, 255, 0.15) 100%);
	backdrop-filter: blur(17px);
	padding:43px;
	margin-top:40px;
}
#slider .tedaviler a {
	Display:flex;
	flex-direction:column;
	justify-content:center;

	width:20%;
	padding:0px 20px;
	grid-gap:20px;
}
#slider .tedaviler a img {
	width:100%;
	height:70px;
	object-fit:contain;
	object-position:center;
}
#slider .tedaviler a span {
	color: #FFF;
	text-align: center;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}

/*------------------hakkimizda----------------------*/

#hakkimizda {
	position:relative;
	background:url('../img/filigran-2.png') rgba(41, 64, 117, 1);
	background-size:100% auto;
	background-position:center;
	background-repeat:no-repeat;
	padding:74px 0px;
}
#hakkimizda .yazi1 {
	color: #FFF;
	font-size: 54px;
	font-style: normal;
	font-weight: 700;
	line-height: 64px; /* 118.519% */
}
#hakkimizda .yazi1 span {
	color: var(--anarenk);
}
#hakkimizda .yazi2 {
	color: #FFF;
	font-size: 22px;
	font-style: normal;
	font-weight: 400;
	line-height: 32px; /* 145.455% */
	margin-bottom:15px;
}
#hakkimizda .tanitimfilmi {
	position:relative;
	Display:block;
}
#hakkimizda .tanitimfilmi .resim {
	width:100%;
	aspect-ratio:545/321;
	object-fit:cover;
	object-position:center;
	border-radius:20px;
}
#hakkimizda .tanitimfilmi .icon {
	position:absolute;
	top:calc(50% - 50px);
	left:calc(50% - 50px);
	width:100px;
	height:100px;
}
#hakkimizda .hakkimizda .item {
	position:relative;
}
#hakkimizda .hakkimizda .item .resim {
	width:100%;
	aspect-ratio:545/416;
	object-fit:cover;
	object-position:center;
	border-radius:20px;
}
#hakkimizda .hakkimizda .item .bilgi {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	padding:20px;
	border-radius:20px;
	Display:flex;
	flex-direction:column;
	justify-content:flex-end;
	background: linear-gradient(0deg, rgba(41, 64, 117, 1), rgba(41, 64, 117, 0.00));
}
#hakkimizda .hakkimizda .item .bilgi .alt {
	Display:flex;
	align-items:center;
}
#hakkimizda .hakkimizda .item .bilgi .alt .btn {
	margin-right:auto;
}
#hakkimizda .hakkimizda .item .bilgi .alt .butonlar {
	Display:flex;
	align-items:center;
	grid-gap:10px;
}
#hakkimizda .hakkimizda .item .bilgi .alt .butonlar div {
	Display:flex;
	align-items:center;
	justify-content:center;
	width:55px;
	height:55px;
	border-radius:50%;
	border:1px solid #fff;
	font-size:20px;
	color:#fff;
}
#hakkimizda .nedenbas {
	color: #FFF;
	text-align: center;
	font-size: 54px;
	font-style: normal;
	font-weight: 700;
	line-height: 64px; /* 118.519% */
	margin:70px 0px;
}
#hakkimizda .nedenbas span {
	color: var(--anarenk);
}
#hakkimizda .kutu {
	Display:flex;
	flex-direction:column;
	height:100%;
	grid-gap:15px;
	border-radius: 24px;
	padding:55px 30px 30px 30px;
}
#hakkimizda .kutu.kutu1 {
	background: linear-gradient(50deg, rgba(36, 104, 142, 0.7), rgba(41, 64, 117, 0.7));
}
#hakkimizda .kutu.kutu2 {
	background: linear-gradient(50deg, rgba(36, 140, 142, 0.7), rgba(41, 64, 117, 0.7));
}
#hakkimizda .kutu.kutu3 {
	background: linear-gradient(50deg, rgba(95, 65, 144, 0.7), rgba(41, 64, 117, 0.7));
}
#hakkimizda .kutu.kutu4 {
	background: linear-gradient(50deg, rgba(159, 64, 113, 0.7), rgba(41, 64, 117, 0.7));
}
#hakkimizda .kutu .kutubas {
	color: rgba(255, 255, 255, 0.98);
	font-size: 33px;
	font-style: normal;
	font-weight: 700;
	line-height: 40px; /* 121.212% */
}
#hakkimizda .kutu .kutuyazi {
	color: #FFF;
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: 21px; /* 140% */
}

/*------------------hekimler----------------------*/

#hekimler {
	position:relative;
	padding:74px 0px;
	background: linear-gradient(0deg, rgba(77, 120, 219, 0.20) -1.75%, rgba(255, 255, 255, 0.60) 65.63%);
}
#hekimler .baslik {
	color: #294075;
	text-align: center;
	font-size: 54px;
	font-style: normal;
	font-weight: 700;
	line-height: 64px; /* 118.519% */
	margin-bottom:23px;
}
#hekimler .altbaslik {
	color: #294075;
	text-align: center;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: 28px; /* 155.556% */
	margin-bottom:43px;
}

.hekimitem {
	position:relative;
	Display:flex;
	flex-direction:column;
	justify-content:flex-end;
	align-items:Center;
	width:100%;
	aspect-ratio:500/750;
	border-radius:24px;
}
.hekimitem {
	position:relative;
	Display:flex;
	flex-direction:column;
	justify-content:flex-end;
	align-items:Center;
	width:100%;
	aspect-ratio:500/750;
	border-radius:24px;
}
.hekimitem .resim {
	width:95%
}
.hekimitem .bilgi {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	Display:flex;
	flex-direction:column;
	justify-content:flex-end;
	align-items:center;
	padding:24px;
}
.hekimitem .bilgi .adi {
	width:100%;
	Display:flex;
	align-items:center;
	color: #294075;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	padding:24px 19px;
	border-radius: 14px;
	background: rgba(255, 255, 255, 0.60);
	backdrop-filter: blur(5px);
}
.hekimitem .bilgi .adi i {
	margin-left:auto;
}
.hekimitem .bilgi .meslek {
	display: none;
	padding: 10px 12px;
	justify-content: center;
	align-items: center;
	gap: 10px;
	border-radius: 35px;
	background: rgba(255, 255, 255, 0.65);
	color: #294075;
	text-align: center;
	font-size: 13px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	margin-top:10px;
}
.hekimitem:hover .bilgi .meslek {
	display: inline-flex;
}

/*------------------yorumlar----------------------*/

#yorumlar {
	position:relative;
	padding:74px 0px;
	background: #F4F4F4;
}
#yorumlar .baslik {
	color: #161E34;
	text-align: center;
	font-size: 45px;
	font-style: normal;
	font-weight: 700;
	line-height: 55px; /* 122.222% */
}
#yorumlar .altbaslik {
	color: #161E34;
	text-align: center;
	font-size: 12px;
	margin-bottom:46px;
}
.swiper-pagination-bullets {
	Display:flex;
	align-items:center;
	justify-content:center;
	grid-gap:2px;
}

.yorumitem {
	Display: flex;
    flex-direction: column;
    grid-gap: 15px;
    padding: 25px;
    border-radius: 24px;
    background: #FFF;
    min-height: 400px;
}
.yorumitem .ust {
	Display:flex;
	align-items:center;
	flex-wrap:wrap;
}
.yorumitem .ust .profil {
	width:70px;
	height:70px;
}
.yorumitem .ust .adi {
	width:calc(100% - 72px);
	padding-left:10px;
}
.yorumitem .ust .adi b {
	Display:block;
	color: #294075;
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.yorumitem .ust .adi small {
	Display:block;
	color: #294075;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	opacity: 0.5;
}
.yorumitem .orta {
	color: #294075;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: 24px; /* 155.556% */
}
.yorumitem .alt {
	Display:flex;
	align-items:center;
}
.yorumitem .alt .yildiz {
	Display:flex;
	align-items:center;
	font-size:20px;
	color:rgba(255, 199, 0, 1);
	margin-right:auto;
}
.yorumitem .alt img {
	height:24px;
}

/*------------------servisler----------------------*/

#servisler {
	position:relative;
	padding:74px 0px;
	background-repeat:no-repeat !important;
	background-size:100% auto !important;
	background-position:center top !important;
}
#servisler .yazi1 {
	color: #FFF;
	font-size: 45px;
	font-style: normal;
	font-weight: 700;
	line-height: 64px; /* 142.222% */
	margin-bottom:10px;
}
#servisler .yazi1 span {
	color: var(--anarenk);
}
#servisler .yazi2 {
	color: #FFF;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px; /* 133.333% */
	margin-bottom:20px;
}
#servisler .btn {
	margin-bottom:20px;
}
#servisler .butonlar {
	Display:flex;
	align-items:center;
	justify-content:flex-end;
	grid-gap:10px;
	margin-bottom:20px;
}
#servisler .butonlar div {
	Display:flex;
	align-items:center;
	justify-content:center;
	width:55px;
	height:55px;
	border-radius:50%;
	border:1px solid #fff;
	font-size:20px;
	color:#fff;
}

.servisitem {
	position:relative;
	Display:block;
}
.servisitem .resim {
	width:100%;
	aspect-ratio:430/300;
	object-fit:cover;
	object-position:Center;
	border-radius: 20px;
}
.servisitem .bilgi {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	Display:flex;
	align-items:flex-end;
	border-radius: 20px;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 60%, rgba(0, 0, 0, 0.80) 100%);
	padding:30px 40px;
}
.servisitem .bilgi .adi {
	color: #FFF;
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: 40px;
	margin-right:auto;
}
.servisitem .bilgi .circ {
	Display:flex;
	align-items:center;
	justify-content:center;
	width:40px;
	height:40px;
	border-radius:50%;
	border:1px solid #fff;
	font-size:20px;
	color:#fff;
}

/*------------------bizeyazin----------------------*/

#bizeyazin {
	position:relative;
	padding:74px 0px;
	background: #294075;
	z-index:20;
}
#bizeyazin:before {
	position:absolute;
	content:"";
	top:0px;
	left:-20%;
	width: 40%;
	aspect-ratio:1/1;
	border-radius: 956px;
	opacity: 0.4;
	background: #18C6C9;
	filter: blur(179.5px);
	z-index:-1;
}
#bizeyazin .yazi1 {
	color: #FFF;
	font-size: 54px;
	font-style: normal;
	font-weight: 700;
	line-height: 64px; /* 118.519% */
	margin-bottom:10px;
}
#bizeyazin .yazi2 {
	color: #FFF;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px; /* 133.333% */
	margin-bottom:20px;
}
#bizeyazin .form {
	width: 120%;
	border-radius: 20px 20px 3px 20px;
	border: 1px solid rgba(255, 255, 255, 0.30);
	background: rgba(23, 197, 200, 0.70);
	backdrop-filter: blur(17px);
	padding:40px;
}
#bizeyazin .form .form-control {
	border-radius:0px;
	border:0px;
	border-bottom:2px solid #D9D9D9;
	background:transparent;
	height:55px;
  color: #fff;
}
#bizeyazin .form select.form-control option {
  color: var(--anarenk);
}
#bizeyazin .form .form-control::placeholder {
  color: #fff;
  opacity: 1; /* Firefox */
}

#bizeyazin .form .form-control::-ms-input-placeholder { /* Edge 12 -18 */
  color: #fff;
}
#bizeyazin .resim  {
	width: 100%;
	aspect-ratio:660/624;
	object-fit:cover;
	object-position:Center;
	border-radius: 20px 20px 20px 3px;
}

/*------------------bloglar----------------------*/

#bloglar {
	position:relative;
	padding:74px 0px;
	background: rgba(24, 198, 201, 1);
	z-index:20;
}
#bloglar .logo {
	position:absolute;
	top:30px;
	left:30px;
	z-index:-1;
}
#bloglar .logo img {
	height:50px;
}
#bloglar:before {
	position:absolute;
	content:"";
	top:0px;
	left:-20%;
	width: 40%;
	aspect-ratio:1/1;
	border-radius: 956px;
	opacity: 0.4;
	background: #9780FF;
	filter: blur(179.5px);
	z-index:-1;
}
#bloglar .solblog {
	position:relative;
	Display:flex;
	justify-content:flex-end;
}
#bloglar .solblog .resim {
	width:60%;
	aspect-ratio:450/670;
	object-fit:cover;
	object-position:center;
	border-radius: 20px;
}
#bloglar .solblog .bilgi {
	position:absolute;
	top:0px;
	left:0px;
	width:40%;
	height:100%;
	padding:40px 0px;
	Display:flex;
	flex-direction:column;
	align-items:flex-start;
}
#bloglar .solblog .bilgi .adi {
	color: #FFF;
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: 30px; /* 125% */
	margin-bottom:20px;
}
#bloglar .solblog .bilgi .git {
	color: #FFF;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;	
	margin-bottom:auto;
}
#bloglar .baslik {
	font-size: 74px;
	font-style: normal;
	font-weight: 700;
	line-height: 64px; /* 86.486% */
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: rgba(255, 255, 255, 0.70);
	color: transparent;
	margin-bottom:40px;
}
#bloglar .sagblog {
	Display:flex;
	flex-direction:column;
	grid-gap:15px;
	padding:30px 50px;
	border-radius: 3px 20px 20px 20px;
	border: 1px solid rgba(255, 255, 255, 0.40);
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.15) 0%, rgba(255, 255, 255, 0.15) 100%);
	backdrop-filter: blur(17px);
	width:120%;
	margin-left:-20%;
}
#bloglar .sagblog .item {
	Display:flex;
	flex-wrap:wrap;
	align-items:center;
}
#bloglar .sagblog .item img {
	width:200px;
	aspect-ratio:200/140px;
	object-fit:cover;
	object-position:center;
	border-radius: 3px 14px 14px 14px;
}
#bloglar .sagblog .item .sag {
	width:calc(100% - 200px);
	padding-left:20px;
}
#bloglar .sagblog .item .sag .adi {
	color: #FFF;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	margin-bottom:10px;
}
#bloglar .sagblog .item .sag .git {
	color: #161E34;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}

/*------------------kurumlar----------------------*/

#kurumlar {
	position:relative;
	padding:50px 0px;
	background: #fff;
	border-bottom:1px solid rgba(255, 255, 255, 0.10);
	z-index:20;
}
#kurumlar:before {
	position:absolute;
	content:"";
	top:40%;
	left:40%;
	width: 20%;
	aspect-ratio:1/1;
	border-radius: 466px;
	opacity: 0.4;
	background: #18C6C9;
	filter: blur(173.5px);
	z-index:-1;
}
#kurumlar .baslik {
	color: #294075;
	font-size: 45px;
	font-style: normal;
	font-weight: 700;
	line-height: 64px; /* 142.222% */
	text-align:center;
	margin-bottom:10px;
}
#kurumlar .baslik span {
	color: var(--anarenk);
}
#kurumlar .altbaslik {
	color: #294075;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px; /* 133.333% */
	text-align:center;
	margin-bottom:50px;
}
#kurumlar .resim {
	width:100%;
	aspect-ratio:250/99;
	Display:flex;
	align-items:center;
	justify-content:center;
}
#kurumlar .resim img {
	max-width:80%;
}

/*------------------instagram----------------------*/

#instagram {
	position:relative;
	padding:74px 0px 0px 0px;
	background: #294075;
	z-index:20;
}
#instagram .baslik {
	color: #FFF;
	font-size: 45px;
	font-style: normal;
	font-weight: 700;
	line-height: 64px; /* 142.222% */
	text-align:center;
	margin-bottom:10px;
}
#instagram .baslik span {
	color: var(--anarenk);
}
#instagram .altbaslik {
	color: #FFF;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px; /* 133.333% */
	text-align:center;
	margin-bottom:50px;
}
#instagram .instaitem {
	position:relative;
}
#instagram .instaitem .resim {
	width:100%;
	aspect-ratio:1/1;
	object-fit:cover;
	object-position:center;
}

/*------------------footer----------------------*/

#footer {
	position:relative;
	padding:74px 0px 0px 0px;
	background: linear-gradient(360deg, #294075, #3fbcc6);
	z-index:20;
}
#footer .logo {
	position:relative;
	Display:block;
	margin-bottom:15px;
}
#footer .logo img {
	height:75px;
}
#footer .bilgi {
	position:relative;
	Display:flex;
	flex-wrap:wrap;
	align-items:center;
	margin-bottom:15px;
}
#footer .bilgi .icon {
	width: 54px;
	height: 54px;
	border-radius:50%;
	Display:flex;
	align-items:center;
	justify-content:center;
	background: rgba(24, 198, 201, 0.70);
	stroke-width: 1px;
	stroke: rgba(255, 255, 255, 0.30);
	backdrop-filter: blur(17px);
	font-size:24px;
	color:#fff;
}
#footer .bilgi .yazi {
	width: calc(100% - 54px);
	padding-left:10px;
	color: #FFF;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
#footer .bilgi .yazi small {
	font-size: 14px;
	font-weight: 500;
}
#footer .menubas {
	Display:block;
	color: #FFF;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	margin-bottom:15px;
}
#footer .menulink {
	Display:block;
	color: #FFF;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin: 10px 0px;
}
#footer .sosyalalan {
	position:relative;
	z-index:20;
	Display:flex;
	align-items:center;
	justify-content:center;
	margin:13px 0px;
}
#footer .sosyalalan:before {
	position:absolute;
	content:"";
	top:50%;
	left:0px;
	width:100%;
	height:1px;
	background:rgba(0, 184, 225, 0.2);
	z-index:-1;
}
#footer .sosyalalan .sosyal {
	Display:flex;
	align-items:center;
	grid-gap:10px;
	padding:20px;
	font-size:24px;
	color:#fff;
}
#footer .sosyalalan .sosyal a {
	font-size:20px;
	color:#fff;
	padding:10px;
}
#footer .alt {
	position:relative;
	z-index:20;
	Display:flex;
	align-items:center;
	justify-content:center;
	padding-bottom:20px;
}
#footer .alt .copy {
	color: #FFF;
	font-size: 16px;
	font-style: normal;
	font-weight: 300;
	line-height: normal;
	letter-spacing: 0.48px;
	margin-right:auto;
}
#footer .alt img {
	height:20px;
}

/*------------------bread----------------------*/

#bread {
	position:relative;
	padding:105px 0px 0px 0px;
	background: linear-gradient(0deg, rgba(77, 120, 219, 0.20) -1.75%, rgba(255, 255, 255, 0.50) 61.9%);
	z-index:20;
}
#bread .baslik {
	color: #294075;
	text-align: center;
	font-size: 54px;
	font-style: normal;
	font-weight: 700;
	line-height: 64px; /* 118.519% */
}
#bread .linkler {
	Display:flex;
	align-items:center;
	padding:15px 0px;
	grid-gap:5px;
	margin-top:105px;
	color: #294075;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
#bread .linkler a {
	color: #294075;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
#bread .altmenu {
	Display:flex;
	align-items:center;
	justify-content:center;
	padding:15px 0px;
	grid-gap:15px;
	padding-bottom:105px;
}
#bread .altmenu a {
	position:relative;
	color: #294075;
	text-align: center;
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	opacity: 0.5;
}
#bread .altmenu a.active {
	opacity: 1;
}
#bread .altmenu a:before {
	position:absolute;
	content:"";
	top:100%;
	left:calc(50% - 4px);
	width:8px;
	height:8px;
	border-radius:50%;
	background:var(--mavi);
	opacity:0;
}
#bread .altmenu a.active:before {
	opacity:1;
}

/*------------------tedavidetay----------------------*/

#tedavidetay {
	position:relative;
	padding:25px 0px 25px 0px;
	z-index:20;
}
#tedavidetay .resim {
	width:100%;
	border-radius:20px;
	margin-bottom:20px;
}
#tedavidetay .sagform {
	Display:flex;
	flex-direction:column;
	grid-gap:15px;
	padding:40px;
	border-radius: 20px 3px 20px 20px;
	background: #17C5C8;
	margin-top:-100px;
}
#tedavidetay .sagform .formbas {
	color: #FFF;
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: 24px; /* 120% */
}
#tedavidetay .sagform .form-control {
	height: 56px;
	border-radius: 12px;
	border: 1.5px solid #D7DCE8;
	background: rgba(255, 255, 255, 0.14);
	backdrop-filter: blur(4px);
}
#tedavidetay .sagform .form-control::placeholder {
  color: #fff;
  opacity: 1; /* Firefox */
}

#tedavidetay .sagform .form-control::-ms-input-placeholder { /* Edge 12 -18 */
  color: #fff;
}
#tedavidetay .sagform .btn {
	border-radius: 12px;
}
#tedavidetay .sagmetinmenu {
	Display:flex;
	flex-direction:column;
	grid-gap:15px;
	padding:40px;
	border-radius: 20px 3px 20px 20px;
	border: 1px solid rgba(255, 255, 255, 0.12);
	background: rgba(244, 244, 244, 0.70);
	backdrop-filter: blur(17px);
}
#tedavidetay .sagmetinmenu a {
	position:relative;
	Display:block;
	padding-left:25px;
	color: #294075;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
#tedavidetay .sagmetinmenu a:hover ,
#tedavidetay .sagmetinmenu a.active 
{
	color: var(--anarenk);
}
#tedavidetay .sagmetinmenu a:before {
	position:absolute;
	content:"";
	top:calc(50% - 1px);
	left:0px;
	width:15px;
	height:2px;
	background:var(--anarenk);
}
#tedavidetay .sagmetinmenu a:hover:before ,
#tedavidetay .sagmetinmenu a.active:before 
{
	background:var(--mavi);
}

.timeline {
	Display:flex;
	flex-direction:column;
	padding:40px;
	border-radius: 20px 3px 20px 20px;
	background: #F4F4F4;
}
.timeline .time {
	position:relative;
	Display:flex;
	flex-direction:column;
	grid-gap:15px;
	padding:20px 0px;
}
.timeline .time:before {
	position:absolute;
	content:"";
	top:100%;
	left:0px;
	width:100%;
	height:1px;
	background:#D9D9D9;
}
.timeline .time:after {
	position:absolute;
	content:"";
	top:calc(100% - 2.5px);
	left:0px;
	width:25px;
	height:5px;
	background:#17C5C8;
}
.timeline .time:last-child:after {
	display:none;
}
.timeline .time:last-child:before {
	display:none;
}
.timeline .time .tarih {
	color: #17C5C8;
	font-size: 42px;
	font-style: normal;
	font-weight: 700;
	line-height: 54px; /* 128.571% */
}
.timeline .time .yazi {
	color: #294075;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px; /* 133.333% */
}

/*------------------kurumsalgaleri----------------------*/

#kurumsalgaleri {
	position:relative;
	padding:25px 0px 25px 0px;
	z-index:20;
	background: #F4F4F4;
}
#kurumsalgaleri .item {
	position:relative;
}
#kurumsalgaleri .item .resim {
	width:100%;
	aspect-ratio:1/1;
	object-fit:cover;
	object-position:center;
	border-radius:20px;
	border: solid 10px #17c5c8;
}
#kurumsalgaleri .butonlar {
	Display:flex;
	align-items:center;
	justify-content:center;
	margin-top:30px;
	grid-gap:10px;
}
#kurumsalgaleri .butonlar div {
	Display:flex;
	align-items:center;
	justify-content:center;
	width:55px;
	height:55px;
	border-radius:50%;
	border:1px solid var(--mavi);
	font-size:20px;
	color:var(--mavi);
}

/*------------------iletisimpage----------------------*/

#iletisimpage {
	position:relative;
	padding:25px 0px 25px 0px;
	z-index:20;
	background: #294075;
}
#iletisimpage .ust {
	position:relative;
	padding:40px;
	border-radius: 0px 20px 20px 20px;
	border: 1px solid rgba(255, 255, 255, 0.20);
	background: #294075;
	backdrop-filter: blur(17px);
	margin-bottom:30px;
	margin-top:-100px;
}
#iletisimpage .ust .baslik {
	color: #FFF;
	font-size: 42px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	margin-bottom:20px;
}

#iletisimpage .ust .bilgi {
	position:relative;
	Display:flex;
	flex-wrap:wrap;
	align-items:center;
	margin-bottom:15px;
}
#iletisimpage .ust .bilgi .icon {
	width: 54px;
	height: 54px;
	border-radius:50%;
	Display:flex;
	align-items:center;
	justify-content:center;
	background: rgba(24, 198, 201, 0.70);
	stroke-width: 1px;
	stroke: rgba(255, 255, 255, 0.30);
	backdrop-filter: blur(17px);
	font-size:24px;
	color:#fff;
}
#iletisimpage .ust .bilgi .yazi {
	width: calc(100% - 54px);
	padding-left:10px;
	color: #FFF;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
#iletisimpage .ust .bilgi .yazi small {
	font-size: 14px;
	font-weight: 500;
}
#iletisimpage .ust .form-control {
	border-radius:0px;
	border:0px;
	border-bottom:2px solid #D9D9D9;
	background:transparent;
	height:55px;
  color: #fff;
}
#iletisimpage .ust .form-control::placeholder {
  color: #fff;
  opacity: 1; /* Firefox */
}

#iletisimpage .ust .form-control::-ms-input-placeholder { /* Edge 12 -18 */
  color: #fff;
}

#iletisimpage iframe { 
	width:100%;
	height:400px;
	border-radius: 0px 20px 20px 20px;
}

/*------------------hekimlerpage----------------------*/

#hekimlerpage {
	position:relative;
	padding:25px 0px 25px 0px;
	z-index:20;
}
#hekimlerpage .baslik {
	color: #294075;
	text-align: center;
	font-size: 28px;
	font-style: normal;
	font-weight: 500;
	line-height: 36px; /* 128.571% */
	margin-bottom:25px;
}
/*------------------hekimpage----------------------*/

#hekimpage {
	position:relative;
	padding:25px 0px 25px 0px;
	z-index:20;
}
#hekimpage .resim {
	position:relative;
	Display:flex;
	flex-direction:column;
	height:100%;
	justify-content:flex-end;
	align-items:center;
	border-radius: 2.495px 34.02px 34.02px 34.02px;
}
#hekimpage .resim img {
	width:70%;
}
#hekimpage .sag {
	padding:54px;
	border-radius: 2.495px 34.02px 34.02px 34.02px;
	background: #F4F4F4;
}
#hekimpage .sag .adi {
	Display:inline-block;
	border-radius: 20px 20px 3px 20px;
	border: 1px solid rgba(255, 255, 255, 0.30);
	background: rgba(23, 197, 200, 0.20);
	backdrop-filter: blur(17px);
	padding:22px 33px;
	color: #294075;
	font-size: 50px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	margin-bottom:20px;
}
#hekimpage .sag .adi .meslek {
	Display:block;
	padding: 10px 12px;
	justify-content: center;
	align-items: center;
	gap: 10px;
	border-radius: 35px;
	background: rgba(255, 255, 255, 0.65);
	color: #294075;
	text-align: center;
	font-size: 13px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
/*------------------bloglarpage----------------------*/

#bloglarpage {
	position:relative;
	padding:25px 0px 25px 0px;
	z-index:20;
	margin-top:-50px;
}

.blogitem {
	position:relative;
	Display:flex;
	flex-direction:column;
	grid-gap:20px;
	height:100%;
	border-radius: 3px 20px 20px 20px;
	background: #F4F4F4;
	backdrop-filter: blur(17px);
	padding:20px;
}
.blogitem .resim {
	width:100%;
	aspect-ratio:390/273;
	object-fit:cover;
	object-position:center;
	border-radius: 3px 14px 14px 14px;
}
.blogitem .adi {
	color: #294075;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.blogitem .git {
	color: #17C5C8;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	margin-top:auto;
}
/*------------------saglikturizm----------------------*/

#saglikturizm {
	position:relative;
	padding:0px 0px 0px 0px;
	z-index:20;
}

#saglikturizm .bolum1 {
	background: linear-gradient(0deg, rgba(77, 219, 193, 0.20) -1.75%, rgba(255, 255, 255, 0.50) 67.86%);
	padding:30px 0px;
}

#saglikturizm .bolum2 {
	background: linear-gradient(0deg, rgba(77, 120, 219, 0.20) -1.75%, rgba(255, 255, 255, 0.50) 61.9%);
	padding:30px 0px;
}

#saglikturizm .stitem {
	padding:30px 0px;
}
#saglikturizm .stitem .resim {
	width:100%;
}

/*------------------medya----------------------*/

#medya {
	position:relative;
	padding:25px 0px 25px 0px;
	z-index:20;
}
.medyaitem {
	position:relative;
	Display:block;
}
.medyaitem .resim {
	width:100%;
	aspect-ratio:660/420;
	object-fit:cover;
	object-position:center;
	border-radius: 3px 20px 20px 20px;
}
.medyaitem .bilgi {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	Display:flex;
	align-items:flex-end;
	padding:10px;
}
.medyaitem .bilgi .alt {
	Display:flex;
	align-items:center;
	flex-wrap:wrap;
	border-radius: 3px 20px 20px 13px;
	background: linear-gradient(90deg, rgba(41, 64, 117, 0.70) 0%, rgba(255, 255, 255, 0.70) 105.2%);
	backdrop-filter: blur(17px);
	padding:28px;
}
.medyaitem .bilgi .alt .icon {
	Display:flex;
	align-items:center;
	justify-content:center;
	width:50px;
	height:50px;
	border-radius:50%;
	background:#fff;
	font-size:24px;
	color:rgba(23, 197, 200, 1);
}
.medyaitem .bilgi .alt .adi {
	width:calc(100% - 50px);
	padding-left:15px;
	color: #FFF;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: 30px; /* 150% */
}

/*--------------translate----------------------*/


#translate  {
	position:fixed;
	bottom:100px;
	left:15px;
	z-index:100000;
}
.goog-te-gadget select {
    font-size: 17px !important; /* Açılır menü yazı boyutunu değiştirir */
    height: auto !important;    /* Yükseklik ayarlaması gerekebilir */
    line-height: normal !important;
}
.goog-te-gadget {
    font-size: 0 !important; /* "Dili Seçiniz" metnini gizlemek isterseniz 0 yapabilirsiniz */
}