body{
    background:#f8fafb;
    padding-top: 150px;
    color:#282828;
	overflow-x: hidden;
}
h1,h2,h3,h4,h5{
    font-weight: bold;
    color:#00abc5;
}
h1{
    font-size:48px;
}
h2{
    font-size:40px;
}
h3,h4{
    font-size:36px;
}
h5{
    font-size:25px;
	margin-top:15px;
}

header{
    position: fixed;
    height:150px;
    background:#f8fafb;
    top:0;
    left:0;
    width:100%;
    z-index: 11;
    transition:all ease 0.3s;
}
.header_ust{
    width:100%;
    height:50px;
    background:#fff;
    display:flex;
    justify-content: space-between;
    padding:0 20px;
    position: relative;
	background:url(/images/b-bg.png);
	background-repeat:repeat;
    z-index: 2;
}

.m-lang {
	display:none;
}

.header_ust-menu > li{
    float:left;
    line-height: 50px;
    position: relative;
}
.header_ust-menu > li > a{
    font-size: 14px;
    color:#fff;
    display:block;
    padding:0 10px;
    font-weight: 500;
}
.header_ust-menu > li:hover{
    background:#0d3670;
}
.header_ust-menu > li:hover a{
    color:#fff;
}
.header_ust-menu > li > ul{
    display:none;
    width:265px;
    position:absolute;
    left:0;
    top:50px;
    background: #0d3670;
}
.header_ust-menu > li > ul > li{
    width:100%;
    height:40px;
    border-bottom: 1px solid rgba(0,0,0,0.1);
}
.header_ust-menu > li > ul > li:last-child{
    border:0;
}
.header_ust-menu > li > ul > li:Hover{
    background: #004789;
}
.header_ust-menu > li:Hover ul{
    display:block;
}
.header_ust-menu > li > ul > li > a{
    color:#fff;
    font-weight: 500;
    font-size: 14px;
    line-height: 40px;
    display:Block;
    padding:0 10px;
}
.header_ust-randevu li{
    float:left;
    font-weight: 500;
    height:50px;
}
.header_ust-randevu li img{
    width:26px;
    height:26px;
    float:left;
    margin-right:10px;
}
.header_ust-randevu li a{
    padding:0 15px;
    display:flex;
    align-items: center;
    height:50px;
}
.header_ust-randevu li:nth-child(1) a{
    color:#0fffff;
}
.header_ust-randevu li:nth-child(2) a{
    color:#0fffff;
}
.header_ust-randevu li:nth-child(3) a{
color:#0fffff;
}
.header_ust-randevu li:hover{
    background: #0d3670;
}
.header_ust-sosyalmedya > li{
    float:left;
    position:relative;
}
.header_ust-sosyalmedya > li > a{
    display:block;
    line-height: 50px;
    color:#fff;
    text-align: center;
    padding:0px 5px;
	font-size:14px;
	font-weight:500;
}
.header_ust-sosyalmedya > li > span{
    font-size:14px;
    line-height: 50px;
    padding:0 30px 0 10px;
    position: relative;
    width:125px;
}
.header_ust-sosyalmedya > li:hover{
    background: #004789;
}
.header_ust-sosyalmedya > li:hover a, .header_ust-sosyalmedya > li:hover span{
    color: #fff;
}
.header_ust-sosyalmedya > li > span:after{
    content:"\e903";
    font-family: 'profornet';
    position: absolute;
    right:10px;
    top:4px;
    color:#282828;
    font-size:9px;
    line-height:normal;
}
.header_ust-sosyalmedya > li > ul{
    display:none;
    width:125px;
    position: absolute;
    top:50px; 
    left:0;
    background: #004789;
}
.header_ust-sosyalmedya > li > ul > li{
    height:40px;
    border-bottom: 1px solid rgba(0,0,0,0.1);
}
.header_ust-sosyalmedya > li > ul > li:last-child{
    border:0;
}
.header_ust-sosyalmedya > li > ul > li > a{
    display:block;
    color:#fff;
    font-size:14px;
    padding:0 10px;
    line-height:40px;
}
.header_ust-sosyalmedya > li:hover ul{
    display:block;
}
.header_ust-sosyalmedya > li > ul > li:hover{
    background: #03a6c0;
}
.header_ust-sosyalmedya > li:hover span:after{
    color:#fff;
}

.header_alt{
    width:100%;
    height:100px;
    display:flex;
    justify-content: space-between;
    padding:0 30px;    
    align-items: center;
	background:#161616;
}
.header_alt figure img{
    width:160px;
}
.header_alt > nav{
    height:40px;
}
.header_alt > nav > ul > li{
    float:left;
	border-right:2px solid #00abc5;
	padding:0px 10px;
}

.header_alt > nav > ul > li:last-child {border:none;}


.header_alt > nav > ul > li:hover a{
    color:#fff;
}
.header_alt > nav > ul > li > a{
    display:Block;
    line-height: 40px;
    padding:0 15px;
    font-size:16px;
    font-weight: 500;
    color:#fff;
    line-height: 40px;
}

.header_alt > nav > ul > li > a:hover {    background: rgb(3,166,192);
    background: linear-gradient(98deg, rgba(3,166,192,1) 0%, rgba(0,71,137,1) 100%);
	border-radius:20px;
	}

