@charset "UTF-8";

.slider-overlay {
    position: relative;
    margin-top: -12rem;
    z-index: 99
}

.slider-overlay .h6 {
    font-size: calc(var(--fnt-size-1x) - .2rem)
}

.overlay-bg {
    border-radius: var(--spc-20x);
    padding: var(--spc-2x) var(--spc-3x);
    display: flex;
    align-items: center;
    gap: var(--spc-2x);
    margin-bottom: var(--spc-2x)
}

.overlay-bg__times {
    display: flex;
    gap: 8px
}

.overlay-bg .icon {
    width: var(--spc-4x);
    height: var(--spc-4x)
}

.overlay-bg p {
    margin: var(--spc-1x) 0 0 0;
    font-size: 1.3rem
}

.overlay-bg.opening {
    background-color: #233859
}

.overlay-bg.opening p {
    color: #e8eaee
}

.overlay-bg.opening .overlay-bg__icon {
    fill: #a7afbc
}

.overlay-bg.opening .overlay-bg__block {
    flex: 1
}

.overlay-bg.nearest-branch {
    cursor: pointer;
    background-color: #8cc63f
}

.overlay-bg.nearest-branch .h6 {
    color: #233859
}

.overlay-bg.nearest-branch p {
    color: #fff
}

.overlay-bg.nearest-branch .overlay-bg__icon {
    fill: #d1e8b2
}

.services-nav {
    display: flex;
    flex-wrap: wrap;
    gap: var(--spc-2x)
}

.services-nav .btn {
    background-color: #f3f9eb;
    color: #8cc63f;
    flex: 1 1 auto
}

.services-nav .btn .icon {
    fill: #8cc63f;
    width: var(--spc-4x);
    height: var(--spc-4x);
    margin-left: var(--spc-1x)
}

.services-nav .btn.active,
.services-nav .btn:hover {
    background-color: #8cc63f;
    color: #fff
}

.services-nav .btn.active .icon,
.services-nav .btn:hover .icon {
    fill: #fff
}

.statistics {
    margin: var(--spc-4x) 0
}

.statistics__container {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: var(--spc-3x)
}

.statistics .statistic {
    background-color: #f3f9eb;
    padding: var(--spc-2x) var(--spc-4x);
    border-radius: var(--spc-3x);
    position: relative;
    flex: 1;
    transition: all .5s cubic-bezier(0, 0, .2, 1)
}

.statistics .statistic__icon {
    position: absolute;
    top: var(--spc-2x);
    left: var(--spc-3x);
    bottom: var(--spc-2x);
    right: 65%;
    z-index: -1;
    transition: all .5s cubic-bezier(0, 0, .2, 1)
}

.statistics .statistic__icon .icon {
    height: 100%;
    width: 100%;
    fill: #d1e8b2
}

.statistics .statistic .small {
    color: #897b72
}

.statistics .statistic .h3 {
    color: #8cc63f
}

.statistics .statistic .lead {
    font-size: var(--fnt-size-1x);
    font-weight: 500;
    color: #3b2314
}

.statistics .statistic:hover {
    background-color: #8cc63f
}

.statistics .statistic .h3,
.statistics .statistic .lead,
.statistics .statistic .small {
    transition: all .5s cubic-bezier(0, 0, .2, 1)
}

.statistics .statistic:hover .lead,
.statistics .statistic:hover .small {
    color: #e8f4d8
}

.statistics .statistic:hover .statistic__icon {
    right: 75%
}

.statistics .statistic:hover .h3 {
    color: #fff
}

