﻿/* font style Lato Link*/
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');


/* root Style --------- */

:root {
    --main-color: #05668D;
    --main-font-family: "Montserrat";
    --lato-font-family: "Lato";
    --inquire-link: #E2C675;
    --main-button-color: #009B77;
    --main-button-padd: 9px 27px;
}

/* layout -------- */

.facilitie-card-img img{
    object-fit:cover;
}
/*::-webkit-scrollbar-thumb {
    display: none;
}   
*/
.page-loader {
    height: 100dvh;
}

.rz-button.rz-primary.rz-shade-default:hover {
    background-color: transparent;
    z-index:-1;
}

.rz-link.position_sticky {
    bottom: 25px;
    right: 10px;
    background-color: #25d366;
    color: #fff;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    top: 73% !important;
    position: sticky;
    display: flex;
    justify-content: end;
    width: fit-content;
    margin-left: auto;
    z-index: 1000;
}

.whats-app-icon {
    background-color: var(--main-button-color);
    width: fit-content;
    padding: 0px 10px;
    border-radius: 4px;
    font-size: 30px;
}

.rz-layout .rz-header {
    box-shadow: 0 0 0;
    background-color: var(--main-color);
    box-shadow: 0 2px 0px rgba(0, 0, 0, 0.25);
}
.navbar-expand-lg .navbar-nav .nav-link {
    font-size: 14px;
    font-weight: bold;
}


.rz-layout .rz-body {
    background-color: white;
}

.rz-sidebar-toggle {
    display: none;
}

.rz-body {
    padding: 0;
}

.main-header {
    height: 75px;
}

.navbar .navbar-expand-lg .bg-body-tertiary .container-fluid {
    padding-top: 14px;
}

/* sidebar style --------- */
.rz-panel-menu .rz-navigation-item-link {
    margin: 0px 10px;
    border-radius: 10px;
}

.rz-panel-menu .rz-navigation-item-wrapper:hover {
    background-color: transparent;
}

.rz-panel-menu .rz-navigation-item-link:hover {
    background-color: gray;
    color: white;
}

.rz-panel-menu .rz-navigation-item-active,
.rz-panel-menu .rz-navigation-item-wrapper-active {
    background-color: var(--main-color);
    border-radius: 10px;
    margin: 0 10px;
    color: white;
}


.rz-panel-menu .rz-navigation-item-link-active span {
    color: white !important;
}

/* navmenu style ----------- */
.brand-logo img {
    width: 110px;
}

.navbar-nav .nav-item {
    margin: 0 2px;
}

.navbar-nav .nav-link {
    font-size: 15px;
    font-family: var(--main-font-family);
    font-weight: 500;
}

.nav-inquire-btn button {
    color: var(--inquire-link);
    font-size: 16px;
}

.card-nav-link button {
    color: #7d651e;
    font-size: 16px;
}

.collapse .dropdown-center {
    width: 191px;
}

.dropdown-center button .text-light {
    font-size: 17px;
}

.dropdown-menu[data-bs-popper] {
    left: -60px;
}

#language-display {
    font-size: 16px;
    font-weight: 500;
    vertical-align: bottom;
    padding: 3px;
}

.parent .testimonial-wrap .our_story_content{
    max-height:298px;
}
/* main --------- */
.home-page-contact-btn button {
    background-color: var(--main-button-color);
    width: 160px;
    height: 50px;
    font-size: 14px;
    border-radius: 4px;
}

main .floating-counter > div {
    position: absolute;
    top: -90px;
    box-shadow: 0 0 10px #0000002e;
    background-color: white;
    padding: 12px 0;
}

.home-page-intro .hero {
    background-image: url(/Images/Home/hero-background.jpg);
    background-size: cover;
    height: 435px;
}

.hero .medical-inovation {
    max-width: 690px;
    font-size: 36px;
    font-family: var(--main-font-family);
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: pre-wrap;
}


.card-wrap {
    height: 380px;
}

/*.card-bg-test {
    background-image: url(/Images/Events/veiw-event-arrow.jpg);
    transition: opacity 1s;
    opacity: 0;
    background-color: #044D6A66;
    font-family: var(--main-font-family);
    border-radius: 8px;
}*/

.card-bg {
    height: 100%;
}

    .card-bg .card-hover-box {
        opacity: 0;
        background-color: #044D6A66;
        font-family: var(--main-font-family);
        border-radius: 8px;
        transition: .2s ease-in;
    }

    .card-bg:hover .card-hover-box {
        opacity: 1;
        z-index: 2000;
    }



.card-hover-box p:nth-child(1) {
    font-size: 25px;
    font-weight: 700;
    text-align:center;
}

.card-hover-box .on-hover-text-container p {
    font-size: 16px;
    font-weight: 400;
    width: 60%;
}

.card-text-box {
    font-size: 20px;
}

    .card-text-box p:nth-child(1) {
        color: black;
        font-size: 16px;
        font-weight: 500;
        text-align: left;
    }

    .card-text-box p:nth-child(2) {
        color: var(--main-button-color);
    }

.surgical_tourism,
.check_up,
.wellness {
    position: relative;
}

    .surgical_tourism img,
    .wellness img,
    .check_up img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 8px;
        z-index: -1;
    }

.about-brand-container {
    margin: 82px 0;
}

.meet-team-text {
    font-family: 'Montserrat', sans-serif;
    font-size: 40px;
    font-weight: 700;
    line-height: 48.76px;
    text-align: center;
    color: black;
}


.about-brand-container > p {
    font-size: 32px;
    font-weight: 700;
    font-family: var(--main-font-family);
    text-align: center;
}

.why_us_container .about-card {
    border-radius: 4px;
    padding: 20px 25px;
    height: 140px;
}

.why_us_container-ar .about-card {
    border-radius: 4px;
    padding: 20px 25px;
}

.why_us_container {
    padding: 0 32px;
}

