.textArabic {
    text-align: right;
}

.depart-box {
    width: 250px;
    height: 320px;
    background-color: #ffffff;
    box-shadow: 2px 2px 8px #ffffff;
    transition: all ease-in-out .5s;
    position: relative;
    margin-top: 0px;
    border-radius: 0px;
}

.clearfix::after {
    content: "";
    display: table;
    clear: both;
}

.item-container {
    display: flex;
    /* flex-direction: column; */
    align-items: center;
}

.Doc-detials {
    width: 100%;
    align-items: left;
    width: 350px;
    margin-left: 50px;
}

.Btn-Next {
    width: 50%;
    border-radius: 5px;
    text-decoration: none !important;
    text-align: center;
}

.Doc-Name {
    font-size: 18px;
}

.page-pagination {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-top: 100px;
    border: white !important;
}

    .page-pagination a.active {
        background-color: #D9902E;
        color: white;
        padding: 10px 16px;
    }

    .page-pagination a {
        color: black;
        padding: 4px 4px;
        text-decoration: none !important;
    }

.Pre-btn-div {
    width: 20%;
    padding: 10px;
    text-align: center;
    border-left: none !important;
    border-bottom: none !important;
    border-top: none !important;
    border-right: white !important;
}

.Next-btn-Div {
    width: 20%;
    padding: 10px;
    text-align: center;
    border-bottom: none !important;
    border-right: none !important;
    border-top: none !important;
    border-left: white !important;
}

.deparments-box-div {
    width: 90% !important;
}

.bookBtn {
    width: 40px !important;
    margin-right: 10px !important;
    margin-top: 10px !important;
    margin-bottom: 10px !important;
    text-align: center !important;
    justify-content: center !important;
    display: flex !important;
}

.rotateBtnAr {
    display: inline-block;
    transform: rotate(-90deg);
    transform-origin: center;
    white-space: nowrap;
    text-orientation: upright;
}


.doc-Description {
    max-width: 300px;
    text-align: left;
    width: 100%;
    font-size: 12px;
}

.depart-Name {
    color: #D9902E;
    margin-top: 15px;
}

.bookBtn {
    margin-right: 10px !important;
    margin-top: 10px !important;
    margin-bottom: 10px !important;
    text-align: center !important;
    justify-content: center !important;
    display: flex !important;
}

.bookBtnEn {
    width: 40px !important;
    margin-right: 10px !important;
    margin-top: 10px !important;
    margin-bottom: 10px !important;
    text-align: center !important;
    justify-content: center !important;
    display: flex !important;
    margin-left: 80px;
}

@media screen and (max-width: 1400px) {


    .depart-box {
        width: 107px;
        height: 120px !important;
    }

    .bookBtnEn {
        width: 40px !important;
        margin-right: 10px !important;
        margin-top: 10px !important;
        margin-bottom: 10px !important;
        text-align: center !important;
        justify-content: center !important;
        display: flex !important;
        height: 100px;
        font-size: 6px !important;
    }


    .item-container {
        box-shadow: 2px 2px 8px lightgrey;
        transition: all ease-in-out .5s;
        width: 450px !important;
        height: 120px;
        /*max-width: 650px;*/
    }

    .depart-box {
        width: 107px !important;
        height: 120px !important;
    }

    .DocName-Ar {
        max-width: 300px !important;
    }

    .Doc-detials {
        width: 100%;
        margin-left: -95px !important;
        margin-right: 0px;
        padding-right: 10px;
    }

    .BtnBookNowArMobile {
        margin-left: -25px;
    }

    .Doc-detials {
        width: 100%;
        align-items: left;
        width: 300px;
        margin-left: 10px !important;
    }
}

@media screen and (max-width: 450px) {
    .item-container {
        width: 300px !important;
        height: 120px;
    }

    .divBookBtn {
        margin-left: -5px !important;
    }

    .Doc-detials {
        width: 100%;
        align-items: left;
        width: 300px !important;
        margin-left: 50px !important;
    }

    .bookBtnEn {
        height: 100px !important;
        font-size: 6px !important;
    }
}

@media screen and (max-width: 360px) {
}
