@import url('../textfont/stylesheet.css');
@import url('line-awesome.css');
@import url('swiper-bundle.min.css');
@import url('animate.css');
@import url('bootstrap.min.css');
@import url('fancybox.css');
@import url('lity.min.css');
@import url('aos.css');
@import url('intlTelInput.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:15px;
	font-weight:400;
	line-height:25px;
	margin-bottom:10px;
}
main {
	overflow:hidden;
	width:calc(100vw - 5px);
	min-height:100vh;
}

body {
	position:relative;
	font-family: 'Montserrat', sans-serif;
}


:root {
  --anarenk: #1A3357;
  --kirmizi: #ea0005;
  --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 - 30px);	
}

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

.btn {
	display:inline-flex;
	align-items:center;
	padding:0px 59px;
	height:64px;
	border-radius:32px;
	font-weight: 600;
	font-size: 18px;
	line-height: 22px;
}
.btn-mavi {
	background:var(--anarenk);
	border:1px solid var(--anarenk);
	color:#fff;
}
.btn-mavi:hover {
	background:#035575;
	border:1px solid #035575;
	color:#fff;
}

.btn-acikmavi {
	background:#035575;
	border:1px solid #035575;
	color:#fff;
}
.btn-acikmavi:hover {
	background:#035575;
	border:1px solid #035575;
	color:#fff;
}

.iti {
    position: relative;
    display: block;
}

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

.dikeyortala {
	display:flex;
	flex-direction:column;
	justify-content:flex-start;
	height:100%;
	padding-right: 100px;
}
/*------------------header----------------------*/

#header {
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	z-index:999;
	transition:all 0.3s ease;
	background: #035475;
}
#header.sabit {
	position:relative;
	transition:all 0.3s ease;
	background:var(--anarenk);
}
#header.heading {
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	z-index:999;
	background:var(--anarenk);
}
#header .alan {
	display:flex;
	align-items:center;
	padding:25px 0px;
}
#header .alan .baslik {
	color: #fff;
	font-size: 40px;
	margin-right:auto;
}
#header .alan .logo {
	margin-right:auto;
}
#header .alan .butonlar {
	display:flex;
	align-items:center;
	grid-column-gap:15px;
	margin-right:30px;
}
#header .alan .butonlar a {
	font-size:28px;
	color: #fff;
}
#header.dark .alan .butonlar a {
	color: #fff;
}
#header .alan .solmenuac {
	display:flex;
	align-items:center;
	grid-column-gap:10px;
	font-weight: 600;
	font-size: 18px;
	line-height: 22px;
	color: #fff;
}
#header.dark .alan .solmenuac {
	color: #fff;
}
#header .alan .solmenuac div {
	display:flex;
	flex-direction:column;
	justify-content:space-between;
	width:44px;
	height:14px;
}
#header .alan .solmenuac div span {
	display:flex;
	width:100%;
	height:1px;
	background:#fff;
	transition:all 0.3s ease;
}
#header.dark .alan .solmenuac div span {
	background:#fff;
}
#header.dark .alan .solmenuac div span:nth-child(1) {
	transform: rotate(45deg) translateX(9px);
}
#header.dark .alan .solmenuac div span:nth-child(2) {
	transform: rotate(-45deg) translateX(9px);
}

#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----------------------*/

#acilanmenu {
	position:absolute;
	top:-100vh;
	left:0px;
	width:100%;
	height:100vh;
	display:flex;
	flex-direction:column;
	justify-content:center;
	z-index:100;
	transition:all 0.3s ease;
	background:url('../img/filigran-4.png') #EEF3F7;
	background-size:80% auto;
	background-repeat:no-repeat;
	background-position:right bottom;
	transition:all 0.3s ease;
}
#acilanmenu.active {
	top:1%;
}
#acilanmenu .altmenu {
	display:none;
}
#acilanmenu .altmenu.active {
	display:block;
}
#acilanmenu:before {
	position:absolute;
	content:"";
	bottom:0px;
	right:0px;
	width:50%;
	height:20%;
	background: linear-gradient(158.73deg, #1A3357 24.64%, #035575 104.71%);
	z-index:-1;
}
#acilanmenu .resim {
	width:100%;
	border-radius:20px;
}

#acilanmenu .link-item {
	position:relative;
	display:block;
	font-weight: 400;
	font-size: 16px;
	line-height: 32px;
	color: #1A3357;
}

#acilanmenu .link-item.active {
	font-weight: 600;
}

#acilanmenu .bilgi {
	display:flex;
	flex-wrap:wrap;
	align-items:center;
	margin-bottom:10px;
}
#acilanmenu .bilgi .icon {
	display:flex;
	align-items:center;
	justify-content:center;
	width: 40px;
	height: 40px;
	font-size:30px;
	color: #1A3357;
}
#acilanmenu .bilgi .yazi {
	width: calc(100% - 54px);
	padding-left:10px;
	font-weight: 600;
	font-size: 16px;
	line-height: 19px;
	color: #1A3357;
}
/*------------------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:#fff;
}
#mobilheader.heading {
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	background:#fff;
}

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

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

#mobilheader .alansag {
	width:49%;
	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: 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: 30px;
    font-weight: 500;
    color: rgb(0 0 0);
    letter-spacing: 1px;
}
#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: 26px;
    color: #064a6b;
    letter-spacing: 1px;
}

#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;
	z-index:10;
	margin-top: 7%;
}
#slider .item {
	position:relative;
}
#slider .item .anaresim {
	width:100%;
}

#slider .swiper-slide-active .item .anaresim {

	animation: name-of-animation 5s ease-out;

}

@keyframes name-of-animation {

  0%    { scale: 1.1;margin-left: 5%; }

  100%  { scale: 1;margin-left: 0%; }

}
#slider .item .bilgi {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	display:flex;
	align-items:center;
}
#slider .item .bilgi .yazi1 {
	font-weight: 400;
	font-size: 40px;
	line-height: 50px;
	color: #FFFFFF;
	text-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
	margin-bottom:30px;
}
#slider .item .bilgi .servisbuton {
	display:flex;
	align-items:center;
	grid-column-gap:15px;
	font-weight: 600;
	font-size: 18px;
	line-height: 22px;
	text-decoration-line: underline;
	color: #FFFFFF;
}
#slider .item .bilgi .servisbuton img {
	width:84px;
	height:84px;
	object-fit:contain;
}
#slider .kaydir {
	position:absolute;
	bottom:35px;
	left:calc(50% - 30px);
	width:60px;
	height:60px;
	border-radius:40px;
	border:1px solid #fff;
	display:flex;
	align-items:center;
	justify-content:center;
	font-size:30px;
	color:#fff;
	z-index:10;
}

.slider-pagination {
	position:absolute;
	bottom:50px !important;
	left:calc(50% - 645px) !important;
	display:flex;
	align-items:center;
	grid-column-gap:2px;
	z-index:10;
}
.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 50%;
    background: #fff;
    opacity: .2;
}
.swiper-pagination-bullet-active {
    opacity: 1;
    background: #fff;
}

/*------------------homeservisler----------------------*/

