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


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

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

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


:root {
  --anarenk: #313195;
  --kirmizi: #ea0005;
  --gri: #9D9E9D;
  --siyah: #1f1f1f;
  --krem: #fcfcf9;
  --turkuaz: #2196F3;
}

/* width */
.scrollbar::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

/* Track */
.scrollbar::-webkit-scrollbar-track {
  background: #F6F5F0; 
}
 
/* Handle */
.scrollbar::-webkit-scrollbar-thumb {
  background: var(--anarenk); 
}

/* Handle on hover */
.scrollbar::-webkit-scrollbar-thumb:hover {
  background: #FEDD06; 
}
.container-fluid {
	max-width:calc(100vw - 30px);	
}

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

.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:15px;
	padding:0px 26px;
	height:48px;
	border-radius:0px;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	text-align: center;
}
.btn i {
	font-size: 24px;
}
.btn-turkuaz {
	border: 1px solid #2196F3;
	background: #2196F3;
	color:#fff;
}
.btn-turkuaz:hover {
	border: 1px solid var(--anarenk);
	background: var(--anarenk);
	color:#fff;
}
.btn-ana {
	border: 1px solid var(--anarenk);
	background: var(--anarenk);
	color:#fff;
}
.btn-ana:hover {
	border: 1px solid #2196F3;
	background: #2196F3;
	color:#fff;
}


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

.aciklama {
	margin-bottom:24px;
}
.aciklama h1 {
	color: #313195;
	font-size: 32px;
	font-style: normal;
	font-weight: 600;
	line-height: 38.4px; /* 120% */
	letter-spacing: -0.42px;
	margin-bottom:14px;
}
.aciklama ul,ol {
	list-style:none;
	margin-bottom:24px;
}
.aciklama ul li ,
.aciklama ol li 
{
	position:relative;
	padding-left:15px;
	color: #121212;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px; /* 150% */
}
.aciklama ul li:before ,
.aciklama ol li:before 
{
	position:absolute;
	content:"";
	top:11px;
	left:0px;
	width:7px;
	height:7px;
	border-radius:4px;
	background:var(--anarenk);
	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: #313195;
	font-size: 26px;
	font-style: normal;
	font-weight: 600;
	line-height: 32px; /* 120% */
	letter-spacing: -0.42px;
	margin-bottom:20px;
}
.aciklama p 
{
	color: #121212;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px; /* 150% */
	margin-bottom:20px;
}

#backToTopBtn {
    display: none;
    position: fixed;
	align-items:center;
	justify-content:center;
	width:40px;
	height:40px;
    bottom: 30px;
    right: 30px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    background-color: var(--anarenk);
    color: white;
    cursor: pointer;
    padding: 15px;
    border-radius: 50%;
	border:1px solid rgba(255,255,255,0.5);
    box-shadow: 0 4px 6px rgba(0,0,0,0.3);
  }

  #backToTopBtn:hover {
    background-color: #555;
  }
/*------------------header----------------------*/

#header {
    width: 100%;
    position: fixed;
	z-index:999;
	transition:all 0.3s ease;
	background:#fff;
}
#header.sabit {
	position:relative;
	transition:all 0.3s ease;
	background:var(--anarenk);
}
#header.heading {
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	z-index:999;
	background:var(--anarenk);
}
#header .alan {
	display:flex;
	align-items:center;
	flex-wrap:wrap;
	padding:10px 0px;
}
#header .alan .sol {
	width:20%;
	display:flex;
	align-items:center;
	justify-content:flex-start;
}
#header .alan .sag {
	width:80%;
	display:flex;
	flex-direction:column;
	align-items:flex-end;
	justify-content:center;
	grid-gap:20px;
}
#header .alan .sag .sagust{
	display:flex;
	align-items:center;
	justify-content:flex-end;
	grid-gap:0px;
}
#header .alan .sag .sagalt{
	display:flex;
	align-items:center;
	justify-content:flex-end;
	grid-gap:20px;
}
#header .alan .sag .sagust .portalgiris {
	position:relative;
	display:flex;
	align-items:center;
	justify-content:flex-end;
	grid-gap:20px;
	z-index:20;
}

#header .alan .sag .sagust .portalgiris .acilan {
	position:absolute;
	top:100%;
	right:0px;
	width:100%;
	display:none;
	flex-direction:column;
	grid-gap:20px;
	padding:30px;
	background:#fff;
	z-index:20;
}
#header .alan .sag .sagust .portalgiris:hover .acilan {
	display:flex;
}
#header .alan .sag .sagust .portalgiris .acilan a {
	display:flex;
	align-items:center;
	grid-gap:5px;
	color: #121212;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 17.6px; /* 125.714% */
	letter-spacing: 0.131px;
}
#header .alan .sag .sagust .portalgiris .acilan a i {
	font-size: 24px;
}
#header .alan .sag .sagust .portalgiris .acilan a.active ,
#header .alan .sag .sagust .portalgiris .acilan a:hover 
{
	color: var(--anarenk);
}
#header .alan .sag .sagust .portalgiris .acilan a span 
{
	display:flex;
	align-items:center;
	justify-content:center;
	width:17px;
	height:17px;
	border-radius:50%;
	background: #313195;
	color: #FFF;
	text-align: center;
	font-size: 11px;
	font-style: normal;
	font-weight: 500;
	line-height: 11px; /* 100% */
	text-transform: capitalize;
}


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

