body {
    font-family: 'Montserrat', sans-serif;
    max-width: 100%;
    background: #fff;
    position: relative;
    font-size: 14px;
}

a {
    color: #00838d;
    text-decoration: none;
    transition: 0.3s ease all;
    font-family: 'Montserrat', sans-serif;
}

a:focus,
img:focus {
    outline: none!important;
}

*:focus {
    outline: unset!important;
}

a:hover {
    color: #212a44;
    text-decoration: none;
}

* {
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    font-family: 'Montserrat', sans-serif;
}

b {
    font-weight: bold;
}

img {
    max-width: 100%;
}

p {
    margin: 0px;
    font-size: auto;
}

header {
    position: relative;
}

.not-padding {
    padding: 0px;
}

.logo-alan {
    display: inline-flex;
    width: 100%;
    color: #066ea5 !important;
    font-size: 18px;
    font-weight: 600;
    padding: 5px 0px;
}

.logo-alan p {
    display: inline-block;
    line-height: 1.2;
    margin: 0px;
    padding: 25px 15px;
    font-weight: 700;
    color:#048584;
    vertical-align: middle;
}
.calendar .day.today {
    background: #00838d !important;
    color: #ffffff;
}
.btn-primary{
    background-color: #00838d;
    border-color: #00838d;
    transition: 300ms;
}
.btn-primary:hover{
    background-color: #f56b15;
    border-color: #f56b15;
}

header form {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    max-width: 240px;
    width: 100%;
    margin: 5px 10px 5px 5px;
}

header form input {
    border-radius: 8px;
    background-color: rgba(255, 255, 255, 0.902);
    box-shadow: 0px 0px 10px 0px rgba(72, 48, 143, 0.2);
    color: #909b9f;
    border: 1px solid transparent;
    padding: 8px 20px;
    width: calc(100% - 30px);
    display: inline-block;
    margin-right: 8px;
    font-size: 14px;
}

.header .btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}

.header .btn .btn-primary {
    background-color: #1877f2;
    color: #fff;
    border: 1px solid #1877f2;
    box-shadow: 0px 12px 20px 0 rgba(64, 187, 244, 0.36);
}

.header .btn {
    font-size: 14px;
    font-weight: 500;
    border-radius: 8px;
    box-shadow: 0px 0px 10px 0px rgba(72, 48, 143, 0.2);
    max-height: 50px;
    padding: 10px 14px;
    transition: 0.3s ease all;
}

header form .btn .icon {
    height: 15px;
    width: 15px;
    background: url(../img/searchicon.png);
    display: inline-block;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

header .btn-g {
    padding: 25px 0px;
    display: inline-block;
    vertical-align: middle;
}

.header .btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}

header .btn-icon {
    margin: 5px 0px;
    border-radius: 8px;
    margin: 0 auto;
}

.header .btn.btn-default {
    background-color: #f2f8fd;
    color: #3c5085;
    border: 1px solid #f2f8fd;
    border-bottom: 2px solid #f0edf3;
    box-shadow: unset;
}

.header .btn.btn-success {
    background: #4ad17c;
    color: #fff;
    border: 1px solid #ffffff;
    box-shadow: unset;
    border-bottom: 2px solid #3cab65;
    box-shadow: 0px 12px 20px 0 rgba(64, 244, 82, 0.23);
}

header .btn-icon .usericon1 {
    display: inline-block;
    min-width: 20px;
    height: 20px;
    border-right: 1px solid #3c5085;
    vertical-align: middle;
    background: url(../img/usericon.png);
    padding-right: 25px;
    background-position: center left;
    background-repeat: no-repeat;
    margin-right: 5px;
}

header .btn-icon .usericon2 {
    display: inline-block;
    min-width: 20px;
    height: 20px;
    border-right: 1px solid #f1ecf5;
    vertical-align: middle;
    background: url(../img/usericon2.png);
    padding-right: 25px;
    background-position: center left;
    background-repeat: no-repeat;
    margin-right: 5px;
}

.header .sosyal-icon {
    display: inline-block;
    vertical-align: middle;
    padding-right: 10px;
}

.header .sosyal-icon>ul {
    display: inline-block;
    width: 100%;
    padding: 0px;
    margin: 0px;
    list-style: none;
}

.header .sosyal-icon>ul>li {
    display: inline-block;
}

.header .sosyal-icon>ul>li>a {
    display: inline-block;
    width: 100%;
    padding: 0px 2px;
}

.header .sosyal-icon>ul>li>a>i {
    font-size: 17px;
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: right;
}

.header-menu {
    display: inline-block;
    width: 100%;
    background-color: #00838d;
    box-shadow:-3px 5px 6px 0px #060606
}

.header {
    display: inline-block;
    width: 100%;
    padding: 3px 0px;
}

.menu {
    display: inline-block;
    width: 100%;
    margin: 0px;
    list-style: none;
}

.menu>li {
    display: inline-block;
    margin: 0 -3px;
    text-align: center;
    border-left: 1px solid #125f65;
    border-right: 1px solid #3ca7af;
    list-style: none;
}

.menu>li>a {
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    color: white;
    padding: 23px 24px;
}

.menu>li>a:hover {
    background-color: white;
    color: #fa6918;
}

.slider {
    display: inline-block;
    width: 100%;
    background-image: url('../img/desen.png');
    background-position: center;
    background-repeat: repeat;

}

.anasayfa-slider {
    width: 100%;
    height: 100%;
}

.uyeler-list li a {
    background: none;
    padding: 8px 30px;
    border-radius: 6px;
    margin: 10px;
    color: #2855a6;
    font-weight: 600;
    margin-top: 30px;
    border: 1px solid #9da1a9;
    transition: 300ms;
}

.uyeler-list li a:hover {
    background-color: #2855a6;
    color: #fff;
}

.uye {
    height: 150px;
    margin-top: 20px;
    border: 1px solid #cfe5f5;
}

.logo-detay img {
    width: 300px;
    height: 280px;
    object-fit: contain;
}

.uye:hover .card-body {
    background: #68a9d7;
    margin: 4px;
    color: #fff;
    font-weight: bold;
}

.uye:hover .card-body span.ok {
    display: none;
}

.uye:hover .card-body span.hover {
    display: block;
}

.uye .card-body span.ok {
    display: block;
}

.uye .card-body span.hover {
    display: none;
}

.uye .card-body {
    background: #e8eff4;
    margin: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #68a9d7;
    font-weight: bold;
}

.uyeler h6 {
    color: #567182;
}

.uye:hover a {
    color: #fff;
    background: #368cca;
}

.uye a {
    display: flex;
    justify-content: center;
    padding: 10px;
    margin-top: 5px;
    text-transform: uppercase;
    color: #368cca;
    background: #e8eff4;
    font-weight: bold;
}

.uyeler-list li a.nav-link.active {
    background-color: #2855a6;
    color: #fff;
}

.harita {
    margin-top: 30px;
    border: 2px solid #fff;
    box-shadow: 0px 2px 15px 0px #8eafcab5;
}

.harita-detay {
    height: 475px;
    border: 2px solid #fff;
    box-shadow: 5px 4px 9px 0px #d3d0d0;
}

.map-link {
    color: #2855a6;
}

.uye-bilgi .item {
    display: flex;
    align-items: center;
    margin-top: 8px;
}

.uye-bilgi .item i {
    font-size: 20px;
    color: #1b325c;
}

.uye-bilgi .item span {
    border: 1px solid;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 35px;
    margin-right: 8px;
    width: 35px;
}

h6.uye-card {
    font-weight: bolder;
    font-size: 16px;
}

.uye-bilgi .item p {
    font-weight: 500;
}

.sayfa-uyeler-baslik {
    display: inline-block;
    width: 100%;
    text-align: center;
    font-size: 25px;
    font-weight: bold;
    color: #2855a6;
    margin-bottom: 10px;
}

.anasayfa-slider .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    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;
}

.anasayfa-slider .swiper-slide>a {
    display: inline-block;
    width: 100%;
    height: 100%;
}

.swiper-pagination {
    display: inline-block;
    width: 100%;
    position: inherit;
    padding: 0px 0px 20px;
}
.tarihler .tarih{
font-weight:400;}

.swiperbullets {
    padding: 0px 5px;
}

.tummansetbtn {
    padding: 0px 5px;
}

#anasayfa-pagination .swiper-pagination-bullet {
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    font-size: 12px;
    color: #3c5085;
    opacity: 1;
    background: #fff;
}

#anasayfa-pagination .swiper-pagination-bullet-active {
    color: #fff;
    background: #f86815;
}

.anasayfa-slider {
    width: 100%;
    height: 475px;
    position: relative;
    padding: 15px 0px;
}

#anasayfa-pagination .swiper-pagination-bullet {
    font-size: 18px !important;
    padding: 20px 15px;
    border-radius: 0px;
    margin: 0px;
    color:#f86815;
    width: 100%;
    display: block;
    line-height: 2px;
}

#anasayfa-pagination .swiper-pagination-bullet-active {
    background-color: #00838d;
    color: white;
}

.anasayfa-slider .anasayfa-slider-item {
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
    display: inline-block;
}