#homeservisler {
	position:relative;
	z-index:10;
	padding:40px 0px;
}
#homeservisler:before {
	position:absolute;
	content:"";
	top:0px;
	left:0px;
	width:calc(50% - 116px);
	height:100%;
	background: linear-gradient(158.73deg, #1A3357 24.64%, #035575 104.71%);
	z-index:-1;
}
#homeservisler:after {
	position:absolute;
	content:"";
	top:0px;
	right:0px;
	width:calc(50% + 116px);
	height:100%;
	background: #EEF3F7;
	background-repeat:no-repeat;
	background-size:45% auto;
	background-position:left top;
	z-index:-1;
}
#homeservisler .baslik {
	color: #FFF;
	font-size: 60px;
    font-weight: 400;
    line-height: 70px;
    margin-bottom: 20px;
}
#homeservisler .altbaslik {
	position:relative;
	color: #FFF;
	font-size: 36.003px;
	font-style: normal;
	font-weight: 700;
	line-height: 42.003px; /* 116.665% */
	letter-spacing: 3.6px;
	text-transform: uppercase;
	padding-bottom:19px;
	margin-bottom:19px;
}
#homeservisler .altbaslik:before {
	position:absolute;
	content:"";
	top:100%;
	left:0px;
	width:20%;
	height:1px;
	background:#fff;
}
#homeservisler .desc {
	color: #FFF;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 30.003px; /* 187.521% */
	letter-spacing: 3.6px;
	text-transform: uppercase;
	margin-bottom:19px;
}

.servisitem {
	position:relative;
	display:flex;
	flex-wrap:wrap;
	margin:20px 0px;
}
.servisitem .icon {
	display:flex;
	align-items:center;
	justify-content:center;
	width:112px;
	height:112px;
	border-radius:50%;
	background:#124163;
}
.servisitem .icon img {
	max-width:50%;
	max-height:50%;
}
.servisitem .bilgi {
	width:calc(100% - 112px);
	padding-left:10px;
	padding-top:10px;
}
.servisitem .bilgi .adi {
	color: #020202;
	font-size: 14.001px;
	font-style: normal;
	font-weight: 600;
	line-height: 23.002px; /* 164.286% */
	letter-spacing: 1.4px;
}
.servisitem .bilgi .yazi {
	color: #000;
	font-size: 11px;
	font-style: normal;
	font-weight: 400;
	line-height: 17.002px; /* 154.565% */
	letter-spacing: 1.4px;
}

#homeservisler .alan {
    margin-top: 30px;
    margin-bottom: 30px;
}
#homeservisler .link {
	display:block;
	font-weight: 600;
	font-size: 18px;
	line-height: 22px;
	text-decoration-line: underline;
	color: #EEF3F7;
	transition:all 0.3s ease;
}
#homeservisler .link:hover {
	letter-spacing:3px;
}

/*------------------hakkimizda----------------------*/

#hakkimizda {
	position:relative;
	z-index:20;
	padding:96px 0px 30px 0px;
	background:url('../img/filigran-2.png');
	background-repeat:no-repeat;
	background-size:auto 80%;
	background-position:12% 0px;
}
#hakkimizda .yazilar {
	display:flex;
	flex-direction:column;
	justify-content:center;
	height:100%;
}
#hakkimizda .yazilar .yazi1 {
	font-weight: 400;
    font-size: 40px;
    line-height: 50px;
	color: #A2C7D6;
}
#hakkimizda .yazilar .yazi2 {
	font-weight: 400;
    font-size: 60px;
    line-height: 70px;
	color: #1B344F;
	margin-bottom:20px;
}
#hakkimizda .yazilar .yazi3 {
	font-weight: 400;
	font-size: 18px;
	line-height: 28px;
	color: #474747;
	margin-bottom:57px;
}
#hakkimizda .resim {
	position:relative;
	z-index:20;
}
#hakkimizda .resim img {
	width:100%;
}
#hakkimizda .resim:before {
	position:absolute;
	content:"";
	top:50px;
	right:0px;
	width:calc(100% + 50px);
	height:100%;
	z-index:-1;
	background:#035575;
}
/*------------------beforeafter----------------------*/

#beforeafter {
	position:relative;
	z-index:20;
	padding:100px 0px 100px 0px;
	background:url('../img/filigran-3.png') #EEF3F7;
	background-repeat:no-repeat;
	background-size:auto 80%;
	background-position:left bottom;
}
#beforeafter .ust {
	position:relative;
	z-index:1;
	display:flex;
	align-items:center;
}
#beforeafter .ust .baslik {
	font-weight: 400;
    font-size: 60px;
    line-height: 100px;
    color: #1A3357;
    margin-right: auto;
    margin-bottom: 20px;
}
#beforeafter .ust .link {
	font-weight: 600;
	font-size: 18px;
	line-height: 22px;
	text-decoration-line: underline;
	color: #1A3357;
}
#beforeafter .swiper {
	position:relative;
	z-index:10;
	margin-top:-50px;
}
#beforeafter .item {
	position:relative;
	z-index:10;
	padding:13px;
}
#beforeafter .item:before {
	position:absolute;
	content:"";
	top:0px;
	left:0px;
	width:100%;
	height:calc(100% - 40px);
	transition:all 0.3s ease;
	z-index:-1;
}
/*
#beforeafter .item:hover:before {
	height:100%;
}
*/
#beforeafter .item .resim {
	width:100%;
	aspect-ratio:404/404;
	max-height:404px;
	object-fit:cover;
	object-position:center;
}

.beforeafter-button-next,
.beforeafter-button-prev {
	position:absolute;
	bottom:calc(50% - 32px);
	width:64px;
	height:64px;
	border-radius:40px;
	background:#fff;
	box-shadow: 0px 12px 30px rgba(27, 52, 79, 0.12);
	display:flex;
	align-items:center;
	justify-content:center;
	font-size:28px;
	color:var(--anarenk);
	z-index:30;
}
.beforeafter-button-next {
	right:20px;
}
.beforeafter-button-prev {
	left:20px;
}
#beforeafter .tablar {
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
	grid-gap:50px;
	margin-top:50px;
}
#beforeafter .tablar a.tab {
	position:relative;
	font-weight: 600;
	font-size: 20px;
	line-height: 34px;
	color: #1A3357;
	opacity: 0.5;
	transition:all 0.3s ease;
}
#beforeafter .tablar a.tab.active ,
#beforeafter .tablar a.tab:hover
{
	opacity: 1;
}
#beforeafter .tablar a.tab.active:before {
	position:absolute;
	content:"";
	top:100%;
	left:calc(50% - 12px);
	width:24px;
	height:2px;
	background:var(--anarenk);
}
/*------------------beforeafter----------------------*/
#beforeafter2 {
	position:relative;
	z-index:20;
	padding:0px 0px 80px 0px;
	background:#fff;
	background-repeat:no-repeat;
	background-size:auto 80%;
	background-position:left bottom;
}
#beforeafter2 .ust {
	position:relative;
	z-index:1;
	display:flex;
	align-items:center;
}
#beforeafter2 .ust .baslik {
	font-weight: 100;
    font-size: 110px;
    line-height: 140px;
    color: #1A3357;
    margin-right: auto;
    margin-bottom: 20px;
}
#beforeafter2 .ust .link {
	font-weight: 600;
	font-size: 18px;
	line-height: 22px;
	text-decoration-line: underline;
	color: #1A3357;
}
#beforeafter2 .swiper {
	position:relative;
	z-index:10;
	margin-top:-50px;
}
#beforeafter2 .item {
	position:relative;
	display:block;
	z-index:10;
	padding:13px;
}
#beforeafter2 .item:before {
	position:absolute;
	content:"";
	top:0px;
	left:0px;
	width:100%;
	height:calc(100% - 40px);
	background:var(--anarenk);
	transition:all 0.3s ease;
	z-index:-1;
}
#beforeafter2 .item:hover:before {
	height:100%;
}
#beforeafter2 .item .resim {
	width:100%;
	aspect-ratio:404/404;
	max-height:404px;
	object-fit:cover;
	object-position:center;
}