#header .link {
	display:flex;
	align-items:center;
	grid-gap:4px;
	color: #121212;
	text-align: center;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 18px; /* 300% */
	border-right:1px solid rgba(18, 18, 18, 0.25);
	padding:0px 15px;
}
#header .link img {
	width:30px;
	height:30px;
	border-radius:50%;
	object-fit:cover;
	object-position:center;
}
#header .sosyal {
	display:flex;
	align-items:center;
	grid-gap:10px;
	padding:0px 0px 0px 15px;
}
#header .sosyal a {
	color: #121212;
	font-size: 16px;
}
#header .sosyal a:hover {
	color: var(--anarenk);
}
#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-li:active {
	border-bottom: solid 2px #313195;
}
#header .menu .link-item {
	position:relative;
	display:inline-block;
	color: #313195;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 50px; /* 150% */
}
#header .menu .link-item:hover {
    color: var(--turkuaz);
	font-weight:700;
}

#header .menu .acilan {
	position:absolute;
	display:none;
	top:calc(100% - 5px);
	left:0px;
	width:200px;
	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 .menu .acilan .link-item:hover {
    color: var(--turkuaz);
	font-weight:700;
}



/*------------------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;
	margin-top:114px;
}
#slider .item {
	position:relative;
}
#slider .item .anaresim {
	width:100%;
	max-height:598px;
	object-fit:cover;
}
#slider .item .bilgi {
	position:absolute;
	bottom:0px;
	left:0px;
	width:100%;
	height:auto;
    display: flex;
    align-items: center;
    z-index: 5;
    flex-direction: column;
    justify-content: flex-end;
	background: rgba(49,49,149,0.5);
    text-shadow: 1px 1px 10px #000;
	padding-top:20px;
	padding-bottom:40px;
}
#slider .item .bilgi .yazi1 {
	color: #FFF;
	font-size: 34px;
	font-style: normal;
	font-weight: 600;
	line-height: 40px; /* 119.444% */
	letter-spacing: -0.42px;
	margin-bottom:20px;
}
#slider .item .bilgi .yazi2 {
	color: #FFF;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px; /* 150% */
	color: #FFFFFF;
	margin-bottom:20px;
}
#slider .swiper-pagination
{
	display:flex;
	align-items:center;
	justify-content:center;
	grid-gap:5px;
}
#slider .swiper-pagination .swiper-pagination-bullet
{
	display: flex;
    align-items: center;
    justify-content: center;
    width: 25px;
    height: 25px;
    background: #fff;
    color: var(--anarenk);
    font-size: 12px;
	opacity: 1;
}
#slider .swiper-pagination .swiper-pagination-bullet-active
{
    background: var(--anarenk);
    color: #fff;
}

/*------------------sonyazilar----------------------*/

#sonyazilar {
	position:relative;
	background:var(--anarenk);
	padding:40px 0px;
}
#sonyazilar .bas {
	position:relative;
	display:flex;
	align-items:center;
	justify-content:Center;
	height:100%;
	grid-gap:5px;
	color: #FFF;
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	line-height: 24px; /* 120% */
	letter-spacing: -0.3px;
}
#sonyazilar .bas i {
	color: #B9FFFF;
}
#sonyazilar .bas span {
	color: #B9FFFF;
}
#sonyazilar .item {
	position:relative;
	display:block;
	color: #FFF;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 22.4px; /* 140% */
	padding-left:20px;
}
#sonyazilar .item:before {
	position:absolute;
	content:"";
	top:calc(50% - 3px);
	left:0px;
	width:6px;
	height:6px;
	border-radius:50%;
	background:#B9FFFF;
}
#sonyazilar .butonlar {
	display:flex;
	align-items:center;
	justify-content:center;
	grid-gap:10px;
	height:100%;
}
#sonyazilar .butonlar div {
	font-size:20px;
	color:#fff;
}

/*------------------uyehekimler----------------------*/

#uyehekimler {
	position:relative;
	padding:80px 0px 20px 0px;
}
#uyehekimler .alan {
	position:relative;
	padding:0px 28px;
	background:url('../img/uyehekimlerback.png');
	background-size:cover;
}
#uyehekimler .yazi1 {
	color: #313195;
	font-size: 36px;
	font-style: normal;
	font-weight: 600;
	line-height: 43px; /* 119.444% */
	letter-spacing: -0.42px;
	margin-bottom:10px;
}
#uyehekimler .yazi2 {
	color: #FFF;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px; /* 150% */
	text-shadow: 2px 2px 5px #000;
}
#uyehekimler .resim {
	position:relative;
	display:flex;
	align-items:flex-end;
	justify-content:center;
	height:200px;
}
/*------------------haberler----------------------*/

