html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  text-decoration: none;
}

body {
  font-size: 100%;
  font-family: Roboto, Helvetica, Arial, sans-serif;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -webkit-font-kerning: normal;
  font-kerning: normal;
  -webkit-font-variant-ligatures: common-ligatures, contextual, discretionary-ligatures;
  font-variant-ligatures: common-ligatures, contextual, discretionary-ligatures;
  -webkit-font-feature-settings: 'kern', 'liga', 'clig', 'calt', 'dlig';
  font-feature-settings: 'kern', 'liga', 'clig', 'calt', 'dlig';
}

:hover {
  transition: all 0.5s ease-in-out 0s;
}

.clear::after {
  content: "";
  clear: both;
  display: table;
}

.header {
  width: 100%;
  border-bottom: 1px solid #ddd;
  position: fixed;
}

.ustbar {
  background: #88A5BF;
  border-bottom: solid 1px #7a97b0;
  position: relative;
  height: 42px;
  margin: auto;
  overflow: hidden;
}

.ustbar-ic {
  margin: auto;
  height: 45px;
  width: 93%;
}

.icons {
  float: left;
  padding: 8px 0;
}

.icons div {
  float: left;
  width: 26px;
  height: 26px;
  border: 1px solid #fff;
  border-radius: 50%;
  margin-right: 8px;
  text-align: center;
  transition: all 0.5s ease-in-out 0s;
  display: flex;
  justify-content: center;
  align-items: center;
}

.icons div:hover {
  background-color: #000;
  transition: all 0.5s ease-in-out 0s;
}

.icons div i {
  color: #fff;
  font-size: 12px;
  text-align: center;
}

.lang {
  float: left;
  padding: 7px 0;
  margin-left: 20px;
  display: flex;
  align-items: center;
}

.lang a {
  float: left;
  padding: 0;
  color: #fff;
  margin-right: 15px;
  transition: all 0.5s ease-in-out 0s;
  line-height: 30px;
}

.lang a:hover {
  color: #000;
  transition: all 0.5s ease-in-out 0s;
}

.sagmenu {
  float: right;
  margin-left: 20px;
  position: relative;
  top: 25%;
}

.sagmenu a {
  float: left;
  color: #3C4E5F;
  padding: 0 12px;
  transition: all 0.5s ease-in-out 0s;
  font-size: 1vw;
  display: block;
  border-right: solid 1px #6F8EAA;
  line-height: 20px;
  height: 20px;
}

.sagmenu a:hover {
  color: #263848;
  transition: all 0.5s ease-in-out 0s;
}

.logoalan {
  display: flex;
  width: 100%;
  margin: auto;
  background-color: #fff;
  justify-content: space-around;
  height: 100px;
}

.logo {
  width: 180px;
  padding: 17px 0;
  text-align: center;
  position: relative;
  height: auto;
}

.logoimg {
  width: 100%;
  padding: 10px 20px;
}

.footer {
  width: 100%;
  background: #e1eaf2;
  position: relative;
}

