@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: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: #031239;
  --kirmizi: #ea0005;
  --gri: #9D9E9D;
  --siyah: #1f1f1f;
  --krem: #fcfcf9;
  --turkuaz: #1D87C8;
}

/* 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;
	grid-gap:10px;
	padding:0px 23px;
	height:43px;
	border-radius:30px;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-align: center;
}
.btn.icon {
	padding:0px 5px 0px 23px;
}
.btn span {
	width:33px;
	height:33px;
	border-radius:50%;
	display:flex;
	align-items:center;
	justify-content:center;
	background:#fff;
	font-size:18px;
	color:var(--turkuaz);
	transform:rotate(-45deg);
}
.btn-turkuaz {
	color: #FFF;
	background:var(--turkuaz);
	border:1px solid var(--turkuaz);
	filter: drop-shadow(0 0 15px rgba(26, 133, 199, 0.47));
}
.btn-turkuaz:hover {
	color: #FFF;
	background:var(--anarenk);
	border:1px solid var(--anarenk);
	filter: drop-shadow(0 0 15px rgba(26, 133, 199, 0.47));
}


.btn-wp {
	color: #FFF;
	background:#33BA45;
	border:1px solid #33BA45;
}
/*------------------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 {
	list-style:none;
	margin-bottom:24px;
}
.aciklama ul li ,
.aciklama ol li 
{
	position:relative;
	padding-left:15px;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	color: var(--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 ,
.aciklama h3 ,
.aciklama h4 ,
.aciklama h5 
{
	font-weight: 700;
	font-size: 24px;
	line-height: 36px;
	color: var(--yesil);
	margin-bottom:20px;
}
.aciklama p 
{
	font-weight: 500;
	font-size: 16px;
	line-height: 24px;
	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;
}
#header .alan {
	display:flex;
	align-items:center;
	grid-gap:20px;
	padding:15px 0px;
}
#header .ust {
	padding:0px 45px;
	background:var(--anarenk);
	border-radius:0px 0px 30px 30px;
}
#header .ust .bilgi {
	display:flex;
	align-items:center;
	grid-gap:5px;
	color: #FFF;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
#header .ust .bilgi i {
	font-size: 20px;
}
#header .ust .sosyal {
	display:flex;
	align-items:center;
	grid-gap:15px;
	margin-left:auto;
}
#header .ust .sosyal a {
	font-size:26px;
	color:#fff;
}
#header .alt .logo {
	margin-right:auto;
}
#header .alt .logo img {
	height:95px;
}
#header .alt .sag {
	background:var(--anarenk);
	border-radius:50px;
	display:flex;
	align-items:center;
	grid-gap:10px;
	padding:10px 20px;
}
.butonwp {
	position:relative;
	display:block;
}
.butonwp img {
	height:43px;
}

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

#header .menu .acilan {
	position:absolute;
	display:none;
	top:calc(100% - 3px);
	right:0px;
	width:200px;
	padding:15px 10px;
	border-radius: 0px;
	background: #031239;
	box-shadow: 0px 2px 30px rgba(0,0,0,0.26);
	border-top:5px solid var(--anarenk);
	border-radius: 10px;
}
#header .menu .link-li:hover .acilan {
	display:block;
}
#header .menu .acilan ul {
	display:flex;
	align-items:flex-end;
	flex-direction:column;
	grid-column-gap:0px;
	grid-row-gap:10px;
	padding:0px;
}
#header .menu .acilan .link-item {
    line-height: 24px;
    color: #fff;
    border-bottom: 2px solid #1d87c8;
    padding: 0px 10px;
}
#header .menu .link-item:hover {
    color: #fff !important;
}


#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:43px;
	height:43px;
	border-radius: 25px;
	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% - 21px);
	width:43px;
	padding-top:10px;
	z-index:100;
	display:none;
	z-index:10000;
}
#header .dil .acilan .default {
	width:43px;
	height:43px;
	border-radius: 25px;
	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: 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%;
	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: #FFF;
	font-size: 60px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	margin-bottom:10px;
}
#slider .item .bilgi .yazi2 {
	color: #FFF;
	font-size: 40px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin-bottom:10px;
}
#slider .item .bilgi .yazi3 {
	color: #FFF;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin-bottom:20px;
}
#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;
}

/*------------------anabaslik----------------------*/

.anabaslik {
	font-size: 54px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}