#haberler {
	position:relative;
	padding:40px 0px 40px 0px;
}
#haberler .anabaslik {
	display:flex;
	align-items:center;
	grid-gap:10px;
	margin-bottom:30px;
	color: #121212;
	font-size: 32px;
	font-style: normal;
	font-weight: 600;
	line-height: 38.4px; /* 120% */
	letter-spacing: -0.42px;
}
#haberler .anabaslik i {
	color: var(--anarenk);
	font-size: 42px;
}
.sonhaberler {
	position:relative;
	margin-bottom:20px;
	grid-gap:10px;
	display:flex;
	flex-direction:column;
}
.sonhaberler .sanabaslik {
	display:flex;
	align-items:center;
	grid-gap:10px;
	margin-bottom:0px;
	color: #121212;
	font-size: 22px;
	font-style: normal;
	font-weight: 600;
	line-height: 28.4px; /* 120% */
	letter-spacing: -0.42px;
}
.sonhaberler .sanabaslik i {
	color: var(--anarenk);
	font-size: 32px;
}
.sonhaberler .item {
	display:flex;
	flex-wrap:wrap;
	align-items:center;
}
.sonhaberler .item .resim {
	width:100px;
	aspect-ratio:1/1;
	object-fit:cover;
	object-position:center;
}
.sonhaberler .item .bil {
	width:calc(100% - 100px);
	padding-left:10px;
	display:flex;
	flex-direction:column;
	justify-content:center;
}
.sonhaberler .item .bil .adi {
	color: #121212;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 22.4px; /* 140% */
}
.sonhaberler .item .bil .tarih {
	color: rgba(0,0,0,0.6);
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 18px; /* 150% */
}

.duyurular {
	display:flex;
	flex-direction:column;
	height:100%;
	padding:22px;
	background:var(--anarenk);
}

.duyurular .bas {
	position:relative;
	display:flex;
	align-items:center;
	justify-content:Center;
	height:40px;
	grid-gap:5px;
	color: #FFF;
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	line-height: 24px; /* 120% */
	letter-spacing: -0.3px;
}
.duyurular .bas i {
	color: #B9FFFF;
}
.duyurular .bas span {
	color: #B9FFFF;
}
.duyurular .liste {
	position:relative;
	display:flex;
	flex-direction:column;
	grid-gap:10px;
	height:calc(100% - 80px);
}
.duyurular .duyuruitem {
	position:relative;
	display:flex;
	flex-direction:column;
	grid-gap:3px;
	padding:22px 0px;
	border-top:1px solid rgba(155, 155, 155, 0.20);
}
.duyurular .duyuruitem .tarih {
	color: #FFF;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 18px; /* 150% */
}
.duyurular .duyuruitem .adi {
	color: #FFF;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 22.4px; /* 140% */
}
.duyurular .tumu {
	position:relative;
	display:flex;
	align-items:center;
	justify-content:Center;
	grid-gap:10px;
	height:40px;
	color: #B9FFFF;
	text-align: center;
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	line-height: 16px; /* 114.286% */
	text-transform: uppercase;
}

.duyurular .tumu i {
	font-size: 22px;
}


.haberitem {
	position:relative;
	display:block;
	background:#fff;
}
.haberitem .resim {
	width:100%;
	aspect-ratio:500/350;
	object-fit:cover;
	object-position:center;
}
.haberitem .bilgi {
	display:flex;
	flex-direction:column;
	grid-gap:15px;
    padding: 20px;
    min-height: 200px;
}
.haberitem .bilgi .adi {
	color: #121212;
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	line-height: 24px; /* 120% */
	letter-spacing: -0.3px;
}
.haberitem .bilgi .tarih {
	display:flex;
	align-items:center;
	grid-gap:10px;
	color: rgba(0, 0, 0, 0.60);
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 18px; /* 150% */
}
.haberitem .bilgi .tarih i {
	font-size: 18px;
}
/*------------------islemler----------------------*/