.beforeafter-button-next,
.beforeafter-button-prev {
	position:absolute;
	bottom:calc(50% - 32px);
	width:64px;
	height:64px;
	border-radius:40px;
	background:#fff;
	box-shadow: 0px 12px 30px rgba(27, 52, 79, 0.12);
	display:flex;
	align-items:center;
	justify-content:center;
	font-size:28px;
	color:var(--anarenk);
	z-index:30;
}
.beforeafter-button-next {
	right:20px;
}
.beforeafter-button-prev {
	left:20px;
}
#beforeafter2 .tablar {
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
	grid-gap:50px;
	margin-top:30px;
}
#beforeafter2 .tablar a.tab {
	position:relative;
	font-weight: 600;
	font-size: 20px;
	line-height: 34px;
	color: #1A3357;
	opacity: 0.5;
	transition:all 0.3s ease;
}
#beforeafter2 .tablar a.tab.active ,
#beforeafter2 .tablar a.tab:hover
{
	opacity: 1;
}
#beforeafter2 .tablar a.tab.active:before {
	position:absolute;
	content:"";
	top:100%;
	left:calc(50% - 12px);
	width:24px;
	height:2px;
	background:var(--anarenk);
}
#beforeafter2 .galeri {
		 margin-top: 80px
	}
/*------------------tedaviler----------------------*/

#tedaviler {
	position:relative;
	z-index:10;
	background-repeat:no-repeat!important;
	background-size:cover!important;
	background-position:center;
	height:550px;
	
}
#tedaviler .alan {
	position:relative;
	z-index:10;
	padding:30px 0px;
	background-color: #1b3357bf;
		height:550px;
}
#tedaviler .baslik {
	font-weight: 400;
    font-size: 60px;
    line-height: 70px;
	text-align: center;
	color: #FFFFFF;
	margin-bottom:30px;
}
#tedaviler .tablar {
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
	grid-gap:10px;
	margin-bottom:50px;
}
#tedaviler .tablar a.tab {
	position:relative;
	padding: 10px 15px;
    border-radius: 50px;
    font-weight: 600;
    font-size: 15px;
    line-height: 20px;
	color: #FFFFFF;
	border: 2px solid transparent;
}
#tedaviler .tablar a.tab.active ,
#tedaviler .tablar a.tab:hover
{
	background: rgba(130, 155, 208, 0.48);
	border: 2px solid rgba(255, 255, 255, 0.29);
	backdrop-filter: blur(50px);
}

#tedaviler .icerik {
	display:none;
}
#tedaviler .icerik.active {
	display:block;
}
#tedaviler .icerik .tedavilink {
	position:relative;
	display:block;
	padding:0px 0px 0px 34px;
	font-weight: 600;
	font-size: 20px;
	line-height: 46px;
	color: #FFFFFF;
}
#tedaviler .icerik .tedavilink:before {
	position:absolute;
	content:"\f105";
	top:0px;
	left:0px;
	width:24px;
	height:100%;
	display:flex;
	align-items:center;
	justify-content:center;
	font-size:18px;
	color:#fff;    
	font-family: 'Line Awesome Free';
    font-weight: 900;
}
#tedaviler .icerik .desc {
	font-weight: 400;
	font-size: 18px;
	line-height: 28px;
	color: #FFFFFF;
	margin-bottom:66px;
}
#tedaviler .icerik .link {
	display:flex;
	align-items:center;
	grid-column-gap:10px;
	font-weight: 600;
	font-size: 18px;
	line-height: 22px;
	text-decoration-line: underline;
	color: #FFFFFF;
}
#tedaviler .icerik .link img {
	width:84px;
	height:84px;
	object-fit:contain;
	object-position:center;
}
/*------------------yorumlar----------------------*/

#yorumlar {
	position:relative;
	z-index:10;
	padding:50px 0px;
	
}
#yorumlar.page {
	background:#EEF3F7;
}
#yorumlar:before {
	position:absolute;
	content:"";
	top:0px;
	left:0px;
	width:40%;
	height:100%;
	background: linear-gradient(120deg, #1A3457 , #EEFAFC);
	z-index:-1;
}
#yorumlar.page:before {
	position:absolute;
	content:"";
	top:0px;
	left:auto;
	right:0px;
	width:calc(100% - 30px);
	height:50%;
	background: radial-gradient(263.5% 906.61% at 136.2% 134.13%, #1A3457 0%, #528397 31.4%, #A2C7D6 65.17%, #A2C7D6 100%, #EEFAFC 100%);
	z-index:-1;
}
#yorumlar:after {
	position:absolute;
	content:"";
	top:0px;
	right:0px;
	width:60%;
	height:100%;
	background: url('../img/yorumlarback.jpg') #EEF3F7;
	background-repeat:no-repeat;
	background-size:cover;
	background-position:right center;
	z-index:-1;
}
#yorumlar.page:after {
	display:none;
}
#yorumlar .ust {
	display:flex;
	align-items:center;
	margin-bottom:40px;
}
#yorumlar .ust .baslik {
	font-weight: 400;
    font-size: 60px;
    line-height: 70px;
	color: #FFFFFF;
	margin-right:auto;
}
#yorumlar .ust .baslik small {
	display:block;
	font-weight: 600;
	font-size: 32px;
	line-height: 95.8%;
	color: #FFFFFF;
}
#yorumlar .ust .yildiz {
	display:flex;
	align-items:center;
	grid-column-gap:10px;
	font-size:30px;
	color:#FFC700;
	margin-right:20px;
}
#yorumlar .ust .puan {
	text-align:center;
	margin-right:20px;
	font-weight: 600;
	font-size: 42px;
	line-height: 50px;
	text-align: center;
	color: #FFFFFF;
}
#yorumlar .ust .puan small {
	display:block;
	font-weight: 400;
	font-size: 12px;
	line-height: 14px;
	text-align: center;
	color: #FFFFFF;
}
#yorumlar .item {
	position:relative;
	display:block;
	padding:30px;
	background:#fff;
}
#yorumlar .item .ust {
	display:flex;
	align-items:center;
	margin-bottom:21px;
}
#yorumlar .item .ust .sol {
	display:flex;
	flex-wrap:wrap;
	align-items:center;
	margin-right:auto;
}
#yorumlar .item .ust .sol img {
	width:74px;
	height:74px;
	border-radius:40px;
	object-fit:cover;
}
#yorumlar .item .ust .sol .yazi {
	width:calc(100% - 74px);
	padding-left:10px;
	font-weight: 600;
	font-size: 18px;
	line-height: 22px;
	color: #474747;
}
#yorumlar .item .ust .sol .yazi small {
	display:block;
	font-weight: 400;
	font-size: 14px;
	line-height: 17px;
	color: #474747;
	opacity: 0.6;
	margin-top:7px;
}
#yorumlar .item .ust .yildiz {
	display:flex;
	align-items:center;
	grid-column-gap:5px;
	font-size:20px;
	color:#FFC700;
}
#yorumlar .item .yorum {
	font-weight: 400;
	font-size: 18px;
	line-height: 28px;
	color: #474747;
}
#yorumlar .buton {
	margin-top:50px;
}
/*------------------blog----------------------*/