.book-now {
    background-color: #8cc63f;
    background: transparent linear-gradient(265deg, #a3d165 0, #8cc63f 100%);
    padding: var(--spc-8x) 0
}

.book-now h2 {
    color: #fff
}

.services__container {
    display: flex;
    align-items: center;
    gap: var(--spc-3x)
}

.services .service {
    position: relative;
    flex: 1;
    border-radius: var(--spc-3x);
    transform: translateZ(0);
    overflow: hidden
}

.services .service:hover .service__image::before {
    top: -10%
}

.services .service:hover .service__image img {
    transform: scale(1.2)
}

.services .service__image {
    height: 33rem;
    width: 100%;
    position: relative
}

.services .service__image::before {
    content: "";
    background: transparent linear-gradient(0deg, #f3f9eb 0, rgba(255, 255, 255, .84) 37%, rgba(255, 255, 255, 0) 100%);
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    bottom: 0;
    transition: all .5s cubic-bezier(0, 0, .2, 1);
    z-index: 1
}

.services .service__image img {
    transition: all .5s cubic-bezier(0, 0, .2, 1);
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}

.services .service__title {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    padding: var(--spc-3x) var(--spc-4x)
}

.installments {
    background-color: #f3f9eb;
    position: relative;
    margin-top: var(--spc-4x);
    margin-bottom: var(--spc-4x)
}

.installments::after,
.installments::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    background-repeat: repeat-x;
    background-size: 7rem;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='130.344' height='75' viewBox='0 0 130.344 75'%3E%3Cpath id='Union_4' data-name='Union 4' d='M-10466.411-8676.009a29.872,29.872,0,0,1-7.719,1.008,29.812,29.812,0,0,1-9.566-1.564,29.91,29.91,0,0,1-26.762,16.564,29.954,29.954,0,0,1-29.914-30,29.955,29.955,0,0,1,29.914-30,29.829,29.829,0,0,1,9.57,1.568A29.907,29.907,0,0,1-10474.13-8735a29.9,29.9,0,0,1,26.469,16.014,29.84,29.84,0,0,1,7.719-1.01,29.955,29.955,0,0,1,29.914,30,29.954,29.954,0,0,1-29.914,30A29.9,29.9,0,0,1-10466.411-8676.009Z' transform='translate(10540.372 8735.001)' fill='%23f3f9eb'/%3E%3C/svg%3E%0A");
    z-index: -1
}

.installments::before {
    top: -2rem;
    height: 2rem
}

.installments::after {
    bottom: -2rem;
    height: 2rem;
    transform: scaleY(-1)
}

.installments__container {
    display: flex;
    align-items: center
}

.installments__text {
    padding-top: var(--spc-10x);
    padding-bottom: var(--spc-10x);
    order: 2;
    flex: 1
}

.installments__image {
    flex: 1.1
}

.installments__image img {
    width: 706px;
    height: 382px
}

.installments__partners {
    display: flex;
    gap: var(--spc-1x);
    margin: var(--spc-2x) 0 var(--spc-3x);
    flex-wrap: wrap;
}

.installments__partner {
    height: 64px;
    background: #fff;
    padding: var(--spc-1x) var(--spc-3x);
    border-radius: var(--spc-3x)
}

.installments__partner img {
    height: 100%
}

.doctor {
    background-color: #f3f9eb;
    border-radius: var(--spc-3x);
    padding: var(--spc-1x) var(--spc-1x) var(--spc-2x);
    text-align: center;
    overflow: hidden;
    transform: translateZ(0)
}

.doctor__image {
    height: 20rem;
    border-radius: var(--spc-2x);
    transform: translateZ(0);
    overflow: hidden
}

.doctor__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}

.doctor__info .h5 {
    font-size: var(--fnt-size-1x);
    margin: var(--spc-2x) 0 var(--spc-1x)
}

.doctor__branch,
.doctor__department {
    font-size: 1.3rem;
    font-weight: 500
}

.doctor__department {
    margin-bottom: var(--spc-1x)
}

.doctor__branch {
    margin-bottom: var(--spc-2x)
}

.doctor .btn {
    padding: var(--spc-1x) var(--spc-3x);
    min-height: var(--spc-6x)
}

.doctor__actions {
    gap: var(--spc-x)
}

.reviews {
    padding-top: 0;
    padding-bottom: 0
}

.reviews .testimonial,
.reviews .video__thumb {
    min-height: 40rem
}

.reviews .testimonial {
    background-color: #f3f9eb;
    padding: var(--spc-4x) var(--spc-9x);
    border-radius: var(--spc-3x)
}

.reviews .testimonial .icon {
    fill: #8cc63f;
    margin-bottom: var(--spc-2x);
    width: var(--spc-3x);
    height: var(--spc-3x)
}

.reviews .testimonial p {
    font-size: calc(var(--fnt-size-1x) + .2rem)
}

.reviews .testimonial .rate .icon {
    height: 16px;
    width: 16px;
    fill: #ffc107;
    margin: var(--spc-1x) -2px -2px 0
}

.reviews .video {
    width: 100%;
    cursor: pointer;
    position: relative
}

.reviews .video__thumb {
    height: 40rem;
    border-radius: var(--spc-3x);
    overflow: hidden
}

.reviews .video__thumb img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}

.reviews .video__btn-container {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center
}

.reviews .video__btn-container .btn-icon {
    fill: #8cc63f
}

.reviews .video__btn {
    width: var(--spc-8x);
    height: var(--spc-8x);
    background-color: #fff;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative
}

.reviews .video__btn::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background-color: #fff;
    border-radius: 100%;
    opacity: .5;
    -webkit-animation: scale 1.4s ease-in-out infinite;
    animation: scale 1.4s ease-in-out infinite
}

.blog__article {
    display: flex;
    margin-bottom: var(--spc-3x)
}

