@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;
}
h1 {
	font-size:50px;
	font-weight:400;
	line-height:56px;
	margin-bottom:10px;
}
h2 {
	font-size:30px;
	font-weight:700;
	line-height:39px;
	margin-bottom:10px;
}
h3 {
	font-size:20px;
	font-weight:700;
	line-height:26px;
	margin-bottom:10px;
}
h4 {
	font-size:18px;
	font-weight:500;
	line-height:24px;
	margin-bottom:10px;
}
h5 {
	font-size:16px;
	font-weight:700;
	line-height:23px;
	margin-bottom:10px;
}
h6 {
	font-size:14px;
	font-weight:500;
	line-height:18px;
	margin-bottom:10px;
}
p {
	font-size:16px;
	font-weight:400;
	line-height:25px;
	margin-bottom:10px;
}
main {
	overflow:hidden;
	width:calc(100vw - 5px);
	min-height:100vh;
}

body {
	position:relative;
    font-family: "Red Hat Display", system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, "Apple Color Emoji", "Segoe UI Emoji", sans-serif;
}
tbody, td, tfoot, th, thead, tr {
    border-color: #000000;
    border-style: solid;
    border-width: 0;
    border: solid 1px #000;
    padding: 10px;
}

/* Varsayılan: gizli (mobil/tablet) */
.topbar { display: none; }

/* Masaüstü (≥992px): göster */
@media (min-width: 992px) {
  .topbar {
    display: block;
    background: #fff;
    border-bottom: 1px solid rgba(0,0,0,.06);
    font-size: 14px;
  }
  .topbar__inner {
    max-width: 1200px; /* istersen container genişliğini değiştir */
    margin: 0 auto;
    padding: 10px 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
  }

  .topbar__left,
  .topbar__right {
    display: flex;
    align-items: center;
    gap: 18px;
    white-space: nowrap;
  }

  .topbar__item {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #222;
    text-decoration: none;
    transition: opacity .2s ease;
  }
  .topbar__item:hover { opacity: .8; }

  .social {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    text-decoration: none;
    color: #222;
    transition: transform .2s ease, opacity .2s ease;
  }
  .social:hover {
    transform: translateY(-1px);
    opacity: .85;
  }

  .icon {
    width: 40px;
    height: 40px;
    fill: currentColor;
    display: inline-block;
  }
}

/* İsteğe bağlı sabitleme:
.topbar { position: sticky; top: 0; z-index: 999; }
*/



:root {
  --anarenk: #5B6697;
  --kirmizi: #ea0005;
  --gri: #9D9E9D;
  --siyah: #1f1f1f;
  --krem: #fcfcf9;
  --pembe: #F90266;
}

/* 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 35px;
	height:52px;
	border-radius:30px;
	font-size: 17px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-align: center;
}
.btn-pembe {
	background:var(--pembe);
	border:1px solid var(--pembe);
	color:#fff;
}
.btn-pembe:hover {
	background:var(--anarenk);
	border:1px solid var(--anarenk);
	color:#fff;
}
.btn-ana {
	background:var(--anarenk);
	border:1px solid var(--anarenk);
	color:#fff;
}
.btn-ana:hover {
	background:var(--pembe);
	border:1px solid var(--pembe);
	color:#fff;
}


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

.aciklama {
	margin-bottom:24px;
}
.aciklama h1 {
	font-weight: 600;
	font-size: 24px;
	line-height: 34px;
	color: var(--yesil);
	margin-bottom:14px;
}
.aciklama ul,ol {
	margin-bottom:10px;
}
.aciklama ul li ,
.aciklama ol li 
{
	position:relative;
	margin-left:15px;
	font-weight: 400;
	font-size: 17px;
	line-height: 24px;
	color: var(--yesil);
	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(--yesil);
	opacity: 1 !important;
}
.aciklama img {
	width:100% !important;
	border-radius:20px;
	object-fit:cover;
	margin-bottom:25px;
}
.aciklama h2 {
	font-weight: 700;
	font-size: 30px;
	line-height: 38px;
	color: var(--yesil);
	margin:10px 0px;
}
.aciklama h3 {
	font-weight: 700;
	font-size: 26px;
	line-height: 34px;
	color: var(--yesil);
	margin:10px 0px;
}
.aciklama h4 {
	font-weight: 700;
	font-size: 22px;
	line-height: 30px;
	color: var(--yesil);
	margin:10px 0px;
}
.aciklama h5 {
	font-weight: 700;
	font-size: 20px;
	line-height: 28px;
	color: var(--yesil);
	margin:10px 0px;
}

.aciklama p 
{
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
	color: var(--yesil);
	opacity: 1;
	margin-bottom:20px;
}
/*------------------header----------------------*/