.header_alt > div{
    position: relative;
    height:40px;
}
.header_alt > div > button{
    height:40px;
    width:40px;
    text-align: center;
    line-height:40px;
    background:none;
    font-size:16px;
    float:left;
	color:#fff;
}
.header_alt > div > button:hover{
    background: #00abc5;
    color:#fff;
    border-radius: 50%;
}
.header_alt > div > ul{
    float:left;
    margin-left: 10px;
    width:190px;
}
.header_alt > div > ul > li{
    height:40px;
    background: #00abc5;
    color:#fff;
    font-size:14px;
    position: relative;
    border-radius: 20px;
}
.header_alt > div > ul > li > a{
    display:block;
    padding:10px 20px;
    color:#fff;
    font-weight: 500;
    font-size:14px;
}
.header_alt > div > ul > li > span{
    display:block;
    padding:0 20px;
    line-height: 40px;
    color:#fff;
    font-size:14px;
    font-weight: 500;
    cursor:pointer;
}
.header_alt > div > ul > li:hover ul{
    display:block;
}
.header_alt > div > ul > li > ul{
    position: absolute;
    display:none;
    left:0;
    top:40px;
    background: #00abc5;
    width:190px;
    -webkit-border-bottom-right-radius: 20px;
    -webkit-border-bottom-left-radius: 20px;
    -moz-border-radius-bottomright: 20px;
    -moz-border-radius-bottomleft: 20px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
}
.header_alt > div > ul > li > ul > li{
    width:100%;
    border-bottom: 1px solid rgba(0,0,0,0.1);
}
.header_alt > div > ul > li > ul > li:last-child{
    border:0;
}
.header_alt > div > ul > li > ul > li > a{
    display:block;
    padding:10px 20px;
    color:#fff;
    font-weight:500;
}
.header_alt > div > ul > li:hover{
    -webkit-border-top-left-radius: 20px;
    -webkit-border-top-right-radius: 20px;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -moz-border-radius-topleft: 20px;
    -moz-border-radius-topright: 20px;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 0;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.header_alt > div:after{
    content:"\e903";
    font-family: 'profornet';
    position: absolute;
    right:15px;
    top:15px;
    color:#fff;
    font-size:9px;
    line-height:normal;
}
.header_alt > div > ul > li > ul > li:Hover{
    background: #03a6c0;
}
.header_alt > div > ul > li > ul > li:last-child:Hover{
    background: #03a6c0;
    -webkit-border-bottom-right-radius: 20px;
    -webkit-border-bottom-left-radius: 20px;
    -moz-border-radius-bottomright: 20px;
    -moz-border-radius-bottomleft: 20px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
}
#slider .swiper-pagination-bullet{
    height:12px!important;
    width:12px!important;
}
#slider .swiper-pagination-bullet-active{
    background: rgb(3,166,192)!important;
    background: linear-gradient(98deg, rgba(3,166,192,1) 0%, rgba(0,71,137,1) 100%)!important;   
}
.anasayfaBolumlerimiz{
    width:100%;
    padding:60px 0;
    background:#1e1e1e;
    background-position: right center;
    background-size: cover;
}
.anasayfaBolumlerimiz > div{
    width:1260px;
    margin:auto;
}

