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


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

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

body {
	position:relative;
	font-family: "Montserrat", sans-serif;
	background:#E5F1FF;
}


:root {
  --anarenk: #2B4B70;
  --kirmizi: #ea0005;
  --gri: #9D9E9D;
  --siyah: #1f1f1f;
  --krem: #fcfcf9;
  --turuncu: #FF8040;
  --font2: "Lobster", sans-serif;
}

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

.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 20px;
	height:50px;
	border-radius:20px;
	font-weight: 400;
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	text-align: center;
}
.btn.btn-sm {
	padding:0px 20px;
	height:41px;
	border-radius:30px;
	font-size: 16px;
}
.btn-turuncu {
	color:#fff;
	background:var(--turuncu);
	border:1px solid var(--turuncu);
}
.btn-turuncu:hover {
	color:#fff;
	background:var(--anarenk);
	border:1px solid var(--anarenk);
}
.btn-ana {
	color:#fff;
	background:var(--anarenk);
	border:1px solid var(--anarenk);
}
.btn-ana:hover {
	color:#fff;
	background:var(--turuncu);
	border:1px solid var(--turuncu);
}


/*------------------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;
    margin-left: 15px;
}
.aciklama ul li ,
.aciklama ol li 
{
	position:relative;
	font-weight: 500;
    font-size: 16px;
    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;
	max-height:300px;
	object-fit:cover;
	margin-bottom:25px;
}
.aciklama h2 {
	font-weight: 700;
	font-size: 28px;
	line-height: 32px;
	color: var(--yesil);
	margin:10px 0px;
}
.aciklama h3 {
	font-weight: 700;
	font-size: 25px;
	line-height: 32px;
	color: var(--yesil);
	margin:10px 0px;
}
.aciklama h4 {
	font-weight: 700;
	font-size: 22px;
	line-height: 32px;
	color: var(--yesil);
	margin:10px 0px;
}
.aciklama h5 {
	font-weight: 700;
	font-size: 22px;
	line-height: 32px;
	color: var(--yesil);
	margin:10px 0px;
}
.aciklama p 
{
	font-weight: 500;
	font-size: 16px;
	line-height: 24px;
	color: var(--yesil);
	opacity: 1;
	margin-bottom:20px;
}
/*------------------header----------------------*/

#header {
	position:relative;
	z-index:999;
	transition:all 0.3s ease;
}
#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;
	grid-gap:20px;
	padding:10px 40px;
}
#header .ust {
	background:var(--anarenk);
}
#header .ust .bilgi {
	display:flex;
	align-items:center;
	grid-gap:4px;
	color: #FFF;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
#header .ust .bilgi i {
	font-size: 20px;
}
#header .ust .sosyal {
	display:flex;
	align-items:center;
	grid-gap:14px;
	margin-left:auto;
}
#header .ust .sosyal a {
	color: #FFF;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}

#header .alt {
	padding:10px 0px;
}

#header .alan .logo {
}
#header .alan .logo img {
	height:76px;
}

#header .menu {
	margin-left:auto;
	margin-right:auto;
}
#header .menu ul {
	list-style:none;
	display:flex;
	align-items:center;
	justify-content:center;
	grid-column-gap:20px;
}
#header .menu .link-li {
	position:relative;
}
#header .menu .link-item {
	position:relative;
	display:inline-block;
	color: #000;
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}

#header .menu .link-li:hover .acilan {
	display:block;
}
#header .menu .acilan ul {
	display:flex;
	align-items:flex-start;
	flex-direction:column;
	grid-column-gap:0px;
	grid-row-gap:10px;
	padding:0px;
}
#header .menu .acilan .link-item {
    line-height: 24px;
    color: #000;
    padding: 0px 0px;
    border-bottom: 1px #000 solid;
}
#header .menu .acilan .link-item:hover {
    color: #FF8040;
}


#header .menu .acilan {
    position: absolute;
    top: calc(100% - 3px);
    left: 0;
    width: 250px;
    padding: 5px 10px;
    border-radius: 0;
    background: #ffffff;
    box-shadow: 15px 15px 21px rgb(43 75 112);
    border-top: 5px solid var(--anarenk);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px); /* hafif yukarıda başlasın */
    transition:
        opacity 0.3s ease,
        transform 0.3s ease,
        visibility 0.3s ease;
    z-index: 999;
}
#header .menu li:hover > .acilan {
    opacity: 1;
    visibility: visible;
    transform: translateY(0); /* aşağı kayarak yerine gelsin */
}


