.branch-sec-wrapper .modal.show {
    display: flex !important;
}
.branch-sec-wrapper .modal {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.4);
    justify-content: center;
    align-items: center;
}
.branch-member .branch-name {
    font-size: 20px;
    color: #000000;
    text-align: center;
}
.branch-member .branch-name a {
    color: #000000;
}
.branch-member img {
    padding: 5px;
    border: 3px solid transparent;
    transition: all ease-in-out .3s;
    height: 210px;
    width: 100%;
}
.branch-image:hover img {
    border: 3px solid #E2BE5B;
}

.branch-profile-info a {
    color: #000000;
    transition: all ease-in-out .3s;
}
.branch-profile-info a:hover {
    color: #E2BE5B;
}

.branch-sec .row {
    --bs-gutter-y: 25px;
}
.branch-profile-section {
    display: flex;
    align-items: center;
    padding: 20px;
    box-shadow: 0px 2px 6px #0000001F;
    margin-bottom: 20px;
}
.branch-profile-section img {
    width: 95px;
    height: 95px;
}
.branch-profile-section .image-wrapper {
    background-color: #e7e7e7;
    border-radius: 50%;
    overflow: hidden;
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.branch-profile-section .branch-profile-info {
    display: flex;
    align-items: center;
}
.branch-sec-wrapper .modal-dialog {
    max-width: 700px;
}
.branch-sec-wrapper .modal-content {
    width: 650px;
}
.branch-profile-info .name-and-desi {
    padding-left: 15px;
    padding-right: 25px;
    min-width: 210px;
}
.branch-profile-info .name-and-desi h5 {
    margin: 0;
    font-size: 14px;
}
.branch-profile-info .name-and-desi p {
    margin: 0;
    font-size: 12px;
}
.branch-profile-info .branch-whatsapp-icon {
    padding: 0 25px;
    border-right: 1px solid #00000033;
    border-left: 1px solid #00000033;
    margin-right: 25px;
}
html[lang="ar"] .branch-profile-info a
{
    direction: ltr;
}
@media (min-width: 769px) 
{
    html[lang="ar"] .branch-profile-info .branch-whatsapp-icon {
        margin-left: 25px;
    }
}
@media (max-width: 768px) {
    .branch-profile-info .branch-whatsapp-icon {
        padding: 0 5px;
        border-right: none;
        border-left: none;
        margin-right: 0px;
    }
    .branch-profile-info .name-and-desi {
        padding-right: 15px;
    }
    .branch-profile-section .branch-profile-info {
        flex-direction: column;
        text-align: center;
    }
    .branch-profile-section {
        padding: 10px 0;
        margin-bottom: 15px;
        flex-direction: column;
    }
    .branch-sec-wrapper .modal-content {
        width: 325px;
    }
}