@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: Outfit;
	background: #E6EAF2;
}
body:before {
	position:fixed;
	content:"";
	z-index:-1;
	width: 402px;
	height: 403px;
	border-radius: 403px;
	background: #FFF;
	filter: blur(75px);
}


:root {
  --anarenk: #000;
  --kirmizi: #ea0005;
  --turuncu: #DD8B52;
  --gri: #9D9E9D;
  --siyah: #1f1f1f;
  --krem: #fcfcf9;
}

/* 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 - 200px);	
}

.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;
	padding:0px 16px;
	height:34px;
	border-radius:4px;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 100%; /* 14px */
	text-align: center;
}
.btn-yesil {
	background:#34BF53;
	border:1px solid #34BF53;
	color:#fff;
}
.btn-yesil:hover {
	background:var(--anarenk);
	border:1px solid #34BF53;
	color:#fff;
}
.btn-ana {
	background:var(--anarenk);
	border:1px solid var(--anarenk);
	color:#fff;
}
.btn-ana:hover {
	background:#34BF53;
	border:1px solid #34BF53;
	color:#fff;
}


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

.aciklama {
	margin-bottom:24px;
}
.aciklama h1 {
	color: var(--anarenk);
	font-size: 28px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin-bottom:14px;
}
.aciklama ul,ol {
	list-style:none;
	margin-bottom:24px;
}
.aciklama ul li ,
.aciklama ol li 
{
	position:relative;
	padding-left:15px;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	color: var(--anarenk);
	opacity: 0.7;
}
.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 
{
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	color: var(--anarenk);
	margin-bottom:20px;
}
.aciklama p 
{
	text-align: justify;
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: 18.328px; 
	color: var(--anarenk);
	opacity: 0.7;
	margin-bottom:20px;
}
/*------------------header----------------------*/

#header {
	position:relative;
	width:100%;
	z-index:999;
	transition:all 0.3s ease;
	background:#fff;
}
#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:#fff;
}
#header .alan {
	display:flex;
	align-items:center;
	flex-wrap:wrap;
	padding:10px 0px;
}
#header .alan .logo {
	width:15%;
	margin-right:auto;
}
#header .alan .logo img {
	height:50px;
}

#header .menu {
	width:70%;
	margin:0px auto;
}
#header .menu ul {
	list-style:none;
	display:flex;
	align-items:center;
	justify-content:center;
	grid-column-gap:20px;
}
#header .menu .link-li {
	position:relative;
}
#header .menu .link-item {
	position:relative;
	display:inline-block;
	color: #291571;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 100%; /* 14px */
}
#header .menu .link-item:hover {
    color: var(--turuncu);
}

#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 .alan .sag {
	display:flex;
	justify-content:flex-end;
	width:15%;
}

#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;
}
#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;
	border:1px solid #fff;
	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;
	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:#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:25%;
	display:flex;
	align-items:center;
	justify-content:flex-start;
}

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

#mobilheader .alansag {
	width:25%;
	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:flex-start;
	justify-content:center;
	padding:5px;
	height:55px;
}
#mobilheader .logo img {
	max-width:100%;
	max-height:80px;
}

#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%;
	max-height:calc(100vh - 100px);
	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: 800;
	font-size: 68px;
	line-height: 78px;
	color: var(--anarenk);
	margin-bottom:22px;
}
#slider .item .bilgi .yazi1 b {
	display:block;
	color: var(--anarenk);
}
#slider .item .bilgi .yazi2 {
	font-weight: 800;
	font-size: 90px;
	line-height: 100px;
	color: #FFFFFF;
}
#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 .sosyal
{
	position:absolute;
	top:0px;
	left:50px;
	width:50px;
	height:100%;
	display:flex;
	flex-direction:column;
	align-items:center;
	justify-content:center;
	z-index:10;
}
#slider .sosyal a
{
	width:50px;
	height:50px;
	display:flex;
	align-items:center;
	justify-content:center;
	font-size:20px;
	color:var(--siyah);
}
#slider .sosyal a:hover
{
	color:var(--siyah);
	background:var(--anarenk);
}
#slider .kaydir
{
	position:absolute;
	top:calc(100% - 70px);
	left:50px;
	width:50px;
	height:130px;
	display:flex;
	flex-direction:column;
	align-items:center;
	justify-content:flex-end;
	z-index:20;
	padding:20px 0px;
	background:var(--siyah);
	color:var(--anarenk);
	font-size:20px;
	border-radius:25px;
	transition:all 0.3s ease;
}
#slider .kaydir:hover
{
	justify-content:flex-start;
}

/*------------------faydalar----------------------*/

#faydalar {
	position:relative;
	padding:18px 0px 18px 0px;
}
#faydalar .alan {
	position:relative;
	padding:44px 47px;
	border-radius: 20px;
	background-size:auto 90% !important;
	background-position:right bottom !important;
	background-repeat:no-repeat !important;
}
#faydalar .yazi1 {
	color: #291571;
	font-size: 28px;
	font-style: normal;
	font-weight: 600;
	line-height: 48px; /* 171.429% */
	margin-bottom:3px;
}
#faydalar .yazi2 {
	color: #DD8B52;
	font-size: 19px;
	font-style: normal;
	font-weight: 400;
	line-height: 130%; /* 24.7px */
	margin-bottom:45px;
}
#faydalar .item {
	display:flex;
	align-items:center;
	flex-wrap:wrap;
	border-radius: 10px;
	background: #F5F7FB;
	padding:29px;
}
#faydalar .item .no {
	display:flex;
	align-items:center;
	justify-content:center;
	width:52px;
	height:52px;
	border-radius:50%;
	background: #EBC7AE;
	color: #16194B;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 130%; /* 26px */
}
#faydalar .item .yazi {
	width:calc(100% - 52px);
	padding-left:15px;
	color: #291571;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 130%; /* 18.2px */
}

