.dogru-statu-footer .sub-footer a{
  opacity: 1!important;
  transition: .4s;
  font-weight: 600!important;
  color: #ffffff;
}

.dogru-statu-footer .sub-footer a:hover{
  color:#ffffff;
  opacity:1;
}
@media (max-width: 992px){
  .dogru .brk-theme-options__panel {
      left: -63px;
  }
  .dogru-statu-footer .sub-footer a.w2go img {
    max-width: 40px;
    vertical-align: middle;
    margin-left: 0px;
  }
}

.duyurular-page .accordion .card, .accordion .card p {
    color: #373737;
}
.duyurular-page .accordion .card-header {
    min-height: 66px;
    padding: 20px 85px 20px 40px;
    position: relative;
}

.duyurular-page .accordion-slider .card.expanded .card-header {
    border-color: transparent;
    box-shadow: 0 2px 6px 0 rgba(0,0,0,.06);
}
.duyurular-page .accordion-slider .card .card-header {
  border-color: transparent;
  border: 1px solid #e9e9e9;
}
.duyurular-page .accordion-slider {
    border: 1px solid #e9e9e9;
}
.duyurular-page .duyuru-title{background:var(--brand-primary);padding:8px 0 8px 16px;}
.duyurular-page .duyuru-adi{color:#ffffff;font-size: 1.75rem;font-weight: 700;}
.duyurular-page .duyuru-sub-title{display:block;color:#ffffff;}

.duyurular-page .duyuru-tarih .tarih-line{font-size:15px;line-height:25px}
.duyurular-page .duyuru-tarih {color:#ffffff;}

@media (max-width: 768px){
  .duyurular-page .duyuru-tarih{display:block;}
  .duyurular-page .duyuru-tarih .tarih-line{display:none;}
  .duyurular-page .duyuru-adi{font-size: 1.55rem;font-weight: 700;}
}
.duyurular-btn {
    background-color: rgba(var(--secondary-rgb),1);
    box-shadow: none;
    position: fixed;
    bottom: 80px;
    right: 23px;
    width: 50px;
    height: 50px;
    z-index: 108;
    padding: 0;
    border-radius: 50%;
}
.duyurular-btn img{
  max-width: 34px;
  margin: 8px 7px 7px 9px;
}

.wapp-btn {
    box-shadow: none;
    position: fixed;
    bottom: 74px;
    right: 23px;
    width: 55px;
    height: 55px;
    z-index: 108;
    padding: 0;
    border-radius: 50%;
}
.wapp-btn img{
    max-width: 38px;
    margin: 8px 9px 7px 9px;
}

.btn-classic{border-color: var(--brand-primary); color: var(--brand-primary);}
.btn-classic:hover{background-color: var(--brand-primary); color: #ffffff;}
.btn-classic:focus{color: var(--brand-primary)}
.btn-classic:disabled{ background-color: #ababab; border-color: #ababab; color: #ffffff; cursor: not-allowed;}
.btn-classic:disabled:hover{ background-color: #ababab; border-color: #ababab; color: #ffffff; cursor: not-allowed;}
