﻿
.footer-background {
    background: #F6F1EB;
}
.footer-style {
    direction: rtl;
    margin-top: auto !important;
    margin-bottom: 0px !important;
    padding-top: 30px !important;
 }
.col-address p {
    margin-bottom: 0;
}
.socials-footer a {
    margin-left: 2%
}
.bug {
    margin-top: 20px;
    display: flex;
    gap: 40px;
}
.bugTag {
    color: #5E673C !important;
    border-bottom: 1px solid #5E673C;
    padding-bottom: 8px
}
@media(max-width: 768px) {
    .e-footer {
        display: flex;
        justify-content: center;
    }
    .bug {
        justify-content: center;
        margin-bottom: 15px;
    }
}
@media(max-width: 575px) {
    .col-address {
        display: flex;
        justify-content: center;
        text-align: center;
        font-size: 1rem
    }
}
.col-address a {
    font-weight: normal !important
}
.col-address span, .col-address p {
    font-size: 13px;
    line-height: 24px;
    font-weight: 400;
}
#facebook-01:hover {
    fill: #4267B2;
}
#Path_5:hover {
    fill: #3c3c3c;
}
span, p {
    color: #262626;
}
.copyright-p {
    text-align: center;
    opacity: .8
}
@media(max-width:480px) {
    .copyright-p {
        font-size: 1rem !important;
    }

}
