#footer_panel,.footer_back_color,.footer_section {
    float: right;
    width: 100%;
    position: relative
}
.footer_links_categories {
    float: right;
    width: 30%;
    margin-left: 5%;
    position:relative;
    z-index:2;
    box-sizing:border-box;
    border-left:1px solid #fff
}
.footer_links_categories:last-child {
    border-left:0px solid #fff
}
.footer_sitemap_links {
    float: right;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, auto);
    column-gap: 25px;
    row-gap: 8px;
    direction: rtl;
    justify-content: space-between;
    align-content: center;
    align-items: center;
}
.footer_sitemap_links .footer_link {
    font-weight: 300;
    text-decoration: none;
    line-height: 1.5em;
    display: inline-block;
}
.footer_sitemap_links br {
    display: none;
}
.footer_links_categories:nth-of-type(3n) {
    float: right;
    width: 30%;
    margin-left: 0
}
.footer_link,.footer_links_categories_title,.footer_media {
    width: 100%;
    margin-bottom: 10px;
    direction: rtl
}
.footer_links_categories_title {
    float: right;
    line-height: 1.2em;
    margin-bottom: 25px;
}
.footer_link {
    float: left;
    font-weight: 300;
    text-decoration: none;
    line-height: 1.5em;
    display:flex;
    align-items: center;
    align-content: center;
}
.footer_link:hover {
    color: #dedede
}
.footer_link i {
    float: right;
    margin-left: 12px;
    margin-right: 0
}
.sub_footer_section {
    width: 100%;
    float: right;
    position: relative;
}
.sub_footer_text_container {
    width: calc(100% - 35px);
    float: right;
    display: table;
    height: 60px
}
.sub_footer_text {
    float: right;
    width: 100%;
    position: relative;
    z-index: 1;
    direction: rtl;
    font-size:14px
}
.sub_footer_credit_icon_container {
    float: left;
    width: 25px;
    display: table;
    height: 60px
}
.sub_footer_credit_icon {
    float: left;
    width: 25px;
    height: 25px;
    z-index: 1;
    text-align: center;
    background-color: #000;
    border-radius: 50%;
    box-sizing: border-box;
    padding: 5px;
    display: inline-flex
}
.sub_footer_logo {
    float: left;
    width: 120px;
    margin-top: 5px;
}
.sub_footer_media_icons_container {
    float: left;
    width: auto;
    margin-top: 5px;
    display: none
}
.sub_footer_media_icon i {
    margin-left: 0!important;
    margin-right: 10px!important;
    font-size: 24px
}
.footer_right {
    float: right;
    width: 630px;
}
.footer_left {
    float: right;
    width: calc(100% - 660px);
    margin-right:0px;
}
.footer_right_logo{
    float: right;
    width: 180px;
    margin-left:30px
}
.footer_info_text {
    float: right;
    width: 230px;
}
.media_section {
    float: right;
    width: 130px;
    box-sizing:border-box;
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    margin-right:30px;
    margin-left:30px;
}
.footer_media_icon {
    float: none;
    width: auto;
    text-align: center;
    text-decoration: none;
    display: flex;
    direction: rtl;
    margin-bottom: 10px;
    align-items: center;
    justify-content: center;
}
.footer_media_icon:hover {
    color: #b75f2f!important
}
.footer_media_icon i {
    font-size: 33px
}
@media (min-width: 1438px) {
.footer_back_color {
    padding-top:100px;
    padding-bottom: 70px;
}
}
@media (max-width: 1439px) and (min-width:769px) {
.footer_back_color {
    padding-top:70px;
    padding-bottom: 70px
}
}
@media (max-width: 768px) and (min-width:319px) {
.footer_back_color {
    padding-top:30px;
    padding-bottom: 30px;
}
.footer_right {
    width: 100%;
}
.footer_left {
    width: 100%;
    margin-right:0px;
}
.footer_right_logo{
    float: right;
    width: 100%;
    margin-left:0px;
    display:flex;
    align-items: center;
    justify-content: center;
    margin-bottom:30px
}
.footer_right_logo img {
    width: 150px;
}
.footer_info_text {
    float: right;
    width: 100%;
    text-align:center!important;
    display:flex;
}
.footer_info_text .fs_p {
    text-align:center!important;
}
.media_section {
    width: 100%;
    border-right: 0px solid #fff;
    border-left: 0px solid #fff;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    margin-right:0px;
    margin-top:30px;
    margin-bottom:30px;
    display:flex!important;
    align-items: center;
    justify-content: center;
}
.footer_media_icon {
    margin-bottom: 0px;
    margin-right: 20px;
    margin-left: 20px;
    align-items: center;
}
.footer_links_categories {
    float: right;
    width: 100%;
    margin-left: 0%;
    position:relative;
    z-index:2;
    margin-bottom:30px;
    border:0
}
.footer_links_categories_title {
    text-align:center
}
.footer_link {
    text-align:center!important;
    display:flex;
    align-items: center;
    justify-content: center;
}
.footer_links_categories:nth-of-type(3n) {
    float: right;
    width: 100%;
    margin-left: 0
}
}
@media (max-width: 320px) {

}