.swiper-pagination-bullets {
	display:flex;
	align-items:center;
	justify-content:center;
	grid-gap:9px;
	margin-top:30px;
}

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 50%;
    background: #E6EAF2;
    opacity: 1;
}
.swiper-pagination-bullet-active {
    opacity: 1;
    background: var(--turuncu);
}

/*------------------zenginicerik----------------------*/

#zenginicerik {
	position:relative;
	padding:18px 0px 18px 0px;
	margin-top:130px;
}
#zenginicerik .alan {
	position:relative;
	padding:100px 47px;
	border-radius: 20px;
	background-size:auto 100% !important;
	background-position:left center !important;
	background-repeat:no-repeat !important;
}
#zenginicerik .yazi1 {
	color: #EBC7AE;
	font-size: 28px;
	font-style: normal;
	font-weight: 400;
	line-height: 48px; /* 171.429% */
	margin-bottom:16px;
}
#zenginicerik .yazi2 {
	color: #FFF;
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: 27px; /* 180% */
	padding-bottom:56px;
	margin-bottom:34px;
	border-bottom:1px solid rgba(255, 255, 255, 0.10);
}
#zenginicerik .yazi3 {
	color: #EBC7AE;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 100%; /* 20px */
	margin-bottom:28px;
}
#zenginicerik .yazi4 {
	display:flex;
	justify-content:space-between;
	grid-gap:10px;
	color: #FFF;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 100%; /* 16px */
}

/*------------------urunlerimiz----------------------*/

#urunlerimiz {
	position:relative;
	padding:82px 0px 82px 0px;
	background:#E6EAF2;
}
#urunlerimiz .baslik {
	color: #291571;
	text-align: center;
	font-size: 28px;
	font-style: normal;
	font-weight: 600;
	line-height: 48px; /* 171.429% */
	margin-bottom:40px;
}
#urunlerimiz .item {
	position:relative;
	display:flex;
	flex-wrap:wrap;
	align-items:center;
	border-radius: 20px;
	background: #FFF;
	height:100%;
}
#urunlerimiz .item.active {
	background: #291571;
}
#urunlerimiz .item .resim {
	width:50%;
	height:100%;
    object-fit: cover;
	object-position:left center;
}
#urunlerimiz .item .yazi {
	width:50%;
	padding:10% 0px 10% 10%;
}
#urunlerimiz .item .yazi img {
	height:19px;
	margin-bottom:15px;
}
#urunlerimiz .item.active .yazi img {
	filter:brightness(100);
}
#urunlerimiz .item .yazi .adi {
	color: #16194B;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: 27px; /* 192.857% */
	margin-bottom:25px;
}
#urunlerimiz .item .yazi .desc {
	color: #16194B;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 27px; /* 192.857% */
	margin-bottom:35px;
	opacity: 0.7;
}
#urunlerimiz .item.active .yazi .desc {
	color: #fff;
}
#urunlerimiz .item .yazi .buton {
	display:flex;
	align-items:Center;
	grid-gap:8px;
	color: #DD8B52;
	font-size: 13px;
	font-style: normal;
	font-weight: 400;
	line-height: 100%; /* 13px */
}
#urunlerimiz .item.active .yazi .buton {
	color: #fff;
}
#urunlerimiz .item .yazi .buton i {
	font-size: 23px;
}
#urunlerimiz .ozellikler {
	position:relative;
	padding:28px 28px 28px 182px;
	border-radius: 20px;
	background: #FFF;	
	display:none;
	grid-gap:20px;
	margin-top:40px;
}
#urunlerimiz .ozellikler.active {
	display:flex;
}
#urunlerimiz .ozellikler .circ {
	position:absolute;
	top:calc(50% - 60px);
	left:28px;
	width:120px;
}
#urunlerimiz .ozellikler .ozellik small {
	display:block;
	color: #291571;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 100%; /* 12px */
	opacity: 0.5;
}
#urunlerimiz .ozellikler .ozellik b {
	display:block;
	color: #291571;
	font-size: 22px;
	font-style: normal;
	font-weight: 300;
	line-height: 100%; /* 22px */
}

/*------------------kliniknerede----------------------*/

