@media screen and (min-width: 1680px) {}

@media screen and (max-width: 1024px) {
    .languageWrapper:after {
        display: none;
    }
}


@media screen and (max-width: 991px) {
    .socialTop {
        background: #464646;
    }

    .testi_wrapper {
        width: 90%;
    }

    .profileBox {
        margin-bottom: 30px;
        padding: 15px;
        background: #f9f9f9;
    }

    .dealsBoxWrapper {
        height: 100px;
    }

    .footerAddress h4,
    .footerTime h4,
    .footerLink h4 {
        border-bottom: 1px solid #636363;
        margin-bottom: 20px;
        border-top: 1px solid #636363;
        padding-top: 15px;
    }

}

@media screen and (max-width: 768px) {

    .logo_ar,
    .logo_en {
        text-align: center;
        padding-bottom: 15px;
    }

}

@media screen and (max-width: 500px) {
    .founderImg {
        height: auto;
        width: 100%;
        float: left;
        margin-bottom: 20px;
    }
}