#header {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	z-index:999;
	transition:all 0.3s ease;
}
#header.sabit {
	position:relative;
	transition:all 0.3s ease;
}
#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:6px 0px;
}
#header .alan .sol {
	width:calc(50% - 100px);
	display:flex;
	align-items:center;
	justify-content:flex-start;
	grid-gap:20px;
	background:var(--anarenk);
	border-radius:20px;
	padding:10px 20px;
}
#header .alan .orta {
	width:200px;
	display:flex;
	align-items:center;
	justify-content:center;
	grid-gap:20px;
}
#header .alan .sag {
	width:calc(50% - 100px);
	display:flex;
	align-items:center;
	justify-content:flex-end;
	grid-gap:20px;
	background:var(--anarenk);
	border-radius:20px;
	padding:10px 20px;
}
#header .alan .logo {
	text-align:center;
}
#header .alan .logo img {
	max-width:90%;
	max-height:90px;
}

#header .alan2 {
	display:flex;
	align-items:center;
	flex-wrap:wrap;
	padding:4px 0px;
	background: #f7f6f9;
	border-radius:0px 0px 20px 20px;
}
#header .alan2 .sol2 {
	width:calc(50% - 100px);
	display:flex;
	align-items:center;
	justify-content:flex-start;
    font-weight: 600;
	border-radius:20px;
	padding:6px 10px;
}
#header .alan2 .orta2 {
	width:200px;
	display:flex;
	align-items:center;
	justify-content:center;
	grid-gap:20px;
}
#header .alan2 .sag2 {
	width:calc(50% - 100px);
	display:flex;
	align-items:center;
	justify-content:flex-end;
	border-radius:20px;
	padding:6px 10px;
}
#header .alan2 .logo {
	text-align:center;
}
#header .alan2 .logo img {
	max-width:90%;
	max-height:104px;
}
#header .alan2 .sag2 .sosyal {
	display:flex;
	align-items:center;
	grid-gap:20px;
	justify-content:flex-end;
}
#header .alan2 .sag2 .sosyal a {
	color:#5b6697;
	font-size:20px;
}



#header .menu {
}
#header .menu ul {
	list-style:none;
	display:flex;
	align-items:center;
	grid-column-gap:18px;
}
#header .menu .link-li {
	position:relative;
}
#header .menu .link-item {
	position:relative;
	display:inline-block;
	color: #FFF;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
}
#header .menu .link-item:hover {
    color: #fff;
}

#header .menu .acilan {
	position:absolute;
	display:none;
	top:calc(100% - 5px);
	left:0px;
	width:250px;
	padding:15px 10px;
	border-radius: 0px;
	background: var(--pembe);
	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: #fff;
	padding:0px 10px;
}



#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;
	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: 17px;
	line-height: 24px;
	color: #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:35%;
	display:flex;
	align-items:center;
	justify-content:flex-start;
}

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

