@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 - 15px);
	min-height:100vh;
}

body {
	position:relative;
	font-family: "Poppins", sans-serif;
}


:root {
  --anarenk: #00158A;
  --kirmizi: #ea0005;
  --gri: #9D9E9D;
  --siyah: #1f1f1f;
  --krem: #fcfcf9;
  --turuncu: #FE5100;
}

/* width */
.scrollbar::-webkit-scrollbar {
  width: 15px;
  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;
}

.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 16px;
	height:41px;
	border-radius:30px;
	font-weight: 500;
	font-size: 15px;
	line-height: 24px;
	text-align: center;
}
.btn i {
	font-size: 24px;
}

.btn-outline-light {
	background:transparent;
	border:1px solid #fff;
	color:#fff;
}
.btn-outline-light:hover {
	background:#fff;
	border:1px solid #fff;
	color:var(--anarenk);
}
.btn-light {
	background:#fff;
	border:1px solid #fff;
	color:var(--anarenk);
}
.btn-light:hover {
	background:#fff;
	border:1px solid #fff;
	color:var(--turuncu);
}
.btn-ana {
	background:var(--anarenk);
	border:1px solid var(--anarenk);
	color:#fff;
}
.btn-ana:hover {
	background:var(--anarenk);
	border:1px solid var(--turuncu);
	color:#fff;
}
.btn-turuncu {
	background:var(--turuncu);
	border:1px solid var(--turuncu);
	color:#fff;
}
.btn-turuncu:hover {
	background:var(--turuncu);
	border:1px solid var(--anarenk);
	color:#fff;
}
.btn-gradient {
	background: linear-gradient(90deg, #FE5100 0%, #FF8A53 100%);
	border:1px solid var(--turuncu);
	color:#fff;
}
.btn-gradient:hover {
	background: linear-gradient(180deg, #FE5100 0%, #FF8A53 100%);
	border:1px solid var(--turuncu);
	color:#fff;
}

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

.aciklama {
	margin-bottom:24px;
}
.aciklama h1 {
	color: var(--Primary, #00158A);
	font-size: 28px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	margin-bottom:14px;
}
.aciklama ul,ol {
	list-style:none;
	margin-bottom:24px;
}
.aciklama ul li ,
.aciklama ol li 
{
	position:relative;
	padding-left:15px;
	color: #61667F;
	font-size: 15px;
	font-style: normal;
	font-weight: 500;
	line-height: 24px; /* 160% */
}
.aciklama ul li:before ,
.aciklama ol li:before 
{
	position:absolute;
	content:"";
	top:11px;
	left:0px;
	width:7px;
	height:7px;
	border-radius:4px;
	background:var(--turuncu);
	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 
{
	color: var(--Primary, #00158A);
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	margin-bottom:20px;
}
.aciklama p 
{
	color: #61667F;
	font-size: 15px;
	font-style: normal;
	font-weight: 500;
	line-height: 24px; /* 160% */
	margin-bottom:20px;
}
.aciklama p b
{
	color: var(--anarenk);
}
/*------------------header----------------------*/

#header {
	position:relative;
	z-index:999;
	transition:all 0.3s ease;
	background:var(--anarenk); 
}
#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 .ust {
	border-bottom:1px solid #273BA8;
}
#header .alan {
	display:flex;
	align-items:center;
	padding:5px 0px;
	grid-gap:20px;
}
#header .konum {
	display:flex;
	align-items:center;
	grid-gap:8px;
	margin-right:auto;
	color: #FFF;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
#header .menuac {
	display:flex;
	align-items:center;
}
#header .menuac img {
	height:30px;
}
#header .konum i {
	font-size: 24px;
}
#header .alan .logo {
}
#header .alan .logo img {
	height:30px;
}

#header .menu {
	margin-right:auto;
}
#header .menu ul {
	list-style:none;
	display:flex;
	align-items:center;
	grid-column-gap:10px;
}
#header .menu .link-li {
	position:relative;
}
#header .menu .link-item {
	position:relative;
	display:inline-block;
	color: rgba(255, 255, 255, 0.80);
	font-family: Poppins;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 32px;
}
#header .menu .link-item:hover {
    color: #fff;
}
#header .menu .link-item.hover {
    padding-right:16px;
}
#header .menu .link-item.hover:before {
    position:absolute;
	content:"\f2a1";
	top:0px;
	right:0px;
	font-family: 'Line Awesome Free';
    font-weight: 900;
	font-size:18px;
	line-height:48px;
	color:var(--turuncu);
}

#header .menu .acilan {
	position:absolute;
	display:none;
	top:calc(100% - 5px);
	left:0px;
	width:250px;
	padding:5px 10px;
	border-radius: 0px;
	background: #ffffff;
	box-shadow: 0px 2px 30px rgba(0,0,0,0.26);
	border-top:5px solid var(--anarenk);
}
#header .menu .link-li:hover .acilan {
	display:block;
}
#header .menu .acilan ul {
	display:flex;
	align-items:flex-start;
	flex-direction:column;
	grid-column-gap:0px;
	grid-row-gap:10px;
	padding:0px;
}
#header .menu .acilan .link-item {
	line-height:24px;
    color: #000;
	padding:0px 10px;
}

#header .dil {
	display:flex;
	align-items:center;
	position:relative;
	z-index:101;
	height:100%;
}
#header .dil .default {
	display:flex;
	align-items:center;
	justify-content:center;
	grid-gap:3px;
	height:40px;
	border-radius: 5px;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	color: #fff;
	text-transform:uppercase;
}
#header .dil .default img {
	height:15px;
}
#header .dil .default i {
	color:rgba(255,255,255,0.5);
	font-size:10px;
}

#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;
}

#header .aramabuton {
	font-size:30px;
	color:#fff;
}
#header .arama {
	position:absolute;
	width:100%;
	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;
}

/*------------------acilanmenu----------------------*/
#acilanmenu {
	position:fixed;
	top:0px;
	right:0px;
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.5);
	backdrop-filter: blur(5px);
	z-index:10000;
	display:flex;
	flex-direction:column;
	align-items:flex-end;
	transform: translateX(120%);
	transition:all 0.3s ease;
}
#acilanmenu.active {
	transform: translateX(0px);
}
#acilanmenu .alan {
	position:relative;
	width:30%;
	height:100%;
	background:#fff;
	border-right:20px solid var(--turuncu);
	padding:10px;
	background:rgba(240, 244, 247, 1);
	display:flex;
	flex-direction:column;
}
#acilanmenu .alan .btn {
	border-radius:8px;
	margin-bottom:10px;
}
#acilanmenu .alan .menu {
	display:flex;
	flex-wrap:wrap;
	margin-bottom:5px;
}
#acilanmenu .alan .menu .link {
	width:33.333%;
	display:flex;
	flex-direction:column;
	align-items:center;
	grid-gap:5px;
	padding:10px;
}
#acilanmenu .alan .menu .link .icon {
	display:flex;
	align-items:center;
	justify-content:center;
	width:46px;
	height:46px;
	border-radius:50%;
	background:#fff;
}
#acilanmenu .alan .menu .link .icon img {
	max-width:50%;
	max-height:50%;
}
#acilanmenu .alan .menu .link .adi {
	font-size:14px;
    line-height: 16px;
	font-weight:600;
	color:var(--anarenk);
	text-align:center;
}
#acilanmenu .alan .menu .link .adi:hover {
	color:#fe5100;
}
#acilanmenu .alan .wid0 {
	display:flex;
	justify-content:center;
	margin:auto;
}
#acilanmenu .alan .wid0 a {
	display:flex;
	flex-direction:column;
	padding:10px 20px;
	background:var(--anarenk);
	border-radius:20px 20px 20px 20px;
}
#acilanmenu .alan .wid0 a small {
	display:flex;
	align-items:center;
	justify-content:center;
	grid-gap:4px;
	font-size:12px;
	color:#fff;
}
#acilanmenu .alan .wid0 a small i {
	font-size:18px;
}
#acilanmenu .alan .wid0 a b {
	font-size:16px;
	font-weight:600;
	color:#fff;
	text-align:center;
}

#acilanmenu .alan .wid1 {
	display:flex;
	align-items:center;
	justify-content:center;
	grid-gap:10px;
	padding:8px;
	border-radius: 16px;
	background: #FFF;
	box-shadow: 0px 4px 54px 0px rgba(0, 0, 0, 0.10);
	margin-bottom:10px;
}
#acilanmenu .alan .wid1 a {
	display:flex;
	flex-wrap:wrap;
	border-right:1px solid #E8EAF5;
}
#acilanmenu .alan .wid1 a:last-child {
	border-right:0px solid #E8EAF5;
}
#acilanmenu .alan .wid1 a .icon {
	width:28px;
	font-size:26px;
}
#acilanmenu .alan .wid1 a .yazi {
	width:calc(100% - 28px);
	padding:0px 10px;
}
#acilanmenu .alan .wid1 a .yazi b {
	display:block;
	font-size: 17px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}