.footer-ic {
  width: 100%;
  margin: auto;
  padding: 20px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.footer-ic .sublinks ul li {
  list-style: none;
}

.footer-ic .sublinks li {
  display: list-item;
  text-align: -webkit-match-parent;
}

.footer-ic .sublinks ul li a {
  display: block;
  font-size: 14px;
  margin: 20px 0 0;
  font-weight: 700;
  color: #000
}

.altsosyal {
  width: 100%;
  position: relative;
  background-color: #c1d0dd;
  border-bottom: 1px solid #FFF;
}

.altsosyal-ic {
  width: 1280px;
  margin: auto;
  position: relative;
}

.ssl {
  float: left;
  border-right: 1px solid white;
  height: 40px;
  padding: 20px 50px 50px 0;
}

.tel {
  float: left;
  padding-left: 40px;
  padding-top: 20px;
}

.tel a {
  font-size: 14px;
  margin: 20px 0 0;
  font-weight: 400;
  color: #000;
  line-height: 40px;
}

.alticos {
  float: right;
  margin-right: 25px;
  padding-bottom: 10px;
  padding-top: 20px;
}

.alticos div {
  float: left;
  width: 27px;
  height: 27px;
  border: 1px solid #3C4E5F;
  border-radius: 50%;
  margin-right: 8px;
  text-align: center;
  transition: all 0.5s ease-in-out 0s;
}

.alticos div:hover {
  background-color: #3C4E5F;
  transition: all 0.5s ease-in-out 0s;
  color: white !important;
}

.alticos div i {
  color: #3C4E5F;
  font-size: 14px;
  width: 26px;
  height: 26px;
  text-align: center;
  margin-top: 6px;
}

.cast {
  width: 100%;
  padding: 15px 0 15px 0;
  color: #000;
  font-size: 14px;
  font-weight: 400;
  background-color: #c1d0dd;
  padding-left: 8%;
}

.cast a {
  color: #000;
  font-size: 14px;
  font-weight: 400;
}

.main {
  width: 90%;
  margin: auto;
  margin-top: 180px;
  position: relative;
}



.solmenu {
  width: 20%;
  float: left;
  margin-right: 110px;
  padding-bottom: 40px;
  position: relative;
  display: flex;
  flex-direction: column;
}

.solmenuic {
  width: 300px;
  background-color: #e8f2fa;
}

.sagmetin {
  width: 70%;
  float: left;
  padding-bottom: 50px;
}

.solmenutitle {
  background-color: #D8E4EE;
  padding: 0 10px;
  font-size: 16px;
  color: #555;
  padding: 10px 16px;
  font-weight: 700;
}

.solmenulist {
  width: 300px;
}

.solmenulist li {
  padding: 0 15px;
  list-style: none;
  margin: 10px 0;
}

.solmenulist li a {
  font-size: 16px;
  color: #3C4E5F;
  font-weight: 400;
}

.breadcump {
  padding-top: 10px;
  padding-right: 0.9375rem;
}

.breadcump a {
  font-size: 14px;
  color: #999998;
}

.sagmetin h1 {
  margin-top: 30px;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  color: #5b7790;
}

.sagmetin p {
  font-size: 16px !important;
  font-weight: 300;
  line-height: 26px !important;
}

.mainblog {
  width: 1280px;
  margin: auto;
  position: relative;
}

.tammetin {
  width: 80%;
  padding-bottom: 50px;
  padding-top: 50px;
  margin: 0 auto;
}

.tammetin p {
  font-size: 16px !important;
  font-weight: 300;
  line-height: 26px !important;
}

.tammetin h1 {
  font-size: 40px;
  color: #000;
  font-weight: 400;
  text-align: center
}

.tammetin h2 {
  font-size: 34px;
  color: #000;
  font-weight: 300;
}

/*.tammetinust {
  width: 100%;
  height: 350px;
  margin-top: 123px;
  background-attachment: fixed;
  background-position: center top;
  background-size: cover
}*/
.tammetinust {
  width: 100%;
  margin-top: 123px;
}

.blogkutu {
  max-width: 50%;
  float: left;
  margin-bottom: 25px;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}

.blogkutu:nth-child(even) {
  max-width: 50%;
  float: left;
}

.blogresim {
  width: 490px;
  height: 350px;
  overflow: hidden;
  margin-bottom: 10px;
}

.blogresim>img {
  height: 100%;
}

.blogmain {
  width: 550px;
  height: 220px;
  overflow: hidden;
}

.blogtarih {
  color: #1D75BA;
  font-weight: 700;
  line-height: initial;
  font-size: 9px;
}

.bloglabel {
  background-color: #801dec;
  color: #FFF;
  border-radius: 4px;
  font-size: 12px;
  padding: 5px 6px 4px;
  width: fit-content;
  font-weight: 600;
}

.blogkutu h2 {
  font-size: 26px;
  font-weight: 500;
  margin-bottom: 30px;
  line-height: initial;
}

.blogdevam {
  background: #597B99;
  color: #FFF;
  font-size: 14px;
  border: 1px solid;
  border-radius: 0;
  padding: 13px 24px;
}

.dergikutu {
  width: 290px;
  height: 440px;
  float: left;
  margin: 0 15px 35px 15px;
}

.dergiresim {
  width: 290px;
  height: 380px;
  margin-bottom: 15px;
}

.dergisayi {
  width: 290px;
  height: 40px;
  margin-bottom: 15px;
  text-align: center;
}

.dergisayi a {
  font-size: 18px;
  color: #535353;
  Font-weight: 700;
  text-align: center;
}

.videokutu {
  width: 395px;
  height: 380px;
  float: left;
  margin: 0 15px 35px 15px;
}

.videoresim {
  width: 395px;
  height: 310px;
  margin-bottom: 15px;
}

.videotitle {
  width: 395px;
  height: 70px;
  margin-bottom: 15px;
  text-align: center;
}

.videotitle a {
  font-size: 18px;
  color: #535353;
  Font-weight: 700;
  text-align: center;
}


.doctortable {
  width: 100%;
  padding-bottom: 50px
}

.doctortable h1 {
  font-size: 26px;
  color: #88A5BF;
  margin-bottom: 4px;
  font-weight: 700 !important;
  line-height: 20px;
  font-family: Roboto, Helvetica, Arial, sans-serif;
  text-align: left;
}

.noFix {
  position: relative;
}

.details .header .tab {
  background-color: #EFEFEF;
  border: 0px;
  position: relative;
  color: #88A5BF;
  text-align: center;
  padding: 18px 14px;
  font-size: 16px;
  border-bottom: solid 2px #E6E6E6;
  border-top: solid 2px transparent;
  cursor: pointer;
}

.details .container .items li {
  list-style: none;
  font-size: 14px;
  color: #595047;
  padding: 10px 20px;
  column-count: 1;
}

.details .container .items li:nth-child(even) {
  background-color: #F1F1F1;
}

.details .container .items {
  list-style: none;
}

.details {
  margin-top: 30px;
  background: #f8f8f8;
}

.details .header .tab.active {
  background-color: #F8F8F8;
  cursor: default;
  font-weight: 700;
  border-bottom-color: transparent;
  border-top-color: #C10230;
}

.docCard {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 320px;
}

.accordion {
  margin-bottom: 24px;
}

.accordion-container {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  overflow: hidden;
}

.accordion-item {
  width: 100%;
  border: solid 1px #EEE;
  padding: 14px 20px 14px;
  margin-top: 20px;
  color: #555;
  font-family: Nunito, "Helvetica Neue", Helvetica, Nunito, Arial, sans-serif !important;
}

.accordion-trigger {
  width: 100%;
  display: block;
  font-weight: 600;
  text-align: left;
  border: none;
  display: flex;
  gap: 16px;
  justify-content: space-between;
  cursor: pointer;
}

.accordion-icon {
  transition: transform 0.5s;
  line-height: 1.5 !important;
}

.accordion-item[open] .accordion-icon {
  transform: rotate(180deg);
}

.accordion-content p {
  margin: 24px;
}

a.char {
  display: block;
  width: 38px;
  height: 38px;
  font-weight: 700;
  font-size: 18px;
  text-align: center;
  padding: 5px 0;
  border: 1px solid #a9cbe8;
  color: #88A5BF;
  border-radius: 4px;
  margin-bottom: 22px;
  text-transform: uppercase;
}

.swiper-wrapper {
  align-items: center;
}

.smlink:hover>.fa-brands {
  color: #FFF;
}

.alticos div:hover {
  border: 1px solid #FFF;
}

.mobileNav {
  display: none;
  width: 100%;
  height: 60px;
  background-color: #336fb8;
  position: fixed;
  top: 0;
  z-index: 9999;
}

.mobileSearch {
  background-color: #fff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mobileSearch>.fa-magnifying-glass {
  font-size: 20px;
}

.mobileLogo {
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.mobileLanguage>span>a {
  color: white;
  border-left: 1px solid white;
  padding-left: 10px;
  margin-right: 10px;
}

#menuToggle>button {
  background-color: transparent;
  border: 1px solid white;
  color: white;
  padding: 7.5px 15px;
  border-radius: 0;
}

#menuToggle {
  display: flex;
  flex-direction: column;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  -webkit-user-select: none;
  user-select: none;
}