.about-card p {
    font-family: var(--main-font-family);
}

.about-card-ar p {
    font-family: var(--main-font-family);
}

.about_card_img img,
.request_card_img img {
    width: 90px;
    border-radius: 100%;
    object-fit: cover;
    height: 90px;
}

.request_card_img {
    height: 100px;
}

.about-card a p:nth-child(1) {
    font-size: 22px;
    font-family: var(--main-font-family);
    font-weight: 600;
    margin: 10px;
}

.about-card a p:nth-child(2) {
    font-size: 16px;
    font-weight: 400;
    max-width: 360px;
    margin: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.about-card-ar a p:nth-child(1) {
    font-size: 22px;
    font-family: var(--main-font-family);
    font-weight: 600;
    margin: 10px;
}

.about-card-ar a p:nth-child(2) {
    font-size: 16px;
    font-weight: 400;
    max-width: 360px;
    margin: 10px;
}

.about_card_sub_heading {
    font-weight: 600;
    font-size: 20px;
}

.steps_container {
    padding: 0 44px;
}

main .health_care_steps_container {
    background-color: var(--main-color);
}

.health_care_step {
    /*width: 176px;*/
    font-family: var(--main-font-family);
}

.steps_container .health_care_step:nth-child(4) {
    padding-bottom: 30px;
}

.steps_container .health_care_step .initial-consiltaion-plannig-box p .steps_container .health_care_step .treatment-plan-approval-box p .steps_container .health_care_step .travel-arrangements-box p .steps_container .health_care_step .on-Site-support-box p .steps_container .health_care_step .post-treatment-return-box p {
    font-size: 25px;

}

.steps-request-link button,
.request-link button {
    background-color: var(--main-button-color);
    width: 128px;
    height: 48px;
    font-size: 14px;
}

.veiw-request-link button {
    font-size: 14px;
    background-color: var(--main-button-color);
    width: 143px;
    height: 48px;
}

.health_care_heading {
    font-family: var(--main-font-family);
    font-size: 32px;
}

.health_car_step {
    margin: 0 10px;
}

.request-estimate-section {
    margin: 40px 0;
}

.step-count {
    display: none;
    font-family: var(--main-font-family);
}


.estimate_links p {
    text-align: center;
}

    .estimate_links p:nth-child(1) {
        font-size: 22px;
    }

.event_table_img_wrapper img {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    object-fit: cover;
}

/*same as above but in arabic*/

.estimate_links-ar p {
    text-align: right;
}

.estimate_links-ar p {
    text-align: right;
}

    .estimate_links-ar p:nth-child(1) {
        font-size: 22px;
        text-align: right;
    }

.event_table_img_wrapper img {
    width: 90px;
}

.event-request-link button {
    background-color: var(--main-button-color);
    width: 141px;
    height: 48px;
}

    .event-request-link button p {
        text-align: center !important;
        font-size: 16px;
    }

.event_table_container {
    background-color: var(--main-color);
    padding: 30px;
}

.event_table_time_icon {
    width: 15px;
}

.chat_with_us_wrap h5 {
    font-size: 24px;
}

.chat_with_us_wrap p {
    font-size: 16px;
    max-width: 417px;
}

.chat_with_us > div {
    flex: 0 0 auto;
    width: 60.5%;
    margin-top:-13%;
}

.chat-container {
    padding: 20px 24px;
}

.left-side-angle,
.right-side-angle {
    width: 45px;
    position: absolute;
}

.chat-left-side-angle,
.chat-right-side-angle {
    width: 30px;
}

.chat-left-side-angle {
    top: 17px;
    left: 18px;
}

.chat-right-side-angle {
    right: 13px;
    bottom: 13px;
    transform: rotate(180deg);
}

.left-side-angle {
    left: 50px;
    top: 0;
}

.right-side-angle {
    right: 56px;
    bottom: 10px;
    transform: rotate(180deg);
}

.event_table_text_wrap p:nth-child(1) {
    font-size: 22px;
}

.special-card .estimate_request_card {
    border-radius: 7px;
    flex-direction: column;
}

.special-card {
    border-radius: 5px;
    height: 280px;
}

.testimonial-wrap {
    margin: auto;
    padding-left: 12px;
}

    .testimonial-wrap .our_story_img_wrap {
        height: 574px;
    }

    .testimonial-wrap .our_story_content {
        margin-left: 120px;
        z-index: 100;
    }

    .testimonial-wrap .our_story_content {
        top: 15%;
        right: 50%;
        background-color: white;
        border-radius: 4px;
        box-shadow: -10px 10px 0px var(--main-color);
    }

    .testimonial-wrap .our_story_img_wrap img {
        border-radius: 7px;
        object-fit: cover;
        margin: auto;
    }

.our_story_content .our_story_paragraph p {
    font-size: 20px;
    text-align: justify !important;
}

.our_story_content .our_story_heading p {
    font-size: 32px;
    font-weight: 700;
}

.testimonial-wrap::after {
    content: "";
    position: absolute;
    border: 7px solid var(--main-color);
    width: 68.4%;
    flex: 0 0 auto;
    height: 515px;
    left: 41%;
}

.social-media-platforms .icon i {
    color: black !important;
}

.seaction-heading {
    text-align: center;
    font-size: 32px;
    font-family: var(--main-font-family);
    padding-top:50px;
}



.ezes-legend-img-container .ez-image-wrapper {
    height: 580px;
    border-top: 7px solid var(--inquire-link) !important;
}


.mission_vision_container .ezes_mission_card p:nth-child(1) {
    font-size: 32px;
    font-weight: 700;
    font-family: var(--main-font-family);
}

.mission_vision_container .ezes_mission_card p:nth-child(2) {
    font-size: 18px;
    font-weight: 400;
    text-align: justify;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: pre-wrap;
    text-align: justify;
}

.mission_vision_container .ezes_vision_card p:nth-child(1) {
    font-size: 32px;
    font-weight: 700;
}

.mission_vision_container .ezes_vision_card p:nth-child(2) {
    font-size: 18px;
    font-weight: 400;
    text-align:justify;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: pre-wrap;
    text-align: justify;
}


.our-story-label-container-hidden,
.our-facilities-label-container-hidden,
.event-label-container-hidden,
.conatct-label-container-hidden,
.specialtie-label-container-hidden {
    display: none;
    font-size: 20px;
}

/* footer ------------- */
.rz-footer {
    background-color: rgba(4, 82, 113, 1);
}

.powered_by {
    font-family: 'Bauhaus 93';
    font-weight: 400;
}

.footer-img-wrap {
    width: 140px;
}

.copy-right {
    width: 17px;
}

.footer-img {
    width: 100%;
}

.brand_social_media_platform .social_media_brand img {
    width: 35px;
    margin: 0 10px;
}

.brand_social_media_platform .social_media_brand {
    width: 100%;
}

footer {
    padding: 0 50px;
}

/* About Us */

.feedback-text p {
    font-weight: 700;
    font-size: 32px;
}

.margin-horizontly {
    margin: 60px 0;
}

.feed-paragraph p {
    font-size: 20px;
    font-weight: 400;
}

.feedbacks_img_wrap {
    height: 424px;
    border-top: 7px solid var(--inquire-link) !important;
}

    .feedbacks_img_wrap img {
        height: 100%;
        width: 100%;
        object-fit: cover;
    }

.feedback-text-design {
    font-size: 32px;
    font-weight: 700;
    font-family: var(--main-font-family);
}

.feed-paragraph-design {
    font-size: 18px;
    font-weight: 400;
    text-align: justify;
}

.feedbacks_cards_wrapper .card_review:nth-child(3),
.feedbacks_cards_wrapper .card_review:nth-child(4),
.feedbacks_cards_wrapper .card_review:nth-child(5) {
    margin-top: 10px;
}

.ezes-img-wrapper,
.facilities-image-wrapper,
.specialtie-img-wrapper,
.events-img-wrapper {
    background-position: top;
    height: 350px;
    position: relative;
    background-image: url(/Images/About-Us/ezes-web-bg.jpg);
    background-size: cover;
    background-position: center;
}

.facilities-image-wrapper {
    background-size: cover;
    background-position: center;
    height: 350px;
    position: relative;
    background-image: url(/Images/Facilitie/facilitie-home-page.jpg);
}

.contact-page-img-wrapper {
    background-size: cover;
    background-position: center;
    height: 350px;
    position: relative;
    background-image: url(/Images/Contact-Us/contactus-page-image.jpg);
}

.specialtie-img-wrapper {
    background-size: cover;
    background-position: center;
    height: 350px;
    position: relative;
    background-image: url(/Images/Specialties/specialties.jpg);
}

.operation-page-img-wrapper {
    background-size: cover;
    background-position: center;
    height: 350px;
    position: relative;
    background-image: url('/Images/Home/Specialaization.png');
}

.operation-details {
    width: Hug (1, 239px)px;
    height: Hug (80px)px;
    padding: 24px 16px 24px 16px;
    border: 0.5px;
    opacity: 0px;
    border: border-width: 1px 0px 1px 0px;
    border-style: solid;
    border-color: #F6EDD4;
    font-size: 20px;
    font-family: Montserrat;
    color: #000000;
    font-weight: 650;
}

.ab-icon {
    cursor: pointer;
    width: 36px;
    height: 32.67px;
    top: 6.66px;
    left: 6.67px;
    gap: 0px;
    border: 0.5px 0px 0px 0px;
    color: #1A1A1A;
    font-size: 34px;
    font-weight: 500;
}

.our-story-label-container,
.our-facilities-label-container,
.contact-label-container,
.event-label-container,
.specialtie-label-container {
    position: absolute;
    bottom: -20px;
    font-size: 30px;
    font-family: Montserrat;
    display: block;
}

    .our-story-label-container p,
    .our-facilities-label-container p,
    .event-label-container p,
    .contact-label-container p,
    .specialtie-label-container p {
        padding: 10px 24px;
    }

.our_story_article,
.our_facilities_article,
.event_article,
.importance_article,
.specialtie_article {
    font-size: 24px;
    margin-top: 20px !important;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: justify;
}

.ezes-legend-img-container {
    object-fit: cover;
}

.ezes-legend-story {
    padding: 15px;
    position: absolute;
    top: 15%;
}

    .ezes-legend-story h1 {
        font-size: 32px;
    }

    .ezes-legend-story p:nth-child(1) {
        text-align: start !important;
        font-size: 32px;
    }

    .ezes-legend-story p:nth-child(2) {
        font-size: 18px;
        text-align: justify;
        font-weight:400;
        display: -webkit-box;
        -webkit-line-clamp: 12;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: pre-wrap;
    }

.mission_vision_container {
    top: 19%;
    position: absolute;
    left: 7%;
}

.ezes_mission_card h1 {
    font-family: 700;
}

.ezes_vision_card h1 {
    font-family: 700;
}

.ezes_vision_card p {
    font-family: 400;
}

.ezes-team-name-position {
    font-family: var(--lato-font-family);
    font-size: 20px;
}

/* facilitie page */

.facilitie-service-container-gap {
    gap: 17px;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(253px, 1fr));
}

    .facilitie-service-container-gap .facilitie-card-option {
        box-shadow: 0 0 3px rgba(0, 0, 0, 0.25);
        border-radius: 4px;
        height: 480px;
        border-top: 7px solid var(--inquire-link) !important;
    }