#acilanmenu .alan .wid1 a .yazi small {
	display:block;
	color: var(--Primary, #00158A);
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
#acilanmenu .alan .wid1 a:first-child .icon ,
#acilanmenu .alan .wid1 a:first-child .yazi b
{
	color:var(--turuncu);
}
#acilanmenu .alan .wid1 a:last-child .icon ,
#acilanmenu .alan .wid1 a:last-child .yazi b
{
	color:var(--anarenk);
}

#acilanmenu .alan .wid2 {
	display:flex;
	align-items:center;
	justify-content:center;
	grid-gap:30px;
	margin-bottom:10px;
}
#acilanmenu .alan .wid2 a {
	display:flex;
	align-items:center;
	grid-gap:4px;
	font-size:14px;
	font-weight:400;
	color:var(--anarenk);
}
#acilanmenu .alan .wid2 a span{
	text-decoration:underline;
}
#acilanmenu .alan .wid2 a i {
	font-size:20px;
	transform:rotate(-45deg);
}
#acilanmenu .alan .wid3 {
	display:flex;
	align-items:center;
	justify-content:center;
	grid-gap:4px;
}
#acilanmenu .alan .wid3 small {
	font-size:16px;
	font-weight:400;
	color:var(--anarenk);
}
#acilanmenu .alan .wid3 b {
	font-size:16px;
	font-weight:700;
	color:var(--anarenk);
}
#acilanmenu .alan .wid3 i {
	font-size:20px;
	color:var(--turuncu);
}
#acilanmenu .alan .kapat {
	position:absolute;
	top:30px;
	right:100%;
	width:39px;
	height:130px;
	background:url('../img/menukulak.png');
	background-repeat:no-repeat;
	background-size:100% auto;
	display:flex;
	align-items:center;
	justify-content:center;
	font-size:20px;
	color:var(--turuncu);
	cursor:pointer;
}

/*------------------mobilheader----------------------*/

#kulakcik {
    position: fixed;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    z-index: 9999;
}

.kulakcik {
    writing-mode: vertical-rl;
    transform: rotate(180deg);
}

.kulakcik .btn {
    border-radius: 10px 0px 0px 10px;
    padding: 10px 10px;
    font-weight: bold;
    background-color: var(--anarenk);
    color: #fff;
    text-align: center;
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.2);
    transition: background-color 0.3s ease;
	height: 100%;
}

.kulakcik .btn:hover {
    background-color: #0056b3;
    text-decoration: none;
    color: #fff;
}


/*------------------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:var(--anarenk);
}
#mobilheader.sabit {
	position:relative;
	top:auto;
	left:auto;
	width:100%;
	background:var(--krem);
}
#mobilheader.heading {
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	background:var(--krem);
}

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

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

#mobilheader .alansag {
	width:25%;
	display:flex;
	align-items:center;
	justify-content:flex-end;
}
#mobilheader .btn {
    padding: 0px 0px 0px 0px;
	color:#fff;
}
#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: #fff;
	border:1px solid #fff;
	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;
	background:var(--anarenk);
}
#mobilmenu .ust .logo {
	max-height:100%;
	max-width:70%;
	margin-right:auto;
}
#mobilmenu .ust .kapat {
	font-size:40px;
	color:#fff;
}
#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: 26px;
    font-weight: 600;
    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:32px;
	color:rgb(51, 51, 51, 0.6);
}

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

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

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


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

#slider {
	position:relative;
}
#slider .item {
	position:relative;
}
#slider .item .anaresim {
	width:100%;
	max-height:100vh;
	object-fit:cover;
}
#slider .item .bilgi {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	display:flex;
	flex-direction:column;
	justify-content:center;
	z-index:5;
}
#slider .item .bilgi .butonlar {
	display:flex;
	flex-direction:column;
	height:100%;
	justify-content:center;
	align-items:center;
	grid-gap:20px;
}
#slider .item .bilgi .butonlar div {
	padding: 10px;
    font-size: 30px;
    color: #fff;
    background-color: #00168a82;
    margin-top: 50px;
}
#slider .item .bilgi .yazi1 {
	display: block;
    color: var(--Primary, #00158A);
    text-align: center;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding: 10px 10px;
    border-radius: 8px;
    background: #FFF;
    margin-bottom: 10px;
}
#slider .item .bilgi .yazi2 {
	color: var(--Primary, #00158A);
	font-size: 44px;
	font-style: normal;
	font-weight: 800;
	line-height: 50px; /* 102% */
	margin-bottom:10px;
	text-align: center;
}
#slider .item .bilgi .yazi3 {
	color: var(--Primary, #00158A);
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: 28px; /* 186.667% */
	text-align: center;
}
.wid1dis {
	position:fixed;
	bottom:20px;
	left:0px;
	width:100%;
	display:flex;
	align-items:center;
	justify-content:center;
	z-index:200;
}
.wid1 {
	display:flex;
	align-items:center;
	justify-content:center;
	grid-gap:10px;
	padding:8px;
	border-radius: 16px;
	background: #FFF;
	box-shadow: 0px 4px 54px 0px rgba(0, 0, 0, 0.10);
}
.wid1 {
	display:flex;
	align-items:center;
	justify-content:center;
	grid-gap:10px;
	padding:8px;
	border-radius: 16px;
	background: #FFF;
	box-shadow: 0px 4px 54px 0px rgba(0, 0, 0, 0.10);
}
.wid1 a {
	display:flex;
	flex-wrap:wrap;
	border-right:1px solid #E8EAF5;
}
.wid1 a:last-child {
	border-right:0px solid #E8EAF5;
}
.wid1 a .icon {
	width:28px;
	font-size:26px;
}
.wid1 a .yazi {
	width:calc(100% - 28px);
	padding:0px 20px;
}
.wid1 a .yazi b {
	display:block;
	font-size: 17px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}
.wid1 a .yazi small {
	display:block;
	color: var(--Primary, #00158A);
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.wid1 a:first-child .icon ,
.wid1 a:first-child .yazi b
{
	color:var(--turuncu);
}
.wid1 a:last-child .icon ,
.wid1 a:last-child .yazi b
{
	color:var(--anarenk);
}

#slider .duyurular {
	display:flex;
	flex-direction:column;
	grid-gap:10px;
	border-radius: 20px;
	background: #FFF;
	box-shadow: 0px 0px 0px 1px rgba(41, 41, 41, 0.04), 0px 48px 48px -24px rgba(41, 41, 41, 0.04), 0px 24px 24px -12px rgba(41, 41, 41, 0.04), 0px 12px 12px -6px rgba(41, 41, 41, 0.04), 0px 6px 6px -3px rgba(41, 41, 41, 0.04), 0px 3px 3px -1.5px rgba(41, 41, 41, 0.02), 0px 1px 1px 0.5px rgba(41, 41, 41, 0.04), 0px -1px 1px -0.5px rgba(51, 51, 51, 0.06) inset;
	padding:16px;
}
#slider .duyurular .duyust {
	display:flex;
	align-items:center;
}
#slider .duyurular .duyust .hastane {
	color: var(--Secondary, #FE5100);
	font-size: 11px;
	font-style: normal;
	font-weight: 800;
	line-height: normal;
	margin-right:auto;
}
#slider .duyurular .duyust .baslik {
	color: var(--Primary, #00158A);
	font-size: 12px;
	font-style: normal;
	font-weight: 800;
	line-height: normal;
}
#slider .duyurular .duyorta {
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
}
#slider .duyurular .duyorta .icon {
	display:flex;
	align-items:center;
	justify-content:center;
	width:48px;
	height:48px;
	border-radius: 40px;
	background: linear-gradient(180deg, #FE5100 0%, #FE5100 100%);
	font-size:40px;
	color:#fff;
}
#slider .duyurular .duyorta .yazi {
	width:calc(100% - 48px);
	padding-left:10px;
	color: var(--Primary, #00158A);
	font-size: 15px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}
#slider .duyurular .duyalt {
	display:flex;
}
#slider .duyurular .duyalt .btn {
	border-radius: 4px;
}
#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;
}

/*------------------hastaneler----------------------*/

#hastaneler {
	position:relative;
	padding:100px 0px;
	background: #EBF0F4;
}
#hastaneler .baslik {
	color: var(--Primary, #00158A);
	font-size: 35px;
	font-style: normal;
	font-weight: 800;
	line-height: normal;
	margin-bottom:50px;
}