.partners-button-next,
.partners-button-prev {
	position:absolute;
	bottom:calc(50% - 32px);
	width:64px;
	height:64px;
	border-radius:40px;
	background:#fff;
	box-shadow: 0px 12px 30px rgba(27, 52, 79, 0.12);
	display:flex;
	align-items:center;
	justify-content:center;
	font-size:28px;
	color:var(--anarenk);
	z-index:30;
}
.partners-button-next {
	right:20px;
}
.partners-button-prev {
	left:20px;
}

#blog {
	position:relative;
	z-index:20;
	padding:98px 0px 25px 0px;
	background: #EEF3F7;
	background-repeat:no-repeat;
	background-size:40% auto;
	background-position:right top;
}
#blog .alan {
	position:relative;
	z-index:30;
	padding:10px 0px;
}
#blog .alan:before {
	position:absolute;
	content:"";
	top:0px;
	right:0px;
	width:70%;
	height:100%;
	background:#EEF3F7;
	z-index:-1;
}
#blog .baslik {
	font-weight: 400;
    font-size: 60px;
    line-height: 70px;
	color: #1A3357;
	text-align: center;
    margin-bottom: 15px;
}
#blog .doktoradi {
	font-weight: 600;
    font-size: 24px;
    line-height: 30px;
    color: #1B344F;
	margin: 5px 0px;
	text-align:center;
}
#blog .doktortitle {
	font-weight: 400;
    font-size: 17px;
    line-height: 21px;
    color: #A2C7D6;
	margin: 5px 0px;
	text-align:center;
}
#blog .resimdoktor {
	width:100%;
	height:auto;
	object-fit:cover;
	border-radius:20px;	
}
#blog .item {
	position:relative;
	display:block;
	margin-top:-40px;
	margin-bottom:45px;
}
#blog .item .resim {
	width:100%;
	aspect-ratio:545/434;
	max-height:434px;
	object-fit:cover;
}
#blog .item .bilgi {
	position:absolute;
	bottom:0px;
	left:0px;
	width:100%;
	padding:41px 30px;
	background: linear-gradient(199.57deg, rgba(0, 0, 0, 0) 36.69%, #A2C7D6 92.57%);
	font-weight: 400;
	font-size: 32px;
	line-height: 38px;
	color: #FFFFFF;
	transition:all 0.3s ease;
}
#blog .link {
	font-weight: 600;
	font-size: 18px;
	line-height: 22px;
	text-decoration-line: underline;
	color: #1A3357;
}
#blog .sag {
	display:flex;
	flex-direction:column;
	grid-row-gap:20px;
	height:100%;
}
#blog .item2 {
	display:flex;
	align-items:center;
	height:calc(50% - 10px);
}
#blog .item2 .resim {
	width:230px;
	aspect-ratio:1/1;
	max-height:100%;
	object-fit:cover;
}
#blog .item2 .bilgi {
	width:calc(100% - 230px);
	padding-left:15px;
}
#blog .item2 .bilgi .yazi1 {
	font-weight: 600;
	font-size: 22px;
	line-height: 26px;
	color: #000000;
	margin-bottom:10px;
}
#blog .item2 .bilgi .yazi2 {
	font-weight: 400;
	font-size: 18px;
	line-height: 28px;
	color: #474747;
	margin-bottom:20px;
}
#blog .item2 .bilgi .yazi3 {
	display:flex;
	align-items:center;
	font-weight: 600;
	font-size: 16px;
	line-height: 19px;
	color: #035575;
}
#blog .item2 .bilgi .yazi3 i {
	font-size: 22px;
}
/*------------------partners----------------------*/

.partners-button-next,
.partners-button-prev {
	position:absolute;
	bottom:calc(50% - 32px);
	width:64px;
	height:64px;
	border-radius:40px;
	background:#fff;
	box-shadow: 0px 12px 30px rgba(27, 52, 79, 0.12);
	display:flex;
	align-items:center;
	justify-content:center;
	font-size:28px;
	color:var(--anarenk);
	z-index:30;
}
.partners-button-next {
	right:20px;
}
.partners-button-prev {
	left:20px;
}

#partners {
	position:relative;
	z-index:20;
	padding:98px 0px 25px 0px;
	background: #EEF3F7;
	background-repeat:no-repeat;
	background-size:40% auto;
	background-position:right top;
}
#partners .alan {
	position:relative;
	z-index:30;
	padding:10px 0px;
}
#partners .alan:before {
	position:absolute;
	content:"";
	top:0px;
	right:0px;
	width:70%;
	height:100%;
	background:#EEF3F7;
	z-index:-1;
}
#partners .baslik {
	font-weight: 400;
    font-size: 60px;
    line-height: 70px;
	color: #1A3357;
	text-align: center;
    margin-bottom: 15px;
}
#partners .doktoradi {
	font-weight: 600;
    font-size: 24px;
    line-height: 30px;
    color: #1B344F;
	margin: 5px 0px;
	text-align:center;
}
#partners .doktortitle {
	font-weight: 400;
    font-size: 17px;
    line-height: 21px;
    color: #A2C7D6;
	margin: 5px 0px;
	text-align:center;
}
#partners .resimdoktor {
	width:100%;
	height:auto;
	object-fit:cover;
	border-radius:20px;	
}
#partners .item {
	position:relative;
	display:block;
	margin-top:-40px;
	margin-bottom:45px;
}
#partners .item .resim {
	width:100%;
	aspect-ratio:545/434;
	max-height:434px;
	object-fit:cover;
}
#partners .item .bilgi {
	position:absolute;
	bottom:0px;
	left:0px;
	width:100%;
	padding:41px 30px;
	background: linear-gradient(199.57deg, rgba(0, 0, 0, 0) 36.69%, #A2C7D6 92.57%);
	font-weight: 400;
	font-size: 32px;
	line-height: 38px;
	color: #FFFFFF;
	transition:all 0.3s ease;
}
#partners .link {
	font-weight: 600;
	font-size: 18px;
	line-height: 22px;
	text-decoration-line: underline;
	color: #1A3357;
}
#partners .sag {
	display:flex;
	flex-direction:column;
	grid-row-gap:20px;
	height:100%;
}
#partners .item2 {
	display:flex;
	align-items:center;
	height:calc(50% - 10px);
}
#partners .item2 .resim {
	width:230px;
	aspect-ratio:1/1;
	max-height:100%;
	object-fit:cover;
}
#partners .item2 .bilgi {
	width:calc(100% - 230px);
	padding-left:15px;
}
#partners .item2 .bilgi .yazi1 {
	font-weight: 600;
	font-size: 22px;
	line-height: 26px;
	color: #000000;
	margin-bottom:10px;
}
#partners .item2 .bilgi .yazi2 {
	font-weight: 400;
	font-size: 18px;
	line-height: 28px;
	color: #474747;
	margin-bottom:20px;
}
#partners .item2 .bilgi .yazi3 {
	display:flex;
	align-items:center;
	font-weight: 600;
	font-size: 16px;
	line-height: 19px;
	color: #035575;
}
#partners .item2 .bilgi .yazi3 i {
	font-size: 22px;
}
/*------------------logolar----------------------*/

#logolar {
	position:relative;
	z-index:20;
	padding:45px 0px 45px 0px;
	background:#EEF3F7;
}
#logolar .resim {
	width:100%;
	aspect-ratio:315/128;
	max-height:128px;
	object-fit:contain;
	object-position:center;
}
/*------------------iletisimalt----------------------*/