#mobilheader .alansag {
	width:35%;
	display:flex;
	align-items:center;
	justify-content:flex-end;
}
#mobilheader .btn {
    padding: 0px 0px 0px 0px;
}
#mobilheader .btn i {
	font-size:40px;
}
#mobilheader .logo {
	display:flex;
	align-items:center;
	justify-content:center;
	padding:5px;
}
#mobilheader .logo img {
	max-width:100%;
	max-height: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: 17px;
	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: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;
}
#slider .item .bilgi .yazi1 {
	color: #000;
	font-size: 50px;
	font-style: normal;
	font-weight: 300;
	line-height: normal;
	margin-bottom:5px;
}
#slider .item .bilgi .yazi2 {
	color: #000;
	font-size: 50px;
	font-style: normal;
	font-weight: 900;
	line-height: normal;
	margin-bottom:5px;
}
#slider .item .bilgi .yazi3 {
    color: #000;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 15px;
}
#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;
}
/*------------------hakkimizda----------------------*/

#hakkimizda {
	position:relative;
	padding:100px 0px;
}
#hakkimizda .resim {
	width:100%;
	border-bottom:2px solid var(--pembe);
}
#hakkimizda .yazi1 {
	color: #5B6697;
	font-size: 60px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-align:right;
}
#hakkimizda .yazi2 {
	color: #5B6697;
	font-size: 60px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-align:right;
}
#hakkimizda .yazi3 {
	color: #000;
	font-size: 17px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-align:right;
	margin-bottom:20px;
}
#hakkimizda .buton {
	text-align:right;
}
/*------------------anabaslik----------------------*/

.anabaslik {
	position:relative;
	text-align:center;
}
.anabaslik span {
	display:block;
	color: #000;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.anabaslik b {
	display:block;
	color: #000;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.anabaslik strong {
	display:block;
	color: #000;
	font-size: 17px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}
.anaaciklama {
	color: #000;
	font-size: 17px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-align:center;
}
/*------------------tedaviler----------------------*/

#tedaviler {
	position:relative;
	padding:100px 0px;
}
#tedaviler .anabaslik{
	margin-bottom:10px;
}
#tedaviler .anaaciklama{
	margin-bottom:50px;
}

.tedaviitem {
	position:relative;
	display:flex;
	flex-direction:column;
	grid-gap:10px;
	align-items:flex-start;
	height:100%;
	background:var(--pembe);
	padding:50px 50px;
}
.tedaviitem .adi {
	color: #FFF;
	font-size: 25px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}
.tedaviitem .desc {
	color: #FFF;
	font-size: 17px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin-bottom:20px;
}
.tedaviitem .btn {
	margin-top:auto;
}
.tedaviitem .ok {
	position:absolute;
	top:30px;
	right:30px;
	width:36px;
	height:36px;
	border-radius:50%;
	background:#fff;
	display:flex;
	align-items:center;
	justify-content:center;
	font-size:18px;
	color:#000;
}
.tedaviitem .ok i {
	transform:rotate(-45deg);
}
.tedaviitem .logo {
	position:absolute;
	bottom:30px;
	right:30px;
}
.tedaviitem .logo img {
	height:33px;
}
/*------------------secenekler----------------------*/

#secenekler {
	position:relative;
	padding:50px 0px;
	z-index:20;
}
#secenekler:before {
	position:absolute;
	content:"";
	top:0px;
	left:0px;
	width:100%;
	height:400px;
	background: linear-gradient(180deg, #F2F2F2 0%, rgba(242, 242, 242, 0.78) 75.4%, rgba(242, 242, 242, 0.00) 100%);
	z-index:-1;
}
#secenekler:after {
	position:absolute;
	content:"";
	top:0px;
	right:0px;
	width:100%;
	height:400px;
	background: url('../img/filigran-2.png');
	background-size:auto 100%;
	background-position:right bottom;
	background-repeat:no-repeat;
	z-index:-1;
}
#secenekler .anabaslik{
	margin-bottom:10px;
}
#secenekler .anaaciklama{
	margin-bottom:50px;
}
#secenekler .kutu {
	position:relative;
	display:flex;
	align-items:center;
	justify-content:center;
	flex-direction:column;
	height:100%;
	padding:70px 40px;
	background: #FFF;
	box-shadow:0px 0px 10px rgba(0,0,0,0.1); 
}
#secenekler .kutu b {
	color: #000;
	font-size: 31px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}