#menuToggle input {
  display: flex;
  width: 80px;
  height: 32px;
  position: absolute;
  cursor: pointer;
  opacity: 0;
  z-index: 2;
}

#menuToggle span {
  display: flex;
  width: 29px;
  height: 2px;
  margin-bottom: 5px;
  position: relative;
  background: #ffffff;
  border-radius: 3px;
  z-index: 1;
  transform-origin: 5px 0px;
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0),
    background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0),
    opacity 0.55s ease;
}

#menuToggle span:first-child {
  transform-origin: 0% 0%;
}

#menuToggle span:nth-last-child(2) {
  transform-origin: 0% 100%;
}

#menuToggle input:checked~span {
  opacity: 1;
  transform: rotate(45deg) translate(-3px, -1px);
  background: #36383F;
}

#menuToggle input:checked~span:nth-last-child(3) {
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}

#menuToggle input:checked~span:nth-last-child(2) {
  transform: rotate(-45deg) translate(0, -1px);
}

#mobileMenuNew {
  position: absolute;
  width: 100%;
  margin: -50px 0 0 -50px;
  background-color: #F5F6FA;
  -webkit-font-smoothing: antialiased;
  transform-origin: 0% 0%;
  transform: translate(200%, 0);
  display: none;
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0);
  top: 110px;
  background-color: #255a9a;
  list-style: none;
  right: 0px;
  z-index: 11;
  height: max-content;
}