#kliniknerede {
	position:relative;
	padding:200px 0px 200px 0px;
	background-size:auto 100% !important;
	background-repeat:no-repeat !important;
	background-position:right center !important;
	z-index:20;
}
#kliniknerede:before {
	position:absolute;
	content:"";
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	background: linear-gradient(90deg, #0C46CB 0%, rgba(33, 100, 255, 0.00) 89.43%);
	z-index:-1;
}
#kliniknerede .yazi1 {
	color: #FFF;
	font-size: 24px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	margin-bottom:16px;
}
#kliniknerede .yazi2 {
	color: #FFF;
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: 21px; /* 140% */
	opacity: 0.9;
	margin-bottom:50px;
}
#kliniknerede form {
	display:flex;
	align-items:center;
	flex-wrap:wrap;
    height: 44px;
	border:1px solid rgba(255, 255, 255, 0.30);
	border-radius:22px;
}
#kliniknerede form .btn {
	width:10%;
    height: 44px;
	color:#fff;
}
#kliniknerede form .select {
	position:relative;
	width:45%;
    height: 44px;
	border-right:1px solid rgba(255, 255, 255, 0.30);
}
#kliniknerede form .select:before {
	position:absolute;
	content:"\f107";
	top:0px;
	right:0px;
	width:44px;
	height:44px;
	display:flex;
	align-items:center;
	justify-content:center;
	font-family: 'Line Awesome Free';
    font-weight: 900;
	font-size:18px;
	color:#fff;
}
#kliniknerede form .form-control {
    height: 44px;
	background:transparent;
	border:0px;
	color:#fff;
}
#kliniknerede form select option {
  background: var(--anarenk);
  color: #fff;
}

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

#videolar {
	position:relative;
	padding:120px 0px 120px 0px;
	z-index:20;
	background:#fff;
}
#videolar:before {
	position:absolute;
	content:"";
	top:0px;
	left:0px;
	width:70%;
	height:100%;
	background: #16194B;
	z-index:-1;
}
#videolar.page:before {
	position:absolute;
	content:"";
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	background: #16194B;
	z-index:-1;
	opacity:1;
}
#videolar .logo {
	margin-bottom:auto;
}
#videolar .logo img {
	height:126px;
	filter:invert(1);
}
#videolar .ust {
	display:flex;
	align-items:center;
	padding-right:66px;
	margin-bottom:34px;
}
#videolar .ust b {
	color: #FFF;
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	line-height: 100%; /* 20px */
	margin-right:auto;
}
#videolar .ust a {
	color: #FFF;
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: 100%; /* 15px */
	text-decoration-line: underline;
}
#videolar .ust a.deactive {
	opacity:0.5;
}
#videolar .slide {
	position:relative;
	display:flex;
	flex-wrap:wrap;
	align-items:center;
}
#videolar .slide .swiper {
	width:calc(100% - 66px);
}
#videolar .slide .butonlar {
	width:66px;
	display:flex;
	flex-direction:column;
	align-items:center;
	justify-content:center;
	grid-gap:18px;
}
#videolar .slide .butonlar div {
	width:26px;
	height:26px;
	display:flex;
	align-items:center;
	justify-content:center;
	background:rgba(168, 170, 181, 1);
	font-size:14px;
	color:var(--anarenk);
	border-radius:50%;
}
#videolar .slide .butonlar div:hover {
	background:var(--turuncu);
	color:var(--anarenk);
}

.videoitem {
	position:relative;
	display:block;
}
.videoitem .resim {
	width:100%;
	aspect-ratio:270/167;
	max-height:800px;
	object-fit:cover;
	border-radius:10px;
}
.videoitem .bilgi {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border-radius:10px;
	background: linear-gradient(180deg, rgba(22, 25, 75, 0.00) 0%, rgba(22, 25, 75, 0.60) 100%);
	padding:21px 29px;
	display:flex;
	align-items:flex-end;
}
.videoitem .bilgi .adi {
	color: #FFF;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.videoitem.buyuk .bilgi .adi {
	color: #FFF;
	font-size: 28px;
	font-style: normal;
	font-weight: 400;
	line-height: 48px; /* 171.429% */
}
.videoitem .icon {
	position:absolute;
	top:21px;
	right:29px;
	width:36px;
	height:36px;
}
.videoitem.buyuk .icon {
	position:absolute;
	top:calc(50% - 34px);
	right:calc(50% - 34px);
	width:68px;
	height:68px;
}
.videoitem .icon img {
	width:100%;
}

/*------------------beforeafter----------------------*/

#beforeafter {
	position:relative;
	padding:40px 0px 40px 0px;
	z-index:20;
	background:#fff;
}
#beforeafter .logo {
	text-align:center;
	margin-bottom:8px;
}
#beforeafter .logo img {
	height:14px;
}
#beforeafter .baslik {
	color: #291571;
	text-align:center;
	font-size: 28px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	margin-bottom:28px;
}
#beforeafter .slide {
	position:relative;
	padding:0px 30px;
}
#beforeafter .item {
	position:relative;
	display:block;
}

#beforeafter .item img {
	width:100%;
	aspect-ratio:412/310;
	max-height:700px;
	object-fit:cover;
	object-position:center;
}

#beforeafter .slide .beforeafter-button-prev ,
#beforeafter .slide .beforeafter-button-next 
{
	position:absolute;
	top:calc(50% - 13px);
	width:26px;
	height:26px;
	display:flex;
	align-items:center;
	justify-content:center;
	background:rgba(168, 170, 181, 1);
	font-size:14px;
	color:var(--anarenk);
	border-radius:50%;
}
#beforeafter .slide .beforeafter-button-prev:hover ,
#beforeafter .slide .beforeafter-button-next:hover 
{
	background:var(--turuncu);
	color:var(--anarenk);
}
#beforeafter .slide .beforeafter-button-next 
{
	right:0px;
}
#beforeafter .slide .beforeafter-button-prev 
{
	left:0px;
}