.hastaneitem {
	position:relative;
	display:flex;
	flex-direction:column;
	grid-gap:18px;
	padding:13px;
	border-radius: 22.793px;
	background: #FFF;
}
.hastaneitem .resim {
	width:100%;
	object-fit:cover;
	object-position:center;
	border-radius:15px;
}
.hastaneitem .adi {
	color: var(--Primary, #00158A);
	font-size: 26px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.hastaneitem .alt {
	display:flex;
	align-items:center;
	grid-gap:15px;
}
.hastaneitem .teller {
	display:flex;
	flex-wrap:wrap;
	margin-right:auto;
}
.hastaneitem .teller .icon {
	width:28px;
	font-size:26px;
	color:var(--anarenk);
}
.hastaneitem .teller .yazi {
	width:calc(100% - 28px);
	padding-left:10px;
}
.hastaneitem .teller .yazi small {
	display:block;
	color: var(--Primary, #00158A);
	font-size: 10px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.hastaneitem .teller .yazi b {
	display:block;
	color: var(--Primary, #00158A);
	font-size: 12px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}

/*------------------hastanelerdetay----------------------*/

#hastanelerdetay {
	position:relative;
	padding:100px 0px;
	background-size:cover !important;
	background-repeat:no-repeat !important;
}
#hastanelerdetay .tablar {
	display:flex;
	align-items:center;
	grid-gap:30px;
	flex-wrap:wrap;
	margin-bottom:50px;
}
#hastanelerdetay .tablar a {
	position:relative;
	color: rgba(255,255,255,0.7);
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: 45px;
}
#hastanelerdetay .tablar a.active {
	color: rgba(255,255,255,1);
	border-bottom:1px solid var(--turuncu);
}
#hastanelerdetay .tab {
	display:none;
}
#hastanelerdetay .tab.active {
	display:block;
}
#hastanelerdetay .tab .yazi1 {
	color: rgba(255, 255, 255, 0.90);
	font-size: 24px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	margin-bottom:20px;
}
#hastanelerdetay .tab .yazi2 {
	color: rgba(255, 255, 255, 0.70);
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 24px; /* 150% */	
}
#hastanelerdetay .tab .video {
	display:flex;
	flex-direction:column;
	align-items:center;
	grid-gap:10px;	
}
#hastanelerdetay .tab .video img {
	width:64px;
	height:64px;
}
#hastanelerdetay .tab .video small {
	color: rgba(255, 255, 255, 0.90);
	font-size: 15px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
#hastanelerdetay .tab .video:hover img {
	width:80px;
	height:80px;
}
#hastanelerdetay .tab .video:hover small {
	color: rgb(254 81 0);
}

/*------------------tibbibirimler----------------------*/

#tibbibirimler {
	position:relative;
	padding:100px 0px 200px 0px;
	background:url('../img/birimlerback.jpg');
	background-size:cover;
}
#tibbibirimler.sayfa {
	background: #EBF0F4;	
}
#tibbibirimler .baslik {
	color: var(--Primary, #00158A);
	font-size: 35px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin-bottom:30px;
}
#tibbibirimler .tablar {
	display:flex;
	align-items:center;
	grid-gap:4px;
	padding:4px;
	border-radius: 12px;
	background: #FFF;
	box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.05);
	margin-bottom:30px;
}
#tibbibirimler .tablar a {
	display:flex;
	align-items:center;
	padding:10px 14px;
	border-radius: 6px;
	color: var(--anarenk);
	font-size: 15px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
#tibbibirimler .tablar a.active {
	color: #fff;
	background: var(--Primary, #00158A);
}
#tibbibirimler .tab {
	display:none;
}
#tibbibirimler .tab.active {
	display:block;
}
#tibbibirimler .tab .ust {
	display:flex;
	flex-wrap:wrap;
	grid-gap:4px;
	margin-bottom:30px;
}
#tibbibirimler .tab .ust .form-control{
	width:20%;
	height:42px;
}
#tibbibirimler .tab .ust a {
	display:flex;
	align-items:center;
	padding:10px;
	height:42px;
	border-radius: 5px;
	background: #FFF;
	color: #7F7A76;
	text-align: center;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 25px; /* 178.571% */
}
#tibbibirimler .tab .ust a:hover ,
#tibbibirimler .tab .ust a.active 
{
	background: var(--turuncu);
	color: #fff;
}
#tibbibirimler .tab .birimadi 
{
	color: var(--Primary, #00158A);
	font-family: Poppins;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-decoration-line: underline;
	text-decoration-style: solid;
	text-decoration-skip-ink: auto;
	text-decoration-thickness: auto;
	text-underline-offset: auto;
	text-underline-position: from-font;
}
#tibbibirimler.sayfa .tab .birimadi 
{
	color: var(--Primary, #00158A);
	font-family: Poppins;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 24px;
}
#tibbibirimler .tab .birimadi.buyuk 
{
	color: #B9C1CF;
	font-size: 60px;
	font-style: normal;
	font-weight: 700;
	line-height: 70px;
	text-decoration-line: none;
}
/*------------------widget----------------------*/

#widget {
	position:relative;
	z-index:20;
	margin-top:-100px;
}
#widget .alan {
	background-size:auto 100% !important;
	background-repeat:no-repeat !important;
	border-radius: 20px;
	padding:40px 30px;
}
#widget .yazi1 {
	color: #FFF;
	text-align: center;
	font-size: 24px;
	font-style: normal;
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 10px;
}
#widget .yazi2 {
	color: rgba(255, 255, 255, 0.70);
	text-align: center;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 28px; /* 200% */
}
/*------------------rakamlar----------------------*/

#rakamlar {
	position:relative;
	padding:100px 0px;
}
#rakamlar .ust {
	margin-bottom:40px;
}
#rakamlar .baslik {
	color: #000;
	font-size: 32px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
#rakamlar .altbaslik {
	color: #61667F;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 28px; /* 200% */
}
#rakamlar .item {
	position:relative;
	display:flex;
	flex-wrap:wrap;
	padding:60px;
	border-radius: 20px;
	overflow:hidden;
	z-index:20;
}
#rakamlar .item.renk1 {
	background: #CBD9EF;
}
#rakamlar .item.renk2 {
	background: #F3DECF;
}
#rakamlar .item.renk3 {
	background: #EDE9E6;
}
#rakamlar .item.renk4 {
	background: #DDD4DE;
}
#rakamlar .item .back {
	position:absolute;
	top:20%;
	left:-20%;
	height:100%;
	opacity:0.1;
	z-index:-1;
    filter: contrast(0);
}
#rakamlar .item .icon {
	width:68px;
	height:68px;
}
#rakamlar .item .yazi {
	width:calc(100% - 68px);
	padding-right:20px;
}
#rakamlar .item .yazi b {
	display:block;
	color: var(--Primary, #00158A);
	font-size: 34px;
	font-style: normal;
	font-weight: 600;
	line-height: 141.4%; /* 59.388px */
}
#rakamlar .item .yazi small {
	display:block;
	color: var(--Primary, #00158A);
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}
#rakamlar .dunya {
	position:relative;
	display:flex;
	flex-direction:column;
	justify-content:flex-end;
	height:100%;
	border-radius: 20px;
	background: linear-gradient(180deg, #1B95BA 0%, #00158A 100%);
	padding:20px;
	z-index:20;
}
#rakamlar .dunya img {
	width:100%;
	position:absolute;
	top:-40px;
	left:0px;
	z-index:-1;
}
#rakamlar .dunya .rakam {
	color: #FFF;
	text-align:center;
	font-size: 54px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}
#rakamlar .dunya .yazi1 {
	text-align: center;
	color: #FFF;
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}
#rakamlar .dunya .yazi2 {
	color: rgba(255, 255, 255, 0.60);
	text-align: center;
	font-size: 11px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	text-transform: uppercase;
}
/*------------------saglikkosesi----------------------*/

#saglikkosesi {
	position:relative;
	padding:100px 0px;
	background-size:cover !important;
	background-repeat:no-repeat !important;
}
#saglikkosesi .baslik {
	display:flex;
	flex-wrap:wrap;
	margin-bottom:50px;
}
#saglikkosesi .baslik .icon {
	width:54px;
	font-size:54px;
	color:#fff;
}
#saglikkosesi .baslik .yazi {
	width:calc(100% - 54px);
	padding-left:20px;
}
#saglikkosesi .baslik .yazi b {
	display:block;
	color: #FFF;
	font-size: 32px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