#islemler {
	position:relative;
	padding:40px 0px 40px 0px;
}
#islemler .anabaslik {
	display:flex;
	align-items:center;
	grid-gap:10px;
	margin-bottom:30px;
	color: #121212;
	font-size: 32px;
	font-style: normal;
	font-weight: 600;
	line-height: 38.4px; /* 120% */
	letter-spacing: -0.42px;
}
#islemler .anabaslik i {
	color: var(--anarenk);
	font-size: 42px;
}
#islemler .kutu {
	display:flex;
	flex-direction:column;
	justify-content:center;
	height:100%;
	padding:56px 25% 56px 34px;
	background-size:auto 80% !important;
	background-repeat:no-repeat !important;
	background-position:right bottom !important;
	font-size: 32px;
	font-style: normal;
	font-weight: 600;
	line-height: 38.4px; /* 120% */
	letter-spacing: -0.42px;
}
#islemler .kutu.kutu1 {
	color: #FFF;
}
#islemler .kutu.kutu2 {
	color: #FFF;
}
#islemler .kutu.kutu3 {
	color: #FFF;
}
#islemler .kutu.kutu4 {
	color: #313195;
}
/*------------------hakkimizda----------------------*/

#hakkimizda {
	position:relative;
	padding:40px 0px 40px 0px;
}
#hakkimizda .resim {
	width:100%;
}
#hakkimizda .yazi1 {
	color: #121212;
	font-size: 32px;
	font-style: normal;
	font-weight: 600;
	line-height: 38.4px; /* 120% */
	letter-spacing: -0.42px;
	margin-bottom:15px;
}
#hakkimizda .yazi2 {
	color: #121212;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px; /* 150% */
	margin-bottom:15px;
}
#hakkimizda .link {
	display:flex;
	align-items:center;
	grid-gap:4px;
	color: #313195;
	font-size: 14px;
	font-style: normal;
	font-weight: 800;
	line-height: 16px; /* 114.286% */
}
#hakkimizda .link i {
	font-size: 20px;
}
#hakkimizda .butonlar {
	display:flex;
	align-items:center;
	grid-gap:24px;
	margin-top:35px;
}
#hakkimizda .butonlar a {
	display:flex;
	align-items:center;
	grid-gap:4px;
	color: #313195;
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	line-height: 24px; /* 120% */
	letter-spacing: -0.3px;
}
#hakkimizda .butonlar a i {
	font-size: 30px;
}
/*------------------videolar----------------------*/

#videolar {
	position:relative;
	padding:40px 0px 40px 0px;
	background:#2196F3;
}
#videolar .anabaslik {
	display:flex;
	align-items:center;
	grid-gap:10px;
	margin-bottom:30px;
	color: #fff;
	font-size: 32px;
	font-style: normal;
	font-weight: 600;
	line-height: 38.4px; /* 120% */
	letter-spacing: -0.42px;
}
#videolar .anabaslik i {
	color: var(--anarenk);
	font-size: 42px;
}

.videoitem {
	position:relative;
	display:block;
}
.videoitem .resim {
	width:100%;
	aspect-ratio:656/369;
	object-fit:cover;
	object-position:center;
}
.videoitem .bilgi {
	display:flex;
	flex-direction:column;
	justify-content:center;
	grid-gap:15px;
	height:100%;
}
.videoitem.kucuk .bilgi {
	padding:24px;
}
.videoitem .bilgi .adi {
	color: #FFF;
	font-size: 32px;
	font-style: normal;
	font-weight: 600;
	line-height: 38.4px; /* 120% */
	letter-spacing: -0.42px;
}
.videoitem.kucuk .bilgi .adi {
	font-size: 20px;
	line-height: 24px;
}
.videoitem .bilgi .desc {
	color: #FFF;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px; /* 150% */
}

.videoitem .bilgi .tarih {
	display:flex;
	align-items:center;
	grid-gap:10px;
	color: rgba(255, 255, 255, 0.60);
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 18px; /* 150% */
}
.videoitem .bilgi .tarih i {
	font-size: 18px;
}

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

#footer {
	position:relative;
	background:var(--anarenk);
}
#footer .ust {
	position:relative;
	padding:80px 0px 50px 0px;
}
#footer .menubas {
	display:block;
	color: rgba(255, 255, 255, 0.50);
	font-size: 12px;
	font-style: normal;
	font-weight: 500;
	line-height: 16.8px; /* 140% */
	text-transform: uppercase;
	margin-bottom:16px;
}
#footer .menulink {
	display:block;
	color: #FFF;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 21px; /* 150% */
	margin-bottom:16px;
}
#footer .orta {
	position:relative;
	padding:40px 0px 40px 0px;
}
#footer .sosyal {
	display:flex;
	align-items:center;
	justify-content:center;
	grid-gap:12px;
}
#footer .sosyal span {
	color: rgba(255, 255, 255, 0.50);
	font-size: 12px;
	font-style: normal;
	font-weight: 500;
	line-height: 18px; /* 150% */
}
#footer .sosyal a {
	color: rgba(255, 255, 255, 1);
	font-size: 24px;
}
#footer .alt {
	position:relative;
	padding:40px 0px 40px 0px;
	display:flex;
	align-items:center;
	grid-gap:15px;
	border-top: 1px solid rgba(255,255,255,0.1);
}
#footer .alt .logo img{
	height:80px;
}
#footer .alt .copy {
	color: #FFF;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 18px; /* 150% */
}
#footer .alt .fav {
	color: #FFF;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 18px; /* 150% */
	margin-left:auto;
}

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