/*------------------referanslar----------------------*/

#referanslar {
	position:relative;
	padding:40px 0px 40px 0px;
	z-index:20;
	background:#fff;
}
#referanslar .logo {
	text-align:center;
	margin-bottom:8px;
}
#referanslar .logo img {
	height:14px;
}
#referanslar .baslik {
	color: #291571;
	text-align:center;
	font-size: 28px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	margin-bottom:28px;
}
#referanslar .slide {
	position:relative;
	padding:0px 30px;
}
#referanslar .item {
	position:relative;
	display:block;
}

#referanslar .item img {
	width:100%;
	aspect-ratio:310/310;
	max-height:700px;
	object-fit:contain;
	object-position:center;
}

#referanslar .slide .referanslar-button-prev ,
#referanslar .slide .referanslar-button-next 
{
	position:absolute;
	top:calc(50% - 13px);
	width:26px;
	height:26px;
	display:flex;
	align-items:center;
	justify-content:center;
	background:rgba(168, 170, 181, 1);
	font-size:14px;
	color:var(--anarenk);
	border-radius:50%;
}
#referanslar .slide .referanslar-button-prev:hover ,
#referanslar .slide .referanslar-button-next:hover 
{
	background:var(--turuncu);
	color:var(--anarenk);
}
#referanslar .slide .referanslar-button-next 
{
	right:0px;
}
#referanslar .slide .referanslar-button-prev 
{
	left:0px;
}

/*------------------bloglar----------------------*/

#bloglar {
	position:relative;
	padding:70px 0px 70px 0px;
	z-index:20;
	background:url('../img/filigran-2.png') #E6EAF2;
}
#bloglar .katman1 {
	display:flex;
	align-items:center;
	margin-bottom:10px;
}
#bloglar .katman1 .ustbaslik {
	color: #A8AAB5;
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	letter-spacing: 16.8px;
	margin-right:auto;
}
#bloglar .katman1 .git {
	color: #291571;
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: 100%; /* 15px */
	text-decoration-line: underline;
}
#bloglar .katman2 {
	display:flex;
	align-items:center;
	margin-bottom:56px;
}
#bloglar .katman2 .altbaslik {
	color: #291571;
	font-size: 28px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	margin-right:auto;
}

#bloglar .katman2 .butonlar {
	display:flex;
	align-items:center;
	justify-content:center;
	grid-gap:18px;
}
#bloglar .katman2 .butonlar div {
	width:26px;
	height:26px;
	display:flex;
	align-items:center;
	justify-content:center;
	background:rgba(168, 170, 181, 1);
	font-size:14px;
	color:var(--anarenk);
	border-radius:50%;
}
#bloglar .katman2 .butonlar div:hover {
	background:var(--turuncu);
	color:var(--anarenk);
}

.swiper-slide .blogitem {
	scale: 0.9;
    opacity: 0.5;
}
.swiper-slide-active .blogitem {
	scale: 1;
    opacity: 1;
}

.blogitem {
	position:relative;
	display:flex;
	flex-wrap:wrap;
	align-items:center;
	border-radius: 12px;
	background: #FFF;
	padding:10px;
}
.blogitem .resim {
	width:50%;
	aspect-ratio:454/300;
	max-height:600px;
	object-fit:cover;
	object-position:center;
	border-radius:6px;
}
.blogitem .sag {
	width:50%;
	padding:0px 30px;
}
.blogitem .sag .ust {
	display:flex;
	align-items:center;
	margin-bottom:12px;
}
.blogitem .sag .ust .tarih {
	color: #16194B;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 21px; /* 175% */
	opacity: 0.5;
	margin-right:auto;
}
.blogitem .sag .ust .oneriyor {
	padding:6px 10px;
	border-radius: 4px;
	background: #EBC7AE;
	color: #291571;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 100%; /* 12px */
}
.blogitem .sag .baslik {
	color: #16194B;
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin-bottom:10px;
}
.blogitem .sag .desc {
	color: #16194B;
	font-family: Outfit;
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: 21px; /* 140% */
	opacity: 0.5;
	margin-bottom:10px;
}
.blogitem .sag .buton {
	display:flex;
	align-items:center;
	grid-gap:10px;
	color: #16194B;
	font-size: 13px;
	font-style: normal;
	font-weight: 400;
	line-height: 100%; /* 13px */
}
.blogitem .sag .buton i {
	font-size: 20px;
}

/*------------------medya----------------------*/