#secenekler .kutu small {
	color: #000;
	font-size: 17px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-align:center;
}
#secenekler .tablar {
	display:flex;
	align-items:center;
    justify-content: space-between;
	margin-bottom:30px;
}
#secenekler .tablar a {
	color: #000;
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	padding:8px 16px;
	border-bottom:2px solid transparent;
}
#secenekler .tablar a.active {
	color: var(--pembe);
	border-bottom:2px solid var(--pembe);
}
#secenekler .tab {
	display:none;
	padding:20px 0px;
}
#secenekler .tab.active {
	display:block;
}
#secenekler .listeler {
	display:flex;
	flex-direction:column;
	grid-gap:10px;
}
#secenekler .listeler .listebas {
	display:flex;
	flex-wrap:wrap;
	align-items:center;
}
#secenekler .listeler .listebas .icon {
	display:flex;
	align-items:center;
	justify-content:center;
	width:56px;
	height:56px;
	background:var(--pembe);
	font-size:40px;
	color:#fff;
}
#secenekler .listeler .listebas .yazi {
	width:calc(100% - 56px);
	padding-left:15px;
}
#secenekler .listeler .listebas .yazi b {
	display:block;
	color: #000;
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}
#secenekler .listeler .listebas .yazi small {
	display:block;
	color: #000;
	font-size: 17px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
#secenekler .listeler .liste {
	display:flex;
	flex-wrap:wrap;
	align-items:center;
	padding:20px 0px;
	border-bottom:1px solid var(--pembe);
}
#secenekler .listeler .liste:last-child {
	border-bottom:0px solid var(--pembe);
}
#secenekler .listeler .liste .icon {
	display:flex;
	align-items:center;
	justify-content:center;
	width:56px;
	height:56px;
	font-size:40px;
	color:#fff;
}
#secenekler .listeler .liste .yazi {
	width:calc(100% - 56px);
	padding-left:15px;
}
#secenekler .listeler .liste .yazi b {
	display:block;
	color: #000;
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}
#secenekler .listeler .liste .yazi small {
	display:block;
	color: #000;
	font-size: 17px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
/*------------------destek----------------------*/

#destek {
	position:relative;
	padding:50px 0px;
	z-index:20;
}
#destek .anabaslik{
	margin-bottom:10px;
}
#destek .anaaciklama{
	margin-bottom:50px;
}

#destek .listeler {
	display:flex;
	flex-direction:column;
	grid-gap:10px;
}
#destek .listeler .liste {
	display:flex;
	flex-wrap:wrap;
	align-items:center;
	background: #F2F2F2;
	padding:20px;
}
#destek .listeler .liste:nth-child(2n) {
	background: #fff;
}
#destek .listeler .liste .icon {
	display:flex;
	align-items:center;
	justify-content:center;
	width:56px;
	height:56px;
	font-size:40px;
	color:#000;
}
#destek .listeler .liste .yazi {
	width:calc(100% - 56px);
	padding-left:15px;
}
#destek .listeler .liste .yazi b {
	display:block;
	color: #000;
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}
#destek .listeler .liste .yazi small {
	display:block;
	color: #000;
	font-size: 17px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
/*------------------rehber----------------------*/

#rehber {
	position:relative;
	padding:100px 0px;
	z-index:20;
	background:#1A2550;
}
#rehber .anabaslik {
	margin-bottom:10px;
}
#rehber .anabaslik * {
	color:#fff !important;
}
#rehber .anaaciklama {
	margin-bottom:50px;
	color:#fff;
}
#rehber .anaaciklama {
	margin-bottom:50px;
	color:#fff;
}
#rehber .adim {
	display:flex;
	flex-direction:column;
	align-items:flex-start;
	grid-gap:20px;
	border-left:1px solid #fff;
	padding:0px 10px;
}
#rehber .adim .adi {
	color: #FFF;
	font-size: 22px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}