#bread {
	position:relative;
	padding:16px 0px;
	background: #2196F3;
	margin-top: 110px;
}
#bread .ic {
	display:flex;
	align-items:center;
	grid-gap:4px;
	color: #FFF;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 21px; /* 150% */
}
#bread .ic a {
	color: #FFF;
}

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

#blogdetay {
	position:relative;
	padding:40px 0px 40px 0px;
}
#blogdetay .anaresim {
	width:100%;
	/* aspect-ratio:1248/624; */
	object-fit:cover;
	object-position:center;
	margin-bottom:20px;
}
#blogdetay .anabaslik {
	color: #313195;
	font-size: 48px;
	font-style: normal;
	font-weight: 600;
	line-height: 52.8px; /* 110% */
	letter-spacing: -0.72px;
	margin-bottom:20px;
}
#blogdetay .sosyal {
	display:flex;
	align-items:center;
	grid-gap:10px;
	margin-bottom:20px;
}
#blogdetay .sosyal a {
	display:flex;
	align-items:center;
	justify-content:center;
	width: 48px;
	height: 48px;
	border-radius: 24px;
	border: 1px solid rgba(49, 49, 149, 0.15);
	font-size:20px;
	color:var(--anarenk);
}
/*------------------bloglarpage----------------------*/

#bloglarpage {
	position:relative;
	padding:40px 0px 40px 0px;
}
#bloglarpage .anabaslik {
	color: #313195;
	text-align: center;
	font-size: 48px;
	font-style: normal;
	font-weight: 600;
	line-height: 52.8px; /* 110% */
	letter-spacing: -0.72px;
	margin-bottom:20px;
}
/*------------------form.control----------------------*/

.form-control {
	border-radius:0px;
	height:48px;
}
.form-control[type=file] {
	line-height:36px;
}
textarea.form-control {
	height:148px;
}

/*------------------hekimlerpage----------------------*/

#hekimlerpage {
	position:relative;
}
#hekimlerpage .ust {
	background:var(--anarenk);
	padding:40px 0px 40px 0px;
}
#hekimlerpage .ust .anabaslik {
	color: #fff;
	text-align: center;
	font-size: 48px;
	font-style: normal;
	font-weight: 600;
	line-height: 52.8px; /* 110% */
	letter-spacing: -0.72px;
	margin-bottom:20px;
}
#hekimlerpage .alt {
	padding:40px 0px 40px 0px;
}
#hekimlerpage .alt .anabaslik {
	color: #313195;
	text-align: center;
	font-size: 48px;
	font-style: normal;
	font-weight: 600;
	line-height: 52.8px; /* 110% */
	letter-spacing: -0.72px;
	margin-bottom:20px;
}

.doktoritem {
	position:relative;
    border-bottom: 1px solid #313196;
    padding-bottom: 15px;
}
.doktoritem .resim {
	width:100%;
	aspect-ratio:250/300;
	object-fit:cover;
	object-position:center;
}
.doktoritem .adi {
	color: #313195;
	font-size: 32px;
	font-style: normal;
	font-weight: 600;
	line-height: 38.4px; /* 120% */
	letter-spacing: -0.42px;
}
.doktoritem .brans {
	color: #121212;
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	line-height: 24px; /* 120% */
	letter-spacing: -0.3px;
}
.doktoritem .bilgi {
	display:flex;
	align-items:center;
	flex-wrap:wrap;
}
.doktoritem .bilgi .icon {
	width:20px;
	font-size:20px;
	color:var(--anarenk);
}
.doktoritem .bilgi .yazi {
	width:calc(100% - 20px);
	padding-left:10px;
	color: #121212;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px; /* 150% */
}

.doktoritem .sosyal {
	display:flex;
	align-items:center;
	grid-gap:10px;
}
.doktoritem .sosyal a {
	display:block;
	color: #313195 !important;
	font-size: 26px;
}
.doktoritem .sosyal a:hover {
	color: var(--turkuaz);
}
/*------------------hekim----------------------*/


