

.clear {
    clear: both;
}
.inner-banner.contact::before {
    background: linear-gradient(to top, #000000, #505050);
}
.locations-each {
    width: 100%;
    border: 1px solid #EEEEF0;
    display: flex;
    justify-content: space-between;
    gap: 0;
}
.locations-each > div {
    width: 20%;
    padding: 15px;
    border-right: 1px solid #EEEEF0;
    align-content: center;
    line-height: 26px;
}
.locations-each > div > label{
    display: none;
}
.locations-each > div span {
    width: 50px;
    display: inline-block;
}
.locations-each > div.refcode {
    width: 10%;
    text-align: center;
}
.locations-each > div.locationlink {
    width: 14%;
    text-align: center;
    border-right: none !important;
}
.locations-each.locations-header {
    background: #EEEEF0;
    font-size: 18px;
}
.locations-each.locations-header > div {
    border-right: 1px solid #DDDDDD;
    text-align: left;
    font-weight: 600;
}
.locations-each a {
    color: #325294;
    text-decoration: none;
    font-size: 14px;
    word-wrap: break-word;
}
a.direction_link {
    background-image: url(../images/location-link.svg);
    background-color: #188044;
    color: #fff;
    background-repeat: no-repeat;
    background-position: 14px center;
    padding: 8px 15px 8px 40px;
    border-radius: 26px;
    text-decoration: none;
}
a.direction_link:hover {
    background-color: #000;
}
.locations-each p {
    margin: 0;
}
.locations-each h6 {
    font-weight: 600;
    margin-top: 12px;
    margin-bottom: 10px;
}
ul.location-social.d-flex {
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 3px;
}
.locations-each>div.phone_email > div > a {
    display: block;
}

@media screen and (max-width: 1399px) {
    .locations-each > div.locationlink {
        width: 16%;
    }
    .locations-each > div {
        width: 18%;
    }
}

@media screen and (max-width: 1199px) {
    .locations-each {
        display: block;
        margin-bottom: 10px;
    }
    .locations-each:nth-child(odd) {
        background-color: #f7f7f7;
    }
    .locations-each > div {
        width: 100% !important;
        text-align: left !important;
        display: flex;
        gap: 10px;
        border-bottom: 1px solid #EEEEF0;
    }
    .locations-each > div:last-child {
        border-bottom: 0;
    }
    .locations-each.locations-header {
        display: none;
    }
    .locations-each > div > label {
        display: block;
        font-size: 16px;
        font-weight: 600;
        width: 25%;
        float: left;
    }
    .locations-each > div > div {
        width: 75%;
    }
    .locations-each > div > div a {
        display: block;
    }
    
}



/* Arabic style */
body.rtl p,
body.rtl h6,
body.rtl h5,
body.rtl h4,
body.rtl h3,
body.rtl h2,
body.rtl h1,
body.rtl a,
body.rtl div {
    font-family: Bahij_TheSansArabic-Plain;
}
body.rtl .locations-each > div.locationlink {
    border-right: 1px solid #EEEEF0 !important
}
body.rtl .locations-each.locations-header > div{
    border-right: 1px solid #DDDDDD !important
}
body.rtl .locations-each > div.refcode {
    border-right: none;
}
body.rtl .locations-each.locations-header > div {
    text-align: right;
}
body.rtl .locations-each > div.locationlink{
    text-align: center;
}
@media screen and (max-width: 1199px) {
    body.rtl .locations-each > div {
        text-align: right !important;
    }
}