#mobileMenuNew li {
  transition-delay: 2s;
  border-bottom: 1px solid white;
}

#mobileMenuNew li ul li a {
  color: white;
  padding: 20px;
  text-transform: capitalize;
  font-size: 15px;
  color: #FFF;
  padding: 12px 40px 6px;
}

.liste-kutu-haberler {
  width: 310px;
  height: 155px;
  float: left;
  margin: 0 15px 35px 0;
}

.liste-kutu-haberler>iframe {
  height: 155px;
  margin-bottom: 15px;
}

#mobileMenuNew li a {
  color: white;
  padding: 20px;
  text-transform: uppercase;
  font-size: 20px;
  color: #FFF;
  padding: 12px 20px 6px;
}

#menuToggle input:checked+#mobileMenuNew {
  transform: none;
  display: block;
}

#mobileMenuNew>li {
  position: relative;
  display: block;
  color: var(--navbar-item-text-color);
  font: var(--navbar-item-font);
  height: auto;
}

#mobileMenuNew>li label {
  display: block;
  color: white;
  text-transform: uppercase;
  font-size: 20px;
  padding-left: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#mobileMenuNew>li label:hover {
  color: white;
}

.fa-angle-down {
  margin-right: 10px;
}

#mobileMenuNew>li input {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  background-color: black;
}

#mobileMenuNew>li input:checked~ul {
  max-height: 100%;
  transition: max-height 0.5s ease;
  background-color: black;
}

#mobileMenuNew>li ul {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
  max-height: 0px;
  transition: max-height 0.25s ease;
}

#mobileMenuNew>li a {
  text-decoration: none;
  font-weight: normal;
}

#mobileMenuNew>li input:checked>label::after {
  background-color: black;
}

#mobileMenuNew .title {
  color: #FFF;
  padding: 0px 40px 0px;
  background: #333;
}

.iletisimContent {
  width: 100%;
}

#contact {
  position: relative;
  z-index: 2;
  margin-top: 50px;
}

#contact .address {
  margin-bottom: 76px;
  font-weight: 300;
  padding-right: 10px;
}

#contact h1 {
  font-size: 40px;
  margin: 0px;
  font-weight: 300;
  line-height: initial;
}

#contact h2 {
  font-size: 20px;
  margin: 20px 0px;
  font-weight: 300;
}

#contact p {
  font-size: 20px;
  padding-right: 20px;
  font-weight: 300;
}

#contact a.route {
  margin-bottom: 20px;
  display: block;
}

#form_4 {
  margin-top: 40px;
}

#form_4 .inputs {
  width: 100%;
}

#form_4 .inputs>div {
  margin-bottom: 10px;
}

#form_4 .input {
  display: block;
  width: 100%;
  height: 40px;
  padding: 2px 20px 0px;
  font-size: 14px;
  background-color: #F1F1F1;
  border: 0px;
  border-radius: 0px;
  outline: 0;
  box-shadow: none;
}