.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    
    position: relative;
    transition-property: transform;
}
#hekim {
	position:relative;
	padding:40px 0px;
	z-index:20;
}
#hekim:before {
	position:absolute;
	content:"";
	top:0px;
	left:0px;
	width:100%;
	height:200px;
	background:var(--anarenk);
	z-index:-1;
}
#hekim .resim {
	width: 100%;
    aspect-ratio: 250 / 300;
    height: auto;
    object-fit: cover;
}
#hekim .sosyal {
	display:flex;
	align-items:center;
	justify-content:center;
	grid-gap:10px;
}
#hekim .sosyal a {
	color: #121212;
	font-size: 26px;
}
#hekim .sosyal a:hover {
	color: var(--anarenk);
}
#hekim .bilgiler {
	background:var(--anarenk);
	padding:20px 20px;
	display:flex;
	flex-direction:column;
	grid-gap:10px;
	margin-bottom:20px;
}
#hekim .adi {
	color: #fff;
	font-size: 32px;
	font-style: normal;
	font-weight: 600;
	line-height: 38.4px; /* 120% */
	letter-spacing: -0.42px;
}
#hekim .brans {
	color: #fff;
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	line-height: 24px; /* 120% */
	letter-spacing: -0.3px;
}
#hekim .bilgi {
	display:flex;
	align-items:center;
	flex-wrap:wrap;
}
#hekim .bilgi .icon {
	width:20px;
	font-size:20px;
	color:var(--turkuaz);
}
#hekim .bilgi .yazi {
	width:calc(100% - 20px);
	padding-left:10px;
	color: #fff;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px; /* 150% */
}
/*------------------hekimgaleri----------------------*/

#hekimgaleri {
	position:relative;
	padding:40px 0px 40px 0px;
}
#hekimgaleri iframe {
	width:100% !important;
	height:400px !important;
}
#hekimgaleri .anabaslik {
	display:flex;
	align-items:center;
	grid-gap:10px;
	margin-bottom:30px;
	color: #121212;
	font-size: 32px;
	font-style: normal;
	font-weight: 600;
	line-height: 38.4px; /* 120% */
	letter-spacing: -0.42px;
}
#hekimgaleri .anabaslik i {
	color: var(--anarenk);
	font-size: 42px;
}
#hekimgaleri .resimitem {
	position:relative;
	display:block;
}
#hekimgaleri .resimitem img {
	width:100%;
	aspect-ratio:310/291;
	object-fit:cover;
	object-position:center;
}
/*------------------genelsayfa----------------------*/

#genelsayfa {
	position:relative;
	padding:40px 0px 40px 0px;
}
#genelsayfa .anabaslik {
	color: #313195;
	font-size: 48px;
	font-style: normal;
	font-weight: 600;
	line-height: 52.8px; /* 110% */
	letter-spacing: -0.72px;
	margin-bottom:20px;
}
#genelsayfa .solmenu {
	display:flex;
	flex-direction:column;
	grid-gap:5px;
	margin-bottom:20px;
}
#genelsayfa li {
	list-style:none;
}
#genelsayfa .solmenu a {
	display:flex;
	align-items:center;
	padding:5px 20px;
	color: #121212;
	font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 30px;
	letter-spacing: -0.42px;
	background:#fff;
}
#genelsayfa .solmenu a.active {
	color: #fff;
	background:var(--anarenk);
}
#genelsayfa .solmenu a i {
	color: #121212;
	font-size: 24px;
	margin-left:auto;
}
#genelsayfa .solmenu a.active i {
	color: #fff;
}

.hesapitem {
	position:relative;
	display:flex;
	flex-wrap:wrap;
	border: 1px solid rgba(49, 49, 149, 0.30);
	background: #FFF;
}
.hesapitem .bolum {
	width:25%;
	display:flex;
	flex-direction:column;
	align-items:center;
	justify-content:center;
	grid-gap:10px;
	border-right: 1px solid rgba(49, 49, 149, 0.30);
	background: #FFF;
	padding:20px;
}
.hesapitem .bolum img {
	max-width:80%;
}
.hesapitem .bolum b {
	color: #121212;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 22px; /* 120% */
	letter-spacing: -0.3px;
}
.hesapitem .bolum small {
	color: #121212;
	text-align: center;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: capitalize;
}

.kurulitem {
	position:relative;
	display:flex;
	flex-direction:column;
	align-items:center;
	grid-gap:10px;
}
.kurulitem .resim {
	width:100%;
	aspect-ratio:1/1;
	object-fit:cover;
	object-position:center;
}
.kurulitem .adi {
	color: #313195;
	font-size: 24px;
	font-style: normal;
	font-weight: 600;
	line-height: 38.4px; /* 160% */
	letter-spacing: -0.42px;
}
.kurulitem .yetki {
	color: #121212;
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: 24px; /* 133.333% */
	letter-spacing: -0.3px;
}
/*------------------iletisimpage----------------------*/