.blog__article-photo {
    flex: 1.5;
    height: 20rem;
    border-radius: var(--spc-3x);
    overflow: hidden;
    transform: translateZ(0);
    width: 100%;
    margin-left: var(--spc-3x)
}

.blog__article-photo img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    transition: all .5s cubic-bezier(0, 0, .2, 1)
}

.blog__article:hover img {
    transform: scale(1.2)
}

.blog__article:hover .h5 {
    color: #8cc63f
}

.blog__article-info {
    flex: 2;
    width: 100%
}

.blog__article-info .h5 {
    font-size: var(--fnt-size-1x);
    margin-bottom: var(--spc-1x);
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    transition: all .5s cubic-bezier(0, 0, .2, 1)
}

.blog__article-info p {
    margin-bottom: var(--spc-x);
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3
}

.blog__article-info .date {
    color: #897b72
}

.slider {
    position: relative
}

.slider::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 230px;
    background: transparent linear-gradient(180deg, #f3f9eb, rgba(255, 255, 255, .8) 25%, rgba(255, 255, 255, 0) 90%);
    z-index: 2
}

.slider::after {
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg id='Group_1264' data-name='Group 1264' xmlns='http://www.w3.org/2000/svg' width='1920' height='214' viewBox='0 0 1920 214'%3E%3Cpath id='Path_1784' data-name='Path 1784' d='M1920,11.456c-224.6,84.1-409.8,87.38-536,91.559C1039.5,114.361,875.3,7.177,494,2.5,282.5-.088,110,50.17,0,75.15V126.4H1920Z' transform='translate(0 -2.403)' fill='%23fff' opacity='0.16'/%3E%3Cpath id='Path_1785' data-name='Path 1785' d='M1920,9.5c-224.6,84.071-409.8,105.263-536,109.441C1039.5,130.284,875.3,23.13,494,18.454A2115.318,2115.318,0,0,0,0,71.185V216.4H1920Z' transform='translate(0 -2.403)' fill='%23fff'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10;
    height: 6vw
}

.slider__slide {
    position: relative
}

.slider__slide::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: transparent linear-gradient(to bottom left, rgba(255, 255, 255, .7) 0, rgba(255, 255, 255, .8) 30%, rgba(255, 255, 255, 0) 80%) 50% 0 no-repeat;
    z-index: 3
}

.slider__image {
    height: 95rem
}

.slider__image img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    pointer-events: none;
    opacity: 1
}

.slider__text {
    position: absolute;
    z-index: 99;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start
}

.slider__text h1,
.slider__text p {
    margin-bottom: var(--spc-2x);
    max-width: 60%
}

.about__image {
    gap: var(--spc-2x)
}

.about__image-container {
    flex: 1;
    height: 40rem
}

.about__image-container img {
    width: 100%;
    height: 100%;
    flex: 1;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    border-radius: var(--spc-3x)
}

.ram-cards {
    padding-bottom: var(--spc-10x)
}

.ram-cards .ram__card {
    position: relative;
    border-radius: var(--spc-3x);
    overflow: hidden;
    transform: translateZ(0)
}

.ram-cards .ram__card-image {
    height: 21rem;
    width: 100%;
    margin-right: 25%;
    background-color: #f3f9eb
}

.ram-cards .ram__card-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    transition: all .5s cubic-bezier(0, 0, .2, 1)
}

.ram-cards .ram__card:hover img {
    transform: scale(1.4)
}

