.hamburger_bg {
    background: #061b3a;
}

    .hamburger_bg::before {
        background: #061b3a;
    }

    .tj-page-title {
        margin-bottom: 10%;
    }

.banner-scroll .scroll-down {
    font-size: 20px;
}

body {
    background-color: #fff;
}

.flagImg{
    max-width: 24px;
    margin-left: 5px;
}

.service-item-2 .service-inner::before {
    border-radius: 26px;
}

.arLang {
    font-family: Cairo !important;
    font-weight: bold !important;
    font-size: 12px !important;
}

.header-button .tj-primary-btn:not(:hover) .btn-icon::before {
    width: 0px;
}

.header-button .tj-primary-btn .btn-icon {
    width: 0px;
}

.header-button .tj-primary-btn {
    padding: 0px 20px 0px 20px;
    gap: 0;
}

    .header-button .tj-primary-btn .btn-text span {
        font-size: 12px;
    }

.sec-heading {
    /*margin-bottom: 0px;*/
}

.sec-heading .sub-title:before {
    content: "";
    width: 30px;
    height: 2px;
    background-color: var(--tj-color-theme-primary-2);
    display: inline-block;
}
.mainmenu ul > li > a {
    font-weight: normal;
    font-size: 14px;
}

.menu-area {
    /*justify-content: start;*/
}

.header-right-item {
    justify-content: flex-end;
    z-index: 9999;
}

.site_logo {
    z-index: 9999;
}

.site_logo .logo {
    max-width: 96px;
}
.sec-heading .sec-title {
    color: var(--ahi-text);
}

.about-content-area .desc {
    color: var(--ahi-desc-text);
}

.about-content-area {
    padding: 0px 45px 0px 15px;
}

.tj-primary-btn {
    background-color: #fff;
    padding: 6px 18px 6px 18px;
    color: #071f45;
    gap: 0;
}

    .tj-primary-btn .btn-icon {
        width: 0px;
        height: 32px;
    }

    .tj-primary-btn .btn-icon::before {
        width: 0px;
        background-color: #071f45;
    }

    .tj-primary-btn.style-2 {
        background-color: var(--ahi-text) !important;
        border: 1px solid var(--tj-color-border-1);
        padding: 6px 18px 6px 18px;
        text-align: center;
        gap: 0;
    }

    .header-area.header-absolute {
        background-color: transparent;
        position: absolute;
        z-index: 98;
        -webkit-backdrop-filter: blur(12px);
        backdrop-filter: blur(12px);
        background-color: #061b3aa3;
        border: 1px solid #ffffff2e;
    }

.header-area.header-duplicate {
    background-color: transparent;
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
    background-color: #061b3aa3;
}