.anasayfaBolumlerimiz p {color:#fff;}

.baslik{
    width:100%;
    height:80px;
    position:relative;
	text-align:center;
}
.baslik p{
    font-size:18px;
}
.baslik div{
    height:100%;
    position: absolute;
    right:0;
    top:0;
    display:Flex;
    align-items: flex-end;
}
.baslik span{
    font-size:14px;
    font-weight: bold;
    margin-right: 10px;
    line-height: 30px;
    color:#004789;
}
.baslik a{
    color:#fff;
    line-height: 30px;
    font-weight: bold;
    font-size: 13px;
}
.baslik .profornet-asagi-bold{
    font-size:9px;
    color:#fff;
    width: 30px;
    height:30px;
    line-height:30px;
    text-align: center;
    background: #00abc5;
    border-radius:50%;
    transform: rotate(270deg);
    padding-top: 2px;
    float:right;
    margin-left: 15px;
}
.baslik a:hover{
    color:#03a6c0;
}
.baslik a:hover .profornet-asagi-bold{
    background: #03a6c0!important;
}

.unite-a {color:#00abc5!important}

.anasayfaBolumlerimiz ul{
    width:100%;
    margin-top: 60px;
	display:flex;
	flex-direction:row;
	align-items:center;
	justify-content:center;
}
.anasayfaBolumlerimiz ul li{
    flex:1;
	text-align:center;	
}

.anasayfaBolumlerimiz ul li:hover {opacity:0.7;transition:all ease 0.3s;}

.anasayfaBolumlerimiz ul li a{
    display:flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.anasayfaBolumlerimiz ul li:last-child{
    margin:0;
}

.anasayfaBolumlerimiz ul li div {
	    background-image:url(/images/bolum-bg.png);
	background-repeat:no-repeat;
	width:135px;height:135px;
	padding:30px;
}


.anasayfaBolumlerimiz ul li div img{
    width:100%;

}
.anasayfaBolumlerimiz ul li a strong{
    color:#fff;
    margin-top: 15px;
}

.anasayfaUnitelerimiz{
    width:100%;
    padding:60px 0;
    background-color:#fff;
    background-image: url(../images/unitebg.png);
    background-position: top center;
    background-repeat: no-repeat;
    overflow:hidden;
    position: relative;
}
.anasayfaUnitelerimiz > div{
    width:1260px;
    margin:Auto;
    position: relative;
}
.anasayfaUnitelerimiz .swiper-slide {
    height:350px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
.anasayfaUnitelerimiz .swiper-slider{
    margin-top: 30px;
}
.anasayfaUnitelerimiz .slider-text{
    position: relative;
    width:100%;
    height:350px;
}
.anasayfaUnitelerimiz .slider-text img{
    width:100%;
    border-radius: 5px;
}


.anasayfaUnitelerimiz .slider-text a{
    position:absolute;
    left:-10px;
    bottom:57px;
    height:40px;
    padding:0 40px 0 30px;
    background: rgb(3,166,192)!important;
    background: linear-gradient(98deg, rgba(3,166,192,1) 0%, rgba(0,71,137,1) 100%)!important; 
    color:#fff;
    font-weight: 500;
    line-height: 40px;
    -webkit-border-radius: 5px;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius: 5px;
    -moz-border-radius-topleft: 0;
    border-radius: 5px;
    border-top-left-radius: 0;
}
.anasayfaUnitelerimiz .slider-text a:before{
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 7px 10px;
    border-color: transparent transparent #004789 transparent;
    content:"";
    position:absolute;
    left:1px;
    top:-7px
}
.anasayfaUnitelerimiz .slider-text a:after {
    content: "\e903";
    font-family: 'profornet';
    position: absolute;
    right: 15px;
    top: 15px;
    color: #fff;
    font-size: 9px;
    line-height: normal;
    transform: rotate(270deg);
}
.anasayfaUnitelerimiz .slider-text a:Hover{
    background: #03a6c0!important;
}
.anasayfaTeknolojimiz{
    width:100%;
    display:flex;
    background-color:#fff;
    padding:60px 0;
    
}
.anasayfaTeknolojimiz figure{
    flex:1;
    position:relative;
}
.anasayfaTeknolojimiz figure div{
    width:100%;
    height:100%;
    position:Absolute;
    z-index: 2;
    background-size: cover;
    background-position: top center;
    -webkit-border-top-right-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
    -moz-border-radius-topright: 10px;
    -moz-border-radius-bottomright: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}
.anasayfaTeknolojimiz figure:after{
    width:100%;
    height:100%;
    z-index:1;
    position: absolute;
    content:"";
    background: rgb(3,166,192)!important;
    background: linear-gradient(98deg, rgba(3,166,192,1) 0%, rgba(0,71,137,1) 100%)!important; 
    right:-10px;
    -webkit-border-top-right-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
    -moz-border-radius-topright: 10px;
    -moz-border-radius-bottomright: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    bottom:-10px;
}

.anasayfaTeknolojimiz > div{
    flex:1;
    background-image: url(../images/unitebg.png);
    background-size: cover;
    background-repeat: no-repeat;
    padding-left:60px;
    padding-right: 30px;
    height: 450px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.anasayfaTeknolojimiz .baslik{
    padding-right: 180px;
    height:auto;
}
.anasayfaTeknolojimiz strong{
    font-size: 24px;
    display:Block;
    margin:30px 0;
    font-weight: 400!important;
}
.anasayfaTeknolojimiz ul{
    margin-top: 20px;
}
.anasayfaTeknolojimiz ul li{
    font-size: 24px;
    height:40px;
    line-height: 40px;
    margin-top: 10px;
}
.anasayfaTeknolojimiz ul li img{
    float:left;
    margin-right: 10px;
}
.anasayfaTeknolojimiz .baslik div{
   align-items: center;
}
.anasayfaBlog{
    width:100%;
    padding:60px 0;
    background-image: url(../images/balonlar.png);
    background-position: center;
    background-repeat: no-repeat
}
.anasayfaBlog > div{
    width:1260px;
    margin:auto;
}
.anasayfaBlog ul{
    margin-top: 30px;
    display:flex;
}
.anasayfaBlog ul li{
    flex:1;
    width:400px;
    margin-right: 30px;
    -webkit-box-shadow: 0px 0px 11px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 11px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 11px 0px rgba(0,0,0,0.1);
}
.anasayfaBlog ul li:last-child{
    margin:0;
}
.anasayfaBlog ul li figure{
    position:relative;
}
.anasayfaBlog ul li figure time{
    position:absolute;
    left:-10px;
    bottom:0;
    background: rgb(3,166,192)!important;
    background: linear-gradient(98deg, rgba(3,166,192,1) 0%, rgba(0,71,137,1) 100%)!important; 
    -webkit-border-radius: 5px;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius: 5px;
    -moz-border-radius-topleft: 0;
    border-radius: 5px;
    border-top-left-radius: 0;
    width:60px;
    height:60px;
    display:flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.anasayfaBlog ul li figure time b{
    font-size:20px;
    color:#fff;
}
.anasayfaBlog ul li figure time span{
    font-size:14px;
    color:#fff;
    font-weight: bold;
}
.anasayfaBlog ul li figure time:before {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 7px 10px;
    border-color: transparent transparent #004789 transparent;
    content: "";
    position: absolute;
    left: 1px;
    top: -7px;
}
.anasayfaBlog > div > ul > li > article > div{
    background:#fff;
    border-bottom: 5px solid #dadddf;
    padding:30px;
}
.anasayfaBlog_doktor{
    width:100%;
    height:30px;
    position: relative;
    padding-left: 30px;
    font-size:14px;
    margin-bottom:30px;
}
.anasayfaBlog_doktor img{
    position:absolute;
    left:0;
    top:5px;
    width:20px;
    height:20px;
}
.anasayfaBlog_doktor a{
    color:#282828
}
.anasayfaBlog_doktor a:hover{
    color:#004789
}
.anasayfaBlog article h3{
    background:none!important;
    font-size:18px!important;
    color:#282828;
    -webkit-text-fill-color: inherit;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.anasayfaBlog article h3 a{
    color:#282828;
	  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;  
  min-height:44px;
}
.anasayfaBlog article h3 a:hover{
    color:#004789;
}
.anlasmaliKurumlar{
    width:100%;
    background:#ffF;
    padding:60px 0;
}
.anlasmaliKurumlar > div{
    width:1260px;
    margin:auto;
    text-align: center;
    overflow:hidden;
    position:relative;
}
.anlasmaliKurumlar h2{
    font-size:30px;
    margin-bottom: 30px;
}
.anlasmaliKurumlar .swiper-slide{
    border:1px solid #f2f2f2;
    height:102px;
    display:flex;
    justify-content: center;
    align-items: center;
}
footer{
    width:100%;
}
.footer_ust{
    width:100%;
    padding: 60px 0;
}
.footer_ust > div{
    width:1260px;
    margin:auto;
    display:flex;
}
.footer_ust > div > div{
    flex:1;
}
.footer_ust strong{
    margin-bottom: 30px;
    display:Block;
    font-size:20px;
}
.footer_ust input{
    width:100%;
    height:40px;
    background: #f8fafb;
    border:1px solid #dadddf;
    line-height: 40px;
    border-radius: 5px;
    padding-left: 15px;
}
.footer_ust-arama{
    padding-right: 30px;
}
.footer_ust-arama-arama{
    width:100%;
    position:relative;
    height:40px;
    margin-bottom: 30px;
}
.footer_ust-arama-arama button{
    width:40px;
    height:40px;
    color:#fff;
    line-height: 40px;
    text-align: center;
    background: rgb(3,166,192)!important;
    background: linear-gradient(98deg, rgba(3,166,192,1) 0%, rgba(0,71,137,1) 100%)!important; 
    position:absolute;
    right:0;
    top:0;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
.footer_ust-arama-arama button:hover{
    background:#03a6c0!important;
}
.footer_ust-arama ul li{
    float:left;
    width:50%;
    line-height: 30px;
}
.footer_ust-arama ul li a{
    font-size:14px;
    line-height: 30px;
    color:#282828;
}
.footer_ust-arama ul li a:hover{
    text-decoration: underline;
    color:#004789;
}
.footer_ust-yazilar{
    padding-right: 30px;
}
.footer_ust-yazilar li{
    height:65px;
    display:flex;
    width:100%;
    margin-bottom: 10px;
}
.footer_ust-yazilar li:last-child{
    margin:0;
}
.footer_ust-yazilar li a:hover{
    color:#004789;
}
.footer_ust-yazilar li figure{
    width:104px;
    float:lefT;
    margin-right:10px;
}
.footer_ust-yazilar > ul > li > a{
    color: #282828;
    font-size:14px;
    font-weight: 500;
    display:Flex;
    height:65px;
    align-items: center;
    float:left;
    flex:1;
}
.footer_ust-iletisim{
    padding-right: 30px;
}
.footer_ust-iletisim li{
    position: relative;
    padding-left: 40px;
    margin-bottom: 20px;
}
.footer_ust-iletisim li i{
    position:Absolute;
    left:0;
    top:0;
    font-size:24px;
    background: -webkit-linear-gradient(#03a6c0, #004789);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.footer_ust-iletisim li:last-child{
    margin:0;
}
.footer_ust-iletisim li span{
    font-weight:bold;
    display:block;
    margin-bottom: 5px;
}
.footer_ust-iletisim li a, .footer_ust-iletisim li address, .footer_ust-iletisim li{
    color:#282828;
    font-size:14px;
}
.footer_ust-iletisim-yoltarifi{
    font-size:18px;
    font-weight: bold;
    line-height: 24px;
}
.footer_ust-iletisim li a:hover{
    color:#004789;
}
.footer_alt{
    width:100%;
    background:#fff;
}
.footer_alt > div{
    width:1260px;
    height:100px;
    margin:auto;
}
.footer_alt > div > a{
    float:right;
    display:flex;
    align-items: center;
    height:100px;
}
.footer_alt img{
    height:33px;
}
.footer_alt > div > ul{
    float:lefT;
    height:100px;
    display:fleX;
    align-items: center;
}
.footer_alt > div > ul > li{
    float:left;
    position: relative;
    margin-right:40px;
}

.footer_alt > div > ul > li > span {
	font-size:12px;
	margin-top:10px;
}

.footer_alt > div > ul > li > a{
    color: #282828;
    font-size:14px;
}
.footer_alt > div > ul > li:after{
    position: absolute;
    right: -20px;
    content: "\/";
    top: 5px;
    font-size: 11px;
}
.footer_alt > div > ul > li:last-child:after{
    display:none;
}
.baslikMobil{
    display:none;
}
.arama{
    position:fixed;
    width:100%;
    top:-180px;
    padding:60px;
    z-index:12;
    background: #004789;
    height:180px;
    transition:all ease 0.3s;
}
.arama input{
    width:100%;
    background:#fff;
    border:0;
    height:60px;
    line-height:60px;
    font-size:20px;
    color:#004789;
    padding-left: 30px;
}
.arama input::placeholder{
    color:#004789;
}
.arama .profornet-arama{
    position: absolute;
    width: 60px;
    height: 60px;
    right: 120px;
    top:60px;
    font-size: 24px;
    color: #004789;
    text-align:center;
    padding:0;
}
.arama .profornet-kapat{
    position: absolute;
    width: 60px;
    height: 60px;
    right: 60px;
    top: 60px;
    font-size: 24px;
    color: #fff;
    background: #da2020;
    text-align:center;
    padding:0;
}
.sayfa{
    width:1260px;
    background: #fff;
    position:relative;
    display:flex;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
    margin: 30px auto;
}
.sayfa:before{
    position:absolute;
    left:20px;
    top:-10px;
    height:10px;
    width:calc(100% - 40px);
    background:rgba(255, 255, 255, 0.7);
    content: "";
}
.sayfa:after{
    position:absolute;
    left:20px;
    bottom:-10px;
    height:10px;
    width:calc(100% - 40px);
    background:rgba(255, 255, 255, 0.7);
    content: "";
}
.sayfa_sol{
    width:100%;
    padding:60px;
    /*border-right: 5px solid #f8fafb;*/
}
.breadcrumb{
    width:100%;
    position: relative;
}
.breadcrumb h1{
    font-weight: 500;
    font-size:36px;
}
.breadcrumb ul li{
    float:left;
    font-size:13px;
    color:#242021;
    margin-right:30px;
    position:relative;
}
.breadcrumb ul li:last-child{
    margin-right:0;
}
.breadcrumb ul li a{
    color:#242021;
}
.breadcrumb ul li:after{
    position:absolute;
    right:-20px;
    font-size:7px;
    top:6px;
    font-family: 'profornet';
    content:"\e903";
    transform:rotate(270deg);
    color:#242021;
}
.breadcrumb ul li:last-child:after{
    display:none;
}
.breadcrumb strong{
    font-size:22px;
    display:block;
    margin:15px 0 20px 0;
    font-weight: 400!important;
    line-height: 30px;
}
.icerik p{
    font-size:16px;
    display:block;
    line-height:24px;
    margin-bottom: 20px;
}
.icerik p:last-child{
    margin:0;
}
.icerik li{
    position:relative;
    padding-left: 25px;
    margin-bottom: 15px;
}
.icerik li a{
    color:#282828;
}
.icerik li:before{
    content:url(../images/point.png); 
    position:absolute;
    left:-0;
    top:0;
    width:15px;
    height:15px;
}
.sayfa_sag{
    width:425px;
    padding:25px;
}
.sayfa_sag-butonlar{
    width:100%;
    display:flex;
    margin-bottom: 60px;
}
.sayfa_sag-butonlar > a{
    width:145px;
    height:125px;
    display:Flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color:#fff;
	text-align:center;
    font-weight: bold;
    border-radius: 10px;
}
.sayfa_sag-butonlar > a > img{
    width:40px;
    height:40px;
    margin-bottom: 10px;
}
.sayfa_sag-butonlar--randevu{
    background: rgb(3,166,192)!important;
    background: linear-gradient(98deg, rgba(3,166,192,1) 0%, rgba(0,71,137,1) 100%)!important;  
    margin-right: 15px;
}
.sayfa_sag-butonlar--soru{
    background: rgb(1,166,81);
    background: linear-gradient(98deg, rgba(1,166,81,1) 0%, rgba(39,162,94,1) 100%);
}
.sayfa_sag-butonlar--randevu:hover{
    background: #03a6c0!important;
}
.sayfa_sag-butonlar--soru:hover{
    background: #10723c!important;
}
.sayfa_sag-doktorlar{
    width:100%;
}
.sayfa_sag h3{
    font-size:24px;
    color:#03a6c0;
    background: inherit;
    -webkit-background-clip: inherit;
    -webkit-text-fill-color: inherit;
}
.sayfa_sag-doktorlar span{
    font-size:14px;
    color:#242021;
    display:block;
    margin-bottom: 30px;
}
.sayfa_sag-doktorlar li{
    width:100%;
    margin-bottom:20px;
    height:100px;
    display:flex;
}
.sayfa_sag-doktorlar li figure{
    width:100px;
    height:100px;
}
.sayfa_sag-doktorlar li div{
   height:100px;
   padding-left: 20px;
}
.sayfa_sag-doktorlar li div a{
    font-size:14px;
    color:#282828;
    display:inline-block;
}
.sayfa_sag-doktorlar li:last-child{
    margin:0;
}
.sayfa_sag-doktorlar li div strong{
    display:block;
    margin-bottom: 10px;
    margin-top: 15px;
}
.sayfa_sag-doktorlar li div a:first-of-type{
    margin-right: 10px;
}
.sayfa_sag-doktorlar li div a:hover{
    color:#004789;
}
.sayfa_sag-iletisim{
    width:100%;
    margin-top: 60px;
}
.sayfa_sag-iletisim li{
    width:100%;
    margin-bottom: 20px;
}
.sayfa_sag-iletisim li:last-child{
    margin:0;
}
.sayfa_sag-iletisim li img{
    float:left;
    width:32px;
    height:32px;
    margin-right:10px;
}
.sayfa_sag-iletisim li a{
    color:#282828;
    font-size: 18px;
    line-height: 32px;
}
.sayfa_sag-iletisim li a:hover{
    color:#03a6c0;
}
.icSayfa{
    width:100%;
}
.icSayfa .baslik{
    height:auto;
}
.icSayfa .baslik h2{
    font-size:30px;
}
.icerik figure{
    margin-bottom: 30px;
}

.tab-content figure{width:50%;float:left;padding:0px 40px 0px 0px;margin-bottom:15px;}
.tab-content figure img {width:100%;-webkit-box-shadow: 1px 3px 9px 1px rgba(0,0,0,0.45); box-shadow: 1px 3px 9px 1px rgba(0,0,0,0.45);}
.sayfa_sag-iletisimbilgileri{
    width:50%;
	float:left;
	margin-top:30px;
}

.iletisimbilgi {width:100%!important}

.sayfa_sag-iletisimbilgileri li{
    width:100%;
    position: relative;
    padding-left: 40px;
    margin-bottom: 20px;
}

.sayfa_sag-iletisimbilgileri li:before {display:none;}

.sayfa_sag-iletisimbilgileri li:last-child{
    margin:0;
}
.sayfa_sag-iletisimbilgileri li i{
    position:Absolute;
    left:0;
    top:0;
    font-size:24px;
    background: -webkit-linear-gradient(#03a6c0, #004789);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.sayfa_sag-iletisimbilgileri li:last-child{
    margin:0;
}
.sayfa_sag-iletisimbilgileri li span{
    font-weight:bold;
    display:block;
    margin-bottom: 5px;
}
.sayfa_sag-iletisimbilgileri li a, .sayfa_sag-iletisimbilgileri li address, .sayfa_sag-iletisimbilgileri li{
    color:#282828;
}
.sayfa_sag-iletisimbilgileri li a:hover{
    color:#004789;
}
.sayfa_sag-harita{
    width:50%;
	float:right;
	margin-top:30px;
}
.sayfa_sag-harita iframe{
    width:100%;
    height:300px;
}
.sayfa-galeri{
    display:flex;
    flex-wrap: wrap;
    width:100%;
    margin-top: 50px;
}
.sayfa-galeri figure{
    margin-right: 10px;
    width:220px;
    margin-top: 10px;
	padding:0px!important
}

.sayfa-galeri figure img{box-shadow:none!important}

.sayfa-galeri figure:nth-child(5n){
    margin-right:0;
}
.doktorDetay{
    flex-direction: row-reverse;
}
.doktorDetay .sayfa_sag{
    padding:60px 0 60px 60px;
}
.icerik h2{
    margin-bottom: 5px;
    font-size:24px;
}

.icerik h3 {
	margin-bottom:5px;
	font-size:20px;
}

.icerik h4 {
	margin-bottom:5px;
	font-size:18px;
}

.sayfa_sag-doktor{
    width:100%;
    margin-bottom: 15px;
}
.sayfa_sag-doktor img{
    width:100%;
    border-radius: 10px;
}
.sayfa_sag-makaleler{
    width:100%;
}

.sayfa_sag-makaleler li{
    height:65px;
    display:flex;
    width:100%;
    margin-bottom: 10px;
}
.sayfa_sag-makaleler li:last-child{
    margin:0;
}
.sayfa_sag-makaleler li a:hover{
    color:#004789;
}
.sayfa_sag-makaleler li figure{
    width:104px;
    float:lefT;
    margin-right:10px;
}
.sayfa_sag-makaleler > ul > li > a{
    color: #282828;
    font-size:14px;
    font-weight: 500;
    display:Flex;
    height:65px;
    align-items: center;
    float:left;
    flex:1;
}
.sayfa_sag-makaleler h3{
    font-size:24px;
    margin-bottom: 20px;
}
.bolumlerimiz{
    display:Flex;
    flex-wrap: wrap;
}
.bolumlerimiz li{
    width:50%;
    margin-top: 15px;
}
.unitelerimiz li{
    width: 360px;
    padding: 0;
    margin-right: 30px;
    margin-bottom: 30px;
    float:left;
}
.unitelerimiz li:before{
    display:none;
}
.unitelerimiz li:nth-child(3n){
    margin-right:0;
}
.unitelerimiz li figure{
    margin:0;
}
.unitelerimiz li h2{
    color:#fff;
    margin:0;
    background: inherit;
    -webkit-background-clip: inherit;
    -webkit-text-fill-color: inherit;
}
.unitelerimiz li h2 a{
    color: #004c8c;
    font-size: 16px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    background: rgb(248 250 251);
    display: block;
}
.unitelerimiz li h2 a:Hover{
    background: #004c8c;
    color: #fff;
}
.doktor_filtre{
	position: relative;
    height: 60px;
    right: 0;
    top: 18px;
    display: flex;
    width: 100%;
}

.doktor_filtre li:before {display:none!important}
.doktor_filtre li {margin-bottom:initial;margin-right:20px;}
.doktor_filtre li:last-child {margin-right:0px}
.doktor_liste .sayfa_sol{
    width:100%;

}
.doktor_filtre strong{
    font-size: 16px;
    display: inline-block;
    margin: 0 10px 0 0;
    font-weight: 500!important;
    line-height: 40px;
    color: #004f8d;
}
.doktor_filtre li:after{
    display:none;
}
.doktor_filtre li{
	flex:1;
	background:#ebeeef;
	padding-left:120px;
	border-radius:5px;
	padding-right:10px;
}
.doktor_filtre li strong{
	position:absolute;
	left:0;
	top:0;
	line-height:60px;
	padding-left:15px;
}
.breadcrumb b{
	display: block;
    font-size: 24px;
    margin-top: 5px;
    margin-bottom: 20px;
    color: #004789;
}
.doktor_filtre input{
    height: 40px;
    line-height: 40px;
    padding-left: 15px;
    border: 1px solid #dadddf;
    border-radius: 5px;
    color: #757c87;
	margin-top:10px;
	width:100%;
}
.doktor_filtre select{
    background-color:#fff;
    height: 40px;
    line-height: 40px;
    padding-left: 15px;
    border: 1px solid #dadddf;
    border-radius: 5px;
    width:100%;
    color: #757c87;
	margin-top:10px;
}
.doktorlarimiz li{
    float:left;
    width:273px;
	margin:15px 6px 15px 6px;
	margin-top:15px;
    text-align:center;
	padding-left:0px!important;
}



.doktorlarimiz li:before {display:none!important}

.doktor_liste .breadcrumb{
	padding:0 15px;
}

#myUL{margin-top:30px;}

.doktorlarimiz{
    margin-top: 15px;
    display:flex;
    flex-wrap: wrap;
}
.doktorlarimiz li h5{
    color:#282828;
    font-size:16px;
    font-weight: 500;
    margin-top:15px;
}
.doktorlarimiz li span{
    color:#004f8d;
    font-size:14px;
    font-weight: bold;
}
.doktorlarimiz li img{
    border-radius: 5px;
}
.doktorlarimiz li h5:hover, .doktorlarimiz li span:hover{
    color:#03a6c0;
}
.sayfa_sag-hastaneler{
    width:100%;
    margin-bottom: 30px;
}
.sayfa_sag-hastaneler li{
    width:100%;
    margin-top: 30px;
    position: relative;
}
.sayfa_sag-hastaneler li span a{
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    text-align: center;
    display: block;
    color: #fff;
}
.sayfa_sag-hastaneler li span{
    position: absolute;
    bottom: 0;
    background: rgb(3,166,192)!important;
    background: linear-gradient(98deg, rgba(3,166,192,1) 0%, rgba(0,71,137,1) 100%)!important;  
    padding: 0 20px;
}
.sayfa_sag-hastaneler li span:hover{
    background: #03a6c0!important;
}
.blog_sol{
    width: 100%;
    padding: 60px;
}
.blog_sag {
    width: 425px;
    padding: 60px;
}
.blog_liste{
    margin-top: 30px;
    display:flex;
    flex-wrap: wrap;
}
.blog_liste li{
    width:360px;
    margin-right: 30px;
    -webkit-box-shadow: 0px 0px 11px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 11px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 11px 0px rgba(0,0,0,0.1);
    margin-bottom: 30px;
}
.blog_liste li:nth-child(3n){
    margin-right:0;
}
.blog_liste li figure{
    position:relative;
}
.blog_liste li figure time{
    position:absolute;
    left:-10px;
    bottom:0;
    background: rgb(3,166,192)!important;
    background: linear-gradient(98deg, rgba(3,166,192,1) 0%, rgba(0,71,137,1) 100%)!important; 
    -webkit-border-radius: 5px;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius: 5px;
    -moz-border-radius-topleft: 0;
    border-radius: 5px;
    border-top-left-radius: 0;
    width:60px;
    height:60px;
    display:flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.blog_liste li figure time b{
    font-size:20px;
    color:#fff;
}
.blog_liste li figure time span{
    font-size:14px;
    color:#fff;
    font-weight: bold;
}
.blog_liste li figure time:before {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 7px 10px;
    border-color: transparent transparent #004789 transparent;
    content: "";
    position: absolute;
    left: 1px;
    top: -7px;
}
.blog_liste  article > div{
    background:#fff;
    border-bottom: 5px solid #dadddf;
    padding:20px;
	min-height:150px;
}
.blog_liste_doktor{
    width:100%;
    height:30px;
    position: relative;
    padding-left: 30px;
    font-size:14px;
    margin-bottom:30px;
}
.blog_liste_doktor img{
    position:absolute;
    left:0;
    top:5px;
    width:20px;
    height:20px;
}
.blog_liste_doktor a{
    color:#282828
}
.blog_liste_doktor a:hover{
    color:#004789
}
.blog_liste article h3{
    background:none!important;
    font-size:18px!important;
    color:#282828;
    -webkit-text-fill-color: inherit;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
	min-height:44px;
}
.blog_liste article h3 a{
    color:#282828;
}
.blog_liste article h3 a:hover{
    color:#004789;
}
.paginasyon a{
    color:#282828;
}
.blogDoktor div{
    float:left;
    line-height: 30px;
    font-size:13px;
    position:absolute;
    top:0;
    left:0;
}
.blogDoktor img{
    float:left;
    width:30px;
    height:30px;
    border-radius: 50%;
    margin-right: 15px;
}
.blogDoktor span{
    float: left;
    line-height: 15px;
    height: 30px;
}
.blogDoktor strong{
    position:relative;
    padding-left: 150px;
}
.blog_detay .icerik{
    margin-top: 30px;
}
.blog_detay .sayfa_sag-doktorlar{
    margin-bottom: 40px;
}
.iletisim > div{
    width:100%;
    margin-top: 30px;
}
.iletisim h2{
    margin-bottom: 20px;
    font-size: 24px;
    background: inherit;
    color:#004f8d;
    -webkit-background-clip: inherit;
    -webkit-text-fill-color: inherit;
}
.iletisim strong{
    display:block;
    font-size:14px;
    color:#004f8d;
    margin-bottom: 5px;
}
.iletisim li{
    margin-bottom: 20px;
    width:100%;
}
.iletisim_info{
    display:flex;
}
.iletisim h2 span{
    display:block;
    font-size:14px;
}
.iletisim{
    font-size:14px;
}
.iletisim p{
    display:block;
    margin:30px 0;
    color:#004f8d;
}
.iletisim li input[type=text], .iletisim li select{
    width:100%;
    height:50px;
    border:1px solid #dadddf;
    padding-left: 15px;
    background-color:#fff;
}
.iletisim li textarea{
    width:100%;
    height:100px;
    border:1px solid #dadddf;
    padding: 15px;
    background-color:#fff;
}
.iletisim_info div{
    flex:1;
}
.iletisim li a{
    font-weight: bold;
    color:#004f8d
}
.iletisim button{
    float: right;
    height: 40px;
    background: rgb(3,166,192);
    background: linear-gradient(98deg, rgba(3,166,192,1) 0%, rgba(0,71,137,1) 100%);
    color: #fff;
    font-size: 14px;
    position: relative;
    border-radius: 20px;
    padding: 0 40px;
}
.iletisim button:Hover{
    background:#03a6c0!important;
}

.iletisim input[type="file"] {
    display: none;
}

.file-upload {
    height: 40px;
    background: rgb(3,166,192);
    background: linear-gradient(98deg, rgba(3,166,192,1) 0%, rgba(0,71,137,1) 100%);
    color: #fff;

    font-size: 14px;
    position: relative;
    border-radius: 20px;
    padding: 10px 30px;
	display:inline-block;
	margin-top:5px;
}
.file-upload:hover {background:#03a6c0!important;}


.h-image {width:400px;float:left:}
.h-content {width:740px;float:right;padding:40px 0px;}
.h-content ul {display:block;padding:0px 0px 20px 40px;}
.h-content ul li {box-shadow:none!important;font-weight:500;color:#565656;height:Auto!important;background:none!important;font-size:15px;float:left;margin-right:25px;width:auto!important;margin-bottom:10px!important;padding:5px 15px;box-sizing:border-box;}
.h-content ul li:nth-child(3) {width:50%!important}
.h-content ul li:nth-child(4) {width:75%!important}
.h-content ul li:last-child {width:100%!important;padding-top:10px;}
.h-content ul li a {color:#565656;}
.h-content ul li a:hover {text-decoration:underline;}
.h-content ul li i {font-size:15px;}
.hastanelerimiz .sayfa_sol{
    width:100%;
}
.hastanelerimiz .icerik li{
    padding-left: 0;
    margin-bottom: 0;
    width:100%;
    float:lefT;
background: rgb(248,250,251);
background: linear-gradient(90deg, rgba(248,250,251,1) 0%, rgba(231,229,229,1) 50%, rgba(248,250,251,1) 100%);
	margin-bottom:30px;
	height:225px;
	-webkit-box-shadow: 1px 3px 9px 1px rgba(0,0,0,0.45); 
	box-shadow: 1px 3px 9px 1px rgba(0,0,0,0.45);
}

.hastanelerimiz .icerik li:hover {	-webkit-box-shadow: 1px 3px 9px 5px rgba(0,0,0,0.45); 
	box-shadow: 1px 3px 9px 5px rgba(0,0,0,0.45);transition:all ease 0.3s}


.hastanelerimiz .icerik li:Before{
    display:none;
}
.hastanelerimiz .icerik li:nth-child(3n){
    margin-right:0;
}

.hastanelerimiz .icerik li img {width:400px;float:left;}

.hastanelerimiz .icerik li h2 a{
color:#565656;
background:none;
-webkit-text-fill-color:#565656;
margin-left:40px;
}

.hastanelerimiz .icerik li figure{
    margin-bottom: 0;
}




.icerik p a:hover {text-decoration:underline;transition:all ease 0.3s}
.unitelerimizSayfa .sayfa_sol{
	width:100%;
}
.arama-baslik h5{
	margin-bottom:20px;
}
.arama-baslik{
	margin-top:10px;
	padding-bottom:10px;
	padding-top:10px;
	border-top:1px solid #dfdfdf;
}
.bolumDoktor .doktorlarimiz li{
	margin-right:30px;
	margin-bottom:30px;
	margin-left:0;
	margin-top:0;
	width:215px;
}
.bolumDoktor .doktorlarimiz li:nth-child(3n){
	margin-right:0;
}


.devami {background-color:#004a98;color:#fff!important;border-radius:10px;padding:10px 20px;}
.devami:hover {text-decoration:none!important;background:#00abc8;transition:all ease 0.3s}

.hastane-menu {width:100%;}
.hastane-menu ul {display:flex;}
.hastane-menu ul li {flex:1;flex-direction:column;margin-right:10px;border-radius:10px;}
.hastane-menu ul li.secili {background:#000;}
.hastane-menu ul li:last-child {margin-right:0px!important}

.hastanedetay .container{width:100%;}
.hastanedetay #tab-container{width:100%; height:55px; background:#107ec6;}
.hastanedetay ul.tabs{max-width:1260px; margin:auto; height:55px;}
.hastanedetay ul.tabs li{display:inline-block; padding:0 8px; cursor:pointer; height:55px; line-height:55px; background: rgb(3,166,192);background: linear-gradient(98deg, rgba(3,166,192,1) 0%, rgba(0,71,137,1) 100%); color:#fff;text-align:center;}
.hastanedetay ul.tabs li.current{background: #004083; color:#fff;}
.hastanedetay .tab-content{display:none; }
.hastanedetay .tab-content.current{display: inherit;margin:30px 0px;}

.keywords {display:flex;margin:25px 0px;}
.keywords li {list-style:none;background:#ebebeb;border-radius:5px;padding:8px!important;margin-right:7px;font-size:14px;font-style:italic;}
.keywords li:before {display:none;}
.yk-mesaj {
	display:flex;
	flex-wrap:wrap;
}
.yk-mesaj div {
	padding:0px 20px;
}

.yk-mesaj div:first-child {
	width:40%;
}
.yk-mesaj div:last-child {
	width:60%;
}





.anasayfaMobil{
	width: 100%;
    height: 430px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	margin-top: 90px;
	background: url(/images/mobilbg.png);	
	margin-bottom: 90px;
}
.anasayfaMobil > div{
	width: 1200px;
	margin: auto;
	display: flex;
    justify-content: end;
}
.anasayfaMobil > div > figure{
	width: 370px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: -50px;
	margin-right: 60px;
}

.anasayfaMobil > div > figure > img {
	max-width: fit-content;
	width: 480px;
}

.anasayfaMobil > div > div{
	width: 100%;
	height: 430px;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0 60px 0 0;
	color: #fff;
}
.anasayfaMobil > div > div > div > h2{
	font-size: 35px;
	font-weight: bold;
	color: #fff;
}
.anasayfaMobil > div > div > div > h3{
	font-size: 27px;
	margin: 15px 0;
	color: #fff;
}
.anasayfaMobil > div > div > div > p{
	font-size: 18px;
	color: #fff;
}
.anasayfaMobil ul{
	display: flex;
	margin-top: 20px;
}
.anasayfaMobil li{
	margin-right: 20px;
	display: flex;
	position: relative;
	align-items:center;
}
.mobil-btn img{
	margin-right: 8px;
	width: 180px;
}
.anasayfaMobil span{
	display: block;
}
.anasayfaMobil li:last-child{
	margin-right: 0;
}
.anasayfaMobil a{
	display: flex;
	transition: all 0.4s;
	z-index: 9;
	align-items:center;
}
.anasayfaMobil a:hover{
	transform: scale(1.1);
}
.footer_alt-profornet{
	display: flex;
	justify-content: center;
	align-items: center;
	background: #fff;
	padding-bottom: 15px;
}
.footer_alt-profornet img{
	width: 80px;
}







.mobilmenu--menu > ul{padding-top:50px;}

.unitelerimiz:after,
.hastanelerimiz .icerik ul:after,
.iletisim ul:after,
.sayfa_sag-hastaneler:after,
.doktor_filtre:After,
.doktorlarimiz:After,
.unitelerimiz ul:after,
.breadcrumb ul:after,
.sayfa:after,
.footer_alt > div:after,
.footer_ust-arama ul:after,
.footer_ust > div:After,
.anasayfaBlog ul:after,
.anasayfaBolumlerimiz ul:After,
.baslik:after{
    clear:both;
    display:block;
    content:"";
}