.ram-cards .ram__card-text {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    padding: var(--spc-2x) var(--spc-4x);
    padding-left: 20%;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    background: #fff;
    background: linear-gradient(calc(-251deg * -1), #f3f9eb 0, #f3f9eb 50%, rgba(255, 255, 255, 0) 100%) padding-box
}

.ram-cards .ram__card-text p {
    margin-top: var(--spc-1x);
    margin-bottom: 0
}

.article__content code,
.article__content h1,
.article__content h2,
.article__content h3,
.article__content h4,
.article__content h5,
.article__content h6,
.article__content p,
.article__content pre {
    font-family: ram-ar !important
}

.installments__text {
    order: 1
}

.installments__image {
    order: 2
}

.overline {
    letter-spacing: 0
}

.btn-brand-link .btn-icon,
.footer::before,
.page-header::after,
.slider::after {
    transform: scaleX(-1)
}

.ram-cards .ram__card-text {
    padding-left: 30%
}

.offers-overlay-slider .offers-overlay__image {
    order: 1
}

.offers-overlay-slider .offers-overlay__image .offer-overlay__price span:nth-child(1) {
    font-size: var(--fnt-size-2x)
}

.custom-file-label::after {
    content: "إختر الملف"
}

.custom-control-label::after {
    right: -27px
}

@media (min-width:992px) {
    .overlay-bg {
        flex: 1
    }

    .blog__article-info {
        padding-left: var(--spc-3x)
    }

    .justify-content-lg-end {
        justify-content: flex-end
    }
}

@media (min-width:1200px) {
    .about__text {
        padding-left: var(--spc-8x)
    }
}

@media (max-width:1199.98px) {
    .slider-overlay {
        margin-top: 4rem
    }

    .slider-overlay__container {
        margin: auto;
        width: 100%
    }

    .services .service__image {
        height: 25rem
    }

    .installments__image img {
        max-width: 100%;
        height: 100%
    }

    .doctor .btn {
        padding: var(--spc-2x) var(--spc-2x);
        min-height: var(--spc-5x)
    }

    .doctor__actions {
        gap: var(--spc-1x);
        flex-direction: column;
        margin: 0 var(--spc-2x)
    }

    .slider__text h1,
    .slider__text p {
        max-width: 60%
    }
}

@media (max-width:991.98px) {
    .statistics .statistic {
        flex: 2 0 48%
    }

    .book-now .col-lg-6 {
        justify-content: center !important;
        text-align: center
    }

    .book-now h2 {
        margin-bottom: var(--spc-3x)
    }

    .services__container {
        flex-wrap: wrap
    }

    .services .service {
        flex: auto
    }

    .installments__container {
        flex-direction: column;
        align-items: stretch;
        text-align: center
    }

    .installments__text {
        order: 1
    }

    .installments__image {
        order: 2;
        margin-bottom: var(--spc-5x)
    }

    .installments__partners {
        justify-content: center;
        flex-wrap: wrap
    }

    .reviews .video {
        margin-top: var(--spc-2x)
    }

    .slider__image {
        height: 70rem
    }

    .slider__text h1,
    .slider__text p {
        max-width: 80%
    }

    .about__text {
        margin-bottom: var(--spc-2x)
    }

    .ram-cards .ram__card {
        margin-bottom: var(--spc-2x)
    }
}

@media (max-width:767.98px) {

    .slider__text h1,
    .slider__text p {
        max-width: 100%
    }
}

@media (max-width:575.98px) {
    .overlay-bg {
        flex-direction: column;
        border-radius: var(--spc-4x);
        text-align: center
    }

    .doctor__image {
        height: 25rem
    }

    .blog__article {
        flex-direction: column;
        margin-bottom: var(--spc-5x)
    }

    .blog__article-photo {
        margin-bottom: var(--spc-2x)
    }

    .about__image-container {
        height: 25rem
    }
}

@media (min-width:992px) and (max-width:1199.98px) {
    .slider-overlay__container {
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: stretch;
        gap: var(--spc-1x)
    }
}

@supports (-webkit-appearance:none) {

    .installments::after,
    .installments::before {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='130.344' height='75' viewBox='0 0 130.344 75'%3E%3Cpath id='Union_4' data-name='Union 4' d='M-10466.411-8676.009a29.872,29.872,0,0,1-7.719,1.008,29.812,29.812,0,0,1-9.566-1.564,29.91,29.91,0,0,1-26.762,16.564,29.954,29.954,0,0,1-29.914-30,29.955,29.955,0,0,1,29.914-30,29.829,29.829,0,0,1,9.57,1.568A29.907,29.907,0,0,1-10474.13-8735a29.9,29.9,0,0,1,26.469,16.014,29.84,29.84,0,0,1,7.719-1.01,29.955,29.955,0,0,1,29.914,30,29.954,29.954,0,0,1-29.914,30A29.9,29.9,0,0,1-10466.411-8676.009Z' transform='translate(10540.372 8735.001)' fill='%23f3f9eb'/%3E%3C/svg%3E%0A")
    }

    .slider::after {
        background-image: url("data:image/svg+xml,%3Csvg id='Group_1264' data-name='Group 1264' xmlns='http://www.w3.org/2000/svg' width='1920' height='214' viewBox='0 0 1920 214'%3E%3Cpath id='Path_1784' data-name='Path 1784' d='M1920,11.456c-224.6,84.1-409.8,87.38-536,91.559C1039.5,114.361,875.3,7.177,494,2.5,282.5-.088,110,50.17,0,75.15V126.4H1920Z' transform='translate(0 -2.403)' fill='%23fff' opacity='0.16'/%3E%3Cpath id='Path_1785' data-name='Path 1785' d='M1920,9.5c-224.6,84.071-409.8,105.263-536,109.441C1039.5,130.284,875.3,23.13,494,18.454A2115.318,2115.318,0,0,0,0,71.185V216.4H1920Z' transform='translate(0 -2.403)' fill='%23fff'/%3E%3C/svg%3E%0A")
    }
}