.anabaslik.light {
	color:#fff;
}
.anabaslik.dark {
	color:#000;
}
.anabaslik span {
	color: #1D87C8;
}
.anadesc {
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.anadesc.light {
	color:#fff;
}
.anadesc.dark {
	color:#000;
}

/*------------------tedaviler----------------------*/

#tedaviler {
	position:relative;
	padding:100px 0px;
	background:var(--anarenk);
}
#tedaviler .anabaslik {
	text-align:center;
	margin-bottom:3px;
}
#tedaviler .anadesc {
	text-align:center;
	margin-bottom:58px;
}

.tedaviitem {
	position:relative;
	display:flex;
	flex-direction:column;
	align-items:flex-start;
	grid-gap:10px;
	padding:20px;
	border-radius:20px;
	background:#F2F2F2;
	min-height:250px;
}

.tedaviitem .icon {
	height:39px;
}
.tedaviitem .adi {
	color: #000;
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}
.tedaviitem .desc {
	color: #000;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

/*------------------kadro----------------------*/

#kadro {
	position:relative;
	padding:100px 0px;
}
#kadro.dark {
	background:var(--anarenk);
}
#kadro .anabaslik {
	text-align:center;
	margin-bottom:3px;
}
#kadro .anadesc {
	text-align:center;
	margin-bottom:58px;
}
#kadro .ust {
	display:flex;
	align-items:center;
	margin-bottom:58px;
}
#kadro .ust .sol {
	margin-right:auto;
}
#kadro .ust .sol .yazi1 {
	position:relative;
	display:inline-block;
	background:#D0D0D0;
	padding:7px 10px 7px 30px;
	border-radius:20px;
	color: #FFF;
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	margin-bottom:3px;
}
#kadro .ust .sol .yazi1:before {
	position:absolute;
	content:"";
	top:13px;
	left:13px;
	width:7px;
	height:7px;
	border-radius:50%;
	background:#fff;
}
#kadro .ust .sol .yazi2 {
	color: #000;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
#kadro.dark .ust .sol .yazi2 {
	color: #fff;
}
#kadro .ust .sag {
	display:flex;
	align-items:center;
	grid-gap:10px;
}
#kadro .ust .sag div {
	display:flex;
	align-items:center;
	justify-content:center;
	height:43px;
	width:43px;
	border-radius:50%;
	background:var(--turkuaz);
	font-size:20px;
	color:#fff;
}

.kadroitem {
	position:relative;
	display:flex;
	flex-direction:column;
	grid-gap:15px;
	background:#C1E8FF;
	padding:8px;
	border-radius:20px;
}
.kadroitem .resim {
	width:100%;
	position:relative;
	display:flex;
	flex-direction:column;
	align-items:center;
	justify-content:flex-end;
	aspect-ratio:232/314;
	background:#1D87C8;
	border-radius:12px;
}
.kadroitem .resim .res {
	width:100%;
	object-fit:cover;
	object-position:center top;
	aspect-ratio: 700 / 1000;
}
.kadroitem .bilgi {
	position:relative;
	display:flex;
	flex-direction:column;
	align-items:center;
	grid-gap:5px;
}
.kadroitem .bilgi .adi {
	color: #000;
	font-size: 15px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}
.kadroitem .bilgi .meslek {
	color: #000;
	font-size: 13px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

/*------------------saglikturizm----------------------*/

#saglikturizm {
	position:relative;
	padding:100px 0px;
	background:var(--anarenk);
}
#saglikturizm .anabaslik {
	text-align:center;
	margin-bottom:3px;
}
#saglikturizm .anadesc {
	text-align:center;
	margin-bottom:58px;
}
#saglikturizm .adimlar {
	display:flex;
	flex-wrap:wrap;
}
#saglikturizm .adimlar .adim {
	position:relative;
	width:25%;
	display:flex;
	flex-direction:column;
	align-items:center;
	grid-gap:10px;
	padding:0px 20px;
}
#saglikturizm .adimlar .adim:before {
	position:absolute;
	content:"";
	top:20%;
	right:0px;
	height:60%;
	width:1px;
	background:#fff;
}
#saglikturizm .adimlar .adim:last-child:before {
	display:none;
}
#saglikturizm .adimlar .adim .icon {
	width:100%;
	height:52px;
	object-fit:contain;
	object-position:center;
}
#saglikturizm .adimlar .adim .adi {
	color: #FFF;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	text-align:center;
}
#saglikturizm .adimlar .adim .desc {
	color: #FFF;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-align:center;
}
/*------------------videolar----------------------*/