#iletisimalt {
	position:relative;
	z-index:20;
	padding:53px 0px 25px 0px;
	background:#EEF3F7;
}
#iletisimalt:before {
	position:absolute;
	content:"";
	top:0px;
	left:0px;
	width:100%;
	height:50%;
	background:url('../img/iletisimback.jpg');
	background-size:cover;
	z-index:-2;
}
#iletisimalt:after {
	position:absolute;
	content:"";
	top:0px;
	left:0px;
	width:100%;
	height:50%;
	background: linear-gradient(158.48deg, rgba(27, 52, 79, 0.83) 24.74%, rgba(130, 155, 208, 0.52) 181.41%);
	background-size:cover;
	z-index:-1;
}
#iletisimalt .baslik {
	font-weight: 400;
    font-size: 60px;
    line-height: 90px;
	color: #FFFFFF;
	margin-bottom:-20px;
}
#iletisimalt .form {
	display:flex;
	flex-direction:column;
	justify-content:center;
	height:100%;
	padding:50px;
	background:#fff;
}
#iletisimalt .form .form-control {
	height:64px;
	background: #FFFFFF;
	border: 1px solid rgba(27, 52, 79, 0.15);
}
#iletisimalt .form textarea.form-control {
	height:100px;
}
#iletisimalt .resim {
	width:120%;
}
/*------------------footer----------------------*/

#footer {
	position:relative;
	z-index:20;
	padding:60px 0px;
	background:#EEF3F7;
}
#footer .logo {
	margin-bottom:26px;
}
#footer .logo img {
	max-height:70px;
	max-width:100%;
}

#footer .bilgi {
	display:flex;
	flex-wrap:wrap;
	align-items:center;
	margin-bottom:10px;
}
#footer .bilgi .icon {
	display:flex;
	align-items:center;
	justify-content:center;
	width: 40px;
	height: 40px;
	font-size:30px;
	color: #1A3357;
}
#footer .bilgi .yazi {
	width: calc(100% - 54px);
	padding-left:10px;
	font-weight: 600;
	font-size: 16px;
	line-height: 19px;
	color: #1A3357;
}

#footer .menubas {
	display:block;
	font-weight: 600;
	font-size: 20px;
	line-height: 24px;
	color: #1A3357;
	margin-bottom:15px;
}
#footer .menulink {
	display:block;
	font-weight: 400;
	font-size: 16px;
	line-height: 32px;
	color: #1A3357;
}
#footer .menulink:hover {
	color: #000;
}

#footer .sosyal {
	display:flex;
	align-items:center;
	grid-column-gap:0px;
}
#footer .sosyal a {
	display:flex;
	align-items:center;
	justify-content:center;
	width: 44px;
	height: 44px;
	border-radius:0px;
	font-size:24px;
	color: var(--anarenk);
}
#footer .sosyal a:hover {
	color:#000;
}
#footer .alt {
	position:relative;
	z-index:10;
	display:flex;
	align-items:center;
	margin-top:30px;
}
#footer .alt .copy {
	font-weight: 400;
	font-size: 16px;
	line-height: 19px;
	color: #000000;
	margin-right:auto;
}
#footer .alt .projemed {
	font-weight: 600;
	font-size: 16px;
	line-height: 19px;
	color: #000000;
}

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

#bread {
	position:relative;
	z-index:60;
}
#bread:before {
	position:absolute;
	content:"";
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	background: #babec1;
	z-index:-1;
}
#bread .resim {
	position:relative;
	z-index:20;
	display:flex;
	flex-direction:column;
	justify-content:center;
	height:100%;
}
#bread .resim:before {
	position:absolute;
	content:"";
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	background: #babec1;
	/* transform: rotate(180deg); */
}
#bread .resim img {
	width:100%;
	height:calc(100% + 40px);
	object-fit:cover;
}
#bread .yazilar {
	position: relative;
    z-index: 20;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    height: 100%;
    padding: 125px 0px 10px 0px;
}
#bread .yazilar:before {
	position:absolute;
	content:"";
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	opacity:0.3;
	z-index:-1;
	background:#babec1;
	background-repeat:no-repeat;
	background-size:auto 100%;
	background-position:center top;
}
#bread .yazilar .baslik {
	color: #FFF;
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
}
#bread .linkler {
	display:flex;
	grid-column-gap:10px;
	color: #FFF;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
#bread .linkler a {
	color: #FFF;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

/*------------------tedavilerpage----------------------*/

#tedavilerpage {
	position:relative;
	z-index:10;
	padding:25px 0px;
	background:#EEF3F7;
}
#tedavilerpage:before {
	position:absolute;
	content:"";
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	background: linear-gradient(158.73deg, #035575 24.64%, #1A3357 104.71%);
	z-index:-1;
}
#tedavilerpage.alt:before {
	display:none;
}

#tedavilerpage .tablar {
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
	grid-gap:10px;
	margin-bottom:50px;
}
#tedavilerpage .tablar a.tab {
	position:relative;
	padding: 10px 20px;
	border-radius: 54px;
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
	color: #FFFFFF;
	border: 2px solid transparent;
}
#tedavilerpage .tablar a.tab.active ,
#tedavilerpage .tablar a.tab:hover
{
	background: rgba(130, 155, 208, 0.48);
	border: 2px solid rgba(255, 255, 255, 0.29);
	backdrop-filter: blur(50px);
}
#tedavilerpage .item {
	position:relative;
	display:block;
	padding:0px 13px 13px 13px;
	margin-bottom:20px;
	z-index:10;
}
/*
#tedavilerpage .item:before {
	position:absolute;
	content:"";
	bottom:0px;
	left:0px;
	width:100%;
	height:80%;
	background:#fff;
	z-index:-1;
}
*/
#tedavilerpage .item .resim {
	position:relative;
	display:block;
	border: 10px solid #FFF;
}
#tedavilerpage .item .resim .res {
	width:100%;
	aspect-ratio:620/375;
	max-height:375px;
	object-fit:cover;
}
#tedavilerpage .item .resim .bilgi {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	display:flex;
	align-items:flex-end;
	background: linear-gradient(203.58deg, rgba(0, 0, 0, 0) 20.61%, #A2C7D6 89.81%);
	padding:20px;
}
#tedavilerpage .item .resim .bilgi .adi {
	font-weight: 400;
	font-size: 44px;
	line-height: 53px;
	color: #FFFFFF;
	margin-right:auto;
}
#tedavilerpage .item .resim .bilgi .icon {
	width:84px;
	height:84px;
	object-fit:contain;
}
#tedavilerpage .item .desc {
	font-weight: 400;
	font-size: 20px;
	line-height: 28px;
	color: #474747;
}
#tedavilerpage .item2 {
	position:relative;
	display:block;
	padding:0px 13px 13px 13px;
	margin-bottom:20px;
	z-index:10;
}
/*
#tedavilerpage .item2:before {
	position:absolute;
	content:"";
	bottom:0px;
	left:0px;
	width:100%;
	height:80%;
	background:#A2C7D6;
	z-index:-1;
}
*/
#tedavilerpage .item2 .resim {
	position:relative;
	display:block;
	border: 10px solid #FFF;
}
#tedavilerpage .item2 .resim .res {
	width:100%;
	aspect-ratio:400/412;
	max-height:412px;
	object-fit:cover;
}
#tedavilerpage .item2 .resim .bilgi {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	display:flex;
	align-items:flex-end;
	background: linear-gradient(203.58deg, rgba(0, 0, 0, 0) 20.61%, #A2C7D6 89.81%);
	padding:20px;
}
#tedavilerpage .item2 .resim .bilgi .adi {
	font-weight: 400;
	font-size: 34px;
	line-height: 41px;
	color: #FFFFFF;
}

