﻿.branch-item-container{
    padding-top: 20px;
}
.branch-item {
    padding: 0 0px 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #d8d4d4;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.branch-item-left {
}

.branch-item-left-name {
    font-weight: 500;
    font-size: 18px;
}

.branch-item-left p {
    font-size: 15px;
    margin-bottom: 8px;
    line-height: 25px;
}

.branch-item-right {
    width: 320px;
}

.branch-carousel-inner{
    width: 300px !important;
    height: 200px;
    overflow: hidden;
}

.branchItemCarousalIndicators {
    text-align: center;
}

    .branchItemCarousalIndicators i {
        color: #666;
        font-size: 12px;
        margin: 0px 2px;
    }

        .branchItemCarousalIndicators i:hover {
            color: #111;
        }

    .branchItemCarousalIndicators .active {
        color: #111;
    }
