#body_en li.contact_address h3.heade_text {
    display: block;
    cursor: pointer;
    position: relative;
    line-height: 26px;
    outline: none;
    color: #888;
    font-size: 14px;
    font-weight: 600;
    background-color: #f6f6f6;
    padding: 10px 16px;
    margin-bottom: 10px;
    margin-top: 0 !important;
}
#body_en .contat_address_heading h3{
    display: block;
    cursor: pointer;
    position: relative;
    line-height: 26px;
    outline: none;
    font-size: 14px;
    font-weight: 600;
    background: #bd3032;
    color: #fff;
    padding: 10px 16px;
    margin-bottom: 10px;
    margin-top: 0 !important;
}

#body_en li.contact_address .heade_text:after{
    content: "+";
    color: #888;
    float: right;
    font-size: 22px;
}
#body_en li.contact_address .heade_text.active:after{
        content: "-";
        color: #fff;
        float: right;
        font-size: 22px;
}
#body_en li.contact_address ul li{
    display: none;
    padding: 5px 17px;
}
#body_en li.contact_address .heade_text.active{
    transition: 1s;
    background: #bd3032;
    color: #fff;
}
#body_en li.contact_address .heade_text.active ~ ul li{
    transition: 1s;
    display: block;
}



#body_ar li.contact_address h3.heade_text {
    display: block;
    cursor: pointer;
    position: relative;
    line-height: 26px;
    outline: none;
    color: #888;
    font-size: 14px;
    font-weight: 600;
    background-color: #f6f6f6;
    padding: 10px 16px;
    margin-bottom: 10px;
    margin-top: 0 !important;
}
#body_ar .contat_address_heading h3{
    display: block;
    cursor: pointer;
    position: relative;
    line-height: 26px;
    outline: none;
    font-size: 14px;
    font-weight: 600;
    background: #bd3032;
    color: #fff;
    padding: 10px 16px;
    margin-bottom: 10px;
    margin-top: 0 !important;
}

#body_ar li.contact_address .heade_text:after{
    content: "+";
    color: #888;
    float: left;
    font-size: 22px;
}
#body_ar li.contact_address .heade_text.active:after{
        content: "-";
        color: #fff;
        float: left;
        font-size: 22px;
}
#body_ar li.contact_address ul li{
    display: none;
    padding: 5px 17px;
}
#body_ar li.contact_address .heade_text.active{
    transition: 1s;
    background: #bd3032;
    color: #fff;
}
#body_ar li.contact_address .heade_text.active ~ ul li{
    transition: 1s;
    display: block;
}