#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:54px;
	height:54px;
	border-radius: 5px;
	font-weight: 700;
	font-size: 16px;
	line-height: 24px;
	color: #000;
	border:1px solid #000;
	text-transform:uppercase;
}
#header .dil .default img {
	height:15px;
	margin-right:5px;
}
#header .dil .default i {
	color:#000;
	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:80px;
	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: 16px;
	line-height: 24px;
	color: #000;
	border:1px solid rgba(0,0,0,0.4);
	text-transform:uppercase;
}
#mobilheader .dil .default img {
	height:15px;
	margin-right:5px;
}
#mobilheader .dil .default i {
	color:#fff;
	font-size:20px;
}

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


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


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

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

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

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

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

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


/*------------------slider----------------------*/

#slider {
	position:relative;
}
#slider .item {
	position:relative;
}
#slider .item .anaresim {
	width:100%;
	max-height:100vh;
	border-radius:70px;
	object-fit:cover;
}
#slider .item .bilgi {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	display:flex;
	align-items:center;
	background:rgba(2, 57, 90, 0.7);
	border-radius:70px;
	z-index:5;
}
#slider .item .bilgi .yazi1 {
	color: #FFF;
	font-size: 44px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	margin-bottom:20px;
}
#slider .item .bilgi .yazi2 {
	color: #FFF;
	font-size: 28px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
#slider .item .bilgi .butonlar {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 60px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 70px;
}

#slider .item .bilgi .butonlar .randevu,
#slider .item .bilgi .butonlar .wp {
	width: auto;
	padding:0px 20px;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 18px;
	font-weight: 600;
	transform: rotate(-90deg);
	transform-origin: center;
	border-radius: 20px 20px 0 0;
	cursor: pointer;
}
#slider .item .bilgi .butonlar .randevu {
	background: var(--turuncu);
	min-width:180px;
}

#slider .item .bilgi .butonlar .wp {
	background: #25CC45;
	font-size:24px;
}


#slider .slider-button-prev ,
#slider .slider-button-next 
{
	position:absolute;
	display:flex;
	align-items:center;
	justify-content:center;
	width:60px;
	height:60px;
	border-radius:30px;
	font-size:30px;
	color:#fff;
	border:1px solid #fff;
	z-index:10;
}
#slider .slider-button-prev:hover ,
#slider .slider-button-next:hover 
{
	color:#fff;
	border:1px solid #fff;
	background:var(--anarenk);
}
#slider .slider-button-next 
{
	right:100px;
	bottom:160px;
}
#slider .slider-button-prev 
{
	right:100px;
	bottom:80px;
}
#slider .alt {
	position:relative;
	z-index:50;
	margin-top:-100px;
}
#slider .alt .alan {
	padding:0px 40px;
}
#slider .alt .sol {
	position:relative;
	display:flex;
	flex-direction:column;
	justify-content:center;
	padding:20px 40px;
	height:100%;
	background:var(--anarenk);
	border-radius:40px;
	z-index:10;
}
#slider .alt .sol:before {
	position:absolute;
	content:"";
	bottom:0px;
	left:0px;
	width:100%;
	height:100%;
	background:url('../img/filigran-2.png');
	background-repeat:no-repeat;
	background-size:100% auto;
	background-position:center bottom;
	border-radius:40px;
	z-index:-1;
}
#slider .alt .sol .yazi {
	color: #FFF;
	font-size: 30px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}
#slider .alt .form {
	display:flex;
	flex-direction:column;
	align-items:center;
	grid-gap:7px;
	background:var(--turuncu);
	border-radius:40px;
	padding:30px;
}
#slider .alt .form form {
	display:flex;
	flex-direction:column;
	align-items:center;
	grid-gap:7px;
	width:100%;
}
#slider .alt .form .form-control {
	border-radius:30px;
}
#slider .alt .form textarea.form-control {
	height:100px;
}

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