#form_4 select {
  display: block;
  width: 100%;
  height: 40px;
  padding: 2px 20px 0px;
  font-size: 14px;
  background-color: #F1F1F1;
  border: 0px;
  border-radius: 0px;
  outline: 0;
  box-shadow: none;
}

#form_4 .input.textarea {
  height: 100px;
  background-color: #F1F1F1;
  padding-top: 16px;
  border-radius: 0px;
  border: 0px;
  outline: 0;
  box-shadow: none;
}

#form_4 .help-block {
  background-color: #F9F9F9;
  display: block;
  padding: 8px 22px 4px;
  font-size: 12px;
  color: #A92B2B;
  border-top: solid 1px #f2f2f2;
}

#form_4 .aggreement {}

#contact ul {
  list-style: none;
}

#mapPopup {
  margin: 0px 10px;
  text-align: center;
}

#mapPopup b {
  display: block;
}

#mapPopup a {
  display: block;
}

#conversion {
  display: none;
}

#contact .address .ico {
  color: #999;
  margin-right: 5px;
}

.iletisimContent>.sperate h1 {
  font-size: 24px;
  font-weight: 700;
}

.iletisimContent>.sperate h1,
.iletisimContent>.sperate h2 {
  text-align: center;
  color: #5b7790;
}

.iletisimContent>.sperate .wrapper {
  padding-top: 44px;
}

#image {
  height: 300px;
  position: relative;
  overflow: hidden;
}

#image h3 {
  color: #ee1f26;
  text-align: center;
  font-size: 50px;
  font-weight: bold;
  padding: 110px 0px;
  text-shadow: 0px 0px 3px #fff;
}

.responsiveWrapper+#conversion {
  margin-bottom: 90px;
}

#categories {
  margin-top: 34px;
  padding: 10px 13PX;
  height: 50px;
  margin-bottom: 0px;
}

#postInfo {}

#postInfo>div {
  position: relative;
}

#postInfo .fix {
  position: absolute;
  margin-top: 2px;
  margin-left: 4px;
}

#postInfo .fix>div {
  position: relative;
  opacity: 1
}

.subSite #postInfo .fix>div {
  top: 40px;
}

#postInfo.show .fix>div {
  opacity: 1
}

#postInfo .gauge {
  width: 60px;
  height: 60px;
  margin: 28px auto;
  position: relative;
}

#postInfo .fix .percent {
  position: absolute;
  top: 18px;
  text-align: center;
  width: 100%;
  font-weight: 700;
  color: #0062a9;
  padding-left: 2px;
}

div.sperate,
section.sperate {
  margin-top: 84px !important;
  height: 480px !important;
}

#postHeader {
  text-align: center;
}

#postHeader .wrapper {
  background: #F5F5F5;
  padding: 50px 0px;
  margin-top: -80px
}

#postHeader .wrapper h1 {
  font-size: 40px;
  color: #000;
  font-weight: 300
}

#postHeader .wrapper h2 {
  font-size: 20px;
}

#posts {
  margin: 0px 0px;
  position: relative;
}

#posts article {
  padding: 60px 0px
}

#posts article:nth-child(even) {
  background-color: #F3F3F3;
}

article ol,
article ul {
  padding-left: 50px !important;
  list-style: disc !important;
}

article ol li {}

#posts h1 {
  font-size: 40px;
  font-weight: 100;
  margin-bottom: 20px;
}

#posts h2 {
  font-size: 20px;
  font-weight: 100;
  margin-bottom: 30px;
}

#posts .readMore {
  margin-top: 60px;
  display: block;
}

.postFooter {
  margin-bottom: 40px;
}

.postFooter>.row {
  padding: 0px 16px;
}

#content strong {
  color: #666
}

#pageContent .header {
  display: block;
  padding: 0px;
  background-color: #FFF;
  background-color: rgba(255, 255, 255, 0.92);
  border-bottom: solid 1px transparent;
  position: static;
}

#pageContent .header.is_stuck {
  border-bottom-color: #008335;
}

#pageContent .header>div>div {}

#pageContent .header h1 {
  font-size: 40px;
  color: #000;
  margin: 0px;
  font-weight: 100;
}