#rehber .adim .desc {
	color: #FFF;
	font-size: 17px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}
#rehber .adim .aciklama {
	color: #FFF;
	font-size: 17px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
#rehber .adim .no {
	color: #FFF;
	font-size: 68px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}
#rehber .uyari {
	display:flex;
	flex-wrap:wrap;
}
#rehber .uyari .icon {
	width:50px;
	font-size:48px;
	color:#fff;
}
#rehber .uyari .yazi {
	width:calc(100% - 50px);
	padding-left:10px;
	padding-top:20px;
}
#rehber .uyari .yazi b {
	color: #FFF;
	font-size: 17px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}
#rehber .uyari .yazi ul {
	padding-left:20px;
}
#rehber .uyari .yazi li {
	color: #FFF;
	font-size: 17px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
/*------------------sss----------------------*/

#sss {
	position:relative;
	padding:100px 0px;
	z-index:20;
}
#sss .anabaslik{
	margin-bottom:10px;
}
#sss .anaaciklama{
	margin-bottom:50px;
}

.accordion-item {
    background-color: #F2F2F2;
    border: 1px solid rgba(0, 0, 0, .125) !important;
	border-radius:30px !important;
	margin-bottom:20px;
	overflow:hidden;
}
.accordion-button {
    color: #000;
	font-weight:700;
    background-color: transparent !important;
}
.accordion-item:first-of-type .accordion-button {
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px);
}
.accordion-button:not(.collapsed) {
    color: #000;
    background-color: #e7f1ff;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .125);
}
/*------------------widget----------------------*/

#widget {
	position:relative;
	padding:10px 0px;
	z-index:20;
	background-size:cover !important;
	background-repeat:no-repeat !important;
}
#widget .yazi {
	color: #FFF;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-align:center;
	margin-bottom:20px;
}
/*------------------bizeyazin----------------------*/

#bizeyazin {
	position:relative;
	padding:100px 0px;
	z-index:20;
	background-size:100% auto !important;
	background-repeat:no-repeat !important;
	z-index:20;
}
#bizeyazin:before {
	position:absolute;
	content:"";
	bottom:0px;
	left:0px;
	width:100%;
	height:100%;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.00) 0%, #FFF, #FFF 100%);
	z-index:-1;
}
#bizeyazin .anabaslik{
	margin-bottom:10px;
}
#bizeyazin .anaaciklama{
	margin-bottom:50px;
}
#bizeyazin .iletbilgi{
	display:flex;
	flex-direction:column;
	align-items:center;
	grid-gap:10px;
	height:100%;
	background: #F2F2F2;
	padding:30px 50px;
}
#bizeyazin .iletbilgi .icon {
	font-size:40px;
	color:#000;
}
#bizeyazin .iletbilgi .adi {
	color: #000;
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}
#bizeyazin .iletbilgi .desc {
	color: #000;
	font-size: 17px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.form-control {
	border-radius:25px;
	height:50px;
}
textarea.form-control {
	border-radius:20px;
	height:100px;
}
/*------------------footer----------------------*/

#footer {
	position:relative;
	padding:60px 0px;
	z-index:20;
	background:#5B6697;
}

#footer:after {
	position:absolute;
	content:"";
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	background: url('../img/filigran-3.png');
	background-size:auto 100%;
	background-position:left bottom;
	background-repeat:no-repeat;
	z-index:-1;
}
#footer .menubas {
	display:block;
	color: #FFF;
	font-size: 17px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}
#footer .menulink {
	display:block;
	color: #FFF;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
