@font-face {
    font-family: "gess";
    src: url("https://arabia-it.com/apps/fonts/gess-light.ttf");
    font-weight: 300;
    font-display: swap;
}

@font-face {
    font-family: "gess";
    src: url("https://arabia-it.com/apps/fonts/gess-med.ttf");
    font-weight: normal;
    font-display: swap;
}

.download-box {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #fbf5e8;
    padding: 0;
    -webkit-transition: 1s;
    transition: 1s;
}

.download-box:hover {
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
}

.download-box .icon-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.download-box .icon-box .icon {
    background: #5dbcaa;
    width: 60px;
    height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
}

.download-box .icon-box p {
    margin: 0 20px;
}

.download-box .download-btn {
    margin: 0 10px;
}

.download-box .download-btn .btn span {
    margin: 0 25px 0 5px;
    font-size: 14px;
}

.download-box .download-btn .btn img,
.download-box .download-btn .btn svg {
    position: absolute;
    width: 15px;
    height: 15px;
    margin: 0 5px;
    right: 0px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: .3s;
    transition: .3s;
}

.btn-default .btn-svg {
    display: none;
}

.btn-default:hover .btn-img {
    display: none;
}

.btn-default:hover .btn-svg {
    display: block;
}


@media only screen and (max-width: 576px) {
    html[dir="rtl"] .ld-search-form .input-icon {
        right: auto !important;
        left: 0 !important;
    }

    html[dir="ltr"] .ld-search-form .input-icon {
        right: 0 !important;
        left: auto !important;
    }

    .icon-ld-search:before {
        font-size: 28px !important;
        content: "\e92a" !important;
    }

    .MainArticle {
        padding: 1rem !important;
    }

    .btn {
        white-space: nowrap !important;
    }

    .download-box .download-btn .btn span {
        font-size: 12px !important;
    }

    .download-box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 15px;
    }

    .download-box .icon-box {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        flex-direction: column;
    }

    .download-box .icon-box .icon {
        border-radius: 50%;
    }

    .download-box .icon-box p {
        margin: 10px 0;
    }
}

/*# sourceMappingURL=style.css.map */