#medya {
	position:relative;
	padding:80px 0px 80px 0px;
	z-index:20;
	background:#fff;
	border-bottom:1px solid #E6EAF2;
}
#medya .ust {
	display:flex;
	align-items:center;
	margin-bottom:40px;
}
#medya .ust .baslik {
	color: #291571;
	font-size: 28px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	margin-right:auto;
}
#medya .ust .git {
	color: #291571;
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: 100%; /* 15px */
	text-decoration-line: underline;
}
#medya .sag {
	display:flex;
	flex-direction:column;
	justify-content:space-between;
	grid-gap:20px;
	height:100%;
	padding:36px;
	border-radius: 10px;
	background: #F1F4F8;
}
.medyaitem1 {
	position:relative;
	display:block;
}
.medyaitem1 .resim {
	width:100%;
	aspect-ratio:502/322;
	max-height:600px;
	object-fit:cover;
	object-position:center;
	border-radius: 10px;
	margin-bottom:20px;
}
.medyaitem1 .bilgi {
}
.medyaitem1 .bilgi .kurulus {
	display:flex;
	flex-wrap:wrap;
	align-items:center;
	margin-bottom:20px;
}
.medyaitem1 .bilgi .kurulus .logo {
	width:74px;
	aspect-ratio:74/46;
	object-fit:contain;
	padding:15px;
	border-radius:6px;
	border: 1px solid #D8DCE4;
	background: #FFF;
}
.medyaitem1 .bilgi .kurulus .tarih {
	width:calc(100% - 74px);
	padding-left:15px;
}
.medyaitem1 .bilgi .kurulus .tarih small {
	display:block;
	color: #A8AAB5;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.medyaitem1 .bilgi .kurulus .tarih b {
	display:block;
	color: #16194B;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.medyaitem1 .bilgi .adi {
	color: #291571;
	font-size: 21px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.medyaitem2 {
	position:relative;
	display:flex;
	flex-wrap:wrap;
	align-items:center;
}
.medyaitem2 .resim {
	width:154px;
	aspect-ratio:154/99;
	max-height:600px;
	object-fit:cover;
	object-position:center;
	border-radius: 10px;
}
.medyaitem2 .bilgi {
	width:calc(100% - 154px);
	padding-left:20px;
}
.medyaitem2 .bilgi .kurulus {
	display:flex;
	flex-wrap:wrap;
	align-items:center;
	margin-bottom:10px;
}
.medyaitem2 .bilgi .kurulus .logo {
	width:74px;
	aspect-ratio:74/46;
	object-fit:contain;
	padding:15px;
	border-radius:6px;
	border: 1px solid #D8DCE4;
	background: #FFF;
}
.medyaitem2 .bilgi .kurulus .tarih {
	width:calc(100% - 74px);
	padding-left:15px;
}
.medyaitem2 .bilgi .kurulus .tarih small {
	display:block;
	color: #A8AAB5;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.medyaitem2 .bilgi .kurulus .tarih b {
	display:block;
	color: #16194B;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.medyaitem2 .bilgi .adi {
	color: #291571;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}

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

#yorumlar {
	position:relative;
	padding:70px 0px 70px 0px;
	z-index:20;
	background:#fff;
}
#yorumlar .katman1 {
	display:flex;
	align-items:center;
	margin-bottom:10px;
}
#yorumlar .katman1 .ustbaslik {
	color: #A8AAB5;
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	letter-spacing: 16.8px;
	margin-right:auto;
}
#yorumlar .katman1 .ustbaslik img {
	height:14px;
}
#yorumlar .katman1 .git {
	color: #291571;
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: 100%; /* 15px */
	text-decoration-line: underline;
}
#yorumlar .katman2 {
	display:flex;
	align-items:center;
	margin-bottom:56px;
}
#yorumlar .katman2 .altbaslik {
	color: #291571;
	font-size: 28px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	margin-right:auto;
}

#yorumlar .katman2 .butonlar {
	display:flex;
	align-items:center;
	justify-content:center;
	grid-gap:18px;
}
#yorumlar .katman2 .butonlar div {
	width:26px;
	height:26px;
	display:flex;
	align-items:center;
	justify-content:center;
	background:rgba(168, 170, 181, 1);
	font-size:14px;
	color:var(--anarenk);
	border-radius:50%;
}
#yorumlar .katman2 .butonlar div:hover {
	background:var(--turuncu);
	color:var(--anarenk);
}