#hakkimizda {
	position:relative;
	padding:60px 0px;
	background:url('../img/filigran-1.png');
}
#hakkimizda .resim {
	width:100%;
}
#hakkimizda .yazi1 {
	color: #000;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	margin-bottom:30px;
}

/*------------------hizmetler----------------------*/

#hizmetler {
	position:relative;
	padding:60px 0px;
	background:url('../img/filigran-1.png');
}
#hizmetler .anabaslik {
	color: #000;
	font-size: 24px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	text-align:center;
	margin-bottom:10px;
}
#hizmetler .anadesc {
	position:relative;
	text-align:center;
	margin-bottom:60px;
}
#hizmetler .anadesc span {
	position:relative;
	display:inline-block;
	color: #2B4B70;
	font-family: var(--font2);
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	padding:0px 20px;
}
#hizmetler .anadesc span:before {
	position:absolute;
	content:"";
	top:calc(50% - 1px);
	right:100%;
	width:100vw;
	height:2px;
	background:var(--anarenk);
}
#hizmetler .anadesc span:after {
	position:absolute;
	content:"";
	top:calc(50% - 1px);
	left:100%;
	width:100vw;
	height:2px;
	background:var(--anarenk);
}

.hizmetitem {
	position:relative;
	display:block;
	padding:30px;
	border-radius:30px;
	background-size:auto 100% !important;
	background-repeat:no-repeat !important;
	background-position:right center !important;
}
.hizmetitem .bilgi {
	display:flex;
	flex-direction:column;
	align-items:flex-start;
	justify-content:center;
	height:100%;
	grid-gap:10px;
	width:70%;
}
.hizmetitem .bilgi .icon {
	height:50px;
}
.hizmetitem .bilgi .adi {
	color: #000;
	font-size: 22px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.hizmetitem .bilgi .desc {
	color: #000;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}

/*------------------hizmetler----------------------*/

#videolar {
	position:relative;
	padding:60px 0px;
	background:linear-gradient(226deg, #365579 1.53%, #4673A8 15.71%, #3E6491 32.64%, #1B2B3D 100%);
}
#videolar .anabaslik {
	color: #fff;
	font-size: 24px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	text-align:center;
	margin-bottom:10px;
}
#videolar .anadesc {
	position:relative;
	text-align:center;
	margin-bottom:60px;
}
#videolar .anadesc span {
	position:relative;
	display:inline-block;
	color: #fff;
	font-family: var(--font2);
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	padding:0px 20px;
}
#videolar .anadesc span:before {
	position:absolute;
	content:"";
	top:calc(50% - 1px);
	right:100%;
	width:100vw;
	height:2px;
	background:#fff;
}
#videolar .anadesc span:after {
	position:absolute;
	content:"";
	top:calc(50% - 1px);
	left:100%;
	width:100vw;
	height:2px;
	background:#fff;
}

.videoitem {
	position:relative;
	display:block;
}
.videoitem .resim {
	position:relative;
	display:block;
}
.videoitem .resim .res {
	width:100%;
	aspect-ratio:641/370;
	object-fit:cover;
	object-position:center;
	border-radius:36px;
}
.videoitem .resim .icon {
	position:absolute;
	top:calc(50% - 40px);
	left:calc(50% - 55px);
	width:110px;
	height:80px;
}
.videoitem .bilgi {
	padding:10px 30px;
}
.videoitem .bilgi .adi {
	color: #FFF;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	margin-bottom:10px;
}
.videoitem .bilgi .desc {
	color: #FFF;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}

/*------------------mutluhastalar----------------------*/

#mutluhastalar {
	position:relative;
	padding:60px 0px;
	background:url('../img/filigran-1.png');
}
#mutluhastalar .anabaslik {
	color: #000;
	font-size: 24px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	text-align:center;
	margin-bottom:10px;
}
#mutluhastalar .anadesc {
	position:relative;
	text-align:center;
	margin-bottom:60px;
}
#mutluhastalar .anadesc span {
	position:relative;
	display:inline-block;
	color: #2B4B70;
	font-family: var(--font2);
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	padding:0px 20px;
}
#mutluhastalar .anadesc span:before {
	position:absolute;
	content:"";
	top:calc(50% - 1px);
	right:100%;
	width:100vw;
	height:2px;
	background:var(--anarenk);
}
#mutluhastalar .anadesc span:after {
	position:absolute;
	content:"";
	top:calc(50% - 1px);
	left:100%;
	width:100vw;
	height:2px;
	background:var(--anarenk);
}
#mutluhastalar .item {
	position:relative;
	display:block;
	scale:0.9;
}
#mutluhastalar .swiper-slide-next .item {
	scale:1;
}
#mutluhastalar .item .resim {
	width:100%;
	aspect-ratio:414/579;
	object-fit:cover;
	object-position:center;
	border-radius:40px;
}

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

