.doctorText-container {
    position: absolute;
    top: 4%;
    right: 0px;
    padding: 10px;
    text-align: left;
    left: 50% !important;
    font-size: 18px;
}

.doctorTitleProfile {
    text-align: left;
    /*padding-top: 60px;*/
}

.doctorDescription {
    color: #D9902E;
    margin-top: 15px;
    /*width: 300px;*/ /**Todo : check */
    font-size: 18px;
    text-align: left;
}

.readMoreClass {
    text-align: right !important;
    color: #070761;
    text-decoration: none;
    font-weight: bolder;
    font-size: 15px;
}



.All-Doc-div {
    width: 100%;
    text-align: center;
    margin-top: 30px;
}


.Doctor-heading {
    font-size: 40px;
    color: #070761;
    font-family: 'Cormorant Garamond', serif;
}


.ED-Text {
    color: rgb(92, 92, 92);
    font-size: 20px;
    margin-top: 25px !important;
    margin-bottom: 5px;
}

.Depart-Select {
    width: 65%;
    padding: 10px;
    margin: 5px auto 20px auto;
    background-color: #f7f7f7;
    box-shadow: 0px 5px 10px lightgray;
    border: none;
    padding: 12px 5px;
}

.Doctor-List-Div {
    width: 80%;
    margin: auto;
    display: flex;
    flex-direction: column;
    margin-top: 100px;
}

.Doctor-div-1 {
    width: 80%;
    margin: auto;
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 60px;
    margin-bottom: 50px;
}

.Doc-Img-Div {
    width: 40%;
}

.doc-img {
    width: 350px;
    height: 400px;
    /*box-shadow: 0px 5px 10px gray;*/
}

.Doc-detials {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 50%;
}

.Doc-Name {
    font-size: 25px;
    color: #070761;
    font-family: 'Times New Roman', Times, serif;
    margin: 0px;
}
/* .Footer-main-Div {
    position: relative;
} */
.depart-Name {
    color: #D9902E;
    font-size: 14px;
    margin-top: 15px;
}

.Doc-Booking-Bt {
    font-size: 14px;
    text-align: left;
    margin: 0;
    width: 80%;
}


.translated-rtl .doc-Description {
    font-size: 14px;
    /*text-align: right;
     margin-top: 15px; */
    width: 100%;
}

.Doc-Booking-Btn {
    color: #D9902E !important;
    font-size: 14px;
    background: transparent;
    margin-top: 15px;
    border: none;
    width: fit-content;
    padding: 0;
    text-decoration: underline !important;
    outline-style: none;
}

.Doc-Guest-Btn {
    color: #D9902E !important;
    font-size: 14px;
    background: transparent;
    border: none;
    width: fit-content;
    padding: 0;
    text-decoration: underline !important;
    outline-style: none;
    transition: 1s;
    position: relative;
    cursor: pointer;
}

a.Doc-Guest-Btn:hover > .testimonies-area {
    display: block;
}

.Doc-detials .Doc-Guest-Btn {
    text-decoration: none !important;
}

    .Doc-detials .Doc-Guest-Btn .desc-testi {
        color: black;
    }