.our_facilities_article-margin {
    margin: 25px 0;
    margin: 25px 0;
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: pre-wrap;
}

.facilities-text {
    font-family: 'Cairo', sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 30.98px;
    color: black;
}


/* event page */

.date-time-container {
    top: 0;
    left: 0;
    background-color: rgba(226, 198, 117, 1);
    border-radius: 0px 5px 3px 0px;
    color: black;
}

    .date-time-container span {
        font-size: 22px;
        font-weight: 700;
        line-height: 21px;
    }

.event-img-wrap-card {
    display: flex;
    justify-content: center;
    /*  height: 200px; */
    /*         background-color: gray;
*/
}

.event-card-info p:nth-child(1) {
    font-weight: 600;
    font-size: 20px;
    color: black;
    margin-bottom: 5px;
    height: 40px;
    overflow: hidden;
    text-overflow: ellipsis; 
    white-space: nowrap;
}

.event-card-info p:nth-child(2) {
    font-weight: 500;
    font-size: 16px;
    color: black;
    height: 157px;
    overflow: hidden;
}

.veiw-btn {
    width: fit-content;
}

    .veiw-btn button {
        padding: 0;
        font-weight: 600;
        font-size: 16px;
    }

    .veiw-btn .arrow {
        margin-top: 5px;
        width: 50px;
        object-fit: cover;
        transition: .2s ease-in-out;
    }

    .veiw-btn:hover .arrow {
        width: 90px;
    }