#videolar {
	position:relative;
	padding:100px 0px;
	z-index:20;
}
#videolar:before {
	position:absolute;
	content:"";
	top:0px;
	left:0px;
	width:100%;
	height:400px;
	background:var(--anarenk);
	z-index:-1;
}
#videolar.page:before {
	display:none;
}
#videolar .anabaslik {
	text-align:center;
	margin-bottom:3px;
}
#videolar .anadesc {
	text-align:center;
	margin-bottom:58px;
}

.videoitem {
	position:relative;
	display:flex;
	flex-direction:column;
	grid-gap:10px;
}
.videoitem .resim {
	position:relative;
}
.videoitem .resim .res {
	width:100%;
	aspect-ratio:398/245;
	object-fit:cover;
	object-position:center;
	border-radius:34px;
}
.videoitem .resim .play {
	position:absolute;
	top:calc(50% - 20px);
	left:calc(50% - 28px);
	width:56px;
	height:40px;
	display:flex;
	align-items:center;
	justify-content:center;
	background:rgba(255,255,255,0.5);
	backdrop-filter:blur(5px);
	border-radius:8px;
	font-size:24px;
	color:rgba(0,0,0,0.5);
}
.videoitem .adi {
	color: #000;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}
.videoitem .desc {
	color: #000;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.videoitem .bilgi {
	display:flex;
	align-items:center;
    justify-content: space-between;
}
.videoitem .bilgi span {
	color: #8D8D8D;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
/*------------------bloglar----------------------*/

#bloglar {
	position:relative;
	padding:0px 0px;
	z-index:20;
}
#bloglar.page {
	padding:60px 0px;
}
#bloglar:before {
	position:absolute;
	content:"";
	top:10%;
	left:0px;
	width:100%;
	height:80%;
	background:var(--anarenk);
	z-index:-1;
}
#bloglar.page:before {
	display:none;
}
#bloglar .anabaslik {
	margin-bottom:3px;
}
#bloglar .anadesc {
	margin-bottom:58px;
}

.blogitem {
	position:relative;
	display:block;
}
.blogitem .resim {
	width:100%;
	aspect-ratio:756/635;
	object-fit:cover;
	object-position:center;
	border-radius:30px;
}
.blogitem .bilgi {
	position:absolute;
	top:50%;
	left:0px;
	width:100%;
	height:50%;
	display:flex;
	flex-direction:column;
	justify-content:flex-end;
	padding:30px;
	background: linear-gradient(180deg, rgba(3, 18, 57, 0.00) 0%, #031239 100%);
	border-radius:0px 0px 30px 30px;
	grid-gap:10px;
}
.blogitem .bilgi .adi {
	color: #FFF;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}
.blogitem .bilgi .desc {
	color: #FFF;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.blogitem .bilgi .butonlar {
	display:flex;
	align-items:center;
	justify-content:center;
	grid-gap:10px;
}
.blogitem .bilgi .butonlar div {
	display:flex;
	align-items:center;
	justify-content:center;
	height:43px;
	width:43px;
	border-radius:50%;
	background:#fff;
	font-size:20px;
	color:var(--turkuaz);
}

.blogitem .alt {
	display:flex;
	align-items:center;
    justify-content: space-between;
}
.blogitem .alt span {
	color: #8D8D8D;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
/*------------------basindabiz----------------------*/

#basindabiz {
	position:relative;
	padding:100px 0px;
	z-index:20;
}
#basindabiz .anabaslik {
	text-align:center;
	margin-bottom:3px;
}
#basindabiz .anadesc {
	text-align:center;
	margin-bottom:58px;
}

.basindaitem {
	position:relative;
	display:flex;
	flex-wrap:wrap;
	align-items:center;
	background:#EDEDED;
	border-radius:30px;
	overflow:hidden;
}
.basindaitem .resim {
	width:70%;
	aspect-ratio:765/153;
	object-fit:cover;
	object-position:center;
	order:1;
}
.basindaitem.sag .resim {
	order:2;
}
.basindaitem .bilgi {
	width:30%;
	padding:10px 25px;
	order:2;
}
.basindaitem.sag .bilgi {
	order:1;
}
.basindaitem .bilgi .adi {
	color: #000;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}
/*------------------galeri----------------------*/

#galeri {
	position:relative;
	padding:0px 0px 60px 0px;
	z-index:20;
}
#galeri:before {
	position:absolute;
	content:"";
	top:300px;
	left:0px;
	width:100%;
	height:calc(100% - 300px);
	background:var(--anarenk);
	z-index:-1;
}
#galeri .anabaslik {
	text-align:center;
	margin-bottom:3px;
}
#galeri .anadesc {
	text-align:center;
	margin-bottom:15px;
}
#galeri .butonlar {
	display:flex;
	align-items:center;
	justify-content:center;
	grid-gap:10px;
	margin-bottom:58px;
}
#galeri .butonlar div {
	display:flex;
	align-items:center;
	justify-content:center;
	height:43px;
	width:43px;
	border-radius:50%;
	background:var(--turkuaz);
	font-size:20px;
	color:#fff;
}