.sur-slider .anasayfa-slider-item {
    background-size: cover;
    background-position: center;
    width: 100%;
    padding-bottom: 30%;
    display: inline-block;
}

.anasayfa-slider .swiperbullets {
    display: block !important;
    width: 100%;
    margin: 0 auto;
    -ms-flex: 0 0 5%;
    flex: 0 0 5%;
    max-width: 5%;
    padding: 0px 0px;
    position: relative;
    width: 100%;
    min-height: 1px;
}

#anasayfa-pagination .swiper-pagination-bullets {
    bottom: -55px !important;
    text-align: center;
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: 0px;
    margin-left: 0px;
}

.anasayfa-slider .swipe-slider-arka {
    display: flex;
    width: 100%;
    height: 100%;
    background: rgb(41, 43, 45);
    background: linear-gradient(359deg, rgba(41, 43, 45, 1) 0%, rgba(255, 255, 255, 0) 50%);
    flex-direction: column;
    justify-content: flex-end;
    padding: 20px 30px;
}

.anasayfa-slider .swipe-slider-arka.sagayasli {
    align-items: flex-end;
    background: linear-gradient(270deg, rgba(41, 43, 45, 1) 0%, rgba(255, 255, 255, 0) 50%);
}

.anasayfa-slider .swipe-slider-arka.sagayasli .slider-baslik {
    text-align: right;
}

.anasayfa-slider .swipe-slider-arka.sagayasli .slider-alt-baslik {
    text-align: right;
}

.anasayfa-slider .tummansetbtn span {
    background: #e41e26;
    color: #fff;
    font-size: 15px !important;
}

.slider-etiket {
    height: 42px;
    color: white;
    display: inline-block;
    width: max-content;
    padding: 2px 10px;
    text-align: left;
    border-bottom: 2px solid #6f3716;
    background: #f86815
}

.slider-etiket>div:nth-child(1) {
    width: 15px;
    height: 15px;
    background-color: white;
    border-radius: 100%;
    display: inline-block;
}

.slider-etiket>div:nth-child(2) {
    font-size: 16px;
    font-weight: 700;
    margin: 0px 5px;
    display: inline-block;
}

.slider-baslik {
    color: white;
    font-size: 16px;
    font-weight: 700;
    text-align: left;
    line-height: 1.2;
    width: 60%;
    text-shadow: 3px 3px 2px #000000;
    display: block;
}

.slider-altyazi {
    font-size: 18px;
    font-weight: 200;
    color: white;
    display: inline-block;
    width: 60%;
    text-align: left;
    line-height: 20px;
}

.slider-alt {
    display: inline-block;
    width: 100%;
    margin-top: 5px;

}

.tummansetbtn>span {
    font-size: 12px !important;
    color: #313131 !important;
    font-weight: 300 !important;
}

.slider-alt .btn-area {
    display: inline-block;
    width: 100%;
    padding: 15px 0px;
}

.slider-alt .btn-area .btns {
    display: inline-block;
}

.slider-alt .btn-area .btn-sp1 {
    font-size: 18px;
    font-weight: 500;
    color: white;
    background-color: #1877f2;
    padding: 7px 15px;
    border-radius: 1px;
    font-weight: 400;
    border: 1px solid #1877f2;
    cursor: pointer;
    transition: all 0.3s ease;
}

.slider-alt .btn-area .btn-sp2 {
    background-color: #c1d0d7;
    font-size: 18px;
    color: #3c5085;
    padding: 7px 15px;
    float: right;
    border-radius: 1px;
    font-weight: 400;
    border: 1px solid #c1d0d7;
    cursor: pointer;
    transition: all 0.3s ease;
}

.slider-alt .btn-area .btn-sp1:hover {
    background-color: white;
    color: #1877f2;
}

.slider-alt .btn-area .btn-sp2:hover {
    color: #c1d0d7;
    background-color: #3c5085;
}

.mesaj {
    display: inline-block;
    width: 100%;
    background-color: #ffffff26;
    padding: 10px 10px;
    margin: 15px 0px;
}

.mesaj .baslik {
    display: inline-block;
    width: 100%;
    font-size: 24px;
    color: white;
    font-weight: 300;
    line-height: 25px;
    margin-bottom: 10px;
}

.mesaj .baslik span {
    font-weight: 600;
}

.mesaj .gorsel {
    display: inline-block;
    width: 100%;
    height: 175px;
}

.mesaj .aciklama {
    display: inline-block;
    width: 100%;
    font-size: 14px;
    color: white;
    line-height: 21px;
    font-weight: 300;
    margin-bottom: 10px;
}

.mesaj .btn-sp3 {
    display: inline-block;
    width: 100%;
    font-size: 18px;
    color: white !important;
    font-weight: bold;
    background-color: #f86815;
    text-align: center;
    padding: 7px 0px;
    cursor: pointer;
    border: 1px solid #3c5085;
}

.mesaj .btn-sp3:hover {
    color: #f86815 !important;
    background-color: white;
}

.bilgi {
    display: inline-block;
    width: 100%;
    background-image: url('../img/haberler-arka.jpg');
    background-repeat: repeat-y;
    background-size: cover;
}

.bilgi .kartlar {
    text-align: right;
    display: inline-flex;
    width: 100%;
    margin: 0px;
    padding: 0px;
    list-style: none;
    border-bottom: 3px solid #1877f2;
    margin-top: -100px;
}

.bilgi .kartlar li {
    display: inline-flex;
    width: 100%;
    width: 170px;
    background-color: white;
    height: 215px;
    background-position: 75px 15px;
    background-size: contain;
    background-repeat: no-repeat;
    transition: all 0.3s ease;
    box-shadow: 0px 0px 29.76px 2.24px rgba(18, 16, 11, 0.19);
}

.bilgi .kartlar li a {
    display: inline-block;
    text-align: left;
    position: relative;
    width: 100%;
}

.bilgi .kartlar li:nth-child(1) a .baslik {
    top: calc(50% - 24px);
    color: #3c5085;
}

.bilgi .kartlar li:nth-child(2) a .baslik {
    top: calc(50% - 24px);
    color: #097e73;
}

.bilgi .kartlar li:nth-child(3) a .baslik {
    top: calc(50% - 36px);
    color: #c42c2c;
}

.bilgi .kartlar li:nth-child(4) a .baslik {
    top: calc(50% - 24px);
    color: #00bdec;
}

.bilgi .kartlar li:nth-child(5) a .baslik {
    top: calc(50% - 24px);
    color: #0550cc;
}

.bilgi .kartlar li:nth-child(6) a .baslik {
    top: calc(50% - 24px);
    color: #3b1a8f;
}

.bilgi .kartlar li:nth-child(1) {
    background-image: url('../img/hook.png');
}

.bilgi .kartlar li:nth-child(2) {
    background-image: url('../img/minare.png');
}

.bilgi .kartlar li:nth-child(3) {
    background-image: url('../img/horn.png');
}

.bilgi .kartlar li:nth-child(4) {
    background-image: url('../img/credit_cards.png');
}

.bilgi .kartlar li:nth-child(5) {
    background-image: url('../img/upload.png');
}

.bilgi .kartlar li:nth-child(6) {
    background-image: url('../img/curvatur.png');
}

.bilgi .kartlar .baslik {
    position: absolute;
    left: 10px;
    width: 145px;
    font-size: 20px;
    font-weight: 600;
}