#footer .yazi {
	color: #FFF;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-align:center;
}
#footer .logo {
	text-align:right;
	margin-bottom:auto;
}
#footer .logo img {
	height:100px;
}
#footer .sosyal {
	display:flex;
	align-items:center;
	grid-gap:10px;
	justify-content:flex-end;
}
#footer .sosyal a {
	color:#fff;
	font-size:20px;
}
#footer .alt {
	display:flex;
	align-items:center;
	margin-top:50px;
	padding-top:30px;
	border-top:1px solid #fff;
}
#footer .alt .copy {
	color: #FFF;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin-right:auto;
}
#footer .alt .fav {
	color: #FFF;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
/*------------------bread----------------------*/

#bread {
	position:relative;
	padding:150px 0px 20px 0px;
	z-index:20;
	background-size:cover !important;
}
#bread .yazi1 {
	color: #000;
	font-size: 34px;
	font-style: normal;
	font-weight: 800;
	line-height: normal;
	margin-bottom:5px;
}
#bread .yazi2 {
	color: #000;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin-bottom:20px;
}
/*------------------widget2----------------------*/

#widget2 {
	position:relative;
	z-index:20;
	background:#F2F2F2;
}
#widget2 .resim {
	width:100%;
}
#widget2 .yazi1 {
	color: #000;
	font-size: 25px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	text-align:right;
}
#widget2 .yazi2 {
	color: #000;
	font-size: 65px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	text-align:right;
}
#widget2 .yazi3 {
	color: #000;
	font-size: 17px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-align:right;
}
/*------------------widget3----------------------*/

#widget3 {
	position:relative;
	z-index:20;
	padding:100px 0px;
}
#widget3 .anabaslik {
	margin-bottom:10px;
}
#widget3 .anaaciklama {
	margin-bottom:50px;
}
/*------------------tedavidetay----------------------*/

#tedavidetay {
	position:relative;
	z-index:20;
	padding:100px 0px;
}
#tedavidetay .resim {
	width:100%;
	border-bottom:3px solid var(--pembe);
}

.sagform {
	position:relative;
	background:#5B6697;
	padding:40px 20px;
}
.sagform .anabaslik {
	margin-bottom:10px;
}
.sagform .anabaslik span ,
.sagform .anabaslik b 
{
	color:#fff !important;
}
.sagform .anaaciklama {
	color:#fff !important;
	margin-bottom:30px;
}
/*------------------tedavisureci----------------------*/

#tedavisureci {
	position:relative;
	z-index:20;
}
#tedavisureci .anabaslik {
	margin-bottom:50px;
}
#tedavisureci .anaaciklama {
	margin-bottom:50px;
}
#tedavisureci .katman1 {
	position:relative;
	z-index:20;
	padding:100px 0px;
}
#tedavisureci .yaklasimitem {
	position:relative;
	display:flex;
	flex-direction:column;
	align-items:center;
	grid-gap:25px;
	padding:10px;
}
#tedavisureci .yaklasimitem:before {
	position:absolute;
	content:"";
	top:25%;
	right:0px;
	width:1px;
	height:50%;
	background:#000;
}
#tedavisureci .col-md-3:last-child .yaklasimitem:before {
	display:none;
}
#tedavisureci .yaklasimitem img {
	height:50px;
}
#tedavisureci .yaklasimitem span {
	color: #000;
	font-size: 17px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
#tedavisureci .katman2 {
	position:relative;
	z-index:20;
	padding:100px 0px;
}
#tedavisureci .bakitem {
	position:relative;
	background-size:100% auto !important;
	padding:150px 20px 20px 20px;
	z-index:10;
	height:100%;
}
#tedavisureci .bakitem:before {
	position:absolute;
	content:"";
	bottom:0px;
	left:0px;
	width:100%;
	height:80%;
	background: linear-gradient(180deg, rgba(242, 242, 242, 0.00) 9.1%, #F2F2F2 42.4%);
	z-index:-1;
}
#tedavisureci .bakitem .yazi1 {
	color: #000;
	font-size: 31px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	margin-bottom:4px;
	text-align:center;
}
#tedavisureci .bakitem .yazi2 {
	color: #000;
	font-size: 17px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-align:center;
}
#tedavisureci .katman3 {
	position:relative;
	z-index:20;
	padding:100px 0px;
}
#tedavisureci .asamalar {
	position:relative;
	z-index:20;
	display:flex;
	flex-direction:column;
}
#tedavisureci .asamalar .asamaitem {
	display:flex;
	flex-direction:column;
	padding:23px 35px;
}
#tedavisureci .asamalar .asamaitem:nth-child(2n) {
	background: #F2F2F2;
}
#tedavisureci .asamalar .asamaitem .yazi1 {
	color: #000;
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	margin-bottom:10px;
}
#tedavisureci .asamalar .asamaitem .yazi2 {
	color: #000;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