#pageContent [itemprop="dateModified"] {
  color: #2A98D4;
  font-size: 20px;
  font-weight: 100;
  display: block;
}

#content p {
  margin: 0.8em 0;
}

#content article {
  margin: 20px 0px 50px;
}

.textHelper {
  color: #999;
  font-size: 12px;
  margin-bottom: 4px;
}

#article [itemprop="articleBody"] p,
#article [itemprop="articleBody"] span {
  font-size: 16px !important;
  font-weight: 300;
  line-height: 26px !important;
}

#article * {
  font-family: Nunito, "Helvetica Neue", Helvetica, Nunito, Arial, sans-serif !important;
}

[itemprop="datePublished"] {
  display: none;
}

[itemprop="author"] {
  max-width: 300px;
  margin: 30px 0px 0px;
}

#posts [itemprop="author"] {
  margin-top: 0px;
}

[itemprop="author"] img {
  width: 60px;
  float: left;
  border-radius: 50%;
  border: solid 1px #ee1f26;
}

[itemprop="author"] span {
  font-size: 14px;
  position: relative;
}

[itemprop="author"] .nameSpace {
  float: left;
  width: 100%;
  margin-right: -60px;
  padding: 8px 18px;
}

[itemprop="author"] .nameSpace .name {
  display: block;
  font-weight: 700;
  font-size: 15px;
  color: #000;
}

[itemprop="author"] .nameSpace .title {
  display: block;
  font-size: 15px;
  color: #999;
}

[itemprop="articleBody"]>table {
  width: 100%;
}

[itemprop="articleBody"] p>img {
  max-width: 100%;
  margin: auto;
  display: block;
  padding: 10px 0px;
}

#article h3 {}

#post {
  padding-top: 30px;
  position: relative;
}

#post .est-time {
  color: #CCC;
  display: block;
}

#download {
  background-color: #eee;
  padding: 10px 0px;
}

#download .icon {
  padding-right: 0px;
  padding-left: 30px;
  font-size: 24px;
  color: #666;
}

#download .file {
  margin-right: 20px;
  padding: 8px 4px;
}

#download .file a {}

#postNav {
  margin-top: 24px;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.85);
  padding: 20px 0px;
}

#postNav .nav {
  width: 50%;
  max-width: 40%;
}

#postNav .nav.floatRight {
  text-align: right;
}

#postNav .nav>div {
  width: 100%;
}

#postNav .arrow {}

#postNav .arrow span {}

#postNav .title {
  width: 100%;
  margin-right: -23px;
  padding-right: 23px;
}

#postNav .title b {
  display: block;
  width: 100%;
}

#postNav .title a {
  display: block;
}

#categoryWrapper {}

#categoryWrapper>div {
  padding: 24px 32px 14px;
  border: solid 1px #005121;
  margin: 24px auto;
}

#categoryWrapper .item {
  margin-bottom: 20px;
}

#categoryWrapper .item>div {
  border: solid 1px transparent;
  padding: 14px 12px;
}

body.desktop #categoryWrapper .item:hover>div,
#categoryWrapper .item:active>div {
  border-color: #005121;
}

#categoryWrapper .item .dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #008335;
  margin: 8px;
}

#categoryWrapper .item .title {
  width: 100%;
  margin-left: -28px;
  padding-left: 32px;
}

#categoryWrapper .item .title b {
  display: block;
}

#categoryWrapper .item .title small {
  display: block;
}

#categoryWrapper .item .cover {
  height: 100px;
  display: block;
  background-color: #f2f2f2;
  margin-bottom: 8px;
}

.sperate[data-image-src] {
  margin-top: 0px !important;
}

.overlay {
  height: auto;
  width: 100%;
  display: none;
  position: fixed;
  z-index: 1;
  top: 108px;
  left: 0;


  /* Black with a little bit see-through */
  z-index: 999999999999999999999999999999999
}

/* The content */
.overlay-content {
  position: relative;
  top: 16%;
  left: 18%;
  width: 50%;
  text-align: center;
  margin-top: 30px;
  margin: auto;
}

/* Close button */
.overlay .closebtn {
  position: absolute;
  top: -10px;
  right: 120px;
  font-size: 35px;
  cursor: pointer;
  color: #bbb;
  z-index: 2;
}