.galeriitem {
	position:relative;
	display:block;
}
.galeriitem .resim {
	width:100%;
	aspect-ratio:400/265;
	object-fit:cover;
	object-position:center;
	border-radius:20px;
}

/*------------------randevual----------------------*/

#randevual {
	position:relative;
	padding:100px 0px;
	background:var(--anarenk);
}
#randevual .anabaslik {
	text-align:center;
	margin-bottom:60px;
}
#randevual .butonlar {
	display:flex;
	align-items:center;
	justify-content:center;
	grid-gap:20px;
}

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

#footer {
	position:relative;
	background:var(--anarenk);
}
#footer .alan {
	padding:67px 0px;
	border-top:1px solid #fff;
}
#footer .alan .logo {
}
#footer .alan .logo img {
	height:55px;
}
#footer .alan .sosyal {
	display:flex;
	align-items:center;
	justify-content:center;
	grid-gap:15px;
}
#footer .alan .sosyal a {
	font-size:20px;
	color:#fff;
}
#footer .alan .bilgi {
	color: #FFF;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-align:right;
}

/*------------------kadro----------------------*/

#kurumlar {
	position:relative;
	padding:67px 0px;
}
#kurumlar .anabaslik {
	text-align:center;
	margin-bottom:3px;
}
#kurumlar .anadesc {
	text-align:center;
	margin-bottom:58px;
}
#kurumlar .kurumlar {
	display:flex;
	flex-wrap:wrap;
	align-items:center;
	justify-content:center;
}
#kurumlar .kurumlar .kurum {
	width:calc(16.5% - 1px);
	border-right:1px solid #000;
	padding:20px;
}
#kurumlar .kurumlar .kurum:last-child {
	border-right:0px solid #000;
}
#kurumlar .kurumlar .kurum img {
	width:100%;
	aspect-ratio:122/58;
	object-fit:contain;
	object-position:center;
    filter: grayscale(1);
	transition:all 0.3s ease;
}
#kurumlar .kurumlar .kurum:hover img {
    filter: grayscale(0);
}

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

#sss {
	position:relative;
	padding:67px 0px;
	background:var(--anarenk);
}
#sss .anabaslik {
}
#sss .anadesc {
	text-align:center;
	margin-top:30px;
}

.accordion-item {
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .125);
	margin-bottom:20px;
	border-radius:20px !important;
	overflow:hidden !important;
}
.accordion-button {
    padding: 0.5rem 1.25rem;
}
/*------------------tedavilerpage----------------------*/

#tedavilerpage {
	position:relative;
	padding:100px 0px;
}
#tedavilerpage .anabaslik {
	text-align:center;
	margin-bottom:3px;
}
#tedavilerpage .anadesc {
	text-align:center;
	margin-bottom:58px;
}

.tedaviitem2 {
	position:relative;
	display:block;
	padding:11px;
	border:1px solid #9B9B9B;
	border-radius:30px;
	text-align:center;
}
.tedaviitem2 .resim {
	position:relative;
	margin-bottom:50px;
}
.tedaviitem2 .resim .res {
	width:100%;
	aspect-ratio:370/240;
	object-fit:cover;
	object-position:center;
	border-radius:20px;
}
.tedaviitem2 .resim .icon {
	position:absolute;
	bottom:-40px;
	left:calc(50% - 43px);
	width:86px;
	height:86px;
	border-radius:50%;
	border:5px solid #fff;
	background:var(--turkuaz);
	display:flex;
	align-items:center;
	justify-content:center;
}
.tedaviitem2 .resim .icon .ico {
	max-width:50%;
	max-height:50%;
    filter: brightness(100);
}
.tedaviitem2 .adi {
	color: #000;
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	margin-bottom:10px;
}
.tedaviitem2 .desc {
	color: #000;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin-bottom:20px;
}
/*------------------saglikturizm2----------------------*/