#tedavisureci .katman4 {
	position:relative;
	z-index:20;
	padding:100px 0px;
}
#tedavisureci .katman4 .resim {
	width:100%;
	border-bottom:3px solid var(--pembe);
}
#tedavisureci .katman4 .yazi1 {
	color: #000;
	font-size: 25px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}
#tedavisureci .katman4 .yazi2 {
	color: #000;
	font-size: 40px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}
#tedavisureci .katman4 .yazi3 {
	color: #000;
	font-size: 17px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
#tedavisureci .listeler {
	position:relative;
	z-index:20;
	display:flex;
	flex-direction:column;
}
#tedavisureci .listeler .liste {
	display:flex;
	flex-wrap:wrap;
	padding:23px 0px;
	border-bottom:1px solid #707070;
}
#tedavisureci .listeler .liste:last-child {
	border-bottom:0px solid #707070;
}
#tedavisureci .listeler .liste .icon {
	display:flex;
	align-items:center;
	justify-content:center;
	width:56px;
	height:56px;
	background:var(--pembe);
}
#tedavisureci .listeler .liste .icon img {
	max-width:80%;
	max-height:80%;
}
#tedavisureci .listeler .liste .yazi {
	width:calc(100% - 56px);
	padding-left:15px;
}
#tedavisureci .listeler .liste .yazi b{
	display:block;
	color: #000;
	font-size: 17px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
#tedavisureci .listeler .liste .yazi small {
	display:block;
	color: #000;
	font-size: 17px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
/*------------------widget3----------------------*/

#widget4 {
	position:relative;
	z-index:20;
	padding:120px 0px;
	background-size:cover !important;
	background-position:center !important;
}
#widget4 .yazi1 {
	color: #000;
	font-size: 25px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	text-align:right;
}
#widget4 .yazi2 {
	color: #000;
	font-size: 40px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	text-align:right;
}
#widget4 .yazi3 {
	color: #000;
	font-size: 17px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-align:right;
}


/*------------------destektedaviler----------------------*/

#destektedaviler {
	position:relative;
	z-index:20;
	padding:100px 0px;
}
#destektedaviler .anabaslik {
	margin-bottom:10px;
}
#destektedaviler .anaaciklama {
	margin-bottom:50px;
}
#destektedaviler .item {
	position:relative;
	display:flex;
	flex-direction:column;
	align-items:center;
	grid-gap:10px;
	padding:50px 60px;
	background:#F2F2F2;
}
#destektedaviler .item .icon {
	font-size:30px;
	color:#000;
}
#destektedaviler .item .icon img {
	height:50px;
}
#destektedaviler .item .adi {
	color: #000;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-align:center;
}
#destektedaviler .item .desc {
	color: #000;
	font-size: 17px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-align:center;
}
#destektedaviler .item .ok {
	position:absolute;
	top:30px;
	right:30px;
	width:36px;
	height:36px;
	border-radius:50%;
	background:rgba(221, 221, 221, 1);
	display:flex;
	align-items:Center;
	justify-content:center;
	font-size:20px;
	color:#000;
}
/*------------------destektedavileralt----------------------*/

#destektedavileralt {
	position:relative;
	z-index:20;
	padding:100px 0px;
}
#destektedavileralt .resim {
	width:100%;
}
#destektedavileralt .yazi1 {
	color: #000;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