.yorumitem {
	position:relative;
	display:flex;
	flex-wrap:wrap;
	align-items:flex-start;
	border-radius: 8px;
	border: 1px solid #E6EAF2;
	background: #FFF;
	padding:24px;
}
.yorumitem .resim {
	width:70px;
	aspect-ratio:1/1;
	object-fit:cover;
	object-position:center;
	border-radius:50%;
}
.yorumitem .sag {
	width:calc(100% - 70px);
	padding-left:20px;
}
.yorumitem .sag .ust {
	display:flex;
	align-items:center;
	margin-bottom:12px;
}
.yorumitem .sag .ust .adi {
	color: #16194B;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin-right:auto;
}
.yorumitem .sag .ust .adi span {
	display:block;
	color: #16194B;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.yorumitem .sag .ust .oneriyor {
	padding:6px 10px;
	border-radius: 4px;
	background: #EBC7AE;
	color: #291571;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 100%; /* 12px */
	margin-bottom:5px;
}
.yorumitem .sag .ust .tarih {
	display:block;
	text-align:right;
	color: #16194B;
	font-size: 11px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.yorumitem .sag .yorum {
	color: #16194B;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 21px; /* 150% */
	opacity: 0.5;
}

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

#footer {
	position:relative;
	z-index:20;
}
#footer .ust {
	position:relative;
	padding:68px 0px 28px 0px;
	background: #16194B;
}
#footer .bilgi1 {
	color: #FFF;
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: 100%; /* 18px */
	margin-bottom:8px;
}
#footer .bilgi2 {
	color: #FFF;
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 22.5px */
	margin-bottom:8px;
}
#footer .bilgi3 {
	color: #FFF;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 100%; /* 12px */
	opacity: 0.4;
	margin-bottom:8px;
}
#footer .sosyal {
	display:flex;
	align-items:center;
	grid-gap:10px;
	margin-top:8px;
	margin-bottom:auto;
}
#footer .sosyal a {
	font-size:20px;
	color:rgba(255, 255, 255, 0.7);
}
#footer .sosyal a:hover {
	font-size:20px;
	color:var(--anarenk);
}
#footer .logolar img {
	max-width:100%;
	max-height:25px;
}
#footer .menubas {
	display:block;
	color: #FFF;
	font-size: 15px;
	font-style: normal;
	font-weight: 500;
	line-height: 100%; /* 15px */
	margin-bottom:15px;
}
#footer .menulink {
	display:block;
	color: #FFF;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 100%; /* 14px */
	margin-bottom:15px;
}
#footer .menulink:hover {
	color: #DD8B52;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 100%; /* 14px */
	text-decoration-line: underline;
}
#footer .banner {
	position:relative;
	display:flex;
	flex-direction:column;
	align-items:flex-start;
	padding:30px;
	height:442px;
	border-radius: 14px;
	margin-bottom:-80px;
	background-size:100% auto !important;
	background-position:center bottom !important;
	background-repeat:no-repeat !important;
}
#footer .banner .logo {
	height:14px;
	margin-bottom:19px;
}
#footer .banner .yazi1 {
	width:40%;
	color: #DD8B52;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin-bottom:19px;
}
#footer .banner .circ {
	position:absolute;
	bottom:20%;
	left:-60px;
	width:120px;
	height:120px;
}
#footer iframe {
	width:100%;
	height:200px;
	border-radius:16px;
}
#footer .alt {
	padding:30px 0px;
}
#footer .altic  {
	display:flex;
	align-items:center;
}
#footer .alt .copy {
	color: #16194B;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 100%; /* 14px */
	margin-right:auto;
}

#footer .formbas {
	color: #EBC7AE;
	font-size: 28px;
	font-style: normal;
	font-weight: 600;
	line-height: 48px; /* 171.429% */
	margin-bottom:29px;
}
#footer .form .form-control {
	border-radius: 6px;
	border: 1px solid rgba(255, 255, 255, 0.10);
	background: #16194B;
	color:#fff;
	height:55px;
}
#footer .form .form-check-label {
	color:#fff;
}

/*------------------urunust----------------------*/

#urunust {
	position:relative;
	z-index:20;
	background:var(--anarenk);
}
#urunust .alan {
	position:relative;
	z-index:20;
	padding-top:40px;
}
#urunust .alan .resim {
	width:100%;
}
#urunust .alan .logo {
	margin-bottom:18px;
}
#urunust .alan .logo img {
	height:18px;
    filter: brightness(100);
}
#urunust .alan .yazi1 {
	color: #FFF;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 27px; /* 192.857% */
}

#urunust .ozellikler {
	position:absolute;
	bottom:40px;
	left:0px;
	padding:28px 28px 28px 182px;
	border-radius: 20px;
	background: #FFF;	
	display:flex;
	grid-gap:20px;
	margin-top:40px;
}
#urunust .ozellikler .circ {
	position:absolute;
	top:calc(50% - 60px);
	left:28px;
	width:120px;
}
#urunust .ozellikler .ozellik small {
	display:block;
	color: #291571;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 100%; /* 12px */
	opacity: 0.5;
}
#urunust .ozellikler .ozellik b {
	display:block;
	color: #291571;
	font-size: 22px;
	font-style: normal;
	font-weight: 300;
	line-height: 100%; /* 22px */
}


/*------------------faydalar----------------------*/

#faydalarpage {
	position:relative;
	padding:38px 0px 38px 0px;
	background:#fff;
}
#faydalarpage .resim {
	width:100%;
}
#faydalarpage .yazi1 {
	color: #291571;
	font-size: 28px;
	font-style: normal;
	font-weight: 600;
	line-height: 48px; /* 171.429% */
	margin-bottom:3px;
}
#faydalarpage .yazi2 {
	color: #DD8B52;
	font-size: 19px;
	font-style: normal;
	font-weight: 400;
	line-height: 130%; /* 24.7px */
	margin-bottom:45px;
}
#faydalarpage .item {
	display:flex;
	align-items:center;
	flex-wrap:wrap;
	border-radius: 10px;
	background: #F5F7FB;
	padding:29px;
}
#faydalarpage .item .no {
	display:flex;
	align-items:center;
	justify-content:center;
	width:52px;
	height:52px;
	border-radius:50%;
	background: #EBC7AE;
	color: #16194B;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 130%; /* 26px */
}
#faydalarpage .item .yazi {
	width:calc(100% - 52px);
	padding-left:15px;
	color: #291571;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 130%; /* 18.2px */
}



/*------------------kliniknerede----------------------*/

