﻿.short-text {
    max-width: 700px; /* Yazı genişliğini sınırla */
    margin: 0 auto; /* Ortala */
    line-height: 1.6; /* Okunabilirlik için satır aralığı */
    padding: 0 10px; /* Kenarlardan boşluk bırak */
    text-align: center; /* Ortalı görünüm */
}

.img_section {
    transform: scale(1);
    transition: .3s ease-in-out;
}

    .img_section:hover {
        transform: scale(1.1);
    }

.branch-section {
    height: 155px;
}

.branch-tab {
    position: relative;
    margin-top: -35px;
    z-index: 30;
}

    .branch-tab .branch-list {
        width: 100%;
        margin: 0 auto;
    }

.coll-group {
    display: table;
}

.branch-tab .branch-list .branch-item {
    position: relative;
    float: left;
    width: 21.1%;
    padding: 0 8px;
    cursor: default;
}

.coll-group.middle .coll {
    vertical-align: middle;
}

.coll-group .coll {
    display: table-cell;
    vertical-align: top;
}

.branch-tab .branch-list .branch-box {
    height: 155px;
    width: 100%;
    border-radius: 10px;
    background-color: #fff;
    border-radius: 7px;
    box-shadow: 0 1px 10px 0 rgb(0 0 0 / 10%);
}

.branch-tab .branch-list .head {
    position: relative;
    height: 100%;
    padding: 12px 0;
    display: block;
}

    .branch-tab .branch-list .head .branch-imgds {
        font-size: 12px;
        color: #0086cd;
        font-weight: 400;
        display: block;
        height: 47px;
    }

    .branch-tab .branch-list .head .BrancTitle {
        margin: 0;
        padding: 14px 0 0 0;
        line-height: 1.2;
    }

.branch-tab .branch-list .branch-link {
    position: absolute;
    left: 0;
    bottom: 0px;
     width: 100%; 
    font-size: 12px;
}

.branch-tab .branch-list .head i.material-icons {
    font-size: 12px;
    border-radius: 12px;
    border: solid .5px #0086cd;
    max-width: 13px;
    min-width: 13px;
}

.branch-tab .branch-list .head i.mobile-icon {
    width: 27px;
    height: 27px;
    font-size: 17px;
    border-radius: 50%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
}

.branch-tab .branch-list .head i {
    position: unset;
    top: unset;
    right: unset;
    color: unset;
    transform: translateY(9%);
}

.only-mobile-flex {
    display: none !important;
}

.branch-tab .branch-list .branch-itemRenewal {
    position: relative;
    right: 5px;
    width: 55.8%;
    box-shadow: 0 1px 10px rgb(0 0 0 / 10%);
    border-radius: 7px;
    float: right;
    cursor: default;
}

.coll-group.middle .coll {
    vertical-align: middle;
}

.coll-group .coll {
    display: table-cell;
    vertical-align: top;
}

.branch-tab .branch-list .branch-boxRenewal {
    height: 155px;
    width: 100%;
    padding: 14px;
    border-radius: 7px;
    background-color: #fff;
}

.branch-tab .branch-list .branch-itemRenewalLeft {
    font-size: 14px;
    font-weight: bold;
    line-height: 21px;
    margin-bottom: 5px;
}

.branch-tab .branch-list .branch-itemRenewaltxt {
    font-size: 12px;
}

.branch-tab .branch-list .branch-itemRenewalLink {
    font-size: 12px;
    cursor: pointer;
    padding-top: 5px;
}

.branch-tab .branch-list .branch-itemRenewalRight {
    position: absolute;
    height: 38px;
    right: 14px;
    top: 12px;
    z-index:30;
}
.btn-sm {
    padding: 7px 17px 6px 14px !important;
}
.btn-circle {
    width: 30px;
    height: 30px;
    padding: 6px 0px;
    border-radius: 15px;
    text-align: center;
    font-size: 12px;
    line-height: 1.42857;
}


@media screen and (max-width: 767px) {
    .branch-tab .branch-list .branch-item {
        position: relative;
        float: left;
        width: 47.1%;
        padding: 0 8px;
        cursor: default;
    }
   
}

@media screen and (max-width: 500px) {
    .branch-tab {
        position: relative;
        margin-top: -50px;
        z-index: 30;
    }
    .c-content-title-1 > h3 {
        font-size: 17px;
        color: #3f444a;
        font-weight: 500;
        margin: 0 0 30px 0;
    }
}

@media screen and (min-width: 501px) and (max-width: 766px) {
    .branch-tab {
        position: relative;
        margin-top: -140px;
    }
}