#saglikkosesi .baslik .yazi a {
	color: #FFF;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-decoration-line: underline;
	text-decoration-style: solid;
	text-decoration-skip-ink: auto;
	text-decoration-thickness: auto;
	text-underline-offset: auto;
	text-underline-position: from-font;
}
#saglikkosesi .butonlar {
	display:flex;
	flex-direction:column;
	height:100%;
	justify-content:center;
	align-items:center;
	grid-gap:20px;
}
#saglikkosesi .butonlar div {
	font-size:30px;
	color:#fff;
}
#saglikkosesi .blogitem {
	display:block;
	padding:48px 148px 48px 48px;
	border-radius: 38px;
	background: #FFF;
	box-shadow: 0px 0px 0px 1px rgba(41, 41, 41, 0.04), 0px 48px 48px -24px rgba(41, 41, 41, 0.04), 0px 24px 24px -12px rgba(41, 41, 41, 0.04), 0px 12px 12px -6px rgba(41, 41, 41, 0.04), 0px 6px 6px -3px rgba(41, 41, 41, 0.04), 0px 3px 3px -1.5px rgba(41, 41, 41, 0.02), 0px 1px 1px 0.5px rgba(41, 41, 41, 0.04), 0px -1px 1px -0.5px rgba(51, 51, 51, 0.06) inset;
}
#saglikkosesi .blogitem .yazi1 {
	color: var(--Secondary, #FE5100);
	font-size: 15px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	margin-bottom:10px;
}
#saglikkosesi .blogitem .yazi2 {
	color: var(--Primary, #00158A);
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	margin-bottom:20px;
}
#saglikkosesi .blogitem .yazi3 {
	color: var(--Primary, #00158A);
	font-size: 13px;
	font-style: normal;
	font-weight: 400;
	line-height: 25px; /* 192.308% */
}
#saglikkosesi .blogitem .ok {
	position:absolute;
	top:48px;
	right:48px;
	width:80px;
	height:80px;
	display:flex;
	align-items:center;
	justify-content:center;
	border-radius: 5.941px;
	background: #EDE9E6;
	font-size:40px;
	color:var(--anarenk);
}
#saglikkosesi .blogitem .ok i {
	transform:rotate(-45deg);
}
#saglikkosesi .blogitem2 {
	display:flex;
	flex-direction:column;
	grid-gap:10px;
	opacity:0.7;
}
#saglikkosesi .blogitem2:hover {
	opacity:1;
}
#saglikkosesi .blogitem2 .resim {
	width:100%;
	aspect-ratio:206/125;
	object-fit:cover;
	object-position:center;
	border-radius: 12px;
}
#saglikkosesi .blogitem2 .adi {
	color: #FFF;
	font-size: 12px;
	font-style: normal;
	font-weight: 700;
	line-height: 18px; /* 150% */
}
/*------------------tophit----------------------*/

#tophit {
	position:relative;
	padding:100px 0px;
}
#tophit .baslik {
	color: var(--Secondary, #FE5100);
	font-size: 23.563px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
#tophit .alan {
	display:flex;
	flex-wrap:wrap;
}
#tophit .alan a {
	width:20%;
	padding:10px;
	color: #61667F;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
/*------------------kurumlar----------------------*/

#kurumlar {
	position:relative;
	padding:50px 0px;
}
#kurumlar .baslik {
	color: var(--Primary, #00158A);
	text-align: center;
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	margin-bottom:40px;
}
#kurumlar .baslik {
	color: var(--Primary, #00158A);
	text-align: center;
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	margin-bottom:40px;
}
#kurumlar .kurumlar-btn {
	display: flex;
    flex-direction: column;
    align-items: center;
}
.kurumitem {
	position:relative;
	display:block;
}
.kurumitem .resim {
	width:100%;
	object-fit:cover;
	object-position:center;
	border-radius:12px;
	border: 1px solid #EDE9E6;
}

#kurumlar .kurumsalmenu {
	display:flex;
	flex-direction:column;
	padding:20px;
	grid-gap:20px;
	border-radius: 16px;
	background: #F8F5F3;
}
#kurumlar .kurumsalmenu a {
	position:relative;
	color: var(--Primary, #00158A);
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	padding-left:10px;
}
#kurumlar .kurumsalmenu a.active:before {
	position:absolute;
	content:"";
	top:0px;
	left:0px;
	width:4px;
	height:100%;
	border-radius: 20px;
	background:var(--turuncu);
}
#kurumlar .kurumsalyaziust {
	background:var(--anarenk);
	padding:10px;
}
#kurumlar .kurumsalyaziust .baslik {
	color: var(--Secondary, #FE5100);
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	margin-bottom:20px;
}
#kurumlar .kurumsalyaziust .altbaslik {
	color: #FFF;
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	margin-bottom:40px;
}
#kurumlar .kurumsalyaziust .desc {
	color: rgba(255, 255, 255, 0.50);
	font-size: 15px;
	font-style: normal;
	font-weight: 500;
	line-height: 23px; /* 153.333% */
}
/*------------------optimed----------------------*/

#optimed {
	position:relative;
	padding:50px 0px;
}
#optimed .alan {
	position:relative;
	padding:75px 0px;
	border-radius: 30px;
	background: linear-gradient(99deg, rgba(232, 234, 245, 0.30) 3.69%, #E8EAF5 96.08%);
}
#optimed .logo {
	height:33px;
}
#optimed .yazi1 {
	color: var(--Primary, #00158A);
	font-size: 21px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	margin-bottom:25px;
}
#optimed .yazi2 {
	color: #61667F;
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: 19px; /* 126.667% */
}
#optimed .butonlar {
	display:flex;
	flex-direction:column;
	grid-gap:15px;
}
#optimed .butonlar a {
	display:flex;
	flex-wrap:wrap;
	border-radius: 10px;
	background: #FFF;
	padding:16px;
}
#optimed .butonlar a .icon {
	width:28px;
	font-size:26px;
}
#optimed .butonlar a .yazi {
	width:calc(100% - 28px);
	padding:0px 20px;
}
#optimed .butonlar a .yazi b {
	display:block;
	font-size: 17px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}
#optimed .butonlar a .yazi small {
	display:block;
	color: var(--Primary, #00158A);
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
#optimed .butonlar a:first-child .icon ,
#optimed .butonlar a:first-child .yazi b
{
	color:var(--turuncu);
}
#optimed .butonlar a:last-child .icon ,
#optimed .butonlar a:last-child .yazi b
{
	color:var(--anarenk);
}
/*------------------footer----------------------*/

#footer {
	position:relative;
}
#footer .ust {
	padding:50px 0px;
}
#footer .menubas {
	display:block;
	color: var(--Primary, #00158A);
	font-size: 15px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	margin-bottom:16px;
}
#footer .menulink {
	display:block;
	color: #61667F;
	font-size: 13px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	margin-bottom:16px;
}
#footer .view360 {
	display:flex;
	flex-wrap:wrap;
	align-items:center;
	border-radius: 9.151px;
	background: linear-gradient(99deg, rgba(232, 234, 245, 0.30) 3.69%, #E8EAF5 96.08%);
	padding:20px;
	margin-bottom:8px;
}
#footer .view360 img {
	width:62px;
	height:62px;
}
#footer .view360 span {
	width:calc(100% - 62px);
	padding-right:10px;
	color: var(--Primary, #00158A);
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}
#footer .sosyal {
	display:flex;
	align-items:center;
	grid-gap:10px;
}
#footer .sosyal a {
	font-size:24px;
	color:rgba(173, 174, 178, 1);
}
#footer .sosyal a:hover {
	color:var(--anarenk);
}
#footer .alt {
	padding:20px 0px;
	border-top:1px solid #DEE1EB;
	padding-bottom:100px;
}
#footer .alt .copy {
	color: #61667F;
	font-size: 13px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
/*------------------bread1----------------------*/

#bread1 {
	position:relative;
	padding:67px 0px;
	background:var(--anarenk);
}
#bread1 .baslik {
	color: #FFF;
	font-size: 35.276px;
	font-style: normal;
	font-weight: 800;
	line-height: normal;
}
/*------------------birimdetay----------------------*/

#birimdetay {
	position:relative;
}
#birimdetay .katman1 {
	position:relative;
	height:80vh;
	background-size:cover !important;
	display:flex;
	flex-direction:column;
	justify-content:center;
	align-items:center;
}
#birimdetay .katman1 .birimadi {
	color: #FFF;
	font-size: 44px;
	font-style: normal;
	font-weight: 800;
	line-height: normal;
	margin-bottom:20px;
	text-align:center;
}
#birimdetay .katman1 .butonlar {
	display:flex;
	align-items:center;
	justify-content:center;
	grid-gap:20px;
	margin-bottom:40px;
}
#birimdetay .katman1 .tablar a {
	display:flex;
	flex-direction:column;
	align-items:center;
	grid-gap:11px;
	border-radius: 12px;
	background: #FFF;
	padding:22px;
}
#birimdetay .katman1 .tablar a i {
	font-size:52px;
	color:var(--anarenk);
}
#birimdetay .katman1 .tablar a span {
	color: #61667F;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