#saglikturizm2 {
	position:relative;
	padding:20px 0px;
	z-index:20;
}
#saglikturizm2:before {
	position:absolute;
	content:"";
	top:0px;
	left:0px;
	width:100%;
	height:50%;
	background:var(--anarenk);
	z-index:-1;
}
#saglikturizm2 .ozellik {
	position:relative;
	display:block;
	text-align:center;
	padding:30px;
	border-radius:30px;
	background:#F2F2F2;
}
#saglikturizm2 .ozellik .icon {
	height:72px;
	margin-bottom:20px;
}
#saglikturizm2 .ozellik .adi {
	color: #000;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	margin-bottom:20px;
}
#saglikturizm2 .ozellik .desc {
	color: #000;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin-bottom:20px;
}
/*------------------surecler----------------------*/

#surecler {
	position:relative;
	padding:47px 0px;
	z-index:20;
}
#surecler .anabaslik {
	text-align:center;
	margin-bottom:50px;
}
#surecler .surecler {
	display:flex;
	flex-wrap:wrap;
	align-items:center;
	flex:0 auto;
}
#surecler .surecler .surec {
	display:block;
	text-align:center;
	padding:10px;
}
#surecler .surecler .surec .icon {
	height:42px;
	margin-bottom:10px;
}
#surecler .surecler .surec .adi {
	color: #000;
	font-size: 12px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}
#surecler .surecler .surecara {
	width:50px;
	height:40px;
	background:url('../img/icon/icon-28.png');
	background-repeat:no-repeat;
	background-size:auto auto;
	background-position:center;
}
/*------------------yorumlar----------------------*/

#yorumlar {
	position:relative;
	padding:100px 0px;
	z-index:20;
}
#yorumlar .yorumbas {
	display:flex;
	align-items:center;
	justify-content:center;
	grid-gap:10px;
	margin-bottom:50px;
	color: #1D87C8;
	font-size: 56px;
	font-style: normal;
	font-weight: 900;
	line-height: normal;	
}
#yorumlar .yorumbas img {
	height:45px;
}
#yorumlar:before {
	position:absolute;
	content:"";
	top:60%;
	left:0px;
	width:100%;
	height:40%;
	background:var(--anarenk);
	z-index:-1;
}
.yorumitem {
	position:relative;
	display:block;
	padding:30px;
	border-radius:30px;
	background:#F2F2F2;
}
.yorumitem .ust {
	display:flex;
	align-items:center;
	margin-bottom:20px;
}
.yorumitem .ust .adi {
	color: #000;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin-right:auto;
}
.yorumitem .ust .yildiz {
	font-size:20px;
	color:rgba(238, 195, 93, 1);
}
.yorumitem .yorum {
	color: #000;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
/*------------------tedavidetay----------------------*/

#tedavidetay {
	position:relative;
	padding:147px 0px;
	z-index:20;
}
#tedavidetay .solmenu {
	display:flex;
	flex-direction:column;
	grid-gap:5px;
}
#tedavidetay .solmenu .bas {
	font-size:16px;
	font-weight:700;
	line-height:30px;
	border-bottom:1px solid rgba(0,0,0,0.5);
}
#tedavidetay .solmenu a {
	font-size:16px;
	font-weight:400;
	line-height:30px;
	color:#000;
	border-bottom:1px solid rgba(0,0,0,0.5);
}
#tedavidetay .solmenu a:last-child {
	border-bottom:0px solid rgba(0,0,0,0.5);
}
/*------------------iletisimpage----------------------*/

#iletisimpage {
	position:relative;
	padding:147px 0px;
	z-index:20;
	background:var(--anarenk);
}

#iletisimpage .anabaslik {
	text-align:center;
	margin-bottom:3px;
}
#iletisimpage .anadesc {
	text-align:center;
	margin-bottom:58px;
}
#iletisimpage .form-control {
	border-radius:40px;
	height:43px;
}
#iletisimpage textarea.form-control {
	height:143px;
	border-radius:20px;
}
#iletisimpage .form-check-label {
	color:#fff;
}
#iletisimpage .bilgikutu {
	position:relative;
	background:var(--anarenk);
	display:flex;
	align-items:center;
	justify-content:center;
	height:100px;
	border-radius:20px;
	border:1px solid #fff;
	padding:20px;
	font-size:14px;
	color:#fff;
	text-align:center;
	margin-top:40px;
}
#iletisimpage .bilgikutu span{
	position:absolute;
	top:-20px;
	left:calc(50% - 30px);
	width:60px;
	background:var(--anarenk);
	display:flex;
	align-items:center;
	justify-content:center;
	padding:5px;
	font-size:30px;
	color:#fff;
}

#iletisimpage .sosyal {
	display:flex;
	align-items:center;
	justify-content:center;
	grid-gap:15px;
	margin-top:50px;
}
#iletisimpage .sosyal a {
	font-size:20px;
	color:#fff;
}