.tj-banner-section {
    z-index: 1;
    margin: 0 0px;
    background-color: transparent;
    border-radius: 0px;
    padding-top: 0;
    padding-bottom: 0;
    min-height: 90vh;
}
.hero.bg-image {
    height: 90vh;
}


    .hero.bg-image.hero-video {
        position: relative;
        overflow: hidden;
        height: 100%;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .hero.bg-image.hero-video::before {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background-color: var(--primary-color);
        opacity: 70%;
        width: 100%;
        height: 100%;
        z-index: 1;
    }

.hero-video .hero-bg-video {
    position: absolute;
    position: relative;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    line-height: 1;
}

    .hero-video .hero-bg-video video {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }



.hero.bg-image.hero-video::before {
    background: linear-gradient(#0d152066, #0d152099);
}

.hero.bg-image .hero-content {
    text-align: left;
    position: absolute;
    z-index: 99999;
    /*left: 15%;*/
}

.hero-content .tj-primary-btn.bg-transparent {
    border: 1px solid #fff;
    color: #fff !important;
}
    .hero-content .tj-primary-btn.bg-transparent .btn-text {
        color: #fff !important;
    }

.banner-content {
    max-width: 800px;
    width: 100%;
}

    .banner-content .banner-title {
        color: #fff;
        letter-spacing: -.02em;
        max-width: 660px;
        margin: 8px 0 20px;
        font-size: 56px;
        font-weight: 800;
        line-height: 1.08;
    }

    .banner-content p {
        color: #ffffffd6;
        /* max-width: 560px; */
        margin: 28px 0 20px;
        font-size: 18px;
        line-height: 1.75;
        color: #ffffffd6;
        max-width: 560px;
        margin: 28px 0 20px;
        font-size: 18px;
        line-height: 1.75;
    }


.heroFactSection {
    margin-top: -90px;
    z-index: 999;
    position: relative;
    margin-bottom: 30px;
}

    .heroFactSection .funfact-3 .countup-item .inline-content {
        font-size: 44px;
    }

    .heroFactSection .funfact-3 {
        background-color: #fff;
        box-shadow: 0 8px 30px #061b3a29;
        border: 0px;
        
    }

        .heroFactSection .funfact-3 .countup-item .counter {
            color: var(--ahi-text);
        }

        .heroFactSection .funfact-3 .countup-item {
            border-right: 1px solid #dbe5f0;
        }

            .heroFactSection .funfact-3 .countup-item .count-text {
                font-size: 18px;
                color: #5ac6ea;
                margin-top: 12px;
                font-size: 16px;
                font-weight: 800;
                line-height: 1.35;
                display: block;
            }

    .heroFactSection .count-plus{
        color: #071f45;
    }

    .countup-item:before,
    .countup-itema:after {
        display: none;
    }

.funfact-3 .countup-item:not(:last-child)::after {
    display: none;
}

.accreditationsServicesSection .service-item-3.service-item .service-content {
    max-width: 100%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    gap: 15px;
    flex-direction: column;
    color: #fff;
}

.accreditationsServicesSection ul {
    list-style: none;
}

    .accreditationsServicesSection ul li {
        display: flex;
        justify-content: flex-start;
        margin-bottom: 2%;
    }

        .accreditationsServicesSection ul li i {
            padding-right: 5px;
        }

.about-left {
    height: 100%;
}

   .about-left .about-img {
        height: 100%;
        border-radius: 12px;
    }

.jarallax-container {
    border-radius: 12px;
}

.about-img {
    mask: unset;
}

.tj-about-section{
    background: #fff;
    padding-top:90px;
}

/*map*/

.mapSection {
    background: #000;
    color: var(--ahi-white);
    background-color: #050f1e;
    background-image: radial-gradient(circle at 86% 14%, #ed1b2f47, #0000 30%), radial-gradient(circle at 14% 78%, #50acff38, #0000 34%), linear-gradient(160deg, #0d2548 0%, #061224 100%);
    border-top: 2px solid #ffffff0f;
    color: #fff;
    background-color: #0d1520;
}
.locker__container svg {
    /*transform: rotateX(30deg) rotateZ(-7deg) scale(1.05);*/
}

.locker__container .cls-1:hover {
    fill: #071f45 !important;
}

.locker__container .cls-1.active {
    fill: #071f45 !important;
    stroke: rgb(26, 95, 168);
    stroke-width: 0.8;
}

.cls-1 {
    fill: transparent; /* IMPORTANT */
    stroke: #fff;
    stroke-miterlimit: 10;
    pointer-events: all;
    cursor: pointer;
}

.noCountry {
    fill: #c2c2c2 !important;
    pointer-events: all;
    cursor: unset;
}

    .noCountry.cls-1:hover {
        fill: #c2c2c2 !important;
    }

    .noCountry.active {
        fill: #c2c2c2 !important;
    }

.tooltip {
    position: absolute;
    background: rgba(0,0,0,0.85);
    color: #fff;
    padding: 6px 10px;
    font-size: 12px;
    border-radius: 4px;
    pointer-events: none;
    opacity: 0;
    transform: translate(10px, 10px);
    transition: opacity 0.1s ease;
    white-space: nowrap;
    z-index: 9999;
}

.map-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}

.world-map {
    width: 100%;
    height: auto;
    display: block;
}

.hotspot-group {
    position: absolute;
    transform: translate(-50%, -50%);
    pointer-events: none; /* label container does not block map */
}

.hotspot {
    width: 12px;
    height: 12px;
    background: red;
    border-radius: 50%;
    position: relative;
    z-index: 2;
}

.label {
    position: absolute;
    top: -25px;
    left: 15px;
    background: rgba(0,0,0,0.7);
    color: #fff;
    padding: 3px 8px;
    font-size: 12px;
    border-radius: 4px;
    white-space: nowrap;
}


@keyframes pulse {
    0% {
        transform: scale(1);
        opacity: 1;
    }

    70% {
        transform: scale(1.8);
        opacity: 0.3;
    }

    100% {
        transform: scale(1);
        opacity: 0;
    }
}


.hotspot circle {
   
    animation: pulse 1.5s infinite;
}

/**/

.project-content .content-inner {
    max-width: 90%;
}


.mapSection .sec-heading.style-3 .sub-title {
    color: var(--tj-color-theme-primary);
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 0;
    border: 0px solid var(--tj-color-border-1);
    background-color: transparent;
    padding: 5px 10px;
    border-radius: 40px;
}

.mapSection .services_tabs {
    position: relative;
    list-style: none;
    background-color: transparent;
    border: 0px solid var(--tj-color-border-1);
    border-radius: 0px;
    padding: 8px 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: flex-start;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
    row-gap: 10px;
    z-index: 1;
}

.mapSection .about-funfact .inline-content {
    color: var(--tj-color-theme-primary);
    font-size: 16px;
    margin: 0px;
    display: flex;
    align-items: flex-start;
    margin-bottom: 18px;
    margin-top: 6px;
}

.mapSection .about-funfact .count-plus {
    display: flex;
    align-items: center;
}

.mapSection .about-funfact .count-text {
    /*margin-bottom: 18px;
    margin-top: 6px;*/
    line-height: 1 !important;
    color: var(--tj-color-text-body);
    font-weight: 200;
}

.mapSection .about-funfact .inline-content sup {
    font-size: 18px;
    top: unset;
    -webkit-padding-start: 0px;
    padding-inline-start: 0;
    padding-right: 4px;
}

.mapSection .about-funfact .count-plus span {
    padding-right: 4px;
}
.mapSection .choose-box {
    background-color: var(--tj-color-theme-bg);
    border-radius: 12px;
    overflow: hidden;
    position: relative;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    color: var(--ahi-white);
    background-color: #ffffff1a;
    border: 0px solid #ffffff42;
    border-radius: 32px;
}

.h3-service-section .sec-heading-inner .sec-title{
    color: #fff;
}

.mapSection .services_tabs .service_tab_item.active {
    background-color: #ffffff80;
    padding: 6px 18px 6px 18px;
    color: #fff;
    cursor: pointer;
    border-radius: 50px;
}

.mapSection .choose-box.h4-choose .title {
    font-size: 16px;
}

.mapSection .choose-box .desc {
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 100;
    line-height: 1.3;
}

.mapSection .about-funfact {
    display: flex;
    gap: 0px;
    flex-wrap: wrap;
    align-content: flex-start;
}

    .mapSection .about-funfact .countup-item {
        width: 50%;
        max-width: 50%;
        width: 100%;
        max-width: 100%;
    }

.mapSection .about-funfact .countup-item:not(:last-child)::after {
    display: none;
}


.mapSection .services_tabs .service_tab_item {
    background-color: #071f45;
    padding: 6px 18px 6px 18px;
    color: #fff;
    cursor: pointer;
    border-radius: 50px;
}

.mapSection .sec-heading {
    margin-bottom: 15px;
}

.mapSection .services_tabs .service_tab_item:hover .button_inner span {
    background-color: red;
}

    .mapSection .services_tabs .service_tab_item:not(.active) {
        border: 1px solid var(--tj-color-heading-primary);
    }

.services_tabs .service_tab_item:not(.active) span:not(.button_inner) {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    background-color: #dcdcdc;
}

.mapSection .sec-heading-inner {
    flex-direction: column;
    align-content: flex-start;
    align-items: flex-start;
}

.homeServicesSection .sec-heading .sec-title {
    color: #fff;
}

    .homeServicesSection .sec-heading .sec-title span {
        color: #fff;
    }

.homeServicesSection .service-item-3.service-item .service-inner {
    border-radius: 32px;
    min-height: 100px;
    padding: 22px 30px;
}
.homeServicesSection .sec-heading.tj-sticky-item {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    color: #fff;
    background-color: #071f45;
    border: 1px solid #ffffff42;
    border-radius: 32px;
    flex-direction: column;
    justify-content: space-between;
    align-self: start;
    padding: 38px;
    display: flex;
    position: sticky;
    top: 0px;
    box-shadow: 0 24px 55px #061b3a38;
    height: calc(100% - 30px);
    background: #000;
    color: var(--ahi-white);
    background-color: #050f1e;
    background-image: radial-gradient(circle at 86% 14%, #ed1b2f47, #0000 30%), radial-gradient(circle at 14% 78%, #50acff38, #0000 34%), linear-gradient(160deg, #0d2548 0%, #061224 100%);
}

.homeServicesSection .service-item-3.service-item .service-content {
    max-width: 100%;
    width: 100%;
    gap: 22px;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.homeServicesSection .service-content .iconService {
    width: 46px;
}

.homeServicesSection .service-item-3.service-item .desc {
    max-width: 50%;
    width: 100%;
}

.homeServicesSection .service-icon {
    width: 64px;
    height: 64px;
    background-color: #ffffff;
    border: 1px solid var(--tj-color-border-1);
}

.homeServicesSection .service-item-3.service-item .title {
    margin-top: 0px;
    margin-bottom: 0;
    width: calc(100% - 74px);
    font-size: 18px;
}



.mapSection .choose-box.h4-choose .choose-content {
    padding: 15px 15px;
}

.mapSection .choose-box.h4-choose .choose-inner {
    padding: 0;
    border: 0px solid var(--tj-color-border-1);
}

.homeServicesSection .service-item-3.service-item .service-img::before {
    background-color: #071f45;
}

.homeServicesSection .service-inner {
    background-color: #071f45;
}

.homeServicesSection .sec-heading .desc {
    color: #061b3ab0;
    color: #fff;
    margin: 4px 0 0;
    font-size: 16px;
    line-height: 1.6;
    margin-top: 5%;
}

.service-item-3.service-item .tj-icon-btn {
    background-color: var(--tj-color-text-body-2);
}

.newsSection {
    background-color: #f8f9fb;
}

    .newsSection .slider-next .anim-icon i, .newsSection .slider-prev .anim-icon i {
        color: var(--tj-color-theme-dark);
    }

    .newsSection .blog-item {
        background-color: #fff;
        padding: 0;
        box-shadow: 0 14px 40px #061b3a14;
    }

        .newsSection .blog-item .blog-content {
            padding: 25px 25px 25px 25px;
        }

        .newsSection .blog-item .title {
            color: var(--ahi-text);
            letter-spacing: -.04em;
            margin: 0 0 14px;
            font-size: 24px;
            font-weight: 900;
            line-height: 1.12;
        }

    .newsSection .excerpt {
        color: #60708a;
        margin: 0 0 18px;
        font-size: 14px;
        line-height: 1.65;
    }

    .newsSection .blog-item .tj-text-btn {
        margin-top: 23px;
        color: var(--ahi-text);
        font-size: 13px;
        font-weight: 900;
    }

    .newsSection .blog-item .categories a {
        background-color: #fff;
        color: var(--tj-color-theme-primary);
        border: 0px;
        padding: 0;
    }

    .newsSection .blog-meta span a {
        color: #333;
        font-size: 14px;
    }

    .newsSection .blog-meta {
        gap: 0;
    }

.sustainabilitySection {
    padding: 88px 0 0 0;
}

.joinSection {
    padding: 88px 0 0 0;
}

.membersSection {
    padding: 50px 0 0 0;
}

.sustainabilitySection .cta-area {
    opacity: 1;
    /* grid-column-gap: 48px; */
    /* grid-row-gap: 48px; */
    border-top-left-radius: 36px;
    border-top-right-radius: 36px;
    border-bottom-left-radius: 36px;
    border-bottom-right-radius: 36px;
    background-color: #061b3a;
    color: #fff;
    box-shadow: var(--ahi-shadow);
    /* align-items: center; */
    padding: 52px;
    /* display: grid; */
    /* position: relative; */
    /* overflow: hidden;*/
}


    .sustainabilitySection .sec-heading .sec-title{
        color: #fff;
    }

    .sustainabilitySection .h8-choose-box .choose-box {
        -webkit-backdrop-filter: blur(6px);
        backdrop-filter: blur(6px);
        color: #fff;
        background-color: #ffffff1a;
        border: 1px solid #ffffff3d;
        border-radius: 26px;
        flex-direction: column;
        padding: 24px;
    }

    .sustainabilitySection .title {
        margin-bottom: 18px;
        font-size: 52px;
        font-weight: 900;
        line-height: 1;
    }

    .sustainabilitySection .choose-content .desc {
        color: #fff;
        margin: 0;
        font-size: 18px;
        font-weight: 900;
    }

.joinSection .cta-area {
    translate: none;
    rotate: none;
    scale: none;
    transform: translate(0px, 0px);
    opacity: 1;
    color: var(--ahi-white);
    background-image: linear-gradient(135deg, #ed1b2ff5, #b90e21f0);
    justify-content: space-between;
    align-items: center;
    padding: 48px 52px;
    display: flex;
    position: relative;
    overflow: hidden;
    box-shadow: 0 24px 56px #ed1b2f38;
    background-color: #fff;
    border-radius: 36px;
}

.joinSection .sec-title {
    color: #fff;
}

.joinSection .desc {
    color: #ffffffd1;
    margin: 12px 0 0;
    font-size: 16px;
}

.tj-footer-section.footer-4 {
    border-radius: 0;
    background-color: #061b3a;
    color: #ffffffc7;
    margin-top: 5%;
}

.tj-primary-btn.secBtn {
    background-color: #071f45;
    padding: 6px 18px 6px 18px;
    color: #fff;
}

    .tj-primary-btn.secBtn .btn-text {
        color: #fff;
    }

.footer-cta-content img{
    max-width: 200px;
    /*background: #fff;*/
}

.membersSection .cta-area {
    background: #f8f9fb;
    border-radius: 22px;
    backdrop-filter: none;
    padding: 0px;
    text-align: center;
    display: flex;
    justify-content: center;
}

.membersSection .cta-right111 {
    display: flex;
    justify-content: center;
    align-items: center;
}

.membersSection .h7-about-content .sec-heading {
    margin-bottom: 0;
    margin-right: 40px;
}

.footer-4 .footer-main-area {
    padding: 120px 0 40px;
}
/* hospitals*/
.bannerSubTitle {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 4px;
    color: var(--tj-color-theme-primary);
    font-size: 15px;
    line-height: 1;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    font-weight: var(--tj-fw-medium);
    margin-bottom: 18px;
    position: relative;
    -webkit-transition: none;
    transition: none;
    color: var(--tj-color-theme-primary-2);
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 0;
    border: 0px solid var(--tj-color-border-1);
    background-color: transparent;
    padding: 5px 10px;
    border-radius: 40px;
}

    .bannerSubTitle:before {
        content: "";
        width: 30px;
        height: 2px;
        background-color: var(--tj-color-theme-primary-2);
        display: inline-block;
    }

.tj-page-link {
    border-radius: 0;
    background: transparent !important;
}
.tj-page-header {
    position: relative;
    margin: 0;
    background-color: var(--tj-color-theme-bg);
    padding-top: 272px;
    padding-bottom: 160px;
    border-radius: 0;
    position: relative;
    overflow: hidden;
    z-index: 1;
    background-color: transparent;
    /*background-image: linear-gradient(135deg, #0d1520, #1a2540);*/
}

.tj-page-header-content p{
    margin-top: 4%;
}

.tj-page-header .hero-bg {
    position: absolute;
    top: 0;
    inset-inline-start: 0;
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    /* mix-blend-mode: luminosity; */
    /* opacity: 0.15; */
    z-index: -1;
    pointer-events: none;
}

    .tj-page-header .hero-bg{
        opacity: 1;
    }

.tj-page-header::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: unset;
    inset-inline-start: unset;
    -webkit-filter: unset;
    filter: unset;
    backdrop-filter: unset;
    border-radius: unset;
    background: unset;
    opacity: 0.7;
    z-index: 99999;
    /* background-color: #071f45; */
    background-image: linear-gradient(90deg, #0d1520, #1a254000, #1a254000);
    top: 0;
}


.team-item:hover .team-img img{
    
}

.teamPage .team-item .team-content {
    padding: 30px 20px 30px 20px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.teamPage .team-item .team-img img {
    height: auto;
}

.teamPage .team-item .team-img {
    border-radius: 10px 10px 0px 0px;
}

.teamPage .team-item {
    background-color: #fff;
    border: 1px solid #fff;
    border-radius: 10px;
    padding: 0;
    background-color: var(--ahi-white);
    border-radius: 32px;
    transition: transform .2s, box-shadow .2s;
    overflow: hidden;
    box-shadow: 0 14px 40px #061b3a14;
}

.teamPage .team-item .title{
    color: var(--ahi-text);
}

    .teamPage .team-item .designation {
        font-size: 16px;
        color: var(--tj-color-text-body-2);
        line-height: 1.1;
    }

.teamPage .tj-text-btn {
    color: var(--tj-color-theme-primary-2);
}

.servicesPage .service-inner {
    position: relative;
    z-index: 1;
    grid-column-gap: 0;
    grid-row-gap: 0;
    background-color: #fff;
    border: 1px solid #00000012;
    border-radius: 14px;
    flex-direction: column;
    padding: 32px 28px;
    transition: transform .22s, box-shadow .22s;
    display: flex;
    transform: translateY(0);
    box-shadow: 0 2px 16px #0000000f;
}

.servicesPage .service-content .title {
    color: var(--ahi-text);
}

.servicesPage .service-content .desc {
    color: #6b7280;
    flex: 1;
    margin: 0;
    font-size: 14px;
    line-height: 1.65;
}

.servicesPage .service-inner .service-icon {
    color: #ed1c2e;
    background-color: #ed1b2f14;
    border-radius: 12px;
    justify-content: center;
    align-items: center;
    width: 64px;
    height: 64px;
    margin-bottom: 20px;
    font-size: 24px;
    border: none;
    padding: 6px;
}

.servicesPage .service-item-2 .service-inner::before {
    background-image: radial-gradient(circle at 80% 14%, #ed1b2f47, #0000 30%), radial-gradient(circle at 14% 78%, #50acff38, #0000 32%), linear-gradient(160deg, #0d2548, #061224);
}


.servicesPage .service-item-2:hover .service-icon img {
    filter: brightness(0) invert(1);
}

.servicesPage .service-item-2:hover .service-content .title {
    color: #fff;
}

.servicesPage .service-item-2:hover .service-content .desc {
    color: #fff;
}

.hospitalPage .post-details-wrapper .title {
    color: var(--ahi-text);
}

.hospitalPage .post-details-wrapper .blog-text {
    color: var(--ahi-text);
    font-size: 16px;
    line-height: 150%;
}


.hospitalPage .tj-post__navigation .tj-nav-post__nav a {
    color: var(--ahi-text);
}

.tj-post__navigation .tj-nav-post__nav a span {
    background-color: var(--ahi-text);
    border-radius: 50%;
    border: 1px solid var(--ahi-text);
}

.hospitalPage .tj-post__navigation {
    background-color: #fff;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 20px;
}

.hospitalPage .tj-post__navigation .tj-nav-post__grid a{
    color: var(--ahi-text);
}

.hospitalPage .blogLogo{
    margin-bottom: 5%;
    max-width: 200px;
}

.aboutPage .heroFactSection {
    margin-top: -200px;
}

.aboutPage .missionSection {
    background-color: #f8f9fb;
}

.accreditationsServicesSection .service-item-3.service-item .service-inner {
    display: flex;
    /* flex-direction: column; */
    justify-content: flex-start;
    background-color: var(--tj-color-theme-bg);
    border: 1px solid var(--tj-color-border-1);
    border-radius: 26px;
    position: relative;
    background-image: radial-gradient(circle at 86% 14%, #ed1b2f47, #0000 30%), radial-gradient(circle at 14% 78%, #50acff38, #0000 34%), linear-gradient(160deg, #0d2548 0%, #061224 100%);
    align-items: flex-start;
    align-content: flex-start;
    flex-wrap: wrap;
}


.aboutPage .service-item-3.service-item .service-inner {
    display: flex;
    /* flex-direction: column; */
    justify-content: flex-start;
    background-color: var(--tj-color-theme-bg);
    border: 1px solid var(--tj-color-border-1);
    border-radius: 26px;
    position: relative;
    background-image: radial-gradient(circle at 86% 14%, #ed1b2f47, #0000 30%), radial-gradient(circle at 14% 78%, #50acff38, #0000 34%), linear-gradient(160deg, #0d2548 0%, #061224 100%);
    align-items: flex-start;
    align-content: flex-start;
    flex-wrap: wrap;
}

.aboutPage .service-item-3.service-item .service-img::before {
    background-color:unset;
}

.aboutPage .service-item-3.service-item .desc{
    color: #fff;
    max-width: 100%;
}

.aboutPage .pillarsSection {
    background-color: #0d1520;
    background-image: radial-gradient(circle at 86% 14%, #ed1b2f47, #0000 30%), radial-gradient(circle at 14% 78%, #50acff38, #0000 34%), linear-gradient(160deg, #0d2548 0%, #061224 100%);
    border-top: 2px solid #ffffff0f;
}

    .aboutPage .pillarsSection .sec-heading {
        margin-bottom: 30px;
    }

.aboutPage .pillarsSection .service-item-2 .service-inner {
    padding-top: 35px;
    padding: 32px;
    border-radius: 10px;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    position: relative;
    z-index: 1;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -webkit-backdrop-filter: blur(6px);
    backdrop-filter: blur(6px);
    color: var(--ahi-white);
    background-color: #ffffff1a;
    border: 1px solid #ffffff3d;
    border-radius: 26px;
    flex-direction: column;
    padding: 34px 24px;
    transition: background .2s;
    display: flex;
}

    .aboutPage .pillarsSection .service-icon {
        background: none;
        padding: 0;
        border: none;
        margin: 0;
        border-radius: 0;
    }

        .aboutPage .pillarsSection .service-icon img {
            filter: brightness(0) invert(1);
            padding:15px;
            padding-left: 0px;
        }

.pillarsSection .sec-heading .sec-title{
    color: #fff;
}

.aboutPage .opearationModelSection {
    background-color: #0d1520;
    background-image: radial-gradient(circle at 86% 14%, #ed1b2f47, #0000 30%), radial-gradient(circle at 14% 78%, #50acff38, #0000 34%), linear-gradient(160deg, #0d2548 0%, #061224 100%);
    border-top: 2px solid #ffffff0f;
}

.accreditationsSection p {
    color: #4b5563;
    margin: 0;
    margin-top: 20px;
    font-size: 17px;
    line-height: 1.7;
}

    .aboutPage .opearationModelSection .sec-heading .sec-title {
        color: #fff;
        max-width: 100%;
        margin-bottom: 30px;
    }

.accreditationsSection {
    background-color: #f8f9fb;
}


    .accreditationsSection .memberImgcontent {
        display: flex;
        flex-direction: row;
        align-content: center;
        justify-content: flex-start;
        flex-wrap: nowrap;
        align-items: center;
        margin-top: 15px;
    }

        .accreditationsSection .memberImgcontent img {
            max-width: 100%;
            margin-right: 30px;
            height: 80px;
        }
.aboutPage .whyUsSection {
    background: #fff;
    padding-bottom: 0px;
}

.aboutPage .whyCol:hover {
    flex: 2 0 0%;
}

.aboutPage .whyCol.noHoverWhy:hover {
    flex: 1 0 0%;
}

    .aboutPage .whyCol:hover .title {
        font-size: 32px;
    }


    .aboutPage .whyCol:hover .desc {
        font-size: 20px;
    }

.aboutPage .whyCol .service-item-2 .service-icon {
    background: transparent;
    border: 0px solid var(--tj-color-border-1);
    opacity: 0.5;
    justify-content: flex-start;
}

.aboutPage .whyCol {
    padding: 0px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

    .aboutPage .whyCol .service-item-2 .service-inner {
        border-radius: 0px;
        background: transparent;
        min-height: 601px;
    }

    .aboutPage .whyCol .service-item-2 .title {
        margin-bottom: 23px;
        color: #071f45;
        font-size: 32px;
        min-height: 120px;
    }

    .aboutPage .whyCol .service-item-2:hover .service-inner::before {
        background-color: var(--tj-color-theme-bg);
        border: 1px solid var(--tj-color-border-1);
        border-radius: 0px;
        /* position: relative; */
            background-image: radial-gradient(circle at 86% 14%, #ed1b2f47, #0000 30%), radial-gradient(circle at 14% 78%, #50acff38, #0000 34%), linear-gradient(160deg, #0d2548 0%, #061224 100%);
        }


    .aboutPage .whyCol.noHoverWhy .service-item-2:hover .service-inner::before {
        background-color: unset;
        border: unset;
        border-radius: 0px;
        /* position: relative; */
        background-image: unset;
        content: none;
    }


.aboutPage .whyCol .service-item-2:hover .title {
    color: #fff;
}

.whyCol .service-item-2 .desc {
    color: #071f45;
    line-height: 1.4;
    font-weight: normal;
}

.aboutPage .tj-team-section .sec-heading-inner p {
    color: #4b5563;
    margin: 0;
    font-size: 17px;
    line-height: 1.7;
}

.aboutPage .tj-team-section{
    padding-bottom: 60px;
}

.aboutPage .service-item-2:hover .desc{
    color: #fff;
}

.sustainPage .sec-heading.tj-sticky-item {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    color: #fff;
    background-color: #071f45;
    border: 1px solid #ffffff42;
    border-radius: 32px;
    flex-direction: column;
    justify-content: space-between;
    align-self: start;
    padding: 38px;
    display: flex;
    position: sticky;
    top: 0px;
    box-shadow: 0 24px 55px #061b3a38;
    height: calc(100% - 30px);
    background: #000;
    color: var(--ahi-white);
    background-color: #050f1e;
    background-image: radial-gradient(circle at 86% 14%, #ed1b2f47, #0000 30%), radial-gradient(circle at 14% 78%, #50acff38, #0000 34%), linear-gradient(160deg, #0d2548 0%, #061224 100%);
}



/**/


.contactUsPage .contact-form {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    background-color: #fff;
    border: 1px solid #00000012;
    border-radius: 16px;
    flex-direction: column;
    padding: 40px;
    display: flex;
    box-shadow: 0 2px 24px #00000014;
}

.contactUsPage .contact-item.style-2 .contact-icon {
    width: 88px;
    height: 88px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: var(--tj-color-theme-dark);
    border: 0px solid var(--tj-color-border-1);
    border-radius: 50%;
    margin-bottom: 0px;
    background-color: #ed1b2f14;
    border-radius: 8px;
    flex-shrink: 0;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    display: flex;
}

.contactUsPage .contact-item.style-2 {
    border-radius: 10px;
    display: flex;
    justify-content: flex-start;
    text-align: left;
    grid-column-gap: 14px;
    grid-row-gap: 14px;
    background-color: #fff;
    border: 1px solid #00000012;
    border-radius: 14px;
    align-items: flex-start;
    padding: 32px 28px;
    display: flex;
    box-shadow: 0 2px 16px #0000000f;
}

    .contactUsPage .contact-item.style-2 p {
        max-width: 100%;
        color: var(--ahi-text);
    }

    .contactUsPage .contact-item.style-2 .contact-icon i {
        font-size: 16px;
    }

.contactUsPage .contact-item .contact-list li a {
    color: var(--ahi-text);
}

select, .nice-select, input[type=search], input[type=text], input[type=text], input[type=email], input[type=url], textarea {
    background-color: #fff;
    width: 100%;
    height: auto;
    min-height: 44px;
    font-size: var(--tj-fs-body);
    border: 1px solid #00000012;
    color: var(--ahi-text);
}


.contactUsPage .tj-primary-btn {
    background: #333;
}

.contactUsPage .tj-primary-btn .btn-text {
    color: #fff;
}

.tp-blog-list {

}

footer .download_buttons {
    margin-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

    footer .download_buttons > a {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        max-width: 121px;
        width: 100%;
    }

.app-download-link {
    color: var(--tj-color-theme-primary);
    font-weight: normal;
    text-decoration: underline;
    margin-top: 5px;
    position: relative;
    display: inline-block;
}

.back-to-top-btn {
    font-size: 20px;
}

.back-to-top-btn .back_to_top_text {
    color: var(--tj-color-theme-primary);
}


.newsPage .blog-item {
    background-color: #fff;
    padding: 0;
    box-shadow: 0 14px 40px #061b3a14;
    margin-bottom: 30px;
}

    .newsPage .blog-item .blog-content {
        padding: 25px 25px 25px 25px;
    }

    .newsPage .blog-item .title {
        color: var(--ahi-text);
        letter-spacing: -.04em;
        margin: 0 0 14px;
        font-size: 24px;
        font-weight: 900;
        line-height: 1.12;
    }

.newsPage .excerpt {
    color: #60708a;
    margin: 0 0 18px;
    font-size: 14px;
    line-height: 1.65;
}

.newsPage .blog-item .tj-text-btn {
    margin-top: 23px;
    color: var(--ahi-text);
    font-size: 13px;
    font-weight: 900;
}

.newsPage .blog-item .categories a {
    background-color: #fff;
    color: var(--tj-color-theme-primary);
    border: 0px;
    padding: 0;
}

.newsPage .blog-meta span a {
    color: #333;
    font-size: 14px;
}

.newsPage .blog-meta {
    gap: 0;
}

.newsPage .blogItemDiv{
    margin-bottom: 30px;
}

.sustainPage .accordion_item {
    color: #fff;
    justify-content: space-between;
    align-items: center;
    padding: 48px 52px;
    display: flex;
    position: relative;
    overflow: hidden;
    flex-direction: column;
    border-radius: 36px;
}

.sustainPage .accordion_item_1 {
    background: #05A805;
    background-image: linear-gradient(135deg, #32bb32, #00ae00);
    box-shadow: 0 24px 56px #05A80538;
    background-color: #05A805;
    border: 1px solid #05A805;
}

.sustainPage .accordion_item_2 {
    background: #387FE5;
    background-image: linear-gradient(135deg, #6197e3, #176ae0);
    box-shadow: 0 24px 56px #387FE538;
    background-color: #387FE5;
    border: 1px solid #387FE5;
}

.sustainPage .accordion_item_3 {
    background: #FC9808;
    background-image: linear-gradient(135deg, #f5a532, #f99300);
    box-shadow: 0 24px 56px #FC980838;
    background-color: #FC9808;
    border: 1px solid #FC9808;
}

.sustainPage .accordion_item_4 {
    background: #9859B5;
    background-image: linear-gradient(135deg, #996bae, #8e3fb2);
    box-shadow: 0 24px 56px #9859B538;
    background-color: #9859B5;
    border: 1px solid #9859B5;
}



/* ===================== PROCESS SECTION ===================== */

.cart-number,
.lnk-default span,
.play-btn,
.proz-mint:after,
.testi-head > img,
.slick-dots li button,
.ui-slider-horizontal .ui-slider-handle,
.add-to-cart,
.slider.round:before,
.cart-btn-circle,
.form-submit,
.form-submit button {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}

.section-title {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 98px;
}

    .section-title .sub-title {
        max-width: 600px;
        margin-bottom: 0;
    }

    .section-title .lnk-default2 {
        margin-left: auto;
        height: 28px;
    }

.process-section ul {
    float: left;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    list-style: none;
}

    .process-section ul li {
        float: left;
        width: 33.33%;
    }

.proz-mint {
    width: 100%;
    border-left: 2px solid #bdbdc0;
    padding: 40px 38px 49px;
    position: relative;
}

    .proz-mint:before {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 21px;
        height: 2px;
        background-color: #bdbdc0;
    }

.process-section ul li:nth-child(1) .proz-mint:before,
.process-section ul li:nth-child(2) .proz-mint:before,
.process-section ul li:nth-child(3) .proz-mint:before {
    top: 0;
    bottom: auto;
}

.process-section ul li:nth-child(1) .proz-mint,
.process-section ul li:nth-child(2) .proz-mint,
.process-section ul li:nth-child(3) .proz-mint {
    border-bottom: 2px solid #bdbdc0;
}

    .process-section ul li:nth-child(1) .proz-mint:after,
    .process-section ul li:nth-child(2) .proz-mint:after,
    .process-section ul li:nth-child(3) .proz-mint:after {
        bottom: -13px;
        top: auto;
    }

.proz-mint:after {
    content: '';
    position: absolute;
    top: -13px;
    left: -13px;
    width: 24px;
    height: 24px;
    border: 0px solid;
    background: var(--tj-color-theme-primary-2);
    z-index: 9;
}

.p-num {
    position: absolute;
    bottom: 45px;
    right: 36px;
    font-size: 26px;
    color: var(--tj-color-theme-primary-2);
    font-weight: 700;
}

.proz-mint > h3 {
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 10px;
    max-width: 90%;
}

.proz-mint > p {
    color: var(--tj-color-text-body);
    font-size: 15px;
    line-height: 21px;
    max-width: 90%;
    font-weight: 500;
}


/* -------------------------------------
 * timeline
 * ------------------------------------- */

#timeline {
    list-style: none;
    margin: 120px 0 0;
    padding: 0;
    border-top: 8px solid #eee9dc;
    display: table;
    border-spacing: 30px 0;
}

    #timeline li {
        display: table-cell;
    }

        /* for Firefox */
        #timeline li .relative {
            position: relative;
        }

    #timeline p {
        margin: 0 0 15px;
    }

.date {
    text-align: center;
    top: -55px;
    left: 0;
    right: 0;
    font-size: 0.95em;
    line-height: 20px;
    position: absolute;
}

.circle {
    margin: 0 auto;
    top: -14px;
    left: 0;
    right: 0;
    width: 10px;
    height: 10px;
    background: #48b379;
    border: 5px solid #eee9dc;
    border-radius: 50%;
    display: block;
    position: absolute;
}

.content {
    width: 200px;
    max-height: 0;
    margin-top: 40px;
    vertical-align: top;
    padding: 50px 15px 15px;
    transition: width 0.4s linear, max-height 0.4s linear;
    border-width: 2px;
    border-style: solid;
    border-radius: 0.5em;
    position: relative;
}

    .content:before, .content:after {
        content: "";
        width: 0;
        height: 0;
        border: solid transparent;
        position: absolute;
        pointer-events: none;
        bottom: 100%;
    }

    .content:before {
        border-bottom-color: inherit;
        border-width: 15px;
        left: 50%;
        margin-left: -15px;
    }

    .content:after {
        border-bottom-color: #48b379;
        border-width: 12px;
        left: 50%;
        margin-left: -12px;
    }

    .content p {
        max-height: 0;
        color: transparent;
        text-align: justify;
        word-break: break-word;
        hyphens: auto;
        overflow: hidden;
    }

label {
    font-size: 1.3em;
    position: absolute;
    z-index: 100;
    cursor: pointer;
    width: 200px;
    white-space: normal;
    text-overflow: revert-rule;
    overflow: visible;
    display: block;
    top: 60px;
    left: 15px;
}

.radio {
    display: none;
}

    .radio:checked + .relative label {
        cursor: auto;
        width: 400px;
        transition: width 0.3s linear 0.2s;
    }

    .radio:checked + .relative .circle {
        background: #f98262;
    }

    .radio:checked ~ .content {
        max-height: 180px;
        border-color: #eee9dc;
        width: 400px;
    }

        .radio:checked ~ .content p {
            max-height: 200px;
            color: #eee9dc;
            transition: color 0.3s linear 0.3s;
        }

.typeOfBusinessRelationSpan {
    width: 100%;
    position: relative;
    display: block;
    font-size: 12px;
    color: #a5b8ce;
    letter-spacing: 0;
    font-weight: normal;
    text-transform: uppercase;
}

.blog-item .blog-thumb a {
    width: 100%;
    height: 100%;
    justify-content: center;
}

.blog-item .blog-thumb img {
    width: unset;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

@media (max-width: 1599px) {
    .banner-content .banner-title {
        max-width: 100%;
        margin: 8px 0 20px;
        font-size: 48px;
    }
    .headerMainDiv {
        display: flex;
    }
    .site_logo {
        position: relative !important;
        width: 10%;
        margin-right:5%;
    }
    .header-wrapper {
        width: 60%;
    }
}

@media (max-width: 767px) {
    .site_logo {
        position: relative !important;
        width: 50%;
        float: left;
    }

    .header-wrapper {
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        z-index: 99;
        position: relative;
        width: 50%;
        justify-content: flex-end;
        height: 100%;
    }
    .heroFactSection {
        margin-top: 60px;
        background: #fff;
    }

    .hero-video .hero-bg-video {
        position: absolute;
    }

    .hero.bg-image .hero-content {
        position: relative;
        z-index: 99999;
        left: 5%;
    }

    .banner-content .banner-title {
        font-size: 26px;
        font-weight: 800;
        line-height: 1.08;
    }

    .funfact-3 .countup-item {
        max-width: 50%;
        padding: 20px 32px 15px;
    }

    .heroFactSection .funfact-3 .countup-item .inline-content {
        font-size: 24px;
    }

    .hero.bg-image.hero-video {
        height: 80vh;
    }

    .about-content-area {
        background: #fff;
    }

    .sustainabilitySection .h8-choose-box {
        margin-top: 5%;
        margin-bottom: 5%;
    }

    .homeServicesSection .service-item-3.service-item .service-content {
        max-width: 100%;
        width: 100%;
    }

    .homeServicesSection .service-item-3.service-item .desc {
        max-width: 100%;
        width: 100%;
    }

    .joinSection .cta-area {
        flex-direction: column;
        align-items: flex-start;
        align-content: flex-start;
    }

    .joinSection {
        padding: 60px 0 0 0;
        margin: 15px;
    }

    .joinSection .cta-right111 {
        margin-top: 5%;
    }

    .sustainabilitySection {
        padding: 60px 0 0 0;
        margin: 15px;
    }

    .membersSection .cta-right111 {
        flex-direction: column;
    }

    .team-details__img img {
        position: relative !important;
        height: 500px;
        object-fit: cover;
        border: 1px solid #60708a52;
        border-radius: 12px;
        width: 100%;
        height: auto;
    }

    .teamPage .tj-page-header-content {
        margin-top: 5%;
    }

    .tj-page-title {
        word-break: keep-all !important;
    }

    .tj-banner-section {
        height: auto !important;
    }

    .tj-about-section {
        padding-top: 60px !important;
    }

    .accreditationsSection .memberImgcontent {
        display: flex;
        flex-direction: column;
        align-content: center;
        justify-content: flex-start;
        flex-wrap: nowrap;
        align-items: flex-start;
        margin-top: 15px;
    }

        .accreditationsSection .memberImgcontent img {
            margin-bottom: 30px;

            height: auto !important;
            max-height: 80px !important;
        }

    .aboutPage .whyCol{
        flex: auto;
    }
    .whyCol.noHoverWhy {
        display: none;
    }

    .aboutPage .whyCol .service-item-2 .service-inner {
        min-height: auto;
    }

    .pillarsSection .service-item-2 {
        padding-bottom: 38px;
    }

    .internalPage .mapSection {
        margin-top: 0;
    }

    .sustainPage .heroFactSection .funfact-3 .countup-item:first-child {
        max-width: 100%;
        justify-content: center;
    }

    .sustainPage .tj-faq-section .tj_accordion {
        margin-top: 20px;
    }

    .opearationModelSection .sec-heading .sec-title {
        max-width: 85% !important;
    }

    .process-section ul li {
        float: left;
        width: 100%;
        left: 0 !important;
    }

        .process-section ul li:nth-child(1) .proz-mint, .process-section ul li:nth-child(2) .proz-mint, .process-section ul li:nth-child(3) .proz-mint {
            border-bottom: 0px solid #bdbdc0 !important;
        }

    .proz-mint:before {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 2px;
        background-color: #bdbdc0;
    }

    .process-section ul li:nth-child(1) .proz-mint:before, .process-section ul li:nth-child(2) .proz-mint:before, .process-section ul li:nth-child(3) .proz-mint:before {
        top: auto;
        bottom: 0;
    }

    .process-section ul li:nth-child(1) .proz-mint {
        border-top: 2px solid #bdbdc0 !important;
    }
}