#birimdetay .katman2 {
	position:relative;
	padding:46px 0px;
}
#birimdetay .katmanbas {
	color: var(--Primary, #00158A);
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	margin-bottom:24px;
}
#birimdetay .item1 {
	display:flex;
	align-items:center;
	grid-gap:11px;
	border-radius: 8px;
	background: rgba(222, 225, 235, 0.30);
	padding:12px;
	color: var(--Primary, #00158A);
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}
#birimdetay .item1 i {
	font-size: 22px;
}
#birimdetay .filtrealan {
	display:flex;
	align-items:center;
	margin-bottom:30px;
}
#birimdetay .filtrealan .tablar {
	display:flex;
	align-items:center;
	grid-gap:20px;
	margin-right:auto;
}
#birimdetay .filtrealan .tablar span {
	color: var(--Primary, #00158A);
	font-size: 15px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
#birimdetay .filtrealan .tablar .tik {
	display:flex;
	align-items:center;
	grid-gap:4px;
	padding:4px;
	border-radius: 12px;
	background: rgba(147, 157, 174, 0.11);
	box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.05);
}
#birimdetay .filtrealan .tablar .tik a {
	display:flex;
	align-items:center;
	height:39px;
	border-radius: 6px;
	color: rgba(147, 157, 174, 0.50);
	font-size: 15px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	padding:0px 8px;
}
#birimdetay .filtrealan .tablar .tik a.active {
	background: #FFF;
	color: var(--anarenk);
}
#birimdetay .filtrealan .form-control {
	width:20%;
	height:47px;
	border-radius: 10px;
	border: 1px solid #939DAE;
}
#birimdetay .tab {
	display:none;
}
#birimdetay .tab.active {
	display:block;
}
.doktoritem {
	position:relative;
	display:flex;
	flex-direction:column;
	justify-content:center;
	align-items:flex-start;
	height:100%;
	padding:24px 26px;
	background:url('../img/doktorback.jpg');
	background-size:cover;
	z-index:10;
	border-radius:10px;
	min-height:217px;
}
.doktoritem .hastane {
	color: var(--Primary, #00158A);
	font-size: 12px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	margin-bottom:auto;
}
.doktoritem .adi {
	color: var(--Primary, #00158A);
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	margin-bottom:6px;
	    width: 70%;
}
.doktoritem .bolum {
	display:inline-block;
	border-radius: 38.034px;
	background: #FFF;
	padding:6px 10px;
	color: var(--Primary, #00158A);
	font-size: 13px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;	
}
.doktoritem .al {
	display:inline-flex;
	align-items:center;
	grid-gap:5px;
	color: var(--Secondary, #FE5100);
	font-size: 13px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	margin-top:auto;
}
.doktoritem .al i {
	font-size: 20px;
}
.doktoritem .resim {
	position:absolute;
	bottom:0px;
	right:0px;
	height:90%;
	z-index:-1;
}
/*------------------doktorbasvuru----------------------*/

#doktorbasvuru {
	position:relative;
	padding:100px 0px;
	z-index:20;
}
#doktorbasvuru:before {
	position:absolute;
	content:"";
	top:0px;
	left:0px;
	width:100%;
	height:40%;
	background:var(--anarenk);
	z-index:-1;
}
#doktorbasvuru .baslik {
	display:flex;
	flex-wrap:wrap;
	align-items:center;
	margin-bottom:40px;
}
#doktorbasvuru .baslik .icon {
	display:flex;
	align-items:center;
	justify-content:center;
	width:44px;
	height:44px;
	border-radius: 10px;
	background: #E4E5F0;
	font-size:30px;
	color:rgba(80, 101, 128, 1);
}
#doktorbasvuru .baslik .yazi {
	width:calc(100% - 44px);
	padding-left:10px;
	color: #FFF;
	font-size: 24px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}
#doktorbasvuru .alan {
	border-radius: 20px;
	border: 1px solid #F1F2F5;
	background: #FFF;
}
#doktorbasvuru .alan .alanust {
	display:flex;
	align-items:center;
	grid-gap:20px;
	padding:30px 40px;
	color: var(--Primary, #00158A);
	font-size: 24px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	border-bottom:1px solid #DEE1EB;
}
#doktorbasvuru .alan .alanust a {
	color: var(--Primary, #00158A);
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	opacity:0.4;
}
#doktorbasvuru .alan .alanust a.active {
	opacity:1;
}
#doktorbasvuru .alan .alanorta {
	display:flex;
	flex-direction:column;
	padding:30px 40px;
	grid-gap:16px;
}
#doktorbasvuru .alan .alanorta .tab {
	display:none;
}
#doktorbasvuru .alan .alanorta .tab.active {
	display:block;
}
#doktorbasvuru .alan .yazialan {
	padding:40px;
	border-radius: 20px;
	background: var(--Primary, #00158A);
}
#doktorbasvuru .alan .yazialan .yazi1 {
	color: #FFF;
	font-size: 24px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	margin-bottom:25px;
}
#doktorbasvuru .alan .yazialan .yazi2 {
	color: rgba(255, 255, 255, 0.60);
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 19px; /* 135.714% */
}
#doktorbasvuru .item {
	display:flex;
	align-items:center;
	padding:20px;
	border-radius: 16px;
	background: #EEEFF7;
}
#doktorbasvuru .item .itemsol {
	display:flex;
	flex-direction:column;
	grid-gap:4px;
	margin-right:auto;
}
#doktorbasvuru .item .hastane {
	color: var(--Secondary, #FE5100);
	font-size: 15px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
#doktorbasvuru .item .adi {
	color: var(--Primary, #00158A);
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
#doktorbasvuru .item .tarih {
	color: #61667F;
	font-size: 13px;
	font-style: normal;
	font-weight: 500;
	line-height: 19px; /* 146.154% */
}

.cv-container {
}

.upload-box {
	border: 2px dashed #8cb7ff;
	border-radius: 10px;
	background-color: #f5f8ff;
	padding: 20px;
	text-align: center;
	cursor: pointer;
	transition: background-color 0.3s ease;
}

.upload-box:hover {
	background-color: #eef3ff;
}

.upload-box p {
	margin: 10px 0;
	font-size: 14px;
	color: #000;
}

.upload-box .underline {
	text-decoration: underline;
	color: black;
}

.note {
	font-size: 14px;
	color: #555;
}
/*------------------doktorlarpage----------------------*/

#doktorlarpage {
	position:relative;
	padding:100px 0px;
	z-index:20;
}
#doktorlarpage:before {
	position:absolute;
	content:"";
	top:0px;
	left:0px;
	width:100%;
	height:60%;
	background:var(--anarenk);
	z-index:-1;
}
#doktorlarpage .baslik {
	color: #FFF;
	font-size: 35.276px;
	font-style: normal;
	font-weight: 800;
	line-height: normal;
}
#doktorlarpage .desc {
	color: #FFF;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 25px; /* 178.571% */
}
#doktorlarpage .tab {
	display:none;
}
#doktorlarpage .tab.active {
	display:block;
}
#doktorlarpage .filtrealan {
	display:flex;
	align-items:center;
	grid-gap:14px;
	margin-bottom:30px;
}
#doktorlarpage .filtrealan .tablar {
	display:flex;
	align-items:center;
	grid-gap:4px;
	padding:4px;
	border-radius: 12px;
	background: rgba(147, 157, 174, 0.11);
	box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.05);
}
#doktorlarpage .filtrealan .tablar a {
	display:flex;
	align-items:center;
	height:39px;
	border-radius: 6px;
	color: rgba(147, 157, 174, 0.50);
	font-size: 15px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	padding:0px 8px;
}
#doktorlarpage .filtrealan .tablar a.active {
	background: #FFF;
	color: var(--anarenk);
}
#doktorlarpage .filtrealan .form-control {
	width:20%;
	height:47px;
	border-radius: 10px;
	border: 1px solid #939DAE;
}
/*------------------doktordetay----------------------*/

#doktordetay {
	position:relative;
	z-index:20;
}
#doktordetay .katman1 {
	position:relative;
	z-index:20;
	background:url('../img/doktorback.jpg');
	background-size:cover;
	padding:50px 0px 0px 0px;
}
#doktordetay .katman1 .resim {
	width:100%;
}
#doktordetay .katman1 .bilgiler1 {
	display:flex;
	align-items:center;
	grid-gap:10px;
	margin-bottom:15px;
	color: var(--Primary, #00158A);
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
#doktordetay .katman1 .bilgiler1 span {
	padding:10px;
	border-radius: 8.452px;
	background: #FFF;
}
#doktordetay .katman1 .bilgiler2 {
	display:flex;
	align-items:center;
	grid-gap:30px;
	margin-bottom:15px;
}
#doktordetay .katman1 .bilgiler2 .adi b {
	display:block;
	color: var(--Primary, #00158A);
	font-size: 24px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}