#yorumlar {
	position:relative;
	padding:60px 0px;
	z-index:20;
	background: linear-gradient(226deg, #2B4B70 1.38%, #4673A8 19.53%, #2E4C71 56.8%, #1B2C3D 100%);
}
#yorumlar:before {
	position:absolute;
	content:"";
	top:10%;
	left:10%;
	width:80%;
	height:80%;
	background:url('../img/filigran-3.png');
	background-repeat:no-repeat;
	background-size:contain;
	background-position:center;
	z-index:-1;
}
#yorumlar .ust {
	margin-bottom:30px;
}
#yorumlar .alt {
	margin-top:30px;
}
#yorumlar .ust .baslik {
	color: #FFF;
	font-size: 25px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
#yorumlar .logolar {
	display:flex;
	align-items:center;
	justify-content:center;
	grid-gap:10px;
}
#yorumlar .logolar img {
	max-height:40px;
}
#yorumlar .butonlar {
	display:flex;
	align-items:center;
	justify-content:flex-end;
	grid-gap:10px;
}
#yorumlar .butonlar div {
	display:flex;
	align-items:center;
	justify-content:center;
	width:36px;
	height:36px;
	border-radius:50%;
	background:var(--turuncu);
	font-size:16px;
	color:#fff;
}

.yorumitem {
	position:relative;
	display:flex;
	flex-direction:column;
	grid-gap:15px;
	background:#fff;
	border-radius:20px;
	padding:20px;
	min-height: 200px;
}
.yorumitem .yorumust {
	display:flex;
	align-items:center;
}
.yorumitem .yorumust .adi {
	color: #464646;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	margin-right:auto;
}
.yorumitem .yorumust .yildiz {
	display:flex;
	align-items:center;
	font-size:16px;
	color:#EEC35D;
}
.yorumitem .yorum {
	color: #464646;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}

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

#ekibimiz {
	position:relative;
	padding:100px 0px;
	background:linear-gradient(226deg, #365579 1.53%, #4673A8 15.71%, #3E6491 32.64%, #1B2B3D 100%);
}
#ekibimiz .anabaslik {
	color: #fff;
	font-size: 24px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	text-align:center;
	margin-bottom:10px;
}
#ekibimiz .anadesc {
	position:relative;
	text-align:center;
	margin-bottom:60px;
}
#ekibimiz .anadesc span {
	position:relative;
	display:inline-block;
	color: #fff;
	font-family: var(--font2);
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	padding:0px 20px;
}
#ekibimiz .anadesc span:before {
	position:absolute;
	content:"";
	top:calc(50% - 1px);
	right:100%;
	width:100vw;
	height:2px;
	background:#fff;
}
#ekibimiz .anadesc span:after {
	position:absolute;
	content:"";
	top:calc(50% - 1px);
	left:100%;
	width:100vw;
	height:2px;
	background:#fff;
}