#klinikneredepage {
	position:relative;
	padding:100px 0px 100px 0px;
	background-size:auto 100% !important;
	background-repeat:no-repeat !important;
	background-position:center center !important;
	z-index:20;
}
#klinikneredepage .yazi1 {
	color: #FFF;
	text-align:center;
	font-size: 24px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	margin-bottom:16px;
}
#klinikneredepage .yazi2 {
	color: #FFF;
	text-align:center;
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: 21px; /* 140% */
	opacity: 0.9;
	margin-bottom:50px;
}
#klinikneredepage form {
	position:absolute;
	bottom:-30px;
	left:calc(50% - 200px);
	width:400px;
	max-width:100%;
	display:flex;
	align-items:center;
	flex-wrap:wrap;
    height: 54px;
	border:1px solid rgba(255, 255, 255, 0.30);
	border-radius:40px;
	background:#fff;
	padding:0px 20px;
}
#klinikneredepage form .btn {
	width:10%;
    height: 54px;
	color:#000;
}
#klinikneredepage form .select {
	position:relative;
	width:45%;
    height: 54px;
	border-right:1px solid rgba(0, 0, 0, 0.30);
}
#klinikneredepage form .select:before {
	position:absolute;
	content:"\f107";
	top:0px;
	right:0px;
	width:54px;
	height:54px;
	display:flex;
	align-items:center;
	justify-content:center;
	font-family: 'Line Awesome Free';
    font-weight: 900;
	font-size:18px;
	color:#000;
	z-index:1;
}
#klinikneredepage form .form-control {
	position:relative;
	z-index:3;
    height: 54px;
	background:transparent;
	border:0px;
	color:#000;
}

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

#klinikler {
	position:relative;
	padding:100px 0px 100px 0px;
	background: rgba(230, 234, 242, 0.60);
	z-index:10;
}
#klinikler .item {
	position:relative;
	padding:33px 30px;
	border-radius: 12px;
	background: #FFF;
}
#klinikler .item .adi {
	color: #291571;
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	margin-bottom:14px;
}
#klinikler .item .ililce {
	color: #291571;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	margin-bottom:29px;
}
#klinikler .item .bilgi {
	display:flex;
	flex-direction:column;
	grid-gap:20px;
	border-radius: 7px;
	padding: 20px 0px 20px 44px;
	background: rgba(22, 25, 75, 0.1);
}
#klinikler .item .bilgi .adres {
	color: #16194B;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
#klinikler .item .bilgi .tel {
	padding-left:20px;
	border-left: 2px solid #A8AAB5;
	color: #16194B;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-decoration-line: underline;
}

/*------------------bloglarust----------------------*/

#bloglarust {
	position:relative;
	padding:60px 0px 60px 0px;
	z-index:10;
	background:#fff;
}
#bloglarust:before {
	position:absolute;
	content:"";
	top:0px;
	left:0px;
	width:100%;
	height:50%;
	background: #F1F2F5;
	z-index:-1;
}
#bloglarust .resim {
	position:relative;
}
#bloglarust .resim img {
	width:100%;
	aspect-ratio:646/465;
	max-height:800px;
	object-fit:cover;
	object-position:center;
	border-radius:20px;
}
#bloglarust .resim span {
	position:absolute;
	top:38px;
	left:41px;
	padding:10px 16px;
	border-radius: 4px;
	background: #FFF;
	color: #291571;
	font-size: 14px;
	font-style: normal;
	font-weight: 300;
	line-height: normal;
}
#bloglarust .tarih {
	color: #291571;
	font-size: 13px;
	font-style: normal;
	font-weight: 400;
	line-height: 18.328px; /* 140.984% */
	margin-bottom:27px;
}
#bloglarust .tarih small {
	color: #A8AAB5;
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: 21px; /* 140% */
	margin-right:10px;
}
#bloglarust .adi {
	position:relative;
	z-index:20;
	padding:40px;
	background: #FFF;
	margin-bottom:27px;
	margin-left:-80px;
	color: #291571;
	font-size: 40px;
	font-style: normal;
	font-weight: 300;
	line-height: normal;
	text-align: justify;
}
#bloglarust .desc {
	color: #16194B;
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: 21px; /* 140% */
	text-align: justify;
	margin-bottom:27px;
}

#bloglarust .butonlar {
	position:absolute;
	top:100px;
	right:0px;
	z-index:30;
	width:40px;
	display:flex;
	flex-direction:column;
	align-items:center;
	justify-content:center;
	grid-gap:18px;
}
#bloglarust .butonlar div {
	width:26px;
	height:26px;
	display:flex;
	align-items:center;
	justify-content:center;
	background:rgba(168, 170, 181, 1);
	font-size:14px;
	color:var(--anarenk);
	border-radius:50%;
}
#bloglarust .butonlar div:hover {
	background:var(--turuncu);
	color:var(--anarenk);
}

/*------------------bloglarpage----------------------*/