#doktordetay .katman1 .bilgiler2 .adi small {
	display:block;
	color: var(--Primary, #00158A);
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
#doktordetay .katman1 .bilgiler2 .bilgi small {
	display:block;
	color: #61667F;
	font-size: 12px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
#doktordetay .katman1 .bilgiler2 .bilgi b {
	display:block;
	color: var(--Primary, #00158A);
	font-size: 15px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
#doktordetay .katman1 .bilgiler3 {
	display:flex;
	align-items:center;
	grid-gap:30px;
}
#doktordetay .katman1 .bilgiler3 .hastaneresim {
	width:30%;
	aspect-ratio:242/141;
	object-fit:cover;
	object-position:center;
	border-radius: 15.196px;
}
#doktordetay .katman1 .bilgiler3 .hastanebilgi {
	display:flex;
	flex-direction:column;
	justify-content:center;
	height:100%;
	grid-gap:10px;
}
#doktordetay .katman1 .bilgiler3 .hastanebilgi .hastaneadi {
	color: var(--Primary, #00158A);
	font-size: 18px;
	font-style: normal;
	font-weight: 800;
	line-height: normal;
}
#doktordetay .katman1 .bilgiler3 .hastanebilgi .hastanealt {
	display:flex;
	align-items:center;
	grid-gap:30px;
}
#doktordetay .katman1 .bilgiler3 .hastanebilgi .hastanealt .tell {
	display:flex;
	flex-wrap:wrap;
	align-items:center;
}
#doktordetay .katman1 .bilgiler3 .hastanebilgi .hastanealt .tell .icon {
	width:32px;
	font-size:30px;
	color:var(--anarenk);
}
#doktordetay .katman1 .bilgiler3 .hastanebilgi .hastanealt .tell .yazi {
	width:calc(100% - 32px);
	padding-left:10px;
}
#doktordetay .katman1 .bilgiler3 .hastanebilgi .hastanealt .tell .yazi small {
	display:block;
	color: var(--Primary, #00158A);
	font-size: 10px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
#doktordetay .katman1 .bilgiler3 .hastanebilgi .hastanealt .tell .yazi b {
	display:block;
	color: var(--Primary, #00158A);
	font-size: 15px;
	font-style: normal;
	font-weight: 800;
	line-height: normal;
}
#doktordetay .katman1 .ilbibas {
	color: var(--Primary, #00158A);
	font-size: 24px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	margin-bottom:14px;
}
#doktordetay .katman1 .ilgiler {
	display:flex;
	flex-direction:column;
	grid-gap:10px;
}
#doktordetay .katman1 .ilgiler span {
	position:relative;
	padding-left:15px;
	color: var(--Primary, #00158A);
	font-size: 15px;
	font-style: normal;
	font-weight: 500;
	line-height: 21px; /* 186.667% */
}
#doktordetay .katman1 .ilgiler span:before {
	position:absolute;
	content:"";
	top:calc(50% - 4px);
	left:0px;
	width:8px;
	height:8px;
	border-radius:50%;
	background:var(--anarenk);
}
#doktordetay .katman2 {
	position:relative;
	z-index:20;
	padding:50px 0px 50px 0px;
}
#doktordetay .katman2 .baslik {
	color: var(--Secondary, #FE5100);
	font-size: 17.942px;
	font-style: normal;
	font-weight: 800;
	line-height: normal;
	margin-bottom:15px;
}
#doktordetay .katman2 .yilbilgi {
	display:flex;
	align-items:center;
	flex-wrap:wrap;
	margin-bottom:10px;
}
#doktordetay .katman2 .yilbilgi span {
	width:25%;
	color: #61667F;
	font-size: 15px;
	font-style: normal;
	font-weight: 500;
	line-height: 38px; /* 253.333% */
}
#doktordetay .katman2 .yilbilgi b {
	width:75%;
	color: var(--Primary, #00158A);
	font-size: 15px;
	font-style: normal;
	font-weight: 500;
	line-height: 38px; /* 253.333% */
}

.subewidget {
	display:flex;
	flex-direction:column;
	align-items:center;
	grid-gap:12px;
	padding:12px;
	border-radius: 22.793px;
	border: 1px solid rgba(97, 102, 127, 0.10);
}
.subewidget .resim {
	width:100%;
	aspect-ratio:377/190;
	object-fit:cover;
	object-position:center;
	border-radius: 15.196px;
}
.subewidget .adi {
	color: var(--Primary, #00158A);
	font-size: 20px;
	font-style: normal;
	font-weight: 800;
	line-height: normal;
	text-align:center;
}
.subewidget .tell {
	display:flex;
	flex-wrap:wrap;
	align-items:center;
	justify-content:center;
	border-radius: 8px;
	background: #ECEFF4;
	width:100%;
	padding:12px;
}
.subewidget .tell .icon {
	width:32px;
	font-size:30px;
	color:var(--anarenk);
}
.subewidget .tell .yazi {
	width:auto;
	padding-left:10px;
}
.subewidget .tell .yazi small {
	display:block;
	color: var(--Primary, #00158A);
	font-size: 10px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.subewidget .tell .yazi b {
	display:block;
	color: var(--Primary, #00158A);
	font-size: 15px;
	font-style: normal;
	font-weight: 800;
	line-height: normal;
}
/*------------------altdoktorlar----------------------*/

#altdoktorlar {
	position:relative;
	z-index:20;
	padding:50px 0px;
}
#altdoktorlar .baslik {
	color: var(--Primary, #00158A);
	font-size: 24px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	margin-bottom:15px;
}

#altdoktorlar .tab {
	display:none;
}
#altdoktorlar .tab.active {
	display:block;
}
#altdoktorlar .filtrealan {
	display:flex;
	align-items:center;
	grid-gap:14px;
	margin-bottom:30px;
}
#altdoktorlar .filtrealan .tablar {
	display:flex;
	align-items:center;
	grid-gap:4px;
	padding:4px;
	border-radius: 12px;
	background: rgba(147, 157, 174, 0.11);
	box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.05);
}
#altdoktorlar .filtrealan .tablar a {
	display:flex;
	align-items:center;
	height:39px;
	border-radius: 6px;
	color: rgba(147, 157, 174, 0.50);
	font-size: 15px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	padding:0px 8px;
}
#altdoktorlar .filtrealan .tablar a.active {
	background: #FFF;
	color: var(--anarenk);
}
/*------------------hastanelerlist----------------------*/

#hastanelerlist {
	position:relative;
	z-index:20;
}
#hastanelerlist .dikeyortala {
	position:relative;
	z-index:20;
	margin-top:-50px;
}
.hastanelist {
	position:relative;
	z-index:20;
	display:flex;
	flex-wrap:wrap;
	align-items:center;
	border-radius: 22.793px;
	background: #FFF;
	padding:12px;
	box-shadow: 0px 2px 30px rgba(0,0,0,0.26);
}
.hastanelist .resim {
	width:25%;
}
.hastanelist .resim img {
	width:100%;
	object-fit:cover;
	object-position:center;
	border-radius: 15.196px;
}
.hastanelist .sag {
	width:75%;
	display:flex;
	flex-direction:column;
	grid-gap:15px;
	padding-left:20px;
}
.hastanelist .sag .bolum1 {
	display:flex;
	flex-direction:column;
	grid-gap:10px;
}
.hastanelist .sag .bolum1 .adi {
	color: var(--Primary, #00158A);
	font-size: 26.949px;
	font-style: normal;
	font-weight: 800;
	line-height: normal;
}
.hastanelist .sag .bolum1 .adres {
	color: var(--Primary, #00158A);
	font-size: 15px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.hastanelist .sag .bolum2 {
	display:flex;
	align-items:center;
	grid-gap:30px;
}
.hastanelist .tell {
	display:flex;
	flex-wrap:wrap;
	align-items:center;
	justify-content:center;
	margin-right:auto;
}
.hastanelist .tell .icon {
	width:32px;
	font-size:30px;
	color:var(--anarenk);
}
.hastanelist .tell .yazi {
	width:auto;
	padding-left:10px;
}
.hastanelist .tell .yazi small {
	display:block;
	color: var(--Primary, #00158A);
	font-size: 10px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.hastanelist .tell .yazi b {
	display:block;
	color: var(--Primary, #00158A);
	font-size: 15px;
	font-style: normal;
	font-weight: 800;
	line-height: normal;
}
.hastanelist .yakin {
	position:absolute;
	top:12px;
	right:12px;
	border-radius: 10px;
	background: rgba(254, 81, 0, 0.10);
	padding:10px 14px;
	display:flex;
	align-items:center;
	grid-gap:10px;
	color: var(--Secondary, #FE5100);
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.hastanelist .yakin i {
	font-size: 22px;
}
/*------------------hastanedetaypage----------------------*/

#hastanedetaypage {
	position:relative;
	z-index:20;
}
#hastanedetaypage .katman1 {
	position:relative;
	z-index:20;
}
#hastanedetaypage .katman1 .resim {
	width:100%;
}
#hastanedetaypage .katman1 .bilgi {
	position:absolute;
	bottom:0px;
	left:0px;
	width:100%;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.21) 0%, rgba(0, 0, 0, 0.00) 100%);
	backdrop-filter: blur(0px);
}
#hastanedetaypage .katman1 .bilgi .ust{
	padding:30px 0px;
}
#hastanedetaypage .katman1 .bilgi .adi {
	color: #FFF;
	font-size: 53.839px;
	font-style: normal;
	font-weight: 800;
	line-height: normal;
}
#hastanedetaypage .katman1 .bilgi .video {
	position:relative;
	display:block;
}
#hastanedetaypage .katman1 .bilgi .video:before {
	position:absolute;
	content:"";
	top:0px;
	right:0px;
	width:100%;
	height:100%;
	background: linear-gradient(to left, rgba(0, 0, 0, 0.71) 0%, rgba(0, 0, 0, 0.00) 100%);
	border-radius:10px;
}
#hastanedetaypage .katman1 .bilgi .video img {
	width:100%;
	border-radius:10px;
	object-fit:cover;
	object-position:center;
}
#hastanedetaypage .katman1 .bilgi .video .play {
	position:absolute;
	bottom:10px;
	right:10px;
	display:flex;
	flex-direction:column;
	align-items:center;
	justify-content:center;
	grid-gap:6px;
	color: rgba(255, 255, 255, 0.90);
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
#hastanedetaypage .katman1 .bilgi .video .play i {
	font-size: 34px;
}