.ekipitem {
	position:relative;
	display:flex;
	flex-direction:column;
	align-items:flex-start;
	grid-gap:10px;
}
.ekipitem .resim {
	padding:15px 15px 0px 15px;
	background:#fff;
	border-radius:10px;
}
.ekipitem .resim .res {
	width:100%;
	aspect-ratio:383/552;
	object-fit:cover;
	object-position:center;
}
.ekipitem .adi {
	color: #FFF;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.ekipitem .uzmanlik {
	color: #FFF;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.ekipitem .buton {
	padding:5px 10px;
	border-radius:20px;
	background:var(--turuncu);
	color: #FFF;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}

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

#iletisimalt {
	position:relative;
	padding:60px 0px;
	background:linear-gradient(226deg, #365579 1.53%, #4673A8 15.71%, #3E6491 32.64%, #1B2B3D 100%);
	z-index:20;
}
#iletisimalt:before {
	position:absolute;
	content:"";
	bottom:0px;
	left:0px;
	width:100%;
	height:50%;
	background:url('../img/filigran-1.png') #E5F1FF;
	z-index:-1;
}
#iletisimalt.page:before {
	position:absolute;
	content:"";
	bottom:0px;
	left:0px;
	width:100%;
	height:100%;
	background:url('../img/filigran-1.png') #E5F1FF;
	z-index:-1;
}
#iletisimalt .anabaslik {
	color: #fff;
	font-size: 24px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	text-align:center;
	margin-bottom:10px;
}
#iletisimalt .anadesc {
	position:relative;
	text-align:center;
	margin-bottom:60px;
}
#iletisimalt .anadesc span {
	position:relative;
	display:inline-block;
	color: #fff;
	font-family: var(--font2);
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	padding:0px 20px;
}
#iletisimalt .anadesc span:before {
	position:absolute;
	content:"";
	top:calc(50% - 1px);
	right:100%;
	width:100vw;
	height:2px;
	background:#fff;
}
#iletisimalt .anadesc span:after {
	position:absolute;
	content:"";
	top:calc(50% - 1px);
	left:100%;
	width:100vw;
	height:2px;
	background:#fff;
}
#iletisimalt iframe {
	width:100%;
	height:300px;
	margin-bottom:10px;
}
#iletisimalt .adres {
	color: #9A9A9A;
	font-size: 12px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-align:center;
	margin-bottom:10px;
}
#iletisimalt .buton {
	text-align:center;
}
#iletisimalt form {
	display:flex;
	flex-direction:column;
	align-items:center;
	grid-gap:13px;
}
#iletisimalt form .form-control {
	border-radius:20px;
}
#iletisimalt form textarea.form-control {
	height:100px;
}

#iletisimalt .whatsapp ,
#iletisimalt .destek 
{
	position:relative;
	display:flex;
	flex-direction:column;
	align-items:center;
	justify-content:center;
	grid-gap:10px;
	height:100%;
	border-radius:30px;
	padding:30px;
}
#iletisimalt .whatsapp {
	background:#24CC45;
}
#iletisimalt .destek {
	background:#FE8041;
}
#iletisimalt .whatsapp .icon ,
#iletisimalt .destek .icon 
{
	font-size:40px;
	color:#fff;
}
#iletisimalt .whatsapp .yazi1 ,
#iletisimalt .destek .yazi1 
{
	color: #FFF;
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
#iletisimalt .whatsapp .yazi2 ,
#iletisimalt .destek .yazi2 
{
	color: #FFF;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	padding:5px 40px;
	border-radius:30px;
}
#iletisimalt .whatsapp .yazi2 {
	background:#1EAF3B;
}
#iletisimalt .destek .yazi2 {
	background:#F4651E;
}
#iletisimalt .ilbilgi {
	display:flex;
	flex-wrap:wrap;
	align-items:center;
}
#iletisimalt .ilbilgi .icon {
	display:flex;
	align-items:center;
	justify-content:center;
	width:40px;
	height:40px;
	font-size:25px;
	color:#000;
	border-right:1px solid #000;
}
#iletisimalt .ilbilgi .yazi {
	width:calc(100% - 40px);
	padding-left:10px;
}
#iletisimalt .ilbilgi .yazi b {
	display:block;
	color: #000;
	font-size: 15px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
#iletisimalt .ilbilgi .yazi small {
	display:block;
	color: #000;
	font-size: 13px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
#iletisimalt .sosyalbas {
	color: #000;
	font-size: 15px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-align:center;
	margin-bottom:10px;
}
#iletisimalt .sosyal {
	display:flex;
	align-items:center;
	justify-content:center;
	grid-gap:14px;
}
#iletisimalt .sosyal a {
	color: #000;
	font-size: 24px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}

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