#tedavilerpage .item3 {
	position:relative;
	z-index:10;
	padding:13px;
}
#tedavilerpage .item3:before {
	position:absolute;
	content:"";
	top:0px;
	left:0px;
	width:100%;
	height:calc(100% - 40px);
	background:var(--anarenk);
	transition:all 0.3s ease;
	z-index:-1;
}
#tedavilerpage .item3:hover:before {
	height:100%;
}
#tedavilerpage .item3 .resim {
	width:100%;
	aspect-ratio:404/404;
	max-height:404px;
	object-fit:cover;
	object-position:center;
}

#tedavilerpage .item4 {
	position:relative;
	display:block;
	padding:0px 13px 13px 13px;
	margin-bottom:20px;
	z-index:10;
}
#tedavilerpage .item4:before {
	position:absolute;
	content:"";
	bottom:0px;
	left:0px;
	width:100%;
	height:50%;
	background:var(--anarenk);
	z-index:-1;
}
#tedavilerpage .item4 .resim {
	position:relative;
	display:block;
	margin-bottom:13px;
}
#tedavilerpage .item4 .resim .res {
	width:100%;
	aspect-ratio:620/375;
	max-height:375px;
	object-fit:cover;
}
#tedavilerpage .item4 .resim .bilgi {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	display:flex;
	align-items:center;
	justify-content:center;
	padding:20px;
}
#tedavilerpage .item4 .resim .bilgi .icon {
	width:84px;
	height:84px;
	object-fit:contain;
}
#tedavilerpage .item4 .desc {
	font-weight: 400;
	font-size: 22px;
	line-height: 28px;
	color: #FFFFFF;
}

#tedavilerpage .item5 {
	position:relative;
	display:block;
	padding:0px 0px 0px 0px;
	margin-bottom:20px;
	z-index:10;
	background:#EEF3F7;
	padding:13px 13px;
}
#tedavilerpage .item5 .resim {
	position:relative;
	display:block;
	margin-bottom:13px;
}
#tedavilerpage .item5 .resim .res {
	width:100%;
	aspect-ratio:620/375;
	max-height:375px;
	object-fit:cover;
}
#tedavilerpage .item5 .adi {
	font-weight: 600;
	font-size: 22px;
	line-height: 26px;
	color: #000000;
	margin-bottom:5px;
}
#tedavilerpage .item5 .desc {
	font-weight: 400;
	font-size: 18px;
	line-height: 28px;
	color: #474747;
	margin-bottom:5px;
}
#tedavilerpage .item5 .readmore {
	display:flex;
	align-items:center;
	font-weight: 600;
	font-size: 16px;
	line-height: 19px;
	color: #035575;
}
#tedavilerpage .item5 .readmore i {
	font-size: 20px;
}
/*------------------tedavidetay11----------------------*/

#tedavidetay11 {
	background: #EEF3F7;
	padding:70px 0px;
}
#tedavidetay11 .yazi {
	color: #000;
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: 32px; /* 177.778% */
	margin-bottom:30px;
}
#tedavidetay11 .yazi strong {
    color: #035475;
}

#tedavidetay11 .yazi h2, h3, h4{
	color: #035475;
}
#tedavidetay11 .resim {
	position:relative;
	display:block;
	margin-bottom:30px;
}
#tedavidetay11 .resim .res {
	width:100%;
	aspect-ratio:650/450;
	border-radius:20px;
	object-fit:cover;
	object-position:center;
}
#tedavidetay11 .resim .vico {
	position:absolute;
	top:calc(50% - 55px);
	left:calc(50% - 55px);
	width:110px;
	height:110px;
}
#tedavidetay11 .yazi2 {
	color: #035475;
	font-size: 36px;
	font-style: normal;
	font-weight: 500;
	line-height: 32px; /* 88.889% */
	margin-bottom:30px;
}
#tedavidetay11 .operasyon {
	display:flex;
	align-items:center;
	padding:7px 9px;
	background: #EDFBFC;
	margin-bottom:10px;
}
#tedavidetay11 .tedavibuton .btn-mavi {
	margin-top:5px;
	padding: 0px 20px;
	height:60px;
}
#tedavidetay11 .operasyon .opico {
	display:flex;
	align-items:center;
	justify-content:center;
	width:32px;
	height:32px;
	border-radius:50%;
	background:#035475;
	margin-right:10px;
}
#tedavidetay11 .operasyon .opico img {
	max-width:50%;
	max-height:50%;
}
#tedavidetay11 .operasyon b {
	color: #0F556E;
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	margin-right:auto;
}
#tedavidetay11 .operasyon span {
	color: #538397;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-align: right;
}
/*------------------tedavibilgi----------------------*/

#tedavibilgi {
	position:relative;
	background-size:cover !important;
	background-position:center;
	padding:70px 0px;
	z-index:40;
}
#tedavibilgi:before {
	position:absolute;
	content:"";
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	background:rgba(26, 52, 89, 0.8);
	z-index:-1;
}
#tedavibilgi .yazi1 {
	margin-bottom:78px;
}
#tedavibilgi .yazi1 strong {
	display:block;
	color: #FFF;
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: 42.003px; /* 175.014% */
	letter-spacing: 1px;
	text-transform: uppercase;
	text-align: center;
}
#tedavibilgi .yazi1 p {
	color: #FFF;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 30.003px; /* 187.521% */
	letter-spacing: 1px;
	text-transform: uppercase;
	text-align: center;
}
#tedavibilgi .item {
	position:relative;
	display:flex;
	flex-direction:column;
	align-items:center;
}
#tedavibilgi .item .icon {
	display:flex;
	align-items:center;
	justify-content:center;
	width:198px;
	height:198px;
	border-radius:50%;
	background:#85C8E9;
	margin-bottom:20px;
}
#tedavibilgi .item .icon img {
	max-width:50%;
	max-height:50%;
}
#tedavibilgi .item .yazi2 {
	color: #FFF;
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: 25.503px; /* 182.167% */
	letter-spacing: 1px;
	text-align: center;
}
/*------------------tedaviservis----------------------*/

#tedaviservis {
	position:relative;
	background: #EEF3F7;
	padding:70px 0px;
	z-index:40;
}
#tedaviservis .altbaslik {
	color: #124163;
	font-size: 36.003px;
	font-style: normal;
	font-weight: 700;
	line-height: 42.003px; /* 116.665% */
	letter-spacing: 3.6px;
	text-transform: uppercase;
	margin-bottom:20px;
}
#tedaviservis .desc {
	color: #124163;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 30.003px; /* 187.521% */
	letter-spacing: 3.6px;
	text-transform: uppercase;
}

/*------------------tedavidetay1----------------------*/