#hastanedetaypage .katman1 .bilgi .alt {
	display:flex;
	align-items:center;
	grid-gap:30px;
	padding:30px 0px;
	border-top:1px solid rgba(255, 255, 255, 0.14);
}
#hastanedetaypage .katman1 .bilgi .alt .tablar {
	display:flex;
	align-items:center;
	grid-gap:15px;
	margin-right:auto;
}
#hastanedetaypage .katman1 .bilgi .alt .tablar a {
	color: #FFF;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-decoration-line: underline;
	text-decoration-style: solid;
	text-decoration-skip-ink: auto;
	text-decoration-thickness: auto;
	text-underline-offset: auto;
	text-underline-position: from-font;
}

#hastanedetaypage .katman1 .bilgi .alt .tell {
	display:flex;
	flex-wrap:wrap;
	align-items:center;
	justify-content:center;
}
#hastanedetaypage .katman1 .bilgi .alt .tell .icon {
	width:32px;
	font-size:30px;
	color:#fff;
}
#hastanedetaypage .katman1 .bilgi .alt .tell .yazi {
	width:auto;
	padding-left:10px;
}
#hastanedetaypage .katman1 .bilgi .alt .tell .yazi small {
	display:block;
	color: #fff;
	font-size: 10px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
#hastanedetaypage .katman1 .bilgi .alt .tell .yazi b {
	display:block;
	color: #fff;
	font-size: 15px;
	font-style: normal;
	font-weight: 800;
	line-height: normal;
}
#hastanedetaypage .katman1 .bilgi .alt .adresmail {
	display:flex;
	flex-direction:column;
	grid-gap:0px;
}
#hastanedetaypage .katman1 .bilgi .alt .adresmail .adres {
	color: #FFF;
	font-size: 15px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
#hastanedetaypage .katman1 .bilgi .alt .adresmail .mail {
	color: #FFF;
	font-size: 15px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
#hastanedetaypage .katman2 {
	position:relative;
	padding:40px 0px;
}
#hastanedetaypage .katman2 .ust {
	display:flex;
	align-items:center;
	grid-gap:20px;
	margin-bottom:30px;
}
#hastanedetaypage .katman2 .ust .baslik {
	color: var(--Primary, #00158A);
	font-size: 35px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	margin-right:auto;
}
#hastanedetaypage .katman2 .ust .butonlar {
	display:flex;
	align-items:center;
	grid-gap:10px;
}
#hastanedetaypage .katman2 .ust .butonlar div {
	display:flex;
	align-items:center;
	justify-content:center;
	width:36px;
	height:36px;
	border-radius: 8px;
	border: 1px solid #00158A;
	font-size:24px;
	color:var(--anarenk);
}
#hastanedetaypage .katman2 .ust .butonlar div:hover {
	background:var(--anarenk);
	color:#fff;
}
#hastanedetaypage .katman2 .hastresim {
	position:relative;
	display:block;
}
#hastanedetaypage .katman2 .hastresim .resim {
	width:100%;
	aspect-ratio:335/186;
	border-radius: 16px;
	object-fit:cover;
	object-position:center;
}
/*------------------kurumsal----------------------*/

#kurumsal {
	position:relative;
	z-index:20;
	padding:50px 0px;
}
#kurumsal:before {
	position:absolute;
	content:"";
	top:0px;
	left:0px;
	width:100%;
	height:250px;
	background:var(--anarenk);
	z-index:-1;
}
#kurumsal .kurumsalmenu {
	display:flex;
	flex-direction:column;
	padding:20px;
	grid-gap:20px;
	border-radius: 16px;
	background: #F8F5F3;
}
#kurumsal .kurumsalmenu a {
	position:relative;
	color: var(--Primary, #00158A);
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	padding-left:10px;
}
#kurumsal .kurumsalmenu a.active:before {
	position:absolute;
	content:"";
	top:0px;
	left:0px;
	width:4px;
	height:100%;
	border-radius: 20px;
	background:var(--turuncu);
}
#kurumsal .kurumsalyaziust {
	background:var(--anarenk);
	padding:10px;
}
#kurumsal .kurumsalyaziust .baslik {
	color: var(--Secondary, #FE5100);
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	margin-bottom:20px;
}
#kurumsal .kurumsalyaziust .altbaslik {
	color: #FFF;
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	margin-bottom:40px;
}
#kurumsal .kurumsalyaziust .desc {
	color: rgba(255, 255, 255, 0.50);
	font-size: 15px;
	font-style: normal;
	font-weight: 500;
	line-height: 23px; /* 153.333% */
}
#kurumsal .aciklama {
	padding:10px;
	margin-top: 60px;
	background:white;
	padding:20px;
}
/*------------------tarihce----------------------*/

#tarihce {
	position:relative;
	z-index:20;
	padding:50px 0px;
}
#tarihce .ust {
	display:flex;
	align-items:center;
	flex-wrap:wrap;
}
#tarihce .ust {
	display:flex;
	align-items:center;
	flex-wrap:wrap;
}
#tarihce .ust .tarihce-button-prev,
#tarihce .ust .tarihce-button-next
{
	display:flex;
	align-items:center;
	justify-content:center;
	width:36px;
	height:36px;
	border-radius: 8px;
	border: 1px solid #00158A;
	font-size:24px;
	color:var(--anarenk);
}
#tarihce .ust .swiper {
	width:calc(100% - 72px);
	padding:0px 10px;
}
#tarihce .ust .tarihtab {
	color: #61667F;
	font-size: 24px;
	font-style: normal;
	font-weight: 800;
	line-height: normal;
	text-align:center;
}
#tarihce .ust .tarihtab.active {
	color: var(--turuncu);
}
#tarihce .tab {
	display:none;
	padding:20px 0px;
}
#tarihce .tab.active {
	display:block;
}
#tarihce .tab .tarih {
	color: var(--Secondary, #FE5100);
	font-size: 72px;
	font-style: normal;
	font-weight: 800;
	line-height: normal;
}
/*------------------iletisim----------------------*/

#iletisim {
	position:relative;
	z-index:20;
	background: rgba(222, 225, 235, 0.20);
}
#iletisim .katman1 {
	position:relative;
	z-index:20;
	background:var(--anarenk);
}
#iletisim .katman1 .bolum1 {
	display:flex;
	align-items:center;
	grid-gap:30px;
	padding:100px 0px 20px 0px;
}
#iletisim .katman1 .tell {
	display:flex;
	flex-wrap:wrap;
	align-items:center;
	justify-content:center;
}
#iletisim .katman1 .tell .icon {
	width:32px;
	font-size:30px;
	color:#fff;
}
#iletisim .katman1 .tell .yazi {
	width:auto;
	padding-left:10px;
}
#iletisim .katman1 .tell .yazi small {
	display:block;
	color: #fff;
	font-size: 10px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
#iletisim .katman1 .tell .yazi b {
	display:block;
	color: #fff;
	font-size: 15px;
	font-style: normal;
	font-weight: 800;
	line-height: normal;
}
#iletisim .katman1 .adresmail {
	display:flex;
	flex-direction:column;
	grid-gap:0px;
}
#iletisim .katman1 .adresmail .adres {
	color: #FFF;
	font-size: 15px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
#iletisim .katman1 .adresmail .mail {
	color: #FFF;
	font-size: 15px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
#iletisim .katman1 .bolum2 {
	display:flex;
	align-items:center;
	grid-gap:30px;
	padding:30px 0px;
	border-top:1px solid rgba(222, 225, 235, 0.10);
}
#iletisim .katman1 .bolum2 a {
	color: rgba(255,255,255,0.5);
	font-size: 16px;
	font-style: normal;
	font-weight: 800;
	line-height: normal;
}
#iletisim .katman1 .bolum2 a.active {
	color: #FFF;
}
#iletisim .katman2 {
	position:relative;
}
#iletisim .katman2 .tab {
	position:relative;
	display:none;
}
#iletisim .katman2 .tab.active {
	display:block;
}
#iletisim .katman2 .tab iframe {
	width:100%;
	height:50vh;
}
#iletisim .katman2 .tab .butonlar {
	position:absolute;
	bottom:0px;
	left:0px;
	width:100%;
	padding:40px 0px 80px 0px;
	display:flex;
	align-items:center;
	justify-content:center;
	grid-gap:30px;
}
#iletisim .katman3 {
	position:relative;
	z-index:20;
	margin-top:-50px;
	padding-bottom:50px;
}
#iletisim .katman3 .formalan {
	border-radius: 30px;
	background: #FFF;
	padding:55px;
}
#iletisim .katman3 .formalan .formbas {
	color: var(--Primary, #00158A);
	text-align: center;
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	margin-bottom:25px;
}
#iletisim .katman3 .formalan textarea {
	height:132px !important;
}
#iletisim .katman3 .formalan .btn {
    height: 58px;
    border-radius: 4px;
}
#iletisim .katman3 .formalan .form-check-label {
    font-size: 12px;
}

