.tiklaara {
    width: 100%;
    min-height: 40px;
    background-color: #01b700;
    position: fixed;
    bottom: 0;
    text-align: center;
    z-index: 100;
    padding: 0;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol' !important;
}

.tiklaara a {
    font-weight: bold;
    text-align: center;
    font-size: 1.85rem;
    color: #fff;
}

.blinkerservis {
    top: 50%;
    animation-name: blinker;
    animation-duration: 1.5s;
    animation-timing-function: ease-out;
    animation-iteration-count: infinite;
    -webkit-animation-name: blinker;
    -webkit-animation-duration: 1.5s;
    -webkit-animation-timing-function: ease-out;
    -webkit-animation-iteration-count: infinite;
}

.gizlen {
    visibility: hidden;
}

@media (max-width: 768px) {
    .gizlen {
        visibility: visible;
    }
}

@-moz-keyframes blinker {

    /* Decimal not necessary, 0 and 1 is enough */
    0% {
        opacity: 1.0;
    }

    50% {
        opacity: 0.2;
    }

    100% {
        opacity: 1.0;
    }
}

@-webkit-keyframes blinker {
    0% {
        opacity: 1.0;
    }

    50% {
        opacity: 0.2;
    }

    100% {
        opacity: 1.0;
    }
}

@keyframes blinker {
    0% {
        opacity: 1.0;
    }

    50% {
        opacity: 0.2;
    }

    100% {
        opacity: 1.0;
    }
}

.space-1b {
    padding-top: 2rem !important;
}

.sb-footer {
    padding: 10px 0;
    background: #f1f1f1;
}

.sb-footer .list-inline-item:not(:last-child) {
    border-right: 1px solid #dbdbdb;
}

.width-90 {
    width: 6.625rem;
}

.width-70 {
    width: 6.375rem;
}

table>tbody>tr:nth-of-type(2n+1),
.subpage .table-striped>tbody>tr:nth-of-type(2n+1) {
    background-color: #e8f1f8;
}

.footer .mb-xl-4,
.my-xl-4 {
    margin-bottom: 0.5rem !important;
}

.list-group-flush .list-group-item:last-child {
    font-size: 13px;
}

table {
    border-collapse: collapse;
    width: 100%;
}

.footer-img {
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
}

.footer-text {
    line-height: 1.2;
    font-size: small;
}

.footer .col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto,
.col-wd-1,
.col-wd-2,
.col-wd-3,
.col-wd-4,
.col-wd-5,
.col-wd-6,
.col-wd-7,
.col-wd-8,
.col-wd-9,
.col-wd-10,
.col-wd-11,
.col-wd-12,
.col-wd,
.col-wd-auto {
    padding-right: 5px;
    padding-left: 5px;
}

.list-group-flush:last-child .list-group-item:last-child {
    margin-bottom: 0;
    border-bottom: 0;
    font-size: 13px;
}

.floatleft {
    float: left;
}

.sb-border {
    background-color: #ffffff;
    padding: 20px 15px;
    margin-bottom: 15px;
    border-style: solid;
    border-width: 2px;
    border-color: transparent;
    border-radius: 5px;
    box-shadow: 0px 8px 35px 0px rgb(0 0 0 / 5%);
    min-height: 352px;
}

.sb-border:hover {
    border-style: solid;
    border-color: #00467a;
    transition: all 220ms ease-in-out, color 1ms;
    cursor: pointer;
}

.sb-border2 {
    background-color: #ffffff;
    padding: 3%;
    margin-bottom: 5px;
    border-style: solid;
    border-width: 2px;
    border-color: transparent;
    border-radius: 5px;
    /*box-shadow: 0px 8px 35px 0px rgb(0 0 0 / 5%);*/
}

.sb-border:hover2 {
    border-style: solid;
    border-color: #00467a;
    transition: all 220ms ease-in-out, color 1ms;
    cursor: pointer;
}

@media (max-width: 768px) {

    .space-1,
    .space-bottom-1 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }

    .footer .col-6 {
        padding-right: 0px;
        padding-left: 0px;
    }

    .footer .mb-6,
    .my-6 {
        margin-bottom: 1rem !important;
    }

    .footer .space-1,
    .space-bottom-1 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }
    .sb-footer {
        margin-bottom: 40px !important;
    }
    .sb-footer .pb-3,
    .py-3 {
        padding-bottom: 0rem !important;
    }

    .space-1b {
        padding-top: 1rem !important;
    }

    .space-1b .container {
        width: 100%;
        padding-right: 0;
        padding-left: 0;
        margin-right: auto;
        margin-left: auto;
    }

    .space-1b .col-lg-12 {
        text-align: justify;
    }

    .space-1b .footer-img {
        text-align: center;
        margin-bottom: 5px;
    }

    .hakkimizda {
        margin: 0 15px;
    }

    .section-title {
        font-size: 1.5rem !important;
    }

    .footer .col-1,
    .col-2,
    .col-3,
    .col-4,
    .col-5,
    .col-6,
    .col-7,
    .col-8,
    .col-9,
    .col-10,
    .col-11,
    .col-12,
    .col,
    .col-auto,
    .col-sm-1,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-sm,
    .col-sm-auto,
    .col-md-1,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-md,
    .col-md-auto,
    .col-lg-1,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12,
    .col-lg,
    .col-lg-auto,
    .col-xl-1,
    .col-xl-2,
    .col-xl-3,
    .col-xl-4,
    .col-xl-5,
    .col-xl-6,
    .col-xl-7,
    .col-xl-8,
    .col-xl-9,
    .col-xl-10,
    .col-xl-11,
    .col-xl-12,
    .col-xl,
    .col-xl-auto,
    .col-wd-1,
    .col-wd-2,
    .col-wd-3,
    .col-wd-4,
    .col-wd-5,
    .col-wd-6,
    .col-wd-7,
    .col-wd-8,
    .col-wd-9,
    .col-wd-10,
    .col-wd-11,
    .col-wd-12,
    .col-wd,
    .col-wd-auto {
        padding-right: 15px;
        padding-left: 15px;
    }
}