#tedavidetay1 {
	position:relative;
	z-index:10;
	padding:50px 0px;
	background:url('../img/filigran-3.png') #EEF3F7;
	background-size:50% auto;
	background-repeat:no-repeat;
	background-position:right top;
}
#tedavidetay1 .video {
	position:relative;
	display:block;
	z-index:10;
}
#tedavidetay1 .video:before {
	position:absolute;
	content:"";
	top:20%;
	right:-115px;
	width:230px;
	height:100%;
	background: radial-gradient(710.39% 311.04% at 341.3% 113.58%, #1A3457 0%, #77AABF 31.4%, #B3DAEA 65.17%, #D8F4FF 100%);
	z-index:20;
}
#tedavidetay1 .video .resim {
	position:relative;
	z-index:10;
	width:100%;
	aspect-ratio:660/530;
	max-height:530px;
	object-fit:cover;
	border-radius:20px;
}
#tedavidetay1 .video .icon {
	position:absolute;
	top:calc(50% - 42px);
	left:calc(50% - 42px);
	width:84px;
	height:84px;
	z-index:10;
}
#tedavidetay1 .video .icon img {
	width:84px;
	height:84px;
	object-fit:contain;
}
#tedavidetay1 .yazilar {
	position:relative;
	display:block;
	z-index:15;
	margin-top:150px;
}
#tedavidetay1 .yazilar .yazi1 p {
	font-weight: 400;
	font-size: 20px;
	line-height: 32px;
	color: #474747;
}
#tedavidetay1 .yazilar .yazi1 p strong {
	font-weight: 400;
	font-size: 56px;
	line-height: 66px;
	color: #1B344F;
}

/*------------------tedavidetay2----------------------*/

#tedavidetay2 {
	position:relative;
	z-index:10;
	padding:10px 0px;
	background:#EEF3F7;
}
#tedavidetay2 .alan {
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
}
#tedavidetay2 .alan .kutu {
	padding:10px;
	border-right:1px solid #DDDFEA;
	text-align: center;
}
#tedavidetay2 .alan .kutu:last-child {
	border-right:0px solid #DDDFEA;
}
#tedavidetay2 .alan .kutu small {
	display:block;
	font-weight: 600;
	font-size: 18px;
	line-height: 24px;
	text-align: center;
	color: #8EB6C7;
	margin-bottom:8px;
}
#tedavidetay2 .alan .kutu b {
	display:block;
	font-weight: 400;
	font-size: 14px;
	line-height: 31px;
	text-align: center;
	color: #1B344F;
}

/*------------------tedavidetay3----------------------*/

#tedavidetay3 {
	position:relative;
	z-index:10;
	padding:50px 0px;
	background:url('../img/filigran-4.png') #EEF3F7;
	background-size:50% auto;
	background-repeat:no-repeat;
	background-position:left top;
}
#tedavidetay3 .yazilar {
	display:flex;
	flex-direction:column;
	justify-content:center;
	height:100%;
}
#tedavidetay3 .yazilar .ic {
	padding:50px;
	background:#fff;
}
#tedavidetay3 .yazilar .yazi1 p {
	font-weight: 400;
	font-size: 17px;
	line-height: 30px;
	color: #474747;
}
#tedavidetay3 .yazilar .yazi1 h2 {
    font-size: 34px;
    font-weight: 700;
    line-height: 40px;
    margin-bottom: 10px;
	margin-top:20px;
}
#tedavidetay3 .yazilar .yazi1 h3 {
    font-size: 30px;
    font-weight: 700;
    line-height: 36px;
    margin-bottom: 10px;
	margin-top:20px;
}
#tedavidetay3 .yazilar .yazi1 h4 {
    font-size: 26px;
    font-weight: 700;
    line-height: 32px;
    margin-bottom: 10px;
	margin-top:20px;
}
#tedavidetay3 .yazilar .yazi1 li {
	font-weight: 400;
	font-size: 17px;
	line-height: 30px;
	color: #474747;
	margin: 2px 0px;
}
#tedavidetay3 .yazilar .yazi1 ul, ol {
	padding-left:20px;
	margin-bottom:10px;
}
#tedavidetay3 .yazilar .yazi1 p strong {
	font-weight: 600;
    font-size: 20px;
    line-height: 46px;
    color: #1B344F;
}
#tedavidetay3 .resim {
	position:relative;
	z-index:20;
	margin-left:20px;
}
#tedavidetay3 .resim img {
	width:100%;
    border-radius: 20px;
}
#tedavidetay3 .resim:after {
	position:absolute;
	content:"";
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	z-index:5;
	background: linear-gradient(193.55deg, rgba(0, 0, 0, 0) 48.27%, #A2C7D6 97.1%);
	border-radius: 20px;

}
#tedavidetay3 .resim:before {
	position:absolute;
	content:"";
	top:30px;
	left:30px;
	width:100%;
	height:100%;
	z-index:-1;
	background:#035575;
	display:none;
}

/*------------------tedavidetay3----------------------*/

#tedavidetay4 {
	position:relative;
	z-index:10;
	padding:50px 0px;
	background:url('../img/filigran-3.png') #EEF3F7;
	background-size:50% auto;
	background-repeat:no-repeat;
	background-position:left top;
}
#tedavidetay4 .yazilar {
	display:flex;
	flex-direction:column;
	justify-content:center;
	height:100%;
}
#tedavidetay4 .yazilar .ic {
	padding:20px 50px;
	background:#EEF3F7;
}
#tedavidetay4 .yazilar .yazi1 p {
	font-weight: 400;
	font-size: 17px;
	line-height: 30px;
	color: #474747;
}
#tedavidetay4 .yazilar .yazi1 p strong {
	font-weight: 600;
    font-size: 17px;
    line-height: 46px;
    color: #1B344F;
}
#tedavidetay4 .yazilar .yazi1 h2 {
    font-size: 34px;
    font-weight: 700;
    line-height: 40px;
    margin-bottom: 10px;
	margin-top:20px;
}
#tedavidetay4 .yazilar .yazi1 h3 {
    font-size: 30px;
    font-weight: 700;
    line-height: 36px;
    margin-bottom: 10px;
	margin-top:20px;
}
#tedavidetay4 .yazilar .yazi1 h4 {
    font-size: 26px;
    font-weight: 700;
    line-height: 32px;
    margin-bottom: 10px;
	margin-top:20px;
}
#tedavidetay4 .yazilar .yazi1 li {
	font-weight: 400;
	font-size: 17px;
	line-height: 30px;
	color: #474747;
	margin: 2px 0px;
}
#tedavidetay4 .yazilar .yazi1 ul, ol {
	padding-left:20px;
	margin-bottom:10px;
}
#tedavidetay4 .resim {
	position:relative;
	z-index:20;
}
#tedavidetay4 .resim img {
	width:100%;
	border-radius:20px;
}
#tedavidetay4 .resim:before {
	position:absolute;
	content:"";
	bottom:-30px;
	left:-30px;
	width:90px;
	height:50%;
	z-index:5;
	background: radial-gradient(710.39% 311.04% at 341.3% 113.58%, #1A3457 0%, #77AABF 31.4%, #B3DAEA 65.17%, #D8F4FF 100%);
	display:none;
}

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

#sss {
	position:relative;
	z-index:10;
	padding:30px 0px;
	background:#EEF3F7;
}
.accordion-item {
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.125);
    margin-bottom: 20px;
}
.accordion-button:not(.collapsed) {
    color: #000000;
    font-weight: 600;
    background-color: #ffffff;
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.125);
}

/*------------------servislerpage----------------------*/