.bilgi .kartlar .aciklama {
    display: none;
    font-size: 12px;
    font-weight: 300;
    color: white;
    position: absolute;
    bottom: 10px;
    right: 10px;
    left: 10px;
    max-height: 80px;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.bilgi .kartlar .kart-dis {
    display: inline-block;
}

.bilgi .kartlar .active {
    width: calc(100% - 800px);
    max-width: inherit;
    min-width: inherit;
}

.bilgi .kartlar li:nth-child(1).active {
    background-color: #3c5085;
}

.bilgi .kartlar li:nth-child(2).active {
    background-color: #097e73;
}

.bilgi .kartlar li:nth-child(3).active {
    background-color: #c42c2c;
}

.bilgi .kartlar li:nth-child(4).active {
    background-color: #00bdec;
}

.bilgi .kartlar li:nth-child(5).active {
    background-color: #0550cc;
}

.bilgi .kartlar li:nth-child(6).active {
    background-color: #3b1a8f;
}

.bilgi .kartlar .active a .baslik {
    color: white !important;
    right: 10px;
    width: auto;
}

.bilgi .kartlar .active a .aciklama {
    display: -webkit-box;
}

.haber-block {
    display: inline-flex;
    width: 100%;
    margin: 5px 0px;
    background-color: white;
}

.haber-block .haber-gorsel {
    width: 255px;
    height: 145px;
    display: inline-block;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.haber-block .haber-detay {
    display: inline-block;
    width: calc(100% - 275px);
    padding: 10px 20px;
}

.haber-block .haber-tarih {
    display: inline-block;
    width: 100%;
    text-align: right;
    font-size: 11px;
    color: #b9b7b7;
}

.haber-block .haber-baslik {
    display: inline-block;
    width: 100%;
    font-size: 15px;
    font-weight: 600;
    color: #494141;
    padding: 0px 0px;
}

.haber-block .haber-aciklama {
    display: -webkit-inline-box;
    width: 100%;
    font-size: 13px;
    color: #494141;
    font-weight: 300;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.margin-top-25 {
    margin-top: 20px;
    margin-bottom: 40px;
}

.bilgi .reklam-alan {
    display: inline-block;
    width: 100%;
    height: 300px;
    background-color: white;
    position: relative;
    margin: 5px 0px;
    padding: 10px 10px;
}

.bilgi .reklam-alan:after {
    content: '';
    position: absolute;
    left: 0px;
    right: -30px;
    bottom: 0px;
    top: 0px;
    background-image: url(../img/reklam.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 0;
}

.bilgi .haber-block:hover .haber-baslik {
    color: #e41e26 !important;
}

.bilgi .reklam-alan .reklam-gorsel {
    position: absolute;
    left: 0px;
    right: -30px;
    bottom: 0px;
    top: 0px;
    background-image: url('../img/reklam.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.bilgi .reklam-alan .reklam-baslik {
    display: inline-block;
    width: 75%;
    color: #1877f2;
    font-size: 23px;
    font-weight: bold;
}

.bilgi .reklam-alan .reklam-aciklama {
    display: inline-block;
    width: 70%;
    font-size: 16px;
    color: #25292c;
    font-weight: 400;
}

.bilgi .reklam-alan .reklam-btn-indir {
    display: inline-block;
    width: 60%;
    font-size: 21px;
    color: #4ad17c;
    font-weight: bold;
}

.bilgi .reklam-alan .reklam-logo1 {
    display: block;
    width: 150px;
    height: 50px;
    margin-bottom: 5px;
}

.bilgi .reklam-alan .reklam-logo2 {
    display: block;
    width: 150px;
    height: 50px;
}

.bilgi .reklam-alan a {
    position: relative;
    z-index: 1;
    display: block;
}

.bilgi .iconlar {
    display: inline-block;
    width: 100%;
    margin: 7px 0px;
}

.bilgi .iconlar li {
    display: inline-flex;
    width: 100%;
    background-color: white;
    margin-bottom: 5px;
}

.bilgi .iconlar a {
    display: inline-flex;
    width: 100%;
    border-bottom: 3px solid;
    padding: 5px 0px;
    background-color: white;
}

.bilgi .iconlar a:hover {
    background-color: transparent !important;
}

.bilgi .iconlar-logo {
    display: inline-block;
    width: 120px;
    height: 48px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.bilgi .iconlar-aciklama {
    display: inline-block;
    width: calc(100% - 130px);
    font-size: 15px;
    color: #25292c;
    font-weight: 500;
    padding: 13px 0px;
}

.banner {
    display: inline-block;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url('../img/banner.jpg');
    height: 200px;
}

.takvim {
    display: inline-block;
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
}

.takvim .baslik {
    display: inline-block;
    width: 100%;
    font-size: 23px;
    font-weight: 600;
    color:#00838d;
    margin-bottom: 10px;
}

.takvim .tarihler {
    display: inline-block;
    width: 100%;
}

.takvim .tarihler ul {
    display: inline-block;
    width: 100%;
    padding: 0px;
    margin: 0px;
    list-style: none;
}

.takvim .tarihler li {
    display: inline-block;
    width: 100%;
}

.takvim .tarihler li {
    display: inline-flex;
    width: 100%;
    padding: 25px 0px;
    border-bottom: 2px solid #e1edf2;
}
.takvim .tarihler li a{
    display: flex;
    justify-content: end;
    float: right;
    background: #00838d;
    color: #fff;
    padding: 5px 14px;
    margin-top: 10px;
}
.takvim .tarihler .kisatarih {
    display: inline-block;
    width: 85px;
    height: 75px;
    border-style: solid;
    border-width: 1px;
    border-color: rgb(193, 208, 215);
    background-color: rgb(242, 248, 253);
    box-shadow: 0px 0px 10px 0px rgb(24 119 242 / 20%);
    font-size: 16px;
    color: #00838d;
    font-weight: 600;
    text-align: center;
    padding: 0px 5px;
}

.takvim .tarihler .kisatarih span {
    font-weight: 600;
    display: inline-block;
    width: 100%;
    padding-top: 12px;
}

.takvim .tarihler .aciklama {
    display: inline-block;
    width: 100%;
    padding-left: 30px;
}

.takvim .tarihler .aciklama .tur {
    display: inline-block;
    width: 100%;
    font-size: 16px;
    font-weight: 500;
    color: #25292c;
}

.takvim .tarihler .aciklama .ad {
    display: inline-block;
    width: 100%;
    font-size: 18px;
    font-weight: 700;
    color:#00838d;
}

.takvim .tarihler .aciklama .tarih {
    display: inline-block;
    width: 100%;
    font-size: 14px;
    font-weight: 600;
    color: #25292c;
}

#datetimepicker12 {
    display: inline-block;
    width: 100%;
    text-align: center;
}

#datetimepicker12>div>div.datepicker-days>table>thead>tr:nth-child(2)>th.datepicker-switch {
    font-size: 23px;
    color: #4c5246;
    font-weight: 600;
    width: 240px;
    padding: 0px 0px 10px 0px;
}

#datetimepicker12>div>div.datepicker-days>table>thead>tr:nth-child(2)>th.prev {
    opacity: 0;
}

#datetimepicker12>div>div.datepicker-days>table>thead>tr:nth-child(2)>th.next {
    opacity: 0;
}

#datetimepicker12>div {
    border: 1px solid #e1e8eb;
    padding: 30px 25px;
    width: 335px;
    display: inline-block;
}

#datetimepicker12>div>div.datepicker-days>table>thead>tr:nth-child(2) {
    border-bottom: 1px solid #f1f1f1;
}

#datetimepicker12>div>div.datepicker-days>table>thead>tr:nth-child(3)>th {
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #f1f1f1;
    font-size: 14px;
    color: #004a94;
    font-weight: 700;
}

#datetimepicker12>div>div.datepicker-days>table>tbody>tr:nth-child(1)>td {
    padding-top: 10px;
}

#datetimepicker12>div>div.datepicker-days>table>tbody>tr>td {
    padding-top: 4px;
    padding-bottom: 4px;
}

#datetimepicker12>div>div.datepicker-days>table>tbody>tr>.day {
    font-size: 17px;
    color: #4c5246;
    font-weight: 500;
}

#datetimepicker12>div>div.datepicker-days>table>tbody>tr>.old {
    color: #c7c7c7 !important;
}

#datetimepicker12>div>div.datepicker-days>table>tbody>tr>.new {
    color: #c7c7c7 !important;
}

#datetimepicker12>div>div.datepicker-days>table>tbody>tr>.active {
    background-color: #1877f2 !important;
    color: white !important;
    background-image: none !important;
}

.datetime-btn {
    background-color: rgb(248 104 21);
    box-shadow: 0px 0px 25px 0px rgb(248 104 21 / 40%);
    color: white;
    font-size: 16px;
    font-weight: 600;
    padding: 10px 0px;
    display: inline-block;
    width: 100%;
    text-align: center;
    margin: 0px 5px;
    border: 1px solid #f86815;
}

.datetime-btn:hover {
    background-color: white;
    color: #f86815;
}

.datetime {
    display: inline-block;
    width: 100%;
    padding: 0px 10px;
    text-align: center;
}

.logolar {
    display: inline-block;
    width: 100%;
    padding: 60px 0px;
    background: #00838d12;
    background-repeat: repeat-y;
    background-size: cover;
    border-top: 1px solid #00838d73;
    border-bottom: 1px solid #00838d75;
}
.logolar h5{
    color: #f86815;
}
.logolars {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding: 60px 0px;
    background: #f2f8fc;
    background-repeat: repeat-y;
    background-size: cover;
    border-top: 1px solid #c8d6de;
    border-bottom: 1px solid #c8d6de;
}

.logolar .logolar-slider a {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    height: 150px;
    text-align: center;
    padding: 20px 0px;
    background: #ffffff;
    color: #2855a6;
    border:1px solid #00838d;

    border-radius: 10px;
}

.logolar-slider {
    position: initial;
}

.logolars .logolar-sliders a {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    height: 150px;
    text-align: center;
    padding: 20px 0px;
    color: #2855a6;
    padding: 10px;
    border: 1px solid #c9d6de;
    border-radius: 10px;
}

.logolar-sliders {
    background: #feffff;
    /* Old browsers */
    background: -moz-linear-gradient(top, #feffff 0%, #d6dadb 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #feffff 0%, #d6dadb 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #feffff 0%, #d6dadb 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#feffff', endColorstr='#d6dadb', GradientType=0);
    /* IE6-9 */
    position: initial;
    width: calc(100% / 5 - 50px);
    margin-left: 10px;
    margin-top: 10px;
    border-radius: 10px;
    transition: 300ms;
}

.logolar-sliders:hover a h6 {
    color: #2855a6;
}

.logolar-sliders:hover a {
    border-color: #2855a6;
    box-shadow: 0 5px 5px #0000002e;
    background: #ffffff;
}

.logolar-slider .logolar-navigation {
    position: absolute;
    top: calc(50% - 12px);
    right: -35px;
    left: -35px;
}

.logolar-slider #swiper-button-prev {
    display: inline-block;
    cursor: pointer;
}