#footer {
	position:relative;
	padding:40px 0px;
	background: #2B4B70;
	z-index:20;
}
#footer .menubas {
	display:block;
	color: #FFF;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: 36px;
}
#footer .menulink {
	display:block;
	color: #FFF;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 24px;
}
#footer .logo img  {
	height:80px;
}
#footer .adres  {
	color: #FFF;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-align:right;
	margin-bottom:10px;
}

#footer .sosyal {
	display:flex;
	align-items:center;
	grid-gap:14px;
	margin-left:auto;
}
#footer .sosyal a {
	color: #FFF;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}

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

#bread {
	position:relative;
	padding:60px 0px;
	background: #2B4B70;
	z-index:20;
}
#bread .yazi1 {
	color: #FFF;
	font-size: 28px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	margin-bottom:10px;
}
#bread .yazi2 {
	color: #FFF;
	font-family: var(--font2);
	font-size: 22px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin-bottom:10px;
}
#bread .resim {
	position:absolute;
	top:0px;
	right:0px;
	width:50%;
	height:100%;
	object-fit:cover;
	object-position:center;
}

/*------------------hakkimizdapage----------------------*/

#hakkimizdapage {
	position:relative;
	padding:100px 0px;
	background:url('../img/filigran-1.png');
}
#hakkimizdapage .resim {
	width:100%;
}

/*------------------tedavidetay----------------------*/

#tedavidetay {
	position:relative;
	padding:100px 0px;
	background:url('../img/filigran-1.png');
}
#tedavidetay .sol {
	position:relative;
	padding:30px;
	border-radius:30px;
	background:#fff;
	display:flex;
	flex-direction:column;
	grid-gap:10px;
}
#tedavidetay .sol .bas {
	color: #000;
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}
#tedavidetay .sol a {
	color: #000;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
#tedavidetay .sol a.active {
	text-decoration:underline;
}

.basinitem {
	position:relative;
	display:block;
}
.basinitem .resim {
	position:relative;
	display:block;
}
.basinitem .resim .res {
	width:100%;
	aspect-ratio:641/370;
	object-fit:cover;
	object-position:center;
	border-radius:36px;
}
.basinitem .resim .icon {
	position:absolute;
	top:calc(50% - 40px);
	left:calc(50% - 55px);
	width:110px;
	height:80px;
}
.basinitem .bilgi {
	padding:10px 30px;
}
.basinitem .bilgi .adi {
	color: #000;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	margin-bottom:10px;
}
.basinitem .bilgi .desc {
	color: #000;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}

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

.hekimitempage .hekimresim {
	padding:15px 15px 0px 15px;
	background:#fff;
	border-radius:10px;
}
.hekimitempage .hekimresim .hekimres {
	width:100%;
	aspect-ratio:383/452;
	object-fit:cover;
	object-position:center;
}
.hekimitempage .bilgiler {
	grid-gap:15px;
}
.hekimitempage .bilgiler .adi {
	color: #000;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.hekimitempage .bilgiler .uzmanlik {
	color: #000;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.hekimitempage .bilgiler .desc {
	color: #000;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.hekimitempage .bilgiler .butonlar {
	display:flex;
	align-items:center;
	grid-gap:20px;
	color: #000;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.hekimitempage .bilgiler .butonlar a {
	color: #000;
}
.hekimitempage .basinitem {
	border-radius:36px;
	padding:5px;
	background:#fff;
}
/*------------------duyurularpage----------------------*/

#duyurularpage {
	position:relative;
	padding:100px 0px;
	background:url('../img/filigran-1.png');
}
#duyurularpage .tablar {
	display:flex;
	align-items:center;
	justify-content:center;
	grid-gap:20px;
	margin-bottom:40px;
}
#duyurularpage .tablar a {
	color: #818181;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
#duyurularpage .tablar a.active {
	color: #000;
	text-decoration:underline;
}

.duyuruitem {
	position:relative;
	display:block;
}
.duyuruitem .resim {
	width:100%;
	border-radius:30px;
}
.duyuruitem .adi {
	color: #000;
	font-size: 25px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	margin-bottom:5px;
}
.duyuruitem .desc {
	color: #000;
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	margin-bottom:28px;
}
.duyuruitem .tarih {
	color: #000;
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}