.event-card-info {
    padding: 24px 16px;
    height: 280px;
    overflow: hidden;
}

.event-card-text-box p:nth-child(2){
    
}

/* contact us */
.contact-info-title p {
    font-weight: 600;
    font-size: 32px;
}

.connect-box {
    font-family: var(--main-font-family);
}

.social-media-platforms p {
    font-weight: 600;
    font-size: 32px;
}

.social-media-platforms i {
    font-size: 22px;
}

.instagram.icon,
.facebook.icon,
.twiiter.icon,
.linkedin.icon {
    border-radius: 50%;
    background-color: #8080804d;
    width: 42px;
    height: 42px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.outter-bg {
    background-color: #80808040;
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

.inner-bg {
    width: 32px;
    height: 32px;
    background-color: black;
    border-radius: 50%;
    font-size: 18px;
}

.mail-text,
.phone-num-text {
    margin-left: 10px;
    font-family: var(--lato-font-family);
    font-weight: 700;
    font-size: 20px;
    color: black;
}

form-contact-container .input-container label {
    font-size: 16px;
    color: black;
    font-weight: 500;
    font-family: var(--lato-font-family);
}

.form-contact-container .input-container > div {
    overflow: hidden;
    padding: 10px;
}

    .form-contact-container .input-container > div i {
        top: 14px;
        left: 17px;
    }

    .form-contact-container .input-container > div input {
        margin-left: 24px;
        outline: 0;
    }
.full-info-container .form-contact-container:nth-child(2) .input-container > div input,
.full-info-container .form-contact-container:nth-child(3) .input-container > div input,
.full-info-container .form-contact-container:nth-child(4) .input-container > div input {
    margin-left: 30px;
}

.form-contact-container form textarea {
    resize: none;
    height: 150px;
}

/*if arabic*/
form-contact-container-ar .input-container label {
    font-size: 16px;
    color: black;
    font-weight: 500;
    font-family: var(--lato-font-family);
}

.form-contact-container-ar .input-container > div {
    overflow: hidden;
    padding: 10px;
}

    .form-contact-container-ar .input-container > div i {
        top: 14px;
        right: 12px;
    }

    .form-contact-container-ar .input-container > div input {
        margin-right: 24px;
        outline: 0;
    }

.full-info-container .form-contact-container-ar:nth-child(2) .input-container > div input,
.full-info-container .form-contact-container-ar:nth-child(3) .input-container > div input,
.full-info-container .form-contact-container-ar:nth-child(4) .input-container > div input {
    margin-left: 30px;
}

.form-contact-container-ar form textarea {
    resize: none;
    height: 150px;
}

.contact-form-submit-btn button {
    background-color: var(--main-button-color);
    font-size: 24px;
    font-weight: 500;
    border-radius: 4px;
}

.fa-envelope {
    font-size: 14px;
}


.text-area-feild label {
    font-weight: 500;
    font-size: 16px;
}

/* test */

.faq-heading-section {
    display: flex;
    justify-content: center;
    align-items: center;
}

.faq-container {
    width: 60%;
    margin: 0 auto;
    font-size: 18px;
}

.faq-item {
    border: 1px solid #ddd;
    border-radius: 12px;
    margin: 10px 0;
    padding: 10px;
}

.faq-icon {
    font-size: 1.5em;
    cursor: pointer;
}

.faq-question {
    cursor: pointer;
    font-weight: 600;
}


.faq-answer {
    display: none;
    margin-top: 10px;
    color: rgba(116, 111, 111, 1);
    font-weight: 500;
}

.events-img-wrapper {
    height: 350px;
    position: relative;
    background-image: url(/Images/Events/event-page-image.jpg);
    background-size: cover;
    background-position: center;
}

.events-card-container {
    height:659px;
}

.event-card-wrappeer {
    border: 1px solid rgba(231, 231, 231, 1);
    border-radius: 6px;
}

/* contact */

.contact-links{
    width:212px;
}

.modal {
    display: flex;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 101.7dvh;
    background-color: rgba(0, 0, 0, 0.7);
    justify-content: center;
    align-items: center;
    z-index:10000;
}

/* Modal Content */
.modal-content {
    background-color: transparent;
    border-radius: 6px;
    position: relative;
    max-width: 66%;
    text-align: center;
}

/* The Close Button */
.close {
    position: absolute;
    top: -42px;
    right: 11%;
    color: white;
    font-size: 30px;
    font-weight: bold;
    cursor: pointer;
}

    .close:focus {
        color: #000;
        text-decoration: none;
        cursor: pointer;
    }

/* Video Styling */
iframe {
    width: 72%;
    height: 500px;
    margin: 0 auto;
}

.testimonial-wrap::after {
    content: "";
    position: absolute;
    border: 7px solid var(--main-color);
    width: 68.4%;
    flex: 0 0 auto;
    height: 560px;
    left: 41%;
    top: 5%;
}

@media(min-width:1200px){
    .testimonial-wrap::after {
        content: "";
        position: absolute;
        border: 7px solid var(--main-color);
        width: 68.4%;
        flex: 0 0 auto;
        height: 519px;
        left: 41%;
        top: 5%;
    }
}

/* responsive style ----------- */
@media(max-width:1200px) {
    .testimonial-wrap .our_story_content {
        top: 11%;
        right: 50%;
    }

    .testimonial-wrap .our_story_content {
        margin-left: 60px;
    }

    .testimonial-wrap .our_story_paragraph p {
        font-size: 17px;
    }

    .our_story_content p {
        font-size: 17px;
    }

    .testimonial-wrap::after {
        content: "";
        position: absolute;
        border: 5px solid var(--main-color);
        width: 69%;
        flex: 0 0 auto;
        height: 502px;
        left: 41%;
        top: 6%;
    }

    .chat_with_us > div {
        flex: 0 0 auto;
        width: 74%;
        margin-top:3%;
    }

    .ezes-legend-story {
        padding: 15px;
        position: absolute;
        top: 7%;
    }
    .why_us_container .about-card {
        padding: 8px 25px;
    }
    .modal-content{
        max-width:100%;
    }
    iframe{
        width:84%;
        height:400px;
    }
    .text-container {
        max-height: 311px;
    }
    .mission_vision_container {
        top: 7%;
        position: absolute;
        left: 7%;
    }
}


@media(max-width:1095px) {
    .navbar-nav .nav-item {
        margin: 0 6px;
    }

    .text-container {
        max-height: 320px;
    }

}

@media(max-width:992px) {
    .testimonial-wrap .our_story_content {
        top: 13%;
        right: 56%;
    }

    .testimonial-wrap .our_stroy_img_wrap {
        margin-left: 0px;
        height: 350px;
    }

    .our_story_content .our_story_paragraph p {
        font-size: 12px;
    }

    .our_story_content .our_story_heading p {
        font-size: 20px;
        font-weight: 700;
    }

    .testimonial-wrap .our_story_img_wrap {
        height: 350px;
    }

    .testimonial-wrap::after {
        content: "";
        position: absolute;
        border: 5px solid var(--main-color);
        width: 67%;
        flex: 0 0 auto;
        height: 311px;
        left: 34%;
    }


    .rz-sidebar-toggle {
        display: block;
    }

    .rz-stack {
        flex-direction: row-reverse !important;
    }

    .navbar .container-fluid {
        justify-content: end;
    }


    .card-hover-box p:nth-child(2) {
        margin-left: auto;
    }

    .event_table_img_wrapper {
        width: 150px;
    }

    .why_us_container .about-card {
        border-radius: 10px;
        padding: 20px 0px;
    }

    .why_us_container .about-card-ar {
        border-radius: 10px;
        padding: 20px 0px;
        height: 140px;
    }

    .chat_with_us_wrap h5 {
        font-size: 22px;
    }

    .steps_container {
        padding: 0;
    }

        .steps_container .health_care_step p {
            font-size: 12px;
        }

        .steps_container .health_care_step h4 {
            font-size: 12px;
        }

    .health_care_heading {
        font-size: 20px;
    }

    .about-card-text-info {
        padding: 0 12px;
    }

    .ezes-legend-img-container .ez-image-wrapper {
        height: 320px;
    }

    .ezes-legend-story p {
        font-size: 12px;
    }

    .our-story-label-container,
    .our-facilities-label-container,
    .contact-label-container,
    .specialtie-label-container {
        left: 80px;
    }
    .event-label-container{
        display:none;
    }

    .mission_vision_container .ezes_mission_card p:nth-child(1) {
        text-align: center !important;
        font-size: 20px;
    }

    .mission_vision_container .ezes_mission_card p:nth-child(2) {
        font-size: 12px;
    }

    .mission_vision_container .ezes_vision_card p:nth-child(1) {
        text-align: center !important;
        font-size: 20px;
    }

    .mission_vision_container .ezes_vision_card p:nth-child(2) {
        font-size: 12px;
    }

    .ezes-legend-story p:nth-child(1) {
        font-size: 20px;
    }

    .ezes-legend-story p:nth-child(2) {
        font-size: 12px;
        text-align: justify;
        display: -webkit-box;
        -webkit-line-clamp: 8;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: pre-wrap;
        max-height: 136px;
    }

    .specialitie-card-case {
        width: 47% !important;
    }

    .service-card-container {
        margin-top: 145px;
    }
    .card-bg .card-hover-box{
        text-align:left;
    }

    .about-brand-container {
        margin: 82px 0px;
    }
    .why_us_container {
        margin: 0px 15px;
        padding: 0 32px;
    }
    .feedbacks_img_wrap img {
        width: 424px !important;
    }
    .parent .testimonial-wrap .our_story_content {
        max-height: 254px;
    }
}

@media(max-width:768px) {

    .feedback-margin {
        margin-bottom: 128px;
    }

    .feedbacks_text {
        top: 72%;
        position: absolute;
        left: 5% !important;
        width: 84%;
        padding-inline: 12px;
        border-radius: 4px 0px 0px 0px;
        border: 0.5px solid lightgray;
    }

    .feed-paragraph-design {
        font-size: 12px;
        font-weight: 400;
        font-family: var(--main-font-family);
    }

    .testimonial-wrap .our_stroy_img_wrap {
        top: 80%;
        right: 10%;
        margin: 0px 30px 0px 0px;
        height: 263px;
    }

    .our_stroy_img_wrap {
        margin-left: 60px;
    }

    .testimonial-wrap .our_story_content {
        top: 86%;
        flex: 0 0 auto;
        width: 84%;
        right: 7%;
    }

    .testimonial-wrap::after {
        content: "";
        position: absolute;
        border: 5px solid var(--main-color);
        flex: 0 0 auto;
        height: 320px;
        width: 101%;
        right: -1%;
    }

    .home-page-intro .hero {
        height: 200px;
    }

    .hero .hero-wrapper .medical-inovation {
        font-size: 17px;
        width: 57%;
    }

    .floating-counter > div {
        position: static !important;
        background-color: transparent !important;
        box-shadow: 0 0 0 !important;
    }

    .floating-counter>div .floating-counter-wrap {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        margin: 10px;
    }

    .floating-counter > div .floating-counter-wrap div{
        margin: 5px;
        border: 1px solid #0000002e;
    }

    .wellness,
    .surgical_tourism,
    .check_up {
        background-position: center;
    }

    .card-bg {
        border-radius: 8px;
    }

    .service-card-wrapper {
        margin-top: 118px;
    }

    .service-card-wrapper p {
        text-align: center;
    }

    .service-card-wrapper {
        margin-top: 170px;
    }

    .service-card-wrapper {
        margin: 20px 0 30px 0;
    }

    .service-card-wrapper>div {
        flex-direction: column;
    }

    .service-card-wrapper .card-wrap {
        flex: 1;
        height: 102px;
        width: 100%;
    }

    .service-card-wrapper .card-wrap .card-text-box {
        display: none !important;
    }

    .service-card-wrapper {
        margin-top: 118px;
    }

    .service-card-wrapper p {
        text-align: center;
    }

    .service-card-wrapper {
        margin-top: 170px;
    }

    .service-card-wrapper {
        margin: 20px 0 30px 0;
    }

    .seaction-heading {
        text-align: center;
        font-size: 26px;
    }

    .service-card-wrapper > div {
        flex-direction: column;
    }

    .service-card-wrapper .card-wrap {
        flex: 1;
        height: 102px;
        width: 100%;
    }

     .service-card-wrapper .card-wrap .card-text-box {
        display: none !important;
     }

    /*same as above but in arabic*/

    .service-card-wrapper-ar {
        margin-top: 118px;
    }

    .service-card-wrapper-ar p {
        text-align: center;
    }

    .service-card-wrapper-ar {
        margin-top: 170px;
    }

    .service-card-wrapper-ar {
        margin: 20px 0 30px 0;
    }

    .service-card-wrapper-ar>div {
        flex-direction: column;
    }

    .service-card-wrapper-ar .card-wrap {
        flex: 1;
        height: 102px;
        width: 100%;
    }

    .service-card-wrapper-ar .card-wrap .card-text-box {
        display: none !important;
    }

    .service-card-wrapper-ar .card-wrap .card-hover-box p {
        text-align: center;
    }

    .card-bg .card-hover-box {
        padding: 13px;
        justify-content: start !important;
        opacity: 1;
    }

    .card-hover-box .on-hover-text-container {
        justify-content: start !important;
    }

    .card-hover-box .on-hover-text-container p {
        width: 80%;
        font-size: 16px;
    }
    
    .steps_container {
        /*flex-wrap: wrap;*/
        align-items: center;
        padding: 0;
    }

    .health_care_steps_container .steps_container .health_care_step {
        flex: 1 0 230px;
        background-color: var(--main-color);
        border-radius: 10px;
        max-width: 80px;
        max-height: 300px;
    }

    .health_care_steps_containe h2 {
        display: none;
    }

    .steps-request-link {
        display: none;
    }

    .step-count {
        font-size: 25px;
        margin: 0;
    }

    .special_about_container {
        flex-wrap: wrap;
    }

    .why_us_container {
        margin: 20px 0;
        padding: 0 6px;
    }

    .event_table_wrap > div {
        flex-direction: column;
    }

    .event_table_text_wrap {
        text-align: center;
    }

    .right-side-angle {
        right: -26px;
        bottom: 0;
    }

    .left-side-angle {
        left: 0;
    }

    .event_table_container {
        margin: 30px;
        border-radius: 10px;
    }

    .special-card .estimate_request_card {
        flex-direction: row;
        text-align: start;
    }

    .brand_social_media_platform .social_media_brand img {
        width: 25px;
        margin: 0 5px;
    }

    .all_rights_container p {
        font-size: 10px;
    }

    .chat_with_us {
        margin-top: 175px;
    }

    .event-img-wrap-card{
        flex:1;
    }

    .event-card-info {
        flex: 1;
        padding: 4px 16px;
    }

    .seaction-heading {
        text-align: left;
        font-size: 26px;
    }

    .about-card a p:nth-child(1) {
        padding-left: 0px;
        text-align: left;
        margin: 10px 0;
    }

    .about-card a p:nth-child(1) {
        padding-left: 0px;
        text-align: left;
    }

    .about-card a p:nth-child(2) {
        padding-left: 0px;
        text-align: left;
    }

    .about-card-ar a p:nth-child(1) {
        padding-left: 0px;
        text-align: right;
        margin: 10px 0;
    }

    .about-card-ar a p:nth-child(1) {
        padding-left: 0px;
        text-align: right;
    }

    .about-card-ar a p:nth-child(2) {
        padding-left: 0px;
        text-align: right;
    }

    .about-brand-container > p {
        text-align: center;
        font-size: 26px;
    }

    .event-request-link {
        padding: 7px;
    }

    .chat_with_us > div {
        flex: 0 0 auto;
        width: 85%;
        margin-top:3%;
    }

    .chat-left-side-angle,
    .chat-right-side-angle {
        display: none;
    }

    .chat-container {
        padding: 10px 0px;
    }

    .mission_vision_container {
        top: 72% !important;
        position: absolute;
        left: 3% !important;
        width: 95%;
        border-radius: 4px 0px 0px 0px;
        border: 0.5px solid lightgray;
    }

    .ezes-legend-story {
        top: 70% !important;
        left: 4% !important;
        width: 90%;
        border: 0.5px solid lightgray;
    }

    .feedback-text p {
        font-weight: 700;
        font-size: 23px;
    }

    .ezes-img-wrapper {
        background-image: url(/Images/About-Us/ezes-mobile-bg.jpg);
        background-position: top;
    }

    .our-story-label-container-hidden,
    .our-facilities-label-container-hidden,
    .event-label-container-hidden,
    .contact-label-container-hidden,
    .specialtie-label-container-hidden {
        display: block !important;
        font-size: 23px;
        text-align: center;
    }

    .our_story_article,
    .our_facilities_article,
    .event_article,
    .specialtie_article {
        font-size: 18px;
        margin-top: 0;
    }

    .importance_article {
        display: none;
    }

    .contact-ezes-article > div {
        text-align: center;
        background-color: white;
        position: absolute;
        max-height: 500px;
        top: -165px;
        width: 85%;
        left: 7%;
        border-radius: 5px;
        border: 1px solid #00000036;
    }

    .specialtie-ezes-article > div {
        position: absolute;
        width: Fixed (306.91px)px;
        height: Hug (249.02px)px;
        left: 10%;
        right: 10%;
        padding: 16px 0px 0px 0px;
        gap: 4px;
        border-radius: 4px 0px 0px 0px;
        bottom: 32px;
        position: absolute;
        border: 0.5px solid lightgray;
    }

    .story-of-ezes-article > div {
        top: -254px;
        position: absolute;
        border: 0.5px solid lightgray;
    }

    .event-ezes-article > div {
        position: absolute;
        left: 10%;
        right: 10%;
        padding: 16px 0px 0px 0px;
        gap: 4px;
        border-radius: 4px 0px 0px 0px;
        bottom: 63px;
        position: absolute;
        border: 0.5px solid lightgray;
        height: fit-content;
    }

    .margin-horizontly {
        margin: 136px 0;
    }

    .our-facilities-article > div {
        box-shadow: 0 1px 4px #0000001c;
        position: absolute;
        bottom: 70px;
        background-color: white;
        border-radius: 4px;
        right: 10%;
        left: 10%;
    }

    .content {
        margin-top: 184px;
    }

    .facilities-image-wrapper {
        border-top: 11px solid var(--inquire-link);
    }

    .specialtie-img-wrapper + .container {
        margin-top: 153px;
    }

    .our_story_article,
    .our_facilities_article,
    .event_article,
    .importance_article,
    .specialtie_article {
        font-size: 16px;
        text-align: center;
        top: 13px;
    }

    .event-img-wrap {
        width: 100%;
    }

    .event-card-wrappeer a {
        display: flex;
        align-items: center;
    }

    .contact-page-img-wrapper {
        background-image: url(/Images/Contact-Us/contact-page-image.jpg);
    }

    .contact-form-img {
        display: none;
    }

    .connect-box {
        width: 95%;
        top: 9%;
        left: 3%;
        background-color: white;
        text-align: center;
        position: absolute;
    }

    .mail-faq,
    .whats-app-faq {
        justify-content: center;
    }

    .social-media-platforms > div {
        justify-content: center;
    }

    .contact-info-title p {
        font-size: 20px;
    }

    .social-media-platforms p {
        font-size: 20px;
    }

    .mail-text,
    .phone-num-text {
        font-size: 14px;
    }

    .inner-bg {
        width: 25px;
        height: 25px;
    }

    .outter-bg {
        width: 40px;
        height: 40px;
    }

    .social-media-platforms i {
        font-size: 19px;
    }

    .instagram.icon,
    .facebook.icon,
    .twiiter.icon,
    .linkedin.icon {
        width: 36px;
        height: 36px;
    }

    .specialitie-card-case {
        width: 100% !important;
    }

    .events-main-container {
        margin-top: 130px;
    }

    .about-us-main-container {
        margin-top: 130px;
    }

    .estimate_links p {
        text-align: left;
    }

    .service-card-container{
        margin-top:40px;
    }

    .card-bg .card-hover-box p {
        text-align: left;
        margin: 0 0 8px 0;
    }

    .special-card {
        height: 180px;
    }
    .contact-links {
        width: auto;
    }
    .event-card-info p:nth-child(2) {
        font-size: 14px; 
    }
    }

    .our-story-label-container:not(.subSpecialization-label-container),
    .our-facilities-label-container,
    .event-label-container,
    .contact-label-container,
    .specialtie-label-container {
        display: none !important;
    }
    .feedbacks_img_wrap img{
        width:100%;
    }
    .chat_with_us {
        margin-top: 240px;
    }
}

@media(max-width:650px) {
    .no-relative-small-screen {
        position: static !important;
    }

    .ezes-legend-story {
        top: 15% !important;
        left:5% !important;
        border-radius: 4px 0px 0px 0px;
    }
}

@media(max-width:576px) {
    ::-webkit-scrollbar {
        display: none;
    }

    ::-webkit-scrollbar-track {
        display: none;
    }

    main .health_care_steps_container {
        display: none;
    }

    .brand_social_media_platform .rz-link-text {
        margin: 5px;
    }

    .health_care_heading {
        display: none;
    }

    footer {
        padding: 0 15px;
    }

    footer .footer-img-wrap {
        width: 80px;
    }

    .testimonial-wrap .our_story_img_wrap {
        height: 260px;
        margin-right: 3%;
    }

    .chat-container {
        padding: 10px 0px;
    }

    .testimonial-wrap .our_story_content {
        max-width: 700px;
        top: 73%;
        left: 9%;
        border: 1px solid;
        box-shadow: 0 0;
        text-align: center;
    }

    .testimonial-wrap .our_story_content {
        left: 10%;
        top: 73%;
        flex: 0 0 auto;
        width: 84%;
        right: 10%;
    }

    .our_story_content .our_story_heading p {
        font-size: 20px;
    }

    .our_story_content .our_story_paragraph p {
        font-size: 12px;
    }

    .testimonial-wrap .our_story_content {
        margin-left: 0px;
    }

    .our_story_img_wrap img {
        padding-left: 0px;
    }

    .testimonial-wrap::after {
        content: "";
        position: absolute;
        border: 4px solid var(--main-color);
        width: 97%;
        flex: 0 0 auto;
        height: 233px;
        margin-left: 15px;
        top: 9%;
    }

    .why_us_container .about-card {
        flex: 1 0 398px;
    }

    .why_us_container .about-card-ar {
        flex: 1 0 398px;
    }

    .why_us_container {
        padding: 0px 7px;
    }

    .mt-4 {
        text-align: center;
    }

    .about-brand-container > p {
        font-size: 20px;
    }

    .parent {
        padding: 0;
    }

    .event-request-link button {
        background-color: var(--main-button-color);
        width: 110px;
        height: 33px;
    }

    .rz-footer {
        padding-left: 0;
        padding-right: 0;
    }

    .rz-footer footer {
        padding-left: 10px;
        padding-right: 5px;
    }

    .brand_social_media_platform .social_media_brand img {
        width: 24px;
        margin: 0 -2px;
    }

    .home-page-contact-btn button {
        width: 117px;
        height: 43px;
    }

    .margin-horizontly {
        margin: 136px 0 186px;
    }

    .about-us-main-container {
        margin-top: 130px;
        margin-bottom: 100px;
    }

    .facilitie-service-container .facilitie-card-option {
        flex: 1 0 244px !important;
        box-shadow: 0 0;
        border-top: 7px solid var(--inquire-link) !important;
    }

    .facilitie-card-option {
        border-top: 7px solid var(--inquire-link) !important;
    }

     .facilitie-card-option a {
        display: flex;
        flex-direction: column;
        align-items: center;
     }

    .facilitie-card-option a .facilitie-card-img {
       width: 100%;
    }

    .facilitie-text-box p:nth-child(1) {
        font-size: 16px !important;
    }

    .facilitie-text-box p:nth-child(2) {
        font-size: 14px !important;
    }

    .story-of-ezes-article > div {
        top: -250px !important;
        position: absolute;
        padding: 16px 0px 0px 0px;
        gap: 4px;
        border-radius: 4px 0px 0px 0px;
        margin-right: 0%;
    }
    .chat_with_us {
        width: auto;
    }
}

@media(max-width:580px) {
    .ezes-legend-story {
        top: 74% !important;
        left: 4% !important;
        width: 90% !important;
    }

    .facilities-text {
        font-size: 13px !important;
    }
   
}

@media(max-width:576px) {
    .about-card-text-info {
        flex-direction: column-reverse;
    }

    .ezes-legend-story {
        top: 15% !important;
        left: 5% !important;
    }
    .why_us_container .about-card {
        padding: 0;
    }

    .about-card a p:nth-child(2) {
        font-size: 15px;
    }
    .speacilaization-main-page .operation-page-img-wrapper + div {
        display: flex ;
        justify-content: center;
    }
    .subSpecialization-label-container {
        left: ;
    }
}


@media(max-width:452px) {
    .story-of-ezes-article > div {
        top: -250px !important;
        position: absolute;
        left: 20px;
        right: 20px;
        gap: 4px;
        border-radius: 4px 0px 0px 0px;
    }

    .our_story_article {
        font-size: 12px !important;
    }

    .facilities-text {
        font-size: 14px !important;
    }
    
}

@media(max-width:429px) {
    .our_story_article {
        font-size: 14px !important;
    }
    .chat_with_us {
        margin-top: 280px;
    }
}
@media(max-width:370px)
{
    .feedbacks_text {
        left: 13% !important;
        width: 65% !important;
    }
}

@media(max-width:350px) {
    .story-of-ezes-article > div {
        top: -250px !important;
        border-radius: 4px 0px 0px 0px;
        margin-right: 0%;
    }

    .feedbacks_text {
        left: 13% !important;
        width: 65% !important;
   
    }
}

@media(max-width:320px) {
    .story-of-ezes-article > div {
        width: 95%;
        top: 258px;
        margin-left: -4%;
        text-align: center;
        gap: 4px;
        border-radius: 4px 0px 0px 0px;
    }

    .our_story_article {
        font-size: 13px !important;
    }

    .ezes-legend-story {
        top: 14% !important;
        border-radius: 4px 0px 0px 0px;
    }

    .specialtie-ezes-article > div {
        padding: 16px 0px 0px 0px;
        gap: 4px;
        border-radius: 4px 0px 0px 0px;
        position: absolute;
        border: 0.5px solid lightgray;
        margin-top: -15%;
        margin-bottom: -15px;
        height: fit-content;
        left: 8%;
    }

    .facilities-text {
        font-family: 'Cairo', sans-serif;
        font-size: 12px;
        font-weight: 400;
        line-height: 30.98px;
        color: black;
    }

    .our-facilities-article > div {
        box-shadow: 0 1px 4px #0000001c;
        position: absolute;
        background-color: white;
        border-radius: 4px;
        width: 95%;
        right: 10px !important;
        left: 10px !important;
    }

    .event-ezes-article position-relative,
    .event-ezes-article > div {
        padding: 16px 0px 0px 0px;
        gap: 4px;
        left: 8%;
        border-radius: 4px 0px 0px 0px;
        bottom: 50%;
        position: absolute;
        border: 0.5px solid lightgray;
        height: fit-content;
        top: -259px;
    }

    .event_article {
        font-size: 12px !important;
        text-align: center;
    }
    .feedbacks_text {
        left: 14% !important;
    }
}

/*sidebar loclaization*/
.rz-panel-menu .rz-navigation-menu .rz-navigation-item-wrapper {
    background-color: transparent;
}

.rz-panel-menu .rz-navigation-item-text {
    color: black;
}



.noscroll {

    overflow: hidden;
    height : 100vh;
  
}