#iletisimpage {
	position:relative;
	padding:40px 0px 40px 0px;
}
#iletisimpage .anabaslik {
	color: #313195;
	font-size: 48px;
	font-style: normal;
	font-weight: 600;
	line-height: 52.8px; /* 110% */
	letter-spacing: -0.72px;
	text-align:center;
	margin-bottom:50px;
}
#iletisimpage .yazi1 {
	color: #313195;
	font-size: 48px;
	font-style: normal;
	font-weight: 600;
	line-height: 52.8px; /* 110% */
	letter-spacing: -0.72px;
	margin-bottom:20px;
}
#iletisimpage .yazi2 {
	color: #838383;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px; /* 150% */
	margin-bottom:20px;
}
#iletisimpage .bilgi {
	display:flex;
	flex-wrap:wrap;
	margin-bottom:30px;
}
#iletisimpage .bilgi .icon {
	width:60px;
	font-size:60px;
	line-height:30px;
	color:var(--anarenk);
}
#iletisimpage .bilgi .yazi {
	width:calc(100% - 60px);
	padding-left:10px;
}
#iletisimpage .bilgi .yazi b {
	display:block;
	color: #2196F3;
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	line-height: 24px; /* 120% */
	letter-spacing: -0.3px;
	text-transform: capitalize;	
}
#iletisimpage .bilgi .yazi small {
	display:block;
	color: #838383;
	font-family: Onest;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px; /* 150% */	
}
#iletisimpage iframe {
	width:100%;
	height:400px;
	margin-top:40px;
	
}
/*------------------portal----------------------*/

#portal {
	position:relative;
	padding:40px 0px 40px 0px;
}
#portal .solmenu {
	display:flex;
	flex-direction:column;
	grid-gap:20px;
	padding:30px;
	background:#fff;
}
#portal .solmenu a {
	display:flex;
	align-items:center;
	grid-gap:5px;
	color: #121212;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 17.6px; /* 125.714% */
	letter-spacing: 0.131px;
}
#portal .solmenu a i {
	font-size: 24px;
}
#portal .solmenu a.active ,
#portal .solmenu a:hover 
{
	color: var(--anarenk);
}
#portal .solmenu a span 
{
	display:flex;
	align-items:center;
	justify-content:center;
	width:17px;
	height:17px;
	border-radius:50%;
	background: #313195;
	color: #FFF;
	text-align: center;
	font-size: 11px;
	font-style: normal;
	font-weight: 500;
	line-height: 11px; /* 100% */
	text-transform: capitalize;
}
#portal .profil {
	display:flex;
	flex-direction:column;
	grid-gap:10px;
	padding:30px;
	background:#fff;
}
#portal .profil .hosgeldiniz {
	color: #707A82;
	font-size: 12px;
	font-style: normal;
	font-weight: 500;
	line-height: 16px; /* 133.333% */
	letter-spacing: 0.086px;
}
#portal .profil .sadi {
	color: #121212;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 19.2px; /* 120% */
	letter-spacing: 0.2px;
}
#portal .profil .resim {
	width:100%;
}
#portal .profil .adi {
	color: #121212;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 19.2px; /* 137.143% */
	letter-spacing: 0.13px;
}
#portal .profil .brans {
	color: #121212;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 19.2px; /* 137.143% */
	letter-spacing: 0.13px;
}
#portal .profil .bilgi b {
	display:block;
	color: #121212;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 19.2px; /* 137.143% */
	letter-spacing: 0.13px;
}
#portal .profil .bilgi small {
	display:block;
	color: #707A82;
	font-size: 12px;
	font-style: normal;
	font-weight: 500;
	line-height: 16px; /* 133.333% */
	letter-spacing: 0.09px;
}
#portal .aidatlist {
	display:flex;
	flex-direction:column;
	grid-gap:10px;
	padding:30px;
	background:#fff;
}
#portal .aidatlist .bas {
	color: #121212;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 19.2px; /* 120% */
	letter-spacing: 0.2px;
	margin-bottom:10px;
}
#portal .aidatlist .list {
	display:flex;
	align-items:center;
	padding:18px 24px;
	background: #F8F8F8;
}
#portal .aidatlist .list .donem {
	color: #121212;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 17.6px; /* 125.714% */
	letter-spacing: 0.131px;
	margin-right:auto;
}
#portal .aidatlist .list .durum .btn {
	height:30px;
	padding:0px 10px;
}
#portal .aidatlist .list .durum span {
	color:#32C185;
	text-align: right;
	font-size: 12px;
	font-style: normal;
	font-weight: 500;
	line-height: 16px; /* 133.333% */
	letter-spacing: 0.09px;
}

#portal .portalhaberler {
	display:flex;
	flex-direction:column;
	grid-gap:10px;
	padding:30px;
	background:#fff;
}
#portal .portalhaberler .sanabaslik {
	color: #121212;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 19.2px; /* 120% */
	letter-spacing: 0.2px;
	margin-bottom:10px;
}
#portal .portalhaberler .sanabaslik {
	color: #121212;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 19.2px; /* 120% */
	letter-spacing: 0.2px;
	margin-bottom:10px;
}