#bloglarpage {
	position:relative;
	padding:30px 0px 30px 0px;
	z-index:10;
	background:#fff;
}
#bloglarpage .baslik {
	color: #291571;
	font-size: 40px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin-bottom:40px;
}
#bloglarpage .item {
	position:relative;
	display:block;
	padding:26px;
	border-radius: 34.91px;
	border: 0.873px solid transparent;
}
#bloglarpage .item:hover {
	border: 0.873px solid #E0E2E8;
	background: rgba(241, 242, 245, 0.60);
}
#bloglarpage .item .resim {
	position:relative;
	display:block;
	margin-bottom:23px;
}
#bloglarpage .item .resim:before {
	position:absolute;
	content:"";
	bottom:0px;
	left:0px;
	width:100%;
	height:50%;
	opacity: 0.5;
	background: linear-gradient(180deg, rgba(58, 78, 133, 0.00) 0%, #3A4E85 100%);
	border-radius: 17.455px;
	z-index:1;
}
#bloglarpage .item .resim img {
	width:100%;
	aspect-ratio:363/242;
	max-height:500px;
	object-fit:cover;
	object-position:center;
	border-radius: 17.455px;
}
#bloglarpage .item .resim span {
	position:absolute;
	bottom:19px;
	left:calc(50% - 20px);
	display:flex;
	align-items:center;
	justify-content:center;
	transform:rotate(-45deg);
	width:40px;
	height:40px;
	border-radius:20px;
	background:#fff;
	font-size:20px;
	color:#000;
	z-index:2;
}
#bloglarpage .item .tarih {
	color: #291571;
	font-size: 13px;
	font-style: normal;
	font-weight: 400;
	line-height: 18.328px; /* 140.984% */
	margin-bottom:23px;
}
#bloglarpage .item .tarih small {
	color: #A8AAB5;
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: 21px; /* 140% */
	margin-right:10px;
}
#bloglarpage .item .adi {
	color: #291571;
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	margin-bottom:23px;
}
#bloglarpage .item .desc {
	color: #16194B;
	text-align: justify;
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: 18.328px;
	opacity: 0.7;
}
/*------------------blogdetay----------------------*/

#blogdetay {
	position:relative;
	padding:60px 0px 60px 0px;
	z-index:10;
	background:#fff;
}
#blogdetay:before {
	position:absolute;
	content:"";
	top:0px;
	left:0px;
	width:100%;
	height:20%;
	background: #F1F2F5;
	z-index:-1;
}
#blogdetay .resim {
	width:100%;
	aspect-ratio:625/417;
	max-height:800px;
	object-fit:cover;
	object-position:center;
	border-radius:20px;
	margin-bottom:27px;
}
#blogdetay .katman1 {
	display:flex;
	align-items:center;
	margin-bottom:27px;
}
#blogdetay .katman1 .tarih {
	color: #291571;
	font-size: 13px;
	font-style: normal;
	font-weight: 400;
	line-height: 18.328px; /* 140.984% */
	margin-right:auto;
}
#blogdetay .katman1 .tarih small {
	color: #A8AAB5;
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: 21px; /* 140% */
	margin-right:10px;
}
#blogdetay .katman1 .sosyal {
	display:flex;
	align-items:center;
	grid-gap:10px;
}
#blogdetay .katman1 .sosyal small {
	color: #291571;
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}
#blogdetay .katman1 .sosyal a {
	display: flex;
	width:40px;
	height:40px;
	align-items:center;
	justify-content:center;
	border-radius: 11px;
	border: 1px solid rgba(168, 170, 181, 0.40);
	font-size:20px;
	color:rgba(168, 170, 181, 0.40);
}
#blogdetay .katman1 .sosyal a:hover {
	border: 1px solid var(--anarenk);
	color:var(--anarenk);
}
#blogdetay .adi {
	color: #291571;
	font-size: 28px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin-bottom:27px;
}

/*------------------sss----------------------*/

#sss {
	position:relative;
	padding:80px 0px 80px 0px;
	z-index:20;
	background:#fff;
}
#sss .baslik {
	color: #291571;
	text-align:center;
	font-size: 44px;
	font-style: normal;
	font-weight: 500;
	line-height: 100%; /* 44px */
	margin-bottom:80px;
}
#sss .accordion-item {
    background-color: #fff;
    border: 0px solid rgba(0, 0, 0, .125);
    border-bottom: 1px solid #DCDCDC;
}
#sss .accordion-button {
	color: #291571;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
#sss .accordion-button:not(.collapsed) {
    color: #291571;
    background-color: #fff;
    box-shadow: inset 0 -1px 0 rgba(0,0,0,0);
}
#sss .sag {
    position:relative;
	border-radius: 20px;
	background: #291571;
	padding:27px;
	display:flex;
	flex-direction:column;
	justify-content:center;
	align-items:center;
	grid-gap:20px;
}
#sss .sag .yazi1 {
	color: #FFF;
	text-align: center;
	font-size: 12px;
	font-style: normal;
	font-weight: 600;
	line-height: 130%; /* 15.6px */
	letter-spacing: 12px;
}
#sss .sag .yazi2 {
	color: #FFF;
	text-align: center;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: 130%; /* 23.4px */
}
#sss .sag .yazi3 {
	color: #FFF;
	text-align: center;
	font-size: 13px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	opacity: 0.7;
}
#sss .sag .telefonnn {
	display:flex;
	align-items:center;
	grid-gap:15px;
	padding:0px 25%;
}
#sss .sag .telefonnn img {
	width:40px;
}
#sss .sag .telefonnn div small {
	display:block;
	color: #FFF;
	font-size: 11px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
#sss .sag .telefonnn div b {
	display:block;
	color: #FFF;
	font-size: 15px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
#sss .sag .buton {
	border-radius: 6px;
	background: #FFF;
	padding:12px;
	text-align:center;
	width:100%;
}
#sss .sag .buton small {
	display:block;
	color: #291571;
	font-size: 11px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
#sss .sag .buton b {
	display:block;
	color: #291571;
	font-size: 15px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}