.logolar-slider #swiper-button-next {
    display: inline-block;
    float: right;
    cursor: pointer;
}

.logolar-slider #swiper-button-prev i {
    color: #515d62;
    font-size: 28px;
    cursor: pointer;
}

.logolar-slider #swiper-button-next i {
    color: #515d62;
    font-size: 28px;
    cursor: pointer;
}

footer {
    padding-top: 70px;
    padding-bottom: 30px;
}

footer .baslik {
    display: inline-block;
    width: 100%;
    font-size: 20px;
    color: #2d3b3e;
    font-weight: 600;
}

footer .footer-menus {
    display: inline-block;
    width: 100%;
    margin: 0px;
    padding: 0px;
    list-style: none;
    padding-top: 25px;
}

footer .footer-menus li {
    display: inline-block;
    width: 100%;
}

footer .footer-menus li a {
    display: inline-block;
    width: 100%;
    font-size: 12px;
    color: #8fa3aa;
    font-weight: 300;
}

footer .footer-menus li a:hover {
    color: #1877f2;
}

footer .sosyal {
    display: inline-block;
    width: 100%;
    margin: 0px;
    list-style: none;
    padding: 20px 0px;
}

footer .sosyal li {
    display: inline-block;
    padding: 0px 10px 0px 0px;
}

footer .sosyal a {
    display: inline-block;
    width: 100%;
}

footer .sosyal a i {
    color: #3c5085;
    font-size: 20px;
}

.padding-140 {
    padding-top: 100px;
}

footer .logo-alan2 {
    display: inline-flex;
    text-align: right;
}

footer .logo-alan2 p {
    display: inline-block;
    padding: 20px 10px;
    color: #00838d;
    font-size: 18px;
    font-weight: 700;
}

footer .logo-alan2 img {
    display: inline-block;
    padding: 0px 0px;
}

.text-right {
    text-align: right;
    text-align: center;
}

.footer-alt {
    display: inline-block;
    width: 100%;
    background-color: #00828d;
    min-height: 150px;
    padding-top: 30px;
}

.footer-alt-dis {
    display: inline-flex;
    width: 100%;
}

.footer-alt .logo {
    display: inline-block;
    width: 60px;
}

.footer-alt .aciklama {
    display: inline-block;
    color: #c1d0d7;
    font-size: 14px;
    font-weight: 300;
    padding: 0px 35px;
}

.footer-alt .aciklama span {
    font-weight: 800;
}

.mobil-btn {
    display: none;
}

.logo-dis {
    display: inline-flex;
    position: relative;
    z-index: 9999;
}

.logo-dis2 {
    display: inline-block;
    position: relative;
    z-index: 9999;
}

.displayblock2 .mobil-menu2 {
    right: 0px !important
}

.displayblock2 .logo-alan {
    color: white !important;
}

.displayblock2 .mobil-icon>span {
    background-color: white !important;
}

.displayblock2 #mobil-btn2 i {
    color: white !important;
}

.displayblock .mobil-menu {
    left: 0px !important;
}

.displayblock .logo-alan {
    color: white !important;
}

.displayblock .mobil-icon>span {
    background-color: white !important;
}

.displayblock #mobil-btn2 i {
    color: white !important;
}

.sayfa-dis {
    display: inline-block;
    width: 100%;
 background-image: url('../img/altsayfadesen.png');
    background-repeat: repeat;
    /*background-size: cover;*/
    padding: 50px 0px;
}

.arkarenk {
    background-color: white;
    box-shadow: 0px 2px 15px 0px rgb(200 214 222);
    border-radius: 10px;
    padding: 16px;
}

.sol-menu-col {
    border-right: 1px solid #24242438;
}

.sol-menu {
    display: inline-block;
    width: 100%;
}

.sol-menu ul {
    display: inline-block;
    width: 100%;
    margin: 0px;
    list-style: none;
    background-color: white;
    padding: 10px 0px;
}

.sol-menu ul li {
    display: inline-block;
    width: 100%;
}

.sol-menu ul li a {
    display: inline-block;
    width: 100%;
    font-size: 14px;
    color: #00838d;
    font-weight: 700;
    padding: 10px 25px;
}

.sol-menu ul li a:hover {
    background-color: #00838d;
    color: white;
}
}

.sol-menu .icerik {
    display: inline-block;
    width: 100%;
    background-color: white;
    min-height: 500px;
}

.sol-menu .active {
    background-color: #00838d;
}

.sol-menu .active a {
    color: white;
}

.sayfa-dis .icerik {
    display: inline-block;
    width: 100%;
    padding: 15px 20px;
    background-color: white;
}

.sayfa-dis .icerik .baslik {
    display: inline-block;
    width: 100%;
    font-size: 25px;
    font-weight: bold;
    color: #fa6918;
    border-bottom: 1px solid;
    margin-bottom: 10px;
}

.eskibaskan span {
    width: 100%;
    display: flex;
    padding: 10px 0;
    color: #fff;
    height: 90px;
    align-items: center;
    justify-content: center;
    background: #fa6918;
    text-align: center;
}
.eskibaskan span.yonetim {
    width: 100%;
    display: flex;
    padding: 10px 0;
    color: #fff;
    margin-top: 6px;
    height: 33px;
    align-items: center;
    justify-content: center;
    background: #00838d;
    text-align: center;
}
.eskibaskan span.yonetim:before{
    content: '';
    width: 20px;
    height: 20px;
    background: #ffffff;
    left: 15px;
    border-radius: 50%;
    top: 216px;
    position: absolute;
}
.eskibaskan span.yonetim:after{
    content: '';
    width: 20px;
    height: 20px;
    background: #ffffff;
    right: 17px;
    border-radius: 50%;
    top: 215px;
    position: absolute;
}
.metin h3{
    color: #00838d;
    font-size: 22px;
}
.metin p{
    color: #858888;
}
ul.menu li:hover ul.submenu {
    display: block;
}

ul.submenu {
    display: none;
    position: absolute;
    padding: 0ex;
    z-index: 999;
    width: 200px;
    box-shadow: 0px 2px 8px #dee6ea;
    /* background-color: #007bff; */
}

ul.submenu li {
    list-style: none;
    padding: 5px;
    text-align: left;
    background: #fff;
    color: #000;
    font-weight: 500;
    padding: 12px 12px;
    border-bottom: 1px solid #efefef;
}

ul.submenu li:hover {
    background-color: #fff;
}

ul.submenu li:hover a {
    color: #47588c;
    display:block;
}

ul.submenu li a {
    /* font-weight: bold; */
    /* color: #fff; */
}

.sayfa-dis .icerik .metin {
    display: inline-block;
    width: 100%;
    color: #00838d;
    font-size: 14px;
    font-weight: 300;
}

.sayfa-dis .icerik .metin p {
    margin-bottom: 10px;
    display: inline-block;
}

.haberler-dis {
    display: inline-block;
    width: 100%;
    /*background-image: url('../img/haberler-arka.jpg');*/
    /*background-repeat: repeat-y;*/
    /*background-size: cover;*/
    padding: 50px 0px;
}

.haberler-dis .sayfa-baslik {
    display: inline-block;
    width: 100%;
    text-align: left;
    color: #00838d;
    font-size: 22px;
    font-weight: bold;
    padding: 20px 0px 0 0;
}

.haberler-dis .sayfa-altbaslik {
    display: inline-block;
    width: 100%;
    text-align: left;
    color: #1877f2;
    font-size: 18px;
    font-weight: bold;
    padding: 0 0px 5px 0;
}

.haberler-dis .arkarenk {
    background-color: white;
    box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    padding: 16px;
}

.haberler-dis .haber {
    display: inline-block;
    width: 100%;
    margin-bottom: 15px;
}

.haberler-dis .haber:hover {
    transform: scale(1.05);
}

.haberler-dis .haber .gorsel {
    height: 235px;
    display: inline-block;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url('../img/slider.jpg');
}

.haberler-dis .haber .icerik {
    display: inline-block;
    width: 100%;
}

.haberler-dis .haber .tarih {
    display: inline-block;
    width: 100%;
    font-size: 10px;
    text-align: right;
    color: #b9b7b7;
}

.haberler-dis .haber .baslik {
    display: -webkit-inline-box;
    width: 100%;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 14px;
    font-weight: 600;
}