/*------------------checkup----------------------*/

#checkup {
	position:relative;
	z-index:20;
	background: rgba(222, 225, 235, 0.20);
}
#checkup .katman1 {
	position:relative;
	z-index:20;
	background: var(--anarenk);
	padding:40px 0px;
}
#checkup .katman1 .baslik {
	color: #FFF;
	text-align: center;
	font-size: 32px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	margin-bottom:17px;
}
#checkup .katman1 .desc {
	color: rgba(255, 255, 255, 0.60);
	text-align: center;
	font-size: 15px;
	font-style: normal;
	font-weight: 500;
	line-height: 21px; /* 140% */
}
#checkup .katman2 {
	position:relative;
	z-index:20;
	border-bottom:1px solid #DEE1EB;
	display:flex;
	flex-wrap:wrap;
	align-items:center;
	justify-content:center;
	grid-gap:20px;
}
#checkup .katman2 a {
	display:flex;
	align-items:center;
	grid-gap:10px;
	color: #61667F;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	height:60px;
}
#checkup .katman2 a.active {
	color: var(--anarenk);
	border-bottom:1px solid var(--turuncu);
}
#checkup .katman2 a i {
	font-size: 22px;
}
#checkup .katman3 {
	position:relative;
	display:block;
	padding:40px 0px;
}
#checkup .katman3 .tab {
	display:none;
}
#checkup .katman3 .tab.active {
	display:block;
}
#checkup .katman3 .paketpop {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:auto;
	min-height:70vh;
	background:#fff;
	border-radius:20px 20px 0px 0px;
	z-index:20;
	transform:translateX(-100vw);
	transition:all 0.3s ease;
}
#checkup .katman3 .paketpop.active {
	transform:translateX(0vw);
}
#checkup .katman3 .paketpop .ust {
	border-bottom:1px solid #DEE1EB;
}
#checkup .katman3 .paketpop .ust .ic {
	display:flex;
	align-items:center;
	padding:30px 0px;
}
#checkup .katman3 .paketpop .ust .ic .adi {
	color: var(--Primary, #00158A);
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin-right:auto;
}
#checkup .katman3 .paketpop .ust .ic .kapat {
	display:flex;
	align-items:center;
	grid-gap:5px;
	color: var(--Primary, #00158A);
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
#checkup .katman3 .paketpop .ust .ic .kapat i {
	font-size: 24px;
}
#checkup .katman3 .paketpop .alt {
	padding:40px 0px;
}
#checkup .katman3 .paketpop .alt .kutu {
	padding:30px;
	border-radius: 13px;
	border: 1px solid #EAE7E6;
}
#checkup .katman3 .paketpop .alt .kutu .kutubas {
	color: var(--Primary, #00158A);
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	margin-bottom:20px;
}
#checkup .katman3 .paketpop .alt .kutu .kutulist {
	display:flex;
	flex-direction:column;
	grid-gap:5px;
}
#checkup .katman3 .paketpop .alt .kutu .kutulist span {
	color: #61667F;
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: 30px; /* 233.333% */
}

.paketitem {
	position:relative;
	display:block;
	
}
.paketitem .resim {
	width:100%;
	aspect-ratio:688/308;
	object-fit:cover;
	object-position:center;
	border-radius: 20px;
	border: 1px solid #EAE7E6;
	box-shadow: 0px -1px 1px -0.5px rgba(51, 51, 51, 0.06) inset, 0px 0px 0px 1px rgba(41, 41, 41, 0.04), 0px 48px 48px -24px rgba(41, 41, 41, 0.04), 0px 24px 24px -12px rgba(41, 41, 41, 0.04), 0px 12px 12px -6px rgba(41, 41, 41, 0.04), 0px 6px 6px -3px rgba(41, 41, 41, 0.04), 0px 3px 3px -1.5px rgba(41, 41, 41, 0.02), 0px 1px 1px 0.5px rgba(41, 41, 41, 0.04);
}
.paketitem .bilgi {
	position:absolute;
	bottom:0px;
	left:0px;
	width:100%;
	padding:40px;
	border-radius: 20px;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.00) 0%, #FFF 100%);
}
.paketitem .bilgi .adi {
	color: var(--Primary, #00158A);
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin-bottom:10px;
}
.paketitem .bilgi .adetler {
	display:flex;
	flex-wrap:wrap;
	grid-gap:10px;
}
.paketitem .bilgi .adetler span {
	width:calc(50% - 10px);
	color: var(--Primary, #00158A);
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.paketitem .cinsiyet {
	position:absolute;
	top:25px;
	left:25px;
	width:48px;
	height:48px;
	border-radius:10px;
	display:flex;
	align-items:center;
	justify-content:center;
	font-size:24px;
	color:#fff;
}
.paketitem .cinsiyet.erkek {
	background: #2B8CEE;
}
.paketitem .cinsiyet.kadin {
	background: rgba(239, 103, 243, 1);
}
.paketitem .cinsiyet.cocuk {
	background: rgba(254, 81, 0, 1);
}
.paketitem .cinsiyet.aile {
	background: var(--anarenk);
}
/*------------------blogpage----------------------*/

#blogpage {
	position:relative;
	z-index:20;
	padding:50px 0px;
}

.blogitempage {
	position:relative;
	display:flex;
	flex-direction:column;
	grid-gap:12px;
	padding:12px;
	border-radius: 18px;
	border: 0.97px solid #E6E8ED;
}
.blogitempage .resim {
	width:100%;
	aspect-ratio:310/200;
	object-fit:cover;
	object-position:center;
	border-radius:12px;
}
.blogitempage .kategori {
	color: var(--Secondary, #FE5100);
	font-size: 12px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.blogitempage .adi {
	color: var(--Primary, #00158A);
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 21.344px; /* 133.403% */
}
.blogitempage .desc {
	color: #61667F;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 19.404px; /* 138.6% */
}

.blogpagemenu {
	position:relative;
	display:flex;
	flex-direction:column;
	grid-gap:12px;
	border-radius: 24px;
	background: #FFF;
	padding:32px;
	border:1px solid rgba(0,0,0,0.2);
}
.blogpagemenu .menubas {
	color: var(--Primary, #00158A);
	font-size: 22px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.blogpagemenu .menulist {
	position:relative;
	display:flex;
	flex-direction:column;
}
.blogpagemenu .menulist a {
	position:relative;
	display:flex;
	align-items:center;
	color: #61667F;
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: 40px; /* 285.714% */
}
.blogpagemenu .menulist a.active {
	color: var(--turuncu);
}
.blogpagemenu .menulist a.active:before {
	position:absolute;
	content:"";
	top:0px;
	left:-10px;
	width:4px;
	height:100%;
	border-radius:4px;
	background:var(--turuncu);
}
.blogpagemenu .menulist a span {
	display: flex;
	align-items:center;
	justify-content:center;
	width: 28px;
	height: 28px;
	border-radius: 8px;
	border: 1px solid #E6E9ED;
	margin-left:auto;
	color: #61667F;
	text-align: center;
	font-size: 12px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
/*------------------blogdetay----------------------*/

#blogdetay {
	position:relative;
	z-index:20;
	background: #F6F6FB;
}
#blogdetay .katman1 {
	position:relative;
	z-index:10;
	background:var(--anarenk);
}
#blogdetay .katman1 .resim {
	width:80%;
	height:50vh;
	object-fit:cover;
	object-position:center;
	margin-left:20%;
}
#blogdetay .katman1:before {
	position:absolute;
	content:"";
	top:0px;
	left:20%;
	width:80%;
	height:100%;
	background: linear-gradient(90deg, #00158A 0%, rgba(0, 21, 138, 0.00) 100%);
	z-index:2;
}
#blogdetay .katman1 .bilgi {
	position:absolute;
	bottom:0px;
	left:0px;
	width:100%;
	padding-bottom:100px;
	z-index:10;
}

#blogdetay .katman1 .bilgi .adi {
	color: #FFF;
	text-align: center;
	font-size: 35px;
	font-style: normal;
	font-weight: 700;
	line-height: 51.3px; /* 146.571% */
	margin-bottom:20px;
}
#blogdetay .katman1 .bilgi .paylas {
	display:flex;
	align-items:center;
	justify-content:flex-end;
	grid-gap:5px;
}
#blogdetay .katman1 .bilgi .paylas span {
	color: #FFF;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}

#blogdetay .katman1 .bilgi .paylas a {
	color: #FFF;
	font-size: 20px;
}
#blogdetay .katman2 {
	position:relative;
	z-index:30;
	margin-top:-80px;
	padding-bottom:50px;
}

#blogdetay .aciklama {
	padding:57px;
	border-radius: 24px;
	background: #FFF;
}