#servislerpage {
	position:relative;
	z-index:10;
	padding:50px 0px;
	background:url('../img/filigran-3.png') #EEF3F7;
	background-size:50% auto;
	background-repeat:no-repeat;
	background-position:left top;
}
#servislerpage .item {
	margin-bottom:30px;
}
#servislerpage .item .adi {
	color: #1B344F;
    font-size: 36px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px;
    margin-bottom: 30px;
}
#servislerpage .item .resim {
	width:100%;
	border-radius:20px;
	margin-bottom:17px;
}
#servislerpage .item .yazi1 {
	color: #474747;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    margin-bottom: 30px;
}

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

#blogdetay {
	position:relative;
	z-index:10;
	padding:30px 0px;
	background:url('../img/filigran-3.png') #EEF3F7;
	background-size:50% auto;
	background-repeat:no-repeat;
	background-position:left top;
}
#blogdetay .baslik {
	position:relative;
	z-index:10;
	font-weight: 600;
	font-size: 56px;
	line-height: 66px;
	color: #1B344F;
	padding:10px;
	background:#EEF3F7;
	margin-bottom:-20px;
	text-align:center;
}
#blogdetay .resim {
	position:relative;
	z-index:5;
	width:100%;
	border-radius:20px;
}
#blogdetay .aciklama {
	padding:15px 0px;
}

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

#iletisimpage {
	position:relative;
	z-index:10;
	padding:30px 0px;
	background:url('../img/filigran-3.png') #EEF3F7;
	background-size:50% auto;
	background-repeat:no-repeat;
	background-position:left top;
}
#iletisimpage .bilgi {
	display:flex;
	flex-wrap:wrap;
	align-items:center;
	margin-bottom:10px;
}
#iletisimpage .bilgi .icon {
	display:flex;
	align-items:center;
	justify-content:center;
	width: 64px;
	height: 64px;
	border-radius:32px;
	font-size:30px;
	color: #fff;
	background: #A2C7D6;
}
#iletisimpage .bilgi .yazi {
	width: calc(100% - 64px);
	padding-left:10px;
	font-weight: 600;
	font-size: 22px;
	line-height: 26px;
	color: #1A3357;
}
#iletisimpage .bilgi .yazi small {
	display:block;
	font-weight: 500;
	font-size: 16px;
	line-height: 19px;
	color: #6DBACC;
}
#iletisimpage .form {
	position:relative;
	z-index:20;
	display:flex;
	flex-direction:column;
	justify-content:center;
	height:100%;
	padding:50px;
	background:#fff;
}
#iletisimpage .form .form-control {
	height:64px;
	background: #FFFFFF;
	border: 1px solid rgba(27, 52, 79, 0.15);
}
#iletisimpage .form textarea.form-control {
	height:100px;
}
#iletisimpage iframe {
	position:relative;
	z-index:10;
	width:100%;
	height:500px;
	margin-top:-100px;
}

/*------------------nedenbiz----------------------*/

#nedenbiz {
	position:relative;
	z-index:10;
	padding:30px 0px;
	background:url('../img/filigran-3.png') #EEF3F7;
	background-size:50% auto;
	background-repeat:no-repeat;
	background-position:left top;
}
#nedenbiz .item {
	position:relative;
	z-index:10;
	padding:30px 10px;
	background:#fff;
	border-bottom:3px solid #A2C7D6;
	margin-top:75px;
	margin-bottom:25px;
	text-align:center;
}
#nedenbiz .item .icon {
	position:relative;
	display:inline-flex;
	align-items:center;
	justify-content:center;
	width:150px;
	height:150px;
	background: #FFFFFF;
	box-shadow: 0px 4px 60px rgba(26, 51, 87, 0.12);
	border-radius: 75px;
	margin-bottom:14px;
	margin-top:-75px;
}
#nedenbiz .item .icon img {
	max-width:50%;
	max-height:50%;
}
#nedenbiz .item .yazi1 {
	font-weight: 400;
    font-size: 26px;
    line-height: 40px;
    text-align: center;
    color: #1B344F;
    margin-bottom: 10px;
}
#nedenbiz .item .yazi2 {
	font-weight: 400;
	font-size: 16px;
	line-height: 26px;
	text-align: center;
	color: #474747;
	margin-bottom:10px;
}
#nedenbiz .item2 .resim {
	width:100%;
	aspect-ratio:600/400;
	border-radius:20px;
}
#nedenbiz .item1 {
	position:relative;
	z-index:10;
	padding:30px 10px;
	background:#fff;
	border-bottom:3px solid #A2C7D6;
	margin-bottom:15px;
	text-align:left;
}
#nedenbiz .item1 .icon {
	position:relative;
	display:inline-flex;
	align-items:center;
	justify-content:center;
	width:150px;
	height:150px;
	background: #FFFFFF;
	box-shadow: 0px 4px 60px rgba(26, 51, 87, 0.12);
	border-radius: 75px;
	margin-bottom:14px;
	margin-top:-75px;
}
#nedenbiz .item1 .icon img {
	max-width:50%;
	max-height:50%;
}
#nedenbiz .item1 .yazi1 {
	font-weight: 400;
    font-size: 26px;
    line-height: 40px;
    text-align: left;
    color: #1B344F;
    margin-bottom: 10px;
}
#nedenbiz .item1 .yazi2 {
	font-weight: 400;
	font-size: 16px;
	line-height: 26px;
	text-align: left;
	color: #474747;
	margin-bottom:10px;
}

/*------------------degerler----------------------*/

#degerler {
	position:relative;
	z-index:10;
	padding:30px 0px;
	background:#EEF3F7;
}
#degerler .baslik {
	font-weight: 400;
	font-size: 56px;
	line-height: 66px;
	color: #1B344F;
	margin-bottom:40px;
}
#degerler .item {
	position:relative;
	z-index:10;
	padding:10px 10px;
	background:#fff;
	margin-top:50px;
	margin-bottom:10px;
	text-align:center;
}
#degerler .item .icon {
	position:relative;
	display:inline-flex;
	align-items:center;
	justify-content:center;
	width:100px;
	height:100px;
	background: #FFFFFF;
	border-radius: 75px;
	margin-bottom:10px;
	margin-top:-50px;
}
#degerler .item .icon img {
	max-width:50%;
	max-height:50%;
}
#degerler .item .yazi1 {
	font-weight: 500;
	font-size: 22px;
	line-height: 26px;
	text-align: center;
	color: #474747;
	margin-bottom:10px;
}

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

#ekibimiz {
	position:relative;
	z-index:10;
	padding:30px 0px;
	background:url('../img/filigran-3.png') #EEF3F7;
	background-size:50% auto;
	background-repeat:no-repeat;
	background-position:left top;
}

.doktoritem {
	position:relative;
	display:block;
	text-align:center;
	margin-bottom:20px;
}
.doktoritem .resim {
	display:block;
	text-align:center;
	margin-bottom:15px;
}
.doktoritem .resim img {
	width:100%;
	aspect-ratio:244/244;
	max-width:244px;
	max-height:244px;
	border-radius:200px;
}
.doktoritem .yazi1 {
	display:block;
	font-weight: 400;
	font-size: 26px;
	line-height: 31px;
	text-align: center;
	color: #1B344F;
	margin-bottom:10px;
}
.doktoritem .yazi2 {
	display:block;
	font-weight: 400;
	font-size: 18px;
	line-height: 22px;
	text-align: center;
	color: #474747;
	margin-bottom:10px;
}
.doktoritem .sosyal {
	display:flex;
	justify-content:center;
	align-items:center;
	grid-column-gap:10px;
	font-size: 26px;
	color: #1B344F;
}
.doktoritem .sosyal a {
	font-size: 26px;
	color: #1B344F;
}