#portal .portalhaberler .item {
	display:flex;
	flex-wrap:wrap;
	align-items:center;
}
#portal .portalhaberler .item .resim {
	width:100px;
	aspect-ratio:1/1;
	object-fit:cover;
	object-position:center;
}
#portal .portalhaberler .item .bil {
	width:calc(100% - 100px);
	padding-left:10px;
	display:flex;
	flex-direction:column;
	justify-content:center;
}
#portal .portalhaberler .item .bil .adi {
	color: #121212;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 22.4px; /* 140% */
}
#portal .portalhaberler .item .bil .tarih {
	color: rgba(0,0,0,0.6);
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 18px; /* 150% */
}
#portal .portalilanlar {
	display:flex;
	flex-direction:column;
	grid-gap:10px;
	padding:30px;
	background:#fff;
}
#portal .portalilanlar .liste {
	position:relative;
	display:flex;
	flex-direction:column;
	grid-gap:10px;
	height:calc(100% - 80px);
}
#portal .portalilanlar .duyuruitem {
	position:relative;
	display:flex;
	flex-direction:column;
	grid-gap:3px;
	padding:22px 0px;
	border-top:1px solid rgba(155, 155, 155, 0.20);
}
#portal .portalilanlar .duyuruitem .tarih {
	color: #000;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 18px; /* 150% */
}
#portal .portalilanlar .duyuruitem .adi {
	color: #000;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 22.4px; /* 140% */
}
#portal .bilgilerim {
	display:flex;
	flex-direction:column;
	grid-gap:10px;
	padding:30px;
	background:#fff;
}
#portal .bilgilerim .bas {
	color: #313195;
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	line-height: 25.6px; /* 128% */
	letter-spacing: 0.147px;
	margin-bottom:30px;
}
#portal .bilgilerim .avatar {
	width:100%;
}
#portal .bilgilerim .resimsec {
	display:flex;
	flex-direction:column;
	justify-content:center;
	height:100%;
	grid-gap:10px;
}
#portal .bilgilerim .resimsec b {
	color: #121212;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 17.6px; /* 125.714% */
	letter-spacing: 0.131px;
	text-transform: capitalize;
}
#portal .bilgilerim .resimsec small {
	color: #121212;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
#portal .bilgilerim .resimsec .butonlar {
	display:flex;
	align-items:center;
	grid-gap:10px;
}
#portal .bilgilerim .resimsec input {
	display:none;
}
#portal .bilgilerim .resim {
	position:relative;
	display:block;
}
#portal .bilgilerim .resim img {
	width:100%;
	aspect-ratio:1/1;
	object-fit:cover;
	object-position:center;
}
#portal .bilgilerim .resim .btn {
	position:absolute;
	top:10px;
	right:10px;
	width:40px;
	height:40px;
}
#portal .mesajlist {
	display:flex;
	flex-direction:column;
	grid-gap:10px;
	padding:30px;
	background:#fff;
}
#portal .mesajlist .ust {
	display:flex;
	align-items:center;
	grid-gap:15px;
	margin-bottom:30px;
}
#portal .mesajlist .bas {
	color: #313195;
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	line-height: 25.6px; /* 128% */
	letter-spacing: 0.147px;
	margin-right:auto;
}
#portal .mesajlist .filterbuton {
	color: #121212;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 17.6px; /* 125.714% */
	letter-spacing: 0.131px;
}
#portal .mesajlist .listeler {
	display:flex;
	flex-direction:column;
	grid-gap:10px;
}
#portal .mesajlist .listeler .listitem {
	display:flex;
	align-items:center;
	flex-wrap:wrap;
	background: #F8F8F8;
	padding:18px 24px;
}
#portal .mesajlist .listeler .listitem .gonderen {
	width:25%;
	color: #121212;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 17.6px; /* 125.714% */
	letter-spacing: 0.131px;
}
#portal .mesajlist .listeler .listitem .desc {
	width:65%;
	color: #121212;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 17.6px; /* 125.714% */
	letter-spacing: 0.131px;
	opacity: 0.5;
	padding:0px 10px;
}
#portal .mesajlist .listeler .listitem .sil {
	width:10%;
	color: rgba(235, 0, 27, 1);
	font-size: 24px;
	text-align:right;
}
#portal .mesajlist .alt {
	margin-top:20px;
}
.resimlabel {
	display:flex;
	align-items:center;
}
.resimlabel input {
	display:none;
}
.resimlabel .span {
	width:100%;
	display:flex;
	flex-wrap:wrap;
}
.resimlabel .span .dosyaadi {
	display:flex;
	align-items:center;
	padding:0px 10px;
	overflow:hidden;
	width:calc(100% - 150px);
	border: 1px solid rgba(49, 49, 149, 0.30);
	background: #FFF;
}
.resimlabel .span .dosyaadi img {
	height:48px;
}
.resimlabel .span button {
	width:150px;
}

.resimlabelcogalt {
	display: flex;
	width:100%;
	height: 57px;
	padding: 0px 20px;
	justify-content: center;
	align-items: center;
	border: 1px dashed rgba(49, 49, 149, 0.30);
	background: #FFF;
	color: rgba(18, 18, 18, 0.7);
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}