﻿
.allContactUs {
    margin: 20px;
}

.separator {
    display: flex;
    align-items: center;
    text-align: center;
    margin: 15px 0;
}

    .separator::before, .separator::after {
        content: '';
        flex: 1;
        border-bottom: 1px dotted #555;
    }

    .separator::before {
        margin-right: .25em;
    }

    .separator::after {
        margin-left: .25em;
    }

.contactsett {
    line-height: 2em;
    direction: rtl;
    font-size: 16px;
}

.sitenameSett {
    line-height: 3em;
    direction: rtl;
    font-size: 20px;
    font-weight: bold;
}

.content img {
    width: 30px;
    height: 30px;
    float: right;
}

.container-custom {
    margin-top: 50px;
}

.contactsett i {
    float:right;
    margin-left:5px;
    margin-top:5px;
    font-size:20px;
    font-weight:bold;
}