.testimonies-area {
    width: 30rem;
    padding: 1rem;
    text-align: center;
    display: none;
    background-color: #fff;
    box-shadow: 0 5px 10px rgb(194, 192, 192);
    border-radius: 10px;
    position: absolute;
    z-index: 9999;
}

    .testimonies-area .top-sec {
        margin-bottom: 1rem;
        color: #070761;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

        .testimonies-area .top-sec img {
            width: 7rem;
        }

    .testimonies-area .stars {
        color: #D9902E !important;
    }

.LM-Btn {
    text-decoration: underline !important;
    color: #D9902E;
    background: transparent;
    border: none;
    width: fit-content;
    padding: 0;
    margin: 0px auto;
    margin-bottom: 3rem;
}

/*.divBookBtn {
    margin-left: -85px !important;
}*/

.doc-DescriptionDoctorCard {
    max-width: 260px;
    text-align: left;
    width: 100%;
    font-size: 12px;
}

.Doc-detials {
    width: 100%;
    align-items: left;
    width: 350px;
    margin-left: 50px;
}

@media screen and (max-width: 1200px) {
    .testimonies-area {
        width: 40vw;
    }

        .testimonies-area .top-sec img {
            width: 6rem;
        }

    .All-Doc-div {
        width: 100%;
        text-align: center;
        margin-top: 30px;
    }

    .top-sec h1 {
        font-size: 2.5vw
    }

    .Doctor-heading {
        font-size: 40px;
        color: #070761;
        font-family: 'Times New Roman', Times, serif;
    }


    .ED-Text {
        color: rgb(92, 92, 92);
        font-size: 20px;
    }

    .Depart-Select {
        width: 60%;
        padding: 10px;
        margin: 30px auto;
        background-color: #f7f7f7;
        box-shadow: 0px 5px 10px lightgray;
        border: none;
        outline: none;
    }

    .Doctor-List-Div {
        width: 80%;
        margin: auto;
        display: flex;
        flex-direction: column;
        margin-top: 100px;
    }

    .Doctor-div-1 {
        width: 80%;
        margin: auto;
        display: flex;
        flex-direction: row;
        justify-content: center;
        gap: 60px;
        margin-bottom: 50px;
    }

    .Doc-Img-Div {
        width: 50%;
    }

    .doc-img {
        width: 350px;
        height: 400px;
        /*box-shadow: 0px 5px 10px gray;*/
    }

    .Doc-detials {
        display: flex;
        flex-direction: column;
        justify-content: center;
        width: 50%;
    }

    .Doc-Name {
        font-size: 25px;
        color: #070761;
        font-family: 'Times New Roman', Times, serif;
        margin: 0px;
    }

    .depart-Name {
        color: #D9902E;
        font-size: 14px;
        margin-top: 5px;
    }

    .doc-Description {
        font-size: 14px;
        text-align: left;
        /* margin-top: 15px; */
        width: 80%;
    }


    .Doc-Booking-Btn {
        border-bottom: 1px solid #D9902E;
        color: #D9902E !important;
        font-size: 14px;
        background: transparent;
        margin-top: 15px;
        border-top: none;
        border-right: none;
        border-left: none;
        width: fit-content;
        padding: 0;
        text-decoration: none !important;
    }

    .Doc-Guest-Btn {
        border-bottom: 1px solid #D9902E;
        color: #D9902E !important;
        font-size: 14px;
        background: transparent;
        margin-top: 15px;
        border-top: none;
        border-right: none;
        border-left: none;
        width: fit-content;
        padding: 0;
        text-decoration: none !important;
    }

    .LM-Btn {
        border: none;
        color: #D9902E;
        font-size: 14px;
        background: transparent;
        margin-top: 30px;
        width: fit-content;
        padding: 0;
        margin: 60px auto;
        text-decoration: underline !important;
    }

    /*.Menu-div {*/
    /*    position: absolute;*/
    /*    top: 100%;*/
    /*    display: flex;*/
    /*    flex-direction: row;*/
    /*    justify-content: space-around;*/
    /* border: 1px solid; */
    /*    box-shadow: 0px 5px 10px grey;*/
    /*    background-color: #fff;*/
    /*    width: 40%;*/
    /*    right: 29.8%;*/
    /*    border-radius: 0px 0px 10px 10px;*/
    /* transition: opacity .5s; */
    /*    z-index: 1 !important;*/
    /*}*/

    .divBookBtn {
        margin-left: -20px !important;
        /*margin-left: -5px !important;*/
    }

    .doc-DescriptionDoctorCard {
        max-width: 300px;
        text-align: left;
        width: 100%;
        font-size: 12px;
    }
}



@media screen and (max-width: 1125px) {
    .All-Doc-div {
        width: 100%;
        text-align: center;
        margin-top: 30px;
    }


    .Doctor-heading {
        font-size: 40px;
        color: #070761;
        font-family: 'Times New Roman', Times, serif;
    }


    .ED-Text {
        color: rgb(92, 92, 92);
        font-size: 20px;
    }

    .Depart-Select {
        width: 60%;
        padding: 10px;
        margin: 30px auto;
        background-color: #f7f7f7;
        box-shadow: 0px 5px 10px lightgray;
        border: none;
    }

    .Doctor-List-Div {
        width: 80%;
        margin: auto;
        display: flex;
        flex-direction: column;
        margin-top: 100px;
    }

    .Doctor-div-1 {
        width: 80%;
        margin: auto;
        display: flex;
        flex-direction: row;
        justify-content: center;
        gap: 60px;
        margin-bottom: 70px;
    }

    .Doc-Img-Div {
        width: 50%;
    }

    .doc-img {
        width: 350px;
        height: 370px;
    }

    .Doc-detials {
        display: flex;
        flex-direction: column;
        justify-content: center;
        width: 50%;
    }

    .Doc-Name {
        font-size: 25px;
        color: #070761;
        font-family: 'Times New Roman', Times, serif;
        margin-top: 5px;
    }

    .depart-Name {
        color: #D9902E;
        font-size: 14px;
        margin-top: 0px;
    }

    .doc-Description {
        font-size: 12px;
        text-align: left;
        /* margin-top: 15px; */
        width: 80%;
    }

    .Doc-Booking-Btn {
        border-bottom: 1px solid #D9902E;
        color: #D9902E !important;
        font-size: 14px;
        background: transparent;
        margin-top: 15px;
        border-top: none;
        border-right: none;
        border-left: none;
        width: fit-content;
        padding: 0;
        text-decoration: none !important;
    }

    .Doc-Guest-Btn {
        border-bottom: 1px solid #D9902E;
        color: #D9902E !important;
        font-size: 14px;
        background: transparent;
        margin-top: 15px;
        border-top: none;
        border-right: none;
        border-left: none;
        width: fit-content;
        padding: 0;
        text-decoration: none !important;
    }

    .LM-Btn {
        color: #D9902E;
        font-size: 14px;
        background: transparent;
        margin-top: 30px;
        border: none;
        width: fit-content;
        padding: 0;
        margin: 60px auto;
        text-decoration: underline !important;
    }

    /*.Menu-div {*/
    /*    position: absolute;*/
    /*    top: 100%;*/
    /*    display: flex;*/
    /*    flex-direction: row;*/
    /*    justify-content: space-around;*/
    /* border: 1px solid; */
    /*    box-shadow: 0px 5px 10px grey;*/
    /*    background-color: #fff;*/
    /*    width: 40%;*/
    /*    right: 31.8%;*/
    /*    border-radius: 0px 0px 10px 10px;*/
    /* transition: opacity .5s; */
    /*    z-index: 1 !important;*/
    /*}*/
}


@media screen and (max-width: 1024px) {
    .All-Doc-div {
        width: 100%;
        text-align: center;
        margin-top: 30px;
    }


    .Doctor-heading {
        font-size: 40px;
        color: #070761;
        font-family: 'Times New Roman', Times, serif;
    }


    .ED-Text {
        color: rgb(92, 92, 92);
        font-size: 20px;
    }

    .Depart-Select {
        width: 60%;
        padding: 10px;
        margin: 30px auto;
        background-color: #f7f7f7;
        box-shadow: 0px 5px 10px lightgray;
        border: none;
    }

    .Doctor-List-Div {
        width: 80%;
        margin: auto;
        display: flex;
        flex-direction: column;
        margin-top: 100px;
    }

    .Doctor-div-1 {
        width: 80%;
        margin: auto;
        display: flex;
        flex-direction: row;
        justify-content: center;
        gap: 60px;
        margin-bottom: 70px;
    }

    .Doc-Img-Div {
        width: 50%;
    }

    .doc-img {
        width: 350px;
        height: 370px;
    }

    .Doc-detials {
        display: flex;
        flex-direction: column;
        justify-content: center;
        width: 60%;
    }

    .Doc-Name {
        font-size: 25px;
        color: #070761;
        font-family: 'Times New Roman', Times, serif;
        margin-top: 5px;
    }

    .depart-Name {
        color: #D9902E;
        font-size: 12px;
        margin-top: 0px;
    }

    .doc-Description {
        font-size: 12px;
        text-align: left;
        /* margin-top: 15px; */
        width: 100%;
    }

    .Doc-Booking-Btn {
        border-bottom: 1px solid #D9902E;
        color: #D9902E !important;
        font-size: 14px;
        background: transparent;
        margin-top: 15px;
        border-top: none;
        border-right: none;
        border-left: none;
        width: fit-content;
        padding: 0;
        text-decoration: none !important;
    }

    .Doc-Guest-Btn {
        border-bottom: 1px solid #D9902E;
        color: #D9902E !important;
        font-size: 14px;
        background: transparent;
        margin-top: 15px;
        border-top: none;
        border-right: none;
        border-left: none;
        width: fit-content;
        padding: 0;
        text-decoration: none !important;
    }

    .LM-Btn {
        border: none;
        color: #D9902E;
        font-size: 14px;
        background: transparent;
        margin-top: 30px;
        width: fit-content;
        padding: 0;
        margin: 60px auto;
        text-decoration: underline !important;
    }

    /*.Menu-div {*/
    /*    position: absolute;*/
    /*    top: 100%;*/
    /*    display: flex;*/
    /*    flex-direction: row;*/
    /*    justify-content: space-around;*/
    /* border: 1px solid; */
    /*    box-shadow: 0px 5px 10px grey;*/
    /*    background-color: #fff;*/
    /*    width: 40%;*/
    /*    right: 34.8%;*/
    /*    border-radius: 0px 0px 10px 10px;*/
    /* transition: opacity .5s; */
    /*    z-index: 1 !important;*/
    /*}*/
}

@media screen and (max-width: 992px) {
    .All-Doc-div {
        width: 100%;
        text-align: center;
        margin-top: 30px;
    }


    .Doctor-heading {
        font-size: 40px;
        color: #070761;
        font-family: 'Times New Roman', Times, serif;
    }


    .ED-Text {
        color: rgb(92, 92, 92);
        font-size: 20px;
    }

    .Depart-Select {
        width: 60%;
        padding: 10px;
        margin: 30px auto;
        background-color: #f7f7f7;
        box-shadow: 0px 5px 10px lightgray;
        border: none;
    }

    .Doctor-List-Div {
        width: 80%;
        margin: auto;
        display: flex;
        flex-direction: column;
        margin-top: 100px;
    }

    .Doctor-div-1 {
        width: 80%;
        margin: auto;
        display: flex;
        flex-direction: row;
        justify-content: center;
        gap: 60px;
        margin-bottom: 70px;
    }

    .Doc-Img-Div {
        width: 50%;
    }

    .doc-img {
        width: 350px;
        height: 370px;
    }

    .Doc-detials {
        display: flex;
        flex-direction: column;
        justify-content: center;
        width: 60%;
    }

    .Doc-Name {
        font-size: 25px;
        color: #070761;
        font-family: 'Times New Roman', Times, serif;
        margin-top: 5px;
    }

    .depart-Name {
        color: #D9902E;
        font-size: 12px;
        margin-top: 0px;
    }

    .doc-Description {
        font-size: 12px;
        text-align: left;
        /* margin-top: 15px; */
        width: 100%;
    }

    .Doc-Booking-Btn {
        border-bottom: 1px solid #D9902E;
        color: #D9902E !important;
        font-size: 14px;
        background: transparent;
        margin-top: 1px;
        border-top: none;
        border-right: none;
        border-left: none;
        width: fit-content;
        padding: 0;
        text-decoration: none !important;
    }

    .Doc-Guest-Btn {
        border-bottom: 1px solid #D9902E;
        color: #D9902E !important;
        font-size: 14px;
        background: transparent;
        margin-top: 1px;
        border-top: none;
        border-right: none;
        border-left: none;
        width: fit-content;
        padding: 0;
        text-decoration: none !important;
    }

    .LM-Btn {
        border: none;
        color: #D9902E;
        font-size: 14px;
        background: transparent;
        margin-top: 30px;
        text-decoration: underline !important;
        width: fit-content;
        padding: 0;
        margin: 60px auto;
    }

    /*.Menu-div {*/
    /*    position: absolute;*/
    /*    top: 100%;*/
    /*    display: flex;*/
    /*    flex-direction: row;*/
    /*    justify-content: space-around;*/
    /* border: 1px solid; */
    /*    box-shadow: 0px 5px 10px grey;*/
    /*    background-color: #fff;*/
    /*    width: 40%;*/
    /*    right: 35.8%;*/
    /*    border-radius: 0px 0px 10px 10px;*/
    /* transition: opacity .5s; */
    /*    z-index: 1 !important;*/
    /*}*/
}


@media screen and (max-width: 768px) {
    .All-Doc-div {
        width: 100%;
        text-align: center;
        margin-top: 30px;
    }


    .Doctor-heading {
        font-size: 40px;
        color: #070761;
        font-family: 'Times New Roman', Times, serif;
    }


    .ED-Text {
        color: rgb(92, 92, 92);
        font-size: 20px;
    }

    .Depart-Select {
        width: 60%;
        padding: 10px;
        margin: 30px auto;
        background-color: #f7f7f7;
        box-shadow: 0px 5px 10px lightgray;
        border: none;
    }

    .Doctor-List-Div {
        width: 80%;
        margin: auto;
        display: flex;
        flex-direction: column;
        margin-top: 100px;
    }

    .Doctor-div-1 {
        width: 100%;
        margin: auto;
        display: flex;
        flex-direction: row;
        justify-content: center;
        gap: 60px;
        margin-bottom: 70px;
    }

    .Doc-Img-Div {
        width: 50%;
    }

    .doc-img {
        width: 300px;
        height: 300px;
    }

    .Doc-detials {
        display: flex;
        flex-direction: column;
        justify-content: center;
        width: 60%;
    }

    .Doc-Name {
        font-size: 25px;
        color: #070761;
        font-family: 'Times New Roman', Times, serif;
        margin-top: 5px;
    }

    .depart-Name {
        color: #D9902E;
        font-size: 12px;
        margin-top: 0px;
    }

    .doc-Description {
        font-size: 12px;
        text-align: left;
        /* margin-top: 15px; */
        width: 100%;
    }

    .Doc-Booking-Btn {
        border-bottom: 1px solid #D9902E;
        color: #D9902E !important;
        font-size: 14px;
        background: transparent;
        margin-top: 15px;
        border-top: none;
        border-right: none;
        border-left: none;
        width: fit-content;
        padding: 0;
        text-decoration: none !important;
    }

    .Doc-Guest-Btn {
        border-bottom: 1px solid #D9902E;
        color: #D9902E !important;
        font-size: 14px;
        background: transparent;
        margin-top: 15px;
        border-top: none;
        border-right: none;
        border-left: none;
        width: fit-content;
        padding: 0;
        text-decoration: none !important;
    }

    .LM-Btn {
        border: none;
        color: #D9902E;
        font-size: 14px;
        background: transparent;
        margin-top: 30px;
        border-top: none;
        border-right: none;
        border-left: none;
        width: fit-content;
        padding: 0;
        margin: 60px auto;
        text-decoration: underline !important;
    }
}


@media screen and (max-width: 576px) {
    .All-Doc-div {
        width: 100%;
        text-align: center;
        margin-top: 30px !important;
    }


    .Doctor-heading {
        font-size: 40px;
        color: #070761;
        font-family: 'Times New Roman', Times, serif;
    }


    .ED-Text {
        color: rgb(92, 92, 92);
        font-size: 20px;
    }

    .Depart-Select {
        width: 60%;
        padding: 10px;
        margin: 30px auto;
        background-color: #f7f7f7;
        box-shadow: 0px 5px 10px lightgray;
        border: none;
    }

    .Doctor-List-Div {
        width: 80%;
        margin: auto;
        display: flex;
        flex-direction: column;
        margin-top: 100px;
    }

    .Doctor-div-1 {
        width: 100%;
        margin: auto;
        display: flex;
        flex-direction: column;
        justify-content: center;
        gap: 40px;
        margin-bottom: 70px;
    }


    .Doc-Img-Div {
        width: 100%;
        padding-top: 0px;
    }


    .doc-img {
        width: 350px;
        height: 350px;
        display: block;
        margin: auto;
    }

    .Doc-detials {
        display: flex;
        flex-direction: column;
        justify-content: center;
        width: 100%;
    }

    .Doc-Name {
        font-size: 22px;
        color: #070761;
        font-family: 'Times New Roman', Times, serif;
        margin-top: 5px;
    }

    .depart-Name {
        color: #D9902E;
        font-size: 12px;
        margin-top: 0px;
    }

    .doc-Description {
        font-size: 10px;
        text-align: left;
        /* margin-top: 15px; */
        width: 100%;
    }

    .Doc-Booking-Btn {
        border-bottom: 1px solid #D9902E;
        color: #D9902E !important;
        font-size: 12px;
        background: transparent;
        margin-top: 15px;
        border-top: none;
        border-right: none;
        border-left: none;
        width: fit-content;
        padding: 0;
        text-decoration: none !important;
    }

    .Doc-Guest-Btn {
        border-bottom: 1px solid #D9902E;
        color: #D9902E !important;
        font-size: 12px;
        background: transparent;
        margin-top: 15px;
        border-top: none;
        border-right: none;
        border-left: none;
        width: fit-content;
        padding: 0;
        text-decoration: none !important;
    }

    .LM-Btn {
        border: none;
        color: #D9902E;
        font-size: 14px;
        background: transparent;
        margin-top: 30px;
        border-top: none;
        border-right: none;
        border-left: none;
        width: fit-content;
        padding: 0;
        margin: 60px auto;
        text-decoration: underline !important;
    }
}

@media screen and (max-width: 414px) {
    .All-Doc-div {
        width: 100%;
        text-align: center;
        margin-top: 30px;
    }


    .Doctor-heading {
        font-size: 30px;
        color: #070761;
        font-family: 'Times New Roman', Times, serif;
    }


    .ED-Text {
        color: rgb(92, 92, 92);
        font-size: 16px;
        width: 80%;
        margin: auto;
    }

    .Depart-Select {
        width: 80%;
        padding: 10px;
        margin: 30px auto;
        background-color: #f7f7f7;
        box-shadow: 0px 5px 10px lightgray;
        border: none;
    }

    .Doctor-List-Div {
        width: 80%;
        margin: auto;
        display: flex;
        flex-direction: column;
        margin-top: 100px;
    }

    .Doctor-div-1 {
        width: 100%;
        margin: auto;
        display: flex;
        flex-direction: column;
        justify-content: center;
        gap: 25px;
        margin-bottom: 70px;
    }


    .Doc-Img-Div {
        width: 100%;
        padding-top: 0px;
        margin: auto;
    }


    .doc-img {
        width: 100%;
        height: 350px;
        margin: auto;
        display: block;
    }

    .Doc-detials {
        display: flex;
        flex-direction: column;
        justify-content: center;
        width: 100%;
    }

    .Doc-Name {
        font-size: 22px;
        color: #070761;
        font-family: 'Times New Roman', Times, serif;
        margin-top: 5px;
    }

    .depart-Name {
        color: #D9902E;
        font-size: 12px;
        margin-top: 0px;
    }

    .doc-Description {
        font-size: 10px;
        text-align: left;
        /* margin-top: 10px; */
        width: 100%;
    }

    .Doc-Booking-Btn {
        border-bottom: 1px solid #D9902E;
        color: #D9902E !important;
        font-size: 12px;
        background: transparent;
        margin-top: 5px;
        border-top: none;
        border-right: none;
        border-left: none;
        width: fit-content;
        padding: 0;
        text-decoration: none !important;
    }

    .Doc-Guest-Btn {
        border-bottom: 1px solid #D9902E;
        color: #D9902E !important;
        font-size: 12px;
        background: transparent;
        margin-top: 5px;
        border-top: none;
        border-right: none;
        border-left: none;
        width: fit-content;
        padding: 0;
        text-decoration: none !important;
    }

    .LM-Btn {
        border: none;
        color: #D9902E;
        font-size: 14px;
        background: transparent;
        margin-top: 30px;
        width: fit-content;
        padding: 0;
        margin: 60px auto;
        text-decoration: underline !important;
    }
}

@media screen and (max-width: 280px) {
    .All-Doc-div {
        width: 100%;
        text-align: center;
        margin-top: 30px;
    }


    .Doctor-heading {
        font-size: 30px;
        color: #070761;
        font-family: 'Times New Roman', Times, serif;
    }


    .ED-Text {
        color: rgb(92, 92, 92);
        font-size: 20px;
    }

    .Depart-Select {
        width: 80%;
        padding: 10px;
        margin: 30px auto;
        background-color: #f7f7f7;
        box-shadow: 0px 5px 10px lightgray;
        border: none;
    }

    .Doctor-List-Div {
        width: 80%;
        margin: auto;
        display: flex;
        flex-direction: column;
        margin-top: 100px;
    }

    .Doctor-div-1 {
        width: 100%;
        margin: auto;
        display: flex;
        flex-direction: column;
        justify-content: center;
        gap: 25px;
        margin-bottom: 70px;
    }


    .Doc-Img-Div {
        width: 100%;
        padding-top: 0px;
        margin: auto;
    }


    .doc-img {
        width: 200px;
        height: 200px;
        margin: auto;
        display: block;
    }

    .Doc-detials {
        display: flex;
        flex-direction: column;
        justify-content: center;
        width: 100%;
    }

    .Doc-Name {
        font-size: 22px;
        color: #070761;
        font-family: 'Times New Roman', Times, serif;
        margin-top: 5px;
    }


    .depart-Name {
        color: #D9902E;
        font-size: 12px;
        margin-top: 0px;
    }

    .doc-Description {
        font-size: 10px;
        text-align: left;
        /* margin-top: 10px; */
        width: 100%;
    }

    .Doc-Booking-Btn {
        border-bottom: 1px solid #D9902E;
        color: #D9902E !important;
        font-size: 12px;
        background: transparent;
        margin-top: 5px;
        border-top: none;
        border-right: none;
        border-left: none;
        width: fit-content;
        padding: 0;
        text-decoration: none !important;
    }

    .Doc-Guest-Btn {
        border-bottom: 1px solid #D9902E;
        color: #D9902E !important;
        font-size: 12px;
        background: transparent;
        margin-top: 5px;
        border-top: none;
        border-right: none;
        border-left: none;
        width: fit-content;
        padding: 0;
        text-decoration: none !important;
    }

    .LM-Btn {
        border: none;
        color: #D9902E;
        font-size: 14px;
        background: transparent;
        margin-top: 30px;
        text-decoration: underline !important;
        width: fit-content;
        padding: 0;
        margin: 60px auto;
    }
}


@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;
    }

    a.Btn-Next.btn-lg.btn-block.bookBtnEn {
        width: 40px !important;
        line-height: 1;
        font-size: 10px !important;
        padding-top: 0;
    }


    .item-container {
        box-shadow: 2px 2px 8px lightgrey;
        transition: all ease-in-out .5s;
        width: 411px !important;
        /*width: 450px !important;*/
        height: 120px;
        /*max-width: 650px;*/
    }

    .depart-box {
        width: 107px !important;
        height: 120px !important;
    }

    .DocName-Ar {
        max-width: 250px !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;
    }
}

@media screen and (max-width: 768px) {
    .item-container {
        height: auto;
        width: 75% !important;
        /* width: 100% !important;*/
    }

    .Doc-detials > p {
        width: auto !important;
    }

    .Doc-detials {
        margin-left: 15px !important;
    }

        .Doc-detials p.Doc-Name {
            font-size: 16px;
        }

        .Doc-detials p.depart-Name {
            margin-top: 5px !important;
            margin-bottom: 5px !important;
        }

    a.Btn-Next.btn-lg.btn-block.bookBtnEn {
        width: 40px !important;
        line-height: 1;
        font-size: 10px !important;
        padding-top: 0;
    }
}

.Doc-Name a, .Doc-Name a:hover {
    color: #070761 !important
}


@media screen and (max-width: 1475) and (max-width: 1120) {
    .divBookBtn {
        margin-left: -20px !important;
        /*margin-left: -5px !important;*/
    }
}





@media screen and (max-width: 1400px) {
    .Doc-Name {
        font-size: 13px;
    }

    .depart-Name {
        font-size: 11px;
    }
}