#destektedavileralt .yazi2 {
	color: #000;
	font-size: 28px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}
#destektedavileralt .yazi3 {
	color: #000;
	font-size: 17px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

/*------------------hastarehberi----------------------*/

#hastarehberi {
	position:relative;
	z-index:20;
}
#hastarehberi .anabaslik {
	margin-bottom:10px;
}
#hastarehberi .anaaciklama {
	margin-bottom:50px;
}
#hastarehberi .katman1 {
	position:relative;
	z-index:20;
	padding:100px 0px;
}
#hastarehberi .katman1 .alan {
	position:relative;
	z-index:20;
	padding:240px 0px 0px 0px;
	margin-bottom:40px;
	background-size:100% auto !important;
	background-repeat:no-repeat !important;
}
#hastarehberi .katman1 .alan .kutu {
	position:relative;
	display:flex;
	flex-direction:column;
	align-items:center;
	grid-gap:10px;
	background: #F2F2F2;
	padding:60px 50px;
	height:100%;
}
#hastarehberi .katman1 .alan .kutu .icon img {
	height:45px;
}
#hastarehberi .katman1 .alan .kutu .adi {
	color: #000;
	font-size: 17px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-align:center;
}
#hastarehberi .katman2 {
	position:relative;
	z-index:20;
	padding:100px 0px;
}
#hastarehberi .katman2 .kutu {
	position:relative;
	display:flex;
	flex-direction:column;
	align-items:center;
	grid-gap:10px;
	padding:60px 50px;
	height:100%;
}
#hastarehberi .katman2 .kutu .icon img {
	height:45px;
}
#hastarehberi .katman2 .kutu .adi {
	color: #000;
	font-size: 17px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-align:center;
}
#hastarehberi .katman3 {
	position:relative;
	z-index:20;
	padding:100px 0px;
}
#hastarehberi .katman3 .uyari {
	display:flex;
	align-items:center;
	padding:20px;
	grid-gap:20px;
	justify-content:center;
	background:#F2F2F2;
}
#hastarehberi .katman3 .uyari img {
	height:42px;
}
#hastarehberi .katman3 .uyari span {
	color: #000;
	font-size: 17px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

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

#iletisimpage {
	position:relative;
	z-index:20;
}
#iletisimpage .anabaslik {
	margin-bottom:10px;
}
#iletisimpage .anaaciklama {
	margin-bottom:50px;
}
#iletisimpage .katman1 {
	position:relative;
	z-index:20;
	padding:100px 0px;
}
#iletisimpage .kutu {
	position:relative;
	z-index:20;
	display:flex;
	flex-direction:column;
	align-items:center;
	grid-gap:10px;
	padding:30px 20px;
	background: #F2F2F2;
}
#iletisimpage .kutu .adi {
	display:flex;
	align-items:center;
	grid-gap:5px;
	color: #000;
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}
#iletisimpage .kutu .adi i {
	font-size: 22px;
}
#iletisimpage .kutu .yazi {
	color: #000;
	font-size: 17px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-align:center;
}
#iletisimpage .katman2 {
	position:relative;
	z-index:20;
	padding:100px 0px;
}
#iletisimpage .katman2 iframe {
	width:100%;
	height:400px;
}


/*------------------ekibimiz----------------------*/

#ekibimiz {
	position:relative;
	z-index:20;
	padding:100px 0px;
}
#ekibimiz .anabaslik {
	margin-bottom:10px;
}
#ekibimiz .anaaciklama {
	margin-bottom:50px;
}
#ekibimiz .ekipitem {
	position:relative;
	display:flex;
	flex-direction:column;
	grid-gap:10px;
}
#ekibimiz .ekipitem .resim {
	width:100%;
	aspect-ratio:398/422;
	object-fit:cover;
	object-position:center;
}
#ekibimiz .ekipitem .adi {
	color: #000;
	font-size: 17px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}
#ekibimiz .ekipitem .desc {
	color: #000;
	font-size: 17px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}