.overlay .closebtn:hover {
  color: #ccc;
}

/* Style the search field */
.overlay-content>#searchtext {
  padding: 15px;
  font-size: 17px;
  border: none;
  float: right;
  width: 80%;
  background: white;
}

.overlay-content>#searchtext {
  background: #f1f1f1;
}

/* Style the submit button */
.overlay-content>#submit {
  float: left;
  width: 20%;
  padding: 15px;
  background: #ddd;
  font-size: 17px;
  border: none;
  cursor: pointer;
}

.overlay-content>#submit {
  background: #bbb;
}

.detailLink {
  color: #6D6E70 !important;
}

.detailUstbar {
  background: #88A5BF !important;
  border-bottom: solid 1px #7a97b0 !important;
}

.oval i {
  color: #fff;
  font-size: 20px !important;
  line-height: 50px;
  position: absolute;
  z-index: 999999999;
}

.mainNewsTitle {
  margin-top: 90px;
}

.docBread {
  position: relative;
  top: 140px;
}

.btn-close {
  color: #fff;
  font-size: 30px;
  text-decoration: none;
  position: absolute;
  right: 10px;
  top: 0;
}

.btn-close:hover {
  color: #919191;
}

.modal:target:before {
  display: none;
}

.modal:before {
  content: "";
  display: block;
  background: rgba(0, 0, 0, 0.6);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999999999;
}

.modal .modal-dialog {
  background: #fefefe;
  border: #333333 solid 1px;
  border-radius: 5px;
  margin-left: -200px;
  position: fixed;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 99999999999;
  width: 600px;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  top: 40px;
}

.modal:target .modal-dialog {
  top: -100%;
  -webkit-transform: translate(0, -500%);
  -ms-transform: translate(0, -500%);
  transform: translate(0, -500%);
}

.modal-body {
  padding: 0px;
}

@media only screen and (max-width: 40em) {
  .modal .modal-dialog {
    width: 90%;
  }

  #post {
    padding: 0px 0px 10px 20px;
  }

  #postHeader .wrapper h1 {
    margin-top: 30px;
    margin: 20px 20px 0px;
  }

  #content article {
    margin-top: 0px;
  }

  #postNav {
    bottom: 36px;
  }

  .responsiveWrapper+#conversion {
    margin-bottom: 102px;
  }

  #categoryWrapper>div {
    margin: 24px;
    padding: 12px 4px 14px;
  }

  #categoryWrapper .item {
    margin-bottom: 0px;
  }

  #pageContent .header>div>div {
    padding-top: 10px;
  }

  #postInfo {
    display: none;
  }

  #article .lightBox {
    display: block;
  }

  #article .lightBox img {
    width: 100% !important;
    height: auto !important;
  }
}

@media only screen and (max-width:500px) {
  .liste-kutu-haberler {
    float: none;
    margin: 0 auto 35px;
    text-align: center;
    position: relative;
    left: 0;
    right: 0;
  }

  .docBread {
    position: static;
  }

  .mainblog {
    width: 100%;
  }

  .footer-ic {
    width: 100%;
    display: flex;
    flex-direction: column;
  }

  .banners {
    width: 100% !important;
  }

  .bannerskutu {
    width: 100% !important;
    height: 250px;
  }

  .sectionEffect {
    width: 100% !important;
  }

  .blogblock {
    width: 100% !important;
  }

  #content .newsBlock .container {
    width: 380px !important;
  }

  #content .newsBlock .header {
    width: 370px !important;
  }

  .main {
    width: 100% !important;
    margin-top: 50px;
  }

  .altsosyal-ic {
    width: 100%;
  }

  doctortable {
    width: 380px;
  }

  .sagmetin {
    width: 380px;
  }

  .kurumsalMetin {
    width: 100%;
    padding: 0 20px;
  }

  .docCard {
    position: relative;
  }

  .details {
    width: 370px;
  }

  .blogmain {
    width: 100% !important;
    height: 300px;
  }

  .blogresim {
    width: 100% !important;
    height: auto;
  }

  .blogkutu {
    width: 100% !important;
    height: auto;
    max-width: 100% !important;
  }
}