.haberler-dis .haber .metin {
    display: -webkit-inline-box;
    width: 100%;
    font-size: 12px;
    font-weight: 300;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.haber-detay-dis {
    display: inline-block;
    width: 100%;
    /*background-image: url('../img/haberler-arka.jpg');*/
    /*background-repeat: repeat-y;*/
    /*background-size: cover;*/
    padding: 50px 0px;
}

.haber-detay-dis .icerik {
    display: inline-block;
    width: 100%;
    padding: 15px 20px;
    background-color: white;
}

.haber-detay-dis .icerik .baslik {
    display: inline-block;
    width: 100%;
    font-size: 25px;
    font-weight: bold;
    color: #1877f2;
    margin-bottom: 10px;
}

.haber-detay-dis .icerik .metin {
    display: inline-block;
    width: 100%;
    color: #2d4150;
    font-size: 14px;
    font-weight: 300;
}

.haber-detay-dis .icerik .metin p {
    margin-bottom: 10px;
    display: inline-block;
}

.haber-detay-dis .icerik .gorsel {
    margin-bottom: 10px;
    margin-top: 10px;
    display: inline-block;
    width: 100%;
    max-width: 100%;
}

.bilgibankasi-dis {
    display: inline-block;
    width: 100%;
    /*background-image: url('../img/haberler-arka.jpg');*/
    background-repeat: repeat-y;
    background-size: cover;
    padding: 50px 0px;
}

.bilgibankasi-dis .bilgibankasi {
    display: inline-block;
    width: 100%;
    margin: 0px 0px 25px 0px;
}

.bilgibankasi-dis .bilgibankasi .gorsel {
    display: inline-block;
    width: 100%;
    height: 200px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.bilgibankasi-dis .bilgibankasi .baslik {
    display: inline-block;
    width: 100%;
    font-size: 15px;
    font-weight: bold;
    color: #25292c;
    text-align: left;
}

.bilgibankasi-dis .arkarenk {
    background-color: white;
    box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    padding: 16px;
}

.bilgibankasi-dis .anabaslik {
    display: inline-block;
    width: 100%;
    text-align: center;
    padding: 15px 0px 15px 0px;
    font-size: 25px;
    color: #ffffff;
    font-weight: bold;
    background-color: #3c5085;
    margin-bottom: 10px;
    margin-top: 10px;
    border-radius: 5px;
}

.odalar-dis {
    display: inline-block;
    width: 100%;
    background: url(../img/altsayfadesen.png);
    background-repeat: repeat;

    padding: 50px 0px;
}

.odalar-dis .arkarenk {
    background-color: white;
    box-shadow: 14px -6px 17px 0px rgb(0 0 0 / 29%);
    border-radius: 10px;
    padding: 16px;
}
}

.odalar-dis .anabaslik {
    display: inline-block;
    width: 100%;
    text-align: center;
    padding: 15px 0px 15px 0px;
    font-size: 25px;
    color: #ffffff;
    font-weight: bold;
    background-color: #047bfe;
    margin-bottom: 10px;
    margin-top: 10px;
    border-radius: 5px;
}

.odalar-dis .odalar {
    display: inline-block;
    width: 100%;
    padding: 20px 0px;
    margin-bottom: 10px;
}

.odalar-dis .odalar ul {
    display: inline-block;
    width: 100%;
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.odalar-dis .odalar ul li {
    display: inline-block;
    width: 100%;
}

.odalar-dis .odalar ul li a {
    display: inline-block;
    width: 100%;
    font-size: 14px;
    color: #25292c;
    font-weight: 500;
    padding: 5px 30px;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.odalar-dis .odalar ul li a:hover {
    background-color: #1877f2;
    color: white;
    border-radius: 5px;
}

.odalar-dis .odalar ul li a:before {
    content: '';
    position: absolute;
    left: 10px;
    top: calc(50% - 5px);
    background-color: #1877f2;
    width: 10px;
    height: 10px;
    border-radius: 100%;
}

.odalar-dis .odalar ul li a:hover:before {
    background-color: white;
}

.bilgiler ul {
    display: inline-block;
    width: 100%;
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.bilgiler ul li {
    display: inline-block;
    width: 100%;
}

.bilgiler ul li a {
    display: inline-block;
    width: 100%;
    font-size: 14px;
    color: #25292c;
    font-weight: 500;
    padding: 5px 30px;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.bilgiler ul li a:hover {
    background-color: #1877f2;
    color: white;
    border-radius: 5px;
}

.bilgiler ul li a:before {
    content: '';
    position: absolute;
    left: 10px;
    top: calc(50% - 5px);
    background-color: #1877f2;
    width: 10px;
    height: 10px;
    border-radius: 100%;
}

.bilgiler ul li a:hover:before {
    background-color: white;
}

.odalar-dis .altbaslik {
    display: inline-block;
    width: 100%;
    font-size: 16px;
    font-weight: bold;
    color: #ffffff;
    text-align: center;
    background-color: #1877f2;
    margin-bottom: 5px;
    padding: 10px 0px;
    border-radius: 5px;
}

.padding-none {
    padding: 0px;
}

.harita-dis {
    display: inline-block;
    width: 100%;
    border-bottom: 3px solid #00838d;
}

.harita-dis #harita {
    display: inline-block;
    width: 100%;
    height: 450px;
    margin-bottom: -7px;
}

.map-accordion {
    display: inline-block;
    width: 100%;
    /*height: 100px;*/
    /*border-bottom: 3px solid #1877f2;*/
}

.map-accordion #map {
    display: inline-block;
    width: 100%;
    height: 250px;
    margin-bottom: -7px;
}

.form-dis {
    display: inline-block;
    width: 100%;
    padding: 50px 0px;
}

.form-dis .iletisim-form {
    display: inline-block;
    width: 100%;
    background-color: white;
    padding: 20px 25px;
    border-radius: 5px;
}

.form-dis .baslik {
    font-size: 25px;
    display: inline-block;
    width: 100%;
    font-weight: bold;
    color: #00838d;
    margin-bottom: 20px;
}

.iletisim-form .btn-group {
    display: inline-block;
    width: 100%;
    text-align: right;
}

.iletisim-form .btn-group button {
    display: inline-block;
    border: 1px solid #00838d;
    background-color: #00838d;
    color: white;
    font-size: 14px;
    font-weight: 600;
    margin: 0px 5px;
    padding: 5px 25px;
    border-radius: 5px;
    transition: all 0.3s ease;
}

.iletisim-form .btn-group button:hover {
    background-color: white;
    color: #00838d;
}

.form-dis .adres-bilgileri {
    display: inline-block;
    width: 100%;
    padding: 0px;
    margin: 0px;
    list-style: none;
    padding-top: 105px;
}

.form-dis .adres-bilgileri li {
    display: inline-block;
    width: 100%;
    margin-bottom: 15px;
}

.form-dis .adres-bilgileri li a {
    display: inline-block;
    width: 100%;
    font-size: 16px;
    color: #25292c;
    font-weight: 300;
}

.form-dis .adres-bilgileri li a i {
    font-size: 20px;
}

.form-dis .adres-bilgileri li a span {
    font-weight: 600;
}

.form-dis .calisma-saatleri {
    display: inline-block;
    width: 100%;
}

.form-dis .calisma-saatleri>span {
    display: inline-block;
    width: 100%;
    font-size: 18px;
    font-weight: 700;
    color: #fa6918;
}

.form-dis .calisma-saatleri>ul {
    display: inline-block;
    width: 100%;
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.form-dis .calisma-saatleri>ul>li {
    display: inline-block;
    width: 100%;
}

.form-dis .calisma-saatleri>ul>li>span {
    display: inline-block;
    font-weight: 600;
    width: 175px;
}

.bilgibankasi-dis .bilgibankasi:hover {
    transform: scale(1.05);
}

.mobil-icon {
    float: right;
    font-size: 25px;
    margin: 25px 15px 0px 15px;
    border: none;
    background-color: transparent;
    width: 30px;
    height: 25px;
    display: inline-block;
    position: relative;
    padding: 0px;
    outline: 0 !important;
    z-index: 9999;
}

.mobil-icon>span:nth-child(1) {
    background-color: #007bff;
    height: 4px;
    display: inline-block;
    line-height: 0px;
    position: absolute;
    width: 100%;
    left: 0px;
    top: 0px;
    transition: all 0.3s ease;
}

.mobil-icon>span:nth-child(2) {
    background-color: #007bff;
    height: 4px;
    display: inline-block;
    line-height: 0px;
    position: absolute;
    width: 100%;
    left: 0px;
    top: 10px;
    transition: all 0.3s ease;
}

.mobil-icon>span:nth-child(3) {
    background-color: #007bff;
    height: 4px;
    display: inline-block;
    line-height: 0px;
    position: absolute;
    width: 100%;
    left: 0px;
    top: 20px;
    transition: all 0.3s ease;
}

.mobil-active>span:nth-child(1) {
    transform: rotate(45deg);
    top: 10px;
}

.mobil-active>span:nth-child(2) {
    left: -100%;
    opacity: 0;
}

.mobil-active>span:nth-child(3) {
    transform: rotate(-45deg);
    top: 10px;
}

.mac {
    display: none;
}

.paddingnone {
    padding: 0px;
}

.textcenter {
    text-align: center;
}

#mobil-btn2 span {
    background-color: transparent !important;
}

#mobil-btn2 i {
    position: absolute;
    top: -7px;
    left: 3px;
    font-size: 35px;
    color: #007bff;
    transition: all 0.8s ease;
}

.logo-dis-m {
    display: inline-flex;
    position: relative;
    z-index: 9999;
}

.logo-dis-m a {
    display: inline-flex;
    width: 100%;
    color: #066ea5 !important;
    font-size: 18px;
    font-weight: 600;
    padding: 5px 0px;
}

.logo-dis-m a img {
    margin: 0px 10px;
    max-width: 122px;
}

.logo-dis-m a p {
    display: inline-block;
    line-height: 1.2;
    margin: 0px;
    padding: 10px 5px;
    font-size: 13px;
    font-weight: 700;
    vertical-align: middle;
    max-width: 130px;
}

.header .mobil-menu {
    display: none;
}

.header {
    position: relative;
}

.header>.ara-block>.mobil-menu>.menu>li>ul {
    display: block;
    width: 100%;
    text-align: left;
    transition: all 0.3s ease;
    max-height: 100vh;
    overflow: hidden;
}

.header>.ara-block>.mobil-menu>.menu>li>ul>li {
    display: inline-block;
    width: 100%;
}

.header>.ara-block>.mobil-menu>.menu>li>ul>li>a {
    display: inline-block;
    width: 100%;
    padding: 5px 40px;
    color: #0d81ff;
    font-size: 14px;
    font-weight: 700;
}

.header>.ara-block>.mobil-menu>.menu>li>.altmenu {
    position: relative;
}

.header>.ara-block>.mobil-menu>.menu>li>.altmenu:after {
    content: '\f0dd';
    font-family: "Font Awesome 5 Free";
    position: absolute;
    right: 50px;
    font-size: 20px;
    top: 3px;
}

.header>.ara-block>.mobil-menu>.menu>li>.beforedegis {
    color: #1877f2 !important;
    background-color: transparent;
}

.header>.ara-block>.mobil-menu>.menu>li>.beforedegis:after {
    content: '\f0d8';
}

.altmenunone {
    max-height: 0px !important;
}

.arka-beyaz {
    background-color: white;
}

.content {
    display: inline-block;
    width: 100%;
}

.content .giristitle {
    display: inline-block;
    width: 100%;
    color: white;
    font-size: 21px;
    text-align: center;
    font-weight: 600;
    padding: 20px 0px 5px 0px;
}

.content .contentbody {
    display: inline-block;
    width: 100%;
}

.content .contentbody .girisformu3 {}

.content .contentbody .login-form__box {
    text-align: center;
    display: inline-block;
    width: 100%;
    margin: 10px 0px;
}

.content .contentbody .login-form__input {
    margin: 0px;
    display: inline-block;
    width: 100%;
}

.content .contentbody .sifremiunuttum {
    color: white;
    font-weight: 500;
    margin: 0px 0px 10px 0px;
    display: inline-block;
    font-size: 13px;
    width: 100%;
}

.content .contentbody .girisfooter {}

.header .mobil-menu2 {
    display: none;
}

.header .ara-block {
    position: absolute;
    right: 0px;
    left: 0px;
    top: 0px;
    bottom: -1000px;
    overflow: hidden;
}

#girisformu3 button {
    background-color: #53a5fd;
}

.header .ara-block {
    display: none;
}

section.girisPage {
    display: inline-block;
    width: 100%;
    padding: 100px 0px;
    background-image: url('../img/haberler-arka.jpg');
    background-repeat: repeat-y;
    background-size: cover;
}

section.girisPage .h1baslik {
    font-size: 30px;
    font-weight: 800;
    color: white;
    line-height: 25px;
    padding-bottom: 20px;
    border-bottom: 1px solid #57758c52;
    margin-bottom: 40px;
}

section.girisPage .h1baslik>span a,
section.girisPage .h1baslik>span {
    font-size: 15px;
    font-weight: 400;
    color: white;
    display: inline-block;
}

section.girisPage .h1baslik>span {
    display: block;
    margin-top: 9px;
}

section.girisPage .girispanel {
    border-radius: 10px;
    box-shadow: 0 7px 16px 0 rgba(41, 53, 108, .2);
    background: #f7f9fd;
    overflow: hidden;
    margin-bottom: 50px;
}

section.girisPage .girispanel .content {
    padding: 25px;
}

section.girisPage .girispanel .title {
    display: flex;
    justify-content: space-between;
}

section.girisPage .girispanel .title a.active:before {
    height: 2px;
}

section.girisPage .girispanel .title a:before {
    content: '';
    height: 0px;
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background: #007bff;
    transition: 0.3s ease all;
}

section.girisPage .girispanel .title a {
    width: 50%;
    text-align: center;
    padding: 20px;
    font-weight: 600;
    background: #fff;
    color: #8fa3aa;
    position: relative;
}

section.girisPage .girispanel .title a.active {
    color: #007bff;
    background: #f7f9fd;
}

section.girisPage .girispanel .form-group {}

section.girisPage .girispanel .form-group label {
    font-size: 14px;
    font-weight: 500;
    color: #8fa3aa;
    margin-right: 15px;
    margin-bottom: 5px;
}

section.girisPage .girispanel .sifrmeniunuttum {
    font-weight: 600;
    color: #8fa3aa;
    font-size: 14px;
    display: block;
    text-align: left;
    margin-top: -5px;
    margin-bottom: 15px;
}

section.girisPage .girispanel .form-group .form-control {
    display: block;
    width: 100%;
    font-size: 14px;
    font-weight: 500;
    color: #41515d;
    border: none;
    padding: 12px 20px;
    border-radius: 5px;
    border: 1px solid #cadade96;
    box-shadow: 0px 4px 8.64px -4.64px rgba(0, 0, 0, 0.16);
}

@media only screen and (max-width:479px) {
    .header .ara-block {
        display: inline-block;
    }
    .m-text-center {
        text-align: center !important;
    }
    .menu>li>a:hover {
        background-color: transparent;
        color: transparent;
    }
    .menu-ozel {
        border-color: white;
        background-color: #2990ff;
    }
    .header .mobil-menu {
        display: inline-block;
        width: 100%;
        position: absolute;
        left: -100%;
        top: 0px;
        z-index: 99;
        padding-top: 80px;
        transition: all 0.3s ease;
        height: 2000px;
        background: rgb(0, 123, 255);
        background: linear-gradient(180deg, rgba(0, 123, 255, 1) 0%, rgba(155, 203, 255, 1) 100%);
    }
    .header .mobil-menu2 {
        display: inline-block;
        width: 100%;
        position: absolute;
        right: -100%;
        top: 0px;
        z-index: 99;
        padding-top: 80px;
        transition: all 0.3s ease;
        height: 2000px;
        background: rgb(0, 123, 255);
        background: linear-gradient(180deg, rgba(0, 123, 255, 1) 0%, rgba(155, 203, 255, 1) 100%);
    }
    .header .mobil-menu .menu {
        display: inline-block;
        width: 100%;
    }
    .logo-dis {
        padding: 0px 5px;
        width: 100%;
    }
    .logo-dis img {
        margin: 0px 10px;
        max-width: 52px;
    }
    .logo-alan {
        padding: 5px 0px;
    }
    .mac {
        display: block;
    }
    .mkapat {
        display: none;
    }
    .display-close {
        display: none;
    }
    .slider-alt {
        display: none;
    }
    .logo-alan p {
        padding: 10px 5px;
        font-size: 13px;
        text-align: left;
    }
    .header .sosyal-icon {
        display: none;
    }
    .header form {
        width: 100%;
        display: inline-block;
        max-width: inherit;
        margin: 0px;
        padding: 0px 40px;
        margin: 15px 0px;
    }
    header form input {
        width: calc(100% - 60px);
    }
    header .btn-g {
        display: inline-flex;
    }
    .mobil-btn {
        display: inline-block;
        font-size: 25px;
        padding: 35px 15px;
        color: #007bff;
    }
    .header-menu {
        display: none;
    }
    .menu>li {
        width: 100%;
        transition: all 0.6s ease;
    }
    .menu>li>a {
        display: inline-block;
        width: 100%;
        padding: 10px 50px 10px 40px;
        text-align: left;
        color: white !important;
    }
    .anasayfa-slider {
        height: 215px;
    }
    .slider-etiket {
        height: 30px;
        padding: 0px 10px;
    }
    .slider-etiket>div:nth-child(1) {
        height: 7px;
        width: 7px;
    }
    .slider-etiket>div:nth-child(2) {
        font-size: 10px;
    }
    .slider-baslik {
        font-size: 20px;
        width: 100%;
    }
    .slider-altyazi {
        font-size: 12px;
        width: 100%;
    }
    .anasayfa-slider .swipe-slider-arka {
        padding: 10px 15px;
    }
    .mesaj .baslik {
        font-size: 18px;
    }
    .mesaj .aciklama {
        font-size: 13px;
    }
    .bilgi .kartlar {
        margin-top: 10px;
        padding: 0px 0px;
        display: inline-block;
    }
    .bilgi .kartlar li {
        width: 100%;
        display: inline-block;
        height: auto;
    }
    .bilgi .kartlar .active {
        display: inline-block;
        width: 100%;
    }
    .bilgi .kartlar li a {
        padding: 10px 15px;
    }
    .bilgi .kartlar li a .baslik {
        position: initial;
    }
    .bilgi .kartlar li a .aciklama {
        position: initial;
    }
    .haber-block {
        display: inline-block;
        padding: 5px 15px;
    }
    .haber-block .haber-gorsel {
        width: 100%;
        display: inline-block;
        height: 150px;
    }
    .haber-block .haber-detay {
        display: inline-block;
        width: 100%;
        padding: 0px;
    }
    .haber-block .haber-tarih {
        text-align: left;
    }
    .bilgi {
        position: relative;
        overflow: hidden;
    }
    .bilgi .reklam-alan .reklam-baslik {
        font-size: 17px;
        width: 75%;
        margin-bottom: 5px;
    }
    .bilgi .reklam-alan .reklam-aciklama {
        width: 75%;
        font-size: 16px;
        margin-bottom: 5px;
    }
    .bilgi .reklam-alan .reklam-btn-indir {
        margin-bottom: 5px;
    }
    .banner {
        height: 70px;
    }
    #datetimepicker12>div {
        width: 100%;
    }
    .datetime {
        padding: 20px 10px;
    }
    .logolar-slider .logolar-navigation {
        display: none;
    }
    .logolar {
        padding: 20px 0px;
    }
    .logolar .logolar-slider a {
        padding: 70px 0px;
    }
    footer {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    footer .footer-menus {
        padding-top: 0px;
        margin-bottom: 15px;
    }
    .padding-140 {
        padding: 0px;
    }
    footer .sosyal {
        text-align: center;
    }
    footer .logo-alan2 p {
        font-size: 14px;
        padding: 10px 10px;
        max-width: 150px;
        text-align: right;
    }
    .footer-alt-dis {
        text-align: center;
        display: inline-block;
    }
    .footer-alt .logo {
        margin-bottom: 15px;
        text-align: center;
    }
    .footer-alt .aciklama {
        padding: 0px 10px;
    }
    footer .logo-alan2 {
        width: 100%;
        text-align: center;
    }
}

@media only screen and (min-width: 480px) and (max-width:767px) {
    .display-close {
        display: none;
    }
    .slider-alt {
        display: none;
    }
    .logo-alan p {
        padding: 17px 15px;
        font-size: 15px;
    }
    .header .sosyal-icon {
        display: none;
    }
    .header form {
        width: 100%;
        display: inline-block;
        max-width: inherit;
        margin: 0px;
    }
    header form input {
        width: calc(100% - 60px);
    }
    header .btn-g {
        display: inline-flex;
        width: 100%;
    }
    .logo-dis {
        width: 100%;
    }
    .mobil-btn {
        display: inline-block;
        font-size: 25px;
        padding: 35px 10px;
        color: #007bff;
    }
    .header-menu {
        position: relative;
    }
    .menu {
        position: absolute;
        z-index: 999;
        right: 0px;
        left: 0px;
        top: -20px;
        padding: 10px 0px;
        background-color: #007bff;
    }
    .menu>li {
        width: 100%;
    }
    .menu>li>a {
        display: inline-block;
        width: 100%;
        padding: 10px 25px;
        text-align: left;
    }
    .anasayfa-slider {
        height: 325px;
    }
    .slider-etiket {
        height: 30px;
        padding: 0px 10px;
        margin-bottom: 10px;
    }
    .slider-etiket>div:nth-child(1) {
        height: 10px;
        width: 10px;
    }
    .slider-etiket>div:nth-child(2) {
        font-size: 14px;
    }
    .slider-baslik {
        font-size: 23px;
        width: 60%;
        margin-bottom: 10px;
    }
    .slider-altyazi {
        font-size: 13px;
        width: 60%;
        margin-bottom: 10px;
    }
    .anasayfa-slider .swipe-slider-arka {
        background: #292b2d87;
        padding: 10px 15px;
    }
    .mesaj .baslik {
        font-size: 18px;
    }
    .mesaj .aciklama {
        font-size: 13px;
    }
    .bilgi .kartlar {
        margin-top: 10px;
        padding: 0px 0px;
        display: inline-block;
    }
    .bilgi .kartlar li {
        width: 100%;
        display: inline-block;
        height: auto;
    }
    .bilgi .kartlar .active {
        display: inline-block;
        width: 100%;
    }
    .bilgi .kartlar li a {
        padding: 10px 15px;
    }
    .bilgi .kartlar li a .baslik {
        position: initial;
    }
    .bilgi .kartlar li a .aciklama {
        position: initial;
    }
    .haber-block {
        display: inline-block;
        padding: 5px 15px;
    }
    .haber-block .haber-gorsel {
        width: 100%;
        display: inline-block;
        height: 240px;
    }
    .haber-block .haber-detay {
        display: inline-block;
        width: 100%;
        padding: 0px;
    }
    .haber-block .haber-tarih {
        text-align: left;
    }
    .bilgi {
        position: relative;
        overflow: hidden;
    }
    .bilgi .reklam-alan .reklam-baslik {
        font-size: 21px;
        width: 75%;
        margin-bottom: 5px;
    }
    .bilgi .reklam-alan .reklam-aciklama {
        width: 75%;
        font-size: 19px;
        margin-bottom: 5px;
    }
    .bilgi .reklam-alan .reklam-btn-indir {
        margin-bottom: 5px;
    }
    .banner {
        height: 100px;
    }
    #datetimepicker12>div {
        width: 100%;
        text-align: center;
        padding: 30px 70px;
    }
    .datetime {
        padding: 20px 10px;
    }
    .logolar-slider .logolar-navigation {
        display: none;
    }
    .logolar {
        padding: 20px 0px;
    }
    .logolar .logolar-slider a {
        padding: 70px 0px;
    }
    footer {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    footer .footer-menus {
        padding-top: 0px;
        margin-bottom: 15px;
    }
    .padding-140 {
        padding: 0px;
    }
    footer .sosyal {
        text-align: center;
    }
    footer .logo-alan2 p {
        font-size: 14px;
        padding: 10px 10px;
    }
    .footer-alt-dis {
        text-align: center;
        display: inline-block;
    }
    .footer-alt .logo {
        margin-bottom: 15px;
        text-align: center;
    }
    .footer-alt .aciklama {
        padding: 0px 10px;
    }
    footer .logo-alan2 {
        padding: 0px 30px;
    }
    .mesaj .baslik span {
        display: inline-block;
        width: 100%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .display-close {
        display: none;
    }
    .slider-alt {
        display: none;
    }
    .logo-alan p {
        padding: 17px 15px;
        font-size: 15px;
    }
    .header .sosyal-icon {
        display: none;
    }
    .header form {
        width: 100%;
        display: inline-block;
        max-width: inherit;
        margin: 0px;
    }
    header form input {
        width: calc(100% - 60px);
    }
    header .btn-g {
        display: inline-flex;
        width: 100%;
    }
    .logo-dis {
        width: 100%;
    }
    .mobil-btn {
        display: inline-block;
        font-size: 25px;
        padding: 35px 10px;
        color: #007bff;
    }
    .header-menu {
        position: relative;
    }
    .menu {
        position: absolute;
        z-index: 999;
        right: -30px;
        left: -30px;
        top: -20px;
        padding: 10px 0px;
        background-color: #007bff;
        width: auto;
    }
    .menu>li {
        width: 100%;
    }
    .menu>li>a {
        display: inline-block;
        width: 100%;
        padding: 10px 25px;
        text-align: left;
    }
    .anasayfa-slider {
        height: 325px;
    }
    .slider-etiket {
        height: 30px;
        padding: 0px 10px;
        margin-bottom: 10px;
    }
    .slider-etiket>div:nth-child(1) {
        height: 10px;
        width: 10px;
    }
    .slider-etiket>div:nth-child(2) {
        font-size: 14px;
    }
    .slider-baslik {
        font-size: 23px;
        width: 60%;
        margin-bottom: 10px;
    }
    .slider-altyazi {
        font-size: 13px;
        width: 60%;
        margin-bottom: 10px;
    }
    .anasayfa-slider .swipe-slider-arka {
        background: #292b2d87;
        padding: 10px 15px;
    }
    .mesaj .baslik {
        font-size: 12px;
        line-height: 15px;
    }
    .mesaj .aciklama {
        font-size: 10px;
    }
    .bilgi .kartlar {
        margin-top: 10px;
        padding: 0px 0px;
        display: inline-block;
    }
    .bilgi .kartlar li {
        width: 100%;
        display: inline-block;
        height: auto;
    }
    .bilgi .kartlar .active {
        display: inline-block;
        width: 100%;
    }
    .bilgi .kartlar li a {
        padding: 10px 15px;
    }
    .bilgi .kartlar li a .baslik {
        position: initial;
    }
    .bilgi .kartlar li a .aciklama {
        position: initial;
    }
    .haber-block {
        display: inline-block;
        padding: 5px 15px;
    }
    .haber-block .haber-gorsel {
        width: 100%;
        display: inline-block;
        height: 160px;
    }
    .haber-block .haber-detay {
        display: inline-block;
        width: 100%;
        padding: 0px;
    }
    .haber-block .haber-tarih {
        text-align: left;
    }
    .bilgi {
        position: relative;
        overflow: hidden;
    }
    .bilgi .reklam-alan .reklam-baslik {
        font-size: 21px;
        width: 75%;
        margin-bottom: 5px;
    }
    .bilgi .reklam-alan .reklam-aciklama {
        width: 75%;
        font-size: 19px;
        margin-bottom: 5px;
    }
    .bilgi .reklam-alan .reklam-btn-indir {
        margin-bottom: 5px;
    }
    .banner {
        height: 100px;
    }
    #datetimepicker12>div {
        width: 100%;
        text-align: center;
        padding: 30px 70px;
    }
    .datetime {
        padding: 20px 10px;
    }
    .logolar-slider .logolar-navigation {
        display: none;
    }
    .logolar {
        padding: 20px 0px;
    }
    .logolar .logolar-slider a {
        padding: 70px 0px;
    }
    footer {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    footer .footer-menus {
        padding-top: 0px;
        margin-bottom: 15px;
    }
    .padding-140 {
        padding: 0px;
    }
    footer .sosyal {
        text-align: center;
    }
    footer .logo-alan2 p {
        font-size: 14px;
        padding: 10px 10px;
    }
    .footer-alt-dis {
        text-align: center;
        display: inline-block;
    }
    .footer-alt .logo {
        margin-bottom: 15px;
        text-align: center;
    }
    .footer-alt .aciklama {
        padding: 0px 10px;
    }
    footer .logo-alan2 {
        padding: 0px 30px;
    }
    .mesaj .baslik span {
        display: inline-block;
        width: 100%;
    }
    .mesaj .gorsel {
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
        height: 95px;
    }
    .mesaj .btn-sp3 {
        font-size: 14px;
    }
    .datepicker table {
        display: inline-block;
    }
    .datepicker {
        text-align: center;
    }
}

@media only screen and (min-width: 992px) and (max-width:1199px) {
    .anasayfa-slider {
        height: 325px;
    }
    .slider-etiket {
        height: 30px;
        padding: 0px 10px;
        margin-bottom: 10px;
    }
    .slider-etiket>div:nth-child(1) {
        height: 10px;
        width: 10px;
    }
    .slider-etiket>div:nth-child(2) {
        font-size: 14px;
    }
    .slider-baslik {
        font-size: 23px;
        width: 60%;
        margin-bottom: 10px;
    }
    .slider-altyazi {
        font-size: 13px;
        width: 60%;
        margin-bottom: 10px;
    }
    .anasayfa-slider .swipe-slider-arka {
        background: #292b2d87;
        padding: 10px 15px;
    }
    .mesaj .baslik {
        font-size: 12px;
        line-height: 15px;
    }
    .mesaj .aciklama {
        font-size: 10px;
    }
    .bilgi .kartlar {
        margin-top: 10px;
        padding: 0px 0px;
        display: inline-block;
    }
    .bilgi .kartlar li {
        width: 100%;
        display: inline-block;
        height: auto;
    }
    .bilgi .kartlar .active {
        display: inline-block;
        width: 100%;
    }
    .bilgi .kartlar li a {
        padding: 10px 15px;
    }
    .bilgi .kartlar li a .baslik {
        position: initial;
    }
    .bilgi .kartlar li a .aciklama {
        position: initial;
    }
    .haber-block {
        padding: 5px 15px;
    }
    .haber-block .haber-gorsel {
        display: inline-block;
        height: 145px;
    }
    .haber-block .haber-detay {
        display: inline-block;
    }
    .haber-block .haber-tarih {
        text-align: left;
    }
    .bilgi {
        position: relative;
        overflow: hidden;
    }
    .bilgi .reklam-alan .reklam-baslik {
        font-size: 17px;
        width: 75%;
        margin-bottom: 5px;
    }
    .bilgi .reklam-alan .reklam-aciklama {
        width: 75%;
        font-size: 15px;
        margin-bottom: 5px;
    }
    .bilgi .reklam-alan .reklam-btn-indir {
        margin-bottom: 5px;
    }
    .banner {
        height: 100px;
    }
    #datetimepicker12>div {
        width: 100%;
        text-align: center;
        padding: 30px 10px;
    }
    .datetime {
        padding: 20px 10px;
    }
    .logolar-slider .logolar-navigation {
        display: none;
    }
    .logolar {
        padding: 20px 0px;
    }
    .logolar .logolar-slider a {
        padding: 70px 0px;
    }
    footer {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    footer .footer-menus {
        padding-top: 0px;
        margin-bottom: 15px;
    }
    .padding-140 {
        padding: 0px;
    }
    footer .sosyal {
        text-align: center;
    }
    footer .logo-alan2 p {
        font-size: 14px;
        padding: 10px 10px;
    }
    .footer-alt .logo {
        margin-bottom: 15px;
        text-align: center;
    }
    .footer-alt .aciklama {
        padding: 0px 10px;
    }
    footer .logo-alan2 {
        padding: 0px 30px;
    }
    .mesaj .baslik span {
        display: inline-block;
        width: 100%;
    }
    .mesaj .gorsel {
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
        height: 95px;
    }
    .mesaj .btn-sp3 {
        font-size: 14px;
    }
    .datepicker table {
        display: inline-block;
    }
    .datepicker {
        text-align: center;
    }
    .menu>li>a {
        padding: 23px 18px;
        font-size: 14px;
    }
    header form {
        max-width: 225px;
    }
    .header .btn {
        font-size: 12px;
    }
    .logo-alan {
        font-size: 15px;
    }
    .header .sosyal-icon {
        display: none;
    }
    #anasayfa-pagination .swiper-pagination-bullet {
        padding: 15px 10px;
    }
    .slider-alt .btn-area a {
        padding: 5px 7px !important;
        font-size: 16px !important;
    }
    .slider-alt {
        min-height: 50px;
    }
}

@media only screen and (min-width: 1200px) {}

.calendar td {
    padding: 0;
}

.calendar thead {
    font-size: .9em;
    font-weight: 500;
}

.calendar .day.old-has-event:after {
    content: '';
    position: absolute;
    top: calc(50% + .6em);
    left: calc(50% - 2px);
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #ff002e;
}

.calendar .day.old-has-event {
    border: 1px solid #ff0029;
}

.calendar .day.old-has-event:hover {
    background-color: #007bff;
    color: white;
}


/*.calendar .event-container .close {*/


/*    position: absolute;*/


/*    bottom: 0;*/


/*}*/


/*#script-warning {*/


/*    display: none;*/


/*    background: #eee;*/


/*    border-bottom: 1px solid #ddd;*/


/*    padding: 0 10px;*/


/*    line-height: 40px;*/


/*    text-align: center;*/


/*    font-weight: bold;*/


/*    font-size: 12px;*/


/*    color: red;*/


/*}*/


/*#loading {*/


/*    display: none;*/


/*    position: absolute;*/


/*    top: 10px;*/


/*    right: 10px;*/


/*}*/


/*#calendar {*/


/*    max-width: 900px;*/


/*    margin: 40px auto;*/


/*    padding: 0 10px;*/


/*}*/

.arama-dis {
    display: inline-block;
    width: 100%;
    /*background-image: url('../img/haberler-arka.jpg');*/
    /*background-repeat: repeat-y;*/
    /*background-size: cover;*/
    padding: 50px 0px;
}

.arama-dis .arkarenk {
    background-color: white;
    box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    padding: 16px;
}

.arama-dis .anabaslik {
    display: inline-block;
    width: 100%;
    text-align: center;
    padding: 15px 0px 15px 0px;
    font-size: 25px;
    color: #ffffff;
    font-weight: bold;
    background-color: #3c5085;
    margin-bottom: 10px;
    margin-top: 10px;
    border-radius: 5px;
}

.arama-dis .arama-content {
    width: 100%;
    padding: 20px 20px;
    margin-bottom: 10px;
    font-size: 14px
}

.arama-dis .arama-content .list-group a h5 {
    font-size: 16px
}

.arama-dis .arama-content .list-group a p {
    font-size: 12px
}

.arama-dis .arama-content .list-group a:hover {
    background-color: #3c5085;
    color: white;
}
.haber-resmi{
    width: 210px;
    object-fit: cover;
    height: 150px;
}
.evrak-list{
    padding: 10px;
}
.evrak-liste{
margin-left: 6px;
border: 1px solid #e1edf2;
margin-top: 7px;
    background: #e1edf217;
padding: 15px;}
.evrak-liste li{
    color: #00838d;
    margin-top: 8px;
    padding: 10px;
    background: #fff;
    list-style:none;

}
.evrak-liste ul li i{
    font-size: 22px;
    color: #f86815;
}
.evrak-baslik{
    text-align: center;
    color: #fff;
    padding: 11px;
    margin-left: 5px;
    /* box-shadow: 4px 3px 20px 0px #f86815; */
    font-weight: 600;
    background: #f86815;
}
.evrak-list ul li{
    padding: 10px;
    color: #00838d;
    font-weight: 600;
    list-style: none;
    background: #f3f3f375;
}
.header:before{
    content: '';
    width: 28%;
    background: #fff;
    position: absolute;
    height: 137px;
}
@media only screen and (max-width: 992px) {
    .logolar-sliders {
        position: initial;
        width: calc(100% / 2 - 20px);
        margin: 10px;
    }
    .header>.ara-block>.mobil-menu>.menu>li>ul {
        display: none;
    }
}